01KXG1JJ4FJ8XRD6G5FMGSWM7H: 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: 01KXG1K0RQAZ3JY8RCC59JQZDF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T10:09:33.147Zjob assigned to worker 01KXG1KF5DTQYZ44TCGZPJF2KJ [factory aws, i-05972a8c1a9d6e60b] (queued for 1 m 0 s)
 
22026-07-14T10:09:39.565Zstarting task 0: "setup"
32026-07-14T10:09:39.569Z++ uname -s
42026-07-14T10:09:39.573Z+ kern=SunOS
52026-07-14T10:09:39.573Z+ build_user=build
62026-07-14T10:09:39.573Z+ build_uid=12345
72026-07-14T10:09:39.573Z+ work_dir=/work
82026-07-14T10:09:39.573Z+ input_dir=/input
92026-07-14T10:09:39.573Z+ [[ 0 == 12345 ]]
102026-07-14T10:09:39.573Z+ case "$kern" in
112026-07-14T10:09:39.573Z+ groupadd -g 12345 build
122026-07-14T10:09:39.576Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T10:09:41.579Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T10:09:41.695Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T10:09:41.698Z+ home_fs=zfs
162026-07-14T10:09:41.698Z+ [[ zfs == autofs ]]
172026-07-14T10:09:41.698Z+ mkdir -p /home/build
182026-07-14T10:09:41.698Z+ chown build:build /home/build /work
192026-07-14T10:09:43.699Z+ chmod 0700 /home/build /work
202026-07-14T10:09:43.703Zprocess exited: duration 4138 ms, exit code 0
 
212026-07-14T10:09:43.710Zstarting task 1: "rust-toolchain"
222026-07-14T10:09:43.714Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-14T10:09:43.714Z * rust toolchain channel = "stable"
242026-07-14T10:09:43.714Z * rust toolchain profile = "default"
252026-07-14T10:09:43.714Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-14T10:09:43.714Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-14T10:09:43.714Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-14T10:09:43.717Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T10:09:43.717Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-14T10:09:43.840Zinfo: downloading installer
312026-07-14T10:09:45.258Zwarn: It looks like you have an existing installation of Rust at:
322026-07-14T10:09:45.258Zwarn: /opt/ooce/bin
332026-07-14T10:09:45.258Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-14T10:09:45.258Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-14T10:09:45.258Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-14T10:09:45.258Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-14T10:09:45.259Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-14T10:09:45.259Zerror: cannot install while Rust is installed
392026-07-14T10:09:45.259Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-14T10:09:45.259Zwarn: It looks like you have an existing rustup settings file at:
412026-07-14T10:09:45.259Zwarn: /home/build/.rustup/settings.toml
422026-07-14T10:09:45.259Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-14T10:09:45.259Zwarn: instead of the one inferred from the default host triple.
442026-07-14T10:09:45.271Zinfo: profile set to default
452026-07-14T10:09:45.271Zinfo: default host triple is x86_64-unknown-illumos
462026-07-14T10:09:45.274Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-14T10:09:45.400Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-14T10:09:45.403Zinfo: downloading 6 components
492026-07-14T10:10:00.303Z
502026-07-14T10:10:00.303Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-07-14T10:10:00.329Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-14T10:10:00.329Z
532026-07-14T10:10:00.330Z
542026-07-14T10:10:00.330ZRust is installed now. Great!
552026-07-14T10:10:00.330Z
562026-07-14T10:10:00.333ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-14T10:10:00.333Zenvironment variable. This has not been done automatically.
582026-07-14T10:10:00.333Z
592026-07-14T10:10:00.333ZTo configure your current shell, you need to source
602026-07-14T10:10:00.333Zthe corresponding env file under $HOME/.cargo.
612026-07-14T10:10:00.333Z
622026-07-14T10:10:00.333ZThis is usually done by running one of the following (note the leading DOT):
632026-07-14T10:10:00.333Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-14T10:10:00.333Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-14T10:10:00.333Zsource "~/.cargo/env.nu" # For nushell
662026-07-14T10:10:00.333Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-14T10:10:00.333Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-14T10:10:00.333Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-14T10:10:00.333Zwarn: no default linker (`cc`) was found in your PATH
702026-07-14T10:10:00.333Zwarn: many Rust crates require a system C toolchain to build
712026-07-14T10:10:00.428Z+ rustup --version
722026-07-14T10:10:00.437Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-14T10:10:00.440Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-14T10:10:00.458Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-14T10:10:00.461Z+ cargo --version
762026-07-14T10:10:00.475Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-14T10:10:00.483Z+ rustc --version
782026-07-14T10:10:00.497Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-14T10:10:00.500Zprocess exited: duration 16789 ms, exit code 0
 
802026-07-14T10:10:00.506Zstarting task 2: "authentication"
812026-07-14T10:10:00.522Zprocess exited: duration 16 ms, exit code 0
 
822026-07-14T10:10:00.528Zstarting task 3: "clone repository"
832026-07-14T10:10:00.532Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-14T10:10:00.534Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-14T10:10:00.564ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-14T10:10:01.762Z+ cd /work/oxidecomputer/maghemite
872026-07-14T10:10:01.762Z+ git fetch origin 22503d6c7389cd6282a12efd7da01f02b4d21e54
882026-07-14T10:10:02.018ZFrom https://github.com/oxidecomputer/maghemite
892026-07-14T10:10:02.018Z * branch 22503d6c7389cd6282a12efd7da01f02b4d21e54 -> FETCH_HEAD
902026-07-14T10:10:02.023Z+ [[ -n zl/mrib ]]
912026-07-14T10:10:02.026Z++ git branch --show-current
922026-07-14T10:10:02.026Z+ current=main
932026-07-14T10:10:02.026Z+ [[ main != zl/mrib ]]
942026-07-14T10:10:02.026Z+ git branch -f zl/mrib 22503d6c7389cd6282a12efd7da01f02b4d21e54
952026-07-14T10:10:02.029Z+ git checkout -f zl/mrib
962026-07-14T10:10:02.048ZSwitched to branch 'zl/mrib'
972026-07-14T10:10:02.051Z+ git reset --hard 22503d6c7389cd6282a12efd7da01f02b4d21e54
982026-07-14T10:10:02.066ZHEAD is now at 22503d6 [rdb] rework RPF cache rebuilds around a bounded worker
992026-07-14T10:10:02.070Zprocess exited: duration 1538 ms, exit code 0
 
1002026-07-14T10:10:02.076Zstarting task 4: "build"
1012026-07-14T10:10:02.079Z+ set -e
1022026-07-14T10:10:02.080Z+ source .github/buildomat/test-common.sh
1032026-07-14T10:10:02.083Z++ NEXTEST_VERSION=0.9.97
1042026-07-14T10:10:02.083Z++ PLATFORM=illumos
1052026-07-14T10:10:02.083Z++ banner install
1062026-07-14T10:10:02.083Z
1072026-07-14T10:10:02.083Z # # # #### ##### ## # #
1082026-07-14T10:10:02.083Z # ## # # # # # # #
1092026-07-14T10:10:02.083Z # # # # #### # # # # #
1102026-07-14T10:10:02.083Z # # # # # # ###### # #
1112026-07-14T10:10:02.083Z # # ## # # # # # # #
1122026-07-14T10:10:02.083Z # # # #### # # # ###### ######
1132026-07-14T10:10:02.084Z
1142026-07-14T10:10:02.084Z++ set +o errexit
1152026-07-14T10:10:02.084Z++ pkg info clang-15
1162026-07-14T10:10:02.087Z++ grep -qi installed
1172026-07-14T10:10:03.282Zpkg: info: no packages matching the following patterns you specified are
1182026-07-14T10:10:03.282Zinstalled on the system. Try querying remotely instead:
1192026-07-14T10:10:03.282Z
1202026-07-14T10:10:03.282Z clang-15
1212026-07-14T10:10:03.318Z++ [[ 1 != 0 ]]
1222026-07-14T10:10:03.322Z++ set -o errexit
1232026-07-14T10:10:03.322Z++ pfexec pkg install clang-15
1242026-07-14T10:10:11.276Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-07-14T10:10:18.962Z Startup: Caching catalogs ... Done
1262026-07-14T10:10:26.116ZPlanning: Solver setup ... Done
1272026-07-14T10:10:26.140ZPlanning: Running solver ... Done
1282026-07-14T10:10:26.279ZPlanning: Finding local manifests ... Done
1292026-07-14T10:10:26.302ZPlanning: Fetching manifests: 0/2 0% complete
1302026-07-14T10:10:26.798ZPlanning: Fetching manifests: 2/2 100% complete
1312026-07-14T10:10:26.827ZPlanning: Package planning ... Done
1322026-07-14T10:10:26.853ZPlanning: Merging actions ... Done
1332026-07-14T10:10:26.959ZPlanning: Checking for conflicting actions ... Done
1342026-07-14T10:10:26.966ZPlanning: Consolidating action changes ... Done
1352026-07-14T10:10:27.679ZPlanning: Evaluating mediators ... Done
1362026-07-14T10:10:27.685ZPlanning: Planning completed in 8.56 seconds
1372026-07-14T10:10:27.696Z Packages to install: 2
1382026-07-14T10:10:27.696Z Mediators to change: 2
1392026-07-14T10:10:27.699Z Services to change: 1
1402026-07-14T10:10:27.699Z Create boot environment: No
1412026-07-14T10:10:27.699ZCreate backup boot environment: No
1422026-07-14T10:10:27.737Z
1432026-07-14T10:10:27.737ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-07-14T10:10:33.758ZDownload: 977/3076 items 82.2/211.3MB 38% complete (17.9M/s)
1452026-07-14T10:10:54.180ZDownload: 983/3076 items 82.2/211.3MB 38% complete
1462026-07-14T10:10:59.614ZDownload: 2007/3076 items 117.9/211.3MB 55% complete (10.4M/s)
1472026-07-14T10:11:07.141ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (9.7M/s)
1482026-07-14T10:11:12.142ZDownload: 2607/3076 items 119.8/211.3MB 56% complete (375k/s)
1492026-07-14T10:11:17.689ZDownload: 3032/3076 items 201.8/211.3MB 95% complete (9.5M/s)
1502026-07-14T10:11:22.216ZDownload: Completed 211.31 MB in 54.48 seconds (3.9M/s)
1512026-07-14T10:11:22.340Z Actions: 1/3418 actions (Installing new actions)
1522026-07-14T10:11:25.474Z Actions: Completed 3418 actions in 3.13 seconds.
1532026-07-14T10:11:26.117Z Done
1542026-07-14T10:11:26.117Z Done
1552026-07-14T10:11:26.866Z Done
1562026-07-14T10:11:30.261Z Done
1572026-07-14T10:11:30.332Z Done
1582026-07-14T10:11:30.335Z Done
1592026-07-14T10:11:30.596Z Done
1602026-07-14T10:11:31.272Z++ set -o errexit
1612026-07-14T10:11:31.272Z++ cargo --version
1622026-07-14T10:11:31.279Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1632026-07-14T10:11:31.436Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1642026-07-14T10:11:31.439Zinfo: downloading 6 components
1652026-07-14T10:11:46.731Zcargo 1.96.1 (356927216 2026-06-26)
1662026-07-14T10:11:46.735Z++ rustc --version
1672026-07-14T10:11:46.763Zrustc 1.96.1 (31fca3adb 2026-06-26)
1682026-07-14T10:11:46.766Z++ cargo install cargo-nextest --version 0.9.97
1692026-07-14T10:11:46.811Z Updating crates.io index
1702026-07-14T10:11:46.908Z Downloading crates ...
1712026-07-14T10:11:46.956Z Downloaded cargo-nextest v0.9.97
1722026-07-14T10:11:47.016Z Installing cargo-nextest v0.9.97
1732026-07-14T10:11:47.020Zwarning: default toolchain implicitly overridden with `1.96.1-x86_64-unknown-illumos` by rustup toolchain file
1742026-07-14T10:11:47.020Z |
1752026-07-14T10:11:47.020Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1762026-07-14T10:11:47.020Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1772026-07-14T10:11:47.057Z Updating crates.io index
1782026-07-14T10:11:49.234Z Locking 395 packages to latest compatible versions
1792026-07-14T10:11:49.238Z Adding dialoguer v0.11.0 (available: v0.12.0)
1802026-07-14T10:11:49.238Z Adding duct v0.13.7 (available: v1.1.1)
1812026-07-14T10:11:49.243Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1822026-07-14T10:11:49.243Z Adding generic-array v0.14.7 (available: v0.14.9)
1832026-07-14T10:11:49.243Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1842026-07-14T10:11:49.243Z Adding itertools v0.14.0 (available: v0.15.0)
1852026-07-14T10:11:49.247Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1862026-07-14T10:11:49.247Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1872026-07-14T10:11:49.247Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1882026-07-14T10:11:49.252Z Adding quick-junit v0.5.2 (available: v0.6.1)
1892026-07-14T10:11:49.278Z Downloading crates ...
1902026-07-14T10:11:49.332Z Downloaded backtrace-ext v0.2.1
1912026-07-14T10:11:49.341Z Downloaded base64 v0.22.1
1922026-07-14T10:11:49.344Z Downloaded adler2 v2.0.1
1932026-07-14T10:11:49.344Z Downloaded addr2line v0.25.1
1942026-07-14T10:11:49.350Z Downloaded chacha20 v0.10.1
1952026-07-14T10:11:49.354Z Downloaded anstyle-query v1.1.5
1962026-07-14T10:11:49.354Z Downloaded ahash v0.8.12
1972026-07-14T10:11:49.357Z Downloaded crypto-common v0.1.7
1982026-07-14T10:11:49.358Z Downloaded atomic-waker v1.1.2
1992026-07-14T10:11:49.358Z Downloaded async-scoped v0.9.0
2002026-07-14T10:11:49.358Z Downloaded cfg_aliases v0.2.1
2012026-07-14T10:11:49.362Z Downloaded indenter v0.3.4
2022026-07-14T10:11:49.362Z Downloaded cpufeatures v0.2.17
2032026-07-14T10:11:49.367Z Downloaded colorchoice v1.0.5
2042026-07-14T10:11:49.372Z Downloaded httparse v1.10.1
2052026-07-14T10:11:49.372Z Downloaded iana-time-zone v0.1.65
2062026-07-14T10:11:49.376Z Downloaded lru-slab v0.1.2
2072026-07-14T10:11:49.376Z Downloaded humantime-serde v1.1.1
2082026-07-14T10:11:49.376Z Downloaded clap_lex v1.1.0
2092026-07-14T10:11:49.376Z Downloaded atomicwrites v0.4.4
2102026-07-14T10:11:49.376Z Downloaded http-body v1.1.0
2112026-07-14T10:11:49.377Z Downloaded cfg-if v1.0.4
2122026-07-14T10:11:49.382Z Downloaded block-buffer v0.10.4
2132026-07-14T10:11:49.382Z Downloaded http-body-util v0.1.4
2142026-07-14T10:11:49.382Z Downloaded base64ct v1.8.3
2152026-07-14T10:11:49.382Z Downloaded anstyle-parse v1.0.0
2162026-07-14T10:11:49.387Z Downloaded idna_adapter v1.0.0
2172026-07-14T10:11:49.387Z Downloaded cpufeatures v0.3.0
2182026-07-14T10:11:49.391Z Downloaded nextest-workspace-hack v0.1.0
2192026-07-14T10:11:49.391Z Downloaded futures-io v0.3.32
2202026-07-14T10:11:49.391Z Downloaded cargo-platform v0.2.0
2212026-07-14T10:11:49.391Z Downloaded futures-task v0.3.32
2222026-07-14T10:11:49.391Z Downloaded home v0.5.12
2232026-07-14T10:11:49.394Z Downloaded mukti-metadata v0.3.0
2242026-07-14T10:11:49.394Z Downloaded lazy_static v1.5.0
2252026-07-14T10:11:49.394Z Downloaded indent_write v2.2.0
2262026-07-14T10:11:49.394Z Downloaded form_urlencoded v1.2.2
2272026-07-14T10:11:49.399Z Downloaded convert_case v0.10.0
2282026-07-14T10:11:49.399Z Downloaded is_terminal_polyfill v1.70.2
2292026-07-14T10:11:49.399Z Downloaded is_ci v1.2.0
2302026-07-14T10:11:49.403Z Downloaded hyper-tls v0.6.0
2312026-07-14T10:11:49.403Z Downloaded itoa v1.0.18
2322026-07-14T10:11:49.406Z Downloaded heck v0.5.0
2332026-07-14T10:11:49.406Z Downloaded nextest-metadata v0.12.2
2342026-07-14T10:11:49.406Z Downloaded humantime v2.4.0
2352026-07-14T10:11:49.410Z Downloaded pathdiff v0.2.3
2362026-07-14T10:11:49.413Z Downloaded document-features v0.2.12
2372026-07-14T10:11:49.413Z Downloaded openssl-macros v0.1.1
2382026-07-14T10:11:49.418Z Downloaded generic-array v0.14.7
2392026-07-14T10:11:49.423Z Downloaded nested v0.1.1
2402026-07-14T10:11:49.427Z Downloaded crc32fast v1.5.0
2412026-07-14T10:11:49.427Z Downloaded debug-ignore v1.0.5
2422026-07-14T10:11:49.430Z Downloaded ordered-float v2.10.1
2432026-07-14T10:11:49.430Z Downloaded guppy-workspace-hack v0.1.0
2442026-07-14T10:11:49.430Z Downloaded curve25519-dalek-derive v0.1.1
2452026-07-14T10:11:49.433Z Downloaded foreign-types-shared v0.1.1
2462026-07-14T10:11:49.433Z Downloaded hyper-rustls v0.27.9
2472026-07-14T10:11:49.437Z Downloaded number_prefix v0.4.0
2482026-07-14T10:11:49.437Z Downloaded cargo-platform v0.3.3
2492026-07-14T10:11:49.437Z Downloaded errno v0.3.14
2502026-07-14T10:11:49.437Z Downloaded equivalent v1.0.2
2512026-07-14T10:11:49.440Z Downloaded scopeguard v1.2.0
2522026-07-14T10:11:49.440Z Downloaded foreign-types v0.3.2
2532026-07-14T10:11:49.440Z Downloaded miette-derive v7.6.0
2542026-07-14T10:11:49.440Z Downloaded jobserver v0.1.35
2552026-07-14T10:11:49.443Z Downloaded hex v0.4.3
2562026-07-14T10:11:49.443Z Downloaded enable-ansi-support v0.2.1
2572026-07-14T10:11:49.443Z Downloaded lock_api v0.4.14
2582026-07-14T10:11:49.446Z Downloaded futures-core v0.3.32
2592026-07-14T10:11:49.447Z Downloaded os_pipe v1.2.3
2602026-07-14T10:11:49.453Z Downloaded anstream v1.0.0
2612026-07-14T10:11:49.453Z Downloaded rand_pcg v0.10.2
2622026-07-14T10:11:49.453Z Downloaded ed25519 v2.2.3
2632026-07-14T10:11:49.456Z Downloaded color-spantrace v0.3.0
2642026-07-14T10:11:49.456Z Downloaded futures-macro v0.3.32
2652026-07-14T10:11:49.456Z Downloaded nextest-filtering v0.15.0
2662026-07-14T10:11:49.457Z Downloaded rustc_version v0.4.1
2672026-07-14T10:11:49.462Z Downloaded fnv v1.0.7
2682026-07-14T10:11:49.465Z Downloaded percent-encoding v2.3.2
2692026-07-14T10:11:49.469Z Downloaded serde_ignored v0.1.14
2702026-07-14T10:11:49.469Z Downloaded rustc-hash v2.1.3
2712026-07-14T10:11:49.469Z Downloaded either v1.16.0
2722026-07-14T10:11:49.473Z Downloaded serde-value v0.7.0
2732026-07-14T10:11:49.476Z Downloaded erased-serde v0.4.10
2742026-07-14T10:11:49.476Z Downloaded cargo_metadata v0.23.1
2752026-07-14T10:11:49.476Z Downloaded cargo-util-schemas v0.2.0
2762026-07-14T10:11:49.479Z Downloaded serde_spanned v1.1.1
2772026-07-14T10:11:49.479Z Downloaded sigchld v0.2.4
2782026-07-14T10:11:49.479Z Downloaded anstyle v1.0.14
2792026-07-14T10:11:49.482Z Downloaded filetime v0.2.29
2802026-07-14T10:11:49.482Z Downloaded foldhash v0.1.5
2812026-07-14T10:11:49.486Z Downloaded fastrand v2.4.1
2822026-07-14T10:11:49.486Z Downloaded cargo_metadata v0.20.0
2832026-07-14T10:11:49.486Z Downloaded serde_urlencoded v0.7.1
2842026-07-14T10:11:49.490Z Downloaded camino v1.2.4
2852026-07-14T10:11:49.490Z Downloaded serde_spanned v0.6.9
2862026-07-14T10:11:49.490Z Downloaded newtype-uuid v1.3.2
2872026-07-14T10:11:49.493Z Downloaded openssl-probe v0.2.1
2882026-07-14T10:11:49.493Z Downloaded shell-words v1.1.1
2892026-07-14T10:11:49.497Z Downloaded strsim v0.11.1
2902026-07-14T10:11:49.497Z Downloaded shared_child v1.1.1
2912026-07-14T10:11:49.497Z Downloaded owo-colors v4.3.0
2922026-07-14T10:11:49.500Z Downloaded const-oid v0.9.6
2932026-07-14T10:11:49.500Z Downloaded subtle v2.6.1
2942026-07-14T10:11:49.503Z Downloaded future-queue v0.4.0
2952026-07-14T10:11:49.503Z Downloaded digest v0.10.7
2962026-07-14T10:11:49.506Z Downloaded strip-ansi-escapes v0.2.1
2972026-07-14T10:11:49.506Z Downloaded rand_core v0.6.4
2982026-07-14T10:11:49.506Z Downloaded console v0.15.11
2992026-07-14T10:11:49.510Z Downloaded supports-hyperlinks v3.2.0
3002026-07-14T10:11:49.510Z Downloaded supports-color v3.0.2
3012026-07-14T10:11:49.510Z Downloaded rustc-demangle v0.1.28
3022026-07-14T10:11:49.514Z Downloaded clap_derive v4.6.1
3032026-07-14T10:11:49.514Z Downloaded camino-tempfile v1.4.1
3042026-07-14T10:11:49.560Z Downloaded autocfg v1.5.1
3052026-07-14T10:11:49.560Z Downloaded rand_core v0.9.5
3062026-07-14T10:11:49.561Z Downloaded litrs v1.0.0
3072026-07-14T10:11:49.567Z Downloaded native-tls v0.2.18
3082026-07-14T10:11:49.567Z Downloaded pin-project-lite v0.2.17
3092026-07-14T10:11:49.567Z Downloaded futures-executor v0.3.32
3102026-07-14T10:11:49.567Z Downloaded futures-sink v0.3.32
3112026-07-14T10:11:49.567Z Downloaded duct v0.13.7
3122026-07-14T10:11:49.567Z Downloaded swrite v0.1.0
3132026-07-14T10:11:49.567Z Downloaded sync_wrapper v1.0.2
3142026-07-14T10:11:49.567Z Downloaded supports-unicode v3.0.0
3152026-07-14T10:11:49.567Z Downloaded serde-untagged v0.1.9
3162026-07-14T10:11:49.567Z Downloaded tinyvec_macros v0.1.1
3172026-07-14T10:11:49.567Z Downloaded thread_local v1.1.10
3182026-07-14T10:11:49.567Z Downloaded self-replace v1.5.0
3192026-07-14T10:11:49.567Z Downloaded config v0.15.25
3202026-07-14T10:11:49.567Z Downloaded dialoguer v0.11.0
3212026-07-14T10:11:49.567Z Downloaded ppv-lite86 v0.2.21
3222026-07-14T10:11:49.567Z Downloaded pkg-config v0.3.33
3232026-07-14T10:11:49.567Z Downloaded futures-channel v0.3.32
3242026-07-14T10:11:49.567Z Downloaded terminal_size v0.4.4
3252026-07-14T10:11:49.567Z Downloaded cfg-expr v0.20.8
3262026-07-14T10:11:49.567Z Downloaded pkcs8 v0.10.2
3272026-07-14T10:11:49.567Z Downloaded quote v1.0.46
3282026-07-14T10:11:49.567Z Downloaded sha2 v0.10.9
3292026-07-14T10:11:49.567Z Downloaded rand_core v0.10.1
3302026-07-14T10:11:49.567Z Downloaded serde_path_to_error v0.1.20
3312026-07-14T10:11:49.567Z Downloaded ipnet v2.12.0
3322026-07-14T10:11:49.567Z Downloaded find-msvc-tools v0.1.9
3332026-07-14T10:11:49.567Z Downloaded tower-layer v0.3.3
3342026-07-14T10:11:49.567Z Downloaded clap v4.6.1
3352026-07-14T10:11:49.567Z Downloaded signal-hook-registry v1.4.8
3362026-07-14T10:11:49.567Z Downloaded bitflags v2.13.0
3372026-07-14T10:11:49.577Z Downloaded slab v0.4.12
3382026-07-14T10:11:49.577Z Downloaded signature v2.2.0
3392026-07-14T10:11:49.581Z Downloaded globset v0.4.18
3402026-07-14T10:11:49.581Z Downloaded toml_datetime v0.6.11
3412026-07-14T10:11:49.581Z Downloaded static_assertions v1.1.0
3422026-07-14T10:11:49.581Z Downloaded quick-junit v0.5.2
3432026-07-14T10:11:49.581Z Downloaded tracing-error v0.2.1
3442026-07-14T10:11:49.581Z Downloaded fixedbitset v0.5.7
3452026-07-14T10:11:49.581Z Downloaded eyre v0.6.12
3462026-07-14T10:11:49.588Z Downloaded semver v1.0.28
3472026-07-14T10:11:49.588Z Downloaded simd-adler32 v0.3.9
3482026-07-14T10:11:49.588Z Downloaded signal-hook-mio v0.2.5
3492026-07-14T10:11:49.588Z Downloaded toml_write v0.1.2
3502026-07-14T10:11:49.588Z Downloaded thiserror-impl v1.0.69
3512026-07-14T10:11:49.591Z Downloaded thiserror v2.0.18
3522026-07-14T10:11:49.594Z Downloaded unicode-linebreak v0.1.5
3532026-07-14T10:11:49.594Z Downloaded typeid v1.0.3
3542026-07-14T10:11:49.594Z Downloaded try-lock v0.2.5
3552026-07-14T10:11:49.594Z Downloaded tower-service v0.3.3
3562026-07-14T10:11:49.598Z Downloaded urlencoding v2.1.3
3572026-07-14T10:11:49.598Z Downloaded smol_str v0.3.6
3582026-07-14T10:11:49.598Z Downloaded pin-project-internal v1.1.13
3592026-07-14T10:11:49.598Z Downloaded utf8parse v0.2.2
3602026-07-14T10:11:49.601Z Downloaded spki v0.7.3
3612026-07-14T10:11:49.601Z Downloaded derive-where v1.6.1
3622026-07-14T10:11:49.605Z Downloaded log v0.4.33
3632026-07-14T10:11:49.605Z Downloaded getrandom v0.3.4
3642026-07-14T10:11:49.610Z Downloaded parking_lot v0.12.5
3652026-07-14T10:11:49.610Z Downloaded tokio-native-tls v0.3.1
3662026-07-14T10:11:49.613Z Downloaded tokio-macros v2.7.0
3672026-07-14T10:11:49.613Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3682026-07-14T10:11:49.613Z Downloaded miniz_oxide v0.8.9
3692026-07-14T10:11:49.616Z Downloaded untrusted v0.9.0
3702026-07-14T10:11:49.616Z Downloaded target-lexicon v0.13.5
3712026-07-14T10:11:49.619Z Downloaded want v0.3.1
3722026-07-14T10:11:49.619Z Downloaded utf8_iter v1.0.4
3732026-07-14T10:11:49.619Z Downloaded unicode-xid v0.2.6
3742026-07-14T10:11:49.622Z Downloaded rustls-pki-types v1.15.0
3752026-07-14T10:11:49.622Z Downloaded thiserror v1.0.69
3762026-07-14T10:11:49.627Z Downloaded version_check v0.9.5
3772026-07-14T10:11:49.630Z Downloaded getrandom v0.4.3
3782026-07-14T10:11:49.633Z Downloaded target-spec-miette v0.4.8
3792026-07-14T10:11:49.633Z Downloaded getrandom v0.2.17
3802026-07-14T10:11:49.636Z Downloaded tempfile v3.27.0
3812026-07-14T10:11:49.637Z Downloaded quinn-udp v0.5.15
3822026-07-14T10:11:49.640Z Downloaded rand_chacha v0.9.0
3832026-07-14T10:11:49.643Z Downloaded unicase v2.9.0
3842026-07-14T10:11:49.646Z Downloaded thiserror-impl v2.0.18
3852026-07-14T10:11:49.646Z Downloaded futures v0.3.32
3862026-07-14T10:11:49.649Z Downloaded shlex v2.0.1
3872026-07-14T10:11:49.652Z Downloaded self_update v0.42.0
3882026-07-14T10:11:49.652Z Downloaded xattr v1.6.1
3892026-07-14T10:11:49.655Z Downloaded serde_core v1.0.228
3902026-07-14T10:11:49.658Z Downloaded num-traits v0.2.19
3912026-07-14T10:11:49.658Z Downloaded serde_derive v1.0.228
3922026-07-14T10:11:49.661Z Downloaded once_cell v1.21.4
3932026-07-14T10:11:49.664Z Downloaded pin-project v1.1.13
3942026-07-14T10:11:49.668Z Downloaded toml_writer v1.1.1+spec-1.1.0
3952026-07-14T10:11:49.671Z Downloaded toml_parser v1.1.2+spec-1.1.0
3962026-07-14T10:11:49.671Z Downloaded toml v0.8.23
3972026-07-14T10:11:49.674Z Downloaded proc-macro2 v1.0.106
3982026-07-14T10:11:49.675Z Downloaded indicatif v0.17.11
3992026-07-14T10:11:49.677Z Downloaded tokio-rustls v0.26.4
4002026-07-14T10:11:49.680Z Downloaded smallvec v1.15.2
4012026-07-14T10:11:49.681Z Downloaded tracing-log v0.2.0
4022026-07-14T10:11:49.684Z Downloaded zipsign-api v0.1.5
4032026-07-14T10:11:49.687Z Downloaded target-spec v3.6.0
4042026-07-14T10:11:49.687Z Downloaded parking_lot_core v0.9.12
4052026-07-14T10:11:49.687Z Downloaded zstd v0.13.3
4062026-07-14T10:11:49.690Z Downloaded zeroize v1.9.0
4072026-07-14T10:11:49.693Z Downloaded bytes v1.12.1
4082026-07-14T10:11:49.697Z Downloaded tinyvec v1.12.0
4092026-07-14T10:11:49.700Z Downloaded textwrap v0.16.2
4102026-07-14T10:11:49.703Z Downloaded backtrace v0.3.76
4112026-07-14T10:11:49.707Z Downloaded cc v1.2.67
4122026-07-14T10:11:49.711Z Downloaded toml v1.1.2+spec-1.1.0
4132026-07-14T10:11:49.715Z Downloaded tokio-stream v0.1.18
4142026-07-14T10:11:49.715Z Downloaded zstd-safe v7.2.4
4152026-07-14T10:11:49.719Z Downloaded xxhash-rust v0.8.16
4162026-07-14T10:11:49.719Z Downloaded borsh v1.7.0
4172026-07-14T10:11:49.723Z Downloaded signal-hook v0.3.18
4182026-07-14T10:11:49.725Z Downloaded sharded-slab v0.1.7
4192026-07-14T10:11:49.728Z Downloaded zmij v1.0.23
4202026-07-14T10:11:49.728Z Downloaded tracing-attributes v0.1.31
4212026-07-14T10:11:49.728Z Downloaded socket2 v0.6.5
4222026-07-14T10:11:49.728Z Downloaded ed25519-dalek v2.2.0
4232026-07-14T10:11:49.732Z Downloaded flate2 v1.1.9
4242026-07-14T10:11:49.735Z Downloaded serde v1.0.228
4252026-07-14T10:11:49.738Z Downloaded derive_more v2.1.1
4262026-07-14T10:11:49.742Z Downloaded toml_edit v0.22.27
4272026-07-14T10:11:49.746Z Downloaded derive_more-impl v2.1.1
4282026-07-14T10:11:49.749Z Downloaded vte v0.14.1
4292026-07-14T10:11:49.749Z Downloaded ryu v1.0.23
4302026-07-14T10:11:49.752Z Downloaded der v0.7.10
4312026-07-14T10:11:49.759Z Downloaded unicode-ident v1.0.24
4322026-07-14T10:11:49.780Z Downloaded url v2.5.8
4332026-07-14T10:11:49.783Z Downloaded crossterm v0.29.0
4342026-07-14T10:11:49.786Z Downloaded indexmap v2.14.0
4352026-07-14T10:11:49.790Z Downloaded http v1.4.2
4362026-07-14T10:11:49.797Z Downloaded uuid v1.23.5
4372026-07-14T10:11:49.802Z Downloaded tar v0.4.46
4382026-07-14T10:11:49.806Z Downloaded tower v0.5.3
4392026-07-14T10:11:49.809Z Downloaded quinn v0.11.11
4402026-07-14T10:11:49.814Z Downloaded hashbrown v0.15.5
4412026-07-14T10:11:49.817Z Downloaded memchr v2.8.3
4422026-07-14T10:11:49.820Z Downloaded tracing-core v0.1.36
4432026-07-14T10:11:49.823Z Downloaded hashbrown v0.17.1
4442026-07-14T10:11:49.826Z Downloaded openssl-sys v0.9.117
4452026-07-14T10:11:49.830Z Downloaded clap_builder v4.6.0
4462026-07-14T10:11:49.833Z Downloaded rand v0.10.2
4472026-07-14T10:11:49.838Z Downloaded rustls-webpki v0.103.13
4482026-07-14T10:11:49.838Z Downloaded miette v7.6.0
4492026-07-14T10:11:49.841Z Downloaded guppy v0.17.26
4502026-07-14T10:11:49.844Z Downloaded hyper-util v0.1.20
4512026-07-14T10:11:49.853Z Downloaded h2 v0.4.15
4522026-07-14T10:11:49.857Z Downloaded mio v1.2.2
4532026-07-14T10:11:49.865Z Downloaded rand v0.9.5
4542026-07-14T10:11:49.868Z Downloaded futures-util v0.3.32
4552026-07-14T10:11:49.873Z Downloaded aho-corasick v1.1.4
4562026-07-14T10:11:49.885Z Downloaded chrono v0.4.45
4572026-07-14T10:11:49.889Z Downloaded ron v0.12.2
4582026-07-14T10:11:49.900Z Downloaded winnow v0.7.15
4592026-07-14T10:11:49.905Z Downloaded idna v1.1.0
4602026-07-14T10:11:49.908Z Downloaded itertools v0.14.0
4612026-07-14T10:11:49.916Z Downloaded unicode-segmentation v1.13.3
4622026-07-14T10:11:49.922Z Downloaded tracing-subscriber v0.3.23
4632026-07-14T10:11:49.926Z Downloaded webpki-roots v1.0.8
4642026-07-14T10:11:49.929Z Downloaded curve25519-dalek v4.1.3
4652026-07-14T10:11:49.935Z Downloaded hyper v1.10.1
4662026-07-14T10:11:49.940Z Downloaded gimli v0.32.3
4672026-07-14T10:11:49.946Z Downloaded unicode-normalization v0.1.25
4682026-07-14T10:11:49.949Z Downloaded vcpkg v0.2.15
4692026-07-14T10:11:49.972Z Downloaded unicode-width v0.1.14
4702026-07-14T10:11:49.975Z Downloaded zerocopy v0.8.54
4712026-07-14T10:11:49.985Z Downloaded regex v1.13.0
4722026-07-14T10:11:49.989Z Downloaded tokio-util v0.7.18
4732026-07-14T10:11:49.992Z Downloaded serde_json v1.0.150
4742026-07-14T10:11:49.995Z Downloaded portable-atomic v1.13.1
4752026-07-14T10:11:49.999Z Downloaded bstr v1.12.3
4762026-07-14T10:11:50.004Z Downloaded reqwest v0.12.28
4772026-07-14T10:11:50.007Z Downloaded quick-xml v0.37.5
4782026-07-14T10:11:50.010Z Downloaded pulldown-cmark v0.13.4
4792026-07-14T10:11:50.013Z Downloaded typenum v1.20.1
4802026-07-14T10:11:50.018Z Downloaded quick-xml v0.38.4
4812026-07-14T10:11:50.023Z Downloaded tower-http v0.6.11
4822026-07-14T10:11:50.030Z Downloaded tracing v0.1.44
4832026-07-14T10:11:50.040Z Downloaded winnow v1.0.4
4842026-07-14T10:11:50.062Z Downloaded quinn-proto v0.11.16
4852026-07-14T10:11:50.066Z Downloaded color-eyre v0.6.5
4862026-07-14T10:11:50.081Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4872026-07-14T10:11:50.090Z Downloaded tokio v1.52.3
4882026-07-14T10:11:50.113Z Downloaded nextest-runner v0.80.0
4892026-07-14T10:11:50.127Z Downloaded unicode-width v0.2.2
4902026-07-14T10:11:50.141Z Downloaded openssl v0.10.81
4912026-07-14T10:11:50.148Z Downloaded syn v2.0.118
4922026-07-14T10:11:50.163Z Downloaded object v0.37.3
4932026-07-14T10:11:50.171Z Downloaded nix v0.30.1
4942026-07-14T10:11:50.177Z Downloaded regex-syntax v0.8.11
4952026-07-14T10:11:50.182Z Downloaded rustls v0.23.42
4962026-07-14T10:11:50.187Z Downloaded rustix v0.38.44
4972026-07-14T10:11:50.200Z Downloaded rustix v1.1.4
4982026-07-14T10:11:50.267Z Downloaded regex-automata v0.4.15
4992026-07-14T10:11:50.305Z Downloaded libc v0.2.186
5002026-07-14T10:11:50.324Z Downloaded petgraph v0.8.3
5012026-07-14T10:11:50.395Z Downloaded recursion v0.5.4
5022026-07-14T10:11:50.400Z Downloaded ring v0.17.14
5032026-07-14T10:11:50.461Z Compiling libc v0.2.186
5042026-07-14T10:11:50.461Z Compiling proc-macro2 v1.0.106
5052026-07-14T10:11:50.461Z Compiling quote v1.0.46
5062026-07-14T10:11:50.465Z Compiling unicode-ident v1.0.24
5072026-07-14T10:11:50.465Z Compiling serde_core v1.0.228
5082026-07-14T10:11:50.465Z Compiling cfg-if v1.0.4
5092026-07-14T10:11:50.465Z Compiling memchr v2.8.3
5102026-07-14T10:11:50.465Z Compiling once_cell v1.21.4
5112026-07-14T10:11:50.676Z Compiling log v0.4.33
5122026-07-14T10:11:50.714Z Compiling pin-project-lite v0.2.17
5132026-07-14T10:11:50.806Z Compiling serde v1.0.228
5142026-07-14T10:11:50.886Z Compiling itoa v1.0.18
5152026-07-14T10:11:50.998Z Compiling smallvec v1.15.2
5162026-07-14T10:11:51.118Z Compiling futures-core v0.3.32
5172026-07-14T10:11:51.171Z Compiling bitflags v2.13.0
5182026-07-14T10:11:51.246Z Compiling equivalent v1.0.2
5192026-07-14T10:11:51.276Z Compiling find-msvc-tools v0.1.9
5202026-07-14T10:11:51.332Z Compiling hashbrown v0.17.1
5212026-07-14T10:11:51.514Z Compiling errno v0.3.14
5222026-07-14T10:11:51.564Z Compiling shlex v2.0.1
5232026-07-14T10:11:51.593Z Compiling bytes v1.12.1
5242026-07-14T10:11:51.701Z Compiling signal-hook-registry v1.4.8
5252026-07-14T10:11:51.764Z Compiling jobserver v0.1.35
5262026-07-14T10:11:51.805Z Compiling mio v1.2.2
5272026-07-14T10:11:51.826Z Compiling futures-sink v0.3.32
5282026-07-14T10:11:51.927Z Compiling syn v2.0.118
5292026-07-14T10:11:51.941Z Compiling rustix v1.1.4
5302026-07-14T10:11:52.001Z Compiling cc v1.2.67
5312026-07-14T10:11:52.084Z Compiling socket2 v0.6.5
5322026-07-14T10:11:52.271Z Compiling slab v0.4.12
5332026-07-14T10:11:52.493Z Compiling zmij v1.0.23
5342026-07-14T10:11:52.497Z Compiling futures-channel v0.3.32
5352026-07-14T10:11:52.551Z Compiling tracing-core v0.1.36
5362026-07-14T10:11:52.770Z Compiling serde_json v1.0.150
5372026-07-14T10:11:52.847Z Compiling version_check v0.9.5
5382026-07-14T10:11:53.030Z Compiling indexmap v2.14.0
5392026-07-14T10:11:53.150Z Compiling futures-task v0.3.32
5402026-07-14T10:11:53.195Z Compiling getrandom v0.4.3
5412026-07-14T10:11:53.324Z Compiling futures-io v0.3.32
5422026-07-14T10:11:53.392Z Compiling unicode-width v0.2.2
5432026-07-14T10:11:53.508Z Compiling percent-encoding v2.3.2
5442026-07-14T10:11:53.530Z Compiling camino v1.2.4
5452026-07-14T10:11:53.710Z Compiling ring v0.17.14
5462026-07-14T10:11:53.789Z Compiling http v1.4.2
5472026-07-14T10:11:53.854Z Compiling autocfg v1.5.1
5482026-07-14T10:11:53.891Z Compiling zeroize v1.9.0
5492026-07-14T10:11:53.922Z Compiling simd-adler32 v0.3.9
5502026-07-14T10:11:54.087Z Compiling adler2 v2.0.1
5512026-07-14T10:11:54.201Z Compiling num-traits v0.2.19
5522026-07-14T10:11:54.253Z Compiling miniz_oxide v0.8.9
5532026-07-14T10:11:54.546Z Compiling target-lexicon v0.13.5
5542026-07-14T10:11:54.766Z Compiling object v0.37.3
5552026-07-14T10:11:55.032Z Compiling getrandom v0.3.4
5562026-07-14T10:11:55.062Z Compiling zerocopy v0.8.54
5572026-07-14T10:11:55.170Z Compiling http-body v1.1.0
5582026-07-14T10:11:55.386Z Compiling rustls-pki-types v1.15.0
5592026-07-14T10:11:55.505Z Compiling form_urlencoded v1.2.2
5602026-07-14T10:11:55.518Z Compiling semver v1.0.28
5612026-07-14T10:11:55.574Z Compiling serde_derive v1.0.228
5622026-07-14T10:11:55.693Z Compiling tokio-macros v2.7.0
5632026-07-14T10:11:55.703Z Compiling futures-macro v0.3.32
5642026-07-14T10:11:55.772Z Compiling tracing-attributes v0.1.31
5652026-07-14T10:11:56.007Z Compiling getrandom v0.2.17
5662026-07-14T10:11:56.177Z Compiling signal-hook v0.3.18
5672026-07-14T10:11:56.201Z Compiling gimli v0.32.3
5682026-07-14T10:11:56.251Z Compiling guppy-workspace-hack v0.1.0
5692026-07-14T10:11:56.404Z Compiling utf8_iter v1.0.4
5702026-07-14T10:11:56.428Z Compiling tokio v1.52.3
5712026-07-14T10:11:56.484Z Compiling thiserror v2.0.18
5722026-07-14T10:11:56.525Z Compiling futures-util v0.3.32
5732026-07-14T10:11:56.564Z Compiling idna_adapter v1.0.0
5742026-07-14T10:11:56.668Z Compiling httparse v1.10.1
5752026-07-14T10:11:56.833Z Compiling fnv v1.0.7
5762026-07-14T10:11:56.938Z Compiling owo-colors v4.3.0
5772026-07-14T10:11:56.980Z Compiling tracing v0.1.44
5782026-07-14T10:11:57.022Z Compiling untrusted v0.9.0
5792026-07-14T10:11:57.311Z Compiling idna v1.1.0
5802026-07-14T10:11:57.356Z Compiling thiserror-impl v2.0.18
5812026-07-14T10:11:58.140Z Compiling addr2line v0.25.1
5822026-07-14T10:11:58.834Z Compiling generic-array v0.14.7
5832026-07-14T10:11:58.941Z Compiling pkg-config v0.3.33
5842026-07-14T10:11:59.098Z Compiling rustc-demangle v0.1.28
5852026-07-14T10:11:59.184Z Compiling typeid v1.0.3
5862026-07-14T10:11:59.354Z Compiling fastrand v2.4.1
5872026-07-14T10:11:59.393Z Compiling tower-service v0.3.3
5882026-07-14T10:11:59.477Z Compiling atomic-waker v1.1.2
5892026-07-14T10:11:59.490Z Compiling target-spec v3.6.0
5902026-07-14T10:11:59.607Z Compiling thiserror v1.0.69
5912026-07-14T10:11:59.678Z Compiling rustls v0.23.42
5922026-07-14T10:11:59.774Z Compiling try-lock v0.2.5
5932026-07-14T10:11:59.894Z Compiling want v0.3.1
5942026-07-14T10:11:59.936Z Compiling tempfile v3.27.0
5952026-07-14T10:12:00.095Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5962026-07-14T10:12:00.125Z Compiling cfg-expr v0.20.8
5972026-07-14T10:12:00.298Z Compiling url v2.5.8
5982026-07-14T10:12:00.515Z Compiling tokio-util v0.7.18
5992026-07-14T10:12:01.087Z Compiling h2 v0.4.15
6002026-07-14T10:12:01.594Z Compiling backtrace v0.3.76
6012026-07-14T10:12:02.007Z Compiling thiserror-impl v1.0.69
6022026-07-14T10:12:02.166Z Compiling terminal_size v0.4.4
6032026-07-14T10:12:02.257Z Compiling aho-corasick v1.1.4
6042026-07-14T10:12:02.323Z Compiling regex-syntax v0.8.11
6052026-07-14T10:12:02.721Z Compiling erased-serde v0.4.10
6062026-07-14T10:12:03.026Z Compiling rustls-webpki v0.103.13
6072026-07-14T10:12:03.170Z Compiling subtle v2.6.1
6082026-07-14T10:12:03.331Z Compiling typenum v1.20.1
6092026-07-14T10:12:04.038Z Compiling winnow v0.7.15
6102026-07-14T10:12:05.726Z Compiling regex-automata v0.4.15
6112026-07-14T10:12:06.156Z Compiling hyper v1.10.1
6122026-07-14T10:12:07.820Z Compiling serde_spanned v0.6.9
6132026-07-14T10:12:07.986Z Compiling toml_datetime v0.6.11
6142026-07-14T10:12:08.364Z Compiling ahash v0.8.12
6152026-07-14T10:12:08.633Z Compiling sync_wrapper v1.0.2
6162026-07-14T10:12:08.751Z Compiling is_ci v1.2.0
6172026-07-14T10:12:08.921Z Compiling foldhash v0.1.5
6182026-07-14T10:12:09.144Z Compiling toml_write v0.1.2
6192026-07-14T10:12:09.198Z Compiling base64 v0.22.1
6202026-07-14T10:12:09.391Z Compiling parking_lot_core v0.9.12
6212026-07-14T10:12:09.679Z Compiling tower-layer v0.3.3
6222026-07-14T10:12:09.692Z Compiling unicode-segmentation v1.13.3
6232026-07-14T10:12:09.692Z Compiling crc32fast v1.5.0
6242026-07-14T10:12:09.860Z Compiling unicode-linebreak v0.1.5
6252026-07-14T10:12:09.908Z Compiling ipnet v2.12.0
6262026-07-14T10:12:10.010Z Compiling either v1.16.0
6272026-07-14T10:12:10.041Z Compiling portable-atomic v1.13.1
6282026-07-14T10:12:10.097Z Compiling lazy_static v1.5.0
6292026-07-14T10:12:10.160Z Compiling nextest-workspace-hack v0.1.0
6302026-07-14T10:12:10.204Z Compiling sharded-slab v0.1.7
6312026-07-14T10:12:10.238Z Compiling hyper-util v0.1.20
6322026-07-14T10:12:10.412Z Compiling textwrap v0.16.2
6332026-07-14T10:12:10.540Z Compiling convert_case v0.10.0
6342026-07-14T10:12:10.814Z Compiling tower v0.5.3
6352026-07-14T10:12:10.863Z Compiling toml_edit v0.22.27
6362026-07-14T10:12:11.154Z Compiling hashbrown v0.15.5
6372026-07-14T10:12:11.401Z Compiling tokio-rustls v0.26.4
6382026-07-14T10:12:11.687Z Compiling supports-color v3.0.2
6392026-07-14T10:12:11.831Z Compiling backtrace-ext v0.2.1
6402026-07-14T10:12:11.922Z Compiling ordered-float v2.10.1
6412026-07-14T10:12:12.086Z Compiling webpki-roots v1.0.8
6422026-07-14T10:12:12.201Z Compiling miette-derive v7.6.0
6432026-07-14T10:12:12.214Z Compiling pathdiff v0.2.3
6442026-07-14T10:12:12.338Z Compiling console v0.15.11
6452026-07-14T10:12:12.396Z Compiling cargo-platform v0.3.3
6462026-07-14T10:12:12.887Z Compiling tracing-log v0.2.0
6472026-07-14T10:12:12.958Z Compiling os_pipe v1.2.3
6482026-07-14T10:12:13.133Z Compiling thread_local v1.1.10
6492026-07-14T10:12:13.246Z Compiling supports-hyperlinks v3.2.0
6502026-07-14T10:12:13.310Z Compiling winnow v1.0.4
6512026-07-14T10:12:13.466Z Compiling pulldown-cmark v0.13.4
6522026-07-14T10:12:13.491Z Compiling rustix v0.38.44
6532026-07-14T10:12:13.657Z Compiling cfg_aliases v0.2.1
6542026-07-14T10:12:13.729Z Compiling debug-ignore v1.0.5
6552026-07-14T10:12:13.840Z Compiling unicode-width v0.1.14
6562026-07-14T10:12:13.853Z Compiling fixedbitset v0.5.7
6572026-07-14T10:12:14.038Z Compiling ryu v1.0.23
6582026-07-14T10:12:14.140Z Compiling utf8parse v0.2.2
6592026-07-14T10:12:14.257Z Compiling zstd-safe v7.2.4
6602026-07-14T10:12:14.332Z Compiling scopeguard v1.2.0
6612026-07-14T10:12:14.358Z Compiling supports-unicode v3.0.0
6622026-07-14T10:12:14.454Z Compiling lock_api v0.4.14
6632026-07-14T10:12:14.529Z Compiling miette v7.6.0
6642026-07-14T10:12:14.533Z Compiling toml_parser v1.1.2+spec-1.1.0
6652026-07-14T10:12:14.703Z Compiling anstyle-parse v1.0.0
6662026-07-14T10:12:14.758Z Compiling serde_urlencoded v0.7.1
6672026-07-14T10:12:14.924Z Compiling petgraph v0.8.3
6682026-07-14T10:12:15.184Z Compiling nix v0.30.1
6692026-07-14T10:12:15.594Z Compiling tracing-subscriber v0.3.23
6702026-07-14T10:12:15.862Z Compiling sigchld v0.2.4
6712026-07-14T10:12:16.083Z Compiling cargo_metadata v0.23.1
6722026-07-14T10:12:16.879Z Compiling toml v0.8.23
6732026-07-14T10:12:16.926Z Compiling serde-untagged v0.1.9
6742026-07-14T10:12:17.296Z Compiling hyper-rustls v0.27.9
6752026-07-14T10:12:17.985Z Compiling serde-value v0.7.0
6762026-07-14T10:12:18.768Z Compiling tower-http v0.6.11
6772026-07-14T10:12:19.149Z Compiling derive_more-impl v2.1.1
6782026-07-14T10:12:19.501Z Compiling itertools v0.14.0
6792026-07-14T10:12:19.696Z Compiling regex v1.13.0
6802026-07-14T10:12:19.961Z Compiling crypto-common v0.1.7
6812026-07-14T10:12:20.009Z Compiling block-buffer v0.10.4
6822026-07-14T10:12:20.095Z Compiling ppv-lite86 v0.2.21
6832026-07-14T10:12:20.161Z Compiling futures-executor v0.3.32
6842026-07-14T10:12:20.253Z Compiling rand_core v0.9.5
6852026-07-14T10:12:20.423Z Compiling pin-project-internal v1.1.13
6862026-07-14T10:12:20.503Z Compiling http-body-util v0.1.4
6872026-07-14T10:12:20.686Z Compiling uuid v1.23.5
6882026-07-14T10:12:20.794Z Compiling smol_str v0.3.6
6892026-07-14T10:12:20.975Z Compiling serde_spanned v1.1.1
6902026-07-14T10:12:21.112Z Compiling toml_datetime v1.1.1+spec-1.1.0
6912026-07-14T10:12:21.126Z Compiling filetime v0.2.29
6922026-07-14T10:12:21.140Z Compiling bstr v1.12.3
6932026-07-14T10:12:21.215Z Compiling vte v0.14.1
6942026-07-14T10:12:21.306Z Compiling iana-time-zone v0.1.65
6952026-07-14T10:12:21.333Z Compiling anstyle-query v1.1.5
6962026-07-14T10:12:21.453Z Compiling tinyvec_macros v0.1.1
6972026-07-14T10:12:21.489Z Compiling color-spantrace v0.3.0
6982026-07-14T10:12:21.522Z Compiling unicase v2.9.0
6992026-07-14T10:12:21.536Z Compiling litrs v1.0.0
7002026-07-14T10:12:21.652Z Compiling eyre v0.6.12
7012026-07-14T10:12:21.710Z Compiling xattr v1.6.1
7022026-07-14T10:12:21.802Z Compiling colorchoice v1.0.5
7032026-07-14T10:12:21.822Z Compiling nested v0.1.1
7042026-07-14T10:12:21.929Z Compiling anstyle v1.0.14
7052026-07-14T10:12:21.933Z Compiling self_update v0.42.0
7062026-07-14T10:12:21.969Z Compiling number_prefix v0.4.0
7072026-07-14T10:12:21.973Z Compiling is_terminal_polyfill v1.70.2
7082026-07-14T10:12:21.996Z Compiling static_assertions v1.1.0
7092026-07-14T10:12:22.015Z Compiling unicode-xid v0.2.6
7102026-07-14T10:12:22.081Z Compiling indicatif v0.17.11
7112026-07-14T10:12:22.120Z Compiling cargo-util-schemas v0.2.0
7122026-07-14T10:12:22.147Z Compiling anstream v1.0.0
7132026-07-14T10:12:22.163Z Compiling guppy v0.17.26
7142026-07-14T10:12:22.457Z Compiling document-features v0.2.12
7152026-07-14T10:12:22.643Z Compiling tar v0.4.46
7162026-07-14T10:12:23.067Z Compiling globset v0.4.18
7172026-07-14T10:12:23.394Z Compiling tinyvec v1.12.0
7182026-07-14T10:12:23.826Z Compiling pin-project v1.1.13
7192026-07-14T10:12:23.933Z Compiling chrono v0.4.45
7202026-07-14T10:12:24.558Z Compiling strip-ansi-escapes v0.2.1
7212026-07-14T10:12:25.038Z Compiling toml v1.1.2+spec-1.1.0
7222026-07-14T10:12:25.062Z Compiling nextest-metadata v0.12.2
7232026-07-14T10:12:25.138Z Compiling newtype-uuid v1.3.2
7242026-07-14T10:12:25.200Z Compiling reqwest v0.12.28
7252026-07-14T10:12:25.329Z Compiling rand_chacha v0.9.0
7262026-07-14T10:12:25.884Z Compiling futures v0.3.32
7272026-07-14T10:12:25.978Z Compiling digest v0.10.7
7282026-07-14T10:12:26.206Z Compiling derive_more v2.1.1
7292026-07-14T10:12:26.277Z Compiling parking_lot v0.12.5
7302026-07-14T10:12:26.291Z Compiling flate2 v1.1.9
7312026-07-14T10:12:26.837Z Compiling tracing-error v0.2.1
7322026-07-14T10:12:27.074Z Compiling shared_child v1.1.1
7332026-07-14T10:12:27.421Z Compiling signal-hook-mio v0.2.5
7342026-07-14T10:12:27.558Z Compiling self-replace v1.5.0
7352026-07-14T10:12:27.664Z Compiling cargo-platform v0.2.0
7362026-07-14T10:12:27.856Z Compiling quick-xml v0.38.4
7372026-07-14T10:12:28.212Z Compiling quick-xml v0.37.5
7382026-07-14T10:12:28.215Z Compiling heck v0.5.0
7392026-07-14T10:12:28.449Z Compiling cpufeatures v0.2.17
7402026-07-14T10:12:28.539Z Compiling indenter v0.3.4
7412026-07-14T10:12:28.781Z Compiling recursion v0.5.4
7422026-07-14T10:12:28.880Z Compiling humantime v2.4.0
7432026-07-14T10:12:28.922Z Compiling urlencoding v2.1.3
7442026-07-14T10:12:29.171Z Compiling shell-words v1.1.1
7452026-07-14T10:12:29.302Z Compiling strsim v0.11.1
7462026-07-14T10:12:29.418Z Compiling clap_lex v1.1.0
7472026-07-14T10:12:29.736Z Compiling clap_builder v4.6.0
7482026-07-14T10:12:29.787Z Compiling humantime-serde v1.1.1
7492026-07-14T10:12:29.946Z Compiling nextest-filtering v0.15.0
7502026-07-14T10:12:30.138Z Compiling clap_derive v4.6.1
7512026-07-14T10:12:30.754Z Compiling sha2 v0.10.9
7522026-07-14T10:12:31.900Z Compiling quick-junit v0.5.2
7532026-07-14T10:12:31.964Z Compiling atomicwrites v0.4.4
7542026-07-14T10:12:32.257Z Compiling cargo_metadata v0.20.0
7552026-07-14T10:12:33.924Z Compiling cargo-nextest v0.9.97
7562026-07-14T10:12:34.279Z Compiling crossterm v0.29.0
7572026-07-14T10:12:35.051Z Compiling duct v0.13.7
7582026-07-14T10:12:36.102Z Compiling zstd v0.13.3
7592026-07-14T10:12:36.334Z Compiling async-scoped v0.9.0
7602026-07-14T10:12:36.525Z Compiling config v0.15.25
7612026-07-14T10:12:36.538Z Compiling rand v0.9.5
7622026-07-14T10:12:36.687Z Compiling unicode-normalization v0.1.25
7632026-07-14T10:12:36.770Z Compiling target-spec-miette v0.4.8
7642026-07-14T10:12:37.204Z Compiling future-queue v0.4.0
7652026-07-14T10:12:37.269Z Compiling mukti-metadata v0.3.0
7662026-07-14T10:12:37.282Z Compiling tokio-stream v0.1.18
7672026-07-14T10:12:37.385Z Compiling camino-tempfile v1.4.1
7682026-07-14T10:12:37.480Z Compiling derive-where v1.6.1
7692026-07-14T10:12:37.495Z Compiling serde_path_to_error v0.1.20
7702026-07-14T10:12:37.755Z Compiling serde_ignored v0.1.14
7712026-07-14T10:12:37.803Z Compiling xxhash-rust v0.8.16
7722026-07-14T10:12:37.816Z Compiling indent_write v2.2.0
7732026-07-14T10:12:37.945Z Compiling hex v0.4.3
7742026-07-14T10:12:37.982Z Compiling home v0.5.12
7752026-07-14T10:12:37.982Z Compiling swrite v0.1.0
7762026-07-14T10:12:38.089Z Compiling color-eyre v0.6.5
7772026-07-14T10:12:38.119Z Compiling clap v4.6.1
7782026-07-14T10:12:38.140Z Compiling dialoguer v0.11.0
7792026-07-14T10:12:38.202Z Compiling enable-ansi-support v0.2.1
7802026-07-14T10:12:38.722Z Compiling nextest-runner v0.80.0
7812026-07-14T10:12:56.905Z Finished `release` profile [optimized] target(s) in 1m 10s
7822026-07-14T10:12:57.085Z Installing /home/build/.cargo/bin/cargo-nextest
7832026-07-14T10:12:57.089Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7842026-07-14T10:12:57.210Z+ pushd bgp
7852026-07-14T10:12:57.213Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7862026-07-14T10:12:57.213Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7872026-07-14T10:12:57.371Z Updating crates.io index
7882026-07-14T10:12:57.374Z Updating git repository `https://github.com/oxidecomputer/omicron`
7892026-07-14T10:13:03.547ZFrom https://github.com/oxidecomputer/omicron
7902026-07-14T10:13:03.547Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7912026-07-14T10:13:03.983Z Updating git repository `https://github.com/oxidecomputer/falcon`
7922026-07-14T10:13:04.843ZFrom https://github.com/oxidecomputer/falcon
7932026-07-14T10:13:04.843Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7942026-07-14T10:13:04.919Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7952026-07-14T10:13:05.324ZFrom https://github.com/oxidecomputer/dendrite
7962026-07-14T10:13:05.324Z * [new ref] 4871abc13ca21ee97c684f1d5ed363e8a86f3441 -> refs/commit/4871abc13ca21ee97c684f1d5ed363e8a86f3441
7972026-07-14T10:13:05.359Z Updating git repository `https://github.com/oxidecomputer/ispf`
7982026-07-14T10:13:05.635ZFrom https://github.com/oxidecomputer/ispf
7992026-07-14T10:13:05.635Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
8002026-07-14T10:13:05.641Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8012026-07-14T10:13:05.998ZFrom https://github.com/oxidecomputer/netadm-sys
8022026-07-14T10:13:05.998Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8032026-07-14T10:13:06.006Z Updating git repository `https://github.com/oxidecomputer/opte`
8042026-07-14T10:13:06.695ZFrom https://github.com/oxidecomputer/opte
8052026-07-14T10:13:06.695Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
8062026-07-14T10:13:06.725Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8072026-07-14T10:13:06.991ZFrom https://github.com/oxidecomputer/slog-error-chain
8082026-07-14T10:13:06.991Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8092026-07-14T10:13:07.001Z Updating git repository `https://github.com/illumos/smf-rs`
8102026-07-14T10:13:07.236ZFrom https://github.com/illumos/smf-rs
8112026-07-14T10:13:07.236Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8122026-07-14T10:13:07.245Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8132026-07-14T10:13:07.525ZFrom https://github.com/oxidecomputer/poptrie
8142026-07-14T10:13:07.525Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
8152026-07-14T10:13:07.533Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8162026-07-14T10:13:07.786ZFrom https://github.com/oxidecomputer/network-interface
8172026-07-14T10:13:07.786Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8182026-07-14T10:13:07.793Z Updating git repository `https://github.com/oxidecomputer/zone`
8192026-07-14T10:13:08.071ZFrom https://github.com/oxidecomputer/zone
8202026-07-14T10:13:08.071Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8212026-07-14T10:13:08.080Z Updating git repository `https://github.com/oxidecomputer/lldp`
8222026-07-14T10:13:08.423ZFrom https://github.com/oxidecomputer/lldp
8232026-07-14T10:13:08.424Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8242026-07-14T10:13:08.435Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8252026-07-14T10:13:08.722ZFrom https://github.com/oxidecomputer/tufaceous
8262026-07-14T10:13:08.722Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8272026-07-14T10:13:08.731Z Updating git repository `https://github.com/oxidecomputer/propolis`
8282026-07-14T10:13:09.372ZFrom https://github.com/oxidecomputer/propolis
8292026-07-14T10:13:09.372Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8302026-07-14T10:13:09.415Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8312026-07-14T10:13:09.965ZFrom https://github.com/oxidecomputer/transceiver-control
8322026-07-14T10:13:09.965Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8332026-07-14T10:13:09.978Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8342026-07-14T10:13:10.237ZFrom https://github.com/oxidecomputer/dlpi-sys
8352026-07-14T10:13:10.237Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8362026-07-14T10:13:10.244Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8372026-07-14T10:13:10.525ZFrom https://github.com/jmesmon/rust-libzfs
8382026-07-14T10:13:10.525Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8392026-07-14T10:13:10.532Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8402026-07-14T10:13:10.766ZFrom https://github.com/oxidecomputer/rusty-doors
8412026-07-14T10:13:10.767Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8422026-07-14T10:13:10.781Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8432026-07-14T10:13:11.224ZFrom https://github.com/oxidecomputer/management-gateway-service
8442026-07-14T10:13:11.224Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8452026-07-14T10:13:11.238Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8462026-07-14T10:13:11.518ZFrom https://github.com/oxidecomputer/serde_human_bytes
8472026-07-14T10:13:11.518Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8482026-07-14T10:13:11.527Z Updating git repository `https://github.com/oxidecomputer/crucible`
8492026-07-14T10:13:12.593ZFrom https://github.com/oxidecomputer/crucible
8502026-07-14T10:13:12.593Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8512026-07-14T10:13:12.645Z Updating git repository `https://github.com/oxidecomputer/propolis`
8522026-07-14T10:13:12.993ZFrom https://github.com/oxidecomputer/propolis
8532026-07-14T10:13:12.993Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8542026-07-14T10:13:13.040Z Updating git repository `https://github.com/oxidecomputer/crucible`
8552026-07-14T10:13:13.580ZFrom https://github.com/oxidecomputer/crucible
8562026-07-14T10:13:13.580Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8572026-07-14T10:13:13.648Z Updating git repository `https://github.com/oxidecomputer/tofino`
8582026-07-14T10:13:13.975ZFrom https://github.com/oxidecomputer/tofino
8592026-07-14T10:13:13.975Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8602026-07-14T10:13:13.987Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8612026-07-14T10:13:14.624ZFrom https://github.com/oxidecomputer/maghemite
8622026-07-14T10:13:14.624Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8632026-07-14T10:13:14.654Z Updating git repository `https://github.com/oxidecomputer/clickward`
8642026-07-14T10:13:14.937ZFrom https://github.com/oxidecomputer/clickward
8652026-07-14T10:13:14.937Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8662026-07-14T10:13:14.944Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8672026-07-14T10:13:15.188ZFrom https://github.com/oxidecomputer/illumos-devinfo
8682026-07-14T10:13:15.188Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8692026-07-14T10:13:16.090Z Downloading crates ...
8702026-07-14T10:13:16.184Z Downloaded aead v0.5.2
8712026-07-14T10:13:16.193Z Downloaded bit-set v0.8.0
8722026-07-14T10:13:16.196Z Downloaded async-compression v0.4.42
8732026-07-14T10:13:16.200Z Downloaded block-buffer v0.12.0
8742026-07-14T10:13:16.205Z Downloaded async-recursion v1.1.1
8752026-07-14T10:13:16.213Z Downloaded ff v0.13.1
8762026-07-14T10:13:16.216Z Downloaded dyn-clone v1.0.20
8772026-07-14T10:13:16.216Z Downloaded compression-core v0.4.32
8782026-07-14T10:13:16.216Z Downloaded async-stream v0.3.6
8792026-07-14T10:13:16.216Z Downloaded arrayref v0.3.9
8802026-07-14T10:13:16.219Z Downloaded expectorate v1.2.0
8812026-07-14T10:13:16.219Z Downloaded gethostname v0.5.0
8822026-07-14T10:13:16.219Z Downloaded enum-as-inner v0.6.1
8832026-07-14T10:13:16.223Z Downloaded httpdate v1.0.3
8842026-07-14T10:13:16.223Z Downloaded base16ct v1.0.0
8852026-07-14T10:13:16.223Z Downloaded highway v1.3.0
8862026-07-14T10:13:16.227Z Downloaded fs_extra v1.3.0
8872026-07-14T10:13:16.227Z Downloaded foldhash v0.2.0
8882026-07-14T10:13:16.227Z Downloaded async-stream-impl v0.3.6
8892026-07-14T10:13:16.230Z Downloaded http-body v1.0.1
8902026-07-14T10:13:16.230Z Downloaded heck v0.4.1
8912026-07-14T10:13:16.230Z Downloaded foreign-types-macros v0.2.3
8922026-07-14T10:13:16.230Z Downloaded hubpack_derive v0.1.1
8932026-07-14T10:13:16.234Z Downloaded convert_case v0.4.0
8942026-07-14T10:13:16.234Z Downloaded hash32 v0.3.1
8952026-07-14T10:13:16.234Z Downloaded embedded-io v0.6.1
8962026-07-14T10:13:16.234Z Downloaded fixedbitset v0.4.2
8972026-07-14T10:13:16.240Z Downloaded hostname v0.4.2
8982026-07-14T10:13:16.245Z Downloaded cobs v0.3.0
8992026-07-14T10:13:16.245Z Downloaded git-stub v1.0.0
9002026-07-14T10:13:16.245Z Downloaded foreign-types-shared v0.3.1
9012026-07-14T10:13:16.245Z Downloaded byte-wrapper v0.1.0
9022026-07-14T10:13:16.245Z Downloaded base16ct v0.2.0
9032026-07-14T10:13:16.245Z Downloaded foreign-types v0.5.0
9042026-07-14T10:13:16.248Z Downloaded bcs v0.1.6
9052026-07-14T10:13:16.252Z Downloaded macaddr v1.0.1
9062026-07-14T10:13:16.256Z Downloaded dunce v1.0.5
9072026-07-14T10:13:16.256Z Downloaded hubpack v0.1.2
9082026-07-14T10:13:16.260Z Downloaded embedded-io v0.4.0
9092026-07-14T10:13:16.260Z Downloaded lru-cache v0.1.2
9102026-07-14T10:13:16.260Z Downloaded inout v0.1.4
9112026-07-14T10:13:16.260Z Downloaded defmt v0.3.100
9122026-07-14T10:13:16.263Z Downloaded byteorder v1.5.0
9132026-07-14T10:13:16.263Z Downloaded bit-vec v0.8.0
9142026-07-14T10:13:16.263Z Downloaded ciborium-io v0.2.2
9152026-07-14T10:13:16.267Z Downloaded argon2 v0.5.3
9162026-07-14T10:13:16.268Z Downloaded natord v1.0.9
9172026-07-14T10:13:16.268Z Downloaded crunchy v0.2.4
9182026-07-14T10:13:16.271Z Downloaded darling_macro v0.21.3
9192026-07-14T10:13:16.272Z Downloaded cstr-argument v0.1.2
9202026-07-14T10:13:16.272Z Downloaded const-random-macro v0.1.16
9212026-07-14T10:13:16.272Z Downloaded erased-serde v0.3.31
9222026-07-14T10:13:16.272Z Downloaded crucible-workspace-hack v0.1.0
9232026-07-14T10:13:16.275Z Downloaded fxhash v0.2.1
9242026-07-14T10:13:16.275Z Downloaded dtrace-parser v0.3.0
9252026-07-14T10:13:16.275Z Downloaded dtrace-parser v0.2.0
9262026-07-14T10:13:16.278Z Downloaded dropshot-api-manager-types v0.7.2
9272026-07-14T10:13:16.278Z Downloaded const-random v0.1.18
9282026-07-14T10:13:16.278Z Downloaded crypto-common v0.2.2
9292026-07-14T10:13:16.316Z Downloaded ident_case v1.0.1
9302026-07-14T10:13:16.316Z Downloaded konst_macro_rules v0.2.19
9312026-07-14T10:13:16.316Z Downloaded defmt-parser v1.0.0
9322026-07-14T10:13:16.324Z Downloaded darling_macro v0.23.0
9332026-07-14T10:13:16.324Z Downloaded is-terminal v0.4.17
9342026-07-14T10:13:16.324Z Downloaded instant v0.1.13
9352026-07-14T10:13:16.324Z Downloaded managed v0.8.0
9362026-07-14T10:13:16.325Z Downloaded keccak v0.1.6
9372026-07-14T10:13:16.325Z Downloaded dof v0.4.0
9382026-07-14T10:13:16.325Z Downloaded newline-converter v0.3.0
9392026-07-14T10:13:16.325Z Downloaded cmake v0.1.58
9402026-07-14T10:13:16.325Z Downloaded ciborium-ll v0.2.2
9412026-07-14T10:13:16.325Z Downloaded chacha20 v0.9.1
9422026-07-14T10:13:16.325Z Downloaded bitflags v1.3.2
9432026-07-14T10:13:16.325Z Downloaded match_cfg v0.1.0
9442026-07-14T10:13:16.325Z Downloaded idna_adapter v1.2.2
9452026-07-14T10:13:16.325Z Downloaded cipher v0.4.4
9462026-07-14T10:13:16.325Z Downloaded async-trait v0.1.89
9472026-07-14T10:13:16.325Z Downloaded arrayvec v0.7.6
9482026-07-14T10:13:16.325Z Downloaded crc8 v0.1.1
9492026-07-14T10:13:16.325Z Downloaded memmap v0.7.0
9502026-07-14T10:13:16.325Z Downloaded linked-hash-map v0.5.6
9512026-07-14T10:13:16.325Z Downloaded newtype_derive v0.1.6
9522026-07-14T10:13:16.325Z Downloaded libscf-sys v1.2.0
9532026-07-14T10:13:16.325Z Downloaded float-ord v0.3.2
9542026-07-14T10:13:16.325Z Downloaded newtype-uuid-macros v0.1.0
9552026-07-14T10:13:16.325Z Downloaded displaydoc v0.2.6
9562026-07-14T10:13:16.325Z Downloaded deranged v0.5.8
9572026-07-14T10:13:16.325Z Downloaded crossbeam-deque v0.8.6
9582026-07-14T10:13:16.325Z Downloaded anyhow v1.0.103
9592026-07-14T10:13:16.325Z Downloaded mime v0.3.17
9602026-07-14T10:13:16.325Z Downloaded dof v0.3.0
9612026-07-14T10:13:16.325Z Downloaded daft-derive v0.1.7
9622026-07-14T10:13:16.325Z Downloaded compression-codecs v0.4.38
9632026-07-14T10:13:16.330Z Downloaded bytecount v0.6.9
9642026-07-14T10:13:16.330Z Downloaded http-body-util v0.1.3
9652026-07-14T10:13:16.330Z Downloaded humantime v2.3.0
9662026-07-14T10:13:16.330Z Downloaded glob v0.3.3
9672026-07-14T10:13:16.330Z Downloaded num v0.4.3
9682026-07-14T10:13:16.330Z Downloaded no-std-compat v0.4.1
9692026-07-14T10:13:16.330Z Downloaded console v0.16.3
9702026-07-14T10:13:16.330Z Downloaded num-derive v0.4.2
9712026-07-14T10:13:16.333Z Downloaded hostname v0.3.1
9722026-07-14T10:13:16.334Z Downloaded num-conv v0.2.2
9732026-07-14T10:13:16.334Z Downloaded backon v1.6.0
9742026-07-14T10:13:16.337Z Downloaded const_format_proc_macros v0.2.34
9752026-07-14T10:13:16.337Z Downloaded num_threads v0.1.7
9762026-07-14T10:13:16.337Z Downloaded derive-ex v0.1.8
9772026-07-14T10:13:16.344Z Downloaded critical-section v1.2.0
9782026-07-14T10:13:16.344Z Downloaded hmac v0.12.1
9792026-07-14T10:13:16.344Z Downloaded backoff v0.4.0
9802026-07-14T10:13:16.347Z Downloaded linear-map v1.2.0
9812026-07-14T10:13:16.347Z Downloaded defmt-macros v1.1.0
9822026-07-14T10:13:16.347Z Downloaded data-encoding v2.11.0
9832026-07-14T10:13:16.347Z Downloaded num-iter v0.1.45
9842026-07-14T10:13:16.347Z Downloaded internet-checksum v0.2.1
9852026-07-14T10:13:16.347Z Downloaded num_enum_derive v0.5.11
9862026-07-14T10:13:16.351Z Downloaded opaque-debug v0.3.1
9872026-07-14T10:13:16.351Z Downloaded omicron-workspace-hack v0.1.0
9882026-07-14T10:13:16.351Z Downloaded constant_time_eq v0.4.2
9892026-07-14T10:13:16.354Z Downloaded olpc-cjson v0.1.4
9902026-07-14T10:13:16.359Z Downloaded blake2 v0.10.6
9912026-07-14T10:13:16.359Z Downloaded parse-display v0.10.0
9922026-07-14T10:13:16.363Z Downloaded cancel-safe-futures v0.1.5
9932026-07-14T10:13:16.363Z Downloaded bs58 v0.5.1
9942026-07-14T10:13:16.363Z Downloaded git-stub-vcs v0.1.0
9952026-07-14T10:13:16.367Z Downloaded plain v0.2.3
9962026-07-14T10:13:16.367Z Downloaded memoffset v0.9.1
9972026-07-14T10:13:16.370Z Downloaded ingot-types v0.1.2
9982026-07-14T10:13:16.370Z Downloaded libsw v3.5.0
9992026-07-14T10:13:16.370Z Downloaded phf_shared v0.12.1
10002026-07-14T10:13:16.375Z Downloaded pretty-hex v0.4.2
10012026-07-14T10:13:16.375Z Downloaded potential_utf v0.1.5
10022026-07-14T10:13:16.375Z Downloaded powerfmt v0.2.0
10032026-07-14T10:13:16.380Z Downloaded group v0.13.0
10042026-07-14T10:13:16.380Z Downloaded ipnetwork v0.21.1
10052026-07-14T10:13:16.380Z Downloaded jobserver v0.1.34
10062026-07-14T10:13:16.380Z Downloaded ciborium v0.2.2
10072026-07-14T10:13:16.383Z Downloaded bitflags v2.12.1
10082026-07-14T10:13:16.383Z Downloaded libsw-core v0.3.2
10092026-07-14T10:13:16.387Z Downloaded proc-macro-crate v1.3.1
10102026-07-14T10:13:16.387Z Downloaded proc-macro-error-attr2 v2.0.0
10112026-07-14T10:13:16.387Z Downloaded daft v0.1.7
10122026-07-14T10:13:16.387Z Downloaded colored v3.1.1
10132026-07-14T10:13:16.390Z Downloaded proc-macro-error-attr v1.0.4
10142026-07-14T10:13:16.390Z Downloaded proc-macro-crate v3.5.0
10152026-07-14T10:13:16.394Z Downloaded num-complex v0.4.6
10162026-07-14T10:13:16.394Z Downloaded fs-err v3.3.0
10172026-07-14T10:13:16.394Z Downloaded num_enum v0.5.11
10182026-07-14T10:13:16.397Z Downloaded quick-error v1.2.3
10192026-07-14T10:13:16.400Z Downloaded chacha20 v0.10.0
10202026-07-14T10:13:16.400Z Downloaded progenitor-macro v0.14.0
10212026-07-14T10:13:16.400Z Downloaded cargo_toml v0.22.3
10222026-07-14T10:13:16.404Z Downloaded ingot v0.1.1
10232026-07-14T10:13:16.404Z Downloaded progenitor-macro v0.13.0
10242026-07-14T10:13:16.404Z Downloaded darling v0.21.3
10252026-07-14T10:13:16.407Z Downloaded progenitor-client v0.14.0
10262026-07-14T10:13:16.410Z Downloaded defmt v1.1.0
10272026-07-14T10:13:16.414Z Downloaded num_enum_derive v0.7.6
10282026-07-14T10:13:16.417Z Downloaded hybrid-array v0.4.12
10292026-07-14T10:13:16.417Z Downloaded darling v0.23.0
10302026-07-14T10:13:16.420Z Downloaded rand_chacha v0.3.1
10312026-07-14T10:13:16.420Z Downloaded digest v0.11.3
10322026-07-14T10:13:16.423Z Downloaded ref-cast-impl v1.0.25
10332026-07-14T10:13:16.423Z Downloaded rand_xorshift v0.4.0
10342026-07-14T10:13:16.424Z Downloaded parking_lot_core v0.8.6
10352026-07-14T10:13:16.427Z Downloaded num_enum v0.7.6
10362026-07-14T10:13:16.427Z Downloaded rustc-hash v2.1.2
10372026-07-14T10:13:16.430Z Downloaded paste v1.0.15
10382026-07-14T10:13:16.430Z Downloaded allocator-api2 v0.2.21
10392026-07-14T10:13:16.434Z Downloaded parse-display-derive v0.10.0
10402026-07-14T10:13:16.434Z Downloaded ref-cast v1.0.25
10412026-07-14T10:13:16.437Z Downloaded rustc_version v0.1.7
10422026-07-14T10:13:16.437Z Downloaded oxnet v0.1.6
10432026-07-14T10:13:16.437Z Downloaded pem v3.0.6
10442026-07-14T10:13:16.441Z Downloaded oxide-tokio-rt v0.1.6
10452026-07-14T10:13:16.441Z Downloaded num-rational v0.4.2
10462026-07-14T10:13:16.441Z Downloaded ingot-macros v0.1.1
10472026-07-14T10:13:16.445Z Downloaded csv-core v0.1.13
10482026-07-14T10:13:16.445Z Downloaded crossbeam-epoch v0.9.18
10492026-07-14T10:13:16.448Z Downloaded litemap v0.8.2
10502026-07-14T10:13:16.456Z Downloaded const-oid v0.10.2
10512026-07-14T10:13:16.459Z Downloaded multer v3.1.0
10522026-07-14T10:13:16.459Z Downloaded poly1305 v0.8.0
10532026-07-14T10:13:16.459Z Downloaded dropshot_endpoint v0.17.1
10542026-07-14T10:13:16.459Z Downloaded proc-macro-error v1.0.4
10552026-07-14T10:13:16.463Z Downloaded same-file v1.0.6
10562026-07-14T10:13:16.463Z Downloaded proc-macro-error2 v2.0.1
10572026-07-14T10:13:16.467Z Downloaded serde_plain v1.0.2
10582026-07-14T10:13:16.467Z Downloaded serde-big-array v0.5.1
10592026-07-14T10:13:16.467Z Downloaded scroll_derive v0.13.1
10602026-07-14T10:13:16.467Z Downloaded scroll_derive v0.12.1
10612026-07-14T10:13:16.470Z Downloaded semver v0.1.20
10622026-07-14T10:13:16.471Z Downloaded progenitor-client v0.10.0
10632026-07-14T10:13:16.471Z Downloaded progenitor v0.14.0
10642026-07-14T10:13:16.471Z Downloaded parking_lot v0.11.2
10652026-07-14T10:13:16.474Z Downloaded secrecy v0.10.3
10662026-07-14T10:13:16.474Z Downloaded progenitor v0.13.0
10672026-07-14T10:13:16.474Z Downloaded quote v1.0.45
10682026-07-14T10:13:16.479Z Downloaded progenitor v0.10.0
10692026-07-14T10:13:16.479Z Downloaded port-file v0.1.0
10702026-07-14T10:13:16.479Z Downloaded serial_test_derive v3.5.0
10712026-07-14T10:13:16.482Z Downloaded serial_test v3.5.0
10722026-07-14T10:13:16.482Z Downloaded serde_repr v0.1.20
10732026-07-14T10:13:16.482Z Downloaded getrandom v0.4.2
10742026-07-14T10:13:16.485Z Downloaded half v2.7.1
10752026-07-14T10:13:16.485Z Downloaded progenitor-extras v0.2.0
10762026-07-14T10:13:16.489Z Downloaded sha1 v0.10.6
10772026-07-14T10:13:16.489Z Downloaded password-hash v0.5.0
10782026-07-14T10:13:16.489Z Downloaded sha1 v0.11.0
10792026-07-14T10:13:16.493Z Downloaded crossbeam-utils v0.8.21
10802026-07-14T10:13:16.493Z Downloaded num-integer v0.1.46
10812026-07-14T10:13:16.493Z Downloaded progenitor-client v0.13.0
10822026-07-14T10:13:16.497Z Downloaded diff v0.1.13
10832026-07-14T10:13:16.497Z Downloaded slog-bunyan v2.5.0
10842026-07-14T10:13:16.497Z Downloaded siphasher v1.0.3
10852026-07-14T10:13:16.500Z Downloaded sigpipe v0.1.3
10862026-07-14T10:13:16.500Z Downloaded cookie v0.18.1
10872026-07-14T10:13:16.500Z Downloaded derive_more v0.99.20
10882026-07-14T10:13:16.504Z Downloaded smawk v0.3.2
10892026-07-14T10:13:16.508Z Downloaded spin v0.5.2
10902026-07-14T10:13:16.508Z Downloaded slog-envlogger v2.2.0
10912026-07-14T10:13:16.511Z Downloaded drift v0.2.0
10922026-07-14T10:13:16.516Z Downloaded rustls-native-certs v0.8.4
10932026-07-14T10:13:16.519Z Downloaded resolv-conf v0.7.6
10942026-07-14T10:13:16.519Z Downloaded postcard v1.1.3
10952026-07-14T10:13:16.522Z Downloaded structmeta v0.3.0
10962026-07-14T10:13:16.522Z Downloaded elliptic-curve v0.13.8
10972026-07-14T10:13:16.526Z Downloaded rustls-pemfile v2.2.0
10982026-07-14T10:13:16.526Z Downloaded stable_deref_trait v1.2.1
10992026-07-14T10:13:16.526Z Downloaded icu_properties v2.2.0
11002026-07-14T10:13:16.530Z Downloaded schemars_derive v0.8.22
11012026-07-14T10:13:16.530Z Downloaded memmap2 v0.9.10
11022026-07-14T10:13:16.530Z Downloaded log v0.4.32
11032026-07-14T10:13:16.534Z Downloaded strum v0.26.3
11042026-07-14T10:13:16.534Z Downloaded indexmap v1.9.3
11052026-07-14T10:13:16.538Z Downloaded strum v0.27.2
11062026-07-14T10:13:16.538Z Downloaded scroll v0.13.0
11072026-07-14T10:13:16.538Z Downloaded darling_core v0.23.0
11082026-07-14T10:13:16.541Z Downloaded tabled_derive v0.7.0
11092026-07-14T10:13:16.541Z Downloaded structmeta-derive v0.3.0
11102026-07-14T10:13:16.541Z Downloaded chacha20poly1305 v0.10.1
11112026-07-14T10:13:16.544Z Downloaded scroll v0.12.0
11122026-07-14T10:13:16.544Z Downloaded rustversion v1.0.22
11132026-07-14T10:13:16.547Z Downloaded tabwriter v1.4.1
11142026-07-14T10:13:16.547Z Downloaded progenitor-macro v0.10.0
11152026-07-14T10:13:16.548Z Downloaded testing_table v0.3.0
11162026-07-14T10:13:16.548Z Downloaded termtree v0.5.1
11172026-07-14T10:13:16.551Z Downloaded tabled_derive v0.11.0
11182026-07-14T10:13:16.551Z Downloaded phf v0.12.1
11192026-07-14T10:13:16.551Z Downloaded pest_derive v2.8.6
11202026-07-14T10:13:16.554Z Downloaded thiserror-impl-no-std v2.0.2
11212026-07-14T10:13:16.554Z Downloaded tagptr v0.2.0
11222026-07-14T10:13:16.554Z Downloaded take_mut v0.2.2
11232026-07-14T10:13:16.554Z Downloaded heapless v0.8.0
11242026-07-14T10:13:16.557Z Downloaded indicatif v0.18.4
11252026-07-14T10:13:16.561Z Downloaded icu_normalizer_data v2.2.0
11262026-07-14T10:13:16.561Z Downloaded serde_tokenstream v0.2.3
11272026-07-14T10:13:16.561Z Downloaded darling_core v0.21.3
11282026-07-14T10:13:16.564Z Downloaded thread-id v5.1.0
11292026-07-14T10:13:16.569Z Downloaded icu_collections v2.2.0
11302026-07-14T10:13:16.572Z Downloaded konst v0.2.20
11312026-07-14T10:13:16.572Z Downloaded smartstring v1.0.1
11322026-07-14T10:13:16.572Z Downloaded slog-stdlog v4.1.1
11332026-07-14T10:13:16.575Z Downloaded snafu-derive v0.8.9
11342026-07-14T10:13:16.575Z Downloaded smf v0.2.3
11352026-07-14T10:13:16.575Z Downloaded slog-scope v4.4.1
11362026-07-14T10:13:16.578Z Downloaded slog-json v2.6.1
11372026-07-14T10:13:16.579Z Downloaded time-core v0.1.8
11382026-07-14T10:13:16.579Z Downloaded slog-dtrace v0.3.0
11392026-07-14T10:13:16.582Z Downloaded quinn-udp v0.5.14
11402026-07-14T10:13:16.582Z Downloaded icu_locale_core v2.2.0
11412026-07-14T10:13:16.585Z Downloaded omicron-zone-package v0.12.3
11422026-07-14T10:13:16.588Z Downloaded slog-async v2.8.0
11432026-07-14T10:13:16.588Z Downloaded papergrid v0.11.0
11442026-07-14T10:13:16.592Z Downloaded thread-id v4.2.2
11452026-07-14T10:13:16.592Z Downloaded const_format v0.2.36
11462026-07-14T10:13:16.595Z Downloaded rusty-fork v0.3.1
11472026-07-14T10:13:16.595Z Downloaded topological-sort v0.2.2
11482026-07-14T10:13:16.595Z Downloaded pest_generator v2.8.6
11492026-07-14T10:13:16.598Z Downloaded typify-macro v0.6.2
11502026-07-14T10:13:16.598Z Downloaded rustls-pki-types v1.14.1
11512026-07-14T10:13:16.599Z Downloaded usdt v0.5.0
11522026-07-14T10:13:16.602Z Downloaded icu_normalizer v2.2.0
11532026-07-14T10:13:16.602Z Downloaded untrusted v0.7.1
11542026-07-14T10:13:16.602Z Downloaded unarray v0.1.4
11552026-07-14T10:13:16.607Z Downloaded typify-macro v0.4.3
11562026-07-14T10:13:16.607Z Downloaded icu_provider v2.2.0
11572026-07-14T10:13:16.607Z Downloaded arc-swap v1.9.1
11582026-07-14T10:13:16.610Z Downloaded universal-hash v0.5.1
11592026-07-14T10:13:16.616Z Downloaded synstructure v0.13.2
11602026-07-14T10:13:16.621Z Downloaded strum_macros v0.27.2
11612026-07-14T10:13:16.621Z Downloaded usdt-macro v0.6.0
11622026-07-14T10:13:16.621Z Downloaded usdt-macro v0.5.0
11632026-07-14T10:13:16.621Z Downloaded usdt-attr-macro v0.5.0
11642026-07-14T10:13:16.625Z Downloaded usdt v0.6.0
11652026-07-14T10:13:16.625Z Downloaded usdt-attr-macro v0.6.0
11662026-07-14T10:13:16.625Z Downloaded papergrid v0.18.0
11672026-07-14T10:13:16.625Z Downloaded progenitor-impl v0.13.0
11682026-07-14T10:13:16.629Z Downloaded progenitor-impl v0.10.0
11692026-07-14T10:13:16.629Z Downloaded openssl-sys v0.9.116
11702026-07-14T10:13:16.633Z Downloaded serde_with_macros v3.20.0
11712026-07-14T10:13:16.633Z Downloaded cc v1.2.63
11722026-07-14T10:13:16.633Z Downloaded utf-8 v0.7.6
11732026-07-14T10:13:16.636Z Downloaded thiserror-no-std v2.0.2
11742026-07-14T10:13:16.636Z Downloaded waitgroup v0.1.2
11752026-07-14T10:13:16.641Z Downloaded wait-timeout v0.2.1
11762026-07-14T10:13:16.641Z Downloaded unit-prefix v0.5.2
11772026-07-14T10:13:16.641Z Downloaded serde_derive_internals v0.29.1
11782026-07-14T10:13:16.641Z Downloaded tiny-keccak v2.0.2
11792026-07-14T10:13:16.644Z Downloaded progenitor-impl v0.14.0
11802026-07-14T10:13:16.644Z Downloaded crypto-bigint v0.5.5
11812026-07-14T10:13:16.649Z Downloaded crossbeam-channel v0.5.15
11822026-07-14T10:13:16.653Z Downloaded time-macros v0.2.27
11832026-07-14T10:13:16.653Z Downloaded smallvec v1.15.1
11842026-07-14T10:13:16.653Z Downloaded thread_local v1.1.9
11852026-07-14T10:13:16.653Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11862026-07-14T10:13:16.656Z Downloaded tokio-dtrace v0.1.1
11872026-07-14T10:13:16.656Z Downloaded tinystr v0.8.3
11882026-07-14T10:13:16.656Z Downloaded slog-term v2.9.2
11892026-07-14T10:13:16.660Z Downloaded zone v0.3.1
11902026-07-14T10:13:16.660Z Downloaded zerofrom-derive v0.1.7
11912026-07-14T10:13:16.660Z Downloaded zerofrom v0.1.8
11922026-07-14T10:13:16.664Z Downloaded yoke-derive v0.8.2
11932026-07-14T10:13:16.667Z Downloaded pest_meta v2.8.6
11942026-07-14T10:13:16.667Z Downloaded rhai_codegen v3.2.0
11952026-07-14T10:13:16.671Z Downloaded zone_cfg_derive v0.3.1
11962026-07-14T10:13:16.671Z Downloaded pretty_assertions v1.4.1
11972026-07-14T10:13:16.674Z Downloaded hickory-resolver v0.25.2
11982026-07-14T10:13:16.678Z Downloaded tokio-tungstenite v0.21.0
11992026-07-14T10:13:16.681Z Downloaded spin v0.9.8
12002026-07-14T10:13:16.686Z Downloaded term v1.2.1
12012026-07-14T10:13:16.689Z Downloaded rustls-platform-verifier v0.7.0
12022026-07-14T10:13:16.692Z Downloaded strum_macros v0.26.4
12032026-07-14T10:13:16.692Z Downloaded vsss-rs v3.3.4
12042026-07-14T10:13:16.692Z Downloaded schemars v0.8.22
12052026-07-14T10:13:16.698Z Downloaded xz2 v0.1.7
12062026-07-14T10:13:16.702Z Downloaded thin-vec v0.2.18
12072026-07-14T10:13:16.702Z Downloaded whoami v1.6.1
12082026-07-14T10:13:16.702Z Downloaded serde_yaml v0.9.34+deprecated
12092026-07-14T10:13:16.705Z Downloaded walkdir v2.5.0
12102026-07-14T10:13:16.705Z Downloaded hashbrown v0.12.3
12112026-07-14T10:13:16.709Z Downloaded similar v2.7.0
12122026-07-14T10:13:16.712Z Downloaded rayon-core v1.13.0
12132026-07-14T10:13:16.712Z Downloaded writeable v0.6.3
12142026-07-14T10:13:16.715Z Downloaded bytes v1.11.1
12152026-07-14T10:13:16.715Z Downloaded zeroize_derive v1.4.3
12162026-07-14T10:13:16.719Z Downloaded zeroize v1.8.2
12172026-07-14T10:13:16.719Z Downloaded zerovec-derive v0.11.3
12182026-07-14T10:13:16.719Z Downloaded base64 v0.21.7
12192026-07-14T10:13:16.722Z Downloaded zmij v1.0.21
12202026-07-14T10:13:16.722Z Downloaded jiff-static v0.2.28
12212026-07-14T10:13:16.727Z Downloaded socket2 v0.6.4
12222026-07-14T10:13:16.732Z Downloaded ucd-trie v0.1.7
12232026-07-14T10:13:16.735Z Downloaded memchr v2.8.1
12242026-07-14T10:13:16.740Z Downloaded minimal-lexical v0.2.1
12252026-07-14T10:13:16.743Z Downloaded usdt-impl v0.6.0
12262026-07-14T10:13:16.743Z Downloaded quinn v0.11.9
12272026-07-14T10:13:16.746Z Downloaded qorb v0.4.1
12282026-07-14T10:13:16.749Z Downloaded usdt-impl v0.5.0
12292026-07-14T10:13:16.749Z Downloaded prettyplease v0.2.37
12302026-07-14T10:13:16.752Z Downloaded test-strategy v0.4.5
12312026-07-14T10:13:16.756Z Downloaded yoke v0.8.3
12322026-07-14T10:13:16.756Z Downloaded toml v0.7.8
12332026-07-14T10:13:16.759Z Downloaded tinyvec v1.11.0
12342026-07-14T10:13:16.765Z Downloaded slog v2.8.2
12352026-07-14T10:13:16.768Z Downloaded typify v0.4.3
12362026-07-14T10:13:16.773Z Downloaded zerocopy-derive v0.7.35
12372026-07-14T10:13:16.776Z Downloaded schemars v1.2.1
12382026-07-14T10:13:16.782Z Downloaded uuid v1.23.4
12392026-07-14T10:13:16.786Z Downloaded mio v1.2.1
12402026-07-14T10:13:16.789Z Downloaded schemars v0.9.0
12412026-07-14T10:13:16.794Z Downloaded hickory-resolver v0.24.4
12422026-07-14T10:13:16.797Z Downloaded tungstenite v0.21.0
12432026-07-14T10:13:16.801Z Downloaded nom v7.1.3
12442026-07-14T10:13:16.804Z Downloaded unsafe-libyaml v0.2.11
12452026-07-14T10:13:16.804Z Downloaded steno v0.4.1
12462026-07-14T10:13:16.807Z Downloaded rand v0.9.4
12472026-07-14T10:13:16.807Z Downloaded typify v0.6.2
12482026-07-14T10:13:16.811Z Downloaded toml v0.9.12+spec-1.1.0
12492026-07-14T10:13:16.814Z Downloaded snafu v0.8.9
12502026-07-14T10:13:16.817Z Downloaded toml_edit v0.25.12+spec-1.1.0
12512026-07-14T10:13:16.820Z Downloaded dropshot-api-manager v0.7.2
12522026-07-14T10:13:16.839Z Downloaded hashbrown v0.16.1
12532026-07-14T10:13:16.842Z Downloaded yansi v1.0.1
12542026-07-14T10:13:16.846Z Downloaded ron v0.12.1
12552026-07-14T10:13:16.849Z Downloaded rand v0.8.6
12562026-07-14T10:13:16.852Z Downloaded toml_edit v0.19.15
12572026-07-14T10:13:16.860Z Downloaded pest v2.8.6
12582026-07-14T10:13:16.863Z Downloaded itertools v0.12.1
12592026-07-14T10:13:16.870Z Downloaded typed-path v0.9.3
12602026-07-14T10:13:16.888Z Downloaded zerotrie v0.2.4
12612026-07-14T10:13:16.892Z Downloaded reqwest v0.13.4
12622026-07-14T10:13:16.897Z Downloaded nom v8.0.0
12632026-07-14T10:13:16.907Z Downloaded h2 v0.4.14
12642026-07-14T10:13:16.914Z Downloaded zerocopy-derive v0.8.50
12652026-07-14T10:13:16.919Z Downloaded itertools v0.15.0
12662026-07-14T10:13:16.923Z Downloaded blake3 v1.8.5
12672026-07-14T10:13:16.928Z Downloaded hkdf v0.12.4
12682026-07-14T10:13:16.931Z Downloaded libm v0.2.16
12692026-07-14T10:13:16.934Z Downloaded zerovec v0.11.6
12702026-07-14T10:13:16.938Z Downloaded rayon v1.12.0
12712026-07-14T10:13:16.946Z Downloaded icu_properties_data v2.2.0
12722026-07-14T10:13:16.952Z Downloaded goblin v0.8.2
12732026-07-14T10:13:16.960Z Downloaded aws-lc-rs v1.17.0
12742026-07-14T10:13:16.965Z Downloaded regex v1.12.3
12752026-07-14T10:13:16.970Z Downloaded tough v0.22.0
12762026-07-14T10:13:16.978Z Downloaded iddqd v0.4.5
12772026-07-14T10:13:16.987Z Downloaded proptest v1.11.0
12782026-07-14T10:13:17.001Z Downloaded zerocopy v0.7.35
12792026-07-14T10:13:17.010Z Downloaded winnow v0.5.40
12802026-07-14T10:13:17.015Z Downloaded tabled v0.15.0
12812026-07-14T10:13:17.023Z Downloaded serde_with v3.20.0
12822026-07-14T10:13:17.030Z Downloaded winnow v1.0.3
12832026-07-14T10:13:17.035Z Downloaded tabled v0.21.0
12842026-07-14T10:13:17.044Z Downloaded webpki-roots v1.0.7
12852026-07-14T10:13:17.049Z Downloaded goblin v0.10.7
12862026-07-14T10:13:17.052Z Downloaded moka v0.12.15
12872026-07-14T10:13:17.056Z Downloaded quinn-proto v0.11.14
12882026-07-14T10:13:17.074Z Downloaded time v0.3.47
12892026-07-14T10:13:17.081Z Downloaded syn v1.0.109
12902026-07-14T10:13:17.092Z Downloaded bstr v1.12.1
12912026-07-14T10:13:17.103Z Downloaded syn v2.0.117
12922026-07-14T10:13:17.108Z Downloaded nix v0.31.3
12932026-07-14T10:13:17.115Z Downloaded dropshot v0.17.1
12942026-07-14T10:13:17.127Z Downloaded smoltcp v0.11.0
12952026-07-14T10:13:17.133Z Downloaded zerocopy v0.8.50
12962026-07-14T10:13:17.160Z Downloaded rhai v1.25.1
12972026-07-14T10:13:17.167Z Downloaded regress v0.11.1
12982026-07-14T10:13:17.172Z Downloaded openapiv3 v2.2.0
12992026-07-14T10:13:17.178Z Downloaded regress v0.10.5
13002026-07-14T10:13:17.183Z Downloaded rustls v0.23.40
13012026-07-14T10:13:17.189Z Downloaded hickory-proto v0.25.2
13022026-07-14T10:13:17.198Z Downloaded hickory-proto v0.24.4
13032026-07-14T10:13:17.206Z Downloaded regex-syntax v0.8.10
13042026-07-14T10:13:17.210Z Downloaded typify-impl v0.6.2
13052026-07-14T10:13:17.218Z Downloaded typify-impl v0.4.3
13062026-07-14T10:13:17.226Z Downloaded sled v0.34.7
13072026-07-14T10:13:17.232Z Downloaded openssl v0.10.80
13082026-07-14T10:13:17.270Z Downloaded regex-automata v0.4.14
13092026-07-14T10:13:17.277Z Downloaded petgraph v0.6.5
13102026-07-14T10:13:17.287Z Downloaded chrono-tz v0.10.4
13112026-07-14T10:13:17.296Z Downloaded lzma-sys v0.1.20
13122026-07-14T10:13:17.313Z Downloaded jiff v0.2.28
13132026-07-14T10:13:17.323Z Downloaded csv v1.4.0
13142026-07-14T10:13:17.342Z Downloaded sha3 v0.10.9
13152026-07-14T10:13:17.365Z Downloaded encoding_rs v0.8.35
13162026-07-14T10:13:17.913Z Downloaded aws-lc-sys v0.41.0
13172026-07-14T10:13:18.849Z Compiling proc-macro2 v1.0.106
13182026-07-14T10:13:18.849Z Compiling quote v1.0.45
13192026-07-14T10:13:18.849Z Compiling unicode-ident v1.0.24
13202026-07-14T10:13:18.849Z Compiling serde_core v1.0.228
13212026-07-14T10:13:18.849Z Compiling cfg-if v1.0.4
13222026-07-14T10:13:18.852Z Compiling serde v1.0.228
13232026-07-14T10:13:18.852Z Compiling libc v0.2.186
13242026-07-14T10:13:18.852Z Compiling memchr v2.8.1
13252026-07-14T10:13:19.040Z Compiling itoa v1.0.18
13262026-07-14T10:13:19.219Z Compiling zmij v1.0.21
13272026-07-14T10:13:19.288Z Compiling autocfg v1.5.1
13282026-07-14T10:13:19.318Z Compiling libm v0.2.16
13292026-07-14T10:13:19.621Z Compiling stable_deref_trait v1.2.1
13302026-07-14T10:13:19.649Z Compiling litemap v0.8.2
13312026-07-14T10:13:19.689Z Compiling writeable v0.6.3
13322026-07-14T10:13:19.791Z Compiling utf8_iter v1.0.4
13332026-07-14T10:13:19.826Z Compiling icu_normalizer_data v2.2.0
13342026-07-14T10:13:19.826Z Compiling icu_properties_data v2.2.0
13352026-07-14T10:13:19.861Z Compiling percent-encoding v2.3.2
13362026-07-14T10:13:19.881Z Compiling version_check v0.9.5
13372026-07-14T10:13:20.051Z Compiling iana-time-zone v0.1.65
13382026-07-14T10:13:20.093Z Compiling syn v2.0.117
13392026-07-14T10:13:20.158Z Compiling form_urlencoded v1.2.2
13402026-07-14T10:13:20.209Z Compiling equivalent v1.0.2
13412026-07-14T10:13:20.266Z Compiling pin-project-lite v0.2.17
13422026-07-14T10:13:20.277Z Compiling serde_json v1.0.150
13432026-07-14T10:13:20.280Z Compiling dyn-clone v1.0.20
13442026-07-14T10:13:20.297Z Compiling scopeguard v1.2.0
13452026-07-14T10:13:20.329Z Compiling parking_lot_core v0.9.12
13462026-07-14T10:13:20.350Z Compiling num-traits v0.2.19
13472026-07-14T10:13:20.397Z Compiling lock_api v0.4.14
13482026-07-14T10:13:20.416Z Compiling getrandom v0.4.2
13492026-07-14T10:13:20.529Z Compiling rand_core v0.10.1
13502026-07-14T10:13:20.621Z Compiling hashbrown v0.17.1
13512026-07-14T10:13:20.631Z Compiling thiserror v2.0.18
13522026-07-14T10:13:20.677Z Compiling log v0.4.32
13532026-07-14T10:13:20.843Z Compiling errno v0.3.14
13542026-07-14T10:13:20.869Z Compiling futures-core v0.3.32
13552026-07-14T10:13:20.887Z Compiling heck v0.5.0
13562026-07-14T10:13:21.002Z Compiling semver v1.0.28
13572026-07-14T10:13:21.133Z Compiling indexmap v2.14.0
13582026-07-14T10:13:21.155Z Compiling zerocopy v0.8.50
13592026-07-14T10:13:21.176Z Compiling uuid v1.23.4
13602026-07-14T10:13:21.336Z Compiling futures-sink v0.3.32
13612026-07-14T10:13:21.348Z Compiling schemars v0.8.22
13622026-07-14T10:13:21.435Z Compiling slab v0.4.12
13632026-07-14T10:13:21.585Z Compiling jobserver v0.1.34
13642026-07-14T10:13:21.597Z Compiling find-msvc-tools v0.1.9
13652026-07-14T10:13:21.618Z Compiling shlex v2.0.1
13662026-07-14T10:13:21.630Z Compiling fnv v1.0.7
13672026-07-14T10:13:21.775Z Compiling futures-channel v0.3.32
13682026-07-14T10:13:21.796Z Compiling rustversion v1.0.22
13692026-07-14T10:13:21.844Z Compiling cc v1.2.63
13702026-07-14T10:13:21.884Z Compiling futures-task v0.3.32
13712026-07-14T10:13:21.948Z Compiling futures-io v0.3.32
13722026-07-14T10:13:21.989Z Compiling bitflags v2.12.1
13732026-07-14T10:13:22.052Z Compiling portable-atomic v1.13.1
13742026-07-14T10:13:22.100Z Compiling socket2 v0.6.4
13752026-07-14T10:13:22.212Z Compiling signal-hook-registry v1.4.8
13762026-07-14T10:13:22.300Z Compiling mio v1.2.1
13772026-07-14T10:13:22.459Z Compiling critical-section v1.2.0
13782026-07-14T10:13:22.506Z Compiling typenum v1.20.1
13792026-07-14T10:13:22.564Z Compiling fs_extra v1.3.0
13802026-07-14T10:13:22.635Z Compiling cmake v0.1.58
13812026-07-14T10:13:22.784Z Compiling dunce v1.0.5
13822026-07-14T10:13:22.815Z Compiling base64 v0.22.1
13832026-07-14T10:13:22.826Z Compiling subtle v2.6.1
13842026-07-14T10:13:22.874Z Compiling byteorder v1.5.0
13852026-07-14T10:13:22.974Z Compiling synstructure v0.13.2
13862026-07-14T10:13:22.986Z Compiling serde_derive_internals v0.29.1
13872026-07-14T10:13:23.097Z Compiling once_cell v1.21.4
13882026-07-14T10:13:23.136Z Compiling regex-syntax v0.8.10
13892026-07-14T10:13:23.147Z Compiling slog v2.8.2
13902026-07-14T10:13:23.160Z Compiling aws-lc-sys v0.41.0
13912026-07-14T10:13:23.313Z Compiling strsim v0.11.1
13922026-07-14T10:13:23.325Z Compiling rustix v1.1.4
13932026-07-14T10:13:23.406Z Compiling atomic-waker v1.1.2
13942026-07-14T10:13:23.486Z Compiling ipnet v2.12.0
13952026-07-14T10:13:23.530Z Compiling httparse v1.10.1
13962026-07-14T10:13:23.725Z Compiling tower-layer v0.3.3
13972026-07-14T10:13:23.742Z Compiling tower-service v0.3.3
13982026-07-14T10:13:23.831Z Compiling getrandom v0.2.17
13992026-07-14T10:13:23.881Z Compiling ryu v1.0.23
14002026-07-14T10:13:23.892Z Compiling thiserror v1.0.69
14012026-07-14T10:13:24.019Z Compiling getrandom v0.3.4
14022026-07-14T10:13:24.031Z Compiling ucd-trie v0.1.7
14032026-07-14T10:13:24.064Z Compiling try-lock v0.2.5
14042026-07-14T10:13:24.165Z Compiling untrusted v0.9.0
14052026-07-14T10:13:24.178Z Compiling serde_derive v1.0.228
14062026-07-14T10:13:24.221Z Compiling zerofrom-derive v0.1.7
14072026-07-14T10:13:24.258Z Compiling yoke-derive v0.8.2
14082026-07-14T10:13:24.280Z Compiling zerovec-derive v0.11.3
14092026-07-14T10:13:24.342Z Compiling displaydoc v0.2.6
14102026-07-14T10:13:24.359Z Compiling schemars_derive v0.8.22
14112026-07-14T10:13:25.125Z Compiling tokio-macros v2.7.0
14122026-07-14T10:13:25.314Z Compiling thiserror-impl v2.0.18
14132026-07-14T10:13:25.359Z Compiling zerocopy-derive v0.8.50
14142026-07-14T10:13:25.396Z Compiling zerofrom v0.1.8
14152026-07-14T10:13:25.514Z Compiling yoke v0.8.3
14162026-07-14T10:13:25.538Z Compiling zeroize_derive v1.4.3
14172026-07-14T10:13:25.694Z Compiling zerovec v0.11.6
14182026-07-14T10:13:25.782Z Compiling zerotrie v0.2.4
14192026-07-14T10:13:25.868Z Compiling futures-macro v0.3.32
14202026-07-14T10:13:26.205Z Compiling tinystr v0.8.3
14212026-07-14T10:13:26.217Z Compiling potential_utf v0.1.5
14222026-07-14T10:13:26.255Z Compiling zeroize v1.8.2
14232026-07-14T10:13:26.372Z Compiling icu_locale_core v2.2.0
14242026-07-14T10:13:26.402Z Compiling icu_collections v2.2.0
14252026-07-14T10:13:26.448Z Compiling thiserror-impl v1.0.69
14262026-07-14T10:13:26.621Z Compiling pest v2.8.6
14272026-07-14T10:13:26.693Z Compiling futures-util v0.3.32
14282026-07-14T10:13:26.915Z Compiling want v0.3.1
14292026-07-14T10:13:27.077Z Compiling icu_provider v2.2.0
14302026-07-14T10:13:27.400Z Compiling bytes v1.11.1
14312026-07-14T10:13:27.458Z Compiling smallvec v1.15.1
14322026-07-14T10:13:27.469Z Compiling icu_properties v2.2.0
14332026-07-14T10:13:27.616Z Compiling chrono v0.4.45
14342026-07-14T10:13:27.684Z Compiling icu_normalizer v2.2.0
14352026-07-14T10:13:28.039Z Compiling http v1.4.2
14362026-07-14T10:13:28.225Z Compiling parking_lot v0.12.5
14372026-07-14T10:13:28.268Z Compiling serde_tokenstream v0.2.3
14382026-07-14T10:13:28.555Z Compiling idna_adapter v1.2.2
14392026-07-14T10:13:28.685Z Compiling tokio v1.52.3
14402026-07-14T10:13:28.690Z Compiling erased-serde v0.3.31
14412026-07-14T10:13:28.690Z Compiling idna v1.1.0
14422026-07-14T10:13:29.020Z Compiling url v2.5.8
14432026-07-14T10:13:29.111Z Compiling http-body v1.0.1
14442026-07-14T10:13:29.122Z Compiling rand_core v0.6.4
14452026-07-14T10:13:29.259Z Compiling httpdate v1.0.3
14462026-07-14T10:13:29.346Z Compiling pest_meta v2.8.6
14472026-07-14T10:13:29.443Z Compiling pretty-hex v0.4.2
14482026-07-14T10:13:29.526Z Compiling plain v0.2.3
14492026-07-14T10:13:29.576Z Compiling ppv-lite86 v0.2.21
14502026-07-14T10:13:29.626Z Compiling allocator-api2 v0.2.21
14512026-07-14T10:13:29.735Z Compiling foldhash v0.2.0
14522026-07-14T10:13:29.879Z Compiling paste v1.0.15
14532026-07-14T10:13:29.891Z Compiling hashbrown v0.16.1
14542026-07-14T10:13:29.933Z Compiling pest_generator v2.8.6
14552026-07-14T10:13:29.961Z Compiling tracing-attributes v0.1.31
14562026-07-14T10:13:30.219Z Compiling tracing-core v0.1.36
14572026-07-14T10:13:30.463Z Compiling ipnetwork v0.21.1
14582026-07-14T10:13:30.522Z Compiling winnow v1.0.3
14592026-07-14T10:13:30.610Z Compiling pest_derive v2.8.6
14602026-07-14T10:13:30.826Z Compiling oxnet v0.1.6
14612026-07-14T10:13:30.893Z Compiling ident_case v1.0.1
14622026-07-14T10:13:30.960Z Compiling omicron-workspace-hack v0.1.0
14632026-07-14T10:13:31.171Z Compiling tracing v0.1.44
14642026-07-14T10:13:31.183Z Compiling http-body-util v0.1.3
14652026-07-14T10:13:31.206Z Compiling serde_urlencoded v0.7.1
14662026-07-14T10:13:31.283Z Compiling aho-corasick v1.1.4
14672026-07-14T10:13:31.423Z Compiling sync_wrapper v1.0.2
14682026-07-14T10:13:31.437Z Compiling daft-derive v0.1.7
14692026-07-14T10:13:31.461Z Compiling fastrand v2.4.1
14702026-07-14T10:13:31.513Z Compiling scroll_derive v0.13.1
14712026-07-14T10:13:31.524Z Compiling async-trait v0.1.89
14722026-07-14T10:13:32.225Z Compiling regex-automata v0.4.14
14732026-07-14T10:13:32.386Z Compiling tokio-util v0.7.18
14742026-07-14T10:13:32.701Z Compiling aws-lc-rs v1.17.0
14752026-07-14T10:13:32.785Z Compiling num-conv v0.2.2
14762026-07-14T10:13:32.900Z Compiling time-core v0.1.8
14772026-07-14T10:13:32.939Z Compiling anyhow v1.0.103
14782026-07-14T10:13:33.019Z Compiling powerfmt v0.2.0
14792026-07-14T10:13:33.040Z Compiling time-macros v0.2.27
14802026-07-14T10:13:33.224Z Compiling deranged v0.5.8
14812026-07-14T10:13:33.292Z Compiling scroll v0.13.0
14822026-07-14T10:13:33.470Z Compiling rustls-pki-types v1.14.1
14832026-07-14T10:13:33.556Z Compiling hex v0.4.3
14842026-07-14T10:13:33.808Z Compiling num_threads v0.1.7
14852026-07-14T10:13:33.903Z Compiling regex v1.12.3
14862026-07-14T10:13:33.947Z Compiling openssl-probe v0.2.1
14872026-07-14T10:13:34.022Z Compiling goblin v0.10.7
14882026-07-14T10:13:34.365Z Compiling untrusted v0.7.1
14892026-07-14T10:13:34.485Z Compiling camino v1.2.4
14902026-07-14T10:13:34.693Z Compiling rustls v0.23.40
14912026-07-14T10:13:34.726Z Compiling crc32fast v1.5.0
14922026-07-14T10:13:34.762Z Compiling usdt-impl v0.6.0
14932026-07-14T10:13:34.911Z Compiling h2 v0.4.14
14942026-07-14T10:13:35.037Z Compiling dtrace-parser v0.3.0
14952026-07-14T10:13:35.066Z Compiling futures-executor v0.3.32
14962026-07-14T10:13:35.271Z Compiling crossbeam-utils v0.8.21
14972026-07-14T10:13:35.470Z Compiling structmeta-derive v0.3.0
14982026-07-14T10:13:35.525Z Compiling thread-id v5.1.0
14992026-07-14T10:13:35.594Z Compiling cpufeatures v0.3.0
15002026-07-14T10:13:35.605Z Compiling simd-adler32 v0.3.9
15012026-07-14T10:13:35.664Z Compiling adler2 v2.0.1
15022026-07-14T10:13:35.795Z Compiling miniz_oxide v0.8.9
15032026-07-14T10:13:36.040Z Compiling futures v0.3.32
15042026-07-14T10:13:36.117Z Compiling rand_core v0.9.5
15052026-07-14T10:13:36.200Z Compiling darling_core v0.23.0
15062026-07-14T10:13:36.308Z Compiling newtype-uuid-macros v0.1.0
15072026-07-14T10:13:36.327Z Compiling hybrid-array v0.4.12
15082026-07-14T10:13:36.443Z Compiling thread_local v1.1.9
15092026-07-14T10:13:36.529Z Compiling structmeta v0.3.0
15102026-07-14T10:13:36.722Z Compiling match_cfg v0.1.0
15112026-07-14T10:13:36.779Z Compiling dof v0.4.0
15122026-07-14T10:13:36.790Z Compiling flate2 v1.1.9
15132026-07-14T10:13:36.900Z Compiling newtype-uuid v1.3.2
15142026-07-14T10:13:37.115Z Compiling hyper v1.10.1
15152026-07-14T10:13:37.243Z Compiling slog-async v2.8.0
15162026-07-14T10:13:37.259Z Compiling quick-error v1.2.3
15172026-07-14T10:13:37.363Z Compiling compression-core v0.4.32
15182026-07-14T10:13:37.520Z Compiling ref-cast v1.0.25
15192026-07-14T10:13:37.940Z Compiling compression-codecs v0.4.38
15202026-07-14T10:13:37.978Z Compiling daft v0.1.7
15212026-07-14T10:13:38.196Z Compiling crypto-common v0.2.2
15222026-07-14T10:13:38.196Z Compiling block-buffer v0.12.0
15232026-07-14T10:13:38.246Z Compiling rand_chacha v0.9.0
15242026-07-14T10:13:38.261Z Compiling hyper-util v0.1.20
15252026-07-14T10:13:38.346Z Compiling darling_macro v0.23.0
15262026-07-14T10:13:38.358Z Compiling ref-cast-impl v1.0.25
15272026-07-14T10:13:38.678Z Compiling strum_macros v0.26.4
15282026-07-14T10:13:38.940Z Compiling darling v0.23.0
15292026-07-14T10:13:38.951Z Compiling serde_spanned v1.1.1
15302026-07-14T10:13:38.972Z Compiling multer v3.1.0
15312026-07-14T10:13:39.013Z Compiling usdt-macro v0.6.0
15322026-07-14T10:13:39.086Z Compiling usdt-attr-macro v0.6.0
15332026-07-14T10:13:39.146Z Compiling toml_writer v1.1.1+spec-1.1.0
15342026-07-14T10:13:39.157Z Compiling debug-ignore v1.0.5
15352026-07-14T10:13:39.202Z Compiling const-oid v0.10.2
15362026-07-14T10:13:39.251Z Compiling take_mut v0.2.2
15372026-07-14T10:13:39.349Z Compiling bit-vec v0.8.0
15382026-07-14T10:13:39.361Z Compiling term v1.2.1
15392026-07-14T10:13:39.404Z Compiling digest v0.11.3
15402026-07-14T10:13:39.569Z Compiling bit-set v0.8.0
15412026-07-14T10:13:39.621Z Compiling serde_with_macros v3.20.0
15422026-07-14T10:13:39.823Z Compiling rand v0.9.4
15432026-07-14T10:13:40.060Z Compiling async-stream-impl v0.3.6
15442026-07-14T10:13:40.158Z Compiling dropshot v0.17.1
15452026-07-14T10:13:40.253Z Compiling encoding_rs v0.8.35
15462026-07-14T10:13:40.307Z Compiling strum v0.26.3
15472026-07-14T10:13:40.395Z Compiling mime v0.3.17
15482026-07-14T10:13:40.422Z Compiling unarray v0.1.4
15492026-07-14T10:13:40.526Z Compiling spin v0.9.8
15502026-07-14T10:13:40.660Z Compiling sha1 v0.11.0
15512026-07-14T10:13:40.682Z Compiling derive-ex v0.1.8
15522026-07-14T10:13:40.703Z Compiling async-stream v0.3.6
15532026-07-14T10:13:40.748Z Compiling tower v0.5.3
15542026-07-14T10:13:40.868Z Compiling dropshot_endpoint v0.17.1
15552026-07-14T10:13:40.895Z Compiling macaddr v1.0.1
15562026-07-14T10:13:41.120Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15572026-07-14T10:13:41.133Z Compiling waitgroup v0.1.2
15582026-07-14T10:13:41.264Z Compiling serde_path_to_error v0.1.20
15592026-07-14T10:13:41.456Z Compiling generic-array v0.14.7
15602026-07-14T10:13:41.613Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15612026-07-14T10:13:41.717Z Compiling tower-http v0.6.11
15622026-07-14T10:13:41.746Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15632026-07-14T10:13:41.909Z Compiling tempfile v3.27.0
15642026-07-14T10:13:41.920Z Compiling openapiv3 v2.2.0
15652026-07-14T10:13:42.132Z Compiling strum_macros v0.27.2
15662026-07-14T10:13:42.292Z Compiling test-strategy v0.4.5
15672026-07-14T10:13:42.388Z Compiling instant v0.1.13
15682026-07-14T10:13:42.600Z Compiling syn v1.0.109
15692026-07-14T10:13:43.151Z Compiling time v0.3.47
15702026-07-14T10:13:43.505Z Compiling rustls-native-certs v0.8.4
15712026-07-14T10:13:43.649Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15722026-07-14T10:13:43.699Z Compiling crossbeam-channel v0.5.15
15732026-07-14T10:13:44.050Z Compiling strum v0.27.2
15742026-07-14T10:13:44.176Z Compiling parse-display-derive v0.10.0
15752026-07-14T10:13:44.188Z Compiling backon v1.6.0
15762026-07-14T10:13:44.388Z Compiling rand_chacha v0.3.1
15772026-07-14T10:13:44.809Z Compiling either v1.16.0
15782026-07-14T10:13:44.851Z Compiling rand v0.8.6
15792026-07-14T10:13:45.009Z Compiling slog-json v2.6.1
15802026-07-14T10:13:45.199Z Compiling hostname v0.3.1
15812026-07-14T10:13:45.211Z Compiling toml_parser v1.1.2+spec-1.1.0
15822026-07-14T10:13:45.334Z Compiling toml_datetime v1.1.1+spec-1.1.0
15832026-07-14T10:13:45.487Z Compiling wait-timeout v0.2.1
15842026-07-14T10:13:45.539Z Compiling memmap2 v0.9.10
15852026-07-14T10:13:45.640Z Compiling is-terminal v0.4.17
15862026-07-14T10:13:45.734Z Compiling slog-term v2.9.2
15872026-07-14T10:13:45.755Z Compiling usdt v0.6.0
15882026-07-14T10:13:45.782Z Compiling rusty-fork v0.3.1
15892026-07-14T10:13:45.785Z Compiling toml v1.1.2+spec-1.1.0
15902026-07-14T10:13:45.890Z Compiling slog-bunyan v2.5.0
15912026-07-14T10:13:46.020Z Compiling crypto-common v0.1.7
15922026-07-14T10:13:46.131Z Compiling serde_with v3.20.0
15932026-07-14T10:13:46.148Z Compiling async-compression v0.4.42
15942026-07-14T10:13:46.328Z Compiling rand_xorshift v0.4.0
15952026-07-14T10:13:46.339Z Compiling rustls-pemfile v2.2.0
15962026-07-14T10:13:46.458Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15972026-07-14T10:13:46.470Z Compiling regress v0.10.5
15982026-07-14T10:13:46.519Z Compiling hostname v0.4.2
15992026-07-14T10:13:46.531Z Compiling humantime v2.3.0
16002026-07-14T10:13:46.653Z Compiling proptest v1.11.0
16012026-07-14T10:13:47.235Z Compiling iddqd v0.4.5
16022026-07-14T10:13:47.729Z Compiling reqwest v0.12.28
16032026-07-14T10:13:47.919Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16042026-07-14T10:13:47.947Z Compiling parse-display v0.10.0
16052026-07-14T10:13:48.155Z Compiling backoff v0.4.0
16062026-07-14T10:13:48.276Z Compiling itertools v0.14.0
16072026-07-14T10:13:48.361Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16082026-07-14T10:13:48.702Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16092026-07-14T10:13:49.277Z Compiling progenitor-client v0.10.0
16102026-07-14T10:13:49.326Z Compiling block-buffer v0.10.4
16112026-07-14T10:13:49.515Z Compiling utf8parse v0.2.2
16122026-07-14T10:13:49.545Z Compiling digest v0.10.7
16132026-07-14T10:13:49.620Z Compiling anstyle-parse v1.0.0
16142026-07-14T10:13:49.644Z Compiling anstyle-query v1.1.5
16152026-07-14T10:13:49.760Z Compiling is_terminal_polyfill v1.70.2
16162026-07-14T10:13:49.798Z Compiling colorchoice v1.0.5
16172026-07-14T10:13:49.843Z Compiling anstyle v1.0.14
16182026-07-14T10:13:50.060Z Compiling anstream v1.0.0
16192026-07-14T10:13:50.324Z Compiling clap_lex v1.1.0
16202026-07-14T10:13:50.561Z Compiling regress v0.11.1
16212026-07-14T10:13:50.676Z Compiling clap_derive v4.6.1
16222026-07-14T10:13:51.189Z Compiling terminal_size v0.4.4
16232026-07-14T10:13:51.994Z Compiling toml_datetime v0.6.11
16242026-07-14T10:13:52.230Z Compiling typify-impl v0.6.2
16252026-07-14T10:13:52.300Z Compiling zerocopy-derive v0.7.35
16262026-07-14T10:13:52.388Z Compiling convert_case v0.4.0
16272026-07-14T10:13:52.688Z Compiling cpufeatures v0.2.17
16282026-07-14T10:13:52.761Z Compiling derive_more v0.99.20
16292026-07-14T10:13:53.183Z Compiling zerocopy v0.7.35
16302026-07-14T10:13:53.890Z Compiling clap_builder v4.6.0
16312026-07-14T10:13:54.243Z Compiling toml_edit v0.25.12+spec-1.1.0
16322026-07-14T10:13:54.752Z Compiling unicode-width v0.2.2
16332026-07-14T10:13:55.010Z Compiling proc-macro-crate v3.5.0
16342026-07-14T10:13:55.246Z Compiling secrecy v0.10.3
16352026-07-14T10:13:55.458Z Compiling clap v4.6.1
16362026-07-14T10:13:55.534Z Compiling crucible-workspace-hack v0.1.0
16372026-07-14T10:13:55.555Z Compiling tinyvec_macros v0.1.1
16382026-07-14T10:13:55.621Z Compiling float-ord v0.3.2
16392026-07-14T10:13:55.734Z Compiling tinyvec v1.11.0
16402026-07-14T10:13:55.770Z Compiling num_enum_derive v0.7.6
16412026-07-14T10:13:56.335Z Compiling dtrace-parser v0.2.0
16422026-07-14T10:13:56.391Z Compiling scroll_derive v0.12.1
16432026-07-14T10:13:56.802Z Compiling num-integer v0.1.46
16442026-07-14T10:13:57.099Z Compiling rustc_version v0.4.1
16452026-07-14T10:13:57.120Z Compiling usdt-impl v0.5.0
16462026-07-14T10:13:57.125Z Compiling scroll v0.12.0
16472026-07-14T10:13:57.168Z Compiling num_enum v0.7.6
16482026-07-14T10:13:57.405Z Compiling curve25519-dalek v4.1.3
16492026-07-14T10:13:57.501Z Compiling dof v0.3.0
16502026-07-14T10:13:57.715Z Compiling hmac v0.12.1
16512026-07-14T10:13:57.738Z Compiling inout v0.1.4
16522026-07-14T10:13:57.841Z Compiling darling_core v0.21.3
16532026-07-14T10:13:57.844Z Compiling ff v0.13.1
16542026-07-14T10:13:57.864Z Compiling thread-id v4.2.2
16552026-07-14T10:13:57.883Z Compiling cipher v0.4.4
16562026-07-14T10:13:57.938Z Compiling hkdf v0.12.4
16572026-07-14T10:13:57.971Z Compiling group v0.13.0
16582026-07-14T10:13:58.437Z Compiling goblin v0.8.2
16592026-07-14T10:13:58.563Z Compiling num-iter v0.1.45
16602026-07-14T10:13:58.575Z Compiling typify-macro v0.6.2
16612026-07-14T10:13:58.614Z Compiling num-rational v0.4.2
16622026-07-14T10:13:58.680Z Compiling thiserror-impl-no-std v2.0.2
16632026-07-14T10:13:58.775Z Compiling universal-hash v0.5.1
16642026-07-14T10:13:58.808Z Compiling crypto-bigint v0.5.5
16652026-07-14T10:13:58.896Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16662026-07-14T10:13:59.240Z Compiling crossbeam-epoch v0.9.18
16672026-07-14T10:13:59.581Z Compiling half v2.7.1
16682026-07-14T10:13:59.678Z Compiling curve25519-dalek-derive v0.1.1
16692026-07-14T10:13:59.750Z Compiling num-complex v0.4.6
16702026-07-14T10:13:59.924Z Compiling darling_macro v0.21.3
16712026-07-14T10:14:00.139Z Compiling base16ct v0.2.0
16722026-07-14T10:14:00.172Z Compiling base64ct v1.8.3
16732026-07-14T10:14:00.220Z Compiling ciborium-io v0.2.2
16742026-07-14T10:14:00.288Z Compiling opaque-debug v0.3.1
16752026-07-14T10:14:00.311Z Compiling ciborium-ll v0.2.2
16762026-07-14T10:14:00.355Z Compiling poly1305 v0.8.0
16772026-07-14T10:14:00.468Z Compiling password-hash v0.5.0
16782026-07-14T10:14:00.517Z Compiling darling v0.21.3
16792026-07-14T10:14:00.517Z Compiling elliptic-curve v0.13.8
16802026-07-14T10:14:00.627Z Compiling typify v0.6.2
16812026-07-14T10:14:00.872Z Compiling num v0.4.3
16822026-07-14T10:14:00.895Z Compiling thiserror-no-std v2.0.2
16832026-07-14T10:14:01.196Z Compiling chacha20 v0.9.1
16842026-07-14T10:14:01.407Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16852026-07-14T10:14:01.550Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16862026-07-14T10:14:02.029Z Compiling blake2 v0.10.6
16872026-07-14T10:14:02.130Z Compiling aead v0.5.2
16882026-07-14T10:14:02.315Z Compiling byte-wrapper v0.1.0
16892026-07-14T10:14:02.386Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16902026-07-14T10:14:02.516Z Compiling proc-macro-error-attr v1.0.4
16912026-07-14T10:14:02.754Z Compiling prettyplease v0.2.37
16922026-07-14T10:14:02.757Z Compiling heapless v0.8.0
16932026-07-14T10:14:02.840Z Compiling rustix v0.38.44
16942026-07-14T10:14:03.003Z Compiling keccak v0.1.6
16952026-07-14T10:14:03.075Z Compiling unsafe-libyaml v0.2.11
16962026-07-14T10:14:03.237Z Compiling sha3 v0.10.9
16972026-07-14T10:14:03.608Z Compiling serde_yaml v0.9.34+deprecated
16982026-07-14T10:14:03.753Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16992026-07-14T10:14:04.087Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17002026-07-14T10:14:04.599Z Compiling chacha20poly1305 v0.10.1
17012026-07-14T10:14:04.728Z Compiling argon2 v0.5.3
17022026-07-14T10:14:04.898Z Compiling vsss-rs v3.3.4
17032026-07-14T10:14:04.918Z Compiling ingot-macros v0.1.1
17042026-07-14T10:14:05.059Z Compiling ciborium v0.2.2
17052026-07-14T10:14:05.351Z Compiling usdt-attr-macro v0.5.0
17062026-07-14T10:14:05.634Z Compiling usdt-macro v0.5.0
17072026-07-14T10:14:06.740Z Compiling serde_spanned v0.6.9
17082026-07-14T10:14:06.828Z Compiling enum-as-inner v0.6.1
17092026-07-14T10:14:06.882Z Compiling hash32 v0.3.1
17102026-07-14T10:14:07.031Z Compiling proc-macro-error v1.0.4
17112026-07-14T10:14:07.377Z Compiling memmap v0.7.0
17122026-07-14T10:14:07.451Z Compiling memoffset v0.9.1
17132026-07-14T10:14:07.463Z Compiling data-encoding v2.11.0
17142026-07-14T10:14:07.567Z Compiling winnow v0.5.40
17152026-07-14T10:14:07.698Z Compiling winnow v0.7.15
17162026-07-14T10:14:07.724Z Compiling smoltcp v0.11.0
17172026-07-14T10:14:07.727Z Compiling indent_write v2.2.0
17182026-07-14T10:14:07.868Z Compiling cfg_aliases v0.2.1
17192026-07-14T10:14:07.892Z Compiling static_assertions v1.1.0
17202026-07-14T10:14:07.938Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17212026-07-14T10:14:07.963Z Compiling toml_write v0.1.2
17222026-07-14T10:14:08.096Z Compiling nix v0.31.3
17232026-07-14T10:14:08.162Z Compiling ingot-types v0.1.2
17242026-07-14T10:14:08.305Z Compiling rustls-webpki v0.103.13
17252026-07-14T10:14:08.491Z Compiling usdt v0.5.0
17262026-07-14T10:14:08.740Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17272026-07-14T10:14:08.762Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17282026-07-14T10:14:08.970Z Compiling toml_edit v0.19.15
17292026-07-14T10:14:09.001Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17302026-07-14T10:14:09.220Z Compiling toml_edit v0.22.27
17312026-07-14T10:14:09.341Z Compiling tabwriter v1.4.1
17322026-07-14T10:14:09.693Z Compiling cobs v0.3.0
17332026-07-14T10:14:09.722Z Compiling serde_repr v0.1.20
17342026-07-14T10:14:09.885Z Compiling managed v0.8.0
17352026-07-14T10:14:10.100Z Compiling pkg-config v0.3.33
17362026-07-14T10:14:10.252Z Compiling vcpkg v0.2.15
17372026-07-14T10:14:10.313Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17382026-07-14T10:14:10.545Z Compiling bitflags v1.3.2
17392026-07-14T10:14:10.571Z Compiling proc-macro-crate v1.3.1
17402026-07-14T10:14:10.810Z Compiling openssl-sys v0.9.116
17412026-07-14T10:14:10.897Z Compiling toml v0.8.23
17422026-07-14T10:14:10.945Z Compiling postcard v1.1.3
17432026-07-14T10:14:11.599Z Compiling ingot v0.1.1
17442026-07-14T10:14:11.629Z Compiling tokio-rustls v0.26.4
17452026-07-14T10:14:11.897Z Compiling hyper-rustls v0.27.9
17462026-07-14T10:14:12.235Z Compiling rustls-platform-verifier v0.7.0
17472026-07-14T10:14:12.480Z Compiling reqwest v0.13.4
17482026-07-14T10:14:13.409Z Compiling hubpack_derive v0.1.1
17492026-07-14T10:14:13.558Z Compiling foreign-types-macros v0.2.3
17502026-07-14T10:14:13.895Z Compiling progenitor-client v0.14.0
17512026-07-14T10:14:13.958Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17522026-07-14T10:14:14.197Z Compiling progenitor-extras v0.2.0
17532026-07-14T10:14:14.216Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17542026-07-14T10:14:14.270Z Compiling swrite v0.1.0
17552026-07-14T10:14:14.434Z Compiling unicode-segmentation v1.13.3
17562026-07-14T10:14:14.458Z Compiling resolv-conf v0.7.6
17572026-07-14T10:14:14.845Z Compiling rayon-core v1.13.0
17582026-07-14T10:14:14.880Z Compiling linked-hash-map v0.5.6
17592026-07-14T10:14:14.887Z Compiling colored v3.1.1
17602026-07-14T10:14:14.994Z Compiling heck v0.4.1
17612026-07-14T10:14:15.043Z Compiling foreign-types-shared v0.3.1
17622026-07-14T10:14:15.073Z Compiling semver v0.1.20
17632026-07-14T10:14:15.135Z Compiling foreign-types v0.5.0
17642026-07-14T10:14:15.211Z Compiling lru-cache v0.1.2
17652026-07-14T10:14:15.224Z Compiling newline-converter v0.3.0
17662026-07-14T10:14:15.276Z Compiling rustc_version v0.1.7
17672026-07-14T10:14:15.331Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17682026-07-14T10:14:15.331Z Compiling hubpack v0.1.2
17692026-07-14T10:14:15.476Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17702026-07-14T10:14:15.707Z Compiling num_enum_derive v0.5.11
17712026-07-14T10:14:16.749Z Compiling atomicwrites v0.4.4
17722026-07-14T10:14:16.948Z Compiling hickory-proto v0.24.4
17732026-07-14T10:14:17.125Z Compiling progenitor-impl v0.13.0
17742026-07-14T10:14:17.455Z Compiling crossbeam-deque v0.8.6
17752026-07-14T10:14:17.657Z Compiling console v0.15.11
17762026-07-14T10:14:18.348Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17772026-07-14T10:14:18.430Z Compiling camino-tempfile v1.4.1
17782026-07-14T10:14:18.678Z Compiling chacha20 v0.10.0
17792026-07-14T10:14:18.878Z Compiling serde-big-array v0.5.1
17802026-07-14T10:14:18.952Z Compiling derive-where v1.6.1
17812026-07-14T10:14:19.025Z Compiling pin-project-internal v1.1.13
17822026-07-14T10:14:19.416Z Compiling num-derive v0.4.2
17832026-07-14T10:14:19.878Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17842026-07-14T10:14:20.114Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17852026-07-14T10:14:20.221Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17862026-07-14T10:14:20.377Z Compiling cstr-argument v0.1.2
17872026-07-14T10:14:20.390Z Compiling minimal-lexical v0.2.1
17882026-07-14T10:14:20.534Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17892026-07-14T10:14:20.730Z Compiling similar v2.7.0
17902026-07-14T10:14:20.749Z Compiling siphasher v1.0.3
17912026-07-14T10:14:20.945Z Compiling phf_shared v0.12.1
17922026-07-14T10:14:21.125Z Compiling expectorate v1.2.0
17932026-07-14T10:14:21.279Z Compiling progenitor-macro v0.13.0
17942026-07-14T10:14:21.291Z Compiling nom v7.1.3
17952026-07-14T10:14:21.679Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17962026-07-14T10:14:21.720Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17972026-07-14T10:14:21.937Z Compiling pin-project v1.1.13
17982026-07-14T10:14:21.987Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17992026-07-14T10:14:22.038Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18002026-07-14T10:14:22.196Z Compiling rand v0.10.2
18012026-07-14T10:14:22.786Z Compiling hickory-resolver v0.24.4
18022026-07-14T10:14:22.915Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18032026-07-14T10:14:22.986Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18042026-07-14T10:14:23.115Z Compiling num_enum v0.5.11
18052026-07-14T10:14:23.235Z Compiling newtype_derive v0.1.6
18062026-07-14T10:14:23.486Z Compiling progenitor-client v0.13.0
18072026-07-14T10:14:23.786Z Compiling progenitor-impl v0.14.0
18082026-07-14T10:14:24.659Z Compiling unicode-normalization v0.1.25
18092026-07-14T10:14:24.960Z Compiling tokio-stream v0.1.18
18102026-07-14T10:14:25.049Z Compiling snafu-derive v0.8.9
18112026-07-14T10:14:25.129Z Compiling async-recursion v1.1.1
18122026-07-14T10:14:25.402Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18132026-07-14T10:14:25.431Z Compiling slog-dtrace v0.3.0
18142026-07-14T10:14:25.680Z Compiling bstr v1.12.1
18152026-07-14T10:14:25.711Z Compiling csv-core v0.1.13
18162026-07-14T10:14:25.826Z Compiling unicode-width v0.1.14
18172026-07-14T10:14:25.975Z Compiling highway v1.3.0
18182026-07-14T10:14:26.107Z Compiling konst_macro_rules v0.2.19
18192026-07-14T10:14:26.179Z Compiling unicode-xid v0.2.6
18202026-07-14T10:14:26.287Z Compiling cancel-safe-futures v0.1.5
18212026-07-14T10:14:26.303Z Compiling owo-colors v4.3.0
18222026-07-14T10:14:26.368Z Compiling openssl v0.10.80
18232026-07-14T10:14:26.413Z Compiling foldhash v0.1.5
18242026-07-14T10:14:26.547Z Compiling chrono-tz v0.10.4
18252026-07-14T10:14:26.590Z Compiling same-file v1.0.6
18262026-07-14T10:14:26.645Z Compiling foreign-types-shared v0.1.1
18272026-07-14T10:14:26.699Z Compiling walkdir v2.5.0
18282026-07-14T10:14:26.734Z Compiling foreign-types v0.3.2
18292026-07-14T10:14:26.801Z Compiling snafu v0.8.9
18302026-07-14T10:14:26.804Z Compiling hashbrown v0.15.5
18312026-07-14T10:14:26.821Z Compiling progenitor v0.13.0
18322026-07-14T10:14:26.824Z Compiling const_format_proc_macros v0.2.34
18332026-07-14T10:14:26.953Z Compiling konst v0.2.20
18342026-07-14T10:14:27.055Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18352026-07-14T10:14:27.187Z Compiling globset v0.4.18
18362026-07-14T10:14:27.201Z Compiling csv v1.4.0
18372026-07-14T10:14:27.379Z Compiling progenitor-macro v0.14.0
18382026-07-14T10:14:27.437Z Compiling qorb v0.4.1
18392026-07-14T10:14:27.460Z Compiling olpc-cjson v0.1.4
18402026-07-14T10:14:27.626Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-07-14T10:14:27.735Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18422026-07-14T10:14:28.097Z Compiling rayon v1.12.0
18432026-07-14T10:14:28.973Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-07-14T10:14:29.491Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18452026-07-14T10:14:29.833Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-07-14T10:14:29.896Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-07-14T10:14:30.011Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18482026-07-14T10:14:30.378Z Compiling phf v0.12.1
18492026-07-14T10:14:30.527Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18502026-07-14T10:14:31.396Z Compiling zone_cfg_derive v0.3.1
18512026-07-14T10:14:31.454Z Compiling tokio-dtrace v0.1.1
18522026-07-14T10:14:31.544Z Compiling itertools v0.12.1
18532026-07-14T10:14:31.721Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18542026-07-14T10:14:31.920Z Compiling libsw-core v0.3.2
18552026-07-14T10:14:32.092Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18562026-07-14T10:14:32.103Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18572026-07-14T10:14:32.440Z Compiling serde_plain v1.0.2
18582026-07-14T10:14:32.544Z Compiling openssl-macros v0.1.1
18592026-07-14T10:14:32.650Z Compiling pem v3.0.6
18602026-07-14T10:14:32.662Z Compiling cookie v0.18.1
18612026-07-14T10:14:32.749Z Compiling sigpipe v0.1.3
18622026-07-14T10:14:32.823Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-07-14T10:14:32.836Z Compiling fixedbitset v0.4.2
18642026-07-14T10:14:32.906Z Compiling jiff v0.2.28
18652026-07-14T10:14:33.030Z Compiling glob v0.3.3
18662026-07-14T10:14:33.044Z Compiling typed-path v0.9.3
18672026-07-14T10:14:33.062Z Compiling fixedbitset v0.5.7
18682026-07-14T10:14:33.075Z Compiling bytecount v0.6.9
18692026-07-14T10:14:33.222Z Compiling papergrid v0.11.0
18702026-07-14T10:14:33.411Z Compiling petgraph v0.8.3
18712026-07-14T10:14:33.733Z Compiling petgraph v0.6.5
18722026-07-14T10:14:34.393Z Compiling tough v0.22.0
18732026-07-14T10:14:34.960Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-07-14T10:14:35.038Z Compiling progenitor v0.14.0
18752026-07-14T10:14:35.167Z Compiling zone v0.3.1
18762026-07-14T10:14:35.179Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18772026-07-14T10:14:35.182Z Compiling libsw v3.5.0
18782026-07-14T10:14:35.202Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18792026-07-14T10:14:35.220Z Compiling oxide-tokio-rt v0.1.6
18802026-07-14T10:14:35.356Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18812026-07-14T10:14:35.440Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18822026-07-14T10:14:35.525Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-07-14T10:14:35.541Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18842026-07-14T10:14:36.599Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-07-14T10:14:36.715Z Compiling const_format v0.2.36
18862026-07-14T10:14:36.746Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-07-14T10:14:37.066Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18882026-07-14T10:14:37.069Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-07-14T10:14:37.544Z Compiling tabled_derive v0.7.0
18902026-07-14T10:14:37.723Z Compiling gethostname v0.5.0
18912026-07-14T10:14:37.744Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-07-14T10:14:37.778Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18932026-07-14T10:14:37.820Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18942026-07-14T10:14:37.840Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18952026-07-14T10:14:37.863Z Compiling smf v0.2.3
18962026-07-14T10:14:37.934Z Compiling bcs v0.1.6
18972026-07-14T10:14:37.960Z Compiling nom v8.0.0
18982026-07-14T10:14:38.255Z Compiling unicode-linebreak v0.1.5
18992026-07-14T10:14:38.477Z Compiling whoami v1.6.1
19002026-07-14T10:14:38.507Z Compiling linear-map v1.2.0
19012026-07-14T10:14:38.533Z Compiling crunchy v0.2.4
19022026-07-14T10:14:38.693Z Compiling tagptr v0.2.0
19032026-07-14T10:14:38.796Z Compiling lazy_static v1.5.0
19042026-07-14T10:14:38.842Z Compiling termtree v0.5.1
19052026-07-14T10:14:38.845Z Compiling smawk v0.3.2
19062026-07-14T10:14:38.896Z Compiling steno v0.4.1
19072026-07-14T10:14:38.925Z Compiling moka v0.12.15
19082026-07-14T10:14:38.986Z Compiling textwrap v0.16.2
19092026-07-14T10:14:38.989Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-07-14T10:14:39.520Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19112026-07-14T10:14:39.719Z Compiling tabled v0.15.0
19122026-07-14T10:14:40.293Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-07-14T10:14:40.679Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-07-14T10:14:40.710Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-07-14T10:14:41.527Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-07-14T10:14:42.159Z Compiling hickory-proto v0.25.2
19172026-07-14T10:14:42.419Z Compiling tiny-keccak v2.0.2
19182026-07-14T10:14:42.517Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19192026-07-14T10:14:42.758Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19202026-07-14T10:14:43.284Z Compiling parking_lot_core v0.8.6
19212026-07-14T10:14:43.599Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19222026-07-14T10:14:43.799Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19232026-07-14T10:14:43.883Z Compiling libscf-sys v1.2.0
19242026-07-14T10:14:44.025Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19252026-07-14T10:14:44.121Z Compiling hickory-resolver v0.25.2
19262026-07-14T10:14:44.160Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19272026-07-14T10:14:44.286Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19282026-07-14T10:14:44.390Z Compiling const-random-macro v0.1.16
19292026-07-14T10:14:44.658Z Compiling ahash v0.8.12
19302026-07-14T10:14:44.800Z Compiling smartstring v1.0.1
19312026-07-14T10:14:44.878Z Compiling const-random v0.1.18
19322026-07-14T10:14:44.951Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19332026-07-14T10:14:44.978Z Compiling parking_lot v0.11.2
19342026-07-14T10:14:45.405Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19352026-07-14T10:14:45.650Z Compiling fxhash v0.2.1
19362026-07-14T10:14:45.685Z Compiling internet-checksum v0.2.1
19372026-07-14T10:14:45.785Z Compiling sled v0.34.7
19382026-07-14T10:14:45.990Z Compiling itertools v0.15.0
19392026-07-14T10:14:46.064Z Compiling thin-vec v0.2.18
19402026-07-14T10:14:46.365Z Compiling rhai_codegen v3.2.0
19412026-07-14T10:14:46.380Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
19422026-07-14T10:14:46.577Z Compiling serial_test_derive v3.5.0
19432026-07-14T10:14:47.134Z Compiling diff v0.1.13
19442026-07-14T10:14:47.191Z Compiling yansi v1.0.1
19452026-07-14T10:14:47.359Z Compiling serial_test v3.5.0
19462026-07-14T10:14:47.449Z Compiling pretty_assertions v1.4.1
19472026-07-14T10:14:47.625Z Compiling rhai v1.25.1
19482026-07-14T10:14:48.614Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19492026-07-14T10:14:49.828Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19502026-07-14T10:14:58.394Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19512026-07-14T10:15:00.104Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19522026-07-14T10:15:01.144Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19532026-07-14T10:15:02.072Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19542026-07-14T10:15:02.903Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19552026-07-14T10:15:04.331Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19562026-07-14T10:15:37.102Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 18s
19572026-07-14T10:15:37.298Z────────────
19582026-07-14T10:15:37.298Z Nextest run ID be1ded83-1ab8-4c66-90f7-1c63a44d2140 with nextest profile: default
19592026-07-14T10:15:37.299Z Starting 156 tests across 3 binaries
19602026-07-14T10:15:37.309Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19612026-07-14T10:15:37.312Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19622026-07-14T10:15:37.312Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19632026-07-14T10:15:37.312Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_length_mismatch
19642026-07-14T10:15:37.312Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_round_trip
19652026-07-14T10:15:37.312Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_byte_len
19662026-07-14T10:15:37.312Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_invalid_length
19672026-07-14T10:15:37.312Z PASS [ 0.012s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19682026-07-14T10:15:37.318Z PASS [ 0.009s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19692026-07-14T10:15:37.321Z PASS [ 0.009s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19702026-07-14T10:15:37.321Z PASS [ 0.010s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19712026-07-14T10:15:37.321Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19722026-07-14T10:15:37.321Z PASS [ 0.010s] bgp messages::tests::empty_update_end_of_rib
19732026-07-14T10:15:37.321Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19742026-07-14T10:15:37.321Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19752026-07-14T10:15:37.326Z PASS [ 0.011s] bgp messages::tests::header_round_trip
19762026-07-14T10:15:37.328Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_maximum_length
19772026-07-14T10:15:37.328Z PASS [ 0.008s] bgp messages::tests::header_tests::new_accepts_minimum_length
19782026-07-14T10:15:37.331Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_large
19792026-07-14T10:15:37.332Z PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_small
19802026-07-14T10:15:37.332Z PASS [ 0.009s] bgp messages::tests::header_tests::roundtrip_max_length_header
19812026-07-14T10:15:37.332Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19822026-07-14T10:15:37.332Z PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19832026-07-14T10:15:37.332Z PASS [ 0.010s] bgp messages::tests::ipv4_unicast_dual_encoding
19842026-07-14T10:15:37.335Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19852026-07-14T10:15:37.338Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19862026-07-14T10:15:37.338Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19872026-07-14T10:15:37.338Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19882026-07-14T10:15:37.342Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19892026-07-14T10:15:37.342Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19902026-07-14T10:15:37.342Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19912026-07-14T10:15:37.342Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19922026-07-14T10:15:37.345Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19932026-07-14T10:15:37.348Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19942026-07-14T10:15:37.348Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19952026-07-14T10:15:37.348Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19962026-07-14T10:15:37.348Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19972026-07-14T10:15:37.348Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19982026-07-14T10:15:37.351Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19992026-07-14T10:15:37.351Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
20002026-07-14T10:15:37.354Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
20012026-07-14T10:15:37.354Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
20022026-07-14T10:15:37.354Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
20032026-07-14T10:15:37.358Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
20042026-07-14T10:15:37.358Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
20052026-07-14T10:15:37.358Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
20062026-07-14T10:15:37.358Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
20072026-07-14T10:15:37.358Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
20082026-07-14T10:15:37.361Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
20092026-07-14T10:15:37.365Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
20102026-07-14T10:15:37.365Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
20112026-07-14T10:15:37.365Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
20122026-07-14T10:15:37.365Z PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first
20132026-07-14T10:15:37.365Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
20142026-07-14T10:15:37.368Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_round_trip
20152026-07-14T10:15:37.368Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
20162026-07-14T10:15:37.371Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
20172026-07-14T10:15:37.371Z PASS [ 0.008s] bgp messages::tests::notification_round_trip
20182026-07-14T10:15:37.371Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_round_trip
20192026-07-14T10:15:37.374Z PASS [ 0.008s] bgp messages::tests::open_round_trip
20202026-07-14T10:15:37.374Z PASS [ 0.009s] bgp messages::tests::open_round_trip_extended_nexthop
20212026-07-14T10:15:37.374Z PASS [ 0.008s] bgp messages::tests::prefix_conversion
20222026-07-14T10:15:37.375Z PASS [ 0.008s] bgp messages::tests::prefix_within
20232026-07-14T10:15:37.375Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
20242026-07-14T10:15:37.378Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
20252026-07-14T10:15:37.381Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
20262026-07-14T10:15:37.381Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
20272026-07-14T10:15:37.381Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
20282026-07-14T10:15:37.381Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
20292026-07-14T10:15:37.381Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
20302026-07-14T10:15:37.384Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
20312026-07-14T10:15:37.385Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
20322026-07-14T10:15:37.392Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
20332026-07-14T10:15:37.392Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
20342026-07-14T10:15:37.392Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
20352026-07-14T10:15:37.392Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
20362026-07-14T10:15:37.392Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
20372026-07-14T10:15:37.392Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
20382026-07-14T10:15:37.393Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
20392026-07-14T10:15:37.393Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
20402026-07-14T10:15:37.396Z PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20412026-07-14T10:15:37.401Z PASS [ 0.008s] bgp messages::tests::route_refresh_round_trip
20422026-07-14T10:15:37.401Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
20432026-07-14T10:15:37.402Z PASS [ 0.009s] bgp messages::tests::update_round_trip
20442026-07-14T10:15:37.411Z PASS [ 0.021s] bgp policy::test::open_add_4byte_as
20452026-07-14T10:15:37.414Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
20462026-07-14T10:15:37.414Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20472026-07-14T10:15:37.417Z PASS [ 0.024s] bgp policy::test::shape_update_prefixes
20482026-07-14T10:15:37.417Z PASS [ 0.020s] bgp policy::test::update_shape_community
20492026-07-14T10:15:37.417Z PASS [ 0.025s] bgp policy::test::open_require_4byte_as
20502026-07-14T10:15:37.417Z PASS [ 0.023s] bgp policy::test::update_drop_on_no_export
20512026-07-14T10:15:37.425Z PASS [ 0.029s] bgp proptest::prop_encode_decode_semantic_equivalence
20522026-07-14T10:15:37.428Z PASS [ 0.014s] bgp proptest::prop_ipv4_wire_format_roundtrip
20532026-07-14T10:15:37.428Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20542026-07-14T10:15:37.431Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20552026-07-14T10:15:37.431Z PASS [ 0.015s] bgp proptest::prop_ipv6_wire_format_roundtrip
20562026-07-14T10:15:37.431Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20572026-07-14T10:15:37.431Z PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20582026-07-14T10:15:37.434Z PASS [ 0.017s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20592026-07-14T10:15:37.440Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20602026-07-14T10:15:37.443Z PASS [ 0.009s] bgp session::tests::route_update_is_announcement_and_withdrawal
20612026-07-14T10:15:37.443Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20622026-07-14T10:15:37.444Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20632026-07-14T10:15:37.449Z PASS [ 0.017s] bgp proptest::prop_update_mp_unreach_roundtrip
20642026-07-14T10:15:37.450Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20652026-07-14T10:15:37.450Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20662026-07-14T10:15:37.452Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20672026-07-14T10:15:37.452Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20682026-07-14T10:15:37.455Z PASS [ 0.029s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20692026-07-14T10:15:37.455Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20702026-07-14T10:15:37.458Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20712026-07-14T10:15:37.458Z PASS [ 0.028s] bgp proptest::prop_update_traditional_roundtrip
20722026-07-14T10:15:37.458Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20732026-07-14T10:15:37.458Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_configured
20742026-07-14T10:15:37.462Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20752026-07-14T10:15:37.462Z PASS [ 0.032s] bgp proptest::prop_update_mp_reach_roundtrip
20762026-07-14T10:15:37.465Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20772026-07-14T10:15:37.465Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured
20782026-07-14T10:15:37.465Z PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20792026-07-14T10:15:37.468Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20802026-07-14T10:15:37.468Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20812026-07-14T10:15:40.531Z PASS [ 3.068s] bgp test::test_basic_update
20822026-07-14T10:15:40.531Z PASS [ 3.070s] bgp test::test_basic_peering_passive
20832026-07-14T10:15:40.531Z PASS [ 3.066s] bgp test::test_basic_update_ipv6
20842026-07-14T10:15:40.541Z PASS [ 3.079s] bgp test::test_basic_peering_passive_tcp
20852026-07-14T10:15:40.545Z PASS [ 3.079s] bgp test::test_basic_update_ipv6_tcp
20862026-07-14T10:15:40.549Z PASS [ 3.082s] bgp test::test_basic_update_tcp
20872026-07-14T10:15:40.551Z PASS [ 3.090s] bgp test::test_basic_peering_active_tcp
20882026-07-14T10:15:41.528Z PASS [ 4.069s] bgp test::test_basic_peering_active
20892026-07-14T10:15:43.612Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_active
20902026-07-14T10:15:43.615Z PASS [ 3.066s] bgp test::test_ipv6_basic_peering_passive
20912026-07-14T10:15:43.628Z PASS [ 3.080s] bgp test::test_ipv6_basic_peering_active_tcp
20922026-07-14T10:15:44.607Z PASS [ 3.079s] bgp test::test_ipv6_basic_peering_passive_tcp
20932026-07-14T10:15:44.612Z PASS [ 4.081s] bgp test::test_dual_stack_routes_ipv4_peer_success
20942026-07-14T10:15:44.612Z PASS [ 4.081s] bgp test::test_import_export_policy_filtering
20952026-07-14T10:15:44.612Z PASS [ 4.081s] bgp test::test_dual_stack_routes_ipv6_peer_success
20962026-07-14T10:15:44.628Z PASS [ 4.086s] bgp test::test_ipv4_routes_ipv6_peer_success
20972026-07-14T10:15:44.676Z PASS [ 1.060s] bgp test::test_multiple_unnumbered_sessions
20982026-07-14T10:15:45.704Z PASS [ 1.092s] bgp test::test_three_router_chain_tcp_ipv6
20992026-07-14T10:15:45.716Z PASS [ 1.103s] bgp test::test_three_router_chain_tcp
21002026-07-14T10:15:46.445Z PASS [ 2.817s] bgp test::test_neighbor_thread_lifecycle_no_leaks
21012026-07-14T10:15:46.670Z PASS [ 2.063s] bgp test::test_same_linklocal_multiple_interfaces
21022026-07-14T10:15:46.765Z PASS [ 1.060s] bgp test::test_unnumbered_ndp_change
21032026-07-14T10:15:46.771Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21042026-07-14T10:15:46.777Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
21052026-07-14T10:15:46.782Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
21062026-07-14T10:15:46.787Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
21072026-07-14T10:15:46.792Z PASS [ 0.005s] mg-api-types-versions v12::mrib::tests::vni_constants_match_canonical_values
21082026-07-14T10:15:46.797Z PASS [ 0.005s] mg-api-types-versions v12::mrib::tests::vni_rejects_out_of_range
21092026-07-14T10:15:47.689Z PASS [ 4.077s] bgp test::test_ipv6_routes_ipv4_peer_success
21102026-07-14T10:15:48.681Z PASS [ 4.068s] bgp test::test_three_router_chain_unnumbered
21112026-07-14T10:15:49.690Z PASS [ 5.062s] bgp test::test_unnumbered_dualstack_route_exchange
21122026-07-14T10:15:51.507Z PASS [ 5.061s] bgp test::test_unnumbered_session_survives_peer_change
21132026-07-14T10:15:54.779Z PASS [ 9.064s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
21142026-07-14T10:15:55.734Z PASS [ 9.064s] bgp test::test_unnumbered_unaffected_by_ndp
21152026-07-14T10:16:02.742Z PASS [ 18.066s] bgp test::test_unnumbered_interface_lifecycle
21162026-07-14T10:16:02.742Z────────────
21172026-07-14T10:16:02.742Z Summary [ 25.443s] 156 tests run: 156 passed, 0 skipped
21182026-07-14T10:16:02.755Z+ 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/
21192026-07-14T10:16:02.761Z+ popd
21202026-07-14T10:16:02.761Z+ pushd mgd
21212026-07-14T10:16:02.761Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
21222026-07-14T10:16:02.761Z/work/oxidecomputer/maghemite
21232026-07-14T10:16:02.761Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
21242026-07-14T10:16:03.957Z Compiling slog v2.8.2
21252026-07-14T10:16:04.069Z Compiling usdt v0.6.0
21262026-07-14T10:16:04.159Z Compiling proc-macro-error-attr2 v2.0.0
21272026-07-14T10:16:04.176Z Compiling papergrid v0.18.0
21282026-07-14T10:16:04.179Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21292026-07-14T10:16:04.179Z Compiling testing_table v0.3.0
21302026-07-14T10:16:04.343Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21312026-07-14T10:16:04.354Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21322026-07-14T10:16:04.364Z Compiling slog-json v2.6.1
21332026-07-14T10:16:04.457Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21342026-07-14T10:16:04.585Z Compiling slog-term v2.9.2
21352026-07-14T10:16:04.593Z Compiling slog-async v2.8.0
21362026-07-14T10:16:04.696Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21372026-07-14T10:16:04.724Z Compiling slog-bunyan v2.5.0
21382026-07-14T10:16:04.736Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21392026-07-14T10:16:04.893Z Compiling dropshot v0.17.1
21402026-07-14T10:16:05.079Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21412026-07-14T10:16:05.181Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21422026-07-14T10:16:05.381Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21432026-07-14T10:16:05.471Z Compiling slog-dtrace v0.3.0
21442026-07-14T10:16:05.482Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21452026-07-14T10:16:05.784Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21462026-07-14T10:16:05.910Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21472026-07-14T10:16:06.188Z Compiling steno v0.4.1
21482026-07-14T10:16:06.271Z Compiling proc-macro-error2 v2.0.1
21492026-07-14T10:16:06.546Z Compiling tabled_derive v0.11.0
21502026-07-14T10:16:07.133Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
21512026-07-14T10:16:07.670Z Compiling tabled v0.21.0
21522026-07-14T10:16:08.751Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21532026-07-14T10:16:09.422Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21542026-07-14T10:16:10.499Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21552026-07-14T10:16:11.097Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21562026-07-14T10:16:11.283Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21572026-07-14T10:16:11.675Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
21582026-07-14T10:16:11.696Z Compiling crc8 v0.1.1
21592026-07-14T10:16:11.816Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21602026-07-14T10:16:11.979Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21612026-07-14T10:16:12.013Z Compiling dropshot-api-manager-types v0.7.2
21622026-07-14T10:16:12.093Z Compiling port-file v0.1.0
21632026-07-14T10:16:12.311Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21642026-07-14T10:16:12.793Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21652026-07-14T10:16:12.899Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21662026-07-14T10:16:14.305Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21672026-07-14T10:16:14.724Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21682026-07-14T10:16:14.893Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21692026-07-14T10:16:14.991Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21702026-07-14T10:16:15.398Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21712026-07-14T10:16:15.888Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21722026-07-14T10:16:16.006Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21732026-07-14T10:16:16.210Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21742026-07-14T10:16:16.682Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21752026-07-14T10:16:17.023Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
21762026-07-14T10:16:17.511Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21772026-07-14T10:16:20.893Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21782026-07-14T10:16:20.893Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21792026-07-14T10:16:21.855Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21802026-07-14T10:16:22.977Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21812026-07-14T10:16:23.418Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21822026-07-14T10:16:24.295Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21832026-07-14T10:16:24.536Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21842026-07-14T10:16:30.650Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21852026-07-14T10:16:38.308Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21862026-07-14T10:16:39.962Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21872026-07-14T10:16:41.014Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21882026-07-14T10:16:41.949Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21892026-07-14T10:16:42.789Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21902026-07-14T10:16:44.177Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21912026-07-14T10:16:44.177Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21922026-07-14T10:16:44.183Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21932026-07-14T10:16:50.011Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21942026-07-14T10:17:18.800Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s
21952026-07-14T10:17:18.964Z────────────
21962026-07-14T10:17:18.964Z Nextest run ID 28f56f54-093d-439a-9165-e55d139e7644 with nextest profile: default
21972026-07-14T10:17:18.964Z Starting 42 tests across 3 binaries
21982026-07-14T10:17:18.970Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
21992026-07-14T10:17:18.973Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
22002026-07-14T10:17:18.973Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
22012026-07-14T10:17:18.973Z PASS [ 0.006s] mg-api-types-versions v12::mrib::tests::vni_constants_match_canonical_values
22022026-07-14T10:17:18.973Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
22032026-07-14T10:17:18.973Z PASS [ 0.007s] mg-api-types-versions v12::mrib::tests::vni_rejects_out_of_range
22042026-07-14T10:17:18.976Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
22052026-07-14T10:17:18.976Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
22062026-07-14T10:17:18.979Z PASS [ 0.008s] mgd::bin/mgd bfd_admin::test::source_ports_sweep_ephemeral_window
22072026-07-14T10:17:19.028Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
22082026-07-14T10:17:19.031Z PASS [ 0.055s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
22092026-07-14T10:17:19.031Z PASS [ 0.061s] mgd::bin/mgd bgp_admin::tests::apply_change_peer_asn
22102026-07-14T10:17:19.031Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
22112026-07-14T10:17:19.031Z PASS [ 0.060s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
22122026-07-14T10:17:19.034Z PASS [ 0.055s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
22132026-07-14T10:17:19.037Z PASS [ 0.067s] mgd::bin/mgd bgp_admin::tests::apply_empty_removes_peers
22142026-07-14T10:17:19.046Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
22152026-07-14T10:17:19.049Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
22162026-07-14T10:17:19.049Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
22172026-07-14T10:17:19.049Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
22182026-07-14T10:17:19.053Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
22192026-07-14T10:17:19.053Z PASS [ 0.081s] mgd::bin/mgd bgp_admin::tests::delete_router_removes_router_state
22202026-07-14T10:17:19.056Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
22212026-07-14T10:17:19.059Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
22222026-07-14T10:17:19.059Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
22232026-07-14T10:17:19.059Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
22242026-07-14T10:17:19.059Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
22252026-07-14T10:17:19.061Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
22262026-07-14T10:17:19.064Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
22272026-07-14T10:17:19.067Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
22282026-07-14T10:17:19.067Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
22292026-07-14T10:17:19.067Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
22302026-07-14T10:17:19.067Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
22312026-07-14T10:17:19.070Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
22322026-07-14T10:17:19.073Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
22332026-07-14T10:17:19.075Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
22342026-07-14T10:17:19.075Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
22352026-07-14T10:17:19.075Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
22362026-07-14T10:17:19.075Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
22372026-07-14T10:17:19.078Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
22382026-07-14T10:17:19.084Z PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
22392026-07-14T10:17:19.084Z PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
22402026-07-14T10:17:19.087Z────────────
22412026-07-14T10:17:19.087Z Summary [ 0.121s] 42 tests run: 42 passed, 0 skipped
22422026-07-14T10:17:19.096Z+ cp ./apply_change_peer_asn.log ./apply_empty_removes_peers.log ./apply_remove_entire_group.log ./delete_router_removes_router_state.log /work/
22432026-07-14T10:17:19.098Z+ popd
22442026-07-14T10:17:19.099Z/work/oxidecomputer/maghemite
22452026-07-14T10:17:19.099Zprocess exited: duration 437012 ms, exit code 0
 
22462026-07-14T10:17:19.109Zfound 69 output files
22472026-07-14T10:17:19.109Zuploading: /work/apply_change_peer_asn.log (10568 bytes)
22482026-07-14T10:17:20.119Zuploaded: /work/apply_change_peer_asn.log
22492026-07-14T10:17:20.120Zuploading: /work/apply_empty_removes_peers.log (21909 bytes)
22502026-07-14T10:17:21.133Zuploaded: /work/apply_empty_removes_peers.log
22512026-07-14T10:17:21.134Zuploading: /work/apply_remove_entire_group.log (8568 bytes)
22522026-07-14T10:17:22.143Zuploaded: /work/apply_remove_entire_group.log
22532026-07-14T10:17:22.143Zuploading: /work/delete_router_removes_router_state.log (20238 bytes)
22542026-07-14T10:17:23.153Zuploaded: /work/delete_router_removes_router_state.log
22552026-07-14T10:17:23.153Zuploading: /work/dualstack_routes.log (84083 bytes)
22562026-07-14T10:17:24.166Zuploaded: /work/dualstack_routes.log
22572026-07-14T10:17:24.166Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2284 bytes)
22582026-07-14T10:17:25.175Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22592026-07-14T10:17:25.175Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1376 bytes)
22602026-07-14T10:17:26.184Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22612026-07-14T10:17:26.184Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2242 bytes)
22622026-07-14T10:17:27.193Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22632026-07-14T10:17:27.193Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2266 bytes)
22642026-07-14T10:17:28.203Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22652026-07-14T10:17:28.203Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2240 bytes)
22662026-07-14T10:17:29.212Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22672026-07-14T10:17:29.212Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2243 bytes)
22682026-07-14T10:17:30.220Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22692026-07-14T10:17:30.223Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (3030 bytes)
22702026-07-14T10:17:31.230Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22712026-07-14T10:17:31.230Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2443 bytes)
22722026-07-14T10:17:32.237Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22732026-07-14T10:17:32.237Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2314 bytes)
22742026-07-14T10:17:33.247Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22752026-07-14T10:17:33.250Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2354 bytes)
22762026-07-14T10:17:34.256Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22772026-07-14T10:17:34.256Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2317 bytes)
22782026-07-14T10:17:35.264Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22792026-07-14T10:17:35.272Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2430 bytes)
22802026-07-14T10:17:36.274Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22812026-07-14T10:17:36.275Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (4665 bytes)
22822026-07-14T10:17:37.291Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22832026-07-14T10:17:37.291Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3609 bytes)
22842026-07-14T10:17:38.301Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22852026-07-14T10:17:38.304Zuploading: /work/multiple_unnumbered.log (140885 bytes)
22862026-07-14T10:17:39.321Zuploaded: /work/multiple_unnumbered.log
22872026-07-14T10:17:39.321Zuploading: /work/ndp_change_reset.log (69990 bytes)
22882026-07-14T10:17:40.334Zuploaded: /work/ndp_change_reset.log
22892026-07-14T10:17:40.334Zuploading: /work/ndp_changes.log (88809 bytes)
22902026-07-14T10:17:41.349Zuploaded: /work/ndp_changes.log
22912026-07-14T10:17:41.353Zuploading: /work/r1.test_basic_peering_active.log (40321 bytes)
22922026-07-14T10:17:42.363Zuploaded: /work/r1.test_basic_peering_active.log
22932026-07-14T10:17:42.366Zuploading: /work/r1.test_basic_peering_active_tcp.log (45517 bytes)
22942026-07-14T10:17:43.376Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22952026-07-14T10:17:43.380Zuploading: /work/r1.test_basic_peering_passive.log (33731 bytes)
22962026-07-14T10:17:44.390Zuploaded: /work/r1.test_basic_peering_passive.log
22972026-07-14T10:17:44.390Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39685 bytes)
22982026-07-14T10:17:45.403Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22992026-07-14T10:17:45.406Zuploading: /work/r1.test_basic_update.log (43866 bytes)
23002026-07-14T10:17:46.471Zuploaded: /work/r1.test_basic_update.log
23012026-07-14T10:17:46.471Zuploading: /work/r1.test_basic_update_ipv6.log (28266 bytes)
23022026-07-14T10:17:47.495Zuploaded: /work/r1.test_basic_update_ipv6.log
23032026-07-14T10:17:47.498Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31112 bytes)
23042026-07-14T10:17:48.544Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
23052026-07-14T10:17:48.553Zuploading: /work/r1.test_basic_update_tcp.log (31272 bytes)
23062026-07-14T10:17:49.595Zuploaded: /work/r1.test_basic_update_tcp.log
23072026-07-14T10:17:49.595Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (43600 bytes)
23082026-07-14T10:17:50.630Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
23092026-07-14T10:17:50.642Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (43978 bytes)
23102026-07-14T10:17:51.691Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
23112026-07-14T10:17:51.717Zuploading: /work/r1.test_import_export_policy_filtering.log (40201 bytes)
23122026-07-14T10:17:52.753Zuploaded: /work/r1.test_import_export_policy_filtering.log
23132026-07-14T10:17:52.753Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (40140 bytes)
23142026-07-14T10:17:53.817Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
23152026-07-14T10:17:53.830Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40127 bytes)
23162026-07-14T10:17:54.861Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
23172026-07-14T10:17:54.866Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (45427 bytes)
23182026-07-14T10:17:55.876Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
23192026-07-14T10:17:55.879Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33680 bytes)
23202026-07-14T10:17:56.890Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
23212026-07-14T10:17:56.890Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39618 bytes)
23222026-07-14T10:17:57.901Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
23232026-07-14T10:17:57.905Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35621 bytes)
23242026-07-14T10:17:58.914Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
23252026-07-14T10:17:58.914Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29944 bytes)
23262026-07-14T10:17:59.925Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
23272026-07-14T10:17:59.929Zuploading: /work/r1.test_three_router_chain_tcp.log (22152 bytes)
23282026-07-14T10:18:00.935Zuploaded: /work/r1.test_three_router_chain_tcp.log
23292026-07-14T10:18:00.938Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (23007 bytes)
23302026-07-14T10:18:01.948Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
23312026-07-14T10:18:01.951Zuploading: /work/r2.test_basic_peering_active.log (38945 bytes)
23322026-07-14T10:18:02.959Zuploaded: /work/r2.test_basic_peering_active.log
23332026-07-14T10:18:02.962Zuploading: /work/r2.test_basic_peering_active_tcp.log (44387 bytes)
23342026-07-14T10:18:03.971Zuploaded: /work/r2.test_basic_peering_active_tcp.log
23352026-07-14T10:18:03.974Zuploading: /work/r2.test_basic_peering_passive.log (41252 bytes)
23362026-07-14T10:18:04.982Zuploaded: /work/r2.test_basic_peering_passive.log
23372026-07-14T10:18:04.982Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46525 bytes)
23382026-07-14T10:18:05.993Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
23392026-07-14T10:18:05.996Zuploading: /work/r2.test_basic_update.log (46709 bytes)
23402026-07-14T10:18:07.007Zuploaded: /work/r2.test_basic_update.log
23412026-07-14T10:18:07.010Zuploading: /work/r2.test_basic_update_ipv6.log (26337 bytes)
23422026-07-14T10:18:08.020Zuploaded: /work/r2.test_basic_update_ipv6.log
23432026-07-14T10:18:08.021Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (32787 bytes)
23442026-07-14T10:18:09.032Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
23452026-07-14T10:18:09.036Zuploading: /work/r2.test_basic_update_tcp.log (32797 bytes)
23462026-07-14T10:18:10.044Zuploaded: /work/r2.test_basic_update_tcp.log
23472026-07-14T10:18:10.044Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (42016 bytes)
23482026-07-14T10:18:11.054Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
23492026-07-14T10:18:11.054Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43824 bytes)
23502026-07-14T10:18:12.064Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
23512026-07-14T10:18:12.064Zuploading: /work/r2.test_import_export_policy_filtering.log (36551 bytes)
23522026-07-14T10:18:13.074Zuploaded: /work/r2.test_import_export_policy_filtering.log
23532026-07-14T10:18:13.074Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (43706 bytes)
23542026-07-14T10:18:14.088Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
23552026-07-14T10:18:14.088Zuploading: /work/r2.test_ipv6_basic_peering_active.log (38932 bytes)
23562026-07-14T10:18:15.099Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23572026-07-14T10:18:15.102Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (44295 bytes)
23582026-07-14T10:18:16.110Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23592026-07-14T10:18:16.110Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41293 bytes)
23602026-07-14T10:18:17.121Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23612026-07-14T10:18:17.124Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46647 bytes)
23622026-07-14T10:18:18.136Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23632026-07-14T10:18:18.136Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38171 bytes)
23642026-07-14T10:18:19.147Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23652026-07-14T10:18:19.150Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28072 bytes)
23662026-07-14T10:18:20.158Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23672026-07-14T10:18:20.159Zuploading: /work/r2.test_three_router_chain_tcp.log (44827 bytes)
23682026-07-14T10:18:21.170Zuploaded: /work/r2.test_three_router_chain_tcp.log
23692026-07-14T10:18:21.170Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (41377 bytes)
23702026-07-14T10:18:22.182Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23712026-07-14T10:18:22.182Zuploading: /work/r3.test_three_router_chain_tcp.log (21371 bytes)
23722026-07-14T10:18:23.192Zuploaded: /work/r3.test_three_router_chain_tcp.log
23732026-07-14T10:18:23.192Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21435 bytes)
23742026-07-14T10:18:24.203Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23752026-07-14T10:18:24.203Zuploading: /work/same_linklocal.log (148476 bytes)
23762026-07-14T10:18:25.216Zuploaded: /work/same_linklocal.log
23772026-07-14T10:18:25.220Zuploading: /work/three_chain.log (109516 bytes)
23782026-07-14T10:18:26.229Zuploaded: /work/three_chain.log
23792026-07-14T10:18:26.232Zuploading: /work/unnumbered_expiry.log (88418 bytes)
23802026-07-14T10:18:27.241Zuploaded: /work/unnumbered_expiry.log
23812026-07-14T10:18:27.244Zuploading: /work/unnumbered_interface_lifecycle.log (120232 bytes)
23822026-07-14T10:18:28.254Zuploaded: /work/unnumbered_interface_lifecycle.log
23832026-07-14T10:18:28.254Zuploading: /work/unnumbered_peer_change.log (79517 bytes)
23842026-07-14T10:18:29.266Zuploaded: /work/unnumbered_peer_change.log