01KTCTAH3YENF7B3GAPK3FK7P3: test-rdb

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

Buildomat Job: 01KTCTB5PV24CVWK882C6XX6EA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T21:18:11.979Zjob assigned to worker 01KTCTBJWKB54HXPXEHB595QMK [factory aws, i-00dca8110fd82aee0] (queued for 1 m 5 s)
 
22026-06-05T21:18:18.501Zstarting task 0: "setup"
32026-06-05T21:18:18.504Z++ uname -s
42026-06-05T21:18:18.504Z+ kern=SunOS
52026-06-05T21:18:18.504Z+ build_user=build
62026-06-05T21:18:18.504Z+ build_uid=12345
72026-06-05T21:18:18.504Z+ work_dir=/work
82026-06-05T21:18:18.504Z+ input_dir=/input
92026-06-05T21:18:18.504Z+ [[ 0 == 12345 ]]
102026-06-05T21:18:18.504Z+ case "$kern" in
112026-06-05T21:18:18.504Z+ groupadd -g 12345 build
122026-06-05T21:18:18.507Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T21:18:20.513Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T21:18:20.585Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T21:18:20.588Z+ home_fs=zfs
162026-06-05T21:18:20.588Z+ [[ zfs == autofs ]]
172026-06-05T21:18:20.588Z+ mkdir -p /home/build
182026-06-05T21:18:20.588Z+ chown build:build /home/build /work
192026-06-05T21:18:22.589Z+ chmod 0700 /home/build /work
202026-06-05T21:18:22.592Zprocess exited: duration 4095 ms, exit code 0
 
212026-06-05T21:18:22.598Zstarting task 1: "rust-toolchain"
222026-06-05T21:18:22.603Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T21:18:22.603Z * rust toolchain channel = "stable"
242026-06-05T21:18:22.603Z * rust toolchain profile = "default"
252026-06-05T21:18:22.603Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-05T21:18:22.603Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T21:18:22.603Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T21:18:22.607Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T21:18:22.607Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T21:18:22.730Zinfo: downloading installer
312026-06-05T21:18:24.326Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T21:18:24.326Zwarn: /opt/ooce/bin
332026-06-05T21:18:24.326Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T21:18:24.326Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T21:18:24.326Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T21:18:24.326Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T21:18:24.326Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T21:18:24.326Zerror: cannot install while Rust is installed
392026-06-05T21:18:24.326Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T21:18:24.326Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T21:18:24.326Zwarn: /home/build/.rustup/settings.toml
422026-06-05T21:18:24.326Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T21:18:24.326Zwarn: instead of the one inferred from the default host triple.
442026-06-05T21:18:24.360Zinfo: profile set to default
452026-06-05T21:18:24.360Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T21:18:24.364Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T21:18:24.506Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T21:18:24.510Zinfo: downloading 6 components
492026-06-05T21:18:39.298Z
502026-06-05T21:18:39.298Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-05T21:18:39.329Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T21:18:39.329Z
532026-06-05T21:18:39.329Z
542026-06-05T21:18:39.329ZRust is installed now. Great!
552026-06-05T21:18:39.329Z
562026-06-05T21:18:39.333ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T21:18:39.334Zenvironment variable. This has not been done automatically.
582026-06-05T21:18:39.334Z
592026-06-05T21:18:39.334ZTo configure your current shell, you need to source
602026-06-05T21:18:39.334Zthe corresponding env file under $HOME/.cargo.
612026-06-05T21:18:39.334Z
622026-06-05T21:18:39.334ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T21:18:39.334Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T21:18:39.334Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T21:18:39.334Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T21:18:39.334Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T21:18:39.334Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T21:18:39.334Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T21:18:39.334Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T21:18:39.334Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T21:18:39.432Z+ rustup --version
722026-06-05T21:18:39.441Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T21:18:39.444Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T21:18:39.463Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T21:18:39.466Z+ cargo --version
762026-06-05T21:18:39.478Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T21:18:39.481Z+ rustc --version
782026-06-05T21:18:39.500Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T21:18:39.503Zprocess exited: duration 16903 ms, exit code 0
 
802026-06-05T21:18:39.508Zstarting task 2: "authentication"
812026-06-05T21:18:39.525Zprocess exited: duration 16 ms, exit code 0
 
822026-06-05T21:18:39.531Zstarting task 3: "clone repository"
832026-06-05T21:18:39.534Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-05T21:18:39.536Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-05T21:18:39.588ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-05T21:18:40.941Z+ cd /work/oxidecomputer/maghemite
872026-06-05T21:18:40.941Z+ git fetch origin 28cc72cd5873adf4359355c13a325e524897aa25
882026-06-05T21:18:41.337ZFrom https://github.com/oxidecomputer/maghemite
892026-06-05T21:18:41.337Z * branch 28cc72cd5873adf4359355c13a325e524897aa25 -> FETCH_HEAD
902026-06-05T21:18:41.343Z+ [[ -n trey/ndp-demux ]]
912026-06-05T21:18:41.346Z++ git branch --show-current
922026-06-05T21:18:41.349Z+ current=main
932026-06-05T21:18:41.349Z+ [[ main != trey/ndp-demux ]]
942026-06-05T21:18:41.349Z+ git branch -f trey/ndp-demux 28cc72cd5873adf4359355c13a325e524897aa25
952026-06-05T21:18:41.352Z+ git checkout -f trey/ndp-demux
962026-06-05T21:18:41.368ZSwitched to branch 'trey/ndp-demux'
972026-06-05T21:18:41.370Z+ git reset --hard 28cc72cd5873adf4359355c13a325e524897aa25
982026-06-05T21:18:41.374ZHEAD is now at 28cc72c bump ispf dependency
992026-06-05T21:18:41.377Zprocess exited: duration 1844 ms, exit code 0
 
1002026-06-05T21:18:41.383Zstarting task 4: "build"
1012026-06-05T21:18:41.387Z+ set -e
1022026-06-05T21:18:41.387Z+ source .github/buildomat/test-common.sh
1032026-06-05T21:18:41.390Z++ NEXTEST_VERSION=0.9.97
1042026-06-05T21:18:41.390Z++ PLATFORM=illumos
1052026-06-05T21:18:41.390Z++ banner install
1062026-06-05T21:18:41.390Z
1072026-06-05T21:18:41.390Z # # # #### ##### ## # #
1082026-06-05T21:18:41.390Z # ## # # # # # # #
1092026-06-05T21:18:41.390Z # # # # #### # # # # #
1102026-06-05T21:18:41.390Z # # # # # # ###### # #
1112026-06-05T21:18:41.390Z # # ## # # # # # # #
1122026-06-05T21:18:41.390Z # # # #### # # # ###### ######
1132026-06-05T21:18:41.390Z
1142026-06-05T21:18:41.390Z++ set +o errexit
1152026-06-05T21:18:41.393Z++ pkg info clang-15
1162026-06-05T21:18:41.394Z++ grep -qi installed
1172026-06-05T21:18:42.654Zpkg: info: no packages matching the following patterns you specified are
1182026-06-05T21:18:42.654Zinstalled on the system. Try querying remotely instead:
1192026-06-05T21:18:42.654Z
1202026-06-05T21:18:42.655Z clang-15
1212026-06-05T21:18:42.691Z++ [[ 1 != 0 ]]
1222026-06-05T21:18:42.691Z++ set -o errexit
1232026-06-05T21:18:42.691Z++ pfexec pkg install clang-15
1242026-06-05T21:18:49.824Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-06-05T21:18:57.601Z Startup: Caching catalogs ... Done
1262026-06-05T21:19:04.775ZPlanning: Solver setup ... Done
1272026-06-05T21:19:04.815ZPlanning: Running solver ... Done
1282026-06-05T21:19:04.955ZPlanning: Finding local manifests ... Done
1292026-06-05T21:19:04.975ZPlanning: Fetching manifests: 0/2 0% complete
1302026-06-05T21:19:05.475ZPlanning: Fetching manifests: 2/2 100% complete
1312026-06-05T21:19:05.504ZPlanning: Package planning ... Done
1322026-06-05T21:19:05.530ZPlanning: Merging actions ... Done
1332026-06-05T21:19:05.636ZPlanning: Checking for conflicting actions ... Done
1342026-06-05T21:19:05.645ZPlanning: Consolidating action changes ... Done
1352026-06-05T21:19:06.431ZPlanning: Evaluating mediators ... Done
1362026-06-05T21:19:06.436ZPlanning: Planning completed in 8.67 seconds
1372026-06-05T21:19:06.550Z Packages to install: 2
1382026-06-05T21:19:06.550Z Mediators to change: 2
1392026-06-05T21:19:06.550Z Services to change: 1
1402026-06-05T21:19:06.551Z Create boot environment: No
1412026-06-05T21:19:06.551ZCreate backup boot environment: No
1422026-06-05T21:19:06.592Z
1432026-06-05T21:19:06.592ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-06-05T21:19:13.914ZDownload: 984/3076 items 82.2/211.3MB 38% complete (36.1M/s)
1452026-06-05T21:19:20.082ZDownload: 2005/3076 items 117.8/211.3MB 55% complete (10.2M/s)
1462026-06-05T21:19:24.438ZDownload: Completed 211.31 MB in 17.85 seconds (11.8M/s)
1472026-06-05T21:19:25.159Z Actions: 1/3418 actions (Installing new actions)
1482026-06-05T21:19:28.284Z Actions: Completed 3418 actions in 3.12 seconds.
1492026-06-05T21:19:28.905Z Done
1502026-06-05T21:19:28.905Z Done
1512026-06-05T21:19:29.635Z Done
1522026-06-05T21:19:33.011Z Done
1532026-06-05T21:19:33.087Z Done
1542026-06-05T21:19:33.090Z Done
1552026-06-05T21:19:33.252Z Done
1562026-06-05T21:19:33.953Z++ set -o errexit
1572026-06-05T21:19:33.953Z++ cargo --version
1582026-06-05T21:19:33.961Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1592026-06-05T21:19:34.112Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1602026-06-05T21:19:34.115Zinfo: downloading 6 components
1612026-06-05T21:19:49.883Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1622026-06-05T21:19:49.887Z++ rustc --version
1632026-06-05T21:19:49.914Zrustc 1.95.0 (59807616e 2026-04-14)
1642026-06-05T21:19:49.916Z++ cargo install cargo-nextest --version 0.9.97
1652026-06-05T21:19:49.958Z Updating crates.io index
1662026-06-05T21:19:50.056Z Downloading crates ...
1672026-06-05T21:19:50.114Z Downloaded cargo-nextest v0.9.97
1682026-06-05T21:19:50.177Z Installing cargo-nextest v0.9.97
1692026-06-05T21:19:50.216Z Updating crates.io index
1702026-06-05T21:19:52.873Z Locking 404 packages to latest compatible versions
1712026-06-05T21:19:52.877Z Adding dialoguer v0.11.0 (available: v0.12.0)
1722026-06-05T21:19:52.881Z Adding duct v0.13.7 (available: v1.1.1)
1732026-06-05T21:19:52.881Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1742026-06-05T21:19:52.881Z Adding generic-array v0.14.7 (available: v0.14.9)
1752026-06-05T21:19:52.885Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1762026-06-05T21:19:52.885Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1772026-06-05T21:19:52.885Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1782026-06-05T21:19:52.888Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1792026-06-05T21:19:52.888Z Adding quick-junit v0.5.2 (available: v0.6.0)
1802026-06-05T21:19:52.916Z Downloading crates ...
1812026-06-05T21:19:52.993Z Downloaded form_urlencoded v1.2.2
1822026-06-05T21:19:52.996Z Downloaded fastrand v2.4.1
1832026-06-05T21:19:53.000Z Downloaded generic-array v0.14.7
1842026-06-05T21:19:53.004Z Downloaded cfg-if v1.0.4
1852026-06-05T21:19:53.004Z Downloaded atomic-waker v1.1.2
1862026-06-05T21:19:53.005Z Downloaded clap_derive v4.6.1
1872026-06-05T21:19:53.011Z Downloaded adler2 v2.0.1
1882026-06-05T21:19:53.014Z Downloaded ahash v0.8.12
1892026-06-05T21:19:53.017Z Downloaded clap_lex v1.1.0
1902026-06-05T21:19:53.020Z Downloaded indenter v0.3.4
1912026-06-05T21:19:53.020Z Downloaded home v0.5.12
1922026-06-05T21:19:53.022Z Downloaded cargo-platform v0.3.3
1932026-06-05T21:19:53.022Z Downloaded cargo-platform v0.2.0
1942026-06-05T21:19:53.025Z Downloaded cfg_aliases v0.2.1
1952026-06-05T21:19:53.025Z Downloaded humantime-serde v1.1.1
1962026-06-05T21:19:53.025Z Downloaded humantime v2.3.0
1972026-06-05T21:19:53.028Z Downloaded idna_adapter v1.0.0
1982026-06-05T21:19:53.028Z Downloaded addr2line v0.25.1
1992026-06-05T21:19:53.032Z Downloaded bitflags v2.12.1
2002026-06-05T21:19:53.035Z Downloaded rustc-hash v2.1.2
2012026-06-05T21:19:53.035Z Downloaded lazy_static v1.5.0
2022026-06-05T21:19:53.035Z Downloaded clap v4.6.1
2032026-06-05T21:19:53.039Z Downloaded scopeguard v1.2.0
2042026-06-05T21:19:53.042Z Downloaded indent_write v2.2.0
2052026-06-05T21:19:53.042Z Downloaded color-spantrace v0.3.0
2062026-06-05T21:19:53.045Z Downloaded hyper-rustls v0.27.9
2072026-06-05T21:19:53.048Z Downloaded crypto-common v0.1.7
2082026-06-05T21:19:53.051Z Downloaded colorchoice v1.0.5
2092026-06-05T21:19:53.051Z Downloaded backtrace-ext v0.2.1
2102026-06-05T21:19:53.053Z Downloaded ipnet v2.12.0
2112026-06-05T21:19:53.056Z Downloaded autocfg v1.5.1
2122026-06-05T21:19:53.059Z Downloaded hyper-tls v0.6.0
2132026-06-05T21:19:53.059Z Downloaded owo-colors v4.3.0
2142026-06-05T21:19:53.059Z Downloaded iana-time-zone v0.1.65
2152026-06-05T21:19:53.062Z Downloaded async-scoped v0.9.0
2162026-06-05T21:19:53.064Z Downloaded quinn-udp v0.5.14
2172026-06-05T21:19:53.065Z Downloaded openssl-probe v0.2.1
2182026-06-05T21:19:53.067Z Downloaded curve25519-dalek-derive v0.1.1
2192026-06-05T21:19:53.068Z Downloaded futures-task v0.3.32
2202026-06-05T21:19:53.071Z Downloaded block-buffer v0.10.4
2212026-06-05T21:19:53.074Z Downloaded litrs v1.0.0
2222026-06-05T21:19:53.074Z Downloaded mukti-metadata v0.3.0
2232026-06-05T21:19:53.077Z Downloaded cpufeatures v0.2.17
2242026-06-05T21:19:53.077Z Downloaded anstyle-query v1.1.5
2252026-06-05T21:19:53.080Z Downloaded number_prefix v0.4.0
2262026-06-05T21:19:53.082Z Downloaded itoa v1.0.18
2272026-06-05T21:19:53.085Z Downloaded enable-ansi-support v0.2.1
2282026-06-05T21:19:53.085Z Downloaded cargo-util-schemas v0.2.0
2292026-06-05T21:19:53.088Z Downloaded bytes v1.11.1
2302026-06-05T21:19:53.091Z Downloaded futures-sink v0.3.32
2312026-06-05T21:19:53.094Z Downloaded fnv v1.0.7
2322026-06-05T21:19:53.094Z Downloaded errno v0.3.14
2332026-06-05T21:19:53.096Z Downloaded miette-derive v7.6.0
2342026-06-05T21:19:53.100Z Downloaded futures-io v0.3.32
2352026-06-05T21:19:53.103Z Downloaded is_terminal_polyfill v1.70.2
2362026-06-05T21:19:53.106Z Downloaded os_pipe v1.2.3
2372026-06-05T21:19:53.106Z Downloaded document-features v0.2.12
2382026-06-05T21:19:53.108Z Downloaded futures-core v0.3.32
2392026-06-05T21:19:53.109Z Downloaded ordered-float v2.10.1
2402026-06-05T21:19:53.112Z Downloaded nextest-workspace-hack v0.1.0
2412026-06-05T21:19:53.114Z Downloaded lru-slab v0.1.2
2422026-06-05T21:19:53.117Z Downloaded heck v0.5.0
2432026-06-05T21:19:53.117Z Downloaded nested v0.1.1
2442026-06-05T21:19:53.120Z Downloaded guppy-workspace-hack v0.1.0
2452026-06-05T21:19:53.120Z Downloaded equivalent v1.0.2
2462026-06-05T21:19:53.120Z Downloaded atomicwrites v0.4.4
2472026-06-05T21:19:53.123Z Downloaded hex v0.4.3
2482026-06-05T21:19:53.126Z Downloaded serde_spanned v1.1.1
2492026-06-05T21:19:53.131Z Downloaded debug-ignore v1.0.5
2502026-06-05T21:19:53.135Z Downloaded is_ci v1.2.0
2512026-06-05T21:19:53.139Z Downloaded http-body v1.0.1
2522026-06-05T21:19:53.139Z Downloaded serde_ignored v0.1.14
2532026-06-05T21:19:53.139Z Downloaded serde-value v0.7.0
2542026-06-05T21:19:53.139Z Downloaded serde_spanned v0.6.9
2552026-06-05T21:19:53.142Z Downloaded pathdiff v0.2.3
2562026-06-05T21:19:53.142Z Downloaded shell-words v1.1.1
2572026-06-05T21:19:53.142Z Downloaded percent-encoding v2.3.2
2582026-06-05T21:19:53.147Z Downloaded openssl-macros v0.1.1
2592026-06-05T21:19:53.147Z Downloaded dialoguer v0.11.0
2602026-06-05T21:19:53.150Z Downloaded foreign-types v0.3.2
2612026-06-05T21:19:53.150Z Downloaded camino-tempfile v1.4.1
2622026-06-05T21:19:53.150Z Downloaded signature v2.2.0
2632026-06-05T21:19:53.154Z Downloaded anstyle-parse v1.0.0
2642026-06-05T21:19:53.154Z Downloaded sigchld v0.2.4
2652026-06-05T21:19:53.155Z Downloaded digest v0.10.7
2662026-06-05T21:19:53.158Z Downloaded futures-macro v0.3.32
2672026-06-05T21:19:53.158Z Downloaded serde_urlencoded v0.7.1
2682026-06-05T21:19:53.158Z Downloaded fixedbitset v0.5.7
2692026-06-05T21:19:53.158Z Downloaded cargo_metadata v0.23.1
2702026-06-05T21:19:53.163Z Downloaded native-tls v0.2.18
2712026-06-05T21:19:53.163Z Downloaded ed25519 v2.2.3
2722026-06-05T21:19:53.163Z Downloaded signal-hook-mio v0.2.5
2732026-06-05T21:19:53.167Z Downloaded newtype-uuid v1.3.2
2742026-06-05T21:19:53.167Z Downloaded strip-ansi-escapes v0.2.1
2752026-06-05T21:19:53.167Z Downloaded http-body-util v0.1.3
2762026-06-05T21:19:53.167Z Downloaded duct v0.13.7
2772026-06-05T21:19:53.168Z Downloaded cargo_metadata v0.20.0
2782026-06-05T21:19:53.170Z Downloaded shared_child v1.1.1
2792026-06-05T21:19:53.170Z Downloaded swrite v0.1.0
2802026-06-05T21:19:53.171Z Downloaded strsim v0.11.1
2812026-06-05T21:19:53.171Z Downloaded terminal_size v0.4.4
2822026-06-05T21:19:53.174Z Downloaded base64ct v1.8.3
2832026-06-05T21:19:53.178Z Downloaded rand_chacha v0.9.0
2842026-06-05T21:19:53.181Z Downloaded filetime v0.2.29
2852026-06-05T21:19:53.185Z Downloaded future-queue v0.4.0
2862026-06-05T21:19:53.185Z Downloaded subtle v2.6.1
2872026-06-05T21:19:53.185Z Downloaded supports-hyperlinks v3.2.0
2882026-06-05T21:19:53.185Z Downloaded find-msvc-tools v0.1.9
2892026-06-05T21:19:53.191Z Downloaded serde-untagged v0.1.9
2902026-06-05T21:19:53.191Z Downloaded sync_wrapper v1.0.2
2912026-06-05T21:19:53.191Z Downloaded supports-unicode v3.0.0
2922026-06-05T21:19:53.191Z Downloaded erased-serde v0.4.10
2932026-06-05T21:19:53.196Z Downloaded globset v0.4.18
2942026-06-05T21:19:53.209Z Downloaded convert_case v0.10.0
2952026-06-05T21:19:53.209Z Downloaded serde_path_to_error v0.1.20
2962026-06-05T21:19:53.214Z Downloaded foldhash v0.1.5
2972026-06-05T21:19:53.214Z Downloaded rustc_version v0.4.1
2982026-06-05T21:19:53.214Z Downloaded pkg-config v0.3.33
2992026-06-05T21:19:53.214Z Downloaded anstyle v1.0.14
3002026-06-05T21:19:53.214Z Downloaded pkcs8 v0.10.2
3012026-06-05T21:19:53.214Z Downloaded foreign-types-shared v0.1.1
3022026-06-05T21:19:53.214Z Downloaded either v1.16.0
3032026-06-05T21:19:53.214Z Downloaded tinyvec_macros v0.1.1
3042026-06-05T21:19:53.214Z Downloaded rustc-demangle v0.1.27
3052026-06-05T21:19:53.214Z Downloaded shlex v2.0.1
3062026-06-05T21:19:53.218Z Downloaded eyre v0.6.12
3072026-06-05T21:19:53.218Z Downloaded camino v1.2.2
3082026-06-05T21:19:53.221Z Downloaded borsh v1.6.1
3092026-06-05T21:19:53.227Z Downloaded self-replace v1.5.0
3102026-06-05T21:19:53.227Z Downloaded pin-project-lite v0.2.17
3112026-06-05T21:19:53.240Z Downloaded toml_write v0.1.2
3122026-06-05T21:19:53.240Z Downloaded lock_api v0.4.14
3132026-06-05T21:19:53.240Z Downloaded static_assertions v1.1.0
3142026-06-05T21:19:53.240Z Downloaded rand_core v0.6.4
3152026-06-05T21:19:53.255Z Downloaded slab v0.4.12
3162026-06-05T21:19:53.255Z Downloaded pin-project-internal v1.1.13
3172026-06-05T21:19:53.255Z Downloaded spki v0.7.3
3182026-06-05T21:19:53.255Z Downloaded simd-adler32 v0.3.9
3192026-06-05T21:19:53.256Z Downloaded toml_datetime v0.6.11
3202026-06-05T21:19:53.256Z Downloaded tower-service v0.3.3
3212026-06-05T21:19:53.256Z Downloaded tracing-error v0.2.1
3222026-06-05T21:19:53.256Z Downloaded tower-layer v0.3.3
3232026-06-05T21:19:53.256Z Downloaded sha2 v0.10.9
3242026-06-05T21:19:53.256Z Downloaded unicode-linebreak v0.1.5
3252026-06-05T21:19:53.256Z Downloaded nextest-metadata v0.12.2
3262026-06-05T21:19:53.256Z Downloaded once_cell v1.21.4
3272026-06-05T21:19:53.256Z Downloaded indicatif v0.17.11
3282026-06-05T21:19:53.259Z Downloaded thiserror-impl v1.0.69
3292026-06-05T21:19:53.259Z Downloaded quote v1.0.45
3302026-06-05T21:19:53.259Z Downloaded futures-executor v0.3.32
3312026-06-05T21:19:53.259Z Downloaded futures-channel v0.3.32
3322026-06-05T21:19:53.259Z Downloaded anstream v1.0.0
3332026-06-05T21:19:53.264Z Downloaded smol_str v0.3.6
3342026-06-05T21:19:53.268Z Downloaded crc32fast v1.5.0
3352026-06-05T21:19:53.268Z Downloaded tokio-macros v2.7.0
3362026-06-05T21:19:53.268Z Downloaded getrandom v0.2.17
3372026-06-05T21:19:53.269Z Downloaded thiserror v2.0.18
3382026-06-05T21:19:53.273Z Downloaded thread_local v1.1.9
3392026-06-05T21:19:53.273Z Downloaded thiserror-impl v2.0.18
3402026-06-05T21:19:53.273Z Downloaded thiserror v1.0.69
3412026-06-05T21:19:53.286Z Downloaded want v0.3.1
3422026-06-05T21:19:53.288Z Downloaded utf8_iter v1.0.4
3432026-06-05T21:19:53.288Z Downloaded const-oid v0.9.6
3442026-06-05T21:19:53.293Z Downloaded console v0.15.11
3452026-06-05T21:19:53.293Z Downloaded cfg-expr v0.20.8
3462026-06-05T21:19:53.293Z Downloaded version_check v0.9.5
3472026-06-05T21:19:53.293Z Downloaded utf8parse v0.2.2
3482026-06-05T21:19:53.293Z Downloaded untrusted v0.9.0
3492026-06-05T21:19:53.293Z Downloaded rand_core v0.9.5
3502026-06-05T21:19:53.293Z Downloaded unicode-xid v0.2.6
3512026-06-05T21:19:53.293Z Downloaded urlencoding v2.1.3
3522026-06-05T21:19:53.293Z Downloaded typeid v1.0.3
3532026-06-05T21:19:53.293Z Downloaded try-lock v0.2.5
3542026-06-05T21:19:53.293Z Downloaded target-spec-miette v0.4.8
3552026-06-05T21:19:53.293Z Downloaded tokio-native-tls v0.3.1
3562026-06-05T21:19:53.293Z Downloaded jobserver v0.1.34
3572026-06-05T21:19:53.310Z Downloaded semver v1.0.28
3582026-06-05T21:19:53.310Z Downloaded xattr v1.6.1
3592026-06-05T21:19:53.310Z Downloaded ppv-lite86 v0.2.21
3602026-06-05T21:19:53.325Z Downloaded parking_lot_core v0.9.12
3612026-06-05T21:19:53.325Z Downloaded parking_lot v0.12.5
3622026-06-05T21:19:53.325Z Downloaded nextest-filtering v0.15.0
3632026-06-05T21:19:53.325Z Downloaded httparse v1.10.1
3642026-06-05T21:19:53.325Z Downloaded signal-hook-registry v1.4.8
3652026-06-05T21:19:53.325Z Downloaded http v1.4.1
3662026-06-05T21:19:53.325Z Downloaded toml_writer v1.1.1+spec-1.1.0
3672026-06-05T21:19:53.325Z Downloaded target-lexicon v0.13.5
3682026-06-05T21:19:53.325Z Downloaded rustls-webpki v0.103.13
3692026-06-05T21:19:53.325Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3702026-06-05T21:19:53.327Z Downloaded tracing-log v0.2.0
3712026-06-05T21:19:53.327Z Downloaded quick-junit v0.5.2
3722026-06-05T21:19:53.375Z Downloaded num-traits v0.2.19
3732026-06-05T21:19:53.375Z Downloaded rustls-pki-types v1.14.1
3742026-06-05T21:19:53.375Z Downloaded target-spec v3.6.0
3752026-06-05T21:19:53.375Z Downloaded futures v0.3.32
3762026-06-05T21:19:53.375Z Downloaded hyper-util v0.1.20
3772026-06-05T21:19:53.375Z Downloaded serde_derive v1.0.228
3782026-06-05T21:19:53.375Z Downloaded supports-color v3.0.2
3792026-06-05T21:19:53.375Z Downloaded getrandom v0.3.4
3802026-06-05T21:19:53.454Z Downloaded tempfile v3.27.0
3812026-06-05T21:19:53.454Z Downloaded getrandom v0.4.2
3822026-06-05T21:19:53.454Z Downloaded zeroize v1.8.2
3832026-06-05T21:19:53.454Z Downloaded proc-macro2 v1.0.106
3842026-06-05T21:19:53.454Z Downloaded tokio-rustls v0.26.4
3852026-06-05T21:19:53.454Z Downloaded unicase v2.9.0
3862026-06-05T21:19:53.454Z Downloaded ryu v1.0.23
3872026-06-05T21:19:53.454Z Downloaded toml v0.8.23
3882026-06-05T21:19:53.454Z Downloaded zipsign-api v0.1.5
3892026-06-05T21:19:53.454Z Downloaded textwrap v0.16.2
3902026-06-05T21:19:53.454Z Downloaded toml_parser v1.1.2+spec-1.1.0
3912026-06-05T21:19:53.454Z Downloaded self_update v0.42.0
3922026-06-05T21:19:53.454Z Downloaded tokio-stream v0.1.18
3932026-06-05T21:19:53.454Z Downloaded zstd v0.13.3
3942026-06-05T21:19:53.454Z Downloaded signal-hook v0.3.18
3952026-06-05T21:19:53.454Z Downloaded zmij v1.0.21
3962026-06-05T21:19:53.455Z Downloaded smallvec v1.15.1
3972026-06-05T21:19:53.458Z Downloaded indexmap v2.14.0
3982026-06-05T21:19:53.459Z Downloaded derive-where v1.6.1
3992026-06-05T21:19:53.459Z Downloaded idna v1.1.0
4002026-06-05T21:19:53.459Z Downloaded tracing-attributes v0.1.31
4012026-06-05T21:19:53.459Z Downloaded socket2 v0.6.4
4022026-06-05T21:19:53.459Z Downloaded serde_core v1.0.228
4032026-06-05T21:19:53.459Z Downloaded config v0.15.23
4042026-06-05T21:19:53.460Z Downloaded miniz_oxide v0.8.9
4052026-06-05T21:19:53.460Z Downloaded zstd-safe v7.2.4
4062026-06-05T21:19:53.460Z Downloaded pin-project v1.1.13
4072026-06-05T21:19:53.460Z Downloaded cc v1.2.63
4082026-06-05T21:19:53.460Z Downloaded backtrace v0.3.76
4092026-06-05T21:19:53.460Z Downloaded xxhash-rust v0.8.15
4102026-06-05T21:19:53.460Z Downloaded tar v0.4.46
4112026-06-05T21:19:53.460Z Downloaded sharded-slab v0.1.7
4122026-06-05T21:19:53.460Z Downloaded tracing-core v0.1.36
4132026-06-05T21:19:53.460Z Downloaded log v0.4.32
4142026-06-05T21:19:53.460Z Downloaded unicode-ident v1.0.24
4152026-06-05T21:19:53.460Z Downloaded toml v1.1.2+spec-1.1.0
4162026-06-05T21:19:53.460Z Downloaded quinn v0.11.9
4172026-06-05T21:19:53.460Z Downloaded hyper v1.10.1
4182026-06-05T21:19:53.460Z Downloaded ed25519-dalek v2.2.0
4192026-06-05T21:19:53.460Z Downloaded serde v1.0.228
4202026-06-05T21:19:53.460Z Downloaded uuid v1.23.2
4212026-06-05T21:19:53.460Z Downloaded vte v0.14.1
4222026-06-05T21:19:53.460Z Downloaded openssl-sys v0.9.116
4232026-06-05T21:19:53.460Z Downloaded base64 v0.22.1
4242026-06-05T21:19:53.460Z Downloaded der v0.7.10
4252026-06-05T21:19:53.557Z Downloaded flate2 v1.1.9
4262026-06-05T21:19:53.557Z Downloaded tinyvec v1.11.0
4272026-06-05T21:19:53.561Z Downloaded derive_more v2.1.1
4282026-06-05T21:19:53.561Z Downloaded toml_edit v0.22.27
4292026-06-05T21:19:53.561Z Downloaded rand v0.9.4
4302026-06-05T21:19:53.561Z Downloaded memchr v2.8.1
4312026-06-05T21:19:53.561Z Downloaded derive_more-impl v2.1.1
4322026-06-05T21:19:53.561Z Downloaded miette v7.6.0
4332026-06-05T21:19:53.561Z Downloaded url v2.5.8
4342026-06-05T21:19:53.566Z Downloaded bstr v1.12.1
4352026-06-05T21:19:53.566Z Downloaded mio v1.2.1
4362026-06-05T21:19:53.566Z Downloaded crossterm v0.29.0
4372026-06-05T21:19:53.566Z Downloaded itertools v0.14.0
4382026-06-05T21:19:53.566Z Downloaded typenum v1.20.1
4392026-06-05T21:19:53.566Z Downloaded hashbrown v0.15.5
4402026-06-05T21:19:53.566Z Downloaded clap_builder v4.6.0
4412026-06-05T21:19:53.566Z Downloaded tower v0.5.3
4422026-06-05T21:19:53.566Z Downloaded guppy v0.17.26
4432026-06-05T21:19:53.566Z Downloaded tower-http v0.6.11
4442026-06-05T21:19:53.566Z Downloaded hashbrown v0.17.1
4452026-06-05T21:19:53.566Z Downloaded unicode-segmentation v1.13.3
4462026-06-05T21:19:53.566Z Downloaded ron v0.12.1
4472026-06-05T21:19:53.569Z Downloaded h2 v0.4.14
4482026-06-05T21:19:53.572Z Downloaded unicode-normalization v0.1.25
4492026-06-05T21:19:53.572Z Downloaded futures-util v0.3.32
4502026-06-05T21:19:53.578Z Downloaded aho-corasick v1.1.4
4512026-06-05T21:19:53.584Z Downloaded reqwest v0.12.28
4522026-06-05T21:19:53.590Z Downloaded tokio-util v0.7.18
4532026-06-05T21:19:53.635Z Downloaded winnow v0.7.15
4542026-06-05T21:19:53.643Z Downloaded regex v1.12.3
4552026-06-05T21:19:53.643Z Downloaded pulldown-cmark v0.13.4
4562026-06-05T21:19:53.643Z Downloaded winnow v1.0.3
4572026-06-05T21:19:53.643Z Downloaded vcpkg v0.2.15
4582026-06-05T21:19:53.643Z Downloaded chrono v0.4.45
4592026-06-05T21:19:53.643Z Downloaded serde_json v1.0.150
4602026-06-05T21:19:53.643Z Downloaded gimli v0.32.3
4612026-06-05T21:19:53.647Z Downloaded curve25519-dalek v4.1.3
4622026-06-05T21:19:53.647Z Downloaded portable-atomic v1.13.1
4632026-06-05T21:19:53.650Z Downloaded zerocopy v0.8.50
4642026-06-05T21:19:53.661Z Downloaded quick-xml v0.37.5
4652026-06-05T21:19:53.690Z Downloaded quick-xml v0.38.4
4662026-06-05T21:19:53.695Z Downloaded color-eyre v0.6.5
4672026-06-05T21:19:53.703Z Downloaded tokio v1.52.3
4682026-06-05T21:19:53.741Z Downloaded webpki-roots v1.0.7
4692026-06-05T21:19:53.756Z Downloaded tracing-subscriber v0.3.23
4702026-06-05T21:19:53.770Z Downloaded quinn-proto v0.11.14
4712026-06-05T21:19:53.786Z Downloaded nextest-runner v0.80.0
4722026-06-05T21:19:53.800Z Downloaded unicode-width v0.2.2
4732026-06-05T21:19:53.807Z Downloaded syn v2.0.117
4742026-06-05T21:19:53.813Z Downloaded unicode-width v0.1.14
4752026-06-05T21:19:53.817Z Downloaded openssl v0.10.80
4762026-06-05T21:19:53.821Z Downloaded nix v0.30.1
4772026-06-05T21:19:53.840Z Downloaded regex-syntax v0.8.10
4782026-06-05T21:19:53.844Z Downloaded object v0.37.3
4792026-06-05T21:19:53.862Z Downloaded rustix v0.38.44
4802026-06-05T21:19:53.875Z Downloaded rustls v0.23.40
4812026-06-05T21:19:53.882Z Downloaded rustix v1.1.4
4822026-06-05T21:19:53.912Z Downloaded tracing v0.1.44
4832026-06-05T21:19:53.941Z Downloaded regex-automata v0.4.14
4842026-06-05T21:19:54.016Z Downloaded petgraph v0.8.3
4852026-06-05T21:19:54.027Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4862026-06-05T21:19:54.037Z Downloaded libc v0.2.186
4872026-06-05T21:19:54.116Z Downloaded recursion v0.5.4
4882026-06-05T21:19:54.121Z Downloaded ring v0.17.14
4892026-06-05T21:19:54.181Z Compiling libc v0.2.186
4902026-06-05T21:19:54.185Z Compiling proc-macro2 v1.0.106
4912026-06-05T21:19:54.185Z Compiling unicode-ident v1.0.24
4922026-06-05T21:19:54.185Z Compiling quote v1.0.45
4932026-06-05T21:19:54.185Z Compiling serde_core v1.0.228
4942026-06-05T21:19:54.185Z Compiling cfg-if v1.0.4
4952026-06-05T21:19:54.185Z Compiling memchr v2.8.1
4962026-06-05T21:19:54.313Z Compiling once_cell v1.21.4
4972026-06-05T21:19:54.379Z Compiling log v0.4.32
4982026-06-05T21:19:54.427Z Compiling pin-project-lite v0.2.17
4992026-06-05T21:19:54.522Z Compiling serde v1.0.228
5002026-06-05T21:19:54.577Z Compiling itoa v1.0.18
5012026-06-05T21:19:54.798Z Compiling smallvec v1.15.1
5022026-06-05T21:19:55.008Z Compiling futures-core v0.3.32
5032026-06-05T21:19:55.031Z Compiling bitflags v2.12.1
5042026-06-05T21:19:55.064Z Compiling find-msvc-tools v0.1.9
5052026-06-05T21:19:55.156Z Compiling equivalent v1.0.2
5062026-06-05T21:19:55.240Z Compiling shlex v2.0.1
5072026-06-05T21:19:55.292Z Compiling hashbrown v0.17.1
5082026-06-05T21:19:55.399Z Compiling jobserver v0.1.34
5092026-06-05T21:19:55.412Z Compiling bytes v1.11.1
5102026-06-05T21:19:55.423Z Compiling futures-sink v0.3.32
5112026-06-05T21:19:55.436Z Compiling rustix v1.1.4
5122026-06-05T21:19:55.526Z Compiling errno v0.3.14
5132026-06-05T21:19:55.577Z Compiling mio v1.2.1
5142026-06-05T21:19:55.706Z Compiling signal-hook-registry v1.4.8
5152026-06-05T21:19:55.792Z Compiling cc v1.2.63
5162026-06-05T21:19:55.971Z Compiling syn v2.0.117
5172026-06-05T21:19:55.975Z Compiling socket2 v0.6.4
5182026-06-05T21:19:56.284Z Compiling slab v0.4.12
5192026-06-05T21:19:56.303Z Compiling zmij v1.0.21
5202026-06-05T21:19:56.337Z Compiling futures-channel v0.3.32
5212026-06-05T21:19:56.494Z Compiling tracing-core v0.1.36
5222026-06-05T21:19:56.605Z Compiling version_check v0.9.5
5232026-06-05T21:19:56.662Z Compiling serde_json v1.0.150
5242026-06-05T21:19:56.880Z Compiling futures-task v0.3.32
5252026-06-05T21:19:56.937Z Compiling getrandom v0.4.2
5262026-06-05T21:19:57.066Z Compiling indexmap v2.14.0
5272026-06-05T21:19:57.145Z Compiling futures-io v0.3.32
5282026-06-05T21:19:57.175Z Compiling unicode-width v0.2.2
5292026-06-05T21:19:57.255Z Compiling camino v1.2.2
5302026-06-05T21:19:57.343Z Compiling percent-encoding v2.3.2
5312026-06-05T21:19:57.624Z Compiling ring v0.17.14
5322026-06-05T21:19:57.627Z Compiling http v1.4.1
5332026-06-05T21:19:57.657Z Compiling simd-adler32 v0.3.9
5342026-06-05T21:19:57.685Z Compiling adler2 v2.0.1
5352026-06-05T21:19:57.848Z Compiling zeroize v1.8.2
5362026-06-05T21:19:57.900Z Compiling autocfg v1.5.1
5372026-06-05T21:19:58.045Z Compiling miniz_oxide v0.8.9
5382026-06-05T21:19:58.245Z Compiling num-traits v0.2.19
5392026-06-05T21:19:58.483Z Compiling target-lexicon v0.13.5
5402026-06-05T21:19:58.486Z Compiling object v0.37.3
5412026-06-05T21:19:58.670Z Compiling getrandom v0.3.4
5422026-06-05T21:19:58.777Z Compiling zerocopy v0.8.50
5432026-06-05T21:19:59.048Z Compiling http-body v1.0.1
5442026-06-05T21:19:59.194Z Compiling rustls-pki-types v1.14.1
5452026-06-05T21:19:59.207Z Compiling form_urlencoded v1.2.2
5462026-06-05T21:19:59.210Z Compiling semver v1.0.28
5472026-06-05T21:19:59.447Z Compiling getrandom v0.2.17
5482026-06-05T21:19:59.484Z Compiling owo-colors v4.3.0
5492026-06-05T21:19:59.498Z Compiling gimli v0.32.3
5502026-06-05T21:19:59.582Z Compiling serde_derive v1.0.228
5512026-06-05T21:19:59.636Z Compiling tokio-macros v2.7.0
5522026-06-05T21:19:59.770Z Compiling futures-macro v0.3.32
5532026-06-05T21:19:59.819Z Compiling tracing-attributes v0.1.31
5542026-06-05T21:19:59.863Z Compiling utf8_iter v1.0.4
5552026-06-05T21:20:00.030Z Compiling untrusted v0.9.0
5562026-06-05T21:20:00.061Z Compiling fnv v1.0.7
5572026-06-05T21:20:00.165Z Compiling idna_adapter v1.0.0
5582026-06-05T21:20:00.168Z Compiling guppy-workspace-hack v0.1.0
5592026-06-05T21:20:00.267Z Compiling thiserror v2.0.18
5602026-06-05T21:20:00.379Z Compiling tokio v1.52.3
5612026-06-05T21:20:00.401Z Compiling httparse v1.10.1
5622026-06-05T21:20:00.592Z Compiling futures-util v0.3.32
5632026-06-05T21:20:00.610Z Compiling signal-hook v0.3.18
5642026-06-05T21:20:00.880Z Compiling idna v1.1.0
5652026-06-05T21:20:01.044Z Compiling tracing v0.1.44
5662026-06-05T21:20:01.057Z Compiling thiserror-impl v2.0.18
5672026-06-05T21:20:01.394Z Compiling addr2line v0.25.1
5682026-06-05T21:20:02.820Z Compiling generic-array v0.14.7
5692026-06-05T21:20:02.921Z Compiling pkg-config v0.3.33
5702026-06-05T21:20:03.060Z Compiling rustc-demangle v0.1.27
5712026-06-05T21:20:03.249Z Compiling typeid v1.0.3
5722026-06-05T21:20:03.331Z Compiling atomic-waker v1.1.2
5732026-06-05T21:20:03.363Z Compiling try-lock v0.2.5
5742026-06-05T21:20:03.462Z Compiling target-spec v3.6.0
5752026-06-05T21:20:03.478Z Compiling rustls v0.23.40
5762026-06-05T21:20:03.545Z Compiling fastrand v2.4.1
5772026-06-05T21:20:03.703Z Compiling tower-service v0.3.3
5782026-06-05T21:20:03.774Z Compiling thiserror v1.0.69
5792026-06-05T21:20:03.818Z Compiling tempfile v3.27.0
5802026-06-05T21:20:03.929Z Compiling want v0.3.1
5812026-06-05T21:20:04.062Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5822026-06-05T21:20:04.156Z Compiling cfg-expr v0.20.8
5832026-06-05T21:20:04.281Z Compiling tokio-util v0.7.18
5842026-06-05T21:20:04.600Z Compiling url v2.5.8
5852026-06-05T21:20:04.768Z Compiling h2 v0.4.14
5862026-06-05T21:20:05.132Z Compiling backtrace v0.3.76
5872026-06-05T21:20:05.595Z Compiling thiserror-impl v1.0.69
5882026-06-05T21:20:05.880Z Compiling terminal_size v0.4.4
5892026-06-05T21:20:06.001Z Compiling aho-corasick v1.1.4
5902026-06-05T21:20:06.032Z Compiling typenum v1.20.1
5912026-06-05T21:20:06.717Z Compiling erased-serde v0.4.10
5922026-06-05T21:20:06.734Z Compiling subtle v2.6.1
5932026-06-05T21:20:06.894Z Compiling winnow v0.7.15
5942026-06-05T21:20:07.027Z Compiling regex-syntax v0.8.10
5952026-06-05T21:20:07.101Z Compiling hyper v1.10.1
5962026-06-05T21:20:08.797Z Compiling rustls-webpki v0.103.13
5972026-06-05T21:20:10.788Z Compiling regex-automata v0.4.14
5982026-06-05T21:20:11.400Z Compiling serde_spanned v0.6.9
5992026-06-05T21:20:11.501Z Compiling toml_datetime v0.6.11
6002026-06-05T21:20:11.561Z Compiling ahash v0.8.12
6012026-06-05T21:20:11.824Z Compiling sync_wrapper v1.0.2
6022026-06-05T21:20:11.864Z Compiling crc32fast v1.5.0
6032026-06-05T21:20:11.936Z Compiling unicode-segmentation v1.13.3
6042026-06-05T21:20:12.168Z Compiling foldhash v0.1.5
6052026-06-05T21:20:12.320Z Compiling base64 v0.22.1
6062026-06-05T21:20:12.384Z Compiling unicode-linebreak v0.1.5
6072026-06-05T21:20:12.652Z Compiling either v1.16.0
6082026-06-05T21:20:12.797Z Compiling nextest-workspace-hack v0.1.0
6092026-06-05T21:20:12.881Z Compiling ipnet v2.12.0
6102026-06-05T21:20:13.027Z Compiling lazy_static v1.5.0
6112026-06-05T21:20:13.139Z Compiling parking_lot_core v0.9.12
6122026-06-05T21:20:13.272Z Compiling portable-atomic v1.13.1
6132026-06-05T21:20:13.424Z Compiling tower-layer v0.3.3
6142026-06-05T21:20:13.628Z Compiling is_ci v1.2.0
6152026-06-05T21:20:13.724Z Compiling toml_write v0.1.2
6162026-06-05T21:20:13.848Z Compiling supports-color v3.0.2
6172026-06-05T21:20:13.971Z Compiling toml_edit v0.22.27
6182026-06-05T21:20:14.077Z Compiling tower v0.5.3
6192026-06-05T21:20:14.106Z Compiling hyper-util v0.1.20
6202026-06-05T21:20:14.175Z Compiling sharded-slab v0.1.7
6212026-06-05T21:20:14.488Z Compiling tokio-rustls v0.26.4
6222026-06-05T21:20:14.663Z Compiling textwrap v0.16.2
6232026-06-05T21:20:14.776Z Compiling hashbrown v0.15.5
6242026-06-05T21:20:14.787Z Compiling convert_case v0.10.0
6252026-06-05T21:20:15.391Z Compiling backtrace-ext v0.2.1
6262026-06-05T21:20:15.647Z Compiling ordered-float v2.10.1
6272026-06-05T21:20:15.714Z Compiling miette-derive v7.6.0
6282026-06-05T21:20:15.936Z Compiling webpki-roots v1.0.7
6292026-06-05T21:20:16.056Z Compiling pathdiff v0.2.3
6302026-06-05T21:20:16.067Z Compiling console v0.15.11
6312026-06-05T21:20:16.182Z Compiling cargo-platform v0.3.3
6322026-06-05T21:20:16.720Z Compiling tracing-log v0.2.0
6332026-06-05T21:20:16.733Z Compiling os_pipe v1.2.3
6342026-06-05T21:20:16.837Z Compiling thread_local v1.1.9
6352026-06-05T21:20:16.897Z Compiling utf8parse v0.2.2
6362026-06-05T21:20:17.011Z Compiling fixedbitset v0.5.7
6372026-06-05T21:20:17.079Z Compiling debug-ignore v1.0.5
6382026-06-05T21:20:17.187Z Compiling winnow v1.0.3
6392026-06-05T21:20:17.199Z Compiling supports-hyperlinks v3.2.0
6402026-06-05T21:20:17.388Z Compiling supports-unicode v3.0.0
6412026-06-05T21:20:17.526Z Compiling cfg_aliases v0.2.1
6422026-06-05T21:20:17.557Z Compiling ryu v1.0.23
6432026-06-05T21:20:17.601Z Compiling unicode-width v0.1.14
6442026-06-05T21:20:17.759Z Compiling scopeguard v1.2.0
6452026-06-05T21:20:17.846Z Compiling zstd-safe v7.2.4
6462026-06-05T21:20:17.864Z Compiling pulldown-cmark v0.13.4
6472026-06-05T21:20:17.892Z Compiling rustix v0.38.44
6482026-06-05T21:20:18.094Z Compiling lock_api v0.4.14
6492026-06-05T21:20:18.143Z Compiling miette v7.6.0
6502026-06-05T21:20:18.355Z Compiling toml_parser v1.1.2+spec-1.1.0
6512026-06-05T21:20:18.435Z Compiling serde_urlencoded v0.7.1
6522026-06-05T21:20:18.646Z Compiling nix v0.30.1
6532026-06-05T21:20:18.719Z Compiling petgraph v0.8.3
6542026-06-05T21:20:19.041Z Compiling tracing-subscriber v0.3.23
6552026-06-05T21:20:19.655Z Compiling anstyle-parse v1.0.0
6562026-06-05T21:20:19.880Z Compiling sigchld v0.2.4
6572026-06-05T21:20:20.076Z Compiling cargo_metadata v0.23.1
6582026-06-05T21:20:20.632Z Compiling hyper-rustls v0.27.9
6592026-06-05T21:20:21.330Z Compiling serde-value v0.7.0
6602026-06-05T21:20:21.897Z Compiling serde-untagged v0.1.9
6612026-06-05T21:20:22.092Z Compiling toml v0.8.23
6622026-06-05T21:20:22.316Z Compiling derive_more-impl v2.1.1
6632026-06-05T21:20:22.549Z Compiling tower-http v0.6.11
6642026-06-05T21:20:23.143Z Compiling itertools v0.14.0
6652026-06-05T21:20:23.196Z Compiling regex v1.12.3
6662026-06-05T21:20:23.299Z Compiling crypto-common v0.1.7
6672026-06-05T21:20:23.448Z Compiling block-buffer v0.10.4
6682026-06-05T21:20:23.625Z Compiling ppv-lite86 v0.2.21
6692026-06-05T21:20:23.707Z Compiling futures-executor v0.3.32
6702026-06-05T21:20:23.961Z Compiling rand_core v0.9.5
6712026-06-05T21:20:24.218Z Compiling pin-project-internal v1.1.13
6722026-06-05T21:20:24.234Z Compiling http-body-util v0.1.3
6732026-06-05T21:20:24.498Z Compiling uuid v1.23.2
6742026-06-05T21:20:24.611Z Compiling serde_spanned v1.1.1
6752026-06-05T21:20:24.624Z Compiling toml_datetime v1.1.1+spec-1.1.0
6762026-06-05T21:20:24.760Z Compiling smol_str v0.3.6
6772026-06-05T21:20:24.922Z Compiling filetime v0.2.29
6782026-06-05T21:20:25.030Z Compiling bstr v1.12.1
6792026-06-05T21:20:25.030Z Compiling vte v0.14.1
6802026-06-05T21:20:25.132Z Compiling xattr v1.6.1
6812026-06-05T21:20:25.256Z Compiling number_prefix v0.4.0
6822026-06-05T21:20:25.259Z Compiling eyre v0.6.12
6832026-06-05T21:20:25.315Z Compiling unicode-xid v0.2.6
6842026-06-05T21:20:25.418Z Compiling litrs v1.0.0
6852026-06-05T21:20:25.450Z Compiling tinyvec_macros v0.1.1
6862026-06-05T21:20:25.466Z Compiling iana-time-zone v0.1.65
6872026-06-05T21:20:25.521Z Compiling unicase v2.9.0
6882026-06-05T21:20:25.576Z Compiling static_assertions v1.1.0
6892026-06-05T21:20:25.630Z Compiling is_terminal_polyfill v1.70.2
6902026-06-05T21:20:25.647Z Compiling colorchoice v1.0.5
6912026-06-05T21:20:25.705Z Compiling self_update v0.42.0
6922026-06-05T21:20:25.717Z Compiling anstyle-query v1.1.5
6932026-06-05T21:20:25.729Z Compiling anstyle v1.0.14
6942026-06-05T21:20:25.763Z Compiling nested v0.1.1
6952026-06-05T21:20:25.806Z Compiling color-spantrace v0.3.0
6962026-06-05T21:20:25.853Z Compiling document-features v0.2.12
6972026-06-05T21:20:25.950Z Compiling anstream v1.0.0
6982026-06-05T21:20:25.978Z Compiling guppy v0.17.26
6992026-06-05T21:20:26.177Z Compiling chrono v0.4.45
7002026-06-05T21:20:26.275Z Compiling tinyvec v1.11.0
7012026-06-05T21:20:26.424Z Compiling globset v0.4.18
7022026-06-05T21:20:26.472Z Compiling cargo-util-schemas v0.2.0
7032026-06-05T21:20:26.698Z Compiling indicatif v0.17.11
7042026-06-05T21:20:26.960Z Compiling pin-project v1.1.13
7052026-06-05T21:20:27.064Z Compiling tar v0.4.46
7062026-06-05T21:20:28.877Z Compiling strip-ansi-escapes v0.2.1
7072026-06-05T21:20:29.176Z Compiling nextest-metadata v0.12.2
7082026-06-05T21:20:29.359Z Compiling toml v1.1.2+spec-1.1.0
7092026-06-05T21:20:29.490Z Compiling newtype-uuid v1.3.2
7102026-06-05T21:20:29.563Z Compiling reqwest v0.12.28
7112026-06-05T21:20:29.608Z Compiling rand_chacha v0.9.0
7122026-06-05T21:20:29.676Z Compiling futures v0.3.32
7132026-06-05T21:20:29.759Z Compiling digest v0.10.7
7142026-06-05T21:20:29.800Z Compiling derive_more v2.1.1
7152026-06-05T21:20:29.878Z Compiling parking_lot v0.12.5
7162026-06-05T21:20:29.973Z Compiling flate2 v1.1.9
7172026-06-05T21:20:30.149Z Compiling shared_child v1.1.1
7182026-06-05T21:20:30.492Z Compiling tracing-error v0.2.1
7192026-06-05T21:20:30.793Z Compiling signal-hook-mio v0.2.5
7202026-06-05T21:20:30.875Z Compiling self-replace v1.5.0
7212026-06-05T21:20:30.925Z Compiling cargo-platform v0.2.0
7222026-06-05T21:20:31.165Z Compiling quick-xml v0.38.4
7232026-06-05T21:20:31.483Z Compiling quick-xml v0.37.5
7242026-06-05T21:20:32.090Z Compiling cpufeatures v0.2.17
7252026-06-05T21:20:32.167Z Compiling clap_lex v1.1.0
7262026-06-05T21:20:32.531Z Compiling heck v0.5.0
7272026-06-05T21:20:32.560Z Compiling urlencoding v2.1.3
7282026-06-05T21:20:32.790Z Compiling indenter v0.3.4
7292026-06-05T21:20:32.804Z Compiling strsim v0.11.1
7302026-06-05T21:20:32.918Z Compiling humantime v2.3.0
7312026-06-05T21:20:32.948Z Compiling shell-words v1.1.1
7322026-06-05T21:20:33.192Z Compiling recursion v0.5.4
7332026-06-05T21:20:33.259Z Compiling clap_builder v4.6.0
7342026-06-05T21:20:33.331Z Compiling nextest-filtering v0.15.0
7352026-06-05T21:20:33.343Z Compiling humantime-serde v1.1.1
7362026-06-05T21:20:33.497Z Compiling clap_derive v4.6.1
7372026-06-05T21:20:34.343Z Compiling sha2 v0.10.9
7382026-06-05T21:20:35.276Z Compiling quick-junit v0.5.2
7392026-06-05T21:20:35.571Z Compiling atomicwrites v0.4.4
7402026-06-05T21:20:35.858Z Compiling cargo_metadata v0.20.0
7412026-06-05T21:20:37.298Z Compiling crossterm v0.29.0
7422026-06-05T21:20:38.390Z Compiling cargo-nextest v0.9.97
7432026-06-05T21:20:39.824Z Compiling duct v0.13.7
7442026-06-05T21:20:40.001Z Compiling config v0.15.23
7452026-06-05T21:20:40.432Z Compiling zstd v0.13.3
7462026-06-05T21:20:40.531Z Compiling rand v0.9.4
7472026-06-05T21:20:40.670Z Compiling async-scoped v0.9.0
7482026-06-05T21:20:40.863Z Compiling unicode-normalization v0.1.25
7492026-06-05T21:20:40.868Z Compiling target-spec-miette v0.4.8
7502026-06-05T21:20:41.030Z Compiling future-queue v0.4.0
7512026-06-05T21:20:41.288Z Compiling mukti-metadata v0.3.0
7522026-06-05T21:20:41.305Z Compiling tokio-stream v0.1.18
7532026-06-05T21:20:41.318Z Compiling camino-tempfile v1.4.1
7542026-06-05T21:20:41.455Z Compiling derive-where v1.6.1
7552026-06-05T21:20:41.550Z Compiling serde_path_to_error v0.1.20
7562026-06-05T21:20:41.736Z Compiling serde_ignored v0.1.14
7572026-06-05T21:20:41.772Z Compiling xxhash-rust v0.8.15
7582026-06-05T21:20:41.834Z Compiling indent_write v2.2.0
7592026-06-05T21:20:41.958Z Compiling home v0.5.12
7602026-06-05T21:20:41.981Z Compiling hex v0.4.3
7612026-06-05T21:20:41.998Z Compiling swrite v0.1.0
7622026-06-05T21:20:42.083Z Compiling color-eyre v0.6.5
7632026-06-05T21:20:42.121Z Compiling clap v4.6.1
7642026-06-05T21:20:42.135Z Compiling dialoguer v0.11.0
7652026-06-05T21:20:42.205Z Compiling enable-ansi-support v0.2.1
7662026-06-05T21:20:42.684Z Compiling nextest-runner v0.80.0
7672026-06-05T21:21:00.735Z Finished `release` profile [optimized] target(s) in 1m 10s
7682026-06-05T21:21:00.925Z Installing /home/build/.cargo/bin/cargo-nextest
7692026-06-05T21:21:00.928Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7702026-06-05T21:21:01.048Z+ pushd rdb
7712026-06-05T21:21:01.052Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7722026-06-05T21:21:01.052Z+ cargo nextest run -p rdb -p mg-api-types -p mg-api-types-versions
7732026-06-05T21:21:01.206Z Updating git repository `https://github.com/oxidecomputer/falcon`
7742026-06-05T21:21:01.965ZFrom https://github.com/oxidecomputer/falcon
7752026-06-05T21:21:01.965Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7762026-06-05T21:21:02.039Z Updating crates.io index
7772026-06-05T21:21:02.080Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7782026-06-05T21:21:03.007ZFrom https://github.com/oxidecomputer/dendrite
7792026-06-05T21:21:03.007Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7802026-06-05T21:21:03.038Z Updating git repository `https://github.com/oxidecomputer/ispf`
7812026-06-05T21:21:03.298ZFrom https://github.com/oxidecomputer/ispf
7822026-06-05T21:21:03.298Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7832026-06-05T21:21:03.367Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7842026-06-05T21:21:03.698ZFrom https://github.com/oxidecomputer/netadm-sys
7852026-06-05T21:21:03.698Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
7862026-06-05T21:21:03.707Z Updating git repository `https://github.com/oxidecomputer/omicron`
7872026-06-05T21:21:11.510ZFrom https://github.com/oxidecomputer/omicron
7882026-06-05T21:21:11.510Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7892026-06-05T21:21:11.927Z Updating git repository `https://github.com/oxidecomputer/opte`
7902026-06-05T21:21:12.681ZFrom https://github.com/oxidecomputer/opte
7912026-06-05T21:21:12.681Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
7922026-06-05T21:21:12.919Z Updating git repository `https://github.com/illumos/smf-rs`
7932026-06-05T21:21:13.177ZFrom https://github.com/illumos/smf-rs
7942026-06-05T21:21:13.177Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7952026-06-05T21:21:13.185Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7962026-06-05T21:21:13.455ZFrom https://github.com/oxidecomputer/network-interface
7972026-06-05T21:21:13.455Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
7982026-06-05T21:21:13.581Z Updating git repository `https://github.com/oxidecomputer/zone`
7992026-06-05T21:21:13.830ZFrom https://github.com/oxidecomputer/zone
8002026-06-05T21:21:13.830Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8012026-06-05T21:21:13.958Z Updating git repository `https://github.com/oxidecomputer/propolis`
8022026-06-05T21:21:14.571ZFrom https://github.com/oxidecomputer/propolis
8032026-06-05T21:21:14.571Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8042026-06-05T21:21:14.619Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8052026-06-05T21:21:15.106ZFrom https://github.com/oxidecomputer/transceiver-control
8062026-06-05T21:21:15.106Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8072026-06-05T21:21:15.175Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8082026-06-05T21:21:15.423ZFrom https://github.com/oxidecomputer/dlpi-sys
8092026-06-05T21:21:15.423Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8102026-06-05T21:21:15.439Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8112026-06-05T21:21:15.747ZFrom https://github.com/jmesmon/rust-libzfs
8122026-06-05T21:21:15.747Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8132026-06-05T21:21:15.755Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8142026-06-05T21:21:15.994ZFrom https://github.com/oxidecomputer/rusty-doors
8152026-06-05T21:21:15.994Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8162026-06-05T21:21:16.002Z Updating git repository `https://github.com/oxidecomputer/lldp`
8172026-06-05T21:21:16.315ZFrom https://github.com/oxidecomputer/lldp
8182026-06-05T21:21:16.315Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8192026-06-05T21:21:16.349Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8202026-06-05T21:21:16.628ZFrom https://github.com/oxidecomputer/slog-error-chain
8212026-06-05T21:21:16.628Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8222026-06-05T21:21:16.699Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8232026-06-05T21:21:16.988ZFrom https://github.com/oxidecomputer/tufaceous
8242026-06-05T21:21:16.988Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8252026-06-05T21:21:17.022Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8262026-06-05T21:21:17.487ZFrom https://github.com/oxidecomputer/management-gateway-service
8272026-06-05T21:21:17.487Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8282026-06-05T21:21:17.554Z Updating git repository `https://github.com/oxidecomputer/crucible`
8292026-06-05T21:21:18.353ZFrom https://github.com/oxidecomputer/crucible
8302026-06-05T21:21:18.353Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8312026-06-05T21:21:18.419Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8322026-06-05T21:21:18.659ZFrom https://github.com/oxidecomputer/serde_human_bytes
8332026-06-05T21:21:18.659Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8342026-06-05T21:21:18.784Z Updating git repository `https://github.com/oxidecomputer/propolis`
8352026-06-05T21:21:19.198ZFrom https://github.com/oxidecomputer/propolis
8362026-06-05T21:21:19.198Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8372026-06-05T21:21:19.571Z Updating git repository `https://github.com/oxidecomputer/crucible`
8382026-06-05T21:21:20.085ZFrom https://github.com/oxidecomputer/crucible
8392026-06-05T21:21:20.085Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8402026-06-05T21:21:20.215Z Updating git repository `https://github.com/oxidecomputer/tofino`
8412026-06-05T21:21:20.526ZFrom https://github.com/oxidecomputer/tofino
8422026-06-05T21:21:20.526Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8432026-06-05T21:21:20.537Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8442026-06-05T21:21:21.226ZFrom https://github.com/oxidecomputer/maghemite
8452026-06-05T21:21:21.226Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8462026-06-05T21:21:21.274Z Updating git repository `https://github.com/oxidecomputer/clickward`
8472026-06-05T21:21:21.536ZFrom https://github.com/oxidecomputer/clickward
8482026-06-05T21:21:21.536Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8492026-06-05T21:21:21.591Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8502026-06-05T21:21:21.976ZFrom https://github.com/oxidecomputer/illumos-devinfo
8512026-06-05T21:21:21.976Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8522026-06-05T21:21:23.205Z Downloading crates ...
8532026-06-05T21:21:23.300Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8542026-06-05T21:21:23.303Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8552026-06-05T21:21:23.303Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8562026-06-05T21:21:23.303Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8572026-06-05T21:21:23.303Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8582026-06-05T21:21:23.308Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8592026-06-05T21:21:23.308Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8602026-06-05T21:21:23.308Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8612026-06-05T21:21:23.311Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8622026-06-05T21:21:23.311Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8632026-06-05T21:21:23.311Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8642026-06-05T21:21:23.311Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8652026-06-05T21:21:23.311Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8662026-06-05T21:21:23.311Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8672026-06-05T21:21:23.315Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8682026-06-05T21:21:23.316Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8692026-06-05T21:21:23.316Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8702026-06-05T21:21:23.316Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8712026-06-05T21:21:23.316Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8722026-06-05T21:21:23.316Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8732026-06-05T21:21:23.320Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8742026-06-05T21:21:23.320Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8752026-06-05T21:21:23.320Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8762026-06-05T21:21:23.320Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8772026-06-05T21:21:23.323Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8782026-06-05T21:21:23.323Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8792026-06-05T21:21:23.323Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8802026-06-05T21:21:23.326Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8812026-06-05T21:21:23.326Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8822026-06-05T21:21:23.326Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8832026-06-05T21:21:23.326Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8842026-06-05T21:21:23.326Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8852026-06-05T21:21:23.329Z Downloaded embedded-io v0.6.1
8862026-06-05T21:21:23.329Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8872026-06-05T21:21:23.330Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8882026-06-05T21:21:23.333Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8892026-06-05T21:21:23.333Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8902026-06-05T21:21:23.333Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8912026-06-05T21:21:23.333Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8922026-06-05T21:21:23.333Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8932026-06-05T21:21:23.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8942026-06-05T21:21:23.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8952026-06-05T21:21:23.339Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8962026-06-05T21:21:23.339Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8972026-06-05T21:21:23.339Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8982026-06-05T21:21:23.339Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
8992026-06-05T21:21:23.344Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9002026-06-05T21:21:23.344Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9012026-06-05T21:21:23.344Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9022026-06-05T21:21:23.344Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9032026-06-05T21:21:23.344Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9042026-06-05T21:21:23.344Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9052026-06-05T21:21:23.344Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9062026-06-05T21:21:23.344Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9072026-06-05T21:21:23.344Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9082026-06-05T21:21:23.347Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9092026-06-05T21:21:23.347Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9102026-06-05T21:21:23.347Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9112026-06-05T21:21:23.348Z Downloaded erased-serde v0.3.31
9122026-06-05T21:21:23.348Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9132026-06-05T21:21:23.348Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9142026-06-05T21:21:23.348Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9152026-06-05T21:21:23.354Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9162026-06-05T21:21:23.354Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9172026-06-05T21:21:23.354Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9182026-06-05T21:21:23.354Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9192026-06-05T21:21:23.354Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9202026-06-05T21:21:23.354Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9212026-06-05T21:21:23.354Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9222026-06-05T21:21:23.354Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9232026-06-05T21:21:23.363Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9242026-06-05T21:21:23.363Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9252026-06-05T21:21:23.363Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9262026-06-05T21:21:23.363Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9272026-06-05T21:21:23.363Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9282026-06-05T21:21:23.363Z Downloaded num-rational v0.4.2
9292026-06-05T21:21:23.363Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9302026-06-05T21:21:23.363Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9312026-06-05T21:21:23.364Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9322026-06-05T21:21:23.370Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9332026-06-05T21:21:23.370Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9342026-06-05T21:21:23.370Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9352026-06-05T21:21:23.370Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9362026-06-05T21:21:23.370Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9372026-06-05T21:21:23.371Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9382026-06-05T21:21:23.371Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9392026-06-05T21:21:23.371Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9402026-06-05T21:21:23.371Z Downloaded hashbrown v0.16.1
9412026-06-05T21:21:23.371Z Downloaded pest_derive v2.8.6
9422026-06-05T21:21:23.445Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9432026-06-05T21:21:23.445Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9442026-06-05T21:21:23.445Z Downloaded progenitor-impl v0.13.0
9452026-06-05T21:21:23.445Z Downloaded serial_test_derive v3.5.0
9462026-06-05T21:21:23.445Z Downloaded rand_core v0.10.1
9472026-06-05T21:21:23.445Z Downloaded proc-macro-error-attr v1.0.4
9482026-06-05T21:21:23.445Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9492026-06-05T21:21:23.445Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9502026-06-05T21:21:23.445Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9512026-06-05T21:21:23.445Z Downloaded serde_derive_internals v0.29.1
9522026-06-05T21:21:23.445Z Downloaded resolv-conf v0.7.6
9532026-06-05T21:21:23.445Z Downloaded opaque-debug v0.3.1
9542026-06-05T21:21:23.445Z Downloaded num_enum_derive v0.7.6
9552026-06-05T21:21:23.445Z Downloaded progenitor-macro v0.14.0
9562026-06-05T21:21:23.445Z Downloaded phf v0.12.1
9572026-06-05T21:21:23.445Z Downloaded inout v0.1.4
9582026-06-05T21:21:23.445Z Downloaded ident_case v1.0.1
9592026-06-05T21:21:23.445Z Downloaded hubpack v0.1.2
9602026-06-05T21:21:23.445Z Downloaded pretty-hex v0.4.2
9612026-06-05T21:21:23.445Z Downloaded pest_generator v2.8.6
9622026-06-05T21:21:23.445Z Downloaded is-terminal v0.4.17
9632026-06-05T21:21:23.445Z Downloaded progenitor v0.13.0
9642026-06-05T21:21:23.445Z Downloaded progenitor-extras v0.2.0
9652026-06-05T21:21:23.445Z Downloaded fxhash v0.2.1
9662026-06-05T21:21:23.446Z Downloaded newtype-uuid-macros v0.1.0
9672026-06-05T21:21:23.446Z Downloaded newline-converter v0.3.0
9682026-06-05T21:21:23.446Z Downloaded httpdate v1.0.3
9692026-06-05T21:21:23.446Z Downloaded foreign-types-macros v0.2.3
9702026-06-05T21:21:23.446Z Downloaded password-hash v0.5.0
9712026-06-05T21:21:23.446Z Downloaded fixedbitset v0.4.2
9722026-06-05T21:21:23.446Z Downloaded hostname v0.4.2
9732026-06-05T21:21:23.446Z Downloaded float-ord v0.3.2
9742026-06-05T21:21:23.446Z Downloaded git-stub v1.0.0
9752026-06-05T21:21:23.446Z Downloaded internet-checksum v0.2.1
9762026-06-05T21:21:23.451Z Downloaded macaddr v1.0.1
9772026-06-05T21:21:23.451Z Downloaded secrecy v0.10.3
9782026-06-05T21:21:23.452Z Downloaded plain v0.2.3
9792026-06-05T21:21:23.452Z Downloaded serde_plain v1.0.2
9802026-06-05T21:21:23.455Z Downloaded same-file v1.0.6
9812026-06-05T21:21:23.455Z Downloaded olpc-cjson v0.1.4
9822026-06-05T21:21:23.455Z Downloaded proc-macro-crate v1.3.1
9832026-06-05T21:21:23.455Z Downloaded num_threads v0.1.7
9842026-06-05T21:21:23.455Z Downloaded no-std-compat v0.4.1
9852026-06-05T21:21:23.458Z Downloaded newtype_derive v0.1.6
9862026-06-05T21:21:23.458Z Downloaded quick-error v1.2.3
9872026-06-05T21:21:23.458Z Downloaded memoffset v0.9.1
9882026-06-05T21:21:23.463Z Downloaded num-conv v0.2.2
9892026-06-05T21:21:23.463Z Downloaded natord v1.0.9
9902026-06-05T21:21:23.466Z Downloaded rand_chacha v0.3.1
9912026-06-05T21:21:23.466Z Downloaded idna_adapter v1.2.2
9922026-06-05T21:21:23.466Z Downloaded scroll_derive v0.12.1
9932026-06-05T21:21:23.466Z Downloaded num-iter v0.1.45
9942026-06-05T21:21:23.466Z Downloaded mime v0.3.17
9952026-06-05T21:21:23.470Z Downloaded num_enum_derive v0.5.11
9962026-06-05T21:21:23.470Z Downloaded libscf-sys v1.2.0
9972026-06-05T21:21:23.473Z Downloaded rand_xorshift v0.4.0
9982026-06-05T21:21:23.473Z Downloaded parse-display v0.10.0
9992026-06-05T21:21:23.473Z Downloaded serial_test v3.5.0
10002026-06-05T21:21:23.476Z Downloaded num-derive v0.4.2
10012026-06-05T21:21:23.476Z Downloaded keccak v0.1.6
10022026-06-05T21:21:23.476Z Downloaded konst_macro_rules v0.2.19
10032026-06-05T21:21:23.479Z Downloaded ff v0.13.1
10042026-06-05T21:21:23.479Z Downloaded serde_repr v0.1.20
10052026-06-05T21:21:23.481Z Downloaded progenitor-macro v0.10.0
10062026-06-05T21:21:23.481Z Downloaded highway v1.3.0
10072026-06-05T21:21:23.484Z Downloaded git-stub-vcs v0.1.0
10082026-06-05T21:21:23.484Z Downloaded powerfmt v0.2.0
10092026-06-05T21:21:23.487Z Downloaded multer v3.1.0
10102026-06-05T21:21:23.491Z Downloaded progenitor-client v0.10.0
10112026-06-05T21:21:23.491Z Downloaded proc-macro-crate v3.5.0
10122026-06-05T21:21:23.491Z Downloaded proc-macro-error-attr2 v2.0.0
10132026-06-05T21:21:23.494Z Downloaded phf_shared v0.12.1
10142026-06-05T21:21:23.494Z Downloaded omicron-workspace-hack v0.1.0
10152026-06-05T21:21:23.494Z Downloaded ingot v0.1.1
10162026-06-05T21:21:23.494Z Downloaded memmap v0.7.0
10172026-06-05T21:21:23.496Z Downloaded progenitor-macro v0.13.0
10182026-06-05T21:21:23.496Z Downloaded progenitor-client v0.14.0
10192026-06-05T21:21:23.499Z Downloaded gethostname v0.5.0
10202026-06-05T21:21:23.499Z Downloaded foreign-types-shared v0.3.1
10212026-06-05T21:21:23.499Z Downloaded foreign-types v0.5.0
10222026-06-05T21:21:23.502Z Downloaded rustls-native-certs v0.8.4
10232026-06-05T21:21:23.502Z Downloaded enum-as-inner v0.6.1
10242026-06-05T21:21:23.502Z Downloaded instant v0.1.13
10252026-06-05T21:21:23.505Z Downloaded linked-hash-map v0.5.6
10262026-06-05T21:21:23.505Z Downloaded heck v0.4.1
10272026-06-05T21:21:23.508Z Downloaded prettyplease v0.2.37
10282026-06-05T21:21:23.509Z Downloaded serde-big-array v0.5.1
10292026-06-05T21:21:23.512Z Downloaded potential_utf v0.1.5
10302026-06-05T21:21:23.512Z Downloaded semver v0.1.20
10312026-06-05T21:21:23.515Z Downloaded sha1 v0.11.0
10322026-06-05T21:21:23.515Z Downloaded sha1 v0.10.6
10332026-06-05T21:21:23.515Z Downloaded lru-cache v0.1.2
10342026-06-05T21:21:23.515Z Downloaded hash32 v0.3.1
10352026-06-05T21:21:23.518Z Downloaded scroll_derive v0.13.1
10362026-06-05T21:21:23.518Z Downloaded ingot-types v0.1.2
10372026-06-05T21:21:23.518Z Downloaded match_cfg v0.1.0
10382026-06-05T21:21:23.521Z Downloaded num-complex v0.4.6
10392026-06-05T21:21:23.521Z Downloaded icu_locale_core v2.2.0
10402026-06-05T21:21:23.525Z Downloaded slog-bunyan v2.5.0
10412026-06-05T21:21:23.528Z Downloaded siphasher v1.0.3
10422026-06-05T21:21:23.528Z Downloaded ref-cast v1.0.25
10432026-06-05T21:21:23.531Z Downloaded libsw v3.5.0
10442026-06-05T21:21:23.531Z Downloaded num v0.4.3
10452026-06-05T21:21:23.536Z Downloaded hubpack_derive v0.1.1
10462026-06-05T21:21:23.536Z Downloaded smawk v0.3.2
10472026-06-05T21:21:23.536Z Downloaded slog-envlogger v2.2.0
10482026-06-05T21:21:23.539Z Downloaded foldhash v0.2.0
10492026-06-05T21:21:23.539Z Downloaded num_enum v0.5.11
10502026-06-05T21:21:23.539Z Downloaded glob v0.3.3
10512026-06-05T21:21:23.543Z Downloaded spin v0.5.2
10522026-06-05T21:21:23.543Z Downloaded memmap2 v0.9.10
10532026-06-05T21:21:23.543Z Downloaded strum v0.27.2
10542026-06-05T21:21:23.545Z Downloaded structmeta-derive v0.3.0
10552026-06-05T21:21:23.545Z Downloaded stable_deref_trait v1.2.1
10562026-06-05T21:21:23.545Z Downloaded scroll v0.12.0
10572026-06-05T21:21:23.545Z Downloaded proc-macro-error v1.0.4
10582026-06-05T21:21:23.548Z Downloaded strum v0.26.3
10592026-06-05T21:21:23.548Z Downloaded structmeta v0.3.0
10602026-06-05T21:21:23.552Z Downloaded rustc_version v0.1.7
10612026-06-05T21:21:23.552Z Downloaded oxide-tokio-rt v0.1.6
10622026-06-05T21:21:23.555Z Downloaded ref-cast-impl v1.0.25
10632026-06-05T21:21:23.555Z Downloaded paste v1.0.15
10642026-06-05T21:21:23.555Z Downloaded scroll v0.13.0
10652026-06-05T21:21:23.555Z Downloaded schemars_derive v0.8.22
10662026-06-05T21:21:23.558Z Downloaded oxnet v0.1.6
10672026-06-05T21:21:23.559Z Downloaded num_enum v0.7.6
10682026-06-05T21:21:23.562Z Downloaded progenitor-client v0.13.0
10692026-06-05T21:21:23.562Z Downloaded take_mut v0.2.2
10702026-06-05T21:21:23.562Z Downloaded pem v3.0.6
10712026-06-05T21:21:23.565Z Downloaded indexmap v1.9.3
10722026-06-05T21:21:23.567Z Downloaded testing_table v0.3.0
10732026-06-05T21:21:23.567Z Downloaded linear-map v1.2.0
10742026-06-05T21:21:23.567Z Downloaded libsw-core v0.3.2
10752026-06-05T21:21:23.570Z Downloaded ipnetwork v0.21.1
10762026-06-05T21:21:23.570Z Downloaded rusty-fork v0.3.1
10772026-06-05T21:21:23.573Z Downloaded progenitor v0.14.0
10782026-06-05T21:21:23.573Z Downloaded group v0.13.0
10792026-06-05T21:21:23.573Z Downloaded tabled_derive v0.7.0
10802026-06-05T21:21:23.576Z Downloaded managed v0.8.0
10812026-06-05T21:21:23.576Z Downloaded tagptr v0.2.0
10822026-06-05T21:21:23.576Z Downloaded litemap v0.8.2
10832026-06-05T21:21:23.579Z Downloaded hybrid-array v0.4.12
10842026-06-05T21:21:23.582Z Downloaded termtree v0.5.1
10852026-06-05T21:21:23.582Z Downloaded slog-term v2.9.2
10862026-06-05T21:21:23.582Z Downloaded tabwriter v1.4.1
10872026-06-05T21:21:23.584Z Downloaded hostname v0.3.1
10882026-06-05T21:21:23.585Z Downloaded thread-id v5.1.0
10892026-06-05T21:21:23.585Z Downloaded fs-err v3.3.0
10902026-06-05T21:21:23.587Z Downloaded thread-id v4.2.2
10912026-06-05T21:21:23.587Z Downloaded time-core v0.1.8
10922026-06-05T21:21:23.591Z Downloaded progenitor v0.10.0
10932026-06-05T21:21:23.595Z Downloaded proc-macro-error2 v2.0.1
10942026-06-05T21:21:23.595Z Downloaded thiserror-impl-no-std v2.0.2
10952026-06-05T21:21:23.595Z Downloaded sigpipe v0.1.3
10962026-06-05T21:21:23.601Z Downloaded rustversion v1.0.22
10972026-06-05T21:21:23.601Z Downloaded parse-display-derive v0.10.0
10982026-06-05T21:21:23.606Z Downloaded serde_tokenstream v0.2.3
10992026-06-05T21:21:23.606Z Downloaded smartstring v1.0.1
11002026-06-05T21:21:23.606Z Downloaded slog-scope v4.4.1
11012026-06-05T21:21:23.606Z Downloaded strum_macros v0.27.2
11022026-06-05T21:21:23.609Z Downloaded smf v0.2.3
11032026-06-05T21:21:23.609Z Downloaded topological-sort v0.2.2
11042026-06-05T21:21:23.609Z Downloaded strum_macros v0.26.4
11052026-06-05T21:21:23.612Z Downloaded slog-json v2.6.1
11062026-06-05T21:21:23.612Z Downloaded slog-dtrace v0.3.0
11072026-06-05T21:21:23.612Z Downloaded slog-async v2.8.0
11082026-06-05T21:21:23.614Z Downloaded typify-macro v0.4.3
11092026-06-05T21:21:23.615Z Downloaded rustls-pemfile v2.2.0
11102026-06-05T21:21:23.617Z Downloaded unarray v0.1.4
11112026-06-05T21:21:23.617Z Downloaded untrusted v0.7.1
11122026-06-05T21:21:23.623Z Downloaded synstructure v0.13.2
11132026-06-05T21:21:23.626Z Downloaded num-integer v0.1.46
11142026-06-05T21:21:23.626Z Downloaded snafu-derive v0.8.9
11152026-06-05T21:21:23.626Z Downloaded rand v0.8.6
11162026-06-05T21:21:23.630Z Downloaded usdt v0.6.0
11172026-06-05T21:21:23.630Z Downloaded universal-hash v0.5.1
11182026-06-05T21:21:23.631Z Downloaded rhai_codegen v3.2.0
11192026-06-05T21:21:23.635Z Downloaded utf-8 v0.7.6
11202026-06-05T21:21:23.635Z Downloaded usdt-attr-macro v0.5.0
11212026-06-05T21:21:23.635Z Downloaded parking_lot v0.11.2
11222026-06-05T21:21:23.638Z Downloaded omicron-zone-package v0.12.2
11232026-06-05T21:21:23.640Z Downloaded parking_lot_core v0.8.6
11242026-06-05T21:21:23.640Z Downloaded poly1305 v0.8.0
11252026-06-05T21:21:23.643Z Downloaded ingot-macros v0.1.1
11262026-06-05T21:21:23.643Z Downloaded serde_with_macros v3.20.0
11272026-06-05T21:21:23.647Z Downloaded typify-macro v0.6.2
11282026-06-05T21:21:23.647Z Downloaded usdt v0.5.0
11292026-06-05T21:21:23.650Z Downloaded wait-timeout v0.2.1
11302026-06-05T21:21:23.650Z Downloaded papergrid v0.18.0
11312026-06-05T21:21:23.653Z Downloaded hmac v0.12.1
11322026-06-05T21:21:23.653Z Downloaded usdt-macro v0.6.0
11332026-06-05T21:21:23.653Z Downloaded usdt-attr-macro v0.6.0
11342026-06-05T21:21:23.653Z Downloaded usdt-macro v0.5.0
11352026-06-05T21:21:23.656Z Downloaded waitgroup v0.1.2
11362026-06-05T21:21:23.656Z Downloaded tabled_derive v0.11.0
11372026-06-05T21:21:23.656Z Downloaded icu_properties v2.2.0
11382026-06-05T21:21:23.659Z Downloaded time-macros v0.2.27
11392026-06-05T21:21:23.662Z Downloaded slog-stdlog v4.1.1
11402026-06-05T21:21:23.666Z Downloaded tokio-tungstenite v0.21.0
11412026-06-05T21:21:23.667Z Downloaded zerofrom v0.1.8
11422026-06-05T21:21:23.667Z Downloaded tokio-dtrace v0.1.1
11432026-06-05T21:21:23.670Z Downloaded tinystr v0.8.3
11442026-06-05T21:21:23.670Z Downloaded tiny-keccak v2.0.2
11452026-06-05T21:21:23.670Z Downloaded dyn-clone v1.0.20
11462026-06-05T21:21:23.670Z Downloaded thiserror-no-std v2.0.2
11472026-06-05T21:21:23.673Z Downloaded dropshot-api-manager-types v0.7.2
11482026-06-05T21:21:23.679Z Downloaded zerofrom-derive v0.1.7
11492026-06-05T21:21:23.684Z Downloaded zone_cfg_derive v0.3.1
11502026-06-05T21:21:23.684Z Downloaded zone v0.3.1
11512026-06-05T21:21:23.684Z Downloaded zeroize_derive v1.4.3
11522026-06-05T21:21:23.684Z Downloaded postcard v1.1.3
11532026-06-05T21:21:23.687Z Downloaded embedded-io v0.4.0
11542026-06-05T21:21:23.687Z Downloaded dtrace-parser v0.3.0
11552026-06-05T21:21:23.687Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11562026-06-05T21:21:23.690Z Downloaded usdt-impl v0.6.0
11572026-06-05T21:21:23.690Z Downloaded unit-prefix v0.5.2
11582026-06-05T21:21:23.690Z Downloaded rustls-platform-verifier v0.7.0
11592026-06-05T21:21:23.693Z Downloaded fs_extra v1.3.0
11602026-06-05T21:21:23.696Z Downloaded half v2.7.1
11612026-06-05T21:21:23.701Z Downloaded papergrid v0.11.0
11622026-06-05T21:21:23.704Z Downloaded dunce v1.0.5
11632026-06-05T21:21:23.704Z Downloaded dtrace-parser v0.2.0
11642026-06-05T21:21:23.704Z Downloaded icu_provider v2.2.0
11652026-06-05T21:21:23.706Z Downloaded usdt-impl v0.5.0
11662026-06-05T21:21:23.706Z Downloaded pretty_assertions v1.4.1
11672026-06-05T21:21:23.710Z Downloaded writeable v0.6.3
11682026-06-05T21:21:23.712Z Downloaded term v1.2.1
11692026-06-05T21:21:23.712Z Downloaded thin-vec v0.2.18
11702026-06-05T21:21:23.715Z Downloaded zerovec-derive v0.11.3
11712026-06-05T21:21:23.715Z Downloaded yoke-derive v0.8.2
11722026-06-05T21:21:23.718Z Downloaded vsss-rs v3.3.4
11732026-06-05T21:21:23.721Z Downloaded jiff-static v0.2.28
11742026-06-05T21:21:23.721Z Downloaded icu_normalizer v2.2.0
11752026-06-05T21:21:23.724Z Downloaded progenitor-impl v0.10.0
11762026-06-05T21:21:23.729Z Downloaded whoami v1.6.1
11772026-06-05T21:21:23.734Z Downloaded schemars v0.8.22
11782026-06-05T21:21:23.737Z Downloaded ucd-trie v0.1.7
11792026-06-05T21:21:23.740Z Downloaded serde_yaml v0.9.34+deprecated
11802026-06-05T21:21:23.743Z Downloaded progenitor-impl v0.14.0
11812026-06-05T21:21:23.743Z Downloaded slog v2.8.2
11822026-06-05T21:21:23.745Z Downloaded pest_meta v2.8.6
11832026-06-05T21:21:23.748Z Downloaded indicatif v0.18.4
11842026-06-05T21:21:23.748Z Downloaded icu_normalizer_data v2.2.0
11852026-06-05T21:21:23.752Z Downloaded similar v2.7.0
11862026-06-05T21:21:23.755Z Downloaded hickory-resolver v0.25.2
11872026-06-05T21:21:23.758Z Downloaded yoke v0.8.3
11882026-06-05T21:21:23.758Z Downloaded xz2 v0.1.7
11892026-06-05T21:21:23.758Z Downloaded walkdir v2.5.0
11902026-06-05T21:21:23.761Z Downloaded test-strategy v0.4.5
11912026-06-05T21:21:23.767Z Downloaded konst v0.2.20
11922026-06-05T21:21:23.769Z Downloaded toml v0.7.8
11932026-06-05T21:21:23.773Z Downloaded qorb v0.4.1
11942026-06-05T21:21:23.778Z Downloaded rayon-core v1.13.0
11952026-06-05T21:21:23.780Z Downloaded toml v0.9.12+spec-1.1.0
11962026-06-05T21:21:23.783Z Downloaded schemars v1.2.1
11972026-06-05T21:21:23.791Z Downloaded zerocopy-derive v0.7.35
11982026-06-05T21:21:23.794Z Downloaded typify v0.6.2
11992026-06-05T21:21:23.797Z Downloaded schemars v0.9.0
12002026-06-05T21:21:23.802Z Downloaded snafu v0.8.9
12012026-06-05T21:21:23.805Z Downloaded unsafe-libyaml v0.2.11
12022026-06-05T21:21:23.808Z Downloaded minimal-lexical v0.2.1
12032026-06-05T21:21:23.811Z Downloaded heapless v0.8.0
12042026-06-05T21:21:23.813Z Downloaded spin v0.9.8
12052026-06-05T21:21:23.816Z Downloaded typify v0.4.3
12062026-06-05T21:21:23.816Z Downloaded hickory-resolver v0.24.4
12072026-06-05T21:21:23.821Z Downloaded libm v0.2.16
12082026-06-05T21:21:23.824Z Downloaded expectorate v1.2.0
12092026-06-05T21:21:23.826Z Downloaded tungstenite v0.21.0
12102026-06-05T21:21:23.829Z Downloaded toml_edit v0.25.12+spec-1.1.0
12112026-06-05T21:21:23.832Z Downloaded nom v8.0.0
12122026-06-05T21:21:23.832Z Downloaded zerotrie v0.2.4
12132026-06-05T21:21:23.835Z Downloaded drift v0.2.0
12142026-06-05T21:21:23.841Z Downloaded typed-path v0.9.3
12152026-06-05T21:21:23.844Z Downloaded dropshot_endpoint v0.17.1
12162026-06-05T21:21:23.846Z Downloaded hashbrown v0.12.3
12172026-06-05T21:21:23.850Z Downloaded pest v2.8.6
12182026-06-05T21:21:23.853Z Downloaded icu_collections v2.2.0
12192026-06-05T21:21:23.856Z Downloaded steno v0.4.1
12202026-06-05T21:21:23.856Z Downloaded elliptic-curve v0.13.8
12212026-06-05T21:21:23.859Z Downloaded rand v0.10.1
12222026-06-05T21:21:23.861Z Downloaded nom v7.1.3
12232026-06-05T21:21:23.879Z Downloaded toml_edit v0.19.15
12242026-06-05T21:21:23.888Z Downloaded yansi v1.0.1
12252026-06-05T21:21:23.891Z Downloaded zerovec v0.11.6
12262026-06-05T21:21:23.894Z Downloaded itertools v0.12.1
12272026-06-05T21:21:23.897Z Downloaded regress v0.10.5
12282026-06-05T21:21:23.900Z Downloaded zerocopy-derive v0.8.50
12292026-06-05T21:21:23.905Z Downloaded reqwest v0.13.4
12302026-06-05T21:21:23.908Z Downloaded rayon v1.12.0
12312026-06-05T21:21:23.913Z Downloaded proptest v1.11.0
12322026-06-05T21:21:23.923Z Downloaded serde_with v3.20.0
12332026-06-05T21:21:23.930Z Downloaded hkdf v0.12.4
12342026-06-05T21:21:23.945Z Downloaded tough v0.22.0
12352026-06-05T21:21:23.949Z Downloaded cobs v0.3.0
12362026-06-05T21:21:23.953Z Downloaded tabled v0.15.0
12372026-06-05T21:21:23.963Z Downloaded dof v0.4.0
12382026-06-05T21:21:23.966Z Downloaded crucible-workspace-hack v0.1.0
12392026-06-05T21:21:23.966Z Downloaded goblin v0.8.2
12402026-06-05T21:21:23.966Z Downloaded tabled v0.21.0
12412026-06-05T21:21:23.975Z Downloaded rhai v1.25.1
12422026-06-05T21:21:23.982Z Downloaded console v0.16.3
12432026-06-05T21:21:23.985Z Downloaded dropshot-api-manager v0.7.2
12442026-06-05T21:21:23.988Z Downloaded bitflags v1.3.2
12452026-06-05T21:21:23.988Z Downloaded zerocopy v0.7.35
12462026-06-05T21:21:23.996Z Downloaded winnow v0.5.40
12472026-06-05T21:21:24.000Z Downloaded async-recursion v1.1.1
12482026-06-05T21:21:24.003Z Downloaded iddqd v0.4.2
12492026-06-05T21:21:24.006Z Downloaded defmt v1.1.0
12502026-06-05T21:21:24.009Z Downloaded goblin v0.10.7
12512026-06-05T21:21:24.013Z Downloaded chacha20 v0.10.0
12522026-06-05T21:21:24.016Z Downloaded regress v0.11.1
12532026-06-05T21:21:24.019Z Downloaded aead v0.5.2
12542026-06-05T21:21:24.021Z Downloaded const-random-macro v0.1.16
12552026-06-05T21:21:24.021Z Downloaded smoltcp v0.11.0
12562026-06-05T21:21:24.026Z Downloaded darling_core v0.23.0
12572026-06-05T21:21:24.029Z Downloaded openapiv3 v2.2.0
12582026-06-05T21:21:24.036Z Downloaded deranged v0.5.8
12592026-06-05T21:21:24.039Z Downloaded moka v0.12.15
12602026-06-05T21:21:24.042Z Downloaded cpufeatures v0.3.0
12612026-06-05T21:21:24.043Z Downloaded sled v0.34.7
12622026-06-05T21:21:24.046Z Downloaded typify-impl v0.6.2
12632026-06-05T21:21:24.053Z Downloaded time v0.3.47
12642026-06-05T21:21:24.059Z Downloaded icu_properties_data v2.2.0
12652026-06-05T21:21:24.066Z Downloaded syn v1.0.109
12662026-06-05T21:21:24.070Z Downloaded petgraph v0.6.5
12672026-06-05T21:21:24.084Z Downloaded csv-core v0.1.13
12682026-06-05T21:21:24.089Z Downloaded base16ct v1.0.0
12692026-06-05T21:21:24.093Z Downloaded darling v0.21.3
12702026-06-05T21:21:24.100Z Downloaded byte-wrapper v0.1.0
12712026-06-05T21:21:24.110Z Downloaded crunchy v0.2.4
12722026-06-05T21:21:24.114Z Downloaded nix v0.31.3
12732026-06-05T21:21:24.119Z Downloaded anyhow v1.0.102
12742026-06-05T21:21:24.129Z Downloaded hickory-proto v0.24.4
12752026-06-05T21:21:24.144Z Downloaded darling_core v0.21.3
12762026-06-05T21:21:24.161Z Downloaded constant_time_eq v0.4.2
12772026-06-05T21:21:24.164Z Downloaded dropshot v0.17.1
12782026-06-05T21:21:24.174Z Downloaded hickory-proto v0.25.2
12792026-06-05T21:21:24.182Z Downloaded argon2 v0.5.3
12802026-06-05T21:21:24.220Z Downloaded encoding_rs v0.8.35
12812026-06-05T21:21:24.232Z Downloaded defmt-parser v1.0.0
12822026-06-05T21:21:24.237Z Downloaded typify-impl v0.4.3
12832026-06-05T21:21:24.242Z Downloaded arc-swap v1.9.1
12842026-06-05T21:21:24.256Z Downloaded defmt v0.3.100
12852026-06-05T21:21:24.259Z Downloaded daft-derive v0.1.7
12862026-06-05T21:21:24.282Z Downloaded chacha20 v0.9.1
12872026-06-05T21:21:24.290Z Downloaded const_format_proc_macros v0.2.34
12882026-06-05T21:21:24.292Z Downloaded derive-ex v0.1.8
12892026-06-05T21:21:24.292Z Downloaded darling_macro v0.21.3
12902026-06-05T21:21:24.296Z Downloaded daft v0.1.7
12912026-06-05T21:21:24.300Z Downloaded jiff v0.2.28
12922026-06-05T21:21:24.310Z Downloaded darling_macro v0.23.0
12932026-06-05T21:21:24.313Z Downloaded lzma-sys v0.1.20
12942026-06-05T21:21:24.325Z Downloaded backon v1.6.0
12952026-06-05T21:21:24.330Z Downloaded arrayref v0.3.9
12962026-06-05T21:21:24.330Z Downloaded ciborium-ll v0.2.2
12972026-06-05T21:21:24.330Z Downloaded sha3 v0.10.9
12982026-06-05T21:21:24.333Z Downloaded chacha20poly1305 v0.10.1
12992026-06-05T21:21:24.336Z Downloaded data-encoding v2.11.0
13002026-06-05T21:21:24.343Z Downloaded compression-codecs v0.4.38
13012026-06-05T21:21:24.347Z Downloaded colored v3.1.1
13022026-06-05T21:21:24.354Z Downloaded crossbeam-deque v0.8.6
13032026-06-05T21:21:24.372Z Downloaded const-random v0.1.18
13042026-06-05T21:21:24.402Z Downloaded cstr-argument v0.1.2
13052026-06-05T21:21:24.451Z Downloaded async-stream-impl v0.3.6
13062026-06-05T21:21:24.470Z Downloaded bs58 v0.5.1
13072026-06-05T21:21:24.484Z Downloaded ciborium v0.2.2
13082026-06-05T21:21:24.488Z Downloaded blake2 v0.10.6
13092026-06-05T21:21:24.499Z Downloaded chrono-tz v0.10.4
13102026-06-05T21:21:24.509Z Downloaded bit-set v0.8.0
13112026-06-05T21:21:24.514Z Downloaded critical-section v1.2.0
13122026-06-05T21:21:24.531Z Downloaded base16ct v0.2.0
13132026-06-05T21:21:24.534Z Downloaded cipher v0.4.4
13142026-06-05T21:21:24.558Z Downloaded crypto-bigint v0.5.5
13152026-06-05T21:21:24.563Z Downloaded compression-core v0.4.32
13162026-06-05T21:21:24.580Z Downloaded const-oid v0.10.2
13172026-06-05T21:21:24.584Z Downloaded aws-lc-rs v1.17.0
13182026-06-05T21:21:24.610Z Downloaded diff v0.1.13
13192026-06-05T21:21:24.614Z Downloaded dof v0.3.0
13202026-06-05T21:21:24.621Z Downloaded backoff v0.4.0
13212026-06-05T21:21:24.627Z Downloaded defmt-macros v1.1.0
13222026-06-05T21:21:24.630Z Downloaded ciborium-io v0.2.2
13232026-06-05T21:21:24.630Z Downloaded block-buffer v0.12.0
13242026-06-05T21:21:24.630Z Downloaded csv v1.4.0
13252026-06-05T21:21:24.664Z Downloaded blake3 v1.8.5
13262026-06-05T21:21:24.668Z Downloaded darling v0.23.0
13272026-06-05T21:21:24.675Z Downloaded crossbeam-epoch v0.9.18
13282026-06-05T21:21:24.691Z Downloaded async-stream v0.3.6
13292026-06-05T21:21:24.695Z Downloaded cancel-safe-futures v0.1.5
13302026-06-05T21:21:24.700Z Downloaded bcs v0.1.6
13312026-06-05T21:21:24.714Z Downloaded derive_more v0.99.20
13322026-06-05T21:21:24.719Z Downloaded crossbeam-utils v0.8.21
13332026-06-05T21:21:24.738Z Downloaded displaydoc v0.2.6
13342026-06-05T21:21:24.791Z Downloaded const_format v0.2.36
13352026-06-05T21:21:24.791Z Downloaded crypto-common v0.2.2
13362026-06-05T21:21:24.792Z Downloaded cookie v0.18.1
13372026-06-05T21:21:24.792Z Downloaded crc8 v0.1.1
13382026-06-05T21:21:24.796Z Downloaded cargo_toml v0.22.3
13392026-06-05T21:21:24.825Z Downloaded bytecount v0.6.9
13402026-06-05T21:21:24.836Z Downloaded byteorder v1.5.0
13412026-06-05T21:21:24.839Z Downloaded allocator-api2 v0.2.21
13422026-06-05T21:21:24.839Z Downloaded digest v0.11.3
13432026-06-05T21:21:24.843Z Downloaded async-trait v0.1.89
13442026-06-05T21:21:24.846Z Downloaded crossbeam-channel v0.5.15
13452026-06-05T21:21:24.857Z Downloaded arrayvec v0.7.6
13462026-06-05T21:21:24.894Z Downloaded bit-vec v0.8.0
13472026-06-05T21:21:24.898Z Downloaded async-compression v0.4.42
13482026-06-05T21:21:24.903Z Downloaded convert_case v0.4.0
13492026-06-05T21:21:24.908Z Downloaded cmake v0.1.58
13502026-06-05T21:21:24.940Z Downloaded base64 v0.21.7
13512026-06-05T21:21:25.177Z Downloaded aws-lc-sys v0.41.0
13522026-06-05T21:21:26.085Z Compiling proc-macro2 v1.0.106
13532026-06-05T21:21:26.085Z Compiling unicode-ident v1.0.24
13542026-06-05T21:21:26.085Z Compiling quote v1.0.45
13552026-06-05T21:21:26.091Z Compiling serde_core v1.0.228
13562026-06-05T21:21:26.091Z Compiling cfg-if v1.0.4
13572026-06-05T21:21:26.091Z Compiling serde v1.0.228
13582026-06-05T21:21:26.092Z Compiling libc v0.2.186
13592026-06-05T21:21:26.092Z Compiling memchr v2.8.1
13602026-06-05T21:21:26.243Z Compiling itoa v1.0.18
13612026-06-05T21:21:26.432Z Compiling smallvec v1.15.1
13622026-06-05T21:21:26.518Z Compiling zmij v1.0.21
13632026-06-05T21:21:26.584Z Compiling autocfg v1.5.1
13642026-06-05T21:21:26.644Z Compiling libm v0.2.16
13652026-06-05T21:21:26.915Z Compiling stable_deref_trait v1.2.1
13662026-06-05T21:21:26.939Z Compiling percent-encoding v2.3.2
13672026-06-05T21:21:26.984Z Compiling litemap v0.8.2
13682026-06-05T21:21:27.065Z Compiling writeable v0.6.3
13692026-06-05T21:21:27.133Z Compiling utf8_iter v1.0.4
13702026-06-05T21:21:27.149Z Compiling icu_properties_data v2.2.0
13712026-06-05T21:21:27.182Z Compiling icu_normalizer_data v2.2.0
13722026-06-05T21:21:27.272Z Compiling iana-time-zone v0.1.65
13732026-06-05T21:21:27.282Z Compiling equivalent v1.0.2
13742026-06-05T21:21:27.364Z Compiling syn v2.0.117
13752026-06-05T21:21:27.465Z Compiling form_urlencoded v1.2.2
13762026-06-05T21:21:27.498Z Compiling serde_json v1.0.150
13772026-06-05T21:21:27.508Z Compiling dyn-clone v1.0.20
13782026-06-05T21:21:27.532Z Compiling pin-project-lite v0.2.17
13792026-06-05T21:21:27.567Z Compiling version_check v0.9.5
13802026-06-05T21:21:27.624Z Compiling scopeguard v1.2.0
13812026-06-05T21:21:27.640Z Compiling parking_lot_core v0.9.12
13822026-06-05T21:21:27.652Z Compiling num-traits v0.2.19
13832026-06-05T21:21:27.782Z Compiling lock_api v0.4.14
13842026-06-05T21:21:27.819Z Compiling thiserror v2.0.18
13852026-06-05T21:21:27.931Z Compiling rand_core v0.10.1
13862026-06-05T21:21:28.006Z Compiling hashbrown v0.17.1
13872026-06-05T21:21:28.019Z Compiling getrandom v0.4.2
13882026-06-05T21:21:28.087Z Compiling errno v0.3.14
13892026-06-05T21:21:28.238Z Compiling log v0.4.32
13902026-06-05T21:21:28.269Z Compiling heck v0.5.0
13912026-06-05T21:21:28.378Z Compiling futures-core v0.3.32
13922026-06-05T21:21:28.420Z Compiling semver v1.0.28
13932026-06-05T21:21:28.520Z Compiling indexmap v2.14.0
13942026-06-05T21:21:28.594Z Compiling uuid v1.23.2
13952026-06-05T21:21:28.601Z Compiling zerocopy v0.8.50
13962026-06-05T21:21:28.730Z Compiling schemars v0.8.22
13972026-06-05T21:21:28.759Z Compiling futures-sink v0.3.32
13982026-06-05T21:21:28.859Z Compiling slab v0.4.12
13992026-06-05T21:21:28.993Z Compiling jobserver v0.1.34
14002026-06-05T21:21:29.004Z Compiling rustversion v1.0.22
14012026-06-05T21:21:29.013Z Compiling fnv v1.0.7
14022026-06-05T21:21:29.027Z Compiling find-msvc-tools v0.1.9
14032026-06-05T21:21:29.104Z Compiling shlex v2.0.1
14042026-06-05T21:21:29.159Z Compiling futures-channel v0.3.32
14052026-06-05T21:21:29.257Z Compiling cc v1.2.63
14062026-06-05T21:21:29.281Z Compiling bitflags v2.12.1
14072026-06-05T21:21:29.296Z Compiling futures-io v0.3.32
14082026-06-05T21:21:29.381Z Compiling futures-task v0.3.32
14092026-06-05T21:21:29.515Z Compiling socket2 v0.6.4
14102026-06-05T21:21:29.546Z Compiling signal-hook-registry v1.4.8
14112026-06-05T21:21:29.623Z Compiling parking_lot v0.12.5
14122026-06-05T21:21:29.698Z Compiling mio v1.2.1
14132026-06-05T21:21:29.749Z Compiling portable-atomic v1.13.1
14142026-06-05T21:21:29.842Z Compiling fs_extra v1.3.0
14152026-06-05T21:21:29.956Z Compiling cmake v0.1.58
14162026-06-05T21:21:29.967Z Compiling typenum v1.20.1
14172026-06-05T21:21:30.031Z Compiling dunce v1.0.5
14182026-06-05T21:21:30.090Z Compiling critical-section v1.2.0
14192026-06-05T21:21:30.124Z Compiling base64 v0.22.1
14202026-06-05T21:21:30.195Z Compiling synstructure v0.13.2
14212026-06-05T21:21:30.205Z Compiling serde_derive_internals v0.29.1
14222026-06-05T21:21:30.294Z Compiling slog v2.8.2
14232026-06-05T21:21:30.454Z Compiling strsim v0.11.1
14242026-06-05T21:21:30.500Z Compiling aws-lc-sys v0.41.0
14252026-06-05T21:21:30.529Z Compiling byteorder v1.5.0
14262026-06-05T21:21:30.691Z Compiling once_cell v1.21.4
14272026-06-05T21:21:30.750Z Compiling subtle v2.6.1
14282026-06-05T21:21:30.762Z Compiling rustix v1.1.4
14292026-06-05T21:21:30.787Z Compiling regex-syntax v0.8.10
14302026-06-05T21:21:30.843Z Compiling ipnet v2.12.0
14312026-06-05T21:21:30.899Z Compiling atomic-waker v1.1.2
14322026-06-05T21:21:30.909Z Compiling httparse v1.10.1
14332026-06-05T21:21:30.932Z Compiling tower-layer v0.3.3
14342026-06-05T21:21:31.021Z Compiling tower-service v0.3.3
14352026-06-05T21:21:31.123Z Compiling getrandom v0.2.17
14362026-06-05T21:21:31.149Z Compiling thiserror v1.0.69
14372026-06-05T21:21:31.305Z Compiling try-lock v0.2.5
14382026-06-05T21:21:31.366Z Compiling ucd-trie v0.1.7
14392026-06-05T21:21:31.406Z Compiling untrusted v0.9.0
14402026-06-05T21:21:31.416Z Compiling ryu v1.0.23
14412026-06-05T21:21:31.482Z Compiling serde_derive v1.0.228
14422026-06-05T21:21:31.521Z Compiling zerofrom-derive v0.1.7
14432026-06-05T21:21:31.596Z Compiling yoke-derive v0.8.2
14442026-06-05T21:21:31.642Z Compiling zerovec-derive v0.11.3
14452026-06-05T21:21:31.668Z Compiling displaydoc v0.2.6
14462026-06-05T21:21:31.671Z Compiling schemars_derive v0.8.22
14472026-06-05T21:21:32.489Z Compiling thiserror-impl v2.0.18
14482026-06-05T21:21:32.686Z Compiling tokio-macros v2.7.0
14492026-06-05T21:21:32.737Z Compiling zerofrom v0.1.8
14502026-06-05T21:21:32.748Z Compiling zerocopy-derive v0.8.50
14512026-06-05T21:21:32.854Z Compiling yoke v0.8.3
14522026-06-05T21:21:32.883Z Compiling zeroize_derive v1.4.3
14532026-06-05T21:21:33.035Z Compiling zerovec v0.11.6
14542026-06-05T21:21:33.435Z Compiling zerotrie v0.2.4
14552026-06-05T21:21:33.454Z Compiling futures-macro v0.3.32
14562026-06-05T21:21:33.555Z Compiling tinystr v0.8.3
14572026-06-05T21:21:33.566Z Compiling potential_utf v0.1.5
14582026-06-05T21:21:33.711Z Compiling icu_locale_core v2.2.0
14592026-06-05T21:21:33.723Z Compiling icu_collections v2.2.0
14602026-06-05T21:21:33.752Z Compiling zeroize v1.8.2
14612026-06-05T21:21:33.827Z Compiling pest v2.8.6
14622026-06-05T21:21:33.948Z Compiling thiserror-impl v1.0.69
14632026-06-05T21:21:34.231Z Compiling want v0.3.1
14642026-06-05T21:21:34.279Z Compiling futures-util v0.3.32
14652026-06-05T21:21:34.392Z Compiling icu_provider v2.2.0
14662026-06-05T21:21:34.657Z Compiling bytes v1.11.1
14672026-06-05T21:21:34.707Z Compiling icu_normalizer v2.2.0
14682026-06-05T21:21:34.786Z Compiling icu_properties v2.2.0
14692026-06-05T21:21:35.102Z Compiling chrono v0.4.45
14702026-06-05T21:21:35.105Z Compiling http v1.4.1
14712026-06-05T21:21:35.283Z Compiling tokio v1.52.3
14722026-06-05T21:21:35.283Z Compiling serde_tokenstream v0.2.3
14732026-06-05T21:21:35.551Z Compiling erased-serde v0.3.31
14742026-06-05T21:21:35.949Z Compiling idna_adapter v1.2.2
14752026-06-05T21:21:36.099Z Compiling idna v1.1.0
14762026-06-05T21:21:36.130Z Compiling http-body v1.0.1
14772026-06-05T21:21:36.279Z Compiling rand_core v0.6.4
14782026-06-05T21:21:36.496Z Compiling url v2.5.8
14792026-06-05T21:21:36.508Z Compiling httpdate v1.0.3
14802026-06-05T21:21:36.632Z Compiling pest_meta v2.8.6
14812026-06-05T21:21:36.683Z Compiling getrandom v0.3.4
14822026-06-05T21:21:36.749Z Compiling pretty-hex v0.4.2
14832026-06-05T21:21:36.876Z Compiling plain v0.2.3
14842026-06-05T21:21:36.889Z Compiling winnow v1.0.3
14852026-06-05T21:21:37.027Z Compiling ppv-lite86 v0.2.21
14862026-06-05T21:21:37.124Z Compiling allocator-api2 v0.2.21
14872026-06-05T21:21:37.336Z Compiling pest_generator v2.8.6
14882026-06-05T21:21:37.373Z Compiling foldhash v0.2.0
14892026-06-05T21:21:37.443Z Compiling paste v1.0.15
14902026-06-05T21:21:37.604Z Compiling hashbrown v0.16.1
14912026-06-05T21:21:37.784Z Compiling ipnetwork v0.21.1
14922026-06-05T21:21:37.932Z Compiling tracing-attributes v0.1.31
14932026-06-05T21:21:37.944Z Compiling pest_derive v2.8.6
14942026-06-05T21:21:37.955Z Compiling tracing-core v0.1.36
14952026-06-05T21:21:38.191Z Compiling oxnet v0.1.6
14962026-06-05T21:21:38.213Z Compiling omicron-workspace-hack v0.1.0
14972026-06-05T21:21:38.493Z Compiling ident_case v1.0.1
14982026-06-05T21:21:38.503Z Compiling http-body-util v0.1.3
14992026-06-05T21:21:38.546Z Compiling serde_urlencoded v0.7.1
15002026-06-05T21:21:38.561Z Compiling aho-corasick v1.1.4
15012026-06-05T21:21:38.725Z Compiling sync_wrapper v1.0.2
15022026-06-05T21:21:38.737Z Compiling daft-derive v0.1.7
15032026-06-05T21:21:38.982Z Compiling fastrand v2.4.1
15042026-06-05T21:21:39.166Z Compiling tracing v0.1.44
15052026-06-05T21:21:39.238Z Compiling tokio-util v0.7.18
15062026-06-05T21:21:39.408Z Compiling regex-automata v0.4.14
15072026-06-05T21:21:39.494Z Compiling scroll_derive v0.13.1
15082026-06-05T21:21:39.826Z Compiling async-trait v0.1.89
15092026-06-05T21:21:39.979Z Compiling time-core v0.1.8
15102026-06-05T21:21:40.061Z Compiling num-conv v0.2.2
15112026-06-05T21:21:40.115Z Compiling anyhow v1.0.102
15122026-06-05T21:21:40.206Z Compiling powerfmt v0.2.0
15132026-06-05T21:21:40.351Z Compiling aws-lc-rs v1.17.0
15142026-06-05T21:21:40.410Z Compiling scroll v0.13.0
15152026-06-05T21:21:40.644Z Compiling deranged v0.5.8
15162026-06-05T21:21:40.661Z Compiling time-macros v0.2.27
15172026-06-05T21:21:40.673Z Compiling rustls-pki-types v1.14.1
15182026-06-05T21:21:40.817Z Compiling hex v0.4.3
15192026-06-05T21:21:41.076Z Compiling regex v1.12.3
15202026-06-05T21:21:41.185Z Compiling num_threads v0.1.7
15212026-06-05T21:21:41.285Z Compiling openssl-probe v0.2.1
15222026-06-05T21:21:41.546Z Compiling goblin v0.10.7
15232026-06-05T21:21:41.670Z Compiling camino v1.2.2
15242026-06-05T21:21:41.865Z Compiling untrusted v0.7.1
15252026-06-05T21:21:41.948Z Compiling rustls v0.23.40
15262026-06-05T21:21:41.986Z Compiling crc32fast v1.5.0
15272026-06-05T21:21:41.997Z Compiling usdt-impl v0.6.0
15282026-06-05T21:21:42.145Z Compiling h2 v0.4.14
15292026-06-05T21:21:42.170Z Compiling dtrace-parser v0.3.0
15302026-06-05T21:21:42.262Z Compiling crossbeam-utils v0.8.21
15312026-06-05T21:21:42.507Z Compiling futures-executor v0.3.32
15322026-06-05T21:21:42.593Z Compiling structmeta-derive v0.3.0
15332026-06-05T21:21:42.652Z Compiling thread-id v5.1.0
15342026-06-05T21:21:42.732Z Compiling adler2 v2.0.1
15352026-06-05T21:21:42.783Z Compiling cpufeatures v0.3.0
15362026-06-05T21:21:42.853Z Compiling simd-adler32 v0.3.9
15372026-06-05T21:21:42.864Z Compiling futures v0.3.32
15382026-06-05T21:21:43.048Z Compiling miniz_oxide v0.8.9
15392026-06-05T21:21:43.050Z Compiling rand_core v0.9.5
15402026-06-05T21:21:43.264Z Compiling darling_core v0.23.0
15412026-06-05T21:21:43.443Z Compiling newtype-uuid-macros v0.1.0
15422026-06-05T21:21:43.653Z Compiling structmeta v0.3.0
15432026-06-05T21:21:43.718Z Compiling hybrid-array v0.4.12
15442026-06-05T21:21:43.998Z Compiling thread_local v1.1.9
15452026-06-05T21:21:44.171Z Compiling hyper v1.10.1
15462026-06-05T21:21:44.253Z Compiling match_cfg v0.1.0
15472026-06-05T21:21:44.264Z Compiling flate2 v1.1.9
15482026-06-05T21:21:44.320Z Compiling dof v0.4.0
15492026-06-05T21:21:44.674Z Compiling newtype-uuid v1.3.2
15502026-06-05T21:21:45.186Z Compiling quick-error v1.2.3
15512026-06-05T21:21:45.290Z Compiling hyper-util v0.1.20
15522026-06-05T21:21:45.327Z Compiling darling_macro v0.23.0
15532026-06-05T21:21:45.664Z Compiling slog-async v2.8.0
15542026-06-05T21:21:45.717Z Compiling ref-cast v1.0.25
15552026-06-05T21:21:45.920Z Compiling compression-core v0.4.32
15562026-06-05T21:21:46.000Z Compiling darling v0.23.0
15572026-06-05T21:21:46.127Z Compiling compression-codecs v0.4.38
15582026-06-05T21:21:46.132Z Compiling daft v0.1.7
15592026-06-05T21:21:46.132Z Compiling block-buffer v0.12.0
15602026-06-05T21:21:46.136Z Compiling crypto-common v0.2.2
15612026-06-05T21:21:46.241Z Compiling rand_chacha v0.9.0
15622026-06-05T21:21:46.347Z Compiling ref-cast-impl v1.0.25
15632026-06-05T21:21:46.379Z Compiling strum_macros v0.26.4
15642026-06-05T21:21:46.542Z Compiling usdt-macro v0.6.0
15652026-06-05T21:21:46.675Z Compiling usdt-attr-macro v0.6.0
15662026-06-05T21:21:46.711Z Compiling serde_spanned v1.1.1
15672026-06-05T21:21:46.858Z Compiling multer v3.1.0
15682026-06-05T21:21:46.973Z Compiling generic-array v0.14.7
15692026-06-05T21:21:47.049Z Compiling take_mut v0.2.2
15702026-06-05T21:21:47.088Z Compiling debug-ignore v1.0.5
15712026-06-05T21:21:47.099Z Compiling const-oid v0.10.2
15722026-06-05T21:21:47.153Z Compiling bit-vec v0.8.0
15732026-06-05T21:21:47.190Z Compiling toml_writer v1.1.1+spec-1.1.0
15742026-06-05T21:21:47.306Z Compiling term v1.2.1
15752026-06-05T21:21:47.387Z Compiling bit-set v0.8.0
15762026-06-05T21:21:47.401Z Compiling digest v0.11.3
15772026-06-05T21:21:47.564Z Compiling rand v0.9.4
15782026-06-05T21:21:47.592Z Compiling serde_with_macros v3.20.0
15792026-06-05T21:21:47.688Z Compiling async-stream-impl v0.3.6
15802026-06-05T21:21:47.879Z Compiling dropshot v0.17.1
15812026-06-05T21:21:48.018Z Compiling encoding_rs v0.8.35
15822026-06-05T21:21:48.041Z Compiling strum v0.26.3
15832026-06-05T21:21:48.115Z Compiling unarray v0.1.4
15842026-06-05T21:21:48.147Z Compiling mime v0.3.17
15852026-06-05T21:21:48.165Z Compiling syn v1.0.109
15862026-06-05T21:21:48.215Z Compiling spin v0.9.8
15872026-06-05T21:21:48.336Z Compiling async-stream v0.3.6
15882026-06-05T21:21:48.368Z Compiling sha1 v0.11.0
15892026-06-05T21:21:48.508Z Compiling derive-ex v0.1.8
15902026-06-05T21:21:48.529Z Compiling tower v0.5.3
15912026-06-05T21:21:48.613Z Compiling dropshot_endpoint v0.17.1
15922026-06-05T21:21:48.638Z Compiling macaddr v1.0.1
15932026-06-05T21:21:48.715Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15942026-06-05T21:21:48.852Z Compiling waitgroup v0.1.2
15952026-06-05T21:21:48.900Z Compiling serde_path_to_error v0.1.20
15962026-06-05T21:21:49.201Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15972026-06-05T21:21:49.247Z Compiling tower-http v0.6.11
15982026-06-05T21:21:49.478Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15992026-06-05T21:21:49.653Z Compiling tempfile v3.27.0
16002026-06-05T21:21:49.667Z Compiling openapiv3 v2.2.0
16012026-06-05T21:21:49.671Z Compiling strum_macros v0.27.2
16022026-06-05T21:21:50.090Z Compiling test-strategy v0.4.5
16032026-06-05T21:21:50.261Z Compiling instant v0.1.13
16042026-06-05T21:21:50.366Z Compiling time v0.3.47
16052026-06-05T21:21:51.023Z Compiling rustls-native-certs v0.8.4
16062026-06-05T21:21:51.317Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16072026-06-05T21:21:51.442Z Compiling crossbeam-channel v0.5.15
16082026-06-05T21:21:51.497Z Compiling crypto-common v0.1.7
16092026-06-05T21:21:51.565Z Compiling strum v0.27.2
16102026-06-05T21:21:51.693Z Compiling parse-display-derive v0.10.0
16112026-06-05T21:21:51.949Z Compiling backon v1.6.0
16122026-06-05T21:21:52.124Z Compiling rand_chacha v0.3.1
16132026-06-05T21:21:52.472Z Compiling rand v0.8.6
16142026-06-05T21:21:52.722Z Compiling slog-json v2.6.1
16152026-06-05T21:21:52.927Z Compiling hostname v0.3.1
16162026-06-05T21:21:52.994Z Compiling toml_parser v1.1.2+spec-1.1.0
16172026-06-05T21:21:53.057Z Compiling toml_datetime v1.1.1+spec-1.1.0
16182026-06-05T21:21:53.119Z Compiling memmap2 v0.9.10
16192026-06-05T21:21:53.172Z Compiling is-terminal v0.4.17
16202026-06-05T21:21:53.265Z Compiling wait-timeout v0.2.1
16212026-06-05T21:21:53.349Z Compiling either v1.16.0
16222026-06-05T21:21:53.370Z Compiling toml v1.1.2+spec-1.1.0
16232026-06-05T21:21:53.552Z Compiling rusty-fork v0.3.1
16242026-06-05T21:21:53.562Z Compiling usdt v0.6.0
16252026-06-05T21:21:53.686Z Compiling slog-term v2.9.2
16262026-06-05T21:21:53.772Z Compiling slog-bunyan v2.5.0
16272026-06-05T21:21:53.850Z Compiling serde_with v3.20.0
16282026-06-05T21:21:53.899Z Compiling async-compression v0.4.42
16292026-06-05T21:21:53.910Z Compiling rand_xorshift v0.4.0
16302026-06-05T21:21:54.049Z Compiling rustls-pemfile v2.2.0
16312026-06-05T21:21:54.205Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16322026-06-05T21:21:54.245Z Compiling regress v0.10.5
16332026-06-05T21:21:54.282Z Compiling hostname v0.4.2
16342026-06-05T21:21:54.318Z Compiling humantime v2.3.0
16352026-06-05T21:21:54.417Z Compiling proptest v1.11.0
16362026-06-05T21:21:54.916Z Compiling iddqd v0.4.2
16372026-06-05T21:21:55.134Z Compiling reqwest v0.12.28
16382026-06-05T21:21:55.159Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16392026-06-05T21:21:55.402Z Compiling block-buffer v0.10.4
16402026-06-05T21:21:55.568Z Compiling utf8parse v0.2.2
16412026-06-05T21:21:55.675Z Compiling anstyle-parse v1.0.0
16422026-06-05T21:21:55.713Z Compiling digest v0.10.7
16432026-06-05T21:21:55.855Z Compiling itertools v0.14.0
16442026-06-05T21:21:55.923Z Compiling parse-display v0.10.0
16452026-06-05T21:21:56.214Z Compiling progenitor-client v0.10.0
16462026-06-05T21:21:56.269Z Compiling backoff v0.4.0
16472026-06-05T21:21:56.476Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
16482026-06-05T21:21:56.493Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
16492026-06-05T21:21:57.058Z Compiling is_terminal_polyfill v1.70.2
16502026-06-05T21:21:57.153Z Compiling colorchoice v1.0.5
16512026-06-05T21:21:57.277Z Compiling anstyle v1.0.14
16522026-06-05T21:21:57.473Z Compiling anstyle-query v1.1.5
16532026-06-05T21:21:57.619Z Compiling anstream v1.0.0
16542026-06-05T21:21:57.899Z Compiling clap_lex v1.1.0
16552026-06-05T21:21:58.141Z Compiling regress v0.11.1
16562026-06-05T21:21:58.195Z Compiling clap_derive v4.6.1
16572026-06-05T21:21:58.719Z Compiling terminal_size v0.4.4
16582026-06-05T21:21:59.725Z Compiling typify-impl v0.6.2
16592026-06-05T21:21:59.874Z Compiling toml_datetime v0.6.11
16602026-06-05T21:22:00.125Z Compiling zerocopy-derive v0.7.35
16612026-06-05T21:22:00.146Z Compiling convert_case v0.4.0
16622026-06-05T21:22:00.237Z Compiling cpufeatures v0.2.17
16632026-06-05T21:22:00.313Z Compiling clap_builder v4.6.0
16642026-06-05T21:22:00.440Z Compiling derive_more v0.99.20
16652026-06-05T21:22:00.997Z Compiling zerocopy v0.7.35
16662026-06-05T21:22:01.760Z Compiling toml_edit v0.25.12+spec-1.1.0
16672026-06-05T21:22:02.347Z Compiling unicode-width v0.2.2
16682026-06-05T21:22:02.632Z Compiling proc-macro-crate v3.5.0
16692026-06-05T21:22:02.753Z Compiling clap v4.6.1
16702026-06-05T21:22:02.875Z Compiling secrecy v0.10.3
16712026-06-05T21:22:03.049Z Compiling tinyvec_macros v0.1.1
16722026-06-05T21:22:03.117Z Compiling float-ord v0.3.2
16732026-06-05T21:22:03.168Z Compiling crucible-workspace-hack v0.1.0
16742026-06-05T21:22:03.228Z Compiling tinyvec v1.11.0
16752026-06-05T21:22:03.258Z Compiling num_enum_derive v0.7.6
16762026-06-05T21:22:03.762Z Compiling dtrace-parser v0.2.0
16772026-06-05T21:22:03.813Z Compiling scroll_derive v0.12.1
16782026-06-05T21:22:03.891Z Compiling num-integer v0.1.46
16792026-06-05T21:22:03.948Z Compiling rustc_version v0.4.1
16802026-06-05T21:22:04.209Z Compiling usdt-impl v0.5.0
16812026-06-05T21:22:04.311Z Compiling num_enum v0.7.6
16822026-06-05T21:22:04.424Z Compiling curve25519-dalek v4.1.3
16832026-06-05T21:22:04.537Z Compiling scroll v0.12.0
16842026-06-05T21:22:04.722Z Compiling dof v0.3.0
16852026-06-05T21:22:04.800Z Compiling hmac v0.12.1
16862026-06-05T21:22:04.820Z Compiling inout v0.1.4
16872026-06-05T21:22:04.932Z Compiling darling_core v0.21.3
16882026-06-05T21:22:04.962Z Compiling ff v0.13.1
16892026-06-05T21:22:05.074Z Compiling thread-id v4.2.2
16902026-06-05T21:22:05.089Z Compiling group v0.13.0
16912026-06-05T21:22:05.162Z Compiling cipher v0.4.4
16922026-06-05T21:22:05.191Z Compiling hkdf v0.12.4
16932026-06-05T21:22:05.371Z Compiling goblin v0.8.2
16942026-06-05T21:22:05.712Z Compiling num-rational v0.4.2
16952026-06-05T21:22:05.864Z Compiling num-iter v0.1.45
16962026-06-05T21:22:05.978Z Compiling thiserror-impl-no-std v2.0.2
16972026-06-05T21:22:06.114Z Compiling typify-macro v0.6.2
16982026-06-05T21:22:06.136Z Compiling universal-hash v0.5.1
16992026-06-05T21:22:06.173Z Compiling crypto-bigint v0.5.5
17002026-06-05T21:22:06.266Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17012026-06-05T21:22:06.501Z Compiling crossbeam-epoch v0.9.18
17022026-06-05T21:22:06.850Z Compiling half v2.7.1
17032026-06-05T21:22:06.928Z Compiling curve25519-dalek-derive v0.1.1
17042026-06-05T21:22:07.077Z Compiling darling_macro v0.21.3
17052026-06-05T21:22:07.125Z Compiling num-complex v0.4.6
17062026-06-05T21:22:07.426Z Compiling base16ct v0.2.0
17072026-06-05T21:22:07.508Z Compiling ciborium-io v0.2.2
17082026-06-05T21:22:07.581Z Compiling opaque-debug v0.3.1
17092026-06-05T21:22:07.600Z Compiling base64ct v1.8.3
17102026-06-05T21:22:07.619Z Compiling ciborium-ll v0.2.2
17112026-06-05T21:22:07.650Z Compiling poly1305 v0.8.0
17122026-06-05T21:22:07.680Z Compiling darling v0.21.3
17132026-06-05T21:22:07.828Z Compiling password-hash v0.5.0
17142026-06-05T21:22:08.068Z Compiling elliptic-curve v0.13.8
17152026-06-05T21:22:08.171Z Compiling num v0.4.3
17162026-06-05T21:22:08.207Z Compiling typify v0.6.2
17172026-06-05T21:22:08.291Z Compiling thiserror-no-std v2.0.2
17182026-06-05T21:22:08.598Z Compiling chacha20 v0.9.1
17192026-06-05T21:22:08.747Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17202026-06-05T21:22:08.865Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17212026-06-05T21:22:09.261Z Compiling blake2 v0.10.6
17222026-06-05T21:22:09.441Z Compiling aead v0.5.2
17232026-06-05T21:22:09.499Z Compiling byte-wrapper v0.1.0
17242026-06-05T21:22:09.597Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17252026-06-05T21:22:09.707Z Compiling proc-macro-error-attr v1.0.4
17262026-06-05T21:22:09.933Z Compiling rustix v0.38.44
17272026-06-05T21:22:09.943Z Compiling unsafe-libyaml v0.2.11
17282026-06-05T21:22:10.045Z Compiling prettyplease v0.2.37
17292026-06-05T21:22:10.292Z Compiling heapless v0.8.0
17302026-06-05T21:22:10.295Z Compiling keccak v0.1.6
17312026-06-05T21:22:10.534Z Compiling serde_yaml v0.9.34+deprecated
17322026-06-05T21:22:10.602Z Compiling sha3 v0.10.9
17332026-06-05T21:22:10.976Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17342026-06-05T21:22:11.724Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17352026-06-05T21:22:11.764Z Compiling chacha20poly1305 v0.10.1
17362026-06-05T21:22:11.826Z Compiling argon2 v0.5.3
17372026-06-05T21:22:12.105Z Compiling vsss-rs v3.3.4
17382026-06-05T21:22:12.178Z Compiling ciborium v0.2.2
17392026-06-05T21:22:12.191Z Compiling ingot-macros v0.1.1
17402026-06-05T21:22:12.756Z Compiling usdt-macro v0.5.0
17412026-06-05T21:22:12.901Z Compiling usdt-attr-macro v0.5.0
17422026-06-05T21:22:14.054Z Compiling serde_spanned v0.6.9
17432026-06-05T21:22:14.366Z Compiling enum-as-inner v0.6.1
17442026-06-05T21:22:14.378Z Compiling hash32 v0.3.1
17452026-06-05T21:22:14.529Z Compiling proc-macro-error v1.0.4
17462026-06-05T21:22:14.774Z Compiling memmap v0.7.0
17472026-06-05T21:22:14.774Z Compiling memoffset v0.9.1
17482026-06-05T21:22:14.939Z Compiling winnow v0.7.15
17492026-06-05T21:22:14.959Z Compiling cfg_aliases v0.2.1
17502026-06-05T21:22:14.961Z Compiling indent_write v2.2.0
17512026-06-05T21:22:14.981Z Compiling winnow v0.5.40
17522026-06-05T21:22:15.028Z Compiling toml_write v0.1.2
17532026-06-05T21:22:15.039Z Compiling smoltcp v0.11.0
17542026-06-05T21:22:15.091Z Compiling data-encoding v2.11.0
17552026-06-05T21:22:15.228Z Compiling rustls-webpki v0.103.13
17562026-06-05T21:22:15.396Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17572026-06-05T21:22:15.438Z Compiling nix v0.31.3
17582026-06-05T21:22:15.757Z Compiling ingot-types v0.1.2
17592026-06-05T21:22:15.932Z Compiling usdt v0.5.0
17602026-06-05T21:22:16.276Z Compiling toml_edit v0.19.15
17612026-06-05T21:22:16.342Z Compiling toml_edit v0.22.27
17622026-06-05T21:22:16.455Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17632026-06-05T21:22:16.469Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17642026-06-05T21:22:16.511Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17652026-06-05T21:22:16.761Z Compiling tabwriter v1.4.1
17662026-06-05T21:22:17.018Z Compiling cobs v0.3.0
17672026-06-05T21:22:17.193Z Compiling serde_repr v0.1.20
17682026-06-05T21:22:17.211Z Compiling bitflags v1.3.2
17692026-06-05T21:22:17.286Z Compiling vcpkg v0.2.15
17702026-06-05T21:22:17.600Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17712026-06-05T21:22:17.777Z Compiling pkg-config v0.3.33
17722026-06-05T21:22:17.829Z Compiling managed v0.8.0
17732026-06-05T21:22:17.880Z Compiling toml v0.8.23
17742026-06-05T21:22:18.225Z Compiling openssl-sys v0.9.116
17752026-06-05T21:22:18.306Z Compiling proc-macro-crate v1.3.1
17762026-06-05T21:22:18.577Z Compiling postcard v1.1.3
17772026-06-05T21:22:18.635Z Compiling tokio-rustls v0.26.4
17782026-06-05T21:22:18.774Z Compiling rustls-platform-verifier v0.7.0
17792026-06-05T21:22:18.904Z Compiling hyper-rustls v0.27.9
17802026-06-05T21:22:19.196Z Compiling reqwest v0.13.4
17812026-06-05T21:22:20.421Z Compiling progenitor-client v0.14.0
17822026-06-05T21:22:20.620Z Compiling ingot v0.1.1
17832026-06-05T21:22:20.721Z Compiling progenitor-extras v0.2.0
17842026-06-05T21:22:21.629Z Compiling hubpack_derive v0.1.1
17852026-06-05T21:22:22.010Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17862026-06-05T21:22:22.179Z Compiling foreign-types-macros v0.2.3
17872026-06-05T21:22:22.495Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17882026-06-05T21:22:22.810Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17892026-06-05T21:22:22.847Z Compiling unicode-segmentation v1.13.3
17902026-06-05T21:22:23.059Z Compiling foreign-types-shared v0.3.1
17912026-06-05T21:22:23.156Z Compiling static_assertions v1.1.0
17922026-06-05T21:22:23.232Z Compiling swrite v0.1.0
17932026-06-05T21:22:23.281Z Compiling linked-hash-map v0.5.6
17942026-06-05T21:22:23.327Z Compiling resolv-conf v0.7.6
17952026-06-05T21:22:23.472Z Compiling colored v3.1.1
17962026-06-05T21:22:23.519Z Compiling semver v0.1.20
17972026-06-05T21:22:23.710Z Compiling rayon-core v1.13.0
17982026-06-05T21:22:23.781Z Compiling heck v0.4.1
17992026-06-05T21:22:23.873Z Compiling rustc_version v0.1.7
18002026-06-05T21:22:23.965Z Compiling lru-cache v0.1.2
18012026-06-05T21:22:24.022Z Compiling newline-converter v0.3.0
18022026-06-05T21:22:24.078Z Compiling foreign-types v0.5.0
18032026-06-05T21:22:24.101Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18042026-06-05T21:22:24.111Z Compiling hubpack v0.1.2
18052026-06-05T21:22:24.304Z Compiling num_enum_derive v0.5.11
18062026-06-05T21:22:24.451Z Compiling atomicwrites v0.4.4
18072026-06-05T21:22:24.771Z Compiling hickory-proto v0.24.4
18082026-06-05T21:22:25.337Z Compiling progenitor-impl v0.13.0
18092026-06-05T21:22:25.821Z Compiling crossbeam-deque v0.8.6
18102026-06-05T21:22:25.847Z Compiling console v0.15.11
18112026-06-05T21:22:26.021Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18122026-06-05T21:22:26.585Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-06-05T21:22:26.674Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18142026-06-05T21:22:27.209Z Compiling camino-tempfile v1.4.1
18152026-06-05T21:22:27.464Z Compiling chacha20 v0.10.0
18162026-06-05T21:22:27.727Z Compiling serde-big-array v0.5.1
18172026-06-05T21:22:27.877Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18182026-06-05T21:22:28.139Z Compiling num-derive v0.4.2
18192026-06-05T21:22:28.186Z Compiling pin-project-internal v1.1.13
18202026-06-05T21:22:28.199Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18212026-06-05T21:22:28.745Z Compiling derive-where v1.6.1
18222026-06-05T21:22:28.944Z Compiling cstr-argument v0.1.2
18232026-06-05T21:22:28.980Z Compiling similar v2.7.0
18242026-06-05T21:22:29.097Z Compiling siphasher v1.0.3
18252026-06-05T21:22:29.111Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
18262026-06-05T21:22:29.157Z Compiling minimal-lexical v0.2.1
18272026-06-05T21:22:29.292Z Compiling phf_shared v0.12.1
18282026-06-05T21:22:29.292Z Compiling pin-project v1.1.13
18292026-06-05T21:22:29.358Z Compiling nom v7.1.3
18302026-06-05T21:22:29.397Z Compiling expectorate v1.2.0
18312026-06-05T21:22:29.415Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18322026-06-05T21:22:29.463Z Compiling progenitor-macro v0.13.0
18332026-06-05T21:22:29.543Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18342026-06-05T21:22:29.673Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18352026-06-05T21:22:29.943Z Compiling rand v0.10.1
18362026-06-05T21:22:30.020Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18372026-06-05T21:22:30.103Z Compiling hickory-resolver v0.24.4
18382026-06-05T21:22:30.604Z Compiling num_enum v0.5.11
18392026-06-05T21:22:30.713Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
18402026-06-05T21:22:30.725Z Compiling newtype_derive v0.1.6
18412026-06-05T21:22:30.899Z Compiling progenitor-client v0.13.0
18422026-06-05T21:22:31.225Z Compiling progenitor-impl v0.14.0
18432026-06-05T21:22:31.255Z Compiling unicode-normalization v0.1.25
18442026-06-05T21:22:31.738Z Compiling tokio-stream v0.1.18
18452026-06-05T21:22:32.217Z Compiling snafu-derive v0.8.9
18462026-06-05T21:22:32.373Z Compiling async-recursion v1.1.1
18472026-06-05T21:22:32.648Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
18482026-06-05T21:22:32.782Z Compiling slog-dtrace v0.3.0
18492026-06-05T21:22:32.956Z Compiling bstr v1.12.1
18502026-06-05T21:22:33.046Z Compiling csv-core v0.1.13
18512026-06-05T21:22:33.070Z Compiling owo-colors v4.3.0
18522026-06-05T21:22:33.301Z Compiling konst_macro_rules v0.2.19
18532026-06-05T21:22:33.420Z Compiling unicode-xid v0.2.6
18542026-06-05T21:22:33.446Z Compiling highway v1.3.0
18552026-06-05T21:22:33.479Z Compiling cancel-safe-futures v0.1.5
18562026-06-05T21:22:33.539Z Compiling same-file v1.0.6
18572026-06-05T21:22:33.718Z Compiling openssl v0.10.80
18582026-06-05T21:22:33.736Z Compiling foreign-types-shared v0.1.1
18592026-06-05T21:22:33.826Z Compiling unicode-width v0.1.14
18602026-06-05T21:22:33.846Z Compiling chrono-tz v0.10.4
18612026-06-05T21:22:33.959Z Compiling foldhash v0.1.5
18622026-06-05T21:22:34.019Z Compiling snafu v0.8.9
18632026-06-05T21:22:34.092Z Compiling hashbrown v0.15.5
18642026-06-05T21:22:34.103Z Compiling foreign-types v0.3.2
18652026-06-05T21:22:34.155Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-05T21:22:34.223Z Compiling walkdir v2.5.0
18672026-06-05T21:22:34.413Z Compiling const_format_proc_macros v0.2.34
18682026-06-05T21:22:34.589Z Compiling konst v0.2.20
18692026-06-05T21:22:34.631Z Compiling globset v0.4.18
18702026-06-05T21:22:34.643Z Compiling progenitor v0.13.0
18712026-06-05T21:22:34.664Z Compiling csv v1.4.0
18722026-06-05T21:22:34.811Z Compiling progenitor-macro v0.14.0
18732026-06-05T21:22:34.831Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-06-05T21:22:34.880Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-06-05T21:22:35.225Z Compiling qorb v0.4.1
18762026-06-05T21:22:35.228Z Compiling olpc-cjson v0.1.4
18772026-06-05T21:22:35.460Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18782026-06-05T21:22:37.129Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-06-05T21:22:37.145Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18802026-06-05T21:22:37.421Z Compiling rayon v1.12.0
18812026-06-05T21:22:37.493Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18822026-06-05T21:22:37.504Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18832026-06-05T21:22:37.620Z Compiling phf v0.12.1
18842026-06-05T21:22:37.697Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18852026-06-05T21:22:38.165Z Compiling zone_cfg_derive v0.3.1
18862026-06-05T21:22:38.615Z Compiling tokio-dtrace v0.1.1
18872026-06-05T21:22:38.859Z Compiling itertools v0.12.1
18882026-06-05T21:22:38.883Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18892026-06-05T21:22:39.086Z Compiling libsw-core v0.3.2
18902026-06-05T21:22:39.190Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-06-05T21:22:39.254Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18922026-06-05T21:22:39.635Z Compiling serde_plain v1.0.2
18932026-06-05T21:22:39.801Z Compiling openssl-macros v0.1.1
18942026-06-05T21:22:39.859Z Compiling pem v3.0.6
18952026-06-05T21:22:39.915Z Compiling cookie v0.18.1
18962026-06-05T21:22:40.113Z Compiling sigpipe v0.1.3
18972026-06-05T21:22:40.126Z Compiling bytecount v0.6.9
18982026-06-05T21:22:40.158Z Compiling jiff v0.2.28
18992026-06-05T21:22:40.201Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-06-05T21:22:40.204Z Compiling fixedbitset v0.5.7
19012026-06-05T21:22:40.246Z Compiling typed-path v0.9.3
19022026-06-05T21:22:40.261Z Compiling glob v0.3.3
19032026-06-05T21:22:40.307Z Compiling fixedbitset v0.4.2
19042026-06-05T21:22:40.454Z Compiling petgraph v0.6.5
19052026-06-05T21:22:40.535Z Compiling petgraph v0.8.3
19062026-06-05T21:22:40.699Z Compiling papergrid v0.11.0
19072026-06-05T21:22:41.620Z Compiling tough v0.22.0
19082026-06-05T21:22:42.074Z Compiling progenitor v0.14.0
19092026-06-05T21:22:42.214Z Compiling zone v0.3.1
19102026-06-05T21:22:42.401Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
19112026-06-05T21:22:42.553Z Compiling libsw v3.5.0
19122026-06-05T21:22:42.583Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-06-05T21:22:42.665Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19142026-06-05T21:22:42.721Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19152026-06-05T21:22:42.767Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-06-05T21:22:42.879Z Compiling oxide-tokio-rt v0.1.6
19172026-06-05T21:22:42.965Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19182026-06-05T21:22:43.023Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19192026-06-05T21:22:43.853Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-06-05T21:22:43.983Z Compiling const_format v0.2.36
19212026-06-05T21:22:44.031Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19222026-06-05T21:22:44.503Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19232026-06-05T21:22:44.624Z Compiling tabled_derive v0.7.0
19242026-06-05T21:22:44.912Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19252026-06-05T21:22:44.934Z Compiling gethostname v0.5.0
19262026-06-05T21:22:44.956Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19272026-06-05T21:22:44.977Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19282026-06-05T21:22:45.052Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
19292026-06-05T21:22:45.074Z Compiling smf v0.2.3
19302026-06-05T21:22:45.095Z Compiling bcs v0.1.6
19312026-06-05T21:22:45.418Z Compiling nom v8.0.0
19322026-06-05T21:22:45.488Z Compiling linear-map v1.2.0
19332026-06-05T21:22:45.594Z Compiling tagptr v0.2.0
19342026-06-05T21:22:45.674Z Compiling termtree v0.5.1
19352026-06-05T21:22:45.675Z Compiling smawk v0.3.2
19362026-06-05T21:22:45.745Z Compiling lazy_static v1.5.0
19372026-06-05T21:22:45.816Z Compiling unicode-linebreak v0.1.5
19382026-06-05T21:22:45.832Z Compiling whoami v1.6.1
19392026-06-05T21:22:45.849Z Compiling steno v0.4.1
19402026-06-05T21:22:46.124Z Compiling textwrap v0.16.2
19412026-06-05T21:22:46.210Z Compiling moka v0.12.15
19422026-06-05T21:22:46.517Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19432026-06-05T21:22:46.657Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19442026-06-05T21:22:47.002Z Compiling tabled v0.15.0
19452026-06-05T21:22:47.803Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19462026-06-05T21:22:47.871Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19472026-06-05T21:22:48.331Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19482026-06-05T21:22:49.154Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19492026-06-05T21:22:49.189Z Compiling hickory-proto v0.25.2
19502026-06-05T21:22:49.726Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
19512026-06-05T21:22:50.093Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
19522026-06-05T21:22:50.721Z Compiling parking_lot_core v0.8.6
19532026-06-05T21:22:50.813Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
19542026-06-05T21:22:51.045Z Compiling libscf-sys v1.2.0
19552026-06-05T21:22:51.091Z Compiling hickory-resolver v0.25.2
19562026-06-05T21:22:51.164Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19572026-06-05T21:22:51.223Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
19582026-06-05T21:22:51.410Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
19592026-06-05T21:22:51.478Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
19602026-06-05T21:22:51.846Z Compiling parking_lot v0.11.2
19612026-06-05T21:22:52.061Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19622026-06-05T21:22:52.213Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
19632026-06-05T21:22:52.264Z Compiling fxhash v0.2.1
19642026-06-05T21:22:52.412Z Compiling internet-checksum v0.2.1
19652026-06-05T21:22:52.464Z Compiling sled v0.34.7
19662026-06-05T21:22:52.553Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
19672026-06-05T21:22:54.492Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19682026-06-05T21:22:56.594Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19692026-06-05T21:23:04.307Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19702026-06-05T21:23:05.916Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19712026-06-05T21:23:06.952Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19722026-06-05T21:23:07.888Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19732026-06-05T21:23:08.708Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19742026-06-05T21:23:31.756Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 06s
19752026-06-05T21:23:31.936Z────────────
19762026-06-05T21:23:31.936Z Nextest run ID bfd268cf-49b4-444e-a303-70a29f527240 with nextest profile: default
19772026-06-05T21:23:31.936Z Starting 47 tests across 3 binaries
19782026-06-05T21:23:31.942Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19792026-06-05T21:23:31.942Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19802026-06-05T21:23:31.942Z PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19812026-06-05T21:23:31.945Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19822026-06-05T21:23:31.948Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
19832026-06-05T21:23:31.948Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_shutdown_preference
19842026-06-05T21:23:31.948Z PASS [ 0.010s] rdb bestpath::test::test_bestpath
19852026-06-05T21:23:31.948Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_per_as_grouping
19862026-06-05T21:23:31.951Z PASS [ 0.009s] rdb db::test::test_prefix4_db_key_serialization
19872026-06-05T21:23:31.951Z PASS [ 0.009s] rdb db::test::test_prefix4_from_str
19882026-06-05T21:23:31.954Z PASS [ 0.008s] rdb db::test::test_prefix6_db_key_serialization
19892026-06-05T21:23:31.957Z PASS [ 0.009s] rdb db::test::test_prefix6_from_str
19902026-06-05T21:23:31.997Z PASS [ 0.055s] rdb db::test::test_ipv6_origin_crud
19912026-06-05T21:23:31.997Z PASS [ 0.055s] rdb db::test::test_ipv4_origin_crud
19922026-06-05T21:23:32.000Z PASS [ 0.053s] rdb db::test::test_prefix_host_bit_normalization
19932026-06-05T21:23:32.004Z PASS [ 0.054s] rdb db::test::test_rib
19942026-06-05T21:23:32.006Z PASS [ 0.053s] rdb db::test::test_static_routing_ipv4_basic
19952026-06-05T21:23:32.007Z PASS [ 0.053s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19962026-06-05T21:23:32.009Z PASS [ 0.053s] rdb db::test::test_static_routing_ipv6_basic
19972026-06-05T21:23:32.009Z PASS [ 0.053s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19982026-06-05T21:23:32.018Z PASS [ 0.014s] rdb proptest::prop_ipv4_default_contains_all
19992026-06-05T21:23:32.021Z PASS [ 0.014s] rdb proptest::prop_ipv4_host_bits_always_unset
20002026-06-05T21:23:32.024Z PASS [ 0.014s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
20012026-06-05T21:23:32.024Z PASS [ 0.014s] rdb proptest::prop_ipv4_within_self
20022026-06-05T21:23:32.032Z PASS [ 0.014s] rdb proptest::prop_ipv6_host_bits_always_unset
20032026-06-05T21:23:32.035Z PASS [ 0.014s] rdb proptest::prop_ipv6_default_contains_all
20042026-06-05T21:23:32.035Z PASS [ 0.014s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
20052026-06-05T21:23:32.038Z PASS [ 0.014s] rdb proptest::prop_ipv6_within_self
20062026-06-05T21:23:32.049Z PASS [ 0.017s] rdb proptest::prop_static_route_key_deduplication
20072026-06-05T21:23:32.052Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_idempotent
20082026-06-05T21:23:32.058Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_fields
20092026-06-05T21:23:32.058Z PASS [ 0.055s] rdb db::test::test_static_routing_vlan_id_handling
20102026-06-05T21:23:32.058Z PASS [ 0.057s] rdb db::test::test_static_routing_mixed_address_families
20112026-06-05T21:23:32.058Z PASS [ 0.057s] rdb db::test::test_static_routing_multiple_routes_same_prefix
20122026-06-05T21:23:32.058Z PASS [ 0.019s] rdb proptest::prop_static_route_key_normalization_preserves_length
20132026-06-05T21:23:32.062Z PASS [ 0.008s] rdb types::test::bgp_path_identity
20142026-06-05T21:23:32.065Z PASS [ 0.009s] rdb types::test::btreeset_insert_is_noop
20152026-06-05T21:23:32.065Z PASS [ 0.010s] rdb types::test::bgp_vs_static_ordering
20162026-06-05T21:23:32.065Z PASS [ 0.009s] rdb types::test::btreeset_remove
20172026-06-05T21:23:32.065Z PASS [ 0.010s] rdb types::test::btreeset_coexistence
20182026-06-05T21:23:32.070Z PASS [ 0.020s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
20192026-06-05T21:23:32.073Z PASS [ 0.008s] rdb types::test::btreeset_replace
20202026-06-05T21:23:32.073Z PASS [ 0.008s] rdb types::test::ord_contract
20212026-06-05T21:23:32.073Z PASS [ 0.008s] rdb types::test::prefix_no_cross_family_within
20222026-06-05T21:23:32.073Z PASS [ 0.008s] rdb types::test::static_path_identity
20232026-06-05T21:23:32.076Z PASS [ 0.024s] rdb proptest::prop_static_route_key_ord_consistency
20242026-06-05T21:23:32.085Z PASS [ 0.084s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
20252026-06-05T21:23:32.088Z────────────
20262026-06-05T21:23:32.088Z Summary [ 0.149s] 47 tests run: 47 passed, 0 skipped
20272026-06-05T21:23:32.098Z+ cp ./rib.log /work/
20282026-06-05T21:23:32.101Z+ popd
20292026-06-05T21:23:32.101Z/work/oxidecomputer/maghemite
20302026-06-05T21:23:32.101Zprocess exited: duration 290696 ms, exit code 0
 
20312026-06-05T21:23:32.111Zfound 1 output files
20322026-06-05T21:23:32.111Zuploading: /work/rib.log (887 bytes)
20332026-06-05T21:23:33.123Zuploaded: /work/rib.log