01KPA7CDGMG57Q5TQ2486HYKXB: 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: 01KPA7CZ14JRDSGRJ2F7QTVAS5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-16T04:06:50.137Zjob assigned to worker 01KPA7EXXRGQECRMFQT3KPZEVZ [factory aws, i-0bfae7021b4281265] (queued for 2 m 3 s)
 
22026-04-16T04:06:56.846Zstarting task 0: "setup"
32026-04-16T04:06:56.853Z++ uname -s
42026-04-16T04:06:56.858Z+ kern=SunOS
52026-04-16T04:06:56.858Z+ build_user=build
62026-04-16T04:06:56.858Z+ build_uid=12345
72026-04-16T04:06:56.858Z+ work_dir=/work
82026-04-16T04:06:56.858Z+ input_dir=/input
92026-04-16T04:06:56.858Z+ [[ 0 == 12345 ]]
102026-04-16T04:06:56.858Z+ case "$kern" in
112026-04-16T04:06:56.858Z+ groupadd -g 12345 build
122026-04-16T04:06:56.858Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-16T04:06:58.863Z+ zfs create -o mountpoint=/work rpool/work
142026-04-16T04:06:58.967Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-16T04:06:58.971Z+ home_fs=zfs
162026-04-16T04:06:58.971Z+ [[ zfs == autofs ]]
172026-04-16T04:06:58.971Z+ mkdir -p /home/build
182026-04-16T04:06:58.971Z+ chown build:build /home/build /work
192026-04-16T04:07:00.972Z+ chmod 0700 /home/build /work
202026-04-16T04:07:00.976Zprocess exited: duration 4127 ms, exit code 0
 
212026-04-16T04:07:00.983Zstarting task 1: "rust-toolchain"
222026-04-16T04:07:00.987Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-16T04:07:00.987Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-16T04:07:00.987Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-16T04:07:00.987Z * rust toolchain channel = "stable"
262026-04-16T04:07:00.987Z * rust toolchain profile = "default"
272026-04-16T04:07:00.987Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-16T04:07:00.991Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-16T04:07:00.991Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-16T04:07:01.115Zinfo: downloading installer
312026-04-16T04:07:02.707Zwarn: It looks like you have an existing installation of Rust at:
322026-04-16T04:07:02.707Zwarn: /opt/ooce/bin
332026-04-16T04:07:02.707Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-16T04:07:02.707Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-16T04:07:02.707Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-16T04:07:02.708Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-16T04:07:02.708Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-16T04:07:02.708Zerror: cannot install while Rust is installed
392026-04-16T04:07:02.708Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-16T04:07:02.708Zwarn: It looks like you have an existing rustup settings file at:
412026-04-16T04:07:02.708Zwarn: /home/build/.rustup/settings.toml
422026-04-16T04:07:02.708Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-16T04:07:02.708Zwarn: instead of the one inferred from the default host triple.
442026-04-16T04:07:02.743Zinfo: profile set to default
452026-04-16T04:07:02.743Zinfo: default host triple is x86_64-unknown-illumos
462026-04-16T04:07:02.746Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-16T04:07:02.887Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-16T04:07:02.890Zinfo: downloading 6 components
492026-04-16T04:07:18.787Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-16T04:07:18.787Z
512026-04-16T04:07:18.821Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-16T04:07:18.821Z
532026-04-16T04:07:18.821Z
542026-04-16T04:07:18.821ZRust is installed now. Great!
552026-04-16T04:07:18.821Z
562026-04-16T04:07:18.821ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-16T04:07:18.821Zenvironment variable. This has not been done automatically.
582026-04-16T04:07:18.821Z
592026-04-16T04:07:18.821ZTo configure your current shell, you need to source
602026-04-16T04:07:18.821Zthe corresponding env file under $HOME/.cargo.
612026-04-16T04:07:18.821Z
622026-04-16T04:07:18.821ZThis is usually done by running one of the following (note the leading DOT):
632026-04-16T04:07:18.821Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-16T04:07:18.821Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-16T04:07:18.821Zsource "~/.cargo/env.nu" # For nushell
662026-04-16T04:07:18.821Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-16T04:07:18.821Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-16T04:07:18.821Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-16T04:07:18.825Zwarn: no default linker (`cc`) was found in your PATH
702026-04-16T04:07:18.825Zwarn: many Rust crates require a system C toolchain to build
712026-04-16T04:07:18.915Z+ rustup --version
722026-04-16T04:07:18.925Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-16T04:07:18.928Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-16T04:07:18.944Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-16T04:07:18.948Z+ cargo --version
762026-04-16T04:07:18.960Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-16T04:07:18.963Z+ rustc --version
782026-04-16T04:07:18.982Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-16T04:07:18.986Zprocess exited: duration 17997 ms, exit code 0
 
802026-04-16T04:07:18.993Zstarting task 2: "authentication"
812026-04-16T04:07:19.013Zprocess exited: duration 19 ms, exit code 0
 
822026-04-16T04:07:19.019Zstarting task 3: "clone repository"
832026-04-16T04:07:19.023Z+ mkdir -p /work/oxidecomputer/maghemite
842026-04-16T04:07:19.027Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-04-16T04:07:19.088ZCloning into '/work/oxidecomputer/maghemite'...
862026-04-16T04:07:20.232Z+ cd /work/oxidecomputer/maghemite
872026-04-16T04:07:20.232Z+ git fetch origin c94ec4d79b00b05f976c978053ec9d6e5fa4ab23
882026-04-16T04:07:20.653ZFrom https://github.com/oxidecomputer/maghemite
892026-04-16T04:07:20.653Z * branch c94ec4d79b00b05f976c978053ec9d6e5fa4ab23 -> FETCH_HEAD
902026-04-16T04:07:20.657Z+ [[ -n renovate/dropshot ]]
912026-04-16T04:07:20.660Z++ git branch --show-current
922026-04-16T04:07:20.660Z+ current=main
932026-04-16T04:07:20.660Z+ [[ main != renovate/dropshot ]]
942026-04-16T04:07:20.660Z+ git branch -f renovate/dropshot c94ec4d79b00b05f976c978053ec9d6e5fa4ab23
952026-04-16T04:07:20.665Z+ git checkout -f renovate/dropshot
962026-04-16T04:07:20.679ZSwitched to branch 'renovate/dropshot'
972026-04-16T04:07:20.682Z+ git reset --hard c94ec4d79b00b05f976c978053ec9d6e5fa4ab23
982026-04-16T04:07:20.688ZHEAD is now at c94ec4d Update dropshot to 0.7.1
992026-04-16T04:07:20.688Zprocess exited: duration 1664 ms, exit code 0
 
1002026-04-16T04:07:20.698Zstarting task 4: "build"
1012026-04-16T04:07:20.705Z+ set -e
1022026-04-16T04:07:20.705Z+ source .github/buildomat/test-common.sh
1032026-04-16T04:07:20.705Z++ NEXTEST_VERSION=0.9.97
1042026-04-16T04:07:20.705Z++ PLATFORM=illumos
1052026-04-16T04:07:20.705Z++ banner install
1062026-04-16T04:07:20.705Z
1072026-04-16T04:07:20.705Z # # # #### ##### ## # #
1082026-04-16T04:07:20.705Z # ## # # # # # # #
1092026-04-16T04:07:20.705Z # # # # #### # # # # #
1102026-04-16T04:07:20.705Z # # # # # # ###### # #
1112026-04-16T04:07:20.705Z # # ## # # # # # # #
1122026-04-16T04:07:20.705Z # # # #### # # # ###### ######
1132026-04-16T04:07:20.705Z
1142026-04-16T04:07:20.705Z++ set +o errexit
1152026-04-16T04:07:20.709Z++ pkg info clang-15
1162026-04-16T04:07:20.709Z++ grep -qi installed
1172026-04-16T04:07:21.894Zpkg: info: no packages matching the following patterns you specified are
1182026-04-16T04:07:21.894Zinstalled on the system. Try querying remotely instead:
1192026-04-16T04:07:21.894Z
1202026-04-16T04:07:21.894Z clang-15
1212026-04-16T04:07:21.931Z++ [[ 1 != 0 ]]
1222026-04-16T04:07:21.931Z++ set -o errexit
1232026-04-16T04:07:21.934Z++ pfexec pkg install clang-15
1242026-04-16T04:07:30.968Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-04-16T04:07:38.343Z Startup: Caching catalogs ... Done
1262026-04-16T04:07:44.246ZPlanning: Solver setup ... Done
1272026-04-16T04:07:44.276ZPlanning: Running solver ... Done
1282026-04-16T04:07:44.402ZPlanning: Finding local manifests ... Done
1292026-04-16T04:07:44.416ZPlanning: Fetching manifests: 0/2 0% complete
1302026-04-16T04:07:44.502ZPlanning: Fetching manifests: 2/2 100% complete
1312026-04-16T04:07:44.530ZPlanning: Package planning ... Done
1322026-04-16T04:07:44.557ZPlanning: Merging actions ... Done
1332026-04-16T04:07:44.664ZPlanning: Checking for conflicting actions ... Done
1342026-04-16T04:07:44.671ZPlanning: Consolidating action changes ... Done
1352026-04-16T04:07:45.362ZPlanning: Evaluating mediators ... Done
1362026-04-16T04:07:45.369ZPlanning: Planning completed in 6.86 seconds
1372026-04-16T04:07:45.392Z Packages to install: 2
1382026-04-16T04:07:45.398Z Mediators to change: 2
1392026-04-16T04:07:45.398Z Services to change: 1
1402026-04-16T04:07:45.398Z Create boot environment: No
1412026-04-16T04:07:45.398ZCreate backup boot environment: No
1422026-04-16T04:07:45.433Z
1432026-04-16T04:07:45.433ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-04-16T04:07:50.534ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (28.0M/s)
1452026-04-16T04:07:55.116ZDownload: Completed 211.31 MB in 9.68 seconds (21.8M/s)
1462026-04-16T04:07:55.360Z Actions: 1/3418 actions (Installing new actions)
1472026-04-16T04:07:58.535Z Actions: Completed 3418 actions in 3.17 seconds.
1482026-04-16T04:07:58.829Z Done
1492026-04-16T04:07:58.829Z Done
1502026-04-16T04:07:59.530Z Done
1512026-04-16T04:08:02.577Z Done
1522026-04-16T04:08:02.653Z Done
1532026-04-16T04:08:02.657Z Done
1542026-04-16T04:08:02.988Z Done
1552026-04-16T04:08:03.640Z++ set -o errexit
1562026-04-16T04:08:03.640Z++ cargo --version
1572026-04-16T04:08:03.649Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1582026-04-16T04:08:04.415Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1592026-04-16T04:08:04.419Zinfo: downloading 6 components
1602026-04-16T04:08:20.231Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1612026-04-16T04:08:20.237Z++ rustc --version
1622026-04-16T04:08:20.262Zrustc 1.94.1 (e408947bf 2026-03-25)
1632026-04-16T04:08:20.267Z++ cargo install cargo-nextest --version 0.9.97
1642026-04-16T04:08:20.310Z Updating crates.io index
1652026-04-16T04:08:20.409Z Downloading crates ...
1662026-04-16T04:08:20.487Z Downloaded cargo-nextest v0.9.97
1672026-04-16T04:08:20.549Z Installing cargo-nextest v0.9.97
1682026-04-16T04:08:20.594Z Updating crates.io index
1692026-04-16T04:08:23.683Z Locking 407 packages to latest compatible versions
1702026-04-16T04:08:23.688Z Adding dialoguer v0.11.0 (available: v0.12.0)
1712026-04-16T04:08:23.692Z Adding duct v0.13.7 (available: v1.1.1)
1722026-04-16T04:08:23.692Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1732026-04-16T04:08:23.692Z Adding generic-array v0.14.7 (available: v0.14.9)
1742026-04-16T04:08:23.696Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1752026-04-16T04:08:23.696Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1762026-04-16T04:08:23.696Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1772026-04-16T04:08:23.696Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1782026-04-16T04:08:23.699Z Adding quick-junit v0.5.2 (available: v0.6.0)
1792026-04-16T04:08:23.717Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1802026-04-16T04:08:23.728Z Downloading crates ...
1812026-04-16T04:08:23.799Z Downloaded block-buffer v0.10.4
1822026-04-16T04:08:23.803Z Downloaded async-scoped v0.9.0
1832026-04-16T04:08:23.806Z Downloaded clap_lex v1.1.0
1842026-04-16T04:08:23.809Z Downloaded digest v0.10.7
1852026-04-16T04:08:23.814Z Downloaded cargo-util-schemas v0.2.0
1862026-04-16T04:08:23.817Z Downloaded fastrand v2.4.1
1872026-04-16T04:08:23.817Z Downloaded heck v0.5.0
1882026-04-16T04:08:23.817Z Downloaded anstyle v1.0.14
1892026-04-16T04:08:23.821Z Downloaded foldhash v0.1.5
1902026-04-16T04:08:23.821Z Downloaded atomic-waker v1.1.2
1912026-04-16T04:08:23.821Z Downloaded addr2line v0.25.1
1922026-04-16T04:08:23.824Z Downloaded ordered-float v2.10.1
1932026-04-16T04:08:23.827Z Downloaded bitflags v2.11.1
1942026-04-16T04:08:23.831Z Downloaded cargo-platform v0.2.0
1952026-04-16T04:08:23.831Z Downloaded backtrace-ext v0.2.1
1962026-04-16T04:08:23.834Z Downloaded humantime v2.3.0
1972026-04-16T04:08:23.834Z Downloaded atomicwrites v0.4.4
1982026-04-16T04:08:23.834Z Downloaded pin-project v1.1.11
1992026-04-16T04:08:23.842Z Downloaded anstyle-query v1.1.5
2002026-04-16T04:08:23.845Z Downloaded nested v0.1.1
2012026-04-16T04:08:23.848Z Downloaded owo-colors v4.3.0
2022026-04-16T04:08:23.852Z Downloaded rustc-hash v2.1.2
2032026-04-16T04:08:23.852Z Downloaded bstr v1.12.1
2042026-04-16T04:08:23.859Z Downloaded ahash v0.8.12
2052026-04-16T04:08:23.863Z Downloaded camino v1.2.2
2062026-04-16T04:08:23.866Z Downloaded document-features v0.2.12
2072026-04-16T04:08:23.866Z Downloaded camino-tempfile v1.4.1
2082026-04-16T04:08:23.870Z Downloaded anstyle-parse v1.0.0
2092026-04-16T04:08:23.870Z Downloaded adler2 v2.0.1
2102026-04-16T04:08:23.876Z Downloaded form_urlencoded v1.2.2
2112026-04-16T04:08:23.880Z Downloaded colorchoice v1.0.5
2122026-04-16T04:08:23.880Z Downloaded cargo-platform v0.3.2
2132026-04-16T04:08:23.885Z Downloaded futures-core v0.3.32
2142026-04-16T04:08:23.893Z Downloaded cpufeatures v0.2.17
2152026-04-16T04:08:23.897Z Downloaded crypto-common v0.1.7
2162026-04-16T04:08:23.900Z Downloaded nix v0.30.1
2172026-04-16T04:08:23.906Z Downloaded futures-sink v0.3.32
2182026-04-16T04:08:23.909Z Downloaded signature v2.2.0
2192026-04-16T04:08:23.909Z Downloaded futures-io v0.3.32
2202026-04-16T04:08:23.909Z Downloaded errno v0.3.14
2212026-04-16T04:08:23.913Z Downloaded debug-ignore v1.0.5
2222026-04-16T04:08:23.916Z Downloaded fnv v1.0.7
2232026-04-16T04:08:23.920Z Downloaded generic-array v0.14.7
2242026-04-16T04:08:23.924Z Downloaded foreign-types-shared v0.1.1
2252026-04-16T04:08:23.924Z Downloaded cfg_aliases v0.2.1
2262026-04-16T04:08:23.927Z Downloaded futures-macro v0.3.32
2272026-04-16T04:08:23.928Z Downloaded lru-slab v0.1.2
2282026-04-16T04:08:23.933Z Downloaded is_ci v1.2.0
2292026-04-16T04:08:23.937Z Downloaded mukti-metadata v0.3.0
2302026-04-16T04:08:23.937Z Downloaded scopeguard v1.2.0
2312026-04-16T04:08:23.937Z Downloaded equivalent v1.0.2
2322026-04-16T04:08:23.940Z Downloaded indent_write v2.2.0
2332026-04-16T04:08:23.944Z Downloaded curve25519-dalek-derive v0.1.1
2342026-04-16T04:08:23.944Z Downloaded home v0.5.12
2352026-04-16T04:08:23.944Z Downloaded cargo_metadata v0.20.0
2362026-04-16T04:08:23.947Z Downloaded autocfg v1.5.0
2372026-04-16T04:08:23.947Z Downloaded indenter v0.3.4
2382026-04-16T04:08:23.951Z Downloaded convert_case v0.10.0
2392026-04-16T04:08:23.951Z Downloaded rand_core v0.9.5
2402026-04-16T04:08:23.951Z Downloaded lock_api v0.4.14
2412026-04-16T04:08:23.954Z Downloaded http-body v1.0.1
2422026-04-16T04:08:23.957Z Downloaded nextest-workspace-hack v0.1.0
2432026-04-16T04:08:23.957Z Downloaded const-oid v0.9.6
2442026-04-16T04:08:23.961Z Downloaded serde_urlencoded v0.7.1
2452026-04-16T04:08:23.964Z Downloaded serde_ignored v0.1.14
2462026-04-16T04:08:23.964Z Downloaded sigchld v0.2.4
2472026-04-16T04:08:23.968Z Downloaded shared_child v1.1.1
2482026-04-16T04:08:23.971Z Downloaded pkg-config v0.3.33
2492026-04-16T04:08:23.979Z Downloaded serde-value v0.7.0
2502026-04-16T04:08:23.983Z Downloaded cargo_metadata v0.23.1
2512026-04-16T04:08:23.987Z Downloaded number_prefix v0.4.0
2522026-04-16T04:08:23.991Z Downloaded foreign-types v0.3.2
2532026-04-16T04:08:23.991Z Downloaded serde_spanned v1.1.1
2542026-04-16T04:08:23.991Z Downloaded hex v0.4.3
2552026-04-16T04:08:23.994Z Downloaded guppy-workspace-hack v0.1.0
2562026-04-16T04:08:23.994Z Downloaded futures-task v0.3.32
2572026-04-16T04:08:23.994Z Downloaded enable-ansi-support v0.2.1
2582026-04-16T04:08:23.998Z Downloaded cfg-if v1.0.4
2592026-04-16T04:08:23.998Z Downloaded signal-hook-mio v0.2.5
2602026-04-16T04:08:23.998Z Downloaded shell-words v1.1.1
2612026-04-16T04:08:24.002Z Downloaded strsim v0.11.1
2622026-04-16T04:08:24.005Z Downloaded once_cell v1.21.4
2632026-04-16T04:08:24.008Z Downloaded find-msvc-tools v0.1.9
2642026-04-16T04:08:24.012Z Downloaded anstream v1.0.0
2652026-04-16T04:08:24.012Z Downloaded erased-serde v0.4.10
2662026-04-16T04:08:24.016Z Downloaded futures-executor v0.3.32
2672026-04-16T04:08:24.020Z Downloaded ed25519 v2.2.3
2682026-04-16T04:08:24.020Z Downloaded serde-untagged v0.1.9
2692026-04-16T04:08:24.020Z Downloaded either v1.15.0
2702026-04-16T04:08:24.023Z Downloaded humantime-serde v1.1.1
2712026-04-16T04:08:24.023Z Downloaded fixedbitset v0.5.7
2722026-04-16T04:08:24.027Z Downloaded rustc_version v0.4.1
2732026-04-16T04:08:24.027Z Downloaded supports-color v3.0.2
2742026-04-16T04:08:24.027Z Downloaded subtle v2.6.1
2752026-04-16T04:08:24.030Z Downloaded hyper-tls v0.6.0
2762026-04-16T04:08:24.030Z Downloaded supports-hyperlinks v3.2.0
2772026-04-16T04:08:24.030Z Downloaded strip-ansi-escapes v0.2.1
2782026-04-16T04:08:24.030Z Downloaded console v0.15.11
2792026-04-16T04:08:24.034Z Downloaded getrandom v0.2.17
2802026-04-16T04:08:24.037Z Downloaded signal-hook-registry v1.4.8
2812026-04-16T04:08:24.037Z Downloaded eyre v0.6.12
2822026-04-16T04:08:24.040Z Downloaded clap_derive v4.6.1
2832026-04-16T04:08:24.040Z Downloaded sync_wrapper v1.0.2
2842026-04-16T04:08:24.040Z Downloaded supports-unicode v3.0.0
2852026-04-16T04:08:24.040Z Downloaded base64ct v1.8.3
2862026-04-16T04:08:24.044Z Downloaded ppv-lite86 v0.2.21
2872026-04-16T04:08:24.044Z Downloaded nextest-metadata v0.12.2
2882026-04-16T04:08:24.047Z Downloaded newtype-uuid v1.3.2
2892026-04-16T04:08:24.047Z Downloaded parking_lot v0.12.5
2902026-04-16T04:08:24.047Z Downloaded serde_spanned v0.6.9
2912026-04-16T04:08:24.051Z Downloaded nextest-filtering v0.15.0
2922026-04-16T04:08:24.051Z Downloaded duct v0.13.7
2932026-04-16T04:08:24.055Z Downloaded swrite v0.1.0
2942026-04-16T04:08:24.055Z Downloaded hyper-rustls v0.27.9
2952026-04-16T04:08:24.060Z Downloaded toml_datetime v0.6.11
2962026-04-16T04:08:24.063Z Downloaded lazy_static v1.5.0
2972026-04-16T04:08:24.063Z Downloaded terminal_size v0.4.4
2982026-04-16T04:08:24.063Z Downloaded tinyvec_macros v0.1.1
2992026-04-16T04:08:24.067Z Downloaded globset v0.4.18
3002026-04-16T04:08:24.067Z Downloaded future-queue v0.4.0
3012026-04-16T04:08:24.071Z Downloaded parking_lot_core v0.9.12
3022026-04-16T04:08:24.071Z Downloaded filetime v0.2.27
3032026-04-16T04:08:24.071Z Downloaded pin-project-lite v0.2.17
3042026-04-16T04:08:24.075Z Downloaded sha2 v0.10.9
3052026-04-16T04:08:24.078Z Downloaded color-spantrace v0.3.0
3062026-04-16T04:08:24.078Z Downloaded borsh v1.6.1
3072026-04-16T04:08:24.082Z Downloaded tokio-macros v2.7.0
3082026-04-16T04:08:24.082Z Downloaded simd-adler32 v0.3.9
3092026-04-16T04:08:24.085Z Downloaded serde_path_to_error v0.1.20
3102026-04-16T04:08:24.085Z Downloaded futures-channel v0.3.32
3112026-04-16T04:08:24.089Z Downloaded dialoguer v0.11.0
3122026-04-16T04:08:24.089Z Downloaded quote v1.0.45
3132026-04-16T04:08:24.092Z Downloaded cfg-expr v0.20.7
3142026-04-16T04:08:24.096Z Downloaded smol_str v0.3.6
3152026-04-16T04:08:24.099Z Downloaded toml_write v0.1.2
3162026-04-16T04:08:24.099Z Downloaded static_assertions v1.1.0
3172026-04-16T04:08:24.099Z Downloaded slab v0.4.12
3182026-04-16T04:08:24.102Z Downloaded shlex v1.3.0
3192026-04-16T04:08:24.102Z Downloaded log v0.4.29
3202026-04-16T04:08:24.106Z Downloaded tower-service v0.3.3
3212026-04-16T04:08:24.106Z Downloaded tower-layer v0.3.3
3222026-04-16T04:08:24.109Z Downloaded percent-encoding v2.3.2
3232026-04-16T04:08:24.109Z Downloaded tracing-error v0.2.1
3242026-04-16T04:08:24.109Z Downloaded idna_adapter v1.0.0
3252026-04-16T04:08:24.109Z Downloaded pathdiff v0.2.3
3262026-04-16T04:08:24.109Z Downloaded itoa v1.0.18
3272026-04-16T04:08:24.113Z Downloaded typeid v1.0.3
3282026-04-16T04:08:24.113Z Downloaded try-lock v0.2.5
3292026-04-16T04:08:24.116Z Downloaded unicode-linebreak v0.1.5
3302026-04-16T04:08:24.120Z Downloaded thiserror-impl v1.0.69
3312026-04-16T04:08:24.120Z Downloaded openssl-probe v0.2.1
3322026-04-16T04:08:24.123Z Downloaded thiserror v1.0.69
3332026-04-16T04:08:24.123Z Downloaded target-spec-miette v0.4.6
3342026-04-16T04:08:24.126Z Downloaded quick-junit v0.5.2
3352026-04-16T04:08:24.131Z Downloaded rustls-webpki v0.103.12
3362026-04-16T04:08:24.135Z Downloaded self_update v0.42.0
3372026-04-16T04:08:24.135Z Downloaded crc32fast v1.5.0
3382026-04-16T04:08:24.138Z Downloaded iana-time-zone v0.1.65
3392026-04-16T04:08:24.146Z Downloaded spki v0.7.3
3402026-04-16T04:08:24.149Z Downloaded smallvec v1.15.1
3412026-04-16T04:08:24.149Z Downloaded num-traits v0.2.19
3422026-04-16T04:08:24.149Z Downloaded unicode-xid v0.2.6
3432026-04-16T04:08:24.153Z Downloaded untrusted v0.9.0
3442026-04-16T04:08:24.156Z Downloaded version_check v0.9.5
3452026-04-16T04:08:24.156Z Downloaded want v0.3.1
3462026-04-16T04:08:24.159Z Downloaded os_pipe v1.2.3
3472026-04-16T04:08:24.163Z Downloaded is_terminal_polyfill v1.70.2
3482026-04-16T04:08:24.166Z Downloaded miette-derive v7.6.0
3492026-04-16T04:08:24.170Z Downloaded miniz_oxide v0.8.9
3502026-04-16T04:08:24.170Z Downloaded derive-where v1.6.1
3512026-04-16T04:08:24.173Z Downloaded config v0.15.22
3522026-04-16T04:08:24.173Z Downloaded thread_local v1.1.9
3532026-04-16T04:08:24.177Z Downloaded thiserror-impl v2.0.18
3542026-04-16T04:08:24.177Z Downloaded ipnet v2.12.0
3552026-04-16T04:08:24.177Z Downloaded xattr v1.6.1
3562026-04-16T04:08:24.181Z Downloaded tokio-native-tls v0.3.1
3572026-04-16T04:08:24.181Z Downloaded bytes v1.11.1
3582026-04-16T04:08:24.181Z Downloaded quinn v0.11.9
3592026-04-16T04:08:24.184Z Downloaded jobserver v0.1.34
3602026-04-16T04:08:24.184Z Downloaded base64 v0.22.1
3612026-04-16T04:08:24.188Z Downloaded utf8_iter v1.0.4
3622026-04-16T04:08:24.188Z Downloaded tokio-stream v0.1.18
3632026-04-16T04:08:24.191Z Downloaded utf8parse v0.2.2
3642026-04-16T04:08:24.191Z Downloaded backtrace v0.3.76
3652026-04-16T04:08:24.194Z Downloaded openssl-macros v0.1.1
3662026-04-16T04:08:24.194Z Downloaded cc v1.2.60
3672026-04-16T04:08:24.198Z Downloaded sharded-slab v0.1.7
3682026-04-16T04:08:24.201Z Downloaded urlencoding v2.1.3
3692026-04-16T04:08:24.201Z Downloaded clap v4.6.1
3702026-04-16T04:08:24.205Z Downloaded tempfile v3.27.0
3712026-04-16T04:08:24.208Z Downloaded target-lexicon v0.13.3
3722026-04-16T04:08:24.208Z Downloaded unicase v2.9.0
3732026-04-16T04:08:24.208Z Downloaded serde_derive v1.0.228
3742026-04-16T04:08:24.212Z Downloaded ryu v1.0.23
3752026-04-16T04:08:24.212Z Downloaded getrandom v0.3.4
3762026-04-16T04:08:24.216Z Downloaded semver v1.0.28
3772026-04-16T04:08:24.216Z Downloaded pkcs8 v0.10.2
3782026-04-16T04:08:24.216Z Downloaded pin-project-internal v1.1.11
3792026-04-16T04:08:24.220Z Downloaded signal-hook v0.3.18
3802026-04-16T04:08:24.220Z Downloaded getrandom v0.4.2
3812026-04-16T04:08:24.224Z Downloaded rand_core v0.6.4
3822026-04-16T04:08:24.224Z Downloaded rand_chacha v0.9.0
3832026-04-16T04:08:24.224Z Downloaded indicatif v0.17.11
3842026-04-16T04:08:24.227Z Downloaded flate2 v1.1.9
3852026-04-16T04:08:24.227Z Downloaded target-spec v3.6.0
3862026-04-16T04:08:24.231Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3872026-04-16T04:08:24.231Z Downloaded zeroize v1.8.2
3882026-04-16T04:08:24.234Z Downloaded tokio-rustls v0.26.4
3892026-04-16T04:08:24.238Z Downloaded native-tls v0.2.18
3902026-04-16T04:08:24.241Z Downloaded memchr v2.8.0
3912026-04-16T04:08:24.244Z Downloaded http-body-util v0.1.3
3922026-04-16T04:08:24.248Z Downloaded zipsign-api v0.1.5
3932026-04-16T04:08:24.252Z Downloaded ed25519-dalek v2.2.0
3942026-04-16T04:08:24.252Z Downloaded toml v0.8.23
3952026-04-16T04:08:24.256Z Downloaded futures v0.3.32
3962026-04-16T04:08:24.256Z Downloaded httparse v1.10.1
3972026-04-16T04:08:24.261Z Downloaded tracing-log v0.2.0
3982026-04-16T04:08:24.261Z Downloaded tinyvec v1.11.0
3992026-04-16T04:08:24.261Z Downloaded textwrap v0.16.2
4002026-04-16T04:08:24.265Z Downloaded thiserror v2.0.18
4012026-04-16T04:08:24.269Z Downloaded socket2 v0.6.3
4022026-04-16T04:08:24.272Z Downloaded rustc-demangle v0.1.27
4032026-04-16T04:08:24.275Z Downloaded litrs v1.0.0
4042026-04-16T04:08:24.280Z Downloaded self-replace v1.5.0
4052026-04-16T04:08:24.283Z Downloaded indexmap v2.14.0
4062026-04-16T04:08:24.286Z Downloaded openssl-sys v0.9.113
4072026-04-16T04:08:24.292Z Downloaded toml v1.1.2+spec-1.1.0
4082026-04-16T04:08:24.300Z Downloaded derive_more-impl v2.1.1
4092026-04-16T04:08:24.300Z Downloaded tar v0.4.45
4102026-04-16T04:08:24.300Z Downloaded proc-macro2 v1.0.106
4112026-04-16T04:08:24.304Z Downloaded rustls-pki-types v1.14.0
4122026-04-16T04:08:24.304Z Downloaded tracing-attributes v0.1.31
4132026-04-16T04:08:24.304Z Downloaded tracing-core v0.1.36
4142026-04-16T04:08:24.304Z Downloaded toml_writer v1.1.1+spec-1.1.0
4152026-04-16T04:08:24.307Z Downloaded zstd-safe v7.2.4
4162026-04-16T04:08:24.307Z Downloaded unicode-ident v1.0.24
4172026-04-16T04:08:24.307Z Downloaded derive_more v2.1.1
4182026-04-16T04:08:24.313Z Downloaded xxhash-rust v0.8.15
4192026-04-16T04:08:24.316Z Downloaded serde_core v1.0.228
4202026-04-16T04:08:24.316Z Downloaded serde v1.0.228
4212026-04-16T04:08:24.319Z Downloaded rand v0.9.4
4222026-04-16T04:08:24.323Z Downloaded vte v0.14.1
4232026-04-16T04:08:24.327Z Downloaded quinn-udp v0.5.14
4242026-04-16T04:08:24.331Z Downloaded der v0.7.10
4252026-04-16T04:08:24.334Z Downloaded toml_parser v1.1.2+spec-1.1.0
4262026-04-16T04:08:24.338Z Downloaded toml_edit v0.22.27
4272026-04-16T04:08:24.341Z Downloaded zmij v1.0.21
4282026-04-16T04:08:24.344Z Downloaded zstd v0.13.3
4292026-04-16T04:08:24.344Z Downloaded itertools v0.14.0
4302026-04-16T04:08:24.356Z Downloaded uuid v1.23.0
4312026-04-16T04:08:24.371Z Downloaded http v1.4.0
4322026-04-16T04:08:24.375Z Downloaded aho-corasick v1.1.4
4332026-04-16T04:08:24.410Z Downloaded ron v0.12.1
4342026-04-16T04:08:24.415Z Downloaded url v2.5.8
4352026-04-16T04:08:24.418Z Downloaded crossterm v0.29.0
4362026-04-16T04:08:24.422Z Downloaded mio v1.2.0
4372026-04-16T04:08:24.425Z Downloaded guppy v0.17.25
4382026-04-16T04:08:24.431Z Downloaded typenum v1.19.0
4392026-04-16T04:08:24.435Z Downloaded serde_json v1.0.149
4402026-04-16T04:08:24.438Z Downloaded unicode-segmentation v1.13.2
4412026-04-16T04:08:24.442Z Downloaded idna v1.1.0
4422026-04-16T04:08:24.445Z Downloaded tower v0.5.3
4432026-04-16T04:08:24.448Z Downloaded reqwest v0.12.28
4442026-04-16T04:08:24.452Z Downloaded miette v7.6.0
4452026-04-16T04:08:24.455Z Downloaded hashbrown v0.15.5
4462026-04-16T04:08:24.459Z Downloaded clap_builder v4.6.0
4472026-04-16T04:08:24.462Z Downloaded iri-string v0.7.12
4482026-04-16T04:08:24.466Z Downloaded hashbrown v0.17.0
4492026-04-16T04:08:24.469Z Downloaded hyper-util v0.1.20
4502026-04-16T04:08:24.472Z Downloaded tower-http v0.6.8
4512026-04-16T04:08:24.476Z Downloaded regex v1.12.3
4522026-04-16T04:08:24.480Z Downloaded h2 v0.4.13
4532026-04-16T04:08:24.483Z Downloaded tokio-util v0.7.18
4542026-04-16T04:08:24.486Z Downloaded quick-xml v0.37.5
4552026-04-16T04:08:24.490Z Downloaded unicode-normalization v0.1.25
4562026-04-16T04:08:24.493Z Downloaded futures-util v0.3.32
4572026-04-16T04:08:24.502Z Downloaded chrono v0.4.44
4582026-04-16T04:08:24.508Z Downloaded portable-atomic v1.13.1
4592026-04-16T04:08:24.512Z Downloaded hyper v1.9.0
4602026-04-16T04:08:24.516Z Downloaded rustix v1.1.4
4612026-04-16T04:08:24.530Z Downloaded winnow v0.7.15
4622026-04-16T04:08:24.559Z Downloaded winnow v1.0.1
4632026-04-16T04:08:24.559Z Downloaded quick-xml v0.38.4
4642026-04-16T04:08:24.559Z Downloaded tracing-subscriber v0.3.23
4652026-04-16T04:08:24.566Z Downloaded vcpkg v0.2.15
4662026-04-16T04:08:24.585Z Downloaded webpki-roots v1.0.6
4672026-04-16T04:08:24.588Z Downloaded quinn-proto v0.11.14
4682026-04-16T04:08:24.591Z Downloaded gimli v0.32.3
4692026-04-16T04:08:24.594Z Downloaded curve25519-dalek v4.1.3
4702026-04-16T04:08:24.598Z Downloaded unicode-width v0.1.14
4712026-04-16T04:08:24.601Z Downloaded unicode-width v0.2.2
4722026-04-16T04:08:24.604Z Downloaded zerocopy v0.8.48
4732026-04-16T04:08:24.619Z Downloaded syn v2.0.117
4742026-04-16T04:08:24.623Z Downloaded openssl v0.10.77
4752026-04-16T04:08:24.627Z Downloaded pulldown-cmark v0.13.3
4762026-04-16T04:08:24.641Z Downloaded nextest-runner v0.80.0
4772026-04-16T04:08:24.653Z Downloaded color-eyre v0.6.5
4782026-04-16T04:08:24.662Z Downloaded object v0.37.3
4792026-04-16T04:08:24.668Z Downloaded regex-syntax v0.8.10
4802026-04-16T04:08:24.675Z Downloaded tokio v1.52.0
4812026-04-16T04:08:24.698Z Downloaded rustix v0.38.44
4822026-04-16T04:08:24.725Z Downloaded regex-automata v0.4.14
4832026-04-16T04:08:24.734Z Downloaded rustls v0.23.38
4842026-04-16T04:08:24.772Z Downloaded tracing v0.1.44
4852026-04-16T04:08:24.902Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4862026-04-16T04:08:24.911Z Downloaded libc v0.2.185
4872026-04-16T04:08:24.929Z Downloaded petgraph v0.8.3
4882026-04-16T04:08:24.948Z Downloaded recursion v0.5.4
4892026-04-16T04:08:24.980Z Downloaded ring v0.17.14
4902026-04-16T04:08:25.037Z Compiling proc-macro2 v1.0.106
4912026-04-16T04:08:25.037Z Compiling libc v0.2.185
4922026-04-16T04:08:25.037Z Compiling quote v1.0.45
4932026-04-16T04:08:25.042Z Compiling unicode-ident v1.0.24
4942026-04-16T04:08:25.042Z Compiling serde_core v1.0.228
4952026-04-16T04:08:25.042Z Compiling cfg-if v1.0.4
4962026-04-16T04:08:25.164Z Compiling memchr v2.8.0
4972026-04-16T04:08:25.168Z Compiling once_cell v1.21.4
4982026-04-16T04:08:25.233Z Compiling log v0.4.29
4992026-04-16T04:08:25.285Z Compiling pin-project-lite v0.2.17
5002026-04-16T04:08:25.375Z Compiling itoa v1.0.18
5012026-04-16T04:08:25.430Z Compiling serde v1.0.228
5022026-04-16T04:08:25.591Z Compiling futures-core v0.3.32
5032026-04-16T04:08:25.750Z Compiling bitflags v2.11.1
5042026-04-16T04:08:25.824Z Compiling smallvec v1.15.1
5052026-04-16T04:08:25.858Z Compiling shlex v1.3.0
5062026-04-16T04:08:26.043Z Compiling equivalent v1.0.2
5072026-04-16T04:08:26.086Z Compiling find-msvc-tools v0.1.9
5082026-04-16T04:08:26.130Z Compiling hashbrown v0.17.0
5092026-04-16T04:08:26.141Z Compiling bytes v1.11.1
5102026-04-16T04:08:26.200Z Compiling jobserver v0.1.34
5112026-04-16T04:08:26.306Z Compiling errno v0.3.14
5122026-04-16T04:08:26.318Z Compiling mio v1.2.0
5132026-04-16T04:08:26.374Z Compiling rustix v1.1.4
5142026-04-16T04:08:26.508Z Compiling signal-hook-registry v1.4.8
5152026-04-16T04:08:26.636Z Compiling syn v2.0.117
5162026-04-16T04:08:26.706Z Compiling cc v1.2.60
5172026-04-16T04:08:26.709Z Compiling futures-sink v0.3.32
5182026-04-16T04:08:26.812Z Compiling socket2 v0.6.3
5192026-04-16T04:08:27.011Z Compiling slab v0.4.12
5202026-04-16T04:08:27.022Z Compiling zmij v1.0.21
5212026-04-16T04:08:27.022Z Compiling futures-channel v0.3.32
5222026-04-16T04:08:27.252Z Compiling tracing-core v0.1.36
5232026-04-16T04:08:27.309Z Compiling serde_json v1.0.149
5242026-04-16T04:08:27.364Z Compiling version_check v0.9.5
5252026-04-16T04:08:27.641Z Compiling getrandom v0.4.2
5262026-04-16T04:08:27.669Z Compiling futures-io v0.3.32
5272026-04-16T04:08:27.870Z Compiling indexmap v2.14.0
5282026-04-16T04:08:27.895Z Compiling futures-task v0.3.32
5292026-04-16T04:08:27.936Z Compiling camino v1.2.2
5302026-04-16T04:08:28.056Z Compiling unicode-width v0.2.2
5312026-04-16T04:08:28.074Z Compiling ring v0.17.14
5322026-04-16T04:08:28.374Z Compiling http v1.4.0
5332026-04-16T04:08:28.405Z Compiling zeroize v1.8.2
5342026-04-16T04:08:29.480Z Compiling autocfg v1.5.0
5352026-04-16T04:08:29.484Z Compiling simd-adler32 v0.3.9
5362026-04-16T04:08:29.484Z Compiling percent-encoding v2.3.2
5372026-04-16T04:08:29.484Z Compiling adler2 v2.0.1
5382026-04-16T04:08:29.484Z Compiling num-traits v0.2.19
5392026-04-16T04:08:29.484Z Compiling miniz_oxide v0.8.9
5402026-04-16T04:08:29.484Z Compiling target-lexicon v0.13.3
5412026-04-16T04:08:29.484Z Compiling zerocopy v0.8.48
5422026-04-16T04:08:29.514Z Compiling object v0.37.3
5432026-04-16T04:08:29.527Z Compiling getrandom v0.3.4
5442026-04-16T04:08:29.846Z Compiling http-body v1.0.1
5452026-04-16T04:08:29.884Z Compiling rustls-pki-types v1.14.0
5462026-04-16T04:08:30.002Z Compiling semver v1.0.28
5472026-04-16T04:08:30.034Z Compiling getrandom v0.2.17
5482026-04-16T04:08:30.163Z Compiling untrusted v0.9.0
5492026-04-16T04:08:30.224Z Compiling signal-hook v0.3.18
5502026-04-16T04:08:30.258Z Compiling fnv v1.0.7
5512026-04-16T04:08:30.275Z Compiling serde_derive v1.0.228
5522026-04-16T04:08:30.294Z Compiling tokio-macros v2.7.0
5532026-04-16T04:08:30.361Z Compiling futures-macro v0.3.32
5542026-04-16T04:08:30.423Z Compiling tracing-attributes v0.1.31
5552026-04-16T04:08:30.438Z Compiling gimli v0.32.3
5562026-04-16T04:08:30.661Z Compiling owo-colors v4.3.0
5572026-04-16T04:08:30.726Z Compiling typenum v1.19.0
5582026-04-16T04:08:30.974Z Compiling guppy-workspace-hack v0.1.0
5592026-04-16T04:08:31.011Z Compiling tokio v1.52.0
5602026-04-16T04:08:31.061Z Compiling httparse v1.10.1
5612026-04-16T04:08:31.170Z Compiling futures-util v0.3.32
5622026-04-16T04:08:31.182Z Compiling thiserror v2.0.18
5632026-04-16T04:08:31.538Z Compiling thiserror-impl v2.0.18
5642026-04-16T04:08:31.609Z Compiling tracing v0.1.44
5652026-04-16T04:08:32.437Z Compiling addr2line v0.25.1
5662026-04-16T04:08:32.859Z Compiling form_urlencoded v1.2.2
5672026-04-16T04:08:33.082Z Compiling generic-array v0.14.7
5682026-04-16T04:08:33.120Z Compiling rustc-demangle v0.1.27
5692026-04-16T04:08:33.295Z Compiling try-lock v0.2.5
5702026-04-16T04:08:33.413Z Compiling atomic-waker v1.1.2
5712026-04-16T04:08:33.462Z Compiling idna_adapter v1.0.0
5722026-04-16T04:08:33.547Z Compiling fastrand v2.4.1
5732026-04-16T04:08:33.576Z Compiling pkg-config v0.3.33
5742026-04-16T04:08:33.755Z Compiling thiserror v1.0.69
5752026-04-16T04:08:33.880Z Compiling target-spec v3.6.0
5762026-04-16T04:08:34.003Z Compiling rustls v0.23.38
5772026-04-16T04:08:34.052Z Compiling typeid v1.0.3
5782026-04-16T04:08:34.097Z Compiling tower-service v0.3.3
5792026-04-16T04:08:34.150Z Compiling utf8_iter v1.0.4
5802026-04-16T04:08:34.218Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5812026-04-16T04:08:34.308Z Compiling idna v1.1.0
5822026-04-16T04:08:34.369Z Compiling tempfile v3.27.0
5832026-04-16T04:08:34.386Z Compiling want v0.3.1
5842026-04-16T04:08:34.605Z Compiling cfg-expr v0.20.7
5852026-04-16T04:08:35.182Z Compiling tokio-util v0.7.18
5862026-04-16T04:08:35.580Z Compiling backtrace v0.3.76
5872026-04-16T04:08:35.673Z Compiling h2 v0.4.13
5882026-04-16T04:08:36.117Z Compiling thiserror-impl v1.0.69
5892026-04-16T04:08:36.300Z Compiling terminal_size v0.4.4
5902026-04-16T04:08:36.450Z Compiling aho-corasick v1.1.4
5912026-04-16T04:08:36.474Z Compiling regex-syntax v0.8.10
5922026-04-16T04:08:36.506Z Compiling winnow v0.7.15
5932026-04-16T04:08:37.222Z Compiling subtle v2.6.1
5942026-04-16T04:08:37.376Z Compiling erased-serde v0.4.10
5952026-04-16T04:08:38.344Z Compiling regex-automata v0.4.14
5962026-04-16T04:08:38.348Z Compiling hyper v1.9.0
5972026-04-16T04:08:40.364Z Compiling rustls-webpki v0.103.12
5982026-04-16T04:08:41.988Z Compiling url v2.5.8
5992026-04-16T04:08:43.016Z Compiling serde_spanned v0.6.9
6002026-04-16T04:08:43.180Z Compiling toml_datetime v0.6.11
6012026-04-16T04:08:43.562Z Compiling ahash v0.8.12
6022026-04-16T04:08:43.652Z Compiling sync_wrapper v1.0.2
6032026-04-16T04:08:43.780Z Compiling foldhash v0.1.5
6042026-04-16T04:08:43.812Z Compiling unicode-linebreak v0.1.5
6052026-04-16T04:08:44.001Z Compiling base64 v0.22.1
6062026-04-16T04:08:44.019Z Compiling tower-layer v0.3.3
6072026-04-16T04:08:44.079Z Compiling portable-atomic v1.13.1
6082026-04-16T04:08:44.215Z Compiling is_ci v1.2.0
6092026-04-16T04:08:44.384Z Compiling nextest-workspace-hack v0.1.0
6102026-04-16T04:08:44.413Z Compiling toml_write v0.1.2
6112026-04-16T04:08:44.479Z Compiling parking_lot_core v0.9.12
6122026-04-16T04:08:44.513Z Compiling ipnet v2.12.0
6132026-04-16T04:08:44.594Z Compiling crc32fast v1.5.0
6142026-04-16T04:08:44.652Z Compiling unicode-segmentation v1.13.2
6152026-04-16T04:08:44.740Z Compiling lazy_static v1.5.0
6162026-04-16T04:08:44.847Z Compiling either v1.15.0
6172026-04-16T04:08:44.921Z Compiling sharded-slab v0.1.7
6182026-04-16T04:08:45.044Z Compiling convert_case v0.10.0
6192026-04-16T04:08:45.071Z Compiling hyper-util v0.1.20
6202026-04-16T04:08:45.179Z Compiling tokio-rustls v0.26.4
6212026-04-16T04:08:45.320Z Compiling toml_edit v0.22.27
6222026-04-16T04:08:45.515Z Compiling supports-color v3.0.2
6232026-04-16T04:08:45.538Z Compiling tower v0.5.3
6242026-04-16T04:08:45.713Z Compiling textwrap v0.16.2
6252026-04-16T04:08:45.760Z Compiling hashbrown v0.15.5
6262026-04-16T04:08:46.379Z Compiling backtrace-ext v0.2.1
6272026-04-16T04:08:46.631Z Compiling ordered-float v2.10.1
6282026-04-16T04:08:46.751Z Compiling miette-derive v7.6.0
6292026-04-16T04:08:46.910Z Compiling webpki-roots v1.0.6
6302026-04-16T04:08:47.033Z Compiling pathdiff v0.2.3
6312026-04-16T04:08:47.102Z Compiling console v0.15.11
6322026-04-16T04:08:47.158Z Compiling cargo-platform v0.3.2
6332026-04-16T04:08:47.687Z Compiling tracing-log v0.2.0
6342026-04-16T04:08:47.722Z Compiling os_pipe v1.2.3
6352026-04-16T04:08:47.879Z Compiling thread_local v1.1.9
6362026-04-16T04:08:47.894Z Compiling ryu v1.0.23
6372026-04-16T04:08:48.053Z Compiling fixedbitset v0.5.7
6382026-04-16T04:08:48.177Z Compiling utf8parse v0.2.2
6392026-04-16T04:08:48.227Z Compiling zstd-safe v7.2.4
6402026-04-16T04:08:48.290Z Compiling debug-ignore v1.0.5
6412026-04-16T04:08:48.401Z Compiling cfg_aliases v0.2.1
6422026-04-16T04:08:48.457Z Compiling winnow v1.0.1
6432026-04-16T04:08:48.473Z Compiling scopeguard v1.2.0
6442026-04-16T04:08:48.553Z Compiling iri-string v0.7.12
6452026-04-16T04:08:48.576Z Compiling unicode-width v0.1.14
6462026-04-16T04:08:48.736Z Compiling pulldown-cmark v0.13.3
6472026-04-16T04:08:48.874Z Compiling supports-hyperlinks v3.2.0
6482026-04-16T04:08:48.953Z Compiling supports-unicode v3.0.0
6492026-04-16T04:08:49.091Z Compiling rustix v0.38.44
6502026-04-16T04:08:49.123Z Compiling miette v7.6.0
6512026-04-16T04:08:49.513Z Compiling toml_parser v1.1.2+spec-1.1.0
6522026-04-16T04:08:49.530Z Compiling lock_api v0.4.14
6532026-04-16T04:08:49.761Z Compiling nix v0.30.1
6542026-04-16T04:08:49.882Z Compiling petgraph v0.8.3
6552026-04-16T04:08:50.209Z Compiling tower-http v0.6.8
6562026-04-16T04:08:50.838Z Compiling anstyle-parse v1.0.0
6572026-04-16T04:08:51.058Z Compiling tracing-subscriber v0.3.23
6582026-04-16T04:08:51.145Z Compiling serde_urlencoded v0.7.1
6592026-04-16T04:08:51.162Z Compiling sigchld v0.2.4
6602026-04-16T04:08:51.356Z Compiling cargo_metadata v0.23.1
6612026-04-16T04:08:51.421Z Compiling hyper-rustls v0.27.9
6622026-04-16T04:08:51.808Z Compiling serde-value v0.7.0
6632026-04-16T04:08:52.097Z Compiling toml v0.8.23
6642026-04-16T04:08:52.523Z Compiling serde-untagged v0.1.9
6652026-04-16T04:08:53.314Z Compiling derive_more-impl v2.1.1
6662026-04-16T04:08:54.104Z Compiling itertools v0.14.0
6672026-04-16T04:08:54.312Z Compiling regex v1.12.3
6682026-04-16T04:08:54.503Z Compiling block-buffer v0.10.4
6692026-04-16T04:08:54.653Z Compiling crypto-common v0.1.7
6702026-04-16T04:08:54.715Z Compiling ppv-lite86 v0.2.21
6712026-04-16T04:08:54.787Z Compiling futures-executor v0.3.32
6722026-04-16T04:08:54.964Z Compiling rand_core v0.9.5
6732026-04-16T04:08:55.036Z Compiling pin-project-internal v1.1.11
6742026-04-16T04:08:55.211Z Compiling http-body-util v0.1.3
6752026-04-16T04:08:55.346Z Compiling uuid v1.23.0
6762026-04-16T04:08:55.477Z Compiling toml_datetime v1.1.1+spec-1.1.0
6772026-04-16T04:08:55.573Z Compiling smol_str v0.3.6
6782026-04-16T04:08:55.716Z Compiling serde_spanned v1.1.1
6792026-04-16T04:08:55.875Z Compiling filetime v0.2.27
6802026-04-16T04:08:55.889Z Compiling bstr v1.12.1
6812026-04-16T04:08:55.900Z Compiling vte v0.14.1
6822026-04-16T04:08:55.916Z Compiling number_prefix v0.4.0
6832026-04-16T04:08:56.066Z Compiling tinyvec_macros v0.1.1
6842026-04-16T04:08:56.078Z Compiling color-spantrace v0.3.0
6852026-04-16T04:08:56.087Z Compiling unicode-xid v0.2.6
6862026-04-16T04:08:56.108Z Compiling iana-time-zone v0.1.65
6872026-04-16T04:08:56.133Z Compiling anstyle-query v1.1.5
6882026-04-16T04:08:56.219Z Compiling litrs v1.0.0
6892026-04-16T04:08:56.366Z Compiling is_terminal_polyfill v1.70.2
6902026-04-16T04:08:56.441Z Compiling static_assertions v1.1.0
6912026-04-16T04:08:56.463Z Compiling self_update v0.42.0
6922026-04-16T04:08:56.468Z Compiling unicase v2.9.0
6932026-04-16T04:08:56.499Z Compiling nested v0.1.1
6942026-04-16T04:08:56.563Z Compiling colorchoice v1.0.5
6952026-04-16T04:08:56.653Z Compiling xattr v1.6.1
6962026-04-16T04:08:56.669Z Compiling anstyle v1.0.14
6972026-04-16T04:08:56.681Z Compiling eyre v0.6.12
6982026-04-16T04:08:56.692Z Compiling document-features v0.2.12
6992026-04-16T04:08:56.719Z Compiling guppy v0.17.25
7002026-04-16T04:08:56.833Z Compiling tar v0.4.45
7012026-04-16T04:08:56.928Z Compiling anstream v1.0.0
7022026-04-16T04:08:57.243Z Compiling globset v0.4.18
7032026-04-16T04:08:57.264Z Compiling chrono v0.4.44
7042026-04-16T04:08:57.400Z Compiling cargo-util-schemas v0.2.0
7052026-04-16T04:08:58.216Z Compiling tinyvec v1.11.0
7062026-04-16T04:08:58.635Z Compiling pin-project v1.1.11
7072026-04-16T04:08:58.746Z Compiling strip-ansi-escapes v0.2.1
7082026-04-16T04:08:59.247Z Compiling indicatif v0.17.11
7092026-04-16T04:08:59.406Z Compiling toml v1.1.2+spec-1.1.0
7102026-04-16T04:08:59.802Z Compiling nextest-metadata v0.12.2
7112026-04-16T04:09:00.440Z Compiling newtype-uuid v1.3.2
7122026-04-16T04:09:00.589Z Compiling reqwest v0.12.28
7132026-04-16T04:09:00.629Z Compiling rand_chacha v0.9.0
7142026-04-16T04:09:00.721Z Compiling futures v0.3.32
7152026-04-16T04:09:00.808Z Compiling digest v0.10.7
7162026-04-16T04:09:01.046Z Compiling flate2 v1.1.9
7172026-04-16T04:09:01.177Z Compiling derive_more v2.1.1
7182026-04-16T04:09:01.256Z Compiling parking_lot v0.12.5
7192026-04-16T04:09:01.564Z Compiling tracing-error v0.2.1
7202026-04-16T04:09:01.799Z Compiling shared_child v1.1.1
7212026-04-16T04:09:02.394Z Compiling signal-hook-mio v0.2.5
7222026-04-16T04:09:02.491Z Compiling self-replace v1.5.0
7232026-04-16T04:09:02.523Z Compiling cargo-platform v0.2.0
7242026-04-16T04:09:02.618Z Compiling quick-xml v0.37.5
7252026-04-16T04:09:02.777Z Compiling quick-xml v0.38.4
7262026-04-16T04:09:03.068Z Compiling strsim v0.11.1
7272026-04-16T04:09:03.429Z Compiling heck v0.5.0
7282026-04-16T04:09:03.631Z Compiling shell-words v1.1.1
7292026-04-16T04:09:03.873Z Compiling indenter v0.3.4
7302026-04-16T04:09:04.013Z Compiling urlencoding v2.1.3
7312026-04-16T04:09:04.153Z Compiling clap_lex v1.1.0
7322026-04-16T04:09:04.251Z Compiling humantime v2.3.0
7332026-04-16T04:09:04.337Z Compiling cpufeatures v0.2.17
7342026-04-16T04:09:04.351Z Compiling recursion v0.5.4
7352026-04-16T04:09:04.412Z Compiling sha2 v0.10.9
7362026-04-16T04:09:04.488Z Compiling humantime-serde v1.1.1
7372026-04-16T04:09:04.511Z Compiling nextest-filtering v0.15.0
7382026-04-16T04:09:04.643Z Compiling clap_derive v4.6.1
7392026-04-16T04:09:04.672Z Compiling clap_builder v4.6.0
7402026-04-16T04:09:06.127Z Compiling quick-junit v0.5.2
7412026-04-16T04:09:06.394Z Compiling atomicwrites v0.4.4
7422026-04-16T04:09:06.677Z Compiling cargo_metadata v0.20.0
7432026-04-16T04:09:08.454Z Compiling cargo-nextest v0.9.97
7442026-04-16T04:09:08.761Z Compiling crossterm v0.29.0
7452026-04-16T04:09:10.064Z Compiling duct v0.13.7
7462026-04-16T04:09:10.790Z Compiling rand v0.9.4
7472026-04-16T04:09:11.010Z Compiling zstd v0.13.3
7482026-04-16T04:09:11.436Z Compiling async-scoped v0.9.0
7492026-04-16T04:09:11.452Z Compiling config v0.15.22
7502026-04-16T04:09:11.532Z Compiling unicode-normalization v0.1.25
7512026-04-16T04:09:11.622Z Compiling target-spec-miette v0.4.6
7522026-04-16T04:09:11.773Z Compiling future-queue v0.4.0
7532026-04-16T04:09:11.822Z Compiling mukti-metadata v0.3.0
7542026-04-16T04:09:11.934Z Compiling tokio-stream v0.1.18
7552026-04-16T04:09:12.029Z Compiling camino-tempfile v1.4.1
7562026-04-16T04:09:12.049Z Compiling derive-where v1.6.1
7572026-04-16T04:09:12.105Z Compiling serde_path_to_error v0.1.20
7582026-04-16T04:09:12.296Z Compiling serde_ignored v0.1.14
7592026-04-16T04:09:12.452Z Compiling xxhash-rust v0.8.15
7602026-04-16T04:09:12.463Z Compiling home v0.5.12
7612026-04-16T04:09:12.516Z Compiling hex v0.4.3
7622026-04-16T04:09:12.620Z Compiling indent_write v2.2.0
7632026-04-16T04:09:12.630Z Compiling swrite v0.1.0
7642026-04-16T04:09:12.675Z Compiling color-eyre v0.6.5
7652026-04-16T04:09:12.749Z Compiling clap v4.6.1
7662026-04-16T04:09:12.775Z Compiling dialoguer v0.11.0
7672026-04-16T04:09:12.802Z Compiling enable-ansi-support v0.2.1
7682026-04-16T04:09:13.258Z Compiling nextest-runner v0.80.0
7692026-04-16T04:09:31.467Z Finished `release` profile [optimized] target(s) in 1m 11s
7702026-04-16T04:09:31.648Z Installing /home/build/.cargo/bin/cargo-nextest
7712026-04-16T04:09:31.652Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7722026-04-16T04:09:31.762Z+ pushd rdb
7732026-04-16T04:09:31.765Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7742026-04-16T04:09:31.765Z+ cargo nextest run
7752026-04-16T04:09:31.920Z Updating git repository `https://github.com/oxidecomputer/falcon`
7762026-04-16T04:09:32.511ZFrom https://github.com/oxidecomputer/falcon
7772026-04-16T04:09:32.511Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7782026-04-16T04:09:32.587Z Updating crates.io index
7792026-04-16T04:09:32.626Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7802026-04-16T04:09:33.459ZFrom https://github.com/oxidecomputer/dendrite
7812026-04-16T04:09:33.459Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7822026-04-16T04:09:33.520Z Updating git repository `https://github.com/oxidecomputer/ispf`
7832026-04-16T04:09:33.775ZFrom https://github.com/oxidecomputer/ispf
7842026-04-16T04:09:33.775Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7852026-04-16T04:09:33.782Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7862026-04-16T04:09:34.129ZFrom https://github.com/oxidecomputer/netadm-sys
7872026-04-16T04:09:34.129Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7882026-04-16T04:09:34.137Z Updating git repository `https://github.com/oxidecomputer/omicron`
7892026-04-16T04:09:41.851ZFrom https://github.com/oxidecomputer/omicron
7902026-04-16T04:09:41.851Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
7912026-04-16T04:09:42.249Z Updating git repository `https://github.com/oxidecomputer/opte`
7922026-04-16T04:09:42.813ZFrom https://github.com/oxidecomputer/opte
7932026-04-16T04:09:42.813Z * [new ref] b60decb70fe491ebdaa30c824619470b015556fc -> refs/commit/b60decb70fe491ebdaa30c824619470b015556fc
7942026-04-16T04:09:42.981Z Updating git repository `https://github.com/illumos/smf-rs`
7952026-04-16T04:09:43.221ZFrom https://github.com/illumos/smf-rs
7962026-04-16T04:09:43.221Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7972026-04-16T04:09:43.230Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7982026-04-16T04:09:43.481ZFrom https://github.com/oxidecomputer/network-interface
7992026-04-16T04:09:43.481Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8002026-04-16T04:09:43.566Z Updating git repository `https://github.com/oxidecomputer/zone`
8012026-04-16T04:09:43.817ZFrom https://github.com/oxidecomputer/zone
8022026-04-16T04:09:43.817Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8032026-04-16T04:09:43.838Z Updating git repository `https://github.com/oxidecomputer/propolis`
8042026-04-16T04:09:45.023ZFrom https://github.com/oxidecomputer/propolis
8052026-04-16T04:09:45.023Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8062026-04-16T04:09:45.106Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8072026-04-16T04:09:45.599ZFrom https://github.com/oxidecomputer/transceiver-control
8082026-04-16T04:09:45.599Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8092026-04-16T04:09:45.606Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8102026-04-16T04:09:45.855ZFrom https://github.com/oxidecomputer/dlpi-sys
8112026-04-16T04:09:45.855Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8122026-04-16T04:09:45.872Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8132026-04-16T04:09:46.140ZFrom https://github.com/jmesmon/rust-libzfs
8142026-04-16T04:09:46.140Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8152026-04-16T04:09:46.148Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8162026-04-16T04:09:46.414ZFrom https://github.com/oxidecomputer/rusty-doors
8172026-04-16T04:09:46.414Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8182026-04-16T04:09:46.450Z Updating git repository `https://github.com/oxidecomputer/lldp`
8192026-04-16T04:09:46.744ZFrom https://github.com/oxidecomputer/lldp
8202026-04-16T04:09:46.744Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8212026-04-16T04:09:46.757Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8222026-04-16T04:09:47.008ZFrom https://github.com/oxidecomputer/slog-error-chain
8232026-04-16T04:09:47.008Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8242026-04-16T04:09:47.084Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8252026-04-16T04:09:47.362ZFrom https://github.com/oxidecomputer/tufaceous
8262026-04-16T04:09:47.362Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8272026-04-16T04:09:47.458Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8282026-04-16T04:09:47.886ZFrom https://github.com/oxidecomputer/management-gateway-service
8292026-04-16T04:09:47.886Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8302026-04-16T04:09:47.926Z Updating git repository `https://github.com/oxidecomputer/crucible`
8312026-04-16T04:09:48.731ZFrom https://github.com/oxidecomputer/crucible
8322026-04-16T04:09:48.732Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8332026-04-16T04:09:48.779Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8342026-04-16T04:09:49.052ZFrom https://github.com/oxidecomputer/serde_human_bytes
8352026-04-16T04:09:49.052Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8362026-04-16T04:09:49.227Z Updating git repository `https://github.com/oxidecomputer/propolis`
8372026-04-16T04:09:49.613ZFrom https://github.com/oxidecomputer/propolis
8382026-04-16T04:09:49.613Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8392026-04-16T04:09:50.038Z Updating git repository `https://github.com/oxidecomputer/tofino`
8402026-04-16T04:09:50.278ZFrom https://github.com/oxidecomputer/tofino
8412026-04-16T04:09:50.278Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8422026-04-16T04:09:50.284Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8432026-04-16T04:09:50.808ZFrom https://github.com/oxidecomputer/maghemite
8442026-04-16T04:09:50.808Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8452026-04-16T04:09:50.957Z Updating git repository `https://github.com/oxidecomputer/clickward`
8462026-04-16T04:09:51.214ZFrom https://github.com/oxidecomputer/clickward
8472026-04-16T04:09:51.214Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8482026-04-16T04:09:51.478Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8492026-04-16T04:09:51.753ZFrom https://github.com/oxidecomputer/illumos-devinfo
8502026-04-16T04:09:51.753Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8512026-04-16T04:09:51.761Z Updating git repository `https://github.com/oxidecomputer/crucible`
8522026-04-16T04:09:52.111ZFrom https://github.com/oxidecomputer/crucible
8532026-04-16T04:09:52.111Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8542026-04-16T04:09:53.327Z Downloading crates ...
8552026-04-16T04:09:53.454Z Downloaded aead v0.5.2
8562026-04-16T04:09:53.467Z Downloaded embedded-io v0.6.1
8572026-04-16T04:09:53.470Z Downloaded hubpack_derive v0.1.1
8582026-04-16T04:09:53.474Z Downloaded foreign-types-macros v0.2.3
8592026-04-16T04:09:53.474Z Downloaded git-stub v1.0.0
8602026-04-16T04:09:53.477Z Downloaded macaddr v1.0.1
8612026-04-16T04:09:53.481Z Downloaded ciborium-io v0.2.2
8622026-04-16T04:09:53.484Z Downloaded darling_macro v0.21.3
8632026-04-16T04:09:53.484Z Downloaded crunchy v0.2.4
8642026-04-16T04:09:53.517Z Downloaded ciborium-ll v0.2.2
8652026-04-16T04:09:53.517Z Downloaded convert_case v0.4.0
8662026-04-16T04:09:53.517Z Downloaded crc8 v0.1.1
8672026-04-16T04:09:53.517Z Downloaded mime v0.3.17
8682026-04-16T04:09:53.517Z Downloaded const-random-macro v0.1.16
8692026-04-16T04:09:53.517Z Downloaded const-random v0.1.18
8702026-04-16T04:09:53.517Z Downloaded libscf-sys v1.1.0
8712026-04-16T04:09:53.517Z Downloaded cstr-argument v0.1.2
8722026-04-16T04:09:53.517Z Downloaded newtype-uuid-macros v0.1.0
8732026-04-16T04:09:53.517Z Downloaded multer v3.1.0
8742026-04-16T04:09:53.517Z Downloaded defmt-parser v1.0.0
8752026-04-16T04:09:53.517Z Downloaded defmt v0.3.100
8762026-04-16T04:09:53.517Z Downloaded cpufeatures v0.3.0
8772026-04-16T04:09:53.517Z Downloaded cobs v0.3.0
8782026-04-16T04:09:53.517Z Downloaded keccak v0.1.6
8792026-04-16T04:09:53.517Z Downloaded compression-core v0.4.31
8802026-04-16T04:09:53.518Z Downloaded internet-checksum v0.2.1
8812026-04-16T04:09:53.524Z Downloaded crucible-workspace-hack v0.1.0
8822026-04-16T04:09:53.528Z Downloaded darling_macro v0.23.0
8832026-04-16T04:09:53.528Z Downloaded dof v0.3.0
8842026-04-16T04:09:53.534Z Downloaded daft v0.1.5
8852026-04-16T04:09:53.539Z Downloaded instant v0.1.13
8862026-04-16T04:09:53.543Z Downloaded bit-vec v0.8.0
8872026-04-16T04:09:53.546Z Downloaded critical-section v1.2.0
8882026-04-16T04:09:53.550Z Downloaded foreign-types v0.5.0
8892026-04-16T04:09:53.550Z Downloaded dtrace-parser v0.3.0
8902026-04-16T04:09:53.553Z Downloaded base16ct v1.0.0
8912026-04-16T04:09:53.553Z Downloaded base16ct v0.2.0
8922026-04-16T04:09:53.557Z Downloaded arrayref v0.3.9
8932026-04-16T04:09:53.560Z Downloaded async-recursion v1.1.1
8942026-04-16T04:09:53.564Z Downloaded is-terminal v0.4.17
8952026-04-16T04:09:53.567Z Downloaded fxhash v0.2.1
8962026-04-16T04:09:53.567Z Downloaded embedded-io v0.4.0
8972026-04-16T04:09:53.567Z Downloaded fastrand v2.3.0
8982026-04-16T04:09:53.571Z Downloaded async-stream-impl v0.3.6
8992026-04-16T04:09:53.571Z Downloaded daft-derive v0.1.5
9002026-04-16T04:09:53.574Z Downloaded linked-hash-map v0.5.6
9012026-04-16T04:09:53.577Z Downloaded hubpack v0.1.2
9022026-04-16T04:09:53.577Z Downloaded httpdate v1.0.3
9032026-04-16T04:09:53.577Z Downloaded float-ord v0.3.2
9042026-04-16T04:09:53.581Z Downloaded constant_time_eq v0.4.2
9052026-04-16T04:09:53.581Z Downloaded const_format_proc_macros v0.2.34
9062026-04-16T04:09:53.584Z Downloaded newtype_derive v0.1.6
9072026-04-16T04:09:53.584Z Downloaded defmt v1.0.1
9082026-04-16T04:09:53.589Z Downloaded idna_adapter v1.2.1
9092026-04-16T04:09:53.589Z Downloaded hostname v0.3.1
9102026-04-16T04:09:53.592Z Downloaded deranged v0.5.8
9112026-04-16T04:09:53.592Z Downloaded num_enum_derive v0.5.11
9122026-04-16T04:09:53.593Z Downloaded memoffset v0.9.1
9132026-04-16T04:09:53.593Z Downloaded defmt-macros v1.0.1
9142026-04-16T04:09:53.598Z Downloaded arrayvec v0.7.6
9152026-04-16T04:09:53.598Z Downloaded argon2 v0.5.3
9162026-04-16T04:09:53.603Z Downloaded num v0.4.3
9172026-04-16T04:09:53.603Z Downloaded libsw v3.5.0
9182026-04-16T04:09:53.603Z Downloaded erased-serde v0.3.31
9192026-04-16T04:09:53.607Z Downloaded ingot-types v0.1.2
9202026-04-16T04:09:53.607Z Downloaded dunce v1.0.5
9212026-04-16T04:09:53.607Z Downloaded dtrace-parser v0.2.0
9222026-04-16T04:09:53.607Z Downloaded dyn-clone v1.0.20
9232026-04-16T04:09:53.611Z Downloaded dropshot-api-manager-types v0.7.1
9242026-04-16T04:09:53.611Z Downloaded crossbeam-epoch v0.9.18
9252026-04-16T04:09:53.611Z Downloaded backon v1.6.0
9262026-04-16T04:09:53.614Z Downloaded bit-set v0.8.0
9272026-04-16T04:09:53.614Z Downloaded cookie v0.18.1
9282026-04-16T04:09:53.618Z Downloaded cmake v0.1.58
9292026-04-16T04:09:53.618Z Downloaded enum-as-inner v0.6.1
9302026-04-16T04:09:53.623Z Downloaded foreign-types-shared v0.3.1
9312026-04-16T04:09:53.623Z Downloaded async-stream v0.3.6
9322026-04-16T04:09:53.623Z Downloaded data-encoding v2.10.0
9332026-04-16T04:09:53.627Z Downloaded dof v0.4.0
9342026-04-16T04:09:53.627Z Downloaded num-derive v0.3.3
9352026-04-16T04:09:53.627Z Downloaded memmap v0.7.0
9362026-04-16T04:09:53.627Z Downloaded no-std-compat v0.4.1
9372026-04-16T04:09:53.627Z Downloaded managed v0.8.0
9382026-04-16T04:09:53.631Z Downloaded ident_case v1.0.1
9392026-04-16T04:09:53.631Z Downloaded hostname v0.4.2
9402026-04-16T04:09:53.634Z Downloaded num_threads v0.1.7
9412026-04-16T04:09:53.634Z Downloaded newline-converter v0.3.0
9422026-04-16T04:09:53.634Z Downloaded num-conv v0.2.1
9432026-04-16T04:09:53.634Z Downloaded olpc-cjson v0.1.4
9442026-04-16T04:09:53.639Z Downloaded heck v0.4.1
9452026-04-16T04:09:53.639Z Downloaded csv-core v0.1.13
9462026-04-16T04:09:53.639Z Downloaded crossbeam-deque v0.8.6
9472026-04-16T04:09:53.642Z Downloaded inout v0.1.4
9482026-04-16T04:09:53.642Z Downloaded gethostname v0.5.0
9492026-04-16T04:09:53.646Z Downloaded fixedbitset v0.4.2
9502026-04-16T04:09:53.650Z Downloaded chacha20 v0.9.1
9512026-04-16T04:09:53.650Z Downloaded byte-wrapper v0.1.0
9522026-04-16T04:09:53.650Z Downloaded parse-display v0.10.0
9532026-04-16T04:09:53.653Z Downloaded num-iter v0.1.45
9542026-04-16T04:09:53.653Z Downloaded match_cfg v0.1.0
9552026-04-16T04:09:53.653Z Downloaded async-trait v0.1.89
9562026-04-16T04:09:53.656Z Downloaded omicron-workspace-hack v0.1.0
9572026-04-16T04:09:53.656Z Downloaded opaque-debug v0.3.1
9582026-04-16T04:09:53.660Z Downloaded natord v1.0.9
9592026-04-16T04:09:53.660Z Downloaded ingot v0.1.1
9602026-04-16T04:09:53.664Z Downloaded lru-cache v0.1.2
9612026-04-16T04:09:53.664Z Downloaded git-stub-vcs v0.1.0
9622026-04-16T04:09:53.668Z Downloaded fs_extra v1.3.0
9632026-04-16T04:09:53.672Z Downloaded num-derive v0.4.2
9642026-04-16T04:09:53.672Z Downloaded compression-codecs v0.4.37
9652026-04-16T04:09:53.672Z Downloaded colored v3.1.1
9662026-04-16T04:09:53.675Z Downloaded clap_derive v4.6.0
9672026-04-16T04:09:53.679Z Downloaded darling v0.21.3
9682026-04-16T04:09:53.682Z Downloaded darling v0.23.0
9692026-04-16T04:09:53.682Z Downloaded crossbeam-utils v0.8.21
9702026-04-16T04:09:53.685Z Downloaded console v0.16.3
9712026-04-16T04:09:53.685Z Downloaded byteorder v1.5.0
9722026-04-16T04:09:53.689Z Downloaded cipher v0.4.4
9732026-04-16T04:09:53.689Z Downloaded drift v0.1.3
9742026-04-16T04:09:53.693Z Downloaded ciborium v0.2.2
9752026-04-16T04:09:53.697Z Downloaded glob v0.3.3
9762026-04-16T04:09:53.697Z Downloaded fs-err v3.3.0
9772026-04-16T04:09:53.697Z Downloaded phf_shared v0.12.1
9782026-04-16T04:09:53.700Z Downloaded proc-macro-crate v1.3.1
9792026-04-16T04:09:53.700Z Downloaded proc-macro-crate v3.5.0
9802026-04-16T04:09:53.700Z Downloaded powerfmt v0.2.0
9812026-04-16T04:09:53.703Z Downloaded pretty-hex v0.4.2
9822026-04-16T04:09:53.703Z Downloaded potential_utf v0.1.4
9832026-04-16T04:09:53.707Z Downloaded num_enum v0.7.6
9842026-04-16T04:09:53.711Z Downloaded ipnetwork v0.21.1
9852026-04-16T04:09:53.716Z Downloaded derive-ex v0.1.8
9862026-04-16T04:09:53.716Z Downloaded num_enum v0.5.11
9872026-04-16T04:09:53.720Z Downloaded progenitor-client v0.10.0
9882026-04-16T04:09:53.720Z Downloaded proc-macro-error-attr v1.0.4
9892026-04-16T04:09:53.720Z Downloaded progenitor-macro v0.11.2
9902026-04-16T04:09:53.720Z Downloaded progenitor-macro v0.10.0
9912026-04-16T04:09:53.723Z Downloaded num-rational v0.4.2
9922026-04-16T04:09:53.723Z Downloaded progenitor-client v0.11.2
9932026-04-16T04:09:53.723Z Downloaded bytecount v0.6.9
9942026-04-16T04:09:53.723Z Downloaded progenitor-macro v0.13.0
9952026-04-16T04:09:53.727Z Downloaded group v0.13.0
9962026-04-16T04:09:53.727Z Downloaded ff v0.13.1
9972026-04-16T04:09:53.727Z Downloaded ref-cast v1.0.25
9982026-04-16T04:09:53.731Z Downloaded quick-error v1.2.3
9992026-04-16T04:09:53.731Z Downloaded cancel-safe-futures v0.1.5
10002026-04-16T04:09:53.735Z Downloaded bcs v0.1.6
10012026-04-16T04:09:53.735Z Downloaded num-integer v0.1.46
10022026-04-16T04:09:53.735Z Downloaded parking_lot_core v0.8.6
10032026-04-16T04:09:53.739Z Downloaded num-complex v0.4.6
10042026-04-16T04:09:53.739Z Downloaded pkg-config v0.3.32
10052026-04-16T04:09:53.739Z Downloaded pem v3.0.6
10062026-04-16T04:09:53.742Z Downloaded password-hash v0.5.0
10072026-04-16T04:09:53.743Z Downloaded oxnet v0.1.4
10082026-04-16T04:09:53.743Z Downloaded oxide-tokio-rt v0.1.3
10092026-04-16T04:09:53.746Z Downloaded num_enum_derive v0.7.6
10102026-04-16T04:09:53.746Z Downloaded ingot-macros v0.1.1
10112026-04-16T04:09:53.746Z Downloaded highway v1.3.0
10122026-04-16T04:09:53.751Z Downloaded ref-cast-impl v1.0.25
10132026-04-16T04:09:53.751Z Downloaded hash32 v0.3.1
10142026-04-16T04:09:53.751Z Downloaded bitflags v2.11.0
10152026-04-16T04:09:53.756Z Downloaded memmap2 v0.9.10
10162026-04-16T04:09:53.756Z Downloaded litemap v0.8.1
10172026-04-16T04:09:53.756Z Downloaded linear-map v1.2.0
10182026-04-16T04:09:53.759Z Downloaded hmac v0.12.1
10192026-04-16T04:09:53.759Z Downloaded backoff v0.4.0
10202026-04-16T04:09:53.759Z Downloaded derive_more v0.99.20
10212026-04-16T04:09:53.763Z Downloaded rand_xorshift v0.4.0
10222026-04-16T04:09:53.763Z Downloaded allocator-api2 v0.2.21
10232026-04-16T04:09:53.766Z Downloaded chacha20 v0.10.0
10242026-04-16T04:09:53.766Z Downloaded blake2 v0.10.6
10252026-04-16T04:09:53.769Z Downloaded icu_locale_core v2.1.1
10262026-04-16T04:09:53.774Z Downloaded displaydoc v0.2.5
10272026-04-16T04:09:53.774Z Downloaded rustc_version v0.1.7
10282026-04-16T04:09:53.779Z Downloaded proc-macro-error2 v2.0.1
10292026-04-16T04:09:53.779Z Downloaded clap v4.6.0
10302026-04-16T04:09:53.782Z Downloaded same-file v1.0.6
10312026-04-16T04:09:53.782Z Downloaded serde_spanned v1.1.0
10322026-04-16T04:09:53.782Z Downloaded serde_plain v1.0.2
10332026-04-16T04:09:53.786Z Downloaded plain v0.2.3
10342026-04-16T04:09:53.786Z Downloaded chacha20poly1305 v0.10.1
10352026-04-16T04:09:53.786Z Downloaded paste v1.0.15
10362026-04-16T04:09:53.789Z Downloaded serde-big-array v0.5.1
10372026-04-16T04:09:53.789Z Downloaded scroll_derive v0.12.1
10382026-04-16T04:09:53.789Z Downloaded progenitor v0.10.0
10392026-04-16T04:09:53.792Z Downloaded hyper-rustls v0.27.7
10402026-04-16T04:09:53.792Z Downloaded diff v0.1.13
10412026-04-16T04:09:53.796Z Downloaded bitflags v1.3.2
10422026-04-16T04:09:53.796Z Downloaded proc-macro-error-attr2 v2.0.0
10432026-04-16T04:09:53.802Z Downloaded cargo_toml v0.22.3
10442026-04-16T04:09:53.802Z Downloaded proc-macro-error v1.0.4
10452026-04-16T04:09:53.802Z Downloaded poly1305 v0.8.0
10462026-04-16T04:09:53.805Z Downloaded semver v0.1.20
10472026-04-16T04:09:53.805Z Downloaded libsw-core v0.3.2
10482026-04-16T04:09:53.806Z Downloaded foldhash v0.2.0
10492026-04-16T04:09:53.806Z Downloaded rand_chacha v0.3.1
10502026-04-16T04:09:53.806Z Downloaded sha1 v0.10.6
10512026-04-16T04:09:53.809Z Downloaded serial_test_derive v3.4.0
10522026-04-16T04:09:53.809Z Downloaded progenitor-extras v0.1.1
10532026-04-16T04:09:53.809Z Downloaded progenitor-client v0.13.0
10542026-04-16T04:09:53.814Z Downloaded progenitor v0.11.2
10552026-04-16T04:09:53.814Z Downloaded rand_core v0.10.0
10562026-04-16T04:09:53.818Z Downloaded anyhow v1.0.102
10572026-04-16T04:09:53.818Z Downloaded omicron-zone-package v0.12.2
10582026-04-16T04:09:53.818Z Downloaded pest_derive v2.8.6
10592026-04-16T04:09:53.821Z Downloaded icu_properties v2.1.2
10602026-04-16T04:09:53.825Z Downloaded pest_generator v2.8.6
10612026-04-16T04:09:53.829Z Downloaded indexmap v1.9.3
10622026-04-16T04:09:53.832Z Downloaded serde_repr v0.1.20
10632026-04-16T04:09:53.832Z Downloaded secrecy v0.10.3
10642026-04-16T04:09:53.832Z Downloaded sigpipe v0.1.3
10652026-04-16T04:09:53.832Z Downloaded slog-bunyan v2.5.0
10662026-04-16T04:09:53.837Z Downloaded siphasher v1.0.2
10672026-04-16T04:09:53.837Z Downloaded serial_test v3.4.0
10682026-04-16T04:09:53.837Z Downloaded parse-display-derive v0.10.0
10692026-04-16T04:09:53.837Z Downloaded rustversion v1.0.22
10702026-04-16T04:09:53.841Z Downloaded rustls-native-certs v0.8.3
10712026-04-16T04:09:53.841Z Downloaded hickory-resolver v0.24.4
10722026-04-16T04:09:53.841Z Downloaded darling_core v0.23.0
10732026-04-16T04:09:53.844Z Downloaded resolv-conf v0.7.6
10742026-04-16T04:09:53.847Z Downloaded scroll_derive v0.13.1
10752026-04-16T04:09:53.847Z Downloaded rustls-pemfile v2.2.0
10762026-04-16T04:09:53.852Z Downloaded stable_deref_trait v1.2.1
10772026-04-16T04:09:53.857Z Downloaded phf v0.12.1
10782026-04-16T04:09:53.857Z Downloaded progenitor v0.13.0
10792026-04-16T04:09:53.857Z Downloaded slog-envlogger v2.2.0
10802026-04-16T04:09:53.860Z Downloaded smawk v0.3.2
10812026-04-16T04:09:53.860Z Downloaded base64 v0.21.7
10822026-04-16T04:09:53.864Z Downloaded rusty-fork v0.3.1
10832026-04-16T04:09:53.864Z Downloaded postcard v1.1.3
10842026-04-16T04:09:53.868Z Downloaded strum v0.27.2
10852026-04-16T04:09:53.873Z Downloaded serde_tokenstream v0.2.3
10862026-04-16T04:09:53.873Z Downloaded half v2.7.1
10872026-04-16T04:09:53.873Z Downloaded strum v0.26.3
10882026-04-16T04:09:53.880Z Downloaded thread-id v4.2.2
10892026-04-16T04:09:53.880Z Downloaded take_mut v0.2.2
10902026-04-16T04:09:53.880Z Downloaded tabwriter v1.4.1
10912026-04-16T04:09:53.880Z Downloaded tabled_derive v0.11.0
10922026-04-16T04:09:53.880Z Downloaded tabled_derive v0.7.0
10932026-04-16T04:09:53.883Z Downloaded structmeta v0.3.0
10942026-04-16T04:09:53.883Z Downloaded dropshot_endpoint v0.16.7
10952026-04-16T04:09:53.888Z Downloaded scroll v0.13.0
10962026-04-16T04:09:53.888Z Downloaded scroll v0.12.0
10972026-04-16T04:09:53.888Z Downloaded parking_lot v0.11.2
10982026-04-16T04:09:53.891Z Downloaded termtree v0.5.1
10992026-04-16T04:09:53.898Z Downloaded indicatif v0.18.4
11002026-04-16T04:09:53.901Z Downloaded icu_normalizer v2.1.1
11012026-04-16T04:09:53.906Z Downloaded spin v0.5.2
11022026-04-16T04:09:53.914Z Downloaded papergrid v0.17.0
11032026-04-16T04:09:53.918Z Downloaded testing_table v0.3.0
11042026-04-16T04:09:53.918Z Downloaded thread-id v5.1.0
11052026-04-16T04:09:53.918Z Downloaded jiff-static v0.2.23
11062026-04-16T04:09:53.919Z Downloaded tagptr v0.2.0
11072026-04-16T04:09:53.919Z Downloaded sdd v3.0.10
11082026-04-16T04:09:53.922Z Downloaded rhai_codegen v3.1.0
11092026-04-16T04:09:53.922Z Downloaded topological-sort v0.2.2
11102026-04-16T04:09:53.927Z Downloaded serde_derive_internals v0.29.1
11112026-04-16T04:09:53.930Z Downloaded unarray v0.1.4
11122026-04-16T04:09:53.930Z Downloaded slog-term v2.9.2
11132026-04-16T04:09:53.930Z Downloaded slog-stdlog v4.1.1
11142026-04-16T04:09:53.935Z Downloaded slog-json v2.6.1
11152026-04-16T04:09:53.935Z Downloaded const_format v0.2.35
11162026-04-16T04:09:53.935Z Downloaded slog-async v2.8.0
11172026-04-16T04:09:53.940Z Downloaded darling_core v0.21.3
11182026-04-16T04:09:53.944Z Downloaded typify-macro v0.4.3
11192026-04-16T04:09:53.944Z Downloaded slog-scope v4.4.1
11202026-04-16T04:09:53.948Z Downloaded structmeta-derive v0.3.0
11212026-04-16T04:09:53.948Z Downloaded slog-dtrace v0.3.0
11222026-04-16T04:09:53.948Z Downloaded usdt-attr-macro v0.5.0
11232026-04-16T04:09:53.948Z Downloaded strum_macros v0.26.4
11242026-04-16T04:09:53.948Z Downloaded unit-prefix v0.5.2
11252026-04-16T04:09:53.953Z Downloaded smf v0.2.3
11262026-04-16T04:09:53.953Z Downloaded schemars_derive v0.8.22
11272026-04-16T04:09:53.957Z Downloaded usdt-macro v0.5.0
11282026-04-16T04:09:53.957Z Downloaded crypto-bigint v0.5.5
11292026-04-16T04:09:53.960Z Downloaded icu_normalizer_data v2.1.1
11302026-04-16T04:09:53.960Z Downloaded usdt v0.5.0
11312026-04-16T04:09:53.965Z Downloaded universal-hash v0.5.1
11322026-04-16T04:09:53.965Z Downloaded strum_macros v0.27.2
11332026-04-16T04:09:53.965Z Downloaded usdt-macro v0.6.0
11342026-04-16T04:09:53.969Z Downloaded wait-timeout v0.2.1
11352026-04-16T04:09:53.969Z Downloaded utf-8 v0.7.6
11362026-04-16T04:09:53.969Z Downloaded usdt v0.6.0
11372026-04-16T04:09:53.969Z Downloaded icu_provider v2.1.1
11382026-04-16T04:09:53.973Z Downloaded dropshot_endpoint v0.17.0
11392026-04-16T04:09:53.973Z Downloaded progenitor-impl v0.13.0
11402026-04-16T04:09:53.979Z Downloaded thiserror-impl-no-std v2.0.2
11412026-04-16T04:09:53.983Z Downloaded waitgroup v0.1.2
11422026-04-16T04:09:53.983Z Downloaded zerofrom v0.1.6
11432026-04-16T04:09:53.984Z Downloaded yoke-derive v0.8.1
11442026-04-16T04:09:53.984Z Downloaded tiny-keccak v2.0.2
11452026-04-16T04:09:53.989Z Downloaded thiserror-no-std v2.0.2
11462026-04-16T04:09:53.989Z Downloaded usdt-attr-macro v0.6.0
11472026-04-16T04:09:53.989Z Downloaded untrusted v0.7.1
11482026-04-16T04:09:53.993Z Downloaded cc v1.2.58
11492026-04-16T04:09:53.993Z Downloaded arc-swap v1.9.0
11502026-04-16T04:09:53.993Z Downloaded openssl-sys v0.9.112
11512026-04-16T04:09:53.998Z Downloaded papergrid v0.11.0
11522026-04-16T04:09:54.002Z Downloaded progenitor-impl v0.10.0
11532026-04-16T04:09:54.002Z Downloaded smartstring v1.0.1
11542026-04-16T04:09:54.006Z Downloaded toml_writer v1.1.0+spec-1.1.0
11552026-04-16T04:09:54.006Z Downloaded tinystr v0.8.2
11562026-04-16T04:09:54.010Z Downloaded time-core v0.1.8
11572026-04-16T04:09:54.010Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11582026-04-16T04:09:54.010Z Downloaded time-macros v0.2.27
11592026-04-16T04:09:54.013Z Downloaded zeroize_derive v1.4.3
11602026-04-16T04:09:54.013Z Downloaded crossbeam-channel v0.5.15
11612026-04-16T04:09:54.017Z Downloaded async-compression v0.4.41
11622026-04-16T04:09:54.022Z Downloaded zone v0.3.1
11632026-04-16T04:09:54.022Z Downloaded tokio-dtrace v0.1.1
11642026-04-16T04:09:54.022Z Downloaded pest_meta v2.8.6
11652026-04-16T04:09:54.026Z Downloaded serde_with_macros v3.18.0
11662026-04-16T04:09:54.026Z Downloaded typify-macro v0.6.1
11672026-04-16T04:09:54.026Z Downloaded spin v0.9.8
11682026-04-16T04:09:54.026Z Downloaded zerofrom-derive v0.1.6
11692026-04-16T04:09:54.027Z Downloaded rustls-platform-verifier v0.6.2
11702026-04-16T04:09:54.030Z Downloaded term v1.2.1
11712026-04-16T04:09:54.034Z Downloaded pretty_assertions v1.4.1
11722026-04-16T04:09:54.034Z Downloaded writeable v0.6.2
11732026-04-16T04:09:54.038Z Downloaded synstructure v0.13.2
11742026-04-16T04:09:54.038Z Downloaded schemars v0.8.22
11752026-04-16T04:09:54.042Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11762026-04-16T04:09:54.047Z Downloaded thin-vec v0.2.14
11772026-04-16T04:09:54.047Z Downloaded similar v2.7.0
11782026-04-16T04:09:54.052Z Downloaded walkdir v2.5.0
11792026-04-16T04:09:54.052Z Downloaded usdt-impl v0.6.0
11802026-04-16T04:09:54.053Z Downloaded prettyplease v0.2.37
11812026-04-16T04:09:54.053Z Downloaded yoke v0.8.1
11822026-04-16T04:09:54.056Z Downloaded heapless v0.8.0
11832026-04-16T04:09:54.056Z Downloaded progenitor-impl v0.11.2
11842026-04-16T04:09:54.063Z Downloaded rayon-core v1.13.0
11852026-04-16T04:09:54.067Z Downloaded toml_parser v1.1.0+spec-1.1.0
11862026-04-16T04:09:54.067Z Downloaded elliptic-curve v0.13.8
11872026-04-16T04:09:54.070Z Downloaded usdt-impl v0.5.0
11882026-04-16T04:09:54.070Z Downloaded tokio-tungstenite v0.21.0
11892026-04-16T04:09:54.074Z Downloaded hickory-resolver v0.25.2
11902026-04-16T04:09:54.077Z Downloaded expectorate v1.2.0
11912026-04-16T04:09:54.077Z Downloaded ucd-trie v0.1.7
11922026-04-16T04:09:54.077Z Downloaded dropshot-api-manager v0.7.1
11932026-04-16T04:09:54.085Z Downloaded tokio-rustls v0.25.0
11942026-04-16T04:09:54.088Z Downloaded hashbrown v0.12.3
11952026-04-16T04:09:54.093Z Downloaded zone_cfg_derive v0.3.1
11962026-04-16T04:09:54.098Z Downloaded zerovec-derive v0.11.2
11972026-04-16T04:09:54.098Z Downloaded slog v2.8.2
11982026-04-16T04:09:54.098Z Downloaded qorb v0.4.1
11992026-04-16T04:09:54.103Z Downloaded xz2 v0.1.7
12002026-04-16T04:09:54.103Z Downloaded toml v0.7.8
12012026-04-16T04:09:54.103Z Downloaded rand v0.8.5
12022026-04-16T04:09:54.106Z Downloaded toml v1.1.0+spec-1.1.0
12032026-04-16T04:09:54.106Z Downloaded schemars v0.9.0
12042026-04-16T04:09:54.113Z Downloaded snafu-derive v0.8.9
12052026-04-16T04:09:54.117Z Downloaded typify v0.6.1
12062026-04-16T04:09:54.123Z Downloaded minimal-lexical v0.2.1
12072026-04-16T04:09:54.130Z Downloaded indexmap v2.13.0
12082026-04-16T04:09:54.130Z Downloaded icu_collections v2.1.1
12092026-04-16T04:09:54.130Z Downloaded test-strategy v0.4.5
12102026-04-16T04:09:54.135Z Downloaded serde_yaml v0.9.34+deprecated
12112026-04-16T04:09:54.135Z Downloaded rand v0.9.2
12122026-04-16T04:09:54.135Z Downloaded whoami v1.6.1
12132026-04-16T04:09:54.135Z Downloaded vsss-rs v3.3.4
12142026-04-16T04:09:54.139Z Downloaded zerocopy-derive v0.7.35
12152026-04-16T04:09:54.140Z Downloaded toml v0.9.12+spec-1.1.0
12162026-04-16T04:09:54.143Z Downloaded snafu v0.8.9
12172026-04-16T04:09:54.148Z Downloaded rustls-webpki v0.103.10
12182026-04-16T04:09:54.152Z Downloaded hkdf v0.12.4
12192026-04-16T04:09:54.156Z Downloaded tungstenite v0.21.0
12202026-04-16T04:09:54.159Z Downloaded unsafe-libyaml v0.2.11
12212026-04-16T04:09:54.159Z Downloaded schemars v1.2.1
12222026-04-16T04:09:54.210Z Downloaded rand v0.10.1
12232026-04-16T04:09:54.210Z Downloaded toml_edit v0.25.8+spec-1.1.0
12242026-04-16T04:09:54.210Z Downloaded zerotrie v0.2.3
12252026-04-16T04:09:54.210Z Downloaded typify v0.4.3
12262026-04-16T04:09:54.210Z Downloaded yansi v1.0.1
12272026-04-16T04:09:54.210Z Downloaded steno v0.4.1
12282026-04-16T04:09:54.210Z Downloaded nom v8.0.0
12292026-04-16T04:09:54.215Z Downloaded itertools v0.12.1
12302026-04-16T04:09:54.223Z Downloaded toml_edit v0.19.15
12312026-04-16T04:09:54.231Z Downloaded nom v7.1.3
12322026-04-16T04:09:54.236Z Downloaded pest v2.8.6
12332026-04-16T04:09:54.242Z Downloaded iddqd v0.3.17
12342026-04-16T04:09:54.246Z Downloaded zerocopy-derive v0.8.48
12352026-04-16T04:09:54.247Z Downloaded hashbrown v0.16.1
12362026-04-16T04:09:54.251Z Downloaded scc v2.4.0
12372026-04-16T04:09:54.264Z Downloaded typed-path v0.9.3
12382026-04-16T04:09:54.272Z Downloaded goblin v0.8.2
12392026-04-16T04:09:54.296Z Downloaded zerovec v0.11.5
12402026-04-16T04:09:54.299Z Downloaded reqwest v0.13.2
12412026-04-16T04:09:54.300Z Downloaded libm v0.2.16
12422026-04-16T04:09:54.308Z Downloaded blake3 v1.8.4
12432026-04-16T04:09:54.323Z Downloaded rayon v1.11.0
12442026-04-16T04:09:54.336Z Downloaded icu_properties_data v2.1.2
12452026-04-16T04:09:54.355Z Downloaded tough v0.20.0
12462026-04-16T04:09:54.377Z Downloaded proptest v1.11.0
12472026-04-16T04:09:54.381Z Downloaded zerocopy v0.7.35
12482026-04-16T04:09:54.390Z Downloaded winnow v0.5.40
12492026-04-16T04:09:54.395Z Downloaded serde_with v3.18.0
12502026-04-16T04:09:54.400Z Downloaded rustls-webpki v0.102.8
12512026-04-16T04:09:54.411Z Downloaded aws-lc-rs v1.16.2
12522026-04-16T04:09:54.415Z Downloaded tabled v0.15.0
12532026-04-16T04:09:54.426Z Downloaded moka v0.12.15
12542026-04-16T04:09:54.430Z Downloaded goblin v0.10.5
12552026-04-16T04:09:54.438Z Downloaded time v0.3.47
12562026-04-16T04:09:54.445Z Downloaded tabled v0.20.0
12572026-04-16T04:09:54.464Z Downloaded syn v1.0.109
12582026-04-16T04:09:54.487Z Downloaded openssl v0.10.76
12592026-04-16T04:09:54.492Z Downloaded nix v0.31.2
12602026-04-16T04:09:54.497Z Downloaded hickory-proto v0.24.4
12612026-04-16T04:09:54.520Z Downloaded rustls v0.22.4
12622026-04-16T04:09:54.545Z Downloaded rhai v1.24.0
12632026-04-16T04:09:54.549Z Downloaded smoltcp v0.11.0
12642026-04-16T04:09:54.550Z Downloaded regress v0.10.5
12652026-04-16T04:09:54.556Z Downloaded dropshot v0.17.0
12662026-04-16T04:09:54.563Z Downloaded dropshot v0.16.7
12672026-04-16T04:09:54.576Z Downloaded rustls v0.23.37
12682026-04-16T04:09:54.586Z Downloaded openapiv3 v2.2.0
12692026-04-16T04:09:54.589Z Downloaded hickory-proto v0.25.2
12702026-04-16T04:09:54.600Z Downloaded typify-impl v0.6.1
12712026-04-16T04:09:54.637Z Downloaded typify-impl v0.4.3
12722026-04-16T04:09:54.647Z Downloaded sled v0.34.7
12732026-04-16T04:09:54.653Z Downloaded jiff v0.2.23
12742026-04-16T04:09:54.662Z Downloaded lzma-sys v0.1.20
12752026-04-16T04:09:54.678Z Downloaded petgraph v0.6.5
12762026-04-16T04:09:54.724Z Downloaded encoding_rs v0.8.35
12772026-04-16T04:09:54.736Z Downloaded chrono-tz v0.10.4
12782026-04-16T04:09:54.760Z Downloaded csv v1.4.0
12792026-04-16T04:09:54.772Z Downloaded sha3 v0.10.8
12802026-04-16T04:09:55.508Z Downloaded aws-lc-sys v0.39.1
12812026-04-16T04:09:56.385Z Compiling proc-macro2 v1.0.106
12822026-04-16T04:09:56.385Z Compiling unicode-ident v1.0.24
12832026-04-16T04:09:56.385Z Compiling quote v1.0.45
12842026-04-16T04:09:56.390Z Compiling serde_core v1.0.228
12852026-04-16T04:09:56.390Z Compiling cfg-if v1.0.4
12862026-04-16T04:09:56.390Z Compiling serde v1.0.228
12872026-04-16T04:09:56.390Z Compiling libc v0.2.185
12882026-04-16T04:09:56.390Z Compiling memchr v2.8.0
12892026-04-16T04:09:56.582Z Compiling itoa v1.0.18
12902026-04-16T04:09:56.759Z Compiling smallvec v1.15.1
12912026-04-16T04:09:56.773Z Compiling zmij v1.0.21
12922026-04-16T04:09:56.820Z Compiling serde_json v1.0.149
12932026-04-16T04:09:56.956Z Compiling autocfg v1.5.0
12942026-04-16T04:09:57.052Z Compiling libm v0.2.16
12952026-04-16T04:09:57.153Z Compiling version_check v0.9.5
12962026-04-16T04:09:57.304Z Compiling stable_deref_trait v1.2.1
12972026-04-16T04:09:57.328Z Compiling pin-project-lite v0.2.17
12982026-04-16T04:09:57.375Z Compiling percent-encoding v2.3.2
12992026-04-16T04:09:57.413Z Compiling writeable v0.6.2
13002026-04-16T04:09:57.418Z Compiling litemap v0.8.1
13012026-04-16T04:09:57.418Z Compiling icu_properties_data v2.1.2
13022026-04-16T04:09:57.471Z Compiling icu_normalizer_data v2.1.1
13032026-04-16T04:09:57.601Z Compiling iana-time-zone v0.1.65
13042026-04-16T04:09:57.601Z Compiling scopeguard v1.2.0
13052026-04-16T04:09:57.711Z Compiling parking_lot_core v0.9.12
13062026-04-16T04:09:57.768Z Compiling syn v2.0.117
13072026-04-16T04:09:57.796Z Compiling equivalent v1.0.2
13082026-04-16T04:09:57.825Z Compiling lock_api v0.4.14
13092026-04-16T04:09:57.868Z Compiling form_urlencoded v1.2.2
13102026-04-16T04:09:57.884Z Compiling allocator-api2 v0.2.21
13112026-04-16T04:09:57.897Z Compiling utf8_iter v1.0.4
13122026-04-16T04:09:57.978Z Compiling foldhash v0.2.0
13132026-04-16T04:09:58.068Z Compiling dyn-clone v1.0.20
13142026-04-16T04:09:58.081Z Compiling num-traits v0.2.19
13152026-04-16T04:09:58.081Z Compiling jobserver v0.1.34
13162026-04-16T04:09:58.180Z Compiling hashbrown v0.16.1
13172026-04-16T04:09:58.205Z Compiling find-msvc-tools v0.1.9
13182026-04-16T04:09:58.216Z Compiling shlex v1.3.0
13192026-04-16T04:09:58.385Z Compiling cc v1.2.58
13202026-04-16T04:09:58.397Z Compiling log v0.4.29
13212026-04-16T04:09:58.439Z Compiling errno v0.3.14
13222026-04-16T04:09:58.588Z Compiling semver v1.0.28
13232026-04-16T04:09:58.667Z Compiling getrandom v0.4.2
13242026-04-16T04:09:58.756Z Compiling rand_core v0.10.0
13252026-04-16T04:09:58.778Z Compiling futures-core v0.3.32
13262026-04-16T04:09:58.903Z Compiling thiserror v2.0.18
13272026-04-16T04:09:58.924Z Compiling indexmap v2.13.0
13282026-04-16T04:09:58.944Z Compiling zerocopy v0.8.48
13292026-04-16T04:09:59.068Z Compiling heck v0.5.0
13302026-04-16T04:09:59.137Z Compiling futures-sink v0.3.32
13312026-04-16T04:09:59.276Z Compiling slab v0.4.12
13322026-04-16T04:09:59.354Z Compiling fnv v1.0.7
13332026-04-16T04:09:59.382Z Compiling uuid v1.23.0
13342026-04-16T04:09:59.445Z Compiling futures-channel v0.3.32
13352026-04-16T04:09:59.477Z Compiling rustversion v1.0.22
13362026-04-16T04:09:59.487Z Compiling futures-task v0.3.32
13372026-04-16T04:09:59.621Z Compiling schemars v0.8.22
13382026-04-16T04:09:59.655Z Compiling futures-io v0.3.32
13392026-04-16T04:09:59.669Z Compiling typenum v1.19.0
13402026-04-16T04:09:59.805Z Compiling socket2 v0.6.3
13412026-04-16T04:09:59.816Z Compiling getrandom v0.2.17
13422026-04-16T04:09:59.820Z Compiling portable-atomic v1.13.1
13432026-04-16T04:09:59.864Z Compiling signal-hook-registry v1.4.8
13442026-04-16T04:09:59.998Z Compiling parking_lot v0.12.5
13452026-04-16T04:10:00.008Z Compiling mio v1.2.0
13462026-04-16T04:10:00.155Z Compiling bitflags v2.11.0
13472026-04-16T04:10:00.240Z Compiling critical-section v1.2.0
13482026-04-16T04:10:00.341Z Compiling subtle v2.6.1
13492026-04-16T04:10:00.385Z Compiling byteorder v1.5.0
13502026-04-16T04:10:00.403Z Compiling untrusted v0.9.0
13512026-04-16T04:10:00.403Z Compiling base64 v0.22.1
13522026-04-16T04:10:00.500Z Compiling rand_core v0.6.4
13532026-04-16T04:10:00.514Z Compiling cmake v0.1.58
13542026-04-16T04:10:00.523Z Compiling fs_extra v1.3.0
13552026-04-16T04:10:00.591Z Compiling synstructure v0.13.2
13562026-04-16T04:10:00.602Z Compiling serde_derive_internals v0.29.1
13572026-04-16T04:10:00.717Z Compiling once_cell v1.21.4
13582026-04-16T04:10:00.728Z Compiling dunce v1.0.5
13592026-04-16T04:10:00.766Z Compiling rustix v1.1.4
13602026-04-16T04:10:00.799Z Compiling ipnet v2.12.0
13612026-04-16T04:10:00.812Z Compiling regex-syntax v0.8.10
13622026-04-16T04:10:00.838Z Compiling aws-lc-sys v0.39.1
13632026-04-16T04:10:00.919Z Compiling strsim v0.11.1
13642026-04-16T04:10:01.083Z Compiling atomic-waker v1.1.2
13652026-04-16T04:10:01.095Z Compiling httparse v1.10.1
13662026-04-16T04:10:01.301Z Compiling slog v2.8.2
13672026-04-16T04:10:01.315Z Compiling generic-array v0.14.7
13682026-04-16T04:10:01.332Z Compiling thiserror v1.0.69
13692026-04-16T04:10:01.410Z Compiling ucd-trie v0.1.7
13702026-04-16T04:10:01.469Z Compiling tower-layer v0.3.3
13712026-04-16T04:10:01.512Z Compiling tower-service v0.3.3
13722026-04-16T04:10:01.564Z Compiling pest v2.8.6
13732026-04-16T04:10:01.625Z Compiling try-lock v0.2.5
13742026-04-16T04:10:01.703Z Compiling want v0.3.1
13752026-04-16T04:10:01.722Z Compiling httpdate v1.0.3
13762026-04-16T04:10:01.804Z Compiling ryu v1.0.23
13772026-04-16T04:10:01.836Z Compiling serde_derive v1.0.228
13782026-04-16T04:10:01.866Z Compiling zerofrom-derive v0.1.6
13792026-04-16T04:10:01.912Z Compiling yoke-derive v0.8.1
13802026-04-16T04:10:01.955Z Compiling zerovec-derive v0.11.2
13812026-04-16T04:10:01.976Z Compiling displaydoc v0.2.5
13822026-04-16T04:10:02.752Z Compiling tokio-macros v2.7.0
13832026-04-16T04:10:02.824Z Compiling schemars_derive v0.8.22
13842026-04-16T04:10:03.014Z Compiling thiserror-impl v2.0.18
13852026-04-16T04:10:03.038Z Compiling zerocopy-derive v0.8.48
13862026-04-16T04:10:03.091Z Compiling zerofrom v0.1.6
13872026-04-16T04:10:03.207Z Compiling yoke v0.8.1
13882026-04-16T04:10:03.386Z Compiling zerovec v0.11.5
13892026-04-16T04:10:03.464Z Compiling zerotrie v0.2.3
13902026-04-16T04:10:03.480Z Compiling zeroize_derive v1.4.3
13912026-04-16T04:10:03.750Z Compiling futures-macro v0.3.32
13922026-04-16T04:10:03.872Z Compiling tinystr v0.8.2
13932026-04-16T04:10:04.002Z Compiling potential_utf v0.1.4
13942026-04-16T04:10:04.063Z Compiling icu_locale_core v2.1.1
13952026-04-16T04:10:04.125Z Compiling icu_collections v2.1.1
13962026-04-16T04:10:04.156Z Compiling zeroize v1.8.2
13972026-04-16T04:10:04.265Z Compiling thiserror-impl v1.0.69
13982026-04-16T04:10:04.551Z Compiling futures-util v0.3.32
13992026-04-16T04:10:04.626Z Compiling pest_meta v2.8.6
14002026-04-16T04:10:04.813Z Compiling icu_provider v2.1.1
14012026-04-16T04:10:04.973Z Compiling bytes v1.11.1
14022026-04-16T04:10:05.026Z Compiling chrono v0.4.44
14032026-04-16T04:10:05.102Z Compiling icu_properties v2.1.2
14042026-04-16T04:10:05.379Z Compiling icu_normalizer v2.1.1
14052026-04-16T04:10:05.592Z Compiling tokio v1.52.0
14062026-04-16T04:10:05.884Z Compiling http v1.4.0
14072026-04-16T04:10:05.952Z Compiling idna_adapter v1.2.1
14082026-04-16T04:10:06.091Z Compiling idna v1.1.0
14092026-04-16T04:10:06.223Z Compiling serde_tokenstream v0.2.3
14102026-04-16T04:10:06.482Z Compiling url v2.5.8
14112026-04-16T04:10:06.495Z Compiling http-body v1.0.1
14122026-04-16T04:10:06.643Z Compiling erased-serde v0.3.31
14132026-04-16T04:10:06.833Z Compiling getrandom v0.3.4
14142026-04-16T04:10:06.843Z Compiling pest_generator v2.8.6
14152026-04-16T04:10:06.865Z Compiling pretty-hex v0.4.2
14162026-04-16T04:10:07.124Z Compiling ppv-lite86 v0.2.21
14172026-04-16T04:10:07.361Z Compiling plain v0.2.3
14182026-04-16T04:10:07.386Z Compiling paste v1.0.15
14192026-04-16T04:10:07.463Z Compiling crypto-common v0.1.7
14202026-04-16T04:10:07.463Z Compiling omicron-workspace-hack v0.1.0
14212026-04-16T04:10:07.507Z Compiling pest_derive v2.8.6
14222026-04-16T04:10:07.547Z Compiling ident_case v1.0.1
14232026-04-16T04:10:07.586Z Compiling tracing-attributes v0.1.31
14242026-04-16T04:10:07.660Z Compiling tracing-core v0.1.36
14252026-04-16T04:10:07.757Z Compiling http-body-util v0.1.3
14262026-04-16T04:10:07.992Z Compiling serde_urlencoded v0.7.1
14272026-04-16T04:10:08.040Z Compiling ipnetwork v0.21.1
14282026-04-16T04:10:08.172Z Compiling daft-derive v0.1.5
14292026-04-16T04:10:08.229Z Compiling sync_wrapper v1.0.2
14302026-04-16T04:10:08.269Z Compiling fastrand v2.3.0
14312026-04-16T04:10:08.329Z Compiling aho-corasick v1.1.4
14322026-04-16T04:10:08.466Z Compiling winnow v1.0.1
14332026-04-16T04:10:08.534Z Compiling rustls-pki-types v1.14.0
14342026-04-16T04:10:08.565Z Compiling async-trait v0.1.89
14352026-04-16T04:10:08.794Z Compiling tracing v0.1.44
14362026-04-16T04:10:08.902Z Compiling ring v0.17.14
14372026-04-16T04:10:09.026Z Compiling anyhow v1.0.102
14382026-04-16T04:10:09.229Z Compiling regex-automata v0.4.14
14392026-04-16T04:10:09.329Z Compiling time-core v0.1.8
14402026-04-16T04:10:09.396Z Compiling powerfmt v0.2.0
14412026-04-16T04:10:09.471Z Compiling cpufeatures v0.2.17
14422026-04-16T04:10:09.512Z Compiling iri-string v0.7.12
14432026-04-16T04:10:09.535Z Compiling num-conv v0.2.1
14442026-04-16T04:10:09.545Z Compiling deranged v0.5.8
14452026-04-16T04:10:09.678Z Compiling time-macros v0.2.27
14462026-04-16T04:10:10.058Z Compiling block-buffer v0.10.4
14472026-04-16T04:10:10.200Z Compiling scroll_derive v0.13.1
14482026-04-16T04:10:10.468Z Compiling hex v0.4.3
14492026-04-16T04:10:10.609Z Compiling num_threads v0.1.7
14502026-04-16T04:10:10.699Z Compiling digest v0.10.7
14512026-04-16T04:10:10.902Z Compiling regex v1.12.3
14522026-04-16T04:10:11.004Z Compiling scroll v0.13.0
14532026-04-16T04:10:11.258Z Compiling tokio-util v0.7.18
14542026-04-16T04:10:11.301Z Compiling oxnet v0.1.4
14552026-04-16T04:10:11.474Z Compiling camino v1.2.2
14562026-04-16T04:10:11.691Z Compiling goblin v0.10.5
14572026-04-16T04:10:11.819Z Compiling usdt-impl v0.6.0
14582026-04-16T04:10:11.979Z Compiling openssl-probe v0.2.1
14592026-04-16T04:10:12.077Z Compiling dtrace-parser v0.3.0
14602026-04-16T04:10:12.331Z Compiling crossbeam-utils v0.8.21
14612026-04-16T04:10:12.635Z Compiling h2 v0.4.13
14622026-04-16T04:10:12.864Z Compiling futures-executor v0.3.32
14632026-04-16T04:10:12.957Z Compiling openapiv3 v2.2.0
14642026-04-16T04:10:12.974Z Compiling structmeta-derive v0.3.0
14652026-04-16T04:10:13.135Z Compiling regress v0.10.5
14662026-04-16T04:10:13.513Z Compiling thread-id v5.1.0
14672026-04-16T04:10:13.595Z Compiling syn v1.0.109
14682026-04-16T04:10:13.901Z Compiling rustls v0.22.4
14692026-04-16T04:10:14.009Z Compiling structmeta v0.3.0
14702026-04-16T04:10:14.163Z Compiling futures v0.3.32
14712026-04-16T04:10:14.202Z Compiling rand_core v0.9.5
14722026-04-16T04:10:14.375Z Compiling dof v0.4.0
14732026-04-16T04:10:14.545Z Compiling darling_core v0.23.0
14742026-04-16T04:10:14.914Z Compiling hyper v1.9.0
14752026-04-16T04:10:15.722Z Compiling newtype-uuid-macros v0.1.0
14762026-04-16T04:10:15.899Z Compiling thread_local v1.1.9
14772026-04-16T04:10:16.171Z Compiling match_cfg v0.1.0
14782026-04-16T04:10:16.238Z Compiling aws-lc-rs v1.16.2
14792026-04-16T04:10:16.499Z Compiling winnow v0.7.15
14802026-04-16T04:10:16.532Z Compiling hyper-util v0.1.20
14812026-04-16T04:10:16.559Z Compiling newtype-uuid v1.3.2
14822026-04-16T04:10:16.628Z Compiling ref-cast v1.0.25
14832026-04-16T04:10:16.638Z Compiling darling_macro v0.23.0
14842026-04-16T04:10:16.887Z Compiling slog-async v2.8.0
14852026-04-16T04:10:16.920Z Compiling quick-error v1.2.3
14862026-04-16T04:10:16.979Z Compiling daft v0.1.5
14872026-04-16T04:10:17.017Z Compiling usdt-macro v0.6.0
14882026-04-16T04:10:17.226Z Compiling darling v0.23.0
14892026-04-16T04:10:17.256Z Compiling usdt-attr-macro v0.6.0
14902026-04-16T04:10:17.269Z Compiling rand_chacha v0.9.0
14912026-04-16T04:10:17.299Z Compiling ref-cast-impl v1.0.25
14922026-04-16T04:10:17.691Z Compiling strum_macros v0.26.4
14932026-04-16T04:10:17.891Z Compiling serde_spanned v1.1.0
14942026-04-16T04:10:18.011Z Compiling toml_datetime v0.7.5+spec-1.1.0
14952026-04-16T04:10:18.038Z Compiling multer v3.1.0
14962026-04-16T04:10:18.193Z Compiling untrusted v0.7.1
14972026-04-16T04:10:18.223Z Compiling take_mut v0.2.2
14982026-04-16T04:10:18.253Z Compiling bit-vec v0.8.0
14992026-04-16T04:10:18.312Z Compiling toml_writer v1.1.0+spec-1.1.0
15002026-04-16T04:10:18.316Z Compiling term v1.2.1
15012026-04-16T04:10:18.331Z Compiling debug-ignore v1.0.5
15022026-04-16T04:10:18.435Z Compiling bit-set v0.8.0
15032026-04-16T04:10:18.478Z Compiling rand v0.9.2
15042026-04-16T04:10:18.537Z Compiling serde_with_macros v3.18.0
15052026-04-16T04:10:18.583Z Compiling async-stream-impl v0.3.6
15062026-04-16T04:10:19.003Z Compiling dropshot v0.16.7
15072026-04-16T04:10:19.055Z Compiling encoding_rs v0.8.35
15082026-04-16T04:10:19.199Z Compiling spin v0.9.8
15092026-04-16T04:10:19.223Z Compiling rustls v0.23.37
15102026-04-16T04:10:19.297Z Compiling strum v0.26.3
15112026-04-16T04:10:19.306Z Compiling mime v0.3.17
15122026-04-16T04:10:19.432Z Compiling unarray v0.1.4
15132026-04-16T04:10:19.585Z Compiling async-stream v0.3.6
15142026-04-16T04:10:19.599Z Compiling derive-ex v0.1.8
15152026-04-16T04:10:19.670Z Compiling dropshot_endpoint v0.16.7
15162026-04-16T04:10:19.743Z Compiling macaddr v1.0.1
15172026-04-16T04:10:19.914Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15182026-04-16T04:10:19.961Z Compiling waitgroup v0.1.2
15192026-04-16T04:10:19.991Z Compiling serde_path_to_error v0.1.20
15202026-04-16T04:10:20.337Z Compiling tempfile v3.27.0
15212026-04-16T04:10:20.376Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15222026-04-16T04:10:20.504Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15232026-04-16T04:10:20.562Z Compiling tower v0.5.3
15242026-04-16T04:10:20.677Z Compiling strum_macros v0.27.2
15252026-04-16T04:10:20.724Z Compiling instant v0.1.13
15262026-04-16T04:10:20.748Z Compiling time v0.3.47
15272026-04-16T04:10:21.032Z Compiling tower-http v0.6.8
15282026-04-16T04:10:21.142Z Compiling test-strategy v0.4.5
15292026-04-16T04:10:21.203Z Compiling rustc-hash v2.1.2
15302026-04-16T04:10:21.321Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15312026-04-16T04:10:21.445Z Compiling crossbeam-channel v0.5.15
15322026-04-16T04:10:22.494Z Compiling strum v0.27.2
15332026-04-16T04:10:22.527Z Compiling parse-display-derive v0.10.0
15342026-04-16T04:10:22.619Z Compiling rustls-native-certs v0.8.3
15352026-04-16T04:10:22.648Z Compiling backon v1.6.0
15362026-04-16T04:10:22.847Z Compiling rustls-webpki v0.102.8
15372026-04-16T04:10:22.957Z Compiling rand_chacha v0.3.1
15382026-04-16T04:10:23.718Z Compiling rand v0.8.5
15392026-04-16T04:10:23.751Z Compiling slog-json v2.6.1
15402026-04-16T04:10:23.952Z Compiling hostname v0.3.1
15412026-04-16T04:10:24.006Z Compiling toml_parser v1.1.0+spec-1.1.0
15422026-04-16T04:10:24.085Z Compiling is-terminal v0.4.17
15432026-04-16T04:10:24.161Z Compiling memmap2 v0.9.10
15442026-04-16T04:10:24.173Z Compiling wait-timeout v0.2.1
15452026-04-16T04:10:24.364Z Compiling either v1.15.0
15462026-04-16T04:10:24.474Z Compiling toml v0.9.12+spec-1.1.0
15472026-04-16T04:10:24.512Z Compiling rusty-fork v0.3.1
15482026-04-16T04:10:24.560Z Compiling usdt v0.6.0
15492026-04-16T04:10:24.675Z Compiling slog-term v2.9.2
15502026-04-16T04:10:24.833Z Compiling slog-bunyan v2.5.0
15512026-04-16T04:10:25.271Z Compiling tokio-rustls v0.25.0
15522026-04-16T04:10:25.314Z Compiling serde_with v3.18.0
15532026-04-16T04:10:25.414Z Compiling rand_xorshift v0.4.0
15542026-04-16T04:10:25.488Z Compiling sha1 v0.10.6
15552026-04-16T04:10:25.503Z Compiling rustls-pemfile v2.2.0
15562026-04-16T04:10:25.553Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15572026-04-16T04:10:25.691Z Compiling hostname v0.4.2
15582026-04-16T04:10:25.705Z Compiling proptest v1.11.0
15592026-04-16T04:10:26.204Z Compiling iddqd v0.3.17
15602026-04-16T04:10:26.455Z Compiling reqwest v0.12.28
15612026-04-16T04:10:27.023Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15622026-04-16T04:10:27.872Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15632026-04-16T04:10:27.924Z Compiling progenitor-client v0.10.0
15642026-04-16T04:10:27.935Z Compiling parse-display v0.10.0
15652026-04-16T04:10:28.195Z Compiling itertools v0.14.0
15662026-04-16T04:10:28.271Z Compiling backoff v0.4.0
15672026-04-16T04:10:28.439Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15682026-04-16T04:10:29.019Z Compiling toml_datetime v0.6.11
15692026-04-16T04:10:29.469Z Compiling utf8parse v0.2.2
15702026-04-16T04:10:29.574Z Compiling anstyle-parse v1.0.0
15712026-04-16T04:10:29.749Z Compiling zerocopy-derive v0.7.35
15722026-04-16T04:10:29.854Z Compiling is_terminal_polyfill v1.70.2
15732026-04-16T04:10:29.944Z Compiling colorchoice v1.0.5
15742026-04-16T04:10:29.975Z Compiling anstyle-query v1.1.5
15752026-04-16T04:10:30.051Z Compiling anstyle v1.0.14
15762026-04-16T04:10:30.271Z Compiling anstream v1.0.0
15772026-04-16T04:10:30.605Z Compiling zerocopy v0.7.35
15782026-04-16T04:10:30.738Z Compiling convert_case v0.4.0
15792026-04-16T04:10:30.776Z Compiling clap_lex v1.1.0
15802026-04-16T04:10:31.034Z Compiling derive_more v0.99.20
15812026-04-16T04:10:31.525Z Compiling tinyvec_macros v0.1.1
15822026-04-16T04:10:31.603Z Compiling unicode-width v0.2.2
15832026-04-16T04:10:31.646Z Compiling tinyvec v1.11.0
15842026-04-16T04:10:32.371Z Compiling dtrace-parser v0.2.0
15852026-04-16T04:10:32.450Z Compiling serde_spanned v0.6.9
15862026-04-16T04:10:32.592Z Compiling secrecy v0.10.3
15872026-04-16T04:10:32.743Z Compiling clap_derive v4.6.0
15882026-04-16T04:10:33.257Z Compiling scroll_derive v0.12.1
15892026-04-16T04:10:33.303Z Compiling usdt-impl v0.5.0
15902026-04-16T04:10:33.315Z Compiling crucible-workspace-hack v0.1.0
15912026-04-16T04:10:33.319Z Compiling toml_write v0.1.2
15922026-04-16T04:10:33.517Z Compiling toml_edit v0.22.27
15932026-04-16T04:10:33.949Z Compiling scroll v0.12.0
15942026-04-16T04:10:34.252Z Compiling dof v0.3.0
15952026-04-16T04:10:34.403Z Compiling typify-impl v0.6.1
15962026-04-16T04:10:34.407Z Compiling terminal_size v0.4.4
15972026-04-16T04:10:34.541Z Compiling darling_core v0.21.3
15982026-04-16T04:10:34.551Z Compiling rustc_version v0.4.1
15992026-04-16T04:10:34.632Z Compiling thread-id v4.2.2
16002026-04-16T04:10:34.814Z Compiling curve25519-dalek v4.1.3
16012026-04-16T04:10:35.085Z Compiling toml v0.8.23
16022026-04-16T04:10:35.413Z Compiling goblin v0.8.2
16032026-04-16T04:10:35.989Z Compiling crossbeam-epoch v0.9.18
16042026-04-16T04:10:36.124Z Compiling hmac v0.12.1
16052026-04-16T04:10:36.288Z Compiling inout v0.1.4
16062026-04-16T04:10:36.334Z Compiling ff v0.13.1
16072026-04-16T04:10:36.400Z Compiling num-integer v0.1.46
16082026-04-16T04:10:36.601Z Compiling darling_macro v0.21.3
16092026-04-16T04:10:36.751Z Compiling float-ord v0.3.2
16102026-04-16T04:10:37.013Z Compiling group v0.13.0
16112026-04-16T04:10:37.121Z Compiling cipher v0.4.4
16122026-04-16T04:10:37.137Z Compiling hkdf v0.12.4
16132026-04-16T04:10:37.177Z Compiling darling v0.21.3
16142026-04-16T04:10:37.933Z Compiling clap_builder v4.6.0
16152026-04-16T04:10:39.599Z Compiling thiserror-impl-no-std v2.0.2
16162026-04-16T04:10:39.649Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16172026-04-16T04:10:40.012Z Compiling universal-hash v0.5.1
16182026-04-16T04:10:40.139Z Compiling half v2.7.1
16192026-04-16T04:10:40.310Z Compiling crypto-bigint v0.5.5
16202026-04-16T04:10:40.430Z Compiling curve25519-dalek-derive v0.1.1
16212026-04-16T04:10:40.636Z Compiling typify-macro v0.6.1
16222026-04-16T04:10:40.660Z Compiling proc-macro-error-attr v1.0.4
16232026-04-16T04:10:41.078Z Compiling rustix v0.38.44
16242026-04-16T04:10:41.093Z Compiling opaque-debug v0.3.1
16252026-04-16T04:10:41.103Z Compiling base64ct v1.8.3
16262026-04-16T04:10:41.159Z Compiling heapless v0.8.0
16272026-04-16T04:10:41.392Z Compiling toml_datetime v1.1.0+spec-1.1.0
16282026-04-16T04:10:41.417Z Compiling prettyplease v0.2.37
16292026-04-16T04:10:41.428Z Compiling base16ct v0.2.0
16302026-04-16T04:10:41.450Z Compiling ciborium-io v0.2.2
16312026-04-16T04:10:41.540Z Compiling toml_edit v0.25.8+spec-1.1.0
16322026-04-16T04:10:41.579Z Compiling elliptic-curve v0.13.8
16332026-04-16T04:10:41.610Z Compiling ciborium-ll v0.2.2
16342026-04-16T04:10:41.643Z Compiling password-hash v0.5.0
16352026-04-16T04:10:41.655Z Compiling poly1305 v0.8.0
16362026-04-16T04:10:42.063Z Compiling thiserror-no-std v2.0.2
16372026-04-16T04:10:42.094Z Compiling clap v4.6.0
16382026-04-16T04:10:42.594Z Compiling chacha20 v0.9.1
16392026-04-16T04:10:42.598Z Compiling ingot-macros v0.1.1
16402026-04-16T04:10:42.737Z Compiling num-iter v0.1.45
16412026-04-16T04:10:42.763Z Compiling num-rational v0.4.2
16422026-04-16T04:10:42.769Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16432026-04-16T04:10:42.783Z Compiling usdt-macro v0.5.0
16442026-04-16T04:10:42.849Z Compiling usdt-attr-macro v0.5.0
16452026-04-16T04:10:43.427Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16462026-04-16T04:10:44.013Z Compiling rustls-webpki v0.103.10
16472026-04-16T04:10:44.520Z Compiling blake2 v0.10.6
16482026-04-16T04:10:44.769Z Compiling byte-wrapper v0.1.0
16492026-04-16T04:10:45.024Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16502026-04-16T04:10:45.042Z Compiling aead v0.5.2
16512026-04-16T04:10:45.141Z Compiling enum-as-inner v0.6.1
16522026-04-16T04:10:45.203Z Compiling hash32 v0.3.1
16532026-04-16T04:10:45.298Z Compiling num-complex v0.4.6
16542026-04-16T04:10:45.339Z Compiling proc-macro-error v1.0.4
16552026-04-16T04:10:45.356Z Compiling memmap v0.7.0
16562026-04-16T04:10:45.473Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16572026-04-16T04:10:45.540Z Compiling smoltcp v0.11.0
16582026-04-16T04:10:45.559Z Compiling winnow v0.5.40
16592026-04-16T04:10:45.679Z Compiling keccak v0.1.6
16602026-04-16T04:10:45.703Z Compiling data-encoding v2.10.0
16612026-04-16T04:10:45.748Z Compiling num v0.4.3
16622026-04-16T04:10:45.889Z Compiling sha3 v0.10.8
16632026-04-16T04:10:45.905Z Compiling usdt v0.5.0
16642026-04-16T04:10:46.173Z Compiling ingot-types v0.1.2
16652026-04-16T04:10:46.187Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16662026-04-16T04:10:46.344Z Compiling chacha20poly1305 v0.10.1
16672026-04-16T04:10:46.474Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16682026-04-16T04:10:46.528Z Compiling argon2 v0.5.3
16692026-04-16T04:10:46.571Z Compiling typify v0.6.1
16702026-04-16T04:10:46.664Z Compiling vsss-rs v3.3.4
16712026-04-16T04:10:46.924Z Compiling toml_edit v0.19.15
16722026-04-16T04:10:47.539Z Compiling tokio-rustls v0.26.4
16732026-04-16T04:10:47.718Z Compiling rustls-platform-verifier v0.6.2
16742026-04-16T04:10:47.808Z Compiling hyper-rustls v0.27.7
16752026-04-16T04:10:48.029Z Compiling reqwest v0.13.2
16762026-04-16T04:10:48.324Z Compiling proc-macro-crate v3.5.0
16772026-04-16T04:10:48.343Z Compiling ciborium v0.2.2
16782026-04-16T04:10:48.952Z Compiling tabwriter v1.4.1
16792026-04-16T04:10:49.312Z Compiling progenitor-client v0.13.0
16802026-04-16T04:10:49.537Z Compiling progenitor-extras v0.1.1
16812026-04-16T04:10:49.564Z Compiling cobs v0.3.0
16822026-04-16T04:10:49.607Z Compiling memoffset v0.9.1
16832026-04-16T04:10:49.618Z Compiling cfg_aliases v0.2.1
16842026-04-16T04:10:49.690Z Compiling unsafe-libyaml v0.2.11
16852026-04-16T04:10:49.762Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16862026-04-16T04:10:49.837Z Compiling bitflags v1.3.2
16872026-04-16T04:10:49.912Z Compiling vcpkg v0.2.15
16882026-04-16T04:10:50.364Z Compiling pkg-config v0.3.32
16892026-04-16T04:10:50.477Z Compiling indent_write v2.2.0
16902026-04-16T04:10:50.618Z Compiling managed v0.8.0
16912026-04-16T04:10:50.706Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16922026-04-16T04:10:50.817Z Compiling openssl-sys v0.9.112
16932026-04-16T04:10:51.047Z Compiling serde_yaml v0.9.34+deprecated
16942026-04-16T04:10:51.456Z Compiling nix v0.31.2
16952026-04-16T04:10:51.836Z Compiling postcard v1.1.3
16962026-04-16T04:10:52.329Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16972026-04-16T04:10:52.340Z Compiling num_enum_derive v0.7.6
16982026-04-16T04:10:52.778Z Compiling proc-macro-crate v1.3.1
16992026-04-16T04:10:52.824Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17002026-04-16T04:10:53.120Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17012026-04-16T04:10:53.200Z Compiling progenitor-impl v0.13.0
17022026-04-16T04:10:53.386Z Compiling ingot v0.1.1
17032026-04-16T04:10:53.400Z Compiling hubpack_derive v0.1.1
17042026-04-16T04:10:53.920Z Compiling foreign-types-macros v0.2.3
17052026-04-16T04:10:54.564Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17062026-04-16T04:10:54.801Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17072026-04-16T04:10:55.095Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17082026-04-16T04:10:55.278Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17092026-04-16T04:10:55.471Z Compiling heck v0.4.1
17102026-04-16T04:10:55.494Z Compiling semver v0.1.20
17112026-04-16T04:10:55.587Z Compiling colored v3.1.1
17122026-04-16T04:10:55.676Z Compiling rayon-core v1.13.0
17132026-04-16T04:10:55.747Z Compiling foreign-types-shared v0.3.1
17142026-04-16T04:10:55.844Z Compiling cpufeatures v0.3.0
17152026-04-16T04:10:55.886Z Compiling static_assertions v1.1.0
17162026-04-16T04:10:55.928Z Compiling linked-hash-map v0.5.6
17172026-04-16T04:10:55.963Z Compiling swrite v0.1.0
17182026-04-16T04:10:55.987Z Compiling resolv-conf v0.7.6
17192026-04-16T04:10:56.049Z Compiling chacha20 v0.10.0
17202026-04-16T04:10:56.110Z Compiling lru-cache v0.1.2
17212026-04-16T04:10:56.252Z Compiling foreign-types v0.5.0
17222026-04-16T04:10:56.283Z Compiling rustc_version v0.1.7
17232026-04-16T04:10:56.357Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17242026-04-16T04:10:56.366Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17252026-04-16T04:10:56.487Z Compiling hubpack v0.1.2
17262026-04-16T04:10:56.746Z Compiling progenitor-macro v0.13.0
17272026-04-16T04:10:56.796Z Compiling num_enum v0.7.6
17282026-04-16T04:10:56.943Z Compiling num_enum_derive v0.5.11
17292026-04-16T04:10:57.700Z Compiling hickory-proto v0.24.4
17302026-04-16T04:10:59.604Z Compiling crossbeam-deque v0.8.6
17312026-04-16T04:10:59.676Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17322026-04-16T04:10:59.676Z Compiling serde-big-array v0.5.1
17332026-04-16T04:10:59.676Z Compiling derive-where v1.6.1
17342026-04-16T04:10:59.676Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17352026-04-16T04:10:59.676Z Compiling serde_repr v0.1.20
17362026-04-16T04:10:59.676Z Compiling pin-project-internal v1.1.11
17372026-04-16T04:10:59.676Z Compiling cstr-argument v0.1.2
17382026-04-16T04:10:59.676Z Compiling siphasher v1.0.2
17392026-04-16T04:10:59.676Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17402026-04-16T04:10:59.676Z Compiling unicode-segmentation v1.13.2
17412026-04-16T04:10:59.719Z Compiling minimal-lexical v0.2.1
17422026-04-16T04:10:59.769Z Compiling phf_shared v0.12.1
17432026-04-16T04:10:59.924Z Compiling newline-converter v0.3.0
17442026-04-16T04:10:59.936Z Compiling nom v7.1.3
17452026-04-16T04:11:00.053Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17462026-04-16T04:11:00.066Z Compiling hickory-resolver v0.24.4
17472026-04-16T04:11:00.253Z Compiling pin-project v1.1.11
17482026-04-16T04:11:00.356Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17492026-04-16T04:11:00.968Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17502026-04-16T04:11:01.005Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17512026-04-16T04:11:01.382Z Compiling num_enum v0.5.11
17522026-04-16T04:11:01.433Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17532026-04-16T04:11:01.462Z Compiling newtype_derive v0.1.6
17542026-04-16T04:11:01.692Z Compiling rand v0.10.1
17552026-04-16T04:11:01.864Z Compiling atomicwrites v0.4.4
17562026-04-16T04:11:01.923Z Compiling progenitor v0.13.0
17572026-04-16T04:11:02.066Z Compiling unicode-normalization v0.1.25
17582026-04-16T04:11:02.431Z Compiling console v0.15.11
17592026-04-16T04:11:02.604Z Compiling camino-tempfile v1.4.1
17602026-04-16T04:11:02.700Z Compiling tokio-stream v0.1.18
17612026-04-16T04:11:02.713Z Compiling snafu-derive v0.8.9
17622026-04-16T04:11:02.798Z Compiling async-recursion v1.1.1
17632026-04-16T04:11:02.872Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17642026-04-16T04:11:02.895Z Compiling slog-dtrace v0.3.0
17652026-04-16T04:11:03.141Z Compiling csv-core v0.1.13
17662026-04-16T04:11:03.145Z Compiling bstr v1.12.1
17672026-04-16T04:11:03.145Z Compiling foreign-types-shared v0.1.1
17682026-04-16T04:11:03.180Z Compiling cancel-safe-futures v0.1.5
17692026-04-16T04:11:03.232Z Compiling unicode-width v0.1.14
17702026-04-16T04:11:03.387Z Compiling owo-colors v4.3.0
17712026-04-16T04:11:03.400Z Compiling openssl v0.10.76
17722026-04-16T04:11:03.470Z Compiling chrono-tz v0.10.4
17732026-04-16T04:11:03.510Z Compiling similar v2.7.0
17742026-04-16T04:11:03.523Z Compiling same-file v1.0.6
17752026-04-16T04:11:03.633Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17762026-04-16T04:11:03.659Z Compiling foldhash v0.1.5
17772026-04-16T04:11:03.679Z Compiling highway v1.3.0
17782026-04-16T04:11:03.689Z Compiling unicode-xid v0.2.6
17792026-04-16T04:11:03.785Z Compiling hashbrown v0.15.5
17802026-04-16T04:11:03.808Z Compiling const_format_proc_macros v0.2.34
17812026-04-16T04:11:03.839Z Compiling walkdir v2.5.0
17822026-04-16T04:11:04.072Z Compiling expectorate v1.2.0
17832026-04-16T04:11:04.192Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17842026-04-16T04:11:04.217Z Compiling globset v0.4.18
17852026-04-16T04:11:04.316Z Compiling csv v1.4.0
17862026-04-16T04:11:04.430Z Compiling snafu v0.8.9
17872026-04-16T04:11:04.467Z Compiling foreign-types v0.3.2
17882026-04-16T04:11:04.610Z Compiling qorb v0.4.1
17892026-04-16T04:11:04.813Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17902026-04-16T04:11:04.871Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17912026-04-16T04:11:05.054Z Compiling olpc-cjson v0.1.4
17922026-04-16T04:11:07.491Z Compiling rayon v1.11.0
17932026-04-16T04:11:07.532Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17942026-04-16T04:11:07.532Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17952026-04-16T04:11:07.532Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17962026-04-16T04:11:07.532Z Compiling phf v0.12.1
17972026-04-16T04:11:07.559Z Compiling zone_cfg_derive v0.3.1
17982026-04-16T04:11:07.559Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17992026-04-16T04:11:07.567Z Compiling tokio-dtrace v0.1.1
18002026-04-16T04:11:07.787Z Compiling itertools v0.12.1
18012026-04-16T04:11:07.831Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18022026-04-16T04:11:07.979Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18032026-04-16T04:11:07.983Z Compiling libsw-core v0.3.2
18042026-04-16T04:11:08.021Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18052026-04-16T04:11:08.099Z Compiling serde_plain v1.0.2
18062026-04-16T04:11:08.124Z Compiling openssl-macros v0.1.1
18072026-04-16T04:11:08.124Z Compiling num-derive v0.4.2
18082026-04-16T04:11:08.136Z Compiling pem v3.0.6
18092026-04-16T04:11:08.228Z Compiling cookie v0.18.1
18102026-04-16T04:11:08.298Z Compiling sigpipe v0.1.3
18112026-04-16T04:11:08.387Z Compiling bytecount v0.6.9
18122026-04-16T04:11:08.458Z Compiling glob v0.3.3
18132026-04-16T04:11:08.506Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18142026-04-16T04:11:08.525Z Compiling fixedbitset v0.5.7
18152026-04-16T04:11:08.535Z Compiling fixedbitset v0.4.2
18162026-04-16T04:11:08.592Z Compiling jiff v0.2.23
18172026-04-16T04:11:08.722Z Compiling typed-path v0.9.3
18182026-04-16T04:11:08.777Z Compiling petgraph v0.8.3
18192026-04-16T04:11:08.852Z Compiling petgraph v0.6.5
18202026-04-16T04:11:08.909Z Compiling zone v0.3.1
18212026-04-16T04:11:09.029Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18222026-04-16T04:11:09.421Z Compiling papergrid v0.11.0
18232026-04-16T04:11:09.695Z Compiling tough v0.20.0
18242026-04-16T04:11:10.084Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18252026-04-16T04:11:10.338Z Compiling libsw v3.5.0
18262026-04-16T04:11:10.513Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18272026-04-16T04:11:10.551Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18282026-04-16T04:11:10.758Z Compiling oxide-tokio-rt v0.1.3
18292026-04-16T04:11:11.071Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18302026-04-16T04:11:11.203Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18312026-04-16T04:11:12.164Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18322026-04-16T04:11:12.392Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18332026-04-16T04:11:12.427Z Compiling const_format v0.2.35
18342026-04-16T04:11:12.710Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18352026-04-16T04:11:12.753Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18362026-04-16T04:11:13.037Z Compiling tabled_derive v0.7.0
18372026-04-16T04:11:13.291Z Compiling gethostname v0.5.0
18382026-04-16T04:11:13.416Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18392026-04-16T04:11:13.525Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18402026-04-16T04:11:13.537Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18412026-04-16T04:11:13.660Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18422026-04-16T04:11:13.663Z Compiling bcs v0.1.6
18432026-04-16T04:11:13.991Z Compiling smf v0.2.3
18442026-04-16T04:11:14.003Z Compiling unicode-linebreak v0.1.5
18452026-04-16T04:11:14.245Z Compiling smawk v0.3.2
18462026-04-16T04:11:14.255Z Compiling whoami v1.6.1
18472026-04-16T04:11:14.388Z Compiling termtree v0.5.1
18482026-04-16T04:11:14.542Z Compiling lazy_static v1.5.0
18492026-04-16T04:11:14.557Z Compiling linear-map v1.2.0
18502026-04-16T04:11:14.569Z Compiling tagptr v0.2.0
18512026-04-16T04:11:14.646Z Compiling steno v0.4.1
18522026-04-16T04:11:14.718Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18532026-04-16T04:11:14.742Z Compiling moka v0.12.15
18542026-04-16T04:11:14.797Z Compiling textwrap v0.16.2
18552026-04-16T04:11:14.920Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18562026-04-16T04:11:15.328Z Compiling tabled v0.15.0
18572026-04-16T04:11:15.514Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18582026-04-16T04:11:15.525Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18592026-04-16T04:11:15.721Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18602026-04-16T04:11:16.327Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18612026-04-16T04:11:17.130Z Compiling hickory-proto v0.25.2
18622026-04-16T04:11:17.833Z Compiling humantime v2.3.0
18632026-04-16T04:11:18.115Z Compiling num-derive v0.3.3
18642026-04-16T04:11:18.128Z Compiling parking_lot_core v0.8.6
18652026-04-16T04:11:18.420Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18662026-04-16T04:11:18.622Z Compiling crc32fast v1.5.0
18672026-04-16T04:11:18.976Z Compiling parking_lot v0.11.2
18682026-04-16T04:11:19.043Z Compiling hickory-resolver v0.25.2
18692026-04-16T04:11:19.158Z Compiling libscf-sys v1.1.0
18702026-04-16T04:11:19.162Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18712026-04-16T04:11:19.301Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18722026-04-16T04:11:19.363Z Compiling fxhash v0.2.1
18732026-04-16T04:11:19.383Z Compiling internet-checksum v0.2.1
18742026-04-16T04:11:19.392Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18752026-04-16T04:11:19.499Z Compiling sled v0.34.7
18762026-04-16T04:11:19.856Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18772026-04-16T04:11:24.052Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18782026-04-16T04:11:31.096Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18792026-04-16T04:11:32.677Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18802026-04-16T04:11:33.728Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18812026-04-16T04:11:34.822Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18822026-04-16T04:11:35.574Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18832026-04-16T04:11:59.617Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 03s
18842026-04-16T04:11:59.784Z────────────
18852026-04-16T04:11:59.784Z Nextest run ID 7a4e7713-aab4-42e1-98a8-323066a70c99 with nextest profile: default
18862026-04-16T04:11:59.784Z Starting 45 tests across 1 binary
18872026-04-16T04:11:59.793Z PASS [ 0.008s] rdb bestpath::test::test_bestpath
18882026-04-16T04:11:59.797Z PASS [ 0.009s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
18892026-04-16T04:11:59.797Z PASS [ 0.009s] rdb db::test::test_prefix4_from_str
18902026-04-16T04:11:59.797Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_shutdown_preference
18912026-04-16T04:11:59.797Z PASS [ 0.010s] rdb db::test::test_prefix4_db_key_serialization
18922026-04-16T04:11:59.797Z PASS [ 0.010s] rdb bestpath::test::test_bestpath_med_per_as_grouping
18932026-04-16T04:11:59.801Z PASS [ 0.008s] rdb db::test::test_prefix6_db_key_serialization
18942026-04-16T04:11:59.805Z PASS [ 0.008s] rdb db::test::test_prefix6_from_str
18952026-04-16T04:11:59.848Z PASS [ 0.056s] rdb db::test::test_ipv4_origin_crud
18962026-04-16T04:11:59.848Z PASS [ 0.056s] rdb db::test::test_ipv6_origin_crud
18972026-04-16T04:11:59.852Z PASS [ 0.053s] rdb db::test::test_set_nexthop_shutdown_replaces_path
18982026-04-16T04:11:59.852Z PASS [ 0.054s] rdb db::test::test_prefix_host_bit_normalization
18992026-04-16T04:11:59.852Z PASS [ 0.054s] rdb db::test::test_rib
19002026-04-16T04:11:59.852Z PASS [ 0.053s] rdb db::test::test_static_routing_ipv4_basic
19012026-04-16T04:11:59.856Z PASS [ 0.053s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19022026-04-16T04:11:59.857Z PASS [ 0.054s] rdb db::test::test_static_routing_ipv6_basic
19032026-04-16T04:11:59.863Z PASS [ 0.014s] rdb proptest::prop_ipv4_default_contains_all
19042026-04-16T04:11:59.867Z PASS [ 0.014s] rdb proptest::prop_ipv4_host_bits_always_unset
19052026-04-16T04:11:59.867Z PASS [ 0.013s] rdb proptest::prop_ipv4_length_in_bounds
19062026-04-16T04:11:59.871Z PASS [ 0.013s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19072026-04-16T04:11:59.875Z PASS [ 0.013s] rdb proptest::prop_ipv4_within_self
19082026-04-16T04:11:59.879Z PASS [ 0.013s] rdb proptest::prop_ipv6_default_contains_all
19092026-04-16T04:11:59.882Z PASS [ 0.013s] rdb proptest::prop_ipv6_host_bits_always_unset
19102026-04-16T04:11:59.882Z PASS [ 0.013s] rdb proptest::prop_ipv6_length_in_bounds
19112026-04-16T04:11:59.888Z PASS [ 0.013s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19122026-04-16T04:11:59.892Z PASS [ 0.013s] rdb proptest::prop_ipv6_within_self
19132026-04-16T04:11:59.895Z PASS [ 0.013s] rdb proptest::prop_prefix_enum_no_cross_family
19142026-04-16T04:11:59.900Z PASS [ 0.015s] rdb proptest::prop_static_route_key_deduplication
19152026-04-16T04:11:59.900Z PASS [ 0.056s] rdb db::test::test_static_routing_mixed_address_families
19162026-04-16T04:11:59.900Z PASS [ 0.056s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19172026-04-16T04:11:59.904Z PASS [ 0.052s] rdb db::test::test_static_routing_vlan_id_handling
19182026-04-16T04:11:59.908Z PASS [ 0.009s] rdb types::test::bgp_path_identity
19192026-04-16T04:11:59.908Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19202026-04-16T04:11:59.908Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_idempotent
19212026-04-16T04:11:59.912Z PASS [ 0.008s] rdb types::test::bgp_vs_static_ordering
19222026-04-16T04:11:59.912Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_preserves_length
19232026-04-16T04:11:59.915Z PASS [ 0.008s] rdb types::test::btreeset_coexistence
19242026-04-16T04:11:59.915Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19252026-04-16T04:11:59.916Z PASS [ 0.008s] rdb types::test::btreeset_insert_is_noop
19262026-04-16T04:11:59.916Z PASS [ 0.008s] rdb types::test::btreeset_remove
19272026-04-16T04:11:59.919Z PASS [ 0.008s] rdb types::test::btreeset_replace
19282026-04-16T04:11:59.919Z PASS [ 0.008s] rdb types::test::ord_contract
19292026-04-16T04:11:59.919Z PASS [ 0.022s] rdb proptest::prop_static_route_key_ord_consistency
19302026-04-16T04:11:59.922Z PASS [ 0.007s] rdb types::test::static_path_identity
19312026-04-16T04:11:59.931Z PASS [ 0.082s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19322026-04-16T04:11:59.935Z────────────
19332026-04-16T04:11:59.935Z Summary [ 0.147s] 45 tests run: 45 passed, 0 skipped
19342026-04-16T04:11:59.942Z+ cp rib.log /work/
19352026-04-16T04:11:59.947Zprocess exited: duration 279196 ms, exit code 0
 
19362026-04-16T04:11:59.956Zfound 1 output files
19372026-04-16T04:11:59.956Zuploading: /work/rib.log (887 bytes)
19382026-04-16T04:12:00.969Zuploaded: /work/rib.log