01KMM48QJ9RNKTSG2Q0NXXV1M1: test-mg-lower

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KMM49FMGKPZXCBZAG5B1B2M1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-26T04:06:25.189Zjob assigned to worker 01KMM53K1ARXH26HYK4GQYXP06 [factory aws, i-0ebf94fde64fcbc10] (queued for 14 m 58 s)
 
22026-03-26T04:06:32.030Zstarting task 0: "setup"
32026-03-26T04:06:32.034Z++ uname -s
42026-03-26T04:06:32.037Z+ kern=SunOS
52026-03-26T04:06:32.037Z+ build_user=build
62026-03-26T04:06:32.037Z+ build_uid=12345
72026-03-26T04:06:32.037Z+ work_dir=/work
82026-03-26T04:06:32.037Z+ input_dir=/input
92026-03-26T04:06:32.037Z+ [[ 0 == 12345 ]]
102026-03-26T04:06:32.037Z+ case "$kern" in
112026-03-26T04:06:32.037Z+ groupadd -g 12345 build
122026-03-26T04:06:32.041Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-26T04:06:34.046Z+ zfs create -o mountpoint=/work rpool/work
142026-03-26T04:06:34.121Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-26T04:06:34.127Z+ home_fs=zfs
162026-03-26T04:06:34.127Z+ [[ zfs == autofs ]]
172026-03-26T04:06:34.127Z+ mkdir -p /home/build
182026-03-26T04:06:34.127Z+ chown build:build /home/build /work
192026-03-26T04:06:36.126Z+ chmod 0700 /home/build /work
202026-03-26T04:06:36.129Zprocess exited: duration 4098 ms, exit code 0
 
212026-03-26T04:06:36.157Zstarting task 1: "rust-toolchain"
222026-03-26T04:06:36.161Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-26T04:06:36.161Z * rust toolchain channel = "stable"
242026-03-26T04:06:36.161Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-26T04:06:36.161Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-26T04:06:36.161Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-26T04:06:36.161Z * rust toolchain profile = "default"
282026-03-26T04:06:36.161Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-26T04:06:36.164Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-26T04:06:36.278Zinfo: downloading installer
312026-03-26T04:06:38.815Zwarn: It looks like you have an existing installation of Rust at:
322026-03-26T04:06:38.815Zwarn: /opt/ooce/bin
332026-03-26T04:06:38.815Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-26T04:06:38.815Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-26T04:06:38.815Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-26T04:06:38.815Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-26T04:06:38.816Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-26T04:06:38.816Zerror: cannot install while Rust is installed
392026-03-26T04:06:38.816Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-26T04:06:38.816Zwarn: It looks like you have an existing rustup settings file at:
412026-03-26T04:06:38.816Zwarn: /home/build/.rustup/settings.toml
422026-03-26T04:06:38.816Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-26T04:06:38.816Zwarn: instead of the one inferred from the default host triple.
442026-03-26T04:06:38.839Zinfo: profile set to default
452026-03-26T04:06:38.839Zinfo: default host triple is x86_64-unknown-illumos
462026-03-26T04:06:38.839Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-26T04:06:38.839Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-26T04:06:38.839Zinfo: downloading 6 components
492026-03-26T04:06:53.336Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-26T04:06:53.336Z
512026-03-26T04:06:53.376Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-26T04:06:53.377Z
532026-03-26T04:06:53.377Z
542026-03-26T04:06:53.377ZRust is installed now. Great!
552026-03-26T04:06:53.377Z
562026-03-26T04:06:53.377ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-26T04:06:53.377Zenvironment variable. This has not been done automatically.
582026-03-26T04:06:53.377Z
592026-03-26T04:06:53.377ZTo configure your current shell, you need to source
602026-03-26T04:06:53.378Zthe corresponding env file under $HOME/.cargo.
612026-03-26T04:06:53.378Z
622026-03-26T04:06:53.378ZThis is usually done by running one of the following (note the leading DOT):
632026-03-26T04:06:53.378Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-26T04:06:53.378Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-26T04:06:53.378Zsource "~/.cargo/env.nu" # For nushell
662026-03-26T04:06:53.378Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-26T04:06:53.378Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-26T04:06:53.378Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-26T04:06:53.394Zwarn: no default linker (`cc`) was found in your PATH
702026-03-26T04:06:53.394Zwarn: many Rust crates require a system C toolchain to build
712026-03-26T04:06:53.464Z+ rustup --version
722026-03-26T04:06:53.476Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-26T04:06:53.476Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-26T04:06:53.486Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-26T04:06:53.492Z+ cargo --version
762026-03-26T04:06:53.500Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-26T04:06:53.508Z+ rustc --version
782026-03-26T04:06:53.533Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-26T04:06:53.543Zprocess exited: duration 17367 ms, exit code 0
 
802026-03-26T04:06:53.559Zstarting task 2: "authentication"
812026-03-26T04:06:53.588Zprocess exited: duration 20 ms, exit code 0
 
822026-03-26T04:06:53.601Zstarting task 3: "clone repository"
832026-03-26T04:06:53.609Z+ mkdir -p /work/oxidecomputer/maghemite
842026-03-26T04:06:53.609Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-03-26T04:06:53.726ZCloning into '/work/oxidecomputer/maghemite'...
862026-03-26T04:06:54.526Z+ cd /work/oxidecomputer/maghemite
872026-03-26T04:06:54.527Z+ git fetch origin a1dba7f2c9be3c7727e21fad2946a96decaf2443
882026-03-26T04:06:54.765ZFrom https://github.com/oxidecomputer/maghemite
892026-03-26T04:06:54.765Z * branch a1dba7f2c9be3c7727e21fad2946a96decaf2443 -> FETCH_HEAD
902026-03-26T04:06:54.769Z+ [[ -n renovate/dropshot-0.x ]]
912026-03-26T04:06:54.772Z++ git branch --show-current
922026-03-26T04:06:54.772Z+ current=main
932026-03-26T04:06:54.772Z+ [[ main != renovate/dropshot-0.x ]]
942026-03-26T04:06:54.772Z+ git branch -f renovate/dropshot-0.x a1dba7f2c9be3c7727e21fad2946a96decaf2443
952026-03-26T04:06:54.775Z+ git checkout -f renovate/dropshot-0.x
962026-03-26T04:06:54.791ZSwitched to branch 'renovate/dropshot-0.x'
972026-03-26T04:06:54.794Z+ git reset --hard a1dba7f2c9be3c7727e21fad2946a96decaf2443
982026-03-26T04:06:54.797ZHEAD is now at a1dba7f Update Rust crate dropshot to 0.17.0
992026-03-26T04:06:54.797Zprocess exited: duration 1197 ms, exit code 0
 
1002026-03-26T04:06:54.803Zstarting task 4: "build"
1012026-03-26T04:06:54.808Z+ set -e
1022026-03-26T04:06:54.808Z+ source .github/buildomat/test-common.sh
1032026-03-26T04:06:54.811Z++ NEXTEST_VERSION=0.9.97
1042026-03-26T04:06:54.811Z++ PLATFORM=illumos
1052026-03-26T04:06:54.811Z++ banner install
1062026-03-26T04:06:54.811Z
1072026-03-26T04:06:54.811Z # # # #### ##### ## # #
1082026-03-26T04:06:54.811Z # ## # # # # # # #
1092026-03-26T04:06:54.811Z # # # # #### # # # # #
1102026-03-26T04:06:54.811Z # # # # # # ###### # #
1112026-03-26T04:06:54.811Z # # ## # # # # # # #
1122026-03-26T04:06:54.811Z # # # #### # # # ###### ######
1132026-03-26T04:06:54.811Z
1142026-03-26T04:06:54.811Z++ set +o errexit
1152026-03-26T04:06:54.811Z++ pkg info clang-15
1162026-03-26T04:06:54.811Z++ grep -qi installed
1172026-03-26T04:06:56.458Zpkg: info: no packages matching the following patterns you specified are
1182026-03-26T04:06:56.458Zinstalled on the system. Try querying remotely instead:
1192026-03-26T04:06:56.458Z
1202026-03-26T04:06:56.458Z clang-15
1212026-03-26T04:06:56.501Z++ [[ 1 != 0 ]]
1222026-03-26T04:06:56.501Z++ set -o errexit
1232026-03-26T04:06:56.503Z++ pfexec pkg install clang-15
1242026-03-26T04:07:03.634Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-03-26T04:07:10.466Z Startup: Caching catalogs ... Done
1262026-03-26T04:07:14.159ZPlanning: Solver setup ... Done
1272026-03-26T04:07:14.173ZPlanning: Running solver ... Done
1282026-03-26T04:07:14.288ZPlanning: Finding local manifests ... Done
1292026-03-26T04:07:14.300ZPlanning: Fetching manifests: 0/2 0% complete
1302026-03-26T04:07:14.384ZPlanning: Fetching manifests: 2/2 100% complete
1312026-03-26T04:07:14.413ZPlanning: Package planning ... Done
1322026-03-26T04:07:14.439ZPlanning: Merging actions ... Done
1332026-03-26T04:07:14.592ZPlanning: Checking for conflicting actions ... Done
1342026-03-26T04:07:14.599ZPlanning: Consolidating action changes ... Done
1352026-03-26T04:07:18.106ZPlanning: Evaluating mediators ... Done
1362026-03-26T04:07:18.111ZPlanning: Planning completed in 7.49 seconds
1372026-03-26T04:07:20.080Z Packages to install: 2
1382026-03-26T04:07:20.080Z Mediators to change: 2
1392026-03-26T04:07:20.080Z Services to change: 1
1402026-03-26T04:07:20.080Z Create boot environment: No
1412026-03-26T04:07:20.080ZCreate backup boot environment: No
1422026-03-26T04:07:20.225Z
1432026-03-26T04:07:20.225ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-03-26T04:07:25.228ZDownload: 1509/3076 items 115.7/211.3MB 54% complete (23.7M/s)
1452026-03-26T04:07:30.287ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (23.8M/s)
1462026-03-26T04:07:30.860ZDownload: Completed 211.31 MB in 10.63 seconds (19.9M/s)
1472026-03-26T04:07:31.932Z Actions: 1/3418 actions (Installing new actions)
1482026-03-26T04:07:36.050Z Actions: Completed 3418 actions in 4.12 seconds.
1492026-03-26T04:07:36.344Z Done
1502026-03-26T04:07:36.344Z Done
1512026-03-26T04:07:37.034Z Done
1522026-03-26T04:07:42.295Z Done
1532026-03-26T04:07:42.490Z Done
1542026-03-26T04:07:42.493Z Done
1552026-03-26T04:07:42.617Z Done
1562026-03-26T04:07:43.258Z++ set -o errexit
1572026-03-26T04:07:43.258Z++ cargo --version
1582026-03-26T04:07:43.266Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
1592026-03-26T04:07:43.416Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
1602026-03-26T04:07:43.419Zinfo: downloading 6 components
1612026-03-26T04:07:58.060Zcargo 1.94.0 (85eff7c80 2026-01-15)
1622026-03-26T04:07:58.063Z++ rustc --version
1632026-03-26T04:07:58.093Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1642026-03-26T04:07:58.098Z++ cargo install cargo-nextest --version 0.9.97
1652026-03-26T04:07:58.143Z Updating crates.io index
1662026-03-26T04:07:58.254Z Downloading crates ...
1672026-03-26T04:07:58.313Z Downloaded cargo-nextest v0.9.97
1682026-03-26T04:07:58.381Z Installing cargo-nextest v0.9.97
1692026-03-26T04:07:58.428Z Updating crates.io index
1702026-03-26T04:08:00.858Z Locking 408 packages to latest compatible versions
1712026-03-26T04:08:00.863Z Adding dialoguer v0.11.0 (available: v0.12.0)
1722026-03-26T04:08:00.867Z Adding duct v0.13.7 (available: v1.1.1)
1732026-03-26T04:08:00.867Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1742026-03-26T04:08:00.867Z Adding generic-array v0.14.7 (available: v0.14.9)
1752026-03-26T04:08:00.871Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1762026-03-26T04:08:00.871Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1772026-03-26T04:08:00.871Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1782026-03-26T04:08:00.871Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1792026-03-26T04:08:00.875Z Adding quick-junit v0.5.2 (available: v0.6.0)
1802026-03-26T04:08:00.894Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1812026-03-26T04:08:00.903Z Downloading crates ...
1822026-03-26T04:08:00.972Z Downloaded anstyle-query v1.1.5
1832026-03-26T04:08:00.975Z Downloaded backtrace-ext v0.2.1
1842026-03-26T04:08:00.978Z Downloaded anstyle-parse v1.0.0
1852026-03-26T04:08:00.982Z Downloaded atomicwrites v0.4.4
1862026-03-26T04:08:00.985Z Downloaded cargo-platform v0.2.0
1872026-03-26T04:08:00.989Z Downloaded adler2 v2.0.1
1882026-03-26T04:08:00.996Z Downloaded anstream v1.0.0
1892026-03-26T04:08:00.999Z Downloaded indent_write v2.2.0
1902026-03-26T04:08:00.999Z Downloaded indenter v0.3.4
1912026-03-26T04:08:01.004Z Downloaded humantime-serde v1.1.1
1922026-03-26T04:08:01.004Z Downloaded http-body-util v0.1.3
1932026-03-26T04:08:01.007Z Downloaded block-buffer v0.10.4
1942026-03-26T04:08:01.007Z Downloaded ipnet v2.12.0
1952026-03-26T04:08:01.007Z Downloaded number_prefix v0.4.0
1962026-03-26T04:08:01.011Z Downloaded bytes v1.11.1
1972026-03-26T04:08:01.011Z Downloaded autocfg v1.5.0
1982026-03-26T04:08:01.014Z Downloaded camino-tempfile v1.4.1
1992026-03-26T04:08:01.018Z Downloaded home v0.5.12
2002026-03-26T04:08:01.018Z Downloaded ordered-float v2.10.1
2012026-03-26T04:08:01.018Z Downloaded idna_adapter v1.0.0
2022026-03-26T04:08:01.021Z Downloaded bitflags v2.11.0
2032026-03-26T04:08:01.024Z Downloaded colorchoice v1.0.5
2042026-03-26T04:08:01.024Z Downloaded anstyle v1.0.14
2052026-03-26T04:08:01.024Z Downloaded futures-macro v0.3.32
2062026-03-26T04:08:01.027Z Downloaded humantime v2.3.0
2072026-03-26T04:08:01.027Z Downloaded is_ci v1.2.0
2082026-03-26T04:08:01.027Z Downloaded native-tls v0.2.18
2092026-03-26T04:08:01.030Z Downloaded base64ct v1.8.3
2102026-03-26T04:08:01.030Z Downloaded base64 v0.22.1
2112026-03-26T04:08:01.033Z Downloaded async-scoped v0.9.0
2122026-03-26T04:08:01.037Z Downloaded nextest-metadata v0.12.2
2132026-03-26T04:08:01.037Z Downloaded iana-time-zone v0.1.65
2142026-03-26T04:08:01.040Z Downloaded futures-io v0.3.32
2152026-03-26T04:08:01.040Z Downloaded debug-ignore v1.0.5
2162026-03-26T04:08:01.040Z Downloaded cpufeatures v0.2.17
2172026-03-26T04:08:01.043Z Downloaded itoa v1.0.18
2182026-03-26T04:08:01.043Z Downloaded lazy_static v1.5.0
2192026-03-26T04:08:01.046Z Downloaded atomic-waker v1.1.2
2202026-03-26T04:08:01.046Z Downloaded camino v1.2.2
2212026-03-26T04:08:01.049Z Downloaded form_urlencoded v1.2.2
2222026-03-26T04:08:01.049Z Downloaded foreign-types-shared v0.1.1
2232026-03-26T04:08:01.049Z Downloaded heck v0.5.0
2242026-03-26T04:08:01.049Z Downloaded errno v0.3.14
2252026-03-26T04:08:01.052Z Downloaded ahash v0.8.12
2262026-03-26T04:08:01.052Z Downloaded os_pipe v1.2.3
2272026-03-26T04:08:01.057Z Downloaded crypto-common v0.1.7
2282026-03-26T04:08:01.057Z Downloaded openssl-probe v0.2.1
2292026-03-26T04:08:01.057Z Downloaded guppy-workspace-hack v0.1.0
2302026-03-26T04:08:01.057Z Downloaded futures-core v0.3.32
2312026-03-26T04:08:01.060Z Downloaded enable-ansi-support v0.2.1
2322026-03-26T04:08:01.060Z Downloaded curve25519-dalek-derive v0.1.1
2332026-03-26T04:08:01.060Z Downloaded color-spantrace v0.3.0
2342026-03-26T04:08:01.060Z Downloaded pin-utils v0.1.0
2352026-03-26T04:08:01.063Z Downloaded cargo-util-schemas v0.2.0
2362026-03-26T04:08:01.063Z Downloaded clap_lex v1.1.0
2372026-03-26T04:08:01.063Z Downloaded cfg_aliases v0.2.1
2382026-03-26T04:08:01.066Z Downloaded addr2line v0.25.1
2392026-03-26T04:08:01.066Z Downloaded rustc_version v0.4.1
2402026-03-26T04:08:01.066Z Downloaded indicatif v0.17.11
2412026-03-26T04:08:01.069Z Downloaded quick-junit v0.5.2
2422026-03-26T04:08:01.072Z Downloaded lru-slab v0.1.2
2432026-03-26T04:08:01.072Z Downloaded is_terminal_polyfill v1.70.2
2442026-03-26T04:08:01.075Z Downloaded httparse v1.10.1
2452026-03-26T04:08:01.079Z Downloaded foreign-types v0.3.2
2462026-03-26T04:08:01.079Z Downloaded document-features v0.2.12
2472026-03-26T04:08:01.082Z Downloaded cfg-if v1.0.4
2482026-03-26T04:08:01.082Z Downloaded futures-sink v0.3.32
2492026-03-26T04:08:01.085Z Downloaded fastrand v2.3.0
2502026-03-26T04:08:01.085Z Downloaded percent-encoding v2.3.2
2512026-03-26T04:08:01.089Z Downloaded mukti-metadata v0.3.0
2522026-03-26T04:08:01.089Z Downloaded futures-task v0.3.32
2532026-03-26T04:08:01.089Z Downloaded cargo-platform v0.3.2
2542026-03-26T04:08:01.092Z Downloaded equivalent v1.0.2
2552026-03-26T04:08:01.092Z Downloaded http-body v1.0.1
2562026-03-26T04:08:01.095Z Downloaded serde-value v0.7.0
2572026-03-26T04:08:01.095Z Downloaded generic-array v0.14.7
2582026-03-26T04:08:01.098Z Downloaded fnv v1.0.7
2592026-03-26T04:08:01.098Z Downloaded ed25519 v2.2.3
2602026-03-26T04:08:01.099Z Downloaded pathdiff v0.2.3
2612026-03-26T04:08:01.102Z Downloaded nested v0.1.1
2622026-03-26T04:08:01.102Z Downloaded nextest-workspace-hack v0.1.0
2632026-03-26T04:08:01.105Z Downloaded openssl-macros v0.1.1
2642026-03-26T04:08:01.105Z Downloaded fixedbitset v0.5.7
2652026-03-26T04:08:01.105Z Downloaded dialoguer v0.11.0
2662026-03-26T04:08:01.108Z Downloaded cfg-expr v0.20.7
2672026-03-26T04:08:01.114Z Downloaded scopeguard v1.2.0
2682026-03-26T04:08:01.117Z Downloaded hex v0.4.3
2692026-03-26T04:08:01.117Z Downloaded rustc-hash v2.1.1
2702026-03-26T04:08:01.117Z Downloaded digest v0.10.7
2712026-03-26T04:08:01.120Z Downloaded clap_derive v4.6.0
2722026-03-26T04:08:01.120Z Downloaded serde_spanned v0.6.9
2732026-03-26T04:08:01.120Z Downloaded serde_ignored v0.1.14
2742026-03-26T04:08:01.124Z Downloaded shell-words v1.1.1
2752026-03-26T04:08:01.127Z Downloaded shared_child v1.1.1
2762026-03-26T04:08:01.130Z Downloaded signature v2.2.0
2772026-03-26T04:08:01.130Z Downloaded pin-project-internal v1.1.11
2782026-03-26T04:08:01.133Z Downloaded swrite v0.1.0
2792026-03-26T04:08:01.133Z Downloaded supports-color v3.0.2
2802026-03-26T04:08:01.133Z Downloaded strsim v0.11.1
2812026-03-26T04:08:01.137Z Downloaded rand_core v0.6.4
2822026-03-26T04:08:01.139Z Downloaded miette-derive v7.6.0
2832026-03-26T04:08:01.140Z Downloaded cargo_metadata v0.23.1
2842026-03-26T04:08:01.144Z Downloaded serde_urlencoded v0.7.1
2852026-03-26T04:08:01.147Z Downloaded foldhash v0.1.5
2862026-03-26T04:08:01.147Z Downloaded sigchld v0.2.4
2872026-03-26T04:08:01.150Z Downloaded erased-serde v0.4.10
2882026-03-26T04:08:01.153Z Downloaded duct v0.13.7
2892026-03-26T04:08:01.153Z Downloaded signal-hook-mio v0.2.5
2902026-03-26T04:08:01.156Z Downloaded semver v1.0.27
2912026-03-26T04:08:01.160Z Downloaded futures-executor v0.3.32
2922026-03-26T04:08:01.160Z Downloaded supports-unicode v3.0.0
2932026-03-26T04:08:01.160Z Downloaded jobserver v0.1.34
2942026-03-26T04:08:01.160Z Downloaded target-spec-miette v0.4.5
2952026-03-26T04:08:01.164Z Downloaded sync_wrapper v1.0.2
2962026-03-26T04:08:01.164Z Downloaded globset v0.4.18
2972026-03-26T04:08:01.164Z Downloaded terminal_size v0.4.4
2982026-03-26T04:08:01.164Z Downloaded supports-hyperlinks v3.2.0
2992026-03-26T04:08:01.167Z Downloaded serde-untagged v0.1.9
3002026-03-26T04:08:01.167Z Downloaded convert_case v0.10.0
3012026-03-26T04:08:01.167Z Downloaded tinyvec_macros v0.1.1
3022026-03-26T04:08:01.170Z Downloaded subtle v2.6.1
3032026-03-26T04:08:01.171Z Downloaded getrandom v0.2.17
3042026-03-26T04:08:01.173Z Downloaded either v1.15.0
3052026-03-26T04:08:01.174Z Downloaded filetime v0.2.27
3062026-03-26T04:08:01.177Z Downloaded owo-colors v4.3.0
3072026-03-26T04:08:01.180Z Downloaded ppv-lite86 v0.2.21
3082026-03-26T04:08:01.180Z Downloaded find-msvc-tools v0.1.9
3092026-03-26T04:08:01.183Z Downloaded pin-project-lite v0.2.17
3102026-03-26T04:08:01.186Z Downloaded rand_core v0.9.5
3112026-03-26T04:08:01.189Z Downloaded self-replace v1.5.0
3122026-03-26T04:08:01.189Z Downloaded pkg-config v0.3.32
3132026-03-26T04:08:01.192Z Downloaded newtype-uuid v1.3.2
3142026-03-26T04:08:01.192Z Downloaded hyper-tls v0.6.0
3152026-03-26T04:08:01.192Z Downloaded pkcs8 v0.10.2
3162026-03-26T04:08:01.196Z Downloaded strip-ansi-escapes v0.2.1
3172026-03-26T04:08:01.196Z Downloaded tower-layer v0.3.3
3182026-03-26T04:08:01.196Z Downloaded toml_write v0.1.2
3192026-03-26T04:08:01.199Z Downloaded static_assertions v1.1.0
3202026-03-26T04:08:01.199Z Downloaded spki v0.7.3
3212026-03-26T04:08:01.199Z Downloaded simd-adler32 v0.3.8
3222026-03-26T04:08:01.204Z Downloaded tracing-error v0.2.1
3232026-03-26T04:08:01.204Z Downloaded signal-hook-registry v1.4.8
3242026-03-26T04:08:01.204Z Downloaded shlex v1.3.0
3252026-03-26T04:08:01.204Z Downloaded typeid v1.0.3
3262026-03-26T04:08:01.207Z Downloaded try-lock v0.2.5
3272026-03-26T04:08:01.207Z Downloaded crc32fast v1.5.0
3282026-03-26T04:08:01.207Z Downloaded sha2 v0.10.9
3292026-03-26T04:08:01.207Z Downloaded serde_spanned v1.1.0
3302026-03-26T04:08:01.207Z Downloaded rand_chacha v0.9.0
3312026-03-26T04:08:01.210Z Downloaded future-queue v0.4.0
3322026-03-26T04:08:01.210Z Downloaded tower-service v0.3.3
3332026-03-26T04:08:01.210Z Downloaded eyre v0.6.12
3342026-03-26T04:08:01.213Z Downloaded cargo_metadata v0.20.0
3352026-03-26T04:08:01.218Z Downloaded num-traits v0.2.19
3362026-03-26T04:08:01.218Z Downloaded untrusted v0.9.0
3372026-03-26T04:08:01.221Z Downloaded serde_path_to_error v0.1.20
3382026-03-26T04:08:01.221Z Downloaded lock_api v0.4.14
3392026-03-26T04:08:01.221Z Downloaded unicode-linebreak v0.1.5
3402026-03-26T04:08:01.224Z Downloaded quinn-udp v0.5.14
3412026-03-26T04:08:01.224Z Downloaded once_cell v1.21.4
3422026-03-26T04:08:01.224Z Downloaded utf8parse v0.2.2
3432026-03-26T04:08:01.227Z Downloaded self_update v0.42.0
3442026-03-26T04:08:01.227Z Downloaded parking_lot_core v0.9.12
3452026-03-26T04:08:01.230Z Downloaded target-lexicon v0.13.3
3462026-03-26T04:08:01.230Z Downloaded backtrace v0.3.76
3472026-03-26T04:08:01.234Z Downloaded clap v4.6.0
3482026-03-26T04:08:01.238Z Downloaded console v0.15.11
3492026-03-26T04:08:01.241Z Downloaded thiserror-impl v1.0.69
3502026-03-26T04:08:01.241Z Downloaded thiserror v2.0.18
3512026-03-26T04:08:01.252Z Downloaded rustls-pki-types v1.14.0
3522026-03-26T04:08:01.252Z Downloaded tokio-macros v2.6.1
3532026-03-26T04:08:01.252Z Downloaded thread_local v1.1.9
3542026-03-26T04:08:01.252Z Downloaded thiserror-impl v2.0.18
3552026-03-26T04:08:01.252Z Downloaded thiserror v1.0.69
3562026-03-26T04:08:01.252Z Downloaded litrs v1.0.0
3572026-03-26T04:08:01.252Z Downloaded target-spec v3.5.7
3582026-03-26T04:08:01.252Z Downloaded tokio-native-tls v0.3.1
3592026-03-26T04:08:01.256Z Downloaded futures-channel v0.3.32
3602026-03-26T04:08:01.256Z Downloaded toml_datetime v0.6.11
3612026-03-26T04:08:01.256Z Downloaded toml_writer v1.1.0+spec-1.1.0
3622026-03-26T04:08:01.256Z Downloaded xattr v1.6.1
3632026-03-26T04:08:01.260Z Downloaded utf8_iter v1.0.4
3642026-03-26T04:08:01.260Z Downloaded urlencoding v2.1.3
3652026-03-26T04:08:01.260Z Downloaded unicode-xid v0.2.6
3662026-03-26T04:08:01.260Z Downloaded want v0.3.1
3672026-03-26T04:08:01.262Z Downloaded slab v0.4.12
3682026-03-26T04:08:01.262Z Downloaded getrandom v0.3.4
3692026-03-26T04:08:01.267Z Downloaded derive-where v1.6.1
3702026-03-26T04:08:01.271Z Downloaded const-oid v0.9.6
3712026-03-26T04:08:01.275Z Downloaded parking_lot v0.12.5
3722026-03-26T04:08:01.277Z Downloaded hyper-rustls v0.27.7
3732026-03-26T04:08:01.282Z Downloaded tempfile v3.27.0
3742026-03-26T04:08:01.285Z Downloaded nextest-filtering v0.15.0
3752026-03-26T04:08:01.288Z Downloaded getrandom v0.4.2
3762026-03-26T04:08:01.290Z Downloaded quote v1.0.45
3772026-03-26T04:08:01.290Z Downloaded derive_more v2.1.1
3782026-03-26T04:08:01.297Z Downloaded toml_datetime v1.1.0+spec-1.1.0
3792026-03-26T04:08:01.300Z Downloaded tokio-stream v0.1.18
3802026-03-26T04:08:01.305Z Downloaded zipsign-api v0.1.5
3812026-03-26T04:08:01.305Z Downloaded toml_parser v1.1.0+spec-1.1.0
3822026-03-26T04:08:01.305Z Downloaded serde_derive v1.0.228
3832026-03-26T04:08:01.308Z Downloaded futures v0.3.32
3842026-03-26T04:08:01.308Z Downloaded zstd-safe v7.2.4
3852026-03-26T04:08:01.310Z Downloaded zmij v1.0.21
3862026-03-26T04:08:01.310Z Downloaded proc-macro2 v1.0.106
3872026-03-26T04:08:01.313Z Downloaded tracing-attributes v0.1.31
3882026-03-26T04:08:01.316Z Downloaded tokio-rustls v0.26.4
3892026-03-26T04:08:01.316Z Downloaded rustc-demangle v0.1.27
3902026-03-26T04:08:01.316Z Downloaded config v0.15.22
3912026-03-26T04:08:01.319Z Downloaded borsh v1.6.1
3922026-03-26T04:08:01.323Z Downloaded tracing-log v0.2.0
3932026-03-26T04:08:01.325Z Downloaded textwrap v0.16.2
3942026-03-26T04:08:01.328Z Downloaded unicase v2.9.0
3952026-03-26T04:08:01.328Z Downloaded serde_core v1.0.228
3962026-03-26T04:08:01.331Z Downloaded smallvec v1.15.1
3972026-03-26T04:08:01.331Z Downloaded tinyvec v1.11.0
3982026-03-26T04:08:01.334Z Downloaded smol_str v0.3.6
3992026-03-26T04:08:01.334Z Downloaded version_check v0.9.5
4002026-03-26T04:08:01.334Z Downloaded flate2 v1.1.9
4012026-03-26T04:08:01.341Z Downloaded zeroize v1.8.2
4022026-03-26T04:08:01.344Z Downloaded xxhash-rust v0.8.15
4032026-03-26T04:08:01.348Z Downloaded ed25519-dalek v2.2.0
4042026-03-26T04:08:01.350Z Downloaded ryu v1.0.23
4052026-03-26T04:08:01.353Z Downloaded unicode-ident v1.0.24
4062026-03-26T04:08:01.357Z Downloaded serde v1.0.228
4072026-03-26T04:08:01.360Z Downloaded pin-project v1.1.11
4082026-03-26T04:08:01.364Z Downloaded vte v0.14.1
4092026-03-26T04:08:01.367Z Downloaded uuid v1.22.0
4102026-03-26T04:08:01.370Z Downloaded toml v0.8.23
4112026-03-26T04:08:01.370Z Downloaded der v0.7.10
4122026-03-26T04:08:01.373Z Downloaded zstd v0.13.3
4132026-03-26T04:08:01.376Z Downloaded cc v1.2.57
4142026-03-26T04:08:01.380Z Downloaded log v0.4.29
4152026-03-26T04:08:01.383Z Downloaded miniz_oxide v0.8.9
4162026-03-26T04:08:01.385Z Downloaded aho-corasick v1.1.4
4172026-03-26T04:08:01.390Z Downloaded derive_more-impl v2.1.1
4182026-03-26T04:08:01.393Z Downloaded signal-hook v0.3.18
4192026-03-26T04:08:01.402Z Downloaded url v2.5.8
4202026-03-26T04:08:01.423Z Downloaded toml v1.1.0+spec-1.1.0
4212026-03-26T04:08:01.447Z Downloaded hashbrown v0.15.5
4222026-03-26T04:08:01.447Z Downloaded tracing-core v0.1.36
4232026-03-26T04:08:01.447Z Downloaded quinn v0.11.9
4242026-03-26T04:08:01.447Z Downloaded sharded-slab v0.1.7
4252026-03-26T04:08:01.447Z Downloaded indexmap v2.13.0
4262026-03-26T04:08:01.447Z Downloaded tower-http v0.6.8
4272026-03-26T04:08:01.450Z Downloaded tower v0.5.3
4282026-03-26T04:08:01.453Z Downloaded hashbrown v0.16.1
4292026-03-26T04:08:01.456Z Downloaded unicode-normalization v0.1.25
4302026-03-26T04:08:01.459Z Downloaded tar v0.4.45
4312026-03-26T04:08:01.462Z Downloaded hyper-util v0.1.20
4322026-03-26T04:08:01.464Z Downloaded h2 v0.4.13
4332026-03-26T04:08:01.467Z Downloaded http v1.4.0
4342026-03-26T04:08:01.470Z Downloaded guppy v0.17.25
4352026-03-26T04:08:01.473Z Downloaded futures-util v0.3.32
4362026-03-26T04:08:01.478Z Downloaded crossterm v0.29.0
4372026-03-26T04:08:01.482Z Downloaded mio v1.1.1
4382026-03-26T04:08:01.485Z Downloaded miette v7.6.0
4392026-03-26T04:08:01.488Z Downloaded socket2 v0.6.3
4402026-03-26T04:08:01.491Z Downloaded clap_builder v4.6.0
4412026-03-26T04:08:01.494Z Downloaded memchr v2.8.0
4422026-03-26T04:08:01.503Z Downloaded rustls-webpki v0.103.10
4432026-03-26T04:08:01.510Z Downloaded openssl-sys v0.9.112
4442026-03-26T04:08:01.513Z Downloaded rand v0.9.2
4452026-03-26T04:08:01.519Z Downloaded tracing-subscriber v0.3.23
4462026-03-26T04:08:01.524Z Downloaded toml_edit v0.22.27
4472026-03-26T04:08:01.527Z Downloaded bstr v1.12.1
4482026-03-26T04:08:01.531Z Downloaded chrono v0.4.44
4492026-03-26T04:08:01.534Z Downloaded typenum v1.19.0
4502026-03-26T04:08:01.537Z Downloaded idna v1.1.0
4512026-03-26T04:08:01.546Z Downloaded vcpkg v0.2.15
4522026-03-26T04:08:01.569Z Downloaded unicode-segmentation v1.13.1
4532026-03-26T04:08:01.572Z Downloaded webpki-roots v1.0.6
4542026-03-26T04:08:01.575Z Downloaded unicode-width v0.2.2
4552026-03-26T04:08:01.578Z Downloaded reqwest v0.12.28
4562026-03-26T04:08:01.581Z Downloaded ron v0.12.0
4572026-03-26T04:08:01.584Z Downloaded zerocopy v0.8.47
4582026-03-26T04:08:01.593Z Downloaded syn v2.0.117
4592026-03-26T04:08:01.599Z Downloaded curve25519-dalek v4.1.3
4602026-03-26T04:08:01.604Z Downloaded gimli v0.32.3
4612026-03-26T04:08:01.627Z Downloaded serde_json v1.0.149
4622026-03-26T04:08:01.631Z Downloaded iri-string v0.7.11
4632026-03-26T04:08:01.634Z Downloaded color-eyre v0.6.5
4642026-03-26T04:08:01.640Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4652026-03-26T04:08:01.649Z Downloaded regex v1.12.3
4662026-03-26T04:08:01.663Z Downloaded pulldown-cmark v0.13.3
4672026-03-26T04:08:01.669Z Downloaded tokio-util v0.7.18
4682026-03-26T04:08:01.680Z Downloaded hyper v1.8.1
4692026-03-26T04:08:01.689Z Downloaded itertools v0.14.0
4702026-03-26T04:08:01.696Z Downloaded portable-atomic v1.13.1
4712026-03-26T04:08:01.700Z Downloaded quick-xml v0.37.5
4722026-03-26T04:08:01.706Z Downloaded quick-xml v0.38.4
4732026-03-26T04:08:01.725Z Downloaded winnow v1.0.0
4742026-03-26T04:08:01.730Z Downloaded winnow v0.7.15
4752026-03-26T04:08:01.794Z Downloaded quinn-proto v0.11.14
4762026-03-26T04:08:01.814Z Downloaded openssl v0.10.76
4772026-03-26T04:08:01.829Z Downloaded nextest-runner v0.80.0
4782026-03-26T04:08:01.835Z Downloaded unicode-width v0.1.14
4792026-03-26T04:08:01.878Z Downloaded nix v0.30.1
4802026-03-26T04:08:01.889Z Downloaded regex-syntax v0.8.10
4812026-03-26T04:08:01.892Z Downloaded object v0.37.3
4822026-03-26T04:08:01.898Z Downloaded rustix v0.38.44
4832026-03-26T04:08:01.919Z Downloaded rustls v0.23.37
4842026-03-26T04:08:01.932Z Downloaded rustix v1.1.4
4852026-03-26T04:08:01.970Z Downloaded tracing v0.1.44
4862026-03-26T04:08:02.034Z Downloaded regex-automata v0.4.14
4872026-03-26T04:08:02.098Z Downloaded petgraph v0.8.3
4882026-03-26T04:08:02.110Z Downloaded libc v0.2.183
4892026-03-26T04:08:02.148Z Downloaded tokio v1.50.0
4902026-03-26T04:08:02.214Z Downloaded recursion v0.5.4
4912026-03-26T04:08:02.222Z Downloaded ring v0.17.14
4922026-03-26T04:08:02.285Z Compiling proc-macro2 v1.0.106
4932026-03-26T04:08:02.288Z Compiling libc v0.2.183
4942026-03-26T04:08:02.288Z Compiling unicode-ident v1.0.24
4952026-03-26T04:08:02.288Z Compiling quote v1.0.45
4962026-03-26T04:08:02.288Z Compiling serde_core v1.0.228
4972026-03-26T04:08:02.288Z Compiling cfg-if v1.0.4
4982026-03-26T04:08:02.288Z Compiling memchr v2.8.0
4992026-03-26T04:08:02.288Z Compiling once_cell v1.21.4
5002026-03-26T04:08:02.491Z Compiling log v0.4.29
5012026-03-26T04:08:02.534Z Compiling pin-project-lite v0.2.17
5022026-03-26T04:08:02.625Z Compiling serde v1.0.228
5032026-03-26T04:08:02.700Z Compiling itoa v1.0.18
5042026-03-26T04:08:02.925Z Compiling futures-core v0.3.32
5052026-03-26T04:08:03.074Z Compiling bitflags v2.11.0
5062026-03-26T04:08:03.420Z Compiling smallvec v1.15.1
5072026-03-26T04:08:03.489Z Compiling shlex v1.3.0
5082026-03-26T04:08:03.644Z Compiling equivalent v1.0.2
5092026-03-26T04:08:03.662Z Compiling find-msvc-tools v0.1.9
5102026-03-26T04:08:03.723Z Compiling hashbrown v0.16.1
5112026-03-26T04:08:03.878Z Compiling bytes v1.11.1
5122026-03-26T04:08:04.015Z Compiling rustix v1.1.4
5132026-03-26T04:08:04.037Z Compiling futures-sink v0.3.32
5142026-03-26T04:08:04.134Z Compiling slab v0.4.12
5152026-03-26T04:08:04.314Z Compiling jobserver v0.1.34
5162026-03-26T04:08:04.328Z Compiling zmij v1.0.21
5172026-03-26T04:08:04.369Z Compiling futures-channel v0.3.32
5182026-03-26T04:08:04.540Z Compiling errno v0.3.14
5192026-03-26T04:08:04.568Z Compiling cc v1.2.57
5202026-03-26T04:08:04.616Z Compiling mio v1.1.1
5212026-03-26T04:08:04.616Z Compiling socket2 v0.6.3
5222026-03-26T04:08:04.701Z Compiling signal-hook-registry v1.4.8
5232026-03-26T04:08:04.792Z Compiling syn v2.0.117
5242026-03-26T04:08:04.890Z Compiling tracing-core v0.1.36
5252026-03-26T04:08:05.206Z Compiling serde_json v1.0.149
5262026-03-26T04:08:05.324Z Compiling version_check v0.9.5
5272026-03-26T04:08:05.448Z Compiling futures-io v0.3.32
5282026-03-26T04:08:05.592Z Compiling futures-task v0.3.32
5292026-03-26T04:08:05.641Z Compiling getrandom v0.4.2
5302026-03-26T04:08:05.735Z Compiling unicode-width v0.2.2
5312026-03-26T04:08:05.767Z Compiling camino v1.2.2
5322026-03-26T04:08:05.802Z Compiling ring v0.17.14
5332026-03-26T04:08:05.913Z Compiling indexmap v2.13.0
5342026-03-26T04:08:06.042Z Compiling http v1.4.0
5352026-03-26T04:08:06.125Z Compiling percent-encoding v2.3.2
5362026-03-26T04:08:06.168Z Compiling zeroize v1.8.2
5372026-03-26T04:08:06.362Z Compiling adler2 v2.0.1
5382026-03-26T04:08:06.405Z Compiling autocfg v1.5.0
5392026-03-26T04:08:06.422Z Compiling simd-adler32 v0.3.8
5402026-03-26T04:08:06.611Z Compiling miniz_oxide v0.8.9
5412026-03-26T04:08:06.774Z Compiling num-traits v0.2.19
5422026-03-26T04:08:07.003Z Compiling zerocopy v0.8.47
5432026-03-26T04:08:07.296Z Compiling object v0.37.3
5442026-03-26T04:08:07.375Z Compiling target-lexicon v0.13.3
5452026-03-26T04:08:07.388Z Compiling getrandom v0.3.4
5462026-03-26T04:08:07.722Z Compiling http-body v1.0.1
5472026-03-26T04:08:07.839Z Compiling rustls-pki-types v1.14.0
5482026-03-26T04:08:07.870Z Compiling semver v1.0.27
5492026-03-26T04:08:07.882Z Compiling getrandom v0.2.17
5502026-03-26T04:08:07.940Z Compiling guppy-workspace-hack v0.1.0
5512026-03-26T04:08:08.035Z Compiling httparse v1.10.1
5522026-03-26T04:08:08.064Z Compiling typenum v1.19.0
5532026-03-26T04:08:08.148Z Compiling owo-colors v4.3.0
5542026-03-26T04:08:08.367Z Compiling gimli v0.32.3
5552026-03-26T04:08:08.392Z Compiling fnv v1.0.7
5562026-03-26T04:08:08.427Z Compiling serde_derive v1.0.228
5572026-03-26T04:08:08.458Z Compiling tokio-macros v2.6.1
5582026-03-26T04:08:08.489Z Compiling futures-macro v0.3.32
5592026-03-26T04:08:08.500Z Compiling tracing-attributes v0.1.31
5602026-03-26T04:08:08.566Z Compiling untrusted v0.9.0
5612026-03-26T04:08:08.646Z Compiling thiserror v2.0.18
5622026-03-26T04:08:08.691Z Compiling signal-hook v0.3.18
5632026-03-26T04:08:08.960Z Compiling thiserror-impl v2.0.18
5642026-03-26T04:08:09.400Z Compiling tokio v1.50.0
5652026-03-26T04:08:09.403Z Compiling futures-util v0.3.32
5662026-03-26T04:08:09.694Z Compiling tracing v0.1.44
5672026-03-26T04:08:10.249Z Compiling addr2line v0.25.1
5682026-03-26T04:08:10.688Z Compiling form_urlencoded v1.2.2
5692026-03-26T04:08:10.951Z Compiling generic-array v0.14.7
5702026-03-26T04:08:11.018Z Compiling rustls v0.23.37
5712026-03-26T04:08:11.168Z Compiling thiserror v1.0.69
5722026-03-26T04:08:11.231Z Compiling typeid v1.0.3
5732026-03-26T04:08:11.463Z Compiling try-lock v0.2.5
5742026-03-26T04:08:11.508Z Compiling fastrand v2.3.0
5752026-03-26T04:08:11.578Z Compiling target-spec v3.5.7
5762026-03-26T04:08:11.634Z Compiling rustc-demangle v0.1.27
5772026-03-26T04:08:11.846Z Compiling tower-service v0.3.3
5782026-03-26T04:08:11.849Z Compiling idna_adapter v1.0.0
5792026-03-26T04:08:11.953Z Compiling pkg-config v0.3.32
5802026-03-26T04:08:11.972Z Compiling atomic-waker v1.1.2
5812026-03-26T04:08:12.077Z Compiling utf8_iter v1.0.4
5822026-03-26T04:08:12.117Z Compiling tempfile v3.27.0
5832026-03-26T04:08:12.241Z Compiling idna v1.1.0
5842026-03-26T04:08:12.391Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5852026-03-26T04:08:12.623Z Compiling want v0.3.1
5862026-03-26T04:08:12.990Z Compiling cfg-expr v0.20.7
5872026-03-26T04:08:13.512Z Compiling tokio-util v0.7.18
5882026-03-26T04:08:13.691Z Compiling backtrace v0.3.76
5892026-03-26T04:08:13.888Z Compiling thiserror-impl v1.0.69
5902026-03-26T04:08:13.969Z Compiling terminal_size v0.4.4
5912026-03-26T04:08:14.041Z Compiling h2 v0.4.13
5922026-03-26T04:08:14.119Z Compiling aho-corasick v1.1.4
5932026-03-26T04:08:14.312Z Compiling subtle v2.6.1
5942026-03-26T04:08:14.475Z Compiling erased-serde v0.4.10
5952026-03-26T04:08:14.618Z Compiling pin-utils v0.1.0
5962026-03-26T04:08:14.696Z Compiling winnow v0.7.15
5972026-03-26T04:08:14.759Z Compiling regex-syntax v0.8.10
5982026-03-26T04:08:16.522Z Compiling hyper v1.8.1
5992026-03-26T04:08:18.510Z Compiling rustls-webpki v0.103.10
6002026-03-26T04:08:18.850Z Compiling regex-automata v0.4.14
6012026-03-26T04:08:20.226Z Compiling url v2.5.8
6022026-03-26T04:08:21.055Z Compiling toml_datetime v0.6.11
6032026-03-26T04:08:23.310Z Compiling serde_spanned v0.6.9
6042026-03-26T04:08:23.344Z Compiling ahash v0.8.12
6052026-03-26T04:08:23.344Z Compiling sync_wrapper v1.0.2
6062026-03-26T04:08:23.344Z Compiling either v1.15.0
6072026-03-26T04:08:23.344Z Compiling portable-atomic v1.13.1
6082026-03-26T04:08:23.344Z Compiling foldhash v0.1.5
6092026-03-26T04:08:23.344Z Compiling tower-layer v0.3.3
6102026-03-26T04:08:23.344Z Compiling is_ci v1.2.0
6112026-03-26T04:08:23.344Z Compiling nextest-workspace-hack v0.1.0
6122026-03-26T04:08:23.344Z Compiling unicode-linebreak v0.1.5
6132026-03-26T04:08:23.345Z Compiling crc32fast v1.5.0
6142026-03-26T04:08:23.345Z Compiling lazy_static v1.5.0
6152026-03-26T04:08:23.345Z Compiling ipnet v2.12.0
6162026-03-26T04:08:23.345Z Compiling unicode-segmentation v1.13.1
6172026-03-26T04:08:23.345Z Compiling parking_lot_core v0.9.12
6182026-03-26T04:08:23.345Z Compiling base64 v0.22.1
6192026-03-26T04:08:23.345Z Compiling toml_write v0.1.2
6202026-03-26T04:08:23.345Z Compiling convert_case v0.10.0
6212026-03-26T04:08:23.345Z Compiling hyper-util v0.1.20
6222026-03-26T04:08:23.345Z Compiling toml_edit v0.22.27
6232026-03-26T04:08:23.345Z Compiling tokio-rustls v0.26.4
6242026-03-26T04:08:23.345Z Compiling sharded-slab v0.1.7
6252026-03-26T04:08:23.345Z Compiling textwrap v0.16.2
6262026-03-26T04:08:24.762Z Compiling supports-color v3.0.2
6272026-03-26T04:08:24.791Z Compiling tower v0.5.3
6282026-03-26T04:08:24.791Z Compiling hashbrown v0.15.5
6292026-03-26T04:08:24.791Z Compiling backtrace-ext v0.2.1
6302026-03-26T04:08:24.791Z Compiling ordered-float v2.10.1
6312026-03-26T04:08:24.791Z Compiling miette-derive v7.6.0
6322026-03-26T04:08:25.516Z Compiling webpki-roots v1.0.6
6332026-03-26T04:08:25.539Z Compiling pathdiff v0.2.3
6342026-03-26T04:08:25.539Z Compiling console v0.15.11
6352026-03-26T04:08:25.539Z Compiling cargo-platform v0.3.2
6362026-03-26T04:08:25.539Z Compiling tracing-log v0.2.0
6372026-03-26T04:08:25.589Z Compiling os_pipe v1.2.3
6382026-03-26T04:08:26.176Z Compiling thread_local v1.1.9
6392026-03-26T04:08:26.195Z Compiling fixedbitset v0.5.7
6402026-03-26T04:08:26.195Z Compiling zstd-safe v7.2.4
6412026-03-26T04:08:26.195Z Compiling ryu v1.0.23
6422026-03-26T04:08:27.240Z Compiling unicode-width v0.1.14
6432026-03-26T04:08:27.276Z Compiling winnow v1.0.0
6442026-03-26T04:08:27.276Z Compiling supports-unicode v3.0.0
6452026-03-26T04:08:27.276Z Compiling debug-ignore v1.0.5
6462026-03-26T04:08:27.276Z Compiling cfg_aliases v0.2.1
6472026-03-26T04:08:27.276Z Compiling iri-string v0.7.11
6482026-03-26T04:08:27.276Z Compiling scopeguard v1.2.0
6492026-03-26T04:08:27.276Z Compiling supports-hyperlinks v3.2.0
6502026-03-26T04:08:27.276Z Compiling pulldown-cmark v0.13.3
6512026-03-26T04:08:27.276Z Compiling utf8parse v0.2.2
6522026-03-26T04:08:27.276Z Compiling rustix v0.38.44
6532026-03-26T04:08:27.276Z Compiling anstyle-parse v1.0.0
6542026-03-26T04:08:27.276Z Compiling miette v7.6.0
6552026-03-26T04:08:27.321Z Compiling lock_api v0.4.14
6562026-03-26T04:08:27.775Z Compiling toml_parser v1.1.0+spec-1.1.0
6572026-03-26T04:08:27.782Z Compiling nix v0.30.1
6582026-03-26T04:08:28.151Z Compiling tower-http v0.6.8
6592026-03-26T04:08:28.887Z Compiling serde_urlencoded v0.7.1
6602026-03-26T04:08:29.109Z Compiling petgraph v0.8.3
6612026-03-26T04:08:29.140Z Compiling tracing-subscriber v0.3.23
6622026-03-26T04:08:29.167Z Compiling sigchld v0.2.4
6632026-03-26T04:08:29.367Z Compiling cargo_metadata v0.23.1
6642026-03-26T04:08:29.980Z Compiling hyper-rustls v0.27.7
6652026-03-26T04:08:30.654Z Compiling serde-value v0.7.0
6662026-03-26T04:08:30.995Z Compiling serde-untagged v0.1.9
6672026-03-26T04:08:31.300Z Compiling toml v0.8.23
6682026-03-26T04:08:31.966Z Compiling derive_more-impl v2.1.1
6692026-03-26T04:08:32.342Z Compiling itertools v0.14.0
6702026-03-26T04:08:32.428Z Compiling regex v1.12.3
6712026-03-26T04:08:32.506Z Compiling crypto-common v0.1.7
6722026-03-26T04:08:32.646Z Compiling block-buffer v0.10.4
6732026-03-26T04:08:32.777Z Compiling ppv-lite86 v0.2.21
6742026-03-26T04:08:32.804Z Compiling futures-executor v0.3.32
6752026-03-26T04:08:33.106Z Compiling rand_core v0.9.5
6762026-03-26T04:08:33.339Z Compiling pin-project-internal v1.1.11
6772026-03-26T04:08:33.366Z Compiling http-body-util v0.1.3
6782026-03-26T04:08:33.629Z Compiling uuid v1.22.0
6792026-03-26T04:08:33.800Z Compiling serde_spanned v1.1.0
6802026-03-26T04:08:33.867Z Compiling smol_str v0.3.6
6812026-03-26T04:08:33.958Z Compiling toml_datetime v1.1.0+spec-1.1.0
6822026-03-26T04:08:34.161Z Compiling filetime v0.2.27
6832026-03-26T04:08:34.199Z Compiling bstr v1.12.1
6842026-03-26T04:08:34.211Z Compiling vte v0.14.1
6852026-03-26T04:08:34.362Z Compiling colorchoice v1.0.5
6862026-03-26T04:08:34.376Z Compiling color-spantrace v0.3.0
6872026-03-26T04:08:34.427Z Compiling self_update v0.42.0
6882026-03-26T04:08:34.482Z Compiling eyre v0.6.12
6892026-03-26T04:08:34.544Z Compiling litrs v1.0.0
6902026-03-26T04:08:34.662Z Compiling is_terminal_polyfill v1.70.2
6912026-03-26T04:08:34.674Z Compiling nested v0.1.1
6922026-03-26T04:08:34.782Z Compiling anstyle-query v1.1.5
6932026-03-26T04:08:34.796Z Compiling iana-time-zone v0.1.65
6942026-03-26T04:08:34.868Z Compiling xattr v1.6.1
6952026-03-26T04:08:34.880Z Compiling anstyle v1.0.14
6962026-03-26T04:08:34.891Z Compiling unicase v2.9.0
6972026-03-26T04:08:34.928Z Compiling unicode-xid v0.2.6
6982026-03-26T04:08:34.988Z Compiling number_prefix v0.4.0
6992026-03-26T04:08:35.056Z Compiling static_assertions v1.1.0
7002026-03-26T04:08:35.069Z Compiling tinyvec_macros v0.1.1
7012026-03-26T04:08:35.137Z Compiling guppy v0.17.25
7022026-03-26T04:08:35.150Z Compiling tinyvec v1.11.0
7032026-03-26T04:08:35.160Z Compiling indicatif v0.17.11
7042026-03-26T04:08:35.163Z Compiling anstream v1.0.0
7052026-03-26T04:08:35.163Z Compiling cargo-util-schemas v0.2.0
7062026-03-26T04:08:35.562Z Compiling document-features v0.2.12
7072026-03-26T04:08:35.647Z Compiling tar v0.4.45
7082026-03-26T04:08:36.111Z Compiling chrono v0.4.44
7092026-03-26T04:08:36.770Z Compiling globset v0.4.18
7102026-03-26T04:08:37.613Z Compiling pin-project v1.1.11
7112026-03-26T04:08:37.721Z Compiling strip-ansi-escapes v0.2.1
7122026-03-26T04:08:38.231Z Compiling toml v1.1.0+spec-1.1.0
7132026-03-26T04:08:38.234Z Compiling nextest-metadata v0.12.2
7142026-03-26T04:08:38.305Z Compiling newtype-uuid v1.3.2
7152026-03-26T04:08:38.496Z Compiling reqwest v0.12.28
7162026-03-26T04:08:38.751Z Compiling rand_chacha v0.9.0
7172026-03-26T04:08:39.319Z Compiling futures v0.3.32
7182026-03-26T04:08:39.406Z Compiling derive_more v2.1.1
7192026-03-26T04:08:39.492Z Compiling digest v0.10.7
7202026-03-26T04:08:39.505Z Compiling parking_lot v0.12.5
7212026-03-26T04:08:39.714Z Compiling flate2 v1.1.9
7222026-03-26T04:08:40.007Z Compiling tracing-error v0.2.1
7232026-03-26T04:08:40.241Z Compiling shared_child v1.1.1
7242026-03-26T04:08:40.587Z Compiling signal-hook-mio v0.2.5
7252026-03-26T04:08:40.600Z Compiling self-replace v1.5.0
7262026-03-26T04:08:40.720Z Compiling cargo-platform v0.2.0
7272026-03-26T04:08:40.890Z Compiling quick-xml v0.38.4
7282026-03-26T04:08:41.279Z Compiling quick-xml v0.37.5
7292026-03-26T04:08:41.447Z Compiling shell-words v1.1.1
7302026-03-26T04:08:41.740Z Compiling recursion v0.5.4
7312026-03-26T04:08:41.877Z Compiling heck v0.5.0
7322026-03-26T04:08:41.925Z Compiling cpufeatures v0.2.17
7332026-03-26T04:08:42.007Z Compiling clap_lex v1.1.0
7342026-03-26T04:08:42.080Z Compiling indenter v0.3.4
7352026-03-26T04:08:42.215Z Compiling urlencoding v2.1.3
7362026-03-26T04:08:42.457Z Compiling strsim v0.11.1
7372026-03-26T04:08:42.516Z Compiling humantime v2.3.0
7382026-03-26T04:08:42.829Z Compiling humantime-serde v1.1.1
7392026-03-26T04:08:42.944Z Compiling clap_builder v4.6.0
7402026-03-26T04:08:43.283Z Compiling clap_derive v4.6.0
7412026-03-26T04:08:43.376Z Compiling sha2 v0.10.9
7422026-03-26T04:08:43.502Z Compiling nextest-filtering v0.15.0
7432026-03-26T04:08:44.585Z Compiling quick-junit v0.5.2
7442026-03-26T04:08:45.071Z Compiling atomicwrites v0.4.4
7452026-03-26T04:08:45.368Z Compiling cargo_metadata v0.20.0
7462026-03-26T04:08:47.440Z Compiling crossterm v0.29.0
7472026-03-26T04:08:47.702Z Compiling cargo-nextest v0.9.97
7482026-03-26T04:08:48.743Z Compiling duct v0.13.7
7492026-03-26T04:08:49.112Z Compiling zstd v0.13.3
7502026-03-26T04:08:49.220Z Compiling async-scoped v0.9.0
7512026-03-26T04:08:49.306Z Compiling rand v0.9.2
7522026-03-26T04:08:49.420Z Compiling config v0.15.22
7532026-03-26T04:08:49.563Z Compiling unicode-normalization v0.1.25
7542026-03-26T04:08:50.062Z Compiling target-spec-miette v0.4.5
7552026-03-26T04:08:50.168Z Compiling future-queue v0.4.0
7562026-03-26T04:08:50.450Z Compiling mukti-metadata v0.3.0
7572026-03-26T04:08:50.483Z Compiling tokio-stream v0.1.18
7582026-03-26T04:08:50.508Z Compiling camino-tempfile v1.4.1
7592026-03-26T04:08:50.520Z Compiling derive-where v1.6.1
7602026-03-26T04:08:50.686Z Compiling serde_ignored v0.1.14
7612026-03-26T04:08:50.926Z Compiling serde_path_to_error v0.1.20
7622026-03-26T04:08:50.944Z Compiling hex v0.4.3
7632026-03-26T04:08:50.944Z Compiling home v0.5.12
7642026-03-26T04:08:51.122Z Compiling xxhash-rust v0.8.15
7652026-03-26T04:08:51.136Z Compiling swrite v0.1.0
7662026-03-26T04:08:51.229Z Compiling indent_write v2.2.0
7672026-03-26T04:08:51.242Z Compiling color-eyre v0.6.5
7682026-03-26T04:08:51.323Z Compiling clap v4.6.0
7692026-03-26T04:08:51.374Z Compiling dialoguer v0.11.0
7702026-03-26T04:08:51.387Z Compiling enable-ansi-support v0.2.1
7712026-03-26T04:08:51.745Z Compiling nextest-runner v0.80.0
7722026-03-26T04:09:09.977Z Finished `release` profile [optimized] target(s) in 1m 11s
7732026-03-26T04:09:10.157Z Installing /home/build/.cargo/bin/cargo-nextest
7742026-03-26T04:09:10.161Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7752026-03-26T04:09:10.280Z+ pushd mg-lower
7762026-03-26T04:09:10.283Z/work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite
7772026-03-26T04:09:10.283Z+ cargo nextest run
7782026-03-26T04:09:10.441Z Updating git repository `https://github.com/oxidecomputer/falcon`
7792026-03-26T04:09:11.030ZFrom https://github.com/oxidecomputer/falcon
7802026-03-26T04:09:11.031Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7812026-03-26T04:09:11.107Z Updating crates.io index
7822026-03-26T04:09:11.110Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7832026-03-26T04:09:11.833ZFrom https://github.com/oxidecomputer/dendrite
7842026-03-26T04:09:11.833Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7852026-03-26T04:09:11.899Z Updating git repository `https://github.com/oxidecomputer/ispf`
7862026-03-26T04:09:12.160ZFrom https://github.com/oxidecomputer/ispf
7872026-03-26T04:09:12.161Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7882026-03-26T04:09:12.217Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7892026-03-26T04:09:12.602ZFrom https://github.com/oxidecomputer/netadm-sys
7902026-03-26T04:09:12.602Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7912026-03-26T04:09:12.610Z Updating git repository `https://github.com/oxidecomputer/omicron`
7922026-03-26T04:09:20.476ZFrom https://github.com/oxidecomputer/omicron
7932026-03-26T04:09:20.476Z * [new ref] 48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166 -> refs/commit/48dd241a32e3d1bf92fb5b79bc5a38baa0fe3166
7942026-03-26T04:09:20.901Z Updating git repository `https://github.com/oxidecomputer/opte`
7952026-03-26T04:09:21.515ZFrom https://github.com/oxidecomputer/opte
7962026-03-26T04:09:21.515Z * [new ref] e547d07b08c3f3d6c821c9eb7a958adcffce6e56 -> refs/commit/e547d07b08c3f3d6c821c9eb7a958adcffce6e56
7972026-03-26T04:09:21.546Z Updating git repository `https://github.com/illumos/smf-rs`
7982026-03-26T04:09:21.825ZFrom https://github.com/illumos/smf-rs
7992026-03-26T04:09:21.825Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8002026-03-26T04:09:21.999Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8012026-03-26T04:09:22.284ZFrom https://github.com/oxidecomputer/network-interface
8022026-03-26T04:09:22.284Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8032026-03-26T04:09:22.446Z Updating git repository `https://github.com/oxidecomputer/zone`
8042026-03-26T04:09:22.699ZFrom https://github.com/oxidecomputer/zone
8052026-03-26T04:09:22.699Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8062026-03-26T04:09:22.728Z Updating git repository `https://github.com/oxidecomputer/propolis`
8072026-03-26T04:09:23.880ZFrom https://github.com/oxidecomputer/propolis
8082026-03-26T04:09:23.880Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8092026-03-26T04:09:23.946Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8102026-03-26T04:09:24.393ZFrom https://github.com/oxidecomputer/transceiver-control
8112026-03-26T04:09:24.393Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8122026-03-26T04:09:24.523Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8132026-03-26T04:09:24.787ZFrom https://github.com/oxidecomputer/dlpi-sys
8142026-03-26T04:09:24.787Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8152026-03-26T04:09:24.805Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8162026-03-26T04:09:25.105ZFrom https://github.com/jmesmon/rust-libzfs
8172026-03-26T04:09:25.105Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8182026-03-26T04:09:25.112Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8192026-03-26T04:09:25.366ZFrom https://github.com/oxidecomputer/rusty-doors
8202026-03-26T04:09:25.366Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8212026-03-26T04:09:25.375Z Updating git repository `https://github.com/oxidecomputer/lldp`
8222026-03-26T04:09:25.704ZFrom https://github.com/oxidecomputer/lldp
8232026-03-26T04:09:25.704Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8242026-03-26T04:09:25.758Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8252026-03-26T04:09:25.994ZFrom https://github.com/oxidecomputer/slog-error-chain
8262026-03-26T04:09:25.994Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8272026-03-26T04:09:26.103Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8282026-03-26T04:09:26.379ZFrom https://github.com/oxidecomputer/tufaceous
8292026-03-26T04:09:26.379Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8302026-03-26T04:09:26.408Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8312026-03-26T04:09:26.849ZFrom https://github.com/oxidecomputer/management-gateway-service
8322026-03-26T04:09:26.849Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8332026-03-26T04:09:26.922Z Updating git repository `https://github.com/oxidecomputer/crucible`
8342026-03-26T04:09:27.807ZFrom https://github.com/oxidecomputer/crucible
8352026-03-26T04:09:27.807Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8362026-03-26T04:09:27.864Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8372026-03-26T04:09:28.113ZFrom https://github.com/oxidecomputer/serde_human_bytes
8382026-03-26T04:09:28.113Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8392026-03-26T04:09:28.273Z Updating git repository `https://github.com/oxidecomputer/propolis`
8402026-03-26T04:09:28.652ZFrom https://github.com/oxidecomputer/propolis
8412026-03-26T04:09:28.652Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8422026-03-26T04:09:28.917Z Updating git repository `https://github.com/oxidecomputer/tofino`
8432026-03-26T04:09:29.180ZFrom https://github.com/oxidecomputer/tofino
8442026-03-26T04:09:29.180Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8452026-03-26T04:09:29.198Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8462026-03-26T04:09:29.719ZFrom https://github.com/oxidecomputer/maghemite
8472026-03-26T04:09:29.719Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8482026-03-26T04:09:29.764Z Updating git repository `https://github.com/oxidecomputer/clickward`
8492026-03-26T04:09:30.025ZFrom https://github.com/oxidecomputer/clickward
8502026-03-26T04:09:30.025Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8512026-03-26T04:09:30.074Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8522026-03-26T04:09:30.437ZFrom https://github.com/oxidecomputer/illumos-devinfo
8532026-03-26T04:09:30.437Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8542026-03-26T04:09:30.634Z Updating git repository `https://github.com/oxidecomputer/crucible`
8552026-03-26T04:09:30.957ZFrom https://github.com/oxidecomputer/crucible
8562026-03-26T04:09:30.957Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8572026-03-26T04:09:31.861Z Downloading crates ...
8582026-03-26T04:09:31.971Z Downloaded base16ct v0.2.0
8592026-03-26T04:09:31.981Z Downloaded foreign-types-macros v0.2.3
8602026-03-26T04:09:31.988Z Downloaded newtype-uuid-macros v0.1.0
8612026-03-26T04:09:31.991Z Downloaded base16ct v1.0.0
8622026-03-26T04:09:31.991Z Downloaded async-stream v0.3.6
8632026-03-26T04:09:31.994Z Downloaded instant v0.1.13
8642026-03-26T04:09:31.994Z Downloaded icu_locale_core v2.1.1
8652026-03-26T04:09:31.997Z Downloaded hash32 v0.3.1
8662026-03-26T04:09:32.001Z Downloaded async-trait v0.1.89
8672026-03-26T04:09:32.001Z Downloaded compression-codecs v0.4.37
8682026-03-26T04:09:32.004Z Downloaded backoff v0.4.0
8692026-03-26T04:09:32.004Z Downloaded defmt v1.0.1
8702026-03-26T04:09:32.007Z Downloaded indicatif v0.18.4
8712026-03-26T04:09:32.010Z Downloaded arrayref v0.3.9
8722026-03-26T04:09:32.010Z Downloaded async-stream-impl v0.3.6
8732026-03-26T04:09:32.010Z Downloaded async-recursion v1.1.1
8742026-03-26T04:09:32.014Z Downloaded minimal-lexical v0.2.1
8752026-03-26T04:09:32.017Z Downloaded bytecount v0.6.9
8762026-03-26T04:09:32.017Z Downloaded erased-serde v0.3.31
8772026-03-26T04:09:32.017Z Downloaded bit-vec v0.8.0
8782026-03-26T04:09:32.020Z Downloaded httpdate v1.0.3
8792026-03-26T04:09:32.020Z Downloaded highway v1.3.0
8802026-03-26T04:09:32.020Z Downloaded backon v1.6.0
8812026-03-26T04:09:32.023Z Downloaded bcs v0.1.6
8822026-03-26T04:09:32.023Z Downloaded arrayvec v0.7.6
8832026-03-26T04:09:32.026Z Downloaded hubpack_derive v0.1.1
8842026-03-26T04:09:32.026Z Downloaded hostname v0.4.2
8852026-03-26T04:09:32.026Z Downloaded linked-hash-map v0.5.6
8862026-03-26T04:09:32.029Z Downloaded bitflags v1.3.2
8872026-03-26T04:09:32.029Z Downloaded heck v0.4.1
8882026-03-26T04:09:32.032Z Downloaded allocator-api2 v0.2.21
8892026-03-26T04:09:32.032Z Downloaded hostname v0.3.1
8902026-03-26T04:09:32.032Z Downloaded ciborium-io v0.2.2
8912026-03-26T04:09:32.035Z Downloaded bit-set v0.8.0
8922026-03-26T04:09:32.035Z Downloaded aead v0.5.2
8932026-03-26T04:09:32.035Z Downloaded blake2 v0.10.6
8942026-03-26T04:09:32.039Z Downloaded defmt-parser v1.0.0
8952026-03-26T04:09:32.042Z Downloaded managed v0.8.0
8962026-03-26T04:09:32.045Z Downloaded libscf-sys v1.1.0
8972026-03-26T04:09:32.045Z Downloaded group v0.13.0
8982026-03-26T04:09:32.045Z Downloaded cstr-argument v0.1.2
8992026-03-26T04:09:32.049Z Downloaded darling_macro v0.23.0
9002026-03-26T04:09:32.049Z Downloaded match_cfg v0.1.0
9012026-03-26T04:09:32.049Z Downloaded dropshot-api-manager-types v0.5.2
9022026-03-26T04:09:32.052Z Downloaded dof v0.4.0
9032026-03-26T04:09:32.052Z Downloaded crc8 v0.1.1
9042026-03-26T04:09:32.052Z Downloaded inout v0.1.4
9052026-03-26T04:09:32.055Z Downloaded hubpack v0.1.2
9062026-03-26T04:09:32.055Z Downloaded darling_macro v0.21.3
9072026-03-26T04:09:32.055Z Downloaded internet-checksum v0.2.1
9082026-03-26T04:09:32.058Z Downloaded fxhash v0.2.1
9092026-03-26T04:09:32.058Z Downloaded ciborium-ll v0.2.2
9102026-03-26T04:09:32.058Z Downloaded byte-wrapper v0.1.0
9112026-03-26T04:09:32.061Z Downloaded num_threads v0.1.7
9122026-03-26T04:09:32.061Z Downloaded fixedbitset v0.4.2
9132026-03-26T04:09:32.065Z Downloaded memmap v0.7.0
9142026-03-26T04:09:32.068Z Downloaded num-derive v0.4.2
9152026-03-26T04:09:32.068Z Downloaded float-ord v0.3.2
9162026-03-26T04:09:32.068Z Downloaded dof v0.3.0
9172026-03-26T04:09:32.068Z Downloaded natord v1.0.9
9182026-03-26T04:09:32.071Z Downloaded memoffset v0.9.1
9192026-03-26T04:09:32.071Z Downloaded num v0.4.3
9202026-03-26T04:09:32.071Z Downloaded no-std-compat v0.4.1
9212026-03-26T04:09:32.071Z Downloaded cpufeatures v0.3.0
9222026-03-26T04:09:32.074Z Downloaded ipnetwork v0.21.1
9232026-03-26T04:09:32.074Z Downloaded compression-core v0.4.31
9242026-03-26T04:09:32.074Z Downloaded newtype_derive v0.1.6
9252026-03-26T04:09:32.077Z Downloaded foreign-types-shared v0.3.1
9262026-03-26T04:09:32.077Z Downloaded macaddr v1.0.1
9272026-03-26T04:09:32.080Z Downloaded crunchy v0.2.4
9282026-03-26T04:09:32.083Z Downloaded convert_case v0.4.0
9292026-03-26T04:09:32.083Z Downloaded newline-converter v0.3.0
9302026-03-26T04:09:32.083Z Downloaded embedded-io v0.6.1
9312026-03-26T04:09:32.087Z Downloaded idna_adapter v1.2.1
9322026-03-26T04:09:32.087Z Downloaded const-random-macro v0.1.16
9332026-03-26T04:09:32.091Z Downloaded embedded-io v0.4.0
9342026-03-26T04:09:32.091Z Downloaded is-terminal v0.4.17
9352026-03-26T04:09:32.091Z Downloaded lru-cache v0.1.2
9362026-03-26T04:09:32.094Z Downloaded git-stub v1.0.0
9372026-03-26T04:09:32.094Z Downloaded dtrace-parser v0.3.0
9382026-03-26T04:09:32.094Z Downloaded num-iter v0.1.45
9392026-03-26T04:09:32.094Z Downloaded defmt v0.3.100
9402026-03-26T04:09:32.097Z Downloaded ident_case v1.0.1
9412026-03-26T04:09:32.097Z Downloaded enum-as-inner v0.6.1
9422026-03-26T04:09:32.100Z Downloaded foreign-types v0.5.0
9432026-03-26T04:09:32.104Z Downloaded num-conv v0.2.0
9442026-03-26T04:09:32.107Z Downloaded keccak v0.1.6
9452026-03-26T04:09:32.107Z Downloaded gethostname v0.5.0
9462026-03-26T04:09:32.107Z Downloaded num_enum_derive v0.5.11
9472026-03-26T04:09:32.111Z Downloaded opaque-debug v0.3.1
9482026-03-26T04:09:32.114Z Downloaded olpc-cjson v0.1.4
9492026-03-26T04:09:32.114Z Downloaded omicron-workspace-hack v0.1.0
9502026-03-26T04:09:32.114Z Downloaded num-derive v0.3.3
9512026-03-26T04:09:32.117Z Downloaded mime v0.3.17
9522026-03-26T04:09:32.117Z Downloaded crucible-workspace-hack v0.1.0
9532026-03-26T04:09:32.119Z Downloaded dunce v1.0.5
9542026-03-26T04:09:32.119Z Downloaded const-random v0.1.18
9552026-03-26T04:09:32.119Z Downloaded ff v0.13.1
9562026-03-26T04:09:32.120Z Downloaded cobs v0.3.0
9572026-03-26T04:09:32.122Z Downloaded num-complex v0.4.6
9582026-03-26T04:09:32.122Z Downloaded git-stub-vcs v0.1.0
9592026-03-26T04:09:32.126Z Downloaded deranged v0.5.8
9602026-03-26T04:09:32.126Z Downloaded num_enum v0.5.11
9612026-03-26T04:09:32.131Z Downloaded parse-display v0.10.0
9622026-03-26T04:09:32.134Z Downloaded base64 v0.21.7
9632026-03-26T04:09:32.137Z Downloaded pretty-hex v0.4.2
9642026-03-26T04:09:32.137Z Downloaded phf_shared v0.12.1
9652026-03-26T04:09:32.137Z Downloaded memmap2 v0.9.10
9662026-03-26T04:09:32.140Z Downloaded hmac v0.12.1
9672026-03-26T04:09:32.140Z Downloaded libsw v3.5.0
9682026-03-26T04:09:32.140Z Downloaded dyn-clone v1.0.20
9692026-03-26T04:09:32.143Z Downloaded hashbrown v0.12.3
9702026-03-26T04:09:32.146Z Downloaded potential_utf v0.1.4
9712026-03-26T04:09:32.149Z Downloaded powerfmt v0.2.0
9722026-03-26T04:09:32.149Z Downloaded proc-macro-error-attr2 v2.0.0
9732026-03-26T04:09:32.149Z Downloaded proc-macro-crate v3.5.0
9742026-03-26T04:09:32.152Z Downloaded progenitor-macro v0.10.0
9752026-03-26T04:09:32.152Z Downloaded plain v0.2.3
9762026-03-26T04:09:32.154Z Downloaded proc-macro-error-attr v1.0.4
9772026-03-26T04:09:32.157Z Downloaded defmt-macros v1.0.1
9782026-03-26T04:09:32.157Z Downloaded csv-core v0.1.13
9792026-03-26T04:09:32.160Z Downloaded linear-map v1.2.0
9802026-03-26T04:09:32.160Z Downloaded ingot v0.1.1
9812026-03-26T04:09:32.163Z Downloaded libsw-core v0.3.2
9822026-03-26T04:09:32.163Z Downloaded displaydoc v0.2.5
9832026-03-26T04:09:32.166Z Downloaded fs-err v3.3.0
9842026-03-26T04:09:32.166Z Downloaded argon2 v0.5.3
9852026-03-26T04:09:32.169Z Downloaded num_enum_derive v0.7.6
9862026-03-26T04:09:32.172Z Downloaded multer v3.1.0
9872026-03-26T04:09:32.172Z Downloaded num-rational v0.4.2
9882026-03-26T04:09:32.172Z Downloaded daft v0.1.5
9892026-03-26T04:09:32.175Z Downloaded ingot-types v0.1.2
9902026-03-26T04:09:32.175Z Downloaded chacha20 v0.9.1
9912026-03-26T04:09:32.178Z Downloaded ref-cast v1.0.25
9922026-03-26T04:09:32.181Z Downloaded rustc_version v0.1.7
9932026-03-26T04:09:32.181Z Downloaded ref-cast-impl v1.0.25
9942026-03-26T04:09:32.181Z Downloaded progenitor-client v0.11.2
9952026-03-26T04:09:32.181Z Downloaded darling v0.21.3
9962026-03-26T04:09:32.184Z Downloaded const_format_proc_macros v0.2.34
9972026-03-26T04:09:32.187Z Downloaded chacha20 v0.10.0
9982026-03-26T04:09:32.187Z Downloaded pem v3.0.6
9992026-03-26T04:09:32.190Z Downloaded cancel-safe-futures v0.1.5
10002026-03-26T04:09:32.190Z Downloaded drift v0.1.3
10012026-03-26T04:09:32.193Z Downloaded num-integer v0.1.46
10022026-03-26T04:09:32.196Z Downloaded oxnet v0.1.4
10032026-03-26T04:09:32.196Z Downloaded cmake v0.1.57
10042026-03-26T04:09:32.196Z Downloaded crossbeam-deque v0.8.6
10052026-03-26T04:09:32.199Z Downloaded byteorder v1.5.0
10062026-03-26T04:09:32.199Z Downloaded rand_xorshift v0.4.0
10072026-03-26T04:09:32.199Z Downloaded quick-error v1.2.3
10082026-03-26T04:09:32.202Z Downloaded progenitor-macro v0.13.0
10092026-03-26T04:09:32.202Z Downloaded progenitor-macro v0.11.2
10102026-03-26T04:09:32.202Z Downloaded progenitor-client v0.10.0
10112026-03-26T04:09:32.202Z Downloaded constant_time_eq v0.4.2
10122026-03-26T04:09:32.205Z Downloaded proc-macro-crate v1.3.1
10132026-03-26T04:09:32.205Z Downloaded icu_collections v2.1.1
10142026-03-26T04:09:32.208Z Downloaded cargo_toml v0.22.3
10152026-03-26T04:09:32.208Z Downloaded rand_chacha v0.3.1
10162026-03-26T04:09:32.212Z Downloaded phf v0.12.1
10172026-03-26T04:09:32.215Z Downloaded same-file v1.0.6
10182026-03-26T04:09:32.215Z Downloaded scroll_derive v0.13.1
10192026-03-26T04:09:32.218Z Downloaded serde-big-array v0.5.1
10202026-03-26T04:09:32.218Z Downloaded secrecy v0.10.3
10212026-03-26T04:09:32.221Z Downloaded semver v0.1.20
10222026-03-26T04:09:32.221Z Downloaded sha1 v0.10.6
10232026-03-26T04:09:32.224Z Downloaded parse-display-derive v0.10.0
10242026-03-26T04:09:32.224Z Downloaded paste v1.0.15
10252026-03-26T04:09:32.227Z Downloaded cipher v0.4.4
10262026-03-26T04:09:32.227Z Downloaded dtrace-parser v0.2.0
10272026-03-26T04:09:32.227Z Downloaded progenitor-client v0.13.0
10282026-03-26T04:09:32.227Z Downloaded progenitor v0.13.0
10292026-03-26T04:09:32.230Z Downloaded progenitor v0.11.2
10302026-03-26T04:09:32.230Z Downloaded password-hash v0.5.0
10312026-03-26T04:09:32.230Z Downloaded parking_lot_core v0.8.6
10322026-03-26T04:09:32.233Z Downloaded poly1305 v0.8.0
10332026-03-26T04:09:32.233Z Downloaded ingot-macros v0.1.1
10342026-03-26T04:09:32.236Z Downloaded scroll_derive v0.12.1
10352026-03-26T04:09:32.236Z Downloaded num_enum v0.7.6
10362026-03-26T04:09:32.239Z Downloaded serde_plain v1.0.2
10372026-03-26T04:09:32.239Z Downloaded darling v0.23.0
10382026-03-26T04:09:32.241Z Downloaded sigpipe v0.1.3
10392026-03-26T04:09:32.244Z Downloaded siphasher v1.0.2
10402026-03-26T04:09:32.244Z Downloaded serde_repr v0.1.20
10412026-03-26T04:09:32.245Z Downloaded slog-envlogger v2.2.0
10422026-03-26T04:09:32.248Z Downloaded colored v3.1.1
10432026-03-26T04:09:32.248Z Downloaded anyhow v1.0.102
10442026-03-26T04:09:32.250Z Downloaded ciborium v0.2.2
10452026-03-26T04:09:32.253Z Downloaded serial_test_derive v3.4.0
10462026-03-26T04:09:32.253Z Downloaded rand_core v0.10.0
10472026-03-26T04:09:32.253Z Downloaded hickory-resolver v0.25.2
10482026-03-26T04:09:32.256Z Downloaded half v2.7.1
10492026-03-26T04:09:32.259Z Downloaded proc-macro-error2 v2.0.1
10502026-03-26T04:09:32.259Z Downloaded omicron-zone-package v0.12.2
10512026-03-26T04:09:32.262Z Downloaded console v0.16.3
10522026-03-26T04:09:32.262Z Downloaded fs_extra v1.3.0
10532026-03-26T04:09:32.266Z Downloaded diff v0.1.13
10542026-03-26T04:09:32.266Z Downloaded progenitor-extras v0.1.1
10552026-03-26T04:09:32.266Z Downloaded smawk v0.3.2
10562026-03-26T04:09:32.269Z Downloaded spin v0.5.2
10572026-03-26T04:09:32.269Z Downloaded stable_deref_trait v1.2.1
10582026-03-26T04:09:32.269Z Downloaded icu_normalizer_data v2.1.1
10592026-03-26T04:09:32.272Z Downloaded derive-ex v0.1.8
10602026-03-26T04:09:32.272Z Downloaded async-compression v0.4.41
10612026-03-26T04:09:32.275Z Downloaded structmeta v0.3.0
10622026-03-26T04:09:32.275Z Downloaded scroll v0.12.0
10632026-03-26T04:09:32.278Z Downloaded rustls-pemfile v2.2.0
10642026-03-26T04:09:32.278Z Downloaded rusty-fork v0.3.1
10652026-03-26T04:09:32.278Z Downloaded resolv-conf v0.7.6
10662026-03-26T04:09:32.282Z Downloaded scroll v0.13.0
10672026-03-26T04:09:32.282Z Downloaded tabled_derive v0.7.0
10682026-03-26T04:09:32.282Z Downloaded strum v0.27.2
10692026-03-26T04:09:32.282Z Downloaded take_mut v0.2.2
10702026-03-26T04:09:32.285Z Downloaded tabled_derive v0.11.0
10712026-03-26T04:09:32.285Z Downloaded rustversion v1.0.22
10722026-03-26T04:09:32.285Z Downloaded strum v0.26.3
10732026-03-26T04:09:32.288Z Downloaded structmeta-derive v0.3.0
10742026-03-26T04:09:32.288Z Downloaded progenitor v0.10.0
10752026-03-26T04:09:32.288Z Downloaded thread-id v4.2.2
10762026-03-26T04:09:32.288Z Downloaded tabwriter v1.4.1
10772026-03-26T04:09:32.291Z Downloaded schemars_derive v0.8.22
10782026-03-26T04:09:32.291Z Downloaded serde_derive_internals v0.29.1
10792026-03-26T04:09:32.291Z Downloaded sdd v3.0.10
10802026-03-26T04:09:32.294Z Downloaded heapless v0.8.0
10812026-03-26T04:09:32.294Z Downloaded pest_derive v2.8.6
10822026-03-26T04:09:32.297Z Downloaded parking_lot v0.11.2
10832026-03-26T04:09:32.297Z Downloaded proc-macro-error v1.0.4
10842026-03-26T04:09:32.300Z Downloaded postcard v1.1.3
10852026-03-26T04:09:32.300Z Downloaded thiserror-impl-no-std v2.0.2
10862026-03-26T04:09:32.303Z Downloaded tagptr v0.2.0
10872026-03-26T04:09:32.303Z Downloaded papergrid v0.17.0
10882026-03-26T04:09:32.306Z Downloaded testing_table v0.3.0
10892026-03-26T04:09:32.306Z Downloaded termtree v0.5.1
10902026-03-26T04:09:32.309Z Downloaded slog-dtrace v0.3.0
10912026-03-26T04:09:32.309Z Downloaded thread-id v5.1.0
10922026-03-26T04:09:32.309Z Downloaded slog-async v2.8.0
10932026-03-26T04:09:32.309Z Downloaded icu_provider v2.1.1
10942026-03-26T04:09:32.312Z Downloaded topological-sort v0.2.2
10952026-03-26T04:09:32.312Z Downloaded smf v0.2.3
10962026-03-26T04:09:32.312Z Downloaded slog-stdlog v4.1.1
10972026-03-26T04:09:32.315Z Downloaded slog-scope v4.4.1
10982026-03-26T04:09:32.315Z Downloaded icu_properties v2.1.2
10992026-03-26T04:09:32.315Z Downloaded slog-bunyan v2.5.0
11002026-03-26T04:09:32.318Z Downloaded oxide-tokio-rt v0.1.3
11012026-03-26T04:09:32.318Z Downloaded data-encoding v2.10.0
11022026-03-26T04:09:32.318Z Downloaded indexmap v1.9.3
11032026-03-26T04:09:32.321Z Downloaded serial_test v3.4.0
11042026-03-26T04:09:32.321Z Downloaded critical-section v1.2.0
11052026-03-26T04:09:32.321Z Downloaded cookie v0.18.1
11062026-03-26T04:09:32.324Z Downloaded daft-derive v0.1.5
11072026-03-26T04:09:32.327Z Downloaded crossbeam-utils v0.8.21
11082026-03-26T04:09:32.327Z Downloaded crossbeam-epoch v0.9.18
11092026-03-26T04:09:32.330Z Downloaded litemap v0.8.1
11102026-03-26T04:09:32.330Z Downloaded foldhash v0.2.0
11112026-03-26T04:09:32.330Z Downloaded glob v0.3.3
11122026-03-26T04:09:32.333Z Downloaded unit-prefix v0.5.2
11132026-03-26T04:09:32.333Z Downloaded usdt-attr-macro v0.5.0
11142026-03-26T04:09:32.333Z Downloaded usdt v0.5.0
11152026-03-26T04:09:32.333Z Downloaded unarray v0.1.4
11162026-03-26T04:09:32.336Z Downloaded slog-json v2.6.1
11172026-03-26T04:09:32.339Z Downloaded dropshot_endpoint v0.17.0
11182026-03-26T04:09:32.339Z Downloaded smartstring v1.0.1
11192026-03-26T04:09:32.342Z Downloaded strum_macros v0.27.2
11202026-03-26T04:09:32.345Z Downloaded typify-macro v0.4.3
11212026-03-26T04:09:32.348Z Downloaded universal-hash v0.5.1
11222026-03-26T04:09:32.348Z Downloaded rhai_codegen v3.1.0
11232026-03-26T04:09:32.351Z Downloaded zerofrom v0.1.6
11242026-03-26T04:09:32.354Z Downloaded usdt-attr-macro v0.6.0
11252026-03-26T04:09:32.354Z Downloaded serde_with_macros v3.18.0
11262026-03-26T04:09:32.358Z Downloaded typify-macro v0.6.1
11272026-03-26T04:09:32.361Z Downloaded icu_normalizer v2.1.1
11282026-03-26T04:09:32.361Z Downloaded usdt v0.6.0
11292026-03-26T04:09:32.364Z Downloaded untrusted v0.7.1
11302026-03-26T04:09:32.364Z Downloaded progenitor-impl v0.13.0
11312026-03-26T04:09:32.367Z Downloaded serde_tokenstream v0.2.3
11322026-03-26T04:09:32.367Z Downloaded utf-8 v0.7.6
11332026-03-26T04:09:32.367Z Downloaded usdt-macro v0.6.0
11342026-03-26T04:09:32.370Z Downloaded elliptic-curve v0.13.8
11352026-03-26T04:09:32.370Z Downloaded strum_macros v0.26.4
11362026-03-26T04:09:32.373Z Downloaded jiff-static v0.2.23
11372026-03-26T04:09:32.376Z Downloaded slog-term v2.9.2
11382026-03-26T04:09:32.376Z Downloaded papergrid v0.11.0
11392026-03-26T04:09:32.379Z Downloaded pest_generator v2.8.6
11402026-03-26T04:09:32.379Z Downloaded pest_meta v2.8.6
11412026-03-26T04:09:32.382Z Downloaded waitgroup v0.1.2
11422026-03-26T04:09:32.382Z Downloaded wait-timeout v0.2.1
11432026-03-26T04:09:32.382Z Downloaded usdt-macro v0.5.0
11442026-03-26T04:09:32.385Z Downloaded yoke-derive v0.8.1
11452026-03-26T04:09:32.391Z Downloaded zerofrom-derive v0.1.6
11462026-03-26T04:09:32.394Z Downloaded zone v0.3.1
11472026-03-26T04:09:32.394Z Downloaded zeroize_derive v1.4.3
11482026-03-26T04:09:32.394Z Downloaded expectorate v1.2.0
11492026-03-26T04:09:32.394Z Downloaded derive_more v0.99.20
11502026-03-26T04:09:32.397Z Downloaded thiserror-no-std v2.0.2
11512026-03-26T04:09:32.400Z Downloaded pretty_assertions v1.4.1
11522026-03-26T04:09:32.400Z Downloaded schemars v0.8.22
11532026-03-26T04:09:32.406Z Downloaded xz2 v0.1.7
11542026-03-26T04:09:32.408Z Downloaded writeable v0.6.2
11552026-03-26T04:09:32.408Z Downloaded tokio-tungstenite v0.21.0
11562026-03-26T04:09:32.412Z Downloaded tokio-dtrace v0.1.1
11572026-03-26T04:09:32.412Z Downloaded tiny-keccak v2.0.2
11582026-03-26T04:09:32.412Z Downloaded tokio-rustls v0.25.0
11592026-03-26T04:09:32.415Z Downloaded tinystr v0.8.2
11602026-03-26T04:09:32.415Z Downloaded zone_cfg_derive v0.3.1
11612026-03-26T04:09:32.415Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11622026-03-26T04:09:32.415Z Downloaded progenitor-impl v0.11.2
11632026-03-26T04:09:32.418Z Downloaded darling_core v0.23.0
11642026-03-26T04:09:32.421Z Downloaded usdt-impl v0.5.0
11652026-03-26T04:09:32.421Z Downloaded time-macros v0.2.27
11662026-03-26T04:09:32.421Z Downloaded time-core v0.1.8
11672026-03-26T04:09:32.423Z Downloaded term v1.2.1
11682026-03-26T04:09:32.423Z Downloaded synstructure v0.13.2
11692026-03-26T04:09:32.426Z Downloaded const_format v0.2.35
11702026-03-26T04:09:32.427Z Downloaded snafu-derive v0.8.9
11712026-03-26T04:09:32.429Z Downloaded hickory-resolver v0.24.4
11722026-03-26T04:09:32.429Z Downloaded dropshot_endpoint v0.16.7
11732026-03-26T04:09:32.432Z Downloaded chacha20poly1305 v0.10.1
11742026-03-26T04:09:32.435Z Downloaded spin v0.9.8
11752026-03-26T04:09:32.445Z Downloaded prettyplease v0.2.37
11762026-03-26T04:09:32.448Z Downloaded whoami v1.6.1
11772026-03-26T04:09:32.451Z Downloaded vsss-rs v3.3.4
11782026-03-26T04:09:32.454Z Downloaded yoke v0.8.1
11792026-03-26T04:09:32.460Z Downloaded zerovec-derive v0.11.2
11802026-03-26T04:09:32.460Z Downloaded rand v0.8.5
11812026-03-26T04:09:32.463Z Downloaded thin-vec v0.2.14
11822026-03-26T04:09:32.463Z Downloaded arc-swap v1.9.0
11832026-03-26T04:09:32.463Z Downloaded crypto-bigint v0.5.5
11842026-03-26T04:09:32.466Z Downloaded tungstenite v0.21.0
11852026-03-26T04:09:32.466Z Downloaded walkdir v2.5.0
11862026-03-26T04:09:32.466Z Downloaded qorb v0.4.1
11872026-03-26T04:09:32.469Z Downloaded progenitor-impl v0.10.0
11882026-03-26T04:09:32.472Z Downloaded dropshot-api-manager v0.5.2
11892026-03-26T04:09:32.472Z Downloaded rayon-core v1.13.0
11902026-03-26T04:09:32.475Z Downloaded snafu v0.8.9
11912026-03-26T04:09:32.478Z Downloaded rustls-native-certs v0.8.3
11922026-03-26T04:09:32.478Z Downloaded rustls-platform-verifier v0.6.2
11932026-03-26T04:09:32.481Z Downloaded typify v0.4.3
11942026-03-26T04:09:32.484Z Downloaded schemars v0.9.0
11952026-03-26T04:09:32.488Z Downloaded nom v7.1.3
11962026-03-26T04:09:32.491Z Downloaded usdt-impl v0.6.0
11972026-03-26T04:09:32.494Z Downloaded darling_core v0.21.3
11982026-03-26T04:09:32.498Z Downloaded zerocopy-derive v0.7.35
11992026-03-26T04:09:32.501Z Downloaded similar v2.7.0
12002026-03-26T04:09:32.503Z Downloaded toml v0.9.12+spec-1.1.0
12012026-03-26T04:09:32.506Z Downloaded toml v0.7.8
12022026-03-26T04:09:32.509Z Downloaded slog v2.8.2
12032026-03-26T04:09:32.509Z Downloaded serde_yaml v0.9.34+deprecated
12042026-03-26T04:09:32.512Z Downloaded typify v0.6.1
12052026-03-26T04:09:32.515Z Downloaded crossbeam-channel v0.5.15
12062026-03-26T04:09:32.518Z Downloaded steno v0.4.1
12072026-03-26T04:09:32.521Z Downloaded test-strategy v0.4.5
12082026-03-26T04:09:32.524Z Downloaded ucd-trie v0.1.7
12092026-03-26T04:09:32.527Z Downloaded yansi v1.0.1
12102026-03-26T04:09:32.530Z Downloaded toml_edit v0.25.8+spec-1.1.0
12112026-03-26T04:09:32.534Z Downloaded zerotrie v0.2.3
12122026-03-26T04:09:32.537Z Downloaded rand v0.10.0
12132026-03-26T04:09:32.540Z Downloaded goblin v0.8.2
12142026-03-26T04:09:32.543Z Downloaded itertools v0.12.1
12152026-03-26T04:09:32.546Z Downloaded unsafe-libyaml v0.2.11
12162026-03-26T04:09:32.549Z Downloaded toml_edit v0.19.15
12172026-03-26T04:09:32.560Z Downloaded schemars v1.2.1
12182026-03-26T04:09:32.565Z Downloaded pest v2.8.6
12192026-03-26T04:09:32.568Z Downloaded hkdf v0.12.4
12202026-03-26T04:09:32.571Z Downloaded iddqd v0.3.17
12212026-03-26T04:09:32.573Z Downloaded blake3 v1.8.3
12222026-03-26T04:09:32.599Z Downloaded scc v2.4.0
12232026-03-26T04:09:32.602Z Downloaded zerocopy-derive v0.8.47
12242026-03-26T04:09:32.607Z Downloaded typed-path v0.9.3
12252026-03-26T04:09:32.610Z Downloaded reqwest v0.13.2
12262026-03-26T04:09:32.613Z Downloaded aws-lc-rs v1.16.2
12272026-03-26T04:09:32.618Z Downloaded nom v8.0.0
12282026-03-26T04:09:32.621Z Downloaded icu_properties_data v2.1.2
12292026-03-26T04:09:32.626Z Downloaded libm v0.2.16
12302026-03-26T04:09:32.631Z Downloaded zerovec v0.11.5
12312026-03-26T04:09:32.647Z Downloaded goblin v0.10.5
12322026-03-26T04:09:32.651Z Downloaded serde_with v3.18.0
12332026-03-26T04:09:32.657Z Downloaded rayon v1.11.0
12342026-03-26T04:09:32.661Z Downloaded tough v0.20.0
12352026-03-26T04:09:32.666Z Downloaded zerocopy v0.7.35
12362026-03-26T04:09:32.675Z Downloaded winnow v0.5.40
12372026-03-26T04:09:32.679Z Downloaded rustls-webpki v0.102.8
12382026-03-26T04:09:32.698Z Downloaded moka v0.12.15
12392026-03-26T04:09:32.702Z Downloaded proptest v1.11.0
12402026-03-26T04:09:32.711Z Downloaded tabled v0.15.0
12412026-03-26T04:09:32.719Z Downloaded tabled v0.20.0
12422026-03-26T04:09:32.730Z Downloaded syn v1.0.109
12432026-03-26T04:09:32.735Z Downloaded time v0.3.47
12442026-03-26T04:09:32.744Z Downloaded hickory-proto v0.24.4
12452026-03-26T04:09:32.765Z Downloaded smoltcp v0.11.0
12462026-03-26T04:09:32.771Z Downloaded rhai v1.24.0
12472026-03-26T04:09:32.783Z Downloaded nix v0.31.2
12482026-03-26T04:09:32.789Z Downloaded dropshot v0.16.7
12492026-03-26T04:09:32.801Z Downloaded rustls v0.22.4
12502026-03-26T04:09:32.807Z Downloaded regress v0.10.5
12512026-03-26T04:09:32.813Z Downloaded openapiv3 v2.2.0
12522026-03-26T04:09:32.819Z Downloaded hickory-proto v0.25.2
12532026-03-26T04:09:32.828Z Downloaded dropshot v0.17.0
12542026-03-26T04:09:32.872Z Downloaded sled v0.34.7
12552026-03-26T04:09:32.878Z Downloaded typify-impl v0.6.1
12562026-03-26T04:09:32.887Z Downloaded typify-impl v0.4.3
12572026-03-26T04:09:32.895Z Downloaded petgraph v0.6.5
12582026-03-26T04:09:32.906Z Downloaded jiff v0.2.23
12592026-03-26T04:09:32.917Z Downloaded lzma-sys v0.1.20
12602026-03-26T04:09:32.933Z Downloaded sha3 v0.10.8
12612026-03-26T04:09:32.966Z Downloaded chrono-tz v0.10.4
12622026-03-26T04:09:32.990Z Downloaded csv v1.4.0
12632026-03-26T04:09:33.048Z Downloaded encoding_rs v0.8.35
12642026-03-26T04:09:33.676Z Downloaded aws-lc-sys v0.39.0
12652026-03-26T04:09:34.575Z Compiling proc-macro2 v1.0.106
12662026-03-26T04:09:34.575Z Compiling unicode-ident v1.0.24
12672026-03-26T04:09:34.575Z Compiling quote v1.0.45
12682026-03-26T04:09:34.575Z Compiling serde_core v1.0.228
12692026-03-26T04:09:34.579Z Compiling cfg-if v1.0.4
12702026-03-26T04:09:34.579Z Compiling serde v1.0.228
12712026-03-26T04:09:34.579Z Compiling libc v0.2.183
12722026-03-26T04:09:34.579Z Compiling memchr v2.8.0
12732026-03-26T04:09:34.779Z Compiling itoa v1.0.18
12742026-03-26T04:09:34.961Z Compiling smallvec v1.15.1
12752026-03-26T04:09:34.991Z Compiling zmij v1.0.21
12762026-03-26T04:09:35.041Z Compiling serde_json v1.0.149
12772026-03-26T04:09:35.161Z Compiling autocfg v1.5.0
12782026-03-26T04:09:35.277Z Compiling libm v0.2.16
12792026-03-26T04:09:35.360Z Compiling stable_deref_trait v1.2.1
12802026-03-26T04:09:35.434Z Compiling version_check v0.9.5
12812026-03-26T04:09:35.456Z Compiling iana-time-zone v0.1.65
12822026-03-26T04:09:35.508Z Compiling percent-encoding v2.3.2
12832026-03-26T04:09:35.558Z Compiling litemap v0.8.1
12842026-03-26T04:09:35.578Z Compiling writeable v0.6.2
12852026-03-26T04:09:35.702Z Compiling icu_normalizer_data v2.1.1
12862026-03-26T04:09:35.702Z Compiling icu_properties_data v2.1.2
12872026-03-26T04:09:35.738Z Compiling equivalent v1.0.2
12882026-03-26T04:09:35.768Z Compiling pin-project-lite v0.2.17
12892026-03-26T04:09:35.819Z Compiling foldhash v0.2.0
12902026-03-26T04:09:35.860Z Compiling syn v2.0.117
12912026-03-26T04:09:35.959Z Compiling allocator-api2 v0.2.21
12922026-03-26T04:09:36.017Z Compiling form_urlencoded v1.2.2
12932026-03-26T04:09:36.027Z Compiling utf8_iter v1.0.4
12942026-03-26T04:09:36.049Z Compiling dyn-clone v1.0.20
12952026-03-26T04:09:36.079Z Compiling parking_lot_core v0.9.12
12962026-03-26T04:09:36.165Z Compiling scopeguard v1.2.0
12972026-03-26T04:09:36.280Z Compiling num-traits v0.2.19
12982026-03-26T04:09:36.291Z Compiling lock_api v0.4.14
12992026-03-26T04:09:36.316Z Compiling hashbrown v0.16.1
13002026-03-26T04:09:36.338Z Compiling thiserror v2.0.18
13012026-03-26T04:09:36.432Z Compiling getrandom v0.4.2
13022026-03-26T04:09:36.516Z Compiling rand_core v0.10.0
13032026-03-26T04:09:36.676Z Compiling heck v0.5.0
13042026-03-26T04:09:36.898Z Compiling semver v1.0.27
13052026-03-26T04:09:36.909Z Compiling errno v0.3.14
13062026-03-26T04:09:36.919Z Compiling indexmap v2.13.0
13072026-03-26T04:09:36.944Z Compiling futures-core v0.3.32
13082026-03-26T04:09:36.968Z Compiling jobserver v0.1.34
13092026-03-26T04:09:37.058Z Compiling find-msvc-tools v0.1.9
13102026-03-26T04:09:37.103Z Compiling shlex v1.3.0
13112026-03-26T04:09:37.254Z Compiling cc v1.2.57
13122026-03-26T04:09:37.296Z Compiling zerocopy v0.8.47
13132026-03-26T04:09:37.299Z Compiling uuid v1.22.0
13142026-03-26T04:09:37.299Z Compiling rustversion v1.0.22
13152026-03-26T04:09:37.330Z Compiling fnv v1.0.7
13162026-03-26T04:09:37.426Z Compiling futures-sink v0.3.32
13172026-03-26T04:09:37.535Z Compiling schemars v0.8.22
13182026-03-26T04:09:37.587Z Compiling slab v0.4.12
13192026-03-26T04:09:37.734Z Compiling futures-channel v0.3.32
13202026-03-26T04:09:37.746Z Compiling socket2 v0.6.3
13212026-03-26T04:09:37.794Z Compiling futures-task v0.3.32
13222026-03-26T04:09:37.970Z Compiling parking_lot v0.12.5
13232026-03-26T04:09:37.973Z Compiling futures-io v0.3.32
13242026-03-26T04:09:38.074Z Compiling signal-hook-registry v1.4.8
13252026-03-26T04:09:38.086Z Compiling mio v1.1.1
13262026-03-26T04:09:38.140Z Compiling log v0.4.29
13272026-03-26T04:09:38.227Z Compiling portable-atomic v1.13.1
13282026-03-26T04:09:38.268Z Compiling bitflags v2.11.0
13292026-03-26T04:09:38.383Z Compiling typenum v1.19.0
13302026-03-26T04:09:38.396Z Compiling critical-section v1.2.0
13312026-03-26T04:09:38.505Z Compiling getrandom v0.2.17
13322026-03-26T04:09:38.521Z Compiling base64 v0.22.1
13332026-03-26T04:09:38.532Z Compiling regex-syntax v0.8.10
13342026-03-26T04:09:38.603Z Compiling subtle v2.6.1
13352026-03-26T04:09:38.614Z Compiling byteorder v1.5.0
13362026-03-26T04:09:38.694Z Compiling untrusted v0.9.0
13372026-03-26T04:09:38.771Z Compiling rand_core v0.6.4
13382026-03-26T04:09:38.814Z Compiling synstructure v0.13.2
13392026-03-26T04:09:38.844Z Compiling serde_derive_internals v0.29.1
13402026-03-26T04:09:38.864Z Compiling rustix v1.1.4
13412026-03-26T04:09:38.993Z Compiling ipnet v2.12.0
13422026-03-26T04:09:39.204Z Compiling once_cell v1.21.4
13432026-03-26T04:09:39.239Z Compiling atomic-waker v1.1.2
13442026-03-26T04:09:39.315Z Compiling httparse v1.10.1
13452026-03-26T04:09:39.318Z Compiling strsim v0.11.1
13462026-03-26T04:09:39.413Z Compiling tower-layer v0.3.3
13472026-03-26T04:09:39.536Z Compiling tower-service v0.3.3
13482026-03-26T04:09:39.568Z Compiling cmake v0.1.57
13492026-03-26T04:09:39.579Z Compiling try-lock v0.2.5
13502026-03-26T04:09:39.588Z Compiling fs_extra v1.3.0
13512026-03-26T04:09:39.624Z Compiling dunce v1.0.5
13522026-03-26T04:09:39.678Z Compiling ryu v1.0.23
13532026-03-26T04:09:39.711Z Compiling thiserror v1.0.69
13542026-03-26T04:09:39.715Z Compiling want v0.3.1
13552026-03-26T04:09:39.837Z Compiling httpdate v1.0.3
13562026-03-26T04:09:39.859Z Compiling pin-utils v0.1.0
13572026-03-26T04:09:39.887Z Compiling ucd-trie v0.1.7
13582026-03-26T04:09:39.906Z Compiling aws-lc-sys v0.39.0
13592026-03-26T04:09:39.926Z Compiling generic-array v0.14.7
13602026-03-26T04:09:40.006Z Compiling pretty-hex v0.4.2
13612026-03-26T04:09:40.038Z Compiling serde_derive v1.0.228
13622026-03-26T04:09:40.068Z Compiling zerofrom-derive v0.1.6
13632026-03-26T04:09:40.140Z Compiling yoke-derive v0.8.1
13642026-03-26T04:09:40.151Z Compiling zerovec-derive v0.11.2
13652026-03-26T04:09:40.180Z Compiling displaydoc v0.2.5
13662026-03-26T04:09:40.183Z Compiling schemars_derive v0.8.22
13672026-03-26T04:09:40.728Z Compiling thiserror-impl v2.0.18
13682026-03-26T04:09:40.928Z Compiling tokio-macros v2.6.1
13692026-03-26T04:09:41.163Z Compiling zerocopy-derive v0.8.47
13702026-03-26T04:09:41.185Z Compiling zeroize_derive v1.4.3
13712026-03-26T04:09:41.230Z Compiling futures-macro v0.3.32
13722026-03-26T04:09:41.303Z Compiling zerofrom v0.1.6
13732026-03-26T04:09:41.424Z Compiling yoke v0.8.1
13742026-03-26T04:09:41.445Z Compiling thiserror-impl v1.0.69
13752026-03-26T04:09:41.607Z Compiling zerovec v0.11.5
13762026-03-26T04:09:41.751Z Compiling zerotrie v0.2.3
13772026-03-26T04:09:41.903Z Compiling zeroize v1.8.2
13782026-03-26T04:09:42.058Z Compiling tinystr v0.8.2
13792026-03-26T04:09:42.058Z Compiling potential_utf v0.1.4
13802026-03-26T04:09:42.102Z Compiling futures-util v0.3.32
13812026-03-26T04:09:42.174Z Compiling icu_collections v2.1.1
13822026-03-26T04:09:42.222Z Compiling icu_locale_core v2.1.1
13832026-03-26T04:09:42.263Z Compiling pest v2.8.6
13842026-03-26T04:09:42.693Z Compiling getrandom v0.3.4
13852026-03-26T04:09:42.985Z Compiling icu_provider v2.1.1
13862026-03-26T04:09:43.019Z Compiling plain v0.2.3
13872026-03-26T04:09:43.277Z Compiling bytes v1.11.1
13882026-03-26T04:09:43.280Z Compiling icu_normalizer v2.1.1
13892026-03-26T04:09:43.304Z Compiling icu_properties v2.1.2
13902026-03-26T04:09:43.523Z Compiling chrono v0.4.44
13912026-03-26T04:09:43.646Z Compiling serde_tokenstream v0.2.3
13922026-03-26T04:09:43.861Z Compiling http v1.4.0
13932026-03-26T04:09:43.900Z Compiling tokio v1.50.0
13942026-03-26T04:09:43.926Z Compiling erased-serde v0.3.31
13952026-03-26T04:09:44.385Z Compiling idna_adapter v1.2.1
13962026-03-26T04:09:44.400Z Compiling pest_meta v2.8.6
13972026-03-26T04:09:44.436Z Compiling tracing-attributes v0.1.31
13982026-03-26T04:09:44.516Z Compiling idna v1.1.0
13992026-03-26T04:09:44.828Z Compiling url v2.5.8
14002026-03-26T04:09:45.007Z Compiling http-body v1.0.1
14012026-03-26T04:09:45.160Z Compiling pest_generator v2.8.6
14022026-03-26T04:09:45.266Z Compiling tracing-core v0.1.36
14032026-03-26T04:09:45.631Z Compiling ppv-lite86 v0.2.21
14042026-03-26T04:09:45.666Z Compiling tracing v0.1.44
14052026-03-26T04:09:45.784Z Compiling pest_derive v2.8.6
14062026-03-26T04:09:45.870Z Compiling slog v2.8.2
14072026-03-26T04:09:45.903Z Compiling http-body-util v0.1.3
14082026-03-26T04:09:45.943Z Compiling serde_urlencoded v0.7.1
14092026-03-26T04:09:46.133Z Compiling sync_wrapper v1.0.2
14102026-03-26T04:09:46.181Z Compiling regress v0.10.5
14112026-03-26T04:09:46.256Z Compiling aho-corasick v1.1.4
14122026-03-26T04:09:46.337Z Compiling ipnetwork v0.21.1
14132026-03-26T04:09:46.361Z Compiling paste v1.0.15
14142026-03-26T04:09:46.690Z Compiling crypto-common v0.1.7
14152026-03-26T04:09:46.818Z Compiling omicron-workspace-hack v0.1.0
14162026-03-26T04:09:46.843Z Compiling powerfmt v0.2.0
14172026-03-26T04:09:47.026Z Compiling time-core v0.1.8
14182026-03-26T04:09:47.051Z Compiling num-conv v0.2.0
14192026-03-26T04:09:47.083Z Compiling regex-automata v0.4.14
14202026-03-26T04:09:47.172Z Compiling ident_case v1.0.1
14212026-03-26T04:09:47.188Z Compiling time-macros v0.2.27
14222026-03-26T04:09:47.316Z Compiling deranged v0.5.8
14232026-03-26T04:09:48.173Z Compiling iri-string v0.7.11
14242026-03-26T04:09:48.293Z Compiling anyhow v1.0.102
14252026-03-26T04:09:48.338Z Compiling num_threads v0.1.7
14262026-03-26T04:09:48.501Z Compiling scroll_derive v0.13.1
14272026-03-26T04:09:48.812Z Compiling regex v1.12.3
14282026-03-26T04:09:49.328Z Compiling scroll v0.13.0
14292026-03-26T04:09:49.596Z Compiling tokio-util v0.7.18
14302026-03-26T04:09:49.649Z Compiling oxnet v0.1.4
14312026-03-26T04:09:49.678Z Compiling daft-derive v0.1.5
14322026-03-26T04:09:49.819Z Compiling winnow v1.0.0
14332026-03-26T04:09:50.071Z Compiling fastrand v2.3.0
14342026-03-26T04:09:50.081Z Compiling syn v1.0.109
14352026-03-26T04:09:50.346Z Compiling openapiv3 v2.2.0
14362026-03-26T04:09:50.409Z Compiling rustls-pki-types v1.14.0
14372026-03-26T04:09:50.421Z Compiling async-trait v0.1.89
14382026-03-26T04:09:50.886Z Compiling crossbeam-utils v0.8.21
14392026-03-26T04:09:51.328Z Compiling ring v0.17.14
14402026-03-26T04:09:51.410Z Compiling cpufeatures v0.2.17
14412026-03-26T04:09:51.675Z Compiling h2 v0.4.13
14422026-03-26T04:09:51.911Z Compiling block-buffer v0.10.4
14432026-03-26T04:09:52.005Z Compiling thread_local v1.1.9
14442026-03-26T04:09:52.021Z Compiling usdt-impl v0.6.0
14452026-03-26T04:09:52.059Z Compiling hex v0.4.3
14462026-03-26T04:09:52.269Z Compiling digest v0.10.7
14472026-03-26T04:09:52.278Z Compiling goblin v0.10.5
14482026-03-26T04:09:52.312Z Compiling dtrace-parser v0.3.0
14492026-03-26T04:09:52.477Z Compiling camino v1.2.2
14502026-03-26T04:09:52.770Z Compiling slog-async v2.8.0
14512026-03-26T04:09:52.991Z Compiling openssl-probe v0.2.1
14522026-03-26T04:09:53.173Z Compiling thread-id v5.1.0
14532026-03-26T04:09:53.177Z Compiling term v1.2.1
14542026-03-26T04:09:53.252Z Compiling take_mut v0.2.2
14552026-03-26T04:09:53.307Z Compiling rand_core v0.9.5
14562026-03-26T04:09:53.527Z Compiling futures-executor v0.3.32
14572026-03-26T04:09:53.765Z Compiling hyper v1.8.1
14582026-03-26T04:09:53.876Z Compiling match_cfg v0.1.0
14592026-03-26T04:09:53.945Z Compiling futures v0.3.32
14602026-03-26T04:09:53.959Z Compiling structmeta-derive v0.3.0
14612026-03-26T04:09:54.021Z Compiling aws-lc-rs v1.16.2
14622026-03-26T04:09:54.313Z Compiling rustls v0.22.4
14632026-03-26T04:09:54.517Z Compiling rand_chacha v0.9.0
14642026-03-26T04:09:54.540Z Compiling darling_core v0.23.0
14652026-03-26T04:09:54.701Z Compiling newtype-uuid-macros v0.1.0
14662026-03-26T04:09:54.946Z Compiling dof v0.4.0
14672026-03-26T04:09:54.974Z Compiling hyper-util v0.1.20
14682026-03-26T04:09:55.473Z Compiling structmeta v0.3.0
14692026-03-26T04:09:55.811Z Compiling winnow v0.7.15
14702026-03-26T04:09:56.436Z Compiling rand v0.9.2
14712026-03-26T04:09:56.623Z Compiling darling_macro v0.23.0
14722026-03-26T04:09:56.735Z Compiling time v0.3.47
14732026-03-26T04:09:57.053Z Compiling tower v0.5.3
14742026-03-26T04:09:57.127Z Compiling usdt-attr-macro v0.6.0
14752026-03-26T04:09:57.206Z Compiling usdt-macro v0.6.0
14762026-03-26T04:09:57.397Z Compiling newtype-uuid v1.3.2
14772026-03-26T04:09:57.534Z Compiling ref-cast v1.0.25
14782026-03-26T04:09:57.574Z Compiling quick-error v1.2.3
14792026-03-26T04:09:57.683Z Compiling untrusted v0.7.1
14802026-03-26T04:09:57.742Z Compiling daft v0.1.5
14812026-03-26T04:09:57.807Z Compiling tower-http v0.6.8
14822026-03-26T04:09:57.883Z Compiling darling v0.23.0
14832026-03-26T04:09:57.964Z Compiling crossbeam-channel v0.5.15
14842026-03-26T04:09:58.008Z Compiling strum_macros v0.26.4
14852026-03-26T04:09:58.237Z Compiling ref-cast-impl v1.0.25
14862026-03-26T04:09:58.318Z Compiling toml_datetime v0.7.5+spec-1.1.0
14872026-03-26T04:09:58.352Z Compiling serde_spanned v1.1.0
14882026-03-26T04:09:58.428Z Compiling multer v3.1.0
14892026-03-26T04:09:58.443Z Compiling debug-ignore v1.0.5
14902026-03-26T04:09:58.494Z Compiling bit-vec v0.8.0
14912026-03-26T04:09:58.544Z Compiling toml_writer v1.1.0+spec-1.1.0
14922026-03-26T04:09:58.619Z Compiling rustls v0.23.37
14932026-03-26T04:09:58.689Z Compiling bit-set v0.8.0
14942026-03-26T04:09:58.725Z Compiling serde_with_macros v3.18.0
14952026-03-26T04:09:58.754Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14962026-03-26T04:09:58.827Z Compiling async-stream-impl v0.3.6
14972026-03-26T04:09:58.847Z Compiling dropshot v0.16.7
14982026-03-26T04:09:58.934Z Compiling encoding_rs v0.8.35
14992026-03-26T04:09:59.062Z Compiling mime v0.3.17
15002026-03-26T04:09:59.216Z Compiling spin v0.9.8
15012026-03-26T04:09:59.332Z Compiling unarray v0.1.4
15022026-03-26T04:09:59.440Z Compiling derive-ex v0.1.8
15032026-03-26T04:09:59.453Z Compiling async-stream v0.3.6
15042026-03-26T04:09:59.625Z Compiling strum v0.26.3
15052026-03-26T04:09:59.636Z Compiling dropshot_endpoint v0.16.7
15062026-03-26T04:09:59.756Z Compiling macaddr v1.0.1
15072026-03-26T04:09:59.790Z Compiling waitgroup v0.1.2
15082026-03-26T04:09:59.845Z Compiling serde_path_to_error v0.1.20
15092026-03-26T04:09:59.857Z Compiling is-terminal v0.4.17
15102026-03-26T04:09:59.948Z Compiling slog-term v2.9.2
15112026-03-26T04:10:00.201Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15122026-03-26T04:10:00.383Z Compiling tempfile v3.27.0
15132026-03-26T04:10:00.532Z Compiling strum_macros v0.27.2
15142026-03-26T04:10:00.550Z Compiling instant v0.1.13
15152026-03-26T04:10:00.734Z Compiling rustc-hash v2.1.1
15162026-03-26T04:10:00.857Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15172026-03-26T04:10:00.918Z Compiling slog-json v2.6.1
15182026-03-26T04:10:01.018Z Compiling test-strategy v0.4.5
15192026-03-26T04:10:01.285Z Compiling hostname v0.3.1
15202026-03-26T04:10:01.426Z Compiling rustls-native-certs v0.8.3
15212026-03-26T04:10:01.503Z Compiling memmap2 v0.9.10
15222026-03-26T04:10:01.770Z Compiling either v1.15.0
15232026-03-26T04:10:02.175Z Compiling slog-bunyan v2.5.0
15242026-03-26T04:10:02.186Z Compiling parse-display-derive v0.10.0
15252026-03-26T04:10:02.313Z Compiling rustls-webpki v0.102.8
15262026-03-26T04:10:02.458Z Compiling strum v0.27.2
15272026-03-26T04:10:02.475Z Compiling backon v1.6.0
15282026-03-26T04:10:02.590Z Compiling rand_chacha v0.3.1
15292026-03-26T04:10:02.678Z Compiling toml_parser v1.1.0+spec-1.1.0
15302026-03-26T04:10:03.059Z Compiling rand v0.8.5
15312026-03-26T04:10:03.377Z Compiling wait-timeout v0.2.1
15322026-03-26T04:10:03.683Z Compiling utf8parse v0.2.2
15332026-03-26T04:10:03.804Z Compiling anstyle-parse v1.0.0
15342026-03-26T04:10:03.820Z Compiling rusty-fork v0.3.1
15352026-03-26T04:10:03.880Z Compiling toml v0.9.12+spec-1.1.0
15362026-03-26T04:10:04.173Z Compiling serde_with v3.18.0
15372026-03-26T04:10:04.552Z Compiling usdt v0.6.0
15382026-03-26T04:10:04.706Z Compiling reqwest v0.12.28
15392026-03-26T04:10:04.834Z Compiling rand_xorshift v0.4.0
15402026-03-26T04:10:04.988Z Compiling tokio-rustls v0.25.0
15412026-03-26T04:10:05.217Z Compiling sha1 v0.10.6
15422026-03-26T04:10:05.410Z Compiling rustls-pemfile v2.2.0
15432026-03-26T04:10:05.441Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15442026-03-26T04:10:05.609Z Compiling hostname v0.4.2
15452026-03-26T04:10:05.755Z Compiling colorchoice v1.0.5
15462026-03-26T04:10:05.876Z Compiling is_terminal_polyfill v1.70.2
15472026-03-26T04:10:05.904Z Compiling anstyle-query v1.1.5
15482026-03-26T04:10:05.907Z Compiling anstyle v1.0.14
15492026-03-26T04:10:05.965Z Compiling proptest v1.11.0
15502026-03-26T04:10:06.138Z Compiling anstream v1.0.0
15512026-03-26T04:10:06.484Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15522026-03-26T04:10:06.617Z Compiling clap_lex v1.1.0
15532026-03-26T04:10:06.763Z Compiling unicode-width v0.2.2
15542026-03-26T04:10:07.051Z Compiling itertools v0.14.0
15552026-03-26T04:10:07.223Z Compiling iddqd v0.3.17
15562026-03-26T04:10:08.106Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15572026-03-26T04:10:08.296Z Compiling clap_derive v4.6.0
15582026-03-26T04:10:08.320Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
15592026-03-26T04:10:08.511Z Compiling terminal_size v0.4.4
15602026-03-26T04:10:08.564Z Compiling toml_datetime v0.6.11
15612026-03-26T04:10:08.839Z Compiling progenitor-client v0.10.0
15622026-03-26T04:10:08.953Z Compiling parse-display v0.10.0
15632026-03-26T04:10:08.964Z Compiling backoff v0.4.0
15642026-03-26T04:10:09.112Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15652026-03-26T04:10:09.293Z Compiling clap_builder v4.6.0
15662026-03-26T04:10:09.981Z Compiling darling_core v0.21.3
15672026-03-26T04:10:10.098Z Compiling zerocopy-derive v0.7.35
15682026-03-26T04:10:10.951Z Compiling clap v4.6.0
15692026-03-26T04:10:10.979Z Compiling zerocopy v0.7.35
15702026-03-26T04:10:11.032Z Compiling crossbeam-epoch v0.9.18
15712026-03-26T04:10:11.619Z Compiling toml_datetime v1.1.0+spec-1.1.0
15722026-03-26T04:10:11.854Z Compiling toml_edit v0.25.8+spec-1.1.0
15732026-03-26T04:10:12.098Z Compiling darling_macro v0.21.3
15742026-03-26T04:10:12.673Z Compiling darling v0.21.3
15752026-03-26T04:10:12.779Z Compiling proc-macro-error-attr v1.0.4
15762026-03-26T04:10:12.965Z Compiling memoffset v0.9.1
15772026-03-26T04:10:12.976Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15782026-03-26T04:10:12.997Z Compiling heapless v0.8.0
15792026-03-26T04:10:13.088Z Compiling tinyvec_macros v0.1.1
15802026-03-26T04:10:13.159Z Compiling cfg_aliases v0.2.1
15812026-03-26T04:10:13.192Z Compiling convert_case v0.4.0
15822026-03-26T04:10:13.236Z Compiling nix v0.31.2
15832026-03-26T04:10:13.322Z Compiling tinyvec v1.11.0
15842026-03-26T04:10:13.460Z Compiling ingot-macros v0.1.1
15852026-03-26T04:10:13.485Z Compiling derive_more v0.99.20
15862026-03-26T04:10:13.496Z Compiling proc-macro-crate v3.5.0
15872026-03-26T04:10:13.908Z Compiling typify-impl v0.6.1
15882026-03-26T04:10:14.114Z Compiling dtrace-parser v0.2.0
15892026-03-26T04:10:14.343Z Compiling secrecy v0.10.3
15902026-03-26T04:10:14.501Z Compiling scroll_derive v0.12.1
15912026-03-26T04:10:14.990Z Compiling hash32 v0.3.1
15922026-03-26T04:10:14.993Z Compiling usdt-impl v0.5.0
15932026-03-26T04:10:15.149Z Compiling proc-macro-error v1.0.4
15942026-03-26T04:10:15.212Z Compiling smoltcp v0.11.0
15952026-03-26T04:10:15.246Z Compiling crucible-workspace-hack v0.1.0
15962026-03-26T04:10:15.370Z Compiling winnow v0.5.40
15972026-03-26T04:10:15.454Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
15982026-03-26T04:10:15.677Z Compiling scroll v0.12.0
15992026-03-26T04:10:15.940Z Compiling num_enum_derive v0.7.6
16002026-03-26T04:10:16.211Z Compiling ingot-types v0.1.2
16012026-03-26T04:10:16.659Z Compiling dof v0.3.0
16022026-03-26T04:10:16.712Z Compiling toml_edit v0.19.15
16032026-03-26T04:10:17.019Z Compiling serde_spanned v0.6.9
16042026-03-26T04:10:17.044Z Compiling cobs v0.3.0
16052026-03-26T04:10:17.047Z Compiling foreign-types-macros v0.2.3
16062026-03-26T04:10:17.081Z Compiling thread-id v4.2.2
16072026-03-26T04:10:17.163Z Compiling cpufeatures v0.3.0
16082026-03-26T04:10:17.163Z Compiling managed v0.8.0
16092026-03-26T04:10:17.246Z Compiling foreign-types-shared v0.3.1
16102026-03-26T04:10:17.257Z Compiling bitflags v1.3.2
16112026-03-26T04:10:17.331Z Compiling toml_write v0.1.2
16122026-03-26T04:10:17.342Z Compiling unsafe-libyaml v0.2.11
16132026-03-26T04:10:17.537Z Compiling toml_edit v0.22.27
16142026-03-26T04:10:17.688Z Compiling foreign-types v0.5.0
16152026-03-26T04:10:17.768Z Compiling chacha20 v0.10.0
16162026-03-26T04:10:17.856Z Compiling postcard v1.1.3
16172026-03-26T04:10:18.026Z Compiling proc-macro-crate v1.3.1
16182026-03-26T04:10:18.026Z Compiling serde_yaml v0.9.34+deprecated
16192026-03-26T04:10:18.366Z Compiling num_enum v0.7.6
16202026-03-26T04:10:18.936Z Compiling ingot v0.1.1
16212026-03-26T04:10:19.314Z Compiling goblin v0.8.2
16222026-03-26T04:10:20.225Z Compiling typify-macro v0.6.1
16232026-03-26T04:10:20.397Z Compiling tabwriter v1.4.1
16242026-03-26T04:10:20.640Z Compiling hubpack_derive v0.1.1
16252026-03-26T04:10:20.680Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16262026-03-26T04:10:20.774Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16272026-03-26T04:10:20.894Z Compiling num-integer v0.1.46
16282026-03-26T04:10:21.064Z Compiling rustc_version v0.4.1
16292026-03-26T04:10:21.153Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16302026-03-26T04:10:21.397Z Compiling cstr-argument v0.1.2
16312026-03-26T04:10:21.423Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
16322026-03-26T04:10:21.479Z Compiling rayon-core v1.13.0
16332026-03-26T04:10:21.490Z Compiling colored v3.1.1
16342026-03-26T04:10:21.547Z Compiling heck v0.4.1
16352026-03-26T04:10:21.636Z Compiling float-ord v0.3.2
16362026-03-26T04:10:21.750Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16372026-03-26T04:10:22.018Z Compiling curve25519-dalek v4.1.3
16382026-03-26T04:10:22.285Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16392026-03-26T04:10:22.306Z Compiling hubpack v0.1.2
16402026-03-26T04:10:22.381Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16412026-03-26T04:10:22.538Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16422026-03-26T04:10:22.583Z Compiling toml v0.8.23
16432026-03-26T04:10:22.961Z Compiling num_enum_derive v0.5.11
16442026-03-26T04:10:23.281Z Compiling rand v0.10.0
16452026-03-26T04:10:23.392Z Compiling crossbeam-deque v0.8.6
16462026-03-26T04:10:23.901Z Compiling hmac v0.12.1
16472026-03-26T04:10:23.989Z Compiling inout v0.1.4
16482026-03-26T04:10:24.038Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16492026-03-26T04:10:24.137Z Compiling ff v0.13.1
16502026-03-26T04:10:24.354Z Compiling prettyplease v0.2.37
16512026-03-26T04:10:24.427Z Compiling static_assertions v1.1.0
16522026-03-26T04:10:24.502Z Compiling rustix v0.38.44
16532026-03-26T04:10:24.858Z Compiling rustls-webpki v0.103.10
16542026-03-26T04:10:25.255Z Compiling group v0.13.0
16552026-03-26T04:10:25.912Z Compiling cipher v0.4.4
16562026-03-26T04:10:25.918Z Compiling hkdf v0.12.4
16572026-03-26T04:10:26.018Z Compiling num_enum v0.5.11
16582026-03-26T04:10:26.393Z Compiling typify v0.6.1
16592026-03-26T04:10:26.496Z Compiling num-iter v0.1.45
16602026-03-26T04:10:26.521Z Compiling num-rational v0.4.2
16612026-03-26T04:10:26.621Z Compiling usdt-attr-macro v0.5.0
16622026-03-26T04:10:26.886Z Compiling usdt-macro v0.5.0
16632026-03-26T04:10:27.594Z Compiling camino-tempfile v1.4.1
16642026-03-26T04:10:27.710Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16652026-03-26T04:10:28.988Z Compiling thiserror-impl-no-std v2.0.2
16662026-03-26T04:10:29.013Z Compiling tokio-rustls v0.26.4
16672026-03-26T04:10:29.013Z Compiling hyper-rustls v0.27.7
16682026-03-26T04:10:29.013Z Compiling rustls-platform-verifier v0.6.2
16692026-03-26T04:10:29.013Z Compiling universal-hash v0.5.1
16702026-03-26T04:10:29.037Z Compiling reqwest v0.13.2
16712026-03-26T04:10:29.060Z Compiling half v2.7.1
16722026-03-26T04:10:29.136Z Compiling crypto-bigint v0.5.5
16732026-03-26T04:10:29.422Z Compiling enum-as-inner v0.6.1
16742026-03-26T04:10:29.867Z Compiling curve25519-dalek-derive v0.1.1
16752026-03-26T04:10:30.009Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
16762026-03-26T04:10:30.293Z Compiling progenitor-client v0.13.0
16772026-03-26T04:10:30.298Z Compiling num-complex v0.4.6
16782026-03-26T04:10:30.555Z Compiling progenitor-extras v0.1.1
16792026-03-26T04:10:30.688Z Compiling memmap v0.7.0
16802026-03-26T04:10:30.801Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
16812026-03-26T04:10:30.905Z Compiling base16ct v0.2.0
16822026-03-26T04:10:31.074Z Compiling opaque-debug v0.3.1
16832026-03-26T04:10:31.123Z Compiling data-encoding v2.10.0
16842026-03-26T04:10:31.148Z Compiling ciborium-io v0.2.2
16852026-03-26T04:10:31.316Z Compiling base64ct v1.8.3
16862026-03-26T04:10:31.635Z Compiling password-hash v0.5.0
16872026-03-26T04:10:31.712Z Compiling ciborium-ll v0.2.2
16882026-03-26T04:10:31.795Z Compiling poly1305 v0.8.0
16892026-03-26T04:10:32.234Z Compiling elliptic-curve v0.13.8
16902026-03-26T04:10:32.234Z Compiling usdt v0.5.0
16912026-03-26T04:10:32.250Z Compiling num v0.4.3
16922026-03-26T04:10:32.413Z Compiling thiserror-no-std v2.0.2
16932026-03-26T04:10:32.494Z Compiling rayon v1.11.0
16942026-03-26T04:10:32.508Z Compiling progenitor-impl v0.13.0
16952026-03-26T04:10:33.354Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16962026-03-26T04:10:33.470Z Compiling chacha20 v0.9.1
16972026-03-26T04:10:33.696Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16982026-03-26T04:10:34.973Z Compiling zone_cfg_derive v0.3.1
16992026-03-26T04:10:34.992Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
17002026-03-26T04:10:34.992Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17012026-03-26T04:10:34.992Z Compiling itertools v0.12.1
17022026-03-26T04:10:34.992Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17032026-03-26T04:10:34.992Z Compiling blake2 v0.10.6
17042026-03-26T04:10:34.992Z Compiling byte-wrapper v0.1.0
17052026-03-26T04:10:35.010Z Compiling aead v0.5.2
17062026-03-26T04:10:35.074Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17072026-03-26T04:10:35.346Z Compiling num-derive v0.4.2
17082026-03-26T04:10:35.346Z Compiling sigpipe v0.1.3
17092026-03-26T04:10:35.413Z Compiling keccak v0.1.6
17102026-03-26T04:10:35.435Z Compiling pkg-config v0.3.32
17112026-03-26T04:10:35.574Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17122026-03-26T04:10:35.661Z Compiling jiff v0.2.23
17132026-03-26T04:10:35.893Z Compiling bytecount v0.6.9
17142026-03-26T04:10:35.904Z Compiling vcpkg v0.2.15
17152026-03-26T04:10:36.038Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17162026-03-26T04:10:36.112Z Compiling glob v0.3.3
17172026-03-26T04:10:36.124Z Compiling progenitor-macro v0.13.0
17182026-03-26T04:10:36.325Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17192026-03-26T04:10:36.350Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
17202026-03-26T04:10:36.530Z Compiling openssl-sys v0.9.112
17212026-03-26T04:10:36.605Z Compiling zone v0.3.1
17222026-03-26T04:10:37.083Z Compiling sha3 v0.10.8
17232026-03-26T04:10:37.396Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17242026-03-26T04:10:37.399Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17252026-03-26T04:10:37.417Z Compiling chacha20poly1305 v0.10.1
17262026-03-26T04:10:37.552Z Compiling argon2 v0.5.3
17272026-03-26T04:10:38.087Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17282026-03-26T04:10:38.146Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17292026-03-26T04:10:38.339Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17302026-03-26T04:10:39.129Z Compiling vsss-rs v3.3.4
17312026-03-26T04:10:39.254Z Compiling ciborium v0.2.2
17322026-03-26T04:10:39.373Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17332026-03-26T04:10:39.498Z Compiling smf v0.2.3
17342026-03-26T04:10:39.850Z Compiling linked-hash-map v0.5.6
17352026-03-26T04:10:40.044Z Compiling semver v0.1.20
17362026-03-26T04:10:40.068Z Compiling whoami v1.6.1
17372026-03-26T04:10:40.110Z Compiling indent_write v2.2.0
17382026-03-26T04:10:40.251Z Compiling lazy_static v1.5.0
17392026-03-26T04:10:40.296Z Compiling resolv-conf v0.7.6
17402026-03-26T04:10:40.355Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17412026-03-26T04:10:40.398Z Compiling rustc_version v0.1.7
17422026-03-26T04:10:40.590Z Compiling lru-cache v0.1.2
17432026-03-26T04:10:40.601Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17442026-03-26T04:10:40.685Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17452026-03-26T04:10:40.885Z Compiling hickory-proto v0.24.4
17462026-03-26T04:10:41.152Z Compiling serde-big-array v0.5.1
17472026-03-26T04:10:41.304Z Compiling derive-where v1.6.1
17482026-03-26T04:10:41.421Z Compiling progenitor v0.13.0
17492026-03-26T04:10:41.562Z Compiling serde_repr v0.1.20
17502026-03-26T04:10:42.165Z Compiling pin-project-internal v1.1.11
17512026-03-26T04:10:42.441Z Compiling siphasher v1.0.2
17522026-03-26T04:10:42.591Z Compiling minimal-lexical v0.2.1
17532026-03-26T04:10:42.647Z Compiling unicode-segmentation v1.13.1
17542026-03-26T04:10:42.860Z Compiling swrite v0.1.0
17552026-03-26T04:10:42.881Z Compiling nom v7.1.3
17562026-03-26T04:10:42.962Z Compiling hickory-resolver v0.24.4
17572026-03-26T04:10:43.085Z Compiling newline-converter v0.3.0
17582026-03-26T04:10:43.209Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17592026-03-26T04:10:43.273Z Compiling pin-project v1.1.11
17602026-03-26T04:10:43.379Z Compiling phf_shared v0.12.1
17612026-03-26T04:10:43.552Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17622026-03-26T04:10:43.563Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17632026-03-26T04:10:44.249Z Compiling newtype_derive v0.1.6
17642026-03-26T04:10:44.265Z Compiling atomicwrites v0.4.4
17652026-03-26T04:10:44.468Z Compiling unicode-normalization v0.1.25
17662026-03-26T04:10:44.478Z Compiling console v0.15.11
17672026-03-26T04:10:44.946Z Compiling tokio-stream v0.1.18
17682026-03-26T04:10:45.163Z Compiling async-recursion v1.1.1
17692026-03-26T04:10:45.251Z Compiling snafu-derive v0.8.9
17702026-03-26T04:10:45.267Z Compiling slog-dtrace v0.3.0
17712026-03-26T04:10:45.426Z Compiling bstr v1.12.1
17722026-03-26T04:10:45.500Z Compiling csv-core v0.1.13
17732026-03-26T04:10:45.624Z Compiling cancel-safe-futures v0.1.5
17742026-03-26T04:10:45.765Z Compiling openssl v0.10.76
17752026-03-26T04:10:45.807Z Compiling foreign-types-shared v0.1.1
17762026-03-26T04:10:45.843Z Compiling highway v1.3.0
17772026-03-26T04:10:45.869Z Compiling foldhash v0.1.5
17782026-03-26T04:10:45.895Z Compiling chrono-tz v0.10.4
17792026-03-26T04:10:45.929Z Compiling owo-colors v4.3.0
17802026-03-26T04:10:46.029Z Compiling similar v2.7.0
17812026-03-26T04:10:46.047Z Compiling unicode-xid v0.2.6
17822026-03-26T04:10:46.108Z Compiling unicode-width v0.1.14
17832026-03-26T04:10:46.169Z Compiling same-file v1.0.6
17842026-03-26T04:10:46.277Z Compiling const_format_proc_macros v0.2.34
17852026-03-26T04:10:46.355Z Compiling walkdir v2.5.0
17862026-03-26T04:10:46.378Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17872026-03-26T04:10:46.451Z Compiling expectorate v1.2.0
17882026-03-26T04:10:46.465Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17892026-03-26T04:10:46.606Z Compiling hashbrown v0.15.5
17902026-03-26T04:10:46.719Z Compiling foreign-types v0.3.2
17912026-03-26T04:10:46.815Z Compiling globset v0.4.18
17922026-03-26T04:10:47.033Z Compiling snafu v0.8.9
17932026-03-26T04:10:47.033Z Compiling csv v1.4.0
17942026-03-26T04:10:47.137Z Compiling qorb v0.4.1
17952026-03-26T04:10:47.148Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17962026-03-26T04:10:47.612Z Compiling olpc-cjson v0.1.4
17972026-03-26T04:10:47.735Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
17982026-03-26T04:10:47.779Z Compiling phf v0.12.1
17992026-03-26T04:10:48.273Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18002026-03-26T04:10:48.289Z Compiling tokio-dtrace v0.1.1
18012026-03-26T04:10:48.458Z Compiling num-derive v0.3.3
18022026-03-26T04:10:48.569Z Compiling typify-impl v0.4.3
18032026-03-26T04:10:48.709Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18042026-03-26T04:10:49.094Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18052026-03-26T04:10:49.150Z Compiling libsw-core v0.3.2
18062026-03-26T04:10:49.216Z Compiling serde_plain v1.0.2
18072026-03-26T04:10:49.320Z Compiling openssl-macros v0.1.1
18082026-03-26T04:10:49.364Z Compiling pem v3.0.6
18092026-03-26T04:10:49.392Z Compiling cookie v0.18.1
18102026-03-26T04:10:49.427Z Compiling typed-path v0.9.3
18112026-03-26T04:10:49.621Z Compiling fixedbitset v0.4.2
18122026-03-26T04:10:49.678Z Compiling fixedbitset v0.5.7
18132026-03-26T04:10:49.792Z Compiling petgraph v0.6.5
18142026-03-26T04:10:49.860Z Compiling libscf-sys v1.1.0
18152026-03-26T04:10:50.004Z Compiling petgraph v0.8.3
18162026-03-26T04:10:50.022Z Compiling libsw v3.5.0
18172026-03-26T04:10:50.200Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18182026-03-26T04:10:50.764Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18192026-03-26T04:10:51.309Z Compiling tough v0.20.0
18202026-03-26T04:10:51.843Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18212026-03-26T04:10:53.057Z Compiling oxide-tokio-rt v0.1.3
18222026-03-26T04:10:53.129Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18232026-03-26T04:10:53.459Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18242026-03-26T04:10:54.694Z Compiling const_format v0.2.35
18252026-03-26T04:10:54.827Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18262026-03-26T04:10:54.880Z Compiling typify-macro v0.4.3
18272026-03-26T04:10:55.020Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18282026-03-26T04:10:55.055Z Compiling papergrid v0.11.0
18292026-03-26T04:10:55.290Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18302026-03-26T04:10:55.418Z Compiling gethostname v0.5.0
18312026-03-26T04:10:55.544Z Compiling tabled_derive v0.7.0
18322026-03-26T04:10:55.613Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18332026-03-26T04:10:55.935Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18342026-03-26T04:10:56.327Z Compiling bcs v0.1.6
18352026-03-26T04:10:56.445Z Compiling smawk v0.3.2
18362026-03-26T04:10:56.517Z Compiling linear-map v1.2.0
18372026-03-26T04:10:56.529Z Compiling unicode-linebreak v0.1.5
18382026-03-26T04:10:56.587Z Compiling termtree v0.5.1
18392026-03-26T04:10:56.707Z Compiling tagptr v0.2.0
18402026-03-26T04:10:56.746Z Compiling textwrap v0.16.2
18412026-03-26T04:10:56.782Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18422026-03-26T04:10:56.852Z Compiling moka v0.12.15
18432026-03-26T04:10:56.862Z Compiling tabled v0.15.0
18442026-03-26T04:10:56.970Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18452026-03-26T04:10:57.152Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18462026-03-26T04:10:57.164Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18472026-03-26T04:10:57.174Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18482026-03-26T04:10:57.303Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18492026-03-26T04:10:57.493Z Compiling steno v0.4.1
18502026-03-26T04:10:58.444Z Compiling hickory-proto v0.25.2
18512026-03-26T04:10:58.600Z Compiling humantime v2.3.0
18522026-03-26T04:10:58.885Z Compiling proc-macro-error-attr2 v2.0.0
18532026-03-26T04:10:59.331Z Compiling parking_lot_core v0.8.6
18542026-03-26T04:10:59.598Z Compiling proc-macro-error2 v2.0.1
18552026-03-26T04:10:59.623Z Compiling typify v0.4.3
18562026-03-26T04:10:59.887Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18572026-03-26T04:11:00.109Z Compiling crc32fast v1.5.0
18582026-03-26T04:11:00.196Z Compiling tabled_derive v0.11.0
18592026-03-26T04:11:00.209Z Compiling progenitor-impl v0.11.2
18602026-03-26T04:11:00.402Z Compiling hickory-resolver v0.25.2
18612026-03-26T04:11:01.115Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18622026-03-26T04:11:01.360Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18632026-03-26T04:11:01.688Z Compiling papergrid v0.17.0
18642026-03-26T04:11:02.014Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18652026-03-26T04:11:02.738Z Compiling testing_table v0.3.0
18662026-03-26T04:11:02.916Z Compiling arc-swap v1.9.0
18672026-03-26T04:11:03.034Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18682026-03-26T04:11:03.236Z Compiling slog-scope v4.4.1
18692026-03-26T04:11:03.323Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
18702026-03-26T04:11:03.512Z Compiling tabled v0.20.0
18712026-03-26T04:11:03.765Z Compiling parking_lot v0.11.2
18722026-03-26T04:11:03.864Z Compiling progenitor-macro v0.11.2
18732026-03-26T04:11:04.335Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
18742026-03-26T04:11:04.519Z Compiling progenitor-client v0.11.2
18752026-03-26T04:11:04.732Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18762026-03-26T04:11:04.808Z Compiling fxhash v0.2.1
18772026-03-26T04:11:04.895Z Compiling internet-checksum v0.2.1
18782026-03-26T04:11:04.948Z Compiling sled v0.34.7
18792026-03-26T04:11:04.959Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
18802026-03-26T04:11:06.112Z Compiling slog-stdlog v4.1.1
18812026-03-26T04:11:06.273Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18822026-03-26T04:11:06.384Z Compiling crc8 v0.1.1
18832026-03-26T04:11:06.399Z Compiling slog-envlogger v2.2.0
18842026-03-26T04:11:06.506Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
18852026-03-26T04:11:06.788Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
18862026-03-26T04:11:07.255Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18872026-03-26T04:11:08.919Z Compiling progenitor v0.11.2
18882026-03-26T04:11:09.004Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
18892026-03-26T04:11:14.765Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18902026-03-26T04:11:16.371Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48dd241a)
18912026-03-26T04:11:17.431Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18922026-03-26T04:11:18.549Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18932026-03-26T04:11:19.313Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18942026-03-26T04:11:20.736Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
18952026-03-26T04:11:44.435Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 10s
18962026-03-26T04:11:44.609Z────────────
18972026-03-26T04:11:44.609Z Nextest run ID eaeef694-0483-45b5-99b5-27cd018b8d19 with nextest profile: default
18982026-03-26T04:11:44.609Z Starting 7 tests across 1 binary
18992026-03-26T04:11:44.618Z PASS [ 0.008s] mg-lower dendrite::test_tfport_parser
19002026-03-26T04:11:44.622Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_removal
19012026-03-26T04:11:44.625Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_readback
19022026-03-26T04:11:44.625Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_idempotent
19032026-03-26T04:11:44.625Z PASS [ 0.013s] mg-lower test::sync_prefix_test
19042026-03-26T04:11:44.625Z PASS [ 0.013s] mg-lower test::sync_mixed_v4_and_v4_over_v6
19052026-03-26T04:11:44.625Z PASS [ 0.013s] mg-lower test::sync_link_down_test
19062026-03-26T04:11:44.625Z────────────
19072026-03-26T04:11:44.625Z Summary [ 0.014s] 7 tests run: 7 passed, 0 skipped
19082026-03-26T04:11:44.636Zprocess exited: duration 289792 ms, exit code 0
 
19092026-03-26T04:11:44.643Zfound 0 output files