01KYRJ298VJ9TS96826EPAPBBT: test-rdb

BasicConfig {
    output_rules: [
        "/work/*.log",
        "/tmp/*.db",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KYRJ2WQ983XW15Q75K66QYGP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-30T03:47:39.900Zjob assigned to worker 01KYRJ3GGABPREY1QMSQSQC91D [factory aws, i-0cfd0f259756329c6] (queued for 1 m 12 s)
 
22026-07-30T03:47:46.511Zstarting task 0: "setup"
32026-07-30T03:47:46.516Z++ uname -s
42026-07-30T03:47:46.519Z+ kern=SunOS
52026-07-30T03:47:46.519Z+ build_user=build
62026-07-30T03:47:46.519Z+ build_uid=12345
72026-07-30T03:47:46.519Z+ work_dir=/work
82026-07-30T03:47:46.519Z+ input_dir=/input
92026-07-30T03:47:46.519Z+ [[ 0 == 12345 ]]
102026-07-30T03:47:46.520Z+ case "$kern" in
112026-07-30T03:47:46.520Z+ groupadd -g 12345 build
122026-07-30T03:47:46.522Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-30T03:47:48.525Z+ zfs create -o mountpoint=/work rpool/work
142026-07-30T03:47:48.646Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-30T03:47:48.648Z+ home_fs=zfs
162026-07-30T03:47:48.648Z+ [[ zfs == autofs ]]
172026-07-30T03:47:48.648Z+ mkdir -p /home/build
182026-07-30T03:47:48.648Z+ chown build:build /home/build /work
192026-07-30T03:47:50.650Z+ chmod 0700 /home/build /work
202026-07-30T03:47:50.654Zprocess exited: duration 4140 ms, exit code 0
 
212026-07-30T03:47:50.663Zstarting task 1: "rust-toolchain"
222026-07-30T03:47:50.666Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-30T03:47:50.666Z * rust toolchain channel = "stable"
242026-07-30T03:47:50.667Z * rust toolchain profile = "default"
252026-07-30T03:47:50.667Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-30T03:47:50.667Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-30T03:47:50.667Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-30T03:47:50.667Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-30T03:47:50.667Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-30T03:47:50.775Zinfo: downloading installer
312026-07-30T03:47:52.097Zwarn: It looks like you have an existing installation of Rust at:
322026-07-30T03:47:52.097Zwarn: /opt/ooce/bin
332026-07-30T03:47:52.097Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-30T03:47:52.097Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-30T03:47:52.097Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-30T03:47:52.097Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-30T03:47:52.097Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-30T03:47:52.097Zerror: cannot install while Rust is installed
392026-07-30T03:47:52.097Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-30T03:47:52.097Zwarn: It looks like you have an existing rustup settings file at:
412026-07-30T03:47:52.097Zwarn: /home/build/.rustup/settings.toml
422026-07-30T03:47:52.097Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-30T03:47:52.097Zwarn: instead of the one inferred from the default host triple.
442026-07-30T03:47:52.111Zinfo: profile set to default
452026-07-30T03:47:52.111Zinfo: default host triple is x86_64-unknown-illumos
462026-07-30T03:47:52.113Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-30T03:47:52.237Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-30T03:47:52.240Zinfo: downloading 6 components
492026-07-30T03:48:06.828Z
502026-07-30T03:48:06.828Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-07-30T03:48:06.859Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-30T03:48:06.860Z
532026-07-30T03:48:06.860Z
542026-07-30T03:48:06.860ZRust is installed now. Great!
552026-07-30T03:48:06.860Z
562026-07-30T03:48:06.860ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-30T03:48:06.860Zenvironment variable. This has not been done automatically.
582026-07-30T03:48:06.860Z
592026-07-30T03:48:06.860ZTo configure your current shell, you need to source
602026-07-30T03:48:06.860Zthe corresponding env file under $HOME/.cargo.
612026-07-30T03:48:06.860Z
622026-07-30T03:48:06.860ZThis is usually done by running one of the following (note the leading DOT):
632026-07-30T03:48:06.860Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-30T03:48:06.860Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-30T03:48:06.860Zsource "~/.cargo/env.nu" # For nushell
662026-07-30T03:48:06.860Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-30T03:48:06.860Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-30T03:48:06.860Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-30T03:48:06.864Zwarn: no default linker (`cc`) was found in your PATH
702026-07-30T03:48:06.864Zwarn: many Rust crates require a system C toolchain to build
712026-07-30T03:48:06.964Z+ rustup --version
722026-07-30T03:48:06.973Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-30T03:48:06.977Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-30T03:48:06.995Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-30T03:48:06.999Z+ cargo --version
762026-07-30T03:48:07.013Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-30T03:48:07.017Z+ rustc --version
782026-07-30T03:48:07.036Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-30T03:48:07.039Zprocess exited: duration 16375 ms, exit code 0
 
802026-07-30T03:48:07.045Zstarting task 2: "authentication"
812026-07-30T03:48:07.061Zprocess exited: duration 16 ms, exit code 0
 
822026-07-30T03:48:07.068Zstarting task 3: "clone repository"
832026-07-30T03:48:07.071Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-30T03:48:07.074Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-30T03:48:07.103ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-30T03:48:08.624Z+ cd /work/oxidecomputer/maghemite
872026-07-30T03:48:08.624Z+ git fetch origin 13930996f491d7f5c9228053037833abef8d71a8
882026-07-30T03:48:09.020ZFrom https://github.com/oxidecomputer/maghemite
892026-07-30T03:48:09.020Z * branch 13930996f491d7f5c9228053037833abef8d71a8 -> FETCH_HEAD
902026-07-30T03:48:09.024Z+ [[ -n trey/bgp-peer-config-dedupe ]]
912026-07-30T03:48:09.027Z++ git branch --show-current
922026-07-30T03:48:09.027Z+ current=main
932026-07-30T03:48:09.027Z+ [[ main != trey/bgp-peer-config-dedupe ]]
942026-07-30T03:48:09.027Z+ git branch -f trey/bgp-peer-config-dedupe 13930996f491d7f5c9228053037833abef8d71a8
952026-07-30T03:48:09.031Z+ git checkout -f trey/bgp-peer-config-dedupe
962026-07-30T03:48:09.048ZSwitched to branch 'trey/bgp-peer-config-dedupe'
972026-07-30T03:48:09.051Z+ git reset --hard 13930996f491d7f5c9228053037833abef8d71a8
982026-07-30T03:48:09.058ZHEAD is now at 1393099 Address review feedback around the unified BGP peer configuration:
992026-07-30T03:48:09.061Zprocess exited: duration 1991 ms, exit code 0
 
1002026-07-30T03:48:09.067Zstarting task 4: "build"
1012026-07-30T03:48:09.070Z+ set -e
1022026-07-30T03:48:09.070Z+ source .github/buildomat/test-common.sh
1032026-07-30T03:48:09.073Z++ NEXTEST_VERSION=0.9.97
1042026-07-30T03:48:09.073Z++ PLATFORM=illumos
1052026-07-30T03:48:09.073Z++ banner install
1062026-07-30T03:48:09.073Z
1072026-07-30T03:48:09.073Z # # # #### ##### ## # #
1082026-07-30T03:48:09.073Z # ## # # # # # # #
1092026-07-30T03:48:09.073Z # # # # #### # # # # #
1102026-07-30T03:48:09.073Z # # # # # # ###### # #
1112026-07-30T03:48:09.073Z # # ## # # # # # # #
1122026-07-30T03:48:09.073Z # # # #### # # # ###### ######
1132026-07-30T03:48:09.073Z
1142026-07-30T03:48:09.073Z++ set +o errexit
1152026-07-30T03:48:09.078Z++ pkg info clang-15
1162026-07-30T03:48:09.078Z++ grep -qi installed
1172026-07-30T03:48:10.264Zpkg: info: no packages matching the following patterns you specified are
1182026-07-30T03:48:10.264Zinstalled on the system. Try querying remotely instead:
1192026-07-30T03:48:10.265Z
1202026-07-30T03:48:10.265Z clang-15
1212026-07-30T03:48:10.303Z++ [[ 1 != 0 ]]
1222026-07-30T03:48:10.303Z++ set -o errexit
1232026-07-30T03:48:10.306Z++ pfexec pkg install clang-15
1242026-07-30T03:48:18.555Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-07-30T03:48:26.340Z Startup: Caching catalogs ... Done
1262026-07-30T03:48:33.629ZPlanning: Solver setup ... Done
1272026-07-30T03:48:33.669ZPlanning: Running solver ... Done
1282026-07-30T03:48:33.807ZPlanning: Finding local manifests ... Done
1292026-07-30T03:48:33.837ZPlanning: Fetching manifests: 0/2 0% complete
1302026-07-30T03:48:33.949ZPlanning: Fetching manifests: 2/2 100% complete
1312026-07-30T03:48:33.976ZPlanning: Package planning ... Done
1322026-07-30T03:48:34.002ZPlanning: Merging actions ... Done
1332026-07-30T03:48:34.108ZPlanning: Checking for conflicting actions ... Done
1342026-07-30T03:48:34.115ZPlanning: Consolidating action changes ... Done
1352026-07-30T03:48:34.886ZPlanning: Evaluating mediators ... Done
1362026-07-30T03:48:34.892ZPlanning: Planning completed in 8.38 seconds
1372026-07-30T03:48:34.902Z Packages to install: 2
1382026-07-30T03:48:34.905Z Mediators to change: 2
1392026-07-30T03:48:34.905Z Services to change: 1
1402026-07-30T03:48:34.905Z Create boot environment: No
1412026-07-30T03:48:34.906ZCreate backup boot environment: No
1422026-07-30T03:48:34.943Z
1432026-07-30T03:48:34.943ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-07-30T03:48:39.946ZDownload: 964/3076 items 77.0/211.3MB 36% complete (15.8M/s)
1452026-07-30T03:48:44.948ZDownload: 1594/3076 items 117.2/211.3MB 55% complete (11.8M/s)
1462026-07-30T03:48:50.494ZDownload: 2007/3076 items 117.9/211.3MB 55% complete (10.1M/s)
1472026-07-30T03:48:55.498ZDownload: 2736/3076 items 119.7/211.3MB 56% complete (237k/s)
1482026-07-30T03:49:03.920ZDownload: 3030/3076 items 201.6/211.3MB 95% complete (8.3M/s)
1492026-07-30T03:49:07.158ZDownload: Completed 211.31 MB in 32.21 seconds (6.6M/s)
1502026-07-30T03:49:07.299Z Actions: 1/3418 actions (Installing new actions)
1512026-07-30T03:49:10.421Z Actions: Completed 3418 actions in 3.12 seconds.
1522026-07-30T03:49:11.074Z Done
1532026-07-30T03:49:11.074Z Done
1542026-07-30T03:49:11.813Z Done
1552026-07-30T03:49:15.180Z Done
1562026-07-30T03:49:15.249Z Done
1572026-07-30T03:49:15.252Z Done
1582026-07-30T03:49:15.582Z Done
1592026-07-30T03:49:16.271Z++ set -o errexit
1602026-07-30T03:49:16.271Z++ cargo --version
1612026-07-30T03:49:16.277Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
1622026-07-30T03:49:17.440Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
1632026-07-30T03:49:17.443Zinfo: downloading 6 components
1642026-07-30T03:49:30.503Zcargo 1.96.1 (356927216 2026-06-26)
1652026-07-30T03:49:30.506Z++ rustc --version
1662026-07-30T03:49:30.533Zrustc 1.96.1 (31fca3adb 2026-06-26)
1672026-07-30T03:49:30.537Z++ cargo install cargo-nextest --version 0.9.97
1682026-07-30T03:49:30.582Z Updating crates.io index
1692026-07-30T03:49:30.677Z Downloading crates ...
1702026-07-30T03:49:30.733Z Downloaded cargo-nextest v0.9.97
1712026-07-30T03:49:30.791Z Installing cargo-nextest v0.9.97
1722026-07-30T03:49:30.794Zwarning: default toolchain implicitly overridden with `1.96.1-x86_64-unknown-illumos` by rustup toolchain file
1732026-07-30T03:49:30.794Z |
1742026-07-30T03:49:30.794Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1752026-07-30T03:49:30.794Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1762026-07-30T03:49:30.831Z Updating crates.io index
1772026-07-30T03:49:32.849Z Locking 396 packages to latest compatible versions
1782026-07-30T03:49:32.853Z Adding dialoguer v0.11.0 (available: v0.12.0)
1792026-07-30T03:49:32.856Z Adding duct v0.13.7 (available: v1.1.1)
1802026-07-30T03:49:32.856Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1812026-07-30T03:49:32.857Z Adding generic-array v0.14.7 (available: v0.14.9)
1822026-07-30T03:49:32.860Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1832026-07-30T03:49:32.860Z Adding itertools v0.14.0 (available: v0.15.0)
1842026-07-30T03:49:32.860Z Adding nextest-filtering v0.15.0 (available: v0.21.3)
1852026-07-30T03:49:32.860Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1862026-07-30T03:49:32.862Z Adding nextest-runner v0.80.0 (available: v0.121.0)
1872026-07-30T03:49:32.865Z Adding quick-junit v0.5.2 (available: v0.7.0)
1882026-07-30T03:49:32.889Z Downloading crates ...
1892026-07-30T03:49:32.966Z Downloaded cpufeatures v0.2.17
1902026-07-30T03:49:32.970Z Downloaded cfg_aliases v0.2.2
1912026-07-30T03:49:32.974Z Downloaded base64ct v1.8.3
1922026-07-30T03:49:32.974Z Downloaded atomic-waker v1.1.2
1932026-07-30T03:49:32.977Z Downloaded cargo-util-schemas v0.2.0
1942026-07-30T03:49:32.986Z Downloaded anstyle-query v1.1.5
1952026-07-30T03:49:32.989Z Downloaded aho-corasick v1.1.4
1962026-07-30T03:49:32.989Z Downloaded http-body v1.1.0
1972026-07-30T03:49:32.992Z Downloaded addr2line v0.25.1
1982026-07-30T03:49:32.992Z Downloaded anstyle-parse v1.0.0
1992026-07-30T03:49:32.995Z Downloaded anstyle v1.0.14
2002026-07-30T03:49:32.995Z Downloaded color-spantrace v0.3.0
2012026-07-30T03:49:33.002Z Downloaded colorchoice v1.0.5
2022026-07-30T03:49:33.005Z Downloaded clap_builder v4.6.2
2032026-07-30T03:49:33.008Z Downloaded mukti-metadata v0.3.0
2042026-07-30T03:49:33.011Z Downloaded block-buffer v0.10.4
2052026-07-30T03:49:33.011Z Downloaded backtrace-ext v0.2.1
2062026-07-30T03:49:33.011Z Downloaded clap_lex v1.1.0
2072026-07-30T03:49:33.015Z Downloaded bytes v1.12.1
2082026-07-30T03:49:33.015Z Downloaded atomicwrites v0.4.4
2092026-07-30T03:49:33.018Z Downloaded hex v0.4.3
2102026-07-30T03:49:33.018Z Downloaded humantime-serde v1.1.1
2112026-07-30T03:49:33.018Z Downloaded chacha20 v0.10.1
2122026-07-30T03:49:33.021Z Downloaded crc32fast v1.5.0
2132026-07-30T03:49:33.021Z Downloaded ahash v0.8.12
2142026-07-30T03:49:33.024Z Downloaded futures-macro v0.3.33
2152026-07-30T03:49:33.024Z Downloaded digest v0.10.7
2162026-07-30T03:49:33.026Z Downloaded home v0.5.12
2172026-07-30T03:49:33.027Z Downloaded cfg-expr v0.20.8
2182026-07-30T03:49:33.030Z Downloaded adler2 v2.0.1
2192026-07-30T03:49:33.030Z Downloaded lru-slab v0.1.2
2202026-07-30T03:49:33.030Z Downloaded convert_case v0.10.0
2212026-07-30T03:49:33.035Z Downloaded guppy v0.17.26
2222026-07-30T03:49:33.039Z Downloaded globset v0.4.19
2232026-07-30T03:49:33.041Z Downloaded heck v0.5.0
2242026-07-30T03:49:33.042Z Downloaded foldhash v0.1.5
2252026-07-30T03:49:33.042Z Downloaded document-features v0.2.12
2262026-07-30T03:49:33.045Z Downloaded fixedbitset v0.5.7
2272026-07-30T03:49:33.047Z Downloaded nextest-metadata v0.12.2
2282026-07-30T03:49:33.048Z Downloaded ipnet v2.12.0
2292026-07-30T03:49:33.051Z Downloaded http-body-util v0.1.4
2302026-07-30T03:49:33.051Z Downloaded pin-project-internal v1.1.13
2312026-07-30T03:49:33.051Z Downloaded humantime v2.4.0
2322026-07-30T03:49:33.058Z Downloaded generic-array v0.14.7
2332026-07-30T03:49:33.058Z Downloaded scopeguard v1.2.0
2342026-07-30T03:49:33.058Z Downloaded pkg-config v0.3.33
2352026-07-30T03:49:33.061Z Downloaded openssl-macros v0.1.1
2362026-07-30T03:49:33.061Z Downloaded derive_more v2.1.1
2372026-07-30T03:49:33.065Z Downloaded rustls-pki-types v1.15.1
2382026-07-30T03:49:33.071Z Downloaded serde_json v1.0.151
2392026-07-30T03:49:33.071Z Downloaded rand_chacha v0.9.0
2402026-07-30T03:49:33.074Z Downloaded httparse v1.10.1
2412026-07-30T03:49:33.074Z Downloaded serde-value v0.7.0
2422026-07-30T03:49:33.074Z Downloaded proc-macro2 v1.0.107
2432026-07-30T03:49:33.077Z Downloaded future-queue v0.4.0
2442026-07-30T03:49:33.081Z Downloaded serde_spanned v0.6.9
2452026-07-30T03:49:33.081Z Downloaded shell-words v1.1.1
2462026-07-30T03:49:33.081Z Downloaded serde_spanned v1.1.1
2472026-07-30T03:49:33.083Z Downloaded rand_pcg v0.10.2
2482026-07-30T03:49:33.084Z Downloaded simd-adler32 v0.3.10
2492026-07-30T03:49:33.084Z Downloaded ordered-float v2.10.1
2502026-07-30T03:49:33.087Z Downloaded futures-io v0.3.33
2512026-07-30T03:49:33.087Z Downloaded strsim v0.11.1
2522026-07-30T03:49:33.090Z Downloaded pathdiff v0.2.3
2532026-07-30T03:49:33.090Z Downloaded os_pipe v1.2.3
2542026-07-30T03:49:33.090Z Downloaded hyper-tls v0.6.0
2552026-07-30T03:49:33.094Z Downloaded parking_lot_core v0.9.12
2562026-07-30T03:49:33.094Z Downloaded eyre v0.6.12
2572026-07-30T03:49:33.097Z Downloaded rand_core v0.10.1
2582026-07-30T03:49:33.097Z Downloaded openssl-sys v0.9.117
2592026-07-30T03:49:33.100Z Downloaded cargo-platform v0.2.0
2602026-07-30T03:49:33.100Z Downloaded rand_core v0.6.4
2612026-07-30T03:49:33.103Z Downloaded pin-project-lite v0.2.17
2622026-07-30T03:49:33.106Z Downloaded smol_str v0.3.6
2632026-07-30T03:49:33.106Z Downloaded enable-ansi-support v0.2.1
2642026-07-30T03:49:33.109Z Downloaded serde_derive v1.0.229
2652026-07-30T03:49:33.112Z Downloaded rustc_version v0.4.1
2662026-07-30T03:49:33.112Z Downloaded supports-hyperlinks v3.2.0
2672026-07-30T03:49:33.112Z Downloaded slab v0.4.12
2682026-07-30T03:49:33.115Z Downloaded rustc-hash v2.1.3
2692026-07-30T03:49:33.115Z Downloaded rand_core v0.9.5
2702026-07-30T03:49:33.115Z Downloaded iana-time-zone v0.1.65
2712026-07-30T03:49:33.118Z Downloaded cargo_metadata v0.20.0
2722026-07-30T03:49:33.118Z Downloaded hyper-util v0.1.20
2732026-07-30T03:49:33.122Z Downloaded nextest-workspace-hack v0.1.0
2742026-07-30T03:49:33.126Z Downloaded http v1.5.0
2752026-07-30T03:49:33.126Z Downloaded signal-hook v0.3.18
2762026-07-30T03:49:33.130Z Downloaded spki v0.7.3
2772026-07-30T03:49:33.130Z Downloaded idna_adapter v1.0.0
2782026-07-30T03:49:33.130Z Downloaded lazy_static v1.5.0
2792026-07-30T03:49:33.133Z Downloaded indent_write v2.2.0
2802026-07-30T03:49:33.133Z Downloaded percent-encoding v2.3.2
2812026-07-30T03:49:33.133Z Downloaded indenter v0.3.4
2822026-07-30T03:49:33.133Z Downloaded autocfg v1.5.1
2832026-07-30T03:49:33.138Z Downloaded is_ci v1.2.0
2842026-07-30T03:49:33.138Z Downloaded ryu v1.0.23
2852026-07-30T03:49:33.138Z Downloaded signature v2.2.0
2862026-07-30T03:49:33.141Z Downloaded derive_more-impl v2.1.1
2872026-07-30T03:49:33.142Z Downloaded static_assertions v1.1.0
2882026-07-30T03:49:33.145Z Downloaded openssl-probe v0.2.1
2892026-07-30T03:49:33.145Z Downloaded target-lexicon v0.13.5
2902026-07-30T03:49:33.145Z Downloaded cfg-if v1.0.4
2912026-07-30T03:49:33.145Z Downloaded socket2 v0.6.5
2922026-07-30T03:49:33.149Z Downloaded futures-core v0.3.33
2932026-07-30T03:49:33.151Z Downloaded jobserver v0.1.35
2942026-07-30T03:49:33.152Z Downloaded parking_lot v0.12.5
2952026-07-30T03:49:33.154Z Downloaded quote v1.0.47
2962026-07-30T03:49:33.158Z Downloaded serde v1.0.229
2972026-07-30T03:49:33.161Z Downloaded number_prefix v0.4.0
2982026-07-30T03:49:33.161Z Downloaded nested v0.1.1
2992026-07-30T03:49:33.161Z Downloaded is_terminal_polyfill v1.70.2
3002026-07-30T03:49:33.164Z Downloaded errno v0.3.14
3012026-07-30T03:49:33.164Z Downloaded futures-sink v0.3.33
3022026-07-30T03:49:33.164Z Downloaded debug-ignore v1.0.5
3032026-07-30T03:49:33.168Z Downloaded signal-hook-mio v0.2.5
3042026-07-30T03:49:33.171Z Downloaded serde_urlencoded v0.7.1
3052026-07-30T03:49:33.176Z Downloaded form_urlencoded v1.2.2
3062026-07-30T03:49:33.176Z Downloaded foreign-types-shared v0.1.1
3072026-07-30T03:49:33.176Z Downloaded equivalent v1.0.2
3082026-07-30T03:49:33.176Z Downloaded crypto-common v0.1.7
3092026-07-30T03:49:33.179Z Downloaded ppv-lite86 v0.2.21
3102026-07-30T03:49:33.179Z Downloaded futures-task v0.3.33
3112026-07-30T03:49:33.180Z Downloaded duct v0.13.7
3122026-07-30T03:49:33.184Z Downloaded cargo_metadata v0.23.1
3132026-07-30T03:49:33.184Z Downloaded rustc-demangle v0.1.28
3142026-07-30T03:49:33.188Z Downloaded native-tls v0.2.18
3152026-07-30T03:49:33.188Z Downloaded erased-serde v0.4.10
3162026-07-30T03:49:33.188Z Downloaded console v0.15.11
3172026-07-30T03:49:33.188Z Downloaded async-scoped v0.9.0
3182026-07-30T03:49:33.191Z Downloaded clap v4.6.4
3192026-07-30T03:49:33.194Z Downloaded tower-service v0.3.3
3202026-07-30T03:49:33.197Z Downloaded strip-ansi-escapes v0.2.1
3212026-07-30T03:49:33.197Z Downloaded serde_ignored v0.1.14
3222026-07-30T03:49:33.197Z Downloaded lock_api v0.4.14
3232026-07-30T03:49:33.197Z Downloaded cpufeatures v0.3.0
3242026-07-30T03:49:33.201Z Downloaded pkcs8 v0.10.2
3252026-07-30T03:49:33.201Z Downloaded thread_local v1.1.10
3262026-07-30T03:49:33.201Z Downloaded sync_wrapper v1.0.2
3272026-07-30T03:49:33.204Z Downloaded supports-color v3.0.2
3282026-07-30T03:49:33.204Z Downloaded nextest-filtering v0.15.0
3292026-07-30T03:49:33.204Z Downloaded subtle v2.6.1
3302026-07-30T03:49:33.207Z Downloaded sigchld v0.2.4
3312026-07-30T03:49:33.207Z Downloaded itoa v1.0.18
3322026-07-30T03:49:33.207Z Downloaded miette-derive v7.6.0
3332026-07-30T03:49:33.210Z Downloaded foreign-types v0.3.2
3342026-07-30T03:49:33.213Z Downloaded fnv v1.0.7
3352026-07-30T03:49:33.216Z Downloaded toml_write v0.1.2
3362026-07-30T03:49:33.219Z Downloaded tinyvec_macros v0.1.1
3372026-07-30T03:49:33.219Z Downloaded try-lock v0.2.5
3382026-07-30T03:49:33.219Z Downloaded swrite v0.1.0
3392026-07-30T03:49:33.219Z Downloaded supports-unicode v3.0.0
3402026-07-30T03:49:33.222Z Downloaded curve25519-dalek-derive v0.1.1
3412026-07-30T03:49:33.224Z Downloaded terminal_size v0.4.4
3422026-07-30T03:49:33.227Z Downloaded toml_datetime v0.6.11
3432026-07-30T03:49:33.227Z Downloaded cargo-platform v0.3.3
3442026-07-30T03:49:33.227Z Downloaded guppy-workspace-hack v0.1.0
3452026-07-30T03:49:33.227Z Downloaded tower-layer v0.3.3
3462026-07-30T03:49:33.230Z Downloaded tokio-macros v2.7.2
3472026-07-30T03:49:33.234Z Downloaded hyper-rustls v0.27.9
3482026-07-30T03:49:33.237Z Downloaded anstream v1.0.0
3492026-07-30T03:49:33.242Z Downloaded thiserror-impl v1.0.69
3502026-07-30T03:49:33.245Z Downloaded signal-hook-registry v1.4.8
3512026-07-30T03:49:33.245Z Downloaded newtype-uuid v1.4.0
3522026-07-30T03:49:33.245Z Downloaded self-replace v1.5.0
3532026-07-30T03:49:33.245Z Downloaded dialoguer v0.11.0
3542026-07-30T03:49:33.249Z Downloaded unicode-linebreak v0.1.5
3552026-07-30T03:49:33.253Z Downloaded typeid v1.0.3
3562026-07-30T03:49:33.253Z Downloaded version_check v0.9.5
3572026-07-30T03:49:33.258Z Downloaded utf8_iter v1.0.4
3582026-07-30T03:49:33.258Z Downloaded shared_child v1.1.1
3592026-07-30T03:49:33.258Z Downloaded urlencoding v2.1.3
3602026-07-30T03:49:33.258Z Downloaded either v1.17.0
3612026-07-30T03:49:33.261Z Downloaded litrs v1.0.0
3622026-07-30T03:49:33.261Z Downloaded shlex v2.0.1
3632026-07-30T03:49:33.261Z Downloaded serde-untagged v0.1.9
3642026-07-30T03:49:33.265Z Downloaded camino-tempfile v1.4.1
3652026-07-30T03:49:33.265Z Downloaded thiserror v1.0.69
3662026-07-30T03:49:33.268Z Downloaded quick-junit v0.5.2
3672026-07-30T03:49:33.268Z Downloaded filetime v0.2.29
3682026-07-30T03:49:33.272Z Downloaded ed25519 v2.2.3
3692026-07-30T03:49:33.272Z Downloaded quinn-udp v0.5.15
3702026-07-30T03:49:33.276Z Downloaded find-msvc-tools v0.1.9
3712026-07-30T03:49:33.280Z Downloaded futures-executor v0.3.33
3722026-07-30T03:49:33.280Z Downloaded serde_path_to_error v0.1.20
3732026-07-30T03:49:33.280Z Downloaded untrusted v0.9.0
3742026-07-30T03:49:33.280Z Downloaded want v0.3.1
3752026-07-30T03:49:33.283Z Downloaded utf8parse v0.2.2
3762026-07-30T03:49:33.287Z Downloaded toml v0.8.23
3772026-07-30T03:49:33.287Z Downloaded xattr v1.6.1
3782026-07-30T03:49:33.291Z Downloaded thiserror-impl v2.0.19
3792026-07-30T03:49:33.297Z Downloaded target-spec-miette v0.4.8
3802026-07-30T03:49:33.297Z Downloaded getrandom v0.2.17
3812026-07-30T03:49:33.305Z Downloaded derive-where v1.6.1
3822026-07-30T03:49:33.305Z Downloaded config v0.15.25
3832026-07-30T03:49:33.305Z Downloaded unicode-xid v0.2.6
3842026-07-30T03:49:33.309Z Downloaded semver v1.0.28
3852026-07-30T03:49:33.309Z Downloaded smallvec v1.15.2
3862026-07-30T03:49:33.309Z Downloaded zstd v0.13.3
3872026-07-30T03:49:33.309Z Downloaded owo-colors v4.3.0
3882026-07-30T03:49:33.310Z Downloaded camino v1.2.5
3892026-07-30T03:49:33.310Z Downloaded once_cell v1.21.4
3902026-07-30T03:49:33.310Z Downloaded borsh v1.8.0
3912026-07-30T03:49:33.313Z Downloaded tracing-error v0.2.1
3922026-07-30T03:49:33.317Z Downloaded toml_writer v1.1.2+spec-1.1.0
3932026-07-30T03:49:33.317Z Downloaded fastrand v2.5.0
3942026-07-30T03:49:33.317Z Downloaded self_update v0.42.0
3952026-07-30T03:49:33.317Z Downloaded unicase v2.9.0
3962026-07-30T03:49:33.321Z Downloaded tracing-log v0.2.0
3972026-07-30T03:49:33.321Z Downloaded tracing-attributes v0.1.31
3982026-07-30T03:49:33.321Z Downloaded futures-channel v0.3.33
3992026-07-30T03:49:33.324Z Downloaded clap_derive v4.6.4
4002026-07-30T03:49:33.324Z Downloaded bitflags v2.13.1
4012026-07-30T03:49:33.328Z Downloaded sha2 v0.10.9
4022026-07-30T03:49:33.328Z Downloaded zstd-safe v7.2.4
4032026-07-30T03:49:33.328Z Downloaded tokio-native-tls v0.3.1
4042026-07-30T03:49:33.331Z Downloaded tokio-rustls v0.26.4
4052026-07-30T03:49:33.331Z Downloaded const-oid v0.9.6
4062026-07-30T03:49:33.332Z Downloaded tempfile v3.27.0
4072026-07-30T03:49:33.335Z Downloaded getrandom v0.4.3
4082026-07-30T03:49:33.340Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4092026-07-30T03:49:33.341Z Downloaded zmij v1.0.23
4102026-07-30T03:49:33.344Z Downloaded zeroize v1.9.0
4112026-07-30T03:49:33.344Z Downloaded hashbrown v0.17.1
4122026-07-30T03:49:33.345Z Downloaded zipsign-api v0.1.5
4132026-07-30T03:49:33.345Z Downloaded toml_parser v1.1.3+spec-1.1.0
4142026-07-30T03:49:33.349Z Downloaded sharded-slab v0.1.7
4152026-07-30T03:49:33.350Z Downloaded xxhash-rust v0.8.18
4162026-07-30T03:49:33.350Z Downloaded getrandom v0.3.4
4172026-07-30T03:49:33.353Z Downloaded unicode-ident v1.0.24
4182026-07-30T03:49:33.353Z Downloaded thiserror v2.0.19
4192026-07-30T03:49:33.357Z Downloaded tokio-stream v0.1.19
4202026-07-30T03:49:33.361Z Downloaded target-spec v3.6.0
4212026-07-30T03:49:33.361Z Downloaded backtrace v0.3.76
4222026-07-30T03:49:33.365Z Downloaded num-traits v0.2.19
4232026-07-30T03:49:33.365Z Downloaded serde_core v1.0.229
4242026-07-30T03:49:33.368Z Downloaded flate2 v1.1.9
4252026-07-30T03:49:33.376Z Downloaded vte v0.14.1
4262026-07-30T03:49:33.376Z Downloaded pin-project v1.1.13
4272026-07-30T03:49:33.379Z Downloaded tar v0.4.46
4282026-07-30T03:49:33.379Z Downloaded toml v1.1.4+spec-1.1.0
4292026-07-30T03:49:33.383Z Downloaded indicatif v0.17.11
4302026-07-30T03:49:33.383Z Downloaded log v0.4.33
4312026-07-30T03:49:33.387Z Downloaded textwrap v0.16.2
4322026-07-30T03:49:33.387Z Downloaded h2 v0.4.15
4332026-07-30T03:49:33.390Z Downloaded rustls-webpki v0.103.13
4342026-07-30T03:49:33.393Z Downloaded miniz_oxide v0.8.9
4352026-07-30T03:49:33.393Z Downloaded ed25519-dalek v2.2.0
4362026-07-30T03:49:33.397Z Downloaded rand v0.9.5
4372026-07-30T03:49:33.400Z Downloaded der v0.7.10
4382026-07-30T03:49:33.400Z Downloaded base64 v0.22.1
4392026-07-30T03:49:33.404Z Downloaded tinyvec v1.12.0
4402026-07-30T03:49:33.413Z Downloaded cc v1.4.0
4412026-07-30T03:49:33.413Z Downloaded futures v0.3.33
4422026-07-30T03:49:33.421Z Downloaded uuid v1.24.0
4432026-07-30T03:49:33.424Z Downloaded quinn v0.11.11
4442026-07-30T03:49:33.432Z Downloaded tower v0.5.3
4452026-07-30T03:49:33.437Z Downloaded crossterm v0.29.0
4462026-07-30T03:49:33.440Z Downloaded toml_edit v0.22.27
4472026-07-30T03:49:33.450Z Downloaded hashbrown v0.15.5
4482026-07-30T03:49:33.454Z Downloaded curve25519-dalek v4.1.3
4492026-07-30T03:49:33.480Z Downloaded reqwest v0.12.28
4502026-07-30T03:49:33.484Z Downloaded tracing-core v0.1.36
4512026-07-30T03:49:33.487Z Downloaded futures-util v0.3.33
4522026-07-30T03:49:33.492Z Downloaded indexmap v2.14.0
4532026-07-30T03:49:33.498Z Downloaded miette v7.6.0
4542026-07-30T03:49:33.506Z Downloaded memchr v2.8.3
4552026-07-30T03:49:33.506Z Downloaded ron v0.12.2
4562026-07-30T03:49:33.512Z Downloaded mio v1.2.2
4572026-07-30T03:49:33.517Z Downloaded url v2.5.8
4582026-07-30T03:49:33.517Z Downloaded unicode-segmentation v1.13.3
4592026-07-30T03:49:33.524Z Downloaded rand v0.10.2
4602026-07-30T03:49:33.524Z Downloaded chrono v0.4.45
4612026-07-30T03:49:33.528Z Downloaded typenum v1.20.1
4622026-07-30T03:49:33.528Z Downloaded winnow v0.7.15
4632026-07-30T03:49:33.535Z Downloaded tracing-subscriber v0.3.23
4642026-07-30T03:49:33.543Z Downloaded idna v1.1.0
4652026-07-30T03:49:33.547Z Downloaded webpki-roots v1.0.9
4662026-07-30T03:49:33.550Z Downloaded vcpkg v0.2.15
4672026-07-30T03:49:33.570Z Downloaded gimli v0.32.3
4682026-07-30T03:49:33.576Z Downloaded unicode-normalization v0.1.25
4692026-07-30T03:49:33.581Z Downloaded unicode-width v0.1.14
4702026-07-30T03:49:33.585Z Downloaded pulldown-cmark v0.13.4
4712026-07-30T03:49:33.585Z Downloaded tokio-util v0.7.19
4722026-07-30T03:49:33.588Z Downloaded bstr v1.13.0
4732026-07-30T03:49:33.592Z Downloaded zerocopy v0.8.55
4742026-07-30T03:49:33.602Z Downloaded quick-xml v0.37.5
4752026-07-30T03:49:33.620Z Downloaded regex v1.13.1
4762026-07-30T03:49:33.625Z Downloaded itertools v0.14.0
4772026-07-30T03:49:33.625Z Downloaded portable-atomic v1.14.0
4782026-07-30T03:49:33.625Z Downloaded hyper v1.11.0
4792026-07-30T03:49:33.625Z Downloaded tracing v0.1.44
4802026-07-30T03:49:33.630Z Downloaded tower-http v0.6.11
4812026-07-30T03:49:33.635Z Downloaded quinn-proto v0.11.16
4822026-07-30T03:49:33.652Z Downloaded quick-xml v0.38.4
4832026-07-30T03:49:33.657Z Downloaded winnow v1.0.4
4842026-07-30T03:49:33.665Z Downloaded object v0.37.3
4852026-07-30T03:49:33.672Z Downloaded color-eyre v0.6.5
4862026-07-30T03:49:33.679Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4872026-07-30T03:49:33.688Z Downloaded tokio v1.53.1
4882026-07-30T03:49:33.730Z Downloaded nextest-runner v0.80.0
4892026-07-30T03:49:33.736Z Downloaded rustix v0.38.44
4902026-07-30T03:49:33.749Z Downloaded unicode-width v0.2.2
4912026-07-30T03:49:33.752Z Downloaded regex-syntax v0.8.11
4922026-07-30T03:49:33.765Z Downloaded syn v2.0.119
4932026-07-30T03:49:33.770Z Downloaded syn v3.0.3
4942026-07-30T03:49:33.776Z Downloaded openssl v0.10.81
4952026-07-30T03:49:33.784Z Downloaded rustls v0.23.43
4962026-07-30T03:49:33.791Z Downloaded nix v0.30.1
4972026-07-30T03:49:33.799Z Downloaded rustix v1.1.4
4982026-07-30T03:49:33.866Z Downloaded regex-automata v0.4.16
4992026-07-30T03:49:33.893Z Downloaded petgraph v0.8.3
5002026-07-30T03:49:33.907Z Downloaded libc v0.2.189
5012026-07-30T03:49:33.975Z Downloaded recursion v0.5.4
5022026-07-30T03:49:33.981Z Downloaded ring v0.17.14
5032026-07-30T03:49:34.040Z Compiling proc-macro2 v1.0.107
5042026-07-30T03:49:34.040Z Compiling libc v0.2.189
5052026-07-30T03:49:34.040Z Compiling unicode-ident v1.0.24
5062026-07-30T03:49:34.040Z Compiling quote v1.0.47
5072026-07-30T03:49:34.043Z Compiling serde_core v1.0.229
5082026-07-30T03:49:34.043Z Compiling cfg-if v1.0.4
5092026-07-30T03:49:34.044Z Compiling memchr v2.8.3
5102026-07-30T03:49:34.044Z Compiling once_cell v1.21.4
5112026-07-30T03:49:34.244Z Compiling log v0.4.33
5122026-07-30T03:49:34.314Z Compiling pin-project-lite v0.2.17
5132026-07-30T03:49:34.409Z Compiling itoa v1.0.18
5142026-07-30T03:49:34.457Z Compiling serde v1.0.229
5152026-07-30T03:49:34.576Z Compiling futures-core v0.3.33
5162026-07-30T03:49:34.645Z Compiling smallvec v1.15.2
5172026-07-30T03:49:34.728Z Compiling bitflags v2.13.1
5182026-07-30T03:49:34.815Z Compiling find-msvc-tools v0.1.9
5192026-07-30T03:49:34.894Z Compiling shlex v2.0.1
5202026-07-30T03:49:35.068Z Compiling errno v0.3.14
5212026-07-30T03:49:35.080Z Compiling hashbrown v0.17.1
5222026-07-30T03:49:35.127Z Compiling equivalent v1.0.2
5232026-07-30T03:49:35.159Z Compiling bytes v1.12.1
5242026-07-30T03:49:35.229Z Compiling signal-hook-registry v1.4.8
5252026-07-30T03:49:35.244Z Compiling jobserver v0.1.35
5262026-07-30T03:49:35.325Z Compiling mio v1.2.2
5272026-07-30T03:49:35.403Z Compiling futures-sink v0.3.33
5282026-07-30T03:49:35.449Z Compiling syn v3.0.3
5292026-07-30T03:49:35.497Z Compiling syn v2.0.119
5302026-07-30T03:49:35.555Z Compiling cc v1.4.0
5312026-07-30T03:49:35.765Z Compiling rustix v1.1.4
5322026-07-30T03:49:35.807Z Compiling socket2 v0.6.5
5332026-07-30T03:49:36.006Z Compiling zmij v1.0.23
5342026-07-30T03:49:36.019Z Compiling slab v0.4.12
5352026-07-30T03:49:36.222Z Compiling futures-channel v0.3.33
5362026-07-30T03:49:36.353Z Compiling tracing-core v0.1.36
5372026-07-30T03:49:36.491Z Compiling indexmap v2.14.0
5382026-07-30T03:49:36.599Z Compiling serde_json v1.0.151
5392026-07-30T03:49:36.611Z Compiling version_check v0.9.5
5402026-07-30T03:49:36.921Z Compiling futures-io v0.3.33
5412026-07-30T03:49:36.932Z Compiling getrandom v0.4.3
5422026-07-30T03:49:37.132Z Compiling futures-task v0.3.33
5432026-07-30T03:49:37.256Z Compiling camino v1.2.5
5442026-07-30T03:49:37.317Z Compiling unicode-width v0.2.2
5452026-07-30T03:49:37.367Z Compiling percent-encoding v2.3.2
5462026-07-30T03:49:37.647Z Compiling ring v0.17.14
5472026-07-30T03:49:37.660Z Compiling http v1.5.0
5482026-07-30T03:49:37.663Z Compiling autocfg v1.5.1
5492026-07-30T03:49:37.663Z Compiling adler2 v2.0.1
5502026-07-30T03:49:37.852Z Compiling simd-adler32 v0.3.10
5512026-07-30T03:49:38.030Z Compiling zeroize v1.9.0
5522026-07-30T03:49:38.236Z Compiling num-traits v0.2.19
5532026-07-30T03:49:38.374Z Compiling miniz_oxide v0.8.9
5542026-07-30T03:49:38.390Z Compiling serde_derive v1.0.229
5552026-07-30T03:49:38.480Z Compiling tokio-macros v2.7.2
5562026-07-30T03:49:39.131Z Compiling futures-macro v0.3.33
5572026-07-30T03:49:39.246Z Compiling tokio v1.53.1
5582026-07-30T03:49:39.354Z Compiling tracing-attributes v0.1.31
5592026-07-30T03:49:39.617Z Compiling object v0.37.3
5602026-07-30T03:49:39.804Z Compiling target-lexicon v0.13.5
5612026-07-30T03:49:39.922Z Compiling getrandom v0.3.4
5622026-07-30T03:49:39.963Z Compiling futures-util v0.3.33
5632026-07-30T03:49:39.967Z Compiling zerocopy v0.8.55
5642026-07-30T03:49:40.333Z Compiling http-body v1.1.0
5652026-07-30T03:49:40.408Z Compiling rustls-pki-types v1.15.1
5662026-07-30T03:49:40.483Z Compiling form_urlencoded v1.2.2
5672026-07-30T03:49:40.497Z Compiling semver v1.0.28
5682026-07-30T03:49:40.566Z Compiling tracing v0.1.44
5692026-07-30T03:49:40.749Z Compiling getrandom v0.2.17
5702026-07-30T03:49:40.916Z Compiling fnv v1.0.7
5712026-07-30T03:49:40.940Z Compiling signal-hook v0.3.18
5722026-07-30T03:49:41.026Z Compiling owo-colors v4.3.0
5732026-07-30T03:49:41.134Z Compiling idna_adapter v1.0.0
5742026-07-30T03:49:41.165Z Compiling guppy-workspace-hack v0.1.0
5752026-07-30T03:49:41.235Z Compiling gimli v0.32.3
5762026-07-30T03:49:41.262Z Compiling utf8_iter v1.0.4
5772026-07-30T03:49:41.353Z Compiling untrusted v0.9.0
5782026-07-30T03:49:41.388Z Compiling httparse v1.10.1
5792026-07-30T03:49:41.423Z Compiling thiserror v2.0.19
5802026-07-30T03:49:41.495Z Compiling idna v1.1.0
5812026-07-30T03:49:42.583Z Compiling thiserror-impl v2.0.19
5822026-07-30T03:49:42.740Z Compiling generic-array v0.14.7
5832026-07-30T03:49:42.987Z Compiling atomic-waker v1.1.2
5842026-07-30T03:49:43.171Z Compiling addr2line v0.25.1
5852026-07-30T03:49:43.176Z Compiling tokio-util v0.7.19
5862026-07-30T03:49:43.548Z Compiling rustls v0.23.43
5872026-07-30T03:49:43.771Z Compiling thiserror v1.0.69
5882026-07-30T03:49:43.782Z Compiling pkg-config v0.3.33
5892026-07-30T03:49:43.865Z Compiling fastrand v2.5.0
5902026-07-30T03:49:44.094Z Compiling target-spec v3.6.0
5912026-07-30T03:49:44.195Z Compiling try-lock v0.2.5
5922026-07-30T03:49:44.244Z Compiling rustc-demangle v0.1.28
5932026-07-30T03:49:44.247Z Compiling typeid v1.0.3
5942026-07-30T03:49:44.308Z Compiling tower-service v0.3.3
5952026-07-30T03:49:44.404Z Compiling want v0.3.1
5962026-07-30T03:49:44.416Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5972026-07-30T03:49:44.597Z Compiling tempfile v3.27.0
5982026-07-30T03:49:44.794Z Compiling h2 v0.4.15
5992026-07-30T03:49:44.868Z Compiling cfg-expr v0.20.8
6002026-07-30T03:49:45.213Z Compiling url v2.5.8
6012026-07-30T03:49:45.344Z Compiling backtrace v0.3.76
6022026-07-30T03:49:45.924Z Compiling thiserror-impl v1.0.69
6032026-07-30T03:49:45.974Z Compiling terminal_size v0.4.4
6042026-07-30T03:49:46.131Z Compiling aho-corasick v1.1.4
6052026-07-30T03:49:46.728Z Compiling rustls-webpki v0.103.13
6062026-07-30T03:49:47.094Z Compiling typenum v1.20.1
6072026-07-30T03:49:47.672Z Compiling subtle v2.6.1
6082026-07-30T03:49:47.779Z Compiling winnow v0.7.15
6092026-07-30T03:49:47.853Z Compiling erased-serde v0.4.10
6102026-07-30T03:49:48.162Z Compiling regex-syntax v0.8.11
6112026-07-30T03:49:49.688Z Compiling hyper v1.11.0
6122026-07-30T03:49:50.126Z Compiling regex-automata v0.4.16
6132026-07-30T03:49:51.625Z Compiling serde_spanned v0.6.9
6142026-07-30T03:49:51.792Z Compiling toml_datetime v0.6.11
6152026-07-30T03:49:52.075Z Compiling ahash v0.8.12
6162026-07-30T03:49:52.163Z Compiling sync_wrapper v1.0.2
6172026-07-30T03:49:52.277Z Compiling foldhash v0.1.5
6182026-07-30T03:49:52.341Z Compiling unicode-segmentation v1.13.3
6192026-07-30T03:49:52.496Z Compiling ipnet v2.12.0
6202026-07-30T03:49:52.736Z Compiling tower-layer v0.3.3
6212026-07-30T03:49:52.949Z Compiling either v1.17.0
6222026-07-30T03:49:53.182Z Compiling crc32fast v1.5.0
6232026-07-30T03:49:53.490Z Compiling toml_write v0.1.2
6242026-07-30T03:49:53.539Z Compiling is_ci v1.2.0
6252026-07-30T03:49:53.711Z Compiling parking_lot_core v0.9.12
6262026-07-30T03:49:53.723Z Compiling lazy_static v1.5.0
6272026-07-30T03:49:53.738Z Compiling unicode-linebreak v0.1.5
6282026-07-30T03:49:53.766Z Compiling portable-atomic v1.14.0
6292026-07-30T03:49:53.826Z Compiling base64 v0.22.1
6302026-07-30T03:49:53.995Z Compiling nextest-workspace-hack v0.1.0
6312026-07-30T03:49:54.025Z Compiling textwrap v0.16.2
6322026-07-30T03:49:54.252Z Compiling hyper-util v0.1.20
6332026-07-30T03:49:54.282Z Compiling sharded-slab v0.1.7
6342026-07-30T03:49:54.311Z Compiling toml_edit v0.22.27
6352026-07-30T03:49:54.886Z Compiling supports-color v3.0.2
6362026-07-30T03:49:55.167Z Compiling tower v0.5.3
6372026-07-30T03:49:55.427Z Compiling convert_case v0.10.0
6382026-07-30T03:49:55.524Z Compiling tokio-rustls v0.26.4
6392026-07-30T03:49:55.681Z Compiling hashbrown v0.15.5
6402026-07-30T03:49:55.814Z Compiling backtrace-ext v0.2.1
6412026-07-30T03:49:56.072Z Compiling ordered-float v2.10.1
6422026-07-30T03:49:56.325Z Compiling webpki-roots v1.0.9
6432026-07-30T03:49:56.344Z Compiling miette-derive v7.6.0
6442026-07-30T03:49:56.391Z Compiling pathdiff v0.2.3
6452026-07-30T03:49:56.440Z Compiling console v0.15.11
6462026-07-30T03:49:56.516Z Compiling tracing-log v0.2.0
6472026-07-30T03:49:56.876Z Compiling cargo-platform v0.3.3
6482026-07-30T03:49:56.908Z Compiling os_pipe v1.2.3
6492026-07-30T03:49:57.079Z Compiling thread_local v1.1.10
6502026-07-30T03:49:57.432Z Compiling fixedbitset v0.5.7
6512026-07-30T03:49:57.435Z Compiling winnow v1.0.4
6522026-07-30T03:49:57.454Z Compiling ryu v1.0.23
6532026-07-30T03:49:57.744Z Compiling utf8parse v0.2.2
6542026-07-30T03:49:57.769Z Compiling pulldown-cmark v0.13.4
6552026-07-30T03:49:57.871Z Compiling rustix v0.38.44
6562026-07-30T03:49:57.938Z Compiling scopeguard v1.2.0
6572026-07-30T03:49:58.026Z Compiling debug-ignore v1.0.5
6582026-07-30T03:49:58.045Z Compiling supports-hyperlinks v3.2.0
6592026-07-30T03:49:58.137Z Compiling supports-unicode v3.0.0
6602026-07-30T03:49:58.312Z Compiling unicode-width v0.1.14
6612026-07-30T03:49:58.318Z Compiling cfg_aliases v0.2.2
6622026-07-30T03:49:58.378Z Compiling zstd-safe v7.2.4
6632026-07-30T03:49:58.567Z Compiling toml_parser v1.1.3+spec-1.1.0
6642026-07-30T03:49:58.624Z Compiling miette v7.6.0
6652026-07-30T03:49:58.635Z Compiling nix v0.30.1
6662026-07-30T03:49:59.018Z Compiling lock_api v0.4.14
6672026-07-30T03:49:59.030Z Compiling anstyle-parse v1.0.0
6682026-07-30T03:49:59.254Z Compiling petgraph v0.8.3
6692026-07-30T03:49:59.268Z Compiling serde_urlencoded v0.7.1
6702026-07-30T03:49:59.551Z Compiling tracing-subscriber v0.3.23
6712026-07-30T03:49:59.903Z Compiling cargo_metadata v0.23.1
6722026-07-30T03:50:01.161Z Compiling sigchld v0.2.4
6732026-07-30T03:50:01.358Z Compiling hyper-rustls v0.27.9
6742026-07-30T03:50:01.488Z Compiling serde-value v0.7.0
6752026-07-30T03:50:02.032Z Compiling serde-untagged v0.1.9
6762026-07-30T03:50:02.257Z Compiling toml v0.8.23
6772026-07-30T03:50:02.673Z Compiling derive_more-impl v2.1.1
6782026-07-30T03:50:02.711Z Compiling tower-http v0.6.11
6792026-07-30T03:50:03.491Z Compiling itertools v0.14.0
6802026-07-30T03:50:03.658Z Compiling regex v1.13.1
6812026-07-30T03:50:03.790Z Compiling block-buffer v0.10.4
6822026-07-30T03:50:03.831Z Compiling crypto-common v0.1.7
6832026-07-30T03:50:03.943Z Compiling ppv-lite86 v0.2.21
6842026-07-30T03:50:03.967Z Compiling rand_core v0.9.5
6852026-07-30T03:50:04.221Z Compiling futures-executor v0.3.33
6862026-07-30T03:50:04.266Z Compiling http-body-util v0.1.4
6872026-07-30T03:50:04.558Z Compiling pin-project-internal v1.1.13
6882026-07-30T03:50:04.758Z Compiling uuid v1.24.0
6892026-07-30T03:50:04.993Z Compiling toml_datetime v1.1.1+spec-1.1.0
6902026-07-30T03:50:05.038Z Compiling serde_spanned v1.1.1
6912026-07-30T03:50:05.064Z Compiling smol_str v0.3.6
6922026-07-30T03:50:05.086Z Compiling filetime v0.2.29
6932026-07-30T03:50:05.184Z Compiling bstr v1.13.0
6942026-07-30T03:50:05.356Z Compiling vte v0.14.1
6952026-07-30T03:50:05.366Z Compiling colorchoice v1.0.5
6962026-07-30T03:50:05.411Z Compiling xattr v1.6.1
6972026-07-30T03:50:05.458Z Compiling self_update v0.42.0
6982026-07-30T03:50:05.475Z Compiling iana-time-zone v0.1.65
6992026-07-30T03:50:05.510Z Compiling anstyle v1.0.14
7002026-07-30T03:50:05.641Z Compiling tinyvec_macros v0.1.1
7012026-07-30T03:50:05.710Z Compiling is_terminal_polyfill v1.70.2
7022026-07-30T03:50:05.723Z Compiling anstyle-query v1.1.5
7032026-07-30T03:50:05.805Z Compiling nested v0.1.1
7042026-07-30T03:50:05.818Z Compiling litrs v1.0.0
7052026-07-30T03:50:05.830Z Compiling static_assertions v1.1.0
7062026-07-30T03:50:05.856Z Compiling color-spantrace v0.3.0
7072026-07-30T03:50:05.906Z Compiling unicode-xid v0.2.6
7082026-07-30T03:50:05.970Z Compiling number_prefix v0.4.0
7092026-07-30T03:50:05.995Z Compiling eyre v0.6.12
7102026-07-30T03:50:06.037Z Compiling unicase v2.9.0
7112026-07-30T03:50:06.122Z Compiling indicatif v0.17.11
7122026-07-30T03:50:06.161Z Compiling cargo-util-schemas v0.2.0
7132026-07-30T03:50:06.227Z Compiling guppy v0.17.26
7142026-07-30T03:50:06.250Z Compiling document-features v0.2.12
7152026-07-30T03:50:06.578Z Compiling anstream v1.0.0
7162026-07-30T03:50:06.839Z Compiling tinyvec v1.12.0
7172026-07-30T03:50:07.085Z Compiling pin-project v1.1.13
7182026-07-30T03:50:07.196Z Compiling chrono v0.4.45
7192026-07-30T03:50:07.261Z Compiling globset v0.4.19
7202026-07-30T03:50:07.372Z Compiling tar v0.4.46
7212026-07-30T03:50:08.571Z Compiling strip-ansi-escapes v0.2.1
7222026-07-30T03:50:08.613Z Compiling nextest-metadata v0.12.2
7232026-07-30T03:50:09.052Z Compiling toml v1.1.4+spec-1.1.0
7242026-07-30T03:50:09.262Z Compiling newtype-uuid v1.4.0
7252026-07-30T03:50:09.455Z Compiling reqwest v0.12.28
7262026-07-30T03:50:09.884Z Compiling futures v0.3.33
7272026-07-30T03:50:09.973Z Compiling rand_chacha v0.9.0
7282026-07-30T03:50:10.529Z Compiling digest v0.10.7
7292026-07-30T03:50:10.541Z Compiling parking_lot v0.12.5
7302026-07-30T03:50:10.585Z Compiling derive_more v2.1.1
7312026-07-30T03:50:10.669Z Compiling flate2 v1.1.9
7322026-07-30T03:50:10.755Z Compiling shared_child v1.1.1
7332026-07-30T03:50:11.099Z Compiling tracing-error v0.2.1
7342026-07-30T03:50:11.439Z Compiling signal-hook-mio v0.2.5
7352026-07-30T03:50:11.573Z Compiling self-replace v1.5.0
7362026-07-30T03:50:11.672Z Compiling cargo-platform v0.2.0
7372026-07-30T03:50:11.863Z Compiling quick-xml v0.38.4
7382026-07-30T03:50:12.197Z Compiling quick-xml v0.37.5
7392026-07-30T03:50:12.236Z Compiling clap_lex v1.1.0
7402026-07-30T03:50:12.578Z Compiling strsim v0.11.1
7412026-07-30T03:50:12.597Z Compiling indenter v0.3.4
7422026-07-30T03:50:13.213Z Compiling humantime v2.4.0
7432026-07-30T03:50:13.451Z Compiling recursion v0.5.4
7442026-07-30T03:50:13.486Z Compiling heck v0.5.0
7452026-07-30T03:50:13.532Z Compiling shell-words v1.1.1
7462026-07-30T03:50:13.648Z Compiling urlencoding v2.1.3
7472026-07-30T03:50:13.688Z Compiling cpufeatures v0.2.17
7482026-07-30T03:50:13.719Z Compiling clap_derive v4.6.4
7492026-07-30T03:50:13.763Z Compiling sha2 v0.10.9
7502026-07-30T03:50:13.812Z Compiling nextest-filtering v0.15.0
7512026-07-30T03:50:13.887Z Compiling humantime-serde v1.1.1
7522026-07-30T03:50:14.043Z Compiling clap_builder v4.6.2
7532026-07-30T03:50:15.469Z Compiling quick-junit v0.5.2
7542026-07-30T03:50:15.481Z Compiling atomicwrites v0.4.4
7552026-07-30T03:50:15.760Z Compiling cargo_metadata v0.20.0
7562026-07-30T03:50:17.733Z Compiling cargo-nextest v0.9.97
7572026-07-30T03:50:18.068Z Compiling crossterm v0.29.0
7582026-07-30T03:50:19.682Z Compiling zstd v0.13.3
7592026-07-30T03:50:19.852Z Compiling duct v0.13.7
7602026-07-30T03:50:19.880Z Compiling rand v0.9.5
7612026-07-30T03:50:20.110Z Compiling async-scoped v0.9.0
7622026-07-30T03:50:20.313Z Compiling config v0.15.25
7632026-07-30T03:50:20.448Z Compiling unicode-normalization v0.1.25
7642026-07-30T03:50:20.642Z Compiling target-spec-miette v0.4.8
7652026-07-30T03:50:20.894Z Compiling future-queue v0.4.0
7662026-07-30T03:50:21.031Z Compiling mukti-metadata v0.3.0
7672026-07-30T03:50:21.081Z Compiling camino-tempfile v1.4.1
7682026-07-30T03:50:21.171Z Compiling tokio-stream v0.1.19
7692026-07-30T03:50:21.294Z Compiling derive-where v1.6.1
7702026-07-30T03:50:21.509Z Compiling serde_path_to_error v0.1.20
7712026-07-30T03:50:21.512Z Compiling serde_ignored v0.1.14
7722026-07-30T03:50:21.585Z Compiling home v0.5.12
7732026-07-30T03:50:21.715Z Compiling swrite v0.1.0
7742026-07-30T03:50:21.736Z Compiling indent_write v2.2.0
7752026-07-30T03:50:21.750Z Compiling xxhash-rust v0.8.18
7762026-07-30T03:50:21.889Z Compiling hex v0.4.3
7772026-07-30T03:50:21.929Z Compiling color-eyre v0.6.5
7782026-07-30T03:50:21.963Z Compiling clap v4.6.4
7792026-07-30T03:50:21.975Z Compiling dialoguer v0.11.0
7802026-07-30T03:50:22.046Z Compiling enable-ansi-support v0.2.1
7812026-07-30T03:50:22.538Z Compiling nextest-runner v0.80.0
7822026-07-30T03:50:40.785Z Finished `release` profile [optimized] target(s) in 1m 10s
7832026-07-30T03:50:40.963Z Installing /home/build/.cargo/bin/cargo-nextest
7842026-07-30T03:50:40.966Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7852026-07-30T03:50:41.083Z+ pushd rdb
7862026-07-30T03:50:41.086Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7872026-07-30T03:50:41.086Z+ cargo nextest run -p rdb -p mg-api-types -p mg-api-types-versions
7882026-07-30T03:50:41.239Z Updating git repository `https://github.com/oxidecomputer/falcon`
7892026-07-30T03:50:41.824ZFrom https://github.com/oxidecomputer/falcon
7902026-07-30T03:50:41.824Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7912026-07-30T03:50:41.903Z Updating crates.io index
7922026-07-30T03:50:41.906Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7932026-07-30T03:50:42.293ZFrom https://github.com/oxidecomputer/dendrite
7942026-07-30T03:50:42.293Z * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6
7952026-07-30T03:50:42.328Z Updating git repository `https://github.com/oxidecomputer/ispf`
7962026-07-30T03:50:42.579ZFrom https://github.com/oxidecomputer/ispf
7972026-07-30T03:50:42.579Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7982026-07-30T03:50:42.584Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7992026-07-30T03:50:42.920ZFrom https://github.com/oxidecomputer/netadm-sys
8002026-07-30T03:50:42.920Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8012026-07-30T03:50:42.928Z Updating git repository `https://github.com/oxidecomputer/omicron`
8022026-07-30T03:50:48.828ZFrom https://github.com/oxidecomputer/omicron
8032026-07-30T03:50:48.828Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8042026-07-30T03:50:49.250Z Updating git repository `https://github.com/oxidecomputer/opte`
8052026-07-30T03:50:49.911ZFrom https://github.com/oxidecomputer/opte
8062026-07-30T03:50:49.911Z * [new ref] 3ddd7e684a78ad33be66717408c381b1962ae04e -> refs/commit/3ddd7e684a78ad33be66717408c381b1962ae04e
8072026-07-30T03:50:49.941Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8082026-07-30T03:50:50.187ZFrom https://github.com/oxidecomputer/slog-error-chain
8092026-07-30T03:50:50.187Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8102026-07-30T03:50:50.197Z Updating git repository `https://github.com/illumos/smf-rs`
8112026-07-30T03:50:50.435ZFrom https://github.com/illumos/smf-rs
8122026-07-30T03:50:50.436Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8132026-07-30T03:50:50.444Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8142026-07-30T03:50:50.687ZFrom https://github.com/oxidecomputer/network-interface
8152026-07-30T03:50:50.687Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8162026-07-30T03:50:50.693Z Updating git repository `https://github.com/oxidecomputer/zone`
8172026-07-30T03:50:50.923ZFrom https://github.com/oxidecomputer/zone
8182026-07-30T03:50:50.923Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8192026-07-30T03:50:50.929Z Updating git repository `https://github.com/oxidecomputer/propolis`
8202026-07-30T03:50:51.591ZFrom https://github.com/oxidecomputer/propolis
8212026-07-30T03:50:51.591Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8222026-07-30T03:50:51.636Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8232026-07-30T03:50:52.100ZFrom https://github.com/oxidecomputer/transceiver-control
8242026-07-30T03:50:52.100Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8252026-07-30T03:50:52.111Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8262026-07-30T03:50:52.388ZFrom https://github.com/oxidecomputer/dlpi-sys
8272026-07-30T03:50:52.388Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8282026-07-30T03:50:52.394Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8292026-07-30T03:50:52.695ZFrom https://github.com/jmesmon/rust-libzfs
8302026-07-30T03:50:52.695Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8312026-07-30T03:50:52.703Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8322026-07-30T03:50:52.932ZFrom https://github.com/oxidecomputer/rusty-doors
8332026-07-30T03:50:52.932Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8342026-07-30T03:50:52.939Z Updating git repository `https://github.com/oxidecomputer/lldp`
8352026-07-30T03:50:53.281ZFrom https://github.com/oxidecomputer/lldp
8362026-07-30T03:50:53.281Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8372026-07-30T03:50:53.292Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8382026-07-30T03:50:53.564ZFrom https://github.com/oxidecomputer/tufaceous
8392026-07-30T03:50:53.564Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8402026-07-30T03:50:53.582Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8412026-07-30T03:50:54.045ZFrom https://github.com/oxidecomputer/management-gateway-service
8422026-07-30T03:50:54.045Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8432026-07-30T03:50:54.060Z Updating git repository `https://github.com/oxidecomputer/crucible`
8442026-07-30T03:50:54.826ZFrom https://github.com/oxidecomputer/crucible
8452026-07-30T03:50:54.826Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8462026-07-30T03:50:54.870Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8472026-07-30T03:50:55.143ZFrom https://github.com/oxidecomputer/serde_human_bytes
8482026-07-30T03:50:55.143Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8492026-07-30T03:50:55.157Z Updating git repository `https://github.com/oxidecomputer/propolis`
8502026-07-30T03:50:55.579ZFrom https://github.com/oxidecomputer/propolis
8512026-07-30T03:50:55.579Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8522026-07-30T03:50:55.626Z Updating git repository `https://github.com/oxidecomputer/crucible`
8532026-07-30T03:50:56.162ZFrom https://github.com/oxidecomputer/crucible
8542026-07-30T03:50:56.162Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8552026-07-30T03:50:56.228Z Updating git repository `https://github.com/oxidecomputer/tofino`
8562026-07-30T03:50:56.556ZFrom https://github.com/oxidecomputer/tofino
8572026-07-30T03:50:56.556Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8582026-07-30T03:50:56.568Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8592026-07-30T03:50:57.195ZFrom https://github.com/oxidecomputer/maghemite
8602026-07-30T03:50:57.195Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8612026-07-30T03:50:57.226Z Updating git repository `https://github.com/oxidecomputer/clickward`
8622026-07-30T03:50:57.463ZFrom https://github.com/oxidecomputer/clickward
8632026-07-30T03:50:57.463Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8642026-07-30T03:50:57.474Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8652026-07-30T03:50:57.719ZFrom https://github.com/oxidecomputer/illumos-devinfo
8662026-07-30T03:50:57.719Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8672026-07-30T03:50:58.599Z Downloading crates ...
8682026-07-30T03:50:58.688Z Downloaded base16ct v0.2.0
8692026-07-30T03:50:58.692Z Downloaded aead v0.5.2
8702026-07-30T03:50:58.695Z Downloaded arrayvec v0.7.6
8712026-07-30T03:50:58.706Z Downloaded dropshot-api-manager-types v0.7.2
8722026-07-30T03:50:58.714Z Downloaded dof v0.3.0
8732026-07-30T03:50:58.717Z Downloaded data-encoding v2.11.0
8742026-07-30T03:50:58.717Z Downloaded const_format_proc_macros v0.2.34
8752026-07-30T03:50:58.720Z Downloaded bitflags v2.12.1
8762026-07-30T03:50:58.723Z Downloaded darling_core v0.21.3
8772026-07-30T03:50:58.872Z Downloaded hashbrown v0.12.3
8782026-07-30T03:50:58.888Z Downloaded foldhash v0.2.0
8792026-07-30T03:50:58.888Z Downloaded http-body v1.0.1
8802026-07-30T03:50:58.888Z Downloaded futures-task v0.3.32
8812026-07-30T03:50:58.888Z Downloaded bitflags v1.3.2
8822026-07-30T03:50:58.888Z Downloaded futures-macro v0.3.32
8832026-07-30T03:50:58.888Z Downloaded float-ord v0.3.2
8842026-07-30T03:50:58.888Z Downloaded futures-sink v0.3.32
8852026-07-30T03:50:58.888Z Downloaded futures-io v0.3.32
8862026-07-30T03:50:58.888Z Downloaded git-stub v1.0.0
8872026-07-30T03:50:58.888Z Downloaded half v2.7.1
8882026-07-30T03:50:58.888Z Downloaded gethostname v0.5.0
8892026-07-30T03:50:58.888Z Downloaded backon v1.6.0
8902026-07-30T03:50:58.888Z Downloaded ingot-types v0.1.2
8912026-07-30T03:50:58.888Z Downloaded linear-map v1.2.0
8922026-07-30T03:50:58.888Z Downloaded ff v0.13.1
8932026-07-30T03:50:58.888Z Downloaded glob v0.3.3
8942026-07-30T03:50:58.888Z Downloaded futures-executor v0.3.32
8952026-07-30T03:50:58.888Z Downloaded group v0.13.0
8962026-07-30T03:50:58.888Z Downloaded futures-channel v0.3.32
8972026-07-30T03:50:58.888Z Downloaded dyn-clone v1.0.20
8982026-07-30T03:50:58.888Z Downloaded icu_provider v2.2.0
8992026-07-30T03:50:58.888Z Downloaded git-stub-vcs v0.1.0
9002026-07-30T03:50:58.889Z Downloaded cfg_aliases v0.2.1
9012026-07-30T03:50:58.889Z Downloaded base16ct v1.0.0
9022026-07-30T03:50:58.889Z Downloaded arrayref v0.3.9
9032026-07-30T03:50:58.889Z Downloaded futures-core v0.3.32
9042026-07-30T03:50:58.889Z Downloaded embedded-io v0.4.0
9052026-07-30T03:50:58.889Z Downloaded foreign-types v0.5.0
9062026-07-30T03:50:58.889Z Downloaded bytes v1.11.1
9072026-07-30T03:50:58.889Z Downloaded async-trait v0.1.89
9082026-07-30T03:50:58.889Z Downloaded konst v0.2.20
9092026-07-30T03:50:58.889Z Downloaded getrandom v0.4.2
9102026-07-30T03:50:58.889Z Downloaded ciborium-io v0.2.2
9112026-07-30T03:50:58.889Z Downloaded erased-serde v0.3.31
9122026-07-30T03:50:58.889Z Downloaded bit-set v0.8.0
9132026-07-30T03:50:58.889Z Downloaded fs_extra v1.3.0
9142026-07-30T03:50:58.889Z Downloaded async-recursion v1.1.1
9152026-07-30T03:50:58.889Z Downloaded cc v1.2.63
9162026-07-30T03:50:58.889Z Downloaded natord v1.0.9
9172026-07-30T03:50:58.889Z Downloaded dunce v1.0.5
9182026-07-30T03:50:58.889Z Downloaded is-terminal v0.4.17
9192026-07-30T03:50:58.889Z Downloaded heck v0.4.1
9202026-07-30T03:50:58.889Z Downloaded fxhash v0.2.1
9212026-07-30T03:50:58.889Z Downloaded foreign-types-macros v0.2.3
9222026-07-30T03:50:58.889Z Downloaded const-random-macro v0.1.16
9232026-07-30T03:50:58.889Z Downloaded libscf-sys v1.2.0
9242026-07-30T03:50:58.889Z Downloaded hash32 v0.3.1
9252026-07-30T03:50:58.889Z Downloaded defmt-parser v1.0.0
9262026-07-30T03:50:58.889Z Downloaded instant v0.1.13
9272026-07-30T03:50:58.889Z Downloaded foreign-types-shared v0.3.1
9282026-07-30T03:50:58.889Z Downloaded managed v0.8.0
9292026-07-30T03:50:58.889Z Downloaded hybrid-array v0.4.12
9302026-07-30T03:50:58.889Z Downloaded dtrace-parser v0.2.0
9312026-07-30T03:50:58.889Z Downloaded ident_case v1.0.1
9322026-07-30T03:50:58.889Z Downloaded memmap v0.7.0
9332026-07-30T03:50:58.889Z Downloaded fixedbitset v0.4.2
9342026-07-30T03:50:58.889Z Downloaded crunchy v0.2.4
9352026-07-30T03:50:58.889Z Downloaded crucible-workspace-hack v0.1.0
9362026-07-30T03:50:58.889Z Downloaded cobs v0.3.0
9372026-07-30T03:50:58.889Z Downloaded const-random v0.1.18
9382026-07-30T03:50:58.889Z Downloaded compression-core v0.4.32
9392026-07-30T03:50:58.889Z Downloaded idna_adapter v1.2.2
9402026-07-30T03:50:58.890Z Downloaded crc8 v0.1.1
9412026-07-30T03:50:58.890Z Downloaded ciborium-ll v0.2.2
9422026-07-30T03:50:58.890Z Downloaded block-buffer v0.12.0
9432026-07-30T03:50:58.890Z Downloaded async-stream v0.3.6
9442026-07-30T03:50:58.890Z Downloaded darling_macro v0.23.0
9452026-07-30T03:50:58.890Z Downloaded byte-wrapper v0.1.0
9462026-07-30T03:50:58.890Z Downloaded hubpack_derive v0.1.1
9472026-07-30T03:50:58.890Z Downloaded lru-cache v0.1.2
9482026-07-30T03:50:58.890Z Downloaded dof v0.4.0
9492026-07-30T03:50:58.890Z Downloaded darling_macro v0.21.3
9502026-07-30T03:50:58.890Z Downloaded cmake v0.1.58
9512026-07-30T03:50:58.890Z Downloaded async-stream-impl v0.3.6
9522026-07-30T03:50:58.890Z Downloaded chacha20 v0.9.1
9532026-07-30T03:50:58.890Z Downloaded argon2 v0.5.3
9542026-07-30T03:50:58.890Z Downloaded globset v0.4.18
9552026-07-30T03:50:58.890Z Downloaded hubpack v0.1.2
9562026-07-30T03:50:58.890Z Downloaded bytecount v0.6.9
9572026-07-30T03:50:58.890Z Downloaded hostname v0.4.2
9582026-07-30T03:50:58.890Z Downloaded bs58 v0.5.1
9592026-07-30T03:50:58.890Z Downloaded backoff v0.4.0
9602026-07-30T03:50:58.890Z Downloaded no-std-compat v0.4.1
9612026-07-30T03:50:58.890Z Downloaded inout v0.1.4
9622026-07-30T03:50:58.890Z Downloaded dtrace-parser v0.3.0
9632026-07-30T03:50:58.890Z Downloaded httpdate v1.0.3
9642026-07-30T03:50:58.890Z Downloaded newtype-uuid-macros v0.1.0
9652026-07-30T03:50:58.890Z Downloaded linked-hash-map v0.5.6
9662026-07-30T03:50:58.890Z Downloaded either v1.16.0
9672026-07-30T03:50:58.890Z Downloaded cstr-argument v0.1.2
9682026-07-30T03:50:58.890Z Downloaded keccak v0.1.6
9692026-07-30T03:50:58.890Z Downloaded hostname v0.3.1
9702026-07-30T03:50:58.890Z Downloaded embedded-io v0.6.1
9712026-07-30T03:50:58.890Z Downloaded enum-as-inner v0.6.1
9722026-07-30T03:50:58.890Z Downloaded newline-converter v0.3.0
9732026-07-30T03:50:58.890Z Downloaded mime v0.3.17
9742026-07-30T03:50:58.890Z Downloaded match_cfg v0.1.0
9752026-07-30T03:50:58.890Z Downloaded defmt v0.3.100
9762026-07-30T03:50:58.890Z Downloaded konst_macro_rules v0.2.19
9772026-07-30T03:50:58.890Z Downloaded humantime v2.3.0
9782026-07-30T03:50:58.907Z Downloaded fs-err v3.3.0
9792026-07-30T03:50:58.907Z Downloaded memoffset v0.9.1
9802026-07-30T03:50:58.907Z Downloaded byteorder v1.5.0
9812026-07-30T03:50:58.907Z Downloaded num-derive v0.4.2
9822026-07-30T03:50:58.907Z Downloaded num_enum_derive v0.5.11
9832026-07-30T03:50:58.907Z Downloaded crypto-common v0.2.2
9842026-07-30T03:50:58.907Z Downloaded num v0.4.3
9852026-07-30T03:50:58.907Z Downloaded num-iter v0.1.45
9862026-07-30T03:50:58.907Z Downloaded macaddr v1.0.1
9872026-07-30T03:50:58.907Z Downloaded num-conv v0.2.2
9882026-07-30T03:50:58.907Z Downloaded newtype_derive v0.1.6
9892026-07-30T03:50:58.907Z Downloaded displaydoc v0.2.6
9902026-07-30T03:50:58.907Z Downloaded bit-vec v0.8.0
9912026-07-30T03:50:58.907Z Downloaded bcs v0.1.6
9922026-07-30T03:50:58.907Z Downloaded convert_case v0.4.0
9932026-07-30T03:50:58.907Z Downloaded compression-codecs v0.4.38
9942026-07-30T03:50:58.907Z Downloaded internet-checksum v0.2.1
9952026-07-30T03:50:58.907Z Downloaded digest v0.11.3
9962026-07-30T03:50:58.907Z Downloaded jobserver v0.1.34
9972026-07-30T03:50:58.907Z Downloaded crossbeam-deque v0.8.6
9982026-07-30T03:50:58.907Z Downloaded cipher v0.4.4
9992026-07-30T03:50:58.907Z Downloaded defmt-macros v1.1.0
10002026-07-30T03:50:58.907Z Downloaded csv-core v0.1.13
10012026-07-30T03:50:58.907Z Downloaded deranged v0.5.8
10022026-07-30T03:50:58.907Z Downloaded fastrand v2.4.1
10032026-07-30T03:50:58.907Z Downloaded omicron-workspace-hack v0.1.0
10042026-07-30T03:50:58.907Z Downloaded console v0.16.3
10052026-07-30T03:50:58.907Z Downloaded cargo_toml v0.22.3
10062026-07-30T03:50:58.907Z Downloaded cancel-safe-futures v0.1.5
10072026-07-30T03:50:58.912Z Downloaded blake2 v0.10.6
10082026-07-30T03:50:58.912Z Downloaded highway v1.3.0
10092026-07-30T03:50:58.912Z Downloaded allocator-api2 v0.2.21
10102026-07-30T03:50:58.912Z Downloaded libsw v3.5.0
10112026-07-30T03:50:58.912Z Downloaded libsw-core v0.3.2
10122026-07-30T03:50:58.915Z Downloaded proc-macro-error-attr2 v2.0.0
10132026-07-30T03:50:58.918Z Downloaded phf_shared v0.12.1
10142026-07-30T03:50:58.918Z Downloaded potential_utf v0.1.5
10152026-07-30T03:50:58.921Z Downloaded proc-macro-crate v1.3.1
10162026-07-30T03:50:58.921Z Downloaded powerfmt v0.2.0
10172026-07-30T03:50:58.921Z Downloaded proc-macro-crate v3.5.0
10182026-07-30T03:50:58.925Z Downloaded futures v0.3.32
10192026-07-30T03:50:58.928Z Downloaded progenitor-client v0.10.0
10202026-07-30T03:50:58.931Z Downloaded daft-derive v0.1.7
10212026-07-30T03:50:58.934Z Downloaded critical-section v1.2.0
10222026-07-30T03:50:58.934Z Downloaded num_threads v0.1.7
10232026-07-30T03:50:58.937Z Downloaded num_enum_derive v0.7.6
10242026-07-30T03:50:58.937Z Downloaded pretty-hex v0.4.2
10252026-07-30T03:50:58.938Z Downloaded proc-macro-error-attr v1.0.4
10262026-07-30T03:50:58.938Z Downloaded quick-error v1.2.3
10272026-07-30T03:50:58.940Z Downloaded multer v3.1.0
10282026-07-30T03:50:58.940Z Downloaded parse-display v0.10.0
10292026-07-30T03:50:58.940Z Downloaded progenitor-macro v0.13.0
10302026-07-30T03:50:58.943Z Downloaded progenitor-macro v0.10.0
10312026-07-30T03:50:58.943Z Downloaded num-complex v0.4.6
10322026-07-30T03:50:58.943Z Downloaded opaque-debug v0.3.1
10332026-07-30T03:50:58.946Z Downloaded num_enum v0.5.11
10342026-07-30T03:50:58.949Z Downloaded num_enum v0.7.6
10352026-07-30T03:50:58.951Z Downloaded crossbeam-utils v0.8.21
10362026-07-30T03:50:58.954Z Downloaded litemap v0.8.2
10372026-07-30T03:50:58.954Z Downloaded hmac v0.12.1
10382026-07-30T03:50:58.957Z Downloaded daft v0.1.7
10392026-07-30T03:50:58.957Z Downloaded ipnetwork v0.21.1
10402026-07-30T03:50:58.960Z Downloaded plain v0.2.3
10412026-07-30T03:50:58.960Z Downloaded ingot-macros v0.1.1
10422026-07-30T03:50:58.960Z Downloaded constant_time_eq v0.4.2
10432026-07-30T03:50:58.962Z Downloaded chacha20 v0.10.0
10442026-07-30T03:50:58.962Z Downloaded phf v0.12.1
10452026-07-30T03:50:58.965Z Downloaded ingot v0.1.1
10462026-07-30T03:50:58.965Z Downloaded indexmap v1.9.3
10472026-07-30T03:50:58.968Z Downloaded rustc-hash v2.1.2
10482026-07-30T03:50:58.968Z Downloaded oxide-tokio-rt v0.1.6
10492026-07-30T03:50:58.971Z Downloaded olpc-cjson v0.1.4
10502026-07-30T03:50:58.971Z Downloaded diff v0.1.13
10512026-07-30T03:50:58.974Z Downloaded ref-cast-impl v1.0.25
10522026-07-30T03:50:58.974Z Downloaded ciborium v0.2.2
10532026-07-30T03:50:58.974Z Downloaded rand_xorshift v0.4.0
10542026-07-30T03:50:58.977Z Downloaded paste v1.0.15
10552026-07-30T03:50:58.977Z Downloaded password-hash v0.5.0
10562026-07-30T03:50:58.979Z Downloaded crossbeam-epoch v0.9.18
10572026-07-30T03:50:58.979Z Downloaded cookie v0.18.1
10582026-07-30T03:50:58.982Z Downloaded derive-ex v0.1.8
10592026-07-30T03:50:58.982Z Downloaded darling v0.21.3
10602026-07-30T03:50:58.985Z Downloaded oxnet v0.1.6
10612026-07-30T03:50:58.988Z Downloaded num-rational v0.4.2
10622026-07-30T03:50:58.988Z Downloaded rustc_version v0.1.7
10632026-07-30T03:50:58.992Z Downloaded rand_chacha v0.3.1
10642026-07-30T03:50:58.992Z Downloaded colored v3.1.1
10652026-07-30T03:50:58.992Z Downloaded num-integer v0.1.46
10662026-07-30T03:50:58.995Z Downloaded newtype-uuid v1.3.2
10672026-07-30T03:50:58.995Z Downloaded elliptic-curve v0.13.8
10682026-07-30T03:50:58.995Z Downloaded secrecy v0.10.3
10692026-07-30T03:50:59.000Z Downloaded memmap2 v0.9.10
10702026-07-30T03:50:59.000Z Downloaded proc-macro-error2 v2.0.1
10712026-07-30T03:50:59.003Z Downloaded progenitor v0.14.0
10722026-07-30T03:50:59.003Z Downloaded proc-macro-error v1.0.4
10732026-07-30T03:50:59.003Z Downloaded parse-display-derive v0.10.0
10742026-07-30T03:50:59.003Z Downloaded progenitor v0.10.0
10752026-07-30T03:50:59.009Z Downloaded defmt v1.1.0
10762026-07-30T03:50:59.014Z Downloaded progenitor-client v0.14.0
10772026-07-30T03:50:59.014Z Downloaded progenitor v0.13.0
10782026-07-30T03:50:59.014Z Downloaded scroll_derive v0.13.1
10792026-07-30T03:50:59.014Z Downloaded scroll_derive v0.12.1
10802026-07-30T03:50:59.014Z Downloaded progenitor-client v0.13.0
10812026-07-30T03:50:59.014Z Downloaded poly1305 v0.8.0
10822026-07-30T03:50:59.017Z Downloaded port-file v0.1.0
10832026-07-30T03:50:59.017Z Downloaded serde_repr v0.1.21
10842026-07-30T03:50:59.017Z Downloaded serde_plain v1.0.2
10852026-07-30T03:50:59.024Z Downloaded serde-big-array v0.5.1
10862026-07-30T03:50:59.027Z Downloaded dropshot_endpoint v0.17.1
10872026-07-30T03:50:59.033Z Downloaded same-file v1.0.6
10882026-07-30T03:50:59.033Z Downloaded sigpipe v0.1.3
10892026-07-30T03:50:59.033Z Downloaded serial_test_derive v4.0.1
10902026-07-30T03:50:59.036Z Downloaded quote v1.0.45
10912026-07-30T03:50:59.036Z Downloaded ref-cast v1.0.25
10922026-07-30T03:50:59.036Z Downloaded sha1 v0.11.0
10932026-07-30T03:50:59.036Z Downloaded progenitor-extras v0.2.0
10942026-07-30T03:50:59.039Z Downloaded const-oid v0.10.2
10952026-07-30T03:50:59.039Z Downloaded parking_lot v0.11.2
10962026-07-30T03:50:59.042Z Downloaded anyhow v1.0.104
10972026-07-30T03:50:59.042Z Downloaded slog-envlogger v2.2.0
10982026-07-30T03:50:59.045Z Downloaded progenitor-macro v0.14.0
10992026-07-30T03:50:59.045Z Downloaded derive_more v0.99.20
11002026-07-30T03:50:59.048Z Downloaded arc-swap v1.9.1
11012026-07-30T03:50:59.051Z Downloaded drift v0.2.0
11022026-07-30T03:50:59.057Z Downloaded resolv-conf v0.7.6
11032026-07-30T03:50:59.061Z Downloaded slog-bunyan v2.5.0
11042026-07-30T03:50:59.061Z Downloaded pem v3.0.6
11052026-07-30T03:50:59.061Z Downloaded rustls-native-certs v0.8.4
11062026-07-30T03:50:59.064Z Downloaded scroll v0.12.0
11072026-07-30T03:50:59.064Z Downloaded rusty-fork v0.3.1
11082026-07-30T03:50:59.064Z Downloaded rustversion v1.0.22
11092026-07-30T03:50:59.064Z Downloaded smawk v0.3.2
11102026-07-30T03:50:59.067Z Downloaded sha1 v0.10.6
11112026-07-30T03:50:59.067Z Downloaded parking_lot_core v0.8.6
11122026-07-30T03:50:59.070Z Downloaded pest_derive v2.8.6
11132026-07-30T03:50:59.070Z Downloaded indicatif v0.18.4
11142026-07-30T03:50:59.073Z Downloaded strum v0.27.2
11152026-07-30T03:50:59.073Z Downloaded strum v0.26.3
11162026-07-30T03:50:59.073Z Downloaded structmeta-derive v0.3.0
11172026-07-30T03:50:59.076Z Downloaded stable_deref_trait v1.2.1
11182026-07-30T03:50:59.076Z Downloaded spin v0.5.2
11192026-07-30T03:50:59.076Z Downloaded serial_test v4.0.1
11202026-07-30T03:50:59.076Z Downloaded darling v0.23.0
11212026-07-30T03:50:59.079Z Downloaded scroll v0.13.0
11222026-07-30T03:50:59.084Z Downloaded postcard v1.1.3
11232026-07-30T03:50:59.084Z Downloaded icu_properties v2.2.0
11242026-07-30T03:50:59.088Z Downloaded icu_normalizer_data v2.2.0
11252026-07-30T03:50:59.088Z Downloaded structmeta v0.3.0
11262026-07-30T03:50:59.088Z Downloaded take_mut v0.2.2
11272026-07-30T03:50:59.088Z Downloaded tagptr v0.2.0
11282026-07-30T03:50:59.091Z Downloaded chacha20poly1305 v0.10.1
11292026-07-30T03:50:59.091Z Downloaded omicron-zone-package v0.12.3
11302026-07-30T03:50:59.094Z Downloaded log v0.4.32
11312026-07-30T03:50:59.094Z Downloaded serde_tokenstream v0.2.3
11322026-07-30T03:50:59.100Z Downloaded serde_derive_internals v0.29.1
11332026-07-30T03:50:59.100Z Downloaded quinn-udp v0.5.14
11342026-07-30T03:50:59.103Z Downloaded icu_normalizer v2.2.0
11352026-07-30T03:50:59.103Z Downloaded tabwriter v1.4.1
11362026-07-30T03:50:59.103Z Downloaded testing_table v0.3.0
11372026-07-30T03:50:59.103Z Downloaded termtree v0.5.1
11382026-07-30T03:50:59.103Z Downloaded tabled_derive v0.11.0
11392026-07-30T03:50:59.106Z Downloaded simd-adler32 v0.3.9
11402026-07-30T03:50:59.106Z Downloaded darling_core v0.23.0
11412026-07-30T03:50:59.109Z Downloaded thread-id v5.1.0
11422026-07-30T03:50:59.109Z Downloaded time-core v0.1.8
11432026-07-30T03:50:59.109Z Downloaded thread-id v4.2.2
11442026-07-30T03:50:59.112Z Downloaded thiserror-impl-no-std v2.0.2
11452026-07-30T03:50:59.112Z Downloaded tokio-macros v2.7.0
11462026-07-30T03:50:59.112Z Downloaded tabled_derive v0.7.0
11472026-07-30T03:50:59.115Z Downloaded rustls-pemfile v2.2.0
11482026-07-30T03:50:59.115Z Downloaded heapless v0.8.0
11492026-07-30T03:50:59.118Z Downloaded rustls-pki-types v1.14.1
11502026-07-30T03:50:59.121Z Downloaded rhai_codegen v3.2.0
11512026-07-30T03:50:59.124Z Downloaded schemars_derive v0.8.22
11522026-07-30T03:50:59.127Z Downloaded itertools v0.12.1
11532026-07-30T03:50:59.130Z Downloaded slog-scope v4.4.1
11542026-07-30T03:50:59.130Z Downloaded slog-async v2.8.0
11552026-07-30T03:50:59.133Z Downloaded snafu-derive v0.8.9
11562026-07-30T03:50:59.133Z Downloaded smf v0.2.3
11572026-07-30T03:50:59.133Z Downloaded slog-json v2.6.1
11582026-07-30T03:50:59.136Z Downloaded pest_generator v2.8.6
11592026-07-30T03:50:59.136Z Downloaded papergrid v0.18.0
11602026-07-30T03:50:59.142Z Downloaded progenitor-impl v0.10.0
11612026-07-30T03:50:59.145Z Downloaded semver v0.1.20
11622026-07-30T03:50:59.148Z Downloaded siphasher v1.0.3
11632026-07-30T03:50:59.148Z Downloaded smartstring v1.0.1
11642026-07-30T03:50:59.152Z Downloaded topological-sort v0.2.2
11652026-07-30T03:50:59.152Z Downloaded strum_macros v0.27.2
11662026-07-30T03:50:59.152Z Downloaded unarray v0.1.4
11672026-07-30T03:50:59.155Z Downloaded typify-macro v0.4.3
11682026-07-30T03:50:59.155Z Downloaded strum_macros v0.26.4
11692026-07-30T03:50:59.155Z Downloaded slog-term v2.9.2
11702026-07-30T03:50:59.159Z Downloaded slog-stdlog v4.1.1
11712026-07-30T03:50:59.159Z Downloaded universal-hash v0.5.1
11722026-07-30T03:50:59.159Z Downloaded unit-prefix v0.5.2
11732026-07-30T03:50:59.159Z Downloaded slog-dtrace v0.3.0
11742026-07-30T03:50:59.164Z Downloaded typify-macro v0.6.2
11752026-07-30T03:50:59.164Z Downloaded thiserror-no-std v2.0.2
11762026-07-30T03:50:59.164Z Downloaded jiff-static v0.2.28
11772026-07-30T03:50:59.167Z Downloaded crypto-bigint v0.5.5
11782026-07-30T03:50:59.170Z Downloaded progenitor-impl v0.14.0
11792026-07-30T03:50:59.170Z Downloaded utf-8 v0.7.6
11802026-07-30T03:50:59.170Z Downloaded usdt v0.5.0
11812026-07-30T03:50:59.173Z Downloaded serde_with_macros v3.21.0
11822026-07-30T03:50:59.173Z Downloaded icu_collections v2.2.0
11832026-07-30T03:50:59.177Z Downloaded untrusted v0.7.1
11842026-07-30T03:50:59.177Z Downloaded tinystr v0.8.3
11852026-07-30T03:50:59.182Z Downloaded expectorate v1.2.0
11862026-07-30T03:50:59.182Z Downloaded waitgroup v0.1.2
11872026-07-30T03:50:59.182Z Downloaded wait-timeout v0.2.1
11882026-07-30T03:50:59.182Z Downloaded time-macros v0.2.27
11892026-07-30T03:50:59.185Z Downloaded thread_local v1.1.9
11902026-07-30T03:50:59.185Z Downloaded hickory-resolver v0.24.4
11912026-07-30T03:50:59.185Z Downloaded synstructure v0.13.2
11922026-07-30T03:50:59.188Z Downloaded zerofrom v0.1.8
11932026-07-30T03:50:59.190Z Downloaded openssl-sys v0.9.116
11942026-07-30T03:50:59.194Z Downloaded usdt-attr-macro v0.6.0
11952026-07-30T03:50:59.199Z Downloaded usdt v0.6.0
11962026-07-30T03:50:59.199Z Downloaded schemars v0.8.22
11972026-07-30T03:50:59.202Z Downloaded usdt-macro v0.6.0
11982026-07-30T03:50:59.206Z Downloaded usdt-macro v0.5.0
11992026-07-30T03:50:59.206Z Downloaded proc-macro2 v1.0.106
12002026-07-30T03:50:59.206Z Downloaded pest_meta v2.8.6
12012026-07-30T03:50:59.211Z Downloaded papergrid v0.11.0
12022026-07-30T03:50:59.211Z Downloaded usdt-attr-macro v0.5.0
12032026-07-30T03:50:59.215Z Downloaded tokio-dtrace v0.1.1
12042026-07-30T03:50:59.215Z Downloaded tiny-keccak v2.0.2
12052026-07-30T03:50:59.215Z Downloaded rustls-platform-verifier v0.7.0
12062026-07-30T03:50:59.219Z Downloaded const_format v0.2.36
12072026-07-30T03:50:59.219Z Downloaded prettyplease v0.2.37
12082026-07-30T03:50:59.223Z Downloaded minimal-lexical v0.2.1
12092026-07-30T03:50:59.223Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12102026-07-30T03:50:59.223Z Downloaded progenitor-impl v0.13.0
12112026-07-30T03:50:59.227Z Downloaded crossbeam-channel v0.5.15
12122026-07-30T03:50:59.230Z Downloaded smallvec v1.15.1
12132026-07-30T03:50:59.230Z Downloaded toml_writer v1.1.1+spec-1.1.0
12142026-07-30T03:50:59.230Z Downloaded zone v0.3.1
12152026-07-30T03:50:59.234Z Downloaded zerofrom-derive v0.1.7
12162026-07-30T03:50:59.234Z Downloaded serde_derive v1.0.228
12172026-07-30T03:50:59.239Z Downloaded zeroize_derive v1.4.3
12182026-07-30T03:50:59.239Z Downloaded spin v0.9.8
12192026-07-30T03:50:59.242Z Downloaded hickory-resolver v0.25.2
12202026-07-30T03:50:59.242Z Downloaded async-compression v0.4.42
12212026-07-30T03:50:59.246Z Downloaded vsss-rs v3.3.4
12222026-07-30T03:50:59.249Z Downloaded xz2 v0.1.7
12232026-07-30T03:50:59.249Z Downloaded similar v2.7.0
12242026-07-30T03:50:59.249Z Downloaded zone_cfg_derive v0.3.1
12252026-07-30T03:50:59.253Z Downloaded yoke-derive v0.8.2
12262026-07-30T03:50:59.253Z Downloaded writeable v0.6.3
12272026-07-30T03:50:59.253Z Downloaded whoami v1.6.1
12282026-07-30T03:50:59.256Z Downloaded term v1.2.1
12292026-07-30T03:50:59.256Z Downloaded memchr v2.8.1
12302026-07-30T03:50:59.259Z Downloaded tokio-stream v0.1.18
12312026-07-30T03:50:59.262Z Downloaded tokio-tungstenite v0.21.0
12322026-07-30T03:50:59.262Z Downloaded toml_parser v1.1.2+spec-1.1.0
12332026-07-30T03:50:59.267Z Downloaded icu_locale_core v2.2.0
12342026-07-30T03:50:59.270Z Downloaded zmij v1.0.21
12352026-07-30T03:50:59.270Z Downloaded http v1.4.2
12362026-07-30T03:50:59.270Z Downloaded usdt-impl v0.6.0
12372026-07-30T03:50:59.292Z Downloaded walkdir v2.5.0
12382026-07-30T03:50:59.292Z Downloaded schemars v0.9.0
12392026-07-30T03:50:59.298Z Downloaded usdt-impl v0.5.0
12402026-07-30T03:50:59.298Z Downloaded aws-lc-rs v1.17.0
12412026-07-30T03:50:59.298Z Downloaded test-strategy v0.4.5
12422026-07-30T03:50:59.298Z Downloaded base64 v0.21.7
12432026-07-30T03:50:59.298Z Downloaded serde_core v1.0.228
12442026-07-30T03:50:59.298Z Downloaded qorb v0.4.1
12452026-07-30T03:50:59.298Z Downloaded zerocopy-derive v0.7.35
12462026-07-30T03:50:59.298Z Downloaded toml v0.7.8
12472026-07-30T03:50:59.302Z Downloaded toml v0.9.12+spec-1.1.0
12482026-07-30T03:50:59.302Z Downloaded zeroize v1.8.2
12492026-07-30T03:50:59.302Z Downloaded zerovec-derive v0.11.3
12502026-07-30T03:50:59.302Z Downloaded snafu v0.8.9
12512026-07-30T03:50:59.305Z Downloaded serde_yaml v0.9.34+deprecated
12522026-07-30T03:50:59.308Z Downloaded serde v1.0.228
12532026-07-30T03:50:59.308Z Downloaded goblin v0.8.2
12542026-07-30T03:50:59.311Z Downloaded ucd-trie v0.1.7
12552026-07-30T03:50:59.314Z Downloaded rayon-core v1.13.0
12562026-07-30T03:50:59.314Z Downloaded rand v0.8.6
12572026-07-30T03:50:59.318Z Downloaded quinn v0.11.9
12582026-07-30T03:50:59.318Z Downloaded tungstenite v0.21.0
12592026-07-30T03:50:59.321Z Downloaded mio v1.2.1
12602026-07-30T03:50:59.325Z Downloaded thin-vec v0.2.18
12612026-07-30T03:50:59.325Z Downloaded yoke v0.8.3
12622026-07-30T03:50:59.328Z Downloaded nom v7.1.3
12632026-07-30T03:50:59.328Z Downloaded toml v1.1.2+spec-1.1.0
12642026-07-30T03:50:59.331Z Downloaded futures-util v0.3.32
12652026-07-30T03:50:59.337Z Downloaded typify v0.6.2
12662026-07-30T03:50:59.340Z Downloaded typify v0.4.3
12672026-07-30T03:50:59.343Z Downloaded unsafe-libyaml v0.2.11
12682026-07-30T03:50:59.343Z Downloaded toml_edit v0.25.12+spec-1.1.0
12692026-07-30T03:50:59.346Z Downloaded schemars v1.2.1
12702026-07-30T03:50:59.352Z Downloaded rand v0.9.4
12712026-07-30T03:50:59.357Z Downloaded pest v2.8.6
12722026-07-30T03:50:59.361Z Downloaded tinyvec v1.11.0
12732026-07-30T03:50:59.362Z Downloaded pretty_assertions v1.4.1
12742026-07-30T03:50:59.362Z Downloaded dropshot-api-manager v0.7.2
12752026-07-30T03:50:59.366Z Downloaded steno v0.4.1
12762026-07-30T03:50:59.366Z Downloaded slog v2.8.2
12772026-07-30T03:50:59.381Z Downloaded zerocopy-derive v0.8.50
12782026-07-30T03:50:59.387Z Downloaded hashbrown v0.16.1
12792026-07-30T03:50:59.393Z Downloaded toml_edit v0.19.15
12802026-07-30T03:50:59.405Z Downloaded yansi v1.0.1
12812026-07-30T03:50:59.412Z Downloaded h2 v0.4.14
12822026-07-30T03:50:59.418Z Downloaded reqwest v0.13.4
12832026-07-30T03:50:59.426Z Downloaded nom v8.0.0
12842026-07-30T03:50:59.429Z Downloaded zerotrie v0.2.4
12852026-07-30T03:50:59.433Z Downloaded itertools v0.15.0
12862026-07-30T03:50:59.436Z Downloaded ron v0.12.1
12872026-07-30T03:50:59.441Z Downloaded libm v0.2.16
12882026-07-30T03:50:59.447Z Downloaded zerovec v0.11.6
12892026-07-30T03:50:59.449Z Downloaded tough v0.22.0
12902026-07-30T03:50:59.455Z Downloaded hkdf v0.12.4
12912026-07-30T03:50:59.459Z Downloaded typed-path v0.9.3
12922026-07-30T03:50:59.468Z Downloaded regex v1.12.3
12932026-07-30T03:50:59.471Z Downloaded winnow v0.5.40
12942026-07-30T03:50:59.477Z Downloaded zerocopy v0.7.35
12952026-07-30T03:50:59.485Z Downloaded icu_properties_data v2.2.0
12962026-07-30T03:50:59.490Z Downloaded blake3 v1.8.5
12972026-07-30T03:50:59.501Z Downloaded iddqd v0.4.6
12982026-07-30T03:50:59.508Z Downloaded winnow v1.0.3
12992026-07-30T03:50:59.511Z Downloaded tokio-util v0.7.18
13002026-07-30T03:50:59.512Z Downloaded serde_with v3.21.0
13012026-07-30T03:50:59.518Z Downloaded tabled v0.15.0
13022026-07-30T03:50:59.526Z Downloaded rayon v1.12.0
13032026-07-30T03:50:59.531Z Downloaded portable-atomic v1.13.1
13042026-07-30T03:50:59.554Z Downloaded proptest v1.11.0
13052026-07-30T03:50:59.559Z Downloaded moka v0.12.15
13062026-07-30T03:50:59.566Z Downloaded bstr v1.12.1
13072026-07-30T03:50:59.575Z Downloaded goblin v0.10.7
13082026-07-30T03:50:59.585Z Downloaded zerocopy v0.8.50
13092026-07-30T03:50:59.596Z Downloaded syn v1.0.109
13102026-07-30T03:50:59.602Z Downloaded regress v0.11.1
13112026-07-30T03:50:59.611Z Downloaded regress v0.10.5
13122026-07-30T03:50:59.614Z Downloaded tabled v0.21.0
13132026-07-30T03:50:59.623Z Downloaded webpki-roots v1.0.7
13142026-07-30T03:50:59.626Z Downloaded time v0.3.47
13152026-07-30T03:50:59.633Z Downloaded dropshot v0.17.1
13162026-07-30T03:50:59.668Z Downloaded typify-impl v0.6.2
13172026-07-30T03:50:59.674Z Downloaded sled v0.34.7
13182026-07-30T03:50:59.679Z Downloaded chrono-tz v0.10.4
13192026-07-30T03:50:59.688Z Downloaded syn v2.0.117
13202026-07-30T03:50:59.695Z Downloaded hickory-proto v0.24.4
13212026-07-30T03:50:59.703Z Downloaded openssl v0.10.80
13222026-07-30T03:50:59.708Z Downloaded smoltcp v0.11.0
13232026-07-30T03:50:59.714Z Downloaded rhai v1.25.1
13242026-07-30T03:50:59.720Z Downloaded rustls v0.23.40
13252026-07-30T03:50:59.728Z Downloaded openapiv3 v2.2.0
13262026-07-30T03:50:59.732Z Downloaded hickory-proto v0.25.2
13272026-07-30T03:50:59.740Z Downloaded regex-syntax v0.8.10
13282026-07-30T03:50:59.745Z Downloaded nix v0.31.3
13292026-07-30T03:50:59.753Z Downloaded petgraph v0.6.5
13302026-07-30T03:50:59.763Z Downloaded typify-impl v0.4.3
13312026-07-30T03:50:59.779Z Downloaded csv v1.4.0
13322026-07-30T03:50:59.792Z Downloaded sha3 v0.10.9
13332026-07-30T03:50:59.795Z Downloaded regex-automata v0.4.14
13342026-07-30T03:50:59.814Z Downloaded lzma-sys v0.1.20
13352026-07-30T03:50:59.830Z Downloaded jiff v0.2.28
13362026-07-30T03:50:59.862Z Downloaded encoding_rs v0.8.35
13372026-07-30T03:51:00.375Z Downloaded aws-lc-sys v0.41.0
13382026-07-30T03:51:01.306Z Compiling proc-macro2 v1.0.106
13392026-07-30T03:51:01.306Z Compiling quote v1.0.45
13402026-07-30T03:51:01.306Z Compiling unicode-ident v1.0.24
13412026-07-30T03:51:01.306Z Compiling serde_core v1.0.228
13422026-07-30T03:51:01.309Z Compiling cfg-if v1.0.4
13432026-07-30T03:51:01.310Z Compiling serde v1.0.228
13442026-07-30T03:51:01.310Z Compiling libc v0.2.189
13452026-07-30T03:51:01.406Z Compiling memchr v2.8.1
13462026-07-30T03:51:01.463Z Compiling itoa v1.0.18
13472026-07-30T03:51:01.639Z Compiling smallvec v1.15.1
13482026-07-30T03:51:01.730Z Compiling zmij v1.0.21
13492026-07-30T03:51:01.777Z Compiling autocfg v1.5.1
13502026-07-30T03:51:01.919Z Compiling libm v0.2.16
13512026-07-30T03:51:02.144Z Compiling stable_deref_trait v1.2.1
13522026-07-30T03:51:02.188Z Compiling writeable v0.6.3
13532026-07-30T03:51:02.231Z Compiling percent-encoding v2.3.2
13542026-07-30T03:51:02.345Z Compiling litemap v0.8.2
13552026-07-30T03:51:02.401Z Compiling icu_properties_data v2.2.0
13562026-07-30T03:51:02.424Z Compiling utf8_iter v1.0.4
13572026-07-30T03:51:02.427Z Compiling icu_normalizer_data v2.2.0
13582026-07-30T03:51:02.537Z Compiling iana-time-zone v0.1.65
13592026-07-30T03:51:02.571Z Compiling equivalent v1.0.2
13602026-07-30T03:51:02.640Z Compiling syn v2.0.117
13612026-07-30T03:51:02.725Z Compiling form_urlencoded v1.2.2
13622026-07-30T03:51:02.802Z Compiling allocator-api2 v0.2.21
13632026-07-30T03:51:02.824Z Compiling syn v3.0.3
13642026-07-30T03:51:02.857Z Compiling serde_json v1.0.151
13652026-07-30T03:51:02.871Z Compiling version_check v0.9.5
13662026-07-30T03:51:02.973Z Compiling pin-project-lite v0.2.17
13672026-07-30T03:51:03.070Z Compiling dyn-clone v1.0.20
13682026-07-30T03:51:03.124Z Compiling hashbrown v0.17.1
13692026-07-30T03:51:03.151Z Compiling parking_lot_core v0.9.12
13702026-07-30T03:51:03.160Z Compiling scopeguard v1.2.0
13712026-07-30T03:51:03.212Z Compiling num-traits v0.2.19
13722026-07-30T03:51:03.265Z Compiling lock_api v0.4.14
13732026-07-30T03:51:03.449Z Compiling getrandom v0.4.2
13742026-07-30T03:51:03.504Z Compiling rand_core v0.10.1
13752026-07-30T03:51:03.556Z Compiling thiserror v2.0.19
13762026-07-30T03:51:03.662Z Compiling semver v1.0.28
13772026-07-30T03:51:03.756Z Compiling indexmap v2.14.0
13782026-07-30T03:51:04.010Z Compiling errno v0.3.14
13792026-07-30T03:51:04.021Z Compiling log v0.4.32
13802026-07-30T03:51:04.111Z Compiling heck v0.5.0
13812026-07-30T03:51:04.161Z Compiling futures-core v0.3.32
13822026-07-30T03:51:04.248Z Compiling uuid v1.24.0
13832026-07-30T03:51:04.314Z Compiling zerocopy v0.8.50
13842026-07-30T03:51:04.376Z Compiling schemars v0.8.22
13852026-07-30T03:51:04.421Z Compiling futures-sink v0.3.32
13862026-07-30T03:51:04.524Z Compiling slab v0.4.12
13872026-07-30T03:51:04.653Z Compiling jobserver v0.1.34
13882026-07-30T03:51:04.699Z Compiling fnv v1.0.7
13892026-07-30T03:51:04.711Z Compiling shlex v2.0.1
13902026-07-30T03:51:04.762Z Compiling rustversion v1.0.22
13912026-07-30T03:51:04.790Z Compiling find-msvc-tools v0.1.9
13922026-07-30T03:51:04.864Z Compiling futures-channel v0.3.32
13932026-07-30T03:51:04.888Z Compiling bitflags v2.12.1
13942026-07-30T03:51:04.967Z Compiling cc v1.2.63
13952026-07-30T03:51:05.023Z Compiling futures-io v0.3.32
13962026-07-30T03:51:05.082Z Compiling futures-task v0.3.32
13972026-07-30T03:51:05.177Z Compiling socket2 v0.6.5
13982026-07-30T03:51:05.252Z Compiling signal-hook-registry v1.4.8
13992026-07-30T03:51:05.396Z Compiling parking_lot v0.12.5
14002026-07-30T03:51:05.424Z Compiling mio v1.2.1
14012026-07-30T03:51:05.543Z Compiling synstructure v0.13.2
14022026-07-30T03:51:05.624Z Compiling serde_derive_internals v0.29.1
14032026-07-30T03:51:05.723Z Compiling portable-atomic v1.13.1
14042026-07-30T03:51:05.756Z Compiling thiserror-impl v2.0.19
14052026-07-30T03:51:05.798Z Compiling cmake v0.1.58
14062026-07-30T03:51:05.922Z Compiling dunce v1.0.5
14072026-07-30T03:51:06.018Z Compiling typenum v1.20.1
14082026-07-30T03:51:06.038Z Compiling fs_extra v1.3.0
14092026-07-30T03:51:06.134Z Compiling base64 v0.22.1
14102026-07-30T03:51:06.202Z Compiling critical-section v1.2.0
14112026-07-30T03:51:06.292Z Compiling aws-lc-sys v0.41.0
14122026-07-30T03:51:06.304Z Compiling slog v2.8.2
14132026-07-30T03:51:06.363Z Compiling strsim v0.11.1
14142026-07-30T03:51:06.459Z Compiling byteorder v1.5.0
14152026-07-30T03:51:06.542Z Compiling rustix v1.1.4
14162026-07-30T03:51:06.684Z Compiling once_cell v1.21.4
14172026-07-30T03:51:06.732Z Compiling subtle v2.6.1
14182026-07-30T03:51:06.744Z Compiling serde_derive v1.0.228
14192026-07-30T03:51:06.756Z Compiling zerofrom-derive v0.1.7
14202026-07-30T03:51:06.809Z Compiling yoke-derive v0.8.2
14212026-07-30T03:51:06.928Z Compiling zerovec-derive v0.11.3
14222026-07-30T03:51:06.939Z Compiling displaydoc v0.2.6
14232026-07-30T03:51:06.950Z Compiling schemars_derive v0.8.22
14242026-07-30T03:51:07.131Z Compiling tokio-macros v2.7.0
14252026-07-30T03:51:07.167Z Compiling zerocopy-derive v0.8.50
14262026-07-30T03:51:07.747Z Compiling zeroize_derive v1.4.3
14272026-07-30T03:51:07.902Z Compiling futures-macro v0.3.32
14282026-07-30T03:51:08.047Z Compiling zerofrom v0.1.8
14292026-07-30T03:51:08.167Z Compiling yoke v0.8.3
14302026-07-30T03:51:08.192Z Compiling regex-syntax v0.8.10
14312026-07-30T03:51:08.239Z Compiling ipnet v2.12.0
14322026-07-30T03:51:08.347Z Compiling zerovec v0.11.6
14332026-07-30T03:51:08.446Z Compiling zerotrie v0.2.4
14342026-07-30T03:51:08.739Z Compiling zeroize v1.8.2
14352026-07-30T03:51:08.749Z Compiling futures-util v0.3.32
14362026-07-30T03:51:08.759Z Compiling httparse v1.10.1
14372026-07-30T03:51:08.867Z Compiling tinystr v0.8.3
14382026-07-30T03:51:08.934Z Compiling potential_utf v0.1.5
14392026-07-30T03:51:09.064Z Compiling icu_locale_core v2.2.0
14402026-07-30T03:51:09.096Z Compiling icu_collections v2.2.0
14412026-07-30T03:51:09.107Z Compiling atomic-waker v1.1.2
14422026-07-30T03:51:09.272Z Compiling foldhash v0.2.0
14432026-07-30T03:51:09.496Z Compiling paste v1.0.15
14442026-07-30T03:51:09.609Z Compiling tower-layer v0.3.3
14452026-07-30T03:51:09.766Z Compiling icu_provider v2.2.0
14462026-07-30T03:51:09.790Z Compiling tower-service v0.3.3
14472026-07-30T03:51:09.924Z Compiling bytes v1.11.1
14482026-07-30T03:51:09.993Z Compiling icu_properties v2.2.0
14492026-07-30T03:51:10.085Z Compiling icu_normalizer v2.2.0
14502026-07-30T03:51:10.107Z Compiling chrono v0.4.45
14512026-07-30T03:51:10.552Z Compiling http v1.4.2
14522026-07-30T03:51:10.663Z Compiling tokio v1.53.1
14532026-07-30T03:51:10.776Z Compiling serde_tokenstream v0.2.3
14542026-07-30T03:51:11.022Z Compiling idna_adapter v1.2.2
14552026-07-30T03:51:11.052Z Compiling erased-serde v0.3.31
14562026-07-30T03:51:11.159Z Compiling idna v1.1.0
14572026-07-30T03:51:11.170Z Compiling http-body v1.0.1
14582026-07-30T03:51:11.511Z Compiling url v2.5.8
14592026-07-30T03:51:11.544Z Compiling ppv-lite86 v0.2.21
14602026-07-30T03:51:11.595Z Compiling getrandom v0.2.17
14612026-07-30T03:51:11.617Z Compiling ucd-trie v0.1.7
14622026-07-30T03:51:11.770Z Compiling thiserror v1.0.69
14632026-07-30T03:51:11.903Z Compiling try-lock v0.2.5
14642026-07-30T03:51:11.920Z Compiling untrusted v0.9.0
14652026-07-30T03:51:11.923Z Compiling ryu v1.0.23
14662026-07-30T03:51:12.003Z Compiling want v0.3.1
14672026-07-30T03:51:12.014Z Compiling pest v2.8.6
14682026-07-30T03:51:12.106Z Compiling rand_core v0.6.4
14692026-07-30T03:51:12.324Z Compiling thiserror-impl v1.0.69
14702026-07-30T03:51:12.336Z Compiling httpdate v1.0.3
14712026-07-30T03:51:12.429Z Compiling getrandom v0.3.4
14722026-07-30T03:51:12.574Z Compiling daft-derive v0.1.7
14732026-07-30T03:51:12.670Z Compiling pretty-hex v0.4.2
14742026-07-30T03:51:12.780Z Compiling plain v0.2.3
14752026-07-30T03:51:12.802Z Compiling ipnetwork v0.21.1
14762026-07-30T03:51:12.885Z Compiling winnow v1.0.3
14772026-07-30T03:51:13.241Z Compiling pest_meta v2.8.6
14782026-07-30T03:51:13.268Z Compiling oxnet v0.1.6
14792026-07-30T03:51:13.330Z Compiling tracing-core v0.1.36
14802026-07-30T03:51:13.514Z Compiling tracing-attributes v0.1.31
14812026-07-30T03:51:13.591Z Compiling omicron-workspace-hack v0.1.0
14822026-07-30T03:51:13.733Z Compiling ident_case v1.0.1
14832026-07-30T03:51:13.810Z Compiling pest_generator v2.8.6
14842026-07-30T03:51:14.028Z Compiling serde_urlencoded v0.7.1
14852026-07-30T03:51:14.084Z Compiling http-body-util v0.1.4
14862026-07-30T03:51:14.084Z Compiling aho-corasick v1.1.4
14872026-07-30T03:51:14.168Z Compiling sync_wrapper v1.0.2
14882026-07-30T03:51:14.402Z Compiling fastrand v2.4.1
14892026-07-30T03:51:14.500Z Compiling pest_derive v2.8.6
14902026-07-30T03:51:14.666Z Compiling hashbrown v0.16.1
14912026-07-30T03:51:14.741Z Compiling tracing v0.1.44
14922026-07-30T03:51:14.980Z Compiling regex-automata v0.4.14
14932026-07-30T03:51:15.053Z Compiling tokio-util v0.7.18
14942026-07-30T03:51:15.246Z Compiling async-trait v0.1.89
14952026-07-30T03:51:15.269Z Compiling scroll_derive v0.13.1
14962026-07-30T03:51:15.443Z Compiling aws-lc-rs v1.17.0
14972026-07-30T03:51:15.753Z Compiling num-conv v0.2.2
14982026-07-30T03:51:15.795Z Compiling powerfmt v0.2.0
14992026-07-30T03:51:15.901Z Compiling time-core v0.1.8
15002026-07-30T03:51:16.004Z Compiling anyhow v1.0.104
15012026-07-30T03:51:16.041Z Compiling time-macros v0.2.27
15022026-07-30T03:51:16.099Z Compiling scroll v0.13.0
15032026-07-30T03:51:16.212Z Compiling deranged v0.5.8
15042026-07-30T03:51:16.357Z Compiling newtype-uuid v1.3.2
15052026-07-30T03:51:16.537Z Compiling rustls-pki-types v1.14.1
15062026-07-30T03:51:16.695Z Compiling regex v1.12.3
15072026-07-30T03:51:17.048Z Compiling hex v0.4.3
15082026-07-30T03:51:17.061Z Compiling openssl-probe v0.2.1
15092026-07-30T03:51:17.195Z Compiling num_threads v0.1.7
15102026-07-30T03:51:17.239Z Compiling ref-cast v1.0.25
15112026-07-30T03:51:17.286Z Compiling daft v0.1.7
15122026-07-30T03:51:17.305Z Compiling goblin v0.10.7
15132026-07-30T03:51:17.318Z Compiling ref-cast-impl v1.0.25
15142026-07-30T03:51:17.559Z Compiling camino v1.2.5
15152026-07-30T03:51:17.602Z Compiling untrusted v0.7.1
15162026-07-30T03:51:17.635Z Compiling rustls v0.23.40
15172026-07-30T03:51:17.721Z Compiling usdt-impl v0.6.0
15182026-07-30T03:51:17.841Z Compiling crc32fast v1.5.0
15192026-07-30T03:51:17.990Z Compiling h2 v0.4.14
15202026-07-30T03:51:18.001Z Compiling dtrace-parser v0.3.0
15212026-07-30T03:51:18.025Z Compiling crossbeam-utils v0.8.21
15222026-07-30T03:51:18.367Z Compiling futures-executor v0.3.32
15232026-07-30T03:51:18.368Z Compiling structmeta-derive v0.3.0
15242026-07-30T03:51:18.529Z Compiling thread-id v5.1.0
15252026-07-30T03:51:18.611Z Compiling simd-adler32 v0.3.9
15262026-07-30T03:51:18.639Z Compiling cpufeatures v0.3.0
15272026-07-30T03:51:18.710Z Compiling adler2 v2.0.1
15282026-07-30T03:51:18.807Z Compiling miniz_oxide v0.8.9
15292026-07-30T03:51:18.840Z Compiling futures v0.3.32
15302026-07-30T03:51:18.858Z Compiling rand_core v0.9.5
15312026-07-30T03:51:19.071Z Compiling darling_core v0.23.0
15322026-07-30T03:51:19.415Z Compiling structmeta v0.3.0
15332026-07-30T03:51:19.433Z Compiling newtype-uuid-macros v0.1.0
15342026-07-30T03:51:19.450Z Compiling hybrid-array v0.4.12
15352026-07-30T03:51:19.761Z Compiling thread_local v1.1.9
15362026-07-30T03:51:19.902Z Compiling match_cfg v0.1.0
15372026-07-30T03:51:19.913Z Compiling flate2 v1.1.9
15382026-07-30T03:51:20.026Z Compiling hyper v1.11.0
15392026-07-30T03:51:20.229Z Compiling dof v0.4.0
15402026-07-30T03:51:20.323Z Compiling compression-core v0.4.32
15412026-07-30T03:51:20.479Z Compiling slog-async v2.8.0
15422026-07-30T03:51:20.778Z Compiling quick-error v1.2.3
15432026-07-30T03:51:21.129Z Compiling hyper-util v0.1.20
15442026-07-30T03:51:21.141Z Compiling darling_macro v0.23.0
15452026-07-30T03:51:21.525Z Compiling compression-codecs v0.4.38
15462026-07-30T03:51:21.557Z Compiling crypto-common v0.2.2
15472026-07-30T03:51:21.731Z Compiling darling v0.23.0
15482026-07-30T03:51:21.742Z Compiling block-buffer v0.12.0
15492026-07-30T03:51:21.772Z Compiling rand_chacha v0.9.0
15502026-07-30T03:51:21.814Z Compiling strum_macros v0.26.4
15512026-07-30T03:51:21.953Z Compiling serde_spanned v1.1.1
15522026-07-30T03:51:22.099Z Compiling multer v3.1.0
15532026-07-30T03:51:22.254Z Compiling generic-array v0.14.7
15542026-07-30T03:51:22.269Z Compiling take_mut v0.2.2
15552026-07-30T03:51:22.293Z Compiling usdt-attr-macro v0.6.0
15562026-07-30T03:51:22.340Z Compiling usdt-macro v0.6.0
15572026-07-30T03:51:22.374Z Compiling const-oid v0.10.2
15582026-07-30T03:51:22.491Z Compiling term v1.2.1
15592026-07-30T03:51:22.588Z Compiling toml_writer v1.1.1+spec-1.1.0
15602026-07-30T03:51:22.768Z Compiling bit-vec v0.8.0
15612026-07-30T03:51:22.799Z Compiling debug-ignore v1.0.5
15622026-07-30T03:51:22.887Z Compiling digest v0.11.3
15632026-07-30T03:51:22.985Z Compiling bit-set v0.8.0
15642026-07-30T03:51:23.053Z Compiling rand v0.9.4
15652026-07-30T03:51:23.143Z Compiling serde_with_macros v3.21.0
15662026-07-30T03:51:23.197Z Compiling async-stream-impl v0.3.6
15672026-07-30T03:51:23.481Z Compiling dropshot v0.17.1
15682026-07-30T03:51:23.481Z Compiling encoding_rs v0.8.35
15692026-07-30T03:51:23.502Z Compiling strum v0.26.3
15702026-07-30T03:51:23.621Z Compiling mime v0.3.17
15712026-07-30T03:51:23.656Z Compiling spin v0.9.8
15722026-07-30T03:51:23.711Z Compiling unarray v0.1.4
15732026-07-30T03:51:23.764Z Compiling syn v1.0.109
15742026-07-30T03:51:23.841Z Compiling async-stream v0.3.6
15752026-07-30T03:51:23.859Z Compiling sha1 v0.11.0
15762026-07-30T03:51:24.009Z Compiling derive-ex v0.1.8
15772026-07-30T03:51:24.105Z Compiling tower v0.5.3
15782026-07-30T03:51:24.108Z Compiling dropshot_endpoint v0.17.1
15792026-07-30T03:51:24.134Z Compiling macaddr v1.0.1
15802026-07-30T03:51:24.267Z Compiling waitgroup v0.1.2
15812026-07-30T03:51:24.347Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15822026-07-30T03:51:24.384Z Compiling serde_path_to_error v0.1.20
15832026-07-30T03:51:24.732Z Compiling tower-http v0.6.11
15842026-07-30T03:51:24.831Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15852026-07-30T03:51:25.082Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15862026-07-30T03:51:25.138Z Compiling tempfile v3.27.0
15872026-07-30T03:51:25.150Z Compiling openapiv3 v2.2.0
15882026-07-30T03:51:25.556Z Compiling test-strategy v0.4.5
15892026-07-30T03:51:25.560Z Compiling strum_macros v0.27.2
15902026-07-30T03:51:25.750Z Compiling instant v0.1.13
15912026-07-30T03:51:25.857Z Compiling time v0.3.47
15922026-07-30T03:51:26.421Z Compiling rustls-native-certs v0.8.4
15932026-07-30T03:51:26.743Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15942026-07-30T03:51:26.762Z Compiling crossbeam-channel v0.5.15
15952026-07-30T03:51:26.985Z Compiling iddqd v0.4.6
15962026-07-30T03:51:27.391Z Compiling strum v0.27.2
15972026-07-30T03:51:27.420Z Compiling crypto-common v0.1.7
15982026-07-30T03:51:27.554Z Compiling parse-display-derive v0.10.0
15992026-07-30T03:51:27.592Z Compiling backon v1.6.0
16002026-07-30T03:51:27.776Z Compiling rand_chacha v0.3.1
16012026-07-30T03:51:28.187Z Compiling either v1.16.0
16022026-07-30T03:51:28.298Z Compiling rand v0.8.6
16032026-07-30T03:51:28.398Z Compiling slog-json v2.6.1
16042026-07-30T03:51:28.602Z Compiling hostname v0.3.1
16052026-07-30T03:51:28.736Z Compiling toml_parser v1.1.2+spec-1.1.0
16062026-07-30T03:51:28.769Z Compiling toml_datetime v1.1.1+spec-1.1.0
16072026-07-30T03:51:28.895Z Compiling wait-timeout v0.2.1
16082026-07-30T03:51:28.941Z Compiling is-terminal v0.4.17
16092026-07-30T03:51:28.953Z Compiling memmap2 v0.9.10
16102026-07-30T03:51:29.154Z Compiling rusty-fork v0.3.1
16112026-07-30T03:51:29.165Z Compiling usdt v0.6.0
16122026-07-30T03:51:29.188Z Compiling toml v1.1.2+spec-1.1.0
16132026-07-30T03:51:29.191Z Compiling slog-term v2.9.2
16142026-07-30T03:51:29.422Z Compiling slog-bunyan v2.5.0
16152026-07-30T03:51:29.453Z Compiling serde_with v3.21.0
16162026-07-30T03:51:29.555Z Compiling async-compression v0.4.42
16172026-07-30T03:51:29.569Z Compiling rand_xorshift v0.4.0
16182026-07-30T03:51:29.712Z Compiling rustls-pemfile v2.2.0
16192026-07-30T03:51:29.790Z Compiling regress v0.10.5
16202026-07-30T03:51:29.830Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16212026-07-30T03:51:29.903Z Compiling hostname v0.4.2
16222026-07-30T03:51:29.970Z Compiling humantime v2.3.0
16232026-07-30T03:51:30.039Z Compiling proptest v1.11.0
16242026-07-30T03:51:30.728Z Compiling reqwest v0.12.28
16252026-07-30T03:51:30.775Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16262026-07-30T03:51:30.786Z Compiling block-buffer v0.10.4
16272026-07-30T03:51:30.925Z Compiling utf8parse v0.2.2
16282026-07-30T03:51:31.031Z Compiling anstyle-parse v1.0.0
16292026-07-30T03:51:31.174Z Compiling digest v0.10.7
16302026-07-30T03:51:31.208Z Compiling parse-display v0.10.0
16312026-07-30T03:51:31.220Z Compiling backoff v0.4.0
16322026-07-30T03:51:31.382Z Compiling itertools v0.14.0
16332026-07-30T03:51:31.421Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16342026-07-30T03:51:31.535Z Compiling anstyle v1.0.14
16352026-07-30T03:51:31.755Z Compiling progenitor-client v0.10.0
16362026-07-30T03:51:32.081Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16372026-07-30T03:51:32.443Z Compiling is_terminal_polyfill v1.70.2
16382026-07-30T03:51:32.672Z Compiling colorchoice v1.0.5
16392026-07-30T03:51:32.700Z Compiling anstyle-query v1.1.5
16402026-07-30T03:51:32.789Z Compiling anstream v1.0.0
16412026-07-30T03:51:33.114Z Compiling clap_lex v1.1.0
16422026-07-30T03:51:33.512Z Compiling regress v0.11.1
16432026-07-30T03:51:33.665Z Compiling clap_derive v4.6.4
16442026-07-30T03:51:34.148Z Compiling terminal_size v0.4.4
16452026-07-30T03:51:35.064Z Compiling typify-impl v0.6.2
16462026-07-30T03:51:35.519Z Compiling toml_datetime v0.6.11
16472026-07-30T03:51:35.679Z Compiling zerocopy-derive v0.7.35
16482026-07-30T03:51:35.790Z Compiling cpufeatures v0.2.17
16492026-07-30T03:51:35.855Z Compiling convert_case v0.4.0
16502026-07-30T03:51:36.150Z Compiling derive_more v0.99.20
16512026-07-30T03:51:36.513Z Compiling clap_builder v4.6.2
16522026-07-30T03:51:36.546Z Compiling zerocopy v0.7.35
16532026-07-30T03:51:37.476Z Compiling toml_edit v0.25.12+spec-1.1.0
16542026-07-30T03:51:37.725Z Compiling unicode-width v0.2.2
16552026-07-30T03:51:38.021Z Compiling proc-macro-crate v3.5.0
16562026-07-30T03:51:38.382Z Compiling clap v4.6.4
16572026-07-30T03:51:38.442Z Compiling secrecy v0.10.3
16582026-07-30T03:51:38.446Z Compiling tinyvec_macros v0.1.1
16592026-07-30T03:51:38.456Z Compiling crucible-workspace-hack v0.1.0
16602026-07-30T03:51:38.587Z Compiling float-ord v0.3.2
16612026-07-30T03:51:38.725Z Compiling tinyvec v1.11.0
16622026-07-30T03:51:38.835Z Compiling num_enum_derive v0.7.6
16632026-07-30T03:51:39.161Z Compiling dtrace-parser v0.2.0
16642026-07-30T03:51:39.176Z Compiling scroll_derive v0.12.1
16652026-07-30T03:51:39.180Z Compiling num-integer v0.1.46
16662026-07-30T03:51:39.502Z Compiling rustc_version v0.4.1
16672026-07-30T03:51:39.772Z Compiling usdt-impl v0.5.0
16682026-07-30T03:51:39.895Z Compiling scroll v0.12.0
16692026-07-30T03:51:40.023Z Compiling num_enum v0.7.6
16702026-07-30T03:51:40.059Z Compiling curve25519-dalek v4.1.3
16712026-07-30T03:51:40.219Z Compiling dof v0.3.0
16722026-07-30T03:51:40.352Z Compiling hmac v0.12.1
16732026-07-30T03:51:40.371Z Compiling inout v0.1.4
16742026-07-30T03:51:40.485Z Compiling darling_core v0.21.3
16752026-07-30T03:51:40.513Z Compiling ff v0.13.1
16762026-07-30T03:51:40.584Z Compiling thread-id v4.2.2
16772026-07-30T03:51:40.632Z Compiling group v0.13.0
16782026-07-30T03:51:40.635Z Compiling cipher v0.4.4
16792026-07-30T03:51:40.840Z Compiling hkdf v0.12.4
16802026-07-30T03:51:41.065Z Compiling goblin v0.8.2
16812026-07-30T03:51:41.163Z Compiling num-rational v0.4.2
16822026-07-30T03:51:41.326Z Compiling num-iter v0.1.45
16832026-07-30T03:51:41.329Z Compiling typify-macro v0.6.2
16842026-07-30T03:51:41.439Z Compiling thiserror-impl-no-std v2.0.2
16852026-07-30T03:51:41.523Z Compiling universal-hash v0.5.1
16862026-07-30T03:51:41.568Z Compiling crypto-bigint v0.5.5
16872026-07-30T03:51:41.772Z Compiling crossbeam-epoch v0.9.18
16882026-07-30T03:51:41.785Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16892026-07-30T03:51:42.175Z Compiling half v2.7.1
16902026-07-30T03:51:42.463Z Compiling curve25519-dalek-derive v0.1.1
16912026-07-30T03:51:42.464Z Compiling num-complex v0.4.6
16922026-07-30T03:51:42.620Z Compiling darling_macro v0.21.3
16932026-07-30T03:51:42.858Z Compiling base16ct v0.2.0
16942026-07-30T03:51:42.942Z Compiling base64ct v1.8.3
16952026-07-30T03:51:43.007Z Compiling opaque-debug v0.3.1
16962026-07-30T03:51:43.016Z Compiling ciborium-io v0.2.2
16972026-07-30T03:51:43.063Z Compiling poly1305 v0.8.0
16982026-07-30T03:51:43.106Z Compiling ciborium-ll v0.2.2
16992026-07-30T03:51:43.218Z Compiling darling v0.21.3
17002026-07-30T03:51:43.237Z Compiling password-hash v0.5.0
17012026-07-30T03:51:43.294Z Compiling elliptic-curve v0.13.8
17022026-07-30T03:51:43.411Z Compiling typify v0.6.2
17032026-07-30T03:51:43.587Z Compiling num v0.4.3
17042026-07-30T03:51:43.654Z Compiling thiserror-no-std v2.0.2
17052026-07-30T03:51:44.094Z Compiling chacha20 v0.9.1
17062026-07-30T03:51:44.400Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17072026-07-30T03:51:44.413Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17082026-07-30T03:51:44.705Z Compiling blake2 v0.10.6
17092026-07-30T03:51:44.964Z Compiling aead v0.5.2
17102026-07-30T03:51:45.097Z Compiling byte-wrapper v0.1.0
17112026-07-30T03:51:45.123Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17122026-07-30T03:51:45.158Z Compiling proc-macro-error-attr v1.0.4
17132026-07-30T03:51:45.450Z Compiling keccak v0.1.6
17142026-07-30T03:51:45.469Z Compiling heapless v0.8.0
17152026-07-30T03:51:45.573Z Compiling rustix v0.38.44
17162026-07-30T03:51:45.686Z Compiling prettyplease v0.2.37
17172026-07-30T03:51:45.777Z Compiling unsafe-libyaml v0.2.11
17182026-07-30T03:51:46.169Z Compiling sha3 v0.10.9
17192026-07-30T03:51:46.372Z Compiling serde_yaml v0.9.34+deprecated
17202026-07-30T03:51:46.513Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17212026-07-30T03:51:46.607Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17222026-07-30T03:51:47.483Z Compiling chacha20poly1305 v0.10.1
17232026-07-30T03:51:47.497Z Compiling argon2 v0.5.3
17242026-07-30T03:51:47.664Z Compiling vsss-rs v3.3.4
17252026-07-30T03:51:47.687Z Compiling ingot-macros v0.1.1
17262026-07-30T03:51:47.822Z Compiling ciborium v0.2.2
17272026-07-30T03:51:48.013Z Compiling usdt-attr-macro v0.5.0
17282026-07-30T03:51:48.402Z Compiling usdt-macro v0.5.0
17292026-07-30T03:51:49.482Z Compiling serde_spanned v0.6.9
17302026-07-30T03:51:49.552Z Compiling enum-as-inner v0.6.1
17312026-07-30T03:51:49.622Z Compiling hash32 v0.3.1
17322026-07-30T03:51:49.773Z Compiling proc-macro-error v1.0.4
17332026-07-30T03:51:50.016Z Compiling memmap v0.7.0
17342026-07-30T03:51:50.035Z Compiling memoffset v0.9.1
17352026-07-30T03:51:50.138Z Compiling data-encoding v2.11.0
17362026-07-30T03:51:50.149Z Compiling toml_write v0.1.2
17372026-07-30T03:51:50.205Z Compiling winnow v0.5.40
17382026-07-30T03:51:50.283Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17392026-07-30T03:51:50.346Z Compiling cfg_aliases v0.2.1
17402026-07-30T03:51:50.416Z Compiling winnow v0.7.15
17412026-07-30T03:51:50.419Z Compiling indent_write v2.2.0
17422026-07-30T03:51:50.438Z Compiling smoltcp v0.11.0
17432026-07-30T03:51:50.600Z Compiling nix v0.31.3
17442026-07-30T03:51:50.612Z Compiling ingot-types v0.1.2
17452026-07-30T03:51:50.726Z Compiling usdt v0.5.0
17462026-07-30T03:51:51.012Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17472026-07-30T03:51:51.070Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17482026-07-30T03:51:51.089Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17492026-07-30T03:51:51.343Z Compiling tabwriter v1.4.1
17502026-07-30T03:51:51.585Z Compiling toml_edit v0.19.15
17512026-07-30T03:51:51.609Z Compiling cobs v0.3.0
17522026-07-30T03:51:51.751Z Compiling toml_edit v0.22.27
17532026-07-30T03:51:51.802Z Compiling serde_repr v0.1.21
17542026-07-30T03:51:51.968Z Compiling rustls-webpki v0.103.13
17552026-07-30T03:51:52.272Z Compiling bitflags v1.3.2
17562026-07-30T03:51:52.347Z Compiling vcpkg v0.2.15
17572026-07-30T03:51:52.439Z Compiling managed v0.8.0
17582026-07-30T03:51:52.653Z Compiling pkg-config v0.3.33
17592026-07-30T03:51:53.019Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17602026-07-30T03:51:53.116Z Compiling openssl-sys v0.9.116
17612026-07-30T03:51:53.278Z Compiling toml v0.8.23
17622026-07-30T03:51:53.288Z Compiling proc-macro-crate v1.3.1
17632026-07-30T03:51:53.668Z Compiling postcard v1.1.3
17642026-07-30T03:51:54.016Z Compiling ingot v0.1.1
17652026-07-30T03:51:54.333Z Compiling hubpack_derive v0.1.1
17662026-07-30T03:51:54.870Z Compiling foreign-types-macros v0.2.3
17672026-07-30T03:51:55.056Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17682026-07-30T03:51:55.084Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17692026-07-30T03:51:55.328Z Compiling semver v0.1.20
17702026-07-30T03:51:55.366Z Compiling unicode-segmentation v1.13.3
17712026-07-30T03:51:55.484Z Compiling tokio-rustls v0.26.4
17722026-07-30T03:51:55.530Z Compiling rustls-platform-verifier v0.7.0
17732026-07-30T03:51:55.582Z Compiling linked-hash-map v0.5.6
17742026-07-30T03:51:55.750Z Compiling hyper-rustls v0.27.9
17752026-07-30T03:51:55.865Z Compiling resolv-conf v0.7.6
17762026-07-30T03:51:56.019Z Compiling reqwest v0.13.4
17772026-07-30T03:51:56.241Z Compiling swrite v0.1.0
17782026-07-30T03:51:56.317Z Compiling colored v3.1.1
17792026-07-30T03:51:56.332Z Compiling rayon-core v1.13.0
17802026-07-30T03:51:56.568Z Compiling foreign-types-shared v0.3.1
17812026-07-30T03:51:56.662Z Compiling static_assertions v1.1.0
17822026-07-30T03:51:56.712Z Compiling heck v0.4.1
17832026-07-30T03:51:56.736Z Compiling foreign-types v0.5.0
17842026-07-30T03:51:56.889Z Compiling lru-cache v0.1.2
17852026-07-30T03:51:56.958Z Compiling newline-converter v0.3.0
17862026-07-30T03:51:57.016Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17872026-07-30T03:51:57.072Z Compiling rustc_version v0.1.7
17882026-07-30T03:51:57.276Z Compiling progenitor-client v0.14.0
17892026-07-30T03:51:57.582Z Compiling progenitor-extras v0.2.0
17902026-07-30T03:51:57.825Z Compiling hubpack v0.1.2
17912026-07-30T03:51:58.052Z Compiling num_enum_derive v0.5.11
17922026-07-30T03:51:58.363Z Compiling atomicwrites v0.4.4
17932026-07-30T03:51:58.681Z Compiling hickory-proto v0.24.4
17942026-07-30T03:51:58.733Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17952026-07-30T03:52:00.336Z Compiling progenitor-impl v0.13.0
17962026-07-30T03:52:00.477Z Compiling crossbeam-deque v0.8.6
17972026-07-30T03:52:00.682Z Compiling console v0.15.11
17982026-07-30T03:52:01.141Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17992026-07-30T03:52:01.353Z Compiling camino-tempfile v1.4.1
18002026-07-30T03:52:01.601Z Compiling chacha20 v0.10.0
18012026-07-30T03:52:01.667Z Compiling serde-big-array v0.5.1
18022026-07-30T03:52:01.823Z Compiling num-derive v0.4.2
18032026-07-30T03:52:01.888Z Compiling derive-where v1.6.1
18042026-07-30T03:52:02.025Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18052026-07-30T03:52:02.568Z Compiling pin-project-internal v1.1.13
18062026-07-30T03:52:02.720Z Compiling cstr-argument v0.1.2
18072026-07-30T03:52:02.830Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18082026-07-30T03:52:02.880Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18092026-07-30T03:52:03.035Z Compiling siphasher v1.0.3
18102026-07-30T03:52:03.236Z Compiling similar v2.7.0
18112026-07-30T03:52:03.704Z Compiling minimal-lexical v0.2.1
18122026-07-30T03:52:03.926Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
18132026-07-30T03:52:03.971Z Compiling progenitor-macro v0.13.0
18142026-07-30T03:52:04.184Z Compiling nom v7.1.3
18152026-07-30T03:52:04.196Z Compiling pin-project v1.1.13
18162026-07-30T03:52:04.296Z Compiling expectorate v1.2.0
18172026-07-30T03:52:04.452Z Compiling phf_shared v0.12.1
18182026-07-30T03:52:04.630Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-07-30T03:52:04.913Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18202026-07-30T03:52:05.140Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18212026-07-30T03:52:05.276Z Compiling rand v0.10.2
18222026-07-30T03:52:05.543Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18232026-07-30T03:52:05.673Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18242026-07-30T03:52:05.864Z Compiling hickory-resolver v0.24.4
18252026-07-30T03:52:05.957Z Compiling num_enum v0.5.11
18262026-07-30T03:52:06.075Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18272026-07-30T03:52:06.192Z Compiling newtype_derive v0.1.6
18282026-07-30T03:52:06.278Z Compiling progenitor-client v0.13.0
18292026-07-30T03:52:06.581Z Compiling progenitor-impl v0.14.0
18302026-07-30T03:52:06.814Z Compiling unicode-normalization v0.1.25
18312026-07-30T03:52:07.302Z Compiling tokio-stream v0.1.18
18322026-07-30T03:52:07.777Z Compiling snafu-derive v0.8.9
18332026-07-30T03:52:08.015Z Compiling async-recursion v1.1.1
18342026-07-30T03:52:08.511Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18352026-07-30T03:52:08.540Z Compiling slog-dtrace v0.3.0
18362026-07-30T03:52:08.725Z Compiling bstr v1.12.1
18372026-07-30T03:52:08.785Z Compiling csv-core v0.1.13
18382026-07-30T03:52:08.822Z Compiling openssl v0.10.80
18392026-07-30T03:52:09.047Z Compiling cancel-safe-futures v0.1.5
18402026-07-30T03:52:09.107Z Compiling highway v1.3.0
18412026-07-30T03:52:09.120Z Compiling unicode-xid v0.2.6
18422026-07-30T03:52:09.237Z Compiling same-file v1.0.6
18432026-07-30T03:52:09.240Z Compiling foldhash v0.1.5
18442026-07-30T03:52:09.307Z Compiling owo-colors v4.3.0
18452026-07-30T03:52:09.417Z Compiling unicode-width v0.1.14
18462026-07-30T03:52:09.418Z Compiling chrono-tz v0.10.4
18472026-07-30T03:52:09.494Z Compiling konst_macro_rules v0.2.19
18482026-07-30T03:52:09.527Z Compiling foreign-types-shared v0.1.1
18492026-07-30T03:52:09.616Z Compiling konst v0.2.20
18502026-07-30T03:52:09.674Z Compiling foreign-types v0.3.2
18512026-07-30T03:52:09.687Z Compiling snafu v0.8.9
18522026-07-30T03:52:09.698Z Compiling hashbrown v0.15.5
18532026-07-30T03:52:09.701Z Compiling walkdir v2.5.0
18542026-07-30T03:52:09.741Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-07-30T03:52:09.863Z Compiling const_format_proc_macros v0.2.34
18562026-07-30T03:52:10.050Z Compiling progenitor v0.13.0
18572026-07-30T03:52:10.072Z Compiling globset v0.4.18
18582026-07-30T03:52:10.085Z Compiling csv v1.4.0
18592026-07-30T03:52:10.136Z Compiling progenitor-macro v0.14.0
18602026-07-30T03:52:10.242Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-07-30T03:52:10.277Z Compiling qorb v0.4.1
18622026-07-30T03:52:10.645Z Compiling olpc-cjson v0.1.4
18632026-07-30T03:52:10.806Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18642026-07-30T03:52:11.618Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-07-30T03:52:12.367Z Compiling rayon v1.12.0
18662026-07-30T03:52:12.467Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18672026-07-30T03:52:12.518Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18682026-07-30T03:52:12.532Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18692026-07-30T03:52:12.811Z Compiling phf v0.12.1
18702026-07-30T03:52:12.965Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18712026-07-30T03:52:13.078Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-07-30T03:52:14.006Z Compiling zone_cfg_derive v0.3.1
18732026-07-30T03:52:14.166Z Compiling tokio-dtrace v0.1.1
18742026-07-30T03:52:14.333Z Compiling itertools v0.12.1
18752026-07-30T03:52:14.432Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18762026-07-30T03:52:14.749Z Compiling libsw-core v0.3.2
18772026-07-30T03:52:14.759Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-07-30T03:52:14.804Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18792026-07-30T03:52:15.182Z Compiling serde_plain v1.0.2
18802026-07-30T03:52:15.215Z Compiling openssl-macros v0.1.1
18812026-07-30T03:52:15.314Z Compiling pem v3.0.6
18822026-07-30T03:52:15.392Z Compiling cookie v0.18.1
18832026-07-30T03:52:15.565Z Compiling sigpipe v0.1.3
18842026-07-30T03:52:15.646Z Compiling jiff v0.2.28
18852026-07-30T03:52:15.659Z Compiling fixedbitset v0.5.7
18862026-07-30T03:52:15.678Z Compiling glob v0.3.3
18872026-07-30T03:52:15.703Z Compiling fixedbitset v0.4.2
18882026-07-30T03:52:15.722Z Compiling bytecount v0.6.9
18892026-07-30T03:52:15.861Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18902026-07-30T03:52:15.938Z Compiling typed-path v0.9.3
18912026-07-30T03:52:15.990Z Compiling petgraph v0.8.3
18922026-07-30T03:52:16.112Z Compiling petgraph v0.6.5
18932026-07-30T03:52:16.126Z Compiling papergrid v0.11.0
18942026-07-30T03:52:17.367Z Compiling tough v0.22.0
18952026-07-30T03:52:17.756Z Compiling zone v0.3.1
18962026-07-30T03:52:17.837Z Compiling progenitor v0.14.0
18972026-07-30T03:52:17.858Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18982026-07-30T03:52:17.964Z Compiling libsw v3.5.0
18992026-07-30T03:52:17.979Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-07-30T03:52:18.086Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19012026-07-30T03:52:18.133Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19022026-07-30T03:52:18.162Z Compiling oxide-tokio-rt v0.1.6
19032026-07-30T03:52:18.304Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19042026-07-30T03:52:18.379Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19052026-07-30T03:52:18.467Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-07-30T03:52:19.370Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-07-30T03:52:19.582Z Compiling const_format v0.2.36
19082026-07-30T03:52:19.625Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19092026-07-30T03:52:19.993Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19102026-07-30T03:52:20.030Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19112026-07-30T03:52:20.395Z Compiling tabled_derive v0.7.0
19122026-07-30T03:52:20.450Z Compiling gethostname v0.5.0
19132026-07-30T03:52:20.515Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-07-30T03:52:20.569Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19152026-07-30T03:52:20.609Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19162026-07-30T03:52:20.630Z Compiling smf v0.2.3
19172026-07-30T03:52:20.641Z Compiling bcs v0.1.6
19182026-07-30T03:52:20.684Z Compiling nom v8.0.0
19192026-07-30T03:52:20.957Z Compiling lazy_static v1.5.0
19202026-07-30T03:52:21.060Z Compiling unicode-linebreak v0.1.5
19212026-07-30T03:52:21.233Z Compiling termtree v0.5.1
19222026-07-30T03:52:21.312Z Compiling smawk v0.3.2
19232026-07-30T03:52:21.358Z Compiling tagptr v0.2.0
19242026-07-30T03:52:21.384Z Compiling whoami v1.6.1
19252026-07-30T03:52:21.450Z Compiling linear-map v1.2.0
19262026-07-30T03:52:21.507Z Compiling moka v0.12.15
19272026-07-30T03:52:21.640Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19282026-07-30T03:52:21.900Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19292026-07-30T03:52:22.117Z Compiling textwrap v0.16.2
19302026-07-30T03:52:22.407Z Compiling tabled v0.15.0
19312026-07-30T03:52:22.658Z Compiling steno v0.4.1
19322026-07-30T03:52:23.282Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19332026-07-30T03:52:23.295Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19342026-07-30T03:52:23.374Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19352026-07-30T03:52:24.194Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19362026-07-30T03:52:25.142Z Compiling hickory-proto v0.25.2
19372026-07-30T03:52:25.154Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19382026-07-30T03:52:25.910Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19392026-07-30T03:52:26.113Z Compiling parking_lot_core v0.8.6
19402026-07-30T03:52:26.235Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19412026-07-30T03:52:26.427Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19422026-07-30T03:52:26.675Z Compiling libscf-sys v1.2.0
19432026-07-30T03:52:26.834Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19442026-07-30T03:52:26.957Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19452026-07-30T03:52:26.974Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19462026-07-30T03:52:27.075Z Compiling hickory-resolver v0.25.2
19472026-07-30T03:52:27.353Z Compiling parking_lot v0.11.2
19482026-07-30T03:52:27.426Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19492026-07-30T03:52:27.446Z Compiling fxhash v0.2.1
19502026-07-30T03:52:27.583Z Compiling internet-checksum v0.2.1
19512026-07-30T03:52:27.669Z Compiling sled v0.34.7
19522026-07-30T03:52:27.723Z Compiling itertools v0.15.0
19532026-07-30T03:52:27.777Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19542026-07-30T03:52:28.738Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19552026-07-30T03:52:30.996Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19562026-07-30T03:52:32.053Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19572026-07-30T03:52:39.935Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19582026-07-30T03:52:41.549Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19592026-07-30T03:52:42.606Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19602026-07-30T03:52:43.531Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19612026-07-30T03:52:44.341Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19622026-07-30T03:53:07.303Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 06s
19632026-07-30T03:53:07.488Z────────────
19642026-07-30T03:53:07.488Z Nextest run ID 7c45c013-e5b0-4dba-abf4-51a8587577f1 with nextest profile: default
19652026-07-30T03:53:07.488Z Starting 50 tests across 3 binaries
19662026-07-30T03:53:07.494Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19672026-07-30T03:53:07.494Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19682026-07-30T03:53:07.497Z PASS [ 0.006s] mg-api-types-versions v13::bgp::config::tests::delete_request_serde_is_explicit
19692026-07-30T03:53:07.498Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19702026-07-30T03:53:07.498Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19712026-07-30T03:53:07.498Z PASS [ 0.006s] mg-api-types-versions v13::bgp::config::tests::apply_downgrade_preserves_both_peer_kinds
19722026-07-30T03:53:07.498Z PASS [ 0.006s] mg-api-types-versions v13::bgp::config::tests::id_ord_map_deserialization_rejects_duplicate_peer_ids
19732026-07-30T03:53:07.498Z PASS [ 0.007s] mg-api-types-versions v13::bgp::config::tests::apply_request_serde_uses_peer_array
19742026-07-30T03:53:07.502Z PASS [ 0.005s] mg-api-types-versions v13::bgp::config::tests::v11_apply_upgrade_rejects_peer_in_multiple_groups
19752026-07-30T03:53:07.505Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_shutdown_preference
19762026-07-30T03:53:07.505Z PASS [ 0.009s] rdb db::test::test_prefix4_db_key_serialization
19772026-07-30T03:53:07.505Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
19782026-07-30T03:53:07.505Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_per_as_grouping
19792026-07-30T03:53:07.505Z PASS [ 0.010s] rdb bestpath::test::test_bestpath
19802026-07-30T03:53:07.509Z PASS [ 0.008s] rdb db::test::test_prefix4_from_str
19812026-07-30T03:53:07.512Z PASS [ 0.009s] rdb db::test::test_prefix6_db_key_serialization
19822026-07-30T03:53:07.516Z PASS [ 0.009s] rdb db::test::test_prefix6_from_str
19832026-07-30T03:53:07.551Z PASS [ 0.056s] rdb db::test::test_ipv6_origin_crud
19842026-07-30T03:53:07.551Z PASS [ 0.056s] rdb db::test::test_ipv4_origin_crud
19852026-07-30T03:53:07.560Z PASS [ 0.055s] rdb db::test::test_prefix_host_bit_normalization
19862026-07-30T03:53:07.560Z PASS [ 0.055s] rdb db::test::test_rib
19872026-07-30T03:53:07.566Z PASS [ 0.056s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19882026-07-30T03:53:07.566Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv4_basic
19892026-07-30T03:53:07.572Z PASS [ 0.052s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19902026-07-30T03:53:07.572Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv6_basic
19912026-07-30T03:53:07.576Z PASS [ 0.015s] rdb proptest::prop_ipv4_default_contains_all
19922026-07-30T03:53:07.576Z PASS [ 0.014s] rdb proptest::prop_ipv4_normalized_is_network_address
19932026-07-30T03:53:07.579Z PASS [ 0.014s] rdb proptest::prop_ipv4_subnet_of_self
19942026-07-30T03:53:07.582Z PASS [ 0.013s] rdb proptest::prop_ipv6_default_contains_all
19952026-07-30T03:53:07.588Z PASS [ 0.014s] rdb proptest::prop_ipv6_normalized_is_network_address
19962026-07-30T03:53:07.588Z PASS [ 0.014s] rdb proptest::prop_ipv6_subnet_of_self
19972026-07-30T03:53:07.596Z PASS [ 0.016s] rdb proptest::prop_static_route_key_deduplication
19982026-07-30T03:53:07.599Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_idempotent
19992026-07-30T03:53:07.607Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_fields
20002026-07-30T03:53:07.608Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_length
20012026-07-30T03:53:07.611Z PASS [ 0.057s] rdb db::test::test_static_routing_multiple_routes_same_prefix
20022026-07-30T03:53:07.611Z PASS [ 0.057s] rdb db::test::test_static_routing_mixed_address_families
20032026-07-30T03:53:07.614Z PASS [ 0.053s] rdb db::test::test_static_routing_vlan_id_handling
20042026-07-30T03:53:07.617Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalized_is_network_address
20052026-07-30T03:53:07.617Z PASS [ 0.009s] rdb types::test::bgp_vs_static_ordering
20062026-07-30T03:53:07.617Z PASS [ 0.009s] rdb types::test::bgp_path_identity
20072026-07-30T03:53:07.617Z PASS [ 0.009s] rdb types::test::btreeset_insert_is_noop
20082026-07-30T03:53:07.620Z PASS [ 0.009s] rdb types::test::btreeset_coexistence
20092026-07-30T03:53:07.623Z PASS [ 0.008s] rdb types::test::btreeset_remove
20102026-07-30T03:53:07.623Z PASS [ 0.023s] rdb proptest::prop_static_route_key_ord_consistency
20112026-07-30T03:53:07.623Z PASS [ 0.008s] rdb types::test::btreeset_replace
20122026-07-30T03:53:07.626Z PASS [ 0.008s] rdb types::test::ord_contract
20132026-07-30T03:53:07.626Z PASS [ 0.008s] rdb types::test::prefix_no_cross_family_within
20142026-07-30T03:53:07.626Z PASS [ 0.008s] rdb types::test::static_path_identity
20152026-07-30T03:53:07.645Z PASS [ 0.086s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
20162026-07-30T03:53:07.649Z────────────
20172026-07-30T03:53:07.649Z Summary [ 0.158s] 50 tests run: 50 passed, 0 skipped
20182026-07-30T03:53:07.658Z+ cp ./rib.log /work/
20192026-07-30T03:53:07.661Z+ popd
20202026-07-30T03:53:07.661Z/work/oxidecomputer/maghemite
20212026-07-30T03:53:07.661Zprocess exited: duration 298556 ms, exit code 0
 
20222026-07-30T03:53:07.668Zfound 1 output files
20232026-07-30T03:53:07.668Zuploading: /work/rib.log (1178 bytes)
20242026-07-30T03:53:08.679Zuploaded: /work/rib.log