01KS1K83D1ZMQP18BHF7Q7YP7B: test-mg-lower

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

Buildomat Job: 01KS1K8HKS9RT2NM89XQJTVGQA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T02:27:02.513Zjob assigned to worker 01KS1K8W224HG53KG79DSSZCN4 [factory aws, i-0f36b36218b289587] (queued for 1 m 2 s)
 
22026-05-20T02:27:09.411Zstarting task 0: "setup"
32026-05-20T02:27:09.416Z++ uname -s
42026-05-20T02:27:09.419Z+ kern=SunOS
52026-05-20T02:27:09.419Z+ build_user=build
62026-05-20T02:27:09.419Z+ build_uid=12345
72026-05-20T02:27:09.419Z+ work_dir=/work
82026-05-20T02:27:09.419Z+ input_dir=/input
92026-05-20T02:27:09.419Z+ [[ 0 == 12345 ]]
102026-05-20T02:27:09.419Z+ case "$kern" in
112026-05-20T02:27:09.419Z+ groupadd -g 12345 build
122026-05-20T02:27:09.422Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T02:27:11.424Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T02:27:11.549Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T02:27:11.554Z+ home_fs=zfs
162026-05-20T02:27:11.554Z+ [[ zfs == autofs ]]
172026-05-20T02:27:11.554Z+ mkdir -p /home/build
182026-05-20T02:27:11.554Z+ chown build:build /home/build /work
192026-05-20T02:27:13.552Z+ chmod 0700 /home/build /work
202026-05-20T02:27:13.554Zprocess exited: duration 4142 ms, exit code 0
 
212026-05-20T02:27:13.561Zstarting task 1: "rust-toolchain"
222026-05-20T02:27:13.564Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-20T02:27:13.564Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-20T02:27:13.564Z * rust toolchain channel = "stable"
252026-05-20T02:27:13.564Z * rust toolchain profile = "default"
262026-05-20T02:27:13.564Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T02:27:13.564Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T02:27:13.567Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T02:27:13.567Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-20T02:27:13.665Zinfo: downloading installer
312026-05-20T02:27:15.106Zwarn: It looks like you have an existing installation of Rust at:
322026-05-20T02:27:15.106Zwarn: /opt/ooce/bin
332026-05-20T02:27:15.106Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-20T02:27:15.106Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-20T02:27:15.106Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-20T02:27:15.106Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-20T02:27:15.106Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-20T02:27:15.106Zerror: cannot install while Rust is installed
392026-05-20T02:27:15.106Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-20T02:27:15.106Zwarn: It looks like you have an existing rustup settings file at:
412026-05-20T02:27:15.106Zwarn: /home/build/.rustup/settings.toml
422026-05-20T02:27:15.106Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-20T02:27:15.106Zwarn: instead of the one inferred from the default host triple.
442026-05-20T02:27:15.137Zinfo: profile set to default
452026-05-20T02:27:15.137Zinfo: default host triple is x86_64-unknown-illumos
462026-05-20T02:27:15.141Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-20T02:27:15.270Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-20T02:27:15.273Zinfo: downloading 6 components
492026-05-20T02:27:31.138Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-20T02:27:31.138Z
512026-05-20T02:27:31.165Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-20T02:27:31.165Z
532026-05-20T02:27:31.166Z
542026-05-20T02:27:31.166ZRust is installed now. Great!
552026-05-20T02:27:31.166Z
562026-05-20T02:27:31.166ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-20T02:27:31.166Zenvironment variable. This has not been done automatically.
582026-05-20T02:27:31.166Z
592026-05-20T02:27:31.166ZTo configure your current shell, you need to source
602026-05-20T02:27:31.166Zthe corresponding env file under $HOME/.cargo.
612026-05-20T02:27:31.166Z
622026-05-20T02:27:31.169ZThis is usually done by running one of the following (note the leading DOT):
632026-05-20T02:27:31.169Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-20T02:27:31.169Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-20T02:27:31.169Zsource "~/.cargo/env.nu" # For nushell
662026-05-20T02:27:31.169Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-20T02:27:31.169Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-20T02:27:31.169Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-20T02:27:31.169Zwarn: no default linker (`cc`) was found in your PATH
702026-05-20T02:27:31.169Zwarn: many Rust crates require a system C toolchain to build
712026-05-20T02:27:31.268Z+ rustup --version
722026-05-20T02:27:31.280Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-20T02:27:31.281Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-20T02:27:31.298Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-20T02:27:31.303Z+ cargo --version
762026-05-20T02:27:31.313Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-20T02:27:31.318Z+ rustc --version
782026-05-20T02:27:31.334Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-20T02:27:31.337Zprocess exited: duration 17775 ms, exit code 0
 
802026-05-20T02:27:31.345Zstarting task 2: "authentication"
812026-05-20T02:27:31.362Zprocess exited: duration 18 ms, exit code 0
 
822026-05-20T02:27:31.368Zstarting task 3: "clone repository"
832026-05-20T02:27:31.371Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-20T02:27:31.375Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-20T02:27:31.504ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-20T02:27:32.525Z+ cd /work/oxidecomputer/maghemite
872026-05-20T02:27:32.525Z+ git fetch origin ad71a11cb1f29478f350da15977277c0aa3e7f84
882026-05-20T02:27:32.762ZFrom https://github.com/oxidecomputer/maghemite
892026-05-20T02:27:32.762Z * branch ad71a11cb1f29478f350da15977277c0aa3e7f84 -> FETCH_HEAD
902026-05-20T02:27:32.769Z+ [[ -n trey/ddm-track-session-duration ]]
912026-05-20T02:27:32.782Z++ git branch --show-current
922026-05-20T02:27:32.782Z+ current=main
932026-05-20T02:27:32.782Z+ [[ main != trey/ddm-track-session-duration ]]
942026-05-20T02:27:32.782Z+ git branch -f trey/ddm-track-session-duration ad71a11cb1f29478f350da15977277c0aa3e7f84
952026-05-20T02:27:32.782Z+ git checkout -f trey/ddm-track-session-duration
962026-05-20T02:27:32.792ZSwitched to branch 'trey/ddm-track-session-duration'
972026-05-20T02:27:32.800Z+ git reset --hard ad71a11cb1f29478f350da15977277c0aa3e7f84
982026-05-20T02:27:32.801ZHEAD is now at ad71a11 Merge main into trey/ddm-track-session-duration
992026-05-20T02:27:32.801Zprocess exited: duration 1428 ms, exit code 0
 
1002026-05-20T02:27:32.815Zstarting task 4: "build"
1012026-05-20T02:27:32.818Z+ set -e
1022026-05-20T02:27:32.818Z+ source .github/buildomat/test-common.sh
1032026-05-20T02:27:32.819Z++ NEXTEST_VERSION=0.9.97
1042026-05-20T02:27:32.819Z++ PLATFORM=illumos
1052026-05-20T02:27:32.819Z++ banner install
1062026-05-20T02:27:32.827Z
1072026-05-20T02:27:32.827Z # # # #### ##### ## # #
1082026-05-20T02:27:32.827Z # ## # # # # # # #
1092026-05-20T02:27:32.827Z # # # # #### # # # # #
1102026-05-20T02:27:32.828Z # # # # # # ###### # #
1112026-05-20T02:27:32.828Z # # ## # # # # # # #
1122026-05-20T02:27:32.828Z # # # #### # # # ###### ######
1132026-05-20T02:27:32.828Z
1142026-05-20T02:27:32.828Z++ set +o errexit
1152026-05-20T02:27:32.828Z++ pkg info clang-15
1162026-05-20T02:27:32.828Z++ grep -qi installed
1172026-05-20T02:27:34.543Zpkg: info: no packages matching the following patterns you specified are
1182026-05-20T02:27:34.543Zinstalled on the system. Try querying remotely instead:
1192026-05-20T02:27:34.543Z
1202026-05-20T02:27:34.543Z clang-15
1212026-05-20T02:27:34.582Z++ [[ 1 != 0 ]]
1222026-05-20T02:27:34.582Z++ set -o errexit
1232026-05-20T02:27:34.585Z++ pfexec pkg install clang-15
1242026-05-20T02:27:41.140Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-05-20T02:27:48.798Z Startup: Caching catalogs ... Done
1262026-05-20T02:27:56.126ZPlanning: Solver setup ... Done
1272026-05-20T02:27:56.167ZPlanning: Running solver ... Done
1282026-05-20T02:27:56.310ZPlanning: Finding local manifests ... Done
1292026-05-20T02:27:56.328ZPlanning: Fetching manifests: 0/2 0% complete
1302026-05-20T02:27:56.421ZPlanning: Fetching manifests: 2/2 100% complete
1312026-05-20T02:27:56.450ZPlanning: Package planning ... Done
1322026-05-20T02:27:56.475ZPlanning: Merging actions ... Done
1332026-05-20T02:27:56.596ZPlanning: Checking for conflicting actions ... Done
1342026-05-20T02:27:56.603ZPlanning: Consolidating action changes ... Done
1352026-05-20T02:27:57.678ZPlanning: Evaluating mediators ... Done
1362026-05-20T02:27:57.684ZPlanning: Planning completed in 8.72 seconds
1372026-05-20T02:27:57.694Z Packages to install: 2
1382026-05-20T02:27:57.694Z Mediators to change: 2
1392026-05-20T02:27:57.697Z Services to change: 1
1402026-05-20T02:27:57.697Z Create boot environment: No
1412026-05-20T02:27:57.697ZCreate backup boot environment: No
1422026-05-20T02:27:57.743Z
1432026-05-20T02:27:57.743ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-05-20T02:28:02.744ZDownload: 806/3076 items 17.9/211.3MB 8% complete (3.6M/s)
1452026-05-20T02:28:10.315ZDownload: 982/3076 items 82.1/211.3MB 38% complete (12.5M/s)
1462026-05-20T02:28:15.406ZDownload: 2001/3076 items 116.5/211.3MB 55% complete (3.6M/s)
1472026-05-20T02:28:20.288ZDownload: Completed 211.31 MB in 22.54 seconds (9.4M/s)
1482026-05-20T02:28:20.522Z Actions: 1/3418 actions (Installing new actions)
1492026-05-20T02:28:23.661Z Actions: Completed 3418 actions in 3.14 seconds.
1502026-05-20T02:28:24.303Z Done
1512026-05-20T02:28:24.303Z Done
1522026-05-20T02:28:25.035Z Done
1532026-05-20T02:28:28.501Z Done
1542026-05-20T02:28:28.574Z Done
1552026-05-20T02:28:28.577Z Done
1562026-05-20T02:28:28.735Z Done
1572026-05-20T02:28:29.405Z++ set -o errexit
1582026-05-20T02:28:29.405Z++ cargo --version
1592026-05-20T02:28:29.411Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1602026-05-20T02:28:29.551Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1612026-05-20T02:28:29.555Zinfo: downloading 6 components
1622026-05-20T02:28:44.811Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1632026-05-20T02:28:44.814Z++ rustc --version
1642026-05-20T02:28:44.840Zrustc 1.95.0 (59807616e 2026-04-14)
1652026-05-20T02:28:44.843Z++ cargo install cargo-nextest --version 0.9.97
1662026-05-20T02:28:44.886Z Updating crates.io index
1672026-05-20T02:28:44.981Z Downloading crates ...
1682026-05-20T02:28:45.032Z Downloaded cargo-nextest v0.9.97
1692026-05-20T02:28:45.091Z Installing cargo-nextest v0.9.97
1702026-05-20T02:28:45.131Z Updating crates.io index
1712026-05-20T02:28:47.878Z Locking 404 packages to latest compatible versions
1722026-05-20T02:28:47.881Z Adding dialoguer v0.11.0 (available: v0.12.0)
1732026-05-20T02:28:47.884Z Adding duct v0.13.7 (available: v1.1.1)
1742026-05-20T02:28:47.884Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1752026-05-20T02:28:47.884Z Adding generic-array v0.14.7 (available: v0.14.9)
1762026-05-20T02:28:47.886Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1772026-05-20T02:28:47.889Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1782026-05-20T02:28:47.889Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1792026-05-20T02:28:47.889Z Adding nextest-runner v0.80.0 (available: v0.117.0)
1802026-05-20T02:28:47.892Z Adding quick-junit v0.5.2 (available: v0.6.0)
1812026-05-20T02:28:47.911Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1822026-05-20T02:28:47.920Z Downloading crates ...
1832026-05-20T02:28:48.000Z Downloaded cfg-if v1.0.4
1842026-05-20T02:28:48.003Z Downloaded config v0.15.23
1852026-05-20T02:28:48.006Z Downloaded camino v1.2.2
1862026-05-20T02:28:48.009Z Downloaded ahash v0.8.12
1872026-05-20T02:28:48.012Z Downloaded hyper-rustls v0.27.9
1882026-05-20T02:28:48.015Z Downloaded cfg_aliases v0.2.1
1892026-05-20T02:28:48.015Z Downloaded either v1.15.0
1902026-05-20T02:28:48.018Z Downloaded is_terminal_polyfill v1.70.2
1912026-05-20T02:28:48.020Z Downloaded idna_adapter v1.0.0
1922026-05-20T02:28:48.021Z Downloaded colorchoice v1.0.5
1932026-05-20T02:28:48.021Z Downloaded humantime-serde v1.1.1
1942026-05-20T02:28:48.024Z Downloaded humantime v2.3.0
1952026-05-20T02:28:48.024Z Downloaded backtrace-ext v0.2.1
1962026-05-20T02:28:48.027Z Downloaded globset v0.4.18
1972026-05-20T02:28:48.027Z Downloaded jobserver v0.1.34
1982026-05-20T02:28:48.030Z Downloaded debug-ignore v1.0.5
1992026-05-20T02:28:48.030Z Downloaded atomic-waker v1.1.2
2002026-05-20T02:28:48.030Z Downloaded block-buffer v0.10.4
2012026-05-20T02:28:48.032Z Downloaded home v0.5.12
2022026-05-20T02:28:48.033Z Downloaded fixedbitset v0.5.7
2032026-05-20T02:28:48.035Z Downloaded anstyle-query v1.1.5
2042026-05-20T02:28:48.035Z Downloaded base64ct v1.8.3
2052026-05-20T02:28:48.038Z Downloaded lock_api v0.4.14
2062026-05-20T02:28:48.043Z Downloaded crypto-common v0.1.7
2072026-05-20T02:28:48.043Z Downloaded httparse v1.10.1
2082026-05-20T02:28:48.045Z Downloaded color-spantrace v0.3.0
2092026-05-20T02:28:48.045Z Downloaded log v0.4.29
2102026-05-20T02:28:48.046Z Downloaded anstyle-parse v1.0.0
2112026-05-20T02:28:48.048Z Downloaded anstyle v1.0.14
2122026-05-20T02:28:48.051Z Downloaded indent_write v2.2.0
2132026-05-20T02:28:48.051Z Downloaded cargo-platform v0.2.0
2142026-05-20T02:28:48.052Z Downloaded serde_ignored v0.1.14
2152026-05-20T02:28:48.054Z Downloaded async-scoped v0.9.0
2162026-05-20T02:28:48.054Z Downloaded adler2 v2.0.1
2172026-05-20T02:28:48.057Z Downloaded atomicwrites v0.4.4
2182026-05-20T02:28:48.057Z Downloaded cpufeatures v0.2.17
2192026-05-20T02:28:48.057Z Downloaded indenter v0.3.4
2202026-05-20T02:28:48.061Z Downloaded cargo-platform v0.3.3
2212026-05-20T02:28:48.061Z Downloaded convert_case v0.10.0
2222026-05-20T02:28:48.064Z Downloaded anstream v1.0.0
2232026-05-20T02:28:48.064Z Downloaded clap_lex v1.1.0
2242026-05-20T02:28:48.064Z Downloaded cargo-util-schemas v0.2.0
2252026-05-20T02:28:48.067Z Downloaded rand_chacha v0.9.0
2262026-05-20T02:28:48.067Z Downloaded indexmap v2.14.0
2272026-05-20T02:28:48.070Z Downloaded camino-tempfile v1.4.1
2282026-05-20T02:28:48.073Z Downloaded lazy_static v1.5.0
2292026-05-20T02:28:48.077Z Downloaded rustc-hash v2.1.2
2302026-05-20T02:28:48.077Z Downloaded openssl-macros v0.1.1
2312026-05-20T02:28:48.078Z Downloaded addr2line v0.25.1
2322026-05-20T02:28:48.083Z Downloaded pkcs8 v0.10.2
2332026-05-20T02:28:48.088Z Downloaded openssl-sys v0.9.116
2342026-05-20T02:28:48.093Z Downloaded lru-slab v0.1.2
2352026-05-20T02:28:48.093Z Downloaded console v0.15.11
2362026-05-20T02:28:48.097Z Downloaded hyper-tls v0.6.0
2372026-05-20T02:28:48.098Z Downloaded hex v0.4.3
2382026-05-20T02:28:48.098Z Downloaded futures-core v0.3.32
2392026-05-20T02:28:48.098Z Downloaded equivalent v1.0.2
2402026-05-20T02:28:48.101Z Downloaded nested v0.1.1
2412026-05-20T02:28:48.101Z Downloaded ppv-lite86 v0.2.21
2422026-05-20T02:28:48.101Z Downloaded autocfg v1.5.0
2432026-05-20T02:28:48.105Z Downloaded memchr v2.8.0
2442026-05-20T02:28:48.108Z Downloaded miette-derive v7.6.0
2452026-05-20T02:28:48.109Z Downloaded ipnet v2.12.0
2462026-05-20T02:28:48.109Z Downloaded os_pipe v1.2.3
2472026-05-20T02:28:48.111Z Downloaded ordered-float v2.10.1
2482026-05-20T02:28:48.112Z Downloaded futures-sink v0.3.32
2492026-05-20T02:28:48.112Z Downloaded futures-macro v0.3.32
2502026-05-20T02:28:48.116Z Downloaded heck v0.5.0
2512026-05-20T02:28:48.116Z Downloaded foreign-types-shared v0.1.1
2522026-05-20T02:28:48.116Z Downloaded mukti-metadata v0.3.0
2532026-05-20T02:28:48.119Z Downloaded is_ci v1.2.0
2542026-05-20T02:28:48.119Z Downloaded guppy-workspace-hack v0.1.0
2552026-05-20T02:28:48.119Z Downloaded form_urlencoded v1.2.2
2562026-05-20T02:28:48.119Z Downloaded enable-ansi-support v0.2.1
2572026-05-20T02:28:48.119Z Downloaded futures-io v0.3.32
2582026-05-20T02:28:48.122Z Downloaded generic-array v0.14.7
2592026-05-20T02:28:48.122Z Downloaded serde_spanned v1.1.1
2602026-05-20T02:28:48.127Z Downloaded scopeguard v1.2.0
2612026-05-20T02:28:48.127Z Downloaded serde_spanned v0.6.9
2622026-05-20T02:28:48.127Z Downloaded futures-task v0.3.32
2632026-05-20T02:28:48.131Z Downloaded foreign-types v0.3.2
2642026-05-20T02:28:48.131Z Downloaded rustc_version v0.4.1
2652026-05-20T02:28:48.131Z Downloaded itoa v1.0.18
2662026-05-20T02:28:48.131Z Downloaded curve25519-dalek-derive v0.1.1
2672026-05-20T02:28:48.131Z Downloaded serde_urlencoded v0.7.1
2682026-05-20T02:28:48.131Z Downloaded nextest-workspace-hack v0.1.0
2692026-05-20T02:28:48.134Z Downloaded getrandom v0.3.4
2702026-05-20T02:28:48.134Z Downloaded shared_child v1.1.1
2712026-05-20T02:28:48.134Z Downloaded newtype-uuid v1.3.2
2722026-05-20T02:28:48.137Z Downloaded dialoguer v0.11.0
2732026-05-20T02:28:48.137Z Downloaded fnv v1.0.7
2742026-05-20T02:28:48.140Z Downloaded document-features v0.2.12
2752026-05-20T02:28:48.140Z Downloaded sigchld v0.2.4
2762026-05-20T02:28:48.140Z Downloaded serde-value v0.7.0
2772026-05-20T02:28:48.143Z Downloaded rustc-demangle v0.1.27
2782026-05-20T02:28:48.143Z Downloaded quote v1.0.45
2792026-05-20T02:28:48.143Z Downloaded rand_core v0.6.4
2802026-05-20T02:28:48.146Z Downloaded subtle v2.6.1
2812026-05-20T02:28:48.146Z Downloaded strsim v0.11.1
2822026-05-20T02:28:48.146Z Downloaded cargo_metadata v0.20.0
2832026-05-20T02:28:48.149Z Downloaded swrite v0.1.0
2842026-05-20T02:28:48.149Z Downloaded strip-ansi-escapes v0.2.1
2852026-05-20T02:28:48.151Z Downloaded number_prefix v0.4.0
2862026-05-20T02:28:48.151Z Downloaded clap_derive v4.6.1
2872026-05-20T02:28:48.154Z Downloaded crc32fast v1.5.0
2882026-05-20T02:28:48.154Z Downloaded const-oid v0.9.6
2892026-05-20T02:28:48.154Z Downloaded duct v0.13.7
2902026-05-20T02:28:48.157Z Downloaded openssl-probe v0.2.1
2912026-05-20T02:28:48.157Z Downloaded cfg-expr v0.20.7
2922026-05-20T02:28:48.162Z Downloaded bitflags v2.11.1
2932026-05-20T02:28:48.162Z Downloaded sync_wrapper v1.0.2
2942026-05-20T02:28:48.162Z Downloaded signal-hook-mio v0.2.5
2952026-05-20T02:28:48.166Z Downloaded supports-unicode v3.0.0
2962026-05-20T02:28:48.166Z Downloaded http-body v1.0.1
2972026-05-20T02:28:48.169Z Downloaded percent-encoding v2.3.2
2982026-05-20T02:28:48.169Z Downloaded pathdiff v0.2.3
2992026-05-20T02:28:48.172Z Downloaded filetime v0.2.29
3002026-05-20T02:28:48.172Z Downloaded supports-color v3.0.2
3012026-05-20T02:28:48.175Z Downloaded fastrand v2.4.1
3022026-05-20T02:28:48.175Z Downloaded errno v0.3.14
3032026-05-20T02:28:48.175Z Downloaded erased-serde v0.4.10
3042026-05-20T02:28:48.178Z Downloaded signature v2.2.0
3052026-05-20T02:28:48.178Z Downloaded native-tls v0.2.18
3062026-05-20T02:28:48.181Z Downloaded futures-executor v0.3.32
3072026-05-20T02:28:48.181Z Downloaded find-msvc-tools v0.1.9
3082026-05-20T02:28:48.181Z Downloaded http-body-util v0.1.3
3092026-05-20T02:28:48.185Z Downloaded tokio-macros v2.7.0
3102026-05-20T02:28:48.185Z Downloaded foldhash v0.1.5
3112026-05-20T02:28:48.185Z Downloaded ed25519 v2.2.3
3122026-05-20T02:28:48.190Z Downloaded digest v0.10.7
3132026-05-20T02:28:48.190Z Downloaded toml_datetime v0.6.11
3142026-05-20T02:28:48.192Z Downloaded serde_path_to_error v0.1.20
3152026-05-20T02:28:48.192Z Downloaded serde-untagged v0.1.9
3162026-05-20T02:28:48.192Z Downloaded terminal_size v0.4.4
3172026-05-20T02:28:48.195Z Downloaded tinyvec_macros v0.1.1
3182026-05-20T02:28:48.201Z Downloaded sha2 v0.10.9
3192026-05-20T02:28:48.204Z Downloaded rustls-pki-types v1.14.1
3202026-05-20T02:28:48.204Z Downloaded quinn-udp v0.5.14
3212026-05-20T02:28:48.204Z Downloaded pkg-config v0.3.33
3222026-05-20T02:28:48.204Z Downloaded eyre v0.6.12
3232026-05-20T02:28:48.207Z Downloaded rand_core v0.9.5
3242026-05-20T02:28:48.207Z Downloaded spki v0.7.3
3252026-05-20T02:28:48.210Z Downloaded bytes v1.11.1
3262026-05-20T02:28:48.210Z Downloaded self-replace v1.5.0
3272026-05-20T02:28:48.213Z Downloaded pin-project-lite v0.2.17
3282026-05-20T02:28:48.215Z Downloaded tracing-error v0.2.1
3292026-05-20T02:28:48.216Z Downloaded unicode-linebreak v0.1.5
3302026-05-20T02:28:48.216Z Downloaded smol_str v0.3.6
3312026-05-20T02:28:48.216Z Downloaded supports-hyperlinks v3.2.0
3322026-05-20T02:28:48.219Z Downloaded tower-service v0.3.3
3332026-05-20T02:28:48.219Z Downloaded typeid v1.0.3
3342026-05-20T02:28:48.219Z Downloaded tower-layer v0.3.3
3352026-05-20T02:28:48.219Z Downloaded target-spec-miette v0.4.6
3362026-05-20T02:28:48.222Z Downloaded once_cell v1.21.4
3372026-05-20T02:28:48.226Z Downloaded static_assertions v1.1.0
3382026-05-20T02:28:48.226Z Downloaded backtrace v0.3.76
3392026-05-20T02:28:48.230Z Downloaded nextest-metadata v0.12.2
3402026-05-20T02:28:48.231Z Downloaded simd-adler32 v0.3.9
3412026-05-20T02:28:48.231Z Downloaded signal-hook-registry v1.4.8
3422026-05-20T02:28:48.231Z Downloaded shell-words v1.1.1
3432026-05-20T02:28:48.231Z Downloaded cargo_metadata v0.23.1
3442026-05-20T02:28:48.233Z Downloaded utf8parse v0.2.2
3452026-05-20T02:28:48.233Z Downloaded owo-colors v4.3.0
3462026-05-20T02:28:48.233Z Downloaded version_check v0.9.5
3472026-05-20T02:28:48.233Z Downloaded unicode-xid v0.2.6
3482026-05-20T02:28:48.238Z Downloaded utf8_iter v1.0.4
3492026-05-20T02:28:48.241Z Downloaded getrandom v0.2.17
3502026-05-20T02:28:48.241Z Downloaded futures-channel v0.3.32
3512026-05-20T02:28:48.241Z Downloaded thread_local v1.1.9
3522026-05-20T02:28:48.244Z Downloaded future-queue v0.4.0
3532026-05-20T02:28:48.244Z Downloaded parking_lot_core v0.9.12
3542026-05-20T02:28:48.246Z Downloaded urlencoding v2.1.3
3552026-05-20T02:28:48.246Z Downloaded untrusted v0.9.0
3562026-05-20T02:28:48.247Z Downloaded thiserror-impl v1.0.69
3572026-05-20T02:28:48.247Z Downloaded xattr v1.6.1
3582026-05-20T02:28:48.251Z Downloaded pin-project-internal v1.1.13
3592026-05-20T02:28:48.251Z Downloaded litrs v1.0.0
3602026-05-20T02:28:48.255Z Downloaded quick-junit v0.5.2
3612026-05-20T02:28:48.264Z Downloaded want v0.3.1
3622026-05-20T02:28:48.270Z Downloaded derive-where v1.6.1
3632026-05-20T02:28:48.270Z Downloaded thiserror-impl v2.0.18
3642026-05-20T02:28:48.270Z Downloaded semver v1.0.28
3652026-05-20T02:28:48.270Z Downloaded miette v7.6.0
3662026-05-20T02:28:48.274Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3672026-05-20T02:28:48.274Z Downloaded shlex v1.3.0
3682026-05-20T02:28:48.274Z Downloaded slab v0.4.12
3692026-05-20T02:28:48.277Z Downloaded smallvec v1.15.1
3702026-05-20T02:28:48.277Z Downloaded base64 v0.22.1
3712026-05-20T02:28:48.277Z Downloaded parking_lot v0.12.5
3722026-05-20T02:28:48.281Z Downloaded target-lexicon v0.13.3
3732026-05-20T02:28:48.281Z Downloaded iana-time-zone v0.1.65
3742026-05-20T02:28:48.285Z Downloaded tracing-log v0.2.0
3752026-05-20T02:28:48.289Z Downloaded thiserror v1.0.69
3762026-05-20T02:28:48.291Z Downloaded cc v1.2.62
3772026-05-20T02:28:48.294Z Downloaded try-lock v0.2.5
3782026-05-20T02:28:48.294Z Downloaded nextest-filtering v0.15.0
3792026-05-20T02:28:48.297Z Downloaded tokio-native-tls v0.3.1
3802026-05-20T02:28:48.301Z Downloaded getrandom v0.4.2
3812026-05-20T02:28:48.304Z Downloaded tokio-rustls v0.26.4
3822026-05-20T02:28:48.304Z Downloaded ryu v1.0.23
3832026-05-20T02:28:48.307Z Downloaded zeroize v1.8.2
3842026-05-20T02:28:48.307Z Downloaded xxhash-rust v0.8.15
3852026-05-20T02:28:48.307Z Downloaded toml_writer v1.1.1+spec-1.1.0
3862026-05-20T02:28:48.310Z Downloaded pin-project v1.1.13
3872026-05-20T02:28:48.314Z Downloaded zmij v1.0.21
3882026-05-20T02:28:48.318Z Downloaded clap v4.6.1
3892026-05-20T02:28:48.321Z Downloaded zipsign-api v0.1.5
3902026-05-20T02:28:48.324Z Downloaded target-spec v3.6.0
3912026-05-20T02:28:48.324Z Downloaded zstd-safe v7.2.4
3922026-05-20T02:28:48.324Z Downloaded zstd v0.13.3
3932026-05-20T02:28:48.328Z Downloaded socket2 v0.6.3
3942026-05-20T02:28:48.331Z Downloaded proc-macro2 v1.0.106
3952026-05-20T02:28:48.331Z Downloaded tracing-attributes v0.1.31
3962026-05-20T02:28:48.331Z Downloaded textwrap v0.16.2
3972026-05-20T02:28:48.334Z Downloaded toml_parser v1.1.2+spec-1.1.0
3982026-05-20T02:28:48.337Z Downloaded tempfile v3.27.0
3992026-05-20T02:28:48.337Z Downloaded num-traits v0.2.19
4002026-05-20T02:28:48.342Z Downloaded signal-hook v0.3.18
4012026-05-20T02:28:48.342Z Downloaded unicase v2.9.0
4022026-05-20T02:28:48.346Z Downloaded toml v0.8.23
4032026-05-20T02:28:48.346Z Downloaded serde_derive v1.0.228
4042026-05-20T02:28:48.346Z Downloaded serde_core v1.0.228
4052026-05-20T02:28:48.346Z Downloaded tokio-stream v0.1.18
4062026-05-20T02:28:48.351Z Downloaded toml v1.1.2+spec-1.1.0
4072026-05-20T02:28:48.355Z Downloaded sharded-slab v0.1.7
4082026-05-20T02:28:48.355Z Downloaded indicatif v0.17.11
4092026-05-20T02:28:48.359Z Downloaded derive_more-impl v2.1.1
4102026-05-20T02:28:48.359Z Downloaded thiserror v2.0.18
4112026-05-20T02:28:48.363Z Downloaded tinyvec v1.11.0
4122026-05-20T02:28:48.368Z Downloaded tar v0.4.46
4132026-05-20T02:28:48.368Z Downloaded futures v0.3.32
4142026-05-20T02:28:48.370Z Downloaded unicode-ident v1.0.24
4152026-05-20T02:28:48.371Z Downloaded vte v0.14.1
4162026-05-20T02:28:48.371Z Downloaded der v0.7.10
4172026-05-20T02:28:48.375Z Downloaded flate2 v1.1.9
4182026-05-20T02:28:48.379Z Downloaded miniz_oxide v0.8.9
4192026-05-20T02:28:48.379Z Downloaded self_update v0.42.0
4202026-05-20T02:28:48.382Z Downloaded serde v1.0.228
4212026-05-20T02:28:48.382Z Downloaded derive_more v2.1.1
4222026-05-20T02:28:48.389Z Downloaded ed25519-dalek v2.2.0
4232026-05-20T02:28:48.392Z Downloaded rustls-webpki v0.103.13
4242026-05-20T02:28:48.392Z Downloaded tracing-core v0.1.36
4252026-05-20T02:28:48.395Z Downloaded borsh v1.6.1
4262026-05-20T02:28:48.398Z Downloaded uuid v1.23.1
4272026-05-20T02:28:48.400Z Downloaded toml_write v0.1.2
4282026-05-20T02:28:48.407Z Downloaded crossterm v0.29.0
4292026-05-20T02:28:48.414Z Downloaded quinn v0.11.9
4302026-05-20T02:28:48.417Z Downloaded url v2.5.8
4312026-05-20T02:28:48.422Z Downloaded rand v0.9.4
4322026-05-20T02:28:48.425Z Downloaded typenum v1.20.0
4332026-05-20T02:28:48.428Z Downloaded http v1.4.0
4342026-05-20T02:28:48.431Z Downloaded unicode-segmentation v1.13.2
4352026-05-20T02:28:48.438Z Downloaded toml_edit v0.22.27
4362026-05-20T02:28:48.441Z Downloaded hyper v1.9.0
4372026-05-20T02:28:48.444Z Downloaded aho-corasick v1.1.4
4382026-05-20T02:28:48.450Z Downloaded hashbrown v0.15.5
4392026-05-20T02:28:48.463Z Downloaded futures-util v0.3.32
4402026-05-20T02:28:48.471Z Downloaded tokio-util v0.7.18
4412026-05-20T02:28:48.475Z Downloaded serde_json v1.0.149
4422026-05-20T02:28:48.481Z Downloaded unicode-normalization v0.1.25
4432026-05-20T02:28:48.483Z Downloaded mio v1.2.0
4442026-05-20T02:28:48.486Z Downloaded guppy v0.17.25
4452026-05-20T02:28:48.489Z Downloaded idna v1.1.0
4462026-05-20T02:28:48.491Z Downloaded tower v0.5.3
4472026-05-20T02:28:48.497Z Downloaded ron v0.12.1
4482026-05-20T02:28:48.501Z Downloaded h2 v0.4.14
4492026-05-20T02:28:48.505Z Downloaded clap_builder v4.6.0
4502026-05-20T02:28:48.507Z Downloaded regex v1.12.3
4512026-05-20T02:28:48.510Z Downloaded hyper-util v0.1.20
4522026-05-20T02:28:48.513Z Downloaded hashbrown v0.17.1
4532026-05-20T02:28:48.516Z Downloaded winnow v1.0.3
4542026-05-20T02:28:48.523Z Downloaded itertools v0.14.0
4552026-05-20T02:28:48.529Z Downloaded pulldown-cmark v0.13.3
4562026-05-20T02:28:48.534Z Downloaded tracing-subscriber v0.3.23
4572026-05-20T02:28:48.539Z Downloaded reqwest v0.12.28
4582026-05-20T02:28:48.542Z Downloaded tower-http v0.6.11
4592026-05-20T02:28:48.548Z Downloaded chrono v0.4.44
4602026-05-20T02:28:48.553Z Downloaded quick-xml v0.38.4
4612026-05-20T02:28:48.560Z Downloaded unicode-width v0.2.2
4622026-05-20T02:28:48.567Z Downloaded curve25519-dalek v4.1.3
4632026-05-20T02:28:48.578Z Downloaded zerocopy v0.8.48
4642026-05-20T02:28:48.589Z Downloaded quick-xml v0.37.5
4652026-05-20T02:28:48.591Z Downloaded portable-atomic v1.13.1
4662026-05-20T02:28:48.595Z Downloaded gimli v0.32.3
4672026-05-20T02:28:48.600Z Downloaded bstr v1.12.1
4682026-05-20T02:28:48.607Z Downloaded tracing v0.1.44
4692026-05-20T02:28:48.620Z Downloaded color-eyre v0.6.5
4702026-05-20T02:28:48.626Z Downloaded winnow v0.7.15
4712026-05-20T02:28:48.632Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4722026-05-20T02:28:48.642Z Downloaded quinn-proto v0.11.14
4732026-05-20T02:28:48.658Z Downloaded webpki-roots v1.0.7
4742026-05-20T02:28:48.661Z Downloaded vcpkg v0.2.15
4752026-05-20T02:28:48.701Z Downloaded unicode-width v0.1.14
4762026-05-20T02:28:48.708Z Downloaded nextest-runner v0.80.0
4772026-05-20T02:28:48.722Z Downloaded syn v2.0.117
4782026-05-20T02:28:48.728Z Downloaded object v0.37.3
4792026-05-20T02:28:48.734Z Downloaded regex-syntax v0.8.10
4802026-05-20T02:28:48.738Z Downloaded openssl v0.10.80
4812026-05-20T02:28:48.743Z Downloaded nix v0.30.1
4822026-05-20T02:28:48.754Z Downloaded rustix v0.38.44
4832026-05-20T02:28:48.766Z Downloaded rustls v0.23.40
4842026-05-20T02:28:48.773Z Downloaded rustix v1.1.4
4852026-05-20T02:28:48.839Z Downloaded regex-automata v0.4.14
4862026-05-20T02:28:48.876Z Downloaded libc v0.2.186
4872026-05-20T02:28:48.896Z Downloaded petgraph v0.8.3
4882026-05-20T02:28:48.923Z Downloaded tokio v1.52.3
4892026-05-20T02:28:48.967Z Downloaded ring v0.17.14
4902026-05-20T02:28:48.990Z Downloaded recursion v0.5.4
4912026-05-20T02:28:49.032Z Compiling libc v0.2.186
4922026-05-20T02:28:49.032Z Compiling proc-macro2 v1.0.106
4932026-05-20T02:28:49.032Z Compiling quote v1.0.45
4942026-05-20T02:28:49.035Z Compiling unicode-ident v1.0.24
4952026-05-20T02:28:49.035Z Compiling serde_core v1.0.228
4962026-05-20T02:28:49.035Z Compiling cfg-if v1.0.4
4972026-05-20T02:28:49.035Z Compiling memchr v2.8.0
4982026-05-20T02:28:49.035Z Compiling once_cell v1.21.4
4992026-05-20T02:28:49.292Z Compiling log v0.4.29
5002026-05-20T02:28:49.304Z Compiling pin-project-lite v0.2.17
5012026-05-20T02:28:49.393Z Compiling serde v1.0.228
5022026-05-20T02:28:49.450Z Compiling itoa v1.0.18
5032026-05-20T02:28:49.688Z Compiling futures-core v0.3.32
5042026-05-20T02:28:49.710Z Compiling smallvec v1.15.1
5052026-05-20T02:28:49.749Z Compiling bitflags v2.11.1
5062026-05-20T02:28:49.838Z Compiling hashbrown v0.17.1
5072026-05-20T02:28:49.967Z Compiling shlex v1.3.0
5082026-05-20T02:28:50.128Z Compiling equivalent v1.0.2
5092026-05-20T02:28:50.146Z Compiling find-msvc-tools v0.1.9
5102026-05-20T02:28:50.216Z Compiling errno v0.3.14
5112026-05-20T02:28:50.257Z Compiling jobserver v0.1.34
5122026-05-20T02:28:50.272Z Compiling bytes v1.11.1
5132026-05-20T02:28:50.374Z Compiling signal-hook-registry v1.4.8
5142026-05-20T02:28:50.377Z Compiling mio v1.2.0
5152026-05-20T02:28:50.505Z Compiling syn v2.0.117
5162026-05-20T02:28:50.505Z Compiling cc v1.2.62
5172026-05-20T02:28:50.569Z Compiling futures-sink v0.3.32
5182026-05-20T02:28:50.572Z Compiling rustix v1.1.4
5192026-05-20T02:28:50.679Z Compiling socket2 v0.6.3
5202026-05-20T02:28:50.932Z Compiling slab v0.4.12
5212026-05-20T02:28:51.062Z Compiling zmij v1.0.21
5222026-05-20T02:28:51.123Z Compiling futures-channel v0.3.32
5232026-05-20T02:28:51.135Z Compiling tracing-core v0.1.36
5242026-05-20T02:28:51.432Z Compiling serde_json v1.0.149
5252026-05-20T02:28:51.464Z Compiling version_check v0.9.5
5262026-05-20T02:28:51.686Z Compiling indexmap v2.14.0
5272026-05-20T02:28:51.753Z Compiling futures-io v0.3.32
5282026-05-20T02:28:51.768Z Compiling getrandom v0.4.2
5292026-05-20T02:28:51.836Z Compiling futures-task v0.3.32
5302026-05-20T02:28:51.952Z Compiling percent-encoding v2.3.2
5312026-05-20T02:28:52.018Z Compiling camino v1.2.2
5322026-05-20T02:28:52.077Z Compiling unicode-width v0.2.2
5332026-05-20T02:28:52.302Z Compiling ring v0.17.14
5342026-05-20T02:28:52.393Z Compiling http v1.4.0
5352026-05-20T02:28:52.405Z Compiling zeroize v1.8.2
5362026-05-20T02:28:52.408Z Compiling simd-adler32 v0.3.9
5372026-05-20T02:28:52.573Z Compiling adler2 v2.0.1
5382026-05-20T02:28:52.621Z Compiling autocfg v1.5.0
5392026-05-20T02:28:52.745Z Compiling miniz_oxide v0.8.9
5402026-05-20T02:28:52.975Z Compiling num-traits v0.2.19
5412026-05-20T02:28:53.218Z Compiling object v0.37.3
5422026-05-20T02:28:53.293Z Compiling target-lexicon v0.13.3
5432026-05-20T02:28:53.515Z Compiling getrandom v0.3.4
5442026-05-20T02:28:53.693Z Compiling zerocopy v0.8.48
5452026-05-20T02:28:53.889Z Compiling http-body v1.0.1
5462026-05-20T02:28:54.023Z Compiling rustls-pki-types v1.14.1
5472026-05-20T02:28:54.049Z Compiling form_urlencoded v1.2.2
5482026-05-20T02:28:54.116Z Compiling serde_derive v1.0.228
5492026-05-20T02:28:54.129Z Compiling tokio-macros v2.7.0
5502026-05-20T02:28:54.150Z Compiling futures-macro v0.3.32
5512026-05-20T02:28:54.311Z Compiling tracing-attributes v0.1.31
5522026-05-20T02:28:54.314Z Compiling semver v1.0.28
5532026-05-20T02:28:54.526Z Compiling getrandom v0.2.17
5542026-05-20T02:28:54.717Z Compiling owo-colors v4.3.0
5552026-05-20T02:28:54.874Z Compiling tokio v1.52.3
5562026-05-20T02:28:54.887Z Compiling httparse v1.10.1
5572026-05-20T02:28:54.977Z Compiling thiserror v2.0.18
5582026-05-20T02:28:54.980Z Compiling futures-util v0.3.32
5592026-05-20T02:28:55.050Z Compiling fnv v1.0.7
5602026-05-20T02:28:55.153Z Compiling guppy-workspace-hack v0.1.0
5612026-05-20T02:28:55.234Z Compiling idna_adapter v1.0.0
5622026-05-20T02:28:55.321Z Compiling utf8_iter v1.0.4
5632026-05-20T02:28:55.335Z Compiling signal-hook v0.3.18
5642026-05-20T02:28:55.376Z Compiling untrusted v0.9.0
5652026-05-20T02:28:55.479Z Compiling gimli v0.32.3
5662026-05-20T02:28:55.502Z Compiling idna v1.1.0
5672026-05-20T02:28:55.536Z Compiling tracing v0.1.44
5682026-05-20T02:28:55.888Z Compiling thiserror-impl v2.0.18
5692026-05-20T02:28:57.357Z Compiling addr2line v0.25.1
5702026-05-20T02:28:57.789Z Compiling generic-array v0.14.7
5712026-05-20T02:28:57.801Z Compiling typeid v1.0.3
5722026-05-20T02:28:58.030Z Compiling thiserror v1.0.69
5732026-05-20T02:28:58.089Z Compiling tower-service v0.3.3
5742026-05-20T02:28:58.105Z Compiling pkg-config v0.3.33
5752026-05-20T02:28:58.186Z Compiling try-lock v0.2.5
5762026-05-20T02:28:58.186Z Compiling atomic-waker v1.1.2
5772026-05-20T02:28:58.313Z Compiling target-spec v3.6.0
5782026-05-20T02:28:58.338Z Compiling rustls v0.23.40
5792026-05-20T02:28:58.350Z Compiling rustc-demangle v0.1.27
5802026-05-20T02:28:58.540Z Compiling fastrand v2.4.1
5812026-05-20T02:28:58.563Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5822026-05-20T02:28:58.800Z Compiling tokio-util v0.7.18
5832026-05-20T02:28:58.863Z Compiling tempfile v3.27.0
5842026-05-20T02:28:58.877Z Compiling want v0.3.1
5852026-05-20T02:28:59.048Z Compiling cfg-expr v0.20.7
5862026-05-20T02:28:59.342Z Compiling h2 v0.4.14
5872026-05-20T02:28:59.889Z Compiling url v2.5.8
5882026-05-20T02:29:00.067Z Compiling backtrace v0.3.76
5892026-05-20T02:29:00.216Z Compiling thiserror-impl v1.0.69
5902026-05-20T02:29:00.490Z Compiling terminal_size v0.4.4
5912026-05-20T02:29:00.570Z Compiling aho-corasick v1.1.4
5922026-05-20T02:29:00.637Z Compiling erased-serde v0.4.10
5932026-05-20T02:29:00.933Z Compiling typenum v1.20.0
5942026-05-20T02:29:01.356Z Compiling regex-syntax v0.8.10
5952026-05-20T02:29:01.601Z Compiling subtle v2.6.1
5962026-05-20T02:29:01.759Z Compiling winnow v0.7.15
5972026-05-20T02:29:02.334Z Compiling rustls-webpki v0.103.13
5982026-05-20T02:29:03.692Z Compiling regex-automata v0.4.14
5992026-05-20T02:29:04.899Z Compiling hyper v1.9.0
6002026-05-20T02:29:05.909Z Compiling toml_datetime v0.6.11
6012026-05-20T02:29:06.280Z Compiling serde_spanned v0.6.9
6022026-05-20T02:29:06.445Z Compiling ahash v0.8.12
6032026-05-20T02:29:06.712Z Compiling sync_wrapper v1.0.2
6042026-05-20T02:29:06.824Z Compiling lazy_static v1.5.0
6052026-05-20T02:29:06.931Z Compiling unicode-linebreak v0.1.5
6062026-05-20T02:29:07.200Z Compiling crc32fast v1.5.0
6072026-05-20T02:29:07.501Z Compiling toml_write v0.1.2
6082026-05-20T02:29:07.657Z Compiling base64 v0.22.1
6092026-05-20T02:29:07.750Z Compiling tower-layer v0.3.3
6102026-05-20T02:29:07.955Z Compiling foldhash v0.1.5
6112026-05-20T02:29:08.143Z Compiling portable-atomic v1.13.1
6122026-05-20T02:29:08.174Z Compiling either v1.15.0
6132026-05-20T02:29:08.400Z Compiling unicode-segmentation v1.13.2
6142026-05-20T02:29:08.433Z Compiling is_ci v1.2.0
6152026-05-20T02:29:08.527Z Compiling parking_lot_core v0.9.12
6162026-05-20T02:29:08.592Z Compiling nextest-workspace-hack v0.1.0
6172026-05-20T02:29:08.605Z Compiling ipnet v2.12.0
6182026-05-20T02:29:08.785Z Compiling convert_case v0.10.0
6192026-05-20T02:29:08.848Z Compiling supports-color v3.0.2
6202026-05-20T02:29:08.882Z Compiling hyper-util v0.1.20
6212026-05-20T02:29:09.014Z Compiling hashbrown v0.15.5
6222026-05-20T02:29:09.035Z Compiling tower v0.5.3
6232026-05-20T02:29:09.071Z Compiling tokio-rustls v0.26.4
6242026-05-20T02:29:09.392Z Compiling toml_edit v0.22.27
6252026-05-20T02:29:09.644Z Compiling textwrap v0.16.2
6262026-05-20T02:29:09.668Z Compiling sharded-slab v0.1.7
6272026-05-20T02:29:10.254Z Compiling backtrace-ext v0.2.1
6282026-05-20T02:29:10.401Z Compiling ordered-float v2.10.1
6292026-05-20T02:29:10.513Z Compiling webpki-roots v1.0.7
6302026-05-20T02:29:10.629Z Compiling miette-derive v7.6.0
6312026-05-20T02:29:10.667Z Compiling pathdiff v0.2.3
6322026-05-20T02:29:10.794Z Compiling console v0.15.11
6332026-05-20T02:29:11.024Z Compiling cargo-platform v0.3.3
6342026-05-20T02:29:11.529Z Compiling tracing-log v0.2.0
6352026-05-20T02:29:11.580Z Compiling os_pipe v1.2.3
6362026-05-20T02:29:11.737Z Compiling thread_local v1.1.9
6372026-05-20T02:29:11.900Z Compiling unicode-width v0.1.14
6382026-05-20T02:29:12.081Z Compiling supports-unicode v3.0.0
6392026-05-20T02:29:12.084Z Compiling debug-ignore v1.0.5
6402026-05-20T02:29:12.116Z Compiling winnow v1.0.3
6412026-05-20T02:29:12.197Z Compiling scopeguard v1.2.0
6422026-05-20T02:29:12.210Z Compiling fixedbitset v0.5.7
6432026-05-20T02:29:12.246Z Compiling utf8parse v0.2.2
6442026-05-20T02:29:12.299Z Compiling supports-hyperlinks v3.2.0
6452026-05-20T02:29:12.353Z Compiling cfg_aliases v0.2.1
6462026-05-20T02:29:12.426Z Compiling rustix v0.38.44
6472026-05-20T02:29:12.517Z Compiling pulldown-cmark v0.13.3
6482026-05-20T02:29:12.708Z Compiling zstd-safe v7.2.4
6492026-05-20T02:29:12.751Z Compiling ryu v1.0.23
6502026-05-20T02:29:12.874Z Compiling serde_urlencoded v0.7.1
6512026-05-20T02:29:12.977Z Compiling nix v0.30.1
6522026-05-20T02:29:13.043Z Compiling petgraph v0.8.3
6532026-05-20T02:29:13.151Z Compiling toml_parser v1.1.2+spec-1.1.0
6542026-05-20T02:29:13.368Z Compiling miette v7.6.0
6552026-05-20T02:29:13.556Z Compiling anstyle-parse v1.0.0
6562026-05-20T02:29:13.769Z Compiling lock_api v0.4.14
6572026-05-20T02:29:14.054Z Compiling tracing-subscriber v0.3.23
6582026-05-20T02:29:14.483Z Compiling sigchld v0.2.4
6592026-05-20T02:29:14.723Z Compiling cargo_metadata v0.23.1
6602026-05-20T02:29:14.924Z Compiling toml v0.8.23
6612026-05-20T02:29:14.969Z Compiling serde-value v0.7.0
6622026-05-20T02:29:15.723Z Compiling hyper-rustls v0.27.9
6632026-05-20T02:29:16.397Z Compiling serde-untagged v0.1.9
6642026-05-20T02:29:17.268Z Compiling tower-http v0.6.11
6652026-05-20T02:29:17.378Z Compiling derive_more-impl v2.1.1
6662026-05-20T02:29:17.913Z Compiling itertools v0.14.0
6672026-05-20T02:29:18.152Z Compiling regex v1.12.3
6682026-05-20T02:29:18.190Z Compiling crypto-common v0.1.7
6692026-05-20T02:29:18.287Z Compiling block-buffer v0.10.4
6702026-05-20T02:29:18.336Z Compiling ppv-lite86 v0.2.21
6712026-05-20T02:29:18.435Z Compiling rand_core v0.9.5
6722026-05-20T02:29:18.664Z Compiling futures-executor v0.3.32
6732026-05-20T02:29:18.685Z Compiling pin-project-internal v1.1.13
6742026-05-20T02:29:18.702Z Compiling http-body-util v0.1.3
6752026-05-20T02:29:18.962Z Compiling uuid v1.23.1
6762026-05-20T02:29:19.186Z Compiling smol_str v0.3.6
6772026-05-20T02:29:19.380Z Compiling serde_spanned v1.1.1
6782026-05-20T02:29:19.481Z Compiling toml_datetime v1.1.1+spec-1.1.0
6792026-05-20T02:29:19.522Z Compiling filetime v0.2.29
6802026-05-20T02:29:19.525Z Compiling vte v0.14.1
6812026-05-20T02:29:19.547Z Compiling bstr v1.12.1
6822026-05-20T02:29:19.720Z Compiling static_assertions v1.1.0
6832026-05-20T02:29:19.743Z Compiling color-spantrace v0.3.0
6842026-05-20T02:29:19.794Z Compiling nested v0.1.1
6852026-05-20T02:29:19.895Z Compiling unicode-xid v0.2.6
6862026-05-20T02:29:19.986Z Compiling is_terminal_polyfill v1.70.2
6872026-05-20T02:29:20.031Z Compiling eyre v0.6.12
6882026-05-20T02:29:20.050Z Compiling self_update v0.42.0
6892026-05-20T02:29:20.064Z Compiling colorchoice v1.0.5
6902026-05-20T02:29:20.077Z Compiling anstyle-query v1.1.5
6912026-05-20T02:29:20.179Z Compiling number_prefix v0.4.0
6922026-05-20T02:29:20.179Z Compiling anstyle v1.0.14
6932026-05-20T02:29:20.232Z Compiling litrs v1.0.0
6942026-05-20T02:29:20.268Z Compiling tinyvec_macros v0.1.1
6952026-05-20T02:29:20.295Z Compiling xattr v1.6.1
6962026-05-20T02:29:20.333Z Compiling unicase v2.9.0
6972026-05-20T02:29:20.346Z Compiling iana-time-zone v0.1.65
6982026-05-20T02:29:20.441Z Compiling tar v0.4.46
6992026-05-20T02:29:20.512Z Compiling chrono v0.4.44
7002026-05-20T02:29:20.615Z Compiling anstream v1.0.0
7012026-05-20T02:29:20.671Z Compiling document-features v0.2.12
7022026-05-20T02:29:20.685Z Compiling tinyvec v1.11.0
7032026-05-20T02:29:21.114Z Compiling indicatif v0.17.11
7042026-05-20T02:29:21.186Z Compiling cargo-util-schemas v0.2.0
7052026-05-20T02:29:21.251Z Compiling globset v0.4.18
7062026-05-20T02:29:21.617Z Compiling guppy v0.17.25
7072026-05-20T02:29:22.940Z Compiling pin-project v1.1.13
7082026-05-20T02:29:23.049Z Compiling toml v1.1.2+spec-1.1.0
7092026-05-20T02:29:23.591Z Compiling strip-ansi-escapes v0.2.1
7102026-05-20T02:29:23.884Z Compiling nextest-metadata v0.12.2
7112026-05-20T02:29:24.023Z Compiling newtype-uuid v1.3.2
7122026-05-20T02:29:24.077Z Compiling reqwest v0.12.28
7132026-05-20T02:29:24.212Z Compiling futures v0.3.32
7142026-05-20T02:29:24.244Z Compiling rand_chacha v0.9.0
7152026-05-20T02:29:24.294Z Compiling digest v0.10.7
7162026-05-20T02:29:24.466Z Compiling derive_more v2.1.1
7172026-05-20T02:29:24.522Z Compiling parking_lot v0.12.5
7182026-05-20T02:29:24.548Z Compiling flate2 v1.1.9
7192026-05-20T02:29:24.791Z Compiling tracing-error v0.2.1
7202026-05-20T02:29:25.032Z Compiling shared_child v1.1.1
7212026-05-20T02:29:25.416Z Compiling signal-hook-mio v0.2.5
7222026-05-20T02:29:25.428Z Compiling self-replace v1.5.0
7232026-05-20T02:29:25.547Z Compiling cargo-platform v0.2.0
7242026-05-20T02:29:25.712Z Compiling quick-xml v0.37.5
7252026-05-20T02:29:26.111Z Compiling quick-xml v0.38.4
7262026-05-20T02:29:26.265Z Compiling heck v0.5.0
7272026-05-20T02:29:26.459Z Compiling humantime v2.3.0
7282026-05-20T02:29:26.885Z Compiling recursion v0.5.4
7292026-05-20T02:29:27.021Z Compiling indenter v0.3.4
7302026-05-20T02:29:27.135Z Compiling urlencoding v2.1.3
7312026-05-20T02:29:27.151Z Compiling strsim v0.11.1
7322026-05-20T02:29:27.229Z Compiling cpufeatures v0.2.17
7332026-05-20T02:29:27.303Z Compiling clap_lex v1.1.0
7342026-05-20T02:29:27.369Z Compiling shell-words v1.1.1
7352026-05-20T02:29:27.618Z Compiling clap_builder v4.6.0
7362026-05-20T02:29:27.663Z Compiling sha2 v0.10.9
7372026-05-20T02:29:28.486Z Compiling nextest-filtering v0.15.0
7382026-05-20T02:29:28.873Z Compiling clap_derive v4.6.1
7392026-05-20T02:29:28.982Z Compiling quick-junit v0.5.2
7402026-05-20T02:29:30.653Z Compiling humantime-serde v1.1.1
7412026-05-20T02:29:30.816Z Compiling atomicwrites v0.4.4
7422026-05-20T02:29:31.101Z Compiling cargo_metadata v0.20.0
7432026-05-20T02:29:32.081Z Compiling crossterm v0.29.0
7442026-05-20T02:29:32.427Z Compiling cargo-nextest v0.9.97
7452026-05-20T02:29:33.614Z Compiling duct v0.13.7
7462026-05-20T02:29:34.585Z Compiling zstd v0.13.3
7472026-05-20T02:29:34.697Z Compiling rand v0.9.4
7482026-05-20T02:29:35.010Z Compiling async-scoped v0.9.0
7492026-05-20T02:29:35.205Z Compiling config v0.15.23
7502026-05-20T02:29:35.267Z Compiling unicode-normalization v0.1.25
7512026-05-20T02:29:35.311Z Compiling target-spec-miette v0.4.6
7522026-05-20T02:29:35.325Z Compiling future-queue v0.4.0
7532026-05-20T02:29:35.440Z Compiling mukti-metadata v0.3.0
7542026-05-20T02:29:35.612Z Compiling camino-tempfile v1.4.1
7552026-05-20T02:29:35.716Z Compiling tokio-stream v0.1.18
7562026-05-20T02:29:35.848Z Compiling derive-where v1.6.1
7572026-05-20T02:29:35.933Z Compiling serde_path_to_error v0.1.20
7582026-05-20T02:29:36.051Z Compiling serde_ignored v0.1.14
7592026-05-20T02:29:36.225Z Compiling swrite v0.1.0
7602026-05-20T02:29:36.272Z Compiling home v0.5.12
7612026-05-20T02:29:36.333Z Compiling hex v0.4.3
7622026-05-20T02:29:36.362Z Compiling xxhash-rust v0.8.15
7632026-05-20T02:29:36.381Z Compiling indent_write v2.2.0
7642026-05-20T02:29:36.437Z Compiling color-eyre v0.6.5
7652026-05-20T02:29:36.541Z Compiling clap v4.6.1
7662026-05-20T02:29:36.554Z Compiling dialoguer v0.11.0
7672026-05-20T02:29:36.613Z Compiling enable-ansi-support v0.2.1
7682026-05-20T02:29:37.073Z Compiling nextest-runner v0.80.0
7692026-05-20T02:29:55.023Z Finished `release` profile [optimized] target(s) in 1m 10s
7702026-05-20T02:29:55.214Z Installing /home/build/.cargo/bin/cargo-nextest
7712026-05-20T02:29:55.216Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7722026-05-20T02:29:55.338Z+ pushd mg-lower
7732026-05-20T02:29:55.341Z/work/oxidecomputer/maghemite/mg-lower /work/oxidecomputer/maghemite
7742026-05-20T02:29:55.341Z+ cargo nextest run
7752026-05-20T02:29:55.496Z Updating git repository `https://github.com/oxidecomputer/falcon`
7762026-05-20T02:29:56.311ZFrom https://github.com/oxidecomputer/falcon
7772026-05-20T02:29:56.311Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
7782026-05-20T02:29:56.388Z Updating crates.io index
7792026-05-20T02:29:56.391Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7802026-05-20T02:29:57.098ZFrom https://github.com/oxidecomputer/dendrite
7812026-05-20T02:29:57.098Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7822026-05-20T02:29:57.166Z Updating git repository `https://github.com/oxidecomputer/ispf`
7832026-05-20T02:29:57.421ZFrom https://github.com/oxidecomputer/ispf
7842026-05-20T02:29:57.421Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7852026-05-20T02:29:57.472Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7862026-05-20T02:29:57.812ZFrom https://github.com/oxidecomputer/netadm-sys
7872026-05-20T02:29:57.813Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
7882026-05-20T02:29:57.820Z Updating git repository `https://github.com/oxidecomputer/omicron`
7892026-05-20T02:30:06.017ZFrom https://github.com/oxidecomputer/omicron
7902026-05-20T02:30:06.017Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
7912026-05-20T02:30:06.436Z Updating git repository `https://github.com/oxidecomputer/opte`
7922026-05-20T02:30:07.034ZFrom https://github.com/oxidecomputer/opte
7932026-05-20T02:30:07.034Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
7942026-05-20T02:30:07.224Z Updating git repository `https://github.com/illumos/smf-rs`
7952026-05-20T02:30:07.490ZFrom https://github.com/illumos/smf-rs
7962026-05-20T02:30:07.490Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7972026-05-20T02:30:07.570Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7982026-05-20T02:30:07.909ZFrom https://github.com/oxidecomputer/network-interface
7992026-05-20T02:30:07.909Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8002026-05-20T02:30:07.932Z Updating git repository `https://github.com/oxidecomputer/zone`
8012026-05-20T02:30:08.161ZFrom https://github.com/oxidecomputer/zone
8022026-05-20T02:30:08.161Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8032026-05-20T02:30:08.220Z Updating git repository `https://github.com/oxidecomputer/propolis`
8042026-05-20T02:30:08.952ZFrom https://github.com/oxidecomputer/propolis
8052026-05-20T02:30:08.952Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8062026-05-20T02:30:09.039Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8072026-05-20T02:30:09.541ZFrom https://github.com/oxidecomputer/transceiver-control
8082026-05-20T02:30:09.541Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
8092026-05-20T02:30:09.552Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8102026-05-20T02:30:09.808ZFrom https://github.com/oxidecomputer/dlpi-sys
8112026-05-20T02:30:09.808Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8122026-05-20T02:30:09.823Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8132026-05-20T02:30:10.117ZFrom https://github.com/jmesmon/rust-libzfs
8142026-05-20T02:30:10.117Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8152026-05-20T02:30:10.125Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8162026-05-20T02:30:10.361ZFrom https://github.com/oxidecomputer/rusty-doors
8172026-05-20T02:30:10.362Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8182026-05-20T02:30:10.369Z Updating git repository `https://github.com/oxidecomputer/lldp`
8192026-05-20T02:30:10.701ZFrom https://github.com/oxidecomputer/lldp
8202026-05-20T02:30:10.701Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8212026-05-20T02:30:10.800Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8222026-05-20T02:30:11.041ZFrom https://github.com/oxidecomputer/slog-error-chain
8232026-05-20T02:30:11.041Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8242026-05-20T02:30:11.049Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8252026-05-20T02:30:11.342ZFrom https://github.com/oxidecomputer/tufaceous
8262026-05-20T02:30:11.343Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8272026-05-20T02:30:11.375Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8282026-05-20T02:30:11.809ZFrom https://github.com/oxidecomputer/management-gateway-service
8292026-05-20T02:30:11.809Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8302026-05-20T02:30:11.896Z Updating git repository `https://github.com/oxidecomputer/crucible`
8312026-05-20T02:30:12.652ZFrom https://github.com/oxidecomputer/crucible
8322026-05-20T02:30:12.652Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8332026-05-20T02:30:12.803Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8342026-05-20T02:30:13.057ZFrom https://github.com/oxidecomputer/serde_human_bytes
8352026-05-20T02:30:13.057Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8362026-05-20T02:30:13.072Z Updating git repository `https://github.com/oxidecomputer/propolis`
8372026-05-20T02:30:13.415ZFrom https://github.com/oxidecomputer/propolis
8382026-05-20T02:30:13.415Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8392026-05-20T02:30:13.792Z Updating git repository `https://github.com/oxidecomputer/opte`
8402026-05-20T02:30:14.069ZFrom https://github.com/oxidecomputer/opte
8412026-05-20T02:30:14.069Z * [new ref] 2c6efefe14321dafe7e9e80129d38316adb2d238 -> refs/commit/2c6efefe14321dafe7e9e80129d38316adb2d238
8422026-05-20T02:30:14.100Z Updating git repository `https://github.com/oxidecomputer/tofino`
8432026-05-20T02:30:14.405ZFrom https://github.com/oxidecomputer/tofino
8442026-05-20T02:30:14.405Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8452026-05-20T02:30:14.429Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8462026-05-20T02:30:15.048ZFrom https://github.com/oxidecomputer/maghemite
8472026-05-20T02:30:15.048Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8482026-05-20T02:30:15.100Z Updating git repository `https://github.com/oxidecomputer/clickward`
8492026-05-20T02:30:15.357ZFrom https://github.com/oxidecomputer/clickward
8502026-05-20T02:30:15.357Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8512026-05-20T02:30:15.441Z Updating git repository `https://github.com/oxidecomputer/crucible`
8522026-05-20T02:30:15.774ZFrom https://github.com/oxidecomputer/crucible
8532026-05-20T02:30:15.775Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8542026-05-20T02:30:15.924Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8552026-05-20T02:30:16.180ZFrom https://github.com/oxidecomputer/illumos-devinfo
8562026-05-20T02:30:16.180Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8572026-05-20T02:30:16.971Z Downloading crates ...
8582026-05-20T02:30:17.078Z Downloaded allocator-api2 v0.2.21
8592026-05-20T02:30:17.081Z Downloaded defmt-parser v1.0.0
8602026-05-20T02:30:17.084Z Downloaded bit-vec v0.8.0
8612026-05-20T02:30:17.084Z Downloaded async-stream v0.3.6
8622026-05-20T02:30:17.088Z Downloaded base16ct v1.0.0
8632026-05-20T02:30:17.088Z Downloaded derive_more v0.99.20
8642026-05-20T02:30:17.091Z Downloaded aead v0.5.2
8652026-05-20T02:30:17.094Z Downloaded cipher v0.4.4
8662026-05-20T02:30:17.094Z Downloaded bit-set v0.8.0
8672026-05-20T02:30:17.098Z Downloaded foreign-types-shared v0.3.1
8682026-05-20T02:30:17.098Z Downloaded backoff v0.4.0
8692026-05-20T02:30:17.101Z Downloaded arrayvec v0.7.6
8702026-05-20T02:30:17.112Z Downloaded group v0.13.0
8712026-05-20T02:30:17.115Z Downloaded hash32 v0.3.1
8722026-05-20T02:30:17.118Z Downloaded num_threads v0.1.7
8732026-05-20T02:30:17.121Z Downloaded const-random-macro v0.1.16
8742026-05-20T02:30:17.121Z Downloaded blake3 v1.8.5
8752026-05-20T02:30:17.124Z Downloaded hostname v0.3.1
8762026-05-20T02:30:17.127Z Downloaded hickory-resolver v0.25.2
8772026-05-20T02:30:17.130Z Downloaded idna_adapter v1.2.2
8782026-05-20T02:30:17.133Z Downloaded bs58 v0.5.1
8792026-05-20T02:30:17.133Z Downloaded async-stream-impl v0.3.6
8802026-05-20T02:30:17.136Z Downloaded hubpack_derive v0.1.1
8812026-05-20T02:30:17.137Z Downloaded ciborium-ll v0.2.2
8822026-05-20T02:30:17.137Z Downloaded highway v1.3.0
8832026-05-20T02:30:17.140Z Downloaded crucible-workspace-hack v0.1.0
8842026-05-20T02:30:17.140Z Downloaded darling_macro v0.23.0
8852026-05-20T02:30:17.144Z Downloaded ciborium-io v0.2.2
8862026-05-20T02:30:17.144Z Downloaded crc8 v0.1.1
8872026-05-20T02:30:17.144Z Downloaded cpufeatures v0.3.0
8882026-05-20T02:30:17.148Z Downloaded ff v0.13.1
8892026-05-20T02:30:17.148Z Downloaded heck v0.4.1
8902026-05-20T02:30:17.148Z Downloaded const-random v0.1.18
8912026-05-20T02:30:17.151Z Downloaded chacha20 v0.10.0
8922026-05-20T02:30:17.151Z Downloaded enum-as-inner v0.6.1
8932026-05-20T02:30:17.154Z Downloaded httpdate v1.0.3
8942026-05-20T02:30:17.154Z Downloaded half v2.7.1
8952026-05-20T02:30:17.157Z Downloaded dyn-clone v1.0.20
8962026-05-20T02:30:17.160Z Downloaded defmt v0.3.100
8972026-05-20T02:30:17.160Z Downloaded cobs v0.3.0
8982026-05-20T02:30:17.163Z Downloaded hubpack v0.1.2
8992026-05-20T02:30:17.163Z Downloaded darling_macro v0.21.3
9002026-05-20T02:30:17.163Z Downloaded dof v0.4.0
9012026-05-20T02:30:17.166Z Downloaded ingot-types v0.1.2
9022026-05-20T02:30:17.166Z Downloaded dunce v1.0.5
9032026-05-20T02:30:17.171Z Downloaded dtrace-parser v0.3.0
9042026-05-20T02:30:17.171Z Downloaded crunchy v0.2.4
9052026-05-20T02:30:17.171Z Downloaded base16ct v0.2.0
9062026-05-20T02:30:17.173Z Downloaded async-recursion v1.1.1
9072026-05-20T02:30:17.173Z Downloaded foreign-types-macros v0.2.3
9082026-05-20T02:30:17.173Z Downloaded hostname v0.4.2
9092026-05-20T02:30:17.176Z Downloaded num-iter v0.1.45
9102026-05-20T02:30:17.176Z Downloaded match_cfg v0.1.0
9112026-05-20T02:30:17.179Z Downloaded macaddr v1.0.1
9122026-05-20T02:30:17.179Z Downloaded memmap v0.7.0
9132026-05-20T02:30:17.184Z Downloaded instant v0.1.13
9142026-05-20T02:30:17.184Z Downloaded managed v0.8.0
9152026-05-20T02:30:17.187Z Downloaded inout v0.1.4
9162026-05-20T02:30:17.187Z Downloaded daft v0.1.7
9172026-05-20T02:30:17.187Z Downloaded convert_case v0.4.0
9182026-05-20T02:30:17.187Z Downloaded float-ord v0.3.2
9192026-05-20T02:30:17.190Z Downloaded embedded-io v0.6.1
9202026-05-20T02:30:17.190Z Downloaded dtrace-parser v0.2.0
9212026-05-20T02:30:17.190Z Downloaded defmt-macros v1.1.0
9222026-05-20T02:30:17.197Z Downloaded dropshot-api-manager-types v0.7.1
9232026-05-20T02:30:17.199Z Downloaded arrayref v0.3.9
9242026-05-20T02:30:17.199Z Downloaded compression-core v0.4.32
9252026-05-20T02:30:17.199Z Downloaded num-derive v0.4.2
9262026-05-20T02:30:17.203Z Downloaded omicron-workspace-hack v0.1.0
9272026-05-20T02:30:17.203Z Downloaded cstr-argument v0.1.2
9282026-05-20T02:30:17.203Z Downloaded keccak v0.1.6
9292026-05-20T02:30:17.206Z Downloaded num v0.4.3
9302026-05-20T02:30:17.206Z Downloaded natord v1.0.9
9312026-05-20T02:30:17.206Z Downloaded is-terminal v0.4.17
9322026-05-20T02:30:17.209Z Downloaded opaque-debug v0.3.1
9332026-05-20T02:30:17.209Z Downloaded embedded-io v0.4.0
9342026-05-20T02:30:17.209Z Downloaded no-std-compat v0.4.1
9352026-05-20T02:30:17.212Z Downloaded olpc-cjson v0.1.4
9362026-05-20T02:30:17.212Z Downloaded num_enum_derive v0.5.11
9372026-05-20T02:30:17.215Z Downloaded crossbeam-deque v0.8.6
9382026-05-20T02:30:17.215Z Downloaded mime v0.3.17
9392026-05-20T02:30:17.215Z Downloaded byteorder v1.5.0
9402026-05-20T02:30:17.218Z Downloaded num-conv v0.2.1
9412026-05-20T02:30:17.218Z Downloaded fxhash v0.2.1
9422026-05-20T02:30:17.221Z Downloaded data-encoding v2.11.0
9432026-05-20T02:30:17.221Z Downloaded multer v3.1.0
9442026-05-20T02:30:17.224Z Downloaded newtype-uuid-macros v0.1.0
9452026-05-20T02:30:17.224Z Downloaded git-stub v1.0.0
9462026-05-20T02:30:17.224Z Downloaded lru-cache v0.1.2
9472026-05-20T02:30:17.227Z Downloaded daft-derive v0.1.7
9482026-05-20T02:30:17.232Z Downloaded newtype_derive v0.1.6
9492026-05-20T02:30:17.232Z Downloaded erased-serde v0.3.31
9502026-05-20T02:30:17.238Z Downloaded csv-core v0.1.13
9512026-05-20T02:30:17.238Z Downloaded dropshot_endpoint v0.17.0
9522026-05-20T02:30:17.238Z Downloaded memoffset v0.9.1
9532026-05-20T02:30:17.238Z Downloaded crossbeam-utils v0.8.21
9542026-05-20T02:30:17.243Z Downloaded base64 v0.21.7
9552026-05-20T02:30:17.243Z Downloaded proc-macro-crate v1.3.1
9562026-05-20T02:30:17.243Z Downloaded pretty-hex v0.4.2
9572026-05-20T02:30:17.247Z Downloaded powerfmt v0.2.0
9582026-05-20T02:30:17.248Z Downloaded proc-macro-error-attr2 v2.0.0
9592026-05-20T02:30:17.248Z Downloaded parse-display v0.10.0
9602026-05-20T02:30:17.248Z Downloaded potential_utf v0.1.5
9612026-05-20T02:30:17.250Z Downloaded progenitor-client v0.14.0
9622026-05-20T02:30:17.251Z Downloaded const_format_proc_macros v0.2.34
9632026-05-20T02:30:17.251Z Downloaded colored v3.1.1
9642026-05-20T02:30:17.254Z Downloaded proc-macro-crate v3.5.0
9652026-05-20T02:30:17.254Z Downloaded plain v0.2.3
9662026-05-20T02:30:17.254Z Downloaded git-stub-vcs v0.1.0
9672026-05-20T02:30:17.257Z Downloaded num_enum v0.5.11
9682026-05-20T02:30:17.262Z Downloaded hmac v0.12.1
9692026-05-20T02:30:17.262Z Downloaded ingot v0.1.1
9702026-05-20T02:30:17.265Z Downloaded async-trait v0.1.89
9712026-05-20T02:30:17.265Z Downloaded oxnet v0.1.5
9722026-05-20T02:30:17.265Z Downloaded num_enum_derive v0.7.6
9732026-05-20T02:30:17.268Z Downloaded newline-converter v0.3.0
9742026-05-20T02:30:17.268Z Downloaded glob v0.3.3
9752026-05-20T02:30:17.268Z Downloaded progenitor-client v0.10.0
9762026-05-20T02:30:17.271Z Downloaded parking_lot_core v0.8.6
9772026-05-20T02:30:17.271Z Downloaded critical-section v1.2.0
9782026-05-20T02:30:17.271Z Downloaded drift v0.1.4
9792026-05-20T02:30:17.277Z Downloaded progenitor-macro v0.14.0
9802026-05-20T02:30:17.280Z Downloaded diff v0.1.13
9812026-05-20T02:30:17.280Z Downloaded darling v0.23.0
9822026-05-20T02:30:17.284Z Downloaded rand_xorshift v0.4.0
9832026-05-20T02:30:17.292Z Downloaded linear-map v1.2.0
9842026-05-20T02:30:17.292Z Downloaded progenitor-macro v0.11.2
9852026-05-20T02:30:17.292Z Downloaded progenitor-macro v0.10.0
9862026-05-20T02:30:17.292Z Downloaded displaydoc v0.2.5
9872026-05-20T02:30:17.295Z Downloaded phf v0.12.1
9882026-05-20T02:30:17.295Z Downloaded rand_chacha v0.3.1
9892026-05-20T02:30:17.295Z Downloaded memmap2 v0.9.10
9902026-05-20T02:30:17.296Z Downloaded pem v3.0.6
9912026-05-20T02:30:17.296Z Downloaded paste v1.0.15
9922026-05-20T02:30:17.296Z Downloaded progenitor-macro v0.13.0
9932026-05-20T02:30:17.299Z Downloaded phf_shared v0.12.1
9942026-05-20T02:30:17.299Z Downloaded num_enum v0.7.6
9952026-05-20T02:30:17.302Z Downloaded num-rational v0.4.2
9962026-05-20T02:30:17.302Z Downloaded parse-display-derive v0.10.0
9972026-05-20T02:30:17.305Z Downloaded progenitor-extras v0.2.0
9982026-05-20T02:30:17.305Z Downloaded ingot-macros v0.1.1
9992026-05-20T02:30:17.305Z Downloaded progenitor-client v0.13.0
10002026-05-20T02:30:17.309Z Downloaded progenitor v0.14.0
10012026-05-20T02:30:17.309Z Downloaded progenitor v0.10.0
10022026-05-20T02:30:17.309Z Downloaded crossbeam-epoch v0.9.18
10032026-05-20T02:30:17.313Z Downloaded semver v0.1.20
10042026-05-20T02:30:17.313Z Downloaded progenitor v0.13.0
10052026-05-20T02:30:17.313Z Downloaded parking_lot v0.11.2
10062026-05-20T02:30:17.318Z Downloaded cookie v0.18.1
10072026-05-20T02:30:17.318Z Downloaded progenitor v0.11.2
10082026-05-20T02:30:17.318Z Downloaded serde_repr v0.1.20
10092026-05-20T02:30:17.322Z Downloaded anyhow v1.0.102
10102026-05-20T02:30:17.323Z Downloaded password-hash v0.5.0
10112026-05-20T02:30:17.323Z Downloaded rustc_version v0.1.7
10122026-05-20T02:30:17.327Z Downloaded backon v1.6.0
10132026-05-20T02:30:17.327Z Downloaded postcard v1.1.3
10142026-05-20T02:30:17.327Z Downloaded poly1305 v0.8.0
10152026-05-20T02:30:17.330Z Downloaded cancel-safe-futures v0.1.5
10162026-05-20T02:30:17.330Z Downloaded litemap v0.8.2
10172026-05-20T02:30:17.333Z Downloaded secrecy v0.10.3
10182026-05-20T02:30:17.333Z Downloaded ref-cast-impl v1.0.25
10192026-05-20T02:30:17.333Z Downloaded quick-error v1.2.3
10202026-05-20T02:30:17.333Z Downloaded heapless v0.8.0
10212026-05-20T02:30:17.336Z Downloaded same-file v1.0.6
10222026-05-20T02:30:17.340Z Downloaded defmt v1.1.0
10232026-05-20T02:30:17.340Z Downloaded elliptic-curve v0.13.8
10242026-05-20T02:30:17.344Z Downloaded serde_plain v1.0.2
10252026-05-20T02:30:17.344Z Downloaded fs_extra v1.3.0
10262026-05-20T02:30:17.347Z Downloaded slog-envlogger v2.2.0
10272026-05-20T02:30:17.347Z Downloaded sha1 v0.10.6
10282026-05-20T02:30:17.347Z Downloaded sigpipe v0.1.3
10292026-05-20T02:30:17.347Z Downloaded ref-cast v1.0.25
10302026-05-20T02:30:17.350Z Downloaded serial_test_derive v3.4.0
10312026-05-20T02:30:17.350Z Downloaded scroll_derive v0.12.1
10322026-05-20T02:30:17.350Z Downloaded rand_core v0.10.1
10332026-05-20T02:30:17.354Z Downloaded icu_properties v2.2.0
10342026-05-20T02:30:17.354Z Downloaded omicron-zone-package v0.12.2
10352026-05-20T02:30:17.357Z Downloaded darling v0.21.3
10362026-05-20T02:30:17.360Z Downloaded pest_generator v2.8.6
10372026-05-20T02:30:17.360Z Downloaded indexmap v1.9.3
10382026-05-20T02:30:17.364Z Downloaded slog-bunyan v2.5.0
10392026-05-20T02:30:17.364Z Downloaded tagptr v0.2.0
10402026-05-20T02:30:17.364Z Downloaded smawk v0.3.2
10412026-05-20T02:30:17.369Z Downloaded testing_table v0.3.0
10422026-05-20T02:30:17.369Z Downloaded spin v0.5.2
10432026-05-20T02:30:17.369Z Downloaded serde-big-array v0.5.1
10442026-05-20T02:30:17.369Z Downloaded scroll_derive v0.13.1
10452026-05-20T02:30:17.369Z Downloaded structmeta v0.3.0
10462026-05-20T02:30:17.372Z Downloaded linked-hash-map v0.5.6
10472026-05-20T02:30:17.372Z Downloaded strum v0.27.2
10482026-05-20T02:30:17.372Z Downloaded strum v0.26.3
10492026-05-20T02:30:17.372Z Downloaded structmeta-derive v0.3.0
10502026-05-20T02:30:17.372Z Downloaded progenitor-impl v0.13.0
10512026-05-20T02:30:17.372Z Downloaded icu_normalizer_data v2.2.0
10522026-05-20T02:30:17.375Z Downloaded progenitor-impl v0.14.0
10532026-05-20T02:30:17.375Z Downloaded sdd v3.0.10
10542026-05-20T02:30:17.380Z Downloaded serial_test v3.4.0
10552026-05-20T02:30:17.380Z Downloaded scroll v0.13.0
10562026-05-20T02:30:17.380Z Downloaded rustls-pemfile v2.2.0
10572026-05-20T02:30:17.384Z Downloaded progenitor-client v0.11.2
10582026-05-20T02:30:17.384Z Downloaded proc-macro-error2 v2.0.1
10592026-05-20T02:30:17.384Z Downloaded thiserror-impl-no-std v2.0.2
10602026-05-20T02:30:17.384Z Downloaded stable_deref_trait v1.2.1
10612026-05-20T02:30:17.384Z Downloaded take_mut v0.2.2
10622026-05-20T02:30:17.388Z Downloaded tabwriter v1.4.1
10632026-05-20T02:30:17.388Z Downloaded rustls-native-certs v0.8.3
10642026-05-20T02:30:17.388Z Downloaded proc-macro-error v1.0.4
10652026-05-20T02:30:17.393Z Downloaded tabled_derive v0.7.0
10662026-05-20T02:30:17.393Z Downloaded proc-macro-error-attr v1.0.4
10672026-05-20T02:30:17.393Z Downloaded num-integer v0.1.46
10682026-05-20T02:30:17.393Z Downloaded time-core v0.1.8
10692026-05-20T02:30:17.393Z Downloaded thread-id v4.2.2
10702026-05-20T02:30:17.396Z Downloaded scroll v0.12.0
10712026-05-20T02:30:17.396Z Downloaded icu_collections v2.2.0
10722026-05-20T02:30:17.396Z Downloaded schemars_derive v0.8.22
10732026-05-20T02:30:17.401Z Downloaded rusty-fork v0.3.1
10742026-05-20T02:30:17.401Z Downloaded darling_core v0.23.0
10752026-05-20T02:30:17.407Z Downloaded libsw v3.5.0
10762026-05-20T02:30:17.407Z Downloaded slog-stdlog v4.1.1
10772026-05-20T02:30:17.407Z Downloaded thread-id v5.1.0
10782026-05-20T02:30:17.407Z Downloaded topological-sort v0.2.2
10792026-05-20T02:30:17.407Z Downloaded arc-swap v1.9.1
10802026-05-20T02:30:17.410Z Downloaded const_format v0.2.36
10812026-05-20T02:30:17.410Z Downloaded fs-err v3.3.0
10822026-05-20T02:30:17.410Z Downloaded serde_derive_internals v0.29.1
10832026-05-20T02:30:17.416Z Downloaded blake2 v0.10.6
10842026-05-20T02:30:17.416Z Downloaded serde_tokenstream v0.2.3
10852026-05-20T02:30:17.416Z Downloaded rustversion v1.0.22
10862026-05-20T02:30:17.423Z Downloaded slog-dtrace v0.3.0
10872026-05-20T02:30:17.423Z Downloaded chacha20 v0.9.1
10882026-05-20T02:30:17.424Z Downloaded usdt v0.5.0
10892026-05-20T02:30:17.424Z Downloaded bytecount v0.6.9
10902026-05-20T02:30:17.424Z Downloaded unit-prefix v0.5.2
10912026-05-20T02:30:17.424Z Downloaded cargo_toml v0.22.3
10922026-05-20T02:30:17.428Z Downloaded libsw-core v0.3.2
10932026-05-20T02:30:17.428Z Downloaded usdt-attr-macro v0.5.0
10942026-05-20T02:30:17.428Z Downloaded universal-hash v0.5.1
10952026-05-20T02:30:17.428Z Downloaded typify-macro v0.6.2
10962026-05-20T02:30:17.428Z Downloaded slog-async v2.8.0
10972026-05-20T02:30:17.428Z Downloaded usdt v0.6.0
10982026-05-20T02:30:17.428Z Downloaded papergrid v0.17.0
10992026-05-20T02:30:17.431Z Downloaded prettyplease v0.2.37
11002026-05-20T02:30:17.431Z Downloaded tabled_derive v0.11.0
11012026-05-20T02:30:17.431Z Downloaded strum_macros v0.27.2
11022026-05-20T02:30:17.434Z Downloaded smartstring v1.0.1
11032026-05-20T02:30:17.435Z Downloaded tiny-keccak v2.0.2
11042026-05-20T02:30:17.435Z Downloaded wait-timeout v0.2.1
11052026-05-20T02:30:17.435Z Downloaded zerofrom-derive v0.1.7
11062026-05-20T02:30:17.438Z Downloaded usdt-macro v0.5.0
11072026-05-20T02:30:17.438Z Downloaded utf-8 v0.7.6
11082026-05-20T02:30:17.438Z Downloaded snafu-derive v0.8.9
11092026-05-20T02:30:17.438Z Downloaded icu_normalizer v2.2.0
11102026-05-20T02:30:17.442Z Downloaded usdt-attr-macro v0.6.0
11112026-05-20T02:30:17.442Z Downloaded untrusted v0.7.1
11122026-05-20T02:30:17.442Z Downloaded unarray v0.1.4
11132026-05-20T02:30:17.447Z Downloaded typify-macro v0.4.3
11142026-05-20T02:30:17.447Z Downloaded icu_locale_core v2.2.0
11152026-05-20T02:30:17.451Z Downloaded tokio-dtrace v0.1.1
11162026-05-20T02:30:17.451Z Downloaded progenitor-impl v0.10.0
11172026-05-20T02:30:17.451Z Downloaded konst v0.2.20
11182026-05-20T02:30:17.455Z Downloaded termtree v0.5.1
11192026-05-20T02:30:17.455Z Downloaded strum_macros v0.26.4
11202026-05-20T02:30:17.455Z Downloaded time-macros v0.2.27
11212026-05-20T02:30:17.455Z Downloaded icu_provider v2.2.0
11222026-05-20T02:30:17.459Z Downloaded crypto-bigint v0.5.5
11232026-05-20T02:30:17.459Z Downloaded zerofrom v0.1.8
11242026-05-20T02:30:17.463Z Downloaded waitgroup v0.1.2
11252026-05-20T02:30:17.463Z Downloaded synstructure v0.13.2
11262026-05-20T02:30:17.463Z Downloaded num-complex v0.4.6
11272026-05-20T02:30:17.463Z Downloaded zeroize_derive v1.4.3
11282026-05-20T02:30:17.463Z Downloaded async-compression v0.4.42
11292026-05-20T02:30:17.466Z Downloaded thiserror-no-std v2.0.2
11302026-05-20T02:30:17.471Z Downloaded progenitor-impl v0.11.2
11312026-05-20T02:30:17.471Z Downloaded tokio-tungstenite v0.21.0
11322026-05-20T02:30:17.477Z Downloaded slog-json v2.6.1
11332026-05-20T02:30:17.477Z Downloaded tokio-rustls v0.25.0
11342026-05-20T02:30:17.477Z Downloaded libm v0.2.16
11352026-05-20T02:30:17.490Z Downloaded zone_cfg_derive v0.3.1
11362026-05-20T02:30:17.490Z Downloaded zone v0.3.1
11372026-05-20T02:30:17.490Z Downloaded yoke-derive v0.8.2
11382026-05-20T02:30:17.490Z Downloaded indicatif v0.18.4
11392026-05-20T02:30:17.490Z Downloaded tinystr v0.8.3
11402026-05-20T02:30:17.494Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11412026-05-20T02:30:17.494Z Downloaded serde_with_macros v3.20.0
11422026-05-20T02:30:17.494Z Downloaded slog-scope v4.4.1
11432026-05-20T02:30:17.494Z Downloaded hashbrown v0.12.3
11442026-05-20T02:30:17.494Z Downloaded spin v0.9.8
11452026-05-20T02:30:17.494Z Downloaded walkdir v2.5.0
11462026-05-20T02:30:17.494Z Downloaded smf v0.2.3
11472026-05-20T02:30:17.494Z Downloaded rustls-platform-verifier v0.7.0
11482026-05-20T02:30:17.494Z Downloaded usdt-macro v0.6.0
11492026-05-20T02:30:17.494Z Downloaded schemars v0.8.22
11502026-05-20T02:30:17.498Z Downloaded usdt-impl v0.5.0
11512026-05-20T02:30:17.501Z Downloaded pest_meta v2.8.6
11522026-05-20T02:30:17.501Z Downloaded minimal-lexical v0.2.1
11532026-05-20T02:30:17.504Z Downloaded darling_core v0.21.3
11542026-05-20T02:30:17.507Z Downloaded term v1.2.1
11552026-05-20T02:30:17.507Z Downloaded hashbrown v0.16.1
11562026-05-20T02:30:17.510Z Downloaded slog v2.8.2
11572026-05-20T02:30:17.514Z Downloaded crossbeam-channel v0.5.15
11582026-05-20T02:30:17.517Z Downloaded rhai_codegen v3.1.0
11592026-05-20T02:30:17.519Z Downloaded writeable v0.6.3
11602026-05-20T02:30:17.519Z Downloaded thin-vec v0.2.18
11612026-05-20T02:30:17.522Z Downloaded whoami v1.6.1
11622026-05-20T02:30:17.522Z Downloaded vsss-rs v3.3.4
11632026-05-20T02:30:17.525Z Downloaded similar v2.7.0
11642026-05-20T02:30:17.529Z Downloaded pest_derive v2.8.6
11652026-05-20T02:30:17.529Z Downloaded slog-term v2.9.2
11662026-05-20T02:30:17.532Z Downloaded zerovec-derive v0.11.3
11672026-05-20T02:30:17.532Z Downloaded yoke v0.8.2
11682026-05-20T02:30:17.532Z Downloaded pretty_assertions v1.4.1
11692026-05-20T02:30:17.536Z Downloaded papergrid v0.11.0
11702026-05-20T02:30:17.539Z Downloaded xz2 v0.1.7
11712026-05-20T02:30:17.539Z Downloaded rand v0.8.6
11722026-05-20T02:30:17.541Z Downloaded ucd-trie v0.1.7
11732026-05-20T02:30:17.541Z Downloaded unsafe-libyaml v0.2.11
11742026-05-20T02:30:17.545Z Downloaded dropshot-api-manager v0.7.1
11752026-05-20T02:30:17.545Z Downloaded rayon-core v1.13.0
11762026-05-20T02:30:17.548Z Downloaded toml_edit v0.25.11+spec-1.1.0
11772026-05-20T02:30:17.551Z Downloaded expectorate v1.2.0
11782026-05-20T02:30:17.551Z Downloaded jiff-static v0.2.24
11792026-05-20T02:30:17.554Z Downloaded test-strategy v0.4.5
11802026-05-20T02:30:17.557Z Downloaded pest v2.8.6
11812026-05-20T02:30:17.560Z Downloaded tar v0.4.45
11822026-05-20T02:30:17.560Z Downloaded serde_yaml v0.9.34+deprecated
11832026-05-20T02:30:17.564Z Downloaded yansi v1.0.1
11842026-05-20T02:30:17.564Z Downloaded resolv-conf v0.7.6
11852026-05-20T02:30:17.567Z Downloaded ipnetwork v0.21.1
11862026-05-20T02:30:17.567Z Downloaded oxide-tokio-rt v0.1.6
11872026-05-20T02:30:17.567Z Downloaded foldhash v0.2.0
11882026-05-20T02:30:17.567Z Downloaded derive-ex v0.1.8
11892026-05-20T02:30:17.570Z Downloaded bitflags v1.3.2
11902026-05-20T02:30:17.570Z Downloaded toml_edit v0.19.15
11912026-05-20T02:30:17.579Z Downloaded zerocopy-derive v0.7.35
11922026-05-20T02:30:17.582Z Downloaded typify v0.4.3
11932026-05-20T02:30:17.585Z Downloaded typify v0.6.2
11942026-05-20T02:30:17.588Z Downloaded schemars v0.9.0
11952026-05-20T02:30:17.594Z Downloaded qorb v0.4.1
11962026-05-20T02:30:17.597Z Downloaded aws-lc-rs v1.17.0
11972026-05-20T02:30:17.602Z Downloaded usdt-impl v0.6.0
11982026-05-20T02:30:17.605Z Downloaded schemars v1.2.1
11992026-05-20T02:30:17.612Z Downloaded scc v2.4.0
12002026-05-20T02:30:17.615Z Downloaded toml v0.9.12+spec-1.1.0
12012026-05-20T02:30:17.618Z Downloaded toml v0.7.8
12022026-05-20T02:30:17.623Z Downloaded tungstenite v0.21.0
12032026-05-20T02:30:17.627Z Downloaded rayon v1.12.0
12042026-05-20T02:30:17.631Z Downloaded snafu v0.8.9
12052026-05-20T02:30:17.634Z Downloaded reqwest v0.13.3
12062026-05-20T02:30:17.636Z Downloaded tough v0.22.0
12072026-05-20T02:30:17.639Z Downloaded itertools v0.12.1
12082026-05-20T02:30:17.643Z Downloaded rand v0.10.1
12092026-05-20T02:30:17.647Z Downloaded hickory-resolver v0.24.4
12102026-05-20T02:30:17.651Z Downloaded siphasher v1.0.3
12112026-05-20T02:30:17.651Z Downloaded nom v7.1.3
12122026-05-20T02:30:17.654Z Downloaded bcs v0.1.6
12132026-05-20T02:30:17.654Z Downloaded gethostname v0.5.0
12142026-05-20T02:30:17.654Z Downloaded ciborium v0.2.2
12152026-05-20T02:30:17.657Z Downloaded libscf-sys v1.2.0
12162026-05-20T02:30:17.657Z Downloaded deranged v0.5.8
12172026-05-20T02:30:17.657Z Downloaded byte-wrapper v0.1.0
12182026-05-20T02:30:17.660Z Downloaded constant_time_eq v0.4.2
12192026-05-20T02:30:17.660Z Downloaded compression-codecs v0.4.38
12202026-05-20T02:30:17.663Z Downloaded steno v0.4.1
12212026-05-20T02:30:17.667Z Downloaded iddqd v0.3.18
12222026-05-20T02:30:17.671Z Downloaded cmake v0.1.58
12232026-05-20T02:30:17.671Z Downloaded chacha20poly1305 v0.10.1
12242026-05-20T02:30:17.675Z Downloaded argon2 v0.5.3
12252026-05-20T02:30:17.675Z Downloaded zerocopy-derive v0.8.48
12262026-05-20T02:30:17.678Z Downloaded zerotrie v0.2.4
12272026-05-20T02:30:17.680Z Downloaded konst_macro_rules v0.2.19
12282026-05-20T02:30:17.680Z Downloaded foreign-types v0.5.0
12292026-05-20T02:30:17.685Z Downloaded fixedbitset v0.4.2
12302026-05-20T02:30:17.685Z Downloaded dof v0.3.0
12312026-05-20T02:30:17.685Z Downloaded nom v8.0.0
12322026-05-20T02:30:17.688Z Downloaded icu_properties_data v2.2.0
12332026-05-20T02:30:17.691Z Downloaded internet-checksum v0.2.1
12342026-05-20T02:30:17.694Z Downloaded ident_case v1.0.1
12352026-05-20T02:30:17.694Z Downloaded goblin v0.10.5
12362026-05-20T02:30:17.704Z Downloaded typed-path v0.9.3
12372026-05-20T02:30:17.710Z Downloaded hkdf v0.12.4
12382026-05-20T02:30:17.723Z Downloaded openapiv3 v2.2.0
12392026-05-20T02:30:17.727Z Downloaded dropshot v0.17.0
12402026-05-20T02:30:17.742Z Downloaded zerovec v0.11.6
12412026-05-20T02:30:17.745Z Downloaded goblin v0.8.2
12422026-05-20T02:30:17.774Z Downloaded proptest v1.11.0
12432026-05-20T02:30:17.782Z Downloaded tower-http v0.6.10
12442026-05-20T02:30:17.787Z Downloaded serde_with v3.20.0
12452026-05-20T02:30:17.794Z Downloaded rustls-webpki v0.102.8
12462026-05-20T02:30:17.807Z Downloaded zerocopy v0.7.35
12472026-05-20T02:30:17.815Z Downloaded typify-impl v0.4.3
12482026-05-20T02:30:17.822Z Downloaded tabled v0.15.0
12492026-05-20T02:30:17.831Z Downloaded tabled v0.20.0
12502026-05-20T02:30:17.842Z Downloaded time v0.3.47
12512026-05-20T02:30:17.848Z Downloaded sled v0.34.7
12522026-05-20T02:30:17.853Z Downloaded moka v0.12.15
12532026-05-20T02:30:17.858Z Downloaded syn v1.0.109
12542026-05-20T02:30:17.866Z Downloaded winnow v0.5.40
12552026-05-20T02:30:17.869Z Downloaded typify-impl v0.6.2
12562026-05-20T02:30:17.876Z Downloaded hickory-proto v0.24.4
12572026-05-20T02:30:17.885Z Downloaded console v0.16.3
12582026-05-20T02:30:17.887Z Downloaded nix v0.31.3
12592026-05-20T02:30:17.895Z Downloaded smoltcp v0.11.0
12602026-05-20T02:30:17.901Z Downloaded rustls v0.22.4
12612026-05-20T02:30:17.908Z Downloaded regress v0.11.1
12622026-05-20T02:30:17.915Z Downloaded hickory-proto v0.25.2
12632026-05-20T02:30:17.923Z Downloaded chrono-tz v0.10.4
12642026-05-20T02:30:17.932Z Downloaded rhai v1.24.0
12652026-05-20T02:30:17.940Z Downloaded regress v0.10.5
12662026-05-20T02:30:17.951Z Downloaded csv v1.4.0
12672026-05-20T02:30:17.961Z Downloaded sha3 v0.10.9
12682026-05-20T02:30:17.977Z Downloaded petgraph v0.6.5
12692026-05-20T02:30:17.987Z Downloaded lzma-sys v0.1.20
12702026-05-20T02:30:18.002Z Downloaded jiff v0.2.24
12712026-05-20T02:30:18.019Z Downloaded encoding_rs v0.8.35
12722026-05-20T02:30:18.503Z Downloaded aws-lc-sys v0.41.0
12732026-05-20T02:30:19.418Z Compiling proc-macro2 v1.0.106
12742026-05-20T02:30:19.418Z Compiling quote v1.0.45
12752026-05-20T02:30:19.418Z Compiling unicode-ident v1.0.24
12762026-05-20T02:30:19.427Z Compiling serde_core v1.0.228
12772026-05-20T02:30:19.427Z Compiling cfg-if v1.0.4
12782026-05-20T02:30:19.427Z Compiling serde v1.0.228
12792026-05-20T02:30:19.427Z Compiling libc v0.2.186
12802026-05-20T02:30:19.427Z Compiling memchr v2.8.0
12812026-05-20T02:30:19.621Z Compiling itoa v1.0.18
12822026-05-20T02:30:19.793Z Compiling zmij v1.0.21
12832026-05-20T02:30:19.851Z Compiling smallvec v1.15.1
12842026-05-20T02:30:19.901Z Compiling autocfg v1.5.0
12852026-05-20T02:30:20.051Z Compiling libm v0.2.16
12862026-05-20T02:30:20.210Z Compiling stable_deref_trait v1.2.1
12872026-05-20T02:30:20.235Z Compiling iana-time-zone v0.1.65
12882026-05-20T02:30:20.280Z Compiling litemap v0.8.2
12892026-05-20T02:30:20.305Z Compiling writeable v0.6.3
12902026-05-20T02:30:20.404Z Compiling percent-encoding v2.3.2
12912026-05-20T02:30:20.416Z Compiling icu_properties_data v2.2.0
12922026-05-20T02:30:20.449Z Compiling icu_normalizer_data v2.2.0
12932026-05-20T02:30:20.460Z Compiling utf8_iter v1.0.4
12942026-05-20T02:30:20.593Z Compiling equivalent v1.0.2
12952026-05-20T02:30:20.607Z Compiling form_urlencoded v1.2.2
12962026-05-20T02:30:20.677Z Compiling syn v2.0.117
12972026-05-20T02:30:20.767Z Compiling version_check v0.9.5
12982026-05-20T02:30:20.777Z Compiling dyn-clone v1.0.20
12992026-05-20T02:30:20.789Z Compiling pin-project-lite v0.2.17
13002026-05-20T02:30:20.789Z Compiling serde_json v1.0.149
13012026-05-20T02:30:20.839Z Compiling parking_lot_core v0.9.12
13022026-05-20T02:30:20.876Z Compiling scopeguard v1.2.0
13032026-05-20T02:30:20.907Z Compiling thiserror v2.0.18
13042026-05-20T02:30:20.976Z Compiling lock_api v0.4.14
13052026-05-20T02:30:21.030Z Compiling num-traits v0.2.19
13062026-05-20T02:30:21.054Z Compiling heck v0.5.0
13072026-05-20T02:30:21.134Z Compiling getrandom v0.4.2
13082026-05-20T02:30:21.233Z Compiling rand_core v0.10.1
13092026-05-20T02:30:21.364Z Compiling hashbrown v0.17.1
13102026-05-20T02:30:21.433Z Compiling errno v0.3.14
13112026-05-20T02:30:21.573Z Compiling futures-core v0.3.32
13122026-05-20T02:30:21.650Z Compiling semver v1.0.28
13132026-05-20T02:30:21.719Z Compiling uuid v1.23.1
13142026-05-20T02:30:21.826Z Compiling jobserver v0.1.34
13152026-05-20T02:30:21.934Z Compiling indexmap v2.14.0
13162026-05-20T02:30:22.001Z Compiling shlex v1.3.0
13172026-05-20T02:30:22.137Z Compiling find-msvc-tools v0.1.9
13182026-05-20T02:30:22.149Z Compiling schemars v0.8.22
13192026-05-20T02:30:22.160Z Compiling rustversion v1.0.22
13202026-05-20T02:30:22.185Z Compiling zerocopy v0.8.48
13212026-05-20T02:30:22.371Z Compiling cc v1.2.62
13222026-05-20T02:30:22.410Z Compiling fnv v1.0.7
13232026-05-20T02:30:22.515Z Compiling futures-sink v0.3.32
13242026-05-20T02:30:22.586Z Compiling slab v0.4.12
13252026-05-20T02:30:22.607Z Compiling socket2 v0.6.3
13262026-05-20T02:30:22.637Z Compiling futures-channel v0.3.32
13272026-05-20T02:30:22.762Z Compiling signal-hook-registry v1.4.8
13282026-05-20T02:30:22.863Z Compiling mio v1.2.0
13292026-05-20T02:30:22.866Z Compiling log v0.4.29
13302026-05-20T02:30:23.050Z Compiling parking_lot v0.12.5
13312026-05-20T02:30:23.061Z Compiling futures-task v0.3.32
13322026-05-20T02:30:23.064Z Compiling futures-io v0.3.32
13332026-05-20T02:30:23.152Z Compiling bitflags v2.11.1
13342026-05-20T02:30:23.226Z Compiling portable-atomic v1.13.1
13352026-05-20T02:30:23.229Z Compiling critical-section v1.2.0
13362026-05-20T02:30:23.267Z Compiling regex-syntax v0.8.10
13372026-05-20T02:30:23.333Z Compiling base64 v0.22.1
13382026-05-20T02:30:23.389Z Compiling getrandom v0.2.17
13392026-05-20T02:30:23.401Z Compiling typenum v1.20.0
13402026-05-20T02:30:23.472Z Compiling subtle v2.6.1
13412026-05-20T02:30:23.575Z Compiling synstructure v0.13.2
13422026-05-20T02:30:23.639Z Compiling serde_derive_internals v0.29.1
13432026-05-20T02:30:23.671Z Compiling untrusted v0.9.0
13442026-05-20T02:30:23.682Z Compiling byteorder v1.5.0
13452026-05-20T02:30:23.789Z Compiling atomic-waker v1.1.2
13462026-05-20T02:30:23.909Z Compiling strsim v0.11.1
13472026-05-20T02:30:23.920Z Compiling rustix v1.1.4
13482026-05-20T02:30:24.069Z Compiling ipnet v2.12.0
13492026-05-20T02:30:24.088Z Compiling allocator-api2 v0.2.21
13502026-05-20T02:30:24.276Z Compiling once_cell v1.21.4
13512026-05-20T02:30:24.288Z Compiling httparse v1.10.1
13522026-05-20T02:30:24.308Z Compiling foldhash v0.2.0
13532026-05-20T02:30:24.407Z Compiling rand_core v0.6.4
13542026-05-20T02:30:24.480Z Compiling hashbrown v0.16.1
13552026-05-20T02:30:24.537Z Compiling cmake v0.1.58
13562026-05-20T02:30:24.570Z Compiling tower-layer v0.3.3
13572026-05-20T02:30:24.597Z Compiling ryu v1.0.23
13582026-05-20T02:30:24.627Z Compiling fs_extra v1.3.0
13592026-05-20T02:30:24.677Z Compiling dunce v1.0.5
13602026-05-20T02:30:24.722Z Compiling tower-service v0.3.3
13612026-05-20T02:30:24.733Z Compiling serde_derive v1.0.228
13622026-05-20T02:30:24.765Z Compiling zerofrom-derive v0.1.7
13632026-05-20T02:30:24.775Z Compiling yoke-derive v0.8.2
13642026-05-20T02:30:24.808Z Compiling zerovec-derive v0.11.3
13652026-05-20T02:30:24.874Z Compiling displaydoc v0.2.5
13662026-05-20T02:30:24.877Z Compiling schemars_derive v0.8.22
13672026-05-20T02:30:25.063Z Compiling thiserror-impl v2.0.18
13682026-05-20T02:30:25.631Z Compiling tokio-macros v2.7.0
13692026-05-20T02:30:25.847Z Compiling zerocopy-derive v0.8.48
13702026-05-20T02:30:25.920Z Compiling zeroize_derive v1.4.3
13712026-05-20T02:30:25.951Z Compiling futures-macro v0.3.32
13722026-05-20T02:30:25.962Z Compiling zerofrom v0.1.8
13732026-05-20T02:30:26.078Z Compiling yoke v0.8.2
13742026-05-20T02:30:26.102Z Compiling aws-lc-sys v0.41.0
13752026-05-20T02:30:26.314Z Compiling zerovec v0.11.6
13762026-05-20T02:30:26.367Z Compiling zerotrie v0.2.4
13772026-05-20T02:30:26.640Z Compiling zeroize v1.8.2
13782026-05-20T02:30:26.669Z Compiling try-lock v0.2.5
13792026-05-20T02:30:26.775Z Compiling want v0.3.1
13802026-05-20T02:30:26.839Z Compiling tinystr v0.8.3
13812026-05-20T02:30:26.842Z Compiling potential_utf v0.1.5
13822026-05-20T02:30:26.860Z Compiling futures-util v0.3.32
13832026-05-20T02:30:26.870Z Compiling thiserror v1.0.69
13842026-05-20T02:30:26.943Z Compiling icu_collections v2.2.0
13852026-05-20T02:30:26.998Z Compiling httpdate v1.0.3
13862026-05-20T02:30:27.045Z Compiling icu_locale_core v2.2.0
13872026-05-20T02:30:27.241Z Compiling thiserror-impl v1.0.69
13882026-05-20T02:30:27.356Z Compiling ucd-trie v0.1.7
13892026-05-20T02:30:27.644Z Compiling pest v2.8.6
13902026-05-20T02:30:27.862Z Compiling bytes v1.11.1
13912026-05-20T02:30:27.953Z Compiling icu_provider v2.2.0
13922026-05-20T02:30:28.133Z Compiling chrono v0.4.44
13932026-05-20T02:30:28.269Z Compiling icu_properties v2.2.0
13942026-05-20T02:30:28.391Z Compiling icu_normalizer v2.2.0
13952026-05-20T02:30:28.494Z Compiling serde_tokenstream v0.2.3
13962026-05-20T02:30:28.768Z Compiling http v1.4.0
13972026-05-20T02:30:28.882Z Compiling tokio v1.52.3
13982026-05-20T02:30:28.969Z Compiling erased-serde v0.3.31
13992026-05-20T02:30:29.127Z Compiling idna_adapter v1.2.2
14002026-05-20T02:30:29.261Z Compiling idna v1.1.0
14012026-05-20T02:30:29.430Z Compiling http-body v1.0.1
14022026-05-20T02:30:29.545Z Compiling url v2.5.8
14032026-05-20T02:30:29.574Z Compiling pest_meta v2.8.6
14042026-05-20T02:30:29.611Z Compiling generic-array v0.14.7
14052026-05-20T02:30:29.745Z Compiling pretty-hex v0.4.2
14062026-05-20T02:30:29.845Z Compiling getrandom v0.3.4
14072026-05-20T02:30:30.184Z Compiling ppv-lite86 v0.2.21
14082026-05-20T02:30:30.270Z Compiling pest_generator v2.8.6
14092026-05-20T02:30:30.400Z Compiling tracing-attributes v0.1.31
14102026-05-20T02:30:30.486Z Compiling tracing-core v0.1.36
14112026-05-20T02:30:30.498Z Compiling slog v2.8.2
14122026-05-20T02:30:30.728Z Compiling plain v0.2.3
14132026-05-20T02:30:30.828Z Compiling ipnetwork v0.21.1
14142026-05-20T02:30:30.864Z Compiling pest_derive v2.8.6
14152026-05-20T02:30:31.090Z Compiling aho-corasick v1.1.4
14162026-05-20T02:30:31.411Z Compiling http-body-util v0.1.3
14172026-05-20T02:30:31.463Z Compiling serde_urlencoded v0.7.1
14182026-05-20T02:30:31.620Z Compiling tracing v0.1.44
14192026-05-20T02:30:31.643Z Compiling sync_wrapper v1.0.2
14202026-05-20T02:30:31.730Z Compiling paste v1.0.15
14212026-05-20T02:30:31.743Z Compiling crypto-common v0.1.7
14222026-05-20T02:30:31.850Z Compiling oxnet v0.1.5
14232026-05-20T02:30:31.867Z Compiling powerfmt v0.2.0
14242026-05-20T02:30:31.951Z Compiling regex-automata v0.4.14
14252026-05-20T02:30:32.067Z Compiling time-core v0.1.8
14262026-05-20T02:30:32.077Z Compiling ident_case v1.0.1
14272026-05-20T02:30:32.195Z Compiling omicron-workspace-hack v0.1.0
14282026-05-20T02:30:32.206Z Compiling num-conv v0.2.1
14292026-05-20T02:30:32.342Z Compiling time-macros v0.2.27
14302026-05-20T02:30:32.428Z Compiling deranged v0.5.8
14312026-05-20T02:30:32.492Z Compiling anyhow v1.0.102
14322026-05-20T02:30:32.787Z Compiling tokio-util v0.7.18
14332026-05-20T02:30:32.831Z Compiling num_threads v0.1.7
14342026-05-20T02:30:32.925Z Compiling winnow v1.0.3
14352026-05-20T02:30:33.524Z Compiling rustls-pki-types v1.14.1
14362026-05-20T02:30:33.535Z Compiling scroll_derive v0.13.1
14372026-05-20T02:30:33.985Z Compiling regex v1.12.3
14382026-05-20T02:30:34.358Z Compiling scroll v0.13.0
14392026-05-20T02:30:34.456Z Compiling daft-derive v0.1.7
14402026-05-20T02:30:34.643Z Compiling fastrand v2.4.1
14412026-05-20T02:30:34.903Z Compiling async-trait v0.1.89
14422026-05-20T02:30:34.936Z Compiling crossbeam-utils v0.8.21
14432026-05-20T02:30:35.216Z Compiling h2 v0.4.14
14442026-05-20T02:30:35.265Z Compiling ring v0.17.14
14452026-05-20T02:30:35.401Z Compiling openssl-probe v0.2.1
14462026-05-20T02:30:35.585Z Compiling cpufeatures v0.2.17
14472026-05-20T02:30:35.775Z Compiling block-buffer v0.10.4
14482026-05-20T02:30:35.875Z Compiling thread_local v1.1.9
14492026-05-20T02:30:35.919Z Compiling usdt-impl v0.6.0
14502026-05-20T02:30:35.928Z Compiling hex v0.4.3
14512026-05-20T02:30:36.130Z Compiling digest v0.10.7
14522026-05-20T02:30:36.155Z Compiling goblin v0.10.5
14532026-05-20T02:30:36.166Z Compiling dtrace-parser v0.3.0
14542026-05-20T02:30:36.185Z Compiling camino v1.2.2
14552026-05-20T02:30:36.196Z Compiling slog-async v2.8.0
14562026-05-20T02:30:36.564Z Compiling thread-id v5.1.0
14572026-05-20T02:30:36.576Z Compiling aws-lc-rs v1.17.0
14582026-05-20T02:30:36.584Z Compiling crc32fast v1.5.0
14592026-05-20T02:30:36.640Z Compiling term v1.2.1
14602026-05-20T02:30:36.874Z Compiling take_mut v0.2.2
14612026-05-20T02:30:36.976Z Compiling rand_core v0.9.5
14622026-05-20T02:30:37.066Z Compiling futures-executor v0.3.32
14632026-05-20T02:30:37.325Z Compiling hyper v1.9.0
14642026-05-20T02:30:37.336Z Compiling match_cfg v0.1.0
14652026-05-20T02:30:37.339Z Compiling syn v1.0.109
14662026-05-20T02:30:37.400Z Compiling futures v0.3.32
14672026-05-20T02:30:37.659Z Compiling structmeta-derive v0.3.0
14682026-05-20T02:30:37.854Z Compiling adler2 v2.0.1
14692026-05-20T02:30:38.301Z Compiling simd-adler32 v0.3.9
14702026-05-20T02:30:38.498Z Compiling hyper-util v0.1.20
14712026-05-20T02:30:38.676Z Compiling rustls v0.22.4
14722026-05-20T02:30:38.894Z Compiling dof v0.4.0
14732026-05-20T02:30:39.001Z Compiling untrusted v0.7.1
14742026-05-20T02:30:39.121Z Compiling structmeta v0.3.0
14752026-05-20T02:30:39.154Z Compiling miniz_oxide v0.8.9
14762026-05-20T02:30:39.807Z Compiling rand_chacha v0.9.0
14772026-05-20T02:30:40.136Z Compiling tower v0.5.3
14782026-05-20T02:30:40.211Z Compiling darling_core v0.23.0
14792026-05-20T02:30:40.231Z Compiling newtype-uuid-macros v0.1.0
14802026-05-20T02:30:40.431Z Compiling regress v0.10.5
14812026-05-20T02:30:40.604Z Compiling rustls v0.23.40
14822026-05-20T02:30:40.829Z Compiling tower-http v0.6.10
14832026-05-20T02:30:40.960Z Compiling usdt-macro v0.6.0
14842026-05-20T02:30:41.033Z Compiling usdt-attr-macro v0.6.0
14852026-05-20T02:30:41.290Z Compiling rand v0.9.4
14862026-05-20T02:30:41.419Z Compiling flate2 v1.1.9
14872026-05-20T02:30:41.850Z Compiling time v0.3.47
14882026-05-20T02:30:41.895Z Compiling newtype-uuid v1.3.2
14892026-05-20T02:30:42.102Z Compiling openapiv3 v2.2.0
14902026-05-20T02:30:42.244Z Compiling quick-error v1.2.3
14912026-05-20T02:30:42.255Z Compiling compression-core v0.4.32
14922026-05-20T02:30:42.289Z Compiling darling_macro v0.23.0
14932026-05-20T02:30:42.343Z Compiling ref-cast v1.0.25
14942026-05-20T02:30:42.405Z Compiling compression-codecs v0.4.38
14952026-05-20T02:30:42.586Z Compiling daft v0.1.7
14962026-05-20T02:30:42.704Z Compiling crossbeam-channel v0.5.15
14972026-05-20T02:30:42.849Z Compiling strum_macros v0.26.4
14982026-05-20T02:30:42.881Z Compiling darling v0.23.0
14992026-05-20T02:30:42.961Z Compiling ref-cast-impl v1.0.25
15002026-05-20T02:30:43.105Z Compiling serde_spanned v1.1.1
15012026-05-20T02:30:43.177Z Compiling multer v3.1.0
15022026-05-20T02:30:43.250Z Compiling bit-vec v0.8.0
15032026-05-20T02:30:43.417Z Compiling toml_writer v1.1.1+spec-1.1.0
15042026-05-20T02:30:43.540Z Compiling debug-ignore v1.0.5
15052026-05-20T02:30:43.623Z Compiling bit-set v0.8.0
15062026-05-20T02:30:43.679Z Compiling serde_with_macros v3.20.0
15072026-05-20T02:30:43.682Z Compiling async-stream-impl v0.3.6
15082026-05-20T02:30:43.682Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15092026-05-20T02:30:43.709Z Compiling dropshot v0.17.0
15102026-05-20T02:30:43.779Z Compiling encoding_rs v0.8.35
15112026-05-20T02:30:43.940Z Compiling spin v0.9.8
15122026-05-20T02:30:44.054Z Compiling mime v0.3.17
15132026-05-20T02:30:44.178Z Compiling unarray v0.1.4
15142026-05-20T02:30:44.323Z Compiling derive-ex v0.1.8
15152026-05-20T02:30:44.323Z Compiling async-stream v0.3.6
15162026-05-20T02:30:44.326Z Compiling dropshot_endpoint v0.17.0
15172026-05-20T02:30:44.352Z Compiling macaddr v1.0.1
15182026-05-20T02:30:44.477Z Compiling strum v0.26.3
15192026-05-20T02:30:44.497Z Compiling waitgroup v0.1.2
15202026-05-20T02:30:44.564Z Compiling serde_path_to_error v0.1.20
15212026-05-20T02:30:44.597Z Compiling is-terminal v0.4.17
15222026-05-20T02:30:44.687Z Compiling slog-term v2.9.2
15232026-05-20T02:30:44.903Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15242026-05-20T02:30:45.080Z Compiling rustls-native-certs v0.8.3
15252026-05-20T02:30:45.169Z Compiling tempfile v3.27.0
15262026-05-20T02:30:45.301Z Compiling strum_macros v0.27.2
15272026-05-20T02:30:45.418Z Compiling instant v0.1.13
15282026-05-20T02:30:45.503Z Compiling rustc-hash v2.1.2
15292026-05-20T02:30:45.518Z Compiling slog-json v2.6.1
15302026-05-20T02:30:45.582Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15312026-05-20T02:30:45.718Z Compiling hostname v0.3.1
15322026-05-20T02:30:45.885Z Compiling test-strategy v0.4.5
15332026-05-20T02:30:45.974Z Compiling memmap2 v0.9.10
15342026-05-20T02:30:46.144Z Compiling either v1.15.0
15352026-05-20T02:30:46.268Z Compiling slog-bunyan v2.5.0
15362026-05-20T02:30:46.356Z Compiling parse-display-derive v0.10.0
15372026-05-20T02:30:46.649Z Compiling backon v1.6.0
15382026-05-20T02:30:46.707Z Compiling rand_chacha v0.3.1
15392026-05-20T02:30:46.853Z Compiling rustls-webpki v0.102.8
15402026-05-20T02:30:47.186Z Compiling strum v0.27.2
15412026-05-20T02:30:47.713Z Compiling rand v0.8.6
15422026-05-20T02:30:47.724Z Compiling toml_parser v1.1.2+spec-1.1.0
15432026-05-20T02:30:47.764Z Compiling toml_datetime v1.1.1+spec-1.1.0
15442026-05-20T02:30:47.997Z Compiling wait-timeout v0.2.1
15452026-05-20T02:30:48.291Z Compiling rusty-fork v0.3.1
15462026-05-20T02:30:48.354Z Compiling toml v1.1.2+spec-1.1.0
15472026-05-20T02:30:48.406Z Compiling serde_with v3.20.0
15482026-05-20T02:30:48.646Z Compiling async-compression v0.4.42
15492026-05-20T02:30:49.417Z Compiling usdt v0.6.0
15502026-05-20T02:30:49.670Z Compiling tokio-rustls v0.25.0
15512026-05-20T02:30:49.695Z Compiling rand_xorshift v0.4.0
15522026-05-20T02:30:49.837Z Compiling sha1 v0.10.6
15532026-05-20T02:30:49.862Z Compiling rustls-pemfile v2.2.0
15542026-05-20T02:30:49.886Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15552026-05-20T02:30:50.048Z Compiling hostname v0.4.2
15562026-05-20T02:30:50.051Z Compiling proptest v1.11.0
15572026-05-20T02:30:50.126Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15582026-05-20T02:30:50.204Z Compiling reqwest v0.12.28
15592026-05-20T02:30:50.909Z Compiling itertools v0.14.0
15602026-05-20T02:30:51.318Z Compiling iddqd v0.3.18
15612026-05-20T02:30:52.174Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15622026-05-20T02:30:52.190Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
15632026-05-20T02:30:52.714Z Compiling utf8parse v0.2.2
15642026-05-20T02:30:52.745Z Compiling progenitor-client v0.10.0
15652026-05-20T02:30:52.821Z Compiling anstyle-parse v1.0.0
15662026-05-20T02:30:52.972Z Compiling backoff v0.4.0
15672026-05-20T02:30:53.005Z Compiling parse-display v0.10.0
15682026-05-20T02:30:53.016Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15692026-05-20T02:30:53.182Z Compiling anstyle-query v1.1.5
15702026-05-20T02:30:53.291Z Compiling is_terminal_polyfill v1.70.2
15712026-05-20T02:30:53.337Z Compiling colorchoice v1.0.5
15722026-05-20T02:30:53.383Z Compiling anstyle v1.0.14
15732026-05-20T02:30:53.576Z Compiling anstream v1.0.0
15742026-05-20T02:30:53.601Z Compiling clap_lex v1.1.0
15752026-05-20T02:30:53.839Z Compiling unicode-width v0.2.2
15762026-05-20T02:30:54.053Z Compiling regress v0.11.1
15772026-05-20T02:30:54.137Z Compiling clap_derive v4.6.1
15782026-05-20T02:30:54.383Z Compiling terminal_size v0.4.4
15792026-05-20T02:30:55.422Z Compiling toml_datetime v0.6.11
15802026-05-20T02:30:55.681Z Compiling typify-impl v0.6.2
15812026-05-20T02:30:55.692Z Compiling zerocopy-derive v0.7.35
15822026-05-20T02:30:55.876Z Compiling convert_case v0.4.0
15832026-05-20T02:30:56.175Z Compiling derive_more v0.99.20
15842026-05-20T02:30:56.789Z Compiling zerocopy v0.7.35
15852026-05-20T02:30:56.805Z Compiling clap_builder v4.6.0
15862026-05-20T02:30:58.345Z Compiling secrecy v0.10.3
15872026-05-20T02:30:58.438Z Compiling clap v4.6.1
15882026-05-20T02:30:58.492Z Compiling crucible-workspace-hack v0.1.0
15892026-05-20T02:30:58.515Z Compiling tinyvec_macros v0.1.1
15902026-05-20T02:30:58.583Z Compiling float-ord v0.3.2
15912026-05-20T02:30:58.691Z Compiling unsafe-libyaml v0.2.11
15922026-05-20T02:30:58.712Z Compiling tinyvec v1.11.0
15932026-05-20T02:30:59.354Z Compiling serde_yaml v0.9.34+deprecated
15942026-05-20T02:30:59.379Z Compiling dtrace-parser v0.2.0
15952026-05-20T02:30:59.463Z Compiling scroll_derive v0.12.1
15962026-05-20T02:31:00.180Z Compiling num-integer v0.1.46
15972026-05-20T02:31:00.243Z Compiling rustc_version v0.4.1
15982026-05-20T02:31:00.349Z Compiling usdt-impl v0.5.0
15992026-05-20T02:31:00.394Z Compiling scroll v0.12.0
16002026-05-20T02:31:00.510Z Compiling curve25519-dalek v4.1.3
16012026-05-20T02:31:00.912Z Compiling dof v0.3.0
16022026-05-20T02:31:01.093Z Compiling toml_edit v0.25.11+spec-1.1.0
16032026-05-20T02:31:01.287Z Compiling hmac v0.12.1
16042026-05-20T02:31:01.310Z Compiling darling_core v0.21.3
16052026-05-20T02:31:01.343Z Compiling inout v0.1.4
16062026-05-20T02:31:01.386Z Compiling ff v0.13.1
16072026-05-20T02:31:01.390Z Compiling thread-id v4.2.2
16082026-05-20T02:31:01.482Z Compiling group v0.13.0
16092026-05-20T02:31:01.509Z Compiling cipher v0.4.4
16102026-05-20T02:31:01.734Z Compiling proc-macro-crate v3.5.0
16112026-05-20T02:31:01.800Z Compiling hkdf v0.12.4
16122026-05-20T02:31:02.049Z Compiling typify-macro v0.6.2
16132026-05-20T02:31:02.279Z Compiling goblin v0.8.2
16142026-05-20T02:31:02.400Z Compiling num-iter v0.1.45
16152026-05-20T02:31:02.473Z Compiling num-rational v0.4.2
16162026-05-20T02:31:02.729Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16172026-05-20T02:31:03.065Z Compiling hubpack_derive v0.1.1
16182026-05-20T02:31:03.077Z Compiling thiserror-impl-no-std v2.0.2
16192026-05-20T02:31:03.409Z Compiling darling_macro v0.21.3
16202026-05-20T02:31:03.737Z Compiling crossbeam-epoch v0.9.18
16212026-05-20T02:31:04.005Z Compiling universal-hash v0.5.1
16222026-05-20T02:31:04.075Z Compiling crypto-bigint v0.5.5
16232026-05-20T02:31:04.109Z Compiling typify v0.6.2
16242026-05-20T02:31:04.157Z Compiling half v2.7.1
16252026-05-20T02:31:04.193Z Compiling curve25519-dalek-derive v0.1.1
16262026-05-20T02:31:04.438Z Compiling num-complex v0.4.6
16272026-05-20T02:31:04.810Z Compiling ciborium-io v0.2.2
16282026-05-20T02:31:04.873Z Compiling opaque-debug v0.3.1
16292026-05-20T02:31:04.896Z Compiling base64ct v1.8.3
16302026-05-20T02:31:04.939Z Compiling base16ct v0.2.0
16312026-05-20T02:31:05.090Z Compiling elliptic-curve v0.13.8
16322026-05-20T02:31:05.185Z Compiling password-hash v0.5.0
16332026-05-20T02:31:05.196Z Compiling poly1305 v0.8.0
16342026-05-20T02:31:05.357Z Compiling ciborium-ll v0.2.2
16352026-05-20T02:31:05.596Z Compiling num v0.4.3
16362026-05-20T02:31:05.807Z Compiling thiserror-no-std v2.0.2
16372026-05-20T02:31:05.895Z Compiling darling v0.21.3
16382026-05-20T02:31:06.157Z Compiling hubpack v0.1.2
16392026-05-20T02:31:06.381Z Compiling num_enum_derive v0.7.6
16402026-05-20T02:31:06.514Z Compiling chacha20 v0.9.1
16412026-05-20T02:31:06.579Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16422026-05-20T02:31:06.797Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16432026-05-20T02:31:07.392Z Compiling blake2 v0.10.6
16442026-05-20T02:31:07.422Z Compiling byte-wrapper v0.1.0
16452026-05-20T02:31:07.479Z Compiling aead v0.5.2
16462026-05-20T02:31:07.637Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16472026-05-20T02:31:07.780Z Compiling proc-macro-error-attr v1.0.4
16482026-05-20T02:31:07.956Z Compiling memoffset v0.9.1
16492026-05-20T02:31:08.014Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16502026-05-20T02:31:08.058Z Compiling static_assertions v1.1.0
16512026-05-20T02:31:08.130Z Compiling heapless v0.8.0
16522026-05-20T02:31:08.199Z Compiling cfg_aliases v0.2.1
16532026-05-20T02:31:08.258Z Compiling rustix v0.38.44
16542026-05-20T02:31:08.270Z Compiling prettyplease v0.2.37
16552026-05-20T02:31:08.440Z Compiling keccak v0.1.6
16562026-05-20T02:31:08.576Z Compiling nix v0.31.3
16572026-05-20T02:31:08.675Z Compiling sha3 v0.10.9
16582026-05-20T02:31:08.963Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16592026-05-20T02:31:09.252Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16602026-05-20T02:31:09.345Z Compiling argon2 v0.5.3
16612026-05-20T02:31:09.682Z Compiling chacha20poly1305 v0.10.1
16622026-05-20T02:31:09.862Z Compiling num_enum v0.7.6
16632026-05-20T02:31:10.105Z Compiling ingot-macros v0.1.1
16642026-05-20T02:31:10.229Z Compiling vsss-rs v3.3.4
16652026-05-20T02:31:10.241Z Compiling ciborium v0.2.2
16662026-05-20T02:31:10.818Z Compiling rustls-webpki v0.103.13
16672026-05-20T02:31:11.161Z Compiling usdt-macro v0.5.0
16682026-05-20T02:31:11.346Z Compiling usdt-attr-macro v0.5.0
16692026-05-20T02:31:12.901Z Compiling serde_spanned v0.6.9
16702026-05-20T02:31:12.957Z Compiling serde_repr v0.1.20
16712026-05-20T02:31:13.044Z Compiling enum-as-inner v0.6.1
16722026-05-20T02:31:13.056Z Compiling num-derive v0.4.2
16732026-05-20T02:31:13.391Z Compiling hash32 v0.3.1
16742026-05-20T02:31:13.435Z Compiling proc-macro-error v1.0.4
16752026-05-20T02:31:13.545Z Compiling memmap v0.7.0
16762026-05-20T02:31:13.568Z Compiling smoltcp v0.11.0
16772026-05-20T02:31:13.626Z Compiling winnow v0.7.15
16782026-05-20T02:31:13.676Z Compiling winnow v0.5.40
16792026-05-20T02:31:13.731Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
16802026-05-20T02:31:13.918Z Compiling data-encoding v2.11.0
16812026-05-20T02:31:13.960Z Compiling toml_write v0.1.2
16822026-05-20T02:31:14.011Z Compiling indent_write v2.2.0
16832026-05-20T02:31:14.181Z Compiling usdt v0.5.0
16842026-05-20T02:31:14.451Z Compiling tokio-rustls v0.26.4
16852026-05-20T02:31:14.700Z Compiling hyper-rustls v0.27.9
16862026-05-20T02:31:14.722Z Compiling rustls-platform-verifier v0.7.0
16872026-05-20T02:31:14.955Z Compiling reqwest v0.13.3
16882026-05-20T02:31:15.042Z Compiling toml_edit v0.22.27
16892026-05-20T02:31:15.115Z Compiling toml_edit v0.19.15
16902026-05-20T02:31:15.275Z Compiling ingot-types v0.1.2
16912026-05-20T02:31:15.623Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16922026-05-20T02:31:15.673Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16932026-05-20T02:31:15.768Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16942026-05-20T02:31:16.414Z Compiling progenitor-client v0.14.0
16952026-05-20T02:31:16.717Z Compiling progenitor-extras v0.2.0
16962026-05-20T02:31:16.961Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
16972026-05-20T02:31:17.330Z Compiling tabwriter v1.4.1
16982026-05-20T02:31:17.582Z Compiling cobs v0.3.0
16992026-05-20T02:31:17.753Z Compiling foreign-types-macros v0.2.3
17002026-05-20T02:31:17.779Z Compiling bytecount v0.6.9
17012026-05-20T02:31:17.919Z Compiling foreign-types-shared v0.3.1
17022026-05-20T02:31:18.013Z Compiling pkg-config v0.3.33
17032026-05-20T02:31:18.344Z Compiling cpufeatures v0.3.0
17042026-05-20T02:31:18.419Z Compiling colored v3.1.1
17052026-05-20T02:31:18.430Z Compiling vcpkg v0.2.15
17062026-05-20T02:31:18.470Z Compiling bitflags v1.3.2
17072026-05-20T02:31:18.545Z Compiling managed v0.8.0
17082026-05-20T02:31:18.816Z Compiling foreign-types v0.5.0
17092026-05-20T02:31:18.896Z Compiling chacha20 v0.10.0
17102026-05-20T02:31:18.983Z Compiling openssl-sys v0.9.116
17112026-05-20T02:31:19.156Z Compiling postcard v1.1.3
17122026-05-20T02:31:19.493Z Compiling toml v0.8.23
17132026-05-20T02:31:19.534Z Compiling proc-macro-crate v1.3.1
17142026-05-20T02:31:19.778Z Compiling ingot v0.1.1
17152026-05-20T02:31:20.080Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17162026-05-20T02:31:20.177Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17172026-05-20T02:31:20.474Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17182026-05-20T02:31:20.596Z Compiling cstr-argument v0.1.2
17192026-05-20T02:31:20.623Z Compiling swrite v0.1.0
17202026-05-20T02:31:20.714Z Compiling linked-hash-map v0.5.6
17212026-05-20T02:31:20.727Z Compiling lazy_static v1.5.0
17222026-05-20T02:31:20.743Z Compiling unicode-segmentation v1.13.2
17232026-05-20T02:31:20.822Z Compiling heck v0.4.1
17242026-05-20T02:31:20.897Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17252026-05-20T02:31:21.024Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17262026-05-20T02:31:21.130Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
17272026-05-20T02:31:21.162Z Compiling semver v0.1.20
17282026-05-20T02:31:21.371Z Compiling resolv-conf v0.7.6
17292026-05-20T02:31:21.431Z Compiling rayon-core v1.13.0
17302026-05-20T02:31:21.700Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17312026-05-20T02:31:21.779Z Compiling rustc_version v0.1.7
17322026-05-20T02:31:21.810Z Compiling newline-converter v0.3.0
17332026-05-20T02:31:21.925Z Compiling lru-cache v0.1.2
17342026-05-20T02:31:22.065Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17352026-05-20T02:31:22.096Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17362026-05-20T02:31:22.219Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17372026-05-20T02:31:22.335Z Compiling num_enum_derive v0.5.11
17382026-05-20T02:31:22.508Z Compiling rand v0.10.1
17392026-05-20T02:31:22.885Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17402026-05-20T02:31:23.086Z Compiling atomicwrites v0.4.4
17412026-05-20T02:31:23.099Z Compiling hickory-proto v0.24.4
17422026-05-20T02:31:23.283Z Compiling progenitor-impl v0.13.0
17432026-05-20T02:31:23.368Z Compiling progenitor-impl v0.14.0
17442026-05-20T02:31:23.878Z Compiling crossbeam-deque v0.8.6
17452026-05-20T02:31:23.999Z Compiling console v0.15.11
17462026-05-20T02:31:24.075Z Compiling camino-tempfile v1.4.1
17472026-05-20T02:31:24.314Z Compiling serde-big-array v0.5.1
17482026-05-20T02:31:24.459Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17492026-05-20T02:31:24.573Z Compiling pin-project-internal v1.1.13
17502026-05-20T02:31:24.667Z Compiling derive-where v1.6.1
17512026-05-20T02:31:24.691Z Compiling minimal-lexical v0.2.1
17522026-05-20T02:31:24.948Z Compiling siphasher v1.0.3
17532026-05-20T02:31:25.000Z Compiling similar v2.7.0
17542026-05-20T02:31:25.147Z Compiling phf_shared v0.12.1
17552026-05-20T02:31:25.674Z Compiling pin-project v1.1.13
17562026-05-20T02:31:25.776Z Compiling expectorate v1.2.0
17572026-05-20T02:31:25.833Z Compiling nom v7.1.3
17582026-05-20T02:31:25.925Z Compiling hickory-resolver v0.24.4
17592026-05-20T02:31:25.928Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17602026-05-20T02:31:26.391Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17612026-05-20T02:31:26.762Z Compiling num_enum v0.5.11
17622026-05-20T02:31:26.840Z Compiling progenitor-macro v0.13.0
17632026-05-20T02:31:26.927Z Compiling progenitor-macro v0.14.0
17642026-05-20T02:31:27.246Z Compiling newtype_derive v0.1.6
17652026-05-20T02:31:27.485Z Compiling progenitor-client v0.13.0
17662026-05-20T02:31:28.566Z Compiling unicode-normalization v0.1.25
17672026-05-20T02:31:28.855Z Compiling tokio-stream v0.1.18
17682026-05-20T02:31:29.038Z Compiling snafu-derive v0.8.9
17692026-05-20T02:31:29.171Z Compiling async-recursion v1.1.1
17702026-05-20T02:31:29.318Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17712026-05-20T02:31:29.870Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17722026-05-20T02:31:30.177Z Compiling slog-dtrace v0.3.0
17732026-05-20T02:31:30.432Z Compiling csv-core v0.1.13
17742026-05-20T02:31:30.701Z Compiling bstr v1.12.1
17752026-05-20T02:31:30.775Z Compiling highway v1.3.0
17762026-05-20T02:31:31.169Z Compiling konst_macro_rules v0.2.19
17772026-05-20T02:31:31.201Z Compiling foreign-types-shared v0.1.1
17782026-05-20T02:31:31.328Z Compiling same-file v1.0.6
17792026-05-20T02:31:31.401Z Compiling unicode-xid v0.2.6
17802026-05-20T02:31:31.511Z Compiling openssl v0.10.80
17812026-05-20T02:31:31.529Z Compiling owo-colors v4.3.0
17822026-05-20T02:31:31.693Z Compiling chrono-tz v0.10.4
17832026-05-20T02:31:31.801Z Compiling foldhash v0.1.5
17842026-05-20T02:31:31.885Z Compiling unicode-width v0.1.14
17852026-05-20T02:31:31.896Z Compiling cancel-safe-futures v0.1.5
17862026-05-20T02:31:31.948Z Compiling hashbrown v0.15.5
17872026-05-20T02:31:31.969Z Compiling progenitor v0.13.0
17882026-05-20T02:31:31.980Z Compiling const_format_proc_macros v0.2.34
17892026-05-20T02:31:31.990Z Compiling progenitor v0.14.0
17902026-05-20T02:31:31.990Z Compiling walkdir v2.5.0
17912026-05-20T02:31:32.098Z Compiling konst v0.2.20
17922026-05-20T02:31:32.133Z Compiling foreign-types v0.3.2
17932026-05-20T02:31:32.165Z Compiling globset v0.4.18
17942026-05-20T02:31:32.176Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
17952026-05-20T02:31:32.203Z Compiling snafu v0.8.9
17962026-05-20T02:31:32.334Z Compiling csv v1.4.0
17972026-05-20T02:31:32.461Z Compiling qorb v0.4.1
17982026-05-20T02:31:32.486Z Compiling olpc-cjson v0.1.4
17992026-05-20T02:31:32.589Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18002026-05-20T02:31:32.801Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18012026-05-20T02:31:32.948Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18022026-05-20T02:31:33.012Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18032026-05-20T02:31:33.360Z Compiling rayon v1.12.0
18042026-05-20T02:31:33.495Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18052026-05-20T02:31:34.081Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18062026-05-20T02:31:34.331Z Compiling phf v0.12.1
18072026-05-20T02:31:34.635Z Compiling zone_cfg_derive v0.3.1
18082026-05-20T02:31:34.688Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18092026-05-20T02:31:34.809Z Compiling tokio-dtrace v0.1.1
18102026-05-20T02:31:34.854Z Compiling itertools v0.12.1
18112026-05-20T02:31:35.071Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18122026-05-20T02:31:35.130Z Compiling typify-impl v0.4.3
18132026-05-20T02:31:35.267Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18142026-05-20T02:31:35.332Z Compiling libsw-core v0.3.2
18152026-05-20T02:31:35.471Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18162026-05-20T02:31:35.495Z Compiling serde_plain v1.0.2
18172026-05-20T02:31:35.616Z Compiling openssl-macros v0.1.1
18182026-05-20T02:31:35.702Z Compiling pem v3.0.6
18192026-05-20T02:31:35.732Z Compiling cookie v0.18.1
18202026-05-20T02:31:35.829Z Compiling sigpipe v0.1.3
18212026-05-20T02:31:35.859Z Compiling jiff v0.2.24
18222026-05-20T02:31:35.909Z Compiling fixedbitset v0.5.7
18232026-05-20T02:31:35.978Z Compiling typed-path v0.9.3
18242026-05-20T02:31:36.064Z Compiling fixedbitset v0.4.2
18252026-05-20T02:31:36.071Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18262026-05-20T02:31:36.111Z Compiling glob v0.3.3
18272026-05-20T02:31:36.321Z Compiling petgraph v0.6.5
18282026-05-20T02:31:36.396Z Compiling petgraph v0.8.3
18292026-05-20T02:31:36.653Z Compiling zone v0.3.1
18302026-05-20T02:31:37.358Z Compiling tough v0.22.0
18312026-05-20T02:31:37.441Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18322026-05-20T02:31:37.813Z Compiling libsw v3.5.0
18332026-05-20T02:31:37.995Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18342026-05-20T02:31:38.202Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18352026-05-20T02:31:38.459Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18362026-05-20T02:31:39.234Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18372026-05-20T02:31:39.591Z Compiling oxide-tokio-rt v0.1.6
18382026-05-20T02:31:39.667Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18392026-05-20T02:31:39.902Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18402026-05-20T02:31:40.146Z Compiling const_format v0.2.36
18412026-05-20T02:31:40.276Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18422026-05-20T02:31:40.483Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18432026-05-20T02:31:40.719Z Compiling papergrid v0.11.0
18442026-05-20T02:31:41.006Z Compiling tabled_derive v0.7.0
18452026-05-20T02:31:41.185Z Compiling gethostname v0.5.0
18462026-05-20T02:31:41.403Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18472026-05-20T02:31:41.474Z Compiling typify-macro v0.4.3
18482026-05-20T02:31:41.522Z Compiling libscf-sys v1.2.0
18492026-05-20T02:31:41.667Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18502026-05-20T02:31:41.790Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18512026-05-20T02:31:41.808Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18522026-05-20T02:31:41.927Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18532026-05-20T02:31:41.930Z Compiling bcs v0.1.6
18542026-05-20T02:31:42.028Z Compiling smf v0.2.3
18552026-05-20T02:31:42.258Z Compiling whoami v1.6.1
18562026-05-20T02:31:42.505Z Compiling linear-map v1.2.0
18572026-05-20T02:31:42.567Z Compiling smawk v0.3.2
18582026-05-20T02:31:42.578Z Compiling tagptr v0.2.0
18592026-05-20T02:31:42.631Z Compiling termtree v0.5.1
18602026-05-20T02:31:42.686Z Compiling unicode-linebreak v0.1.5
18612026-05-20T02:31:42.703Z Compiling moka v0.12.15
18622026-05-20T02:31:42.726Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18632026-05-20T02:31:42.823Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18642026-05-20T02:31:42.932Z Compiling textwrap v0.16.2
18652026-05-20T02:31:43.233Z Compiling tabled v0.15.0
18662026-05-20T02:31:43.477Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18672026-05-20T02:31:43.517Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18682026-05-20T02:31:43.553Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18692026-05-20T02:31:43.735Z Compiling steno v0.4.1
18702026-05-20T02:31:45.101Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18712026-05-20T02:31:45.714Z Compiling hickory-proto v0.25.2
18722026-05-20T02:31:45.903Z Compiling humantime v2.3.0
18732026-05-20T02:31:46.053Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18742026-05-20T02:31:46.187Z Compiling proc-macro-error-attr2 v2.0.0
18752026-05-20T02:31:46.500Z Compiling parking_lot_core v0.8.6
18762026-05-20T02:31:46.704Z Compiling proc-macro-error2 v2.0.1
18772026-05-20T02:31:46.811Z Compiling typify v0.4.3
18782026-05-20T02:31:46.831Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18792026-05-20T02:31:46.972Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18802026-05-20T02:31:46.983Z Compiling tabled_derive v0.11.0
18812026-05-20T02:31:47.233Z Compiling progenitor-impl v0.11.2
18822026-05-20T02:31:47.692Z Compiling hickory-resolver v0.25.2
18832026-05-20T02:31:47.924Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18842026-05-20T02:31:48.030Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18852026-05-20T02:31:48.110Z Compiling papergrid v0.17.0
18862026-05-20T02:31:48.418Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
18872026-05-20T02:31:49.297Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18882026-05-20T02:31:49.522Z Compiling testing_table v0.3.0
18892026-05-20T02:31:49.691Z Compiling arc-swap v1.9.1
18902026-05-20T02:31:49.938Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
18912026-05-20T02:31:50.000Z Compiling nom v8.0.0
18922026-05-20T02:31:50.137Z Compiling slog-scope v4.4.1
18932026-05-20T02:31:50.231Z Compiling tabled v0.20.0
18942026-05-20T02:31:50.799Z Compiling progenitor-macro v0.11.2
18952026-05-20T02:31:50.890Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
18962026-05-20T02:31:51.466Z Compiling parking_lot v0.11.2
18972026-05-20T02:31:52.220Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18982026-05-20T02:31:52.341Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
18992026-05-20T02:31:52.480Z Compiling progenitor-client v0.11.2
19002026-05-20T02:31:52.739Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19012026-05-20T02:31:52.770Z Compiling fxhash v0.2.1
19022026-05-20T02:31:52.904Z Compiling internet-checksum v0.2.1
19032026-05-20T02:31:52.967Z Compiling sled v0.34.7
19042026-05-20T02:31:53.013Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
19052026-05-20T02:31:53.159Z Compiling slog-stdlog v4.1.1
19062026-05-20T02:31:53.382Z Compiling crc8 v0.1.1
19072026-05-20T02:31:53.503Z Compiling slog-envlogger v2.2.0
19082026-05-20T02:31:53.928Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19092026-05-20T02:31:54.033Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
19102026-05-20T02:31:54.329Z Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util)
19112026-05-20T02:31:55.914Z Compiling progenitor v0.11.2
19122026-05-20T02:31:56.010Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
19132026-05-20T02:31:56.808Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19142026-05-20T02:32:02.281Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19152026-05-20T02:32:03.859Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19162026-05-20T02:32:04.879Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19172026-05-20T02:32:05.938Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19182026-05-20T02:32:06.744Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19192026-05-20T02:32:07.882Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
19202026-05-20T02:32:31.877Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 13s
19212026-05-20T02:32:32.063Z────────────
19222026-05-20T02:32:32.063Z Nextest run ID 3cef7786-d66f-48e4-a130-cc462b6b76ca with nextest profile: default
19232026-05-20T02:32:32.063Z Starting 7 tests across 1 binary
19242026-05-20T02:32:32.073Z PASS [ 0.009s] mg-lower dendrite::test_tfport_parser
19252026-05-20T02:32:32.076Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_removal
19262026-05-20T02:32:32.076Z PASS [ 0.013s] mg-lower test::sync_prefix_test
19272026-05-20T02:32:32.076Z PASS [ 0.012s] mg-lower test::sync_v4_over_v6_readback
19282026-05-20T02:32:32.079Z PASS [ 0.013s] mg-lower test::sync_mixed_v4_and_v4_over_v6
19292026-05-20T02:32:32.079Z PASS [ 0.013s] mg-lower test::sync_v4_over_v6_idempotent
19302026-05-20T02:32:32.079Z PASS [ 0.013s] mg-lower test::sync_link_down_test
19312026-05-20T02:32:32.079Z────────────
19322026-05-20T02:32:32.079Z Summary [ 0.014s] 7 tests run: 7 passed, 0 skipped
19332026-05-20T02:32:32.090Zprocess exited: duration 299254 ms, exit code 0
 
19342026-05-20T02:32:32.096Zfound 0 output files