01KMZY064BDNMFECD2DN1Z7CV8: 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: 01KMZY0QJA9B46RTG7SBSMZ77M

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-30T18:03:44.993Zjob assigned to worker 01KMZYKB050WPXBT5CPQZX12VK [factory aws, i-01ff249924d867a44] (queued for 11 m 2 s)
 
22026-03-30T18:03:51.738Zstarting task 0: "setup"
32026-03-30T18:03:51.742Z++ uname -s
42026-03-30T18:03:51.745Z+ kern=SunOS
52026-03-30T18:03:51.745Z+ build_user=build
62026-03-30T18:03:51.745Z+ build_uid=12345
72026-03-30T18:03:51.745Z+ work_dir=/work
82026-03-30T18:03:51.745Z+ input_dir=/input
92026-03-30T18:03:51.745Z+ [[ 0 == 12345 ]]
102026-03-30T18:03:51.745Z+ case "$kern" in
112026-03-30T18:03:51.745Z+ groupadd -g 12345 build
122026-03-30T18:03:51.749Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-30T18:03:53.752Z+ zfs create -o mountpoint=/work rpool/work
142026-03-30T18:03:53.860Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-30T18:03:53.865Z+ home_fs=zfs
162026-03-30T18:03:53.865Z+ [[ zfs == autofs ]]
172026-03-30T18:03:53.865Z+ mkdir -p /home/build
182026-03-30T18:03:53.865Z+ chown build:build /home/build /work
192026-03-30T18:03:55.867Z+ chmod 0700 /home/build /work
202026-03-30T18:03:55.871Zprocess exited: duration 4132 ms, exit code 0
 
212026-03-30T18:03:55.879Zstarting task 1: "rust-toolchain"
222026-03-30T18:03:55.883Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-30T18:03:55.883Z * rust toolchain channel = "stable"
242026-03-30T18:03:55.883Z * rust toolchain profile = "default"
252026-03-30T18:03:55.883Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-30T18:03:55.883Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-30T18:03:55.883Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-30T18:03:55.886Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-30T18:03:55.887Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-30T18:03:56.008Zinfo: downloading installer
312026-03-30T18:03:57.804Zwarn: It looks like you have an existing installation of Rust at:
322026-03-30T18:03:57.804Zwarn: /opt/ooce/bin
332026-03-30T18:03:57.804Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-30T18:03:57.804Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-30T18:03:57.804Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-30T18:03:57.804Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-30T18:03:57.804Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-30T18:03:57.804Zerror: cannot install while Rust is installed
392026-03-30T18:03:57.804Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-30T18:03:57.808Zwarn: It looks like you have an existing rustup settings file at:
412026-03-30T18:03:57.808Zwarn: /home/build/.rustup/settings.toml
422026-03-30T18:03:57.808Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-30T18:03:57.808Zwarn: instead of the one inferred from the default host triple.
442026-03-30T18:03:57.843Zinfo: profile set to default
452026-03-30T18:03:57.843Zinfo: default host triple is x86_64-unknown-illumos
462026-03-30T18:03:57.845Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-30T18:03:57.988Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-30T18:03:57.990Zinfo: downloading 6 components
492026-03-30T18:04:14.419Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-30T18:04:14.419Z
512026-03-30T18:04:14.445Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-30T18:04:14.445Z
532026-03-30T18:04:14.445Z
542026-03-30T18:04:14.445ZRust is installed now. Great!
552026-03-30T18:04:14.445Z
562026-03-30T18:04:14.445ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-30T18:04:14.445Zenvironment variable. This has not been done automatically.
582026-03-30T18:04:14.445Z
592026-03-30T18:04:14.445ZTo configure your current shell, you need to source
602026-03-30T18:04:14.445Zthe corresponding env file under $HOME/.cargo.
612026-03-30T18:04:14.445Z
622026-03-30T18:04:14.445ZThis is usually done by running one of the following (note the leading DOT):
632026-03-30T18:04:14.445Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-30T18:04:14.445Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-30T18:04:14.446Zsource "~/.cargo/env.nu" # For nushell
662026-03-30T18:04:14.446Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-30T18:04:14.446Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-30T18:04:14.446Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-30T18:04:14.449Zwarn: no default linker (`cc`) was found in your PATH
702026-03-30T18:04:14.449Zwarn: many Rust crates require a system C toolchain to build
712026-03-30T18:04:14.536Z+ rustup --version
722026-03-30T18:04:14.546Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-30T18:04:14.548Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-30T18:04:14.568Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-30T18:04:14.571Z+ cargo --version
762026-03-30T18:04:14.584Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-30T18:04:14.587Z+ rustc --version
782026-03-30T18:04:14.606Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-30T18:04:14.610Zprocess exited: duration 18730 ms, exit code 0
 
802026-03-30T18:04:14.615Zstarting task 2: "authentication"
812026-03-30T18:04:14.632Zprocess exited: duration 16 ms, exit code 0
 
822026-03-30T18:04:14.637Zstarting task 3: "clone repository"
832026-03-30T18:04:14.641Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-30T18:04:14.644Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-30T18:04:14.702ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-30T18:04:15.508Z+ cd /work/oxidecomputer/maghemite
872026-03-30T18:04:15.512Z+ git fetch origin ae64f91873bb2e16d1a1f9b59786fca8905ac31f
882026-03-30T18:04:15.763ZFrom https://github.com/oxidecomputer/maghemite
892026-03-30T18:04:15.763Z * branch ae64f91873bb2e16d1a1f9b59786fca8905ac31f -> FETCH_HEAD
902026-03-30T18:04:15.769Z+ [[ -n trey/proptest_cleanup ]]
912026-03-30T18:04:15.772Z++ git branch --show-current
922026-03-30T18:04:15.772Z+ current=main
932026-03-30T18:04:15.772Z+ [[ main != trey/proptest_cleanup ]]
942026-03-30T18:04:15.772Z+ git branch -f trey/proptest_cleanup ae64f91873bb2e16d1a1f9b59786fca8905ac31f
952026-03-30T18:04:15.775Z+ git checkout -f trey/proptest_cleanup
962026-03-30T18:04:15.791ZSwitched to branch 'trey/proptest_cleanup'
972026-03-30T18:04:15.796Z+ git reset --hard ae64f91873bb2e16d1a1f9b59786fca8905ac31f
982026-03-30T18:04:15.799ZHEAD is now at ae64f91 bgp, rdb: make small-domain proptests exhaustive
992026-03-30T18:04:15.799Zprocess exited: duration 1160 ms, exit code 0
 
1002026-03-30T18:04:15.806Zstarting task 4: "build"
1012026-03-30T18:04:15.809Z+ set -e
1022026-03-30T18:04:15.810Z+ source .github/buildomat/test-common.sh
1032026-03-30T18:04:15.810Z++ NEXTEST_VERSION=0.9.97
1042026-03-30T18:04:15.810Z++ PLATFORM=illumos
1052026-03-30T18:04:15.810Z++ banner install
1062026-03-30T18:04:15.813Z
1072026-03-30T18:04:15.813Z # # # #### ##### ## # #
1082026-03-30T18:04:15.813Z # ## # # # # # # #
1092026-03-30T18:04:15.813Z # # # # #### # # # # #
1102026-03-30T18:04:15.813Z # # # # # # ###### # #
1112026-03-30T18:04:15.813Z # # ## # # # # # # #
1122026-03-30T18:04:15.813Z # # # #### # # # ###### ######
1132026-03-30T18:04:15.813Z
1142026-03-30T18:04:15.813Z++ set +o errexit
1152026-03-30T18:04:15.813Z++ pkg info clang-15
1162026-03-30T18:04:15.813Z++ grep -qi installed
1172026-03-30T18:04:16.955Zpkg: info: no packages matching the following patterns you specified are
1182026-03-30T18:04:16.955Zinstalled on the system. Try querying remotely instead:
1192026-03-30T18:04:16.955Z
1202026-03-30T18:04:16.955Z clang-15
1212026-03-30T18:04:16.993Z++ [[ 1 != 0 ]]
1222026-03-30T18:04:16.993Z++ set -o errexit
1232026-03-30T18:04:16.996Z++ pfexec pkg install clang-15
1242026-03-30T18:04:24.881Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-03-30T18:04:31.643Z Startup: Caching catalogs ... Done
1262026-03-30T18:04:35.808ZPlanning: Solver setup ... Done
1272026-03-30T18:04:35.826ZPlanning: Running solver ... Done
1282026-03-30T18:04:35.943ZPlanning: Finding local manifests ... Done
1292026-03-30T18:04:35.956ZPlanning: Fetching manifests: 0/2 0% complete
1302026-03-30T18:04:36.043ZPlanning: Fetching manifests: 2/2 100% complete
1312026-03-30T18:04:36.072ZPlanning: Package planning ... Done
1322026-03-30T18:04:36.097ZPlanning: Merging actions ... Done
1332026-03-30T18:04:36.210ZPlanning: Checking for conflicting actions ... Done
1342026-03-30T18:04:36.216ZPlanning: Consolidating action changes ... Done
1352026-03-30T18:04:36.988ZPlanning: Evaluating mediators ... Done
1362026-03-30T18:04:36.994ZPlanning: Planning completed in 5.19 seconds
1372026-03-30T18:04:37.005Z Packages to install: 2
1382026-03-30T18:04:37.005Z Mediators to change: 2
1392026-03-30T18:04:37.008Z Services to change: 1
1402026-03-30T18:04:37.008Z Create boot environment: No
1412026-03-30T18:04:37.008ZCreate backup boot environment: No
1422026-03-30T18:04:37.047Z
1432026-03-30T18:04:37.047ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-03-30T18:04:42.048ZDownload: 1998/3076 items 117.9/211.3MB 55% complete (23.8M/s)
1452026-03-30T18:04:47.244ZDownload: 3026/3076 items 201.4/211.3MB 95% complete (20.7M/s)
1462026-03-30T18:04:51.385ZDownload: Completed 211.31 MB in 14.33 seconds (14.8M/s)
1472026-03-30T18:04:52.311Z Actions: 1/3418 actions (Installing new actions)
1482026-03-30T18:04:55.437Z Actions: Completed 3418 actions in 3.13 seconds.
1492026-03-30T18:04:56.053Z Done
1502026-03-30T18:04:56.053Z Done
1512026-03-30T18:04:56.754Z Done
1522026-03-30T18:04:59.819Z Done
1532026-03-30T18:04:59.891Z Done
1542026-03-30T18:04:59.894Z Done
1552026-03-30T18:05:00.164Z Done
1562026-03-30T18:05:00.801Z++ set -o errexit
1572026-03-30T18:05:00.801Z++ cargo --version
1582026-03-30T18:05:00.808Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1592026-03-30T18:05:00.957Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1602026-03-30T18:05:00.960Zinfo: downloading 6 components
1612026-03-30T18:05:15.583Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1622026-03-30T18:05:15.586Z++ rustc --version
1632026-03-30T18:05:15.614Zrustc 1.94.1 (e408947bf 2026-03-25)
1642026-03-30T18:05:15.619Z++ cargo install cargo-nextest --version 0.9.97
1652026-03-30T18:05:15.662Z Updating crates.io index
1662026-03-30T18:05:15.755Z Downloading crates ...
1672026-03-30T18:05:15.813Z Downloaded cargo-nextest v0.9.97
1682026-03-30T18:05:15.874Z Installing cargo-nextest v0.9.97
1692026-03-30T18:05:15.916Z Updating crates.io index
1702026-03-30T18:05:18.369Z Locking 408 packages to latest compatible versions
1712026-03-30T18:05:18.373Z Adding dialoguer v0.11.0 (available: v0.12.0)
1722026-03-30T18:05:18.376Z Adding duct v0.13.7 (available: v1.1.1)
1732026-03-30T18:05:18.376Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1742026-03-30T18:05:18.376Z Adding generic-array v0.14.7 (available: v0.14.9)
1752026-03-30T18:05:18.379Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1762026-03-30T18:05:18.379Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1772026-03-30T18:05:18.379Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1782026-03-30T18:05:18.384Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1792026-03-30T18:05:18.384Z Adding quick-junit v0.5.2 (available: v0.6.0)
1802026-03-30T18:05:18.401Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1812026-03-30T18:05:18.410Z Downloading crates ...
1822026-03-30T18:05:18.474Z Downloaded cargo-platform v0.3.2
1832026-03-30T18:05:18.481Z Downloaded base64ct v1.8.3
1842026-03-30T18:05:18.485Z Downloaded generic-array v0.14.7
1852026-03-30T18:05:18.487Z Downloaded addr2line v0.25.1
1862026-03-30T18:05:18.488Z Downloaded block-buffer v0.10.4
1872026-03-30T18:05:18.490Z Downloaded document-features v0.2.12
1882026-03-30T18:05:18.490Z Downloaded backtrace-ext v0.2.1
1892026-03-30T18:05:18.497Z Downloaded cargo_metadata v0.23.1
1902026-03-30T18:05:18.500Z Downloaded cargo_metadata v0.20.0
1912026-03-30T18:05:18.500Z Downloaded cargo-util-schemas v0.2.0
1922026-03-30T18:05:18.503Z Downloaded number_prefix v0.4.0
1932026-03-30T18:05:18.503Z Downloaded enable-ansi-support v0.2.1
1942026-03-30T18:05:18.506Z Downloaded crypto-common v0.1.7
1952026-03-30T18:05:18.506Z Downloaded cfg-if v1.0.4
1962026-03-30T18:05:18.506Z Downloaded cargo-platform v0.2.0
1972026-03-30T18:05:18.512Z Downloaded clap_derive v4.6.0
1982026-03-30T18:05:18.512Z Downloaded anstream v1.0.0
1992026-03-30T18:05:18.512Z Downloaded mukti-metadata v0.3.0
2002026-03-30T18:05:18.512Z Downloaded http-body-util v0.1.3
2012026-03-30T18:05:18.517Z Downloaded curve25519-dalek-derive v0.1.1
2022026-03-30T18:05:18.517Z Downloaded openssl-macros v0.1.1
2032026-03-30T18:05:18.523Z Downloaded base64 v0.22.1
2042026-03-30T18:05:18.527Z Downloaded futures-sink v0.3.32
2052026-03-30T18:05:18.527Z Downloaded const-oid v0.9.6
2062026-03-30T18:05:18.529Z Downloaded indenter v0.3.4
2072026-03-30T18:05:18.529Z Downloaded pkcs8 v0.10.2
2082026-03-30T18:05:18.533Z Downloaded guppy-workspace-hack v0.1.0
2092026-03-30T18:05:18.533Z Downloaded indent_write v2.2.0
2102026-03-30T18:05:18.538Z Downloaded foreign-types-shared v0.1.1
2112026-03-30T18:05:18.538Z Downloaded rustc-demangle v0.1.27
2122026-03-30T18:05:18.538Z Downloaded humantime-serde v1.1.1
2132026-03-30T18:05:18.544Z Downloaded cfg_aliases v0.2.1
2142026-03-30T18:05:18.544Z Downloaded lru-slab v0.1.2
2152026-03-30T18:05:18.544Z Downloaded lazy_static v1.5.0
2162026-03-30T18:05:18.544Z Downloaded http-body v1.0.1
2172026-03-30T18:05:18.550Z Downloaded fastrand v2.3.0
2182026-03-30T18:05:18.550Z Downloaded duct v0.13.7
2192026-03-30T18:05:18.550Z Downloaded camino v1.2.2
2202026-03-30T18:05:18.550Z Downloaded clap_lex v1.1.0
2212026-03-30T18:05:18.550Z Downloaded serde_spanned v0.6.9
2222026-03-30T18:05:18.556Z Downloaded futures-task v0.3.32
2232026-03-30T18:05:18.556Z Downloaded memchr v2.8.0
2242026-03-30T18:05:18.556Z Downloaded anstyle-query v1.1.5
2252026-03-30T18:05:18.556Z Downloaded aho-corasick v1.1.4
2262026-03-30T18:05:18.563Z Downloaded is_ci v1.2.0
2272026-03-30T18:05:18.563Z Downloaded nextest-workspace-hack v0.1.0
2282026-03-30T18:05:18.563Z Downloaded is_terminal_polyfill v1.70.2
2292026-03-30T18:05:18.563Z Downloaded idna_adapter v1.0.0
2302026-03-30T18:05:18.567Z Downloaded nested v0.1.1
2312026-03-30T18:05:18.567Z Downloaded hyper-tls v0.6.0
2322026-03-30T18:05:18.567Z Downloaded fnv v1.0.7
2332026-03-30T18:05:18.567Z Downloaded hex v0.4.3
2342026-03-30T18:05:18.570Z Downloaded debug-ignore v1.0.5
2352026-03-30T18:05:18.574Z Downloaded futures-core v0.3.32
2362026-03-30T18:05:18.574Z Downloaded cpufeatures v0.2.17
2372026-03-30T18:05:18.574Z Downloaded futures-macro v0.3.32
2382026-03-30T18:05:18.577Z Downloaded adler2 v2.0.1
2392026-03-30T18:05:18.581Z Downloaded percent-encoding v2.3.2
2402026-03-30T18:05:18.584Z Downloaded form_urlencoded v1.2.2
2412026-03-30T18:05:18.588Z Downloaded home v0.5.12
2422026-03-30T18:05:18.591Z Downloaded futures-io v0.3.32
2432026-03-30T18:05:18.591Z Downloaded scopeguard v1.2.0
2442026-03-30T18:05:18.591Z Downloaded equivalent v1.0.2
2452026-03-30T18:05:18.593Z Downloaded heck v0.5.0
2462026-03-30T18:05:18.594Z Downloaded atomic-waker v1.1.2
2472026-03-30T18:05:18.594Z Downloaded miette-derive v7.6.0
2482026-03-30T18:05:18.599Z Downloaded itoa v1.0.18
2492026-03-30T18:05:18.599Z Downloaded humantime v2.3.0
2502026-03-30T18:05:18.599Z Downloaded errno v0.3.14
2512026-03-30T18:05:18.602Z Downloaded ordered-float v2.10.1
2522026-03-30T18:05:18.602Z Downloaded foreign-types v0.3.2
2532026-03-30T18:05:18.602Z Downloaded async-scoped v0.9.0
2542026-03-30T18:05:18.602Z Downloaded futures-executor v0.3.32
2552026-03-30T18:05:18.605Z Downloaded future-queue v0.4.0
2562026-03-30T18:05:18.605Z Downloaded openssl-probe v0.2.1
2572026-03-30T18:05:18.605Z Downloaded digest v0.10.7
2582026-03-30T18:05:18.610Z Downloaded serde-value v0.7.0
2592026-03-30T18:05:18.610Z Downloaded rustc-hash v2.1.2
2602026-03-30T18:05:18.613Z Downloaded serde_ignored v0.1.14
2612026-03-30T18:05:18.616Z Downloaded serde_urlencoded v0.7.1
2622026-03-30T18:05:18.619Z Downloaded shared_child v1.1.1
2632026-03-30T18:05:18.619Z Downloaded shell-words v1.1.1
2642026-03-30T18:05:18.622Z Downloaded signature v2.2.0
2652026-03-30T18:05:18.625Z Downloaded pin-utils v0.1.0
2662026-03-30T18:05:18.625Z Downloaded strsim v0.11.1
2672026-03-30T18:05:18.628Z Downloaded supports-unicode v3.0.0
2682026-03-30T18:05:18.628Z Downloaded strip-ansi-escapes v0.2.1
2692026-03-30T18:05:18.631Z Downloaded atomicwrites v0.4.4
2702026-03-30T18:05:18.634Z Downloaded pathdiff v0.2.3
2712026-03-30T18:05:18.637Z Downloaded erased-serde v0.4.10
2722026-03-30T18:05:18.639Z Downloaded rustc_version v0.4.1
2732026-03-30T18:05:18.639Z Downloaded autocfg v1.5.0
2742026-03-30T18:05:18.642Z Downloaded signal-hook-mio v0.2.5
2752026-03-30T18:05:18.645Z Downloaded filetime v0.2.27
2762026-03-30T18:05:18.647Z Downloaded fixedbitset v0.5.7
2772026-03-30T18:05:18.647Z Downloaded newtype-uuid v1.3.2
2782026-03-30T18:05:18.647Z Downloaded jobserver v0.1.34
2792026-03-30T18:05:18.650Z Downloaded ipnet v2.12.0
2802026-03-30T18:05:18.650Z Downloaded ryu v1.0.23
2812026-03-30T18:05:18.653Z Downloaded nextest-filtering v0.15.0
2822026-03-30T18:05:18.656Z Downloaded globset v0.4.18
2832026-03-30T18:05:18.656Z Downloaded foldhash v0.1.5
2842026-03-30T18:05:18.656Z Downloaded dialoguer v0.11.0
2852026-03-30T18:05:18.659Z Downloaded colorchoice v1.0.5
2862026-03-30T18:05:18.659Z Downloaded native-tls v0.2.18
2872026-03-30T18:05:18.662Z Downloaded either v1.15.0
2882026-03-30T18:05:18.662Z Downloaded color-spantrace v0.3.0
2892026-03-30T18:05:18.662Z Downloaded camino-tempfile v1.4.1
2902026-03-30T18:05:18.664Z Downloaded ed25519 v2.2.3
2912026-03-30T18:05:18.664Z Downloaded anstyle v1.0.14
2922026-03-30T18:05:18.664Z Downloaded iana-time-zone v0.1.65
2932026-03-30T18:05:18.667Z Downloaded convert_case v0.10.0
2942026-03-30T18:05:18.667Z Downloaded supports-hyperlinks v3.2.0
2952026-03-30T18:05:18.669Z Downloaded anstyle-parse v1.0.0
2962026-03-30T18:05:18.669Z Downloaded sigchld v0.2.4
2972026-03-30T18:05:18.674Z Downloaded terminal_size v0.4.4
2982026-03-30T18:05:18.676Z Downloaded serde_spanned v1.1.0
2992026-03-30T18:05:18.676Z Downloaded sync_wrapper v1.0.2
3002026-03-30T18:05:18.679Z Downloaded subtle v2.6.1
3012026-03-30T18:05:18.682Z Downloaded serde_path_to_error v0.1.20
3022026-03-30T18:05:18.682Z Downloaded sha2 v0.10.9
3032026-03-30T18:05:18.685Z Downloaded swrite v0.1.0
3042026-03-30T18:05:18.685Z Downloaded supports-color v3.0.2
3052026-03-30T18:05:18.685Z Downloaded signal-hook-registry v1.4.8
3062026-03-30T18:05:18.688Z Downloaded serde-untagged v0.1.9
3072026-03-30T18:05:18.688Z Downloaded tinyvec_macros v0.1.1
3082026-03-30T18:05:18.688Z Downloaded target-spec-miette v0.4.5
3092026-03-30T18:05:18.691Z Downloaded static_assertions v1.1.0
3102026-03-30T18:05:18.695Z Downloaded tower-layer v0.3.3
3112026-03-30T18:05:18.697Z Downloaded os_pipe v1.2.3
3122026-03-30T18:05:18.697Z Downloaded toml_datetime v0.6.11
3132026-03-30T18:05:18.702Z Downloaded rand_core v0.6.4
3142026-03-30T18:05:18.705Z Downloaded simd-adler32 v0.3.9
3152026-03-30T18:05:18.705Z Downloaded ppv-lite86 v0.2.21
3162026-03-30T18:05:18.707Z Downloaded ahash v0.8.12
3172026-03-30T18:05:18.707Z Downloaded quote v1.0.45
3182026-03-30T18:05:18.710Z Downloaded crc32fast v1.5.0
3192026-03-30T18:05:18.710Z Downloaded lock_api v0.4.14
3202026-03-30T18:05:18.713Z Downloaded futures-channel v0.3.32
3212026-03-30T18:05:18.713Z Downloaded pin-project-internal v1.1.11
3222026-03-30T18:05:18.715Z Downloaded owo-colors v4.3.0
3232026-03-30T18:05:18.715Z Downloaded eyre v0.6.12
3242026-03-30T18:05:18.718Z Downloaded cc v1.2.58
3252026-03-30T18:05:18.718Z Downloaded find-msvc-tools v0.1.9
3262026-03-30T18:05:18.723Z Downloaded rand_chacha v0.9.0
3272026-03-30T18:05:18.726Z Downloaded getrandom v0.2.17
3282026-03-30T18:05:18.728Z Downloaded tracing-error v0.2.1
3292026-03-30T18:05:18.731Z Downloaded typeid v1.0.3
3302026-03-30T18:05:18.735Z Downloaded toml_write v0.1.2
3312026-03-30T18:05:18.738Z Downloaded target-lexicon v0.13.3
3322026-03-30T18:05:18.740Z Downloaded unicode-linebreak v0.1.5
3332026-03-30T18:05:18.740Z Downloaded try-lock v0.2.5
3342026-03-30T18:05:18.740Z Downloaded tower-service v0.3.3
3352026-03-30T18:05:18.743Z Downloaded rand_core v0.9.5
3362026-03-30T18:05:18.744Z Downloaded nextest-metadata v0.12.2
3372026-03-30T18:05:18.744Z Downloaded shlex v1.3.0
3382026-03-30T18:05:18.746Z Downloaded unicode-xid v0.2.6
3392026-03-30T18:05:18.746Z Downloaded utf8_iter v1.0.4
3402026-03-30T18:05:18.751Z Downloaded pkg-config v0.3.32
3412026-03-30T18:05:18.754Z Downloaded hyper-rustls v0.27.7
3422026-03-30T18:05:18.756Z Downloaded httparse v1.10.1
3432026-03-30T18:05:18.756Z Downloaded tokio-macros v2.6.1
3442026-03-30T18:05:18.759Z Downloaded smallvec v1.15.1
3452026-03-30T18:05:18.760Z Downloaded tokio-native-tls v0.3.1
3462026-03-30T18:05:18.762Z Downloaded semver v1.0.27
3472026-03-30T18:05:18.762Z Downloaded spki v0.7.3
3482026-03-30T18:05:18.765Z Downloaded smol_str v0.3.6
3492026-03-30T18:05:18.765Z Downloaded version_check v0.9.5
3502026-03-30T18:05:18.768Z Downloaded rustls-pki-types v1.14.0
3512026-03-30T18:05:18.768Z Downloaded parking_lot v0.12.5
3522026-03-30T18:05:18.771Z Downloaded pin-project-lite v0.2.17
3532026-03-30T18:05:18.774Z Downloaded thiserror-impl v2.0.18
3542026-03-30T18:05:18.776Z Downloaded thiserror v2.0.18
3552026-03-30T18:05:18.779Z Downloaded want v0.3.1
3562026-03-30T18:05:18.779Z Downloaded xattr v1.6.1
3572026-03-30T18:05:18.783Z Downloaded utf8parse v0.2.2
3582026-03-30T18:05:18.783Z Downloaded derive-where v1.6.1
3592026-03-30T18:05:18.783Z Downloaded config v0.15.22
3602026-03-30T18:05:18.785Z Downloaded getrandom v0.3.4
3612026-03-30T18:05:18.788Z Downloaded bitflags v2.11.0
3622026-03-30T18:05:18.790Z Downloaded cfg-expr v0.20.7
3632026-03-30T18:05:18.793Z Downloaded urlencoding v2.1.3
3642026-03-30T18:05:18.793Z Downloaded untrusted v0.9.0
3652026-03-30T18:05:18.793Z Downloaded thiserror v1.0.69
3662026-03-30T18:05:18.796Z Downloaded thiserror-impl v1.0.69
3672026-03-30T18:05:18.799Z Downloaded self_update v0.42.0
3682026-03-30T18:05:18.799Z Downloaded self-replace v1.5.0
3692026-03-30T18:05:18.802Z Downloaded once_cell v1.21.4
3702026-03-30T18:05:18.802Z Downloaded getrandom v0.4.2
3712026-03-30T18:05:18.805Z Downloaded tempfile v3.27.0
3722026-03-30T18:05:18.807Z Downloaded console v0.15.11
3732026-03-30T18:05:18.807Z Downloaded unicase v2.9.0
3742026-03-30T18:05:18.810Z Downloaded clap v4.6.0
3752026-03-30T18:05:18.813Z Downloaded serde_derive v1.0.228
3762026-03-30T18:05:18.816Z Downloaded serde_core v1.0.228
3772026-03-30T18:05:18.816Z Downloaded quinn-udp v0.5.14
3782026-03-30T18:05:18.818Z Downloaded signal-hook v0.3.18
3792026-03-30T18:05:18.818Z Downloaded tracing-log v0.2.0
3802026-03-30T18:05:18.821Z Downloaded quick-junit v0.5.2
3812026-03-30T18:05:18.821Z Downloaded tokio-rustls v0.26.4
3822026-03-30T18:05:18.824Z Downloaded slab v0.4.12
3832026-03-30T18:05:18.824Z Downloaded toml_writer v1.1.0+spec-1.1.0
3842026-03-30T18:05:18.827Z Downloaded tracing-attributes v0.1.31
3852026-03-30T18:05:18.827Z Downloaded sharded-slab v0.1.7
3862026-03-30T18:05:18.830Z Downloaded parking_lot_core v0.9.12
3872026-03-30T18:05:18.830Z Downloaded zmij v1.0.21
3882026-03-30T18:05:18.833Z Downloaded zipsign-api v0.1.5
3892026-03-30T18:05:18.833Z Downloaded zstd-safe v7.2.4
3902026-03-30T18:05:18.833Z Downloaded num-traits v0.2.19
3912026-03-30T18:05:18.836Z Downloaded pin-project v1.1.11
3922026-03-30T18:05:18.842Z Downloaded log v0.4.29
3932026-03-30T18:05:18.845Z Downloaded bytes v1.11.1
3942026-03-30T18:05:18.847Z Downloaded target-spec v3.5.7
3952026-03-30T18:05:18.851Z Downloaded xxhash-rust v0.8.15
3962026-03-30T18:05:18.851Z Downloaded thread_local v1.1.9
3972026-03-30T18:05:18.859Z Downloaded tokio-stream v0.1.18
3982026-03-30T18:05:18.862Z Downloaded proc-macro2 v1.0.106
3992026-03-30T18:05:18.864Z Downloaded tinyvec v1.11.0
4002026-03-30T18:05:18.864Z Downloaded litrs v1.0.0
4012026-03-30T18:05:18.867Z Downloaded backtrace v0.3.76
4022026-03-30T18:05:18.873Z Downloaded toml v1.1.0+spec-1.1.0
4032026-03-30T18:05:18.879Z Downloaded zstd v0.13.3
4042026-03-30T18:05:18.881Z Downloaded toml_parser v1.1.0+spec-1.1.0
4052026-03-30T18:05:18.884Z Downloaded toml v0.8.23
4062026-03-30T18:05:18.884Z Downloaded zeroize v1.8.2
4072026-03-30T18:05:18.887Z Downloaded toml_datetime v1.1.0+spec-1.1.0
4082026-03-30T18:05:18.887Z Downloaded openssl-sys v0.9.112
4092026-03-30T18:05:18.890Z Downloaded tracing-core v0.1.36
4102026-03-30T18:05:18.890Z Downloaded socket2 v0.6.3
4112026-03-30T18:05:18.893Z Downloaded futures v0.3.32
4122026-03-30T18:05:18.895Z Downloaded indicatif v0.17.11
4132026-03-30T18:05:18.899Z Downloaded der v0.7.10
4142026-03-30T18:05:18.902Z Downloaded miniz_oxide v0.8.9
4152026-03-30T18:05:18.905Z Downloaded unicode-ident v1.0.24
4162026-03-30T18:05:18.905Z Downloaded textwrap v0.16.2
4172026-03-30T18:05:18.907Z Downloaded tar v0.4.45
4182026-03-30T18:05:18.907Z Downloaded ed25519-dalek v2.2.0
4192026-03-30T18:05:18.910Z Downloaded serde v1.0.228
4202026-03-30T18:05:18.913Z Downloaded borsh v1.6.1
4212026-03-30T18:05:18.916Z Downloaded flate2 v1.1.9
4222026-03-30T18:05:18.922Z Downloaded derive_more v2.1.1
4232026-03-30T18:05:18.929Z Downloaded http v1.4.0
4242026-03-30T18:05:18.933Z Downloaded typenum v1.19.0
4252026-03-30T18:05:18.936Z Downloaded indexmap v2.13.0
4262026-03-30T18:05:18.947Z Downloaded uuid v1.23.0
4272026-03-30T18:05:18.956Z Downloaded derive_more-impl v2.1.1
4282026-03-30T18:05:18.962Z Downloaded quinn v0.11.9
4292026-03-30T18:05:18.965Z Downloaded url v2.5.8
4302026-03-30T18:05:18.968Z Downloaded rustls-webpki v0.103.10
4312026-03-30T18:05:18.977Z Downloaded toml_edit v0.22.27
4322026-03-30T18:05:18.983Z Downloaded hyper-util v0.1.20
4332026-03-30T18:05:18.993Z Downloaded tower v0.5.3
4342026-03-30T18:05:18.998Z Downloaded vte v0.14.1
4352026-03-30T18:05:19.003Z Downloaded guppy v0.17.25
4362026-03-30T18:05:19.008Z Downloaded hashbrown v0.15.5
4372026-03-30T18:05:19.011Z Downloaded crossterm v0.29.0
4382026-03-30T18:05:19.014Z Downloaded rand v0.9.2
4392026-03-30T18:05:19.027Z Downloaded hashbrown v0.16.1
4402026-03-30T18:05:19.030Z Downloaded unicode-segmentation v1.13.2
4412026-03-30T18:05:19.034Z Downloaded serde_json v1.0.149
4422026-03-30T18:05:19.037Z Downloaded tokio-util v0.7.18
4432026-03-30T18:05:19.040Z Downloaded tower-http v0.6.8
4442026-03-30T18:05:19.043Z Downloaded h2 v0.4.13
4452026-03-30T18:05:19.046Z Downloaded futures-util v0.3.32
4462026-03-30T18:05:19.053Z Downloaded miette v7.6.0
4472026-03-30T18:05:19.056Z Downloaded clap_builder v4.6.0
4482026-03-30T18:05:19.060Z Downloaded mio v1.2.0
4492026-03-30T18:05:19.082Z Downloaded ron v0.12.1
4502026-03-30T18:05:19.086Z Downloaded idna v1.1.0
4512026-03-30T18:05:19.091Z Downloaded hyper v1.8.1
4522026-03-30T18:05:19.109Z Downloaded tracing-subscriber v0.3.23
4532026-03-30T18:05:19.118Z Downloaded chrono v0.4.44
4542026-03-30T18:05:19.122Z Downloaded pulldown-cmark v0.13.3
4552026-03-30T18:05:19.125Z Downloaded itertools v0.14.0
4562026-03-30T18:05:19.128Z Downloaded vcpkg v0.2.15
4572026-03-30T18:05:19.151Z Downloaded regex v1.12.3
4582026-03-30T18:05:19.154Z Downloaded reqwest v0.12.28
4592026-03-30T18:05:19.157Z Downloaded iri-string v0.7.12
4602026-03-30T18:05:19.161Z Downloaded gimli v0.32.3
4612026-03-30T18:05:19.165Z Downloaded unicode-width v0.2.2
4622026-03-30T18:05:19.169Z Downloaded unicode-width v0.1.14
4632026-03-30T18:05:19.172Z Downloaded unicode-normalization v0.1.25
4642026-03-30T18:05:19.175Z Downloaded zerocopy v0.8.48
4652026-03-30T18:05:19.186Z Downloaded curve25519-dalek v4.1.3
4662026-03-30T18:05:19.190Z Downloaded bstr v1.12.1
4672026-03-30T18:05:19.211Z Downloaded quick-xml v0.38.4
4682026-03-30T18:05:19.214Z Downloaded portable-atomic v1.13.1
4692026-03-30T18:05:19.220Z Downloaded tracing v0.1.44
4702026-03-30T18:05:19.230Z Downloaded winnow v1.0.1
4712026-03-30T18:05:19.236Z Downloaded quick-xml v0.37.5
4722026-03-30T18:05:19.240Z Downloaded winnow v0.7.15
4732026-03-30T18:05:19.245Z Downloaded color-eyre v0.6.5
4742026-03-30T18:05:19.258Z Downloaded quinn-proto v0.11.14
4752026-03-30T18:05:19.261Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4762026-03-30T18:05:19.271Z Downloaded tokio v1.50.0
4772026-03-30T18:05:19.310Z Downloaded webpki-roots v1.0.6
4782026-03-30T18:05:19.320Z Downloaded nextest-runner v0.80.0
4792026-03-30T18:05:19.328Z Downloaded openssl v0.10.76
4802026-03-30T18:05:19.346Z Downloaded syn v2.0.117
4812026-03-30T18:05:19.354Z Downloaded nix v0.30.1
4822026-03-30T18:05:19.360Z Downloaded object v0.37.3
4832026-03-30T18:05:19.387Z Downloaded regex-syntax v0.8.10
4842026-03-30T18:05:19.391Z Downloaded rustls v0.23.37
4852026-03-30T18:05:19.405Z Downloaded rustix v0.38.44
4862026-03-30T18:05:19.420Z Downloaded rustix v1.1.4
4872026-03-30T18:05:19.484Z Downloaded regex-automata v0.4.14
4882026-03-30T18:05:19.529Z Downloaded libc v0.2.183
4892026-03-30T18:05:19.547Z Downloaded petgraph v0.8.3
4902026-03-30T18:05:19.629Z Downloaded recursion v0.5.4
4912026-03-30T18:05:19.636Z Downloaded ring v0.17.14
4922026-03-30T18:05:19.697Z Compiling libc v0.2.183
4932026-03-30T18:05:19.699Z Compiling proc-macro2 v1.0.106
4942026-03-30T18:05:19.699Z Compiling unicode-ident v1.0.24
4952026-03-30T18:05:19.699Z Compiling quote v1.0.45
4962026-03-30T18:05:19.700Z Compiling serde_core v1.0.228
4972026-03-30T18:05:19.700Z Compiling cfg-if v1.0.4
4982026-03-30T18:05:19.700Z Compiling memchr v2.8.0
4992026-03-30T18:05:19.700Z Compiling once_cell v1.21.4
5002026-03-30T18:05:19.962Z Compiling log v0.4.29
5012026-03-30T18:05:19.974Z Compiling pin-project-lite v0.2.17
5022026-03-30T18:05:20.042Z Compiling itoa v1.0.18
5032026-03-30T18:05:20.089Z Compiling serde v1.0.228
5042026-03-30T18:05:20.273Z Compiling futures-core v0.3.32
5052026-03-30T18:05:20.435Z Compiling smallvec v1.15.1
5062026-03-30T18:05:20.492Z Compiling bitflags v2.11.0
5072026-03-30T18:05:20.516Z Compiling equivalent v1.0.2
5082026-03-30T18:05:20.607Z Compiling shlex v1.3.0
5092026-03-30T18:05:20.735Z Compiling hashbrown v0.16.1
5102026-03-30T18:05:20.805Z Compiling find-msvc-tools v0.1.9
5112026-03-30T18:05:20.869Z Compiling jobserver v0.1.34
5122026-03-30T18:05:20.898Z Compiling bytes v1.11.1
5132026-03-30T18:05:20.989Z Compiling errno v0.3.14
5142026-03-30T18:05:21.043Z Compiling mio v1.2.0
5152026-03-30T18:05:21.049Z Compiling rustix v1.1.4
5162026-03-30T18:05:21.207Z Compiling signal-hook-registry v1.4.8
5172026-03-30T18:05:21.346Z Compiling syn v2.0.117
5182026-03-30T18:05:21.373Z Compiling cc v1.2.58
5192026-03-30T18:05:21.395Z Compiling futures-sink v0.3.32
5202026-03-30T18:05:21.503Z Compiling socket2 v0.6.3
5212026-03-30T18:05:21.721Z Compiling slab v0.4.12
5222026-03-30T18:05:21.750Z Compiling zmij v1.0.21
5232026-03-30T18:05:21.783Z Compiling futures-channel v0.3.32
5242026-03-30T18:05:21.924Z Compiling tracing-core v0.1.36
5252026-03-30T18:05:22.041Z Compiling version_check v0.9.5
5262026-03-30T18:05:22.073Z Compiling serde_json v1.0.149
5272026-03-30T18:05:22.326Z Compiling indexmap v2.13.0
5282026-03-30T18:05:22.335Z Compiling futures-io v0.3.32
5292026-03-30T18:05:22.485Z Compiling getrandom v0.4.2
5302026-03-30T18:05:22.527Z Compiling futures-task v0.3.32
5312026-03-30T18:05:22.630Z Compiling unicode-width v0.2.2
5322026-03-30T18:05:22.700Z Compiling camino v1.2.2
5332026-03-30T18:05:22.934Z Compiling ring v0.17.14
5342026-03-30T18:05:22.947Z Compiling http v1.4.0
5352026-03-30T18:05:23.014Z Compiling simd-adler32 v0.3.9
5362026-03-30T18:05:23.067Z Compiling percent-encoding v2.3.2
5372026-03-30T18:05:23.130Z Compiling zeroize v1.8.2
5382026-03-30T18:05:23.322Z Compiling autocfg v1.5.0
5392026-03-30T18:05:23.335Z Compiling adler2 v2.0.1
5402026-03-30T18:05:23.518Z Compiling miniz_oxide v0.8.9
5412026-03-30T18:05:23.717Z Compiling num-traits v0.2.19
5422026-03-30T18:05:24.076Z Compiling zerocopy v0.8.48
5432026-03-30T18:05:24.081Z Compiling object v0.37.3
5442026-03-30T18:05:24.134Z Compiling target-lexicon v0.13.3
5452026-03-30T18:05:24.248Z Compiling getrandom v0.3.4
5462026-03-30T18:05:24.570Z Compiling http-body v1.0.1
5472026-03-30T18:05:24.596Z Compiling rustls-pki-types v1.14.0
5482026-03-30T18:05:24.652Z Compiling semver v1.0.27
5492026-03-30T18:05:24.746Z Compiling getrandom v0.2.17
5502026-03-30T18:05:24.828Z Compiling httparse v1.10.1
5512026-03-30T18:05:24.951Z Compiling fnv v1.0.7
5522026-03-30T18:05:24.983Z Compiling signal-hook v0.3.18
5532026-03-30T18:05:24.996Z Compiling serde_derive v1.0.228
5542026-03-30T18:05:25.055Z Compiling tokio-macros v2.6.1
5552026-03-30T18:05:25.165Z Compiling futures-macro v0.3.32
5562026-03-30T18:05:25.188Z Compiling tracing-attributes v0.1.31
5572026-03-30T18:05:25.200Z Compiling guppy-workspace-hack v0.1.0
5582026-03-30T18:05:25.328Z Compiling typenum v1.19.0
5592026-03-30T18:05:25.411Z Compiling gimli v0.32.3
5602026-03-30T18:05:25.443Z Compiling untrusted v0.9.0
5612026-03-30T18:05:25.577Z Compiling owo-colors v4.3.0
5622026-03-30T18:05:25.667Z Compiling thiserror v2.0.18
5632026-03-30T18:05:25.812Z Compiling tokio v1.50.0
5642026-03-30T18:05:25.970Z Compiling futures-util v0.3.32
5652026-03-30T18:05:26.052Z Compiling thiserror-impl v2.0.18
5662026-03-30T18:05:26.397Z Compiling tracing v0.1.44
5672026-03-30T18:05:27.502Z Compiling addr2line v0.25.1
5682026-03-30T18:05:27.928Z Compiling form_urlencoded v1.2.2
5692026-03-30T18:05:28.079Z Compiling generic-array v0.14.7
5702026-03-30T18:05:28.194Z Compiling rustc-demangle v0.1.27
5712026-03-30T18:05:28.208Z Compiling pkg-config v0.3.32
5722026-03-30T18:05:28.296Z Compiling tower-service v0.3.3
5732026-03-30T18:05:28.416Z Compiling target-spec v3.5.7
5742026-03-30T18:05:28.606Z Compiling typeid v1.0.3
5752026-03-30T18:05:28.637Z Compiling atomic-waker v1.1.2
5762026-03-30T18:05:28.691Z Compiling thiserror v1.0.69
5772026-03-30T18:05:28.768Z Compiling rustls v0.23.37
5782026-03-30T18:05:28.883Z Compiling idna_adapter v1.0.0
5792026-03-30T18:05:28.981Z Compiling utf8_iter v1.0.4
5802026-03-30T18:05:28.994Z Compiling fastrand v2.3.0
5812026-03-30T18:05:28.997Z Compiling try-lock v0.2.5
5822026-03-30T18:05:29.108Z Compiling idna v1.1.0
5832026-03-30T18:05:29.143Z Compiling want v0.3.1
5842026-03-30T18:05:29.323Z Compiling tempfile v3.27.0
5852026-03-30T18:05:29.376Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5862026-03-30T18:05:29.555Z Compiling cfg-expr v0.20.7
5872026-03-30T18:05:29.773Z Compiling tokio-util v0.7.18
5882026-03-30T18:05:30.198Z Compiling backtrace v0.3.76
5892026-03-30T18:05:30.507Z Compiling h2 v0.4.13
5902026-03-30T18:05:30.769Z Compiling thiserror-impl v1.0.69
5912026-03-30T18:05:30.879Z Compiling terminal_size v0.4.4
5922026-03-30T18:05:31.031Z Compiling aho-corasick v1.1.4
5932026-03-30T18:05:31.276Z Compiling erased-serde v0.4.10
5942026-03-30T18:05:31.562Z Compiling pin-utils v0.1.0
5952026-03-30T18:05:31.589Z Compiling regex-syntax v0.8.10
5962026-03-30T18:05:31.634Z Compiling subtle v2.6.1
5972026-03-30T18:05:31.792Z Compiling winnow v0.7.15
5982026-03-30T18:05:33.653Z Compiling rustls-webpki v0.103.10
5992026-03-30T18:05:35.762Z Compiling regex-automata v0.4.14
6002026-03-30T18:05:36.137Z Compiling hyper v1.8.1
6012026-03-30T18:05:36.514Z Compiling url v2.5.8
6022026-03-30T18:05:36.528Z Compiling serde_spanned v0.6.9
6032026-03-30T18:05:36.727Z Compiling toml_datetime v0.6.11
6042026-03-30T18:05:37.048Z Compiling ahash v0.8.12
6052026-03-30T18:05:37.286Z Compiling sync_wrapper v1.0.2
6062026-03-30T18:05:37.401Z Compiling either v1.15.0
6072026-03-30T18:05:37.622Z Compiling toml_write v0.1.2
6082026-03-30T18:05:37.862Z Compiling ipnet v2.12.0
6092026-03-30T18:05:38.600Z Compiling is_ci v1.2.0
6102026-03-30T18:05:38.717Z Compiling portable-atomic v1.13.1
6112026-03-30T18:05:38.773Z Compiling lazy_static v1.5.0
6122026-03-30T18:05:38.882Z Compiling parking_lot_core v0.9.12
6132026-03-30T18:05:38.947Z Compiling tower-layer v0.3.3
6142026-03-30T18:05:39.047Z Compiling crc32fast v1.5.0
6152026-03-30T18:05:39.145Z Compiling nextest-workspace-hack v0.1.0
6162026-03-30T18:05:39.166Z Compiling base64 v0.22.1
6172026-03-30T18:05:39.169Z Compiling unicode-linebreak v0.1.5
6182026-03-30T18:05:39.330Z Compiling foldhash v0.1.5
6192026-03-30T18:05:39.357Z Compiling unicode-segmentation v1.13.2
6202026-03-30T18:05:39.432Z Compiling hyper-util v0.1.20
6212026-03-30T18:05:39.546Z Compiling hashbrown v0.15.5
6222026-03-30T18:05:39.655Z Compiling textwrap v0.16.2
6232026-03-30T18:05:39.751Z Compiling convert_case v0.10.0
6242026-03-30T18:05:39.953Z Compiling tower v0.5.3
6252026-03-30T18:05:40.010Z Compiling sharded-slab v0.1.7
6262026-03-30T18:05:40.164Z Compiling supports-color v3.0.2
6272026-03-30T18:05:40.393Z Compiling tokio-rustls v0.26.4
6282026-03-30T18:05:40.529Z Compiling toml_edit v0.22.27
6292026-03-30T18:05:40.673Z Compiling backtrace-ext v0.2.1
6302026-03-30T18:05:40.932Z Compiling ordered-float v2.10.1
6312026-03-30T18:05:41.049Z Compiling miette-derive v7.6.0
6322026-03-30T18:05:41.204Z Compiling webpki-roots v1.0.6
6332026-03-30T18:05:41.217Z Compiling pathdiff v0.2.3
6342026-03-30T18:05:41.322Z Compiling console v0.15.11
6352026-03-30T18:05:41.334Z Compiling cargo-platform v0.3.2
6362026-03-30T18:05:41.891Z Compiling tracing-log v0.2.0
6372026-03-30T18:05:42.067Z Compiling os_pipe v1.2.3
6382026-03-30T18:05:42.135Z Compiling thread_local v1.1.9
6392026-03-30T18:05:42.232Z Compiling supports-unicode v3.0.0
6402026-03-30T18:05:42.253Z Compiling supports-hyperlinks v3.2.0
6412026-03-30T18:05:42.403Z Compiling winnow v1.0.1
6422026-03-30T18:05:42.477Z Compiling rustix v0.38.44
6432026-03-30T18:05:42.650Z Compiling utf8parse v0.2.2
6442026-03-30T18:05:42.763Z Compiling zstd-safe v7.2.4
6452026-03-30T18:05:42.797Z Compiling scopeguard v1.2.0
6462026-03-30T18:05:42.810Z Compiling unicode-width v0.1.14
6472026-03-30T18:05:42.902Z Compiling fixedbitset v0.5.7
6482026-03-30T18:05:42.995Z Compiling pulldown-cmark v0.13.3
6492026-03-30T18:05:43.106Z Compiling iri-string v0.7.12
6502026-03-30T18:05:43.208Z Compiling ryu v1.0.23
6512026-03-30T18:05:43.408Z Compiling cfg_aliases v0.2.1
6522026-03-30T18:05:43.502Z Compiling debug-ignore v1.0.5
6532026-03-30T18:05:43.523Z Compiling nix v0.30.1
6542026-03-30T18:05:43.618Z Compiling toml_parser v1.1.0+spec-1.1.0
6552026-03-30T18:05:43.817Z Compiling serde_urlencoded v0.7.1
6562026-03-30T18:05:43.914Z Compiling petgraph v0.8.3
6572026-03-30T18:05:44.094Z Compiling miette v7.6.0
6582026-03-30T18:05:44.930Z Compiling tower-http v0.6.8
6592026-03-30T18:05:45.780Z Compiling lock_api v0.4.14
6602026-03-30T18:05:45.881Z Compiling anstyle-parse v1.0.0
6612026-03-30T18:05:45.928Z Compiling tracing-subscriber v0.3.23
6622026-03-30T18:05:46.018Z Compiling sigchld v0.2.4
6632026-03-30T18:05:46.130Z Compiling toml v0.8.23
6642026-03-30T18:05:46.215Z Compiling cargo_metadata v0.23.1
6652026-03-30T18:05:46.867Z Compiling hyper-rustls v0.27.7
6662026-03-30T18:05:47.608Z Compiling serde-value v0.7.0
6672026-03-30T18:05:48.233Z Compiling serde-untagged v0.1.9
6682026-03-30T18:05:48.591Z Compiling derive_more-impl v2.1.1
6692026-03-30T18:05:49.259Z Compiling regex v1.12.3
6702026-03-30T18:05:49.294Z Compiling itertools v0.14.0
6712026-03-30T18:05:49.402Z Compiling crypto-common v0.1.7
6722026-03-30T18:05:49.540Z Compiling block-buffer v0.10.4
6732026-03-30T18:05:49.694Z Compiling ppv-lite86 v0.2.21
6742026-03-30T18:05:49.707Z Compiling futures-executor v0.3.32
6752026-03-30T18:05:49.947Z Compiling rand_core v0.9.5
6762026-03-30T18:05:50.031Z Compiling pin-project-internal v1.1.11
6772026-03-30T18:05:50.204Z Compiling http-body-util v0.1.3
6782026-03-30T18:05:50.243Z Compiling uuid v1.23.0
6792026-03-30T18:05:50.480Z Compiling serde_spanned v1.1.0
6802026-03-30T18:05:50.653Z Compiling smol_str v0.3.6
6812026-03-30T18:05:50.690Z Compiling toml_datetime v1.1.0+spec-1.1.0
6822026-03-30T18:05:50.783Z Compiling filetime v0.2.27
6832026-03-30T18:05:50.799Z Compiling bstr v1.12.1
6842026-03-30T18:05:50.982Z Compiling vte v0.14.1
6852026-03-30T18:05:51.069Z Compiling self_update v0.42.0
6862026-03-30T18:05:51.105Z Compiling anstyle-query v1.1.5
6872026-03-30T18:05:51.177Z Compiling tinyvec_macros v0.1.1
6882026-03-30T18:05:51.202Z Compiling xattr v1.6.1
6892026-03-30T18:05:51.213Z Compiling anstyle v1.0.14
6902026-03-30T18:05:51.248Z Compiling unicase v2.9.0
6912026-03-30T18:05:51.295Z Compiling colorchoice v1.0.5
6922026-03-30T18:05:51.387Z Compiling unicode-xid v0.2.6
6932026-03-30T18:05:51.411Z Compiling nested v0.1.1
6942026-03-30T18:05:51.422Z Compiling litrs v1.0.0
6952026-03-30T18:05:51.465Z Compiling eyre v0.6.12
6962026-03-30T18:05:51.477Z Compiling static_assertions v1.1.0
6972026-03-30T18:05:51.516Z Compiling color-spantrace v0.3.0
6982026-03-30T18:05:51.546Z Compiling is_terminal_polyfill v1.70.2
6992026-03-30T18:05:51.596Z Compiling number_prefix v0.4.0
7002026-03-30T18:05:51.638Z Compiling iana-time-zone v0.1.65
7012026-03-30T18:05:51.746Z Compiling chrono v0.4.44
7022026-03-30T18:05:51.853Z Compiling document-features v0.2.12
7032026-03-30T18:05:51.907Z Compiling indicatif v0.17.11
7042026-03-30T18:05:51.980Z Compiling anstream v1.0.0
7052026-03-30T18:05:52.032Z Compiling guppy v0.17.25
7062026-03-30T18:05:52.399Z Compiling cargo-util-schemas v0.2.0
7072026-03-30T18:05:52.456Z Compiling tar v0.4.45
7082026-03-30T18:05:53.022Z Compiling tinyvec v1.11.0
7092026-03-30T18:05:53.457Z Compiling globset v0.4.18
7102026-03-30T18:05:54.126Z Compiling strip-ansi-escapes v0.2.1
7112026-03-30T18:05:54.632Z Compiling pin-project v1.1.11
7122026-03-30T18:05:54.741Z Compiling toml v1.1.0+spec-1.1.0
7132026-03-30T18:05:54.820Z Compiling nextest-metadata v0.12.2
7142026-03-30T18:05:55.076Z Compiling newtype-uuid v1.3.2
7152026-03-30T18:05:55.089Z Compiling reqwest v0.12.28
7162026-03-30T18:05:55.092Z Compiling rand_chacha v0.9.0
7172026-03-30T18:05:55.265Z Compiling futures v0.3.32
7182026-03-30T18:05:55.351Z Compiling digest v0.10.7
7192026-03-30T18:05:55.578Z Compiling derive_more v2.1.1
7202026-03-30T18:05:55.643Z Compiling flate2 v1.1.9
7212026-03-30T18:05:55.660Z Compiling parking_lot v0.12.5
7222026-03-30T18:05:56.184Z Compiling tracing-error v0.2.1
7232026-03-30T18:05:56.419Z Compiling shared_child v1.1.1
7242026-03-30T18:05:56.792Z Compiling signal-hook-mio v0.2.5
7252026-03-30T18:05:56.899Z Compiling self-replace v1.5.0
7262026-03-30T18:05:56.925Z Compiling cargo-platform v0.2.0
7272026-03-30T18:05:57.192Z Compiling quick-xml v0.38.4
7282026-03-30T18:05:57.479Z Compiling quick-xml v0.37.5
7292026-03-30T18:05:57.944Z Compiling clap_lex v1.1.0
7302026-03-30T18:05:58.030Z Compiling humantime v2.3.0
7312026-03-30T18:05:58.450Z Compiling cpufeatures v0.2.17
7322026-03-30T18:05:58.530Z Compiling indenter v0.3.4
7332026-03-30T18:05:58.583Z Compiling recursion v0.5.4
7342026-03-30T18:05:58.658Z Compiling shell-words v1.1.1
7352026-03-30T18:05:58.791Z Compiling heck v0.5.0
7362026-03-30T18:05:58.904Z Compiling strsim v0.11.1
7372026-03-30T18:05:58.932Z Compiling urlencoding v2.1.3
7382026-03-30T18:05:58.996Z Compiling clap_derive v4.6.0
7392026-03-30T18:05:59.024Z Compiling nextest-filtering v0.15.0
7402026-03-30T18:05:59.172Z Compiling clap_builder v4.6.0
7412026-03-30T18:06:00.495Z Compiling sha2 v0.10.9
7422026-03-30T18:06:00.776Z Compiling humantime-serde v1.1.1
7432026-03-30T18:06:00.938Z Compiling quick-junit v0.5.2
7442026-03-30T18:06:01.693Z Compiling atomicwrites v0.4.4
7452026-03-30T18:06:01.988Z Compiling cargo_metadata v0.20.0
7462026-03-30T18:06:02.998Z Compiling cargo-nextest v0.9.97
7472026-03-30T18:06:03.309Z Compiling crossterm v0.29.0
7482026-03-30T18:06:04.916Z Compiling duct v0.13.7
7492026-03-30T18:06:05.501Z Compiling zstd v0.13.3
7502026-03-30T18:06:05.934Z Compiling config v0.15.22
7512026-03-30T18:06:06.110Z Compiling async-scoped v0.9.0
7522026-03-30T18:06:06.299Z Compiling rand v0.9.2
7532026-03-30T18:06:06.302Z Compiling unicode-normalization v0.1.25
7542026-03-30T18:06:06.513Z Compiling target-spec-miette v0.4.5
7552026-03-30T18:06:06.679Z Compiling future-queue v0.4.0
7562026-03-30T18:06:06.881Z Compiling mukti-metadata v0.3.0
7572026-03-30T18:06:06.931Z Compiling tokio-stream v0.1.18
7582026-03-30T18:06:06.958Z Compiling camino-tempfile v1.4.1
7592026-03-30T18:06:07.040Z Compiling derive-where v1.6.1
7602026-03-30T18:06:07.115Z Compiling serde_ignored v0.1.14
7612026-03-30T18:06:07.337Z Compiling serde_path_to_error v0.1.20
7622026-03-30T18:06:07.363Z Compiling xxhash-rust v0.8.15
7632026-03-30T18:06:07.390Z Compiling indent_write v2.2.0
7642026-03-30T18:06:07.536Z Compiling swrite v0.1.0
7652026-03-30T18:06:07.549Z Compiling home v0.5.12
7662026-03-30T18:06:07.586Z Compiling hex v0.4.3
7672026-03-30T18:06:07.641Z Compiling color-eyre v0.6.5
7682026-03-30T18:06:07.727Z Compiling clap v4.6.0
7692026-03-30T18:06:07.789Z Compiling dialoguer v0.11.0
7702026-03-30T18:06:07.812Z Compiling enable-ansi-support v0.2.1
7712026-03-30T18:06:08.284Z Compiling nextest-runner v0.80.0
7722026-03-30T18:06:27.457Z Finished `release` profile [optimized] target(s) in 1m 10s
7732026-03-30T18:06:27.462Z Installing /home/build/.cargo/bin/cargo-nextest
7742026-03-30T18:06:27.462Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7752026-03-30T18:06:27.462Z+ pushd rdb
7762026-03-30T18:06:27.462Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7772026-03-30T18:06:27.462Z+ cargo nextest run
7782026-03-30T18:06:27.462Z Updating git repository `https://github.com/oxidecomputer/falcon`
7792026-03-30T18:06:27.635ZFrom https://github.com/oxidecomputer/falcon
7802026-03-30T18:06:27.635Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7812026-03-30T18:06:27.699Z Updating crates.io index
7822026-03-30T18:06:27.734Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7832026-03-30T18:06:28.473ZFrom https://github.com/oxidecomputer/dendrite
7842026-03-30T18:06:28.473Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7852026-03-30T18:06:28.504Z Updating git repository `https://github.com/oxidecomputer/ispf`
7862026-03-30T18:06:28.815ZFrom https://github.com/oxidecomputer/ispf
7872026-03-30T18:06:28.816Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7882026-03-30T18:06:28.874Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7892026-03-30T18:06:29.222ZFrom https://github.com/oxidecomputer/netadm-sys
7902026-03-30T18:06:29.222Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7912026-03-30T18:06:29.250Z Updating git repository `https://github.com/oxidecomputer/omicron`
7922026-03-30T18:06:36.680ZFrom https://github.com/oxidecomputer/omicron
7932026-03-30T18:06:36.680Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
7942026-03-30T18:06:37.100Z Updating git repository `https://github.com/oxidecomputer/opte`
7952026-03-30T18:06:37.748ZFrom https://github.com/oxidecomputer/opte
7962026-03-30T18:06:37.748Z * [new ref] 04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8 -> refs/commit/04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8
7972026-03-30T18:06:37.780Z Updating git repository `https://github.com/illumos/smf-rs`
7982026-03-30T18:06:38.020ZFrom https://github.com/illumos/smf-rs
7992026-03-30T18:06:38.021Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8002026-03-30T18:06:38.243Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8012026-03-30T18:06:38.547ZFrom https://github.com/oxidecomputer/network-interface
8022026-03-30T18:06:38.547Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8032026-03-30T18:06:38.774Z Updating git repository `https://github.com/oxidecomputer/zone`
8042026-03-30T18:06:39.025ZFrom https://github.com/oxidecomputer/zone
8052026-03-30T18:06:39.025Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8062026-03-30T18:06:39.050Z Updating git repository `https://github.com/oxidecomputer/propolis`
8072026-03-30T18:06:40.219ZFrom https://github.com/oxidecomputer/propolis
8082026-03-30T18:06:40.219Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8092026-03-30T18:06:40.333Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8102026-03-30T18:06:40.844ZFrom https://github.com/oxidecomputer/transceiver-control
8112026-03-30T18:06:40.844Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8122026-03-30T18:06:40.861Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8132026-03-30T18:06:41.119ZFrom https://github.com/oxidecomputer/dlpi-sys
8142026-03-30T18:06:41.119Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8152026-03-30T18:06:41.125Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8162026-03-30T18:06:42.124ZFrom https://github.com/jmesmon/rust-libzfs
8172026-03-30T18:06:42.124Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8182026-03-30T18:06:42.124Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8192026-03-30T18:06:42.124ZFrom https://github.com/oxidecomputer/rusty-doors
8202026-03-30T18:06:42.124Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8212026-03-30T18:06:42.150Z Updating git repository `https://github.com/oxidecomputer/lldp`
8222026-03-30T18:06:42.150ZFrom https://github.com/oxidecomputer/lldp
8232026-03-30T18:06:42.150Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8242026-03-30T18:06:42.168Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8252026-03-30T18:06:42.428ZFrom https://github.com/oxidecomputer/slog-error-chain
8262026-03-30T18:06:42.428Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8272026-03-30T18:06:42.511Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8282026-03-30T18:06:42.839ZFrom https://github.com/oxidecomputer/tufaceous
8292026-03-30T18:06:42.839Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8302026-03-30T18:06:42.872Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8312026-03-30T18:06:43.353ZFrom https://github.com/oxidecomputer/management-gateway-service
8322026-03-30T18:06:43.353Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8332026-03-30T18:06:43.429Z Updating git repository `https://github.com/oxidecomputer/crucible`
8342026-03-30T18:06:44.284ZFrom https://github.com/oxidecomputer/crucible
8352026-03-30T18:06:44.284Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8362026-03-30T18:06:44.352Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8372026-03-30T18:06:44.626ZFrom https://github.com/oxidecomputer/serde_human_bytes
8382026-03-30T18:06:44.626Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8392026-03-30T18:06:44.796Z Updating git repository `https://github.com/oxidecomputer/propolis`
8402026-03-30T18:06:45.174ZFrom https://github.com/oxidecomputer/propolis
8412026-03-30T18:06:45.175Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8422026-03-30T18:06:45.597Z Updating git repository `https://github.com/oxidecomputer/tofino`
8432026-03-30T18:06:45.902ZFrom https://github.com/oxidecomputer/tofino
8442026-03-30T18:06:45.902Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8452026-03-30T18:06:45.926Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8462026-03-30T18:06:46.428ZFrom https://github.com/oxidecomputer/maghemite
8472026-03-30T18:06:46.428Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8482026-03-30T18:06:46.474Z Updating git repository `https://github.com/oxidecomputer/clickward`
8492026-03-30T18:06:46.743ZFrom https://github.com/oxidecomputer/clickward
8502026-03-30T18:06:46.743Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8512026-03-30T18:06:46.790Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8522026-03-30T18:06:47.081ZFrom https://github.com/oxidecomputer/illumos-devinfo
8532026-03-30T18:06:47.081Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8542026-03-30T18:06:47.283Z Updating git repository `https://github.com/oxidecomputer/crucible`
8552026-03-30T18:06:47.695ZFrom https://github.com/oxidecomputer/crucible
8562026-03-30T18:06:47.695Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8572026-03-30T18:06:48.646Z Downloading crates ...
8582026-03-30T18:06:48.745Z Downloaded bit-vec v0.8.0
8592026-03-30T18:06:48.765Z Downloaded float-ord v0.3.2
8602026-03-30T18:06:48.768Z Downloaded anyhow v1.0.102
8612026-03-30T18:06:48.773Z Downloaded dropshot-api-manager v0.5.2
8622026-03-30T18:06:48.776Z Downloaded memmap2 v0.9.10
8632026-03-30T18:06:48.780Z Downloaded base16ct v0.2.0
8642026-03-30T18:06:48.787Z Downloaded async-stream-impl v0.3.6
8652026-03-30T18:06:48.791Z Downloaded async-recursion v1.1.1
8662026-03-30T18:06:48.791Z Downloaded cpufeatures v0.3.0
8672026-03-30T18:06:48.795Z Downloaded enum-as-inner v0.6.1
8682026-03-30T18:06:48.795Z Downloaded async-stream v0.3.6
8692026-03-30T18:06:48.795Z Downloaded dof v0.4.0
8702026-03-30T18:06:48.802Z Downloaded bitflags v1.3.2
8712026-03-30T18:06:48.807Z Downloaded hubpack v0.1.2
8722026-03-30T18:06:48.807Z Downloaded no-std-compat v0.4.1
8732026-03-30T18:06:48.807Z Downloaded fxhash v0.2.1
8742026-03-30T18:06:48.807Z Downloaded foreign-types-shared v0.3.1
8752026-03-30T18:06:48.807Z Downloaded backoff v0.4.0
8762026-03-30T18:06:48.813Z Downloaded csv-core v0.1.13
8772026-03-30T18:06:48.813Z Downloaded fs_extra v1.3.0
8782026-03-30T18:06:48.813Z Downloaded httpdate v1.0.3
8792026-03-30T18:06:48.813Z Downloaded foreign-types v0.5.0
8802026-03-30T18:06:48.817Z Downloaded lru-cache v0.1.2
8812026-03-30T18:06:48.817Z Downloaded embedded-io v0.4.0
8822026-03-30T18:06:48.820Z Downloaded cstr-argument v0.1.2
8832026-03-30T18:06:48.821Z Downloaded keccak v0.1.6
8842026-03-30T18:06:48.824Z Downloaded is-terminal v0.4.17
8852026-03-30T18:06:48.827Z Downloaded aead v0.5.2
8862026-03-30T18:06:48.830Z Downloaded dtrace-parser v0.2.0
8872026-03-30T18:06:48.833Z Downloaded ciborium-io v0.2.2
8882026-03-30T18:06:48.833Z Downloaded num-rational v0.4.2
8892026-03-30T18:06:48.837Z Downloaded darling_macro v0.23.0
8902026-03-30T18:06:48.837Z Downloaded convert_case v0.4.0
8912026-03-30T18:06:48.837Z Downloaded const-random-macro v0.1.16
8922026-03-30T18:06:48.840Z Downloaded chacha20 v0.10.0
8932026-03-30T18:06:48.843Z Downloaded argon2 v0.5.3
8942026-03-30T18:06:48.847Z Downloaded foreign-types-macros v0.2.3
8952026-03-30T18:06:48.847Z Downloaded num-derive v0.3.3
8962026-03-30T18:06:48.850Z Downloaded crc8 v0.1.1
8972026-03-30T18:06:48.850Z Downloaded base16ct v1.0.0
8982026-03-30T18:06:48.855Z Downloaded num v0.4.3
8992026-03-30T18:06:48.858Z Downloaded ingot-types v0.1.2
9002026-03-30T18:06:48.862Z Downloaded dunce v1.0.5
9012026-03-30T18:06:48.862Z Downloaded linked-hash-map v0.5.6
9022026-03-30T18:06:48.862Z Downloaded idna_adapter v1.2.1
9032026-03-30T18:06:48.865Z Downloaded crunchy v0.2.4
9042026-03-30T18:06:48.870Z Downloaded num_enum v0.5.11
9052026-03-30T18:06:48.873Z Downloaded hostname v0.3.1
9062026-03-30T18:06:48.873Z Downloaded dtrace-parser v0.3.0
9072026-03-30T18:06:48.874Z Downloaded mime v0.3.17
9082026-03-30T18:06:48.877Z Downloaded darling_macro v0.21.3
9092026-03-30T18:06:48.877Z Downloaded crucible-workspace-hack v0.1.0
9102026-03-30T18:06:48.877Z Downloaded olpc-cjson v0.1.4
9112026-03-30T18:06:48.877Z Downloaded bit-set v0.8.0
9122026-03-30T18:06:48.882Z Downloaded ciborium-ll v0.2.2
9132026-03-30T18:06:48.882Z Downloaded num-conv v0.2.0
9142026-03-30T18:06:48.882Z Downloaded embedded-io v0.6.1
9152026-03-30T18:06:48.885Z Downloaded ident_case v1.0.1
9162026-03-30T18:06:48.885Z Downloaded hostname v0.4.2
9172026-03-30T18:06:48.885Z Downloaded memmap v0.7.0
9182026-03-30T18:06:48.888Z Downloaded match_cfg v0.1.0
9192026-03-30T18:06:48.888Z Downloaded dropshot-api-manager-types v0.5.2
9202026-03-30T18:06:48.888Z Downloaded macaddr v1.0.1
9212026-03-30T18:06:48.892Z Downloaded internet-checksum v0.2.1
9222026-03-30T18:06:48.892Z Downloaded arrayref v0.3.9
9232026-03-30T18:06:48.892Z Downloaded defmt v0.3.100
9242026-03-30T18:06:48.895Z Downloaded newtype_derive v0.1.6
9252026-03-30T18:06:48.895Z Downloaded dyn-clone v1.0.20
9262026-03-30T18:06:48.895Z Downloaded fixedbitset v0.4.2
9272026-03-30T18:06:48.898Z Downloaded dof v0.3.0
9282026-03-30T18:06:48.898Z Downloaded icu_provider v2.1.1
9292026-03-30T18:06:48.901Z Downloaded opaque-debug v0.3.1
9302026-03-30T18:06:48.901Z Downloaded const-random v0.1.18
9312026-03-30T18:06:48.901Z Downloaded hmac v0.12.1
9322026-03-30T18:06:48.905Z Downloaded defmt v1.0.1
9332026-03-30T18:06:48.908Z Downloaded num-iter v0.1.45
9342026-03-30T18:06:48.908Z Downloaded libscf-sys v1.1.0
9352026-03-30T18:06:48.908Z Downloaded memoffset v0.9.1
9362026-03-30T18:06:48.910Z Downloaded omicron-workspace-hack v0.1.0
9372026-03-30T18:06:48.910Z Downloaded byteorder v1.5.0
9382026-03-30T18:06:48.914Z Downloaded num-derive v0.4.2
9392026-03-30T18:06:48.914Z Downloaded bytecount v0.6.9
9402026-03-30T18:06:48.918Z Downloaded blake2 v0.10.6
9412026-03-30T18:06:48.918Z Downloaded inout v0.1.4
9422026-03-30T18:06:48.918Z Downloaded bcs v0.1.6
9432026-03-30T18:06:48.922Z Downloaded newline-converter v0.3.0
9442026-03-30T18:06:48.922Z Downloaded heck v0.4.1
9452026-03-30T18:06:48.922Z Downloaded ff v0.13.1
9462026-03-30T18:06:48.925Z Downloaded arc-swap v1.9.0
9472026-03-30T18:06:48.928Z Downloaded drift v0.1.3
9482026-03-30T18:06:48.930Z Downloaded parse-display v0.10.0
9492026-03-30T18:06:48.930Z Downloaded potential_utf v0.1.4
9502026-03-30T18:06:48.956Z Downloaded hubpack_derive v0.1.1
9512026-03-30T18:06:48.956Z Downloaded gethostname v0.5.0
9522026-03-30T18:06:48.956Z Downloaded natord v1.0.9
9532026-03-30T18:06:48.979Z Downloaded powerfmt v0.2.0
9542026-03-30T18:06:48.980Z Downloaded hash32 v0.3.1
9552026-03-30T18:06:48.980Z Downloaded proc-macro-crate v3.5.0
9562026-03-30T18:06:48.980Z Downloaded proc-macro-crate v1.3.1
9572026-03-30T18:06:48.980Z Downloaded instant v0.1.13
9582026-03-30T18:06:48.980Z Downloaded num_enum_derive v0.5.11
9592026-03-30T18:06:48.980Z Downloaded git-stub v1.0.0
9602026-03-30T18:06:48.980Z Downloaded cipher v0.4.4
9612026-03-30T18:06:48.980Z Downloaded crossbeam-deque v0.8.6
9622026-03-30T18:06:48.980Z Downloaded async-trait v0.1.89
9632026-03-30T18:06:48.980Z Downloaded defmt-parser v1.0.0
9642026-03-30T18:06:48.980Z Downloaded newtype-uuid-macros v0.1.0
9652026-03-30T18:06:48.980Z Downloaded displaydoc v0.2.5
9662026-03-30T18:06:48.980Z Downloaded const_format_proc_macros v0.2.34
9672026-03-30T18:06:48.980Z Downloaded cobs v0.3.0
9682026-03-30T18:06:48.980Z Downloaded ipnetwork v0.21.1
9692026-03-30T18:06:48.980Z Downloaded git-stub-vcs v0.1.0
9702026-03-30T18:06:48.980Z Downloaded linear-map v1.2.0
9712026-03-30T18:06:48.980Z Downloaded erased-serde v0.3.31
9722026-03-30T18:06:48.980Z Downloaded daft v0.1.5
9732026-03-30T18:06:48.984Z Downloaded critical-section v1.2.0
9742026-03-30T18:06:48.984Z Downloaded foldhash v0.2.0
9752026-03-30T18:06:48.985Z Downloaded ingot v0.1.1
9762026-03-30T18:06:48.985Z Downloaded chacha20 v0.9.1
9772026-03-30T18:06:48.985Z Downloaded num_enum v0.7.6
9782026-03-30T18:06:48.985Z Downloaded fs-err v3.3.0
9792026-03-30T18:06:48.985Z Downloaded deranged v0.5.8
9802026-03-30T18:06:48.985Z Downloaded phf_shared v0.12.1
9812026-03-30T18:06:48.985Z Downloaded data-encoding v2.10.0
9822026-03-30T18:06:48.985Z Downloaded icu_normalizer v2.1.1
9832026-03-30T18:06:48.985Z Downloaded progenitor-client v0.10.0
9842026-03-30T18:06:48.985Z Downloaded oxide-tokio-rt v0.1.3
9852026-03-30T18:06:48.985Z Downloaded oxnet v0.1.4
9862026-03-30T18:06:48.985Z Downloaded constant_time_eq v0.4.2
9872026-03-30T18:06:48.985Z Downloaded cc v1.2.57
9882026-03-30T18:06:48.985Z Downloaded progenitor-client v0.11.2
9892026-03-30T18:06:48.993Z Downloaded proc-macro-error-attr2 v2.0.0
9902026-03-30T18:06:48.993Z Downloaded derive-ex v0.1.8
9912026-03-30T18:06:48.993Z Downloaded darling_core v0.21.3
9922026-03-30T18:06:48.993Z Downloaded darling v0.21.3
9932026-03-30T18:06:49.002Z Downloaded quick-error v1.2.3
9942026-03-30T18:06:49.002Z Downloaded rand_xorshift v0.4.0
9952026-03-30T18:06:49.002Z Downloaded ref-cast-impl v1.0.25
9962026-03-30T18:06:49.002Z Downloaded const_format v0.2.35
9972026-03-30T18:06:49.002Z Downloaded progenitor-macro v0.13.0
9982026-03-30T18:06:49.002Z Downloaded progenitor-macro v0.11.2
9992026-03-30T18:06:49.002Z Downloaded progenitor-macro v0.10.0
10002026-03-30T18:06:49.002Z Downloaded paste v1.0.15
10012026-03-30T18:06:49.010Z Downloaded rustc_version v0.1.7
10022026-03-30T18:06:49.010Z Downloaded proc-macro-error v1.0.4
10032026-03-30T18:06:49.010Z Downloaded parking_lot_core v0.8.6
10042026-03-30T18:06:49.010Z Downloaded password-hash v0.5.0
10052026-03-30T18:06:49.010Z Downloaded parse-display-derive v0.10.0
10062026-03-30T18:06:49.014Z Downloaded pretty-hex v0.4.2
10072026-03-30T18:06:49.014Z Downloaded same-file v1.0.6
10082026-03-30T18:06:49.014Z Downloaded ref-cast v1.0.25
10092026-03-30T18:06:49.014Z Downloaded arrayvec v0.7.6
10102026-03-30T18:06:49.025Z Downloaded backon v1.6.0
10112026-03-30T18:06:49.025Z Downloaded libsw-core v0.3.2
10122026-03-30T18:06:49.025Z Downloaded daft-derive v0.1.5
10132026-03-30T18:06:49.041Z Downloaded serde_plain v1.0.2
10142026-03-30T18:06:49.041Z Downloaded progenitor v0.10.0
10152026-03-30T18:06:49.041Z Downloaded num_threads v0.1.7
10162026-03-30T18:06:49.041Z Downloaded crossbeam-utils v0.8.21
10172026-03-30T18:06:49.041Z Downloaded multer v3.1.0
10182026-03-30T18:06:49.041Z Downloaded num-complex v0.4.6
10192026-03-30T18:06:49.041Z Downloaded group v0.13.0
10202026-03-30T18:06:49.041Z Downloaded plain v0.2.3
10212026-03-30T18:06:49.046Z Downloaded num-integer v0.1.46
10222026-03-30T18:06:49.046Z Downloaded crossbeam-epoch v0.9.18
10232026-03-30T18:06:49.046Z Downloaded diff v0.1.13
10242026-03-30T18:06:49.046Z Downloaded darling v0.23.0
10252026-03-30T18:06:49.046Z Downloaded poly1305 v0.8.0
10262026-03-30T18:06:49.046Z Downloaded proc-macro-error2 v2.0.1
10272026-03-30T18:06:49.046Z Downloaded rustc-hash v2.1.1
10282026-03-30T18:06:49.046Z Downloaded semver v0.1.20
10292026-03-30T18:06:49.046Z Downloaded defmt-macros v1.0.1
10302026-03-30T18:06:49.051Z Downloaded colored v3.1.1
10312026-03-30T18:06:49.051Z Downloaded highway v1.3.0
10322026-03-30T18:06:49.051Z Downloaded secrecy v0.10.3
10332026-03-30T18:06:49.051Z Downloaded num_enum_derive v0.7.6
10342026-03-30T18:06:49.051Z Downloaded sha1 v0.10.6
10352026-03-30T18:06:49.061Z Downloaded managed v0.8.0
10362026-03-30T18:06:49.061Z Downloaded libsw v3.5.0
10372026-03-30T18:06:49.061Z Downloaded phf v0.12.1
10382026-03-30T18:06:49.061Z Downloaded pem v3.0.6
10392026-03-30T18:06:49.061Z Downloaded console v0.16.3
10402026-03-30T18:06:49.067Z Downloaded cmake v0.1.57
10412026-03-30T18:06:49.067Z Downloaded glob v0.3.3
10422026-03-30T18:06:49.067Z Downloaded rand_core v0.10.0
10432026-03-30T18:06:49.067Z Downloaded scroll_derive v0.12.1
10442026-03-30T18:06:49.067Z Downloaded moka v0.12.15
10452026-03-30T18:06:49.067Z Downloaded siphasher v1.0.2
10462026-03-30T18:06:49.067Z Downloaded rand_chacha v0.3.1
10472026-03-30T18:06:49.067Z Downloaded byte-wrapper v0.1.0
10482026-03-30T18:06:49.102Z Downloaded serde_repr v0.1.20
10492026-03-30T18:06:49.102Z Downloaded proc-macro-error-attr v1.0.4
10502026-03-30T18:06:49.102Z Downloaded serde-big-array v0.5.1
10512026-03-30T18:06:49.102Z Downloaded scroll_derive v0.13.1
10522026-03-30T18:06:49.111Z Downloaded serial_test v3.4.0
10532026-03-30T18:06:49.111Z Downloaded resolv-conf v0.7.6
10542026-03-30T18:06:49.111Z Downloaded progenitor v0.13.0
10552026-03-30T18:06:49.111Z Downloaded parking_lot v0.11.2
10562026-03-30T18:06:49.111Z Downloaded progenitor-extras v0.1.1
10572026-03-30T18:06:49.111Z Downloaded smawk v0.3.2
10582026-03-30T18:06:49.111Z Downloaded stable_deref_trait v1.2.1
10592026-03-30T18:06:49.111Z Downloaded serial_test_derive v3.4.0
10602026-03-30T18:06:49.111Z Downloaded sigpipe v0.1.3
10612026-03-30T18:06:49.111Z Downloaded structmeta v0.3.0
10622026-03-30T18:06:49.111Z Downloaded slog-envlogger v2.2.0
10632026-03-30T18:06:49.111Z Downloaded strum v0.26.3
10642026-03-30T18:06:49.111Z Downloaded spin v0.5.2
10652026-03-30T18:06:49.111Z Downloaded strum v0.27.2
10662026-03-30T18:06:49.112Z Downloaded structmeta-derive v0.3.0
10672026-03-30T18:06:49.112Z Downloaded tabwriter v1.4.1
10682026-03-30T18:06:49.112Z Downloaded tabled_derive v0.11.0
10692026-03-30T18:06:49.112Z Downloaded ciborium v0.2.2
10702026-03-30T18:06:49.112Z Downloaded omicron-zone-package v0.12.2
10712026-03-30T18:06:49.112Z Downloaded dropshot_endpoint v0.16.7
10722026-03-30T18:06:49.112Z Downloaded derive_more v0.99.20
10732026-03-30T18:06:49.112Z Downloaded rusty-fork v0.3.1
10742026-03-30T18:06:49.112Z Downloaded rustls-native-certs v0.8.3
10752026-03-30T18:06:49.112Z Downloaded elliptic-curve v0.13.8
10762026-03-30T18:06:49.121Z Downloaded cargo_toml v0.22.3
10772026-03-30T18:06:49.121Z Downloaded cancel-safe-futures v0.1.5
10782026-03-30T18:06:49.121Z Downloaded tabled_derive v0.7.0
10792026-03-30T18:06:49.121Z Downloaded litemap v0.8.1
10802026-03-30T18:06:49.121Z Downloaded schemars_derive v0.8.22
10812026-03-30T18:06:49.127Z Downloaded serde_derive_internals v0.29.1
10822026-03-30T18:06:49.127Z Downloaded cookie v0.18.1
10832026-03-30T18:06:49.127Z Downloaded thread-id v5.1.0
10842026-03-30T18:06:49.127Z Downloaded time-core v0.1.8
10852026-03-30T18:06:49.127Z Downloaded testing_table v0.3.0
10862026-03-30T18:06:49.135Z Downloaded pest_derive v2.8.6
10872026-03-30T18:06:49.135Z Downloaded pest_generator v2.8.6
10882026-03-30T18:06:49.140Z Downloaded postcard v1.1.3
10892026-03-30T18:06:49.140Z Downloaded take_mut v0.2.2
10902026-03-30T18:06:49.140Z Downloaded tagptr v0.2.0
10912026-03-30T18:06:49.140Z Downloaded simd-adler32 v0.3.8
10922026-03-30T18:06:49.158Z Downloaded icu_normalizer_data v2.1.1
10932026-03-30T18:06:49.158Z Downloaded slog-scope v4.4.1
10942026-03-30T18:06:49.158Z Downloaded slog-json v2.6.1
10952026-03-30T18:06:49.158Z Downloaded slog-dtrace v0.3.0
10962026-03-30T18:06:49.158Z Downloaded slog-bunyan v2.5.0
10972026-03-30T18:06:49.158Z Downloaded slog-async v2.8.0
10982026-03-30T18:06:49.165Z Downloaded icu_collections v2.1.1
10992026-03-30T18:06:49.165Z Downloaded rustversion v1.0.22
11002026-03-30T18:06:49.165Z Downloaded unit-prefix v0.5.2
11012026-03-30T18:06:49.165Z Downloaded thread-id v4.2.2
11022026-03-30T18:06:49.165Z Downloaded scroll v0.12.0
11032026-03-30T18:06:49.165Z Downloaded papergrid v0.17.0
11042026-03-30T18:06:49.214Z Downloaded scroll v0.13.0
11052026-03-30T18:06:49.214Z Downloaded topological-sort v0.2.2
11062026-03-30T18:06:49.214Z Downloaded thiserror-impl-no-std v2.0.2
11072026-03-30T18:06:49.214Z Downloaded serde_tokenstream v0.2.3
11082026-03-30T18:06:49.214Z Downloaded slog-term v2.9.2
11092026-03-30T18:06:49.214Z Downloaded smf v0.2.3
11102026-03-30T18:06:49.215Z Downloaded typify-macro v0.6.1
11112026-03-30T18:06:49.215Z Downloaded sdd v3.0.10
11122026-03-30T18:06:49.215Z Downloaded strum_macros v0.27.2
11132026-03-30T18:06:49.215Z Downloaded snafu-derive v0.8.9
11142026-03-30T18:06:49.215Z Downloaded synstructure v0.13.2
11152026-03-30T18:06:49.215Z Downloaded typify-macro v0.4.3
11162026-03-30T18:06:49.215Z Downloaded universal-hash v0.5.1
11172026-03-30T18:06:49.215Z Downloaded usdt v0.6.0
11182026-03-30T18:06:49.215Z Downloaded usdt v0.5.0
11192026-03-30T18:06:49.215Z Downloaded unarray v0.1.4
11202026-03-30T18:06:49.215Z Downloaded progenitor v0.11.2
11212026-03-30T18:06:49.215Z Downloaded usdt-attr-macro v0.5.0
11222026-03-30T18:06:49.215Z Downloaded darling_core v0.23.0
11232026-03-30T18:06:49.215Z Downloaded progenitor-client v0.13.0
11242026-03-30T18:06:49.215Z Downloaded allocator-api2 v0.2.21
11252026-03-30T18:06:49.215Z Downloaded untrusted v0.7.1
11262026-03-30T18:06:49.215Z Downloaded usdt-macro v0.5.0
11272026-03-30T18:06:49.215Z Downloaded slog-stdlog v4.1.1
11282026-03-30T18:06:49.235Z Downloaded usdt-attr-macro v0.6.0
11292026-03-30T18:06:49.235Z Downloaded wait-timeout v0.2.1
11302026-03-30T18:06:49.235Z Downloaded utf-8 v0.7.6
11312026-03-30T18:06:49.243Z Downloaded termtree v0.5.1
11322026-03-30T18:06:49.243Z Downloaded waitgroup v0.1.2
11332026-03-30T18:06:49.243Z Downloaded usdt-macro v0.6.0
11342026-03-30T18:06:49.243Z Downloaded ingot-macros v0.1.1
11352026-03-30T18:06:49.243Z Downloaded tokio-dtrace v0.1.1
11362026-03-30T18:06:49.243Z Downloaded tinystr v0.8.2
11372026-03-30T18:06:49.243Z Downloaded tiny-keccak v2.0.2
11382026-03-30T18:06:49.243Z Downloaded time-macros v0.2.27
11392026-03-30T18:06:49.243Z Downloaded zerofrom v0.1.6
11402026-03-30T18:06:49.243Z Downloaded progenitor-impl v0.10.0
11412026-03-30T18:06:49.243Z Downloaded papergrid v0.11.0
11422026-03-30T18:06:49.243Z Downloaded tokio-tungstenite v0.21.0
11432026-03-30T18:06:49.243Z Downloaded rhai_codegen v3.1.0
11442026-03-30T18:06:49.243Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11452026-03-30T18:06:49.243Z Downloaded indexmap v1.9.3
11462026-03-30T18:06:49.243Z Downloaded zone v0.3.1
11472026-03-30T18:06:49.243Z Downloaded zeroize_derive v1.4.3
11482026-03-30T18:06:49.243Z Downloaded rustls-pemfile v2.2.0
11492026-03-30T18:06:49.244Z Downloaded icu_properties v2.1.2
11502026-03-30T18:06:49.281Z Downloaded prettyplease v0.2.37
11512026-03-30T18:06:49.281Z Downloaded pretty_assertions v1.4.1
11522026-03-30T18:06:49.281Z Downloaded yoke-derive v0.8.1
11532026-03-30T18:06:49.281Z Downloaded schemars v0.8.22
11542026-03-30T18:06:49.298Z Downloaded zone_cfg_derive v0.3.1
11552026-03-30T18:06:49.298Z Downloaded thiserror-no-std v2.0.2
11562026-03-30T18:06:49.298Z Downloaded smartstring v1.0.1
11572026-03-30T18:06:49.298Z Downloaded tokio-rustls v0.25.0
11582026-03-30T18:06:49.298Z Downloaded icu_locale_core v2.1.1
11592026-03-30T18:06:49.298Z Downloaded crypto-bigint v0.5.5
11602026-03-30T18:06:49.298Z Downloaded zerofrom-derive v0.1.6
11612026-03-30T18:06:49.298Z Downloaded chacha20poly1305 v0.10.1
11622026-03-30T18:06:49.298Z Downloaded progenitor-impl v0.11.2
11632026-03-30T18:06:49.298Z Downloaded base64 v0.21.7
11642026-03-30T18:06:49.298Z Downloaded serde_with_macros v3.18.0
11652026-03-30T18:06:49.298Z Downloaded progenitor-impl v0.13.0
11662026-03-30T18:06:49.298Z Downloaded xz2 v0.1.7
11672026-03-30T18:06:49.298Z Downloaded spin v0.9.8
11682026-03-30T18:06:49.298Z Downloaded usdt-impl v0.6.0
11692026-03-30T18:06:49.328Z Downloaded vsss-rs v3.3.4
11702026-03-30T18:06:49.328Z Downloaded usdt-impl v0.5.0
11712026-03-30T18:06:49.328Z Downloaded similar v2.7.0
11722026-03-30T18:06:49.328Z Downloaded indicatif v0.18.4
11732026-03-30T18:06:49.328Z Downloaded heapless v0.8.0
11742026-03-30T18:06:49.328Z Downloaded test-strategy v0.4.5
11752026-03-30T18:06:49.328Z Downloaded term v1.2.1
11762026-03-30T18:06:49.328Z Downloaded strum_macros v0.26.4
11772026-03-30T18:06:49.328Z Downloaded expectorate v1.2.0
11782026-03-30T18:06:49.328Z Downloaded crossbeam-channel v0.5.15
11792026-03-30T18:06:49.328Z Downloaded pest_meta v2.8.6
11802026-03-30T18:06:49.334Z Downloaded whoami v1.6.1
11812026-03-30T18:06:49.334Z Downloaded walkdir v2.5.0
11822026-03-30T18:06:49.334Z Downloaded rand v0.8.5
11832026-03-30T18:06:49.334Z Downloaded zerovec-derive v0.11.2
11842026-03-30T18:06:49.334Z Downloaded writeable v0.6.2
11852026-03-30T18:06:49.334Z Downloaded thin-vec v0.2.14
11862026-03-30T18:06:49.334Z Downloaded minimal-lexical v0.2.1
11872026-03-30T18:06:49.338Z Downloaded toml v0.7.8
11882026-03-30T18:06:49.338Z Downloaded qorb v0.4.1
11892026-03-30T18:06:49.338Z Downloaded typify v0.4.3
11902026-03-30T18:06:49.342Z Downloaded ucd-trie v0.1.7
11912026-03-30T18:06:49.342Z Downloaded jiff-static v0.2.23
11922026-03-30T18:06:49.468Z Downloaded rayon-core v1.13.0
11932026-03-30T18:06:49.468Z Downloaded snafu v0.8.9
11942026-03-30T18:06:49.468Z Downloaded slog v2.8.2
11952026-03-30T18:06:49.468Z Downloaded schemars v0.9.0
11962026-03-30T18:06:49.468Z Downloaded schemars v1.2.1
11972026-03-30T18:06:49.468Z Downloaded hickory-resolver v0.24.4
11982026-03-30T18:06:49.468Z Downloaded zerocopy-derive v0.7.35
11992026-03-30T18:06:49.468Z Downloaded yoke v0.8.1
12002026-03-30T18:06:49.468Z Downloaded rustls-platform-verifier v0.6.2
12012026-03-30T18:06:49.468Z Downloaded toml_edit v0.25.8+spec-1.1.0
12022026-03-30T18:06:49.468Z Downloaded hickory-resolver v0.25.2
12032026-03-30T18:06:49.468Z Downloaded steno v0.4.1
12042026-03-30T18:06:49.468Z Downloaded toml v0.9.12+spec-1.1.0
12052026-03-30T18:06:49.468Z Downloaded half v2.7.1
12062026-03-30T18:06:49.468Z Downloaded typify v0.6.1
12072026-03-30T18:06:49.474Z Downloaded toml_edit v0.19.15
12082026-03-30T18:06:49.474Z Downloaded unsafe-libyaml v0.2.11
12092026-03-30T18:06:49.474Z Downloaded yansi v1.0.1
12102026-03-30T18:06:49.474Z Downloaded tungstenite v0.21.0
12112026-03-30T18:06:49.474Z Downloaded rand v0.10.0
12122026-03-30T18:06:49.474Z Downloaded serde_yaml v0.9.34+deprecated
12132026-03-30T18:06:49.474Z Downloaded pest v2.8.6
12142026-03-30T18:06:49.474Z Downloaded mio v1.1.1
12152026-03-30T18:06:49.474Z Downloaded hashbrown v0.12.3
12162026-03-30T18:06:49.474Z Downloaded nom v7.1.3
12172026-03-30T18:06:49.474Z Downloaded zerotrie v0.2.3
12182026-03-30T18:06:49.474Z Downloaded itertools v0.12.1
12192026-03-30T18:06:49.475Z Downloaded scc v2.4.0
12202026-03-30T18:06:49.475Z Downloaded unicode-segmentation v1.13.1
12212026-03-30T18:06:49.493Z Downloaded reqwest v0.13.2
12222026-03-30T18:06:49.510Z Downloaded aws-lc-rs v1.16.2
12232026-03-30T18:06:49.520Z Downloaded zerocopy-derive v0.8.47
12242026-03-30T18:06:49.530Z Downloaded tough v0.20.0
12252026-03-30T18:06:49.530Z Downloaded ron v0.12.0
12262026-03-30T18:06:49.535Z Downloaded blake3 v1.8.3
12272026-03-30T18:06:49.535Z Downloaded icu_properties_data v2.1.2
12282026-03-30T18:06:49.540Z Downloaded iddqd v0.3.17
12292026-03-30T18:06:49.547Z Downloaded iri-string v0.7.11
12302026-03-30T18:06:49.547Z Downloaded nom v8.0.0
12312026-03-30T18:06:49.554Z Downloaded zerocopy v0.7.35
12322026-03-30T18:06:49.564Z Downloaded typed-path v0.9.3
12332026-03-30T18:06:49.569Z Downloaded serde_with v3.18.0
12342026-03-30T18:06:49.586Z Downloaded libm v0.2.16
12352026-03-30T18:06:49.595Z Downloaded winnow v1.0.0
12362026-03-30T18:06:49.613Z Downloaded rustls-webpki v0.102.8
12372026-03-30T18:06:49.618Z Downloaded tabled v0.15.0
12382026-03-30T18:06:49.618Z Downloaded rayon v1.11.0
12392026-03-30T18:06:49.618Z Downloaded zerovec v0.11.5
12402026-03-30T18:06:49.624Z Downloaded winnow v0.5.40
12412026-03-30T18:06:49.629Z Downloaded goblin v0.8.2
12422026-03-30T18:06:49.629Z Downloaded hickory-proto v0.24.4
12432026-03-30T18:06:49.637Z Downloaded tabled v0.20.0
12442026-03-30T18:06:49.647Z Downloaded syn v1.0.109
12452026-03-30T18:06:49.656Z Downloaded proptest v1.11.0
12462026-03-30T18:06:49.657Z Downloaded time v0.3.47
12472026-03-30T18:06:49.661Z Downloaded hkdf v0.12.4
12482026-03-30T18:06:49.666Z Downloaded goblin v0.10.5
12492026-03-30T18:06:49.715Z Downloaded rustls v0.22.4
12502026-03-30T18:06:49.723Z Downloaded rhai v1.24.0
12512026-03-30T18:06:49.724Z Downloaded dropshot v0.16.7
12522026-03-30T18:06:49.757Z Downloaded zerocopy v0.8.47
12532026-03-30T18:06:49.767Z Downloaded typify-impl v0.6.1
12542026-03-30T18:06:49.771Z Downloaded smoltcp v0.11.0
12552026-03-30T18:06:49.848Z Downloaded nix v0.31.2
12562026-03-30T18:06:49.854Z Downloaded typify-impl v0.4.3
12572026-03-30T18:06:49.854Z Downloaded regress v0.10.5
12582026-03-30T18:06:49.854Z Downloaded openapiv3 v2.2.0
12592026-03-30T18:06:49.854Z Downloaded hickory-proto v0.25.2
12602026-03-30T18:06:49.854Z Downloaded sled v0.34.7
12612026-03-30T18:06:49.865Z Downloaded petgraph v0.6.5
12622026-03-30T18:06:49.890Z Downloaded chrono-tz v0.10.4
12632026-03-30T18:06:49.902Z Downloaded jiff v0.2.23
12642026-03-30T18:06:49.911Z Downloaded lzma-sys v0.1.20
12652026-03-30T18:06:49.927Z Downloaded sha3 v0.10.8
12662026-03-30T18:06:49.936Z Downloaded csv v1.4.0
12672026-03-30T18:06:49.969Z Downloaded encoding_rs v0.8.35
12682026-03-30T18:06:51.480Z Downloaded aws-lc-sys v0.39.0
12692026-03-30T18:06:51.584Z Compiling proc-macro2 v1.0.106
12702026-03-30T18:06:51.584Z Compiling quote v1.0.45
12712026-03-30T18:06:51.584Z Compiling unicode-ident v1.0.24
12722026-03-30T18:06:51.584Z Compiling serde_core v1.0.228
12732026-03-30T18:06:51.584Z Compiling cfg-if v1.0.4
12742026-03-30T18:06:51.585Z Compiling serde v1.0.228
12752026-03-30T18:06:51.585Z Compiling libc v0.2.183
12762026-03-30T18:06:51.621Z Compiling memchr v2.8.0
12772026-03-30T18:06:52.156Z Compiling itoa v1.0.18
12782026-03-30T18:06:52.164Z Compiling smallvec v1.15.1
12792026-03-30T18:06:52.164Z Compiling zmij v1.0.21
12802026-03-30T18:06:52.164Z Compiling serde_json v1.0.149
12812026-03-30T18:06:52.164Z Compiling autocfg v1.5.0
12822026-03-30T18:06:52.189Z Compiling libm v0.2.16
12832026-03-30T18:06:52.322Z Compiling version_check v0.9.5
12842026-03-30T18:06:52.418Z Compiling stable_deref_trait v1.2.1
12852026-03-30T18:06:52.456Z Compiling pin-project-lite v0.2.17
12862026-03-30T18:06:52.486Z Compiling litemap v0.8.1
12872026-03-30T18:06:52.497Z Compiling writeable v0.6.2
12882026-03-30T18:06:52.608Z Compiling percent-encoding v2.3.2
12892026-03-30T18:06:52.621Z Compiling icu_properties_data v2.1.2
12902026-03-30T18:06:52.621Z Compiling icu_normalizer_data v2.1.1
12912026-03-30T18:06:52.747Z Compiling iana-time-zone v0.1.65
12922026-03-30T18:06:52.791Z Compiling equivalent v1.0.2
12932026-03-30T18:06:52.876Z Compiling parking_lot_core v0.9.12
12942026-03-30T18:06:52.922Z Compiling syn v2.0.117
12952026-03-30T18:06:52.963Z Compiling scopeguard v1.2.0
12962026-03-30T18:06:52.973Z Compiling form_urlencoded v1.2.2
12972026-03-30T18:06:53.033Z Compiling foldhash v0.2.0
12982026-03-30T18:06:53.116Z Compiling allocator-api2 v0.2.21
12992026-03-30T18:06:53.116Z Compiling lock_api v0.4.14
13002026-03-30T18:06:53.134Z Compiling utf8_iter v1.0.4
13012026-03-30T18:06:53.145Z Compiling dyn-clone v1.0.20
13022026-03-30T18:06:53.236Z Compiling num-traits v0.2.19
13032026-03-30T18:06:53.277Z Compiling jobserver v0.1.34
13042026-03-30T18:06:53.282Z Compiling find-msvc-tools v0.1.9
13052026-03-30T18:06:53.293Z Compiling shlex v1.3.0
13062026-03-30T18:06:53.338Z Compiling hashbrown v0.16.1
13072026-03-30T18:06:53.528Z Compiling cc v1.2.57
13082026-03-30T18:06:53.578Z Compiling log v0.4.29
13092026-03-30T18:06:53.631Z Compiling errno v0.3.14
13102026-03-30T18:06:53.757Z Compiling futures-core v0.3.32
13112026-03-30T18:06:53.814Z Compiling semver v1.0.27
13122026-03-30T18:06:53.908Z Compiling thiserror v2.0.18
13132026-03-30T18:06:53.939Z Compiling indexmap v2.13.0
13142026-03-30T18:06:54.012Z Compiling zerocopy v0.8.47
13152026-03-30T18:06:54.171Z Compiling futures-sink v0.3.32
13162026-03-30T18:06:54.294Z Compiling rand_core v0.10.0
13172026-03-30T18:06:54.339Z Compiling getrandom v0.4.2
13182026-03-30T18:06:54.428Z Compiling heck v0.5.0
13192026-03-30T18:06:54.515Z Compiling slab v0.4.12
13202026-03-30T18:06:54.515Z Compiling fnv v1.0.7
13212026-03-30T18:06:54.548Z Compiling futures-channel v0.3.32
13222026-03-30T18:06:54.608Z Compiling rustversion v1.0.22
13232026-03-30T18:06:54.620Z Compiling futures-task v0.3.32
13242026-03-30T18:06:54.688Z Compiling futures-io v0.3.32
13252026-03-30T18:06:54.769Z Compiling uuid v1.23.0
13262026-03-30T18:06:54.777Z Compiling typenum v1.19.0
13272026-03-30T18:06:54.781Z Compiling schemars v0.8.22
13282026-03-30T18:06:54.898Z Compiling socket2 v0.6.3
13292026-03-30T18:06:54.970Z Compiling getrandom v0.2.17
13302026-03-30T18:06:55.023Z Compiling parking_lot v0.12.5
13312026-03-30T18:06:55.134Z Compiling portable-atomic v1.13.1
13322026-03-30T18:06:55.157Z Compiling signal-hook-registry v1.4.8
13332026-03-30T18:06:55.204Z Compiling mio v1.1.1
13342026-03-30T18:06:55.317Z Compiling bitflags v2.11.0
13352026-03-30T18:06:55.458Z Compiling subtle v2.6.1
13362026-03-30T18:06:55.483Z Compiling critical-section v1.2.0
13372026-03-30T18:06:55.562Z Compiling base64 v0.22.1
13382026-03-30T18:06:55.565Z Compiling untrusted v0.9.0
13392026-03-30T18:06:55.581Z Compiling getrandom v0.3.4
13402026-03-30T18:06:55.624Z Compiling byteorder v1.5.0
13412026-03-30T18:06:55.688Z Compiling rand_core v0.6.4
13422026-03-30T18:06:55.743Z Compiling cmake v0.1.57
13432026-03-30T18:06:55.761Z Compiling fs_extra v1.3.0
13442026-03-30T18:06:55.855Z Compiling synstructure v0.13.2
13452026-03-30T18:06:55.908Z Compiling serde_derive_internals v0.29.1
13462026-03-30T18:06:55.955Z Compiling dunce v1.0.5
13472026-03-30T18:06:55.976Z Compiling strsim v0.11.1
13482026-03-30T18:06:56.025Z Compiling regex-syntax v0.8.10
13492026-03-30T18:06:56.025Z Compiling rustix v1.1.4
13502026-03-30T18:06:56.090Z Compiling once_cell v1.21.4
13512026-03-30T18:06:56.167Z Compiling aws-lc-sys v0.39.0
13522026-03-30T18:06:56.309Z Compiling atomic-waker v1.1.2
13532026-03-30T18:06:56.463Z Compiling httparse v1.10.1
13542026-03-30T18:06:56.475Z Compiling ipnet v2.12.0
13552026-03-30T18:06:56.475Z Compiling slog v2.8.2
13562026-03-30T18:06:56.585Z Compiling generic-array v0.14.7
13572026-03-30T18:06:56.641Z Compiling ucd-trie v0.1.7
13582026-03-30T18:06:56.664Z Compiling tower-service v0.3.3
13592026-03-30T18:06:56.730Z Compiling tower-layer v0.3.3
13602026-03-30T18:06:56.753Z Compiling thiserror v1.0.69
13612026-03-30T18:06:56.844Z Compiling pest v2.8.6
13622026-03-30T18:06:56.922Z Compiling try-lock v0.2.5
13632026-03-30T18:06:56.937Z Compiling httpdate v1.0.3
13642026-03-30T18:06:57.023Z Compiling want v0.3.1
13652026-03-30T18:06:57.092Z Compiling serde_derive v1.0.228
13662026-03-30T18:06:57.185Z Compiling zerofrom-derive v0.1.6
13672026-03-30T18:06:57.189Z Compiling yoke-derive v0.8.1
13682026-03-30T18:06:57.205Z Compiling zerovec-derive v0.11.2
13692026-03-30T18:06:57.230Z Compiling displaydoc v0.2.5
13702026-03-30T18:06:57.967Z Compiling tokio-macros v2.6.1
13712026-03-30T18:06:58.104Z Compiling schemars_derive v0.8.22
13722026-03-30T18:06:58.194Z Compiling thiserror-impl v2.0.18
13732026-03-30T18:06:58.269Z Compiling zerocopy-derive v0.8.47
13742026-03-30T18:06:58.357Z Compiling zerofrom v0.1.6
13752026-03-30T18:06:58.533Z Compiling yoke v0.8.1
13762026-03-30T18:06:58.678Z Compiling zeroize_derive v1.4.3
13772026-03-30T18:06:58.715Z Compiling zerovec v0.11.5
13782026-03-30T18:06:58.757Z Compiling zerotrie v0.2.3
13792026-03-30T18:06:59.083Z Compiling futures-macro v0.3.32
13802026-03-30T18:06:59.230Z Compiling tinystr v0.8.2
13812026-03-30T18:06:59.335Z Compiling potential_utf v0.1.4
13822026-03-30T18:06:59.377Z Compiling icu_locale_core v2.1.1
13832026-03-30T18:06:59.403Z Compiling zeroize v1.8.2
13842026-03-30T18:06:59.447Z Compiling icu_collections v2.1.1
13852026-03-30T18:06:59.659Z Compiling thiserror-impl v1.0.69
13862026-03-30T18:06:59.881Z Compiling futures-util v0.3.32
13872026-03-30T18:06:59.969Z Compiling icu_provider v2.1.1
13882026-03-30T18:07:00.096Z Compiling pest_meta v2.8.6
13892026-03-30T18:07:00.266Z Compiling bytes v1.11.1
13902026-03-30T18:07:00.295Z Compiling icu_normalizer v2.1.1
13912026-03-30T18:07:00.306Z Compiling icu_properties v2.1.2
13922026-03-30T18:07:00.747Z Compiling chrono v0.4.44
13932026-03-30T18:07:00.875Z Compiling tokio v1.50.0
13942026-03-30T18:07:00.886Z Compiling http v1.4.0
13952026-03-30T18:07:01.369Z Compiling idna_adapter v1.2.1
13962026-03-30T18:07:01.436Z Compiling serde_tokenstream v0.2.3
13972026-03-30T18:07:01.500Z Compiling idna v1.1.0
13982026-03-30T18:07:01.718Z Compiling http-body v1.0.1
13992026-03-30T18:07:01.851Z Compiling url v2.5.8
14002026-03-30T18:07:01.865Z Compiling erased-serde v0.3.31
14012026-03-30T18:07:02.221Z Compiling ryu v1.0.23
14022026-03-30T18:07:02.248Z Compiling pin-utils v0.1.0
14032026-03-30T18:07:02.348Z Compiling pest_generator v2.8.6
14042026-03-30T18:07:02.398Z Compiling pretty-hex v0.4.2
14052026-03-30T18:07:02.534Z Compiling ppv-lite86 v0.2.21
14062026-03-30T18:07:02.624Z Compiling plain v0.2.3
14072026-03-30T18:07:02.654Z Compiling paste v1.0.15
14082026-03-30T18:07:02.703Z Compiling crypto-common v0.1.7
14092026-03-30T18:07:02.726Z Compiling ident_case v1.0.1
14102026-03-30T18:07:02.829Z Compiling omicron-workspace-hack v0.1.0
14112026-03-30T18:07:02.844Z Compiling tracing-attributes v0.1.31
14122026-03-30T18:07:02.851Z Compiling tracing-core v0.1.36
14132026-03-30T18:07:02.961Z Compiling pest_derive v2.8.6
14142026-03-30T18:07:03.109Z Compiling serde_urlencoded v0.7.1
14152026-03-30T18:07:03.350Z Compiling http-body-util v0.1.3
14162026-03-30T18:07:03.466Z Compiling ipnetwork v0.21.1
14172026-03-30T18:07:03.533Z Compiling daft-derive v0.1.5
14182026-03-30T18:07:03.543Z Compiling sync_wrapper v1.0.2
14192026-03-30T18:07:03.636Z Compiling fastrand v2.3.0
14202026-03-30T18:07:03.819Z Compiling aho-corasick v1.1.4
14212026-03-30T18:07:03.841Z Compiling winnow v1.0.0
14222026-03-30T18:07:03.935Z Compiling rustls-pki-types v1.14.0
14232026-03-30T18:07:03.947Z Compiling async-trait v0.1.89
14242026-03-30T18:07:04.111Z Compiling tracing v0.1.44
14252026-03-30T18:07:04.246Z Compiling ring v0.17.14
14262026-03-30T18:07:04.378Z Compiling cpufeatures v0.2.17
14272026-03-30T18:07:04.445Z Compiling powerfmt v0.2.0
14282026-03-30T18:07:04.568Z Compiling anyhow v1.0.102
14292026-03-30T18:07:04.651Z Compiling regex-automata v0.4.14
14302026-03-30T18:07:04.753Z Compiling time-core v0.1.8
14312026-03-30T18:07:04.890Z Compiling num-conv v0.2.0
14322026-03-30T18:07:04.905Z Compiling iri-string v0.7.11
14332026-03-30T18:07:05.016Z Compiling time-macros v0.2.27
14342026-03-30T18:07:05.115Z Compiling deranged v0.5.8
14352026-03-30T18:07:05.380Z Compiling block-buffer v0.10.4
14362026-03-30T18:07:05.523Z Compiling scroll_derive v0.13.1
14372026-03-30T18:07:05.953Z Compiling hex v0.4.3
14382026-03-30T18:07:06.056Z Compiling num_threads v0.1.7
14392026-03-30T18:07:06.149Z Compiling digest v0.10.7
14402026-03-30T18:07:06.326Z Compiling regex v1.12.3
14412026-03-30T18:07:06.356Z Compiling scroll v0.13.0
14422026-03-30T18:07:06.613Z Compiling tokio-util v0.7.18
14432026-03-30T18:07:06.791Z Compiling oxnet v0.1.4
14442026-03-30T18:07:07.090Z Compiling camino v1.2.2
14452026-03-30T18:07:07.168Z Compiling goblin v0.10.5
14462026-03-30T18:07:07.352Z Compiling usdt-impl v0.6.0
14472026-03-30T18:07:07.370Z Compiling openssl-probe v0.2.1
14482026-03-30T18:07:07.546Z Compiling dtrace-parser v0.3.0
14492026-03-30T18:07:07.732Z Compiling crossbeam-utils v0.8.21
14502026-03-30T18:07:07.842Z Compiling h2 v0.4.13
14512026-03-30T18:07:08.033Z Compiling futures-executor v0.3.32
14522026-03-30T18:07:08.311Z Compiling openapiv3 v2.2.0
14532026-03-30T18:07:08.347Z Compiling structmeta-derive v0.3.0
14542026-03-30T18:07:08.393Z Compiling regress v0.10.5
14552026-03-30T18:07:08.873Z Compiling thread-id v5.1.0
14562026-03-30T18:07:08.954Z Compiling syn v1.0.109
14572026-03-30T18:07:09.269Z Compiling rustls v0.22.4
14582026-03-30T18:07:09.411Z Compiling structmeta v0.3.0
14592026-03-30T18:07:09.537Z Compiling futures v0.3.32
14602026-03-30T18:07:09.624Z Compiling rand_core v0.9.5
14612026-03-30T18:07:09.840Z Compiling dof v0.4.0
14622026-03-30T18:07:09.979Z Compiling hyper v1.8.1
14632026-03-30T18:07:10.128Z Compiling darling_core v0.23.0
14642026-03-30T18:07:11.208Z Compiling newtype-uuid-macros v0.1.0
14652026-03-30T18:07:11.380Z Compiling thread_local v1.1.9
14662026-03-30T18:07:11.643Z Compiling winnow v0.7.15
14672026-03-30T18:07:11.652Z Compiling aws-lc-rs v1.16.2
14682026-03-30T18:07:11.718Z Compiling match_cfg v0.1.0
14692026-03-30T18:07:11.784Z Compiling hyper-util v0.1.20
14702026-03-30T18:07:12.003Z Compiling newtype-uuid v1.3.2
14712026-03-30T18:07:12.022Z Compiling slog-async v2.8.0
14722026-03-30T18:07:12.218Z Compiling darling_macro v0.23.0
14732026-03-30T18:07:12.296Z Compiling quick-error v1.2.3
14742026-03-30T18:07:12.342Z Compiling ref-cast v1.0.25
14752026-03-30T18:07:12.437Z Compiling daft v0.1.5
14762026-03-30T18:07:12.506Z Compiling usdt-attr-macro v0.6.0
14772026-03-30T18:07:12.690Z Compiling usdt-macro v0.6.0
14782026-03-30T18:07:12.700Z Compiling rand_chacha v0.9.0
14792026-03-30T18:07:12.774Z Compiling darling v0.23.0
14802026-03-30T18:07:12.855Z Compiling strum_macros v0.26.4
14812026-03-30T18:07:13.126Z Compiling ref-cast-impl v1.0.25
14822026-03-30T18:07:13.130Z Compiling toml_datetime v0.7.5+spec-1.1.0
14832026-03-30T18:07:13.464Z Compiling serde_spanned v1.1.0
14842026-03-30T18:07:13.499Z Compiling multer v3.1.0
14852026-03-30T18:07:13.636Z Compiling bit-vec v0.8.0
14862026-03-30T18:07:13.729Z Compiling debug-ignore v1.0.5
14872026-03-30T18:07:13.733Z Compiling toml_writer v1.1.0+spec-1.1.0
14882026-03-30T18:07:13.776Z Compiling take_mut v0.2.2
14892026-03-30T18:07:13.815Z Compiling term v1.2.1
14902026-03-30T18:07:13.865Z Compiling untrusted v0.7.1
14912026-03-30T18:07:13.868Z Compiling bit-set v0.8.0
14922026-03-30T18:07:13.974Z Compiling rand v0.9.2
14932026-03-30T18:07:13.984Z Compiling serde_with_macros v3.18.0
14942026-03-30T18:07:14.133Z Compiling async-stream-impl v0.3.6
14952026-03-30T18:07:14.493Z Compiling strum v0.26.3
14962026-03-30T18:07:14.525Z Compiling dropshot v0.16.7
14972026-03-30T18:07:14.579Z Compiling encoding_rs v0.8.35
14982026-03-30T18:07:14.621Z Compiling rustls v0.23.37
14992026-03-30T18:07:14.762Z Compiling spin v0.9.8
15002026-03-30T18:07:14.828Z Compiling mime v0.3.17
15012026-03-30T18:07:14.872Z Compiling unarray v0.1.4
15022026-03-30T18:07:14.976Z Compiling async-stream v0.3.6
15032026-03-30T18:07:15.102Z Compiling derive-ex v0.1.8
15042026-03-30T18:07:15.113Z Compiling dropshot_endpoint v0.16.7
15052026-03-30T18:07:15.147Z Compiling macaddr v1.0.1
15062026-03-30T18:07:15.342Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15072026-03-30T18:07:15.368Z Compiling waitgroup v0.1.2
15082026-03-30T18:07:15.461Z Compiling serde_path_to_error v0.1.20
15092026-03-30T18:07:15.811Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15102026-03-30T18:07:15.811Z Compiling tempfile v3.27.0
15112026-03-30T18:07:15.940Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15122026-03-30T18:07:16.081Z Compiling tower v0.5.3
15132026-03-30T18:07:16.115Z Compiling strum_macros v0.27.2
15142026-03-30T18:07:16.245Z Compiling instant v0.1.13
15152026-03-30T18:07:16.261Z Compiling time v0.3.47
15162026-03-30T18:07:16.562Z Compiling tower-http v0.6.8
15172026-03-30T18:07:16.656Z Compiling rustc-hash v2.1.1
15182026-03-30T18:07:16.667Z Compiling test-strategy v0.4.5
15192026-03-30T18:07:16.772Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15202026-03-30T18:07:16.972Z Compiling crossbeam-channel v0.5.15
15212026-03-30T18:07:17.918Z Compiling strum v0.27.2
15222026-03-30T18:07:17.996Z Compiling parse-display-derive v0.10.0
15232026-03-30T18:07:18.045Z Compiling rustls-native-certs v0.8.3
15242026-03-30T18:07:18.116Z Compiling backon v1.6.0
15252026-03-30T18:07:18.316Z Compiling rustls-webpki v0.102.8
15262026-03-30T18:07:18.386Z Compiling rand_chacha v0.3.1
15272026-03-30T18:07:19.248Z Compiling rand v0.8.5
15282026-03-30T18:07:19.266Z Compiling slog-json v2.6.1
15292026-03-30T18:07:19.469Z Compiling hostname v0.3.1
15302026-03-30T18:07:19.479Z Compiling toml_parser v1.1.0+spec-1.1.0
15312026-03-30T18:07:19.609Z Compiling memmap2 v0.9.10
15322026-03-30T18:07:19.676Z Compiling is-terminal v0.4.17
15332026-03-30T18:07:19.768Z Compiling wait-timeout v0.2.1
15342026-03-30T18:07:19.899Z Compiling either v1.15.0
15352026-03-30T18:07:19.985Z Compiling rusty-fork v0.3.1
15362026-03-30T18:07:20.073Z Compiling toml v0.9.12+spec-1.1.0
15372026-03-30T18:07:20.112Z Compiling usdt v0.6.0
15382026-03-30T18:07:20.181Z Compiling slog-term v2.9.2
15392026-03-30T18:07:20.355Z Compiling slog-bunyan v2.5.0
15402026-03-30T18:07:20.775Z Compiling tokio-rustls v0.25.0
15412026-03-30T18:07:20.851Z Compiling serde_with v3.18.0
15422026-03-30T18:07:20.978Z Compiling rand_xorshift v0.4.0
15432026-03-30T18:07:21.000Z Compiling sha1 v0.10.6
15442026-03-30T18:07:21.028Z Compiling rustls-pemfile v2.2.0
15452026-03-30T18:07:21.125Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15462026-03-30T18:07:21.218Z Compiling hostname v0.4.2
15472026-03-30T18:07:21.218Z Compiling proptest v1.11.0
15482026-03-30T18:07:22.248Z Compiling reqwest v0.12.28
15492026-03-30T18:07:22.335Z Compiling itertools v0.14.0
15502026-03-30T18:07:22.577Z Compiling iddqd v0.3.17
15512026-03-30T18:07:22.886Z Compiling utf8parse v0.2.2
15522026-03-30T18:07:22.997Z Compiling anstyle-parse v1.0.0
15532026-03-30T18:07:23.182Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15542026-03-30T18:07:23.609Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15552026-03-30T18:07:23.805Z Compiling toml_datetime v0.6.11
15562026-03-30T18:07:23.855Z Compiling is_terminal_polyfill v1.70.2
15572026-03-30T18:07:23.947Z Compiling anstyle v1.0.14
15582026-03-30T18:07:24.078Z Compiling anstyle-query v1.1.5
15592026-03-30T18:07:24.180Z Compiling colorchoice v1.0.5
15602026-03-30T18:07:24.295Z Compiling anstream v1.0.0
15612026-03-30T18:07:24.495Z Compiling progenitor-client v0.10.0
15622026-03-30T18:07:24.622Z Compiling parse-display v0.10.0
15632026-03-30T18:07:24.962Z Compiling backoff v0.4.0
15642026-03-30T18:07:24.975Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15652026-03-30T18:07:25.105Z Compiling clap_lex v1.1.0
15662026-03-30T18:07:25.347Z Compiling clap_derive v4.6.0
15672026-03-30T18:07:25.637Z Compiling unicode-width v0.2.2
15682026-03-30T18:07:25.916Z Compiling terminal_size v0.4.4
15692026-03-30T18:07:25.949Z Compiling darling_core v0.21.3
15702026-03-30T18:07:26.005Z Compiling zerocopy-derive v0.7.35
15712026-03-30T18:07:26.799Z Compiling crossbeam-epoch v0.9.18
15722026-03-30T18:07:26.853Z Compiling zerocopy v0.7.35
15732026-03-30T18:07:27.527Z Compiling clap_builder v4.6.0
15742026-03-30T18:07:27.844Z Compiling proc-macro-error-attr v1.0.4
15752026-03-30T18:07:28.035Z Compiling darling_macro v0.21.3
15762026-03-30T18:07:28.056Z Compiling convert_case v0.4.0
15772026-03-30T18:07:28.113Z Compiling tinyvec_macros v0.1.1
15782026-03-30T18:07:28.183Z Compiling toml_datetime v1.1.0+spec-1.1.0
15792026-03-30T18:07:28.220Z Compiling heapless v0.8.0
15802026-03-30T18:07:28.258Z Compiling heck v0.4.1
15812026-03-30T18:07:28.401Z Compiling derive_more v0.99.20
15822026-03-30T18:07:28.638Z Compiling darling v0.21.3
15832026-03-30T18:07:28.699Z Compiling toml_edit v0.25.8+spec-1.1.0
15842026-03-30T18:07:28.713Z Compiling ingot-macros v0.1.1
15852026-03-30T18:07:28.726Z Compiling tinyvec v1.11.0
15862026-03-30T18:07:29.190Z Compiling clap v4.6.0
15872026-03-30T18:07:29.954Z Compiling dtrace-parser v0.2.0
15882026-03-30T18:07:30.216Z Compiling secrecy v0.10.3
15892026-03-30T18:07:30.373Z Compiling scroll_derive v0.12.1
15902026-03-30T18:07:30.668Z Compiling hash32 v0.3.1
15912026-03-30T18:07:30.818Z Compiling usdt-impl v0.5.0
15922026-03-30T18:07:30.828Z Compiling proc-macro-error v1.0.4
15932026-03-30T18:07:30.862Z Compiling winnow v0.5.40
15942026-03-30T18:07:31.048Z Compiling smoltcp v0.11.0
15952026-03-30T18:07:31.058Z Compiling crucible-workspace-hack v0.1.0
15962026-03-30T18:07:31.072Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15972026-03-30T18:07:31.192Z Compiling scroll v0.12.0
15982026-03-30T18:07:31.411Z Compiling proc-macro-crate v3.5.0
15992026-03-30T18:07:31.470Z Compiling ingot-types v0.1.2
16002026-03-30T18:07:31.873Z Compiling dof v0.3.0
16012026-03-30T18:07:32.064Z Compiling typify-impl v0.6.1
16022026-03-30T18:07:32.185Z Compiling toml_edit v0.19.15
16032026-03-30T18:07:32.202Z Compiling serde_spanned v0.6.9
16042026-03-30T18:07:32.216Z Compiling cobs v0.3.0
16052026-03-30T18:07:32.229Z Compiling memoffset v0.9.1
16062026-03-30T18:07:32.336Z Compiling thread-id v4.2.2
16072026-03-30T18:07:32.365Z Compiling cfg_aliases v0.2.1
16082026-03-30T18:07:32.397Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16092026-03-30T18:07:32.419Z Compiling toml_write v0.1.2
16102026-03-30T18:07:32.433Z Compiling managed v0.8.0
16112026-03-30T18:07:32.456Z Compiling bitflags v1.3.2
16122026-03-30T18:07:32.535Z Compiling nix v0.31.2
16132026-03-30T18:07:32.624Z Compiling toml_edit v0.22.27
16142026-03-30T18:07:32.904Z Compiling postcard v1.1.3
16152026-03-30T18:07:33.423Z Compiling proc-macro-crate v1.3.1
16162026-03-30T18:07:33.769Z Compiling num_enum_derive v0.7.6
16172026-03-30T18:07:33.954Z Compiling ingot v0.1.1
16182026-03-30T18:07:34.227Z Compiling goblin v0.8.2
16192026-03-30T18:07:34.815Z Compiling tabwriter v1.4.1
16202026-03-30T18:07:35.048Z Compiling foreign-types-macros v0.2.3
16212026-03-30T18:07:35.071Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16222026-03-30T18:07:35.359Z Compiling num-integer v0.1.46
16232026-03-30T18:07:35.669Z Compiling rustc_version v0.4.1
16242026-03-30T18:07:35.681Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16252026-03-30T18:07:35.938Z Compiling float-ord v0.3.2
16262026-03-30T18:07:36.000Z Compiling cpufeatures v0.3.0
16272026-03-30T18:07:36.045Z Compiling foreign-types-shared v0.3.1
16282026-03-30T18:07:36.048Z Compiling rayon-core v1.13.0
16292026-03-30T18:07:36.070Z Compiling chacha20 v0.10.0
16302026-03-30T18:07:36.131Z Compiling foreign-types v0.5.0
16312026-03-30T18:07:36.270Z Compiling curve25519-dalek v4.1.3
16322026-03-30T18:07:36.547Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16332026-03-30T18:07:36.812Z Compiling num_enum v0.7.6
16342026-03-30T18:07:36.927Z Compiling num_enum_derive v0.5.11
16352026-03-30T18:07:37.319Z Compiling toml v0.8.23
16362026-03-30T18:07:38.219Z Compiling crossbeam-deque v0.8.6
16372026-03-30T18:07:38.312Z Compiling typify-macro v0.6.1
16382026-03-30T18:07:38.403Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16392026-03-30T18:07:38.712Z Compiling hmac v0.12.1
16402026-03-30T18:07:38.849Z Compiling inout v0.1.4
16412026-03-30T18:07:38.906Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16422026-03-30T18:07:38.937Z Compiling ff v0.13.1
16432026-03-30T18:07:39.298Z Compiling cstr-argument v0.1.2
16442026-03-30T18:07:39.415Z Compiling rustix v0.38.44
16452026-03-30T18:07:39.450Z Compiling colored v3.1.1
16462026-03-30T18:07:39.766Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16472026-03-30T18:07:39.852Z Compiling prettyplease v0.2.37
16482026-03-30T18:07:39.952Z Compiling rustls-webpki v0.103.10
16492026-03-30T18:07:40.296Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16502026-03-30T18:07:40.881Z Compiling group v0.13.0
16512026-03-30T18:07:40.991Z Compiling cipher v0.4.4
16522026-03-30T18:07:40.994Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16532026-03-30T18:07:41.011Z Compiling hkdf v0.12.4
16542026-03-30T18:07:41.360Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16552026-03-30T18:07:41.559Z Compiling num_enum v0.5.11
16562026-03-30T18:07:41.668Z Compiling rand v0.10.0
16572026-03-30T18:07:41.678Z Compiling num-iter v0.1.45
16582026-03-30T18:07:41.721Z Compiling num-rational v0.4.2
16592026-03-30T18:07:41.794Z Compiling usdt-macro v0.5.0
16602026-03-30T18:07:41.960Z Compiling usdt-attr-macro v0.5.0
16612026-03-30T18:07:42.826Z Compiling camino-tempfile v1.4.1
16622026-03-30T18:07:42.892Z Compiling thiserror-impl-no-std v2.0.2
16632026-03-30T18:07:43.132Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16642026-03-30T18:07:43.425Z Compiling tokio-rustls v0.26.4
16652026-03-30T18:07:43.503Z Compiling rustls-platform-verifier v0.6.2
16662026-03-30T18:07:43.722Z Compiling hyper-rustls v0.27.7
16672026-03-30T18:07:44.015Z Compiling reqwest v0.13.2
16682026-03-30T18:07:44.036Z Compiling universal-hash v0.5.1
16692026-03-30T18:07:44.075Z Compiling half v2.7.1
16702026-03-30T18:07:44.161Z Compiling crypto-bigint v0.5.5
16712026-03-30T18:07:44.351Z Compiling enum-as-inner v0.6.1
16722026-03-30T18:07:44.376Z Compiling curve25519-dalek-derive v0.1.1
16732026-03-30T18:07:44.884Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16742026-03-30T18:07:44.925Z Compiling num-complex v0.4.6
16752026-03-30T18:07:45.070Z Compiling memmap v0.7.0
16762026-03-30T18:07:45.172Z Compiling data-encoding v2.10.0
16772026-03-30T18:07:45.260Z Compiling progenitor-client v0.13.0
16782026-03-30T18:07:45.311Z Compiling base16ct v0.2.0
16792026-03-30T18:07:45.328Z Compiling base64ct v1.8.3
16802026-03-30T18:07:45.471Z Compiling progenitor-extras v0.1.1
16812026-03-30T18:07:45.626Z Compiling ciborium-io v0.2.2
16822026-03-30T18:07:45.715Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16832026-03-30T18:07:45.727Z Compiling opaque-debug v0.3.1
16842026-03-30T18:07:45.857Z Compiling poly1305 v0.8.0
16852026-03-30T18:07:46.030Z Compiling ciborium-ll v0.2.2
16862026-03-30T18:07:46.250Z Compiling password-hash v0.5.0
16872026-03-30T18:07:46.280Z Compiling elliptic-curve v0.13.8
16882026-03-30T18:07:46.558Z Compiling num v0.4.3
16892026-03-30T18:07:46.636Z Compiling usdt v0.5.0
16902026-03-30T18:07:46.751Z Compiling thiserror-no-std v2.0.2
16912026-03-30T18:07:46.912Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16922026-03-30T18:07:47.128Z Compiling rayon v1.11.0
16932026-03-30T18:07:47.253Z Compiling chacha20 v0.9.1
16942026-03-30T18:07:47.478Z Compiling typify v0.6.1
16952026-03-30T18:07:47.571Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16962026-03-30T18:07:48.414Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16972026-03-30T18:07:48.549Z Compiling zone_cfg_derive v0.3.1
16982026-03-30T18:07:48.751Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16992026-03-30T18:07:48.924Z Compiling itertools v0.12.1
17002026-03-30T18:07:48.935Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17012026-03-30T18:07:49.132Z Compiling blake2 v0.10.6
17022026-03-30T18:07:49.160Z Compiling byte-wrapper v0.1.0
17032026-03-30T18:07:49.233Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17042026-03-30T18:07:49.422Z Compiling aead v0.5.2
17052026-03-30T18:07:49.528Z Compiling num-derive v0.4.2
17062026-03-30T18:07:49.562Z Compiling sigpipe v0.1.3
17072026-03-30T18:07:49.590Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17082026-03-30T18:07:49.601Z Compiling jiff v0.2.23
17092026-03-30T18:07:49.644Z Compiling glob v0.3.3
17102026-03-30T18:07:49.800Z Compiling vcpkg v0.2.15
17112026-03-30T18:07:50.092Z Compiling keccak v0.1.6
17122026-03-30T18:07:50.143Z Compiling pkg-config v0.3.32
17132026-03-30T18:07:50.335Z Compiling unsafe-libyaml v0.2.11
17142026-03-30T18:07:50.371Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17152026-03-30T18:07:50.472Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17162026-03-30T18:07:50.596Z Compiling openssl-sys v0.9.112
17172026-03-30T18:07:50.869Z Compiling serde_yaml v0.9.34+deprecated
17182026-03-30T18:07:50.903Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17192026-03-30T18:07:51.237Z Compiling sha3 v0.10.8
17202026-03-30T18:07:51.522Z Compiling zone v0.3.1
17212026-03-30T18:07:51.556Z Compiling chacha20poly1305 v0.10.1
17222026-03-30T18:07:51.686Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17232026-03-30T18:07:52.137Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17242026-03-30T18:07:52.324Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17252026-03-30T18:07:52.954Z Compiling argon2 v0.5.3
17262026-03-30T18:07:53.086Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17272026-03-30T18:07:53.328Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17282026-03-30T18:07:53.339Z Compiling progenitor-impl v0.13.0
17292026-03-30T18:07:53.480Z Compiling vsss-rs v3.3.4
17302026-03-30T18:07:54.020Z Compiling ciborium v0.2.2
17312026-03-30T18:07:54.349Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17322026-03-30T18:07:54.460Z Compiling hubpack_derive v0.1.1
17332026-03-30T18:07:54.467Z Compiling smf v0.2.3
17342026-03-30T18:07:54.527Z Compiling linked-hash-map v0.5.6
17352026-03-30T18:07:54.624Z Compiling static_assertions v1.1.0
17362026-03-30T18:07:54.695Z Compiling indent_write v2.2.0
17372026-03-30T18:07:54.706Z Compiling semver v0.1.20
17382026-03-30T18:07:54.787Z Compiling resolv-conf v0.7.6
17392026-03-30T18:07:54.837Z Compiling whoami v1.6.1
17402026-03-30T18:07:54.941Z Compiling hubpack v0.1.2
17412026-03-30T18:07:54.955Z Compiling rustc_version v0.1.7
17422026-03-30T18:07:55.153Z Compiling lru-cache v0.1.2
17432026-03-30T18:07:55.164Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17442026-03-30T18:07:55.174Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17452026-03-30T18:07:55.213Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17462026-03-30T18:07:55.337Z Compiling hickory-proto v0.24.4
17472026-03-30T18:07:55.822Z Compiling serde-big-array v0.5.1
17482026-03-30T18:07:55.964Z Compiling serde_repr v0.1.20
17492026-03-30T18:07:56.568Z Compiling derive-where v1.6.1
17502026-03-30T18:07:56.861Z Compiling pin-project-internal v1.1.11
17512026-03-30T18:07:56.987Z Compiling progenitor-macro v0.13.0
17522026-03-30T18:07:57.836Z Compiling siphasher v1.0.2
17532026-03-30T18:07:57.949Z Compiling unicode-segmentation v1.13.1
17542026-03-30T18:07:58.016Z Compiling swrite v0.1.0
17552026-03-30T18:07:58.029Z Compiling minimal-lexical v0.2.1
17562026-03-30T18:07:58.111Z Compiling phf_shared v0.12.1
17572026-03-30T18:07:58.285Z Compiling newline-converter v0.3.0
17582026-03-30T18:07:58.286Z Compiling nom v7.1.3
17592026-03-30T18:07:58.378Z Compiling pin-project v1.1.11
17602026-03-30T18:07:58.418Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17612026-03-30T18:07:58.528Z Compiling hickory-resolver v0.24.4
17622026-03-30T18:07:58.636Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17632026-03-30T18:07:58.883Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17642026-03-30T18:07:59.159Z Compiling newtype_derive v0.1.6
17652026-03-30T18:07:59.392Z Compiling atomicwrites v0.4.4
17662026-03-30T18:07:59.723Z Compiling unicode-normalization v0.1.25
17672026-03-30T18:07:59.877Z Compiling snafu-derive v0.8.9
17682026-03-30T18:08:00.195Z Compiling console v0.15.11
17692026-03-30T18:08:00.379Z Compiling tokio-stream v0.1.18
17702026-03-30T18:08:00.824Z Compiling async-recursion v1.1.1
17712026-03-30T18:08:00.871Z Compiling slog-dtrace v0.3.0
17722026-03-30T18:08:01.010Z Compiling bstr v1.12.1
17732026-03-30T18:08:01.094Z Compiling csv-core v0.1.13
17742026-03-30T18:08:01.184Z Compiling foldhash v0.1.5
17752026-03-30T18:08:01.356Z Compiling similar v2.7.0
17762026-03-30T18:08:01.371Z Compiling unicode-xid v0.2.6
17772026-03-30T18:08:01.491Z Compiling owo-colors v4.3.0
17782026-03-30T18:08:01.511Z Compiling foreign-types-shared v0.1.1
17792026-03-30T18:08:01.516Z Compiling cancel-safe-futures v0.1.5
17802026-03-30T18:08:01.629Z Compiling chrono-tz v0.10.4
17812026-03-30T18:08:01.646Z Compiling openssl v0.10.76
17822026-03-30T18:08:01.715Z Compiling highway v1.3.0
17832026-03-30T18:08:01.752Z Compiling unicode-width v0.1.14
17842026-03-30T18:08:01.809Z Compiling same-file v1.0.6
17852026-03-30T18:08:01.897Z Compiling expectorate v1.2.0
17862026-03-30T18:08:01.906Z Compiling walkdir v2.5.0
17872026-03-30T18:08:01.976Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17882026-03-30T18:08:02.023Z Compiling snafu v0.8.9
17892026-03-30T18:08:02.086Z Compiling foreign-types v0.3.2
17902026-03-30T18:08:02.130Z Compiling const_format_proc_macros v0.2.34
17912026-03-30T18:08:02.146Z Compiling globset v0.4.18
17922026-03-30T18:08:02.251Z Compiling progenitor v0.13.0
17932026-03-30T18:08:02.277Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17942026-03-30T18:08:02.317Z Compiling hashbrown v0.15.5
17952026-03-30T18:08:02.386Z Compiling csv v1.4.0
17962026-03-30T18:08:02.446Z Compiling qorb v0.4.1
17972026-03-30T18:08:02.846Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17982026-03-30T18:08:02.931Z Compiling olpc-cjson v0.1.4
17992026-03-30T18:08:02.958Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18002026-03-30T18:08:03.144Z Compiling phf v0.12.1
18012026-03-30T18:08:03.512Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18022026-03-30T18:08:03.893Z Compiling tokio-dtrace v0.1.1
18032026-03-30T18:08:03.932Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18042026-03-30T18:08:04.168Z Compiling libsw-core v0.3.2
18052026-03-30T18:08:04.314Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18062026-03-30T18:08:04.344Z Compiling serde_plain v1.0.2
18072026-03-30T18:08:04.482Z Compiling openssl-macros v0.1.1
18082026-03-30T18:08:04.542Z Compiling pem v3.0.6
18092026-03-30T18:08:04.606Z Compiling cookie v0.18.1
18102026-03-30T18:08:04.654Z Compiling bytecount v0.6.9
18112026-03-30T18:08:04.679Z Compiling typed-path v0.9.3
18122026-03-30T18:08:04.770Z Compiling fixedbitset v0.4.2
18132026-03-30T18:08:04.796Z Compiling fixedbitset v0.5.7
18142026-03-30T18:08:04.922Z Compiling petgraph v0.6.5
18152026-03-30T18:08:04.932Z Compiling papergrid v0.11.0
18162026-03-30T18:08:05.008Z Compiling petgraph v0.8.3
18172026-03-30T18:08:05.142Z Compiling libsw v3.5.0
18182026-03-30T18:08:05.355Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18192026-03-30T18:08:06.029Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18202026-03-30T18:08:06.395Z Compiling tough v0.20.0
18212026-03-30T18:08:06.701Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18222026-03-30T18:08:06.810Z Compiling oxide-tokio-rt v0.1.3
18232026-03-30T18:08:07.118Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18242026-03-30T18:08:08.018Z Compiling const_format v0.2.35
18252026-03-30T18:08:08.138Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18262026-03-30T18:08:08.708Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18272026-03-30T18:08:10.108Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18282026-03-30T18:08:10.142Z Compiling gethostname v0.5.0
18292026-03-30T18:08:10.237Z Compiling tabled_derive v0.7.0
18302026-03-30T18:08:10.268Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18312026-03-30T18:08:10.412Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18322026-03-30T18:08:10.543Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18332026-03-30T18:08:10.612Z Compiling bcs v0.1.6
18342026-03-30T18:08:10.777Z Compiling smawk v0.3.2
18352026-03-30T18:08:10.794Z Compiling tagptr v0.2.0
18362026-03-30T18:08:10.917Z Compiling termtree v0.5.1
18372026-03-30T18:08:10.932Z Compiling unicode-linebreak v0.1.5
18382026-03-30T18:08:10.942Z Compiling linear-map v1.2.0
18392026-03-30T18:08:10.978Z Compiling lazy_static v1.5.0
18402026-03-30T18:08:11.067Z Compiling steno v0.4.1
18412026-03-30T18:08:11.080Z Compiling moka v0.12.15
18422026-03-30T18:08:11.112Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18432026-03-30T18:08:11.124Z Compiling textwrap v0.16.2
18442026-03-30T18:08:11.175Z Compiling tabled v0.15.0
18452026-03-30T18:08:11.179Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18462026-03-30T18:08:11.718Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18472026-03-30T18:08:11.848Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18482026-03-30T18:08:11.925Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18492026-03-30T18:08:12.044Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18502026-03-30T18:08:12.734Z Compiling hickory-proto v0.25.2
18512026-03-30T18:08:12.848Z Compiling humantime v2.3.0
18522026-03-30T18:08:13.134Z Compiling num-derive v0.3.3
18532026-03-30T18:08:13.950Z Compiling parking_lot_core v0.8.6
18542026-03-30T18:08:14.126Z Compiling libscf-sys v1.1.0
18552026-03-30T18:08:14.244Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18562026-03-30T18:08:14.259Z Compiling crc32fast v1.5.0
18572026-03-30T18:08:14.418Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18582026-03-30T18:08:14.592Z Compiling parking_lot v0.11.2
18592026-03-30T18:08:14.801Z Compiling hickory-resolver v0.25.2
18602026-03-30T18:08:14.832Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18612026-03-30T18:08:14.832Z Compiling fxhash v0.2.1
18622026-03-30T18:08:14.873Z Compiling internet-checksum v0.2.1
18632026-03-30T18:08:14.948Z Compiling sled v0.34.7
18642026-03-30T18:08:15.002Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18652026-03-30T18:08:15.634Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18662026-03-30T18:08:20.898Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18672026-03-30T18:08:27.994Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18682026-03-30T18:08:29.585Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18692026-03-30T18:08:30.650Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18702026-03-30T18:08:31.747Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18712026-03-30T18:08:32.506Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18722026-03-30T18:08:56.014Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 05s
18732026-03-30T18:08:56.185Z────────────
18742026-03-30T18:08:56.185Z Nextest run ID f77ba656-a4de-426c-94bb-f48b098ba4dd with nextest profile: default
18752026-03-30T18:08:56.185Z Starting 43 tests across 1 binary
18762026-03-30T18:08:56.195Z PASS [ 0.009s] rdb bestpath::test::test_bestpath
18772026-03-30T18:08:56.198Z PASS [ 0.009s] rdb db::test::test_prefix4_db_key_serialization
18782026-03-30T18:08:56.198Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_shutdown_preference
18792026-03-30T18:08:56.198Z PASS [ 0.011s] rdb db::test::test_prefix4_from_str
18802026-03-30T18:08:56.198Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
18812026-03-30T18:08:56.198Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_per_as_grouping
18822026-03-30T18:08:56.204Z PASS [ 0.009s] rdb db::test::test_prefix6_db_key_serialization
18832026-03-30T18:08:56.204Z PASS [ 0.009s] rdb db::test::test_prefix6_from_str
18842026-03-30T18:08:56.242Z PASS [ 0.056s] rdb db::test::test_ipv6_origin_crud
18852026-03-30T18:08:56.242Z PASS [ 0.056s] rdb db::test::test_ipv4_origin_crud
18862026-03-30T18:08:56.249Z PASS [ 0.053s] rdb db::test::test_prefix_host_bit_normalization
18872026-03-30T18:08:56.253Z PASS [ 0.054s] rdb db::test::test_set_nexthop_shutdown_replaces_path
18882026-03-30T18:08:56.253Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv4_basic
18892026-03-30T18:08:56.253Z PASS [ 0.055s] rdb db::test::test_rib
18902026-03-30T18:08:56.258Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
18912026-03-30T18:08:56.262Z PASS [ 0.055s] rdb db::test::test_static_routing_ipv6_basic
18922026-03-30T18:08:56.265Z PASS [ 0.014s] rdb proptest::prop_ipv4_host_bits_always_unset
18932026-03-30T18:08:56.265Z PASS [ 0.014s] rdb proptest::prop_ipv4_default_contains_all
18942026-03-30T18:08:56.272Z PASS [ 0.014s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
18952026-03-30T18:08:56.274Z PASS [ 0.013s] rdb proptest::prop_ipv4_within_self
18962026-03-30T18:08:56.278Z PASS [ 0.013s] rdb proptest::prop_ipv6_host_bits_always_unset
18972026-03-30T18:08:56.281Z PASS [ 0.014s] rdb proptest::prop_ipv6_default_contains_all
18982026-03-30T18:08:56.284Z PASS [ 0.013s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
18992026-03-30T18:08:56.287Z PASS [ 0.013s] rdb proptest::prop_ipv6_within_self
19002026-03-30T18:08:56.298Z PASS [ 0.016s] rdb proptest::prop_static_route_key_deduplication
19012026-03-30T18:08:56.301Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_idempotent
19022026-03-30T18:08:56.301Z PASS [ 0.056s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19032026-03-30T18:08:56.301Z PASS [ 0.056s] rdb db::test::test_static_routing_mixed_address_families
19042026-03-30T18:08:56.301Z PASS [ 0.052s] rdb db::test::test_static_routing_vlan_id_handling
19052026-03-30T18:08:56.304Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19062026-03-30T18:08:56.304Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_preserves_length
19072026-03-30T18:08:56.307Z PASS [ 0.009s] rdb types::test::bgp_vs_static_ordering
19082026-03-30T18:08:56.307Z PASS [ 0.009s] rdb types::test::bgp_path_identity
19092026-03-30T18:08:56.310Z PASS [ 0.008s] rdb types::test::btreeset_coexistence
19102026-03-30T18:08:56.313Z PASS [ 0.008s] rdb types::test::btreeset_insert_is_noop
19112026-03-30T18:08:56.313Z PASS [ 0.008s] rdb types::test::btreeset_remove
19122026-03-30T18:08:56.313Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19132026-03-30T18:08:56.316Z PASS [ 0.008s] rdb types::test::btreeset_replace
19142026-03-30T18:08:56.316Z PASS [ 0.008s] rdb types::test::ord_contract
19152026-03-30T18:08:56.319Z PASS [ 0.007s] rdb types::test::prefix_no_cross_family_within
19162026-03-30T18:08:56.319Z PASS [ 0.008s] rdb types::test::static_path_identity
19172026-03-30T18:08:56.319Z PASS [ 0.022s] rdb proptest::prop_static_route_key_ord_consistency
19182026-03-30T18:08:56.332Z PASS [ 0.081s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19192026-03-30T18:08:56.335Z────────────
19202026-03-30T18:08:56.335Z Summary [ 0.147s] 43 tests run: 43 passed, 0 skipped
19212026-03-30T18:08:56.345Z+ cp rib.log /work/
19222026-03-30T18:08:56.347Zprocess exited: duration 280529 ms, exit code 0
 
19232026-03-30T18:08:56.354Zfound 1 output files
19242026-03-30T18:08:56.354Zuploading: /work/rib.log (886 bytes)
19252026-03-30T18:08:57.365Zuploaded: /work/rib.log