01KRAK5A9Z1P8J9X9R30RSBH5E: 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: 01KRAK5Q5S70V1Q655PHEBWSNQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T04:03:03.428Zjob assigned to worker 01KRAK65RMP8JQD06B7JRJ47YP [factory aws, i-08751d702db96a2dd] (queued for 1 m 8 s)
 
22026-05-11T04:03:09.798Zstarting task 0: "setup"
32026-05-11T04:03:09.805Z++ uname -s
42026-05-11T04:03:09.809Z+ kern=SunOS
52026-05-11T04:03:09.809Z+ build_user=build
62026-05-11T04:03:09.809Z+ build_uid=12345
72026-05-11T04:03:09.809Z+ work_dir=/work
82026-05-11T04:03:09.809Z+ input_dir=/input
92026-05-11T04:03:09.809Z+ [[ 0 == 12345 ]]
102026-05-11T04:03:09.809Z+ case "$kern" in
112026-05-11T04:03:09.809Z+ groupadd -g 12345 build
122026-05-11T04:03:09.812Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T04:03:11.820Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T04:03:11.939Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T04:03:11.942Z+ home_fs=zfs
162026-05-11T04:03:11.942Z+ [[ zfs == autofs ]]
172026-05-11T04:03:11.942Z+ mkdir -p /home/build
182026-05-11T04:03:11.942Z+ chown build:build /home/build /work
192026-05-11T04:03:13.944Z+ chmod 0700 /home/build /work
202026-05-11T04:03:13.947Zprocess exited: duration 4151 ms, exit code 0
 
212026-05-11T04:03:13.953Zstarting task 1: "rust-toolchain"
222026-05-11T04:03:13.958Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-11T04:03:13.958Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-11T04:03:13.958Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-11T04:03:13.958Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-11T04:03:13.958Z * rust toolchain channel = "stable"
272026-05-11T04:03:13.958Z * rust toolchain profile = "default"
282026-05-11T04:03:13.961Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T04:03:13.961Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-11T04:03:14.301Zinfo: downloading installer
312026-05-11T04:03:15.662Zwarn: It looks like you have an existing installation of Rust at:
322026-05-11T04:03:15.662Zwarn: /opt/ooce/bin
332026-05-11T04:03:15.662Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-11T04:03:15.662Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-11T04:03:15.662Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-11T04:03:15.662Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-11T04:03:15.662Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-11T04:03:15.662Zerror: cannot install while Rust is installed
392026-05-11T04:03:15.662Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-11T04:03:15.662Zwarn: It looks like you have an existing rustup settings file at:
412026-05-11T04:03:15.662Zwarn: /home/build/.rustup/settings.toml
422026-05-11T04:03:15.662Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-11T04:03:15.662Zwarn: instead of the one inferred from the default host triple.
442026-05-11T04:03:15.675Zinfo: profile set to default
452026-05-11T04:03:15.675Zinfo: default host triple is x86_64-unknown-illumos
462026-05-11T04:03:15.678Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-11T04:03:15.844Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-11T04:03:15.847Zinfo: downloading 6 components
492026-05-11T04:03:30.461Z
502026-05-11T04:03:30.461Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-05-11T04:03:30.494Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-11T04:03:30.494Z
532026-05-11T04:03:30.497Z
542026-05-11T04:03:30.497ZRust is installed now. Great!
552026-05-11T04:03:30.498Z
562026-05-11T04:03:30.498ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-11T04:03:30.498Zenvironment variable. This has not been done automatically.
582026-05-11T04:03:30.498Z
592026-05-11T04:03:30.498ZTo configure your current shell, you need to source
602026-05-11T04:03:30.498Zthe corresponding env file under $HOME/.cargo.
612026-05-11T04:03:30.498Z
622026-05-11T04:03:30.498ZThis is usually done by running one of the following (note the leading DOT):
632026-05-11T04:03:30.498Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-11T04:03:30.498Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-11T04:03:30.498Zsource "~/.cargo/env.nu" # For nushell
662026-05-11T04:03:30.498Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-11T04:03:30.498Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-11T04:03:30.498Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-11T04:03:30.498Zwarn: no default linker (`cc`) was found in your PATH
702026-05-11T04:03:30.498Zwarn: many Rust crates require a system C toolchain to build
712026-05-11T04:03:30.591Z+ rustup --version
722026-05-11T04:03:30.600Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-11T04:03:30.602Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-11T04:03:30.621Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-11T04:03:30.623Z+ cargo --version
762026-05-11T04:03:30.637Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-11T04:03:30.640Z+ rustc --version
782026-05-11T04:03:30.659Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-11T04:03:30.662Zprocess exited: duration 16705 ms, exit code 0
 
802026-05-11T04:03:30.667Zstarting task 2: "authentication"
812026-05-11T04:03:30.683Zprocess exited: duration 15 ms, exit code 0
 
822026-05-11T04:03:30.688Zstarting task 3: "clone repository"
832026-05-11T04:03:30.691Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-11T04:03:30.694Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-11T04:03:30.726ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-11T04:03:31.912Z+ cd /work/oxidecomputer/maghemite
872026-05-11T04:03:31.912Z+ git fetch origin 5050964daba98b5ecf91ea2a5a9be9418f1853f9
882026-05-11T04:03:32.282ZFrom https://github.com/oxidecomputer/maghemite
892026-05-11T04:03:32.282Z * branch 5050964daba98b5ecf91ea2a5a9be9418f1853f9 -> FETCH_HEAD
902026-05-11T04:03:32.287Z+ [[ -n '' ]]
912026-05-11T04:03:32.287Z+ git reset --hard 5050964daba98b5ecf91ea2a5a9be9418f1853f9
922026-05-11T04:03:32.306ZHEAD is now at 5050964 [ddm-api] PUT /peer for state-machine-bypassing peer injection
932026-05-11T04:03:32.309Zprocess exited: duration 1618 ms, exit code 0
 
942026-05-11T04:03:32.314Zstarting task 4: "build"
952026-05-11T04:03:32.319Z+ set -e
962026-05-11T04:03:32.319Z+ source .github/buildomat/test-common.sh
972026-05-11T04:03:32.321Z++ NEXTEST_VERSION=0.9.97
982026-05-11T04:03:32.322Z++ PLATFORM=illumos
992026-05-11T04:03:32.322Z++ banner install
1002026-05-11T04:03:32.322Z
1012026-05-11T04:03:32.322Z # # # #### ##### ## # #
1022026-05-11T04:03:32.322Z # ## # # # # # # #
1032026-05-11T04:03:32.322Z # # # # #### # # # # #
1042026-05-11T04:03:32.322Z # # # # # # ###### # #
1052026-05-11T04:03:32.322Z # # ## # # # # # # #
1062026-05-11T04:03:32.322Z # # # #### # # # ###### ######
1072026-05-11T04:03:32.322Z
1082026-05-11T04:03:32.322Z++ set +o errexit
1092026-05-11T04:03:32.324Z++ pkg info clang-15
1102026-05-11T04:03:32.324Z++ grep -qi installed
1112026-05-11T04:03:33.516Zpkg: info: no packages matching the following patterns you specified are
1122026-05-11T04:03:33.516Zinstalled on the system. Try querying remotely instead:
1132026-05-11T04:03:33.517Z
1142026-05-11T04:03:33.517Z clang-15
1152026-05-11T04:03:33.563Z++ [[ 1 != 0 ]]
1162026-05-11T04:03:33.563Z++ set -o errexit
1172026-05-11T04:03:33.563Z++ pfexec pkg install clang-15
1182026-05-11T04:03:41.937Z Startup: Refreshing catalog 'helios-dev' ... Done
1192026-05-11T04:03:49.677Z Startup: Caching catalogs ... Done
1202026-05-11T04:03:56.987ZPlanning: Solver setup ... Done
1212026-05-11T04:03:57.027ZPlanning: Running solver ... Done
1222026-05-11T04:03:57.165ZPlanning: Finding local manifests ... Done
1232026-05-11T04:03:57.176ZPlanning: Fetching manifests: 0/2 0% complete
1242026-05-11T04:03:57.260ZPlanning: Fetching manifests: 2/2 100% complete
1252026-05-11T04:03:57.290ZPlanning: Package planning ... Done
1262026-05-11T04:03:57.315ZPlanning: Merging actions ... Done
1272026-05-11T04:03:57.421ZPlanning: Checking for conflicting actions ... Done
1282026-05-11T04:03:57.427ZPlanning: Consolidating action changes ... Done
1292026-05-11T04:03:58.205ZPlanning: Evaluating mediators ... Done
1302026-05-11T04:03:58.210ZPlanning: Planning completed in 8.36 seconds
1312026-05-11T04:03:58.224Z Packages to install: 2
1322026-05-11T04:03:58.224Z Mediators to change: 2
1332026-05-11T04:03:58.224Z Services to change: 1
1342026-05-11T04:03:58.227Z Create boot environment: No
1352026-05-11T04:03:58.227ZCreate backup boot environment: No
1362026-05-11T04:03:58.264Z
1372026-05-11T04:03:58.264ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1382026-05-11T04:04:04.457ZDownload: 978/3076 items 82.2/211.3MB 38% complete (59.6M/s)
1392026-05-11T04:04:10.946ZDownload: 981/3076 items 82.2/211.3MB 38% complete
1402026-05-11T04:04:18.551ZDownload: 3032/3076 items 201.7/211.3MB 95% complete (24.6M/s)
1412026-05-11T04:04:20.144ZDownload: Completed 211.31 MB in 21.80 seconds (9.7M/s)
1422026-05-11T04:04:20.186Z Actions: 1/3418 actions (Installing new actions)
1432026-05-11T04:04:23.301Z Actions: Completed 3418 actions in 3.12 seconds.
1442026-05-11T04:04:23.947Z Done
1452026-05-11T04:04:23.947Z Done
1462026-05-11T04:04:24.686Z Done
1472026-05-11T04:04:28.039Z Done
1482026-05-11T04:04:28.110Z Done
1492026-05-11T04:04:28.113Z Done
1502026-05-11T04:04:28.390Z Done
1512026-05-11T04:04:29.049Z++ set -o errexit
1522026-05-11T04:04:29.049Z++ cargo --version
1532026-05-11T04:04:29.058Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1542026-05-11T04:04:29.259Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1552026-05-11T04:04:29.262Zinfo: downloading 6 components
1562026-05-11T04:04:43.807Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1572026-05-11T04:04:43.810Z++ rustc --version
1582026-05-11T04:04:43.838Zrustc 1.94.1 (e408947bf 2026-03-25)
1592026-05-11T04:04:43.842Z++ cargo install cargo-nextest --version 0.9.97
1602026-05-11T04:04:43.886Z Updating crates.io index
1612026-05-11T04:04:43.990Z Downloading crates ...
1622026-05-11T04:04:44.057Z Downloaded cargo-nextest v0.9.97
1632026-05-11T04:04:44.121Z Installing cargo-nextest v0.9.97
1642026-05-11T04:04:44.163Z Updating crates.io index
1652026-05-11T04:04:46.596Z Locking 404 packages to latest compatible versions
1662026-05-11T04:04:46.601Z Adding dialoguer v0.11.0 (available: v0.12.0)
1672026-05-11T04:04:46.604Z Adding duct v0.13.7 (available: v1.1.1)
1682026-05-11T04:04:46.604Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1692026-05-11T04:04:46.604Z Adding generic-array v0.14.7 (available: v0.14.9)
1702026-05-11T04:04:46.607Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1712026-05-11T04:04:46.607Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1722026-05-11T04:04:46.607Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1732026-05-11T04:04:46.609Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1742026-05-11T04:04:46.612Z Adding quick-junit v0.5.2 (available: v0.6.0)
1752026-05-11T04:04:46.630Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1762026-05-11T04:04:46.639Z Downloading crates ...
1772026-05-11T04:04:46.716Z Downloaded form_urlencoded v1.2.2
1782026-05-11T04:04:46.720Z Downloaded borsh v1.6.1
1792026-05-11T04:04:46.725Z Downloaded cfg-if v1.0.4
1802026-05-11T04:04:46.728Z Downloaded fixedbitset v0.5.7
1812026-05-11T04:04:46.731Z Downloaded home v0.5.12
1822026-05-11T04:04:46.734Z Downloaded hyper-rustls v0.27.9
1832026-05-11T04:04:46.734Z Downloaded convert_case v0.10.0
1842026-05-11T04:04:46.736Z Downloaded adler2 v2.0.1
1852026-05-11T04:04:46.736Z Downloaded ordered-float v2.10.1
1862026-05-11T04:04:46.739Z Downloaded mukti-metadata v0.3.0
1872026-05-11T04:04:46.739Z Downloaded litrs v1.0.0
1882026-05-11T04:04:46.741Z Downloaded http-body v1.0.1
1892026-05-11T04:04:46.744Z Downloaded getrandom v0.3.4
1902026-05-11T04:04:46.748Z Downloaded nextest-metadata v0.12.2
1912026-05-11T04:04:46.750Z Downloaded cfg_aliases v0.2.1
1922026-05-11T04:04:46.763Z Downloaded ed25519-dalek v2.2.0
1932026-05-11T04:04:46.769Z Downloaded rustix v0.38.44
1942026-05-11T04:04:46.784Z Downloaded percent-encoding v2.3.2
1952026-05-11T04:04:46.786Z Downloaded os_pipe v1.2.3
1962026-05-11T04:04:46.786Z Downloaded newtype-uuid v1.3.2
1972026-05-11T04:04:46.789Z Downloaded native-tls v0.2.18
1982026-05-11T04:04:46.789Z Downloaded color-spantrace v0.3.0
1992026-05-11T04:04:46.789Z Downloaded clap_lex v1.1.0
2002026-05-11T04:04:46.791Z Downloaded cargo-platform v0.3.3
2012026-05-11T04:04:46.791Z Downloaded futures-sink v0.3.32
2022026-05-11T04:04:46.795Z Downloaded fnv v1.0.7
2032026-05-11T04:04:46.795Z Downloaded enable-ansi-support v0.2.1
2042026-05-11T04:04:46.798Z Downloaded atomic-waker v1.1.2
2052026-05-11T04:04:46.798Z Downloaded scopeguard v1.2.0
2062026-05-11T04:04:46.800Z Downloaded derive_more-impl v2.1.1
2072026-05-11T04:04:46.803Z Downloaded block-buffer v0.10.4
2082026-05-11T04:04:46.803Z Downloaded number_prefix v0.4.0
2092026-05-11T04:04:46.806Z Downloaded anstyle-query v1.1.5
2102026-05-11T04:04:46.806Z Downloaded indenter v0.3.4
2112026-05-11T04:04:46.809Z Downloaded errno v0.3.14
2122026-05-11T04:04:46.809Z Downloaded async-scoped v0.9.0
2132026-05-11T04:04:46.811Z Downloaded cargo-platform v0.2.0
2142026-05-11T04:04:46.814Z Downloaded humantime-serde v1.1.1
2152026-05-11T04:04:46.814Z Downloaded hyper-tls v0.6.0
2162026-05-11T04:04:46.817Z Downloaded colorchoice v1.0.5
2172026-05-11T04:04:46.817Z Downloaded atomicwrites v0.4.4
2182026-05-11T04:04:46.821Z Downloaded futures-io v0.3.32
2192026-05-11T04:04:46.821Z Downloaded foreign-types-shared v0.1.1
2202026-05-11T04:04:46.821Z Downloaded equivalent v1.0.2
2212026-05-11T04:04:46.825Z Downloaded backtrace-ext v0.2.1
2222026-05-11T04:04:46.825Z Downloaded rustc-hash v2.1.2
2232026-05-11T04:04:46.825Z Downloaded openssl-probe v0.2.1
2242026-05-11T04:04:46.825Z Downloaded guppy-workspace-hack v0.1.0
2252026-05-11T04:04:46.828Z Downloaded foreign-types v0.3.2
2262026-05-11T04:04:46.828Z Downloaded futures-core v0.3.32
2272026-05-11T04:04:46.828Z Downloaded futures-task v0.3.32
2282026-05-11T04:04:46.828Z Downloaded document-features v0.2.12
2292026-05-11T04:04:46.831Z Downloaded curve25519-dalek-derive v0.1.1
2302026-05-11T04:04:46.831Z Downloaded hex v0.4.3
2312026-05-11T04:04:46.835Z Downloaded generic-array v0.14.7
2322026-05-11T04:04:46.835Z Downloaded crypto-common v0.1.7
2332026-05-11T04:04:46.837Z Downloaded filetime v0.2.28
2342026-05-11T04:04:46.838Z Downloaded autocfg v1.5.0
2352026-05-11T04:04:46.838Z Downloaded anstream v1.0.0
2362026-05-11T04:04:46.840Z Downloaded itoa v1.0.18
2372026-05-11T04:04:46.840Z Downloaded cpufeatures v0.2.17
2382026-05-11T04:04:46.844Z Downloaded is_terminal_polyfill v1.70.2
2392026-05-11T04:04:46.846Z Downloaded serde-value v0.7.0
2402026-05-11T04:04:46.846Z Downloaded pathdiff v0.2.3
2412026-05-11T04:04:46.849Z Downloaded indent_write v2.2.0
2422026-05-11T04:04:46.849Z Downloaded nextest-workspace-hack v0.1.0
2432026-05-11T04:04:46.849Z Downloaded idna_adapter v1.0.0
2442026-05-11T04:04:46.851Z Downloaded duct v0.13.7
2452026-05-11T04:04:46.851Z Downloaded serde-untagged v0.1.9
2462026-05-11T04:04:46.854Z Downloaded shared_child v1.1.1
2472026-05-11T04:04:46.854Z Downloaded lru-slab v0.1.2
2482026-05-11T04:04:46.857Z Downloaded nested v0.1.1
2492026-05-11T04:04:46.857Z Downloaded futures-executor v0.3.32
2502026-05-11T04:04:46.857Z Downloaded heck v0.5.0
2512026-05-11T04:04:46.859Z Downloaded digest v0.10.7
2522026-05-11T04:04:46.859Z Downloaded serde_spanned v0.6.9
2532026-05-11T04:04:46.862Z Downloaded dialoguer v0.11.0
2542026-05-11T04:04:46.865Z Downloaded is_ci v1.2.0
2552026-05-11T04:04:46.867Z Downloaded addr2line v0.25.1
2562026-05-11T04:04:46.870Z Downloaded globset v0.4.18
2572026-05-11T04:04:46.870Z Downloaded lazy_static v1.5.0
2582026-05-11T04:04:46.873Z Downloaded openssl-macros v0.1.1
2592026-05-11T04:04:46.873Z Downloaded futures-macro v0.3.32
2602026-05-11T04:04:46.873Z Downloaded cargo_metadata v0.23.1
2612026-05-11T04:04:46.875Z Downloaded fastrand v2.4.1
2622026-05-11T04:04:46.875Z Downloaded cargo-util-schemas v0.2.0
2632026-05-11T04:04:46.880Z Downloaded shell-words v1.1.1
2642026-05-11T04:04:46.882Z Downloaded serde_urlencoded v0.7.1
2652026-05-11T04:04:46.886Z Downloaded cfg-expr v0.20.7
2662026-05-11T04:04:46.888Z Downloaded serde_spanned v1.1.1
2672026-05-11T04:04:46.888Z Downloaded subtle v2.6.1
2682026-05-11T04:04:46.891Z Downloaded sigchld v0.2.4
2692026-05-11T04:04:46.891Z Downloaded either v1.15.0
2702026-05-11T04:04:46.891Z Downloaded debug-ignore v1.0.5
2712026-05-11T04:04:46.894Z Downloaded strsim v0.11.1
2722026-05-11T04:04:46.894Z Downloaded ed25519 v2.2.3
2732026-05-11T04:04:46.897Z Downloaded signal-hook-mio v0.2.5
2742026-05-11T04:04:46.897Z Downloaded camino-tempfile v1.4.1
2752026-05-11T04:04:46.897Z Downloaded miette-derive v7.6.0
2762026-05-11T04:04:46.899Z Downloaded humantime v2.3.0
2772026-05-11T04:04:46.899Z Downloaded strip-ansi-escapes v0.2.1
2782026-05-11T04:04:46.899Z Downloaded serde_ignored v0.1.14
2792026-05-11T04:04:46.902Z Downloaded cargo_metadata v0.20.0
2802026-05-11T04:04:46.902Z Downloaded base64ct v1.8.3
2812026-05-11T04:04:46.905Z Downloaded foldhash v0.1.5
2822026-05-11T04:04:46.909Z Downloaded bitflags v2.11.1
2832026-05-11T04:04:46.912Z Downloaded rustc_version v0.4.1
2842026-05-11T04:04:46.912Z Downloaded pin-project-lite v0.2.17
2852026-05-11T04:04:46.912Z Downloaded signature v2.2.0
2862026-05-11T04:04:46.914Z Downloaded serde_path_to_error v0.1.20
2872026-05-11T04:04:46.914Z Downloaded sync_wrapper v1.0.2
2882026-05-11T04:04:46.914Z Downloaded supports-color v3.0.2
2892026-05-11T04:04:46.917Z Downloaded supports-hyperlinks v3.2.0
2902026-05-11T04:04:46.917Z Downloaded lock_api v0.4.14
2912026-05-11T04:04:46.917Z Downloaded ipnet v2.12.0
2922026-05-11T04:04:46.920Z Downloaded const-oid v0.9.6
2932026-05-11T04:04:46.920Z Downloaded rand_core v0.9.5
2942026-05-11T04:04:46.922Z Downloaded clap_derive v4.6.1
2952026-05-11T04:04:46.922Z Downloaded shlex v1.3.0
2962026-05-11T04:04:46.925Z Downloaded eyre v0.6.12
2972026-05-11T04:04:46.925Z Downloaded quote v1.0.45
2982026-05-11T04:04:46.927Z Downloaded self-replace v1.5.0
2992026-05-11T04:04:46.927Z Downloaded owo-colors v4.3.0
3002026-05-11T04:04:46.931Z Downloaded future-queue v0.4.0
3012026-05-11T04:04:46.931Z Downloaded futures-channel v0.3.32
3022026-05-11T04:04:46.933Z Downloaded erased-serde v0.4.10
3032026-05-11T04:04:46.934Z Downloaded ppv-lite86 v0.2.21
3042026-05-11T04:04:46.936Z Downloaded find-msvc-tools v0.1.9
3052026-05-11T04:04:46.936Z Downloaded rand_core v0.6.4
3062026-05-11T04:04:46.936Z Downloaded swrite v0.1.0
3072026-05-11T04:04:46.936Z Downloaded futures v0.3.32
3082026-05-11T04:04:46.939Z Downloaded tokio-macros v2.7.0
3092026-05-11T04:04:46.942Z Downloaded terminal_size v0.4.4
3102026-05-11T04:04:46.942Z Downloaded ahash v0.8.12
3112026-05-11T04:04:46.945Z Downloaded pin-project-internal v1.1.12
3122026-05-11T04:04:46.945Z Downloaded crc32fast v1.5.0
3132026-05-11T04:04:46.945Z Downloaded camino v1.2.2
3142026-05-11T04:04:46.948Z Downloaded simd-adler32 v0.3.9
3152026-05-11T04:04:46.948Z Downloaded console v0.15.11
3162026-05-11T04:04:46.950Z Downloaded signal-hook-registry v1.4.8
3172026-05-11T04:04:46.950Z Downloaded anstyle-parse v1.0.0
3182026-05-11T04:04:46.953Z Downloaded tinyvec_macros v0.1.1
3192026-05-11T04:04:46.956Z Downloaded pkg-config v0.3.33
3202026-05-11T04:04:46.959Z Downloaded toml_datetime v0.6.11
3212026-05-11T04:04:46.962Z Downloaded sha2 v0.10.9
3222026-05-11T04:04:46.964Z Downloaded static_assertions v1.1.0
3232026-05-11T04:04:46.964Z Downloaded jobserver v0.1.34
3242026-05-11T04:04:46.967Z Downloaded http-body-util v0.1.3
3252026-05-11T04:04:46.967Z Downloaded anstyle v1.0.14
3262026-05-11T04:04:46.967Z Downloaded tower-layer v0.3.3
3272026-05-11T04:04:46.970Z Downloaded rustc-demangle v0.1.27
3282026-05-11T04:04:46.970Z Downloaded supports-unicode v3.0.0
3292026-05-11T04:04:46.970Z Downloaded tower-service v0.3.3
3302026-05-11T04:04:46.970Z Downloaded target-lexicon v0.13.3
3312026-05-11T04:04:46.973Z Downloaded tracing-error v0.2.1
3322026-05-11T04:04:46.973Z Downloaded try-lock v0.2.5
3332026-05-11T04:04:46.973Z Downloaded typeid v1.0.3
3342026-05-11T04:04:46.975Z Downloaded unicode-linebreak v0.1.5
3352026-05-11T04:04:46.980Z Downloaded pkcs8 v0.10.2
3362026-05-11T04:04:46.985Z Downloaded getrandom v0.4.2
3372026-05-11T04:04:46.988Z Downloaded derive-where v1.6.1
3382026-05-11T04:04:46.991Z Downloaded clap v4.6.1
3392026-05-11T04:04:46.996Z Downloaded utf8_iter v1.0.4
3402026-05-11T04:04:46.998Z Downloaded urlencoding v2.1.3
3412026-05-11T04:04:46.998Z Downloaded unicode-xid v0.2.6
3422026-05-11T04:04:47.001Z Downloaded thread_local v1.1.9
3432026-05-11T04:04:47.004Z Downloaded thiserror-impl v2.0.18
3442026-05-11T04:04:47.004Z Downloaded thiserror v1.0.69
3452026-05-11T04:04:47.007Z Downloaded spki v0.7.3
3462026-05-11T04:04:47.007Z Downloaded rustls-pki-types v1.14.1
3472026-05-11T04:04:47.010Z Downloaded serde_core v1.0.228
3482026-05-11T04:04:47.010Z Downloaded want v0.3.1
3492026-05-11T04:04:47.012Z Downloaded utf8parse v0.2.2
3502026-05-11T04:04:47.012Z Downloaded quinn-udp v0.5.14
3512026-05-11T04:04:47.012Z Downloaded version_check v0.9.5
3522026-05-11T04:04:47.018Z Downloaded parking_lot v0.12.5
3532026-05-11T04:04:47.018Z Downloaded iana-time-zone v0.1.65
3542026-05-11T04:04:47.021Z Downloaded once_cell v1.21.4
3552026-05-11T04:04:47.021Z Downloaded pin-project v1.1.12
3562026-05-11T04:04:47.024Z Downloaded smol_str v0.3.6
3572026-05-11T04:04:47.027Z Downloaded toml_write v0.1.2
3582026-05-11T04:04:47.027Z Downloaded base64 v0.22.1
3592026-05-11T04:04:47.032Z Downloaded slab v0.4.12
3602026-05-11T04:04:47.032Z Downloaded config v0.15.22
3612026-05-11T04:04:47.035Z Downloaded xattr v1.6.1
3622026-05-11T04:04:47.035Z Downloaded httparse v1.10.1
3632026-05-11T04:04:47.035Z Downloaded tokio-native-tls v0.3.1
3642026-05-11T04:04:47.035Z Downloaded futures-util v0.3.32
3652026-05-11T04:04:47.040Z Downloaded unicase v2.9.0
3662026-05-11T04:04:47.043Z Downloaded thiserror-impl v1.0.69
3672026-05-11T04:04:47.043Z Downloaded thiserror v2.0.18
3682026-05-11T04:04:47.046Z Downloaded tokio-stream v0.1.18
3692026-05-11T04:04:47.048Z Downloaded self_update v0.42.0
3702026-05-11T04:04:47.051Z Downloaded xxhash-rust v0.8.15
3712026-05-11T04:04:47.051Z Downloaded signal-hook v0.3.18
3722026-05-11T04:04:47.054Z Downloaded toml_parser v1.1.2+spec-1.1.0
3732026-05-11T04:04:47.054Z Downloaded zipsign-api v0.1.5
3742026-05-11T04:04:47.056Z Downloaded derive_more v2.1.1
3752026-05-11T04:04:47.060Z Downloaded zstd-safe v7.2.4
3762026-05-11T04:04:47.063Z Downloaded zmij v1.0.21
3772026-05-11T04:04:47.063Z Downloaded smallvec v1.15.1
3782026-05-11T04:04:47.066Z Downloaded sharded-slab v0.1.7
3792026-05-11T04:04:47.066Z Downloaded tracing-log v0.2.0
3802026-05-11T04:04:47.068Z Downloaded zstd v0.13.3
3812026-05-11T04:04:47.068Z Downloaded ryu v1.0.23
3822026-05-11T04:04:47.071Z Downloaded serde_derive v1.0.228
3832026-05-11T04:04:47.071Z Downloaded h2 v0.4.14
3842026-05-11T04:04:47.075Z Downloaded chrono v0.4.44
3852026-05-11T04:04:47.078Z Downloaded textwrap v0.16.2
3862026-05-11T04:04:47.081Z Downloaded flate2 v1.1.9
3872026-05-11T04:04:47.084Z Downloaded tinyvec v1.11.0
3882026-05-11T04:04:47.086Z Downloaded log v0.4.29
3892026-05-11T04:04:47.087Z Downloaded tempfile v3.27.0
3902026-05-11T04:04:47.089Z Downloaded parking_lot_core v0.9.12
3912026-05-11T04:04:47.089Z Downloaded num-traits v0.2.19
3922026-05-11T04:04:47.092Z Downloaded backtrace v0.3.76
3932026-05-11T04:04:47.095Z Downloaded unicode-ident v1.0.24
3942026-05-11T04:04:47.095Z Downloaded untrusted v0.9.0
3952026-05-11T04:04:47.097Z Downloaded tar v0.4.45
3962026-05-11T04:04:47.097Z Downloaded der v0.7.10
3972026-05-11T04:04:47.100Z Downloaded serde v1.0.228
3982026-05-11T04:04:47.103Z Downloaded toml v1.1.2+spec-1.1.0
3992026-05-11T04:04:47.106Z Downloaded cc v1.2.62
4002026-05-11T04:04:47.106Z Downloaded zeroize v1.8.2
4012026-05-11T04:04:47.109Z Downloaded target-spec v3.6.0
4022026-05-11T04:04:47.109Z Downloaded tracing-core v0.1.36
4032026-05-11T04:04:47.111Z Downloaded proc-macro2 v1.0.106
4042026-05-11T04:04:47.114Z Downloaded tracing-attributes v0.1.31
4052026-05-11T04:04:47.114Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4062026-05-11T04:04:47.114Z Downloaded tokio-rustls v0.26.4
4072026-05-11T04:04:47.117Z Downloaded toml v0.8.23
4082026-05-11T04:04:47.117Z Downloaded target-spec-miette v0.4.6
4092026-05-11T04:04:47.120Z Downloaded vte v0.14.1
4102026-05-11T04:04:47.120Z Downloaded semver v1.0.28
4112026-05-11T04:04:47.123Z Downloaded toml_writer v1.1.1+spec-1.1.0
4122026-05-11T04:04:47.123Z Downloaded rand_chacha v0.9.0
4132026-05-11T04:04:47.123Z Downloaded quick-junit v0.5.2
4142026-05-11T04:04:47.126Z Downloaded nextest-filtering v0.15.0
4152026-05-11T04:04:47.126Z Downloaded bytes v1.11.1
4162026-05-11T04:04:47.128Z Downloaded getrandom v0.2.17
4172026-05-11T04:04:47.137Z Downloaded hashbrown v0.15.5
4182026-05-11T04:04:47.139Z Downloaded crossterm v0.29.0
4192026-05-11T04:04:47.143Z Downloaded clap_builder v4.6.0
4202026-05-11T04:04:47.147Z Downloaded openssl-sys v0.9.115
4212026-05-11T04:04:47.160Z Downloaded unicode-segmentation v1.13.2
4222026-05-11T04:04:47.162Z Downloaded guppy v0.17.25
4232026-05-11T04:04:47.165Z Downloaded serde_json v1.0.149
4242026-05-11T04:04:47.168Z Downloaded hashbrown v0.17.1
4252026-05-11T04:04:47.173Z Downloaded unicode-normalization v0.1.25
4262026-05-11T04:04:47.176Z Downloaded indicatif v0.17.11
4272026-05-11T04:04:47.179Z Downloaded aho-corasick v1.1.4
4282026-05-11T04:04:47.182Z Downloaded tokio-util v0.7.18
4292026-05-11T04:04:47.195Z Downloaded miniz_oxide v0.8.9
4302026-05-11T04:04:47.205Z Downloaded winnow v1.0.2
4312026-05-11T04:04:47.211Z Downloaded memchr v2.8.0
4322026-05-11T04:04:47.216Z Downloaded socket2 v0.6.3
4332026-05-11T04:04:47.224Z Downloaded curve25519-dalek v4.1.3
4342026-05-11T04:04:47.227Z Downloaded quinn v0.11.9
4352026-05-11T04:04:47.230Z Downloaded gimli v0.32.3
4362026-05-11T04:04:47.235Z Downloaded bstr v1.12.1
4372026-05-11T04:04:47.238Z Downloaded toml_edit v0.22.27
4382026-05-11T04:04:47.245Z Downloaded rustls-webpki v0.103.13
4392026-05-11T04:04:47.248Z Downloaded mio v1.2.0
4402026-05-11T04:04:47.252Z Downloaded hyper-util v0.1.20
4412026-05-11T04:04:47.257Z Downloaded miette v7.6.0
4422026-05-11T04:04:47.267Z Downloaded tracing v0.1.44
4432026-05-11T04:04:47.277Z Downloaded uuid v1.23.1
4442026-05-11T04:04:47.280Z Downloaded http v1.4.0
4452026-05-11T04:04:47.283Z Downloaded rand v0.9.4
4462026-05-11T04:04:47.285Z Downloaded color-eyre v0.6.5
4472026-05-11T04:04:47.299Z Downloaded tokio v1.52.3
4482026-05-11T04:04:47.320Z Downloaded url v2.5.8
4492026-05-11T04:04:47.323Z Downloaded tower v0.5.3
4502026-05-11T04:04:47.329Z Downloaded indexmap v2.14.0
4512026-05-11T04:04:47.353Z Downloaded ron v0.12.1
4522026-05-11T04:04:47.359Z Downloaded reqwest v0.12.28
4532026-05-11T04:04:47.362Z Downloaded typenum v1.20.0
4542026-05-11T04:04:47.370Z Downloaded pulldown-cmark v0.13.3
4552026-05-11T04:04:47.395Z Downloaded itertools v0.14.0
4562026-05-11T04:04:47.412Z Downloaded hyper v1.9.0
4572026-05-11T04:04:47.442Z Downloaded idna v1.1.0
4582026-05-11T04:04:47.452Z Downloaded regex v1.12.3
4592026-05-11T04:04:47.473Z Downloaded tower-http v0.6.10
4602026-05-11T04:04:47.478Z Downloaded quick-xml v0.37.5
4612026-05-11T04:04:47.481Z Downloaded portable-atomic v1.13.1
4622026-05-11T04:04:47.510Z Downloaded winnow v0.7.15
4632026-05-11T04:04:47.523Z Downloaded quick-xml v0.38.4
4642026-05-11T04:04:47.541Z Downloaded tracing-subscriber v0.3.23
4652026-05-11T04:04:47.545Z Downloaded quinn-proto v0.11.14
4662026-05-11T04:04:47.572Z Downloaded webpki-roots v1.0.7
4672026-05-11T04:04:47.603Z Downloaded vcpkg v0.2.15
4682026-05-11T04:04:47.634Z Downloaded nextest-runner v0.80.0
4692026-05-11T04:04:47.650Z Downloaded openssl v0.10.79
4702026-05-11T04:04:47.656Z Downloaded unicode-width v0.2.2
4712026-05-11T04:04:47.659Z Downloaded syn v2.0.117
4722026-05-11T04:04:47.664Z Downloaded unicode-width v0.1.14
4732026-05-11T04:04:47.669Z Downloaded zerocopy v0.8.48
4742026-05-11T04:04:47.677Z Downloaded object v0.37.3
4752026-05-11T04:04:47.684Z Downloaded nix v0.30.1
4762026-05-11T04:04:47.690Z Downloaded regex-syntax v0.8.10
4772026-05-11T04:04:47.697Z Downloaded rustls v0.23.40
4782026-05-11T04:04:47.725Z Downloaded rustix v1.1.4
4792026-05-11T04:04:47.794Z Downloaded regex-automata v0.4.14
4802026-05-11T04:04:47.879Z Downloaded petgraph v0.8.3
4812026-05-11T04:04:47.890Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4822026-05-11T04:04:47.900Z Downloaded libc v0.2.186
4832026-05-11T04:04:47.978Z Downloaded recursion v0.5.4
4842026-05-11T04:04:47.985Z Downloaded ring v0.17.14
4852026-05-11T04:04:48.044Z Compiling libc v0.2.186
4862026-05-11T04:04:48.045Z Compiling proc-macro2 v1.0.106
4872026-05-11T04:04:48.045Z Compiling quote v1.0.45
4882026-05-11T04:04:48.047Z Compiling unicode-ident v1.0.24
4892026-05-11T04:04:48.048Z Compiling serde_core v1.0.228
4902026-05-11T04:04:48.048Z Compiling cfg-if v1.0.4
4912026-05-11T04:04:48.048Z Compiling memchr v2.8.0
4922026-05-11T04:04:48.048Z Compiling once_cell v1.21.4
4932026-05-11T04:04:48.270Z Compiling log v0.4.29
4942026-05-11T04:04:48.307Z Compiling pin-project-lite v0.2.17
4952026-05-11T04:04:48.398Z Compiling serde v1.0.228
4962026-05-11T04:04:48.478Z Compiling itoa v1.0.18
4972026-05-11T04:04:48.572Z Compiling smallvec v1.15.1
4982026-05-11T04:04:48.712Z Compiling futures-core v0.3.32
4992026-05-11T04:04:48.742Z Compiling bitflags v2.11.1
5002026-05-11T04:04:48.818Z Compiling find-msvc-tools v0.1.9
5012026-05-11T04:04:48.876Z Compiling equivalent v1.0.2
5022026-05-11T04:04:48.960Z Compiling shlex v1.3.0
5032026-05-11T04:04:49.045Z Compiling errno v0.3.14
5042026-05-11T04:04:49.123Z Compiling hashbrown v0.17.1
5052026-05-11T04:04:49.148Z Compiling bytes v1.11.1
5062026-05-11T04:04:49.161Z Compiling mio v1.2.0
5072026-05-11T04:04:49.252Z Compiling signal-hook-registry v1.4.8
5082026-05-11T04:04:49.360Z Compiling jobserver v0.1.34
5092026-05-11T04:04:49.383Z Compiling futures-sink v0.3.32
5102026-05-11T04:04:49.478Z Compiling syn v2.0.117
5112026-05-11T04:04:49.493Z Compiling rustix v1.1.4
5122026-05-11T04:04:49.677Z Compiling cc v1.2.62
5132026-05-11T04:04:49.758Z Compiling socket2 v0.6.3
5142026-05-11T04:04:49.784Z Compiling slab v0.4.12
5152026-05-11T04:04:49.869Z Compiling zmij v1.0.21
5162026-05-11T04:04:49.978Z Compiling futures-channel v0.3.32
5172026-05-11T04:04:50.028Z Compiling tracing-core v0.1.36
5182026-05-11T04:04:50.194Z Compiling version_check v0.9.5
5192026-05-11T04:04:50.226Z Compiling serde_json v1.0.149
5202026-05-11T04:04:50.455Z Compiling indexmap v2.14.0
5212026-05-11T04:04:50.543Z Compiling getrandom v0.4.2
5222026-05-11T04:04:50.578Z Compiling futures-task v0.3.32
5232026-05-11T04:04:50.753Z Compiling futures-io v0.3.32
5242026-05-11T04:04:50.829Z Compiling unicode-width v0.2.2
5252026-05-11T04:04:50.919Z Compiling camino v1.2.2
5262026-05-11T04:04:50.947Z Compiling percent-encoding v2.3.2
5272026-05-11T04:04:51.106Z Compiling ring v0.17.14
5282026-05-11T04:04:51.216Z Compiling http v1.4.0
5292026-05-11T04:04:51.252Z Compiling adler2 v2.0.1
5302026-05-11T04:04:51.286Z Compiling simd-adler32 v0.3.9
5312026-05-11T04:04:51.303Z Compiling zeroize v1.8.2
5322026-05-11T04:04:51.436Z Compiling autocfg v1.5.0
5332026-05-11T04:04:51.493Z Compiling miniz_oxide v0.8.9
5342026-05-11T04:04:51.824Z Compiling num-traits v0.2.19
5352026-05-11T04:04:52.055Z Compiling zerocopy v0.8.48
5362026-05-11T04:04:52.186Z Compiling getrandom v0.3.4
5372026-05-11T04:04:52.466Z Compiling target-lexicon v0.13.3
5382026-05-11T04:04:52.519Z Compiling object v0.37.3
5392026-05-11T04:04:52.786Z Compiling http-body v1.0.1
5402026-05-11T04:04:52.855Z Compiling rustls-pki-types v1.14.1
5412026-05-11T04:04:52.960Z Compiling form_urlencoded v1.2.2
5422026-05-11T04:04:52.985Z Compiling semver v1.0.28
5432026-05-11T04:04:52.997Z Compiling getrandom v0.2.17
5442026-05-11T04:04:53.081Z Compiling utf8_iter v1.0.4
5452026-05-11T04:04:53.103Z Compiling serde_derive v1.0.228
5462026-05-11T04:04:53.193Z Compiling tokio-macros v2.7.0
5472026-05-11T04:04:53.235Z Compiling futures-macro v0.3.32
5482026-05-11T04:04:53.248Z Compiling tracing-attributes v0.1.31
5492026-05-11T04:04:53.433Z Compiling owo-colors v4.3.0
5502026-05-11T04:04:53.659Z Compiling httparse v1.10.1
5512026-05-11T04:04:53.712Z Compiling guppy-workspace-hack v0.1.0
5522026-05-11T04:04:53.755Z Compiling untrusted v0.9.0
5532026-05-11T04:04:53.888Z Compiling gimli v0.32.3
5542026-05-11T04:04:53.917Z Compiling fnv v1.0.7
5552026-05-11T04:04:53.930Z Compiling tokio v1.52.3
5562026-05-11T04:04:53.995Z Compiling idna_adapter v1.0.0
5572026-05-11T04:04:54.019Z Compiling thiserror v2.0.18
5582026-05-11T04:04:54.035Z Compiling futures-util v0.3.32
5592026-05-11T04:04:54.093Z Compiling signal-hook v0.3.18
5602026-05-11T04:04:54.320Z Compiling idna v1.1.0
5612026-05-11T04:04:54.442Z Compiling tracing v0.1.44
5622026-05-11T04:04:54.649Z Compiling thiserror-impl v2.0.18
5632026-05-11T04:04:55.820Z Compiling addr2line v0.25.1
5642026-05-11T04:04:56.498Z Compiling generic-array v0.14.7
5652026-05-11T04:04:56.514Z Compiling rustc-demangle v0.1.27
5662026-05-11T04:04:56.590Z Compiling typeid v1.0.3
5672026-05-11T04:04:56.674Z Compiling atomic-waker v1.1.2
5682026-05-11T04:04:56.746Z Compiling tower-service v0.3.3
5692026-05-11T04:04:56.804Z Compiling pkg-config v0.3.33
5702026-05-11T04:04:56.845Z Compiling target-spec v3.6.0
5712026-05-11T04:04:56.867Z Compiling fastrand v2.4.1
5722026-05-11T04:04:57.122Z Compiling thiserror v1.0.69
5732026-05-11T04:04:57.206Z Compiling rustls v0.23.40
5742026-05-11T04:04:57.240Z Compiling try-lock v0.2.5
5752026-05-11T04:04:57.360Z Compiling want v0.3.1
5762026-05-11T04:04:57.414Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5772026-05-11T04:04:57.545Z Compiling tempfile v3.27.0
5782026-05-11T04:04:57.646Z Compiling cfg-expr v0.20.7
5792026-05-11T04:04:57.721Z Compiling tokio-util v0.7.18
5802026-05-11T04:04:58.424Z Compiling h2 v0.4.14
5812026-05-11T04:04:58.602Z Compiling backtrace v0.3.76
5822026-05-11T04:04:58.666Z Compiling url v2.5.8
5832026-05-11T04:04:59.150Z Compiling thiserror-impl v1.0.69
5842026-05-11T04:04:59.219Z Compiling terminal_size v0.4.4
5852026-05-11T04:04:59.265Z Compiling aho-corasick v1.1.4
5862026-05-11T04:04:59.366Z Compiling typenum v1.20.0
5872026-05-11T04:05:00.054Z Compiling erased-serde v0.4.10
5882026-05-11T04:05:00.282Z Compiling winnow v0.7.15
5892026-05-11T04:05:00.342Z Compiling regex-syntax v0.8.10
5902026-05-11T04:05:01.090Z Compiling rustls-webpki v0.103.13
5912026-05-11T04:05:02.193Z Compiling subtle v2.6.1
5922026-05-11T04:05:03.393Z Compiling regex-automata v0.4.14
5932026-05-11T04:05:03.612Z Compiling hyper v1.9.0
5942026-05-11T04:05:04.799Z Compiling serde_spanned v0.6.9
5952026-05-11T04:05:04.960Z Compiling toml_datetime v0.6.11
5962026-05-11T04:05:05.334Z Compiling ahash v0.8.12
5972026-05-11T04:05:05.571Z Compiling sync_wrapper v1.0.2
5982026-05-11T04:05:05.688Z Compiling crc32fast v1.5.0
5992026-05-11T04:05:05.973Z Compiling tower-layer v0.3.3
6002026-05-11T04:05:06.177Z Compiling nextest-workspace-hack v0.1.0
6012026-05-11T04:05:06.402Z Compiling unicode-segmentation v1.13.2
6022026-05-11T04:05:06.771Z Compiling lazy_static v1.5.0
6032026-05-11T04:05:06.801Z Compiling is_ci v1.2.0
6042026-05-11T04:05:06.880Z Compiling either v1.15.0
6052026-05-11T04:05:06.973Z Compiling parking_lot_core v0.9.12
6062026-05-11T04:05:07.107Z Compiling toml_write v0.1.2
6072026-05-11T04:05:07.227Z Compiling base64 v0.22.1
6082026-05-11T04:05:07.239Z Compiling unicode-linebreak v0.1.5
6092026-05-11T04:05:07.355Z Compiling ipnet v2.12.0
6102026-05-11T04:05:07.511Z Compiling portable-atomic v1.13.1
6112026-05-11T04:05:07.533Z Compiling foldhash v0.1.5
6122026-05-11T04:05:07.719Z Compiling hashbrown v0.15.5
6132026-05-11T04:05:07.753Z Compiling hyper-util v0.1.20
6142026-05-11T04:05:07.926Z Compiling textwrap v0.16.2
6152026-05-11T04:05:07.993Z Compiling toml_edit v0.22.27
6162026-05-11T04:05:08.358Z Compiling supports-color v3.0.2
6172026-05-11T04:05:08.551Z Compiling sharded-slab v0.1.7
6182026-05-11T04:05:08.586Z Compiling convert_case v0.10.0
6192026-05-11T04:05:08.857Z Compiling tower v0.5.3
6202026-05-11T04:05:09.308Z Compiling tokio-rustls v0.26.4
6212026-05-11T04:05:09.448Z Compiling backtrace-ext v0.2.1
6222026-05-11T04:05:09.601Z Compiling ordered-float v2.10.1
6232026-05-11T04:05:09.708Z Compiling webpki-roots v1.0.7
6242026-05-11T04:05:09.827Z Compiling miette-derive v7.6.0
6252026-05-11T04:05:09.875Z Compiling pathdiff v0.2.3
6262026-05-11T04:05:09.897Z Compiling console v0.15.11
6272026-05-11T04:05:10.002Z Compiling cargo-platform v0.3.3
6282026-05-11T04:05:10.372Z Compiling tracing-log v0.2.0
6292026-05-11T04:05:10.563Z Compiling os_pipe v1.2.3
6302026-05-11T04:05:10.742Z Compiling thread_local v1.1.9
6312026-05-11T04:05:10.754Z Compiling pulldown-cmark v0.13.3
6322026-05-11T04:05:10.944Z Compiling fixedbitset v0.5.7
6332026-05-11T04:05:10.968Z Compiling cfg_aliases v0.2.1
6342026-05-11T04:05:11.041Z Compiling supports-hyperlinks v3.2.0
6352026-05-11T04:05:11.088Z Compiling supports-unicode v3.0.0
6362026-05-11T04:05:11.235Z Compiling utf8parse v0.2.2
6372026-05-11T04:05:11.259Z Compiling ryu v1.0.23
6382026-05-11T04:05:11.262Z Compiling debug-ignore v1.0.5
6392026-05-11T04:05:11.353Z Compiling winnow v1.0.2
6402026-05-11T04:05:11.380Z Compiling zstd-safe v7.2.4
6412026-05-11T04:05:11.442Z Compiling scopeguard v1.2.0
6422026-05-11T04:05:11.548Z Compiling unicode-width v0.1.14
6432026-05-11T04:05:11.617Z Compiling rustix v0.38.44
6442026-05-11T04:05:11.855Z Compiling miette v7.6.0
6452026-05-11T04:05:11.930Z Compiling lock_api v0.4.14
6462026-05-11T04:05:12.058Z Compiling serde_urlencoded v0.7.1
6472026-05-11T04:05:12.177Z Compiling anstyle-parse v1.0.0
6482026-05-11T04:05:12.335Z Compiling petgraph v0.8.3
6492026-05-11T04:05:12.391Z Compiling toml_parser v1.1.2+spec-1.1.0
6502026-05-11T04:05:12.765Z Compiling nix v0.30.1
6512026-05-11T04:05:13.176Z Compiling tracing-subscriber v0.3.23
6522026-05-11T04:05:13.742Z Compiling sigchld v0.2.4
6532026-05-11T04:05:13.937Z Compiling cargo_metadata v0.23.1
6542026-05-11T04:05:14.240Z Compiling serde-value v0.7.0
6552026-05-11T04:05:14.472Z Compiling hyper-rustls v0.27.9
6562026-05-11T04:05:14.949Z Compiling serde-untagged v0.1.9
6572026-05-11T04:05:15.151Z Compiling toml v0.8.23
6582026-05-11T04:05:15.569Z Compiling tower-http v0.6.10
6592026-05-11T04:05:16.268Z Compiling derive_more-impl v2.1.1
6602026-05-11T04:05:16.695Z Compiling itertools v0.14.0
6612026-05-11T04:05:17.071Z Compiling regex v1.12.3
6622026-05-11T04:05:17.146Z Compiling crypto-common v0.1.7
6632026-05-11T04:05:17.283Z Compiling block-buffer v0.10.4
6642026-05-11T04:05:17.397Z Compiling ppv-lite86 v0.2.21
6652026-05-11T04:05:17.434Z Compiling rand_core v0.9.5
6662026-05-11T04:05:17.689Z Compiling futures-executor v0.3.32
6672026-05-11T04:05:17.718Z Compiling pin-project-internal v1.1.12
6682026-05-11T04:05:18.029Z Compiling http-body-util v0.1.3
6692026-05-11T04:05:18.144Z Compiling uuid v1.23.1
6702026-05-11T04:05:18.221Z Compiling toml_datetime v1.1.1+spec-1.1.0
6712026-05-11T04:05:18.301Z Compiling serde_spanned v1.1.1
6722026-05-11T04:05:18.464Z Compiling smol_str v0.3.6
6732026-05-11T04:05:18.486Z Compiling filetime v0.2.28
6742026-05-11T04:05:18.636Z Compiling bstr v1.12.1
6752026-05-11T04:05:18.680Z Compiling vte v0.14.1
6762026-05-11T04:05:18.692Z Compiling is_terminal_polyfill v1.70.2
6772026-05-11T04:05:18.744Z Compiling xattr v1.6.1
6782026-05-11T04:05:18.797Z Compiling litrs v1.0.0
6792026-05-11T04:05:18.897Z Compiling static_assertions v1.1.0
6802026-05-11T04:05:18.930Z Compiling number_prefix v0.4.0
6812026-05-11T04:05:18.980Z Compiling nested v0.1.1
6822026-05-11T04:05:19.086Z Compiling anstyle-query v1.1.5
6832026-05-11T04:05:19.140Z Compiling iana-time-zone v0.1.65
6842026-05-11T04:05:19.197Z Compiling unicode-xid v0.2.6
6852026-05-11T04:05:19.224Z Compiling unicase v2.9.0
6862026-05-11T04:05:19.260Z Compiling eyre v0.6.12
6872026-05-11T04:05:19.307Z Compiling colorchoice v1.0.5
6882026-05-11T04:05:19.336Z Compiling tinyvec_macros v0.1.1
6892026-05-11T04:05:19.405Z Compiling self_update v0.42.0
6902026-05-11T04:05:19.408Z Compiling anstyle v1.0.14
6912026-05-11T04:05:19.429Z Compiling color-spantrace v0.3.0
6922026-05-11T04:05:19.504Z Compiling tinyvec v1.11.0
6932026-05-11T04:05:19.648Z Compiling anstream v1.0.0
6942026-05-11T04:05:19.676Z Compiling cargo-util-schemas v0.2.0
6952026-05-11T04:05:19.761Z Compiling chrono v0.4.44
6962026-05-11T04:05:19.821Z Compiling document-features v0.2.12
6972026-05-11T04:05:19.924Z Compiling guppy v0.17.25
6982026-05-11T04:05:20.124Z Compiling indicatif v0.17.11
6992026-05-11T04:05:20.361Z Compiling globset v0.4.18
7002026-05-11T04:05:20.657Z Compiling tar v0.4.45
7012026-05-11T04:05:21.430Z Compiling strip-ansi-escapes v0.2.1
7022026-05-11T04:05:21.941Z Compiling pin-project v1.1.12
7032026-05-11T04:05:22.046Z Compiling nextest-metadata v0.12.2
7042026-05-11T04:05:22.068Z Compiling toml v1.1.2+spec-1.1.0
7052026-05-11T04:05:23.075Z Compiling newtype-uuid v1.3.2
7062026-05-11T04:05:23.246Z Compiling reqwest v0.12.28
7072026-05-11T04:05:23.258Z Compiling futures v0.3.32
7082026-05-11T04:05:23.270Z Compiling rand_chacha v0.9.0
7092026-05-11T04:05:23.337Z Compiling digest v0.10.7
7102026-05-11T04:05:23.566Z Compiling derive_more v2.1.1
7112026-05-11T04:05:23.597Z Compiling parking_lot v0.12.5
7122026-05-11T04:05:23.647Z Compiling flate2 v1.1.9
7132026-05-11T04:05:23.826Z Compiling tracing-error v0.2.1
7142026-05-11T04:05:24.059Z Compiling shared_child v1.1.1
7152026-05-11T04:05:24.510Z Compiling signal-hook-mio v0.2.5
7162026-05-11T04:05:24.644Z Compiling self-replace v1.5.0
7172026-05-11T04:05:24.731Z Compiling cargo-platform v0.2.0
7182026-05-11T04:05:24.936Z Compiling quick-xml v0.37.5
7192026-05-11T04:05:25.279Z Compiling quick-xml v0.38.4
7202026-05-11T04:05:25.279Z Compiling humantime v2.3.0
7212026-05-11T04:05:25.466Z Compiling strsim v0.11.1
7222026-05-11T04:05:25.721Z Compiling recursion v0.5.4
7232026-05-11T04:05:25.859Z Compiling indenter v0.3.4
7242026-05-11T04:05:25.988Z Compiling clap_lex v1.1.0
7252026-05-11T04:05:26.367Z Compiling heck v0.5.0
7262026-05-11T04:05:26.454Z Compiling urlencoding v2.1.3
7272026-05-11T04:05:26.488Z Compiling shell-words v1.1.1
7282026-05-11T04:05:26.694Z Compiling cpufeatures v0.2.17
7292026-05-11T04:05:26.737Z Compiling clap_builder v4.6.0
7302026-05-11T04:05:26.774Z Compiling sha2 v0.10.9
7312026-05-11T04:05:26.891Z Compiling clap_derive v4.6.1
7322026-05-11T04:05:27.720Z Compiling quick-junit v0.5.2
7332026-05-11T04:05:27.976Z Compiling nextest-filtering v0.15.0
7342026-05-11T04:05:28.666Z Compiling humantime-serde v1.1.1
7352026-05-11T04:05:28.829Z Compiling cargo_metadata v0.20.0
7362026-05-11T04:05:30.807Z Compiling atomicwrites v0.4.4
7372026-05-11T04:05:31.098Z Compiling cargo-nextest v0.9.97
7382026-05-11T04:05:31.407Z Compiling crossterm v0.29.0
7392026-05-11T04:05:32.720Z Compiling duct v0.13.7
7402026-05-11T04:05:33.237Z Compiling zstd v0.13.3
7412026-05-11T04:05:33.613Z Compiling rand v0.9.4
7422026-05-11T04:05:33.672Z Compiling async-scoped v0.9.0
7432026-05-11T04:05:33.861Z Compiling config v0.15.22
7442026-05-11T04:05:33.874Z Compiling unicode-normalization v0.1.25
7452026-05-11T04:05:33.924Z Compiling target-spec-miette v0.4.6
7462026-05-11T04:05:34.331Z Compiling future-queue v0.4.0
7472026-05-11T04:05:34.356Z Compiling mukti-metadata v0.3.0
7482026-05-11T04:05:34.448Z Compiling camino-tempfile v1.4.1
7492026-05-11T04:05:34.500Z Compiling tokio-stream v0.1.18
7502026-05-11T04:05:34.606Z Compiling derive-where v1.6.1
7512026-05-11T04:05:34.623Z Compiling serde_ignored v0.1.14
7522026-05-11T04:05:34.841Z Compiling serde_path_to_error v0.1.20
7532026-05-11T04:05:34.841Z Compiling hex v0.4.3
7542026-05-11T04:05:34.889Z Compiling xxhash-rust v0.8.15
7552026-05-11T04:05:35.012Z Compiling home v0.5.12
7562026-05-11T04:05:35.070Z Compiling indent_write v2.2.0
7572026-05-11T04:05:35.175Z Compiling swrite v0.1.0
7582026-05-11T04:05:35.221Z Compiling color-eyre v0.6.5
7592026-05-11T04:05:35.271Z Compiling clap v4.6.1
7602026-05-11T04:05:35.290Z Compiling dialoguer v0.11.0
7612026-05-11T04:05:35.292Z Compiling enable-ansi-support v0.2.1
7622026-05-11T04:05:35.802Z Compiling nextest-runner v0.80.0
7632026-05-11T04:05:54.009Z Finished `release` profile [optimized] target(s) in 1m 10s
7642026-05-11T04:05:54.198Z Installing /home/build/.cargo/bin/cargo-nextest
7652026-05-11T04:05:54.201Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7662026-05-11T04:05:54.321Z+ pushd rdb
7672026-05-11T04:05:54.325Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7682026-05-11T04:05:54.325Z+ cargo nextest run
7692026-05-11T04:05:54.479Z Updating git repository `https://github.com/oxidecomputer/falcon`
7702026-05-11T04:05:55.015ZFrom https://github.com/oxidecomputer/falcon
7712026-05-11T04:05:55.015Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7722026-05-11T04:05:55.090Z Updating crates.io index
7732026-05-11T04:05:55.126Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7742026-05-11T04:05:55.827ZFrom https://github.com/oxidecomputer/dendrite
7752026-05-11T04:05:55.827Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7762026-05-11T04:05:55.905Z Updating git repository `https://github.com/oxidecomputer/ispf`
7772026-05-11T04:05:56.179ZFrom https://github.com/oxidecomputer/ispf
7782026-05-11T04:05:56.180Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7792026-05-11T04:05:56.182Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7802026-05-11T04:05:56.505ZFrom https://github.com/oxidecomputer/netadm-sys
7812026-05-11T04:05:56.505Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7822026-05-11T04:05:56.516Z Updating git repository `https://github.com/oxidecomputer/omicron`
7832026-05-11T04:06:02.192ZFrom https://github.com/oxidecomputer/omicron
7842026-05-11T04:06:02.192Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
7852026-05-11T04:06:02.595Z Updating git repository `https://github.com/oxidecomputer/opte`
7862026-05-11T04:06:03.190ZFrom https://github.com/oxidecomputer/opte
7872026-05-11T04:06:03.190Z * [new ref] bae0440c199b3908c12903a9532854936353433b -> refs/commit/bae0440c199b3908c12903a9532854936353433b
7882026-05-11T04:06:03.347Z Updating git repository `https://github.com/illumos/smf-rs`
7892026-05-11T04:06:03.583ZFrom https://github.com/illumos/smf-rs
7902026-05-11T04:06:03.583Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7912026-05-11T04:06:03.726Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7922026-05-11T04:06:04.151ZFrom https://github.com/oxidecomputer/poptrie
7932026-05-11T04:06:04.151Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
7942026-05-11T04:06:04.171Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7952026-05-11T04:06:04.427ZFrom https://github.com/oxidecomputer/network-interface
7962026-05-11T04:06:04.427Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
7972026-05-11T04:06:04.452Z Updating git repository `https://github.com/oxidecomputer/zone`
7982026-05-11T04:06:04.686ZFrom https://github.com/oxidecomputer/zone
7992026-05-11T04:06:04.686Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8002026-05-11T04:06:04.705Z Updating git repository `https://github.com/oxidecomputer/propolis`
8012026-05-11T04:06:05.323ZFrom https://github.com/oxidecomputer/propolis
8022026-05-11T04:06:05.323Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8032026-05-11T04:06:05.431Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8042026-05-11T04:06:05.901ZFrom https://github.com/oxidecomputer/transceiver-control
8052026-05-11T04:06:05.901Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8062026-05-11T04:06:05.910Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8072026-05-11T04:06:06.138ZFrom https://github.com/oxidecomputer/dlpi-sys
8082026-05-11T04:06:06.138Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8092026-05-11T04:06:06.163Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8102026-05-11T04:06:06.448ZFrom https://github.com/jmesmon/rust-libzfs
8112026-05-11T04:06:06.448Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8122026-05-11T04:06:06.456Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8132026-05-11T04:06:06.692ZFrom https://github.com/oxidecomputer/rusty-doors
8142026-05-11T04:06:06.692Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8152026-05-11T04:06:06.755Z Updating git repository `https://github.com/oxidecomputer/lldp`
8162026-05-11T04:06:07.049ZFrom https://github.com/oxidecomputer/lldp
8172026-05-11T04:06:07.049Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8182026-05-11T04:06:07.152Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8192026-05-11T04:06:07.403ZFrom https://github.com/oxidecomputer/slog-error-chain
8202026-05-11T04:06:07.403Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8212026-05-11T04:06:07.423Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8222026-05-11T04:06:07.681ZFrom https://github.com/oxidecomputer/tufaceous
8232026-05-11T04:06:07.681Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8242026-05-11T04:06:07.701Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8252026-05-11T04:06:08.125ZFrom https://github.com/oxidecomputer/management-gateway-service
8262026-05-11T04:06:08.125Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8272026-05-11T04:06:08.248Z Updating git repository `https://github.com/oxidecomputer/crucible`
8282026-05-11T04:06:09.628ZFrom https://github.com/oxidecomputer/crucible
8292026-05-11T04:06:09.628Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8302026-05-11T04:06:09.839Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8312026-05-11T04:06:10.303ZFrom https://github.com/oxidecomputer/serde_human_bytes
8322026-05-11T04:06:10.303Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8332026-05-11T04:06:10.577Z Updating git repository `https://github.com/oxidecomputer/propolis`
8342026-05-11T04:06:10.857ZFrom https://github.com/oxidecomputer/propolis
8352026-05-11T04:06:10.857Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8362026-05-11T04:06:10.935Z Updating git repository `https://github.com/oxidecomputer/tofino`
8372026-05-11T04:06:11.194ZFrom https://github.com/oxidecomputer/tofino
8382026-05-11T04:06:11.194Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8392026-05-11T04:06:11.214Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8402026-05-11T04:06:11.715ZFrom https://github.com/oxidecomputer/maghemite
8412026-05-11T04:06:11.715Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8422026-05-11T04:06:11.782Z Updating git repository `https://github.com/oxidecomputer/clickward`
8432026-05-11T04:06:12.038ZFrom https://github.com/oxidecomputer/clickward
8442026-05-11T04:06:12.038Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8452026-05-11T04:06:12.240Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8462026-05-11T04:06:12.504ZFrom https://github.com/oxidecomputer/illumos-devinfo
8472026-05-11T04:06:12.504Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8482026-05-11T04:06:12.605Z Updating git repository `https://github.com/oxidecomputer/crucible`
8492026-05-11T04:06:12.950ZFrom https://github.com/oxidecomputer/crucible
8502026-05-11T04:06:12.950Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8512026-05-11T04:06:13.824Z Downloading crates ...
8522026-05-11T04:06:13.927Z Downloaded aead v0.5.2
8532026-05-11T04:06:13.934Z Downloaded darling_macro v0.23.0
8542026-05-11T04:06:13.940Z Downloaded backon v1.6.0
8552026-05-11T04:06:13.944Z Downloaded embedded-io v0.6.1
8562026-05-11T04:06:13.948Z Downloaded is-terminal v0.4.17
8572026-05-11T04:06:13.950Z Downloaded byte-wrapper v0.1.0
8582026-05-11T04:06:13.953Z Downloaded dropshot-api-manager-types v0.7.0
8592026-05-11T04:06:13.955Z Downloaded argon2 v0.5.3
8602026-05-11T04:06:13.958Z Downloaded cpufeatures v0.3.0
8612026-05-11T04:06:13.961Z Downloaded bitflags v2.11.0
8622026-05-11T04:06:13.964Z Downloaded memmap v0.7.0
8632026-05-11T04:06:13.964Z Downloaded embedded-io v0.4.0
8642026-05-11T04:06:13.967Z Downloaded internet-checksum v0.2.1
8652026-05-11T04:06:13.967Z Downloaded newtype-uuid-macros v0.1.0
8662026-05-11T04:06:13.970Z Downloaded hubpack v0.1.2
8672026-05-11T04:06:13.970Z Downloaded defmt v1.0.1
8682026-05-11T04:06:13.973Z Downloaded cancel-safe-futures v0.1.5
8692026-05-11T04:06:13.976Z Downloaded libsw-core v0.3.2
8702026-05-11T04:06:13.978Z Downloaded crucible-workspace-hack v0.1.0
8712026-05-11T04:06:13.979Z Downloaded const_format v0.2.35
8722026-05-11T04:06:13.981Z Downloaded cookie v0.18.1
8732026-05-11T04:06:13.984Z Downloaded crc8 v0.1.1
8742026-05-11T04:06:13.987Z Downloaded cstr-argument v0.1.2
8752026-05-11T04:06:13.987Z Downloaded ciborium v0.2.2
8762026-05-11T04:06:13.990Z Downloaded instant v0.1.13
8772026-05-11T04:06:13.993Z Downloaded indicatif v0.18.4
8782026-05-11T04:06:13.996Z Downloaded gethostname v0.5.0
8792026-05-11T04:06:13.996Z Downloaded const-random-macro v0.1.16
8802026-05-11T04:06:13.998Z Downloaded defmt v0.3.100
8812026-05-11T04:06:13.998Z Downloaded async-stream-impl v0.3.6
8822026-05-11T04:06:14.001Z Downloaded cobs v0.3.0
8832026-05-11T04:06:14.001Z Downloaded fastrand v2.3.0
8842026-05-11T04:06:14.004Z Downloaded icu_normalizer v2.1.1
8852026-05-11T04:06:14.007Z Downloaded num-iter v0.1.45
8862026-05-11T04:06:14.007Z Downloaded linked-hash-map v0.5.6
8872026-05-11T04:06:14.009Z Downloaded hostname v0.4.2
8882026-05-11T04:06:14.009Z Downloaded inout v0.1.4
8892026-05-11T04:06:14.012Z Downloaded heck v0.4.1
8902026-05-11T04:06:14.014Z Downloaded ciborium-io v0.2.2
8912026-05-11T04:06:14.014Z Downloaded ipnetwork v0.21.1
8922026-05-11T04:06:14.017Z Downloaded hostname v0.3.1
8932026-05-11T04:06:14.019Z Downloaded managed v0.8.0
8942026-05-11T04:06:14.020Z Downloaded icu_properties_data v2.1.2
8952026-05-11T04:06:14.024Z Downloaded git-stub v1.0.0
8962026-05-11T04:06:14.027Z Downloaded match_cfg v0.1.0
8972026-05-11T04:06:14.029Z Downloaded natord v1.0.9
8982026-05-11T04:06:14.030Z Downloaded arrayref v0.3.9
8992026-05-11T04:06:14.030Z Downloaded hash32 v0.3.1
9002026-05-11T04:06:14.032Z Downloaded ident_case v1.0.1
9012026-05-11T04:06:14.032Z Downloaded newline-converter v0.3.0
9022026-05-11T04:06:14.035Z Downloaded mime v0.3.17
9032026-05-11T04:06:14.035Z Downloaded lru-cache v0.1.2
9042026-05-11T04:06:14.039Z Downloaded dtrace-parser v0.3.0
9052026-05-11T04:06:14.039Z Downloaded macaddr v1.0.1
9062026-05-11T04:06:14.041Z Downloaded keccak v0.1.6
9072026-05-11T04:06:14.041Z Downloaded num v0.4.3
9082026-05-11T04:06:14.041Z Downloaded compression-core v0.4.31
9092026-05-11T04:06:14.044Z Downloaded hubpack_derive v0.1.1
9102026-05-11T04:06:14.044Z Downloaded dunce v1.0.5
9112026-05-11T04:06:14.047Z Downloaded foreign-types-shared v0.3.1
9122026-05-11T04:06:14.047Z Downloaded dof v0.4.0
9132026-05-11T04:06:14.047Z Downloaded no-std-compat v0.4.1
9142026-05-11T04:06:14.049Z Downloaded daft v0.1.5
9152026-05-11T04:06:14.049Z Downloaded compression-codecs v0.4.37
9162026-05-11T04:06:14.052Z Downloaded bcs v0.1.6
9172026-05-11T04:06:14.055Z Downloaded memoffset v0.9.1
9182026-05-11T04:06:14.058Z Downloaded multer v3.1.0
9192026-05-11T04:06:14.058Z Downloaded fs_extra v1.3.0
9202026-05-11T04:06:14.061Z Downloaded dtrace-parser v0.2.0
9212026-05-11T04:06:14.061Z Downloaded crunchy v0.2.4
9222026-05-11T04:06:14.061Z Downloaded ingot v0.1.1
9232026-05-11T04:06:14.064Z Downloaded httpdate v1.0.3
9242026-05-11T04:06:14.064Z Downloaded group v0.13.0
9252026-05-11T04:06:14.066Z Downloaded idna_adapter v1.2.1
9262026-05-11T04:06:14.066Z Downloaded darling_macro v0.21.3
9272026-05-11T04:06:14.069Z Downloaded fixedbitset v0.4.2
9282026-05-11T04:06:14.069Z Downloaded newtype_derive v0.1.6
9292026-05-11T04:06:14.072Z Downloaded bit-set v0.8.0
9302026-05-11T04:06:14.072Z Downloaded convert_case v0.4.0
9312026-05-11T04:06:14.072Z Downloaded libscf-sys v1.1.0
9322026-05-11T04:06:14.077Z Downloaded foreign-types-macros v0.2.3
9332026-05-11T04:06:14.077Z Downloaded const_format_proc_macros v0.2.34
9342026-05-11T04:06:14.077Z Downloaded foreign-types v0.5.0
9352026-05-11T04:06:14.080Z Downloaded bit-vec v0.8.0
9362026-05-11T04:06:14.081Z Downloaded omicron-workspace-hack v0.1.0
9372026-05-11T04:06:14.081Z Downloaded olpc-cjson v0.1.4
9382026-05-11T04:06:14.087Z Downloaded num_threads v0.1.7
9392026-05-11T04:06:14.087Z Downloaded dof v0.3.0
9402026-05-11T04:06:14.087Z Downloaded defmt-parser v1.0.0
9412026-05-11T04:06:14.091Z Downloaded float-ord v0.3.2
9422026-05-11T04:06:14.091Z Downloaded base16ct v1.0.0
9432026-05-11T04:06:14.091Z Downloaded num-derive v0.3.3
9442026-05-11T04:06:14.091Z Downloaded linear-map v1.2.0
9452026-05-11T04:06:14.091Z Downloaded const-random v0.1.18
9462026-05-11T04:06:14.094Z Downloaded ciborium-ll v0.2.2
9472026-05-11T04:06:14.094Z Downloaded async-stream v0.3.6
9482026-05-11T04:06:14.094Z Downloaded fxhash v0.2.1
9492026-05-11T04:06:14.097Z Downloaded num-integer v0.1.46
9502026-05-11T04:06:14.097Z Downloaded opaque-debug v0.3.1
9512026-05-11T04:06:14.100Z Downloaded num-derive v0.4.2
9522026-05-11T04:06:14.100Z Downloaded highway v1.3.0
9532026-05-11T04:06:14.105Z Downloaded enum-as-inner v0.6.1
9542026-05-11T04:06:14.105Z Downloaded num-conv v0.2.1
9552026-05-11T04:06:14.105Z Downloaded ff v0.13.1
9562026-05-11T04:06:14.108Z Downloaded chacha20poly1305 v0.10.1
9572026-05-11T04:06:14.108Z Downloaded num_enum_derive v0.5.11
9582026-05-11T04:06:14.108Z Downloaded libsw v3.5.0
9592026-05-11T04:06:14.110Z Downloaded hyper-rustls v0.27.7
9602026-05-11T04:06:14.111Z Downloaded critical-section v1.2.0
9612026-05-11T04:06:14.113Z Downloaded potential_utf v0.1.4
9622026-05-11T04:06:14.113Z Downloaded plain v0.2.3
9632026-05-11T04:06:14.113Z Downloaded byteorder v1.5.0
9642026-05-11T04:06:14.116Z Downloaded proc-macro-crate v1.3.1
9652026-05-11T04:06:14.116Z Downloaded proc-macro-error-attr v1.0.4
9662026-05-11T04:06:14.119Z Downloaded proc-macro-error-attr2 v2.0.0
9672026-05-11T04:06:14.119Z Downloaded dyn-clone v1.0.20
9682026-05-11T04:06:14.122Z Downloaded async-trait v0.1.89
9692026-05-11T04:06:14.122Z Downloaded num-complex v0.4.6
9702026-05-11T04:06:14.125Z Downloaded cmake v0.1.58
9712026-05-11T04:06:14.125Z Downloaded constant_time_eq v0.4.2
9722026-05-11T04:06:14.128Z Downloaded backoff v0.4.0
9732026-05-11T04:06:14.128Z Downloaded fs-err v3.3.0
9742026-05-11T04:06:14.131Z Downloaded oxide-tokio-rt v0.1.4
9752026-05-11T04:06:14.131Z Downloaded filetime v0.2.27
9762026-05-11T04:06:14.133Z Downloaded displaydoc v0.2.5
9772026-05-11T04:06:14.136Z Downloaded phf_shared v0.12.1
9782026-05-11T04:06:14.136Z Downloaded daft-derive v0.1.5
9792026-05-11T04:06:14.139Z Downloaded bitflags v1.3.2
9802026-05-11T04:06:14.141Z Downloaded progenitor-client v0.14.0
9812026-05-11T04:06:14.141Z Downloaded progenitor-client v0.11.2
9822026-05-11T04:06:14.144Z Downloaded arrayvec v0.7.6
9832026-05-11T04:06:14.144Z Downloaded crossbeam-deque v0.8.6
9842026-05-11T04:06:14.147Z Downloaded hashbrown v0.12.3
9852026-05-11T04:06:14.149Z Downloaded glob v0.3.3
9862026-05-11T04:06:14.149Z Downloaded git-stub-vcs v0.1.0
9872026-05-11T04:06:14.152Z Downloaded defmt-macros v1.0.1
9882026-05-11T04:06:14.152Z Downloaded powerfmt v0.2.0
9892026-05-11T04:06:14.155Z Downloaded drift v0.1.3
9902026-05-11T04:06:14.158Z Downloaded derive-ex v0.1.8
9912026-05-11T04:06:14.158Z Downloaded memmap2 v0.9.10
9922026-05-11T04:06:14.161Z Downloaded darling v0.21.3
9932026-05-11T04:06:14.163Z Downloaded quick-error v1.2.3
9942026-05-11T04:06:14.166Z Downloaded progenitor-macro v0.14.0
9952026-05-11T04:06:14.166Z Downloaded proc-macro-crate v3.5.0
9962026-05-11T04:06:14.166Z Downloaded erased-serde v0.3.31
9972026-05-11T04:06:14.169Z Downloaded cipher v0.4.4
9982026-05-11T04:06:14.169Z Downloaded blake2 v0.10.6
9992026-05-11T04:06:14.172Z Downloaded progenitor-client v0.10.0
10002026-05-11T04:06:14.172Z Downloaded csv-core v0.1.13
10012026-05-11T04:06:14.175Z Downloaded num_enum v0.5.11
10022026-05-11T04:06:14.178Z Downloaded proc-macro-error v1.0.4
10032026-05-11T04:06:14.178Z Downloaded rand_chacha v0.3.1
10042026-05-11T04:06:14.181Z Downloaded pretty-hex v0.4.2
10052026-05-11T04:06:14.181Z Downloaded poly1305 v0.8.0
10062026-05-11T04:06:14.183Z Downloaded progenitor-macro v0.11.2
10072026-05-11T04:06:14.183Z Downloaded same-file v1.0.6
10082026-05-11T04:06:14.186Z Downloaded progenitor-macro v0.10.0
10092026-05-11T04:06:14.186Z Downloaded oxnet v0.1.4
10102026-05-11T04:06:14.186Z Downloaded num_enum_derive v0.7.6
10112026-05-11T04:06:14.189Z Downloaded num_enum v0.7.6
10122026-05-11T04:06:14.191Z Downloaded rustc_version v0.1.7
10132026-05-11T04:06:14.191Z Downloaded litemap v0.8.1
10142026-05-11T04:06:14.194Z Downloaded diff v0.1.13
10152026-05-11T04:06:14.197Z Downloaded chacha20 v0.10.0
10162026-05-11T04:06:14.197Z Downloaded omicron-zone-package v0.12.2
10172026-05-11T04:06:14.200Z Downloaded deranged v0.5.8
10182026-05-11T04:06:14.202Z Downloaded ingot-types v0.1.2
10192026-05-11T04:06:14.202Z Downloaded anyhow v1.0.102
10202026-05-11T04:06:14.205Z Downloaded progenitor-client v0.13.0
10212026-05-11T04:06:14.205Z Downloaded paste v1.0.15
10222026-05-11T04:06:14.208Z Downloaded parking_lot_core v0.8.6
10232026-05-11T04:06:14.208Z Downloaded progenitor v0.11.2
10242026-05-11T04:06:14.211Z Downloaded phf v0.12.1
10252026-05-11T04:06:14.211Z Downloaded proc-macro-error2 v2.0.1
10262026-05-11T04:06:14.214Z Downloaded clap v4.6.0
10272026-05-11T04:06:14.217Z Downloaded secrecy v0.10.3
10282026-05-11T04:06:14.220Z Downloaded half v2.7.1
10292026-05-11T04:06:14.222Z Downloaded pin-project-internal v1.1.11
10302026-05-11T04:06:14.222Z Downloaded crossbeam-utils v0.8.21
10312026-05-11T04:06:14.225Z Downloaded cargo_toml v0.22.3
10322026-05-11T04:06:14.225Z Downloaded parse-display-derive v0.10.0
10332026-05-11T04:06:14.225Z Downloaded console v0.16.3
10342026-05-11T04:06:14.228Z Downloaded aws-lc-rs v1.16.2
10352026-05-11T04:06:14.232Z Downloaded serial_test_derive v3.4.0
10362026-05-11T04:06:14.235Z Downloaded serde_repr v0.1.20
10372026-05-11T04:06:14.235Z Downloaded scroll_derive v0.13.1
10382026-05-11T04:06:14.238Z Downloaded progenitor v0.10.0
10392026-05-11T04:06:14.238Z Downloaded pest_derive v2.8.6
10402026-05-11T04:06:14.238Z Downloaded sigpipe v0.1.3
10412026-05-11T04:06:14.241Z Downloaded serde_plain v1.0.2
10422026-05-11T04:06:14.241Z Downloaded pem v3.0.6
10432026-05-11T04:06:14.241Z Downloaded serde_spanned v1.1.0
10442026-05-11T04:06:14.243Z Downloaded scroll_derive v0.12.1
10452026-05-11T04:06:14.244Z Downloaded sha1 v0.10.6
10462026-05-11T04:06:14.244Z Downloaded siphasher v1.0.2
10472026-05-11T04:06:14.246Z Downloaded colored v3.1.1
10482026-05-11T04:06:14.246Z Downloaded semver v0.1.20
10492026-05-11T04:06:14.250Z Downloaded serial_test v3.4.0
10502026-05-11T04:06:14.250Z Downloaded progenitor v0.14.0
10512026-05-11T04:06:14.254Z Downloaded progenitor-extras v0.1.1
10522026-05-11T04:06:14.254Z Downloaded rand_xorshift v0.4.0
10532026-05-11T04:06:14.255Z Downloaded clap_derive v4.6.0
10542026-05-11T04:06:14.255Z Downloaded slog-bunyan v2.5.0
10552026-05-11T04:06:14.258Z Downloaded resolv-conf v0.7.6
10562026-05-11T04:06:14.258Z Downloaded spin v0.5.2
10572026-05-11T04:06:14.258Z Downloaded serde-big-array v0.5.1
10582026-05-11T04:06:14.258Z Downloaded rand_core v0.10.0
10592026-05-11T04:06:14.260Z Downloaded password-hash v0.5.0
10602026-05-11T04:06:14.260Z Downloaded rustls-pemfile v2.2.0
10612026-05-11T04:06:14.263Z Downloaded parse-display v0.10.0
10622026-05-11T04:06:14.263Z Downloaded ref-cast-impl v1.0.25
10632026-05-11T04:06:14.264Z Downloaded slog-envlogger v2.2.0
10642026-05-11T04:06:14.264Z Downloaded ref-cast v1.0.25
10652026-05-11T04:06:14.267Z Downloaded progenitor-macro v0.13.0
10662026-05-11T04:06:14.267Z Downloaded smawk v0.3.2
10672026-05-11T04:06:14.267Z Downloaded icu_provider v2.1.1
10682026-05-11T04:06:14.270Z Downloaded hmac v0.12.1
10692026-05-11T04:06:14.270Z Downloaded progenitor v0.13.0
10702026-05-11T04:06:14.273Z Downloaded num-rational v0.4.2
10712026-05-11T04:06:14.273Z Downloaded indexmap v1.9.3
10722026-05-11T04:06:14.276Z Downloaded data-encoding v2.10.0
10732026-05-11T04:06:14.276Z Downloaded parking_lot v0.11.2
10742026-05-11T04:06:14.279Z Downloaded pkg-config v0.3.32
10752026-05-11T04:06:14.279Z Downloaded async-recursion v1.1.1
10762026-05-11T04:06:14.281Z Downloaded ingot-macros v0.1.1
10772026-05-11T04:06:14.281Z Downloaded strum v0.27.2
10782026-05-11T04:06:14.281Z Downloaded tabwriter v1.4.1
10792026-05-11T04:06:14.284Z Downloaded tabled_derive v0.7.0
10802026-05-11T04:06:14.284Z Downloaded structmeta-derive v0.3.0
10812026-05-11T04:06:14.284Z Downloaded strum v0.26.3
10822026-05-11T04:06:14.284Z Downloaded foldhash v0.2.0
10832026-05-11T04:06:14.287Z Downloaded base16ct v0.2.0
10842026-05-11T04:06:14.287Z Downloaded tabled_derive v0.11.0
10852026-05-11T04:06:14.290Z Downloaded scroll v0.13.0
10862026-05-11T04:06:14.290Z Downloaded rustversion v1.0.22
10872026-05-11T04:06:14.293Z Downloaded arc-swap v1.9.0
10882026-05-11T04:06:14.293Z Downloaded scroll v0.12.0
10892026-05-11T04:06:14.295Z Downloaded chacha20 v0.9.1
10902026-05-11T04:06:14.295Z Downloaded bytecount v0.6.9
10912026-05-11T04:06:14.298Z Downloaded stable_deref_trait v1.2.1
10922026-05-11T04:06:14.298Z Downloaded tagptr v0.2.0
10932026-05-11T04:06:14.301Z Downloaded structmeta v0.3.0
10942026-05-11T04:06:14.301Z Downloaded icu_normalizer_data v2.1.1
10952026-05-11T04:06:14.304Z Downloaded icu_locale_core v2.1.1
10962026-05-11T04:06:14.307Z Downloaded time-core v0.1.8
10972026-05-11T04:06:14.307Z Downloaded darling_core v0.21.3
10982026-05-11T04:06:14.309Z Downloaded serde_tokenstream v0.2.3
10992026-05-11T04:06:14.309Z Downloaded schemars_derive v0.8.22
11002026-05-11T04:06:14.312Z Downloaded rusty-fork v0.3.1
11012026-05-11T04:06:14.312Z Downloaded rustls-native-certs v0.8.3
11022026-05-11T04:06:14.315Z Downloaded slog-dtrace v0.3.0
11032026-05-11T04:06:14.315Z Downloaded slog-async v2.8.0
11042026-05-11T04:06:14.315Z Downloaded testing_table v0.3.0
11052026-05-11T04:06:14.315Z Downloaded serde_derive_internals v0.29.1
11062026-05-11T04:06:14.318Z Downloaded postcard v1.1.3
11072026-05-11T04:06:14.318Z Downloaded termtree v0.5.1
11082026-05-11T04:06:14.320Z Downloaded slog-json v2.6.1
11092026-05-11T04:06:14.320Z Downloaded thread-id v4.2.2
11102026-05-11T04:06:14.320Z Downloaded take_mut v0.2.2
11112026-05-11T04:06:14.323Z Downloaded rhai_codegen v3.1.0
11122026-05-11T04:06:14.326Z Downloaded thread-id v5.1.0
11132026-05-11T04:06:14.326Z Downloaded usdt v0.5.0
11142026-05-11T04:06:14.328Z Downloaded unarray v0.1.4
11152026-05-11T04:06:14.328Z Downloaded pest_generator v2.8.6
11162026-05-11T04:06:14.328Z Downloaded slog-scope v4.4.1
11172026-05-11T04:06:14.331Z Downloaded icu_properties v2.1.2
11182026-05-11T04:06:14.332Z Downloaded crossbeam-epoch v0.9.18
11192026-05-11T04:06:14.334Z Downloaded heapless v0.8.0
11202026-05-11T04:06:14.337Z Downloaded dropshot_endpoint v0.16.7
11212026-05-11T04:06:14.340Z Downloaded allocator-api2 v0.2.21
11222026-05-11T04:06:14.343Z Downloaded progenitor-impl v0.14.0
11232026-05-11T04:06:14.343Z Downloaded progenitor-impl v0.10.0
11242026-05-11T04:06:14.345Z Downloaded progenitor-impl v0.13.0
11252026-05-11T04:06:14.345Z Downloaded progenitor-impl v0.11.2
11262026-05-11T04:06:14.348Z Downloaded sdd v3.0.10
11272026-05-11T04:06:14.348Z Downloaded snafu-derive v0.8.9
11282026-05-11T04:06:14.351Z Downloaded topological-sort v0.2.2
11292026-05-11T04:06:14.351Z Downloaded darling v0.23.0
11302026-05-11T04:06:14.355Z Downloaded wait-timeout v0.2.1
11312026-05-11T04:06:14.358Z Downloaded smartstring v1.0.1
11322026-05-11T04:06:14.358Z Downloaded waitgroup v0.1.2
11332026-05-11T04:06:14.358Z Downloaded rustls-pki-types v1.14.0
11342026-05-11T04:06:14.362Z Downloaded usdt-attr-macro v0.5.0
11352026-05-11T04:06:14.362Z Downloaded papergrid v0.17.0
11362026-05-11T04:06:14.365Z Downloaded papergrid v0.11.0
11372026-05-11T04:06:14.365Z Downloaded pest_meta v2.8.6
11382026-05-11T04:06:14.375Z Downloaded minimal-lexical v0.2.1
11392026-05-11T04:06:14.375Z Downloaded jiff-static v0.2.23
11402026-05-11T04:06:14.375Z Downloaded icu_collections v2.1.1
11412026-05-11T04:06:14.376Z Downloaded typify-macro v0.4.3
11422026-05-11T04:06:14.376Z Downloaded usdt v0.6.0
11432026-05-11T04:06:14.376Z Downloaded thiserror-impl-no-std v2.0.2
11442026-05-11T04:06:14.380Z Downloaded unit-prefix v0.5.2
11452026-05-11T04:06:14.380Z Downloaded time-macros v0.2.27
11462026-05-11T04:06:14.380Z Downloaded untrusted v0.7.1
11472026-05-11T04:06:14.380Z Downloaded universal-hash v0.5.1
11482026-05-11T04:06:14.382Z Downloaded darling_core v0.23.0
11492026-05-11T04:06:14.386Z Downloaded smf v0.2.3
11502026-05-11T04:06:14.389Z Downloaded slog-term v2.9.2
11512026-05-11T04:06:14.392Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11522026-05-11T04:06:14.392Z Downloaded yoke-derive v0.8.1
11532026-05-11T04:06:14.392Z Downloaded synstructure v0.13.2
11542026-05-11T04:06:14.392Z Downloaded tokio-dtrace v0.1.1
11552026-05-11T04:06:14.395Z Downloaded usdt-macro v0.5.0
11562026-05-11T04:06:14.395Z Downloaded strum_macros v0.27.2
11572026-05-11T04:06:14.395Z Downloaded strum_macros v0.26.4
11582026-05-11T04:06:14.398Z Downloaded zeroize_derive v1.4.3
11592026-05-11T04:06:14.398Z Downloaded zerofrom v0.1.6
11602026-05-11T04:06:14.401Z Downloaded zone_cfg_derive v0.3.1
11612026-05-11T04:06:14.401Z Downloaded usdt-macro v0.6.0
11622026-05-11T04:06:14.401Z Downloaded base64 v0.21.7
11632026-05-11T04:06:14.404Z Downloaded serde_with_macros v3.18.0
11642026-05-11T04:06:14.404Z Downloaded rustls-platform-verifier v0.6.2
11652026-05-11T04:06:14.409Z Downloaded prettyplease v0.2.37
11662026-05-11T04:06:14.413Z Downloaded tinystr v0.8.2
11672026-05-11T04:06:14.418Z Downloaded tiny-keccak v2.0.2
11682026-05-11T04:06:14.418Z Downloaded dropshot_endpoint v0.17.0
11692026-05-11T04:06:14.423Z Downloaded toml_writer v1.1.0+spec-1.1.0
11702026-05-11T04:06:14.423Z Downloaded usdt-attr-macro v0.6.0
11712026-05-11T04:06:14.423Z Downloaded schemars v0.8.22
11722026-05-11T04:06:14.428Z Downloaded vsss-rs v3.3.4
11732026-05-11T04:06:14.430Z Downloaded expectorate v1.2.0
11742026-05-11T04:06:14.433Z Downloaded openssl-sys v0.9.112
11752026-05-11T04:06:14.435Z Downloaded utf-8 v0.7.6
11762026-05-11T04:06:14.435Z Downloaded walkdir v2.5.0
11772026-05-11T04:06:14.435Z Downloaded tokio-tungstenite v0.21.0
11782026-05-11T04:06:14.438Z Downloaded tokio-rustls v0.25.0
11792026-05-11T04:06:14.438Z Downloaded writeable v0.6.2
11802026-05-11T04:06:14.441Z Downloaded zone v0.3.1
11812026-05-11T04:06:14.441Z Downloaded derive_more v0.99.20
11822026-05-11T04:06:14.444Z Downloaded crypto-bigint v0.5.5
11832026-05-11T04:06:14.446Z Downloaded slog-stdlog v4.1.1
11842026-05-11T04:06:14.449Z Downloaded pin-project v1.1.11
11852026-05-11T04:06:14.453Z Downloaded yoke v0.8.1
11862026-05-11T04:06:14.456Z Downloaded xz2 v0.1.7
11872026-05-11T04:06:14.456Z Downloaded typify-macro v0.6.2
11882026-05-11T04:06:14.456Z Downloaded libm v0.2.16
11892026-05-11T04:06:14.460Z Downloaded rayon-core v1.13.0
11902026-05-11T04:06:14.464Z Downloaded pretty_assertions v1.4.1
11912026-05-11T04:06:14.467Z Downloaded spin v0.9.8
11922026-05-11T04:06:14.467Z Downloaded hickory-resolver v0.24.4
11932026-05-11T04:06:14.470Z Downloaded usdt-impl v0.5.0
11942026-05-11T04:06:14.470Z Downloaded cc v1.2.58
11952026-05-11T04:06:14.470Z Downloaded crossbeam-channel v0.5.15
11962026-05-11T04:06:14.475Z Downloaded usdt-impl v0.6.0
11972026-05-11T04:06:14.477Z Downloaded nom v7.1.3
11982026-05-11T04:06:14.480Z Downloaded thin-vec v0.2.14
11992026-05-11T04:06:14.480Z Downloaded term v1.2.1
12002026-05-11T04:06:14.483Z Downloaded hickory-resolver v0.25.2
12012026-05-11T04:06:14.483Z Downloaded thiserror-no-std v2.0.2
12022026-05-11T04:06:14.486Z Downloaded schemars v0.9.0
12032026-05-11T04:06:14.493Z Downloaded similar v2.7.0
12042026-05-11T04:06:14.496Z Downloaded zerovec-derive v0.11.2
12052026-05-11T04:06:14.499Z Downloaded zerofrom-derive v0.1.6
12062026-05-11T04:06:14.499Z Downloaded toml_parser v1.1.0+spec-1.1.0
12072026-05-11T04:06:14.499Z Downloaded slog v2.8.2
12082026-05-11T04:06:14.502Z Downloaded tungstenite v0.21.0
12092026-05-11T04:06:14.510Z Downloaded elliptic-curve v0.13.8
12102026-05-11T04:06:14.513Z Downloaded snafu v0.8.9
12112026-05-11T04:06:14.516Z Downloaded ucd-trie v0.1.7
12122026-05-11T04:06:14.518Z Downloaded qorb v0.4.1
12132026-05-11T04:06:14.521Z Downloaded async-compression v0.4.41
12142026-05-11T04:06:14.524Z Downloaded dropshot-api-manager v0.7.0
12152026-05-11T04:06:14.526Z Downloaded itertools v0.12.1
12162026-05-11T04:06:14.529Z Downloaded whoami v1.6.1
12172026-05-11T04:06:14.531Z Downloaded toml_edit v0.25.8+spec-1.1.0
12182026-05-11T04:06:14.531Z Downloaded toml v0.7.8
12192026-05-11T04:06:14.534Z Downloaded zerocopy-derive v0.7.35
12202026-05-11T04:06:14.537Z Downloaded nom v8.0.0
12212026-05-11T04:06:14.539Z Downloaded toml v1.1.0+spec-1.1.0
12222026-05-11T04:06:14.542Z Downloaded toml v0.9.12+spec-1.1.0
12232026-05-11T04:06:14.545Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12242026-05-11T04:06:14.545Z Downloaded test-strategy v0.4.5
12252026-05-11T04:06:14.547Z Downloaded serde_yaml v0.9.34+deprecated
12262026-05-11T04:06:14.550Z Downloaded pest v2.8.6
12272026-05-11T04:06:14.553Z Downloaded h2 v0.4.13
12282026-05-11T04:06:14.555Z Downloaded unsafe-libyaml v0.2.11
12292026-05-11T04:06:14.558Z Downloaded typify v0.6.2
12302026-05-11T04:06:14.558Z Downloaded typify v0.4.3
12312026-05-11T04:06:14.561Z Downloaded rustls-webpki v0.103.10
12322026-05-11T04:06:14.563Z Downloaded iddqd v0.3.17
12332026-05-11T04:06:14.566Z Downloaded hashbrown v0.16.1
12342026-05-11T04:06:14.569Z Downloaded zerotrie v0.2.3
12352026-05-11T04:06:14.572Z Downloaded hashbrown v0.17.0
12362026-05-11T04:06:14.575Z Downloaded rand v0.8.5
12372026-05-11T04:06:14.589Z Downloaded steno v0.4.1
12382026-05-11T04:06:14.592Z Downloaded schemars v1.2.1
12392026-05-11T04:06:14.600Z Downloaded yansi v1.0.1
12402026-05-11T04:06:14.603Z Downloaded iri-string v0.7.12
12412026-05-11T04:06:14.606Z Downloaded rand v0.9.2
12422026-05-11T04:06:14.609Z Downloaded typenum v1.19.0
12432026-05-11T04:06:14.609Z Downloaded rand v0.10.1
12442026-05-11T04:06:14.613Z Downloaded zerocopy-derive v0.8.48
12452026-05-11T04:06:14.618Z Downloaded toml_edit v0.19.15
12462026-05-11T04:06:14.640Z Downloaded uuid v1.23.0
12472026-05-11T04:06:14.657Z Downloaded typed-path v0.9.3
12482026-05-11T04:06:14.662Z Downloaded rayon v1.11.0
12492026-05-11T04:06:14.667Z Downloaded hkdf v0.12.4
12502026-05-11T04:06:14.676Z Downloaded goblin v0.8.2
12512026-05-11T04:06:14.679Z Downloaded scc v2.4.0
12522026-05-11T04:06:14.685Z Downloaded reqwest v0.13.2
12532026-05-11T04:06:14.693Z Downloaded tower-http v0.6.8
12542026-05-11T04:06:14.697Z Downloaded zerovec v0.11.5
12552026-05-11T04:06:14.700Z Downloaded serde_with v3.18.0
12562026-05-11T04:06:14.706Z Downloaded tough v0.20.0
12572026-05-11T04:06:14.713Z Downloaded proptest v1.11.0
12582026-05-11T04:06:14.721Z Downloaded zerocopy v0.7.35
12592026-05-11T04:06:14.729Z Downloaded moka v0.12.15
12602026-05-11T04:06:14.734Z Downloaded winnow v1.0.1
12612026-05-11T04:06:14.738Z Downloaded winnow v0.5.40
12622026-05-11T04:06:14.743Z Downloaded goblin v0.10.5
12632026-05-11T04:06:14.747Z Downloaded tabled v0.15.0
12642026-05-11T04:06:14.755Z Downloaded rustls-webpki v0.102.8
12652026-05-11T04:06:14.764Z Downloaded tabled v0.20.0
12662026-05-11T04:06:14.775Z Downloaded blake3 v1.8.4
12672026-05-11T04:06:14.782Z Downloaded webpki-roots v1.0.6
12682026-05-11T04:06:14.793Z Downloaded time v0.3.47
12692026-05-11T04:06:14.808Z Downloaded nix v0.31.2
12702026-05-11T04:06:14.816Z Downloaded syn v1.0.109
12712026-05-11T04:06:14.820Z Downloaded openssl v0.10.76
12722026-05-11T04:06:14.829Z Downloaded openapiv3 v2.2.0
12732026-05-11T04:06:14.835Z Downloaded rhai v1.24.0
12742026-05-11T04:06:14.841Z Downloaded regress v0.10.5
12752026-05-11T04:06:14.850Z Downloaded rustls v0.23.37
12762026-05-11T04:06:14.853Z Downloaded hickory-proto v0.25.2
12772026-05-11T04:06:14.862Z Downloaded hickory-proto v0.24.4
12782026-05-11T04:06:14.871Z Downloaded rustls v0.22.4
12792026-05-11T04:06:14.878Z Downloaded smoltcp v0.11.0
12802026-05-11T04:06:14.883Z Downloaded dropshot v0.16.7
12812026-05-11T04:06:14.895Z Downloaded regress v0.11.1
12822026-05-11T04:06:14.900Z Downloaded dropshot v0.17.0
12832026-05-11T04:06:14.940Z Downloaded jiff v0.2.23
12842026-05-11T04:06:14.954Z Downloaded petgraph v0.6.5
12852026-05-11T04:06:14.964Z Downloaded sled v0.34.7
12862026-05-11T04:06:14.970Z Downloaded typify-impl v0.6.2
12872026-05-11T04:06:14.978Z Downloaded typify-impl v0.4.3
12882026-05-11T04:06:14.987Z Downloaded lzma-sys v0.1.20
12892026-05-11T04:06:15.002Z Downloaded sha3 v0.10.8
12902026-05-11T04:06:15.022Z Downloaded chrono-tz v0.10.4
12912026-05-11T04:06:15.033Z Downloaded tokio v1.52.1
12922026-05-11T04:06:15.055Z Downloaded encoding_rs v0.8.35
12932026-05-11T04:06:15.067Z Downloaded csv v1.4.0
12942026-05-11T04:06:15.752Z Downloaded aws-lc-sys v0.39.1
12952026-05-11T04:06:16.631Z Compiling proc-macro2 v1.0.106
12962026-05-11T04:06:16.631Z Compiling unicode-ident v1.0.24
12972026-05-11T04:06:16.631Z Compiling quote v1.0.45
12982026-05-11T04:06:16.631Z Compiling serde_core v1.0.228
12992026-05-11T04:06:16.631Z Compiling cfg-if v1.0.4
13002026-05-11T04:06:16.631Z Compiling serde v1.0.228
13012026-05-11T04:06:16.634Z Compiling libc v0.2.186
13022026-05-11T04:06:16.634Z Compiling memchr v2.8.0
13032026-05-11T04:06:16.866Z Compiling itoa v1.0.18
13042026-05-11T04:06:17.027Z Compiling smallvec v1.15.1
13052026-05-11T04:06:17.053Z Compiling zmij v1.0.21
13062026-05-11T04:06:17.074Z Compiling serde_json v1.0.149
13072026-05-11T04:06:17.230Z Compiling autocfg v1.5.0
13082026-05-11T04:06:17.308Z Compiling libm v0.2.16
13092026-05-11T04:06:17.478Z Compiling version_check v0.9.5
13102026-05-11T04:06:17.557Z Compiling stable_deref_trait v1.2.1
13112026-05-11T04:06:17.592Z Compiling pin-project-lite v0.2.17
13122026-05-11T04:06:17.631Z Compiling litemap v0.8.1
13132026-05-11T04:06:17.652Z Compiling writeable v0.6.2
13142026-05-11T04:06:17.661Z Compiling percent-encoding v2.3.2
13152026-05-11T04:06:17.683Z Compiling icu_properties_data v2.1.2
13162026-05-11T04:06:17.763Z Compiling icu_normalizer_data v2.1.1
13172026-05-11T04:06:17.858Z Compiling iana-time-zone v0.1.65
13182026-05-11T04:06:17.867Z Compiling equivalent v1.0.2
13192026-05-11T04:06:17.946Z Compiling parking_lot_core v0.9.12
13202026-05-11T04:06:18.066Z Compiling syn v2.0.117
13212026-05-11T04:06:18.077Z Compiling scopeguard v1.2.0
13222026-05-11T04:06:18.081Z Compiling form_urlencoded v1.2.2
13232026-05-11T04:06:18.135Z Compiling utf8_iter v1.0.4
13242026-05-11T04:06:18.187Z Compiling lock_api v0.4.14
13252026-05-11T04:06:18.209Z Compiling dyn-clone v1.0.20
13262026-05-11T04:06:18.220Z Compiling num-traits v0.2.19
13272026-05-11T04:06:18.277Z Compiling jobserver v0.1.34
13282026-05-11T04:06:18.280Z Compiling shlex v1.3.0
13292026-05-11T04:06:18.345Z Compiling find-msvc-tools v0.1.9
13302026-05-11T04:06:18.414Z Compiling log v0.4.29
13312026-05-11T04:06:18.468Z Compiling errno v0.3.14
13322026-05-11T04:06:18.579Z Compiling cc v1.2.58
13332026-05-11T04:06:18.591Z Compiling rand_core v0.10.0
13342026-05-11T04:06:18.602Z Compiling getrandom v0.4.2
13352026-05-11T04:06:18.620Z Compiling futures-core v0.3.32
13362026-05-11T04:06:18.746Z Compiling hashbrown v0.17.0
13372026-05-11T04:06:18.767Z Compiling thiserror v2.0.18
13382026-05-11T04:06:18.887Z Compiling semver v1.0.28
13392026-05-11T04:06:19.215Z Compiling zerocopy v0.8.48
13402026-05-11T04:06:19.226Z Compiling heck v0.5.0
13412026-05-11T04:06:19.235Z Compiling indexmap v2.14.0
13422026-05-11T04:06:19.309Z Compiling futures-sink v0.3.32
13432026-05-11T04:06:19.320Z Compiling slab v0.4.12
13442026-05-11T04:06:19.407Z Compiling fnv v1.0.7
13452026-05-11T04:06:19.472Z Compiling uuid v1.23.0
13462026-05-11T04:06:19.487Z Compiling futures-channel v0.3.32
13472026-05-11T04:06:19.498Z Compiling rustversion v1.0.22
13482026-05-11T04:06:19.630Z Compiling schemars v0.8.22
13492026-05-11T04:06:19.699Z Compiling futures-io v0.3.32
13502026-05-11T04:06:19.854Z Compiling futures-task v0.3.32
13512026-05-11T04:06:19.857Z Compiling typenum v1.19.0
13522026-05-11T04:06:19.896Z Compiling socket2 v0.6.3
13532026-05-11T04:06:19.899Z Compiling getrandom v0.2.17
13542026-05-11T04:06:20.061Z Compiling portable-atomic v1.13.1
13552026-05-11T04:06:20.064Z Compiling signal-hook-registry v1.4.8
13562026-05-11T04:06:20.076Z Compiling parking_lot v0.12.5
13572026-05-11T04:06:20.168Z Compiling mio v1.2.0
13582026-05-11T04:06:20.298Z Compiling bitflags v2.11.0
13592026-05-11T04:06:20.329Z Compiling subtle v2.6.1
13602026-05-11T04:06:20.412Z Compiling critical-section v1.2.0
13612026-05-11T04:06:20.485Z Compiling byteorder v1.5.0
13622026-05-11T04:06:20.496Z Compiling base64 v0.22.1
13632026-05-11T04:06:20.511Z Compiling untrusted v0.9.0
13642026-05-11T04:06:20.529Z Compiling rand_core v0.6.4
13652026-05-11T04:06:20.623Z Compiling cmake v0.1.58
13662026-05-11T04:06:20.672Z Compiling fs_extra v1.3.0
13672026-05-11T04:06:20.699Z Compiling dunce v1.0.5
13682026-05-11T04:06:20.744Z Compiling atomic-waker v1.1.2
13692026-05-11T04:06:20.772Z Compiling strsim v0.11.1
13702026-05-11T04:06:20.786Z Compiling httparse v1.10.1
13712026-05-11T04:06:20.810Z Compiling regex-syntax v0.8.10
13722026-05-11T04:06:20.860Z Compiling synstructure v0.13.2
13732026-05-11T04:06:20.919Z Compiling serde_derive_internals v0.29.1
13742026-05-11T04:06:20.953Z Compiling once_cell v1.21.4
13752026-05-11T04:06:20.965Z Compiling aws-lc-sys v0.39.1
13762026-05-11T04:06:21.120Z Compiling ipnet v2.12.0
13772026-05-11T04:06:21.160Z Compiling rustix v1.1.4
13782026-05-11T04:06:21.214Z Compiling slog v2.8.2
13792026-05-11T04:06:21.355Z Compiling generic-array v0.14.7
13802026-05-11T04:06:21.432Z Compiling tower-layer v0.3.3
13812026-05-11T04:06:21.572Z Compiling ucd-trie v0.1.7
13822026-05-11T04:06:21.583Z Compiling tower-service v0.3.3
13832026-05-11T04:06:21.644Z Compiling thiserror v1.0.69
13842026-05-11T04:06:21.734Z Compiling try-lock v0.2.5
13852026-05-11T04:06:21.738Z Compiling ryu v1.0.23
13862026-05-11T04:06:21.849Z Compiling pest v2.8.6
13872026-05-11T04:06:21.923Z Compiling want v0.3.1
13882026-05-11T04:06:21.933Z Compiling httpdate v1.0.3
13892026-05-11T04:06:21.989Z Compiling getrandom v0.3.4
13902026-05-11T04:06:22.087Z Compiling pretty-hex v0.4.2
13912026-05-11T04:06:22.140Z Compiling serde_derive v1.0.228
13922026-05-11T04:06:22.140Z Compiling zerofrom-derive v0.1.6
13932026-05-11T04:06:22.160Z Compiling yoke-derive v0.8.1
13942026-05-11T04:06:22.215Z Compiling zerovec-derive v0.11.2
13952026-05-11T04:06:22.307Z Compiling displaydoc v0.2.5
13962026-05-11T04:06:23.044Z Compiling tokio-macros v2.7.0
13972026-05-11T04:06:23.108Z Compiling schemars_derive v0.8.22
13982026-05-11T04:06:23.182Z Compiling thiserror-impl v2.0.18
13992026-05-11T04:06:23.297Z Compiling zerocopy-derive v0.8.48
14002026-05-11T04:06:23.318Z Compiling zerofrom v0.1.6
14012026-05-11T04:06:23.434Z Compiling yoke v0.8.1
14022026-05-11T04:06:23.521Z Compiling zeroize_derive v1.4.3
14032026-05-11T04:06:23.606Z Compiling zerovec v0.11.5
14042026-05-11T04:06:23.766Z Compiling zerotrie v0.2.3
14052026-05-11T04:06:24.052Z Compiling tinystr v0.8.2
14062026-05-11T04:06:24.090Z Compiling potential_utf v0.1.4
14072026-05-11T04:06:24.167Z Compiling zeroize v1.8.2
14082026-05-11T04:06:24.246Z Compiling icu_locale_core v2.1.1
14092026-05-11T04:06:24.249Z Compiling icu_collections v2.1.1
14102026-05-11T04:06:24.283Z Compiling futures-macro v0.3.32
14112026-05-11T04:06:24.362Z Compiling thiserror-impl v1.0.69
14122026-05-11T04:06:24.750Z Compiling pest_meta v2.8.6
14132026-05-11T04:06:24.946Z Compiling icu_provider v2.1.1
14142026-05-11T04:06:25.072Z Compiling futures-util v0.3.32
14152026-05-11T04:06:25.157Z Compiling icu_properties v2.1.2
14162026-05-11T04:06:25.235Z Compiling bytes v1.11.1
14172026-05-11T04:06:25.258Z Compiling icu_normalizer v2.1.1
14182026-05-11T04:06:25.499Z Compiling chrono v0.4.44
14192026-05-11T04:06:25.840Z Compiling tokio v1.52.1
14202026-05-11T04:06:25.860Z Compiling http v1.4.0
14212026-05-11T04:06:26.009Z Compiling idna_adapter v1.2.1
14222026-05-11T04:06:26.142Z Compiling idna v1.1.0
14232026-05-11T04:06:26.274Z Compiling serde_tokenstream v0.2.3
14242026-05-11T04:06:26.554Z Compiling url v2.5.8
14252026-05-11T04:06:26.848Z Compiling http-body v1.0.1
14262026-05-11T04:06:26.954Z Compiling erased-serde v0.3.31
14272026-05-11T04:06:26.993Z Compiling pest_generator v2.8.6
14282026-05-11T04:06:27.443Z Compiling ppv-lite86 v0.2.21
14292026-05-11T04:06:27.478Z Compiling paste v1.0.15
14302026-05-11T04:06:27.600Z Compiling plain v0.2.3
14312026-05-11T04:06:27.611Z Compiling pest_derive v2.8.6
14322026-05-11T04:06:27.701Z Compiling crypto-common v0.1.7
14332026-05-11T04:06:27.752Z Compiling omicron-workspace-hack v0.1.0
14342026-05-11T04:06:27.777Z Compiling ident_case v1.0.1
14352026-05-11T04:06:27.827Z Compiling tracing-attributes v0.1.31
14362026-05-11T04:06:27.892Z Compiling tracing-core v0.1.36
14372026-05-11T04:06:28.035Z Compiling http-body-util v0.1.3
14382026-05-11T04:06:28.141Z Compiling serde_urlencoded v0.7.1
14392026-05-11T04:06:28.271Z Compiling ipnetwork v0.21.1
14402026-05-11T04:06:28.289Z Compiling daft-derive v0.1.5
14412026-05-11T04:06:28.379Z Compiling sync_wrapper v1.0.2
14422026-05-11T04:06:28.483Z Compiling foldhash v0.2.0
14432026-05-11T04:06:28.493Z Compiling fastrand v2.3.0
14442026-05-11T04:06:28.562Z Compiling allocator-api2 v0.2.21
14452026-05-11T04:06:28.691Z Compiling aho-corasick v1.1.4
14462026-05-11T04:06:28.710Z Compiling winnow v1.0.1
14472026-05-11T04:06:28.753Z Compiling rustls-pki-types v1.14.0
14482026-05-11T04:06:28.872Z Compiling hashbrown v0.16.1
14492026-05-11T04:06:29.004Z Compiling async-trait v0.1.89
14502026-05-11T04:06:29.037Z Compiling tracing v0.1.44
14512026-05-11T04:06:29.225Z Compiling ring v0.17.14
14522026-05-11T04:06:29.441Z Compiling anyhow v1.0.102
14532026-05-11T04:06:29.487Z Compiling regex-automata v0.4.14
14542026-05-11T04:06:29.720Z Compiling num-conv v0.2.1
14552026-05-11T04:06:29.748Z Compiling time-core v0.1.8
14562026-05-11T04:06:29.773Z Compiling powerfmt v0.2.0
14572026-05-11T04:06:29.852Z Compiling iri-string v0.7.12
14582026-05-11T04:06:29.888Z Compiling cpufeatures v0.2.17
14592026-05-11T04:06:29.954Z Compiling deranged v0.5.8
14602026-05-11T04:06:29.965Z Compiling time-macros v0.2.27
14612026-05-11T04:06:30.339Z Compiling block-buffer v0.10.4
14622026-05-11T04:06:30.481Z Compiling scroll_derive v0.13.1
14632026-05-11T04:06:30.881Z Compiling hex v0.4.3
14642026-05-11T04:06:30.910Z Compiling num_threads v0.1.7
14652026-05-11T04:06:30.998Z Compiling digest v0.10.7
14662026-05-11T04:06:31.126Z Compiling regex v1.12.3
14672026-05-11T04:06:31.268Z Compiling scroll v0.13.0
14682026-05-11T04:06:31.522Z Compiling tokio-util v0.7.18
14692026-05-11T04:06:31.577Z Compiling oxnet v0.1.4
14702026-05-11T04:06:31.897Z Compiling camino v1.2.2
14712026-05-11T04:06:31.992Z Compiling goblin v0.10.5
14722026-05-11T04:06:32.250Z Compiling openssl-probe v0.2.1
14732026-05-11T04:06:32.344Z Compiling usdt-impl v0.6.0
14742026-05-11T04:06:32.424Z Compiling dtrace-parser v0.3.0
14752026-05-11T04:06:32.732Z Compiling crossbeam-utils v0.8.21
14762026-05-11T04:06:33.018Z Compiling h2 v0.4.13
14772026-05-11T04:06:33.188Z Compiling futures-executor v0.3.32
14782026-05-11T04:06:33.216Z Compiling openapiv3 v2.2.0
14792026-05-11T04:06:33.292Z Compiling structmeta-derive v0.3.0
14802026-05-11T04:06:33.452Z Compiling thread-id v5.1.0
14812026-05-11T04:06:33.533Z Compiling rustls v0.22.4
14822026-05-11T04:06:33.725Z Compiling syn v1.0.109
14832026-05-11T04:06:34.018Z Compiling futures v0.3.32
14842026-05-11T04:06:34.064Z Compiling rand_core v0.9.5
14852026-05-11T04:06:34.303Z Compiling structmeta v0.3.0
14862026-05-11T04:06:34.413Z Compiling darling_core v0.23.0
14872026-05-11T04:06:34.494Z Compiling newtype-uuid-macros v0.1.0
14882026-05-11T04:06:34.594Z Compiling dof v0.4.0
14892026-05-11T04:06:34.764Z Compiling thread_local v1.1.9
14902026-05-11T04:06:35.034Z Compiling hyper v1.9.0
14912026-05-11T04:06:35.940Z Compiling match_cfg v0.1.0
14922026-05-11T04:06:36.006Z Compiling aws-lc-rs v1.16.2
14932026-05-11T04:06:36.019Z Compiling winnow v0.7.15
14942026-05-11T04:06:36.172Z Compiling hyper-util v0.1.20
14952026-05-11T04:06:36.298Z Compiling newtype-uuid v1.3.2
14962026-05-11T04:06:36.491Z Compiling darling_macro v0.23.0
14972026-05-11T04:06:36.642Z Compiling slog-async v2.8.0
14982026-05-11T04:06:36.764Z Compiling ref-cast v1.0.25
14992026-05-11T04:06:36.810Z Compiling quick-error v1.2.3
15002026-05-11T04:06:36.912Z Compiling usdt-attr-macro v0.6.0
15012026-05-11T04:06:37.031Z Compiling usdt-macro v0.6.0
15022026-05-11T04:06:37.105Z Compiling darling v0.23.0
15032026-05-11T04:06:37.116Z Compiling daft v0.1.5
15042026-05-11T04:06:37.184Z Compiling rand_chacha v0.9.0
15052026-05-11T04:06:37.377Z Compiling ref-cast-impl v1.0.25
15062026-05-11T04:06:37.550Z Compiling strum_macros v0.26.4
15072026-05-11T04:06:37.619Z Compiling toml_datetime v0.7.5+spec-1.1.0
15082026-05-11T04:06:37.915Z Compiling serde_spanned v1.1.0
15092026-05-11T04:06:37.927Z Compiling multer v3.1.0
15102026-05-11T04:06:37.985Z Compiling take_mut v0.2.2
15112026-05-11T04:06:38.059Z Compiling untrusted v0.7.1
15122026-05-11T04:06:38.087Z Compiling term v1.2.1
15132026-05-11T04:06:38.098Z Compiling debug-ignore v1.0.5
15142026-05-11T04:06:38.136Z Compiling toml_writer v1.1.0+spec-1.1.0
15152026-05-11T04:06:38.160Z Compiling bit-vec v0.8.0
15162026-05-11T04:06:38.216Z Compiling rand v0.9.2
15172026-05-11T04:06:38.279Z Compiling serde_with_macros v3.18.0
15182026-05-11T04:06:38.337Z Compiling bit-set v0.8.0
15192026-05-11T04:06:38.492Z Compiling async-stream-impl v0.3.6
15202026-05-11T04:06:38.780Z Compiling dropshot v0.16.7
15212026-05-11T04:06:38.811Z Compiling encoding_rs v0.8.35
15222026-05-11T04:06:38.990Z Compiling spin v0.9.8
15232026-05-11T04:06:39.106Z Compiling unarray v0.1.4
15242026-05-11T04:06:39.156Z Compiling strum v0.26.3
15252026-05-11T04:06:39.209Z Compiling rustls v0.23.37
15262026-05-11T04:06:39.279Z Compiling mime v0.3.17
15272026-05-11T04:06:39.341Z Compiling async-stream v0.3.6
15282026-05-11T04:06:39.416Z Compiling derive-ex v0.1.8
15292026-05-11T04:06:39.508Z Compiling dropshot_endpoint v0.16.7
15302026-05-11T04:06:39.549Z Compiling macaddr v1.0.1
15312026-05-11T04:06:39.672Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15322026-05-11T04:06:39.852Z Compiling waitgroup v0.1.2
15332026-05-11T04:06:39.910Z Compiling serde_path_to_error v0.1.20
15342026-05-11T04:06:40.127Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15352026-05-11T04:06:40.254Z Compiling tempfile v3.27.0
15362026-05-11T04:06:40.257Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15372026-05-11T04:06:40.276Z Compiling tower v0.5.3
15382026-05-11T04:06:40.434Z Compiling strum_macros v0.27.2
15392026-05-11T04:06:40.479Z Compiling instant v0.1.13
15402026-05-11T04:06:40.582Z Compiling time v0.3.47
15412026-05-11T04:06:40.666Z Compiling tower-http v0.6.8
15422026-05-11T04:06:40.982Z Compiling test-strategy v0.4.5
15432026-05-11T04:06:41.081Z Compiling rustc-hash v2.1.2
15442026-05-11T04:06:41.163Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15452026-05-11T04:06:41.196Z Compiling crossbeam-channel v0.5.15
15462026-05-11T04:06:42.278Z Compiling parse-display-derive v0.10.0
15472026-05-11T04:06:42.305Z Compiling strum v0.27.2
15482026-05-11T04:06:42.376Z Compiling rustls-native-certs v0.8.3
15492026-05-11T04:06:42.431Z Compiling backon v1.6.0
15502026-05-11T04:06:42.697Z Compiling rustls-webpki v0.102.8
15512026-05-11T04:06:42.716Z Compiling rand_chacha v0.3.1
15522026-05-11T04:06:43.577Z Compiling rand v0.8.5
15532026-05-11T04:06:43.589Z Compiling slog-json v2.6.1
15542026-05-11T04:06:43.793Z Compiling hostname v0.3.1
15552026-05-11T04:06:43.913Z Compiling toml_parser v1.1.0+spec-1.1.0
15562026-05-11T04:06:43.924Z Compiling is-terminal v0.4.17
15572026-05-11T04:06:43.928Z Compiling wait-timeout v0.2.1
15582026-05-11T04:06:44.010Z Compiling memmap2 v0.9.10
15592026-05-11T04:06:44.208Z Compiling either v1.15.0
15602026-05-11T04:06:44.234Z Compiling usdt v0.6.0
15612026-05-11T04:06:44.384Z Compiling toml v0.9.12+spec-1.1.0
15622026-05-11T04:06:44.404Z Compiling rusty-fork v0.3.1
15632026-05-11T04:06:44.505Z Compiling slog-term v2.9.2
15642026-05-11T04:06:44.588Z Compiling slog-bunyan v2.5.0
15652026-05-11T04:06:45.104Z Compiling tokio-rustls v0.25.0
15662026-05-11T04:06:45.187Z Compiling serde_with v3.18.0
15672026-05-11T04:06:45.285Z Compiling rand_xorshift v0.4.0
15682026-05-11T04:06:45.323Z Compiling sha1 v0.10.6
15692026-05-11T04:06:45.414Z Compiling regress v0.10.5
15702026-05-11T04:06:45.429Z Compiling rustls-pemfile v2.2.0
15712026-05-11T04:06:45.547Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15722026-05-11T04:06:45.625Z Compiling hostname v0.4.2
15732026-05-11T04:06:45.896Z Compiling proptest v1.11.0
15742026-05-11T04:06:46.718Z Compiling iddqd v0.3.17
15752026-05-11T04:06:46.964Z Compiling reqwest v0.12.28
15762026-05-11T04:06:47.173Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15772026-05-11T04:06:48.022Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15782026-05-11T04:06:48.161Z Compiling progenitor-client v0.10.0
15792026-05-11T04:06:48.662Z Compiling parse-display v0.10.0
15802026-05-11T04:06:48.996Z Compiling itertools v0.14.0
15812026-05-11T04:06:49.174Z Compiling backoff v0.4.0
15822026-05-11T04:06:49.193Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15832026-05-11T04:06:49.377Z Compiling toml_datetime v0.6.11
15842026-05-11T04:06:49.990Z Compiling utf8parse v0.2.2
15852026-05-11T04:06:50.159Z Compiling anstyle-parse v1.0.0
15862026-05-11T04:06:50.302Z Compiling zerocopy-derive v0.7.35
15872026-05-11T04:06:50.345Z Compiling anstyle-query v1.1.5
15882026-05-11T04:06:50.447Z Compiling colorchoice v1.0.5
15892026-05-11T04:06:50.549Z Compiling is_terminal_polyfill v1.70.2
15902026-05-11T04:06:50.560Z Compiling anstyle v1.0.14
15912026-05-11T04:06:50.773Z Compiling anstream v1.0.0
15922026-05-11T04:06:51.144Z Compiling zerocopy v0.7.35
15932026-05-11T04:06:51.204Z Compiling clap_lex v1.1.0
15942026-05-11T04:06:51.267Z Compiling convert_case v0.4.0
15952026-05-11T04:06:51.561Z Compiling derive_more v0.99.20
15962026-05-11T04:06:52.140Z Compiling regress v0.11.1
15972026-05-11T04:06:52.151Z Compiling unicode-width v0.2.2
15982026-05-11T04:06:52.353Z Compiling tinyvec_macros v0.1.1
15992026-05-11T04:06:52.422Z Compiling tinyvec v1.11.0
16002026-05-11T04:06:53.094Z Compiling dtrace-parser v0.2.0
16012026-05-11T04:06:53.788Z Compiling serde_spanned v0.6.9
16022026-05-11T04:06:53.844Z Compiling secrecy v0.10.3
16032026-05-11T04:06:53.863Z Compiling scroll_derive v0.12.1
16042026-05-11T04:06:53.926Z Compiling clap_derive v4.6.0
16052026-05-11T04:06:53.974Z Compiling usdt-impl v0.5.0
16062026-05-11T04:06:53.993Z Compiling crucible-workspace-hack v0.1.0
16072026-05-11T04:06:54.195Z Compiling toml_write v0.1.2
16082026-05-11T04:06:54.330Z Compiling typify-impl v0.6.2
16092026-05-11T04:06:55.394Z Compiling toml_edit v0.22.27
16102026-05-11T04:06:55.397Z Compiling scroll v0.12.0
16112026-05-11T04:06:55.397Z Compiling dof v0.3.0
16122026-05-11T04:06:55.671Z Compiling terminal_size v0.4.4
16132026-05-11T04:06:55.754Z Compiling darling_core v0.21.3
16142026-05-11T04:06:55.791Z Compiling rustc_version v0.4.1
16152026-05-11T04:06:55.806Z Compiling thread-id v4.2.2
16162026-05-11T04:06:56.058Z Compiling curve25519-dalek v4.1.3
16172026-05-11T04:06:56.125Z Compiling toml v0.8.23
16182026-05-11T04:06:56.841Z Compiling goblin v0.8.2
16192026-05-11T04:06:57.363Z Compiling crossbeam-epoch v0.9.18
16202026-05-11T04:06:57.453Z Compiling hmac v0.12.1
16212026-05-11T04:06:57.587Z Compiling inout v0.1.4
16222026-05-11T04:06:57.653Z Compiling ff v0.13.1
16232026-05-11T04:06:57.708Z Compiling num-integer v0.1.46
16242026-05-11T04:06:57.881Z Compiling darling_macro v0.21.3
16252026-05-11T04:06:57.969Z Compiling float-ord v0.3.2
16262026-05-11T04:06:58.173Z Compiling group v0.13.0
16272026-05-11T04:06:58.284Z Compiling cipher v0.4.4
16282026-05-11T04:06:58.302Z Compiling hkdf v0.12.4
16292026-05-11T04:06:58.441Z Compiling darling v0.21.3
16302026-05-11T04:06:58.968Z Compiling clap_builder v4.6.0
16312026-05-11T04:07:00.619Z Compiling typify-macro v0.6.2
16322026-05-11T04:07:00.789Z Compiling thiserror-impl-no-std v2.0.2
16332026-05-11T04:07:00.963Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16342026-05-11T04:07:01.417Z Compiling universal-hash v0.5.1
16352026-05-11T04:07:01.543Z Compiling half v2.7.1
16362026-05-11T04:07:01.623Z Compiling crypto-bigint v0.5.5
16372026-05-11T04:07:01.864Z Compiling curve25519-dalek-derive v0.1.1
16382026-05-11T04:07:01.878Z Compiling proc-macro-error-attr v1.0.4
16392026-05-11T04:07:02.290Z Compiling prettyplease v0.2.37
16402026-05-11T04:07:02.331Z Compiling heapless v0.8.0
16412026-05-11T04:07:02.524Z Compiling rustix v0.38.44
16422026-05-11T04:07:02.546Z Compiling toml_datetime v1.1.0+spec-1.1.0
16432026-05-11T04:07:02.557Z Compiling base16ct v0.2.0
16442026-05-11T04:07:02.710Z Compiling base64ct v1.8.3
16452026-05-11T04:07:02.721Z Compiling ciborium-io v0.2.2
16462026-05-11T04:07:02.737Z Compiling opaque-debug v0.3.1
16472026-05-11T04:07:02.775Z Compiling toml_edit v0.25.8+spec-1.1.0
16482026-05-11T04:07:02.800Z Compiling poly1305 v0.8.0
16492026-05-11T04:07:02.811Z Compiling ciborium-ll v0.2.2
16502026-05-11T04:07:02.821Z Compiling elliptic-curve v0.13.8
16512026-05-11T04:07:02.953Z Compiling password-hash v0.5.0
16522026-05-11T04:07:03.229Z Compiling thiserror-no-std v2.0.2
16532026-05-11T04:07:03.317Z Compiling clap v4.6.0
16542026-05-11T04:07:03.681Z Compiling ingot-macros v0.1.1
16552026-05-11T04:07:03.748Z Compiling chacha20 v0.9.1
16562026-05-11T04:07:03.862Z Compiling num-rational v0.4.2
16572026-05-11T04:07:03.927Z Compiling num-iter v0.1.45
16582026-05-11T04:07:03.960Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16592026-05-11T04:07:04.042Z Compiling rustls-webpki v0.103.10
16602026-05-11T04:07:04.427Z Compiling usdt-macro v0.5.0
16612026-05-11T04:07:04.444Z Compiling usdt-attr-macro v0.5.0
16622026-05-11T04:07:05.160Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16632026-05-11T04:07:05.595Z Compiling blake2 v0.10.6
16642026-05-11T04:07:06.046Z Compiling byte-wrapper v0.1.0
16652026-05-11T04:07:06.176Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16662026-05-11T04:07:06.391Z Compiling aead v0.5.2
16672026-05-11T04:07:06.411Z Compiling enum-as-inner v0.6.1
16682026-05-11T04:07:06.421Z Compiling hash32 v0.3.1
16692026-05-11T04:07:06.499Z Compiling num-complex v0.4.6
16702026-05-11T04:07:06.548Z Compiling proc-macro-error v1.0.4
16712026-05-11T04:07:06.570Z Compiling memmap v0.7.0
16722026-05-11T04:07:06.817Z Compiling keccak v0.1.6
16732026-05-11T04:07:06.820Z Compiling smoltcp v0.11.0
16742026-05-11T04:07:06.838Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16752026-05-11T04:07:06.910Z Compiling data-encoding v2.10.0
16762026-05-11T04:07:07.056Z Compiling winnow v0.5.40
16772026-05-11T04:07:07.070Z Compiling sha3 v0.10.8
16782026-05-11T04:07:07.096Z Compiling num v0.4.3
16792026-05-11T04:07:07.180Z Compiling usdt v0.5.0
16802026-05-11T04:07:07.268Z Compiling chacha20poly1305 v0.10.1
16812026-05-11T04:07:07.397Z Compiling ingot-types v0.1.2
16822026-05-11T04:07:07.453Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16832026-05-11T04:07:07.759Z Compiling tokio-rustls v0.26.4
16842026-05-11T04:07:07.803Z Compiling rustls-platform-verifier v0.6.2
16852026-05-11T04:07:08.026Z Compiling hyper-rustls v0.27.7
16862026-05-11T04:07:08.306Z Compiling reqwest v0.13.2
16872026-05-11T04:07:08.320Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16882026-05-11T04:07:08.474Z Compiling toml_edit v0.19.15
16892026-05-11T04:07:09.390Z Compiling argon2 v0.5.3
16902026-05-11T04:07:09.504Z Compiling progenitor-client v0.13.0
16912026-05-11T04:07:09.808Z Compiling progenitor-extras v0.1.1
16922026-05-11T04:07:09.903Z Compiling vsss-rs v3.3.4
16932026-05-11T04:07:10.041Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16942026-05-11T04:07:10.104Z Compiling proc-macro-crate v3.5.0
16952026-05-11T04:07:10.842Z Compiling ciborium v0.2.2
16962026-05-11T04:07:10.892Z Compiling typify v0.6.2
16972026-05-11T04:07:11.402Z Compiling tabwriter v1.4.1
16982026-05-11T04:07:11.611Z Compiling cobs v0.3.0
16992026-05-11T04:07:11.643Z Compiling memoffset v0.9.1
17002026-05-11T04:07:11.853Z Compiling unsafe-libyaml v0.2.11
17012026-05-11T04:07:11.893Z Compiling cfg_aliases v0.2.1
17022026-05-11T04:07:11.968Z Compiling pkg-config v0.3.32
17032026-05-11T04:07:12.006Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17042026-05-11T04:07:12.223Z Compiling indent_write v2.2.0
17052026-05-11T04:07:12.365Z Compiling vcpkg v0.2.15
17062026-05-11T04:07:12.426Z Compiling managed v0.8.0
17072026-05-11T04:07:12.521Z Compiling bitflags v1.3.2
17082026-05-11T04:07:12.534Z Compiling serde_yaml v0.9.34+deprecated
17092026-05-11T04:07:12.584Z Compiling nix v0.31.2
17102026-05-11T04:07:12.813Z Compiling postcard v1.1.3
17112026-05-11T04:07:12.933Z Compiling openssl-sys v0.9.112
17122026-05-11T04:07:13.146Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17132026-05-11T04:07:13.463Z Compiling progenitor-impl v0.13.0
17142026-05-11T04:07:14.066Z Compiling num_enum_derive v0.7.6
17152026-05-11T04:07:14.469Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17162026-05-11T04:07:14.728Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17172026-05-11T04:07:15.262Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17182026-05-11T04:07:15.574Z Compiling proc-macro-crate v1.3.1
17192026-05-11T04:07:15.617Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17202026-05-11T04:07:15.715Z Compiling ingot v0.1.1
17212026-05-11T04:07:15.916Z Compiling hubpack_derive v0.1.1
17222026-05-11T04:07:16.444Z Compiling foreign-types-macros v0.2.3
17232026-05-11T04:07:17.041Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17242026-05-11T04:07:17.117Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17252026-05-11T04:07:17.128Z Compiling swrite v0.1.0
17262026-05-11T04:07:17.219Z Compiling cpufeatures v0.3.0
17272026-05-11T04:07:17.298Z Compiling foreign-types-shared v0.3.1
17282026-05-11T04:07:17.337Z Compiling static_assertions v1.1.0
17292026-05-11T04:07:17.340Z Compiling linked-hash-map v0.5.6
17302026-05-11T04:07:17.392Z Compiling colored v3.1.1
17312026-05-11T04:07:17.414Z Compiling resolv-conf v0.7.6
17322026-05-11T04:07:17.494Z Compiling semver v0.1.20
17332026-05-11T04:07:17.512Z Compiling rayon-core v1.13.0
17342026-05-11T04:07:17.527Z Compiling heck v0.4.1
17352026-05-11T04:07:17.642Z Compiling lru-cache v0.1.2
17362026-05-11T04:07:17.674Z Compiling rustc_version v0.1.7
17372026-05-11T04:07:17.723Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17382026-05-11T04:07:17.745Z Compiling foreign-types v0.5.0
17392026-05-11T04:07:17.764Z Compiling chacha20 v0.10.0
17402026-05-11T04:07:17.794Z Compiling progenitor-macro v0.13.0
17412026-05-11T04:07:17.797Z Compiling hubpack v0.1.2
17422026-05-11T04:07:17.797Z Compiling num_enum_derive v0.5.11
17432026-05-11T04:07:17.825Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17442026-05-11T04:07:18.018Z Compiling num_enum v0.7.6
17452026-05-11T04:07:18.224Z Compiling hickory-proto v0.24.4
17462026-05-11T04:07:18.823Z Compiling crossbeam-deque v0.8.6
17472026-05-11T04:07:18.891Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17482026-05-11T04:07:19.012Z Compiling serde-big-array v0.5.1
17492026-05-11T04:07:19.153Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17502026-05-11T04:07:19.385Z Compiling derive-where v1.6.1
17512026-05-11T04:07:19.661Z Compiling serde_repr v0.1.20
17522026-05-11T04:07:19.767Z Compiling pin-project-internal v1.1.11
17532026-05-11T04:07:20.247Z Compiling cstr-argument v0.1.2
17542026-05-11T04:07:20.407Z Compiling unicode-segmentation v1.13.2
17552026-05-11T04:07:20.603Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17562026-05-11T04:07:20.645Z Compiling siphasher v1.0.2
17572026-05-11T04:07:20.821Z Compiling minimal-lexical v0.2.1
17582026-05-11T04:07:20.841Z Compiling phf_shared v0.12.1
17592026-05-11T04:07:20.851Z Compiling pin-project v1.1.11
17602026-05-11T04:07:20.861Z Compiling newline-converter v0.3.0
17612026-05-11T04:07:20.948Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17622026-05-11T04:07:20.969Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17632026-05-11T04:07:21.011Z Compiling nom v7.1.3
17642026-05-11T04:07:21.072Z Compiling hickory-resolver v0.24.4
17652026-05-11T04:07:21.491Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17662026-05-11T04:07:21.612Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17672026-05-11T04:07:21.763Z Compiling num_enum v0.5.11
17682026-05-11T04:07:21.881Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17692026-05-11T04:07:22.445Z Compiling rand v0.10.1
17702026-05-11T04:07:22.460Z Compiling newtype_derive v0.1.6
17712026-05-11T04:07:22.692Z Compiling atomicwrites v0.4.4
17722026-05-11T04:07:22.918Z Compiling progenitor v0.13.0
17732026-05-11T04:07:23.053Z Compiling unicode-normalization v0.1.25
17742026-05-11T04:07:23.119Z Compiling console v0.15.11
17752026-05-11T04:07:23.371Z Compiling camino-tempfile v1.4.1
17762026-05-11T04:07:23.524Z Compiling tokio-stream v0.1.18
17772026-05-11T04:07:23.603Z Compiling snafu-derive v0.8.9
17782026-05-11T04:07:23.613Z Compiling async-recursion v1.1.1
17792026-05-11T04:07:23.784Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17802026-05-11T04:07:23.796Z Compiling slog-dtrace v0.3.0
17812026-05-11T04:07:23.804Z Compiling bstr v1.12.1
17822026-05-11T04:07:23.980Z Compiling csv-core v0.1.13
17832026-05-11T04:07:24.013Z Compiling similar v2.7.0
17842026-05-11T04:07:24.063Z Compiling foreign-types-shared v0.1.1
17852026-05-11T04:07:24.152Z Compiling unicode-width v0.1.14
17862026-05-11T04:07:24.242Z Compiling cancel-safe-futures v0.1.5
17872026-05-11T04:07:24.283Z Compiling foldhash v0.1.5
17882026-05-11T04:07:24.286Z Compiling same-file v1.0.6
17892026-05-11T04:07:24.308Z Compiling chrono-tz v0.10.4
17902026-05-11T04:07:24.423Z Compiling openssl v0.10.76
17912026-05-11T04:07:24.454Z Compiling unicode-xid v0.2.6
17922026-05-11T04:07:24.464Z Compiling highway v1.3.0
17932026-05-11T04:07:24.474Z Compiling owo-colors v4.3.0
17942026-05-11T04:07:24.544Z Compiling walkdir v2.5.0
17952026-05-11T04:07:24.572Z Compiling const_format_proc_macros v0.2.34
17962026-05-11T04:07:24.699Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17972026-05-11T04:07:24.840Z Compiling expectorate v1.2.0
17982026-05-11T04:07:24.851Z Compiling hashbrown v0.15.5
17992026-05-11T04:07:24.905Z Compiling csv v1.4.0
18002026-05-11T04:07:24.955Z Compiling globset v0.4.18
18012026-05-11T04:07:24.983Z Compiling foreign-types v0.3.2
18022026-05-11T04:07:25.055Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18032026-05-11T04:07:25.314Z Compiling snafu v0.8.9
18042026-05-11T04:07:25.418Z Compiling qorb v0.4.1
18052026-05-11T04:07:25.447Z Compiling olpc-cjson v0.1.4
18062026-05-11T04:07:25.607Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18072026-05-11T04:07:25.695Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18082026-05-11T04:07:26.638Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18092026-05-11T04:07:27.172Z Compiling rayon v1.11.0
18102026-05-11T04:07:27.194Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18112026-05-11T04:07:27.281Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18122026-05-11T04:07:27.541Z Compiling phf v0.12.1
18132026-05-11T04:07:27.712Z Compiling zone_cfg_derive v0.3.1
18142026-05-11T04:07:27.901Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18152026-05-11T04:07:28.222Z Compiling tokio-dtrace v0.1.1
18162026-05-11T04:07:28.408Z Compiling itertools v0.12.1
18172026-05-11T04:07:28.490Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18182026-05-11T04:07:28.600Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18192026-05-11T04:07:28.689Z Compiling libsw-core v0.3.2
18202026-05-11T04:07:28.844Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18212026-05-11T04:07:28.856Z Compiling serde_plain v1.0.2
18222026-05-11T04:07:28.930Z Compiling openssl-macros v0.1.1
18232026-05-11T04:07:28.972Z Compiling num-derive v0.4.2
18242026-05-11T04:07:29.058Z Compiling pem v3.0.6
18252026-05-11T04:07:29.370Z Compiling cookie v0.18.1
18262026-05-11T04:07:29.398Z Compiling sigpipe v0.1.3
18272026-05-11T04:07:29.408Z Compiling bytecount v0.6.9
18282026-05-11T04:07:29.434Z Compiling fixedbitset v0.5.7
18292026-05-11T04:07:29.481Z Compiling jiff v0.2.23
18302026-05-11T04:07:29.539Z Compiling typed-path v0.9.3
18312026-05-11T04:07:29.577Z Compiling glob v0.3.3
18322026-05-11T04:07:29.587Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18332026-05-11T04:07:29.597Z Compiling fixedbitset v0.4.2
18342026-05-11T04:07:29.758Z Compiling petgraph v0.6.5
18352026-05-11T04:07:29.807Z Compiling petgraph v0.8.3
18362026-05-11T04:07:29.870Z Compiling papergrid v0.11.0
18372026-05-11T04:07:29.911Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18382026-05-11T04:07:30.020Z Compiling zone v0.3.1
18392026-05-11T04:07:30.813Z Compiling tough v0.20.0
18402026-05-11T04:07:30.866Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18412026-05-11T04:07:31.241Z Compiling libsw v3.5.0
18422026-05-11T04:07:31.419Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18432026-05-11T04:07:31.592Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18442026-05-11T04:07:31.641Z Compiling oxide-tokio-rt v0.1.4
18452026-05-11T04:07:31.665Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18462026-05-11T04:07:32.811Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18472026-05-11T04:07:32.985Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18482026-05-11T04:07:33.168Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18492026-05-11T04:07:33.329Z Compiling const_format v0.2.35
18502026-05-11T04:07:33.516Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18512026-05-11T04:07:33.569Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18522026-05-11T04:07:33.948Z Compiling tabled_derive v0.7.0
18532026-05-11T04:07:34.323Z Compiling gethostname v0.5.0
18542026-05-11T04:07:34.335Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18552026-05-11T04:07:34.393Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18562026-05-11T04:07:34.443Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18572026-05-11T04:07:34.455Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18582026-05-11T04:07:34.562Z Compiling bcs v0.1.6
18592026-05-11T04:07:34.882Z Compiling smf v0.2.3
18602026-05-11T04:07:34.900Z Compiling lazy_static v1.5.0
18612026-05-11T04:07:35.002Z Compiling smawk v0.3.2
18622026-05-11T04:07:35.031Z Compiling linear-map v1.2.0
18632026-05-11T04:07:35.143Z Compiling termtree v0.5.1
18642026-05-11T04:07:35.215Z Compiling unicode-linebreak v0.1.5
18652026-05-11T04:07:35.294Z Compiling whoami v1.6.1
18662026-05-11T04:07:35.467Z Compiling tagptr v0.2.0
18672026-05-11T04:07:35.500Z Compiling textwrap v0.16.2
18682026-05-11T04:07:35.600Z Compiling moka v0.12.15
18692026-05-11T04:07:35.603Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18702026-05-11T04:07:35.622Z Compiling steno v0.4.1
18712026-05-11T04:07:35.813Z Compiling tabled v0.15.0
18722026-05-11T04:07:36.019Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18732026-05-11T04:07:36.383Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18742026-05-11T04:07:36.526Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18752026-05-11T04:07:36.743Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18762026-05-11T04:07:37.274Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18772026-05-11T04:07:38.094Z Compiling hickory-proto v0.25.2
18782026-05-11T04:07:38.632Z Compiling humantime v2.3.0
18792026-05-11T04:07:38.846Z Compiling num-derive v0.3.3
18802026-05-11T04:07:38.918Z Compiling parking_lot_core v0.8.6
18812026-05-11T04:07:39.127Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18822026-05-11T04:07:39.207Z Compiling crc32fast v1.5.0
18832026-05-11T04:07:39.672Z Compiling parking_lot v0.11.2
18842026-05-11T04:07:39.760Z Compiling libscf-sys v1.1.0
18852026-05-11T04:07:39.820Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18862026-05-11T04:07:39.896Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18872026-05-11T04:07:40.047Z Compiling hickory-resolver v0.25.2
18882026-05-11T04:07:40.068Z Compiling fxhash v0.2.1
18892026-05-11T04:07:40.083Z Compiling internet-checksum v0.2.1
18902026-05-11T04:07:40.205Z Compiling sled v0.34.7
18912026-05-11T04:07:40.216Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18922026-05-11T04:07:40.291Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
18932026-05-11T04:07:40.902Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18942026-05-11T04:07:45.431Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18952026-05-11T04:07:52.519Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18962026-05-11T04:07:54.096Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18972026-05-11T04:07:55.159Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18982026-05-11T04:07:56.344Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18992026-05-11T04:07:57.115Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19002026-05-11T04:08:22.685Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 06s
19012026-05-11T04:08:22.858Z────────────
19022026-05-11T04:08:22.858Z Nextest run ID 92e52a3c-378b-4d2c-8814-c9cdc7655e3f with nextest profile: default
19032026-05-11T04:08:22.858Z Starting 101 tests across 1 binary
19042026-05-11T04:08:22.871Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
19052026-05-11T04:08:22.871Z PASS [ 0.011s] rdb bestpath::test::test_bestpath
19062026-05-11T04:08:22.871Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_shutdown_preference
19072026-05-11T04:08:22.871Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_per_as_grouping
19082026-05-11T04:08:22.881Z PASS [ 0.010s] rdb db::test::test_prefix4_from_str
19092026-05-11T04:08:22.881Z PASS [ 0.010s] rdb db::test::test_prefix4_db_key_serialization
19102026-05-11T04:08:22.881Z PASS [ 0.010s] rdb db::test::test_prefix6_db_key_serialization
19112026-05-11T04:08:22.891Z PASS [ 0.009s] rdb db::test::test_prefix6_from_str
19122026-05-11T04:08:22.915Z PASS [ 0.056s] rdb db::test::test_ipv4_origin_crud
19132026-05-11T04:08:22.915Z PASS [ 0.056s] rdb db::test::test_ipv6_origin_crud
19142026-05-11T04:08:22.934Z PASS [ 0.063s] rdb db::test::test_mrib_static_persistence
19152026-05-11T04:08:22.937Z PASS [ 0.053s] rdb db::test::test_rib
19162026-05-11T04:08:22.937Z PASS [ 0.053s] rdb db::test::test_prefix_host_bit_normalization
19172026-05-11T04:08:22.942Z PASS [ 0.052s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19182026-05-11T04:08:22.970Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv6_basic
19192026-05-11T04:08:22.970Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv4_basic
19202026-05-11T04:08:22.982Z PASS [ 0.010s] rdb mrib::rpf::tests::test_nexthops_from_paths
19212026-05-11T04:08:22.989Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19222026-05-11T04:08:22.989Z PASS [ 0.054s] rdb db::test::test_static_routing_mixed_address_families
19232026-05-11T04:08:22.989Z PASS [ 0.054s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19242026-05-11T04:08:22.993Z PASS [ 0.012s] rdb mrib::rpf::tests::test_rpf_ecmp_v6
19252026-05-11T04:08:22.996Z PASS [ 0.051s] rdb db::test::test_static_routing_vlan_id_handling
19262026-05-11T04:08:23.003Z PASS [ 0.013s] rdb mrib::rpf::tests::test_rpf_table_linear_scan
19272026-05-11T04:08:23.006Z PASS [ 0.012s] rdb mrib::rpf::tests::test_rpf_table_linear_scan_v6
19282026-05-11T04:08:23.986Z PASS [ 1.016s] rdb mrib::rpf::tests::test_rpf_ecmp_different_priorities
19292026-05-11T04:08:23.999Z PASS [ 0.013s] rdb mrib::rpf::tests::test_rpf_v6_lpm
19302026-05-11T04:08:24.003Z PASS [ 1.014s] rdb mrib::rpf::tests::test_rpf_table_all_shutdown
19312026-05-11T04:08:24.003Z PASS [ 1.014s] rdb mrib::rpf::tests::test_rpf_lpm
19322026-05-11T04:08:24.005Z PASS [ 1.013s] rdb mrib::rpf::tests::test_rpf_table_shutdown_paths
19332026-05-11T04:08:24.013Z PASS [ 1.012s] rdb mrib::rpf::tests::test_rpf_table_with_poptrie
19342026-05-11T04:08:24.016Z PASS [ 0.012s] rdb mrib::test::test_mrib_in_vs_loc
19352026-05-11T04:08:24.016Z PASS [ 0.012s] rdb mrib::test::test_mrib_basic
19362026-05-11T04:08:24.018Z PASS [ 1.012s] rdb mrib::rpf::tests::test_rpf_table_with_poptrie_v6
19372026-05-11T04:08:24.019Z PASS [ 0.011s] rdb mrib::test::test_mrib_ipv6_groups
19382026-05-11T04:08:24.025Z PASS [ 0.011s] rdb mrib::test::test_mrib_watchers
19392026-05-11T04:08:24.027Z PASS [ 0.013s] rdb proptest::prop_ipv4_default_contains_all
19402026-05-11T04:08:24.030Z PASS [ 0.013s] rdb proptest::prop_ipv4_host_bits_always_unset
19412026-05-11T04:08:24.030Z PASS [ 0.013s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19422026-05-11T04:08:24.037Z PASS [ 0.012s] rdb proptest::prop_ipv4_within_self
19432026-05-11T04:08:24.040Z PASS [ 0.012s] rdb proptest::prop_ipv6_default_contains_all
19442026-05-11T04:08:24.042Z PASS [ 0.012s] rdb proptest::prop_ipv6_host_bits_always_unset
19452026-05-11T04:08:24.042Z PASS [ 0.012s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19462026-05-11T04:08:24.049Z PASS [ 0.012s] rdb proptest::prop_ipv6_within_self
19472026-05-11T04:08:24.054Z PASS [ 0.012s] rdb proptest::prop_multicast_addr_ip_roundtrip_v6
19482026-05-11T04:08:24.059Z PASS [ 0.020s] rdb proptest::prop_multicast_addr_ip_roundtrip_v4
19492026-05-11T04:08:24.062Z PASS [ 0.019s] rdb proptest::prop_multicast_addr_v4_arbitrary_valid
19502026-05-11T04:08:24.062Z PASS [ 0.012s] rdb proptest::prop_multicast_addr_v4_rejects_link_local
19512026-05-11T04:08:24.069Z PASS [ 0.015s] rdb proptest::prop_multicast_addr_v4_rejects_unicast
19522026-05-11T04:08:24.072Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_v6_arbitrary_valid
19532026-05-11T04:08:24.074Z PASS [ 0.012s] rdb proptest::prop_multicast_addr_v6_rejects_interface_local
19542026-05-11T04:08:24.074Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_v6_rejects_link_local
19552026-05-11T04:08:24.082Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_v6_rejects_unicast
19562026-05-11T04:08:24.087Z PASS [ 0.015s] rdb proptest::prop_non_admin_local_underlay_rejected
19572026-05-11T04:08:24.091Z PASS [ 0.017s] rdb proptest::prop_route_admin_local_underlay_valid
19582026-05-11T04:08:24.093Z PASS [ 0.079s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19592026-05-11T04:08:24.097Z PASS [ 0.023s] rdb proptest::prop_route_key_arbitrary_valid
19602026-05-11T04:08:24.100Z PASS [ 0.017s] rdb proptest::prop_route_key_asm_star_g_valid_v4
19612026-05-11T04:08:24.103Z PASS [ 0.012s] rdb proptest::prop_route_key_invalid_vni
19622026-05-11T04:08:24.106Z PASS [ 0.017s] rdb proptest::prop_route_key_asm_star_g_valid_v6
19632026-05-11T04:08:24.110Z PASS [ 0.013s] rdb proptest::prop_route_key_sg_valid_v6
19642026-05-11T04:08:24.112Z PASS [ 0.013s] rdb proptest::prop_route_key_ssm_requires_source_v4
19652026-05-11T04:08:24.115Z PASS [ 0.020s] rdb proptest::prop_route_key_sg_valid_v4
19662026-05-11T04:08:24.118Z PASS [ 0.013s] rdb proptest::prop_route_key_ssm_requires_source_v6
19672026-05-11T04:08:24.120Z PASS [ 0.015s] rdb proptest::prop_route_key_ssm_with_source_valid_v4
19682026-05-11T04:08:24.123Z PASS [ 0.012s] rdb proptest::prop_route_key_ssm_with_source_valid_v6
19692026-05-11T04:08:24.126Z PASS [ 0.013s] rdb proptest::prop_route_key_valid_vni_v6
19702026-05-11T04:08:24.131Z PASS [ 0.015s] rdb proptest::prop_static_route_key_deduplication
19712026-05-11T04:08:24.133Z PASS [ 0.020s] rdb proptest::prop_route_key_valid_vni
19722026-05-11T04:08:24.136Z PASS [ 0.017s] rdb proptest::prop_static_route_key_normalization_idempotent
19732026-05-11T04:08:24.140Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19742026-05-11T04:08:24.143Z PASS [ 0.017s] rdb proptest::prop_static_route_key_normalization_preserves_length
19752026-05-11T04:08:24.147Z PASS [ 0.007s] rdb types::test::bgp_path_identity
19762026-05-11T04:08:24.150Z PASS [ 0.017s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19772026-05-11T04:08:24.150Z PASS [ 0.012s] rdb proptest::prop_unicast_addr_v4_rejects_class_e
19782026-05-11T04:08:24.154Z PASS [ 0.008s] rdb types::test::bgp_vs_static_ordering
19792026-05-11T04:08:24.154Z PASS [ 0.022s] rdb proptest::prop_static_route_key_ord_consistency
19802026-05-11T04:08:24.157Z PASS [ 0.008s] rdb types::test::broadcast_source_rejected
19812026-05-11T04:08:24.157Z PASS [ 0.008s] rdb types::test::btreeset_coexistence
19822026-05-11T04:08:24.157Z PASS [ 0.007s] rdb types::test::btreeset_insert_is_noop
19832026-05-11T04:08:24.160Z PASS [ 0.008s] rdb types::test::btreeset_remove
19842026-05-11T04:08:24.163Z PASS [ 0.008s] rdb types::test::btreeset_replace
19852026-05-11T04:08:24.165Z PASS [ 0.008s] rdb types::test::loopback_source_rejected_v4
19862026-05-11T04:08:24.165Z PASS [ 0.008s] rdb types::test::loopback_source_rejected_v6
19872026-05-11T04:08:24.165Z PASS [ 0.008s] rdb types::test::multicast_rpf_invalid_v4
19882026-05-11T04:08:24.168Z PASS [ 0.008s] rdb types::test::multicast_rpf_invalid_v6
19892026-05-11T04:08:24.171Z PASS [ 0.008s] rdb types::test::multicast_source_rejected_v4
19902026-05-11T04:08:24.173Z PASS [ 0.007s] rdb types::test::multicast_source_rejected_v6
19912026-05-11T04:08:24.173Z PASS [ 0.008s] rdb types::test::ord_contract
19922026-05-11T04:08:24.173Z PASS [ 0.008s] rdb types::test::prefix_no_cross_family_within
19932026-05-11T04:08:24.176Z PASS [ 0.008s] rdb types::test::route_key_af_mismatch_v4_source_v6_group
19942026-05-11T04:08:24.179Z PASS [ 0.008s] rdb types::test::route_key_af_mismatch_v6_source_v4_group
19952026-05-11T04:08:24.179Z PASS [ 0.008s] rdb types::test::rpf_af_mismatch_v4_rpf_v6_group
19962026-05-11T04:08:24.182Z PASS [ 0.008s] rdb types::test::rpf_af_mismatch_v6_rpf_v4_group
19972026-05-11T04:08:24.182Z PASS [ 0.008s] rdb types::test::static_path_identity
19982026-05-11T04:08:24.182Z PASS [ 0.007s] rdb types::test::unicast_rpf_valid_v4
19992026-05-11T04:08:24.185Z PASS [ 0.008s] rdb types::test::unicast_rpf_valid_v6
20002026-05-11T04:08:24.187Z PASS [ 0.008s] rdb types::test::unspecified_source_rejected_v4
20012026-05-11T04:08:24.187Z PASS [ 0.007s] rdb types::test::unspecified_source_rejected_v6
20022026-05-11T04:08:24.920Z PASS [ 2.060s] rdb db::test::test_mrib_any_source_vs_source_specific
20032026-05-11T04:08:25.014Z PASS [ 1.014s] rdb mrib::rpf::tests::test_rpf_v6_with_nexthop_interface
20042026-05-11T04:08:25.918Z PASS [ 3.058s] rdb db::test::test_mrib_revalidation_on_rib_change
20052026-05-11T04:08:25.918Z────────────
20062026-05-11T04:08:25.918Z Summary [ 3.060s] 101 tests run: 101 passed, 0 skipped
20072026-05-11T04:08:25.931Z+ cp mrib_asm_ssm.log mrib_in_loc_test.log mrib_persist1.log mrib_persist2.log mrib_reval.log mrib_test.log mrib_v6_test.log mrib_watcher_test.log rib.log rpf_all_shutdown.log rpf_ecmp_priority.log rpf_ecmp_v6.log rpf_linear_scan_v6.log rpf_linear_scan.log rpf_lpm.log rpf_poptrie_v6.log rpf_poptrie.log rpf_shutdown.log rpf_v6_interface.log rpf_v6_lpm.log /work/
20082026-05-11T04:08:25.935Zprocess exited: duration 293575 ms, exit code 0
 
20092026-05-11T04:08:25.954Zfound 20 output files
20102026-05-11T04:08:25.954Zuploading: /work/mrib_asm_ssm.log (892 bytes)
20112026-05-11T04:08:26.965Zuploaded: /work/mrib_asm_ssm.log
20122026-05-11T04:08:26.965Zuploading: /work/mrib_in_loc_test.log (0 bytes)
20132026-05-11T04:08:27.972Zuploaded: /work/mrib_in_loc_test.log
20142026-05-11T04:08:27.972Zuploading: /work/mrib_persist1.log (0 bytes)
20152026-05-11T04:08:28.979Zuploaded: /work/mrib_persist1.log
20162026-05-11T04:08:28.979Zuploading: /work/mrib_persist2.log (0 bytes)
20172026-05-11T04:08:29.985Zuploaded: /work/mrib_persist2.log
20182026-05-11T04:08:29.985Zuploading: /work/mrib_reval.log (445 bytes)
20192026-05-11T04:08:30.993Zuploaded: /work/mrib_reval.log
20202026-05-11T04:08:30.993Zuploading: /work/mrib_test.log (0 bytes)
20212026-05-11T04:08:32.001Zuploaded: /work/mrib_test.log
20222026-05-11T04:08:32.001Zuploading: /work/mrib_v6_test.log (0 bytes)
20232026-05-11T04:08:33.007Zuploaded: /work/mrib_v6_test.log
20242026-05-11T04:08:33.007Zuploading: /work/mrib_watcher_test.log (0 bytes)
20252026-05-11T04:08:34.014Zuploaded: /work/mrib_watcher_test.log
20262026-05-11T04:08:34.014Zuploading: /work/rib.log (886 bytes)
20272026-05-11T04:08:35.024Zuploaded: /work/rib.log
20282026-05-11T04:08:35.024Zuploading: /work/rpf_all_shutdown.log (0 bytes)
20292026-05-11T04:08:36.031Zuploaded: /work/rpf_all_shutdown.log
20302026-05-11T04:08:36.031Zuploading: /work/rpf_ecmp_priority.log (0 bytes)
20312026-05-11T04:08:37.037Zuploaded: /work/rpf_ecmp_priority.log
20322026-05-11T04:08:37.037Zuploading: /work/rpf_ecmp_v6.log (0 bytes)
20332026-05-11T04:08:38.046Zuploaded: /work/rpf_ecmp_v6.log
20342026-05-11T04:08:38.046Zuploading: /work/rpf_linear_scan.log (0 bytes)
20352026-05-11T04:08:39.053Zuploaded: /work/rpf_linear_scan.log
20362026-05-11T04:08:39.054Zuploading: /work/rpf_linear_scan_v6.log (0 bytes)
20372026-05-11T04:08:40.060Zuploaded: /work/rpf_linear_scan_v6.log
20382026-05-11T04:08:40.060Zuploading: /work/rpf_lpm.log (0 bytes)
20392026-05-11T04:08:41.066Zuploaded: /work/rpf_lpm.log
20402026-05-11T04:08:41.066Zuploading: /work/rpf_poptrie.log (0 bytes)
20412026-05-11T04:08:42.072Zuploaded: /work/rpf_poptrie.log
20422026-05-11T04:08:42.072Zuploading: /work/rpf_poptrie_v6.log (0 bytes)
20432026-05-11T04:08:43.079Zuploaded: /work/rpf_poptrie_v6.log
20442026-05-11T04:08:43.079Zuploading: /work/rpf_shutdown.log (0 bytes)
20452026-05-11T04:08:44.085Zuploaded: /work/rpf_shutdown.log
20462026-05-11T04:08:44.085Zuploading: /work/rpf_v6_interface.log (0 bytes)
20472026-05-11T04:08:45.092Zuploaded: /work/rpf_v6_interface.log
20482026-05-11T04:08:45.092Zuploading: /work/rpf_v6_lpm.log (0 bytes)
20492026-05-11T04:08:46.098Zuploaded: /work/rpf_v6_lpm.log