01KMM48QJGRFWCB8AYQ0CFZTRY: 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: 01KMM49GF9875CHX8ZHBMAY3J3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-26T04:09:30.451Zjob assigned to worker 01KMM5990EEPC6Z61DJR4MADGG [factory aws, i-018837bf8460def02] (queued for 18 m 2 s)
 
22026-03-26T04:09:37.697Zstarting task 0: "setup"
32026-03-26T04:09:37.704Z++ uname -s
42026-03-26T04:09:37.707Z+ kern=SunOS
52026-03-26T04:09:37.707Z+ build_user=build
62026-03-26T04:09:37.707Z+ build_uid=12345
72026-03-26T04:09:37.707Z+ work_dir=/work
82026-03-26T04:09:37.707Z+ input_dir=/input
92026-03-26T04:09:37.707Z+ [[ 0 == 12345 ]]
102026-03-26T04:09:37.707Z+ case "$kern" in
112026-03-26T04:09:37.707Z+ groupadd -g 12345 build
122026-03-26T04:09:37.711Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-26T04:09:39.714Z+ zfs create -o mountpoint=/work rpool/work
142026-03-26T04:09:39.832Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-26T04:09:39.835Z+ home_fs=zfs
162026-03-26T04:09:39.835Z+ [[ zfs == autofs ]]
172026-03-26T04:09:39.835Z+ mkdir -p /home/build
182026-03-26T04:09:39.835Z+ chown build:build /home/build /work
192026-03-26T04:09:41.837Z+ chmod 0700 /home/build /work
202026-03-26T04:09:41.840Zprocess exited: duration 4141 ms, exit code 0
 
212026-03-26T04:09:41.847Zstarting task 1: "rust-toolchain"
222026-03-26T04:09:41.851Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-26T04:09:41.851Z * rust toolchain channel = "stable"
242026-03-26T04:09:41.851Z * rust toolchain profile = "default"
252026-03-26T04:09:41.852Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-26T04:09:41.852Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-26T04:09:41.852Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-26T04:09:41.855Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-26T04:09:41.855Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-26T04:09:41.963Zinfo: downloading installer
312026-03-26T04:09:43.626Zwarn: It looks like you have an existing installation of Rust at:
322026-03-26T04:09:43.626Zwarn: /opt/ooce/bin
332026-03-26T04:09:43.626Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-26T04:09:43.626Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-26T04:09:43.626Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-26T04:09:43.626Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-26T04:09:43.626Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-26T04:09:43.626Zerror: cannot install while Rust is installed
392026-03-26T04:09:43.626Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-26T04:09:43.626Zwarn: It looks like you have an existing rustup settings file at:
412026-03-26T04:09:43.626Zwarn: /home/build/.rustup/settings.toml
422026-03-26T04:09:43.626Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-26T04:09:43.626Zwarn: instead of the one inferred from the default host triple.
442026-03-26T04:09:43.639Zinfo: profile set to default
452026-03-26T04:09:43.639Zinfo: default host triple is x86_64-unknown-illumos
462026-03-26T04:09:43.642Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-26T04:09:43.801Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-26T04:09:43.803Zinfo: downloading 6 components
492026-03-26T04:09:59.795Z
502026-03-26T04:09:59.795Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-03-26T04:09:59.830Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-26T04:09:59.830Z
532026-03-26T04:09:59.830Z
542026-03-26T04:09:59.830ZRust is installed now. Great!
552026-03-26T04:09:59.830Z
562026-03-26T04:09:59.833ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-26T04:09:59.833Zenvironment variable. This has not been done automatically.
582026-03-26T04:09:59.833Z
592026-03-26T04:09:59.833ZTo configure your current shell, you need to source
602026-03-26T04:09:59.834Zthe corresponding env file under $HOME/.cargo.
612026-03-26T04:09:59.834Z
622026-03-26T04:09:59.834ZThis is usually done by running one of the following (note the leading DOT):
632026-03-26T04:09:59.834Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-26T04:09:59.834Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-26T04:09:59.834Zsource "~/.cargo/env.nu" # For nushell
662026-03-26T04:09:59.834Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-26T04:09:59.834Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-26T04:09:59.834Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-26T04:09:59.834Zwarn: no default linker (`cc`) was found in your PATH
702026-03-26T04:09:59.834Zwarn: many Rust crates require a system C toolchain to build
712026-03-26T04:09:59.914Z+ rustup --version
722026-03-26T04:09:59.923Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-26T04:09:59.926Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-26T04:09:59.944Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-26T04:09:59.947Z+ cargo --version
762026-03-26T04:09:59.960Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-26T04:09:59.963Z+ rustc --version
782026-03-26T04:09:59.983Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-26T04:09:59.986Zprocess exited: duration 18136 ms, exit code 0
 
802026-03-26T04:09:59.992Zstarting task 2: "authentication"
812026-03-26T04:10:00.008Zprocess exited: duration 16 ms, exit code 0
 
822026-03-26T04:10:00.014Zstarting task 3: "clone repository"
832026-03-26T04:10:00.017Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-26T04:10:00.020Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-26T04:10:00.064ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-26T04:10:00.781Z+ cd /work/oxidecomputer/maghemite
872026-03-26T04:10:00.782Z+ git fetch origin a1dba7f2c9be3c7727e21fad2946a96decaf2443
882026-03-26T04:10:01.026ZFrom https://github.com/oxidecomputer/maghemite
892026-03-26T04:10:01.026Z * branch a1dba7f2c9be3c7727e21fad2946a96decaf2443 -> FETCH_HEAD
902026-03-26T04:10:01.031Z+ [[ -n renovate/dropshot-0.x ]]
912026-03-26T04:10:01.034Z++ git branch --show-current
922026-03-26T04:10:01.034Z+ current=main
932026-03-26T04:10:01.034Z+ [[ main != renovate/dropshot-0.x ]]
942026-03-26T04:10:01.034Z+ git branch -f renovate/dropshot-0.x a1dba7f2c9be3c7727e21fad2946a96decaf2443
952026-03-26T04:10:01.037Z+ git checkout -f renovate/dropshot-0.x
962026-03-26T04:10:01.053ZSwitched to branch 'renovate/dropshot-0.x'
972026-03-26T04:10:01.056Z+ git reset --hard a1dba7f2c9be3c7727e21fad2946a96decaf2443
982026-03-26T04:10:01.059ZHEAD is now at a1dba7f Update Rust crate dropshot to 0.17.0
992026-03-26T04:10:01.059Zprocess exited: duration 1044 ms, exit code 0
 
1002026-03-26T04:10:01.065Zstarting task 4: "build"
1012026-03-26T04:10:01.069Z+ set -e
1022026-03-26T04:10:01.069Z+ source .github/buildomat/test-common.sh
1032026-03-26T04:10:01.072Z++ NEXTEST_VERSION=0.9.97
1042026-03-26T04:10:01.072Z++ PLATFORM=illumos
1052026-03-26T04:10:01.072Z++ banner install
1062026-03-26T04:10:01.072Z
1072026-03-26T04:10:01.072Z # # # #### ##### ## # #
1082026-03-26T04:10:01.072Z # ## # # # # # # #
1092026-03-26T04:10:01.072Z # # # # #### # # # # #
1102026-03-26T04:10:01.072Z # # # # # # ###### # #
1112026-03-26T04:10:01.072Z # # ## # # # # # # #
1122026-03-26T04:10:01.072Z # # # #### # # # ###### ######
1132026-03-26T04:10:01.072Z
1142026-03-26T04:10:01.072Z++ set +o errexit
1152026-03-26T04:10:01.072Z++ pkg info clang-15
1162026-03-26T04:10:01.075Z++ grep -qi installed
1172026-03-26T04:10:02.512Zpkg: info: no packages matching the following patterns you specified are
1182026-03-26T04:10:02.512Zinstalled on the system. Try querying remotely instead:
1192026-03-26T04:10:02.512Z
1202026-03-26T04:10:02.512Z clang-15
1212026-03-26T04:10:02.554Z++ [[ 1 != 0 ]]
1222026-03-26T04:10:02.554Z++ set -o errexit
1232026-03-26T04:10:02.558Z++ pfexec pkg install clang-15
1242026-03-26T04:10:10.095Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-03-26T04:10:16.790Z Startup: Caching catalogs ... Done
1262026-03-26T04:10:20.392ZPlanning: Solver setup ... Done
1272026-03-26T04:10:20.404ZPlanning: Running solver ... Done
1282026-03-26T04:10:20.514ZPlanning: Finding local manifests ... Done
1292026-03-26T04:10:20.526ZPlanning: Fetching manifests: 0/2 0% complete
1302026-03-26T04:10:20.606ZPlanning: Fetching manifests: 2/2 100% complete
1312026-03-26T04:10:20.634ZPlanning: Package planning ... Done
1322026-03-26T04:10:20.660ZPlanning: Merging actions ... Done
1332026-03-26T04:10:20.771ZPlanning: Checking for conflicting actions ... Done
1342026-03-26T04:10:20.777ZPlanning: Consolidating action changes ... Done
1352026-03-26T04:10:21.413ZPlanning: Evaluating mediators ... Done
1362026-03-26T04:10:21.418ZPlanning: Planning completed in 4.47 seconds
1372026-03-26T04:10:21.428Z Packages to install: 2
1382026-03-26T04:10:21.432Z Mediators to change: 2
1392026-03-26T04:10:21.432Z Services to change: 1
1402026-03-26T04:10:21.433Z Create boot environment: No
1412026-03-26T04:10:21.433ZCreate backup boot environment: No
1422026-03-26T04:10:21.468Z
1432026-03-26T04:10:21.468ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-03-26T04:10:26.471ZDownload: 2183/3076 items 118.5/211.3MB 56% complete (23.9M/s)
1452026-03-26T04:10:29.004ZDownload: Completed 211.31 MB in 7.46 seconds (28.3M/s)
1462026-03-26T04:10:29.167Z Actions: 1/3418 actions (Installing new actions)
1472026-03-26T04:10:32.328Z Actions: Completed 3418 actions in 3.12 seconds.
1482026-03-26T04:10:32.596Z Done
1492026-03-26T04:10:32.596Z Done
1502026-03-26T04:10:33.266Z Done
1512026-03-26T04:10:36.511Z Done
1522026-03-26T04:10:36.584Z Done
1532026-03-26T04:10:36.587Z Done
1542026-03-26T04:10:36.900Z Done
1552026-03-26T04:10:37.530Z++ set -o errexit
1562026-03-26T04:10:37.531Z++ cargo --version
1572026-03-26T04:10:37.538Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1582026-03-26T04:10:37.699Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1592026-03-26T04:10:37.702Zinfo: downloading 6 components
1602026-03-26T04:10:53.960Zcargo 1.94.0 (85eff7c80 2026-01-15)
1612026-03-26T04:10:53.963Z++ rustc --version
1622026-03-26T04:10:53.991Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1632026-03-26T04:10:53.997Z++ cargo install cargo-nextest --version 0.9.97
1642026-03-26T04:10:54.040Z Updating crates.io index
1652026-03-26T04:10:54.153Z Downloading crates ...
1662026-03-26T04:10:54.218Z Downloaded cargo-nextest v0.9.97
1672026-03-26T04:10:54.283Z Installing cargo-nextest v0.9.97
1682026-03-26T04:10:54.325Z Updating crates.io index
1692026-03-26T04:10:56.786Z Locking 408 packages to latest compatible versions
1702026-03-26T04:10:56.794Z Adding dialoguer v0.11.0 (available: v0.12.0)
1712026-03-26T04:10:56.794Z Adding duct v0.13.7 (available: v1.1.1)
1722026-03-26T04:10:56.794Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1732026-03-26T04:10:56.794Z Adding generic-array v0.14.7 (available: v0.14.9)
1742026-03-26T04:10:56.795Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1752026-03-26T04:10:56.795Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1762026-03-26T04:10:56.795Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1772026-03-26T04:10:56.799Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1782026-03-26T04:10:56.799Z Adding quick-junit v0.5.2 (available: v0.6.0)
1792026-03-26T04:10:56.818Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1802026-03-26T04:10:56.828Z Downloading crates ...
1812026-03-26T04:10:56.898Z Downloaded cfg_aliases v0.2.1
1822026-03-26T04:10:56.903Z Downloaded errno v0.3.14
1832026-03-26T04:10:56.906Z Downloaded fixedbitset v0.5.7
1842026-03-26T04:10:56.910Z Downloaded futures-sink v0.3.32
1852026-03-26T04:10:56.910Z Downloaded adler2 v2.0.1
1862026-03-26T04:10:56.915Z Downloaded anstream v1.0.0
1872026-03-26T04:10:56.920Z Downloaded is_terminal_polyfill v1.70.2
1882026-03-26T04:10:56.920Z Downloaded dialoguer v0.11.0
1892026-03-26T04:10:56.924Z Downloaded nextest-workspace-hack v0.1.0
1902026-03-26T04:10:56.924Z Downloaded ahash v0.8.12
1912026-03-26T04:10:56.927Z Downloaded is_ci v1.2.0
1922026-03-26T04:10:56.931Z Downloaded ordered-float v2.10.1
1932026-03-26T04:10:56.935Z Downloaded indenter v0.3.4
1942026-03-26T04:10:56.935Z Downloaded future-queue v0.4.0
1952026-03-26T04:10:56.938Z Downloaded itoa v1.0.18
1962026-03-26T04:10:56.941Z Downloaded indent_write v2.2.0
1972026-03-26T04:10:56.941Z Downloaded cfg-expr v0.20.7
1982026-03-26T04:10:56.945Z Downloaded rand_core v0.9.5
1992026-03-26T04:10:56.945Z Downloaded ipnet v2.12.0
2002026-03-26T04:10:56.945Z Downloaded color-spantrace v0.3.0
2012026-03-26T04:10:56.948Z Downloaded home v0.5.12
2022026-03-26T04:10:56.951Z Downloaded jobserver v0.1.34
2032026-03-26T04:10:56.951Z Downloaded cargo-platform v0.2.0
2042026-03-26T04:10:56.951Z Downloaded humantime-serde v1.1.1
2052026-03-26T04:10:56.955Z Downloaded http-body-util v0.1.3
2062026-03-26T04:10:56.958Z Downloaded generic-array v0.14.7
2072026-03-26T04:10:56.962Z Downloaded percent-encoding v2.3.2
2082026-03-26T04:10:56.962Z Downloaded either v1.15.0
2092026-03-26T04:10:56.962Z Downloaded backtrace-ext v0.2.1
2102026-03-26T04:10:56.965Z Downloaded idna_adapter v1.0.0
2112026-03-26T04:10:56.968Z Downloaded clap_lex v1.1.0
2122026-03-26T04:10:56.968Z Downloaded anstyle-query v1.1.5
2132026-03-26T04:10:56.971Z Downloaded futures-core v0.3.32
2142026-03-26T04:10:56.971Z Downloaded fastrand v2.3.0
2152026-03-26T04:10:56.976Z Downloaded indexmap v2.13.0
2162026-03-26T04:10:56.976Z Downloaded nested v0.1.1
2172026-03-26T04:10:56.976Z Downloaded cpufeatures v0.2.17
2182026-03-26T04:10:56.978Z Downloaded futures-macro v0.3.32
2192026-03-26T04:10:56.978Z Downloaded atomic-waker v1.1.2
2202026-03-26T04:10:56.981Z Downloaded number_prefix v0.4.0
2212026-03-26T04:10:56.984Z Downloaded serde_spanned v0.6.9
2222026-03-26T04:10:56.987Z Downloaded digest v0.10.7
2232026-03-26T04:10:57.081Z Downloaded colorchoice v1.0.5
2242026-03-26T04:10:57.081Z Downloaded quick-junit v0.5.2
2252026-03-26T04:10:57.087Z Downloaded curve25519-dalek-derive v0.1.1
2262026-03-26T04:10:57.087Z Downloaded iana-time-zone v0.1.65
2272026-03-26T04:10:57.087Z Downloaded foreign-types-shared v0.1.1
2282026-03-26T04:10:57.087Z Downloaded equivalent v1.0.2
2292026-03-26T04:10:57.087Z Downloaded atomicwrites v0.4.4
2302026-03-26T04:10:57.087Z Downloaded fnv v1.0.7
2312026-03-26T04:10:57.087Z Downloaded enable-ansi-support v0.2.1
2322026-03-26T04:10:57.087Z Downloaded cfg-if v1.0.4
2332026-03-26T04:10:57.087Z Downloaded block-buffer v0.10.4
2342026-03-26T04:10:57.087Z Downloaded mukti-metadata v0.3.0
2352026-03-26T04:10:57.087Z Downloaded foreign-types v0.3.2
2362026-03-26T04:10:57.087Z Downloaded futures-task v0.3.32
2372026-03-26T04:10:57.087Z Downloaded serde_path_to_error v0.1.20
2382026-03-26T04:10:57.087Z Downloaded openssl-probe v0.2.1
2392026-03-26T04:10:57.087Z Downloaded document-features v0.2.12
2402026-03-26T04:10:57.087Z Downloaded hyper-tls v0.6.0
2412026-03-26T04:10:57.087Z Downloaded http-body v1.0.1
2422026-03-26T04:10:57.087Z Downloaded native-tls v0.2.18
2432026-03-26T04:10:57.087Z Downloaded convert_case v0.10.0
2442026-03-26T04:10:57.087Z Downloaded rustc-hash v2.1.1
2452026-03-26T04:10:57.087Z Downloaded pin-utils v0.1.0
2462026-03-26T04:10:57.087Z Downloaded base64ct v1.8.3
2472026-03-26T04:10:57.087Z Downloaded serde-value v0.7.0
2482026-03-26T04:10:57.087Z Downloaded lazy_static v1.5.0
2492026-03-26T04:10:57.087Z Downloaded pathdiff v0.2.3
2502026-03-26T04:10:57.087Z Downloaded os_pipe v1.2.3
2512026-03-26T04:10:57.087Z Downloaded lru-slab v0.1.2
2522026-03-26T04:10:57.087Z Downloaded heck v0.5.0
2532026-03-26T04:10:57.087Z Downloaded async-scoped v0.9.0
2542026-03-26T04:10:57.088Z Downloaded futures-io v0.3.32
2552026-03-26T04:10:57.088Z Downloaded guppy-workspace-hack v0.1.0
2562026-03-26T04:10:57.088Z Downloaded ppv-lite86 v0.2.21
2572026-03-26T04:10:57.088Z Downloaded sigchld v0.2.4
2582026-03-26T04:10:57.088Z Downloaded shell-words v1.1.1
2592026-03-26T04:10:57.088Z Downloaded hex v0.4.3
2602026-03-26T04:10:57.088Z Downloaded form_urlencoded v1.2.2
2612026-03-26T04:10:57.088Z Downloaded debug-ignore v1.0.5
2622026-03-26T04:10:57.088Z Downloaded newtype-uuid v1.3.2
2632026-03-26T04:10:57.088Z Downloaded miette-derive v7.6.0
2642026-03-26T04:10:57.088Z Downloaded shared_child v1.1.1
2652026-03-26T04:10:57.088Z Downloaded rustc_version v0.4.1
2662026-03-26T04:10:57.088Z Downloaded serde_urlencoded v0.7.1
2672026-03-26T04:10:57.088Z Downloaded cargo-platform v0.3.2
2682026-03-26T04:10:57.088Z Downloaded lock_api v0.4.14
2692026-03-26T04:10:57.088Z Downloaded serde_ignored v0.1.14
2702026-03-26T04:10:57.088Z Downloaded httparse v1.10.1
2712026-03-26T04:10:57.088Z Downloaded scopeguard v1.2.0
2722026-03-26T04:10:57.088Z Downloaded openssl-macros v0.1.1
2732026-03-26T04:10:57.088Z Downloaded filetime v0.2.27
2742026-03-26T04:10:57.088Z Downloaded anstyle-parse v1.0.0
2752026-03-26T04:10:57.088Z Downloaded anstyle v1.0.14
2762026-03-26T04:10:57.088Z Downloaded ryu v1.0.23
2772026-03-26T04:10:57.088Z Downloaded signal-hook-mio v0.2.5
2782026-03-26T04:10:57.088Z Downloaded futures-channel v0.3.32
2792026-03-26T04:10:57.088Z Downloaded foldhash v0.1.5
2802026-03-26T04:10:57.088Z Downloaded cargo-util-schemas v0.2.0
2812026-03-26T04:10:57.088Z Downloaded find-msvc-tools v0.1.9
2822026-03-26T04:10:57.088Z Downloaded nextest-metadata v0.12.2
2832026-03-26T04:10:57.088Z Downloaded owo-colors v4.3.0
2842026-03-26T04:10:57.092Z Downloaded self-replace v1.5.0
2852026-03-26T04:10:57.092Z Downloaded supports-unicode v3.0.0
2862026-03-26T04:10:57.092Z Downloaded crypto-common v0.1.7
2872026-03-26T04:10:57.092Z Downloaded pkg-config v0.3.32
2882026-03-26T04:10:57.094Z Downloaded cargo_metadata v0.20.0
2892026-03-26T04:10:57.094Z Downloaded indicatif v0.17.11
2902026-03-26T04:10:57.098Z Downloaded serde-untagged v0.1.9
2912026-03-26T04:10:57.098Z Downloaded rand_core v0.6.4
2922026-03-26T04:10:57.101Z Downloaded strip-ansi-escapes v0.2.1
2932026-03-26T04:10:57.101Z Downloaded pin-project-internal v1.1.11
2942026-03-26T04:10:57.101Z Downloaded supports-color v3.0.2
2952026-03-26T04:10:57.104Z Downloaded camino v1.2.2
2962026-03-26T04:10:57.104Z Downloaded strsim v0.11.1
2972026-03-26T04:10:57.104Z Downloaded terminal_size v0.4.4
2982026-03-26T04:10:57.108Z Downloaded futures-executor v0.3.32
2992026-03-26T04:10:57.108Z Downloaded camino-tempfile v1.4.1
3002026-03-26T04:10:57.108Z Downloaded humantime v2.3.0
3012026-03-26T04:10:57.108Z Downloaded pin-project-lite v0.2.17
3022026-03-26T04:10:57.111Z Downloaded sync_wrapper v1.0.2
3032026-03-26T04:10:57.111Z Downloaded swrite v0.1.0
3042026-03-26T04:10:57.115Z Downloaded supports-hyperlinks v3.2.0
3052026-03-26T04:10:57.115Z Downloaded serde_spanned v1.1.0
3062026-03-26T04:10:57.115Z Downloaded hyper-rustls v0.27.7
3072026-03-26T04:10:57.115Z Downloaded cargo_metadata v0.23.1
3082026-03-26T04:10:57.117Z Downloaded rustc-demangle v0.1.27
3092026-03-26T04:10:57.117Z Downloaded rand_chacha v0.9.0
3102026-03-26T04:10:57.122Z Downloaded litrs v1.0.0
3112026-03-26T04:10:57.122Z Downloaded semver v1.0.27
3122026-03-26T04:10:57.126Z Downloaded ed25519 v2.2.3
3132026-03-26T04:10:57.126Z Downloaded parking_lot_core v0.9.12
3142026-03-26T04:10:57.129Z Downloaded target-spec-miette v0.4.5
3152026-03-26T04:10:57.129Z Downloaded nextest-filtering v0.15.0
3162026-03-26T04:10:57.132Z Downloaded signal-hook-registry v1.4.8
3172026-03-26T04:10:57.135Z Downloaded tinyvec_macros v0.1.1
3182026-03-26T04:10:57.135Z Downloaded toml_datetime v0.6.11
3192026-03-26T04:10:57.135Z Downloaded bitflags v2.11.0
3202026-03-26T04:10:57.138Z Downloaded slab v0.4.12
3212026-03-26T04:10:57.141Z Downloaded tower-service v0.3.3
3222026-03-26T04:10:57.141Z Downloaded tower-layer v0.3.3
3232026-03-26T04:10:57.141Z Downloaded clap_derive v4.6.0
3242026-03-26T04:10:57.144Z Downloaded signature v2.2.0
3252026-03-26T04:10:57.144Z Downloaded autocfg v1.5.0
3262026-03-26T04:10:57.144Z Downloaded typeid v1.0.3
3272026-03-26T04:10:57.147Z Downloaded try-lock v0.2.5
3282026-03-26T04:10:57.147Z Downloaded eyre v0.6.12
3292026-03-26T04:10:57.150Z Downloaded simd-adler32 v0.3.8
3302026-03-26T04:10:57.150Z Downloaded static_assertions v1.1.0
3312026-03-26T04:10:57.150Z Downloaded once_cell v1.21.4
3322026-03-26T04:10:57.150Z Downloaded smol_str v0.3.6
3332026-03-26T04:10:57.154Z Downloaded spki v0.7.3
3342026-03-26T04:10:57.154Z Downloaded quinn-udp v0.5.14
3352026-03-26T04:10:57.154Z Downloaded shlex v1.3.0
3362026-03-26T04:10:57.157Z Downloaded pkcs8 v0.10.2
3372026-03-26T04:10:57.157Z Downloaded toml_write v0.1.2
3382026-03-26T04:10:57.157Z Downloaded sha2 v0.10.9
3392026-03-26T04:10:57.159Z Downloaded duct v0.13.7
3402026-03-26T04:10:57.160Z Downloaded config v0.15.22
3412026-03-26T04:10:57.162Z Downloaded untrusted v0.9.0
3422026-03-26T04:10:57.165Z Downloaded unicode-linebreak v0.1.5
3432026-03-26T04:10:57.165Z Downloaded crc32fast v1.5.0
3442026-03-26T04:10:57.165Z Downloaded const-oid v0.9.6
3452026-03-26T04:10:57.169Z Downloaded backtrace v0.3.76
3462026-03-26T04:10:57.169Z Downloaded urlencoding v2.1.3
3472026-03-26T04:10:57.172Z Downloaded console v0.15.11
3482026-03-26T04:10:57.175Z Downloaded parking_lot v0.12.5
3492026-03-26T04:10:57.183Z Downloaded target-lexicon v0.13.3
3502026-03-26T04:10:57.183Z Downloaded getrandom v0.2.17
3512026-03-26T04:10:57.183Z Downloaded version_check v0.9.5
3522026-03-26T04:10:57.183Z Downloaded utf8_iter v1.0.4
3532026-03-26T04:10:57.190Z Downloaded subtle v2.6.1
3542026-03-26T04:10:57.194Z Downloaded utf8parse v0.2.2
3552026-03-26T04:10:57.196Z Downloaded want v0.3.1
3562026-03-26T04:10:57.199Z Downloaded xattr v1.6.1
3572026-03-26T04:10:57.199Z Downloaded globset v0.4.18
3582026-03-26T04:10:57.201Z Downloaded thiserror v1.0.69
3592026-03-26T04:10:57.204Z Downloaded target-spec v3.5.7
3602026-03-26T04:10:57.204Z Downloaded num-traits v0.2.19
3612026-03-26T04:10:57.207Z Downloaded rustls-pki-types v1.14.0
3622026-03-26T04:10:57.213Z Downloaded thiserror v2.0.18
3632026-03-26T04:10:57.216Z Downloaded hyper-util v0.1.20
3642026-03-26T04:10:57.220Z Downloaded tokio-macros v2.6.1
3652026-03-26T04:10:57.222Z Downloaded thread_local v1.1.9
3662026-03-26T04:10:57.223Z Downloaded thiserror-impl v2.0.18
3672026-03-26T04:10:57.223Z Downloaded http v1.4.0
3682026-03-26T04:10:57.226Z Downloaded self_update v0.42.0
3692026-03-26T04:10:57.229Z Downloaded pin-project v1.1.11
3702026-03-26T04:10:57.233Z Downloaded tracing-error v0.2.1
3712026-03-26T04:10:57.236Z Downloaded toml_writer v1.1.0+spec-1.1.0
3722026-03-26T04:10:57.236Z Downloaded tokio-native-tls v0.3.1
3732026-03-26T04:10:57.236Z Downloaded tracing-log v0.2.0
3742026-03-26T04:10:57.238Z Downloaded derive-where v1.6.1
3752026-03-26T04:10:57.240Z Downloaded unicode-xid v0.2.6
3762026-03-26T04:10:57.240Z Downloaded smallvec v1.15.1
3772026-03-26T04:10:57.240Z Downloaded erased-serde v0.4.10
3782026-03-26T04:10:57.246Z Downloaded getrandom v0.4.2
3792026-03-26T04:10:57.251Z Downloaded unicase v2.9.0
3802026-03-26T04:10:57.255Z Downloaded clap v4.6.0
3812026-03-26T04:10:57.261Z Downloaded quote v1.0.45
3822026-03-26T04:10:57.264Z Downloaded toml v0.8.23
3832026-03-26T04:10:57.267Z Downloaded tokio-rustls v0.26.4
3842026-03-26T04:10:57.267Z Downloaded zmij v1.0.21
3852026-03-26T04:10:57.270Z Downloaded log v0.4.29
3862026-03-26T04:10:57.270Z Downloaded signal-hook v0.3.18
3872026-03-26T04:10:57.273Z Downloaded xxhash-rust v0.8.15
3882026-03-26T04:10:57.273Z Downloaded toml_parser v1.1.0+spec-1.1.0
3892026-03-26T04:10:57.275Z Downloaded addr2line v0.25.1
3902026-03-26T04:10:57.275Z Downloaded zeroize v1.8.2
3912026-03-26T04:10:57.278Z Downloaded zstd v0.13.3
3922026-03-26T04:10:57.281Z Downloaded zipsign-api v0.1.5
3932026-03-26T04:10:57.281Z Downloaded thiserror-impl v1.0.69
3942026-03-26T04:10:57.282Z Downloaded serde_derive v1.0.228
3952026-03-26T04:10:57.284Z Downloaded serde_core v1.0.228
3962026-03-26T04:10:57.287Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3972026-03-26T04:10:57.289Z Downloaded openssl-sys v0.9.112
3982026-03-26T04:10:57.292Z Downloaded borsh v1.6.1
3992026-03-26T04:10:57.295Z Downloaded miniz_oxide v0.8.9
4002026-03-26T04:10:57.297Z Downloaded getrandom v0.3.4
4012026-03-26T04:10:57.300Z Downloaded sharded-slab v0.1.7
4022026-03-26T04:10:57.303Z Downloaded tempfile v3.27.0
4032026-03-26T04:10:57.307Z Downloaded tracing-attributes v0.1.31
4042026-03-26T04:10:57.309Z Downloaded proc-macro2 v1.0.106
4052026-03-26T04:10:57.315Z Downloaded tokio-stream v0.1.18
4062026-03-26T04:10:57.318Z Downloaded textwrap v0.16.2
4072026-03-26T04:10:57.321Z Downloaded memchr v2.8.0
4082026-03-26T04:10:57.324Z Downloaded futures v0.3.32
4092026-03-26T04:10:57.327Z Downloaded base64 v0.22.1
4102026-03-26T04:10:57.327Z Downloaded tinyvec v1.11.0
4112026-03-26T04:10:57.330Z Downloaded zstd-safe v7.2.4
4122026-03-26T04:10:57.330Z Downloaded toml v1.1.0+spec-1.1.0
4132026-03-26T04:10:57.337Z Downloaded bytes v1.11.1
4142026-03-26T04:10:57.339Z Downloaded derive_more v2.1.1
4152026-03-26T04:10:57.345Z Downloaded unicode-ident v1.0.24
4162026-03-26T04:10:57.348Z Downloaded tracing-core v0.1.36
4172026-03-26T04:10:57.351Z Downloaded socket2 v0.6.3
4182026-03-26T04:10:57.351Z Downloaded vte v0.14.1
4192026-03-26T04:10:57.354Z Downloaded tar v0.4.45
4202026-03-26T04:10:57.354Z Downloaded uuid v1.22.0
4212026-03-26T04:10:57.357Z Downloaded quinn v0.11.9
4222026-03-26T04:10:57.360Z Downloaded ed25519-dalek v2.2.0
4232026-03-26T04:10:57.363Z Downloaded der v0.7.10
4242026-03-26T04:10:57.368Z Downloaded typenum v1.19.0
4252026-03-26T04:10:57.371Z Downloaded derive_more-impl v2.1.1
4262026-03-26T04:10:57.373Z Downloaded cc v1.2.57
4272026-03-26T04:10:57.376Z Downloaded rand v0.9.2
4282026-03-26T04:10:57.384Z Downloaded rustls-webpki v0.103.10
4292026-03-26T04:10:57.390Z Downloaded serde v1.0.228
4302026-03-26T04:10:57.393Z Downloaded mio v1.1.1
4312026-03-26T04:10:57.403Z Downloaded toml_edit v0.22.27
4322026-03-26T04:10:57.406Z Downloaded idna v1.1.0
4332026-03-26T04:10:57.411Z Downloaded itertools v0.14.0
4342026-03-26T04:10:57.415Z Downloaded miette v7.6.0
4352026-03-26T04:10:57.422Z Downloaded flate2 v1.1.9
4362026-03-26T04:10:57.430Z Downloaded url v2.5.8
4372026-03-26T04:10:57.433Z Downloaded aho-corasick v1.1.4
4382026-03-26T04:10:57.436Z Downloaded iri-string v0.7.11
4392026-03-26T04:10:57.445Z Downloaded ron v0.12.0
4402026-03-26T04:10:57.450Z Downloaded unicode-segmentation v1.13.1
4412026-03-26T04:10:57.453Z Downloaded hashbrown v0.16.1
4422026-03-26T04:10:57.466Z Downloaded hashbrown v0.15.5
4432026-03-26T04:10:57.470Z Downloaded guppy v0.17.25
4442026-03-26T04:10:57.473Z Downloaded unicode-normalization v0.1.25
4452026-03-26T04:10:57.480Z Downloaded crossterm v0.29.0
4462026-03-26T04:10:57.484Z Downloaded tower v0.5.3
4472026-03-26T04:10:57.488Z Downloaded reqwest v0.12.28
4482026-03-26T04:10:57.491Z Downloaded futures-util v0.3.32
4492026-03-26T04:10:57.497Z Downloaded regex v1.12.3
4502026-03-26T04:10:57.500Z Downloaded clap_builder v4.6.0
4512026-03-26T04:10:57.504Z Downloaded h2 v0.4.13
4522026-03-26T04:10:57.514Z Downloaded pulldown-cmark v0.13.3
4532026-03-26T04:10:57.517Z Downloaded tower-http v0.6.8
4542026-03-26T04:10:57.521Z Downloaded tokio-util v0.7.18
4552026-03-26T04:10:57.528Z Downloaded serde_json v1.0.149
4562026-03-26T04:10:57.531Z Downloaded hyper v1.8.1
4572026-03-26T04:10:57.537Z Downloaded winnow v0.7.15
4582026-03-26T04:10:57.548Z Downloaded chrono v0.4.44
4592026-03-26T04:10:57.552Z Downloaded winnow v1.0.0
4602026-03-26T04:10:57.558Z Downloaded gimli v0.32.3
4612026-03-26T04:10:57.562Z Downloaded quick-xml v0.37.5
4622026-03-26T04:10:57.566Z Downloaded curve25519-dalek v4.1.3
4632026-03-26T04:10:57.571Z Downloaded vcpkg v0.2.15
4642026-03-26T04:10:57.593Z Downloaded webpki-roots v1.0.6
4652026-03-26T04:10:57.595Z Downloaded unicode-width v0.1.14
4662026-03-26T04:10:57.601Z Downloaded quick-xml v0.38.4
4672026-03-26T04:10:57.603Z Downloaded portable-atomic v1.13.1
4682026-03-26T04:10:57.610Z Downloaded bstr v1.12.1
4692026-03-26T04:10:57.629Z Downloaded tracing-subscriber v0.3.23
4702026-03-26T04:10:57.635Z Downloaded quinn-proto v0.11.14
4712026-03-26T04:10:57.643Z Downloaded tracing v0.1.44
4722026-03-26T04:10:57.668Z Downloaded color-eyre v0.6.5
4732026-03-26T04:10:57.676Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4742026-03-26T04:10:57.686Z Downloaded nextest-runner v0.80.0
4752026-03-26T04:10:57.693Z Downloaded unicode-width v0.2.2
4762026-03-26T04:10:57.696Z Downloaded syn v2.0.117
4772026-03-26T04:10:57.702Z Downloaded zerocopy v0.8.47
4782026-03-26T04:10:57.712Z Downloaded openssl v0.10.76
4792026-03-26T04:10:57.717Z Downloaded object v0.37.3
4802026-03-26T04:10:57.722Z Downloaded nix v0.30.1
4812026-03-26T04:10:57.732Z Downloaded rustls v0.23.37
4822026-03-26T04:10:57.739Z Downloaded regex-syntax v0.8.10
4832026-03-26T04:10:57.746Z Downloaded rustix v0.38.44
4842026-03-26T04:10:57.762Z Downloaded rustix v1.1.4
4852026-03-26T04:10:57.836Z Downloaded regex-automata v0.4.14
4862026-03-26T04:10:57.884Z Downloaded libc v0.2.183
4872026-03-26T04:10:57.902Z Downloaded petgraph v0.8.3
4882026-03-26T04:10:57.928Z Downloaded tokio v1.50.0
4892026-03-26T04:10:57.999Z Downloaded recursion v0.5.4
4902026-03-26T04:10:58.015Z Downloaded ring v0.17.14
4912026-03-26T04:10:58.065Z Compiling proc-macro2 v1.0.106
4922026-03-26T04:10:58.065Z Compiling libc v0.2.183
4932026-03-26T04:10:58.065Z Compiling unicode-ident v1.0.24
4942026-03-26T04:10:58.065Z Compiling quote v1.0.45
4952026-03-26T04:10:58.069Z Compiling serde_core v1.0.228
4962026-03-26T04:10:58.069Z Compiling cfg-if v1.0.4
4972026-03-26T04:10:58.069Z Compiling memchr v2.8.0
4982026-03-26T04:10:58.069Z Compiling once_cell v1.21.4
4992026-03-26T04:10:58.265Z Compiling log v0.4.29
5002026-03-26T04:10:58.355Z Compiling pin-project-lite v0.2.17
5012026-03-26T04:10:58.451Z Compiling serde v1.0.228
5022026-03-26T04:10:58.463Z Compiling itoa v1.0.18
5032026-03-26T04:10:58.597Z Compiling futures-core v0.3.32
5042026-03-26T04:10:58.692Z Compiling smallvec v1.15.1
5052026-03-26T04:10:58.756Z Compiling bitflags v2.11.0
5062026-03-26T04:10:58.786Z Compiling hashbrown v0.16.1
5072026-03-26T04:10:58.941Z Compiling shlex v1.3.0
5082026-03-26T04:10:59.125Z Compiling errno v0.3.14
5092026-03-26T04:10:59.138Z Compiling equivalent v1.0.2
5102026-03-26T04:10:59.158Z Compiling find-msvc-tools v0.1.9
5112026-03-26T04:10:59.223Z Compiling jobserver v0.1.34
5122026-03-26T04:10:59.288Z Compiling signal-hook-registry v1.4.8
5132026-03-26T04:10:59.311Z Compiling bytes v1.11.1
5142026-03-26T04:10:59.384Z Compiling mio v1.1.1
5152026-03-26T04:10:59.424Z Compiling syn v2.0.117
5162026-03-26T04:10:59.436Z Compiling cc v1.2.57
5172026-03-26T04:10:59.487Z Compiling futures-sink v0.3.32
5182026-03-26T04:10:59.538Z Compiling rustix v1.1.4
5192026-03-26T04:10:59.617Z Compiling socket2 v0.6.3
5202026-03-26T04:10:59.832Z Compiling slab v0.4.12
5212026-03-26T04:11:00.040Z Compiling zmij v1.0.21
5222026-03-26T04:11:00.092Z Compiling futures-channel v0.3.32
5232026-03-26T04:11:00.201Z Compiling tracing-core v0.1.36
5242026-03-26T04:11:00.348Z Compiling serde_json v1.0.149
5252026-03-26T04:11:00.367Z Compiling version_check v0.9.5
5262026-03-26T04:11:00.434Z Compiling indexmap v2.13.0
5272026-03-26T04:11:00.641Z Compiling futures-io v0.3.32
5282026-03-26T04:11:00.679Z Compiling getrandom v0.4.2
5292026-03-26T04:11:00.764Z Compiling futures-task v0.3.32
5302026-03-26T04:11:00.944Z Compiling unicode-width v0.2.2
5312026-03-26T04:11:00.967Z Compiling camino v1.2.2
5322026-03-26T04:11:01.154Z Compiling ring v0.17.14
5332026-03-26T04:11:01.264Z Compiling http v1.4.0
5342026-03-26T04:11:01.338Z Compiling percent-encoding v2.3.2
5352026-03-26T04:11:01.341Z Compiling simd-adler32 v0.3.8
5362026-03-26T04:11:01.353Z Compiling zeroize v1.8.2
5372026-03-26T04:11:01.554Z Compiling adler2 v2.0.1
5382026-03-26T04:11:01.604Z Compiling autocfg v1.5.0
5392026-03-26T04:11:01.722Z Compiling miniz_oxide v0.8.9
5402026-03-26T04:11:01.961Z Compiling num-traits v0.2.19
5412026-03-26T04:11:02.190Z Compiling zerocopy v0.8.47
5422026-03-26T04:11:02.204Z Compiling getrandom v0.3.4
5432026-03-26T04:11:02.529Z Compiling object v0.37.3
5442026-03-26T04:11:02.591Z Compiling target-lexicon v0.13.3
5452026-03-26T04:11:02.874Z Compiling http-body v1.0.1
5462026-03-26T04:11:02.885Z Compiling rustls-pki-types v1.14.0
5472026-03-26T04:11:03.032Z Compiling semver v1.0.27
5482026-03-26T04:11:03.035Z Compiling serde_derive v1.0.228
5492026-03-26T04:11:03.056Z Compiling tokio-macros v2.6.1
5502026-03-26T04:11:03.103Z Compiling futures-macro v0.3.32
5512026-03-26T04:11:03.159Z Compiling tracing-attributes v0.1.31
5522026-03-26T04:11:03.438Z Compiling getrandom v0.2.17
5532026-03-26T04:11:03.626Z Compiling fnv v1.0.7
5542026-03-26T04:11:03.692Z Compiling gimli v0.32.3
5552026-03-26T04:11:03.725Z Compiling thiserror v2.0.18
5562026-03-26T04:11:03.737Z Compiling guppy-workspace-hack v0.1.0
5572026-03-26T04:11:03.801Z Compiling tokio v1.50.0
5582026-03-26T04:11:03.897Z Compiling futures-util v0.3.32
5592026-03-26T04:11:03.940Z Compiling httparse v1.10.1
5602026-03-26T04:11:04.047Z Compiling signal-hook v0.3.18
5612026-03-26T04:11:04.258Z Compiling typenum v1.19.0
5622026-03-26T04:11:04.278Z Compiling owo-colors v4.3.0
5632026-03-26T04:11:04.354Z Compiling tracing v0.1.44
5642026-03-26T04:11:04.579Z Compiling untrusted v0.9.0
5652026-03-26T04:11:04.734Z Compiling thiserror-impl v2.0.18
5662026-03-26T04:11:05.639Z Compiling addr2line v0.25.1
5672026-03-26T04:11:06.110Z Compiling form_urlencoded v1.2.2
5682026-03-26T04:11:06.258Z Compiling generic-array v0.14.7
5692026-03-26T04:11:06.319Z Compiling atomic-waker v1.1.2
5702026-03-26T04:11:06.376Z Compiling rustls v0.23.37
5712026-03-26T04:11:06.452Z Compiling typeid v1.0.3
5722026-03-26T04:11:06.485Z Compiling pkg-config v0.3.32
5732026-03-26T04:11:06.499Z Compiling idna_adapter v1.0.0
5742026-03-26T04:11:06.580Z Compiling target-spec v3.5.7
5752026-03-26T04:11:06.602Z Compiling thiserror v1.0.69
5762026-03-26T04:11:06.729Z Compiling rustc-demangle v0.1.27
5772026-03-26T04:11:06.861Z Compiling try-lock v0.2.5
5782026-03-26T04:11:06.902Z Compiling utf8_iter v1.0.4
5792026-03-26T04:11:06.915Z Compiling tower-service v0.3.3
5802026-03-26T04:11:06.969Z Compiling fastrand v2.3.0
5812026-03-26T04:11:07.005Z Compiling want v0.3.1
5822026-03-26T04:11:07.065Z Compiling idna v1.1.0
5832026-03-26T04:11:07.187Z Compiling tempfile v3.27.0
5842026-03-26T04:11:07.335Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5852026-03-26T04:11:07.699Z Compiling tokio-util v0.7.18
5862026-03-26T04:11:08.067Z Compiling backtrace v0.3.76
5872026-03-26T04:11:08.112Z Compiling cfg-expr v0.20.7
5882026-03-26T04:11:08.592Z Compiling h2 v0.4.13
5892026-03-26T04:11:09.199Z Compiling thiserror-impl v1.0.69
5902026-03-26T04:11:09.276Z Compiling terminal_size v0.4.4
5912026-03-26T04:11:09.426Z Compiling aho-corasick v1.1.4
5922026-03-26T04:11:09.620Z Compiling erased-serde v0.4.10
5932026-03-26T04:11:09.904Z Compiling winnow v0.7.15
5942026-03-26T04:11:09.972Z Compiling regex-syntax v0.8.10
5952026-03-26T04:11:10.332Z Compiling rustls-webpki v0.103.10
5962026-03-26T04:11:11.793Z Compiling pin-utils v0.1.0
5972026-03-26T04:11:11.872Z Compiling subtle v2.6.1
5982026-03-26T04:11:12.814Z Compiling hyper v1.8.1
5992026-03-26T04:11:12.871Z Compiling regex-automata v0.4.14
6002026-03-26T04:11:14.835Z Compiling url v2.5.8
6012026-03-26T04:11:16.461Z Compiling serde_spanned v0.6.9
6022026-03-26T04:11:16.496Z Compiling toml_datetime v0.6.11
6032026-03-26T04:11:16.631Z Compiling ahash v0.8.12
6042026-03-26T04:11:16.870Z Compiling sync_wrapper v1.0.2
6052026-03-26T04:11:16.874Z Compiling is_ci v1.2.0
6062026-03-26T04:11:16.935Z Compiling foldhash v0.1.5
6072026-03-26T04:11:16.995Z Compiling parking_lot_core v0.9.12
6082026-03-26T04:11:17.037Z Compiling tower-layer v0.3.3
6092026-03-26T04:11:17.114Z Compiling either v1.15.0
6102026-03-26T04:11:17.152Z Compiling unicode-segmentation v1.13.1
6112026-03-26T04:11:17.234Z Compiling toml_write v0.1.2
6122026-03-26T04:11:17.258Z Compiling ipnet v2.12.0
6132026-03-26T04:11:17.270Z Compiling portable-atomic v1.13.1
6142026-03-26T04:11:17.334Z Compiling crc32fast v1.5.0
6152026-03-26T04:11:17.475Z Compiling nextest-workspace-hack v0.1.0
6162026-03-26T04:11:17.542Z Compiling unicode-linebreak v0.1.5
6172026-03-26T04:11:17.614Z Compiling base64 v0.22.1
6182026-03-26T04:11:17.688Z Compiling lazy_static v1.5.0
6192026-03-26T04:11:17.748Z Compiling textwrap v0.16.2
6202026-03-26T04:11:17.794Z Compiling sharded-slab v0.1.7
6212026-03-26T04:11:17.875Z Compiling hyper-util v0.1.20
6222026-03-26T04:11:18.098Z Compiling convert_case v0.10.0
6232026-03-26T04:11:18.369Z Compiling toml_edit v0.22.27
6242026-03-26T04:11:18.451Z Compiling tower v0.5.3
6252026-03-26T04:11:18.465Z Compiling hashbrown v0.15.5
6262026-03-26T04:11:19.023Z Compiling supports-color v3.0.2
6272026-03-26T04:11:19.129Z Compiling tokio-rustls v0.26.4
6282026-03-26T04:11:19.251Z Compiling backtrace-ext v0.2.1
6292026-03-26T04:11:19.417Z Compiling ordered-float v2.10.1
6302026-03-26T04:11:19.509Z Compiling webpki-roots v1.0.6
6312026-03-26T04:11:19.634Z Compiling miette-derive v7.6.0
6322026-03-26T04:11:19.684Z Compiling pathdiff v0.2.3
6332026-03-26T04:11:19.735Z Compiling console v0.15.11
6342026-03-26T04:11:19.807Z Compiling tracing-log v0.2.0
6352026-03-26T04:11:20.166Z Compiling cargo-platform v0.3.2
6362026-03-26T04:11:20.503Z Compiling os_pipe v1.2.3
6372026-03-26T04:11:20.672Z Compiling thread_local v1.1.9
6382026-03-26T04:11:20.735Z Compiling ryu v1.0.23
6392026-03-26T04:11:20.760Z Compiling zstd-safe v7.2.4
6402026-03-26T04:11:20.993Z Compiling iri-string v0.7.11
6412026-03-26T04:11:21.022Z Compiling fixedbitset v0.5.7
6422026-03-26T04:11:21.081Z Compiling winnow v1.0.0
6432026-03-26T04:11:21.341Z Compiling utf8parse v0.2.2
6442026-03-26T04:11:21.456Z Compiling scopeguard v1.2.0
6452026-03-26T04:11:21.534Z Compiling supports-unicode v3.0.0
6462026-03-26T04:11:21.566Z Compiling supports-hyperlinks v3.2.0
6472026-03-26T04:11:21.709Z Compiling debug-ignore v1.0.5
6482026-03-26T04:11:21.788Z Compiling rustix v0.38.44
6492026-03-26T04:11:21.822Z Compiling unicode-width v0.1.14
6502026-03-26T04:11:22.126Z Compiling cfg_aliases v0.2.1
6512026-03-26T04:11:22.138Z Compiling pulldown-cmark v0.13.3
6522026-03-26T04:11:22.201Z Compiling nix v0.30.1
6532026-03-26T04:11:22.464Z Compiling tower-http v0.6.8
6542026-03-26T04:11:22.505Z Compiling toml_parser v1.1.0+spec-1.1.0
6552026-03-26T04:11:22.569Z Compiling miette v7.6.0
6562026-03-26T04:11:23.415Z Compiling lock_api v0.4.14
6572026-03-26T04:11:23.572Z Compiling anstyle-parse v1.0.0
6582026-03-26T04:11:23.719Z Compiling petgraph v0.8.3
6592026-03-26T04:11:23.792Z Compiling serde_urlencoded v0.7.1
6602026-03-26T04:11:23.806Z Compiling tracing-subscriber v0.3.23
6612026-03-26T04:11:23.863Z Compiling sigchld v0.2.4
6622026-03-26T04:11:24.062Z Compiling cargo_metadata v0.23.1
6632026-03-26T04:11:24.075Z Compiling toml v0.8.23
6642026-03-26T04:11:25.593Z Compiling serde-value v0.7.0
6652026-03-26T04:11:26.293Z Compiling hyper-rustls v0.27.7
6662026-03-26T04:11:26.707Z Compiling serde-untagged v0.1.9
6672026-03-26T04:11:27.027Z Compiling derive_more-impl v2.1.1
6682026-03-26T04:11:27.332Z Compiling itertools v0.14.0
6692026-03-26T04:11:27.376Z Compiling regex v1.12.3
6702026-03-26T04:11:27.742Z Compiling crypto-common v0.1.7
6712026-03-26T04:11:27.812Z Compiling block-buffer v0.10.4
6722026-03-26T04:11:27.876Z Compiling ppv-lite86 v0.2.21
6732026-03-26T04:11:27.962Z Compiling futures-executor v0.3.32
6742026-03-26T04:11:27.986Z Compiling rand_core v0.9.5
6752026-03-26T04:11:28.201Z Compiling pin-project-internal v1.1.11
6762026-03-26T04:11:28.237Z Compiling http-body-util v0.1.3
6772026-03-26T04:11:28.492Z Compiling uuid v1.22.0
6782026-03-26T04:11:28.504Z Compiling serde_spanned v1.1.0
6792026-03-26T04:11:28.660Z Compiling toml_datetime v1.1.0+spec-1.1.0
6802026-03-26T04:11:28.795Z Compiling smol_str v0.3.6
6812026-03-26T04:11:28.799Z Compiling filetime v0.2.27
6822026-03-26T04:11:28.996Z Compiling vte v0.14.1
6832026-03-26T04:11:29.028Z Compiling bstr v1.12.1
6842026-03-26T04:11:29.067Z Compiling static_assertions v1.1.0
6852026-03-26T04:11:29.142Z Compiling litrs v1.0.0
6862026-03-26T04:11:29.157Z Compiling xattr v1.6.1
6872026-03-26T04:11:29.214Z Compiling nested v0.1.1
6882026-03-26T04:11:29.240Z Compiling is_terminal_polyfill v1.70.2
6892026-03-26T04:11:29.336Z Compiling anstyle-query v1.1.5
6902026-03-26T04:11:29.336Z Compiling self_update v0.42.0
6912026-03-26T04:11:29.405Z Compiling anstyle v1.0.14
6922026-03-26T04:11:29.445Z Compiling tinyvec_macros v0.1.1
6932026-03-26T04:11:29.518Z Compiling iana-time-zone v0.1.65
6942026-03-26T04:11:29.578Z Compiling unicode-xid v0.2.6
6952026-03-26T04:11:29.591Z Compiling number_prefix v0.4.0
6962026-03-26T04:11:29.671Z Compiling color-spantrace v0.3.0
6972026-03-26T04:11:29.688Z Compiling colorchoice v1.0.5
6982026-03-26T04:11:29.718Z Compiling unicase v2.9.0
6992026-03-26T04:11:29.743Z Compiling eyre v0.6.12
7002026-03-26T04:11:29.802Z Compiling anstream v1.0.0
7012026-03-26T04:11:29.854Z Compiling indicatif v0.17.11
7022026-03-26T04:11:29.911Z Compiling cargo-util-schemas v0.2.0
7032026-03-26T04:11:29.995Z Compiling chrono v0.4.44
7042026-03-26T04:11:30.268Z Compiling document-features v0.2.12
7052026-03-26T04:11:30.330Z Compiling tinyvec v1.11.0
7062026-03-26T04:11:30.747Z Compiling globset v0.4.18
7072026-03-26T04:11:30.809Z Compiling guppy v0.17.25
7082026-03-26T04:11:30.999Z Compiling tar v0.4.45
7092026-03-26T04:11:31.019Z Compiling pin-project v1.1.11
7102026-03-26T04:11:31.123Z Compiling strip-ansi-escapes v0.2.1
7112026-03-26T04:11:31.637Z Compiling nextest-metadata v0.12.2
7122026-03-26T04:11:32.325Z Compiling toml v1.1.0+spec-1.1.0
7132026-03-26T04:11:32.998Z Compiling newtype-uuid v1.3.2
7142026-03-26T04:11:33.195Z Compiling reqwest v0.12.28
7152026-03-26T04:11:33.330Z Compiling rand_chacha v0.9.0
7162026-03-26T04:11:33.572Z Compiling futures v0.3.32
7172026-03-26T04:11:33.658Z Compiling digest v0.10.7
7182026-03-26T04:11:33.882Z Compiling derive_more v2.1.1
7192026-03-26T04:11:33.885Z Compiling flate2 v1.1.9
7202026-03-26T04:11:33.964Z Compiling parking_lot v0.12.5
7212026-03-26T04:11:33.977Z Compiling tracing-error v0.2.1
7222026-03-26T04:11:34.219Z Compiling shared_child v1.1.1
7232026-03-26T04:11:34.757Z Compiling signal-hook-mio v0.2.5
7242026-03-26T04:11:34.875Z Compiling self-replace v1.5.0
7252026-03-26T04:11:34.890Z Compiling cargo-platform v0.2.0
7262026-03-26T04:11:35.167Z Compiling quick-xml v0.38.4
7272026-03-26T04:11:35.446Z Compiling quick-xml v0.37.5
7282026-03-26T04:11:35.524Z Compiling shell-words v1.1.1
7292026-03-26T04:11:35.779Z Compiling urlencoding v2.1.3
7302026-03-26T04:11:35.859Z Compiling clap_lex v1.1.0
7312026-03-26T04:11:36.279Z Compiling recursion v0.5.4
7322026-03-26T04:11:36.418Z Compiling indenter v0.3.4
7332026-03-26T04:11:36.442Z Compiling humantime v2.3.0
7342026-03-26T04:11:36.553Z Compiling heck v0.5.0
7352026-03-26T04:11:36.740Z Compiling strsim v0.11.1
7362026-03-26T04:11:36.753Z Compiling cpufeatures v0.2.17
7372026-03-26T04:11:36.770Z Compiling clap_derive v4.6.0
7382026-03-26T04:11:36.825Z Compiling sha2 v0.10.9
7392026-03-26T04:11:36.871Z Compiling humantime-serde v1.1.1
7402026-03-26T04:11:36.976Z Compiling clap_builder v4.6.0
7412026-03-26T04:11:37.534Z Compiling nextest-filtering v0.15.0
7422026-03-26T04:11:38.021Z Compiling quick-junit v0.5.2
7432026-03-26T04:11:38.530Z Compiling atomicwrites v0.4.4
7442026-03-26T04:11:38.821Z Compiling cargo_metadata v0.20.0
7452026-03-26T04:11:41.103Z Compiling crossterm v0.29.0
7462026-03-26T04:11:41.398Z Compiling cargo-nextest v0.9.97
7472026-03-26T04:11:42.583Z Compiling duct v0.13.7
7482026-03-26T04:11:43.480Z Compiling zstd v0.13.3
7492026-03-26T04:11:43.899Z Compiling async-scoped v0.9.0
7502026-03-26T04:11:44.050Z Compiling rand v0.9.2
7512026-03-26T04:11:44.090Z Compiling config v0.15.22
7522026-03-26T04:11:44.266Z Compiling unicode-normalization v0.1.25
7532026-03-26T04:11:44.293Z Compiling target-spec-miette v0.4.5
7542026-03-26T04:11:44.296Z Compiling future-queue v0.4.0
7552026-03-26T04:11:44.318Z Compiling mukti-metadata v0.3.0
7562026-03-26T04:11:44.571Z Compiling tokio-stream v0.1.18
7572026-03-26T04:11:44.699Z Compiling camino-tempfile v1.4.1
7582026-03-26T04:11:44.780Z Compiling derive-where v1.6.1
7592026-03-26T04:11:44.800Z Compiling serde_path_to_error v0.1.20
7602026-03-26T04:11:44.835Z Compiling serde_ignored v0.1.14
7612026-03-26T04:11:45.067Z Compiling home v0.5.12
7622026-03-26T04:11:45.087Z Compiling swrite v0.1.0
7632026-03-26T04:11:45.130Z Compiling indent_write v2.2.0
7642026-03-26T04:11:45.228Z Compiling hex v0.4.3
7652026-03-26T04:11:45.240Z Compiling xxhash-rust v0.8.15
7662026-03-26T04:11:45.278Z Compiling color-eyre v0.6.5
7672026-03-26T04:11:45.330Z Compiling clap v4.6.0
7682026-03-26T04:11:45.413Z Compiling dialoguer v0.11.0
7692026-03-26T04:11:45.426Z Compiling enable-ansi-support v0.2.1
7702026-03-26T04:11:46.014Z Compiling nextest-runner v0.80.0
7712026-03-26T04:12:04.111Z Finished `release` profile [optimized] target(s) in 1m 10s
7722026-03-26T04:12:04.291Z Installing /home/build/.cargo/bin/cargo-nextest
7732026-03-26T04:12:04.294Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7742026-03-26T04:12:04.412Z+ pushd rdb
7752026-03-26T04:12:04.416Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7762026-03-26T04:12:04.416Z+ cargo nextest run
7772026-03-26T04:12:04.571Z Updating git repository `https://github.com/oxidecomputer/falcon`
7782026-03-26T04:12:05.234ZFrom https://github.com/oxidecomputer/falcon
7792026-03-26T04:12:05.234Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7802026-03-26T04:12:05.309Z Updating crates.io index
7812026-03-26T04:12:05.350Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7822026-03-26T04:12:06.063ZFrom https://github.com/oxidecomputer/dendrite
7832026-03-26T04:12:06.063Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7842026-03-26T04:12:06.151Z Updating git repository `https://github.com/oxidecomputer/ispf`
7852026-03-26T04:12:06.411ZFrom https://github.com/oxidecomputer/ispf
7862026-03-26T04:12:06.411Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7872026-03-26T04:12:06.417Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7882026-03-26T04:12:06.761ZFrom https://github.com/oxidecomputer/netadm-sys
7892026-03-26T04:12:06.761Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7902026-03-26T04:12:06.769Z Updating git repository `https://github.com/oxidecomputer/omicron`
7912026-03-26T04:12:13.970ZFrom https://github.com/oxidecomputer/omicron
7922026-03-26T04:12:13.970Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
7932026-03-26T04:12:14.390Z Updating git repository `https://github.com/oxidecomputer/opte`
7942026-03-26T04:12:14.945ZFrom https://github.com/oxidecomputer/opte
7952026-03-26T04:12:14.945Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
7962026-03-26T04:12:14.976Z Updating git repository `https://github.com/illumos/smf-rs`
7972026-03-26T04:12:15.250ZFrom https://github.com/illumos/smf-rs
7982026-03-26T04:12:15.250Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7992026-03-26T04:12:15.530Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8002026-03-26T04:12:15.792ZFrom https://github.com/oxidecomputer/network-interface
8012026-03-26T04:12:15.792Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8022026-03-26T04:12:15.799Z Updating git repository `https://github.com/oxidecomputer/zone`
8032026-03-26T04:12:16.044ZFrom https://github.com/oxidecomputer/zone
8042026-03-26T04:12:16.044Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8052026-03-26T04:12:16.086Z Updating git repository `https://github.com/oxidecomputer/propolis`
8062026-03-26T04:12:17.283ZFrom https://github.com/oxidecomputer/propolis
8072026-03-26T04:12:17.283Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8082026-03-26T04:12:17.388Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8092026-03-26T04:12:17.889ZFrom https://github.com/oxidecomputer/transceiver-control
8102026-03-26T04:12:17.889Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8112026-03-26T04:12:17.911Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8122026-03-26T04:12:18.191ZFrom https://github.com/oxidecomputer/dlpi-sys
8132026-03-26T04:12:18.191Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8142026-03-26T04:12:18.198Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8152026-03-26T04:12:18.483ZFrom https://github.com/jmesmon/rust-libzfs
8162026-03-26T04:12:18.483Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8172026-03-26T04:12:18.491Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8182026-03-26T04:12:18.781ZFrom https://github.com/oxidecomputer/rusty-doors
8192026-03-26T04:12:18.781Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8202026-03-26T04:12:18.844Z Updating git repository `https://github.com/oxidecomputer/lldp`
8212026-03-26T04:12:19.180ZFrom https://github.com/oxidecomputer/lldp
8222026-03-26T04:12:19.180Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8232026-03-26T04:12:19.316Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8242026-03-26T04:12:19.603ZFrom https://github.com/oxidecomputer/slog-error-chain
8252026-03-26T04:12:19.603Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8262026-03-26T04:12:19.629Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8272026-03-26T04:12:19.920ZFrom https://github.com/oxidecomputer/tufaceous
8282026-03-26T04:12:19.920Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8292026-03-26T04:12:20.048Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8302026-03-26T04:12:20.492ZFrom https://github.com/oxidecomputer/management-gateway-service
8312026-03-26T04:12:20.492Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8322026-03-26T04:12:20.518Z Updating git repository `https://github.com/oxidecomputer/crucible`
8332026-03-26T04:12:21.389ZFrom https://github.com/oxidecomputer/crucible
8342026-03-26T04:12:21.389Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8352026-03-26T04:12:21.645Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8362026-03-26T04:12:21.888ZFrom https://github.com/oxidecomputer/serde_human_bytes
8372026-03-26T04:12:21.888Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8382026-03-26T04:12:21.908Z Updating git repository `https://github.com/oxidecomputer/propolis`
8392026-03-26T04:12:22.278ZFrom https://github.com/oxidecomputer/propolis
8402026-03-26T04:12:22.278Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8412026-03-26T04:12:22.678Z Updating git repository `https://github.com/oxidecomputer/tofino`
8422026-03-26T04:12:22.927ZFrom https://github.com/oxidecomputer/tofino
8432026-03-26T04:12:22.927Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8442026-03-26T04:12:22.934Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8452026-03-26T04:12:23.420ZFrom https://github.com/oxidecomputer/maghemite
8462026-03-26T04:12:23.420Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8472026-03-26T04:12:23.578Z Updating git repository `https://github.com/oxidecomputer/clickward`
8482026-03-26T04:12:23.868ZFrom https://github.com/oxidecomputer/clickward
8492026-03-26T04:12:23.868Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8502026-03-26T04:12:24.132Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8512026-03-26T04:12:24.402ZFrom https://github.com/oxidecomputer/illumos-devinfo
8522026-03-26T04:12:24.402Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8532026-03-26T04:12:24.558Z Updating git repository `https://github.com/oxidecomputer/crucible`
8542026-03-26T04:12:24.882ZFrom https://github.com/oxidecomputer/crucible
8552026-03-26T04:12:24.882Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8562026-03-26T04:12:25.760Z Downloading crates ...
8572026-03-26T04:12:25.859Z Downloaded aead v0.5.2
8582026-03-26T04:12:25.863Z Downloaded crossbeam-deque v0.8.6
8592026-03-26T04:12:25.879Z Downloaded crunchy v0.2.4
8602026-03-26T04:12:25.882Z Downloaded cstr-argument v0.1.2
8612026-03-26T04:12:25.882Z Downloaded darling_macro v0.23.0
8622026-03-26T04:12:25.882Z Downloaded cargo_toml v0.22.3
8632026-03-26T04:12:25.885Z Downloaded crucible-workspace-hack v0.1.0
8642026-03-26T04:12:25.885Z Downloaded constant_time_eq v0.4.2
8652026-03-26T04:12:25.888Z Downloaded bit-set v0.8.0
8662026-03-26T04:12:25.897Z Downloaded displaydoc v0.2.5
8672026-03-26T04:12:25.899Z Downloaded bit-vec v0.8.0
8682026-03-26T04:12:25.899Z Downloaded newline-converter v0.3.0
8692026-03-26T04:12:25.902Z Downloaded data-encoding v2.10.0
8702026-03-26T04:12:25.903Z Downloaded compression-core v0.4.31
8712026-03-26T04:12:25.903Z Downloaded const_format_proc_macros v0.2.34
8722026-03-26T04:12:25.905Z Downloaded crc8 v0.1.1
8732026-03-26T04:12:25.905Z Downloaded multer v3.1.0
8742026-03-26T04:12:25.909Z Downloaded async-recursion v1.1.1
8752026-03-26T04:12:25.911Z Downloaded match_cfg v0.1.0
8762026-03-26T04:12:25.911Z Downloaded chacha20 v0.10.0
8772026-03-26T04:12:25.911Z Downloaded derive-ex v0.1.8
8782026-03-26T04:12:25.914Z Downloaded memmap2 v0.9.10
8792026-03-26T04:12:25.914Z Downloaded darling_macro v0.21.3
8802026-03-26T04:12:25.917Z Downloaded cobs v0.3.0
8812026-03-26T04:12:25.917Z Downloaded cipher v0.4.4
8822026-03-26T04:12:25.918Z Downloaded mime v0.3.17
8832026-03-26T04:12:25.921Z Downloaded dof v0.4.0
8842026-03-26T04:12:25.921Z Downloaded memoffset v0.9.1
8852026-03-26T04:12:25.921Z Downloaded icu_provider v2.1.1
8862026-03-26T04:12:26.927Z Downloaded newtype-uuid-macros v0.1.0
8872026-03-26T04:12:26.927Z Downloaded dropshot-api-manager-types v0.5.2
8882026-03-26T04:12:26.931Z Downloaded macaddr v1.0.1
8892026-03-26T04:12:26.931Z Downloaded newtype_derive v0.1.6
8902026-03-26T04:12:26.931Z Downloaded lru-cache v0.1.2
8912026-03-26T04:12:26.931Z Downloaded enum-as-inner v0.6.1
8922026-03-26T04:12:26.931Z Downloaded litemap v0.8.1
8932026-03-26T04:12:26.931Z Downloaded num v0.4.3
8942026-03-26T04:12:26.931Z Downloaded dyn-clone v1.0.20
8952026-03-26T04:12:26.931Z Downloaded dtrace-parser v0.3.0
8962026-03-26T04:12:26.931Z Downloaded base16ct v0.2.0
8972026-03-26T04:12:26.931Z Downloaded foreign-types v0.5.0
8982026-03-26T04:12:26.931Z Downloaded defmt v0.3.100
8992026-03-26T04:12:26.931Z Downloaded compression-codecs v0.4.37
9002026-03-26T04:12:26.931Z Downloaded darling_core v0.23.0
9012026-03-26T04:12:26.931Z Downloaded keccak v0.1.6
9022026-03-26T04:12:26.931Z Downloaded const-random-macro v0.1.16
9032026-03-26T04:12:26.931Z Downloaded embedded-io v0.6.1
9042026-03-26T04:12:26.932Z Downloaded managed v0.8.0
9052026-03-26T04:12:26.932Z Downloaded embedded-io v0.4.0
9062026-03-26T04:12:26.932Z Downloaded ingot v0.1.1
9072026-03-26T04:12:26.932Z Downloaded bitflags v1.3.2
9082026-03-26T04:12:26.932Z Downloaded olpc-cjson v0.1.4
9092026-03-26T04:12:26.932Z Downloaded dof v0.3.0
9102026-03-26T04:12:26.932Z Downloaded chacha20 v0.9.1
9112026-03-26T04:12:26.932Z Downloaded foreign-types-shared v0.3.1
9122026-03-26T04:12:26.932Z Downloaded foreign-types-macros v0.2.3
9132026-03-26T04:12:26.932Z Downloaded convert_case v0.4.0
9142026-03-26T04:12:26.932Z Downloaded fixedbitset v0.4.2
9152026-03-26T04:12:26.932Z Downloaded num-derive v0.3.3
9162026-03-26T04:12:26.932Z Downloaded inout v0.1.4
9172026-03-26T04:12:26.932Z Downloaded ciborium-ll v0.2.2
9182026-03-26T04:12:26.932Z Downloaded csv-core v0.1.13
9192026-03-26T04:12:26.932Z Downloaded bcs v0.1.6
9202026-03-26T04:12:26.932Z Downloaded num-complex v0.4.6
9212026-03-26T04:12:26.932Z Downloaded num_enum_derive v0.7.6
9222026-03-26T04:12:26.932Z Downloaded foldhash v0.2.0
9232026-03-26T04:12:26.932Z Downloaded ff v0.13.1
9242026-03-26T04:12:26.932Z Downloaded opaque-debug v0.3.1
9252026-03-26T04:12:26.932Z Downloaded httpdate v1.0.3
9262026-03-26T04:12:26.932Z Downloaded dunce v1.0.5
9272026-03-26T04:12:26.932Z Downloaded cpufeatures v0.3.0
9282026-03-26T04:12:26.932Z Downloaded const-random v0.1.18
9292026-03-26T04:12:26.932Z Downloaded natord v1.0.9
9302026-03-26T04:12:26.932Z Downloaded memmap v0.7.0
9312026-03-26T04:12:26.932Z Downloaded base16ct v1.0.0
9322026-03-26T04:12:26.932Z Downloaded ident_case v1.0.1
9332026-03-26T04:12:26.932Z Downloaded hubpack_derive v0.1.1
9342026-03-26T04:12:26.932Z Downloaded defmt-parser v1.0.0
9352026-03-26T04:12:26.932Z Downloaded async-stream-impl v0.3.6
9362026-03-26T04:12:26.932Z Downloaded omicron-workspace-hack v0.1.0
9372026-03-26T04:12:26.932Z Downloaded git-stub-vcs v0.1.0
9382026-03-26T04:12:26.932Z Downloaded console v0.16.3
9392026-03-26T04:12:26.932Z Downloaded num_threads v0.1.7
9402026-03-26T04:12:26.932Z Downloaded hostname v0.3.1
9412026-03-26T04:12:26.932Z Downloaded cookie v0.18.1
9422026-03-26T04:12:26.932Z Downloaded deranged v0.5.8
9432026-03-26T04:12:26.933Z Downloaded gethostname v0.5.0
9442026-03-26T04:12:26.933Z Downloaded defmt v1.0.1
9452026-03-26T04:12:26.933Z Downloaded linked-hash-map v0.5.6
9462026-03-26T04:12:26.933Z Downloaded darling v0.21.3
9472026-03-26T04:12:26.933Z Downloaded no-std-compat v0.4.1
9482026-03-26T04:12:26.933Z Downloaded hubpack v0.1.2
9492026-03-26T04:12:26.933Z Downloaded dtrace-parser v0.2.0
9502026-03-26T04:12:26.933Z Downloaded backon v1.6.0
9512026-03-26T04:12:26.933Z Downloaded fxhash v0.2.1
9522026-03-26T04:12:26.933Z Downloaded daft v0.1.5
9532026-03-26T04:12:26.933Z Downloaded num-rational v0.4.2
9542026-03-26T04:12:26.933Z Downloaded icu_normalizer_data v2.1.1
9552026-03-26T04:12:26.933Z Downloaded num-conv v0.2.0
9562026-03-26T04:12:26.933Z Downloaded git-stub v1.0.0
9572026-03-26T04:12:26.933Z Downloaded powerfmt v0.2.0
9582026-03-26T04:12:26.933Z Downloaded instant v0.1.13
9592026-03-26T04:12:26.933Z Downloaded idna_adapter v1.2.1
9602026-03-26T04:12:26.933Z Downloaded plain v0.2.3
9612026-03-26T04:12:26.933Z Downloaded glob v0.3.3
9622026-03-26T04:12:26.933Z Downloaded cmake v0.1.57
9632026-03-26T04:12:26.933Z Downloaded is-terminal v0.4.17
9642026-03-26T04:12:26.933Z Downloaded fs_extra v1.3.0
9652026-03-26T04:12:26.933Z Downloaded byte-wrapper v0.1.0
9662026-03-26T04:12:26.933Z Downloaded byteorder v1.5.0
9672026-03-26T04:12:26.933Z Downloaded critical-section v1.2.0
9682026-03-26T04:12:26.933Z Downloaded argon2 v0.5.3
9692026-03-26T04:12:26.933Z Downloaded progenitor-client v0.10.0
9702026-03-26T04:12:26.933Z Downloaded proc-macro-error-attr v1.0.4
9712026-03-26T04:12:26.933Z Downloaded libscf-sys v1.1.0
9722026-03-26T04:12:26.933Z Downloaded bytecount v0.6.9
9732026-03-26T04:12:26.933Z Downloaded float-ord v0.3.2
9742026-03-26T04:12:26.933Z Downloaded daft-derive v0.1.5
9752026-03-26T04:12:26.933Z Downloaded crossbeam-utils v0.8.21
9762026-03-26T04:12:26.933Z Downloaded potential_utf v0.1.4
9772026-03-26T04:12:26.933Z Downloaded num_enum_derive v0.5.11
9782026-03-26T04:12:26.933Z Downloaded ciborium v0.2.2
9792026-03-26T04:12:26.933Z Downloaded proc-macro-crate v1.3.1
9802026-03-26T04:12:26.933Z Downloaded pretty-hex v0.4.2
9812026-03-26T04:12:26.933Z Downloaded internet-checksum v0.2.1
9822026-03-26T04:12:26.933Z Downloaded colored v3.1.1
9832026-03-26T04:12:26.934Z Downloaded ciborium-io v0.2.2
9842026-03-26T04:12:26.934Z Downloaded arrayref v0.3.9
9852026-03-26T04:12:26.934Z Downloaded hostname v0.4.2
9862026-03-26T04:12:26.934Z Downloaded progenitor-client v0.11.2
9872026-03-26T04:12:26.934Z Downloaded fs-err v3.3.0
9882026-03-26T04:12:26.938Z Downloaded crossbeam-channel v0.5.15
9892026-03-26T04:12:26.938Z Downloaded num_enum v0.5.11
9902026-03-26T04:12:26.938Z Downloaded progenitor-macro v0.10.0
9912026-03-26T04:12:26.938Z Downloaded drift v0.1.3
9922026-03-26T04:12:26.938Z Downloaded num-iter v0.1.45
9932026-03-26T04:12:26.938Z Downloaded erased-serde v0.3.31
9942026-03-26T04:12:26.938Z Downloaded heck v0.4.1
9952026-03-26T04:12:26.938Z Downloaded phf v0.12.1
9962026-03-26T04:12:26.938Z Downloaded quick-error v1.2.3
9972026-03-26T04:12:26.938Z Downloaded paste v1.0.15
9982026-03-26T04:12:26.938Z Downloaded parse-display v0.10.0
9992026-03-26T04:12:26.938Z Downloaded oxnet v0.1.4
10002026-03-26T04:12:26.938Z Downloaded poly1305 v0.8.0
10012026-03-26T04:12:26.938Z Downloaded password-hash v0.5.0
10022026-03-26T04:12:26.938Z Downloaded parse-display-derive v0.10.0
10032026-03-26T04:12:26.938Z Downloaded progenitor-macro v0.13.0
10042026-03-26T04:12:26.938Z Downloaded rand_chacha v0.3.1
10052026-03-26T04:12:26.938Z Downloaded hash32 v0.3.1
10062026-03-26T04:12:26.938Z Downloaded parking_lot_core v0.8.6
10072026-03-26T04:12:26.938Z Downloaded progenitor v0.10.0
10082026-03-26T04:12:26.938Z Downloaded proc-macro-error-attr2 v2.0.0
10092026-03-26T04:12:26.938Z Downloaded ipnetwork v0.21.1
10102026-03-26T04:12:26.938Z Downloaded backoff v0.4.0
10112026-03-26T04:12:26.939Z Downloaded libsw-core v0.3.2
10122026-03-26T04:12:26.939Z Downloaded scroll_derive v0.12.1
10132026-03-26T04:12:26.939Z Downloaded serde-big-array v0.5.1
10142026-03-26T04:12:26.939Z Downloaded same-file v1.0.6
10152026-03-26T04:12:26.939Z Downloaded ref-cast-impl v1.0.25
10162026-03-26T04:12:26.939Z Downloaded ref-cast v1.0.25
10172026-03-26T04:12:26.939Z Downloaded rand_xorshift v0.4.0
10182026-03-26T04:12:26.939Z Downloaded phf_shared v0.12.1
10192026-03-26T04:12:26.939Z Downloaded rustc_version v0.1.7
10202026-03-26T04:12:26.939Z Downloaded progenitor-client v0.13.0
10212026-03-26T04:12:26.939Z Downloaded async-stream v0.3.6
10222026-03-26T04:12:26.939Z Downloaded anyhow v1.0.102
10232026-03-26T04:12:26.939Z Downloaded oxide-tokio-rt v0.1.3
10242026-03-26T04:12:26.939Z Downloaded defmt-macros v1.0.1
10252026-03-26T04:12:26.939Z Downloaded omicron-zone-package v0.12.2
10262026-03-26T04:12:26.939Z Downloaded dropshot_endpoint v0.16.7
10272026-03-26T04:12:26.939Z Downloaded proc-macro-crate v3.5.0
10282026-03-26T04:12:26.939Z Downloaded num_enum v0.7.6
10292026-03-26T04:12:26.939Z Downloaded serial_test v3.4.0
10302026-03-26T04:12:26.939Z Downloaded semver v0.1.20
10312026-03-26T04:12:26.939Z Downloaded serde_plain v1.0.2
10322026-03-26T04:12:26.939Z Downloaded scroll_derive v0.13.1
10332026-03-26T04:12:26.939Z Downloaded num-derive v0.4.2
10342026-03-26T04:12:26.939Z Downloaded sigpipe v0.1.3
10352026-03-26T04:12:26.939Z Downloaded sha1 v0.10.6
10362026-03-26T04:12:26.939Z Downloaded serial_test_derive v3.4.0
10372026-03-26T04:12:26.939Z Downloaded progenitor v0.13.0
10382026-03-26T04:12:26.939Z Downloaded ingot-types v0.1.2
10392026-03-26T04:12:26.939Z Downloaded serde_repr v0.1.20
10402026-03-26T04:12:26.939Z Downloaded arrayvec v0.7.6
10412026-03-26T04:12:26.939Z Downloaded blake2 v0.10.6
10422026-03-26T04:12:26.939Z Downloaded secrecy v0.10.3
10432026-03-26T04:12:26.939Z Downloaded half v2.7.1
10442026-03-26T04:12:26.939Z Downloaded parking_lot v0.11.2
10452026-03-26T04:12:26.939Z Downloaded darling v0.23.0
10462026-03-26T04:12:26.939Z Downloaded stable_deref_trait v1.2.1
10472026-03-26T04:12:26.939Z Downloaded smawk v0.3.2
10482026-03-26T04:12:26.939Z Downloaded progenitor-macro v0.11.2
10492026-03-26T04:12:26.939Z Downloaded proc-macro-error2 v2.0.1
10502026-03-26T04:12:26.940Z Downloaded highway v1.3.0
10512026-03-26T04:12:26.940Z Downloaded pest_derive v2.8.6
10522026-03-26T04:12:26.940Z Downloaded slog-envlogger v2.2.0
10532026-03-26T04:12:26.940Z Downloaded slog-bunyan v2.5.0
10542026-03-26T04:12:26.940Z Downloaded indexmap v1.9.3
10552026-03-26T04:12:26.940Z Downloaded cancel-safe-futures v0.1.5
10562026-03-26T04:12:26.940Z Downloaded serde_tokenstream v0.2.3
10572026-03-26T04:12:26.940Z Downloaded rustls-native-certs v0.8.3
10582026-03-26T04:12:26.940Z Downloaded schemars_derive v0.8.22
10592026-03-26T04:12:26.940Z Downloaded progenitor v0.11.2
10602026-03-26T04:12:26.940Z Downloaded siphasher v1.0.2
10612026-03-26T04:12:26.940Z Downloaded async-trait v0.1.89
10622026-03-26T04:12:26.940Z Downloaded derive_more v0.99.20
10632026-03-26T04:12:26.940Z Downloaded structmeta-derive v0.3.0
10642026-03-26T04:12:26.940Z Downloaded elliptic-curve v0.13.8
10652026-03-26T04:12:26.940Z Downloaded testing_table v0.3.0
10662026-03-26T04:12:26.940Z Downloaded progenitor-extras v0.1.1
10672026-03-26T04:12:26.940Z Downloaded pem v3.0.6
10682026-03-26T04:12:26.940Z Downloaded scroll v0.13.0
10692026-03-26T04:12:26.940Z Downloaded papergrid v0.11.0
10702026-03-26T04:12:26.940Z Downloaded rand_core v0.10.0
10712026-03-26T04:12:26.940Z Downloaded num-integer v0.1.46
10722026-03-26T04:12:26.940Z Downloaded tabwriter v1.4.1
10732026-03-26T04:12:26.940Z Downloaded strum v0.27.2
10742026-03-26T04:12:26.940Z Downloaded strum v0.26.3
10752026-03-26T04:12:26.940Z Downloaded structmeta v0.3.0
10762026-03-26T04:12:26.940Z Downloaded thread-id v5.1.0
10772026-03-26T04:12:26.940Z Downloaded termtree v0.5.1
10782026-03-26T04:12:26.940Z Downloaded tabled_derive v0.11.0
10792026-03-26T04:12:26.940Z Downloaded linear-map v1.2.0
10802026-03-26T04:12:26.940Z Downloaded group v0.13.0
10812026-03-26T04:12:26.940Z Downloaded spin v0.5.2
10822026-03-26T04:12:26.940Z Downloaded hmac v0.12.1
10832026-03-26T04:12:26.940Z Downloaded thiserror-impl-no-std v2.0.2
10842026-03-26T04:12:26.940Z Downloaded darling_core v0.21.3
10852026-03-26T04:12:26.940Z Downloaded slog-dtrace v0.3.0
10862026-03-26T04:12:26.940Z Downloaded rusty-fork v0.3.1
10872026-03-26T04:12:26.940Z Downloaded rustversion v1.0.22
10882026-03-26T04:12:26.944Z Downloaded diff v0.1.13
10892026-03-26T04:12:26.944Z Downloaded pest_generator v2.8.6
10902026-03-26T04:12:26.944Z Downloaded tabled_derive v0.7.0
10912026-03-26T04:12:26.944Z Downloaded crossbeam-epoch v0.9.18
10922026-03-26T04:12:26.944Z Downloaded smf v0.2.3
10932026-03-26T04:12:26.945Z Downloaded thread-id v4.2.2
10942026-03-26T04:12:26.945Z Downloaded time-core v0.1.8
10952026-03-26T04:12:26.945Z Downloaded snafu-derive v0.8.9
10962026-03-26T04:12:26.945Z Downloaded take_mut v0.2.2
10972026-03-26T04:12:26.945Z Downloaded tagptr v0.2.0
10982026-03-26T04:12:26.945Z Downloaded slog-scope v4.4.1
10992026-03-26T04:12:26.945Z Downloaded papergrid v0.17.0
11002026-03-26T04:12:26.945Z Downloaded postcard v1.1.3
11012026-03-26T04:12:26.945Z Downloaded libsw v3.5.0
11022026-03-26T04:12:26.945Z Downloaded ingot-macros v0.1.1
11032026-03-26T04:12:26.945Z Downloaded icu_locale_core v2.1.1
11042026-03-26T04:12:26.945Z Downloaded topological-sort v0.2.2
11052026-03-26T04:12:26.945Z Downloaded universal-hash v0.5.1
11062026-03-26T04:12:26.945Z Downloaded typify-macro v0.4.3
11072026-03-26T04:12:26.945Z Downloaded typify-macro v0.6.1
11082026-03-26T04:12:26.945Z Downloaded serde_derive_internals v0.29.1
11092026-03-26T04:12:26.945Z Downloaded const_format v0.2.35
11102026-03-26T04:12:26.945Z Downloaded allocator-api2 v0.2.21
11112026-03-26T04:12:26.945Z Downloaded dropshot_endpoint v0.17.0
11122026-03-26T04:12:26.945Z Downloaded unit-prefix v0.5.2
11132026-03-26T04:12:26.945Z Downloaded usdt v0.6.0
11142026-03-26T04:12:26.945Z Downloaded unarray v0.1.4
11152026-03-26T04:12:26.945Z Downloaded proc-macro-error v1.0.4
11162026-03-26T04:12:26.945Z Downloaded slog-json v2.6.1
11172026-03-26T04:12:26.945Z Downloaded scroll v0.12.0
11182026-03-26T04:12:26.945Z Downloaded rustls-pemfile v2.2.0
11192026-03-26T04:12:26.945Z Downloaded serde_with_macros v3.18.0
11202026-03-26T04:12:26.945Z Downloaded crypto-bigint v0.5.5
11212026-03-26T04:12:26.945Z Downloaded smartstring v1.0.1
11222026-03-26T04:12:26.945Z Downloaded resolv-conf v0.7.6
11232026-03-26T04:12:26.945Z Downloaded async-compression v0.4.41
11242026-03-26T04:12:26.945Z Downloaded thiserror-no-std v2.0.2
11252026-03-26T04:12:26.945Z Downloaded usdt-attr-macro v0.5.0
11262026-03-26T04:12:26.945Z Downloaded usdt v0.5.0
11272026-03-26T04:12:26.945Z Downloaded untrusted v0.7.1
11282026-03-26T04:12:26.945Z Downloaded waitgroup v0.1.2
11292026-03-26T04:12:26.945Z Downloaded chacha20poly1305 v0.10.1
11302026-03-26T04:12:26.945Z Downloaded wait-timeout v0.2.1
11312026-03-26T04:12:26.945Z Downloaded utf-8 v0.7.6
11322026-03-26T04:12:26.946Z Downloaded usdt-macro v0.6.0
11332026-03-26T04:12:26.946Z Downloaded usdt-macro v0.5.0
11342026-03-26T04:12:26.946Z Downloaded slog-stdlog v4.1.1
11352026-03-26T04:12:26.946Z Downloaded zone_cfg_derive v0.3.1
11362026-03-26T04:12:26.946Z Downloaded zerofrom-derive v0.1.6
11372026-03-26T04:12:26.946Z Downloaded yoke-derive v0.8.1
11382026-03-26T04:12:26.946Z Downloaded zerofrom v0.1.6
11392026-03-26T04:12:26.946Z Downloaded synstructure v0.13.2
11402026-03-26T04:12:26.946Z Downloaded strum_macros v0.26.4
11412026-03-26T04:12:26.946Z Downloaded zone v0.3.1
11422026-03-26T04:12:26.946Z Downloaded rhai_codegen v3.1.0
11432026-03-26T04:12:26.946Z Downloaded tokio-dtrace v0.1.1
11442026-03-26T04:12:26.946Z Downloaded prettyplease v0.2.37
11452026-03-26T04:12:26.946Z Downloaded arc-swap v1.9.0
11462026-03-26T04:12:26.946Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11472026-03-26T04:12:26.946Z Downloaded tinystr v0.8.2
11482026-03-26T04:12:26.946Z Downloaded dropshot-api-manager v0.5.2
11492026-03-26T04:12:26.946Z Downloaded base64 v0.21.7
11502026-03-26T04:12:26.946Z Downloaded usdt-impl v0.5.0
11512026-03-26T04:12:26.946Z Downloaded sdd v3.0.10
11522026-03-26T04:12:26.946Z Downloaded usdt-impl v0.6.0
11532026-03-26T04:12:26.946Z Downloaded schemars v0.8.22
11542026-03-26T04:12:26.946Z Downloaded whoami v1.6.1
11552026-03-26T04:12:26.946Z Downloaded walkdir v2.5.0
11562026-03-26T04:12:26.946Z Downloaded thin-vec v0.2.14
11572026-03-26T04:12:26.946Z Downloaded term v1.2.1
11582026-03-26T04:12:26.946Z Downloaded progenitor-impl v0.13.0
11592026-03-26T04:12:26.946Z Downloaded tokio-rustls v0.25.0
11602026-03-26T04:12:26.946Z Downloaded similar v2.7.0
11612026-03-26T04:12:26.946Z Downloaded xz2 v0.1.7
11622026-03-26T04:12:26.946Z Downloaded slog-term v2.9.2
11632026-03-26T04:12:26.946Z Downloaded icu_normalizer v2.1.1
11642026-03-26T04:12:26.946Z Downloaded zerovec-derive v0.11.2
11652026-03-26T04:12:26.946Z Downloaded slog-async v2.8.0
11662026-03-26T04:12:26.946Z Downloaded tiny-keccak v2.0.2
11672026-03-26T04:12:26.946Z Downloaded spin v0.9.8
11682026-03-26T04:12:26.946Z Downloaded tokio-tungstenite v0.21.0
11692026-03-26T04:12:26.946Z Downloaded usdt-attr-macro v0.6.0
11702026-03-26T04:12:26.946Z Downloaded minimal-lexical v0.2.1
11712026-03-26T04:12:26.947Z Downloaded schemars v0.9.0
11722026-03-26T04:12:26.947Z Downloaded writeable v0.6.2
11732026-03-26T04:12:26.947Z Downloaded qorb v0.4.1
11742026-03-26T04:12:26.947Z Downloaded typify v0.6.1
11752026-03-26T04:12:26.947Z Downloaded snafu v0.8.9
11762026-03-26T04:12:26.947Z Downloaded icu_properties v2.1.2
11772026-03-26T04:12:26.947Z Downloaded serde_yaml v0.9.34+deprecated
11782026-03-26T04:12:26.947Z Downloaded zeroize_derive v1.4.3
11792026-03-26T04:12:26.947Z Downloaded yoke v0.8.1
11802026-03-26T04:12:26.947Z Downloaded time-macros v0.2.27
11812026-03-26T04:12:26.947Z Downloaded progenitor-impl v0.11.2
11822026-03-26T04:12:26.947Z Downloaded pretty_assertions v1.4.1
11832026-03-26T04:12:26.947Z Downloaded hickory-resolver v0.24.4
11842026-03-26T04:12:26.947Z Downloaded vsss-rs v3.3.4
11852026-03-26T04:12:26.947Z Downloaded test-strategy v0.4.5
11862026-03-26T04:12:26.947Z Downloaded strum_macros v0.27.2
11872026-03-26T04:12:26.947Z Downloaded schemars v1.2.1
11882026-03-26T04:12:26.951Z Downloaded toml_edit v0.25.8+spec-1.1.0
11892026-03-26T04:12:26.951Z Downloaded steno v0.4.1
11902026-03-26T04:12:26.951Z Downloaded progenitor-impl v0.10.0
11912026-03-26T04:12:26.951Z Downloaded slog v2.8.2
11922026-03-26T04:12:26.951Z Downloaded indicatif v0.18.4
11932026-03-26T04:12:26.951Z Downloaded ucd-trie v0.1.7
11942026-03-26T04:12:26.951Z Downloaded toml_edit v0.19.15
11952026-03-26T04:12:26.951Z Downloaded tungstenite v0.21.0
11962026-03-26T04:12:26.951Z Downloaded zerocopy-derive v0.7.35
11972026-03-26T04:12:26.951Z Downloaded toml v0.7.8
11982026-03-26T04:12:26.951Z Downloaded hickory-resolver v0.25.2
11992026-03-26T04:12:26.951Z Downloaded rustls-platform-verifier v0.6.2
12002026-03-26T04:12:26.951Z Downloaded zerocopy-derive v0.8.47
12012026-03-26T04:12:26.951Z Downloaded jiff-static v0.2.23
12022026-03-26T04:12:26.951Z Downloaded icu_collections v2.1.1
12032026-03-26T04:12:26.951Z Downloaded hashbrown v0.12.3
12042026-03-26T04:12:26.951Z Downloaded itertools v0.12.1
12052026-03-26T04:12:26.951Z Downloaded typify v0.4.3
12062026-03-26T04:12:26.951Z Downloaded nom v7.1.3
12072026-03-26T04:12:26.951Z Downloaded rayon-core v1.13.0
12082026-03-26T04:12:26.951Z Downloaded rand v0.8.5
12092026-03-26T04:12:26.951Z Downloaded yansi v1.0.1
12102026-03-26T04:12:26.951Z Downloaded typed-path v0.9.3
12112026-03-26T04:12:26.951Z Downloaded pest_meta v2.8.6
12122026-03-26T04:12:26.951Z Downloaded pest v2.8.6
12132026-03-26T04:12:26.951Z Downloaded heapless v0.8.0
12142026-03-26T04:12:26.951Z Downloaded expectorate v1.2.0
12152026-03-26T04:12:26.951Z Downloaded toml v0.9.12+spec-1.1.0
12162026-03-26T04:12:26.951Z Downloaded nom v8.0.0
12172026-03-26T04:12:26.951Z Downloaded unsafe-libyaml v0.2.11
12182026-03-26T04:12:26.951Z Downloaded aws-lc-rs v1.16.2
12192026-03-26T04:12:26.951Z Downloaded iddqd v0.3.17
12202026-03-26T04:12:26.951Z Downloaded zerotrie v0.2.3
12212026-03-26T04:12:26.951Z Downloaded tough v0.20.0
12222026-03-26T04:12:26.951Z Downloaded rand v0.10.0
12232026-03-26T04:12:26.952Z Downloaded blake3 v1.8.3
12242026-03-26T04:12:26.952Z Downloaded proptest v1.11.0
12252026-03-26T04:12:26.952Z Downloaded serde_with v3.18.0
12262026-03-26T04:12:26.952Z Downloaded scc v2.4.0
12272026-03-26T04:12:26.952Z Downloaded tabled v0.15.0
12282026-03-26T04:12:26.952Z Downloaded libm v0.2.16
12292026-03-26T04:12:26.952Z Downloaded reqwest v0.13.2
12302026-03-26T04:12:26.952Z Downloaded time v0.3.47
12312026-03-26T04:12:26.952Z Downloaded hkdf v0.12.4
12322026-03-26T04:12:26.952Z Downloaded zerovec v0.11.5
12332026-03-26T04:12:26.952Z Downloaded rayon v1.11.0
12342026-03-26T04:12:26.952Z Downloaded syn v1.0.109
12352026-03-26T04:12:26.952Z Downloaded icu_properties_data v2.1.2
12362026-03-26T04:12:26.952Z Downloaded zerocopy v0.7.35
12372026-03-26T04:12:26.952Z Downloaded goblin v0.8.2
12382026-03-26T04:12:26.952Z Downloaded smoltcp v0.11.0
12392026-03-26T04:12:26.952Z Downloaded winnow v0.5.40
12402026-03-26T04:12:26.952Z Downloaded rustls v0.22.4
12412026-03-26T04:12:26.952Z Downloaded regress v0.10.5
12422026-03-26T04:12:26.952Z Downloaded rustls-webpki v0.102.8
12432026-03-26T04:12:26.952Z Downloaded openapiv3 v2.2.0
12442026-03-26T04:12:26.952Z Downloaded goblin v0.10.5
12452026-03-26T04:12:26.952Z Downloaded dropshot v0.16.7
12462026-03-26T04:12:26.952Z Downloaded tabled v0.20.0
12472026-03-26T04:12:26.952Z Downloaded dropshot v0.17.0
12482026-03-26T04:12:26.952Z Downloaded moka v0.12.15
12492026-03-26T04:12:26.952Z Downloaded typify-impl v0.6.1
12502026-03-26T04:12:26.952Z Downloaded typify-impl v0.4.3
12512026-03-26T04:12:26.952Z Downloaded nix v0.31.2
12522026-03-26T04:12:26.952Z Downloaded rhai v1.24.0
12532026-03-26T04:12:26.952Z Downloaded hickory-proto v0.24.4
12542026-03-26T04:12:26.952Z Downloaded hickory-proto v0.25.2
12552026-03-26T04:12:26.952Z Downloaded csv v1.4.0
12562026-03-26T04:12:26.952Z Downloaded sled v0.34.7
12572026-03-26T04:12:26.952Z Downloaded chrono-tz v0.10.4
12582026-03-26T04:12:26.952Z Downloaded petgraph v0.6.5
12592026-03-26T04:12:26.952Z Downloaded lzma-sys v0.1.20
12602026-03-26T04:12:26.952Z Downloaded jiff v0.2.23
12612026-03-26T04:12:26.952Z Downloaded encoding_rs v0.8.35
12622026-03-26T04:12:26.952Z Downloaded sha3 v0.10.8
12632026-03-26T04:12:27.408Z Downloaded aws-lc-sys v0.39.0
12642026-03-26T04:12:28.327Z Compiling proc-macro2 v1.0.106
12652026-03-26T04:12:28.327Z Compiling quote v1.0.45
12662026-03-26T04:12:28.327Z Compiling unicode-ident v1.0.24
12672026-03-26T04:12:28.327Z Compiling serde_core v1.0.228
12682026-03-26T04:12:28.327Z Compiling cfg-if v1.0.4
12692026-03-26T04:12:28.330Z Compiling serde v1.0.228
12702026-03-26T04:12:28.330Z Compiling libc v0.2.183
12712026-03-26T04:12:28.330Z Compiling memchr v2.8.0
12722026-03-26T04:12:28.540Z Compiling itoa v1.0.18
12732026-03-26T04:12:28.729Z Compiling smallvec v1.15.1
12742026-03-26T04:12:28.738Z Compiling zmij v1.0.21
12752026-03-26T04:12:28.806Z Compiling serde_json v1.0.149
12762026-03-26T04:12:28.929Z Compiling autocfg v1.5.0
12772026-03-26T04:12:29.046Z Compiling libm v0.2.16
12782026-03-26T04:12:29.115Z Compiling version_check v0.9.5
12792026-03-26T04:12:29.233Z Compiling stable_deref_trait v1.2.1
12802026-03-26T04:12:29.277Z Compiling pin-project-lite v0.2.17
12812026-03-26T04:12:29.309Z Compiling writeable v0.6.2
12822026-03-26T04:12:29.319Z Compiling litemap v0.8.1
12832026-03-26T04:12:29.338Z Compiling percent-encoding v2.3.2
12842026-03-26T04:12:29.378Z Compiling icu_normalizer_data v2.1.1
12852026-03-26T04:12:29.393Z Compiling icu_properties_data v2.1.2
12862026-03-26T04:12:29.497Z Compiling iana-time-zone v0.1.65
12872026-03-26T04:12:29.527Z Compiling equivalent v1.0.2
12882026-03-26T04:12:29.667Z Compiling parking_lot_core v0.9.12
12892026-03-26T04:12:29.744Z Compiling syn v2.0.117
12902026-03-26T04:12:29.787Z Compiling scopeguard v1.2.0
12912026-03-26T04:12:29.806Z Compiling form_urlencoded v1.2.2
12922026-03-26T04:12:29.817Z Compiling foldhash v0.2.0
12932026-03-26T04:12:29.833Z Compiling utf8_iter v1.0.4
12942026-03-26T04:12:29.890Z Compiling lock_api v0.4.14
12952026-03-26T04:12:29.936Z Compiling allocator-api2 v0.2.21
12962026-03-26T04:12:29.977Z Compiling dyn-clone v1.0.20
12972026-03-26T04:12:29.987Z Compiling num-traits v0.2.19
12982026-03-26T04:12:30.047Z Compiling jobserver v0.1.34
12992026-03-26T04:12:30.115Z Compiling shlex v1.3.0
13002026-03-26T04:12:30.118Z Compiling find-msvc-tools v0.1.9
13012026-03-26T04:12:30.255Z Compiling hashbrown v0.16.1
13022026-03-26T04:12:30.309Z Compiling cc v1.2.57
13032026-03-26T04:12:30.345Z Compiling log v0.4.29
13042026-03-26T04:12:30.362Z Compiling errno v0.3.14
13052026-03-26T04:12:30.523Z Compiling semver v1.0.27
13062026-03-26T04:12:30.642Z Compiling getrandom v0.4.2
13072026-03-26T04:12:30.754Z Compiling futures-core v0.3.32
13082026-03-26T04:12:30.903Z Compiling rand_core v0.10.0
13092026-03-26T04:12:30.914Z Compiling thiserror v2.0.18
13102026-03-26T04:12:30.917Z Compiling indexmap v2.13.0
13112026-03-26T04:12:30.942Z Compiling zerocopy v0.8.47
13122026-03-26T04:12:31.067Z Compiling heck v0.5.0
13132026-03-26T04:12:31.244Z Compiling futures-sink v0.3.32
13142026-03-26T04:12:31.326Z Compiling fnv v1.0.7
13152026-03-26T04:12:31.349Z Compiling slab v0.4.12
13162026-03-26T04:12:31.379Z Compiling uuid v1.22.0
13172026-03-26T04:12:31.423Z Compiling futures-channel v0.3.32
13182026-03-26T04:12:31.460Z Compiling rustversion v1.0.22
13192026-03-26T04:12:31.528Z Compiling typenum v1.19.0
13202026-03-26T04:12:31.578Z Compiling futures-task v0.3.32
13212026-03-26T04:12:31.653Z Compiling schemars v0.8.22
13222026-03-26T04:12:31.664Z Compiling futures-io v0.3.32
13232026-03-26T04:12:31.754Z Compiling socket2 v0.6.3
13242026-03-26T04:12:31.810Z Compiling getrandom v0.2.17
13252026-03-26T04:12:31.829Z Compiling portable-atomic v1.13.1
13262026-03-26T04:12:31.916Z Compiling signal-hook-registry v1.4.8
13272026-03-26T04:12:32.005Z Compiling parking_lot v0.12.5
13282026-03-26T04:12:32.072Z Compiling mio v1.1.1
13292026-03-26T04:12:32.222Z Compiling bitflags v2.11.0
13302026-03-26T04:12:32.236Z Compiling critical-section v1.2.0
13312026-03-26T04:12:32.343Z Compiling subtle v2.6.1
13322026-03-26T04:12:32.410Z Compiling untrusted v0.9.0
13332026-03-26T04:12:32.437Z Compiling base64 v0.22.1
13342026-03-26T04:12:32.467Z Compiling byteorder v1.5.0
13352026-03-26T04:12:32.500Z Compiling rand_core v0.6.4
13362026-03-26T04:12:32.516Z Compiling cmake v0.1.57
13372026-03-26T04:12:32.534Z Compiling fs_extra v1.3.0
13382026-03-26T04:12:32.612Z Compiling synstructure v0.13.2
13392026-03-26T04:12:32.696Z Compiling serde_derive_internals v0.29.1
13402026-03-26T04:12:32.740Z Compiling once_cell v1.21.4
13412026-03-26T04:12:32.781Z Compiling dunce v1.0.5
13422026-03-26T04:12:32.801Z Compiling strsim v0.11.1
13432026-03-26T04:12:32.845Z Compiling regex-syntax v0.8.10
13442026-03-26T04:12:32.861Z Compiling ipnet v2.12.0
13452026-03-26T04:12:32.875Z Compiling aws-lc-sys v0.39.0
13462026-03-26T04:12:32.957Z Compiling httparse v1.10.1
13472026-03-26T04:12:33.143Z Compiling atomic-waker v1.1.2
13482026-03-26T04:12:33.210Z Compiling rustix v1.1.4
13492026-03-26T04:12:33.278Z Compiling slog v2.8.2
13502026-03-26T04:12:33.355Z Compiling generic-array v0.14.7
13512026-03-26T04:12:33.420Z Compiling thiserror v1.0.69
13522026-03-26T04:12:33.483Z Compiling tower-layer v0.3.3
13532026-03-26T04:12:33.498Z Compiling tower-service v0.3.3
13542026-03-26T04:12:33.575Z Compiling ucd-trie v0.1.7
13552026-03-26T04:12:33.654Z Compiling try-lock v0.2.5
13562026-03-26T04:12:33.757Z Compiling pest v2.8.6
13572026-03-26T04:12:33.772Z Compiling want v0.3.1
13582026-03-26T04:12:33.862Z Compiling serde_derive v1.0.228
13592026-03-26T04:12:33.882Z Compiling zerofrom-derive v0.1.6
13602026-03-26T04:12:33.905Z Compiling yoke-derive v0.8.1
13612026-03-26T04:12:33.934Z Compiling zerovec-derive v0.11.2
13622026-03-26T04:12:33.952Z Compiling displaydoc v0.2.5
13632026-03-26T04:12:34.688Z Compiling tokio-macros v2.6.1
13642026-03-26T04:12:34.916Z Compiling schemars_derive v0.8.22
13652026-03-26T04:12:34.996Z Compiling thiserror-impl v2.0.18
13662026-03-26T04:12:35.011Z Compiling zerocopy-derive v0.8.47
13672026-03-26T04:12:35.062Z Compiling zerofrom v0.1.6
13682026-03-26T04:12:35.185Z Compiling yoke v0.8.1
13692026-03-26T04:12:35.368Z Compiling zerovec v0.11.5
13702026-03-26T04:12:35.450Z Compiling zerotrie v0.2.3
13712026-03-26T04:12:35.479Z Compiling zeroize_derive v1.4.3
13722026-03-26T04:12:35.794Z Compiling futures-macro v0.3.32
13732026-03-26T04:12:35.887Z Compiling tinystr v0.8.2
13742026-03-26T04:12:36.092Z Compiling icu_locale_core v2.1.1
13752026-03-26T04:12:36.126Z Compiling potential_utf v0.1.4
13762026-03-26T04:12:36.161Z Compiling zeroize v1.8.2
13772026-03-26T04:12:36.258Z Compiling icu_collections v2.1.1
13782026-03-26T04:12:36.360Z Compiling thiserror-impl v1.0.69
13792026-03-26T04:12:36.603Z Compiling futures-util v0.3.32
13802026-03-26T04:12:36.775Z Compiling icu_provider v2.1.1
13812026-03-26T04:12:36.885Z Compiling pest_meta v2.8.6
13822026-03-26T04:12:37.038Z Compiling bytes v1.11.1
13832026-03-26T04:12:37.076Z Compiling icu_properties v2.1.2
13842026-03-26T04:12:37.087Z Compiling icu_normalizer v2.1.1
13852026-03-26T04:12:37.511Z Compiling chrono v0.4.44
13862026-03-26T04:12:37.652Z Compiling http v1.4.0
13872026-03-26T04:12:37.663Z Compiling tokio v1.50.0
13882026-03-26T04:12:38.156Z Compiling idna_adapter v1.2.1
13892026-03-26T04:12:38.191Z Compiling serde_tokenstream v0.2.3
13902026-03-26T04:12:38.290Z Compiling idna v1.1.0
13912026-03-26T04:12:38.470Z Compiling http-body v1.0.1
13922026-03-26T04:12:38.610Z Compiling url v2.5.8
13932026-03-26T04:12:38.623Z Compiling erased-serde v0.3.31
13942026-03-26T04:12:38.979Z Compiling getrandom v0.3.4
13952026-03-26T04:12:39.002Z Compiling httpdate v1.0.3
13962026-03-26T04:12:39.236Z Compiling ppv-lite86 v0.2.21
13972026-03-26T04:12:39.302Z Compiling pin-utils v0.1.0
13982026-03-26T04:12:39.329Z Compiling ryu v1.0.23
13992026-03-26T04:12:39.385Z Compiling pest_generator v2.8.6
14002026-03-26T04:12:39.459Z Compiling pretty-hex v0.4.2
14012026-03-26T04:12:39.470Z Compiling plain v0.2.3
14022026-03-26T04:12:39.510Z Compiling paste v1.0.15
14032026-03-26T04:12:39.551Z Compiling crypto-common v0.1.7
14042026-03-26T04:12:39.570Z Compiling omicron-workspace-hack v0.1.0
14052026-03-26T04:12:39.589Z Compiling ident_case v1.0.1
14062026-03-26T04:12:39.680Z Compiling tracing-attributes v0.1.31
14072026-03-26T04:12:39.708Z Compiling tracing-core v0.1.36
14082026-03-26T04:12:39.861Z Compiling serde_urlencoded v0.7.1
14092026-03-26T04:12:39.988Z Compiling pest_derive v2.8.6
14102026-03-26T04:12:40.102Z Compiling http-body-util v0.1.3
14112026-03-26T04:12:40.304Z Compiling ipnetwork v0.21.1
14122026-03-26T04:12:40.307Z Compiling daft-derive v0.1.5
14132026-03-26T04:12:40.340Z Compiling sync_wrapper v1.0.2
14142026-03-26T04:12:40.446Z Compiling fastrand v2.3.0
14152026-03-26T04:12:40.529Z Compiling aho-corasick v1.1.4
14162026-03-26T04:12:40.567Z Compiling winnow v1.0.0
14172026-03-26T04:12:40.769Z Compiling rustls-pki-types v1.14.0
14182026-03-26T04:12:40.787Z Compiling async-trait v0.1.89
14192026-03-26T04:12:40.938Z Compiling tracing v0.1.44
14202026-03-26T04:12:41.109Z Compiling ring v0.17.14
14212026-03-26T04:12:41.256Z Compiling anyhow v1.0.102
14222026-03-26T04:12:41.401Z Compiling regex-automata v0.4.14
14232026-03-26T04:12:41.573Z Compiling cpufeatures v0.2.17
14242026-03-26T04:12:41.615Z Compiling powerfmt v0.2.0
14252026-03-26T04:12:41.643Z Compiling time-core v0.1.8
14262026-03-26T04:12:41.661Z Compiling iri-string v0.7.11
14272026-03-26T04:12:41.771Z Compiling num-conv v0.2.0
14282026-03-26T04:12:41.789Z Compiling deranged v0.5.8
14292026-03-26T04:12:41.902Z Compiling time-macros v0.2.27
14302026-03-26T04:12:42.356Z Compiling block-buffer v0.10.4
14312026-03-26T04:12:42.505Z Compiling scroll_derive v0.13.1
14322026-03-26T04:12:42.736Z Compiling hex v0.4.3
14332026-03-26T04:12:42.846Z Compiling num_threads v0.1.7
14342026-03-26T04:12:42.943Z Compiling digest v0.10.7
14352026-03-26T04:12:43.153Z Compiling regex v1.12.3
14362026-03-26T04:12:43.304Z Compiling scroll v0.13.0
14372026-03-26T04:12:43.566Z Compiling tokio-util v0.7.18
14382026-03-26T04:12:43.583Z Compiling oxnet v0.1.4
14392026-03-26T04:12:43.647Z Compiling camino v1.2.2
14402026-03-26T04:12:43.996Z Compiling goblin v0.10.5
14412026-03-26T04:12:44.118Z Compiling usdt-impl v0.6.0
14422026-03-26T04:12:44.129Z Compiling openssl-probe v0.2.1
14432026-03-26T04:12:44.313Z Compiling dtrace-parser v0.3.0
14442026-03-26T04:12:44.676Z Compiling crossbeam-utils v0.8.21
14452026-03-26T04:12:44.780Z Compiling h2 v0.4.13
14462026-03-26T04:12:45.157Z Compiling futures-executor v0.3.32
14472026-03-26T04:12:45.167Z Compiling openapiv3 v2.2.0
14482026-03-26T04:12:45.178Z Compiling structmeta-derive v0.3.0
14492026-03-26T04:12:45.429Z Compiling regress v0.10.5
14502026-03-26T04:12:45.766Z Compiling thread-id v5.1.0
14512026-03-26T04:12:45.851Z Compiling rustls v0.22.4
14522026-03-26T04:12:46.073Z Compiling syn v1.0.109
14532026-03-26T04:12:46.286Z Compiling structmeta v0.3.0
14542026-03-26T04:12:46.475Z Compiling futures v0.3.32
14552026-03-26T04:12:46.493Z Compiling rand_core v0.9.5
14562026-03-26T04:12:46.711Z Compiling dof v0.4.0
14572026-03-26T04:12:46.967Z Compiling hyper v1.8.1
14582026-03-26T04:12:47.076Z Compiling darling_core v0.23.0
14592026-03-26T04:12:48.072Z Compiling newtype-uuid-macros v0.1.0
14602026-03-26T04:12:48.162Z Compiling thread_local v1.1.9
14612026-03-26T04:12:48.438Z Compiling aws-lc-rs v1.16.2
14622026-03-26T04:12:48.586Z Compiling match_cfg v0.1.0
14632026-03-26T04:12:48.655Z Compiling winnow v0.7.15
14642026-03-26T04:12:48.717Z Compiling hyper-util v0.1.20
14652026-03-26T04:12:48.875Z Compiling newtype-uuid v1.3.2
14662026-03-26T04:12:48.878Z Compiling ref-cast v1.0.25
14672026-03-26T04:12:49.172Z Compiling darling_macro v0.23.0
14682026-03-26T04:12:49.194Z Compiling slog-async v2.8.0
14692026-03-26T04:12:49.214Z Compiling quick-error v1.2.3
14702026-03-26T04:12:49.314Z Compiling daft v0.1.5
14712026-03-26T04:12:49.330Z Compiling usdt-attr-macro v0.6.0
14722026-03-26T04:12:49.510Z Compiling usdt-macro v0.6.0
14732026-03-26T04:12:49.570Z Compiling rand_chacha v0.9.0
14742026-03-26T04:12:49.731Z Compiling darling v0.23.0
14752026-03-26T04:12:49.811Z Compiling ref-cast-impl v1.0.25
14762026-03-26T04:12:50.005Z Compiling strum_macros v0.26.4
14772026-03-26T04:12:50.139Z Compiling toml_datetime v0.7.5+spec-1.1.0
14782026-03-26T04:12:50.393Z Compiling serde_spanned v1.1.0
14792026-03-26T04:12:50.414Z Compiling multer v3.1.0
14802026-03-26T04:12:50.445Z Compiling toml_writer v1.1.0+spec-1.1.0
14812026-03-26T04:12:50.508Z Compiling untrusted v0.7.1
14822026-03-26T04:12:50.538Z Compiling term v1.2.1
14832026-03-26T04:12:50.671Z Compiling debug-ignore v1.0.5
14842026-03-26T04:12:50.674Z Compiling take_mut v0.2.2
14852026-03-26T04:12:50.691Z Compiling bit-vec v0.8.0
14862026-03-26T04:12:50.782Z Compiling serde_with_macros v3.18.0
14872026-03-26T04:12:50.785Z Compiling rand v0.9.2
14882026-03-26T04:12:50.872Z Compiling bit-set v0.8.0
14892026-03-26T04:12:51.036Z Compiling async-stream-impl v0.3.6
14902026-03-26T04:12:51.310Z Compiling dropshot v0.16.7
14912026-03-26T04:12:51.395Z Compiling encoding_rs v0.8.35
14922026-03-26T04:12:51.521Z Compiling spin v0.9.8
14932026-03-26T04:12:51.640Z Compiling mime v0.3.17
14942026-03-26T04:12:51.650Z Compiling strum v0.26.3
14952026-03-26T04:12:51.669Z Compiling unarray v0.1.4
14962026-03-26T04:12:51.777Z Compiling rustls v0.23.37
14972026-03-26T04:12:51.918Z Compiling async-stream v0.3.6
14982026-03-26T04:12:51.989Z Compiling derive-ex v0.1.8
14992026-03-26T04:12:52.041Z Compiling dropshot_endpoint v0.16.7
15002026-03-26T04:12:52.098Z Compiling macaddr v1.0.1
15012026-03-26T04:12:52.134Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15022026-03-26T04:12:52.325Z Compiling waitgroup v0.1.2
15032026-03-26T04:12:52.466Z Compiling serde_path_to_error v0.1.20
15042026-03-26T04:12:52.598Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15052026-03-26T04:12:52.729Z Compiling tempfile v3.27.0
15062026-03-26T04:12:52.824Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15072026-03-26T04:12:52.898Z Compiling tower v0.5.3
15082026-03-26T04:12:53.004Z Compiling strum_macros v0.27.2
15092026-03-26T04:12:53.094Z Compiling instant v0.1.13
15102026-03-26T04:12:53.159Z Compiling time v0.3.47
15112026-03-26T04:12:53.386Z Compiling tower-http v0.6.8
15122026-03-26T04:12:53.545Z Compiling test-strategy v0.4.5
15132026-03-26T04:12:53.587Z Compiling rustc-hash v2.1.1
15142026-03-26T04:12:53.706Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15152026-03-26T04:12:53.806Z Compiling crossbeam-channel v0.5.15
15162026-03-26T04:12:54.787Z Compiling strum v0.27.2
15172026-03-26T04:12:54.878Z Compiling parse-display-derive v0.10.0
15182026-03-26T04:12:54.916Z Compiling rustls-native-certs v0.8.3
15192026-03-26T04:12:55.004Z Compiling backon v1.6.0
15202026-03-26T04:12:55.213Z Compiling rustls-webpki v0.102.8
15212026-03-26T04:12:55.304Z Compiling rand_chacha v0.3.1
15222026-03-26T04:12:56.132Z Compiling rand v0.8.5
15232026-03-26T04:12:56.173Z Compiling slog-json v2.6.1
15242026-03-26T04:12:56.360Z Compiling hostname v0.3.1
15252026-03-26T04:12:56.383Z Compiling toml_parser v1.1.0+spec-1.1.0
15262026-03-26T04:12:56.502Z Compiling wait-timeout v0.2.1
15272026-03-26T04:12:56.549Z Compiling memmap2 v0.9.10
15282026-03-26T04:12:56.772Z Compiling is-terminal v0.4.17
15292026-03-26T04:12:56.806Z Compiling either v1.15.0
15302026-03-26T04:12:56.865Z Compiling slog-term v2.9.2
15312026-03-26T04:12:56.953Z Compiling toml v0.9.12+spec-1.1.0
15322026-03-26T04:12:57.012Z Compiling usdt v0.6.0
15332026-03-26T04:12:57.076Z Compiling rusty-fork v0.3.1
15342026-03-26T04:12:57.285Z Compiling slog-bunyan v2.5.0
15352026-03-26T04:12:57.466Z Compiling serde_with v3.18.0
15362026-03-26T04:12:57.789Z Compiling tokio-rustls v0.25.0
15372026-03-26T04:12:57.884Z Compiling rand_xorshift v0.4.0
15382026-03-26T04:12:57.973Z Compiling sha1 v0.10.6
15392026-03-26T04:12:58.012Z Compiling rustls-pemfile v2.2.0
15402026-03-26T04:12:58.032Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15412026-03-26T04:12:58.200Z Compiling hostname v0.4.2
15422026-03-26T04:12:58.216Z Compiling proptest v1.11.0
15432026-03-26T04:12:59.172Z Compiling iddqd v0.3.17
15442026-03-26T04:12:59.199Z Compiling itertools v0.14.0
15452026-03-26T04:12:59.230Z Compiling reqwest v0.12.28
15462026-03-26T04:12:59.820Z Compiling utf8parse v0.2.2
15472026-03-26T04:12:59.901Z Compiling anstyle-parse v1.0.0
15482026-03-26T04:13:00.091Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15492026-03-26T04:13:00.272Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15502026-03-26T04:13:00.437Z Compiling toml_datetime v0.6.11
15512026-03-26T04:13:00.763Z Compiling anstyle-query v1.1.5
15522026-03-26T04:13:00.851Z Compiling anstyle v1.0.14
15532026-03-26T04:13:00.962Z Compiling is_terminal_polyfill v1.70.2
15542026-03-26T04:13:01.058Z Compiling colorchoice v1.0.5
15552026-03-26T04:13:01.178Z Compiling anstream v1.0.0
15562026-03-26T04:13:01.211Z Compiling progenitor-client v0.10.0
15572026-03-26T04:13:01.493Z Compiling parse-display v0.10.0
15582026-03-26T04:13:01.741Z Compiling backoff v0.4.0
15592026-03-26T04:13:01.840Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15602026-03-26T04:13:01.896Z Compiling clap_lex v1.1.0
15612026-03-26T04:13:02.147Z Compiling clap_derive v4.6.0
15622026-03-26T04:13:02.503Z Compiling unicode-width v0.2.2
15632026-03-26T04:13:02.762Z Compiling terminal_size v0.4.4
15642026-03-26T04:13:02.785Z Compiling darling_core v0.21.3
15652026-03-26T04:13:02.824Z Compiling zerocopy-derive v0.7.35
15662026-03-26T04:13:03.657Z Compiling crossbeam-epoch v0.9.18
15672026-03-26T04:13:03.680Z Compiling zerocopy v0.7.35
15682026-03-26T04:13:04.432Z Compiling clap_builder v4.6.0
15692026-03-26T04:13:04.869Z Compiling darling_macro v0.21.3
15702026-03-26T04:13:04.873Z Compiling proc-macro-error-attr v1.0.4
15712026-03-26T04:13:04.890Z Compiling convert_case v0.4.0
15722026-03-26T04:13:05.093Z Compiling tinyvec_macros v0.1.1
15732026-03-26T04:13:05.182Z Compiling toml_datetime v1.1.0+spec-1.1.0
15742026-03-26T04:13:05.268Z Compiling heapless v0.8.0
15752026-03-26T04:13:05.407Z Compiling toml_edit v0.25.8+spec-1.1.0
15762026-03-26T04:13:05.428Z Compiling derive_more v0.99.20
15772026-03-26T04:13:05.438Z Compiling darling v0.21.3
15782026-03-26T04:13:05.517Z Compiling ingot-macros v0.1.1
15792026-03-26T04:13:05.807Z Compiling tinyvec v1.11.0
15802026-03-26T04:13:06.151Z Compiling clap v4.6.0
15812026-03-26T04:13:06.757Z Compiling dtrace-parser v0.2.0
15822026-03-26T04:13:06.930Z Compiling secrecy v0.10.3
15832026-03-26T04:13:07.090Z Compiling scroll_derive v0.12.1
15842026-03-26T04:13:07.620Z Compiling hash32 v0.3.1
15852026-03-26T04:13:07.663Z Compiling proc-macro-error v1.0.4
15862026-03-26T04:13:07.741Z Compiling usdt-impl v0.5.0
15872026-03-26T04:13:07.771Z Compiling winnow v0.5.40
15882026-03-26T04:13:07.784Z Compiling crucible-workspace-hack v0.1.0
15892026-03-26T04:13:07.881Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15902026-03-26T04:13:07.986Z Compiling smoltcp v0.11.0
15912026-03-26T04:13:08.106Z Compiling scroll v0.12.0
15922026-03-26T04:13:08.271Z Compiling ingot-types v0.1.2
15932026-03-26T04:13:08.324Z Compiling proc-macro-crate v3.5.0
15942026-03-26T04:13:08.685Z Compiling dof v0.3.0
15952026-03-26T04:13:08.966Z Compiling typify-impl v0.6.1
15962026-03-26T04:13:09.007Z Compiling serde_spanned v0.6.9
15972026-03-26T04:13:09.026Z Compiling toml_edit v0.19.15
15982026-03-26T04:13:09.041Z Compiling cobs v0.3.0
15992026-03-26T04:13:09.151Z Compiling memoffset v0.9.1
16002026-03-26T04:13:09.172Z Compiling thread-id v4.2.2
16012026-03-26T04:13:09.192Z Compiling managed v0.8.0
16022026-03-26T04:13:09.232Z Compiling cfg_aliases v0.2.1
16032026-03-26T04:13:09.247Z Compiling bitflags v1.3.2
16042026-03-26T04:13:09.300Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16052026-03-26T04:13:09.318Z Compiling toml_write v0.1.2
16062026-03-26T04:13:09.448Z Compiling nix v0.31.2
16072026-03-26T04:13:09.472Z Compiling toml_edit v0.22.27
16082026-03-26T04:13:09.827Z Compiling postcard v1.1.3
16092026-03-26T04:13:10.354Z Compiling proc-macro-crate v1.3.1
16102026-03-26T04:13:10.688Z Compiling num_enum_derive v0.7.6
16112026-03-26T04:13:10.848Z Compiling ingot v0.1.1
16122026-03-26T04:13:11.055Z Compiling goblin v0.8.2
16132026-03-26T04:13:11.716Z Compiling tabwriter v1.4.1
16142026-03-26T04:13:11.864Z Compiling foreign-types-macros v0.2.3
16152026-03-26T04:13:11.953Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16162026-03-26T04:13:12.249Z Compiling num-integer v0.1.46
16172026-03-26T04:13:12.496Z Compiling rustc_version v0.4.1
16182026-03-26T04:13:12.571Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16192026-03-26T04:13:12.788Z Compiling heck v0.4.1
16202026-03-26T04:13:12.800Z Compiling foreign-types-shared v0.3.1
16212026-03-26T04:13:12.891Z Compiling cpufeatures v0.3.0
16222026-03-26T04:13:12.926Z Compiling rayon-core v1.13.0
16232026-03-26T04:13:12.963Z Compiling float-ord v0.3.2
16242026-03-26T04:13:12.976Z Compiling chacha20 v0.10.0
16252026-03-26T04:13:13.086Z Compiling foreign-types v0.5.0
16262026-03-26T04:13:13.188Z Compiling curve25519-dalek v4.1.3
16272026-03-26T04:13:13.466Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16282026-03-26T04:13:13.715Z Compiling num_enum v0.7.6
16292026-03-26T04:13:13.835Z Compiling num_enum_derive v0.5.11
16302026-03-26T04:13:14.067Z Compiling toml v0.8.23
16312026-03-26T04:13:15.131Z Compiling crossbeam-deque v0.8.6
16322026-03-26T04:13:15.220Z Compiling typify-macro v0.6.1
16332026-03-26T04:13:15.512Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16342026-03-26T04:13:15.860Z Compiling hmac v0.12.1
16352026-03-26T04:13:16.007Z Compiling rustls-webpki v0.103.10
16362026-03-26T04:13:16.277Z Compiling inout v0.1.4
16372026-03-26T04:13:16.435Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16382026-03-26T04:13:16.963Z Compiling ff v0.13.1
16392026-03-26T04:13:17.098Z Compiling cstr-argument v0.1.2
16402026-03-26T04:13:17.137Z Compiling colored v3.1.1
16412026-03-26T04:13:17.228Z Compiling prettyplease v0.2.37
16422026-03-26T04:13:17.250Z Compiling rustix v0.38.44
16432026-03-26T04:13:17.367Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16442026-03-26T04:13:17.474Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16452026-03-26T04:13:17.680Z Compiling group v0.13.0
16462026-03-26T04:13:17.734Z Compiling cipher v0.4.4
16472026-03-26T04:13:17.948Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16482026-03-26T04:13:18.068Z Compiling hkdf v0.12.4
16492026-03-26T04:13:18.394Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16502026-03-26T04:13:18.527Z Compiling num_enum v0.5.11
16512026-03-26T04:13:18.635Z Compiling rand v0.10.0
16522026-03-26T04:13:18.646Z Compiling num-iter v0.1.45
16532026-03-26T04:13:18.661Z Compiling num-rational v0.4.2
16542026-03-26T04:13:18.762Z Compiling usdt-macro v0.5.0
16552026-03-26T04:13:18.965Z Compiling usdt-attr-macro v0.5.0
16562026-03-26T04:13:19.539Z Compiling tokio-rustls v0.26.4
16572026-03-26T04:13:19.801Z Compiling hyper-rustls v0.27.7
16582026-03-26T04:13:19.812Z Compiling rustls-platform-verifier v0.6.2
16592026-03-26T04:13:20.047Z Compiling reqwest v0.13.2
16602026-03-26T04:13:20.386Z Compiling camino-tempfile v1.4.1
16612026-03-26T04:13:20.444Z Compiling thiserror-impl-no-std v2.0.2
16622026-03-26T04:13:21.184Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16632026-03-26T04:13:21.370Z Compiling progenitor-client v0.13.0
16642026-03-26T04:13:21.550Z Compiling universal-hash v0.5.1
16652026-03-26T04:13:21.620Z Compiling progenitor-extras v0.1.1
16662026-03-26T04:13:21.681Z Compiling half v2.7.1
16672026-03-26T04:13:21.867Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16682026-03-26T04:13:21.983Z Compiling crypto-bigint v0.5.5
16692026-03-26T04:13:22.002Z Compiling curve25519-dalek-derive v0.1.1
16702026-03-26T04:13:22.162Z Compiling enum-as-inner v0.6.1
16712026-03-26T04:13:22.691Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16722026-03-26T04:13:22.747Z Compiling num-complex v0.4.6
16732026-03-26T04:13:22.759Z Compiling memmap v0.7.0
16742026-03-26T04:13:22.952Z Compiling opaque-debug v0.3.1
16752026-03-26T04:13:22.974Z Compiling base64ct v1.8.3
16762026-03-26T04:13:23.025Z Compiling data-encoding v2.10.0
16772026-03-26T04:13:23.134Z Compiling ciborium-io v0.2.2
16782026-03-26T04:13:23.145Z Compiling base16ct v0.2.0
16792026-03-26T04:13:23.233Z Compiling ciborium-ll v0.2.2
16802026-03-26T04:13:23.285Z Compiling elliptic-curve v0.13.8
16812026-03-26T04:13:23.311Z Compiling password-hash v0.5.0
16822026-03-26T04:13:23.454Z Compiling num v0.4.3
16832026-03-26T04:13:23.531Z Compiling poly1305 v0.8.0
16842026-03-26T04:13:23.613Z Compiling usdt v0.5.0
16852026-03-26T04:13:23.897Z Compiling thiserror-no-std v2.0.2
16862026-03-26T04:13:23.989Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16872026-03-26T04:13:24.095Z Compiling rayon v1.11.0
16882026-03-26T04:13:24.362Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16892026-03-26T04:13:24.365Z Compiling chacha20 v0.9.1
16902026-03-26T04:13:24.589Z Compiling typify v0.6.1
16912026-03-26T04:13:25.025Z Compiling zone_cfg_derive v0.3.1
16922026-03-26T04:13:25.311Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16932026-03-26T04:13:25.404Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16942026-03-26T04:13:25.625Z Compiling itertools v0.12.1
16952026-03-26T04:13:25.636Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16962026-03-26T04:13:25.862Z Compiling blake2 v0.10.6
16972026-03-26T04:13:25.872Z Compiling byte-wrapper v0.1.0
16982026-03-26T04:13:25.883Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16992026-03-26T04:13:26.212Z Compiling aead v0.5.2
17002026-03-26T04:13:26.223Z Compiling num-derive v0.4.2
17012026-03-26T04:13:26.239Z Compiling sigpipe v0.1.3
17022026-03-26T04:13:26.317Z Compiling glob v0.3.3
17032026-03-26T04:13:26.328Z Compiling jiff v0.2.23
17042026-03-26T04:13:26.373Z Compiling pkg-config v0.3.32
17052026-03-26T04:13:26.777Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17062026-03-26T04:13:26.826Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17072026-03-26T04:13:26.852Z Compiling unsafe-libyaml v0.2.11
17082026-03-26T04:13:27.048Z Compiling keccak v0.1.6
17092026-03-26T04:13:27.184Z Compiling vcpkg v0.2.15
17102026-03-26T04:13:27.294Z Compiling sha3 v0.10.8
17112026-03-26T04:13:27.310Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17122026-03-26T04:13:27.521Z Compiling serde_yaml v0.9.34+deprecated
17132026-03-26T04:13:27.702Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17142026-03-26T04:13:27.730Z Compiling zone v0.3.1
17152026-03-26T04:13:27.742Z Compiling openssl-sys v0.9.112
17162026-03-26T04:13:28.272Z Compiling chacha20poly1305 v0.10.1
17172026-03-26T04:13:28.487Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17182026-03-26T04:13:28.803Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17192026-03-26T04:13:29.039Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17202026-03-26T04:13:29.051Z Compiling argon2 v0.5.3
17212026-03-26T04:13:29.573Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17222026-03-26T04:13:29.827Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17232026-03-26T04:13:29.997Z Compiling progenitor-impl v0.13.0
17242026-03-26T04:13:30.476Z Compiling vsss-rs v3.3.4
17252026-03-26T04:13:31.055Z Compiling ciborium v0.2.2
17262026-03-26T04:13:31.066Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17272026-03-26T04:13:31.161Z Compiling hubpack_derive v0.1.1
17282026-03-26T04:13:31.186Z Compiling smf v0.2.3
17292026-03-26T04:13:31.219Z Compiling whoami v1.6.1
17302026-03-26T04:13:31.532Z Compiling resolv-conf v0.7.6
17312026-03-26T04:13:31.656Z Compiling semver v0.1.20
17322026-03-26T04:13:31.682Z Compiling indent_write v2.2.0
17332026-03-26T04:13:31.785Z Compiling linked-hash-map v0.5.6
17342026-03-26T04:13:31.820Z Compiling static_assertions v1.1.0
17352026-03-26T04:13:31.824Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17362026-03-26T04:13:31.895Z Compiling rustc_version v0.1.7
17372026-03-26T04:13:31.906Z Compiling hubpack v0.1.2
17382026-03-26T04:13:31.976Z Compiling lru-cache v0.1.2
17392026-03-26T04:13:32.081Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17402026-03-26T04:13:32.094Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17412026-03-26T04:13:32.184Z Compiling hickory-proto v0.24.4
17422026-03-26T04:13:32.397Z Compiling serde-big-array v0.5.1
17432026-03-26T04:13:32.546Z Compiling derive-where v1.6.1
17442026-03-26T04:13:33.626Z Compiling progenitor-macro v0.13.0
17452026-03-26T04:13:33.744Z Compiling serde_repr v0.1.20
17462026-03-26T04:13:33.806Z Compiling pin-project-internal v1.1.11
17472026-03-26T04:13:34.337Z Compiling siphasher v1.0.2
17482026-03-26T04:13:34.540Z Compiling minimal-lexical v0.2.1
17492026-03-26T04:13:34.809Z Compiling swrite v0.1.0
17502026-03-26T04:13:34.845Z Compiling unicode-segmentation v1.13.1
17512026-03-26T04:13:34.895Z Compiling pin-project v1.1.11
17522026-03-26T04:13:34.906Z Compiling nom v7.1.3
17532026-03-26T04:13:35.002Z Compiling phf_shared v0.12.1
17542026-03-26T04:13:35.185Z Compiling newline-converter v0.3.0
17552026-03-26T04:13:35.274Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17562026-03-26T04:13:35.305Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17572026-03-26T04:13:35.448Z Compiling hickory-resolver v0.24.4
17582026-03-26T04:13:35.762Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17592026-03-26T04:13:35.815Z Compiling newtype_derive v0.1.6
17602026-03-26T04:13:36.047Z Compiling atomicwrites v0.4.4
17612026-03-26T04:13:36.316Z Compiling unicode-normalization v0.1.25
17622026-03-26T04:13:36.727Z Compiling console v0.15.11
17632026-03-26T04:13:36.792Z Compiling tokio-stream v0.1.18
17642026-03-26T04:13:37.266Z Compiling snafu-derive v0.8.9
17652026-03-26T04:13:37.416Z Compiling async-recursion v1.1.1
17662026-03-26T04:13:37.478Z Compiling slog-dtrace v0.3.0
17672026-03-26T04:13:37.680Z Compiling bstr v1.12.1
17682026-03-26T04:13:37.713Z Compiling csv-core v0.1.13
17692026-03-26T04:13:37.985Z Compiling unicode-width v0.1.14
17702026-03-26T04:13:38.110Z Compiling owo-colors v4.3.0
17712026-03-26T04:13:38.156Z Compiling same-file v1.0.6
17722026-03-26T04:13:38.159Z Compiling foldhash v0.1.5
17732026-03-26T04:13:38.180Z Compiling unicode-xid v0.2.6
17742026-03-26T04:13:38.262Z Compiling similar v2.7.0
17752026-03-26T04:13:38.300Z Compiling foreign-types-shared v0.1.1
17762026-03-26T04:13:38.335Z Compiling chrono-tz v0.10.4
17772026-03-26T04:13:38.346Z Compiling highway v1.3.0
17782026-03-26T04:13:38.389Z Compiling cancel-safe-futures v0.1.5
17792026-03-26T04:13:38.438Z Compiling openssl v0.10.76
17802026-03-26T04:13:38.563Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17812026-03-26T04:13:38.645Z Compiling expectorate v1.2.0
17822026-03-26T04:13:38.727Z Compiling foreign-types v0.3.2
17832026-03-26T04:13:38.759Z Compiling const_format_proc_macros v0.2.34
17842026-03-26T04:13:38.794Z Compiling hashbrown v0.15.5
17852026-03-26T04:13:38.805Z Compiling walkdir v2.5.0
17862026-03-26T04:13:38.821Z Compiling progenitor v0.13.0
17872026-03-26T04:13:38.955Z Compiling globset v0.4.18
17882026-03-26T04:13:38.990Z Compiling snafu v0.8.9
17892026-03-26T04:13:39.161Z Compiling csv v1.4.0
17902026-03-26T04:13:39.210Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17912026-03-26T04:13:39.368Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17922026-03-26T04:13:39.371Z Compiling qorb v0.4.1
17932026-03-26T04:13:39.716Z Compiling olpc-cjson v0.1.4
17942026-03-26T04:13:39.785Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17952026-03-26T04:13:39.931Z Compiling phf v0.12.1
17962026-03-26T04:13:40.328Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17972026-03-26T04:13:40.432Z Compiling tokio-dtrace v0.1.1
17982026-03-26T04:13:40.682Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
17992026-03-26T04:13:40.736Z Compiling libsw-core v0.3.2
18002026-03-26T04:13:40.911Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18012026-03-26T04:13:41.073Z Compiling serde_plain v1.0.2
18022026-03-26T04:13:41.283Z Compiling openssl-macros v0.1.1
18032026-03-26T04:13:41.331Z Compiling pem v3.0.6
18042026-03-26T04:13:41.355Z Compiling cookie v0.18.1
18052026-03-26T04:13:41.475Z Compiling bytecount v0.6.9
18062026-03-26T04:13:41.506Z Compiling typed-path v0.9.3
18072026-03-26T04:13:41.582Z Compiling fixedbitset v0.5.7
18082026-03-26T04:13:41.621Z Compiling fixedbitset v0.4.2
18092026-03-26T04:13:41.705Z Compiling papergrid v0.11.0
18102026-03-26T04:13:41.721Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18112026-03-26T04:13:41.856Z Compiling petgraph v0.8.3
18122026-03-26T04:13:41.919Z Compiling petgraph v0.6.5
18132026-03-26T04:13:42.825Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18142026-03-26T04:13:42.947Z Compiling tough v0.20.0
18152026-03-26T04:13:43.399Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18162026-03-26T04:13:43.469Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18172026-03-26T04:13:43.615Z Compiling libsw v3.5.0
18182026-03-26T04:13:43.641Z Compiling oxide-tokio-rt v0.1.3
18192026-03-26T04:13:44.037Z Compiling const_format v0.2.35
18202026-03-26T04:13:44.370Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18212026-03-26T04:13:45.264Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18222026-03-26T04:13:46.366Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18232026-03-26T04:13:46.500Z Compiling gethostname v0.5.0
18242026-03-26T04:13:46.633Z Compiling tabled_derive v0.7.0
18252026-03-26T04:13:46.969Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18262026-03-26T04:13:47.033Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18272026-03-26T04:13:47.204Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18282026-03-26T04:13:47.266Z Compiling bcs v0.1.6
18292026-03-26T04:13:47.366Z Compiling tagptr v0.2.0
18302026-03-26T04:13:47.523Z Compiling termtree v0.5.1
18312026-03-26T04:13:47.583Z Compiling lazy_static v1.5.0
18322026-03-26T04:13:47.594Z Compiling smawk v0.3.2
18332026-03-26T04:13:47.670Z Compiling linear-map v1.2.0
18342026-03-26T04:13:47.680Z Compiling unicode-linebreak v0.1.5
18352026-03-26T04:13:47.689Z Compiling steno v0.4.1
18362026-03-26T04:13:47.729Z Compiling tabled v0.15.0
18372026-03-26T04:13:47.777Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18382026-03-26T04:13:47.858Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18392026-03-26T04:13:47.928Z Compiling textwrap v0.16.2
18402026-03-26T04:13:48.407Z Compiling moka v0.12.15
18412026-03-26T04:13:48.461Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18422026-03-26T04:13:48.765Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18432026-03-26T04:13:48.972Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18442026-03-26T04:13:49.200Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18452026-03-26T04:13:49.502Z Compiling hickory-proto v0.25.2
18462026-03-26T04:13:50.041Z Compiling humantime v2.3.0
18472026-03-26T04:13:50.325Z Compiling num-derive v0.3.3
18482026-03-26T04:13:50.407Z Compiling parking_lot_core v0.8.6
18492026-03-26T04:13:50.805Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18502026-03-26T04:13:50.852Z Compiling crc32fast v1.5.0
18512026-03-26T04:13:51.273Z Compiling parking_lot v0.11.2
18522026-03-26T04:13:51.331Z Compiling libscf-sys v1.1.0
18532026-03-26T04:13:51.370Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18542026-03-26T04:13:51.411Z Compiling hickory-resolver v0.25.2
18552026-03-26T04:13:51.479Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18562026-03-26T04:13:51.608Z Compiling fxhash v0.2.1
18572026-03-26T04:13:51.704Z Compiling internet-checksum v0.2.1
18582026-03-26T04:13:51.752Z Compiling sled v0.34.7
18592026-03-26T04:13:51.848Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18602026-03-26T04:13:52.356Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18612026-03-26T04:13:57.478Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18622026-03-26T04:14:04.489Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18632026-03-26T04:14:06.058Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18642026-03-26T04:14:07.124Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18652026-03-26T04:14:08.228Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18662026-03-26T04:14:08.989Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18672026-03-26T04:14:32.865Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 05s
18682026-03-26T04:14:33.032Z────────────
18692026-03-26T04:14:33.033Z Nextest run ID 57911046-bdb5-4936-9cfe-81b933e5ab6b with nextest profile: default
18702026-03-26T04:14:33.033Z Starting 45 tests across 1 binary
18712026-03-26T04:14:33.042Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_shutdown_preference
18722026-03-26T04:14:33.045Z PASS [ 0.009s] rdb db::test::test_prefix4_db_key_serialization
18732026-03-26T04:14:33.045Z PASS [ 0.010s] rdb db::test::test_prefix4_from_str
18742026-03-26T04:14:33.045Z PASS [ 0.010s] rdb bestpath::test::test_bestpath
18752026-03-26T04:14:33.045Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_per_as_grouping
18762026-03-26T04:14:33.045Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
18772026-03-26T04:14:33.050Z PASS [ 0.008s] rdb db::test::test_prefix6_db_key_serialization
18782026-03-26T04:14:33.053Z PASS [ 0.008s] rdb db::test::test_prefix6_from_str
18792026-03-26T04:14:33.089Z PASS [ 0.056s] rdb db::test::test_ipv4_origin_crud
18802026-03-26T04:14:33.089Z PASS [ 0.056s] rdb db::test::test_ipv6_origin_crud
18812026-03-26T04:14:33.097Z PASS [ 0.054s] rdb db::test::test_prefix_host_bit_normalization
18822026-03-26T04:14:33.101Z PASS [ 0.054s] rdb db::test::test_rib
18832026-03-26T04:14:33.101Z PASS [ 0.054s] rdb db::test::test_set_nexthop_shutdown_replaces_path
18842026-03-26T04:14:33.101Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv4_basic
18852026-03-26T04:14:33.104Z PASS [ 0.052s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
18862026-03-26T04:14:33.104Z PASS [ 0.053s] rdb db::test::test_static_routing_ipv6_basic
18872026-03-26T04:14:33.112Z PASS [ 0.015s] rdb proptest::prop_ipv4_default_contains_all
18882026-03-26T04:14:33.112Z PASS [ 0.014s] rdb proptest::prop_ipv4_host_bits_always_unset
18892026-03-26T04:14:33.116Z PASS [ 0.014s] rdb proptest::prop_ipv4_length_in_bounds
18902026-03-26T04:14:33.120Z PASS [ 0.014s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
18912026-03-26T04:14:33.126Z PASS [ 0.014s] rdb proptest::prop_ipv4_within_self
18922026-03-26T04:14:33.126Z PASS [ 0.014s] rdb proptest::prop_ipv6_default_contains_all
18932026-03-26T04:14:33.130Z PASS [ 0.013s] rdb proptest::prop_ipv6_length_in_bounds
18942026-03-26T04:14:33.133Z PASS [ 0.014s] rdb proptest::prop_ipv6_host_bits_always_unset
18952026-03-26T04:14:33.139Z PASS [ 0.013s] rdb proptest::prop_ipv6_within_self
18962026-03-26T04:14:33.139Z PASS [ 0.013s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
18972026-03-26T04:14:33.143Z PASS [ 0.013s] rdb proptest::prop_prefix_enum_no_cross_family
18982026-03-26T04:14:33.147Z PASS [ 0.055s] rdb db::test::test_static_routing_multiple_routes_same_prefix
18992026-03-26T04:14:33.147Z PASS [ 0.055s] rdb db::test::test_static_routing_mixed_address_families
19002026-03-26T04:14:33.147Z PASS [ 0.016s] rdb proptest::prop_static_route_key_deduplication
19012026-03-26T04:14:33.150Z PASS [ 0.052s] rdb db::test::test_static_routing_vlan_id_handling
19022026-03-26T04:14:33.154Z PASS [ 0.008s] rdb types::test::bgp_path_identity
19032026-03-26T04:14:33.158Z PASS [ 0.008s] rdb types::test::bgp_vs_static_ordering
19042026-03-26T04:14:33.161Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19052026-03-26T04:14:33.161Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_idempotent
19062026-03-26T04:14:33.164Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_preserves_length
19072026-03-26T04:14:33.164Z PASS [ 0.008s] rdb types::test::btreeset_coexistence
19082026-03-26T04:14:33.164Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19092026-03-26T04:14:33.167Z PASS [ 0.008s] rdb types::test::btreeset_insert_is_noop
19102026-03-26T04:14:33.167Z PASS [ 0.023s] rdb proptest::prop_static_route_key_ord_consistency
19112026-03-26T04:14:33.167Z PASS [ 0.008s] rdb types::test::btreeset_remove
19122026-03-26T04:14:33.167Z PASS [ 0.008s] rdb types::test::btreeset_replace
19132026-03-26T04:14:33.170Z PASS [ 0.008s] rdb types::test::ord_contract
19142026-03-26T04:14:33.170Z PASS [ 0.008s] rdb types::test::static_path_identity
19152026-03-26T04:14:33.181Z PASS [ 0.083s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19162026-03-26T04:14:33.184Z────────────
19172026-03-26T04:14:33.184Z Summary [ 0.149s] 45 tests run: 45 passed, 0 skipped
19182026-03-26T04:14:33.193Z+ cp rib.log /work/
19192026-03-26T04:14:33.196Zprocess exited: duration 272105 ms, exit code 0
 
19202026-03-26T04:14:33.207Zfound 1 output files
19212026-03-26T04:14:33.207Zuploading: /work/rib.log (888 bytes)
19222026-03-26T04:14:34.218Zuploaded: /work/rib.log