01KR6PGBB31BHSHBGAG3B10W5R: test-mgadm

BasicConfig {
    output_rules: [
        "/work/*.log",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KR6PGQ49ZDFK6TF4D8AG72AK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-09T15:44:27.413Zjob assigned to worker 01KR6PH3MZFCBE5Y9D7J3T0DEN [factory aws, i-015519b05c7b4ebdd] (queued for 1 m 3 s)
 
22026-05-09T15:44:34.189Zstarting task 0: "setup"
32026-05-09T15:44:34.198Z++ uname -s
42026-05-09T15:44:34.201Z+ kern=SunOS
52026-05-09T15:44:34.201Z+ build_user=build
62026-05-09T15:44:34.201Z+ build_uid=12345
72026-05-09T15:44:34.201Z+ work_dir=/work
82026-05-09T15:44:34.201Z+ input_dir=/input
92026-05-09T15:44:34.201Z+ [[ 0 == 12345 ]]
102026-05-09T15:44:34.201Z+ case "$kern" in
112026-05-09T15:44:34.201Z+ groupadd -g 12345 build
122026-05-09T15:44:34.204Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-09T15:44:36.209Z+ zfs create -o mountpoint=/work rpool/work
142026-05-09T15:44:36.327Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-09T15:44:36.329Z+ home_fs=zfs
162026-05-09T15:44:36.329Z+ [[ zfs == autofs ]]
172026-05-09T15:44:36.329Z+ mkdir -p /home/build
182026-05-09T15:44:36.329Z+ chown build:build /home/build /work
192026-05-09T15:44:37.331Z+ chmod 0700 /home/build /work
202026-05-09T15:44:37.333Zprocess exited: duration 3142 ms, exit code 0
 
212026-05-09T15:44:37.338Zstarting task 1: "rust-toolchain"
222026-05-09T15:44:37.342Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-09T15:44:37.342Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-09T15:44:37.342Z * rust toolchain channel = "stable"
252026-05-09T15:44:37.342Z * rust toolchain profile = "default"
262026-05-09T15:44:37.344Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-09T15:44:37.344Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-09T15:44:37.344Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-09T15:44:37.344Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-09T15:44:37.450Zinfo: downloading installer
312026-05-09T15:44:38.838Zwarn: It looks like you have an existing installation of Rust at:
322026-05-09T15:44:38.838Zwarn: /opt/ooce/bin
332026-05-09T15:44:38.838Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-09T15:44:38.838Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-09T15:44:38.838Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-09T15:44:38.838Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-09T15:44:38.838Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-09T15:44:38.838Zerror: cannot install while Rust is installed
392026-05-09T15:44:38.839Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-09T15:44:38.839Zwarn: It looks like you have an existing rustup settings file at:
412026-05-09T15:44:38.839Zwarn: /home/build/.rustup/settings.toml
422026-05-09T15:44:38.839Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-09T15:44:38.839Zwarn: instead of the one inferred from the default host triple.
442026-05-09T15:44:38.851Zinfo: profile set to default
452026-05-09T15:44:38.851Zinfo: default host triple is x86_64-unknown-illumos
462026-05-09T15:44:38.854Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-09T15:44:38.980Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-09T15:44:38.983Zinfo: downloading 6 components
492026-05-09T15:44:52.890Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-09T15:44:52.890Z
512026-05-09T15:44:52.922Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-09T15:44:52.922Z
532026-05-09T15:44:52.922Z
542026-05-09T15:44:52.922ZRust is installed now. Great!
552026-05-09T15:44:52.922Z
562026-05-09T15:44:52.922ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-09T15:44:52.922Zenvironment variable. This has not been done automatically.
582026-05-09T15:44:52.922Z
592026-05-09T15:44:52.922ZTo configure your current shell, you need to source
602026-05-09T15:44:52.922Zthe corresponding env file under $HOME/.cargo.
612026-05-09T15:44:52.922Z
622026-05-09T15:44:52.922ZThis is usually done by running one of the following (note the leading DOT):
632026-05-09T15:44:52.922Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-09T15:44:52.922Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-09T15:44:52.922Zsource "~/.cargo/env.nu" # For nushell
662026-05-09T15:44:52.922Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-09T15:44:52.922Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-09T15:44:52.922Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-09T15:44:52.925Zwarn: no default linker (`cc`) was found in your PATH
702026-05-09T15:44:52.925Zwarn: many Rust crates require a system C toolchain to build
712026-05-09T15:44:53.020Z+ rustup --version
722026-05-09T15:44:53.036Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-09T15:44:53.036Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-09T15:44:53.055Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-09T15:44:53.064Z+ cargo --version
762026-05-09T15:44:53.072Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-09T15:44:53.072Z+ rustc --version
782026-05-09T15:44:53.091Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-09T15:44:53.098Zprocess exited: duration 15749 ms, exit code 0
 
802026-05-09T15:44:53.115Zstarting task 2: "authentication"
812026-05-09T15:44:53.133Zprocess exited: duration 18 ms, exit code 0
 
822026-05-09T15:44:53.147Zstarting task 3: "clone repository"
832026-05-09T15:44:53.156Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-09T15:44:53.156Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-09T15:44:53.186ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-09T15:44:54.042Z+ cd /work/oxidecomputer/maghemite
872026-05-09T15:44:54.042Z+ git fetch origin c59c854a70a7d9f9b0f69a48ce0cb78997bb699b
882026-05-09T15:44:54.285ZFrom https://github.com/oxidecomputer/maghemite
892026-05-09T15:44:54.285Z * branch c59c854a70a7d9f9b0f69a48ce0cb78997bb699b -> FETCH_HEAD
902026-05-09T15:44:54.306Z+ [[ -n trey/rfd_619_wrapup ]]
912026-05-09T15:44:54.306Z++ git branch --show-current
922026-05-09T15:44:54.307Z+ current=main
932026-05-09T15:44:54.307Z+ [[ main != trey/rfd_619_wrapup ]]
942026-05-09T15:44:54.307Z+ git branch -f trey/rfd_619_wrapup c59c854a70a7d9f9b0f69a48ce0cb78997bb699b
952026-05-09T15:44:54.307Z+ git checkout -f trey/rfd_619_wrapup
962026-05-09T15:44:54.317ZSwitched to branch 'trey/rfd_619_wrapup'
972026-05-09T15:44:54.317Z+ git reset --hard c59c854a70a7d9f9b0f69a48ce0cb78997bb699b
982026-05-09T15:44:54.333ZHEAD is now at c59c854 move PeerId and ImportExportPolicy to mg_api_types::bgp; route consumers through it
992026-05-09T15:44:54.333Zprocess exited: duration 1171 ms, exit code 0
 
1002026-05-09T15:44:54.352Zstarting task 4: "build"
1012026-05-09T15:44:54.362Z+ set -e
1022026-05-09T15:44:54.362Z+ NEXTEST_VERSION=0.9.97
1032026-05-09T15:44:54.362Z+ PLATFORM=illumos
1042026-05-09T15:44:54.362Z+ cargo --version
1052026-05-09T15:44:54.368Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1062026-05-09T15:44:54.495Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1072026-05-09T15:44:54.497Zinfo: downloading 6 components
1082026-05-09T15:45:08.798Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1092026-05-09T15:45:08.801Z+ rustc --version
1102026-05-09T15:45:08.827Zrustc 1.95.0 (59807616e 2026-04-14)
1112026-05-09T15:45:08.830Z+ cargo install cargo-nextest --version 0.9.97
1122026-05-09T15:45:08.871Z Updating crates.io index
1132026-05-09T15:45:08.961Z Downloading crates ...
1142026-05-09T15:45:09.017Z Downloaded cargo-nextest v0.9.97
1152026-05-09T15:45:09.075Z Installing cargo-nextest v0.9.97
1162026-05-09T15:45:09.114Z Updating crates.io index
1172026-05-09T15:45:11.533Z Locking 404 packages to latest compatible versions
1182026-05-09T15:45:11.538Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-05-09T15:45:11.540Z Adding duct v0.13.7 (available: v1.1.1)
1202026-05-09T15:45:11.540Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-05-09T15:45:11.541Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-05-09T15:45:11.543Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1232026-05-09T15:45:11.543Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1242026-05-09T15:45:11.543Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-05-09T15:45:11.546Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1262026-05-09T15:45:11.548Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-05-09T15:45:11.568Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1282026-05-09T15:45:11.577Z Downloading crates ...
1292026-05-09T15:45:11.648Z Downloaded document-features v0.2.12
1302026-05-09T15:45:11.663Z Downloaded hyper-tls v0.6.0
1312026-05-09T15:45:11.669Z Downloaded home v0.5.12
1322026-05-09T15:45:11.672Z Downloaded humantime v2.3.0
1332026-05-09T15:45:11.674Z Downloaded curve25519-dalek v4.1.3
1342026-05-09T15:45:11.677Z Downloaded pathdiff v0.2.3
1352026-05-09T15:45:11.679Z Downloaded iana-time-zone v0.1.65
1362026-05-09T15:45:11.682Z Downloaded rustc_version v0.4.1
1372026-05-09T15:45:11.682Z Downloaded openssl-macros v0.1.1
1382026-05-09T15:45:11.684Z Downloaded atomic-waker v1.1.2
1392026-05-09T15:45:11.684Z Downloaded anstyle-query v1.1.5
1402026-05-09T15:45:11.684Z Downloaded ahash v0.8.12
1412026-05-09T15:45:11.687Z Downloaded adler2 v2.0.1
1422026-05-09T15:45:11.690Z Downloaded humantime-serde v1.1.1
1432026-05-09T15:45:11.692Z Downloaded number_prefix v0.4.0
1442026-05-09T15:45:11.695Z Downloaded pin-project v1.1.12
1452026-05-09T15:45:11.702Z Downloaded os_pipe v1.2.3
1462026-05-09T15:45:11.704Z Downloaded indent_write v2.2.0
1472026-05-09T15:45:11.704Z Downloaded form_urlencoded v1.2.2
1482026-05-09T15:45:11.707Z Downloaded fixedbitset v0.5.7
1492026-05-09T15:45:11.707Z Downloaded rustc-demangle v0.1.27
1502026-05-09T15:45:11.709Z Downloaded indenter v0.3.4
1512026-05-09T15:45:11.709Z Downloaded clap v4.6.1
1522026-05-09T15:45:11.714Z Downloaded itoa v1.0.18
1532026-05-09T15:45:11.717Z Downloaded is_terminal_polyfill v1.70.2
1542026-05-09T15:45:11.717Z Downloaded getrandom v0.3.4
1552026-05-09T15:45:11.720Z Downloaded http-body-util v0.1.3
1562026-05-09T15:45:11.722Z Downloaded const-oid v0.9.6
1572026-05-09T15:45:11.724Z Downloaded cpufeatures v0.2.17
1582026-05-09T15:45:11.724Z Downloaded backtrace v0.3.76
1592026-05-09T15:45:11.727Z Downloaded enable-ansi-support v0.2.1
1602026-05-09T15:45:11.730Z Downloaded colorchoice v1.0.5
1612026-05-09T15:45:11.730Z Downloaded futures-io v0.3.32
1622026-05-09T15:45:11.732Z Downloaded guppy-workspace-hack v0.1.0
1632026-05-09T15:45:11.732Z Downloaded bytes v1.11.1
1642026-05-09T15:45:11.735Z Downloaded futures-core v0.3.32
1652026-05-09T15:45:11.735Z Downloaded clap_lex v1.1.0
1662026-05-09T15:45:11.737Z Downloaded openssl-probe v0.2.1
1672026-05-09T15:45:11.737Z Downloaded mukti-metadata v0.3.0
1682026-05-09T15:45:11.737Z Downloaded rustc-hash v2.1.2
1692026-05-09T15:45:11.740Z Downloaded http-body v1.0.1
1702026-05-09T15:45:11.740Z Downloaded litrs v1.0.0
1712026-05-09T15:45:11.742Z Downloaded futures-task v0.3.32
1722026-05-09T15:45:11.742Z Downloaded futures-macro v0.3.32
1732026-05-09T15:45:11.745Z Downloaded scopeguard v1.2.0
1742026-05-09T15:45:11.745Z Downloaded ppv-lite86 v0.2.21
1752026-05-09T15:45:11.747Z Downloaded miette-derive v7.6.0
1762026-05-09T15:45:11.747Z Downloaded duct v0.13.7
1772026-05-09T15:45:11.749Z Downloaded idna_adapter v1.0.0
1782026-05-09T15:45:11.749Z Downloaded cargo_metadata v0.23.1
1792026-05-09T15:45:11.749Z Downloaded cfg-expr v0.20.7
1802026-05-09T15:45:11.752Z Downloaded fastrand v2.4.1
1812026-05-09T15:45:11.755Z Downloaded ordered-float v2.10.1
1822026-05-09T15:45:11.755Z Downloaded nested v0.1.1
1832026-05-09T15:45:11.757Z Downloaded percent-encoding v2.3.2
1842026-05-09T15:45:11.760Z Downloaded cc v1.2.62
1852026-05-09T15:45:11.762Z Downloaded nextest-workspace-hack v0.1.0
1862026-05-09T15:45:11.765Z Downloaded derive-where v1.6.1
1872026-05-09T15:45:11.767Z Downloaded signature v2.2.0
1882026-05-09T15:45:11.767Z Downloaded shared_child v1.1.1
1892026-05-09T15:45:11.769Z Downloaded sha2 v0.10.9
1902026-05-09T15:45:11.769Z Downloaded flate2 v1.1.9
1912026-05-09T15:45:11.772Z Downloaded lru-slab v0.1.2
1922026-05-09T15:45:11.774Z Downloaded der v0.7.10
1932026-05-09T15:45:11.777Z Downloaded lazy_static v1.5.0
1942026-05-09T15:45:11.779Z Downloaded subtle v2.6.1
1952026-05-09T15:45:11.779Z Downloaded derive_more v2.1.1
1962026-05-09T15:45:11.784Z Downloaded quinn v0.11.9
1972026-05-09T15:45:11.787Z Downloaded once_cell v1.21.4
1982026-05-09T15:45:11.790Z Downloaded ed25519-dalek v2.2.0
1992026-05-09T15:45:11.792Z Downloaded camino-tempfile v1.4.1
2002026-05-09T15:45:11.792Z Downloaded borsh v1.6.1
2012026-05-09T15:45:11.795Z Downloaded crossterm v0.29.0
2022026-05-09T15:45:11.799Z Downloaded h2 v0.4.14
2032026-05-09T15:45:11.803Z Downloaded shell-words v1.1.1
2042026-05-09T15:45:11.806Z Downloaded serde_urlencoded v0.7.1
2052026-05-09T15:45:11.806Z Downloaded serde_ignored v0.1.14
2062026-05-09T15:45:11.808Z Downloaded generic-array v0.14.7
2072026-05-09T15:45:11.808Z Downloaded rand_chacha v0.9.0
2082026-05-09T15:45:11.808Z Downloaded block-buffer v0.10.4
2092026-05-09T15:45:11.811Z Downloaded atomicwrites v0.4.4
2102026-05-09T15:45:11.811Z Downloaded serde-value v0.7.0
2112026-05-09T15:45:11.811Z Downloaded anstyle-parse v1.0.0
2122026-05-09T15:45:11.813Z Downloaded globset v0.4.18
2132026-05-09T15:45:11.813Z Downloaded target-lexicon v0.13.3
2142026-05-09T15:45:11.816Z Downloaded rand_core v0.6.4
2152026-05-09T15:45:11.816Z Downloaded equivalent v1.0.2
2162026-05-09T15:45:11.816Z Downloaded owo-colors v4.3.0
2172026-05-09T15:45:11.819Z Downloaded base64ct v1.8.3
2182026-05-09T15:45:11.821Z Downloaded futures-sink v0.3.32
2192026-05-09T15:45:11.821Z Downloaded signal-hook-mio v0.2.5
2202026-05-09T15:45:11.821Z Downloaded cfg-if v1.0.4
2212026-05-09T15:45:11.824Z Downloaded fnv v1.0.7
2222026-05-09T15:45:11.824Z Downloaded base64 v0.22.1
2232026-05-09T15:45:11.826Z Downloaded swrite v0.1.0
2242026-05-09T15:45:11.829Z Downloaded supports-hyperlinks v3.2.0
2252026-05-09T15:45:11.829Z Downloaded foreign-types-shared v0.1.1
2262026-05-09T15:45:11.829Z Downloaded dialoguer v0.11.0
2272026-05-09T15:45:11.832Z Downloaded pkcs8 v0.10.2
2282026-05-09T15:45:11.834Z Downloaded quote v1.0.45
2292026-05-09T15:45:11.836Z Downloaded is_ci v1.2.0
2302026-05-09T15:45:11.836Z Downloaded target-spec-miette v0.4.6
2312026-05-09T15:45:11.839Z Downloaded hyper-rustls v0.27.9
2322026-05-09T15:45:11.839Z Downloaded tar v0.4.45
2332026-05-09T15:45:11.841Z Downloaded pkg-config v0.3.33
2342026-05-09T15:45:11.844Z Downloaded nextest-metadata v0.12.2
2352026-05-09T15:45:11.844Z Downloaded toml_datetime v0.6.11
2362026-05-09T15:45:11.844Z Downloaded cargo-platform v0.2.0
2372026-05-09T15:45:11.846Z Downloaded getrandom v0.2.17
2382026-05-09T15:45:11.846Z Downloaded tower-service v0.3.3
2392026-05-09T15:45:11.846Z Downloaded sigchld v0.2.4
2402026-05-09T15:45:11.849Z Downloaded native-tls v0.2.18
2412026-05-09T15:45:11.849Z Downloaded serde_spanned v1.1.1
2422026-05-09T15:45:11.852Z Downloaded supports-unicode v3.0.0
2432026-05-09T15:45:11.852Z Downloaded strip-ansi-escapes v0.2.1
2442026-05-09T15:45:11.852Z Downloaded jobserver v0.1.34
2452026-05-09T15:45:11.854Z Downloaded filetime v0.2.28
2462026-05-09T15:45:11.854Z Downloaded ed25519 v2.2.3
2472026-05-09T15:45:11.857Z Downloaded autocfg v1.5.0
2482026-05-09T15:45:11.857Z Downloaded lock_api v0.4.14
2492026-05-09T15:45:11.859Z Downloaded cargo-util-schemas v0.2.0
2502026-05-09T15:45:11.859Z Downloaded addr2line v0.25.1
2512026-05-09T15:45:11.862Z Downloaded rand_core v0.9.5
2522026-05-09T15:45:11.862Z Downloaded num-traits v0.2.19
2532026-05-09T15:45:11.864Z Downloaded hyper-util v0.1.20
2542026-05-09T15:45:11.867Z Downloaded try-lock v0.2.5
2552026-05-09T15:45:11.869Z Downloaded terminal_size v0.4.4
2562026-05-09T15:45:11.869Z Downloaded simd-adler32 v0.3.9
2572026-05-09T15:45:11.869Z Downloaded futures-executor v0.3.32
2582026-05-09T15:45:11.872Z Downloaded futures v0.3.32
2592026-05-09T15:45:11.874Z Downloaded untrusted v0.9.0
2602026-05-09T15:45:11.877Z Downloaded serde_path_to_error v0.1.20
2612026-05-09T15:45:11.877Z Downloaded serde-untagged v0.1.9
2622026-05-09T15:45:11.879Z Downloaded console v0.15.11
2632026-05-09T15:45:11.879Z Downloaded toml_writer v1.1.1+spec-1.1.0
2642026-05-09T15:45:11.881Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2652026-05-09T15:45:11.881Z Downloaded tinyvec_macros v0.1.1
2662026-05-09T15:45:11.881Z Downloaded erased-serde v0.4.10
2672026-05-09T15:45:11.884Z Downloaded futures-channel v0.3.32
2682026-05-09T15:45:11.887Z Downloaded semver v1.0.28
2692026-05-09T15:45:11.888Z Downloaded thiserror v2.0.18
2702026-05-09T15:45:11.890Z Downloaded pin-project-internal v1.1.12
2712026-05-09T15:45:11.893Z Downloaded version_check v0.9.5
2722026-05-09T15:45:11.893Z Downloaded toml_parser v1.1.2+spec-1.1.0
2732026-05-09T15:45:11.895Z Downloaded newtype-uuid v1.3.2
2742026-05-09T15:45:11.895Z Downloaded convert_case v0.10.0
2752026-05-09T15:45:11.898Z Downloaded clap_derive v4.6.1
2762026-05-09T15:45:11.898Z Downloaded ipnet v2.12.0
2772026-05-09T15:45:11.900Z Downloaded tower-layer v0.3.3
2782026-05-09T15:45:11.900Z Downloaded cfg_aliases v0.2.1
2792026-05-09T15:45:11.900Z Downloaded smol_str v0.3.6
2802026-05-09T15:45:11.903Z Downloaded signal-hook-registry v1.4.8
2812026-05-09T15:45:11.903Z Downloaded static_assertions v1.1.0
2822026-05-09T15:45:11.903Z Downloaded slab v0.4.12
2832026-05-09T15:45:11.905Z Downloaded quinn-udp v0.5.14
2842026-05-09T15:45:11.905Z Downloaded backtrace-ext v0.2.1
2852026-05-09T15:45:11.905Z Downloaded async-scoped v0.9.0
2862026-05-09T15:45:11.905Z Downloaded tokio-stream v0.1.18
2872026-05-09T15:45:11.908Z Downloaded heck v0.5.0
2882026-05-09T15:45:11.911Z Downloaded curve25519-dalek-derive v0.1.1
2892026-05-09T15:45:11.911Z Downloaded pin-project-lite v0.2.17
2902026-05-09T15:45:11.913Z Downloaded parking_lot_core v0.9.12
2912026-05-09T15:45:11.916Z Downloaded supports-color v3.0.2
2922026-05-09T15:45:11.916Z Downloaded rustls-pki-types v1.14.1
2932026-05-09T15:45:11.918Z Downloaded xattr v1.6.1
2942026-05-09T15:45:11.918Z Downloaded unicode-linebreak v0.1.5
2952026-05-09T15:45:11.918Z Downloaded self_update v0.42.0
2962026-05-09T15:45:11.921Z Downloaded parking_lot v0.12.5
2972026-05-09T15:45:11.927Z Downloaded crypto-common v0.1.7
2982026-05-09T15:45:11.932Z Downloaded color-spantrace v0.3.0
2992026-05-09T15:45:11.935Z Downloaded toml v1.1.2+spec-1.1.0
3002026-05-09T15:45:11.937Z Downloaded urlencoding v2.1.3
3012026-05-09T15:45:11.937Z Downloaded want v0.3.1
3022026-05-09T15:45:11.937Z Downloaded utf8parse v0.2.2
3032026-05-09T15:45:11.940Z Downloaded thread_local v1.1.9
3042026-05-09T15:45:11.940Z Downloaded thiserror-impl v2.0.18
3052026-05-09T15:45:11.940Z Downloaded target-spec v3.6.0
3062026-05-09T15:45:11.942Z Downloaded errno v0.3.14
3072026-05-09T15:45:11.942Z Downloaded foldhash v0.1.5
3082026-05-09T15:45:11.942Z Downloaded thiserror v1.0.69
3092026-05-09T15:45:11.945Z Downloaded socket2 v0.6.3
3102026-05-09T15:45:11.947Z Downloaded hex v0.4.3
3112026-05-09T15:45:11.950Z Downloaded cargo-platform v0.3.3
3122026-05-09T15:45:11.950Z Downloaded debug-ignore v1.0.5
3132026-05-09T15:45:11.952Z Downloaded nextest-filtering v0.15.0
3142026-05-09T15:45:11.955Z Downloaded tokio-native-tls v0.3.1
3152026-05-09T15:45:11.955Z Downloaded tokio-macros v2.7.0
3162026-05-09T15:45:11.957Z Downloaded serde_spanned v0.6.9
3172026-05-09T15:45:11.957Z Downloaded sync_wrapper v1.0.2
3182026-05-09T15:45:11.960Z Downloaded strsim v0.11.1
3192026-05-09T15:45:11.964Z Downloaded typeid v1.0.3
3202026-05-09T15:45:11.966Z Downloaded self-replace v1.5.0
3212026-05-09T15:45:11.969Z Downloaded utf8_iter v1.0.4
3222026-05-09T15:45:11.969Z Downloaded toml_write v0.1.2
3232026-05-09T15:45:11.971Z Downloaded smallvec v1.15.1
3242026-05-09T15:45:11.974Z Downloaded quick-junit v0.5.2
3252026-05-09T15:45:11.974Z Downloaded tracing-log v0.2.0
3262026-05-09T15:45:11.976Z Downloaded zipsign-api v0.1.5
3272026-05-09T15:45:11.976Z Downloaded tracing-error v0.2.1
3282026-05-09T15:45:11.976Z Downloaded anstyle v1.0.14
3292026-05-09T15:45:11.981Z Downloaded ryu v1.0.23
3302026-05-09T15:45:11.983Z Downloaded unicode-xid v0.2.6
3312026-05-09T15:45:11.983Z Downloaded httparse v1.10.1
3322026-05-09T15:45:11.986Z Downloaded cargo_metadata v0.20.0
3332026-05-09T15:45:11.986Z Downloaded either v1.15.0
3342026-05-09T15:45:11.990Z Downloaded config v0.15.22
3352026-05-09T15:45:11.995Z Downloaded serde v1.0.228
3362026-05-09T15:45:11.999Z Downloaded tempfile v3.27.0
3372026-05-09T15:45:12.003Z Downloaded future-queue v0.4.0
3382026-05-09T15:45:12.005Z Downloaded anstream v1.0.0
3392026-05-09T15:45:12.005Z Downloaded find-msvc-tools v0.1.9
3402026-05-09T15:45:12.009Z Downloaded shlex v1.3.0
3412026-05-09T15:45:12.012Z Downloaded tracing-core v0.1.36
3422026-05-09T15:45:12.014Z Downloaded thiserror-impl v1.0.69
3432026-05-09T15:45:12.014Z Downloaded proc-macro2 v1.0.106
3442026-05-09T15:45:12.017Z Downloaded sharded-slab v0.1.7
3452026-05-09T15:45:12.019Z Downloaded serde_core v1.0.228
3462026-05-09T15:45:12.019Z Downloaded log v0.4.29
3472026-05-09T15:45:12.022Z Downloaded spki v0.7.3
3482026-05-09T15:45:12.022Z Downloaded zeroize v1.8.2
3492026-05-09T15:45:12.025Z Downloaded xxhash-rust v0.8.15
3502026-05-09T15:45:12.025Z Downloaded indicatif v0.17.11
3512026-05-09T15:45:12.028Z Downloaded zstd v0.13.3
3522026-05-09T15:45:12.028Z Downloaded camino v1.2.2
3532026-05-09T15:45:12.028Z Downloaded eyre v0.6.12
3542026-05-09T15:45:12.031Z Downloaded openssl-sys v0.9.115
3552026-05-09T15:45:12.033Z Downloaded zmij v1.0.21
3562026-05-09T15:45:12.036Z Downloaded tokio-rustls v0.26.4
3572026-05-09T15:45:12.038Z Downloaded miniz_oxide v0.8.9
3582026-05-09T15:45:12.041Z Downloaded bitflags v2.11.1
3592026-05-09T15:45:12.043Z Downloaded foreign-types v0.3.2
3602026-05-09T15:45:12.043Z Downloaded unicase v2.9.0
3612026-05-09T15:45:12.046Z Downloaded digest v0.10.7
3622026-05-09T15:45:12.046Z Downloaded rand v0.9.4
3632026-05-09T15:45:12.048Z Downloaded crc32fast v1.5.0
3642026-05-09T15:45:12.048Z Downloaded toml v0.8.23
3652026-05-09T15:45:12.051Z Downloaded tinyvec v1.11.0
3662026-05-09T15:45:12.053Z Downloaded textwrap v0.16.2
3672026-05-09T15:45:12.059Z Downloaded zstd-safe v7.2.4
3682026-05-09T15:45:12.061Z Downloaded getrandom v0.4.2
3692026-05-09T15:45:12.070Z Downloaded tracing-attributes v0.1.31
3702026-05-09T15:45:12.073Z Downloaded signal-hook v0.3.18
3712026-05-09T15:45:12.076Z Downloaded serde_derive v1.0.228
3722026-05-09T15:45:12.078Z Downloaded uuid v1.23.1
3732026-05-09T15:45:12.081Z Downloaded url v2.5.8
3742026-05-09T15:45:12.083Z Downloaded unicode-ident v1.0.24
3752026-05-09T15:45:12.112Z Downloaded unicode-segmentation v1.13.2
3762026-05-09T15:45:12.115Z Downloaded toml_edit v0.22.27
3772026-05-09T15:45:12.117Z Downloaded rustls-webpki v0.103.13
3782026-05-09T15:45:12.120Z Downloaded guppy v0.17.25
3792026-05-09T15:45:12.124Z Downloaded derive_more-impl v2.1.1
3802026-05-09T15:45:12.131Z Downloaded hashbrown v0.15.5
3812026-05-09T15:45:12.137Z Downloaded vte v0.14.1
3822026-05-09T15:45:12.144Z Downloaded unicode-normalization v0.1.25
3832026-05-09T15:45:12.147Z Downloaded clap_builder v4.6.0
3842026-05-09T15:45:12.150Z Downloaded mio v1.2.0
3852026-05-09T15:45:12.153Z Downloaded tower-http v0.6.10
3862026-05-09T15:45:12.158Z Downloaded miette v7.6.0
3872026-05-09T15:45:12.161Z Downloaded indexmap v2.14.0
3882026-05-09T15:45:12.165Z Downloaded http v1.4.0
3892026-05-09T15:45:12.167Z Downloaded memchr v2.8.0
3902026-05-09T15:45:12.188Z Downloaded ron v0.12.1
3912026-05-09T15:45:12.193Z Downloaded hashbrown v0.17.1
3922026-05-09T15:45:12.197Z Downloaded aho-corasick v1.1.4
3932026-05-09T15:45:12.209Z Downloaded tower v0.5.3
3942026-05-09T15:45:12.214Z Downloaded idna v1.1.0
3952026-05-09T15:45:12.217Z Downloaded syn v2.0.117
3962026-05-09T15:45:12.223Z Downloaded winnow v1.0.2
3972026-05-09T15:45:12.228Z Downloaded typenum v1.20.0
3982026-05-09T15:45:12.231Z Downloaded tracing-subscriber v0.3.23
3992026-05-09T15:45:12.236Z Downloaded futures-util v0.3.32
4002026-05-09T15:45:12.242Z Downloaded unicode-width v0.1.14
4012026-05-09T15:45:12.246Z Downloaded regex v1.12.3
4022026-05-09T15:45:12.249Z Downloaded pulldown-cmark v0.13.3
4032026-05-09T15:45:12.252Z Downloaded itertools v0.14.0
4042026-05-09T15:45:12.256Z Downloaded bstr v1.12.1
4052026-05-09T15:45:12.261Z Downloaded gimli v0.32.3
4062026-05-09T15:45:12.266Z Downloaded chrono v0.4.44
4072026-05-09T15:45:12.270Z Downloaded reqwest v0.12.28
4082026-05-09T15:45:12.274Z Downloaded serde_json v1.0.149
4092026-05-09T15:45:12.285Z Downloaded hyper v1.9.0
4102026-05-09T15:45:12.292Z Downloaded tokio-util v0.7.18
4112026-05-09T15:45:12.299Z Downloaded portable-atomic v1.13.1
4122026-05-09T15:45:12.304Z Downloaded tracing v0.1.44
4132026-05-09T15:45:12.314Z Downloaded color-eyre v0.6.5
4142026-05-09T15:45:12.332Z Downloaded tokio v1.52.3
4152026-05-09T15:45:12.354Z Downloaded quick-xml v0.37.5
4162026-05-09T15:45:12.362Z Downloaded winnow v0.7.15
4172026-05-09T15:45:12.370Z Downloaded webpki-roots v1.0.7
4182026-05-09T15:45:12.377Z Downloaded quick-xml v0.38.4
4192026-05-09T15:45:12.383Z Downloaded quinn-proto v0.11.14
4202026-05-09T15:45:12.406Z Downloaded vcpkg v0.2.15
4212026-05-09T15:45:12.428Z Downloaded nix v0.30.1
4222026-05-09T15:45:12.435Z Downloaded nextest-runner v0.80.0
4232026-05-09T15:45:12.443Z Downloaded unicode-width v0.2.2
4242026-05-09T15:45:12.448Z Downloaded openssl v0.10.79
4252026-05-09T15:45:12.456Z Downloaded zerocopy v0.8.48
4262026-05-09T15:45:12.467Z Downloaded object v0.37.3
4272026-05-09T15:45:12.492Z Downloaded regex-syntax v0.8.10
4282026-05-09T15:45:12.498Z Downloaded rustix v0.38.44
4292026-05-09T15:45:12.510Z Downloaded rustls v0.23.40
4302026-05-09T15:45:12.518Z Downloaded rustix v1.1.4
4312026-05-09T15:45:12.584Z Downloaded regex-automata v0.4.14
4322026-05-09T15:45:12.648Z Downloaded petgraph v0.8.3
4332026-05-09T15:45:12.660Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4342026-05-09T15:45:12.669Z Downloaded libc v0.2.186
4352026-05-09T15:45:12.739Z Downloaded recursion v0.5.4
4362026-05-09T15:45:12.746Z Downloaded ring v0.17.14
4372026-05-09T15:45:12.804Z Compiling proc-macro2 v1.0.106
4382026-05-09T15:45:12.804Z Compiling libc v0.2.186
4392026-05-09T15:45:12.804Z Compiling quote v1.0.45
4402026-05-09T15:45:12.804Z Compiling unicode-ident v1.0.24
4412026-05-09T15:45:12.804Z Compiling serde_core v1.0.228
4422026-05-09T15:45:12.807Z Compiling cfg-if v1.0.4
4432026-05-09T15:45:12.807Z Compiling memchr v2.8.0
4442026-05-09T15:45:12.807Z Compiling once_cell v1.21.4
4452026-05-09T15:45:13.012Z Compiling log v0.4.29
4462026-05-09T15:45:13.052Z Compiling pin-project-lite v0.2.17
4472026-05-09T15:45:13.139Z Compiling itoa v1.0.18
4482026-05-09T15:45:13.187Z Compiling serde v1.0.228
4492026-05-09T15:45:13.347Z Compiling futures-core v0.3.32
4502026-05-09T15:45:13.371Z Compiling smallvec v1.15.1
4512026-05-09T15:45:13.501Z Compiling bitflags v2.11.1
4522026-05-09T15:45:13.542Z Compiling find-msvc-tools v0.1.9
4532026-05-09T15:45:13.613Z Compiling hashbrown v0.17.1
4542026-05-09T15:45:13.763Z Compiling equivalent v1.0.2
4552026-05-09T15:45:13.849Z Compiling errno v0.3.14
4562026-05-09T15:45:13.884Z Compiling shlex v1.3.0
4572026-05-09T15:45:13.896Z Compiling bytes v1.11.1
4582026-05-09T15:45:14.006Z Compiling signal-hook-registry v1.4.8
4592026-05-09T15:45:14.065Z Compiling jobserver v0.1.34
4602026-05-09T15:45:14.107Z Compiling mio v1.2.0
4612026-05-09T15:45:14.151Z Compiling syn v2.0.117
4622026-05-09T15:45:14.225Z Compiling futures-sink v0.3.32
4632026-05-09T15:45:14.272Z Compiling cc v1.2.62
4642026-05-09T15:45:14.331Z Compiling rustix v1.1.4
4652026-05-09T15:45:14.374Z Compiling socket2 v0.6.3
4662026-05-09T15:45:14.547Z Compiling zmij v1.0.21
4672026-05-09T15:45:14.743Z Compiling slab v0.4.12
4682026-05-09T15:45:14.795Z Compiling futures-channel v0.3.32
4692026-05-09T15:45:14.885Z Compiling tracing-core v0.1.36
4702026-05-09T15:45:14.938Z Compiling version_check v0.9.5
4712026-05-09T15:45:15.040Z Compiling serde_json v1.0.149
4722026-05-09T15:45:15.159Z Compiling indexmap v2.14.0
4732026-05-09T15:45:15.295Z Compiling getrandom v0.4.2
4742026-05-09T15:45:15.306Z Compiling futures-task v0.3.32
4752026-05-09T15:45:15.474Z Compiling futures-io v0.3.32
4762026-05-09T15:45:15.523Z Compiling camino v1.2.2
4772026-05-09T15:45:15.579Z Compiling unicode-width v0.2.2
4782026-05-09T15:45:15.663Z Compiling percent-encoding v2.3.2
4792026-05-09T15:45:15.949Z Compiling ring v0.17.14
4802026-05-09T15:45:15.961Z Compiling http v1.4.0
4812026-05-09T15:45:15.986Z Compiling simd-adler32 v0.3.9
4822026-05-09T15:45:16.010Z Compiling zeroize v1.8.2
4832026-05-09T15:45:16.081Z Compiling autocfg v1.5.0
4842026-05-09T15:45:16.208Z Compiling adler2 v2.0.1
4852026-05-09T15:45:16.376Z Compiling miniz_oxide v0.8.9
4862026-05-09T15:45:16.454Z Compiling num-traits v0.2.19
4872026-05-09T15:45:16.757Z Compiling zerocopy v0.8.48
4882026-05-09T15:45:16.860Z Compiling getrandom v0.3.4
4892026-05-09T15:45:17.154Z Compiling target-lexicon v0.13.3
4902026-05-09T15:45:17.210Z Compiling object v0.37.3
4912026-05-09T15:45:17.520Z Compiling http-body v1.0.1
4922026-05-09T15:45:17.550Z Compiling rustls-pki-types v1.14.1
4932026-05-09T15:45:17.674Z Compiling form_urlencoded v1.2.2
4942026-05-09T15:45:17.685Z Compiling semver v1.0.28
4952026-05-09T15:45:17.736Z Compiling serde_derive v1.0.228
4962026-05-09T15:45:17.825Z Compiling tokio-macros v2.7.0
4972026-05-09T15:45:17.896Z Compiling futures-macro v0.3.32
4982026-05-09T15:45:17.939Z Compiling tracing-attributes v0.1.31
4992026-05-09T15:45:18.257Z Compiling getrandom v0.2.17
5002026-05-09T15:45:18.338Z Compiling signal-hook v0.3.18
5012026-05-09T15:45:18.409Z Compiling thiserror v2.0.18
5022026-05-09T15:45:18.444Z Compiling owo-colors v4.3.0
5032026-05-09T15:45:18.560Z Compiling tokio v1.52.3
5042026-05-09T15:45:18.562Z Compiling fnv v1.0.7
5052026-05-09T15:45:18.660Z Compiling idna_adapter v1.0.0
5062026-05-09T15:45:18.709Z Compiling futures-util v0.3.32
5072026-05-09T15:45:18.750Z Compiling utf8_iter v1.0.4
5082026-05-09T15:45:18.760Z Compiling gimli v0.32.3
5092026-05-09T15:45:18.771Z Compiling guppy-workspace-hack v0.1.0
5102026-05-09T15:45:18.905Z Compiling httparse v1.10.1
5112026-05-09T15:45:18.990Z Compiling untrusted v0.9.0
5122026-05-09T15:45:19.132Z Compiling idna v1.1.0
5132026-05-09T15:45:19.142Z Compiling tracing v0.1.44
5142026-05-09T15:45:19.494Z Compiling thiserror-impl v2.0.18
5152026-05-09T15:45:20.671Z Compiling addr2line v0.25.1
5162026-05-09T15:45:21.316Z Compiling generic-array v0.14.7
5172026-05-09T15:45:21.319Z Compiling atomic-waker v1.1.2
5182026-05-09T15:45:21.368Z Compiling fastrand v2.4.1
5192026-05-09T15:45:21.484Z Compiling rustc-demangle v0.1.27
5202026-05-09T15:45:21.499Z Compiling pkg-config v0.3.33
5212026-05-09T15:45:21.578Z Compiling try-lock v0.2.5
5222026-05-09T15:45:21.691Z Compiling rustls v0.23.40
5232026-05-09T15:45:21.702Z Compiling thiserror v1.0.69
5242026-05-09T15:45:21.909Z Compiling typeid v1.0.3
5252026-05-09T15:45:21.920Z Compiling target-spec v3.6.0
5262026-05-09T15:45:22.010Z Compiling tower-service v0.3.3
5272026-05-09T15:45:22.223Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5282026-05-09T15:45:22.239Z Compiling want v0.3.1
5292026-05-09T15:45:22.323Z Compiling tempfile v3.27.0
5302026-05-09T15:45:22.412Z Compiling tokio-util v0.7.18
5312026-05-09T15:45:22.581Z Compiling cfg-expr v0.20.7
5322026-05-09T15:45:23.082Z Compiling h2 v0.4.14
5332026-05-09T15:45:23.209Z Compiling backtrace v0.3.76
5342026-05-09T15:45:23.301Z Compiling url v2.5.8
5352026-05-09T15:45:23.985Z Compiling thiserror-impl v1.0.69
5362026-05-09T15:45:23.996Z Compiling terminal_size v0.4.4
5372026-05-09T15:45:24.145Z Compiling aho-corasick v1.1.4
5382026-05-09T15:45:24.332Z Compiling regex-syntax v0.8.10
5392026-05-09T15:45:25.116Z Compiling rustls-webpki v0.103.13
5402026-05-09T15:45:25.751Z Compiling winnow v0.7.15
5412026-05-09T15:45:27.638Z Compiling erased-serde v0.4.10
5422026-05-09T15:45:27.653Z Compiling subtle v2.6.1
5432026-05-09T15:45:27.814Z Compiling typenum v1.20.0
5442026-05-09T15:45:27.923Z Compiling regex-automata v0.4.14
5452026-05-09T15:45:27.977Z Compiling hyper v1.9.0
5462026-05-09T15:45:29.548Z Compiling toml_datetime v0.6.11
5472026-05-09T15:45:29.936Z Compiling serde_spanned v0.6.9
5482026-05-09T15:45:30.095Z Compiling ahash v0.8.12
5492026-05-09T15:45:30.354Z Compiling sync_wrapper v1.0.2
5502026-05-09T15:45:30.468Z Compiling base64 v0.22.1
5512026-05-09T15:45:30.953Z Compiling portable-atomic v1.13.1
5522026-05-09T15:45:31.279Z Compiling lazy_static v1.5.0
5532026-05-09T15:45:31.384Z Compiling crc32fast v1.5.0
5542026-05-09T15:45:31.407Z Compiling unicode-segmentation v1.13.2
5552026-05-09T15:45:31.560Z Compiling nextest-workspace-hack v0.1.0
5562026-05-09T15:45:31.600Z Compiling foldhash v0.1.5
5572026-05-09T15:45:31.683Z Compiling ipnet v2.12.0
5582026-05-09T15:45:31.785Z Compiling tower-layer v0.3.3
5592026-05-09T15:45:31.797Z Compiling is_ci v1.2.0
5602026-05-09T15:45:31.810Z Compiling unicode-linebreak v0.1.5
5612026-05-09T15:45:31.960Z Compiling either v1.15.0
5622026-05-09T15:45:31.983Z Compiling parking_lot_core v0.9.12
5632026-05-09T15:45:32.071Z Compiling toml_write v0.1.2
5642026-05-09T15:45:32.177Z Compiling textwrap v0.16.2
5652026-05-09T15:45:32.278Z Compiling toml_edit v0.22.27
5662026-05-09T15:45:32.310Z Compiling hyper-util v0.1.20
5672026-05-09T15:45:32.575Z Compiling tower v0.5.3
5682026-05-09T15:45:32.868Z Compiling supports-color v3.0.2
5692026-05-09T15:45:33.109Z Compiling convert_case v0.10.0
5702026-05-09T15:45:33.148Z Compiling hashbrown v0.15.5
5712026-05-09T15:45:33.446Z Compiling sharded-slab v0.1.7
5722026-05-09T15:45:33.592Z Compiling tokio-rustls v0.26.4
5732026-05-09T15:45:33.873Z Compiling backtrace-ext v0.2.1
5742026-05-09T15:45:34.035Z Compiling ordered-float v2.10.1
5752026-05-09T15:45:34.127Z Compiling webpki-roots v1.0.7
5762026-05-09T15:45:34.243Z Compiling miette-derive v7.6.0
5772026-05-09T15:45:34.306Z Compiling pathdiff v0.2.3
5782026-05-09T15:45:34.383Z Compiling console v0.15.11
5792026-05-09T15:45:34.431Z Compiling tracing-log v0.2.0
5802026-05-09T15:45:34.783Z Compiling cargo-platform v0.3.3
5812026-05-09T15:45:34.904Z Compiling os_pipe v1.2.3
5822026-05-09T15:45:35.070Z Compiling thread_local v1.1.9
5832026-05-09T15:45:35.337Z Compiling supports-hyperlinks v3.2.0
5842026-05-09T15:45:35.340Z Compiling scopeguard v1.2.0
5852026-05-09T15:45:35.451Z Compiling supports-unicode v3.0.0
5862026-05-09T15:45:35.547Z Compiling fixedbitset v0.5.7
5872026-05-09T15:45:35.610Z Compiling zstd-safe v7.2.4
5882026-05-09T15:45:35.682Z Compiling utf8parse v0.2.2
5892026-05-09T15:45:35.769Z Compiling rustix v0.38.44
5902026-05-09T15:45:35.793Z Compiling pulldown-cmark v0.13.3
5912026-05-09T15:45:35.852Z Compiling debug-ignore v1.0.5
5922026-05-09T15:45:35.963Z Compiling winnow v1.0.2
5932026-05-09T15:45:36.019Z Compiling cfg_aliases v0.2.1
5942026-05-09T15:45:36.085Z Compiling ryu v1.0.23
5952026-05-09T15:45:36.098Z Compiling unicode-width v0.1.14
5962026-05-09T15:45:36.206Z Compiling nix v0.30.1
5972026-05-09T15:45:36.390Z Compiling miette v7.6.0
5982026-05-09T15:45:36.390Z Compiling serde_urlencoded v0.7.1
5992026-05-09T15:45:36.609Z Compiling petgraph v0.8.3
6002026-05-09T15:45:36.710Z Compiling anstyle-parse v1.0.0
6012026-05-09T15:45:36.922Z Compiling lock_api v0.4.14
6022026-05-09T15:45:37.154Z Compiling toml_parser v1.1.2+spec-1.1.0
6032026-05-09T15:45:37.406Z Compiling tracing-subscriber v0.3.23
6042026-05-09T15:45:38.484Z Compiling sigchld v0.2.4
6052026-05-09T15:45:38.497Z Compiling cargo_metadata v0.23.1
6062026-05-09T15:45:38.673Z Compiling serde-value v0.7.0
6072026-05-09T15:45:38.971Z Compiling hyper-rustls v0.27.9
6082026-05-09T15:45:39.422Z Compiling serde-untagged v0.1.9
6092026-05-09T15:45:39.648Z Compiling toml v0.8.23
6102026-05-09T15:45:40.674Z Compiling derive_more-impl v2.1.1
6112026-05-09T15:45:40.741Z Compiling tower-http v0.6.10
6122026-05-09T15:45:41.202Z Compiling itertools v0.14.0
6132026-05-09T15:45:41.394Z Compiling regex v1.12.3
6142026-05-09T15:45:41.480Z Compiling crypto-common v0.1.7
6152026-05-09T15:45:41.535Z Compiling block-buffer v0.10.4
6162026-05-09T15:45:41.613Z Compiling ppv-lite86 v0.2.21
6172026-05-09T15:45:41.683Z Compiling rand_core v0.9.5
6182026-05-09T15:45:41.927Z Compiling futures-executor v0.3.32
6192026-05-09T15:45:41.930Z Compiling pin-project-internal v1.1.12
6202026-05-09T15:45:42.448Z Compiling http-body-util v0.1.3
6212026-05-09T15:45:42.473Z Compiling uuid v1.23.1
6222026-05-09T15:45:42.664Z Compiling serde_spanned v1.1.1
6232026-05-09T15:45:42.715Z Compiling toml_datetime v1.1.1+spec-1.1.0
6242026-05-09T15:45:42.791Z Compiling smol_str v0.3.6
6252026-05-09T15:45:42.809Z Compiling filetime v0.2.28
6262026-05-09T15:45:42.966Z Compiling bstr v1.12.1
6272026-05-09T15:45:42.997Z Compiling vte v0.14.1
6282026-05-09T15:45:43.008Z Compiling nested v0.1.1
6292026-05-09T15:45:43.193Z Compiling unicase v2.9.0
6302026-05-09T15:45:43.204Z Compiling anstyle v1.0.14
6312026-05-09T15:45:43.316Z Compiling static_assertions v1.1.0
6322026-05-09T15:45:43.373Z Compiling iana-time-zone v0.1.65
6332026-05-09T15:45:43.390Z Compiling xattr v1.6.1
6342026-05-09T15:45:43.465Z Compiling is_terminal_polyfill v1.70.2
6352026-05-09T15:45:43.579Z Compiling tinyvec_macros v0.1.1
6362026-05-09T15:45:43.579Z Compiling color-spantrace v0.3.0
6372026-05-09T15:45:43.645Z Compiling anstyle-query v1.1.5
6382026-05-09T15:45:43.645Z Compiling colorchoice v1.0.5
6392026-05-09T15:45:43.667Z Compiling litrs v1.0.0
6402026-05-09T15:45:43.685Z Compiling unicode-xid v0.2.6
6412026-05-09T15:45:43.711Z Compiling self_update v0.42.0
6422026-05-09T15:45:43.745Z Compiling number_prefix v0.4.0
6432026-05-09T15:45:43.767Z Compiling eyre v0.6.12
6442026-05-09T15:45:43.816Z Compiling cargo-util-schemas v0.2.0
6452026-05-09T15:45:43.896Z Compiling indicatif v0.17.11
6462026-05-09T15:45:43.926Z Compiling anstream v1.0.0
6472026-05-09T15:45:43.971Z Compiling tinyvec v1.11.0
6482026-05-09T15:45:44.097Z Compiling document-features v0.2.12
6492026-05-09T15:45:44.380Z Compiling tar v0.4.45
6502026-05-09T15:45:44.413Z Compiling chrono v0.4.44
6512026-05-09T15:45:44.650Z Compiling globset v0.4.18
6522026-05-09T15:45:45.449Z Compiling guppy v0.17.25
6532026-05-09T15:45:46.189Z Compiling strip-ansi-escapes v0.2.1
6542026-05-09T15:45:46.666Z Compiling nextest-metadata v0.12.2
6552026-05-09T15:45:46.834Z Compiling pin-project v1.1.12
6562026-05-09T15:45:46.918Z Compiling toml v1.1.2+spec-1.1.0
6572026-05-09T15:45:46.934Z Compiling newtype-uuid v1.3.2
6582026-05-09T15:45:46.996Z Compiling reqwest v0.12.28
6592026-05-09T15:45:47.118Z Compiling futures v0.3.32
6602026-05-09T15:45:47.200Z Compiling rand_chacha v0.9.0
6612026-05-09T15:45:47.743Z Compiling digest v0.10.7
6622026-05-09T15:45:47.811Z Compiling derive_more v2.1.1
6632026-05-09T15:45:47.853Z Compiling parking_lot v0.12.5
6642026-05-09T15:45:47.887Z Compiling flate2 v1.1.9
6652026-05-09T15:45:47.960Z Compiling shared_child v1.1.1
6662026-05-09T15:45:48.291Z Compiling tracing-error v0.2.1
6672026-05-09T15:45:48.746Z Compiling signal-hook-mio v0.2.5
6682026-05-09T15:45:48.763Z Compiling self-replace v1.5.0
6692026-05-09T15:45:48.875Z Compiling cargo-platform v0.2.0
6702026-05-09T15:45:49.049Z Compiling quick-xml v0.37.5
6712026-05-09T15:45:49.432Z Compiling quick-xml v0.38.4
6722026-05-09T15:45:50.059Z Compiling indenter v0.3.4
6732026-05-09T15:45:50.073Z Compiling urlencoding v2.1.3
6742026-05-09T15:45:50.187Z Compiling shell-words v1.1.1
6752026-05-09T15:45:50.431Z Compiling recursion v0.5.4
6762026-05-09T15:45:50.525Z Compiling heck v0.5.0
6772026-05-09T15:45:50.562Z Compiling strsim v0.11.1
6782026-05-09T15:45:50.565Z Compiling cpufeatures v0.2.17
6792026-05-09T15:45:50.636Z Compiling humantime v2.3.0
6802026-05-09T15:45:50.720Z Compiling clap_lex v1.1.0
6812026-05-09T15:45:51.045Z Compiling clap_builder v4.6.0
6822026-05-09T15:45:51.057Z Compiling humantime-serde v1.1.1
6832026-05-09T15:45:51.076Z Compiling clap_derive v4.6.1
6842026-05-09T15:45:51.204Z Compiling sha2 v0.10.9
6852026-05-09T15:45:51.388Z Compiling nextest-filtering v0.15.0
6862026-05-09T15:45:52.830Z Compiling quick-junit v0.5.2
6872026-05-09T15:45:52.919Z Compiling atomicwrites v0.4.4
6882026-05-09T15:45:53.202Z Compiling cargo_metadata v0.20.0
6892026-05-09T15:45:55.297Z Compiling crossterm v0.29.0
6902026-05-09T15:45:55.895Z Compiling cargo-nextest v0.9.97
6912026-05-09T15:45:57.486Z Compiling duct v0.13.7
6922026-05-09T15:45:57.797Z Compiling zstd v0.13.3
6932026-05-09T15:45:58.190Z Compiling config v0.15.22
6942026-05-09T15:45:58.239Z Compiling rand v0.9.4
6952026-05-09T15:45:58.275Z Compiling async-scoped v0.9.0
6962026-05-09T15:45:58.463Z Compiling unicode-normalization v0.1.25
6972026-05-09T15:45:58.480Z Compiling target-spec-miette v0.4.6
6982026-05-09T15:45:58.891Z Compiling future-queue v0.4.0
6992026-05-09T15:45:58.987Z Compiling mukti-metadata v0.3.0
7002026-05-09T15:45:59.032Z Compiling camino-tempfile v1.4.1
7012026-05-09T15:45:59.117Z Compiling tokio-stream v0.1.18
7022026-05-09T15:45:59.158Z Compiling derive-where v1.6.1
7032026-05-09T15:45:59.174Z Compiling serde_ignored v0.1.14
7042026-05-09T15:45:59.391Z Compiling serde_path_to_error v0.1.20
7052026-05-09T15:45:59.472Z Compiling hex v0.4.3
7062026-05-09T15:45:59.580Z Compiling swrite v0.1.0
7072026-05-09T15:45:59.630Z Compiling home v0.5.12
7082026-05-09T15:45:59.682Z Compiling xxhash-rust v0.8.15
7092026-05-09T15:45:59.759Z Compiling indent_write v2.2.0
7102026-05-09T15:45:59.796Z Compiling color-eyre v0.6.5
7112026-05-09T15:45:59.846Z Compiling clap v4.6.1
7122026-05-09T15:45:59.860Z Compiling dialoguer v0.11.0
7132026-05-09T15:45:59.908Z Compiling enable-ansi-support v0.2.1
7142026-05-09T15:46:00.398Z Compiling nextest-runner v0.80.0
7152026-05-09T15:46:18.224Z Finished `release` profile [optimized] target(s) in 1m 09s
7162026-05-09T15:46:18.410Z Installing /home/build/.cargo/bin/cargo-nextest
7172026-05-09T15:46:18.413Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7182026-05-09T15:46:18.520Z+ source .github/buildomat/test-common.sh
7192026-05-09T15:46:18.522Z++ NEXTEST_VERSION=0.9.97
7202026-05-09T15:46:18.522Z++ PLATFORM=illumos
7212026-05-09T15:46:18.522Z++ banner install
7222026-05-09T15:46:18.522Z
7232026-05-09T15:46:18.522Z # # # #### ##### ## # #
7242026-05-09T15:46:18.522Z # ## # # # # # # #
7252026-05-09T15:46:18.523Z # # # # #### # # # # #
7262026-05-09T15:46:18.523Z # # # # # # ###### # #
7272026-05-09T15:46:18.523Z # # ## # # # # # # #
7282026-05-09T15:46:18.523Z # # # #### # # # ###### ######
7292026-05-09T15:46:18.523Z
7302026-05-09T15:46:18.523Z++ set +o errexit
7312026-05-09T15:46:18.525Z++ pkg info clang-15
7322026-05-09T15:46:18.525Z++ grep -qi installed
7332026-05-09T15:46:19.701Zpkg: info: no packages matching the following patterns you specified are
7342026-05-09T15:46:19.701Zinstalled on the system. Try querying remotely instead:
7352026-05-09T15:46:19.701Z
7362026-05-09T15:46:19.701Z clang-15
7372026-05-09T15:46:19.738Z++ [[ 1 != 0 ]]
7382026-05-09T15:46:19.738Z++ set -o errexit
7392026-05-09T15:46:19.741Z++ pfexec pkg install clang-15
7402026-05-09T15:46:26.622Z Startup: Refreshing catalog 'helios-dev' ... Done
7412026-05-09T15:46:34.274Z Startup: Caching catalogs ... Done
7422026-05-09T15:46:41.460ZPlanning: Solver setup ... Done
7432026-05-09T15:46:41.502ZPlanning: Running solver ... Done
7442026-05-09T15:46:41.648ZPlanning: Finding local manifests ... Done
7452026-05-09T15:46:41.658ZPlanning: Fetching manifests: 0/2 0% complete
7462026-05-09T15:46:41.744ZPlanning: Fetching manifests: 2/2 100% complete
7472026-05-09T15:46:41.773ZPlanning: Package planning ... Done
7482026-05-09T15:46:41.799ZPlanning: Merging actions ... Done
7492026-05-09T15:46:41.905ZPlanning: Checking for conflicting actions ... Done
7502026-05-09T15:46:41.912ZPlanning: Consolidating action changes ... Done
7512026-05-09T15:46:42.686ZPlanning: Evaluating mediators ... Done
7522026-05-09T15:46:42.691ZPlanning: Planning completed in 8.25 seconds
7532026-05-09T15:46:42.703Z Packages to install: 2
7542026-05-09T15:46:42.703Z Mediators to change: 2
7552026-05-09T15:46:42.705Z Services to change: 1
7562026-05-09T15:46:42.705Z Create boot environment: No
7572026-05-09T15:46:42.705ZCreate backup boot environment: No
7582026-05-09T15:46:42.744Z
7592026-05-09T15:46:42.744ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7602026-05-09T15:46:47.745ZDownload: 3034/3076 items 201.2/211.3MB 95% complete (40.4M/s)
7612026-05-09T15:46:48.347ZDownload: Completed 211.31 MB in 5.60 seconds (37.7M/s)
7622026-05-09T15:46:48.584Z Actions: 1/3418 actions (Installing new actions)
7632026-05-09T15:46:51.728Z Actions: Completed 3418 actions in 3.14 seconds.
7642026-05-09T15:46:52.378Z Done
7652026-05-09T15:46:52.378Z Done
7662026-05-09T15:46:53.120Z Done
7672026-05-09T15:46:56.508Z Done
7682026-05-09T15:46:56.580Z Done
7692026-05-09T15:46:56.584Z Done
7702026-05-09T15:46:56.877Z Done
7712026-05-09T15:46:57.558Z++ set -o errexit
7722026-05-09T15:46:57.558Z++ cargo --version
7732026-05-09T15:46:57.567Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7742026-05-09T15:46:57.569Z++ rustc --version
7752026-05-09T15:46:57.632Zrustc 1.95.0 (59807616e 2026-04-14)
7762026-05-09T15:46:57.638Z++ cargo install cargo-nextest --version 0.9.97
7772026-05-09T15:46:57.693Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7782026-05-09T15:46:57.696Z+ pushd mgadm
7792026-05-09T15:46:57.696Z+ cargo nextest run
7802026-05-09T15:46:57.696Z/work/oxidecomputer/maghemite/mgadm /work/oxidecomputer/maghemite
7812026-05-09T15:46:57.876Z Updating git repository `https://github.com/oxidecomputer/falcon`
7822026-05-09T15:46:58.541ZFrom https://github.com/oxidecomputer/falcon
7832026-05-09T15:46:58.541Z * [new ref] d9ae0618bac92b01623d0c3119d831d2ea8cefa2 -> refs/commit/d9ae0618bac92b01623d0c3119d831d2ea8cefa2
7842026-05-09T15:46:58.617Z Updating crates.io index
7852026-05-09T15:46:58.649Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7862026-05-09T15:46:59.385ZFrom https://github.com/oxidecomputer/dendrite
7872026-05-09T15:46:59.385Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7882026-05-09T15:46:59.416Z Updating git repository `https://github.com/oxidecomputer/ispf`
7892026-05-09T15:46:59.685ZFrom https://github.com/oxidecomputer/ispf
7902026-05-09T15:46:59.685Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7912026-05-09T15:46:59.735Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7922026-05-09T15:47:00.074ZFrom https://github.com/oxidecomputer/netadm-sys
7932026-05-09T15:47:00.074Z * [new ref] 180422c1e609a968c93512e0eea1e74bd16414e8 -> refs/commit/180422c1e609a968c93512e0eea1e74bd16414e8
7942026-05-09T15:47:00.081Z Updating git repository `https://github.com/oxidecomputer/omicron`
7952026-05-09T15:47:06.669ZFrom https://github.com/oxidecomputer/omicron
7962026-05-09T15:47:06.669Z * [new ref] fa779b29af7a8656657ccca6ec531446188d916c -> refs/commit/fa779b29af7a8656657ccca6ec531446188d916c
7972026-05-09T15:47:07.083Z Updating git repository `https://github.com/oxidecomputer/opte`
7982026-05-09T15:47:07.671ZFrom https://github.com/oxidecomputer/opte
7992026-05-09T15:47:07.671Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
8002026-05-09T15:47:07.822Z Updating git repository `https://github.com/illumos/smf-rs`
8012026-05-09T15:47:08.072ZFrom https://github.com/illumos/smf-rs
8022026-05-09T15:47:08.072Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8032026-05-09T15:47:08.081Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8042026-05-09T15:47:08.329ZFrom https://github.com/oxidecomputer/network-interface
8052026-05-09T15:47:08.330Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8062026-05-09T15:47:08.469Z Updating git repository `https://github.com/oxidecomputer/zone`
8072026-05-09T15:47:08.702ZFrom https://github.com/oxidecomputer/zone
8082026-05-09T15:47:08.703Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8092026-05-09T15:47:08.735Z Updating git repository `https://github.com/oxidecomputer/propolis`
8102026-05-09T15:47:09.425ZFrom https://github.com/oxidecomputer/propolis
8112026-05-09T15:47:09.425Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8122026-05-09T15:47:09.473Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8132026-05-09T15:47:09.954ZFrom https://github.com/oxidecomputer/transceiver-control
8142026-05-09T15:47:09.954Z * [new ref] 479813cf6f094d3edd9d5c6383797d51fce6d8d6 -> refs/commit/479813cf6f094d3edd9d5c6383797d51fce6d8d6
8152026-05-09T15:47:10.031Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8162026-05-09T15:47:10.290ZFrom https://github.com/oxidecomputer/dlpi-sys
8172026-05-09T15:47:10.290Z * [new ref] 0805292e45f48300a51c635d79ea10f332f85d0d -> refs/commit/0805292e45f48300a51c635d79ea10f332f85d0d
8182026-05-09T15:47:10.296Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8192026-05-09T15:47:10.579ZFrom https://github.com/jmesmon/rust-libzfs
8202026-05-09T15:47:10.580Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8212026-05-09T15:47:10.587Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8222026-05-09T15:47:10.825ZFrom https://github.com/oxidecomputer/rusty-doors
8232026-05-09T15:47:10.825Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8242026-05-09T15:47:10.831Z Updating git repository `https://github.com/oxidecomputer/lldp`
8252026-05-09T15:47:11.198ZFrom https://github.com/oxidecomputer/lldp
8262026-05-09T15:47:11.198Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8272026-05-09T15:47:11.239Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8282026-05-09T15:47:11.530ZFrom https://github.com/oxidecomputer/slog-error-chain
8292026-05-09T15:47:11.530Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8302026-05-09T15:47:11.610Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8312026-05-09T15:47:11.918ZFrom https://github.com/oxidecomputer/tufaceous
8322026-05-09T15:47:11.918Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8332026-05-09T15:47:11.948Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8342026-05-09T15:47:12.393ZFrom https://github.com/oxidecomputer/management-gateway-service
8352026-05-09T15:47:12.393Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8362026-05-09T15:47:12.489Z Updating git repository `https://github.com/oxidecomputer/crucible`
8372026-05-09T15:47:13.283ZFrom https://github.com/oxidecomputer/crucible
8382026-05-09T15:47:13.283Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8392026-05-09T15:47:13.453Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8402026-05-09T15:47:13.716ZFrom https://github.com/oxidecomputer/serde_human_bytes
8412026-05-09T15:47:13.716Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8422026-05-09T15:47:13.947Z Updating git repository `https://github.com/oxidecomputer/propolis`
8432026-05-09T15:47:14.271ZFrom https://github.com/oxidecomputer/propolis
8442026-05-09T15:47:14.271Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8452026-05-09T15:47:14.456Z Updating git repository `https://github.com/oxidecomputer/tofino`
8462026-05-09T15:47:14.766ZFrom https://github.com/oxidecomputer/tofino
8472026-05-09T15:47:14.766Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8482026-05-09T15:47:14.777Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8492026-05-09T15:47:15.369ZFrom https://github.com/oxidecomputer/maghemite
8502026-05-09T15:47:15.369Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8512026-05-09T15:47:15.440Z Updating git repository `https://github.com/oxidecomputer/clickward`
8522026-05-09T15:47:15.689ZFrom https://github.com/oxidecomputer/clickward
8532026-05-09T15:47:15.689Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8542026-05-09T15:47:15.823Z Updating git repository `https://github.com/oxidecomputer/crucible`
8552026-05-09T15:47:16.178ZFrom https://github.com/oxidecomputer/crucible
8562026-05-09T15:47:16.178Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8572026-05-09T15:47:16.220Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8582026-05-09T15:47:16.486ZFrom https://github.com/oxidecomputer/illumos-devinfo
8592026-05-09T15:47:16.486Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8602026-05-09T15:47:17.499Z Downloading crates ...
8612026-05-09T15:47:17.600Z Downloaded chacha20 v0.10.0
8622026-05-09T15:47:17.603Z Downloaded ciborium-io v0.2.2
8632026-05-09T15:47:17.606Z Downloaded byteorder v1.5.0
8642026-05-09T15:47:17.608Z Downloaded byte-wrapper v0.1.0
8652026-05-09T15:47:17.611Z Downloaded blake2 v0.10.6
8662026-05-09T15:47:17.613Z Downloaded ciborium v0.2.2
8672026-05-09T15:47:17.616Z Downloaded bitflags v1.3.2
8682026-05-09T15:47:17.618Z Downloaded git-stub v1.0.0
8692026-05-09T15:47:17.621Z Downloaded crossbeam-utils v0.8.21
8702026-05-09T15:47:17.623Z Downloaded float-ord v0.3.2
8712026-05-09T15:47:17.626Z Downloaded ff v0.13.1
8722026-05-09T15:47:17.626Z Downloaded git-stub-vcs v0.1.0
8732026-05-09T15:47:17.628Z Downloaded cipher v0.4.4
8742026-05-09T15:47:17.631Z Downloaded foldhash v0.2.0
8752026-05-09T15:47:17.631Z Downloaded cargo_toml v0.22.3
8762026-05-09T15:47:17.634Z Downloaded async-trait v0.1.89
8772026-05-09T15:47:17.636Z Downloaded bit-vec v0.8.0
8782026-05-09T15:47:17.639Z Downloaded darling v0.21.3
8792026-05-09T15:47:17.641Z Downloaded crunchy v0.2.4
8802026-05-09T15:47:17.644Z Downloaded async-recursion v1.1.1
8812026-05-09T15:47:17.646Z Downloaded minimal-lexical v0.2.1
8822026-05-09T15:47:17.649Z Downloaded konst v0.2.20
8832026-05-09T15:47:17.653Z Downloaded nom v8.0.0
8842026-05-09T15:47:17.657Z Downloaded csv-core v0.1.13
8852026-05-09T15:47:17.660Z Downloaded goblin v0.10.5
8862026-05-09T15:47:17.665Z Downloaded parking_lot v0.11.2
8872026-05-09T15:47:17.667Z Downloaded num-derive v0.4.2
8882026-05-09T15:47:17.670Z Downloaded mime v0.3.17
8892026-05-09T15:47:17.672Z Downloaded hubpack v0.1.2
8902026-05-09T15:47:17.675Z Downloaded cancel-safe-futures v0.1.5
8912026-05-09T15:47:17.677Z Downloaded compression-codecs v0.4.38
8922026-05-09T15:47:17.680Z Downloaded linked-hash-map v0.5.6
8932026-05-09T15:47:17.682Z Downloaded hubpack_derive v0.1.1
8942026-05-09T15:47:17.682Z Downloaded fixedbitset v0.4.2
8952026-05-09T15:47:17.684Z Downloaded const-random v0.1.18
8962026-05-09T15:47:17.684Z Downloaded hostname v0.4.2
8972026-05-09T15:47:17.687Z Downloaded inout v0.1.4
8982026-05-09T15:47:17.692Z Downloaded ident_case v1.0.1
8992026-05-09T15:47:17.692Z Downloaded darling_macro v0.23.0
9002026-05-09T15:47:17.692Z Downloaded crucible-workspace-hack v0.1.0
9012026-05-09T15:47:17.694Z Downloaded internet-checksum v0.2.1
9022026-05-09T15:47:17.694Z Downloaded match_cfg v0.1.0
9032026-05-09T15:47:17.694Z Downloaded gethostname v0.5.0
9042026-05-09T15:47:17.697Z Downloaded dtrace-parser v0.2.0
9052026-05-09T15:47:17.697Z Downloaded convert_case v0.4.0
9062026-05-09T15:47:17.697Z Downloaded async-stream-impl v0.3.6
9072026-05-09T15:47:17.700Z Downloaded natord v1.0.9
9082026-05-09T15:47:17.702Z Downloaded macaddr v1.0.1
9092026-05-09T15:47:17.702Z Downloaded enum-as-inner v0.6.1
9102026-05-09T15:47:17.705Z Downloaded dtrace-parser v0.3.0
9112026-05-09T15:47:17.705Z Downloaded memmap v0.7.0
9122026-05-09T15:47:17.707Z Downloaded num v0.4.3
9132026-05-09T15:47:17.707Z Downloaded dyn-clone v1.0.20
9142026-05-09T15:47:17.710Z Downloaded dropshot-api-manager-types v0.7.1
9152026-05-09T15:47:17.710Z Downloaded foreign-types-macros v0.2.3
9162026-05-09T15:47:17.712Z Downloaded is-terminal v0.4.17
9172026-05-09T15:47:17.712Z Downloaded omicron-workspace-hack v0.1.0
9182026-05-09T15:47:17.715Z Downloaded embedded-io v0.4.0
9192026-05-09T15:47:17.715Z Downloaded defmt-macros v1.0.1
9202026-05-09T15:47:17.717Z Downloaded opaque-debug v0.3.1
9212026-05-09T15:47:17.720Z Downloaded cmake v0.1.58
9222026-05-09T15:47:17.720Z Downloaded num_threads v0.1.7
9232026-05-09T15:47:17.722Z Downloaded newtype-uuid-macros v0.1.0
9242026-05-09T15:47:17.722Z Downloaded fxhash v0.2.1
9252026-05-09T15:47:17.725Z Downloaded deranged v0.5.8
9262026-05-09T15:47:17.727Z Downloaded critical-section v1.2.0
9272026-05-09T15:47:17.728Z Downloaded libscf-sys v1.2.0
9282026-05-09T15:47:17.730Z Downloaded idna_adapter v1.2.2
9292026-05-09T15:47:17.730Z Downloaded foreign-types-shared v0.3.1
9302026-05-09T15:47:17.730Z Downloaded backoff v0.4.0
9312026-05-09T15:47:17.732Z Downloaded managed v0.8.0
9322026-05-09T15:47:17.735Z Downloaded parse-display v0.10.0
9332026-05-09T15:47:17.735Z Downloaded keccak v0.1.6
9342026-05-09T15:47:17.737Z Downloaded no-std-compat v0.4.1
9352026-05-09T15:47:17.737Z Downloaded lru-cache v0.1.2
9362026-05-09T15:47:17.740Z Downloaded hostname v0.3.1
9372026-05-09T15:47:17.742Z Downloaded powerfmt v0.2.0
9382026-05-09T15:47:17.742Z Downloaded potential_utf v0.1.5
9392026-05-09T15:47:17.746Z Downloaded phf_shared v0.12.1
9402026-05-09T15:47:17.746Z Downloaded num-iter v0.1.45
9412026-05-09T15:47:17.748Z Downloaded proc-macro-error-attr2 v2.0.0
9422026-05-09T15:47:17.748Z Downloaded derive-ex v0.1.8
9432026-05-09T15:47:17.748Z Downloaded defmt v1.0.1
9442026-05-09T15:47:17.751Z Downloaded num_enum_derive v0.5.11
9452026-05-09T15:47:17.753Z Downloaded group v0.13.0
9462026-05-09T15:47:17.753Z Downloaded newtype_derive v0.1.6
9472026-05-09T15:47:17.756Z Downloaded libsw-core v0.3.2
9482026-05-09T15:47:17.756Z Downloaded num-complex v0.4.6
9492026-05-09T15:47:17.758Z Downloaded linear-map v1.2.0
9502026-05-09T15:47:17.761Z Downloaded num-integer v0.1.46
9512026-05-09T15:47:17.761Z Downloaded progenitor-client v0.11.2
9522026-05-09T15:47:17.764Z Downloaded proc-macro-crate v3.5.0
9532026-05-09T15:47:17.764Z Downloaded pretty-hex v0.4.2
9542026-05-09T15:47:17.766Z Downloaded filetime v0.2.27
9552026-05-09T15:47:17.766Z Downloaded progenitor-client v0.14.0
9562026-05-09T15:47:17.768Z Downloaded proc-macro-crate v1.3.1
9572026-05-09T15:47:17.769Z Downloaded olpc-cjson v0.1.4
9582026-05-09T15:47:17.771Z Downloaded litemap v0.8.2
9592026-05-09T15:47:17.771Z Downloaded data-encoding v2.11.0
9602026-05-09T15:47:17.773Z Downloaded progenitor-client v0.10.0
9612026-05-09T15:47:17.774Z Downloaded oxide-tokio-rt v0.1.5
9622026-05-09T15:47:17.776Z Downloaded num_enum_derive v0.7.6
9632026-05-09T15:47:17.778Z Downloaded progenitor-macro v0.14.0
9642026-05-09T15:47:17.778Z Downloaded progenitor-macro v0.13.0
9652026-05-09T15:47:17.779Z Downloaded rand_xorshift v0.4.0
9662026-05-09T15:47:17.781Z Downloaded password-hash v0.5.0
9672026-05-09T15:47:17.781Z Downloaded parse-display-derive v0.10.0
9682026-05-09T15:47:17.784Z Downloaded chacha20poly1305 v0.10.1
9692026-05-09T15:47:17.784Z Downloaded ref-cast-impl v1.0.25
9702026-05-09T15:47:17.787Z Downloaded quick-error v1.2.3
9712026-05-09T15:47:17.788Z Downloaded rand_chacha v0.3.1
9722026-05-09T15:47:17.790Z Downloaded paste v1.0.15
9732026-05-09T15:47:17.790Z Downloaded memoffset v0.9.1
9742026-05-09T15:47:17.793Z Downloaded fs_extra v1.3.0
9752026-05-09T15:47:17.793Z Downloaded plain v0.2.3
9762026-05-09T15:47:17.795Z Downloaded phf v0.12.1
9772026-05-09T15:47:17.795Z Downloaded ref-cast v1.0.25
9782026-05-09T15:47:17.798Z Downloaded num_enum v0.7.6
9792026-05-09T15:47:17.800Z Downloaded num_enum v0.5.11
9802026-05-09T15:47:17.803Z Downloaded same-file v1.0.6
9812026-05-09T15:47:17.806Z Downloaded rustc_version v0.1.7
9822026-05-09T15:47:17.806Z Downloaded libsw v3.5.0
9832026-05-09T15:47:17.808Z Downloaded daft-derive v0.1.5
9842026-05-09T15:47:17.811Z Downloaded proc-macro-error v1.0.4
9852026-05-09T15:47:17.813Z Downloaded poly1305 v0.8.0
9862026-05-09T15:47:17.815Z Downloaded console v0.16.3
9872026-05-09T15:47:17.818Z Downloaded colored v3.1.1
9882026-05-09T15:47:17.818Z Downloaded diff v0.1.13
9892026-05-09T15:47:17.820Z Downloaded drift v0.1.4
9902026-05-09T15:47:17.826Z Downloaded serde_repr v0.1.20
9912026-05-09T15:47:17.829Z Downloaded serde-big-array v0.5.1
9922026-05-09T15:47:17.831Z Downloaded semver v0.1.20
9932026-05-09T15:47:17.832Z Downloaded progenitor-macro v0.10.0
9942026-05-09T15:47:17.832Z Downloaded backon v1.6.0
9952026-05-09T15:47:17.834Z Downloaded siphasher v1.0.3
9962026-05-09T15:47:17.836Z Downloaded rand_core v0.10.1
9972026-05-09T15:47:17.836Z Downloaded progenitor v0.14.0
9982026-05-09T15:47:17.839Z Downloaded sha1 v0.10.6
9992026-05-09T15:47:17.839Z Downloaded serial_test_derive v3.4.0
10002026-05-09T15:47:17.841Z Downloaded crossbeam-channel v0.5.15
10012026-05-09T15:47:17.845Z Downloaded serial_test v3.4.0
10022026-05-09T15:47:17.845Z Downloaded spin v0.5.2
10032026-05-09T15:47:17.847Z Downloaded allocator-api2 v0.2.21
10042026-05-09T15:47:17.847Z Downloaded smawk v0.3.2
10052026-05-09T15:47:17.847Z Downloaded slog-envlogger v2.2.0
10062026-05-09T15:47:17.850Z Downloaded progenitor-client v0.13.0
10072026-05-09T15:47:17.850Z Downloaded structmeta v0.3.0
10082026-05-09T15:47:17.852Z Downloaded parking_lot_core v0.8.6
10092026-05-09T15:47:17.852Z Downloaded strum v0.26.3
10102026-05-09T15:47:17.855Z Downloaded ingot-macros v0.1.1
10112026-05-09T15:47:17.855Z Downloaded progenitor-extras v0.2.0
10122026-05-09T15:47:17.857Z Downloaded resolv-conf v0.7.6
10132026-05-09T15:47:17.857Z Downloaded pest_derive v2.8.6
10142026-05-09T15:47:17.860Z Downloaded memmap2 v0.9.10
10152026-05-09T15:47:17.860Z Downloaded progenitor v0.11.2
10162026-05-09T15:47:17.862Z Downloaded pem v3.0.6
10172026-05-09T15:47:17.862Z Downloaded rustls-pemfile v2.2.0
10182026-05-09T15:47:17.865Z Downloaded strum v0.27.2
10192026-05-09T15:47:17.865Z Downloaded stable_deref_trait v1.2.1
10202026-05-09T15:47:17.867Z Downloaded scroll v0.12.0
10212026-05-09T15:47:17.867Z Downloaded tabled_derive v0.7.0
10222026-05-09T15:47:17.867Z Downloaded schemars_derive v0.8.22
10232026-05-09T15:47:17.870Z Downloaded rusty-fork v0.3.1
10242026-05-09T15:47:17.870Z Downloaded rustls-native-certs v0.8.3
10252026-05-09T15:47:17.872Z Downloaded termtree v0.5.1
10262026-05-09T15:47:17.873Z Downloaded take_mut v0.2.2
10272026-05-09T15:47:17.873Z Downloaded thread-id v5.1.0
10282026-05-09T15:47:17.875Z Downloaded tagptr v0.2.0
10292026-05-09T15:47:17.875Z Downloaded tabled_derive v0.11.0
10302026-05-09T15:47:17.875Z Downloaded thread-id v4.2.2
10312026-05-09T15:47:17.878Z Downloaded scroll v0.13.0
10322026-05-09T15:47:17.878Z Downloaded postcard v1.1.3
10332026-05-09T15:47:17.880Z Downloaded cookie v0.18.1
10342026-05-09T15:47:17.883Z Downloaded derive_more v0.99.20
10352026-05-09T15:47:17.885Z Downloaded anyhow v1.0.102
10362026-05-09T15:47:17.888Z Downloaded sdd v3.0.10
10372026-05-09T15:47:17.892Z Downloaded serde_derive_internals v0.29.1
10382026-05-09T15:47:17.892Z Downloaded time-core v0.1.8
10392026-05-09T15:47:17.892Z Downloaded darling_core v0.23.0
10402026-05-09T15:47:17.894Z Downloaded testing_table v0.3.0
10412026-05-09T15:47:17.894Z Downloaded thiserror-impl-no-std v2.0.2
10422026-05-09T15:47:17.897Z Downloaded sigpipe v0.1.3
10432026-05-09T15:47:17.897Z Downloaded progenitor v0.10.0
10442026-05-09T15:47:17.897Z Downloaded indicatif v0.18.4
10452026-05-09T15:47:17.899Z Downloaded serde_tokenstream v0.2.3
10462026-05-09T15:47:17.902Z Downloaded half v2.7.1
10472026-05-09T15:47:17.904Z Downloaded slog-json v2.6.1
10482026-05-09T15:47:17.904Z Downloaded slog-dtrace v0.3.0
10492026-05-09T15:47:17.907Z Downloaded slog-bunyan v2.5.0
10502026-05-09T15:47:17.907Z Downloaded papergrid v0.11.0
10512026-05-09T15:47:17.910Z Downloaded universal-hash v0.5.1
10522026-05-09T15:47:17.910Z Downloaded unit-prefix v0.5.2
10532026-05-09T15:47:17.913Z Downloaded unarray v0.1.4
10542026-05-09T15:47:17.913Z Downloaded topological-sort v0.2.2
10552026-05-09T15:47:17.913Z Downloaded typify-macro v0.4.3
10562026-05-09T15:47:17.913Z Downloaded pest_generator v2.8.6
10572026-05-09T15:47:17.916Z Downloaded omicron-zone-package v0.12.2
10582026-05-09T15:47:17.916Z Downloaded smartstring v1.0.1
10592026-05-09T15:47:17.918Z Downloaded slog-stdlog v4.1.1
10602026-05-09T15:47:17.918Z Downloaded icu_provider v2.2.0
10612026-05-09T15:47:17.921Z Downloaded typify-macro v0.6.2
10622026-05-09T15:47:17.921Z Downloaded rustversion v1.0.22
10632026-05-09T15:47:17.923Z Downloaded usdt v0.6.0
10642026-05-09T15:47:17.923Z Downloaded indexmap v1.9.3
10652026-05-09T15:47:17.926Z Downloaded usdt-macro v0.6.0
10662026-05-09T15:47:17.926Z Downloaded usdt-attr-macro v0.6.0
10672026-05-09T15:47:17.928Z Downloaded usdt v0.5.0
10682026-05-09T15:47:17.928Z Downloaded papergrid v0.17.0
10692026-05-09T15:47:17.931Z Downloaded rhai_codegen v3.1.0
10702026-05-09T15:47:17.934Z Downloaded zerofrom-derive v0.1.7
10712026-05-09T15:47:17.937Z Downloaded strum_macros v0.26.4
10722026-05-09T15:47:17.937Z Downloaded elliptic-curve v0.13.8
10732026-05-09T15:47:17.940Z Downloaded snafu-derive v0.8.9
10742026-05-09T15:47:17.942Z Downloaded usdt-macro v0.5.0
10752026-05-09T15:47:17.942Z Downloaded dropshot_endpoint v0.17.0
10762026-05-09T15:47:17.944Z Downloaded zerofrom v0.1.7
10772026-05-09T15:47:17.944Z Downloaded yoke-derive v0.8.2
10782026-05-09T15:47:17.947Z Downloaded waitgroup v0.1.2
10792026-05-09T15:47:17.947Z Downloaded wait-timeout v0.2.1
10802026-05-09T15:47:17.947Z Downloaded tinystr v0.8.3
10812026-05-09T15:47:17.949Z Downloaded tokio-dtrace v0.1.1
10822026-05-09T15:47:17.949Z Downloaded progenitor-impl v0.10.0
10832026-05-09T15:47:17.952Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10842026-05-09T15:47:17.952Z Downloaded heapless v0.8.0
10852026-05-09T15:47:17.955Z Downloaded zone v0.3.1
10862026-05-09T15:47:17.955Z Downloaded tokio-rustls v0.25.0
10872026-05-09T15:47:17.957Z Downloaded synstructure v0.13.2
10882026-05-09T15:47:17.957Z Downloaded untrusted v0.7.1
10892026-05-09T15:47:17.957Z Downloaded icu_properties v2.2.0
10902026-05-09T15:47:17.960Z Downloaded icu_locale_core v2.2.0
10912026-05-09T15:47:17.963Z Downloaded pest_meta v2.8.6
10922026-05-09T15:47:17.965Z Downloaded hickory-resolver v0.24.4
10932026-05-09T15:47:17.968Z Downloaded pretty_assertions v1.4.1
10942026-05-09T15:47:17.970Z Downloaded usdt-attr-macro v0.5.0
10952026-05-09T15:47:17.970Z Downloaded thiserror-no-std v2.0.2
10962026-05-09T15:47:17.973Z Downloaded zone_cfg_derive v0.3.1
10972026-05-09T15:47:17.973Z Downloaded xz2 v0.1.7
10982026-05-09T15:47:17.976Z Downloaded utf-8 v0.7.6
10992026-05-09T15:47:17.976Z Downloaded writeable v0.6.3
11002026-05-09T15:47:17.978Z Downloaded term v1.2.1
11012026-05-09T15:47:17.978Z Downloaded tokio-tungstenite v0.21.0
11022026-05-09T15:47:17.981Z Downloaded slog-async v2.8.0
11032026-05-09T15:47:17.981Z Downloaded crypto-bigint v0.5.5
11042026-05-09T15:47:17.983Z Downloaded zeroize_derive v1.4.3
11052026-05-09T15:47:17.986Z Downloaded dropshot-api-manager v0.7.1
11062026-05-09T15:47:17.988Z Downloaded base64 v0.21.7
11072026-05-09T15:47:17.988Z Downloaded zerovec-derive v0.11.3
11082026-05-09T15:47:17.991Z Downloaded progenitor-impl v0.11.2
11092026-05-09T15:47:17.993Z Downloaded arc-swap v1.9.1
11102026-05-09T15:47:17.993Z Downloaded similar v2.7.0
11112026-05-09T15:47:17.996Z Downloaded ucd-trie v0.1.7
11122026-05-09T15:47:17.999Z Downloaded serde_with_macros v3.19.0
11132026-05-09T15:47:17.999Z Downloaded prettyplease v0.2.37
11142026-05-09T15:47:18.003Z Downloaded whoami v1.6.1
11152026-05-09T15:47:18.006Z Downloaded schemars v0.8.22
11162026-05-09T15:47:18.009Z Downloaded zerocopy-derive v0.7.35
11172026-05-09T15:47:18.011Z Downloaded usdt-impl v0.6.0
11182026-05-09T15:47:18.014Z Downloaded rustls-platform-verifier v0.7.0
11192026-05-09T15:47:18.017Z Downloaded usdt-impl v0.5.0
11202026-05-09T15:47:18.017Z Downloaded vsss-rs v3.3.4
11212026-05-09T15:47:18.019Z Downloaded typify v0.4.3
11222026-05-09T15:47:18.021Z Downloaded spin v0.9.8
11232026-05-09T15:47:18.021Z Downloaded rand v0.8.6
11242026-05-09T15:47:18.024Z Downloaded icu_normalizer v2.2.0
11252026-05-09T15:47:18.026Z Downloaded test-strategy v0.4.5
11262026-05-09T15:47:18.029Z Downloaded thin-vec v0.2.18
11272026-05-09T15:47:18.029Z Downloaded unsafe-libyaml v0.2.11
11282026-05-09T15:47:18.032Z Downloaded strum_macros v0.27.2
11292026-05-09T15:47:18.034Z Downloaded slog-term v2.9.2
11302026-05-09T15:47:18.034Z Downloaded schemars v0.9.0
11312026-05-09T15:47:18.041Z Downloaded slog v2.8.2
11322026-05-09T15:47:18.044Z Downloaded async-compression v0.4.42
11332026-05-09T15:47:18.047Z Downloaded toml v0.9.12+spec-1.1.0
11342026-05-09T15:47:18.050Z Downloaded serde_yaml v0.9.34+deprecated
11352026-05-09T15:47:18.052Z Downloaded rayon-core v1.13.0
11362026-05-09T15:47:18.055Z Downloaded hickory-resolver v0.25.2
11372026-05-09T15:47:18.057Z Downloaded rand v0.10.1
11382026-05-09T15:47:18.060Z Downloaded icu_collections v2.2.0
11392026-05-09T15:47:18.062Z Downloaded toml_edit v0.19.15
11402026-05-09T15:47:18.072Z Downloaded yoke v0.8.2
11412026-05-09T15:47:18.074Z Downloaded blake3 v1.8.5
11422026-05-09T15:47:18.078Z Downloaded walkdir v2.5.0
11432026-05-09T15:47:18.081Z Downloaded pest v2.8.6
11442026-05-09T15:47:18.083Z Downloaded toml v0.7.8
11452026-05-09T15:47:18.086Z Downloaded scc v2.4.0
11462026-05-09T15:47:18.088Z Downloaded qorb v0.4.1
11472026-05-09T15:47:18.094Z Downloaded typify v0.6.2
11482026-05-09T15:47:18.097Z Downloaded hashbrown v0.12.3
11492026-05-09T15:47:18.099Z Downloaded snafu v0.8.9
11502026-05-09T15:47:18.103Z Downloaded reqwest v0.13.3
11512026-05-09T15:47:18.106Z Downloaded tungstenite v0.21.0
11522026-05-09T15:47:18.109Z Downloaded jiff-static v0.2.24
11532026-05-09T15:47:18.111Z Downloaded schemars v1.2.1
11542026-05-09T15:47:18.119Z Downloaded nom v7.1.3
11552026-05-09T15:47:18.122Z Downloaded progenitor-impl v0.14.0
11562026-05-09T15:47:18.125Z Downloaded progenitor-impl v0.13.0
11572026-05-09T15:47:18.125Z Downloaded expectorate v1.2.0
11582026-05-09T15:47:18.127Z Downloaded tiny-keccak v2.0.2
11592026-05-09T15:47:18.127Z Downloaded time-macros v0.2.27
11602026-05-09T15:47:18.130Z Downloaded winnow v0.5.40
11612026-05-09T15:47:18.133Z Downloaded structmeta-derive v0.3.0
11622026-05-09T15:47:18.136Z Downloaded smf v0.2.3
11632026-05-09T15:47:18.136Z Downloaded yansi v1.0.1
11642026-05-09T15:47:18.138Z Downloaded slog-scope v4.4.1
11652026-05-09T15:47:18.138Z Downloaded darling_core v0.21.3
11662026-05-09T15:47:18.141Z Downloaded const_format v0.2.36
11672026-05-09T15:47:18.143Z Downloaded tabwriter v1.4.1
11682026-05-09T15:47:18.145Z Downloaded toml_edit v0.25.11+spec-1.1.0
11692026-05-09T15:47:18.148Z Downloaded iddqd v0.3.18
11702026-05-09T15:47:18.150Z Downloaded serde_plain v1.0.2
11712026-05-09T15:47:18.153Z Downloaded secrecy v0.10.3
11722026-05-09T15:47:18.153Z Downloaded scroll_derive v0.13.1
11732026-05-09T15:47:18.153Z Downloaded scroll_derive v0.12.1
11742026-05-09T15:47:18.153Z Downloaded progenitor v0.13.0
11752026-05-09T15:47:18.155Z Downloaded proc-macro-error2 v2.0.1
11762026-05-09T15:47:18.155Z Downloaded num-rational v0.4.2
11772026-05-09T15:47:18.158Z Downloaded ipnetwork v0.21.1
11782026-05-09T15:47:18.158Z Downloaded darling v0.23.0
11792026-05-09T15:47:18.160Z Downloaded aws-lc-rs v1.16.3
11802026-05-09T15:47:18.166Z Downloaded crossbeam-epoch v0.9.18
11812026-05-09T15:47:18.169Z Downloaded oxnet v0.1.5
11822026-05-09T15:47:18.171Z Downloaded zerotrie v0.2.4
11832026-05-09T15:47:18.171Z Downloaded tabled v0.20.0
11842026-05-09T15:47:18.181Z Downloaded itertools v0.12.1
11852026-05-09T15:47:18.189Z Downloaded progenitor-macro v0.11.2
11862026-05-09T15:47:18.189Z Downloaded highway v1.3.0
11872026-05-09T15:47:18.189Z Downloaded steno v0.4.1
11882026-05-09T15:47:18.193Z Downloaded hashbrown v0.16.1
11892026-05-09T15:47:18.195Z Downloaded libm v0.2.16
11902026-05-09T15:47:18.198Z Downloaded zerocopy-derive v0.8.48
11912026-05-09T15:47:18.203Z Downloaded typed-path v0.9.3
11922026-05-09T15:47:18.206Z Downloaded ingot v0.1.1
11932026-05-09T15:47:18.209Z Downloaded erased-serde v0.3.31
11942026-05-09T15:47:18.209Z Downloaded multer v3.1.0
11952026-05-09T15:47:18.212Z Downloaded displaydoc v0.2.5
11962026-05-09T15:47:18.215Z Downloaded const_format_proc_macros v0.2.34
11972026-05-09T15:47:18.215Z Downloaded icu_properties_data v2.2.0
11982026-05-09T15:47:18.219Z Downloaded hashbrown v0.17.0
11992026-05-09T15:47:18.222Z Downloaded argon2 v0.5.3
12002026-05-09T15:47:18.225Z Downloaded hkdf v0.12.4
12012026-05-09T15:47:18.227Z Downloaded icu_normalizer_data v2.2.0
12022026-05-09T15:47:18.227Z Downloaded ingot-types v0.1.2
12032026-05-09T15:47:18.227Z Downloaded dof v0.3.0
12042026-05-09T15:47:18.229Z Downloaded crossbeam-deque v0.8.6
12052026-05-09T15:47:18.229Z Downloaded cobs v0.3.0
12062026-05-09T15:47:18.229Z Downloaded glob v0.3.3
12072026-05-09T15:47:18.232Z Downloaded daft v0.1.5
12082026-05-09T15:47:18.232Z Downloaded dropshot v0.17.0
12092026-05-09T15:47:18.245Z Downloaded zerovec v0.11.6
12102026-05-09T15:47:18.248Z Downloaded rhai v1.24.0
12112026-05-09T15:47:18.255Z Downloaded smoltcp v0.11.0
12122026-05-09T15:47:18.262Z Downloaded tough v0.20.0
12132026-05-09T15:47:18.268Z Downloaded rayon v1.12.0
12142026-05-09T15:47:18.272Z Downloaded regress v0.11.1
12152026-05-09T15:47:18.277Z Downloaded openapiv3 v2.2.0
12162026-05-09T15:47:18.284Z Downloaded serde_with v3.19.0
12172026-05-09T15:47:18.291Z Downloaded zerocopy v0.7.35
12182026-05-09T15:47:18.300Z Downloaded tabled v0.15.0
12192026-05-09T15:47:18.309Z Downloaded proptest v1.11.0
12202026-05-09T15:47:18.314Z Downloaded moka v0.12.15
12212026-05-09T15:47:18.318Z Downloaded rustls-webpki v0.102.8
12222026-05-09T15:47:18.330Z Downloaded goblin v0.8.2
12232026-05-09T15:47:18.333Z Downloaded proc-macro-error-attr v1.0.4
12242026-05-09T15:47:18.335Z Downloaded num-conv v0.2.1
12252026-05-09T15:47:18.335Z Downloaded newline-converter v0.3.0
12262026-05-09T15:47:18.335Z Downloaded arrayvec v0.7.6
12272026-05-09T15:47:18.338Z Downloaded cpufeatures v0.3.0
12282026-05-09T15:47:18.338Z Downloaded time v0.3.47
12292026-05-09T15:47:18.343Z Downloaded syn v1.0.109
12302026-05-09T15:47:18.349Z Downloaded darling_macro v0.21.3
12312026-05-09T15:47:18.351Z Downloaded async-stream v0.3.6
12322026-05-09T15:47:18.351Z Downloaded hash32 v0.3.1
12332026-05-09T15:47:18.354Z Downloaded dunce v1.0.5
12342026-05-09T15:47:18.354Z Downloaded httpdate v1.0.3
12352026-05-09T15:47:18.354Z Downloaded const-random-macro v0.1.16
12362026-05-09T15:47:18.354Z Downloaded compression-core v0.4.32
12372026-05-09T15:47:18.354Z Downloaded base16ct v0.2.0
12382026-05-09T15:47:18.357Z Downloaded konst_macro_rules v0.2.19
12392026-05-09T15:47:18.357Z Downloaded instant v0.1.13
12402026-05-09T15:47:18.357Z Downloaded heck v0.4.1
12412026-05-09T15:47:18.357Z Downloaded nix v0.31.2
12422026-05-09T15:47:18.363Z Downloaded chrono-tz v0.10.4
12432026-05-09T15:47:18.373Z Downloaded petgraph v0.6.5
12442026-05-09T15:47:18.384Z Downloaded embedded-io v0.6.1
12452026-05-09T15:47:18.386Z Downloaded regress v0.10.5
12462026-05-09T15:47:18.389Z Downloaded rustls v0.22.4
12472026-05-09T15:47:18.396Z Downloaded dof v0.4.0
12482026-05-09T15:47:18.399Z Downloaded hickory-proto v0.25.2
12492026-05-09T15:47:18.406Z Downloaded base16ct v1.0.0
12502026-05-09T15:47:18.409Z Downloaded hickory-proto v0.24.4
12512026-05-09T15:47:18.415Z Downloaded csv v1.4.0
12522026-05-09T15:47:18.427Z Downloaded hmac v0.12.1
12532026-05-09T15:47:18.429Z Downloaded cstr-argument v0.1.2
12542026-05-09T15:47:18.429Z Downloaded ciborium-ll v0.2.2
12552026-05-09T15:47:18.429Z Downloaded arrayref v0.3.9
12562026-05-09T15:47:18.432Z Downloaded foreign-types v0.5.0
12572026-05-09T15:47:18.432Z Downloaded defmt-parser v1.0.0
12582026-05-09T15:47:18.432Z Downloaded defmt v0.3.100
12592026-05-09T15:47:18.432Z Downloaded crc8 v0.1.1
12602026-05-09T15:47:18.432Z Downloaded chacha20 v0.9.1
12612026-05-09T15:47:18.434Z Downloaded bytecount v0.6.9
12622026-05-09T15:47:18.434Z Downloaded bit-set v0.8.0
12632026-05-09T15:47:18.434Z Downloaded constant_time_eq v0.4.2
12642026-05-09T15:47:18.437Z Downloaded bcs v0.1.6
12652026-05-09T15:47:18.437Z Downloaded typify-impl v0.6.2
12662026-05-09T15:47:18.442Z Downloaded sled v0.34.7
12672026-05-09T15:47:18.448Z Downloaded typify-impl v0.4.3
12682026-05-09T15:47:18.455Z Downloaded fs-err v3.3.0
12692026-05-09T15:47:18.457Z Downloaded aead v0.5.2
12702026-05-09T15:47:18.481Z Downloaded lzma-sys v0.1.20
12712026-05-09T15:47:18.497Z Downloaded jiff v0.2.24
12722026-05-09T15:47:18.506Z Downloaded encoding_rs v0.8.35
12732026-05-09T15:47:18.517Z Downloaded sha3 v0.10.9
12742026-05-09T15:47:18.972Z Downloaded aws-lc-sys v0.40.0
12752026-05-09T15:47:19.882Z Compiling proc-macro2 v1.0.106
12762026-05-09T15:47:19.882Z Compiling quote v1.0.45
12772026-05-09T15:47:19.882Z Compiling unicode-ident v1.0.24
12782026-05-09T15:47:19.882Z Compiling serde_core v1.0.228
12792026-05-09T15:47:19.885Z Compiling cfg-if v1.0.4
12802026-05-09T15:47:19.885Z Compiling serde v1.0.228
12812026-05-09T15:47:19.885Z Compiling libc v0.2.186
12822026-05-09T15:47:19.885Z Compiling memchr v2.8.0
12832026-05-09T15:47:20.110Z Compiling itoa v1.0.18
12842026-05-09T15:47:20.296Z Compiling zmij v1.0.21
12852026-05-09T15:47:20.336Z Compiling autocfg v1.5.0
12862026-05-09T15:47:20.387Z Compiling libm v0.2.16
12872026-05-09T15:47:20.684Z Compiling stable_deref_trait v1.2.1
12882026-05-09T15:47:20.714Z Compiling version_check v0.9.5
12892026-05-09T15:47:20.756Z Compiling writeable v0.6.3
12902026-05-09T15:47:20.781Z Compiling litemap v0.8.2
12912026-05-09T15:47:20.906Z Compiling icu_normalizer_data v2.2.0
12922026-05-09T15:47:20.917Z Compiling utf8_iter v1.0.4
12932026-05-09T15:47:20.951Z Compiling percent-encoding v2.3.2
12942026-05-09T15:47:20.967Z Compiling icu_properties_data v2.2.0
12952026-05-09T15:47:20.979Z Compiling iana-time-zone v0.1.65
12962026-05-09T15:47:21.147Z Compiling equivalent v1.0.2
12972026-05-09T15:47:21.205Z Compiling pin-project-lite v0.2.17
12982026-05-09T15:47:21.230Z Compiling syn v2.0.117
12992026-05-09T15:47:21.230Z Compiling form_urlencoded v1.2.2
13002026-05-09T15:47:21.297Z Compiling parking_lot_core v0.9.12
13012026-05-09T15:47:21.346Z Compiling scopeguard v1.2.0
13022026-05-09T15:47:21.358Z Compiling serde_json v1.0.149
13032026-05-09T15:47:21.369Z Compiling dyn-clone v1.0.20
13042026-05-09T15:47:21.415Z Compiling num-traits v0.2.19
13052026-05-09T15:47:21.451Z Compiling lock_api v0.4.14
13062026-05-09T15:47:21.505Z Compiling hashbrown v0.17.0
13072026-05-09T15:47:21.589Z Compiling thiserror v2.0.18
13082026-05-09T15:47:21.616Z Compiling getrandom v0.4.2
13092026-05-09T15:47:21.682Z Compiling rand_core v0.10.1
13102026-05-09T15:47:21.911Z Compiling errno v0.3.14
13112026-05-09T15:47:21.983Z Compiling jobserver v0.1.34
13122026-05-09T15:47:21.996Z Compiling find-msvc-tools v0.1.9
13132026-05-09T15:47:22.063Z Compiling shlex v1.3.0
13142026-05-09T15:47:22.154Z Compiling semver v1.0.28
13152026-05-09T15:47:22.228Z Compiling indexmap v2.14.0
13162026-05-09T15:47:22.253Z Compiling cc v1.2.62
13172026-05-09T15:47:22.313Z Compiling futures-core v0.3.32
13182026-05-09T15:47:22.472Z Compiling heck v0.5.0
13192026-05-09T15:47:22.499Z Compiling zerocopy v0.8.48
13202026-05-09T15:47:22.512Z Compiling futures-sink v0.3.32
13212026-05-09T15:47:22.616Z Compiling uuid v1.23.1
13222026-05-09T15:47:22.734Z Compiling fnv v1.0.7
13232026-05-09T15:47:22.832Z Compiling slab v0.4.12
13242026-05-09T15:47:22.879Z Compiling rustversion v1.0.22
13252026-05-09T15:47:22.956Z Compiling schemars v0.8.22
13262026-05-09T15:47:23.012Z Compiling futures-channel v0.3.32
13272026-05-09T15:47:23.089Z Compiling socket2 v0.6.3
13282026-05-09T15:47:23.232Z Compiling futures-io v0.3.32
13292026-05-09T15:47:23.245Z Compiling futures-task v0.3.32
13302026-05-09T15:47:23.339Z Compiling portable-atomic v1.13.1
13312026-05-09T15:47:23.394Z Compiling signal-hook-registry v1.4.8
13322026-05-09T15:47:23.424Z Compiling mio v1.2.0
13332026-05-09T15:47:23.527Z Compiling bitflags v2.11.1
13342026-05-09T15:47:23.539Z Compiling critical-section v1.2.0
13352026-05-09T15:47:23.649Z Compiling getrandom v0.2.17
13362026-05-09T15:47:23.684Z Compiling subtle v2.6.1
13372026-05-09T15:47:23.700Z Compiling typenum v1.20.0
13382026-05-09T15:47:23.777Z Compiling log v0.4.29
13392026-05-09T15:47:23.835Z Compiling base64 v0.22.1
13402026-05-09T15:47:23.857Z Compiling untrusted v0.9.0
13412026-05-09T15:47:23.940Z Compiling regex-syntax v0.8.10
13422026-05-09T15:47:23.977Z Compiling slog v2.8.2
13432026-05-09T15:47:23.996Z Compiling byteorder v1.5.0
13442026-05-09T15:47:24.057Z Compiling rand_core v0.6.4
13452026-05-09T15:47:24.176Z Compiling synstructure v0.13.2
13462026-05-09T15:47:24.224Z Compiling serde_derive_internals v0.29.1
13472026-05-09T15:47:24.255Z Compiling once_cell v1.21.4
13482026-05-09T15:47:24.296Z Compiling cmake v0.1.58
13492026-05-09T15:47:24.365Z Compiling dunce v1.0.5
13502026-05-09T15:47:24.382Z Compiling fs_extra v1.3.0
13512026-05-09T15:47:24.462Z Compiling atomic-waker v1.1.2
13522026-05-09T15:47:24.473Z Compiling httparse v1.10.1
13532026-05-09T15:47:24.597Z Compiling ipnet v2.12.0
13542026-05-09T15:47:24.645Z Compiling strsim v0.11.1
13552026-05-09T15:47:24.647Z Compiling aws-lc-sys v0.40.0
13562026-05-09T15:47:24.690Z Compiling tower-service v0.3.3
13572026-05-09T15:47:24.785Z Compiling tower-layer v0.3.3
13582026-05-09T15:47:24.874Z Compiling rustix v1.1.4
13592026-05-09T15:47:24.959Z Compiling ryu v1.0.23
13602026-05-09T15:47:25.040Z Compiling try-lock v0.2.5
13612026-05-09T15:47:25.117Z Compiling want v0.3.1
13622026-05-09T15:47:25.140Z Compiling httpdate v1.0.3
13632026-05-09T15:47:25.151Z Compiling generic-array v0.14.7
13642026-05-09T15:47:25.252Z Compiling thiserror v1.0.69
13652026-05-09T15:47:25.287Z Compiling getrandom v0.3.4
13662026-05-09T15:47:25.299Z Compiling serde_derive v1.0.228
13672026-05-09T15:47:25.382Z Compiling zerofrom-derive v0.1.7
13682026-05-09T15:47:25.385Z Compiling yoke-derive v0.8.2
13692026-05-09T15:47:25.426Z Compiling zerovec-derive v0.11.3
13702026-05-09T15:47:25.502Z Compiling displaydoc v0.2.5
13712026-05-09T15:47:25.572Z Compiling schemars_derive v0.8.22
13722026-05-09T15:47:25.626Z Compiling tokio-macros v2.7.0
13732026-05-09T15:47:26.273Z Compiling thiserror-impl v2.0.18
13742026-05-09T15:47:26.378Z Compiling zerocopy-derive v0.8.48
13752026-05-09T15:47:26.466Z Compiling zeroize_derive v1.4.3
13762026-05-09T15:47:26.533Z Compiling futures-macro v0.3.32
13772026-05-09T15:47:26.580Z Compiling zerofrom v0.1.7
13782026-05-09T15:47:26.703Z Compiling yoke v0.8.2
13792026-05-09T15:47:26.768Z Compiling ucd-trie v0.1.7
13802026-05-09T15:47:26.893Z Compiling zerovec v0.11.6
13812026-05-09T15:47:27.071Z Compiling zerotrie v0.2.4
13822026-05-09T15:47:27.224Z Compiling zeroize v1.8.2
13832026-05-09T15:47:27.369Z Compiling tinystr v0.8.3
13842026-05-09T15:47:27.423Z Compiling potential_utf v0.1.5
13852026-05-09T15:47:27.434Z Compiling futures-util v0.3.32
13862026-05-09T15:47:27.437Z Compiling pest v2.8.6
13872026-05-09T15:47:27.538Z Compiling icu_locale_core v2.2.0
13882026-05-09T15:47:27.570Z Compiling icu_collections v2.2.0
13892026-05-09T15:47:27.922Z Compiling thiserror-impl v1.0.69
13902026-05-09T15:47:28.522Z Compiling bytes v1.11.1
13912026-05-09T15:47:28.588Z Compiling smallvec v1.15.1
13922026-05-09T15:47:28.614Z Compiling icu_provider v2.2.0
13932026-05-09T15:47:28.684Z Compiling chrono v0.4.44
13942026-05-09T15:47:28.926Z Compiling icu_properties v2.2.0
13952026-05-09T15:47:29.058Z Compiling icu_normalizer v2.2.0
13962026-05-09T15:47:29.114Z Compiling parking_lot v0.12.5
13972026-05-09T15:47:29.139Z Compiling http v1.4.0
13982026-05-09T15:47:29.506Z Compiling tokio v1.52.3
13992026-05-09T15:47:29.639Z Compiling serde_tokenstream v0.2.3
14002026-05-09T15:47:29.705Z Compiling erased-serde v0.3.31
14012026-05-09T15:47:29.920Z Compiling idna_adapter v1.2.2
14022026-05-09T15:47:30.071Z Compiling idna v1.1.0
14032026-05-09T15:47:30.083Z Compiling http-body v1.0.1
14042026-05-09T15:47:30.183Z Compiling pest_meta v2.8.6
14052026-05-09T15:47:30.226Z Compiling plain v0.2.3
14062026-05-09T15:47:30.255Z Compiling pretty-hex v0.4.2
14072026-05-09T15:47:30.332Z Compiling tracing-attributes v0.1.31
14082026-05-09T15:47:30.385Z Compiling url v2.5.8
14092026-05-09T15:47:30.491Z Compiling tracing-core v0.1.36
14102026-05-09T15:47:30.742Z Compiling ppv-lite86 v0.2.21
14112026-05-09T15:47:30.824Z Compiling pest_generator v2.8.6
14122026-05-09T15:47:31.093Z Compiling allocator-api2 v0.2.21
14132026-05-09T15:47:31.239Z Compiling foldhash v0.2.0
14142026-05-09T15:47:31.409Z Compiling hashbrown v0.16.1
14152026-05-09T15:47:31.423Z Compiling http-body-util v0.1.3
14162026-05-09T15:47:31.426Z Compiling pest_derive v2.8.6
14172026-05-09T15:47:31.471Z Compiling serde_urlencoded v0.7.1
14182026-05-09T15:47:31.536Z Compiling tracing v0.1.44
14192026-05-09T15:47:31.663Z Compiling paste v1.0.15
14202026-05-09T15:47:31.707Z Compiling crypto-common v0.1.7
14212026-05-09T15:47:31.771Z Compiling sync_wrapper v1.0.2
14222026-05-09T15:47:31.875Z Compiling ipnetwork v0.21.1
14232026-05-09T15:47:31.904Z Compiling aho-corasick v1.1.4
14242026-05-09T15:47:32.019Z Compiling omicron-workspace-hack v0.1.0
14252026-05-09T15:47:32.031Z Compiling ident_case v1.0.1
14262026-05-09T15:47:32.148Z Compiling winnow v1.0.2
14272026-05-09T15:47:32.318Z Compiling rustls-pki-types v1.14.1
14282026-05-09T15:47:32.550Z Compiling oxnet v0.1.5
14292026-05-09T15:47:32.562Z Compiling daft-derive v0.1.5
14302026-05-09T15:47:32.736Z Compiling regex-automata v0.4.14
14312026-05-09T15:47:32.808Z Compiling fastrand v2.4.1
14322026-05-09T15:47:33.077Z Compiling scroll_derive v0.13.1
14332026-05-09T15:47:33.247Z Compiling tokio-util v0.7.18
14342026-05-09T15:47:33.321Z Compiling powerfmt v0.2.0
14352026-05-09T15:47:33.528Z Compiling num-conv v0.2.1
14362026-05-09T15:47:33.586Z Compiling time-core v0.1.8
14372026-05-09T15:47:33.672Z Compiling deranged v0.5.8
14382026-05-09T15:47:33.726Z Compiling time-macros v0.2.27
14392026-05-09T15:47:33.911Z Compiling scroll v0.13.0
14402026-05-09T15:47:33.981Z Compiling async-trait v0.1.89
14412026-05-09T15:47:34.173Z Compiling ring v0.17.14
14422026-05-09T15:47:34.613Z Compiling regex v1.12.3
14432026-05-09T15:47:34.688Z Compiling num_threads v0.1.7
14442026-05-09T15:47:34.699Z Compiling anyhow v1.0.102
14452026-05-09T15:47:34.786Z Compiling cpufeatures v0.2.17
14462026-05-09T15:47:34.860Z Compiling openssl-probe v0.2.1
14472026-05-09T15:47:35.047Z Compiling block-buffer v0.10.4
14482026-05-09T15:47:35.220Z Compiling hex v0.4.3
14492026-05-09T15:47:35.466Z Compiling digest v0.10.7
14502026-05-09T15:47:35.493Z Compiling h2 v0.4.14
14512026-05-09T15:47:35.614Z Compiling camino v1.2.2
14522026-05-09T15:47:35.956Z Compiling usdt-impl v0.6.0
14532026-05-09T15:47:35.984Z Compiling crc32fast v1.5.0
14542026-05-09T15:47:35.996Z Compiling crossbeam-utils v0.8.21
14552026-05-09T15:47:36.204Z Compiling aws-lc-rs v1.16.3
14562026-05-09T15:47:36.314Z Compiling goblin v0.10.5
14572026-05-09T15:47:36.325Z Compiling dtrace-parser v0.3.0
14582026-05-09T15:47:36.958Z Compiling futures-executor v0.3.32
14592026-05-09T15:47:37.199Z Compiling structmeta-derive v0.3.0
14602026-05-09T15:47:37.199Z Compiling thread-id v5.1.0
14612026-05-09T15:47:37.280Z Compiling thread_local v1.1.9
14622026-05-09T15:47:37.391Z Compiling rustls v0.22.4
14632026-05-09T15:47:37.550Z Compiling hyper v1.9.0
14642026-05-09T15:47:37.615Z Compiling adler2 v2.0.1
14652026-05-09T15:47:37.705Z Compiling untrusted v0.7.1
14662026-05-09T15:47:37.745Z Compiling simd-adler32 v0.3.9
14672026-05-09T15:47:37.826Z Compiling futures v0.3.32
14682026-05-09T15:47:37.903Z Compiling miniz_oxide v0.8.9
14692026-05-09T15:47:37.941Z Compiling rand_core v0.9.5
14702026-05-09T15:47:38.256Z Compiling structmeta v0.3.0
14712026-05-09T15:47:38.452Z Compiling darling_core v0.23.0
14722026-05-09T15:47:38.553Z Compiling newtype-uuid-macros v0.1.0
14732026-05-09T15:47:38.564Z Compiling hyper-util v0.1.20
14742026-05-09T15:47:39.133Z Compiling dof v0.4.0
14752026-05-09T15:47:39.245Z Compiling match_cfg v0.1.0
14762026-05-09T15:47:39.316Z Compiling slog-async v2.8.0
14772026-05-09T15:47:39.355Z Compiling rustls v0.23.40
14782026-05-09T15:47:39.595Z Compiling flate2 v1.1.9
14792026-05-09T15:47:39.660Z Compiling newtype-uuid v1.3.2
14802026-05-09T15:47:40.011Z Compiling quick-error v1.2.3
14812026-05-09T15:47:40.063Z Compiling term v1.2.1
14822026-05-09T15:47:40.117Z Compiling compression-core v0.4.32
14832026-05-09T15:47:40.232Z Compiling take_mut v0.2.2
14842026-05-09T15:47:40.276Z Compiling ref-cast v1.0.25
14852026-05-09T15:47:40.342Z Compiling compression-codecs v0.4.38
14862026-05-09T15:47:40.503Z Compiling darling_macro v0.23.0
14872026-05-09T15:47:40.595Z Compiling daft v0.1.5
14882026-05-09T15:47:40.640Z Compiling rand_chacha v0.9.0
14892026-05-09T15:47:40.694Z Compiling tower v0.5.3
14902026-05-09T15:47:40.761Z Compiling strum_macros v0.26.4
14912026-05-09T15:47:40.866Z Compiling ref-cast-impl v1.0.25
14922026-05-09T15:47:41.068Z Compiling serde_spanned v1.1.1
14932026-05-09T15:47:41.080Z Compiling usdt-attr-macro v0.6.0
14942026-05-09T15:47:41.091Z Compiling darling v0.23.0
14952026-05-09T15:47:41.170Z Compiling usdt-macro v0.6.0
14962026-05-09T15:47:41.182Z Compiling multer v3.1.0
14972026-05-09T15:47:41.419Z Compiling toml_writer v1.1.1+spec-1.1.0
14982026-05-09T15:47:41.478Z Compiling debug-ignore v1.0.5
14992026-05-09T15:47:41.578Z Compiling bit-vec v0.8.0
15002026-05-09T15:47:41.772Z Compiling bit-set v0.8.0
15012026-05-09T15:47:41.783Z Compiling serde_with_macros v3.19.0
15022026-05-09T15:47:41.863Z Compiling tower-http v0.6.10
15032026-05-09T15:47:41.942Z Compiling rand v0.9.4
15042026-05-09T15:47:42.290Z Compiling async-stream-impl v0.3.6
15052026-05-09T15:47:42.327Z Compiling dropshot v0.17.0
15062026-05-09T15:47:42.430Z Compiling strum v0.26.3
15072026-05-09T15:47:42.554Z Compiling encoding_rs v0.8.35
15082026-05-09T15:47:42.565Z Compiling syn v1.0.109
15092026-05-09T15:47:42.575Z Compiling spin v0.9.8
15102026-05-09T15:47:42.690Z Compiling unarray v0.1.4
15112026-05-09T15:47:42.801Z Compiling mime v0.3.17
15122026-05-09T15:47:42.934Z Compiling async-stream v0.3.6
15132026-05-09T15:47:42.964Z Compiling derive-ex v0.1.8
15142026-05-09T15:47:42.988Z Compiling dropshot_endpoint v0.17.0
15152026-05-09T15:47:43.078Z Compiling openapiv3 v2.2.0
15162026-05-09T15:47:43.113Z Compiling macaddr v1.0.1
15172026-05-09T15:47:43.243Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15182026-05-09T15:47:43.330Z Compiling waitgroup v0.1.2
15192026-05-09T15:47:43.473Z Compiling serde_path_to_error v0.1.20
15202026-05-09T15:47:43.823Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15212026-05-09T15:47:44.182Z Compiling tempfile v3.27.0
15222026-05-09T15:47:44.213Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15232026-05-09T15:47:44.391Z Compiling rustls-native-certs v0.8.3
15242026-05-09T15:47:44.509Z Compiling test-strategy v0.4.5
15252026-05-09T15:47:44.603Z Compiling time v0.3.47
15262026-05-09T15:47:44.615Z Compiling strum_macros v0.27.2
15272026-05-09T15:47:44.660Z Compiling instant v0.1.13
15282026-05-09T15:47:44.765Z Compiling crossbeam-channel v0.5.15
15292026-05-09T15:47:45.202Z Compiling rustc-hash v2.1.2
15302026-05-09T15:47:45.334Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
15312026-05-09T15:47:45.925Z Compiling parse-display-derive v0.10.0
15322026-05-09T15:47:46.283Z Compiling backon v1.6.0
15332026-05-09T15:47:46.428Z Compiling strum v0.27.2
15342026-05-09T15:47:46.487Z Compiling rand_chacha v0.3.1
15352026-05-09T15:47:46.571Z Compiling is-terminal v0.4.17
15362026-05-09T15:47:46.664Z Compiling rustls-webpki v0.102.8
15372026-05-09T15:47:47.451Z Compiling rand v0.8.6
15382026-05-09T15:47:47.581Z Compiling slog-term v2.9.2
15392026-05-09T15:47:47.604Z Compiling slog-json v2.6.1
15402026-05-09T15:47:47.810Z Compiling hostname v0.3.1
15412026-05-09T15:47:47.950Z Compiling toml_parser v1.1.2+spec-1.1.0
15422026-05-09T15:47:48.091Z Compiling toml_datetime v1.1.1+spec-1.1.0
15432026-05-09T15:47:48.160Z Compiling wait-timeout v0.2.1
15442026-05-09T15:47:48.187Z Compiling memmap2 v0.9.10
15452026-05-09T15:47:48.421Z Compiling either v1.15.0
15462026-05-09T15:47:48.471Z Compiling toml v1.1.2+spec-1.1.0
15472026-05-09T15:47:48.622Z Compiling rusty-fork v0.3.1
15482026-05-09T15:47:48.648Z Compiling slog-bunyan v2.5.0
15492026-05-09T15:47:48.784Z Compiling serde_with v3.19.0
15502026-05-09T15:47:48.983Z Compiling tokio-rustls v0.25.0
15512026-05-09T15:47:49.735Z Compiling usdt v0.6.0
15522026-05-09T15:47:49.913Z Compiling async-compression v0.4.42
15532026-05-09T15:47:49.963Z Compiling rand_xorshift v0.4.0
15542026-05-09T15:47:50.018Z Compiling sha1 v0.10.6
15552026-05-09T15:47:50.109Z Compiling rustls-pemfile v2.2.0
15562026-05-09T15:47:50.225Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
15572026-05-09T15:47:50.240Z Compiling regress v0.10.5
15582026-05-09T15:47:50.309Z Compiling hostname v0.4.2
15592026-05-09T15:47:50.502Z Compiling proptest v1.11.0
15602026-05-09T15:47:50.744Z Compiling iddqd v0.3.18
15612026-05-09T15:47:51.168Z Compiling reqwest v0.12.28
15622026-05-09T15:47:51.392Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
15632026-05-09T15:47:52.240Z Compiling progenitor-client v0.10.0
15642026-05-09T15:47:52.379Z Compiling itertools v0.14.0
15652026-05-09T15:47:52.517Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15662026-05-09T15:47:53.106Z Compiling backoff v0.4.0
15672026-05-09T15:47:53.325Z Compiling parse-display v0.10.0
15682026-05-09T15:47:53.627Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15692026-05-09T15:47:54.415Z Compiling regress v0.11.1
15702026-05-09T15:47:54.498Z Compiling utf8parse v0.2.2
15712026-05-09T15:47:54.589Z Compiling anstyle-parse v1.0.0
15722026-05-09T15:47:54.657Z Compiling anstyle v1.0.14
15732026-05-09T15:47:54.875Z Compiling anstyle-query v1.1.5
15742026-05-09T15:47:54.888Z Compiling colorchoice v1.0.5
15752026-05-09T15:47:55.003Z Compiling is_terminal_polyfill v1.70.2
15762026-05-09T15:47:55.098Z Compiling anstream v1.0.0
15772026-05-09T15:47:55.334Z Compiling clap_lex v1.1.0
15782026-05-09T15:47:55.587Z Compiling toml_datetime v0.6.11
15792026-05-09T15:47:55.864Z Compiling zerocopy-derive v0.7.35
15802026-05-09T15:47:55.964Z Compiling typify-impl v0.6.2
15812026-05-09T15:47:56.670Z Compiling convert_case v0.4.0
15822026-05-09T15:47:56.713Z Compiling unicode-width v0.2.2
15832026-05-09T15:47:56.724Z Compiling zerocopy v0.7.35
15842026-05-09T15:47:57.016Z Compiling derive_more v0.99.20
15852026-05-09T15:47:57.823Z Compiling clap_derive v4.6.1
15862026-05-09T15:47:58.761Z Compiling terminal_size v0.4.4
15872026-05-09T15:47:58.775Z Compiling secrecy v0.10.3
15882026-05-09T15:47:58.863Z Compiling float-ord v0.3.2
15892026-05-09T15:47:58.902Z Compiling crucible-workspace-hack v0.1.0
15902026-05-09T15:47:58.976Z Compiling tinyvec_macros v0.1.1
15912026-05-09T15:47:59.047Z Compiling tinyvec v1.11.0
15922026-05-09T15:47:59.557Z Compiling dtrace-parser v0.2.0
15932026-05-09T15:47:59.607Z Compiling scroll_derive v0.12.1
15942026-05-09T15:47:59.711Z Compiling num-integer v0.1.46
15952026-05-09T15:47:59.905Z Compiling rustc_version v0.4.1
15962026-05-09T15:48:00.029Z Compiling usdt-impl v0.5.0
15972026-05-09T15:48:00.181Z Compiling curve25519-dalek v4.1.3
15982026-05-09T15:48:00.324Z Compiling scroll v0.12.0
15992026-05-09T15:48:00.563Z Compiling clap_builder v4.6.0
16002026-05-09T15:48:00.798Z Compiling dof v0.3.0
16012026-05-09T15:48:01.154Z Compiling toml_edit v0.25.11+spec-1.1.0
16022026-05-09T15:48:01.248Z Compiling hmac v0.12.1
16032026-05-09T15:48:01.250Z Compiling darling_core v0.21.3
16042026-05-09T15:48:01.343Z Compiling inout v0.1.4
16052026-05-09T15:48:01.371Z Compiling ff v0.13.1
16062026-05-09T15:48:01.484Z Compiling thread-id v4.2.2
16072026-05-09T15:48:01.499Z Compiling group v0.13.0
16082026-05-09T15:48:01.679Z Compiling proc-macro-crate v3.5.0
16092026-05-09T15:48:02.047Z Compiling cipher v0.4.4
16102026-05-09T15:48:02.081Z Compiling hkdf v0.12.4
16112026-05-09T15:48:02.226Z Compiling clap v4.6.1
16122026-05-09T15:48:02.300Z Compiling typify-macro v0.6.2
16132026-05-09T15:48:02.738Z Compiling goblin v0.8.2
16142026-05-09T15:48:02.820Z Compiling num-rational v0.4.2
16152026-05-09T15:48:02.969Z Compiling num-iter v0.1.45
16162026-05-09T15:48:03.404Z Compiling darling_macro v0.21.3
16172026-05-09T15:48:03.433Z Compiling thiserror-impl-no-std v2.0.2
16182026-05-09T15:48:03.996Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16192026-05-09T15:48:04.343Z Compiling crossbeam-epoch v0.9.18
16202026-05-09T15:48:04.368Z Compiling typify v0.6.2
16212026-05-09T15:48:04.459Z Compiling universal-hash v0.5.1
16222026-05-09T15:48:04.507Z Compiling half v2.7.1
16232026-05-09T15:48:04.590Z Compiling crypto-bigint v0.5.5
16242026-05-09T15:48:04.662Z Compiling curve25519-dalek-derive v0.1.1
16252026-05-09T15:48:04.692Z Compiling num-complex v0.4.6
16262026-05-09T15:48:05.164Z Compiling opaque-debug v0.3.1
16272026-05-09T15:48:05.234Z Compiling unsafe-libyaml v0.2.11
16282026-05-09T15:48:05.290Z Compiling base16ct v0.2.0
16292026-05-09T15:48:05.340Z Compiling ciborium-io v0.2.2
16302026-05-09T15:48:05.435Z Compiling base64ct v1.8.3
16312026-05-09T15:48:05.447Z Compiling ciborium-ll v0.2.2
16322026-05-09T15:48:05.659Z Compiling password-hash v0.5.0
16332026-05-09T15:48:05.719Z Compiling elliptic-curve v0.13.8
16342026-05-09T15:48:05.730Z Compiling serde_yaml v0.9.34+deprecated
16352026-05-09T15:48:05.992Z Compiling poly1305 v0.8.0
16362026-05-09T15:48:06.403Z Compiling num v0.4.3
16372026-05-09T15:48:06.584Z Compiling thiserror-no-std v2.0.2
16382026-05-09T15:48:06.773Z Compiling darling v0.21.3
16392026-05-09T15:48:07.036Z Compiling chacha20 v0.9.1
16402026-05-09T15:48:07.140Z Compiling num_enum_derive v0.7.6
16412026-05-09T15:48:07.255Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16422026-05-09T15:48:07.491Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16432026-05-09T15:48:07.944Z Compiling blake2 v0.10.6
16442026-05-09T15:48:08.176Z Compiling byte-wrapper v0.1.0
16452026-05-09T15:48:08.218Z Compiling aead v0.5.2
16462026-05-09T15:48:08.385Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16472026-05-09T15:48:08.407Z Compiling proc-macro-error-attr v1.0.4
16482026-05-09T15:48:08.654Z Compiling prettyplease v0.2.37
16492026-05-09T15:48:08.779Z Compiling heapless v0.8.0
16502026-05-09T15:48:08.793Z Compiling keccak v0.1.6
16512026-05-09T15:48:08.907Z Compiling rustix v0.38.44
16522026-05-09T15:48:09.031Z Compiling sha3 v0.10.9
16532026-05-09T15:48:09.444Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16542026-05-09T15:48:09.870Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16552026-05-09T15:48:10.118Z Compiling rustls-webpki v0.103.13
16562026-05-09T15:48:10.700Z Compiling chacha20poly1305 v0.10.1
16572026-05-09T15:48:10.831Z Compiling num_enum v0.7.6
16582026-05-09T15:48:10.983Z Compiling argon2 v0.5.3
16592026-05-09T15:48:11.146Z Compiling ingot-macros v0.1.1
16602026-05-09T15:48:11.276Z Compiling vsss-rs v3.3.4
16612026-05-09T15:48:11.489Z Compiling ciborium v0.2.2
16622026-05-09T15:48:12.138Z Compiling usdt-macro v0.5.0
16632026-05-09T15:48:12.161Z Compiling usdt-attr-macro v0.5.0
16642026-05-09T15:48:12.811Z Compiling tabwriter v1.4.1
16652026-05-09T15:48:13.720Z Compiling tokio-rustls v0.26.4
16662026-05-09T15:48:13.732Z Compiling rustls-platform-verifier v0.7.0
16672026-05-09T15:48:13.968Z Compiling hyper-rustls v0.27.9
16682026-05-09T15:48:14.154Z Compiling reqwest v0.13.3
16692026-05-09T15:48:14.221Z Compiling serde_spanned v0.6.9
16702026-05-09T15:48:14.255Z Compiling enum-as-inner v0.6.1
16712026-05-09T15:48:14.271Z Compiling hash32 v0.3.1
16722026-05-09T15:48:14.369Z Compiling proc-macro-error v1.0.4
16732026-05-09T15:48:14.483Z Compiling memmap v0.7.0
16742026-05-09T15:48:14.614Z Compiling toml_write v0.1.2
16752026-05-09T15:48:14.676Z Compiling winnow v0.5.40
16762026-05-09T15:48:14.824Z Compiling data-encoding v2.11.0
16772026-05-09T15:48:14.848Z Compiling static_assertions v1.1.0
16782026-05-09T15:48:14.924Z Compiling indent_write v2.2.0
16792026-05-09T15:48:15.068Z Compiling winnow v0.7.15
16802026-05-09T15:48:15.277Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16812026-05-09T15:48:15.546Z Compiling progenitor-client v0.14.0
16822026-05-09T15:48:15.852Z Compiling progenitor-extras v0.2.0
16832026-05-09T15:48:16.039Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16842026-05-09T15:48:16.064Z Compiling smoltcp v0.11.0
16852026-05-09T15:48:16.091Z Compiling toml_edit v0.19.15
16862026-05-09T15:48:16.441Z Compiling toml_edit v0.22.27
16872026-05-09T15:48:16.685Z Compiling usdt v0.5.0
16882026-05-09T15:48:17.031Z Compiling ingot-types v0.1.2
16892026-05-09T15:48:17.451Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16902026-05-09T15:48:17.463Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16912026-05-09T15:48:17.725Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16922026-05-09T15:48:18.442Z Compiling cobs v0.3.0
16932026-05-09T15:48:18.478Z Compiling serde_repr v0.1.20
16942026-05-09T15:48:18.649Z Compiling memoffset v0.9.1
16952026-05-09T15:48:18.662Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#0805292e)
16962026-05-09T15:48:18.897Z Compiling pkg-config v0.3.33
16972026-05-09T15:48:18.908Z Compiling managed v0.8.0
16982026-05-09T15:48:19.064Z Compiling cfg_aliases v0.2.1
16992026-05-09T15:48:19.087Z Compiling colored v3.1.1
17002026-05-09T15:48:19.127Z Compiling vcpkg v0.2.15
17012026-05-09T15:48:19.140Z Compiling bitflags v1.3.2
17022026-05-09T15:48:19.354Z Compiling nix v0.31.2
17032026-05-09T15:48:19.610Z Compiling postcard v1.1.3
17042026-05-09T15:48:19.693Z Compiling openssl-sys v0.9.115
17052026-05-09T15:48:19.947Z Compiling toml v0.8.23
17062026-05-09T15:48:20.018Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17072026-05-09T15:48:20.647Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17082026-05-09T15:48:21.104Z Compiling ingot v0.1.1
17092026-05-09T15:48:21.426Z Compiling proc-macro-crate v1.3.1
17102026-05-09T15:48:21.772Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17112026-05-09T15:48:21.980Z Compiling hubpack_derive v0.1.1
17122026-05-09T15:48:22.162Z Compiling foreign-types-macros v0.2.3
17132026-05-09T15:48:22.257Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17142026-05-09T15:48:22.337Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17152026-05-09T15:48:22.532Z Compiling semver v0.1.20
17162026-05-09T15:48:22.566Z Compiling cpufeatures v0.3.0
17172026-05-09T15:48:22.593Z Compiling foreign-types-shared v0.3.1
17182026-05-09T15:48:22.645Z Compiling unicode-segmentation v1.13.2
17192026-05-09T15:48:22.692Z Compiling swrite v0.1.0
17202026-05-09T15:48:22.795Z Compiling rayon-core v1.13.0
17212026-05-09T15:48:22.797Z Compiling heck v0.4.1
17222026-05-09T15:48:22.843Z Compiling resolv-conf v0.7.6
17232026-05-09T15:48:23.013Z Compiling linked-hash-map v0.5.6
17242026-05-09T15:48:23.049Z Compiling newline-converter v0.3.0
17252026-05-09T15:48:23.060Z Compiling foreign-types v0.5.0
17262026-05-09T15:48:23.077Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17272026-05-09T15:48:23.094Z Compiling rustc_version v0.1.7
17282026-05-09T15:48:23.136Z Compiling chacha20 v0.10.0
17292026-05-09T15:48:23.164Z Compiling lru-cache v0.1.2
17302026-05-09T15:48:23.233Z Compiling hubpack v0.1.2
17312026-05-09T15:48:23.286Z Compiling num_enum_derive v0.5.11
17322026-05-09T15:48:23.413Z Compiling atomicwrites v0.4.4
17332026-05-09T15:48:23.457Z Compiling hickory-proto v0.24.4
17342026-05-09T15:48:23.501Z Compiling crossbeam-deque v0.8.6
17352026-05-09T15:48:23.538Z Compiling progenitor-impl v0.13.0
17362026-05-09T15:48:23.605Z Compiling progenitor-impl v0.14.0
17372026-05-09T15:48:23.693Z Compiling console v0.15.11
17382026-05-09T15:48:24.226Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17392026-05-09T15:48:24.317Z Compiling camino-tempfile v1.4.1
17402026-05-09T15:48:24.359Z Compiling serde-big-array v0.5.1
17412026-05-09T15:48:24.507Z Compiling derive-where v1.6.1
17422026-05-09T15:48:24.558Z Compiling pin-project-internal v1.1.12
17432026-05-09T15:48:24.742Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17442026-05-09T15:48:24.866Z Compiling num-derive v0.4.2
17452026-05-09T15:48:25.281Z Compiling cstr-argument v0.1.2
17462026-05-09T15:48:25.445Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
17472026-05-09T15:48:25.659Z Compiling siphasher v1.0.3
17482026-05-09T15:48:25.689Z Compiling minimal-lexical v0.2.1
17492026-05-09T15:48:25.769Z Compiling lazy_static v1.5.0
17502026-05-09T15:48:25.850Z Compiling similar v2.7.0
17512026-05-09T15:48:25.862Z Compiling phf_shared v0.12.1
17522026-05-09T15:48:25.893Z Compiling nom v7.1.3
17532026-05-09T15:48:25.952Z Compiling pin-project v1.1.12
17542026-05-09T15:48:26.040Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17552026-05-09T15:48:26.313Z Compiling expectorate v1.2.0
17562026-05-09T15:48:26.474Z Compiling hickory-resolver v0.24.4
17572026-05-09T15:48:26.564Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17582026-05-09T15:48:26.696Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17592026-05-09T15:48:26.721Z Compiling num_enum v0.5.11
17602026-05-09T15:48:26.805Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17612026-05-09T15:48:27.091Z Compiling progenitor-macro v0.13.0
17622026-05-09T15:48:27.166Z Compiling progenitor-macro v0.14.0
17632026-05-09T15:48:27.308Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#0805292e)
17642026-05-09T15:48:27.682Z Compiling rand v0.10.1
17652026-05-09T15:48:28.385Z Compiling newtype_derive v0.1.6
17662026-05-09T15:48:28.529Z Compiling progenitor-client v0.13.0
17672026-05-09T15:48:28.839Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17682026-05-09T15:48:29.624Z Compiling unicode-normalization v0.1.25
17692026-05-09T15:48:30.010Z Compiling tokio-stream v0.1.18
17702026-05-09T15:48:30.104Z Compiling snafu-derive v0.8.9
17712026-05-09T15:48:30.482Z Compiling async-recursion v1.1.1
17722026-05-09T15:48:31.196Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17732026-05-09T15:48:31.297Z Compiling slog-dtrace v0.3.0
17742026-05-09T15:48:31.507Z Compiling bstr v1.12.1
17752026-05-09T15:48:31.554Z Compiling csv-core v0.1.13
17762026-05-09T15:48:31.877Z Compiling unicode-width v0.1.14
17772026-05-09T15:48:31.906Z Compiling owo-colors v4.3.0
17782026-05-09T15:48:32.023Z Compiling konst_macro_rules v0.2.19
17792026-05-09T15:48:32.165Z Compiling highway v1.3.0
17802026-05-09T15:48:32.211Z Compiling foldhash v0.1.5
17812026-05-09T15:48:32.211Z Compiling openssl v0.10.79
17822026-05-09T15:48:32.246Z Compiling same-file v1.0.6
17832026-05-09T15:48:32.258Z Compiling cancel-safe-futures v0.1.5
17842026-05-09T15:48:32.408Z Compiling chrono-tz v0.10.4
17852026-05-09T15:48:32.432Z Compiling foreign-types-shared v0.1.1
17862026-05-09T15:48:32.502Z Compiling unicode-xid v0.2.6
17872026-05-09T15:48:32.542Z Compiling foreign-types v0.3.2
17882026-05-09T15:48:32.553Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17892026-05-09T15:48:32.567Z Compiling walkdir v2.5.0
17902026-05-09T15:48:32.618Z Compiling hashbrown v0.15.5
17912026-05-09T15:48:32.628Z Compiling const_format_proc_macros v0.2.34
17922026-05-09T15:48:32.665Z Compiling progenitor v0.14.0
17932026-05-09T15:48:32.685Z Compiling progenitor v0.13.0
17942026-05-09T15:48:32.754Z Compiling konst v0.2.20
17952026-05-09T15:48:32.799Z Compiling snafu v0.8.9
17962026-05-09T15:48:32.820Z Compiling globset v0.4.18
17972026-05-09T15:48:32.936Z Compiling csv v1.4.0
17982026-05-09T15:48:33.106Z Compiling qorb v0.4.1
17992026-05-09T15:48:33.160Z Compiling olpc-cjson v0.1.4
18002026-05-09T15:48:33.332Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18012026-05-09T15:48:33.493Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18022026-05-09T15:48:33.670Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18032026-05-09T15:48:33.875Z Compiling rayon v1.12.0
18042026-05-09T15:48:34.234Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18052026-05-09T15:48:34.462Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18062026-05-09T15:48:34.586Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18072026-05-09T15:48:34.867Z Compiling phf v0.12.1
18082026-05-09T15:48:35.023Z Compiling zone_cfg_derive v0.3.1
18092026-05-09T15:48:35.337Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18102026-05-09T15:48:35.355Z Compiling tokio-dtrace v0.1.1
18112026-05-09T15:48:35.548Z Compiling itertools v0.12.1
18122026-05-09T15:48:35.628Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18132026-05-09T15:48:35.648Z Compiling libsw-core v0.3.2
18142026-05-09T15:48:35.719Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18152026-05-09T15:48:35.824Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18162026-05-09T15:48:35.835Z Compiling serde_plain v1.0.2
18172026-05-09T15:48:35.944Z Compiling openssl-macros v0.1.1
18182026-05-09T15:48:36.047Z Compiling pem v3.0.6
18192026-05-09T15:48:36.097Z Compiling cookie v0.18.1
18202026-05-09T15:48:36.278Z Compiling sigpipe v0.1.3
18212026-05-09T15:48:36.355Z Compiling bytecount v0.6.9
18222026-05-09T15:48:36.374Z Compiling typed-path v0.9.3
18232026-05-09T15:48:36.418Z Compiling glob v0.3.3
18242026-05-09T15:48:36.435Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18252026-05-09T15:48:36.451Z Compiling jiff v0.2.24
18262026-05-09T15:48:36.495Z Compiling fixedbitset v0.4.2
18272026-05-09T15:48:36.634Z Compiling fixedbitset v0.5.7
18282026-05-09T15:48:36.687Z Compiling zone v0.3.1
18292026-05-09T15:48:36.732Z Compiling petgraph v0.6.5
18302026-05-09T15:48:36.949Z Compiling petgraph v0.8.3
18312026-05-09T15:48:37.070Z Compiling papergrid v0.11.0
18322026-05-09T15:48:37.566Z Compiling tough v0.20.0
18332026-05-09T15:48:37.819Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18342026-05-09T15:48:38.327Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18352026-05-09T15:48:38.762Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18362026-05-09T15:48:38.862Z Compiling libsw v3.5.0
18372026-05-09T15:48:39.021Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18382026-05-09T15:48:39.048Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18392026-05-09T15:48:39.232Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18402026-05-09T15:48:39.571Z Compiling oxide-tokio-rt v0.1.5
18412026-05-09T15:48:39.996Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18422026-05-09T15:48:40.263Z Compiling const_format v0.2.36
18432026-05-09T15:48:40.274Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18442026-05-09T15:48:40.934Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18452026-05-09T15:48:41.185Z Compiling tabled_derive v0.7.0
18462026-05-09T15:48:41.297Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18472026-05-09T15:48:41.311Z Compiling gethostname v0.5.0
18482026-05-09T15:48:41.337Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18492026-05-09T15:48:41.349Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18502026-05-09T15:48:41.435Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18512026-05-09T15:48:41.458Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18522026-05-09T15:48:41.522Z Compiling smf v0.2.3
18532026-05-09T15:48:41.560Z Compiling bcs v0.1.6
18542026-05-09T15:48:41.930Z Compiling linear-map v1.2.0
18552026-05-09T15:48:42.108Z Compiling tagptr v0.2.0
18562026-05-09T15:48:42.127Z Compiling termtree v0.5.1
18572026-05-09T15:48:42.206Z Compiling unicode-linebreak v0.1.5
18582026-05-09T15:48:42.209Z Compiling smawk v0.3.2
18592026-05-09T15:48:42.271Z Compiling whoami v1.6.1
18602026-05-09T15:48:42.283Z Compiling crunchy v0.2.4
18612026-05-09T15:48:42.294Z Compiling moka v0.12.15
18622026-05-09T15:48:42.349Z Compiling tabled v0.15.0
18632026-05-09T15:48:42.603Z Compiling textwrap v0.16.2
18642026-05-09T15:48:42.616Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18652026-05-09T15:48:42.854Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18662026-05-09T15:48:43.093Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18672026-05-09T15:48:43.148Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18682026-05-09T15:48:43.222Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18692026-05-09T15:48:43.419Z Compiling steno v0.4.1
18702026-05-09T15:48:45.064Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18712026-05-09T15:48:45.102Z Compiling hickory-proto v0.25.2
18722026-05-09T15:48:45.780Z Compiling humantime v2.3.0
18732026-05-09T15:48:46.019Z Compiling tiny-keccak v2.0.2
18742026-05-09T15:48:46.140Z Compiling parking_lot_core v0.8.6
18752026-05-09T15:48:46.153Z Compiling libscf-sys v1.2.0
18762026-05-09T15:48:46.300Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18772026-05-09T15:48:46.455Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18782026-05-09T15:48:46.504Z Compiling nom v8.0.0
18792026-05-09T15:48:46.618Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18802026-05-09T15:48:46.930Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18812026-05-09T15:48:47.043Z Compiling hickory-resolver v0.25.2
18822026-05-09T15:48:47.129Z Compiling const-random-macro v0.1.16
18832026-05-09T15:48:47.323Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18842026-05-09T15:48:47.547Z Compiling smartstring v1.0.1
18852026-05-09T15:48:47.561Z Compiling ahash v0.8.12
18862026-05-09T15:48:47.725Z Compiling const-random v0.1.18
18872026-05-09T15:48:47.805Z Compiling parking_lot v0.11.2
18882026-05-09T15:48:48.111Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18892026-05-09T15:48:48.220Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18902026-05-09T15:48:48.233Z Compiling fxhash v0.2.1
18912026-05-09T15:48:48.379Z Compiling arc-swap v1.9.1
18922026-05-09T15:48:48.452Z Compiling internet-checksum v0.2.1
18932026-05-09T15:48:48.600Z Compiling slog-scope v4.4.1
18942026-05-09T15:48:48.617Z Compiling sled v0.34.7
18952026-05-09T15:48:48.692Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18962026-05-09T15:48:49.075Z Compiling thin-vec v0.2.18
18972026-05-09T15:48:49.123Z Compiling rhai_codegen v3.1.0
18982026-05-09T15:48:49.328Z Compiling slog-stdlog v4.1.1
18992026-05-09T15:48:49.381Z Compiling natord v1.0.9
19002026-05-09T15:48:49.562Z Compiling slog-envlogger v2.2.0
19012026-05-09T15:48:50.281Z Compiling rhai v1.24.0
19022026-05-09T15:48:53.024Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19032026-05-09T15:48:53.027Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
19042026-05-09T15:48:53.108Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client)
19052026-05-09T15:49:01.304Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
19062026-05-09T15:49:02.936Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
19072026-05-09T15:49:03.953Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19082026-05-09T15:49:04.999Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19092026-05-09T15:49:05.774Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19102026-05-09T15:49:06.898Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19112026-05-09T15:49:12.141Z Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm)
19122026-05-09T15:49:37.002Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 17s
19132026-05-09T15:49:37.185Z────────────
19142026-05-09T15:49:37.185Z Nextest run ID 149c573c-ec3c-4f68-b287-9ffc77e97479 with nextest profile: default
19152026-05-09T15:49:37.185Z Starting 6 tests across 1 binary
19162026-05-09T15:49:37.194Z PASS [ 0.009s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_ipv4
19172026-05-09T15:49:37.198Z PASS [ 0.010s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_ipv6
19182026-05-09T15:49:37.198Z PASS [ 0.010s] mgadm::bin/mgadm bgp::tests::test_ipv4_prefix_parsing_in_cli
19192026-05-09T15:49:37.198Z PASS [ 0.010s] mgadm::bin/mgadm bgp::tests::test_parse_peer_type_interface
19202026-05-09T15:49:37.198Z PASS [ 0.010s] mgadm::bin/mgadm static_routing::tests::test_route_conversion_to_api_types
19212026-05-09T15:49:37.199Z PASS [ 0.010s] mgadm::bin/mgadm bgp::tests::test_ipv6_prefix_parsing_in_cli
19222026-05-09T15:49:37.199Z────────────
19232026-05-09T15:49:37.199Z Summary [ 0.011s] 6 tests run: 6 passed, 0 skipped
19242026-05-09T15:49:37.210Zprocess exited: duration 282839 ms, exit code 0
 
19252026-05-09T15:49:37.226Zfound 0 output files