|
|
|
| 1 | 2026-05-29T18:21:45.708Z | job assigned to worker 01KSTFFTN8SAR8K1R332JKR2K8 [factory aws, i-0aa867096f0dc71e2] (queued for 44 s) |
| |
| 2 | 2026-05-29T18:21:52.239Z | starting task 0: "setup" |
| 3 | 2026-05-29T18:21:52.244Z | ++ uname -s |
| 4 | 2026-05-29T18:21:52.247Z | + kern=SunOS |
| 5 | 2026-05-29T18:21:52.247Z | + build_user=build |
| 6 | 2026-05-29T18:21:52.247Z | + build_uid=12345 |
| 7 | 2026-05-29T18:21:52.247Z | + work_dir=/work |
| 8 | 2026-05-29T18:21:52.247Z | + input_dir=/input |
| 9 | 2026-05-29T18:21:52.247Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-29T18:21:52.247Z | + case "$kern" in |
| 11 | 2026-05-29T18:21:52.247Z | + groupadd -g 12345 build |
| 12 | 2026-05-29T18:21:52.250Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-29T18:21:54.253Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-29T18:21:54.359Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-29T18:21:54.362Z | + home_fs=zfs |
| 16 | 2026-05-29T18:21:54.362Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-29T18:21:54.362Z | + mkdir -p /home/build |
| 18 | 2026-05-29T18:21:54.362Z | + chown build:build /home/build /work |
| 19 | 2026-05-29T18:21:56.363Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-29T18:21:56.365Z | process exited: duration 4125 ms, exit code 0 |
| |
| 21 | 2026-05-29T18:21:56.371Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-29T18:21:56.375Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-29T18:21:56.375Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-29T18:21:56.375Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-29T18:21:56.375Z | * rust toolchain channel = "1.94.0" |
| 26 | 2026-05-29T18:21:56.375Z | * rust toolchain profile = "default" |
| 27 | 2026-05-29T18:21:56.378Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-29T18:21:56.378Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-29T18:21:56.378Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-29T18:21:56.484Z | info: downloading installer |
| 31 | 2026-05-29T18:21:57.754Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-29T18:21:57.754Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-29T18:21:57.755Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-29T18:21:57.755Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-29T18:21:57.766Z | info: profile set to default |
| 36 | 2026-05-29T18:21:57.766Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-29T18:21:57.768Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-29T18:21:57.897Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-29T18:21:57.899Z | info: downloading 6 components |
| 40 | 2026-05-29T18:22:11.853Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-29T18:22:11.853Z | |
| 42 | 2026-05-29T18:22:11.886Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-29T18:22:11.886Z | |
| 44 | 2026-05-29T18:22:11.887Z | |
| 45 | 2026-05-29T18:22:11.887Z | Rust is installed now. Great! |
| 46 | 2026-05-29T18:22:11.887Z | |
| 47 | 2026-05-29T18:22:11.889Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-29T18:22:11.889Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-29T18:22:11.889Z | |
| 50 | 2026-05-29T18:22:11.889Z | To configure your current shell, you need to source |
| 51 | 2026-05-29T18:22:11.890Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-29T18:22:11.890Z | |
| 53 | 2026-05-29T18:22:11.890Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-29T18:22:11.890Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-29T18:22:11.890Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-29T18:22:11.890Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-29T18:22:11.890Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-29T18:22:11.890Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-29T18:22:11.890Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-29T18:22:11.890Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-29T18:22:11.890Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-29T18:22:11.978Z | + rustup --version |
| 63 | 2026-05-29T18:22:11.987Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-29T18:22:11.990Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-29T18:22:12.009Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-29T18:22:12.014Z | + cargo --version |
| 67 | 2026-05-29T18:22:12.025Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-29T18:22:12.028Z | + rustc --version |
| 69 | 2026-05-29T18:22:12.047Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-29T18:22:12.050Z | process exited: duration 15677 ms, exit code 0 |
| |
| 71 | 2026-05-29T18:22:12.056Z | starting task 2: "authentication" |
| 72 | 2026-05-29T18:22:12.072Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-29T18:22:12.077Z | starting task 3: "clone repository" |
| 74 | 2026-05-29T18:22:12.080Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-29T18:22:12.083Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-29T18:22:12.130Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-29T18:22:22.765Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-29T18:22:22.765Z | + git fetch origin 16a33e3e72f802c9d18798d7ec0ac29037552f5a |
| 79 | 2026-05-29T18:22:23.039Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-29T18:22:23.039Z | * branch 16a33e3e72f802c9d18798d7ec0ac29037552f5a -> FETCH_HEAD |
| 81 | 2026-05-29T18:22:23.051Z | + [[ -n ixi/bump-propolis ]] |
| 82 | 2026-05-29T18:22:23.054Z | ++ git branch --show-current |
| 83 | 2026-05-29T18:22:23.054Z | + current=main |
| 84 | 2026-05-29T18:22:23.054Z | + [[ main != ixi/bump-propolis ]] |
| 85 | 2026-05-29T18:22:23.054Z | + git branch -f ixi/bump-propolis 16a33e3e72f802c9d18798d7ec0ac29037552f5a |
| 86 | 2026-05-29T18:22:23.057Z | + git checkout -f ixi/bump-propolis |
| 87 | 2026-05-29T18:22:23.289Z | Switched to branch 'ixi/bump-propolis' |
| 88 | 2026-05-29T18:22:23.293Z | + git reset --hard 16a33e3e72f802c9d18798d7ec0ac29037552f5a |
| 89 | 2026-05-29T18:22:23.309Z | HEAD is now at 16a33e3e7 bump Propolis |
| 90 | 2026-05-29T18:22:23.312Z | process exited: duration 11231 ms, exit code 0 |
| |
| 91 | 2026-05-29T18:22:23.319Z | starting task 4: "build" |
| 92 | 2026-05-29T18:22:23.322Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-29T18:22:23.325Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-29T18:22:23.326Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-29T18:22:23.326Z | + cargo --version |
| 96 | 2026-05-29T18:22:23.332Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-29T18:22:23.336Z | + rustc --version |
| 98 | 2026-05-29T18:22:23.354Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-29T18:22:23.359Z | + source ./env.sh |
| 100 | 2026-05-29T18:22:23.359Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-29T18:22:23.359Z | ++ set -o xtrace |
| 102 | 2026-05-29T18:22:23.364Z | ++++ dirname ./env.sh |
| 103 | 2026-05-29T18:22:23.367Z | +++ readlink -f . |
| 104 | 2026-05-29T18:22:23.371Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-29T18:22:23.371Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-05-29T18:22:23.371Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-05-29T18:22:23.371Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-05-29T18:22:23.371Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-05-29T18:22:23.374Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-05-29T18:22:23.374Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-05-29T18:22:23.374Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-05-29T18:22:23.374Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-05-29T18:22:23.374Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-05-29T18:22:23.374Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-05-29T18:22:23.375Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 116 | 2026-05-29T18:22:23.375Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 117 | 2026-05-29T18:22:23.375Z | + banner prerequisites |
| 118 | 2026-05-29T18:22:23.375Z | |
| 119 | 2026-05-29T18:22:23.375Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-29T18:22:23.375Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-29T18:22:23.375Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-29T18:22:23.375Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-29T18:22:23.375Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-29T18:22:23.375Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-29T18:22:23.375Z | |
| 126 | 2026-05-29T18:22:23.375Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-29T18:22:24.935Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-29T18:22:25.017Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-29T18:22:25.306Z | Planning: Solver setup ... Done (0.250s) |
| 130 | 2026-05-29T18:22:25.325Z | Planning: Running solver ... Done (0.019s) |
| 131 | 2026-05-29T18:22:25.338Z | Planning: Finding local manifests ... Done (0.008s) |
| 132 | 2026-05-29T18:22:25.346Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-29T18:22:25.364Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-29T18:22:25.378Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-05-29T18:22:25.381Z | Planning: Merging actions ... Done (0.001s) |
| 136 | 2026-05-29T18:22:25.566Z | Planning: Checking for conflicting actions ... Done (0.186s) |
| 137 | 2026-05-29T18:22:25.569Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-29T18:22:26.740Z | Planning: Evaluating mediators ... Done (1.174s) |
| 139 | 2026-05-29T18:22:26.743Z | Planning: Planning completed in 1.71 seconds |
| 140 | 2026-05-29T18:22:26.749Z | Packages to install: 2 |
| 141 | 2026-05-29T18:22:26.749Z | Estimated space available: 156.07 GB |
| 142 | 2026-05-29T18:22:26.752Z | Estimated space to be consumed: 23.93 MB |
| 143 | 2026-05-29T18:22:26.752Z | Create boot environment: No |
| 144 | 2026-05-29T18:22:26.752Z | Create backup boot environment: No |
| 145 | 2026-05-29T18:22:26.752Z | Rebuild boot archive: No |
| 146 | 2026-05-29T18:22:26.752Z | |
| 147 | 2026-05-29T18:22:26.752Z | Changed packages: |
| 148 | 2026-05-29T18:22:26.752Z | helios |
| 149 | 2026-05-29T18:22:26.752Z | developer/build-essential |
| 150 | 2026-05-29T18:22:26.752Z | None -> 11-3.0 |
| 151 | 2026-05-29T18:22:26.752Z | library/libxmlsec1 |
| 152 | 2026-05-29T18:22:26.752Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-29T18:22:26.783Z | |
| 154 | 2026-05-29T18:22:26.783Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-29T18:22:27.455Z | Download: Completed 1.28 MB in 0.67 seconds (1.9M/s) |
| 156 | 2026-05-29T18:22:27.492Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-29T18:22:27.528Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-05-29T18:22:27.535Z | Finalize: Updating package state database ... Done (0.007s) |
| 159 | 2026-05-29T18:22:27.535Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-29T18:22:27.557Z | Finalize: Updating image state ... Done (0.022s) |
| 161 | 2026-05-29T18:22:29.859Z | Finalize: Creating fast lookup database ... Done (2.280s) |
| 162 | 2026-05-29T18:22:29.950Z | Finalize: Reading search index ... Done (0.032s) |
| 163 | 2026-05-29T18:22:29.953Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-29T18:22:30.023Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-29T18:22:30.319Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-29T18:22:30.424Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-29T18:22:30.427Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-29T18:22:30.585Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-29T18:22:30.588Z | Planning: Planning completed in 0.27 seconds |
| 170 | 2026-05-29T18:22:30.608Z | Mediators to change: 2 |
| 171 | 2026-05-29T18:22:30.608Z | Create boot environment: No |
| 172 | 2026-05-29T18:22:30.611Z | Create backup boot environment: No |
| 173 | 2026-05-29T18:22:30.672Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-29T18:22:30.672Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-29T18:22:30.683Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-29T18:22:32.637Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-29T18:22:32.697Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-29T18:22:32.700Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-29T18:22:32.789Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-29T18:22:33.075Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-29T18:22:33.182Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-29T18:22:33.185Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-29T18:22:33.339Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-29T18:22:33.342Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-05-29T18:22:33.362Z | Mediators to change: 1 |
| 186 | 2026-05-29T18:22:33.362Z | Create boot environment: No |
| 187 | 2026-05-29T18:22:33.365Z | Create backup boot environment: No |
| 188 | 2026-05-29T18:22:33.437Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-29T18:22:33.437Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-29T18:22:33.448Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-29T18:22:35.403Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-29T18:22:35.464Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-29T18:22:35.467Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-29T18:22:35.545Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-29T18:22:35.856Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-29T18:22:35.857Z | apache system 2.4 system |
| 197 | 2026-05-29T18:22:35.857Z | clang system 15 system |
| 198 | 2026-05-29T18:22:35.857Z | csh system system illumos |
| 199 | 2026-05-29T18:22:35.857Z | ctags system system illumos |
| 200 | 2026-05-29T18:22:35.857Z | file vendor vendor darwinsys |
| 201 | 2026-05-29T18:22:35.857Z | file system system illumos |
| 202 | 2026-05-29T18:22:35.857Z | gcc vendor 14 vendor |
| 203 | 2026-05-29T18:22:35.857Z | gcc system 13 system |
| 204 | 2026-05-29T18:22:35.857Z | gcc system 10 system |
| 205 | 2026-05-29T18:22:35.857Z | go system 1.25 system |
| 206 | 2026-05-29T18:22:35.857Z | llvm system 15 system |
| 207 | 2026-05-29T18:22:35.857Z | mariadb system 11.4 system |
| 208 | 2026-05-29T18:22:35.857Z | mta vendor vendor dma |
| 209 | 2026-05-29T18:22:35.857Z | openjdk system 17 system |
| 210 | 2026-05-29T18:22:35.857Z | openjdk system 11 system |
| 211 | 2026-05-29T18:22:35.857Z | openssl vendor 3 vendor |
| 212 | 2026-05-29T18:22:35.857Z | perl system 5.40 system |
| 213 | 2026-05-29T18:22:35.857Z | postgresql system 18 system |
| 214 | 2026-05-29T18:22:35.857Z | postgresql system 17 system |
| 215 | 2026-05-29T18:22:35.857Z | python vendor 3 vendor |
| 216 | 2026-05-29T18:22:35.857Z | python system 2 system |
| 217 | 2026-05-29T18:22:35.857Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-29T18:22:35.857Z | ruby system 3.4 system |
| 219 | 2026-05-29T18:22:35.857Z | ruby system 3.0 system |
| 220 | 2026-05-29T18:22:35.857Z | words vendor vendor american-english |
| 221 | 2026-05-29T18:22:35.857Z | words system system australian-english |
| 222 | 2026-05-29T18:22:35.857Z | words system system british-english |
| 223 | 2026-05-29T18:22:35.857Z | words system system canadian-english |
| 224 | 2026-05-29T18:22:35.857Z | words system system french |
| 225 | 2026-05-29T18:22:35.857Z | words system system italian |
| 226 | 2026-05-29T18:22:35.857Z | words system system ngerman |
| 227 | 2026-05-29T18:22:35.857Z | words system system ogerman |
| 228 | 2026-05-29T18:22:35.857Z | words system system spanish |
| 229 | 2026-05-29T18:22:36.109Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-29T18:22:36.109Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-29T18:22:36.389Z | FMRI IFO |
| 232 | 2026-05-29T18:22:36.389Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-29T18:22:36.389Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-29T18:22:36.389Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-29T18:22:36.389Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-29T18:22:36.389Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-29T18:22:36.389Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-29T18:22:36.389Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-29T18:22:36.389Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-29T18:22:36.389Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-29T18:22:36.645Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-29T18:22:36.937Z | Updating crates.io index |
| 243 | 2026-05-29T18:22:36.970Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-29T18:22:37.229Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-29T18:22:38.149Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-29T18:22:38.716Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-29T18:22:39.559Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-29T18:22:40.378Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-29T18:22:41.896Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-29T18:22:42.776Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-29T18:22:43.064Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-29T18:22:44.307Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-29T18:22:44.785Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-29T18:22:45.112Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-29T18:22:45.491Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-29T18:22:46.419Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-29T18:22:46.900Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-05-29T18:22:47.291Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-05-29T18:22:47.634Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-05-29T18:22:47.999Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-05-29T18:22:48.447Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-05-29T18:22:48.772Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-05-29T18:22:49.059Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-05-29T18:22:49.339Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-05-29T18:22:49.752Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-05-29T18:22:50.389Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 267 | 2026-05-29T18:22:50.631Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 268 | 2026-05-29T18:22:51.135Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 269 | 2026-05-29T18:22:51.394Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 270 | 2026-05-29T18:22:51.680Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 271 | 2026-05-29T18:22:52.051Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 272 | 2026-05-29T18:22:53.289Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-05-29T18:22:53.763Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 274 | 2026-05-29T18:22:54.107Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 275 | 2026-05-29T18:22:54.412Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 276 | 2026-05-29T18:22:54.789Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 277 | 2026-05-29T18:22:55.181Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 278 | 2026-05-29T18:22:55.804Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 279 | 2026-05-29T18:22:56.085Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 280 | 2026-05-29T18:22:56.363Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 281 | 2026-05-29T18:22:56.673Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 282 | 2026-05-29T18:22:57.060Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 283 | 2026-05-29T18:23:08.384Z | Downloading crates ... |
| 284 | 2026-05-29T18:23:08.434Z | Downloaded clap_lex v1.0.0 |
| 285 | 2026-05-29T18:23:08.439Z | Downloaded camino v1.2.2 |
| 286 | 2026-05-29T18:23:08.442Z | Downloaded block-buffer v0.10.4 |
| 287 | 2026-05-29T18:23:08.442Z | Downloaded equivalent v1.0.2 |
| 288 | 2026-05-29T18:23:08.450Z | Downloaded zerofrom v0.1.6 |
| 289 | 2026-05-29T18:23:08.452Z | Downloaded cfg-if v1.0.4 |
| 290 | 2026-05-29T18:23:08.452Z | Downloaded terminal_size v0.4.3 |
| 291 | 2026-05-29T18:23:08.455Z | Downloaded zerovec-derive v0.11.2 |
| 292 | 2026-05-29T18:23:08.455Z | Downloaded plain v0.2.3 |
| 293 | 2026-05-29T18:23:08.455Z | Downloaded anstyle-parse v0.2.7 |
| 294 | 2026-05-29T18:23:08.455Z | Downloaded colorchoice v1.0.4 |
| 295 | 2026-05-29T18:23:08.458Z | Downloaded cargo-platform v0.2.0 |
| 296 | 2026-05-29T18:23:08.458Z | Downloaded version_check v0.9.5 |
| 297 | 2026-05-29T18:23:08.458Z | Downloaded cpufeatures v0.2.17 |
| 298 | 2026-05-29T18:23:08.462Z | Downloaded cargo_toml v0.21.0 |
| 299 | 2026-05-29T18:23:08.462Z | Downloaded camino-tempfile v1.4.1 |
| 300 | 2026-05-29T18:23:08.464Z | Downloaded bytecount v0.6.9 |
| 301 | 2026-05-29T18:23:08.468Z | Downloaded anstream v0.6.21 |
| 302 | 2026-05-29T18:23:08.468Z | Downloaded unicode-linebreak v0.1.5 |
| 303 | 2026-05-29T18:23:08.468Z | Downloaded utf8parse v0.2.2 |
| 304 | 2026-05-29T18:23:08.468Z | Downloaded clap v4.5.60 |
| 305 | 2026-05-29T18:23:08.472Z | Downloaded yoke-derive v0.8.1 |
| 306 | 2026-05-29T18:23:08.475Z | Downloaded zerocopy-derive v0.7.35 |
| 307 | 2026-05-29T18:23:08.477Z | Downloaded usdt-macro v0.5.0 |
| 308 | 2026-05-29T18:23:08.477Z | Downloaded zerofrom-derive v0.1.6 |
| 309 | 2026-05-29T18:23:08.477Z | Downloaded utf8_iter v1.0.4 |
| 310 | 2026-05-29T18:23:08.477Z | Downloaded typeid v1.0.3 |
| 311 | 2026-05-29T18:23:08.480Z | Downloaded toml_write v0.1.2 |
| 312 | 2026-05-29T18:23:08.480Z | Downloaded memmap v0.7.0 |
| 313 | 2026-05-29T18:23:08.480Z | Downloaded usdt-attr-macro v0.5.0 |
| 314 | 2026-05-29T18:23:08.480Z | Downloaded thread-id v4.2.2 |
| 315 | 2026-05-29T18:23:08.483Z | Downloaded clap_derive v4.5.55 |
| 316 | 2026-05-29T18:23:08.483Z | Downloaded serde_json v1.0.149 |
| 317 | 2026-05-29T18:23:08.486Z | Downloaded usdt v0.5.0 |
| 318 | 2026-05-29T18:23:08.489Z | Downloaded unicode-xid v0.2.6 |
| 319 | 2026-05-29T18:23:08.489Z | Downloaded cargo_metadata v0.21.0 |
| 320 | 2026-05-29T18:23:08.489Z | Downloaded potential_utf v0.1.4 |
| 321 | 2026-05-29T18:23:08.489Z | Downloaded dof v0.3.0 |
| 322 | 2026-05-29T18:23:08.492Z | Downloaded cargo-util-schemas v0.8.2 |
| 323 | 2026-05-29T18:23:08.492Z | Downloaded toml_datetime v0.6.11 |
| 324 | 2026-05-29T18:23:08.494Z | Downloaded tinystr v0.8.2 |
| 325 | 2026-05-29T18:23:08.497Z | Downloaded thiserror-impl v2.0.18 |
| 326 | 2026-05-29T18:23:08.497Z | Downloaded idna v1.1.0 |
| 327 | 2026-05-29T18:23:08.500Z | Downloaded thiserror v2.0.18 |
| 328 | 2026-05-29T18:23:08.502Z | Downloaded zmij v1.0.21 |
| 329 | 2026-05-29T18:23:08.502Z | Downloaded smawk v0.3.2 |
| 330 | 2026-05-29T18:23:08.502Z | Downloaded yoke v0.8.1 |
| 331 | 2026-05-29T18:23:08.505Z | Downloaded form_urlencoded v1.2.2 |
| 332 | 2026-05-29T18:23:08.505Z | Downloaded fastrand v2.3.0 |
| 333 | 2026-05-29T18:23:08.505Z | Downloaded thiserror v1.0.69 |
| 334 | 2026-05-29T18:23:08.508Z | Downloaded heck v0.5.0 |
| 335 | 2026-05-29T18:23:08.508Z | Downloaded stable_deref_trait v1.2.1 |
| 336 | 2026-05-29T18:23:08.511Z | Downloaded percent-encoding v2.3.2 |
| 337 | 2026-05-29T18:23:08.511Z | Downloaded serde-value v0.7.0 |
| 338 | 2026-05-29T18:23:08.511Z | Downloaded usdt-impl v0.5.0 |
| 339 | 2026-05-29T18:23:08.511Z | Downloaded ucd-trie v0.1.7 |
| 340 | 2026-05-29T18:23:08.513Z | Downloaded toml v0.8.23 |
| 341 | 2026-05-29T18:23:08.513Z | Downloaded thiserror-impl v1.0.69 |
| 342 | 2026-05-29T18:23:08.513Z | Downloaded generic-array v0.14.7 |
| 343 | 2026-05-29T18:23:08.516Z | Downloaded byteorder v1.5.0 |
| 344 | 2026-05-29T18:23:08.516Z | Downloaded tabled_derive v0.7.0 |
| 345 | 2026-05-29T18:23:08.516Z | Downloaded scroll_derive v0.12.1 |
| 346 | 2026-05-29T18:23:08.516Z | Downloaded is_terminal_polyfill v1.70.2 |
| 347 | 2026-05-29T18:23:08.519Z | Downloaded writeable v0.6.2 |
| 348 | 2026-05-29T18:23:08.519Z | Downloaded idna_adapter v1.2.1 |
| 349 | 2026-05-29T18:23:08.519Z | Downloaded fnv v1.0.7 |
| 350 | 2026-05-29T18:23:08.521Z | Downloaded macaddr v1.0.1 |
| 351 | 2026-05-29T18:23:08.522Z | Downloaded serde-untagged v0.1.9 |
| 352 | 2026-05-29T18:23:08.524Z | Downloaded anstyle v1.0.13 |
| 353 | 2026-05-29T18:23:08.524Z | Downloaded proc-macro-error v1.0.4 |
| 354 | 2026-05-29T18:23:08.527Z | Downloaded unicode-ident v1.0.24 |
| 355 | 2026-05-29T18:23:08.527Z | Downloaded textwrap v0.16.2 |
| 356 | 2026-05-29T18:23:08.529Z | Downloaded crypto-common v0.1.7 |
| 357 | 2026-05-29T18:23:08.529Z | Downloaded dtrace-parser v0.2.0 |
| 358 | 2026-05-29T18:23:08.532Z | Downloaded zerotrie v0.2.3 |
| 359 | 2026-05-29T18:23:08.535Z | Downloaded toml_edit v0.22.27 |
| 360 | 2026-05-29T18:23:08.538Z | Downloaded itoa v1.0.17 |
| 361 | 2026-05-29T18:23:08.540Z | Downloaded url v2.5.8 |
| 362 | 2026-05-29T18:23:08.543Z | Downloaded typenum v1.19.0 |
| 363 | 2026-05-29T18:23:08.545Z | Downloaded proc-macro-error-attr v1.0.4 |
| 364 | 2026-05-29T18:23:08.545Z | Downloaded ordered-float v2.10.1 |
| 365 | 2026-05-29T18:23:08.545Z | Downloaded swrite v0.1.0 |
| 366 | 2026-05-29T18:23:08.548Z | Downloaded errno v0.3.14 |
| 367 | 2026-05-29T18:23:08.548Z | Downloaded anstyle-query v1.1.5 |
| 368 | 2026-05-29T18:23:08.556Z | Downloaded zerovec v0.11.5 |
| 369 | 2026-05-29T18:23:08.559Z | Downloaded serde_spanned v0.6.9 |
| 370 | 2026-05-29T18:23:08.565Z | Downloaded scroll v0.12.0 |
| 371 | 2026-05-29T18:23:08.567Z | Downloaded autocfg v1.5.0 |
| 372 | 2026-05-29T18:23:08.567Z | Downloaded zerocopy v0.7.35 |
| 373 | 2026-05-29T18:23:08.575Z | Downloaded winnow v0.7.14 |
| 374 | 2026-05-29T18:23:08.579Z | Downloaded unicode-width v0.1.14 |
| 375 | 2026-05-29T18:23:08.583Z | Downloaded fs-err v3.3.0 |
| 376 | 2026-05-29T18:23:08.586Z | Downloaded displaydoc v0.2.5 |
| 377 | 2026-05-29T18:23:08.586Z | Downloaded synstructure v0.13.2 |
| 378 | 2026-05-29T18:23:08.589Z | Downloaded unicode-width v0.2.0 |
| 379 | 2026-05-29T18:23:08.591Z | Downloaded digest v0.10.7 |
| 380 | 2026-05-29T18:23:08.591Z | Downloaded strsim v0.11.1 |
| 381 | 2026-05-29T18:23:08.591Z | Downloaded serde_tokenstream v0.2.3 |
| 382 | 2026-05-29T18:23:08.594Z | Downloaded quote v1.0.45 |
| 383 | 2026-05-29T18:23:08.594Z | Downloaded pest_derive v2.8.6 |
| 384 | 2026-05-29T18:23:08.597Z | Downloaded heck v0.4.1 |
| 385 | 2026-05-29T18:23:08.597Z | Downloaded pretty-hex v0.4.1 |
| 386 | 2026-05-29T18:23:08.599Z | Downloaded sha2 v0.10.9 |
| 387 | 2026-05-29T18:23:08.609Z | Downloaded once_cell v1.21.3 |
| 388 | 2026-05-29T18:23:08.612Z | Downloaded num-traits v0.2.19 |
| 389 | 2026-05-29T18:23:08.615Z | Downloaded smallvec v1.15.1 |
| 390 | 2026-05-29T18:23:08.622Z | Downloaded erased-serde v0.4.9 |
| 391 | 2026-05-29T18:23:08.624Z | Downloaded litemap v0.8.1 |
| 392 | 2026-05-29T18:23:08.631Z | Downloaded semver v1.0.28 |
| 393 | 2026-05-29T18:23:08.634Z | Downloaded pest_generator v2.8.6 |
| 394 | 2026-05-29T18:23:08.638Z | Downloaded proc-macro2 v1.0.106 |
| 395 | 2026-05-29T18:23:08.641Z | Downloaded tempfile v3.25.0 |
| 396 | 2026-05-29T18:23:08.643Z | Downloaded pest_meta v2.8.6 |
| 397 | 2026-05-29T18:23:08.643Z | Downloaded anyhow v1.0.102 |
| 398 | 2026-05-29T18:23:08.646Z | Downloaded bitflags v2.11.0 |
| 399 | 2026-05-29T18:23:08.649Z | Downloaded icu_provider v2.1.1 |
| 400 | 2026-05-29T18:23:08.652Z | Downloaded serde_core v1.0.228 |
| 401 | 2026-05-29T18:23:08.654Z | Downloaded log v0.4.29 |
| 402 | 2026-05-29T18:23:08.656Z | Downloaded icu_properties v2.1.2 |
| 403 | 2026-05-29T18:23:08.659Z | Downloaded icu_locale_core v2.1.1 |
| 404 | 2026-05-29T18:23:08.662Z | Downloaded getrandom v0.4.1 |
| 405 | 2026-05-29T18:23:08.665Z | Downloaded papergrid v0.11.0 |
| 406 | 2026-05-29T18:23:08.668Z | Downloaded icu_normalizer_data v2.1.1 |
| 407 | 2026-05-29T18:23:08.672Z | Downloaded icu_normalizer v2.1.1 |
| 408 | 2026-05-29T18:23:08.675Z | Downloaded serde v1.0.228 |
| 409 | 2026-05-29T18:23:08.679Z | Downloaded serde_derive v1.0.228 |
| 410 | 2026-05-29T18:23:08.681Z | Downloaded memchr v2.8.0 |
| 411 | 2026-05-29T18:23:08.684Z | Downloaded icu_collections v2.1.1 |
| 412 | 2026-05-29T18:23:08.686Z | Downloaded clap_builder v4.5.60 |
| 413 | 2026-05-29T18:23:08.703Z | Downloaded indexmap v2.14.0 |
| 414 | 2026-05-29T18:23:08.713Z | Downloaded pest v2.8.6 |
| 415 | 2026-05-29T18:23:08.720Z | Downloaded icu_properties_data v2.1.2 |
| 416 | 2026-05-29T18:23:08.725Z | Downloaded hashbrown v0.17.0 |
| 417 | 2026-05-29T18:23:08.729Z | Downloaded goblin v0.8.2 |
| 418 | 2026-05-29T18:23:08.739Z | Downloaded tabled v0.15.0 |
| 419 | 2026-05-29T18:23:08.753Z | Downloaded syn v2.0.117 |
| 420 | 2026-05-29T18:23:08.759Z | Downloaded syn v1.0.109 |
| 421 | 2026-05-29T18:23:08.774Z | Downloaded rustix v1.1.3 |
| 422 | 2026-05-29T18:23:08.794Z | Downloaded libc v0.2.185 |
| 423 | 2026-05-29T18:23:08.862Z | Compiling proc-macro2 v1.0.106 |
| 424 | 2026-05-29T18:23:08.862Z | Compiling unicode-ident v1.0.24 |
| 425 | 2026-05-29T18:23:08.865Z | Compiling quote v1.0.45 |
| 426 | 2026-05-29T18:23:08.865Z | Compiling serde_core v1.0.228 |
| 427 | 2026-05-29T18:23:08.865Z | Compiling libc v0.2.185 |
| 428 | 2026-05-29T18:23:08.865Z | Compiling version_check v0.9.5 |
| 429 | 2026-05-29T18:23:08.865Z | Compiling stable_deref_trait v1.2.1 |
| 430 | 2026-05-29T18:23:08.865Z | Compiling memchr v2.8.0 |
| 431 | 2026-05-29T18:23:09.153Z | Compiling serde v1.0.228 |
| 432 | 2026-05-29T18:23:09.192Z | Compiling zmij v1.0.21 |
| 433 | 2026-05-29T18:23:09.554Z | Compiling autocfg v1.5.0 |
| 434 | 2026-05-29T18:23:09.584Z | Compiling itoa v1.0.17 |
| 435 | 2026-05-29T18:23:09.705Z | Compiling ucd-trie v0.1.7 |
| 436 | 2026-05-29T18:23:09.740Z | Compiling thiserror v1.0.69 |
| 437 | 2026-05-29T18:23:09.810Z | Compiling writeable v0.6.2 |
| 438 | 2026-05-29T18:23:09.827Z | Compiling litemap v0.8.1 |
| 439 | 2026-05-29T18:23:09.951Z | Compiling pest v2.8.6 |
| 440 | 2026-05-29T18:23:09.996Z | Compiling byteorder v1.5.0 |
| 441 | 2026-05-29T18:23:10.013Z | Compiling rustix v1.1.3 |
| 442 | 2026-05-29T18:23:10.045Z | Compiling icu_normalizer_data v2.1.1 |
| 443 | 2026-05-29T18:23:10.234Z | Compiling icu_properties_data v2.1.2 |
| 444 | 2026-05-29T18:23:10.422Z | Compiling syn v2.0.117 |
| 445 | 2026-05-29T18:23:10.559Z | Compiling errno v0.3.14 |
| 446 | 2026-05-29T18:23:10.590Z | Compiling serde_json v1.0.149 |
| 447 | 2026-05-29T18:23:10.623Z | Compiling bitflags v2.11.0 |
| 448 | 2026-05-29T18:23:10.725Z | Compiling num-traits v0.2.19 |
| 449 | 2026-05-29T18:23:10.867Z | Compiling equivalent v1.0.2 |
| 450 | 2026-05-29T18:23:10.963Z | Compiling hashbrown v0.17.0 |
| 451 | 2026-05-29T18:23:10.966Z | Compiling smallvec v1.15.1 |
| 452 | 2026-05-29T18:23:11.047Z | Compiling pest_meta v2.8.6 |
| 453 | 2026-05-29T18:23:11.184Z | Compiling typeid v1.0.3 |
| 454 | 2026-05-29T18:23:11.477Z | Compiling indexmap v2.14.0 |
| 455 | 2026-05-29T18:23:11.499Z | Compiling thread-id v4.2.2 |
| 456 | 2026-05-29T18:23:11.518Z | Compiling proc-macro-error-attr v1.0.4 |
| 457 | 2026-05-29T18:23:11.522Z | Compiling usdt-impl v0.5.0 |
| 458 | 2026-05-29T18:23:11.588Z | Compiling syn v1.0.109 |
| 459 | 2026-05-29T18:23:11.751Z | Compiling winnow v0.7.14 |
| 460 | 2026-05-29T18:23:11.864Z | Compiling toml_write v0.1.2 |
| 461 | 2026-05-29T18:23:11.901Z | Compiling erased-serde v0.4.9 |
| 462 | 2026-05-29T18:23:12.224Z | Compiling proc-macro-error v1.0.4 |
| 463 | 2026-05-29T18:23:12.241Z | Compiling plain v0.2.3 |
| 464 | 2026-05-29T18:23:12.371Z | Compiling utf8_iter v1.0.4 |
| 465 | 2026-05-29T18:23:12.433Z | Compiling getrandom v0.4.1 |
| 466 | 2026-05-29T18:23:12.528Z | Compiling thiserror v2.0.18 |
| 467 | 2026-05-29T18:23:12.699Z | Compiling log v0.4.29 |
| 468 | 2026-05-29T18:23:12.757Z | Compiling percent-encoding v2.3.2 |
| 469 | 2026-05-29T18:23:12.779Z | Compiling utf8parse v0.2.2 |
| 470 | 2026-05-29T18:23:12.782Z | Compiling camino v1.2.2 |
| 471 | 2026-05-29T18:23:12.883Z | Compiling anstyle-parse v0.2.7 |
| 472 | 2026-05-29T18:23:12.899Z | Compiling form_urlencoded v1.2.2 |
| 473 | 2026-05-29T18:23:12.973Z | Compiling ordered-float v2.10.1 |
| 474 | 2026-05-29T18:23:13.072Z | Compiling synstructure v0.13.2 |
| 475 | 2026-05-29T18:23:13.091Z | Compiling pest_generator v2.8.6 |
| 476 | 2026-05-29T18:23:13.231Z | Compiling terminal_size v0.4.3 |
| 477 | 2026-05-29T18:23:13.373Z | Compiling anstyle-query v1.1.5 |
| 478 | 2026-05-29T18:23:13.463Z | Compiling cfg-if v1.0.4 |
| 479 | 2026-05-29T18:23:13.490Z | Compiling colorchoice v1.0.4 |
| 480 | 2026-05-29T18:23:13.543Z | Compiling anstyle v1.0.13 |
| 481 | 2026-05-29T18:23:13.589Z | Compiling pretty-hex v0.4.1 |
| 482 | 2026-05-29T18:23:13.612Z | Compiling is_terminal_polyfill v1.70.2 |
| 483 | 2026-05-29T18:23:13.633Z | Compiling serde-untagged v0.1.9 |
| 484 | 2026-05-29T18:23:13.713Z | Compiling anstream v0.6.21 |
| 485 | 2026-05-29T18:23:13.802Z | Compiling semver v1.0.28 |
| 486 | 2026-05-29T18:23:13.849Z | Compiling fs-err v3.3.0 |
| 487 | 2026-05-29T18:23:13.874Z | Compiling fnv v1.0.7 |
| 488 | 2026-05-29T18:23:13.984Z | Compiling fastrand v2.3.0 |
| 489 | 2026-05-29T18:23:14.019Z | Compiling once_cell v1.21.3 |
| 490 | 2026-05-29T18:23:14.040Z | Compiling unicode-width v0.1.14 |
| 491 | 2026-05-29T18:23:14.130Z | Compiling strsim v0.11.1 |
| 492 | 2026-05-29T18:23:14.151Z | Compiling heck v0.5.0 |
| 493 | 2026-05-29T18:23:14.240Z | Compiling bytecount v0.6.9 |
| 494 | 2026-05-29T18:23:14.258Z | Compiling clap_lex v1.0.0 |
| 495 | 2026-05-29T18:23:14.380Z | Compiling heck v0.4.1 |
| 496 | 2026-05-29T18:23:14.397Z | Compiling unicode-xid v0.2.6 |
| 497 | 2026-05-29T18:23:14.479Z | Compiling anyhow v1.0.102 |
| 498 | 2026-05-29T18:23:14.497Z | Compiling clap_builder v4.5.60 |
| 499 | 2026-05-29T18:23:14.522Z | Compiling papergrid v0.11.0 |
| 500 | 2026-05-29T18:23:14.608Z | Compiling tempfile v3.25.0 |
| 501 | 2026-05-29T18:23:14.732Z | Compiling memmap v0.7.0 |
| 502 | 2026-05-29T18:23:14.763Z | Compiling serde_derive v1.0.228 |
| 503 | 2026-05-29T18:23:14.786Z | Compiling zerofrom-derive v0.1.6 |
| 504 | 2026-05-29T18:23:14.915Z | Compiling yoke-derive v0.8.1 |
| 505 | 2026-05-29T18:23:14.978Z | Compiling zerovec-derive v0.11.2 |
| 506 | 2026-05-29T18:23:15.239Z | Compiling displaydoc v0.2.5 |
| 507 | 2026-05-29T18:23:16.004Z | Compiling thiserror-impl v1.0.69 |
| 508 | 2026-05-29T18:23:16.055Z | Compiling zerocopy-derive v0.7.35 |
| 509 | 2026-05-29T18:23:16.124Z | Compiling pest_derive v2.8.6 |
| 510 | 2026-05-29T18:23:16.142Z | Compiling scroll_derive v0.12.1 |
| 511 | 2026-05-29T18:23:16.170Z | Compiling zerofrom v0.1.6 |
| 512 | 2026-05-29T18:23:16.304Z | Compiling yoke v0.8.1 |
| 513 | 2026-05-29T18:23:16.504Z | Compiling zerovec v0.11.5 |
| 514 | 2026-05-29T18:23:16.552Z | Compiling zerotrie v0.2.3 |
| 515 | 2026-05-29T18:23:16.808Z | Compiling scroll v0.12.0 |
| 516 | 2026-05-29T18:23:16.861Z | Compiling thiserror-impl v2.0.18 |
| 517 | 2026-05-29T18:23:16.916Z | Compiling zerocopy v0.7.35 |
| 518 | 2026-05-29T18:23:17.020Z | Compiling tinystr v0.8.2 |
| 519 | 2026-05-29T18:23:17.081Z | Compiling potential_utf v0.1.4 |
| 520 | 2026-05-29T18:23:17.232Z | Compiling icu_locale_core v2.1.1 |
| 521 | 2026-05-29T18:23:17.257Z | Compiling icu_collections v2.1.1 |
| 522 | 2026-05-29T18:23:17.387Z | Compiling dtrace-parser v0.2.0 |
| 523 | 2026-05-29T18:23:17.468Z | Compiling goblin v0.8.2 |
| 524 | 2026-05-29T18:23:17.586Z | Compiling tabled_derive v0.7.0 |
| 525 | 2026-05-29T18:23:18.031Z | Compiling icu_provider v2.1.1 |
| 526 | 2026-05-29T18:23:18.125Z | Compiling clap_derive v4.5.55 |
| 527 | 2026-05-29T18:23:18.134Z | Compiling smawk v0.3.2 |
| 528 | 2026-05-29T18:23:18.200Z | Compiling serde_spanned v0.6.9 |
| 529 | 2026-05-29T18:23:18.259Z | Compiling toml_datetime v0.6.11 |
| 530 | 2026-05-29T18:23:18.277Z | Compiling icu_properties v2.1.2 |
| 531 | 2026-05-29T18:23:18.277Z | Compiling icu_normalizer v2.1.1 |
| 532 | 2026-05-29T18:23:18.360Z | Compiling dof v0.3.0 |
| 533 | 2026-05-29T18:23:18.387Z | Compiling serde_tokenstream v0.2.3 |
| 534 | 2026-05-29T18:23:18.495Z | Compiling toml_edit v0.22.27 |
| 535 | 2026-05-29T18:23:18.712Z | Compiling serde-value v0.7.0 |
| 536 | 2026-05-29T18:23:18.764Z | Compiling cargo-platform v0.2.0 |
| 537 | 2026-05-29T18:23:18.848Z | Compiling unicode-width v0.2.0 |
| 538 | 2026-05-29T18:23:19.034Z | Compiling unicode-linebreak v0.1.5 |
| 539 | 2026-05-29T18:23:19.065Z | Compiling tabled v0.15.0 |
| 540 | 2026-05-29T18:23:19.133Z | Compiling macaddr v1.0.1 |
| 541 | 2026-05-29T18:23:19.271Z | Compiling idna_adapter v1.2.1 |
| 542 | 2026-05-29T18:23:19.291Z | Compiling usdt-macro v0.5.0 |
| 543 | 2026-05-29T18:23:19.355Z | Compiling usdt-attr-macro v0.5.0 |
| 544 | 2026-05-29T18:23:19.415Z | Compiling idna v1.1.0 |
| 545 | 2026-05-29T18:23:19.434Z | Compiling textwrap v0.16.2 |
| 546 | 2026-05-29T18:23:19.880Z | Compiling toml v0.8.23 |
| 547 | 2026-05-29T18:23:19.907Z | Compiling url v2.5.8 |
| 548 | 2026-05-29T18:23:20.022Z | Compiling clap v4.5.60 |
| 549 | 2026-05-29T18:23:20.112Z | Compiling camino-tempfile v1.4.1 |
| 550 | 2026-05-29T18:23:20.351Z | Compiling cargo-util-schemas v0.8.2 |
| 551 | 2026-05-29T18:23:20.574Z | Compiling cargo_toml v0.21.0 |
| 552 | 2026-05-29T18:23:20.725Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 553 | 2026-05-29T18:23:20.981Z | Compiling usdt v0.5.0 |
| 554 | 2026-05-29T18:23:20.984Z | Compiling swrite v0.1.0 |
| 555 | 2026-05-29T18:23:21.403Z | Compiling cargo_metadata v0.21.0 |
| 556 | 2026-05-29T18:23:22.330Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 557 | 2026-05-29T18:23:24.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.93s |
| 558 | 2026-05-29T18:23:24.648Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 559 | 2026-05-29T18:23:25.210Z | Downloading crates ... |
| 560 | 2026-05-29T18:23:25.297Z | Downloaded array-init v0.0.4 |
| 561 | 2026-05-29T18:23:25.301Z | Downloaded adler2 v2.0.1 |
| 562 | 2026-05-29T18:23:25.303Z | Downloaded argon2 v0.5.3 |
| 563 | 2026-05-29T18:23:25.306Z | Downloaded arrayref v0.3.9 |
| 564 | 2026-05-29T18:23:25.306Z | Downloaded const_format_proc_macros v0.2.34 |
| 565 | 2026-05-29T18:23:25.314Z | Downloaded base16ct v0.2.0 |
| 566 | 2026-05-29T18:23:25.317Z | Downloaded bb8 v0.8.6 |
| 567 | 2026-05-29T18:23:25.320Z | Downloaded base64ct v1.8.3 |
| 568 | 2026-05-29T18:23:25.322Z | Downloaded critical-section v1.2.0 |
| 569 | 2026-05-29T18:23:25.323Z | Downloaded bit-set v0.5.3 |
| 570 | 2026-05-29T18:23:25.325Z | Downloaded buf-list v1.1.2 |
| 571 | 2026-05-29T18:23:25.325Z | Downloaded atomicwrites v0.4.4 |
| 572 | 2026-05-29T18:23:25.327Z | Downloaded cfg_aliases v0.2.1 |
| 573 | 2026-05-29T18:23:25.327Z | Downloaded bit-set v0.8.0 |
| 574 | 2026-05-29T18:23:25.330Z | Downloaded display-error-chain v0.2.2 |
| 575 | 2026-05-29T18:23:25.330Z | Downloaded async-stream v0.3.6 |
| 576 | 2026-05-29T18:23:25.332Z | Downloaded darling_core v0.13.4 |
| 577 | 2026-05-29T18:23:25.335Z | Downloaded crunchy v0.2.4 |
| 578 | 2026-05-29T18:23:25.335Z | Downloaded block-padding v0.3.3 |
| 579 | 2026-05-29T18:23:25.335Z | Downloaded find-msvc-tools v0.1.9 |
| 580 | 2026-05-29T18:23:25.338Z | Downloaded darling_macro v0.23.0 |
| 581 | 2026-05-29T18:23:25.338Z | Downloaded crossbeam-utils v0.8.21 |
| 582 | 2026-05-29T18:23:25.340Z | Downloaded atty v0.2.14 |
| 583 | 2026-05-29T18:23:25.343Z | Downloaded async-trait v0.1.89 |
| 584 | 2026-05-29T18:23:25.345Z | Downloaded darling_macro v0.20.11 |
| 585 | 2026-05-29T18:23:25.345Z | Downloaded backoff v0.4.0 |
| 586 | 2026-05-29T18:23:25.352Z | Downloaded crc-catalog v2.4.0 |
| 587 | 2026-05-29T18:23:25.355Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 588 | 2026-05-29T18:23:25.355Z | Downloaded darling_macro v0.21.3 |
| 589 | 2026-05-29T18:23:25.355Z | Downloaded bzip2 v0.4.4 |
| 590 | 2026-05-29T18:23:25.358Z | Downloaded blake2 v0.10.6 |
| 591 | 2026-05-29T18:23:25.358Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 592 | 2026-05-29T18:23:25.358Z | Downloaded bit-vec v0.8.0 |
| 593 | 2026-05-29T18:23:25.361Z | Downloaded dirs-sys-next v0.1.2 |
| 594 | 2026-05-29T18:23:25.361Z | Downloaded ciborium-ll v0.2.2 |
| 595 | 2026-05-29T18:23:25.361Z | Downloaded darling v0.13.4 |
| 596 | 2026-05-29T18:23:25.364Z | Downloaded darling v0.20.11 |
| 597 | 2026-05-29T18:23:25.366Z | Downloaded cargo-platform v0.3.2 |
| 598 | 2026-05-29T18:23:25.366Z | Downloaded ascii-canvas v3.0.0 |
| 599 | 2026-05-29T18:23:25.369Z | Downloaded ctr v0.9.2 |
| 600 | 2026-05-29T18:23:25.369Z | Downloaded async-stream-impl v0.3.6 |
| 601 | 2026-05-29T18:23:25.369Z | Downloaded cstr-argument v0.1.2 |
| 602 | 2026-05-29T18:23:25.372Z | Downloaded console v0.16.2 |
| 603 | 2026-05-29T18:23:25.372Z | Downloaded env_filter v1.0.0 |
| 604 | 2026-05-29T18:23:25.374Z | Downloaded dirs-next v2.0.0 |
| 605 | 2026-05-29T18:23:25.374Z | Downloaded darling_macro v0.13.4 |
| 606 | 2026-05-29T18:23:25.374Z | Downloaded crucible-workspace-hack v0.1.0 |
| 607 | 2026-05-29T18:23:25.374Z | Downloaded cookie_store v0.22.1 |
| 608 | 2026-05-29T18:23:25.377Z | Downloaded async-recursion v1.1.1 |
| 609 | 2026-05-29T18:23:25.380Z | Downloaded assert_matches v1.5.0 |
| 610 | 2026-05-29T18:23:25.380Z | Downloaded defmt-parser v1.0.0 |
| 611 | 2026-05-29T18:23:25.380Z | Downloaded crossbeam-epoch v0.9.18 |
| 612 | 2026-05-29T18:23:25.383Z | Downloaded bitfield-macros v0.19.4 |
| 613 | 2026-05-29T18:23:25.386Z | Downloaded atomic-waker v1.1.2 |
| 614 | 2026-05-29T18:23:25.389Z | Downloaded compression-core v0.4.31 |
| 615 | 2026-05-29T18:23:25.389Z | Downloaded ciborium-io v0.2.2 |
| 616 | 2026-05-29T18:23:25.391Z | Downloaded document-features v0.2.12 |
| 617 | 2026-05-29T18:23:25.394Z | Downloaded daft v0.1.7 |
| 618 | 2026-05-29T18:23:25.396Z | Downloaded cobs v0.3.0 |
| 619 | 2026-05-29T18:23:25.397Z | Downloaded data-encoding v2.10.0 |
| 620 | 2026-05-29T18:23:25.397Z | Downloaded convert_case v0.4.0 |
| 621 | 2026-05-29T18:23:25.399Z | Downloaded cfg_aliases v0.1.1 |
| 622 | 2026-05-29T18:23:25.402Z | Downloaded difflib v0.4.0 |
| 623 | 2026-05-29T18:23:25.404Z | Downloaded debug-ignore v1.0.5 |
| 624 | 2026-05-29T18:23:25.410Z | Downloaded compression-codecs v0.4.37 |
| 625 | 2026-05-29T18:23:25.413Z | Downloaded flagset v0.4.7 |
| 626 | 2026-05-29T18:23:25.415Z | Downloaded endian-type v0.1.2 |
| 627 | 2026-05-29T18:23:25.415Z | Downloaded dtrace-parser v0.3.0 |
| 628 | 2026-05-29T18:23:25.415Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 629 | 2026-05-29T18:23:25.415Z | Downloaded derive_builder_macro v0.20.2 |
| 630 | 2026-05-29T18:23:25.418Z | Downloaded dunce v1.0.5 |
| 631 | 2026-05-29T18:23:25.421Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 632 | 2026-05-29T18:23:25.421Z | Downloaded darling_core v0.23.0 |
| 633 | 2026-05-29T18:23:25.424Z | Downloaded castaway v0.2.4 |
| 634 | 2026-05-29T18:23:25.427Z | Downloaded foreign-types-shared v0.3.1 |
| 635 | 2026-05-29T18:23:25.427Z | Downloaded foreign-types v0.3.2 |
| 636 | 2026-05-29T18:23:25.427Z | Downloaded crc v3.4.0 |
| 637 | 2026-05-29T18:23:25.429Z | Downloaded aead v0.5.2 |
| 638 | 2026-05-29T18:23:25.429Z | Downloaded crc8 v0.1.1 |
| 639 | 2026-05-29T18:23:25.432Z | Downloaded foreign-types v0.5.0 |
| 640 | 2026-05-29T18:23:25.434Z | Downloaded foreign-types-shared v0.1.1 |
| 641 | 2026-05-29T18:23:25.434Z | Downloaded foreign-types-macros v0.2.3 |
| 642 | 2026-05-29T18:23:25.437Z | Downloaded float-ord v0.3.2 |
| 643 | 2026-05-29T18:23:25.440Z | Downloaded dsl_auto_type v0.2.0 |
| 644 | 2026-05-29T18:23:25.440Z | Downloaded gethostname v0.5.0 |
| 645 | 2026-05-29T18:23:25.440Z | Downloaded futures-io v0.3.32 |
| 646 | 2026-05-29T18:23:25.442Z | Downloaded embedded-io v0.4.0 |
| 647 | 2026-05-29T18:23:25.442Z | Downloaded futures-core v0.3.32 |
| 648 | 2026-05-29T18:23:25.442Z | Downloaded dyn-clone v1.0.20 |
| 649 | 2026-05-29T18:23:25.445Z | Downloaded futures-macro v0.3.32 |
| 650 | 2026-05-29T18:23:25.445Z | Downloaded fixedbitset v0.4.2 |
| 651 | 2026-05-29T18:23:25.448Z | Downloaded embedded-io v0.6.1 |
| 652 | 2026-05-29T18:23:25.448Z | Downloaded git-stub v1.0.0 |
| 653 | 2026-05-29T18:23:25.448Z | Downloaded fxhash v0.2.1 |
| 654 | 2026-05-29T18:23:25.448Z | Downloaded backon v1.6.0 |
| 655 | 2026-05-29T18:23:25.450Z | Downloaded dof v0.4.0 |
| 656 | 2026-05-29T18:23:25.451Z | Downloaded futures-task v0.3.32 |
| 657 | 2026-05-29T18:23:25.453Z | Downloaded futures-sink v0.3.32 |
| 658 | 2026-05-29T18:23:25.453Z | Downloaded bcs v0.1.6 |
| 659 | 2026-05-29T18:23:25.453Z | Downloaded cbc v0.1.2 |
| 660 | 2026-05-29T18:23:25.460Z | Downloaded derive-ex v0.1.8 |
| 661 | 2026-05-29T18:23:25.460Z | Downloaded csv-core v0.1.13 |
| 662 | 2026-05-29T18:23:25.462Z | Downloaded byte-wrapper v0.1.0 |
| 663 | 2026-05-29T18:23:25.462Z | Downloaded derive_builder_core v0.20.2 |
| 664 | 2026-05-29T18:23:25.462Z | Downloaded camino-tempfile-ext v0.3.3 |
| 665 | 2026-05-29T18:23:25.462Z | Downloaded bit-vec v0.6.3 |
| 666 | 2026-05-29T18:23:25.462Z | Downloaded der_derive v0.7.3 |
| 667 | 2026-05-29T18:23:25.462Z | Downloaded fs_extra v1.3.0 |
| 668 | 2026-05-29T18:23:25.465Z | Downloaded darling_core v0.20.11 |
| 669 | 2026-05-29T18:23:25.468Z | Downloaded float-cmp v0.10.0 |
| 670 | 2026-05-29T18:23:25.468Z | Downloaded cassowary v0.3.0 |
| 671 | 2026-05-29T18:23:25.471Z | Downloaded hash32 v0.3.1 |
| 672 | 2026-05-29T18:23:25.471Z | Downloaded darling v0.23.0 |
| 673 | 2026-05-29T18:23:25.474Z | Downloaded headers-core v0.3.0 |
| 674 | 2026-05-29T18:23:25.474Z | Downloaded hash32 v0.2.1 |
| 675 | 2026-05-29T18:23:25.474Z | Downloaded cipher v0.4.4 |
| 676 | 2026-05-29T18:23:25.476Z | Downloaded ghash v0.5.1 |
| 677 | 2026-05-29T18:23:25.476Z | Downloaded clang-sys v1.8.1 |
| 678 | 2026-05-29T18:23:25.479Z | Downloaded chacha20 v0.10.0 |
| 679 | 2026-05-29T18:23:25.479Z | Downloaded cargo_metadata v0.23.1 |
| 680 | 2026-05-29T18:23:25.481Z | Downloaded blowfish v0.9.1 |
| 681 | 2026-05-29T18:23:25.481Z | Downloaded globwalk v0.9.1 |
| 682 | 2026-05-29T18:23:25.481Z | Downloaded fd-lock v4.0.4 |
| 683 | 2026-05-29T18:23:25.484Z | Downloaded arrayvec v0.7.6 |
| 684 | 2026-05-29T18:23:25.487Z | Downloaded funty v2.0.0 |
| 685 | 2026-05-29T18:23:25.487Z | Downloaded downcast-rs v2.0.2 |
| 686 | 2026-05-29T18:23:25.487Z | Downloaded home v0.5.12 |
| 687 | 2026-05-29T18:23:25.490Z | Downloaded daft-derive v0.1.7 |
| 688 | 2026-05-29T18:23:25.494Z | Downloaded http-body v1.0.1 |
| 689 | 2026-05-29T18:23:25.496Z | Downloaded hostname v0.3.1 |
| 690 | 2026-05-29T18:23:25.496Z | Downloaded fallible-iterator v0.2.0 |
| 691 | 2026-05-29T18:23:25.499Z | Downloaded hex-literal v0.4.1 |
| 692 | 2026-05-29T18:23:25.499Z | Downloaded hex v0.4.3 |
| 693 | 2026-05-29T18:23:25.502Z | Downloaded corncobs v0.1.4 |
| 694 | 2026-05-29T18:23:25.502Z | Downloaded deranged v0.5.8 |
| 695 | 2026-05-29T18:23:25.504Z | Downloaded defmt v0.3.100 |
| 696 | 2026-05-29T18:23:25.504Z | Downloaded crossbeam-deque v0.8.6 |
| 697 | 2026-05-29T18:23:25.504Z | Downloaded cmake v0.1.57 |
| 698 | 2026-05-29T18:23:25.507Z | Downloaded http-range v0.1.5 |
| 699 | 2026-05-29T18:23:25.507Z | Downloaded futures-executor v0.3.32 |
| 700 | 2026-05-29T18:23:25.507Z | Downloaded fs-err v2.11.0 |
| 701 | 2026-05-29T18:23:25.510Z | Downloaded bitflags v1.3.2 |
| 702 | 2026-05-29T18:23:25.514Z | Downloaded hubpack_derive v0.1.1 |
| 703 | 2026-05-29T18:23:25.514Z | Downloaded group v0.13.0 |
| 704 | 2026-05-29T18:23:25.514Z | Downloaded fixedbitset v0.5.7 |
| 705 | 2026-05-29T18:23:25.517Z | Downloaded enum-as-inner v0.6.1 |
| 706 | 2026-05-29T18:23:25.517Z | Downloaded either v1.15.0 |
| 707 | 2026-05-29T18:23:25.517Z | Downloaded diesel-dtrace v0.5.0 |
| 708 | 2026-05-29T18:23:25.519Z | Downloaded constant_time_eq v0.4.2 |
| 709 | 2026-05-29T18:23:25.519Z | Downloaded console v0.15.11 |
| 710 | 2026-05-29T18:23:25.522Z | Downloaded hostname v0.4.2 |
| 711 | 2026-05-29T18:23:25.522Z | Downloaded ff v0.13.1 |
| 712 | 2026-05-29T18:23:25.525Z | Downloaded glob v0.3.3 |
| 713 | 2026-05-29T18:23:25.525Z | Downloaded foldhash v0.2.0 |
| 714 | 2026-05-29T18:23:25.529Z | Downloaded colored v2.2.0 |
| 715 | 2026-05-29T18:23:25.529Z | Downloaded async-bb8-diesel v0.2.1 |
| 716 | 2026-05-29T18:23:25.531Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 717 | 2026-05-29T18:23:25.531Z | Downloaded indent_write v2.2.0 |
| 718 | 2026-05-29T18:23:25.534Z | Downloaded bumpalo v3.20.2 |
| 719 | 2026-05-29T18:23:25.534Z | Downloaded hyper-tls v0.6.0 |
| 720 | 2026-05-29T18:23:25.536Z | Downloaded hubpack v0.1.2 |
| 721 | 2026-05-29T18:23:25.536Z | Downloaded ident_case v1.0.1 |
| 722 | 2026-05-29T18:23:25.536Z | Downloaded illumos-nvpair v0.3.0 |
| 723 | 2026-05-29T18:23:25.536Z | Downloaded httpdate v1.0.3 |
| 724 | 2026-05-29T18:23:25.539Z | Downloaded crypto-bigint v0.5.5 |
| 725 | 2026-05-29T18:23:25.542Z | Downloaded env_logger v0.11.9 |
| 726 | 2026-05-29T18:23:25.546Z | Downloaded defmt v1.0.1 |
| 727 | 2026-05-29T18:23:25.550Z | Downloaded indoc v1.0.9 |
| 728 | 2026-05-29T18:23:25.550Z | Downloaded instability v0.3.11 |
| 729 | 2026-05-29T18:23:25.550Z | Downloaded globset v0.4.18 |
| 730 | 2026-05-29T18:23:25.552Z | Downloaded git-stub-vcs v0.1.0 |
| 731 | 2026-05-29T18:23:25.553Z | Downloaded internet-checksum v0.2.1 |
| 732 | 2026-05-29T18:23:25.553Z | Downloaded inout v0.1.4 |
| 733 | 2026-05-29T18:23:25.553Z | Downloaded foldhash v0.1.5 |
| 734 | 2026-05-29T18:23:25.553Z | Downloaded cpufeatures v0.3.0 |
| 735 | 2026-05-29T18:23:25.555Z | Downloaded kstat-rs v0.2.4 |
| 736 | 2026-05-29T18:23:25.555Z | Downloaded chacha20 v0.9.1 |
| 737 | 2026-05-29T18:23:25.558Z | Downloaded derive_builder v0.20.2 |
| 738 | 2026-05-29T18:23:25.560Z | Downloaded erased-serde v0.3.31 |
| 739 | 2026-05-29T18:23:25.563Z | Downloaded des v0.8.1 |
| 740 | 2026-05-29T18:23:25.563Z | Downloaded ena v0.14.4 |
| 741 | 2026-05-29T18:23:25.563Z | Downloaded crc32fast v1.5.0 |
| 742 | 2026-05-29T18:23:25.566Z | Downloaded highway v1.3.0 |
| 743 | 2026-05-29T18:23:25.566Z | Downloaded convert_case v0.10.0 |
| 744 | 2026-05-29T18:23:25.568Z | Downloaded instant v0.1.13 |
| 745 | 2026-05-29T18:23:25.568Z | Downloaded http-body-util v0.1.3 |
| 746 | 2026-05-29T18:23:25.571Z | Downloaded is-terminal v0.4.17 |
| 747 | 2026-05-29T18:23:25.571Z | Downloaded futures-channel v0.3.32 |
| 748 | 2026-05-29T18:23:25.571Z | Downloaded keccak v0.1.6 |
| 749 | 2026-05-29T18:23:25.574Z | Downloaded is_ci v1.2.0 |
| 750 | 2026-05-29T18:23:25.574Z | Downloaded diff v0.1.13 |
| 751 | 2026-05-29T18:23:25.576Z | Downloaded lru-slab v0.1.2 |
| 752 | 2026-05-29T18:23:25.576Z | Downloaded ciborium v0.2.2 |
| 753 | 2026-05-29T18:23:25.579Z | Downloaded cancel-safe-futures v0.1.5 |
| 754 | 2026-05-29T18:23:25.579Z | Downloaded bzip2 v0.6.1 |
| 755 | 2026-05-29T18:23:25.581Z | Downloaded colored v3.1.1 |
| 756 | 2026-05-29T18:23:25.581Z | Downloaded allocator-api2 v0.2.21 |
| 757 | 2026-05-29T18:23:25.584Z | Downloaded darling_core v0.21.3 |
| 758 | 2026-05-29T18:23:25.586Z | Downloaded cexpr v0.6.0 |
| 759 | 2026-05-29T18:23:25.589Z | Downloaded lalrpop-util v0.19.12 |
| 760 | 2026-05-29T18:23:25.589Z | Downloaded lazy_static v1.5.0 |
| 761 | 2026-05-29T18:23:25.589Z | Downloaded libscf-sys v1.1.0 |
| 762 | 2026-05-29T18:23:25.591Z | Downloaded half v1.8.3 |
| 763 | 2026-05-29T18:23:25.591Z | Downloaded dropshot_endpoint v0.17.0 |
| 764 | 2026-05-29T18:23:25.594Z | Downloaded lru-cache v0.1.2 |
| 765 | 2026-05-29T18:23:25.594Z | Downloaded lru v0.12.5 |
| 766 | 2026-05-29T18:23:25.597Z | Downloaded darling v0.21.3 |
| 767 | 2026-05-29T18:23:25.601Z | Downloaded maplit v1.0.2 |
| 768 | 2026-05-29T18:23:25.601Z | Downloaded hyper-staticfile v0.10.1 |
| 769 | 2026-05-29T18:23:25.603Z | Downloaded md-5 v0.10.6 |
| 770 | 2026-05-29T18:23:25.603Z | Downloaded maybe-uninit v2.0.0 |
| 771 | 2026-05-29T18:23:25.603Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 772 | 2026-05-29T18:23:25.604Z | Downloaded const-oid v0.9.6 |
| 773 | 2026-05-29T18:23:25.606Z | Downloaded base64 v0.21.7 |
| 774 | 2026-05-29T18:23:25.609Z | Downloaded multimap v0.10.1 |
| 775 | 2026-05-29T18:23:25.609Z | Downloaded memoffset v0.9.1 |
| 776 | 2026-05-29T18:23:25.613Z | Downloaded match_cfg v0.1.0 |
| 777 | 2026-05-29T18:23:25.613Z | Downloaded managed v0.8.0 |
| 778 | 2026-05-29T18:23:25.613Z | Downloaded hmac v0.12.1 |
| 779 | 2026-05-29T18:23:25.616Z | Downloaded lzss v0.8.2 |
| 780 | 2026-05-29T18:23:25.616Z | Downloaded md5 v0.7.0 |
| 781 | 2026-05-29T18:23:25.616Z | Downloaded ipnetwork v0.21.1 |
| 782 | 2026-05-29T18:23:25.619Z | Downloaded ingot-types v0.1.2 |
| 783 | 2026-05-29T18:23:25.619Z | Downloaded humantime v2.3.0 |
| 784 | 2026-05-29T18:23:25.621Z | Downloaded derive-where v1.6.0 |
| 785 | 2026-05-29T18:23:25.624Z | Downloaded nibble_vec v0.1.0 |
| 786 | 2026-05-29T18:23:25.624Z | Downloaded newtype_derive v0.1.6 |
| 787 | 2026-05-29T18:23:25.625Z | Downloaded newtype-uuid-macros v0.1.0 |
| 788 | 2026-05-29T18:23:25.627Z | Downloaded newline-converter v0.3.0 |
| 789 | 2026-05-29T18:23:25.627Z | Downloaded cookie v0.18.1 |
| 790 | 2026-05-29T18:23:25.628Z | Downloaded num-conv v0.2.0 |
| 791 | 2026-05-29T18:23:25.632Z | Downloaded ahash v0.8.12 |
| 792 | 2026-05-29T18:23:25.632Z | Downloaded mime v0.3.17 |
| 793 | 2026-05-29T18:23:25.634Z | Downloaded new_debug_unreachable v1.0.6 |
| 794 | 2026-05-29T18:23:25.634Z | Downloaded bitfield-struct v0.6.2 |
| 795 | 2026-05-29T18:23:25.635Z | Downloaded filetime v0.2.27 |
| 796 | 2026-05-29T18:23:25.635Z | Downloaded ed25519 v2.2.3 |
| 797 | 2026-05-29T18:23:25.638Z | Downloaded normalize-line-endings v0.3.0 |
| 798 | 2026-05-29T18:23:25.638Z | Downloaded nodrop v0.1.14 |
| 799 | 2026-05-29T18:23:25.638Z | Downloaded defmt-macros v1.0.1 |
| 800 | 2026-05-29T18:23:25.642Z | Downloaded num v0.4.3 |
| 801 | 2026-05-29T18:23:25.642Z | Downloaded libloading v0.8.9 |
| 802 | 2026-05-29T18:23:25.645Z | Downloaded libsw-core v0.3.2 |
| 803 | 2026-05-29T18:23:25.645Z | Downloaded nonempty v0.12.0 |
| 804 | 2026-05-29T18:23:25.645Z | Downloaded elliptic-curve v0.13.8 |
| 805 | 2026-05-29T18:23:25.649Z | Downloaded opaque-debug v0.3.1 |
| 806 | 2026-05-29T18:23:25.654Z | Downloaded num_enum_derive v0.5.11 |
| 807 | 2026-05-29T18:23:25.654Z | Downloaded ingot v0.1.1 |
| 808 | 2026-05-29T18:23:25.654Z | Downloaded indoc v2.0.7 |
| 809 | 2026-05-29T18:23:25.656Z | Downloaded num-derive v0.4.2 |
| 810 | 2026-05-29T18:23:25.656Z | Downloaded num_threads v0.1.7 |
| 811 | 2026-05-29T18:23:25.656Z | Downloaded num-derive v0.3.3 |
| 812 | 2026-05-29T18:23:25.656Z | Downloaded base64 v0.22.1 |
| 813 | 2026-05-29T18:23:25.660Z | Downloaded crc-any v2.5.0 |
| 814 | 2026-05-29T18:23:25.662Z | Downloaded linked-hash-map v0.5.6 |
| 815 | 2026-05-29T18:23:25.662Z | Downloaded linear-map v1.2.0 |
| 816 | 2026-05-29T18:23:25.662Z | Downloaded const_format v0.2.35 |
| 817 | 2026-05-29T18:23:25.668Z | Downloaded chacha20poly1305 v0.10.1 |
| 818 | 2026-05-29T18:23:25.672Z | Downloaded fatfs v0.3.6 |
| 819 | 2026-05-29T18:23:25.672Z | Downloaded openssl-probe v0.2.1 |
| 820 | 2026-05-29T18:23:25.672Z | Downloaded drift v0.2.0 |
| 821 | 2026-05-29T18:23:25.675Z | Downloaded packed_struct_codegen v0.10.1 |
| 822 | 2026-05-29T18:23:25.678Z | Downloaded openssl-macros v0.1.1 |
| 823 | 2026-05-29T18:23:25.678Z | Downloaded olpc-cjson v0.1.4 |
| 824 | 2026-05-29T18:23:25.678Z | Downloaded libsw v3.5.0 |
| 825 | 2026-05-29T18:23:25.684Z | Downloaded openssl-probe v0.1.6 |
| 826 | 2026-05-29T18:23:25.684Z | Downloaded jobserver v0.1.34 |
| 827 | 2026-05-29T18:23:25.684Z | Downloaded arc-swap v1.8.2 |
| 828 | 2026-05-29T18:23:25.687Z | Downloaded mime_guess v2.0.5 |
| 829 | 2026-05-29T18:23:25.687Z | Downloaded iana-time-zone v0.1.65 |
| 830 | 2026-05-29T18:23:25.687Z | Downloaded hyper-rustls v0.27.7 |
| 831 | 2026-05-29T18:23:25.689Z | Downloaded oso-derive v0.27.3 |
| 832 | 2026-05-29T18:23:25.689Z | Downloaded bytes v1.11.1 |
| 833 | 2026-05-29T18:23:25.693Z | Downloaded num-iter v0.1.45 |
| 834 | 2026-05-29T18:23:25.693Z | Downloaded ecdsa v0.16.9 |
| 835 | 2026-05-29T18:23:25.695Z | Downloaded libefi-sys v0.1.0 |
| 836 | 2026-05-29T18:23:25.695Z | Downloaded bitfield v0.19.4 |
| 837 | 2026-05-29T18:23:25.695Z | Downloaded parse-display v0.10.0 |
| 838 | 2026-05-29T18:23:25.699Z | Downloaded pbkdf2 v0.11.0 |
| 839 | 2026-05-29T18:23:25.702Z | Downloaded path-slash v0.1.5 |
| 840 | 2026-05-29T18:23:25.702Z | Downloaded parse-size v1.1.0 |
| 841 | 2026-05-29T18:23:25.705Z | Downloaded cc v1.2.56 |
| 842 | 2026-05-29T18:23:25.707Z | Downloaded nanorand v0.7.0 |
| 843 | 2026-05-29T18:23:25.710Z | Downloaded getrandom v0.3.4 |
| 844 | 2026-05-29T18:23:25.710Z | Downloaded getrandom v0.2.17 |
| 845 | 2026-05-29T18:23:25.713Z | Downloaded httparse v1.10.1 |
| 846 | 2026-05-29T18:23:25.728Z | Downloaded pin-utils v0.1.0 |
| 847 | 2026-05-29T18:23:25.731Z | Downloaded phf_shared v0.13.1 |
| 848 | 2026-05-29T18:23:25.731Z | Downloaded phf_shared v0.12.1 |
| 849 | 2026-05-29T18:23:25.731Z | Downloaded phf_shared v0.11.3 |
| 850 | 2026-05-29T18:23:25.734Z | Downloaded peg-runtime v0.8.5 |
| 851 | 2026-05-29T18:23:25.734Z | Downloaded num_enum v0.5.11 |
| 852 | 2026-05-29T18:23:25.736Z | Downloaded half v2.7.1 |
| 853 | 2026-05-29T18:23:25.741Z | Downloaded num-integer v0.1.46 |
| 854 | 2026-05-29T18:23:25.741Z | Downloaded ingot-macros v0.1.1 |
| 855 | 2026-05-29T18:23:25.746Z | Downloaded ipnet v2.11.0 |
| 856 | 2026-05-29T18:23:25.746Z | Downloaded num-rational v0.4.2 |
| 857 | 2026-05-29T18:23:25.746Z | Downloaded powerfmt v0.2.0 |
| 858 | 2026-05-29T18:23:25.746Z | Downloaded ignore v0.4.25 |
| 859 | 2026-05-29T18:23:25.746Z | Downloaded nu-ansi-term v0.50.3 |
| 860 | 2026-05-29T18:23:25.749Z | Downloaded newtype-uuid v1.3.2 |
| 861 | 2026-05-29T18:23:25.749Z | Downloaded native-tls v0.2.18 |
| 862 | 2026-05-29T18:23:25.749Z | Downloaded futures v0.3.32 |
| 863 | 2026-05-29T18:23:25.751Z | Downloaded password-hash v0.5.0 |
| 864 | 2026-05-29T18:23:25.754Z | Downloaded parse-display-derive v0.10.0 |
| 865 | 2026-05-29T18:23:25.754Z | Downloaded parking_lot_core v0.8.6 |
| 866 | 2026-05-29T18:23:25.756Z | Downloaded num_enum_derive v0.7.5 |
| 867 | 2026-05-29T18:23:25.756Z | Downloaded proc-macro-crate v1.3.1 |
| 868 | 2026-05-29T18:23:25.759Z | Downloaded indexmap v1.9.3 |
| 869 | 2026-05-29T18:23:25.761Z | Downloaded headers v0.4.1 |
| 870 | 2026-05-29T18:23:25.764Z | Downloaded predicates-tree v1.0.13 |
| 871 | 2026-05-29T18:23:25.766Z | Downloaded lock_api v0.4.14 |
| 872 | 2026-05-29T18:23:25.766Z | Downloaded predicates-core v1.0.10 |
| 873 | 2026-05-29T18:23:25.766Z | Downloaded precomputed-hash v0.1.1 |
| 874 | 2026-05-29T18:23:25.769Z | Downloaded flume v0.11.1 |
| 875 | 2026-05-29T18:23:25.769Z | Downloaded heapless v0.7.17 |
| 876 | 2026-05-29T18:23:25.772Z | Downloaded pbkdf2 v0.12.2 |
| 877 | 2026-05-29T18:23:25.774Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 878 | 2026-05-29T18:23:25.774Z | Downloaded proc-macro-crate v3.4.0 |
| 879 | 2026-05-29T18:23:25.777Z | Downloaded paste v1.0.15 |
| 880 | 2026-05-29T18:23:25.777Z | Downloaded password-hash v0.4.2 |
| 881 | 2026-05-29T18:23:25.779Z | Downloaded packed_struct v0.10.1 |
| 882 | 2026-05-29T18:23:25.779Z | Downloaded progenitor-macro v0.11.2 |
| 883 | 2026-05-29T18:23:25.779Z | Downloaded psl-types v2.0.11 |
| 884 | 2026-05-29T18:23:25.783Z | Downloaded progenitor-client v0.14.0 |
| 885 | 2026-05-29T18:23:25.783Z | Downloaded progenitor-macro v0.13.0 |
| 886 | 2026-05-29T18:23:25.783Z | Downloaded progenitor-client v0.11.2 |
| 887 | 2026-05-29T18:23:25.787Z | Downloaded progenitor-client v0.10.0 |
| 888 | 2026-05-29T18:23:25.787Z | Downloaded compact_str v0.8.1 |
| 889 | 2026-05-29T18:23:25.787Z | Downloaded oxnet v0.1.4 |
| 890 | 2026-05-29T18:23:25.790Z | Downloaded ar_archive_writer v0.5.1 |
| 891 | 2026-05-29T18:23:25.790Z | Downloaded derive_more v0.99.20 |
| 892 | 2026-05-29T18:23:25.792Z | Downloaded oxide-tokio-rt v0.1.4 |
| 893 | 2026-05-29T18:23:25.795Z | Downloaded pin-project-lite v0.2.17 |
| 894 | 2026-05-29T18:23:25.798Z | Downloaded phf v0.12.1 |
| 895 | 2026-05-29T18:23:25.798Z | Downloaded peg v0.8.5 |
| 896 | 2026-05-29T18:23:25.800Z | Downloaded quick-error v1.2.3 |
| 897 | 2026-05-29T18:23:25.800Z | Downloaded async-compression v0.4.41 |
| 898 | 2026-05-29T18:23:25.804Z | Downloaded pin-project-internal v1.1.11 |
| 899 | 2026-05-29T18:23:25.806Z | Downloaded pem v3.0.6 |
| 900 | 2026-05-29T18:23:25.806Z | Downloaded peg-macros v0.8.5 |
| 901 | 2026-05-29T18:23:25.810Z | Downloaded multer v3.1.0 |
| 902 | 2026-05-29T18:23:25.810Z | Downloaded memmap2 v0.9.10 |
| 903 | 2026-05-29T18:23:25.813Z | Downloaded polyval v0.6.2 |
| 904 | 2026-05-29T18:23:25.813Z | Downloaded num_enum v0.7.5 |
| 905 | 2026-05-29T18:23:25.815Z | Downloaded radium v0.7.0 |
| 906 | 2026-05-29T18:23:25.815Z | Downloaded pkg-config v0.3.32 |
| 907 | 2026-05-29T18:23:25.818Z | Downloaded pkcs8 v0.10.2 |
| 908 | 2026-05-29T18:23:25.818Z | Downloaded aes-gcm v0.10.3 |
| 909 | 2026-05-29T18:23:25.820Z | Downloaded num-complex v0.4.6 |
| 910 | 2026-05-29T18:23:25.823Z | Downloaded owo-colors v4.3.0 |
| 911 | 2026-05-29T18:23:25.823Z | Downloaded primeorder v0.13.6 |
| 912 | 2026-05-29T18:23:25.825Z | Downloaded der v0.7.10 |
| 913 | 2026-05-29T18:23:25.828Z | Downloaded rand_chacha v0.3.1 |
| 914 | 2026-05-29T18:23:25.828Z | Downloaded recursive v0.1.1 |
| 915 | 2026-05-29T18:23:25.828Z | Downloaded postgres-protocol v0.6.10 |
| 916 | 2026-05-29T18:23:25.830Z | Downloaded progenitor v0.14.0 |
| 917 | 2026-05-29T18:23:25.830Z | Downloaded libbz2-rs-sys v0.2.2 |
| 918 | 2026-05-29T18:23:25.833Z | Downloaded omicron-zone-package v0.12.2 |
| 919 | 2026-05-29T18:23:25.833Z | Downloaded hickory-resolver v0.24.4 |
| 920 | 2026-05-29T18:23:25.836Z | Downloaded indicatif v0.18.4 |
| 921 | 2026-05-29T18:23:25.838Z | Downloaded ref-cast-impl v1.0.25 |
| 922 | 2026-05-29T18:23:25.841Z | Downloaded ref-cast v1.0.25 |
| 923 | 2026-05-29T18:23:25.841Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 924 | 2026-05-29T18:23:25.843Z | Downloaded hickory-resolver v0.25.2 |
| 925 | 2026-05-29T18:23:25.846Z | Downloaded progenitor-macro v0.14.0 |
| 926 | 2026-05-29T18:23:25.846Z | Downloaded progenitor-client v0.13.0 |
| 927 | 2026-05-29T18:23:25.846Z | Downloaded progenitor v0.13.0 |
| 928 | 2026-05-29T18:23:25.848Z | Downloaded parking_lot v0.12.5 |
| 929 | 2026-05-29T18:23:25.848Z | Downloaded predicates v3.1.4 |
| 930 | 2026-05-29T18:23:25.851Z | Downloaded psm v0.1.30 |
| 931 | 2026-05-29T18:23:25.854Z | Downloaded progenitor-extras v0.2.0 |
| 932 | 2026-05-29T18:23:25.854Z | Downloaded progenitor v0.11.2 |
| 933 | 2026-05-29T18:23:25.854Z | Downloaded proc-macro-error2 v2.0.1 |
| 934 | 2026-05-29T18:23:25.857Z | Downloaded heapless v0.8.0 |
| 935 | 2026-05-29T18:23:25.860Z | Downloaded flate2 v1.1.9 |
| 936 | 2026-05-29T18:23:25.863Z | Downloaded parking_lot_core v0.9.12 |
| 937 | 2026-05-29T18:23:25.863Z | Downloaded derive_more v2.1.1 |
| 938 | 2026-05-29T18:23:25.869Z | Downloaded rfc6979 v0.4.0 |
| 939 | 2026-05-29T18:23:25.871Z | Downloaded r2d2 v0.8.10 |
| 940 | 2026-05-29T18:23:25.871Z | Downloaded rtoolbox v0.0.3 |
| 941 | 2026-05-29T18:23:25.874Z | Downloaded phf v0.13.1 |
| 942 | 2026-05-29T18:23:25.874Z | Downloaded rustc-hash v2.1.1 |
| 943 | 2026-05-29T18:23:25.876Z | Downloaded pem-rfc7468 v0.7.0 |
| 944 | 2026-05-29T18:23:25.876Z | Downloaded postgres-types v0.2.12 |
| 945 | 2026-05-29T18:23:25.879Z | Downloaded rustc_version v0.4.1 |
| 946 | 2026-05-29T18:23:25.879Z | Downloaded russh-cryptovec v0.7.3 |
| 947 | 2026-05-29T18:23:25.881Z | Downloaded postcard v1.1.3 |
| 948 | 2026-05-29T18:23:25.881Z | Downloaded poly1305 v0.8.0 |
| 949 | 2026-05-29T18:23:25.884Z | Downloaded pkcs1 v0.7.5 |
| 950 | 2026-05-29T18:23:25.886Z | Downloaded rand_core v0.6.4 |
| 951 | 2026-05-29T18:23:25.886Z | Downloaded ppv-lite86 v0.2.21 |
| 952 | 2026-05-29T18:23:25.889Z | Downloaded parking_lot v0.11.2 |
| 953 | 2026-05-29T18:23:25.889Z | Downloaded sapling-renderdag v0.1.0 |
| 954 | 2026-05-29T18:23:25.891Z | Downloaded rand_xorshift v0.4.0 |
| 955 | 2026-05-29T18:23:25.892Z | Downloaded papergrid v0.17.0 |
| 956 | 2026-05-29T18:23:25.895Z | Downloaded same-file v1.0.6 |
| 957 | 2026-05-29T18:23:25.898Z | Downloaded rustc_version v0.1.7 |
| 958 | 2026-05-29T18:23:25.902Z | Downloaded miniz_oxide v0.8.9 |
| 959 | 2026-05-29T18:23:25.905Z | Downloaded derive_more-impl v2.1.1 |
| 960 | 2026-05-29T18:23:25.911Z | Downloaded salsa20 v0.10.2 |
| 961 | 2026-05-29T18:23:25.914Z | Downloaded scrypt v0.11.0 |
| 962 | 2026-05-29T18:23:25.917Z | Downloaded scroll_derive v0.13.1 |
| 963 | 2026-05-29T18:23:25.917Z | Downloaded rand_seeder v0.4.0 |
| 964 | 2026-05-29T18:23:25.920Z | Downloaded rand_core v0.10.0 |
| 965 | 2026-05-29T18:23:25.920Z | Downloaded serde-big-array v0.5.1 |
| 966 | 2026-05-29T18:23:25.923Z | Downloaded seq-macro v0.3.6 |
| 967 | 2026-05-29T18:23:25.923Z | Downloaded scopeguard v1.2.0 |
| 968 | 2026-05-29T18:23:25.923Z | Downloaded scheduled-thread-pool v0.2.7 |
| 969 | 2026-05-29T18:23:25.926Z | Downloaded rand_core v0.9.5 |
| 970 | 2026-05-29T18:23:25.926Z | Downloaded rand_chacha v0.9.0 |
| 971 | 2026-05-29T18:23:25.929Z | Downloaded crossbeam-channel v0.5.15 |
| 972 | 2026-05-29T18:23:25.932Z | Downloaded resolv-conf v0.7.6 |
| 973 | 2026-05-29T18:23:25.932Z | Downloaded p256 v0.13.2 |
| 974 | 2026-05-29T18:23:25.934Z | Downloaded litrs v1.0.0 |
| 975 | 2026-05-29T18:23:25.938Z | Downloaded pin-project v1.1.11 |
| 976 | 2026-05-29T18:23:25.943Z | Downloaded secrecy v0.10.3 |
| 977 | 2026-05-29T18:23:25.945Z | Downloaded aes v0.8.4 |
| 978 | 2026-05-29T18:23:25.949Z | Downloaded expectorate v1.2.0 |
| 979 | 2026-05-29T18:23:25.952Z | Downloaded serde_spanned v1.0.4 |
| 980 | 2026-05-29T18:23:25.952Z | Downloaded serde_repr v0.1.20 |
| 981 | 2026-05-29T18:23:25.952Z | Downloaded ed25519-dalek v2.2.0 |
| 982 | 2026-05-29T18:23:25.955Z | Downloaded shell-words v1.1.1 |
| 983 | 2026-05-29T18:23:25.957Z | Downloaded rustversion v1.0.22 |
| 984 | 2026-05-29T18:23:25.960Z | Downloaded prefix-trie v0.7.0 |
| 985 | 2026-05-29T18:23:25.960Z | Downloaded openssl-sys v0.9.115 |
| 986 | 2026-05-29T18:23:25.960Z | Downloaded serde_plain v1.0.2 |
| 987 | 2026-05-29T18:23:25.962Z | Downloaded serde_urlencoded v0.7.1 |
| 988 | 2026-05-29T18:23:25.962Z | Downloaded signal-hook-mio v0.2.5 |
| 989 | 2026-05-29T18:23:25.965Z | Downloaded sha1 v0.10.6 |
| 990 | 2026-05-29T18:23:25.965Z | Downloaded serde_bytes v0.11.19 |
| 991 | 2026-05-29T18:23:25.967Z | Downloaded sigpipe v0.1.3 |
| 992 | 2026-05-29T18:23:25.970Z | Downloaded schemars_derive v0.8.22 |
| 993 | 2026-05-29T18:23:25.970Z | Downloaded signal-hook-tokio v0.3.1 |
| 994 | 2026-05-29T18:23:25.972Z | Downloaded quinn-udp v0.5.14 |
| 995 | 2026-05-29T18:23:25.999Z | Downloaded minimal-lexical v0.2.1 |
| 996 | 2026-05-29T18:23:26.005Z | Downloaded hickory-server v0.25.2 |
| 997 | 2026-05-29T18:23:26.005Z | Downloaded pkcs5 v0.7.1 |
| 998 | 2026-05-29T18:23:26.005Z | Downloaded rustls-pemfile v2.2.0 |
| 999 | 2026-05-29T18:23:26.005Z | Downloaded rustls-native-certs v0.8.3 |
| 1000 | 2026-05-29T18:23:26.005Z | Downloaded rustls-pemfile v1.0.4 |
| 1001 | 2026-05-29T18:23:26.005Z | Downloaded progenitor-impl v0.11.2 |
| 1002 | 2026-05-29T18:23:26.005Z | Downloaded siphasher v1.0.2 |
| 1003 | 2026-05-29T18:23:26.005Z | Downloaded slog-bunyan v2.5.0 |
| 1004 | 2026-05-29T18:23:26.005Z | Downloaded signature v2.2.0 |
| 1005 | 2026-05-29T18:23:26.005Z | Downloaded sec1 v0.7.3 |
| 1006 | 2026-05-29T18:23:26.005Z | Downloaded crossterm v0.28.1 |
| 1007 | 2026-05-29T18:23:26.005Z | Downloaded scroll v0.13.0 |
| 1008 | 2026-05-29T18:23:26.008Z | Downloaded slog-envlogger v2.2.0 |
| 1009 | 2026-05-29T18:23:26.011Z | Downloaded oso v0.27.3 |
| 1010 | 2026-05-29T18:23:26.014Z | Downloaded serde_path_to_error v0.1.20 |
| 1011 | 2026-05-29T18:23:26.016Z | Downloaded serde_derive_internals v0.29.1 |
| 1012 | 2026-05-29T18:23:26.016Z | Downloaded progenitor-impl v0.14.0 |
| 1013 | 2026-05-29T18:23:26.020Z | Downloaded secrecy v0.8.0 |
| 1014 | 2026-05-29T18:23:26.026Z | Downloaded serde-hex v0.1.0 |
| 1015 | 2026-05-29T18:23:26.028Z | Downloaded serde_with_macros v1.5.2 |
| 1016 | 2026-05-29T18:23:26.035Z | Downloaded sct v0.7.1 |
| 1017 | 2026-05-29T18:23:26.039Z | Downloaded shlex v1.3.0 |
| 1018 | 2026-05-29T18:23:26.042Z | Downloaded semver v0.1.20 |
| 1019 | 2026-05-29T18:23:26.042Z | Downloaded hashbrown v0.13.2 |
| 1020 | 2026-05-29T18:23:26.044Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1021 | 2026-05-29T18:23:26.044Z | Downloaded ssh-encoding v0.2.0 |
| 1022 | 2026-05-29T18:23:26.046Z | Downloaded ssh-cipher v0.2.0 |
| 1023 | 2026-05-29T18:23:26.049Z | Downloaded signal-hook-registry v1.4.8 |
| 1024 | 2026-05-29T18:23:26.054Z | Downloaded itertools v0.10.5 |
| 1025 | 2026-05-29T18:23:26.062Z | Downloaded structmeta-derive v0.3.0 |
| 1026 | 2026-05-29T18:23:26.065Z | Downloaded slog-async v2.8.0 |
| 1027 | 2026-05-29T18:23:26.065Z | Downloaded strsim v0.10.0 |
| 1028 | 2026-05-29T18:23:26.068Z | Downloaded slab v0.4.12 |
| 1029 | 2026-05-29T18:23:26.068Z | Downloaded strum v0.26.3 |
| 1030 | 2026-05-29T18:23:26.068Z | Downloaded sync_wrapper v1.0.2 |
| 1031 | 2026-05-29T18:23:26.071Z | Downloaded sync-ptr v0.1.4 |
| 1032 | 2026-05-29T18:23:26.071Z | Downloaded subtle v2.6.1 |
| 1033 | 2026-05-29T18:23:26.071Z | Downloaded structmeta v0.3.0 |
| 1034 | 2026-05-29T18:23:26.073Z | Downloaded simd-adler32 v0.3.8 |
| 1035 | 2026-05-29T18:23:26.076Z | Downloaded tabled_derive v0.11.0 |
| 1036 | 2026-05-29T18:23:26.076Z | Downloaded jiff-static v0.2.21 |
| 1037 | 2026-05-29T18:23:26.078Z | Downloaded supports-color v3.0.2 |
| 1038 | 2026-05-29T18:23:26.078Z | Downloaded http v1.4.0 |
| 1039 | 2026-05-29T18:23:26.081Z | Downloaded strum v0.27.2 |
| 1040 | 2026-05-29T18:23:26.081Z | Downloaded rusty-fork v0.3.1 |
| 1041 | 2026-05-29T18:23:26.083Z | Downloaded slog-dtrace v0.3.0 |
| 1042 | 2026-05-29T18:23:26.083Z | Downloaded rustls-pki-types v1.14.0 |
| 1043 | 2026-05-29T18:23:26.086Z | Downloaded slog-stdlog v4.1.1 |
| 1044 | 2026-05-29T18:23:26.086Z | Downloaded smallvec v0.6.14 |
| 1045 | 2026-05-29T18:23:26.088Z | Downloaded slog-scope v4.4.1 |
| 1046 | 2026-05-29T18:23:26.088Z | Downloaded tagptr v0.2.0 |
| 1047 | 2026-05-29T18:23:26.091Z | Downloaded snafu-derive v0.8.9 |
| 1048 | 2026-05-29T18:23:26.091Z | Downloaded tabwriter v1.4.1 |
| 1049 | 2026-05-29T18:23:26.093Z | Downloaded take_mut v0.2.2 |
| 1050 | 2026-05-29T18:23:26.093Z | Downloaded tap v1.0.1 |
| 1051 | 2026-05-29T18:23:26.093Z | Downloaded smf v0.2.3 |
| 1052 | 2026-05-29T18:23:26.096Z | Downloaded prettyplease v0.2.37 |
| 1053 | 2026-05-29T18:23:26.096Z | Downloaded progenitor-impl v0.13.0 |
| 1054 | 2026-05-29T18:23:26.099Z | Downloaded hyper-util v0.1.20 |
| 1055 | 2026-05-29T18:23:26.106Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1056 | 2026-05-29T18:23:26.108Z | Downloaded time-core v0.1.8 |
| 1057 | 2026-05-29T18:23:26.108Z | Downloaded serde_with_macros v3.17.0 |
| 1058 | 2026-05-29T18:23:26.111Z | Downloaded testing_table v0.3.0 |
| 1059 | 2026-05-29T18:23:26.111Z | Downloaded termtree v0.5.1 |
| 1060 | 2026-05-29T18:23:26.116Z | Downloaded static_assertions v1.1.0 |
| 1061 | 2026-05-29T18:23:26.119Z | Downloaded sqlformat v0.3.5 |
| 1062 | 2026-05-29T18:23:26.123Z | Downloaded spki v0.7.3 |
| 1063 | 2026-05-29T18:23:26.123Z | Downloaded thread-id v5.1.0 |
| 1064 | 2026-05-29T18:23:26.123Z | Downloaded stacker v0.1.23 |
| 1065 | 2026-05-29T18:23:26.126Z | Downloaded ron v0.8.1 |
| 1066 | 2026-05-29T18:23:26.129Z | Downloaded mio v1.2.0 |
| 1067 | 2026-05-29T18:23:26.133Z | Downloaded sqlparser_derive v0.5.0 |
| 1068 | 2026-05-29T18:23:26.136Z | Downloaded num-bigint v0.4.6 |
| 1069 | 2026-05-29T18:23:26.138Z | Downloaded strum_macros v0.24.3 |
| 1070 | 2026-05-29T18:23:26.138Z | Downloaded serde_cbor v0.11.2 |
| 1071 | 2026-05-29T18:23:26.141Z | Downloaded rayon-core v1.13.0 |
| 1072 | 2026-05-29T18:23:26.143Z | Downloaded hashbrown v0.12.3 |
| 1073 | 2026-05-29T18:23:26.146Z | Downloaded tokio-macros v2.7.0 |
| 1074 | 2026-05-29T18:23:26.146Z | Downloaded support-bundle-viewer v0.1.2 |
| 1075 | 2026-05-29T18:23:26.148Z | Downloaded russh-keys v0.45.0 |
| 1076 | 2026-05-29T18:23:26.149Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1077 | 2026-05-29T18:23:26.152Z | Downloaded qorb v0.4.1 |
| 1078 | 2026-05-29T18:23:26.155Z | Downloaded tinyvec_macros v0.1.1 |
| 1079 | 2026-05-29T18:23:26.158Z | Downloaded stringprep v0.1.5 |
| 1080 | 2026-05-29T18:23:26.158Z | Downloaded string_cache v0.8.9 |
| 1081 | 2026-05-29T18:23:26.158Z | Downloaded slog-term v2.9.2 |
| 1082 | 2026-05-29T18:23:26.160Z | Downloaded ryu v1.0.23 |
| 1083 | 2026-05-29T18:23:26.163Z | Downloaded dropshot-api-manager v0.7.2 |
| 1084 | 2026-05-29T18:23:26.165Z | Downloaded slog-json v2.6.1 |
| 1085 | 2026-05-29T18:23:26.165Z | Downloaded strum_macros v0.26.4 |
| 1086 | 2026-05-29T18:23:26.173Z | Downloaded schemars v0.8.22 |
| 1087 | 2026-05-29T18:23:26.179Z | Downloaded termios v0.3.3 |
| 1088 | 2026-05-29T18:23:26.182Z | Downloaded thread_local v1.1.9 |
| 1089 | 2026-05-29T18:23:26.184Z | Downloaded thiserror-no-std v2.0.2 |
| 1090 | 2026-05-29T18:23:26.187Z | Downloaded signal-hook v0.3.18 |
| 1091 | 2026-05-29T18:23:26.190Z | Downloaded topological-sort v0.2.2 |
| 1092 | 2026-05-29T18:23:26.193Z | Downloaded crossterm v0.29.0 |
| 1093 | 2026-05-29T18:23:26.195Z | Downloaded tower-service v0.3.3 |
| 1094 | 2026-05-29T18:23:26.195Z | Downloaded itertools v0.13.0 |
| 1095 | 2026-05-29T18:23:26.199Z | Downloaded tower-layer v0.3.3 |
| 1096 | 2026-05-29T18:23:26.202Z | Downloaded rcgen v0.12.1 |
| 1097 | 2026-05-29T18:23:26.205Z | Downloaded diesel_derives v2.3.7 |
| 1098 | 2026-05-29T18:23:26.208Z | Downloaded time-macros v0.2.27 |
| 1099 | 2026-05-29T18:23:26.210Z | Downloaded strum_macros v0.27.2 |
| 1100 | 2026-05-29T18:23:26.210Z | Downloaded tls_codec v0.4.2 |
| 1101 | 2026-05-29T18:23:26.213Z | Downloaded tokio-native-tls v0.3.1 |
| 1102 | 2026-05-29T18:23:26.213Z | Downloaded tls_codec_derive v0.4.2 |
| 1103 | 2026-05-29T18:23:26.216Z | Downloaded try-lock v0.2.5 |
| 1104 | 2026-05-29T18:23:26.216Z | Downloaded typify-macro v0.4.3 |
| 1105 | 2026-05-29T18:23:26.216Z | Downloaded trait-variant v0.1.2 |
| 1106 | 2026-05-29T18:23:26.216Z | Downloaded slog v2.8.2 |
| 1107 | 2026-05-29T18:23:26.219Z | Downloaded bitvec v1.0.1 |
| 1108 | 2026-05-29T18:23:26.227Z | Downloaded tiny-keccak v2.0.2 |
| 1109 | 2026-05-29T18:23:26.230Z | Downloaded rsa v0.9.10 |
| 1110 | 2026-05-29T18:23:26.232Z | Downloaded rand v0.8.6 |
| 1111 | 2026-05-29T18:23:26.235Z | Downloaded similar v2.7.0 |
| 1112 | 2026-05-29T18:23:26.237Z | Downloaded typify-macro v0.6.2 |
| 1113 | 2026-05-29T18:23:26.240Z | Downloaded universal-hash v0.5.1 |
| 1114 | 2026-05-29T18:23:26.240Z | Downloaded unit-prefix v0.5.2 |
| 1115 | 2026-05-29T18:23:26.240Z | Downloaded unicode-truncate v1.1.0 |
| 1116 | 2026-05-29T18:23:26.240Z | Downloaded untrusted v0.7.1 |
| 1117 | 2026-05-29T18:23:26.242Z | Downloaded tokio-dtrace v0.1.1 |
| 1118 | 2026-05-29T18:23:26.242Z | Downloaded h2 v0.4.13 |
| 1119 | 2026-05-29T18:23:26.245Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1120 | 2026-05-29T18:23:26.247Z | Downloaded spin v0.9.8 |
| 1121 | 2026-05-29T18:23:26.251Z | Downloaded libxml v0.3.3 |
| 1122 | 2026-05-29T18:23:26.254Z | Downloaded tokio-rustls v0.25.0 |
| 1123 | 2026-05-29T18:23:26.256Z | Downloaded usdt-attr-macro v0.6.0 |
| 1124 | 2026-05-29T18:23:26.256Z | Downloaded usdt v0.6.0 |
| 1125 | 2026-05-29T18:23:26.256Z | Downloaded utf-8 v0.7.6 |
| 1126 | 2026-05-29T18:23:26.259Z | Downloaded tokio-tungstenite v0.21.0 |
| 1127 | 2026-05-29T18:23:26.259Z | Downloaded socket2 v0.6.3 |
| 1128 | 2026-05-29T18:23:26.262Z | Downloaded usdt-macro v0.6.0 |
| 1129 | 2026-05-29T18:23:26.262Z | Downloaded pretty_assertions v1.4.1 |
| 1130 | 2026-05-29T18:23:26.266Z | Downloaded publicsuffix v2.3.0 |
| 1131 | 2026-05-29T18:23:26.268Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1132 | 2026-05-29T18:23:26.271Z | Downloaded socket2 v0.5.10 |
| 1133 | 2026-05-29T18:23:26.271Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1134 | 2026-05-29T18:23:26.276Z | Downloaded wait-timeout v0.2.1 |
| 1135 | 2026-05-29T18:23:26.279Z | Downloaded samael v0.0.19 |
| 1136 | 2026-05-29T18:23:26.283Z | Downloaded num-bigint-dig v0.8.6 |
| 1137 | 2026-05-29T18:23:26.286Z | Downloaded waitgroup v0.1.2 |
| 1138 | 2026-05-29T18:23:26.289Z | Downloaded rustls-webpki v0.103.9 |
| 1139 | 2026-05-29T18:23:26.289Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1140 | 2026-05-29T18:23:26.291Z | Downloaded term v1.2.1 |
| 1141 | 2026-05-29T18:23:26.291Z | Downloaded hashbrown v0.16.1 |
| 1142 | 2026-05-29T18:23:26.294Z | Downloaded void v1.0.2 |
| 1143 | 2026-05-29T18:23:26.296Z | Downloaded hashbrown v0.15.5 |
| 1144 | 2026-05-29T18:23:26.299Z | Downloaded quinn v0.11.9 |
| 1145 | 2026-05-29T18:23:26.301Z | Downloaded nom v7.1.3 |
| 1146 | 2026-05-29T18:23:26.304Z | Downloaded unarray v0.1.4 |
| 1147 | 2026-05-29T18:23:26.308Z | Downloaded tui-tree-widget v0.23.1 |
| 1148 | 2026-05-29T18:23:26.311Z | Downloaded libm v0.2.16 |
| 1149 | 2026-05-29T18:23:26.313Z | Downloaded want v0.3.1 |
| 1150 | 2026-05-29T18:23:26.316Z | Downloaded tokio-rustls v0.24.1 |
| 1151 | 2026-05-29T18:23:26.316Z | Downloaded rand v0.9.2 |
| 1152 | 2026-05-29T18:23:26.319Z | Downloaded xattr v1.6.1 |
| 1153 | 2026-05-29T18:23:26.319Z | Downloaded itertools v0.14.0 |
| 1154 | 2026-05-29T18:23:26.328Z | Downloaded test-strategy v0.4.5 |
| 1155 | 2026-05-29T18:23:26.331Z | Downloaded unicase v2.9.0 |
| 1156 | 2026-05-29T18:23:26.333Z | Downloaded xshell-macros v0.2.7 |
| 1157 | 2026-05-29T18:23:26.333Z | Downloaded usdt-impl v0.6.0 |
| 1158 | 2026-05-29T18:23:26.340Z | Downloaded uzers v0.12.2 |
| 1159 | 2026-05-29T18:23:26.342Z | Downloaded rand v0.10.0 |
| 1160 | 2026-05-29T18:23:26.345Z | Downloaded schemars v1.2.1 |
| 1161 | 2026-05-29T18:23:26.352Z | Downloaded schemars v0.9.0 |
| 1162 | 2026-05-29T18:23:26.358Z | Downloaded zone v0.3.1 |
| 1163 | 2026-05-29T18:23:26.361Z | Downloaded vergen-gitcl v1.0.8 |
| 1164 | 2026-05-29T18:23:26.361Z | Downloaded untrusted v0.9.0 |
| 1165 | 2026-05-29T18:23:26.361Z | Downloaded tokio-tungstenite v0.23.1 |
| 1166 | 2026-05-29T18:23:26.364Z | Downloaded subprocess v0.2.15 |
| 1167 | 2026-05-29T18:23:26.367Z | Downloaded hyper v1.8.1 |
| 1168 | 2026-05-29T18:23:26.369Z | Downloaded tokio-rustls v0.26.4 |
| 1169 | 2026-05-29T18:23:26.369Z | Downloaded itertools v0.12.1 |
| 1170 | 2026-05-29T18:23:26.373Z | Downloaded vergen-git2 v9.1.0 |
| 1171 | 2026-05-29T18:23:26.376Z | Downloaded zone_cfg_derive v0.3.1 |
| 1172 | 2026-05-29T18:23:26.376Z | Downloaded walkdir v2.5.0 |
| 1173 | 2026-05-29T18:23:26.378Z | Downloaded vsss-rs v3.3.4 |
| 1174 | 2026-05-29T18:23:26.378Z | Downloaded unicode-properties v0.1.4 |
| 1175 | 2026-05-29T18:23:26.378Z | Downloaded vergen-lib v9.1.0 |
| 1176 | 2026-05-29T18:23:26.381Z | Downloaded vergen-lib v0.1.6 |
| 1177 | 2026-05-29T18:23:26.381Z | Downloaded term v0.7.0 |
| 1178 | 2026-05-29T18:23:26.385Z | Downloaded tokio-stream v0.1.18 |
| 1179 | 2026-05-29T18:23:26.388Z | Downloaded futures-util v0.3.32 |
| 1180 | 2026-05-29T18:23:26.394Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1181 | 2026-05-29T18:23:26.396Z | Downloaded iddqd v0.4.2 |
| 1182 | 2026-05-29T18:23:26.400Z | Downloaded whoami v1.6.1 |
| 1183 | 2026-05-29T18:23:26.402Z | Downloaded zeroize_derive v1.4.3 |
| 1184 | 2026-05-29T18:23:26.402Z | Downloaded xshell v0.2.7 |
| 1185 | 2026-05-29T18:23:26.405Z | Downloaded russh v0.45.0 |
| 1186 | 2026-05-29T18:23:26.407Z | Downloaded zeroize v1.8.2 |
| 1187 | 2026-05-29T18:23:26.407Z | Downloaded hkdf v0.12.4 |
| 1188 | 2026-05-29T18:23:26.410Z | Downloaded twox-hash v2.1.2 |
| 1189 | 2026-05-29T18:23:26.410Z | Downloaded tracing-attributes v0.1.31 |
| 1190 | 2026-05-29T18:23:26.412Z | Downloaded tar v0.4.45 |
| 1191 | 2026-05-29T18:23:26.412Z | Downloaded wyz v0.5.1 |
| 1192 | 2026-05-29T18:23:26.415Z | Downloaded whoami v2.1.0 |
| 1193 | 2026-05-29T18:23:26.415Z | Downloaded tinyvec v1.10.0 |
| 1194 | 2026-05-29T18:23:26.418Z | Downloaded p521 v0.13.3 |
| 1195 | 2026-05-29T18:23:26.422Z | Downloaded toml v0.7.8 |
| 1196 | 2026-05-29T18:23:26.422Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1197 | 2026-05-29T18:23:26.426Z | Downloaded iri-string v0.7.10 |
| 1198 | 2026-05-29T18:23:26.430Z | Downloaded tungstenite v0.23.0 |
| 1199 | 2026-05-29T18:23:26.435Z | Downloaded typify v0.6.2 |
| 1200 | 2026-05-29T18:23:26.437Z | Downloaded snafu v0.8.9 |
| 1201 | 2026-05-29T18:23:26.442Z | Downloaded typify v0.4.3 |
| 1202 | 2026-05-29T18:23:26.445Z | Downloaded zstd-safe v7.2.4 |
| 1203 | 2026-05-29T18:23:26.445Z | Downloaded zstd v0.13.3 |
| 1204 | 2026-05-29T18:23:26.445Z | Downloaded aws-lc-rs v1.16.3 |
| 1205 | 2026-05-29T18:23:26.450Z | Downloaded vergen v9.1.0 |
| 1206 | 2026-05-29T18:23:26.453Z | Downloaded tungstenite v0.21.0 |
| 1207 | 2026-05-29T18:23:26.455Z | Downloaded yasna v0.5.2 |
| 1208 | 2026-05-29T18:23:26.458Z | Downloaded serde_with v1.14.0 |
| 1209 | 2026-05-29T18:23:26.461Z | Downloaded tracing-core v0.1.36 |
| 1210 | 2026-05-29T18:23:26.461Z | Downloaded unsafe-libyaml v0.2.11 |
| 1211 | 2026-05-29T18:23:26.464Z | Downloaded rpassword v7.4.0 |
| 1212 | 2026-05-29T18:23:26.475Z | Downloaded steno v0.4.1 |
| 1213 | 2026-05-29T18:23:26.483Z | Downloaded unicode-bidi v0.3.18 |
| 1214 | 2026-05-29T18:23:26.491Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1215 | 2026-05-29T18:23:26.495Z | Downloaded blake3 v1.8.3 |
| 1216 | 2026-05-29T18:23:26.511Z | Downloaded aho-corasick v1.1.4 |
| 1217 | 2026-05-29T18:23:26.514Z | Downloaded git2 v0.20.4 |
| 1218 | 2026-05-29T18:23:26.527Z | Downloaded p384 v0.13.1 |
| 1219 | 2026-05-29T18:23:26.535Z | Downloaded rustyline v14.0.0 |
| 1220 | 2026-05-29T18:23:26.538Z | Downloaded regex v1.12.3 |
| 1221 | 2026-05-29T18:23:26.540Z | Downloaded reedline v0.40.0 |
| 1222 | 2026-05-29T18:23:26.544Z | Downloaded zerocopy v0.6.6 |
| 1223 | 2026-05-29T18:23:26.547Z | Downloaded uuid v1.23.0 |
| 1224 | 2026-05-29T18:23:26.550Z | Downloaded bindgen v0.71.1 |
| 1225 | 2026-05-29T18:23:26.552Z | Downloaded vte v0.14.1 |
| 1226 | 2026-05-29T18:23:26.556Z | Downloaded toml_edit v0.19.15 |
| 1227 | 2026-05-29T18:23:26.562Z | Downloaded unicode_categories v0.1.1 |
| 1228 | 2026-05-29T18:23:26.564Z | Downloaded reqwest v0.13.2 |
| 1229 | 2026-05-29T18:23:26.567Z | Downloaded reqwest v0.12.28 |
| 1230 | 2026-05-29T18:23:26.571Z | Downloaded zip v0.6.6 |
| 1231 | 2026-05-29T18:23:26.580Z | Downloaded zopfli v0.8.3 |
| 1232 | 2026-05-29T18:23:26.582Z | Downloaded ssh-key v0.6.7 |
| 1233 | 2026-05-29T18:23:26.585Z | Downloaded tokio-postgres v0.7.16 |
| 1234 | 2026-05-29T18:23:26.605Z | Downloaded portable-atomic v1.13.1 |
| 1235 | 2026-05-29T18:23:26.609Z | Downloaded zerocopy-derive v0.8.40 |
| 1236 | 2026-05-29T18:23:26.615Z | Downloaded yansi v1.0.1 |
| 1237 | 2026-05-29T18:23:26.621Z | Downloaded tower v0.5.3 |
| 1238 | 2026-05-29T18:23:26.626Z | Downloaded rayon v1.11.0 |
| 1239 | 2026-05-29T18:23:26.632Z | Downloaded chrono v0.4.44 |
| 1240 | 2026-05-29T18:23:26.639Z | Downloaded unicode-segmentation v1.12.0 |
| 1241 | 2026-05-29T18:23:26.645Z | Downloaded typed-path v0.9.3 |
| 1242 | 2026-05-29T18:23:26.649Z | Downloaded tokio-util v0.7.18 |
| 1243 | 2026-05-29T18:23:26.656Z | Downloaded rustls-webpki v0.101.7 |
| 1244 | 2026-05-29T18:23:26.663Z | Downloaded x509-cert v0.2.5 |
| 1245 | 2026-05-29T18:23:26.666Z | Downloaded salty v0.3.0 |
| 1246 | 2026-05-29T18:23:26.670Z | Downloaded lalrpop v0.19.12 |
| 1247 | 2026-05-29T18:23:26.691Z | Downloaded rustls-webpki v0.102.8 |
| 1248 | 2026-05-29T18:23:26.701Z | Downloaded unicode-normalization v0.1.25 |
| 1249 | 2026-05-29T18:23:26.704Z | Downloaded tower-http v0.6.8 |
| 1250 | 2026-05-29T18:23:26.708Z | Downloaded moka v0.12.13 |
| 1251 | 2026-05-29T18:23:26.712Z | Downloaded serde_with v3.17.0 |
| 1252 | 2026-05-29T18:23:26.719Z | Downloaded quick-xml v0.37.5 |
| 1253 | 2026-05-29T18:23:26.722Z | Downloaded object v0.30.4 |
| 1254 | 2026-05-29T18:23:26.727Z | Downloaded zip v4.6.1 |
| 1255 | 2026-05-29T18:23:26.730Z | Downloaded curve25519-dalek v4.1.3 |
| 1256 | 2026-05-29T18:23:26.735Z | Downloaded tough v0.22.0 |
| 1257 | 2026-05-29T18:23:26.739Z | Downloaded petname v2.0.2 |
| 1258 | 2026-05-29T18:23:26.743Z | Downloaded proptest v1.10.0 |
| 1259 | 2026-05-29T18:23:26.747Z | Downloaded goblin v0.10.5 |
| 1260 | 2026-05-29T18:23:26.761Z | Downloaded nix v0.27.1 |
| 1261 | 2026-05-29T18:23:26.767Z | Downloaded radix_trie v0.2.1 |
| 1262 | 2026-05-29T18:23:26.777Z | Downloaded winnow v0.5.40 |
| 1263 | 2026-05-29T18:23:26.784Z | Downloaded bstr v1.12.1 |
| 1264 | 2026-05-29T18:23:26.789Z | Downloaded quinn-proto v0.11.13 |
| 1265 | 2026-05-29T18:23:26.794Z | Downloaded polar-core v0.27.3 |
| 1266 | 2026-05-29T18:23:26.800Z | Downloaded winnow v0.6.26 |
| 1267 | 2026-05-29T18:23:26.809Z | Downloaded openssl v0.10.79 |
| 1268 | 2026-05-29T18:23:26.830Z | Downloaded rustls v0.21.12 |
| 1269 | 2026-05-29T18:23:26.841Z | Downloaded time v0.3.47 |
| 1270 | 2026-05-29T18:23:26.848Z | Downloaded regex-syntax v0.6.29 |
| 1271 | 2026-05-29T18:23:26.854Z | Downloaded tabled v0.20.0 |
| 1272 | 2026-05-29T18:23:26.873Z | Downloaded nix v0.28.0 |
| 1273 | 2026-05-29T18:23:26.879Z | Downloaded smoltcp v0.9.1 |
| 1274 | 2026-05-29T18:23:26.885Z | Downloaded zlib-rs v0.6.2 |
| 1275 | 2026-05-29T18:23:26.888Z | Downloaded nix v0.31.2 |
| 1276 | 2026-05-29T18:23:26.895Z | Downloaded dropshot v0.17.0 |
| 1277 | 2026-05-29T18:23:26.908Z | Downloaded vcpkg v0.2.15 |
| 1278 | 2026-05-29T18:23:26.928Z | Downloaded hickory-proto v0.24.4 |
| 1279 | 2026-05-29T18:23:26.938Z | Downloaded object v0.37.3 |
| 1280 | 2026-05-29T18:23:26.942Z | Downloaded rustls v0.22.4 |
| 1281 | 2026-05-29T18:23:26.949Z | Downloaded webpki-roots v1.0.6 |
| 1282 | 2026-05-29T18:23:26.952Z | Downloaded smoltcp v0.11.0 |
| 1283 | 2026-05-29T18:23:26.958Z | Downloaded zerocopy v0.8.40 |
| 1284 | 2026-05-29T18:23:26.964Z | Downloaded regex-syntax v0.8.10 |
| 1285 | 2026-05-29T18:23:26.967Z | Downloaded diesel v2.3.7 |
| 1286 | 2026-05-29T18:23:26.979Z | Downloaded rustix v0.38.44 |
| 1287 | 2026-05-29T18:23:26.991Z | Downloaded openapiv3 v2.2.0 |
| 1288 | 2026-05-29T18:23:26.998Z | Downloaded rustls v0.23.37 |
| 1289 | 2026-05-29T18:23:27.019Z | Downloaded regress v0.10.5 |
| 1290 | 2026-05-29T18:23:27.023Z | Downloaded hickory-proto v0.25.2 |
| 1291 | 2026-05-29T18:23:27.023Z | Downloaded regress v0.11.1 |
| 1292 | 2026-05-29T18:23:27.045Z | Downloaded tracing v0.1.44 |
| 1293 | 2026-05-29T18:23:27.064Z | Downloaded sqlparser v0.61.0 |
| 1294 | 2026-05-29T18:23:27.070Z | Downloaded regex-automata v0.4.14 |
| 1295 | 2026-05-29T18:23:27.093Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1296 | 2026-05-29T18:23:27.102Z | Downloaded csv v1.4.0 |
| 1297 | 2026-05-29T18:23:27.114Z | Downloaded sled v0.34.7 |
| 1298 | 2026-05-29T18:23:27.130Z | Downloaded sha3 v0.10.8 |
| 1299 | 2026-05-29T18:23:27.133Z | Downloaded typify-impl v0.6.2 |
| 1300 | 2026-05-29T18:23:27.142Z | Downloaded tokio v1.52.1 |
| 1301 | 2026-05-29T18:23:27.165Z | Downloaded typify-impl v0.4.3 |
| 1302 | 2026-05-29T18:23:27.180Z | Downloaded ratatui v0.29.0 |
| 1303 | 2026-05-29T18:23:27.190Z | Downloaded encoding_rs v0.8.35 |
| 1304 | 2026-05-29T18:23:27.203Z | Downloaded zerocopy-derive v0.6.6 |
| 1305 | 2026-05-29T18:23:27.235Z | Downloaded jiff v0.2.21 |
| 1306 | 2026-05-29T18:23:27.245Z | Downloaded petgraph v0.6.5 |
| 1307 | 2026-05-29T18:23:27.256Z | Downloaded chrono-tz v0.10.4 |
| 1308 | 2026-05-29T18:23:27.270Z | Downloaded petgraph v0.8.3 |
| 1309 | 2026-05-29T18:23:27.291Z | Downloaded libz-sys v1.1.24 |
| 1310 | 2026-05-29T18:23:27.308Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1311 | 2026-05-29T18:23:27.440Z | Downloaded ring v0.17.14 |
| 1312 | 2026-05-29T18:23:27.485Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1313 | 2026-05-29T18:23:27.992Z | Downloaded aws-lc-sys v0.40.0 |
| 1314 | 2026-05-29T18:23:28.239Z | Compiling libc v0.2.185 |
| 1315 | 2026-05-29T18:23:28.239Z | Compiling serde v1.0.228 |
| 1316 | 2026-05-29T18:23:28.242Z | Compiling log v0.4.29 |
| 1317 | 2026-05-29T18:23:28.242Z | Compiling find-msvc-tools v0.1.9 |
| 1318 | 2026-05-29T18:23:28.374Z | Compiling shlex v1.3.0 |
| 1319 | 2026-05-29T18:23:28.396Z | Compiling syn v2.0.117 |
| 1320 | 2026-05-29T18:23:28.407Z | Compiling smallvec v1.15.1 |
| 1321 | 2026-05-29T18:23:28.411Z | Compiling typenum v1.19.0 |
| 1322 | 2026-05-29T18:23:28.567Z | Compiling generic-array v0.14.7 |
| 1323 | 2026-05-29T18:23:28.582Z | Compiling subtle v2.6.1 |
| 1324 | 2026-05-29T18:23:28.606Z | Compiling scopeguard v1.2.0 |
| 1325 | 2026-05-29T18:23:28.639Z | Compiling const-oid v0.9.6 |
| 1326 | 2026-05-29T18:23:28.697Z | Compiling lock_api v0.4.14 |
| 1327 | 2026-05-29T18:23:28.710Z | Compiling serde_json v1.0.149 |
| 1328 | 2026-05-29T18:23:28.751Z | Compiling zerocopy v0.8.40 |
| 1329 | 2026-05-29T18:23:28.804Z | Compiling parking_lot_core v0.9.12 |
| 1330 | 2026-05-29T18:23:28.920Z | Compiling portable-atomic v1.13.1 |
| 1331 | 2026-05-29T18:23:29.030Z | Compiling pin-project-lite v0.2.17 |
| 1332 | 2026-05-29T18:23:29.157Z | Compiling pkg-config v0.3.32 |
| 1333 | 2026-05-29T18:23:29.187Z | Compiling bitflags v2.11.0 |
| 1334 | 2026-05-29T18:23:29.262Z | Compiling getrandom v0.2.17 |
| 1335 | 2026-05-29T18:23:29.338Z | Compiling jobserver v0.1.34 |
| 1336 | 2026-05-29T18:23:29.357Z | Compiling errno v0.3.14 |
| 1337 | 2026-05-29T18:23:29.407Z | Compiling rand_core v0.6.4 |
| 1338 | 2026-05-29T18:23:29.485Z | Compiling signal-hook-registry v1.4.8 |
| 1339 | 2026-05-29T18:23:29.677Z | Compiling cc v1.2.56 |
| 1340 | 2026-05-29T18:23:29.699Z | Compiling libm v0.2.16 |
| 1341 | 2026-05-29T18:23:29.713Z | Compiling futures-core v0.3.32 |
| 1342 | 2026-05-29T18:23:29.762Z | Compiling critical-section v1.2.0 |
| 1343 | 2026-05-29T18:23:29.786Z | Compiling parking_lot v0.12.5 |
| 1344 | 2026-05-29T18:23:29.857Z | Compiling once_cell v1.21.3 |
| 1345 | 2026-05-29T18:23:29.870Z | Compiling mio v1.2.0 |
| 1346 | 2026-05-29T18:23:29.910Z | Compiling num-traits v0.2.19 |
| 1347 | 2026-05-29T18:23:30.032Z | Compiling percent-encoding v2.3.2 |
| 1348 | 2026-05-29T18:23:30.065Z | Compiling socket2 v0.6.3 |
| 1349 | 2026-05-29T18:23:30.151Z | Compiling futures-sink v0.3.32 |
| 1350 | 2026-05-29T18:23:30.215Z | Compiling futures-task v0.3.32 |
| 1351 | 2026-05-29T18:23:30.254Z | Compiling futures-channel v0.3.32 |
| 1352 | 2026-05-29T18:23:30.257Z | Compiling getrandom v0.4.1 |
| 1353 | 2026-05-29T18:23:30.331Z | Compiling cpufeatures v0.2.17 |
| 1354 | 2026-05-29T18:23:30.380Z | Compiling slab v0.4.12 |
| 1355 | 2026-05-29T18:23:30.407Z | Compiling futures-io v0.3.32 |
| 1356 | 2026-05-29T18:23:30.468Z | Compiling rand_core v0.10.0 |
| 1357 | 2026-05-29T18:23:30.482Z | Compiling indexmap v2.14.0 |
| 1358 | 2026-05-29T18:23:30.653Z | Compiling rustversion v1.0.22 |
| 1359 | 2026-05-29T18:23:30.667Z | Compiling getrandom v0.3.4 |
| 1360 | 2026-05-29T18:23:30.682Z | Compiling cmake v0.1.57 |
| 1361 | 2026-05-29T18:23:31.058Z | Compiling form_urlencoded v1.2.2 |
| 1362 | 2026-05-29T18:23:31.089Z | Compiling fs_extra v1.3.0 |
| 1363 | 2026-05-29T18:23:31.215Z | Compiling dunce v1.0.5 |
| 1364 | 2026-05-29T18:23:31.257Z | Compiling synstructure v0.13.2 |
| 1365 | 2026-05-29T18:23:31.315Z | Compiling ident_case v1.0.1 |
| 1366 | 2026-05-29T18:23:31.370Z | Compiling base64ct v1.8.3 |
| 1367 | 2026-05-29T18:23:31.373Z | Compiling aws-lc-sys v0.40.0 |
| 1368 | 2026-05-29T18:23:31.442Z | Compiling iana-time-zone v0.1.65 |
| 1369 | 2026-05-29T18:23:31.641Z | Compiling pem-rfc7468 v0.7.0 |
| 1370 | 2026-05-29T18:23:31.655Z | Compiling flagset v0.4.7 |
| 1371 | 2026-05-29T18:23:31.667Z | Compiling rustix v1.1.3 |
| 1372 | 2026-05-29T18:23:31.681Z | Compiling regex-syntax v0.8.10 |
| 1373 | 2026-05-29T18:23:31.786Z | Compiling rand_core v0.9.5 |
| 1374 | 2026-05-29T18:23:31.838Z | Compiling ring v0.17.14 |
| 1375 | 2026-05-29T18:23:31.889Z | Compiling aws-lc-rs v1.16.3 |
| 1376 | 2026-05-29T18:23:31.962Z | Compiling vcpkg v0.2.15 |
| 1377 | 2026-05-29T18:23:32.095Z | Compiling uuid v1.23.0 |
| 1378 | 2026-05-29T18:23:32.220Z | Compiling rustc_version v0.4.1 |
| 1379 | 2026-05-29T18:23:32.561Z | Compiling tracing-core v0.1.36 |
| 1380 | 2026-05-29T18:23:32.750Z | Compiling openssl-sys v0.9.115 |
| 1381 | 2026-05-29T18:23:32.818Z | Compiling base64 v0.22.1 |
| 1382 | 2026-05-29T18:23:33.084Z | Compiling serde_derive v1.0.228 |
| 1383 | 2026-05-29T18:23:33.117Z | Compiling zeroize_derive v1.4.3 |
| 1384 | 2026-05-29T18:23:33.153Z | Compiling zerofrom-derive v0.1.6 |
| 1385 | 2026-05-29T18:23:33.282Z | Compiling yoke-derive v0.8.1 |
| 1386 | 2026-05-29T18:23:33.477Z | Compiling zerovec-derive v0.11.2 |
| 1387 | 2026-05-29T18:23:33.786Z | Compiling zeroize v1.8.2 |
| 1388 | 2026-05-29T18:23:34.142Z | Compiling zerocopy-derive v0.8.40 |
| 1389 | 2026-05-29T18:23:34.458Z | Compiling displaydoc v0.2.5 |
| 1390 | 2026-05-29T18:23:34.556Z | Compiling crypto-common v0.1.7 |
| 1391 | 2026-05-29T18:23:34.581Z | Compiling zerofrom v0.1.6 |
| 1392 | 2026-05-29T18:23:34.618Z | Compiling block-buffer v0.10.4 |
| 1393 | 2026-05-29T18:23:34.701Z | Compiling yoke v0.8.1 |
| 1394 | 2026-05-29T18:23:34.715Z | Compiling tokio-macros v2.7.0 |
| 1395 | 2026-05-29T18:23:34.787Z | Compiling digest v0.10.7 |
| 1396 | 2026-05-29T18:23:34.885Z | Compiling zerovec v0.11.5 |
| 1397 | 2026-05-29T18:23:35.032Z | Compiling futures-macro v0.3.32 |
| 1398 | 2026-05-29T18:23:35.195Z | Compiling zerotrie v0.2.3 |
| 1399 | 2026-05-29T18:23:35.380Z | Compiling tinystr v0.8.2 |
| 1400 | 2026-05-29T18:23:35.420Z | Compiling potential_utf v0.1.4 |
| 1401 | 2026-05-29T18:23:35.495Z | Compiling hmac v0.12.1 |
| 1402 | 2026-05-29T18:23:35.609Z | Compiling icu_locale_core v2.1.1 |
| 1403 | 2026-05-29T18:23:35.621Z | Compiling icu_collections v2.1.1 |
| 1404 | 2026-05-29T18:23:35.710Z | Compiling block-padding v0.3.3 |
| 1405 | 2026-05-29T18:23:35.867Z | Compiling inout v0.1.4 |
| 1406 | 2026-05-29T18:23:35.870Z | Compiling futures-util v0.3.32 |
| 1407 | 2026-05-29T18:23:36.039Z | Compiling cipher v0.4.4 |
| 1408 | 2026-05-29T18:23:36.090Z | Compiling sha2 v0.10.9 |
| 1409 | 2026-05-29T18:23:36.302Z | Compiling icu_provider v2.1.1 |
| 1410 | 2026-05-29T18:23:36.500Z | Compiling der_derive v0.7.3 |
| 1411 | 2026-05-29T18:23:36.601Z | Compiling bytes v1.11.1 |
| 1412 | 2026-05-29T18:23:36.617Z | Compiling icu_properties v2.1.2 |
| 1413 | 2026-05-29T18:23:36.716Z | Compiling icu_normalizer v2.1.1 |
| 1414 | 2026-05-29T18:23:37.219Z | Compiling tokio v1.52.1 |
| 1415 | 2026-05-29T18:23:37.248Z | Compiling http v1.4.0 |
| 1416 | 2026-05-29T18:23:37.458Z | Compiling idna_adapter v1.2.1 |
| 1417 | 2026-05-29T18:23:37.492Z | Compiling der v0.7.10 |
| 1418 | 2026-05-29T18:23:37.595Z | Compiling idna v1.1.0 |
| 1419 | 2026-05-29T18:23:37.710Z | Compiling chrono v0.4.44 |
| 1420 | 2026-05-29T18:23:38.146Z | Compiling url v2.5.8 |
| 1421 | 2026-05-29T18:23:38.161Z | Compiling salsa20 v0.10.2 |
| 1422 | 2026-05-29T18:23:38.231Z | Compiling pbkdf2 v0.12.2 |
| 1423 | 2026-05-29T18:23:38.293Z | Compiling spki v0.7.3 |
| 1424 | 2026-05-29T18:23:38.345Z | Compiling rustls-pki-types v1.14.0 |
| 1425 | 2026-05-29T18:23:38.496Z | Compiling ppv-lite86 v0.2.21 |
| 1426 | 2026-05-29T18:23:38.578Z | Compiling tracing-attributes v0.1.31 |
| 1427 | 2026-05-29T18:23:38.675Z | Compiling thiserror-impl v2.0.18 |
| 1428 | 2026-05-29T18:23:38.783Z | Compiling rand_chacha v0.9.0 |
| 1429 | 2026-05-29T18:23:38.811Z | Compiling scrypt v0.11.0 |
| 1430 | 2026-05-29T18:23:38.917Z | Compiling http-body v1.0.1 |
| 1431 | 2026-05-29T18:23:39.057Z | Compiling aes v0.8.4 |
| 1432 | 2026-05-29T18:23:39.071Z | Compiling cbc v0.1.2 |
| 1433 | 2026-05-29T18:23:39.156Z | Compiling untrusted v0.7.1 |
| 1434 | 2026-05-29T18:23:39.218Z | Compiling tinyvec_macros v0.1.1 |
| 1435 | 2026-05-29T18:23:39.277Z | Compiling httparse v1.10.1 |
| 1436 | 2026-05-29T18:23:39.291Z | Compiling untrusted v0.9.0 |
| 1437 | 2026-05-29T18:23:39.412Z | Compiling openssl-probe v0.2.1 |
| 1438 | 2026-05-29T18:23:39.485Z | Compiling pkcs5 v0.7.1 |
| 1439 | 2026-05-29T18:23:39.656Z | Compiling tinyvec v1.10.0 |
| 1440 | 2026-05-29T18:23:39.864Z | Compiling tracing v0.1.44 |
| 1441 | 2026-05-29T18:23:39.956Z | Compiling pest_generator v2.8.6 |
| 1442 | 2026-05-29T18:23:39.991Z | Compiling thiserror v2.0.18 |
| 1443 | 2026-05-29T18:23:39.991Z | Compiling rand v0.9.2 |
| 1444 | 2026-05-29T18:23:40.091Z | Compiling serde_derive_internals v0.29.1 |
| 1445 | 2026-05-29T18:23:40.103Z | Compiling aho-corasick v1.1.4 |
| 1446 | 2026-05-29T18:23:40.126Z | Compiling dyn-clone v1.0.20 |
| 1447 | 2026-05-29T18:23:40.267Z | Compiling schemars v0.8.22 |
| 1448 | 2026-05-29T18:23:40.460Z | Compiling tower-service v0.3.3 |
| 1449 | 2026-05-29T18:23:40.575Z | Compiling rustls v0.23.37 |
| 1450 | 2026-05-29T18:23:40.696Z | Compiling try-lock v0.2.5 |
| 1451 | 2026-05-29T18:23:40.747Z | Compiling tower-layer v0.3.3 |
| 1452 | 2026-05-29T18:23:40.783Z | Compiling atomic-waker v1.1.2 |
| 1453 | 2026-05-29T18:23:40.808Z | Compiling want v0.3.1 |
| 1454 | 2026-05-29T18:23:40.907Z | Compiling pest_derive v2.8.6 |
| 1455 | 2026-05-29T18:23:40.938Z | Compiling tokio-util v0.7.18 |
| 1456 | 2026-05-29T18:23:40.970Z | Compiling regex-automata v0.4.14 |
| 1457 | 2026-05-29T18:23:41.016Z | Compiling schemars_derive v0.8.22 |
| 1458 | 2026-05-29T18:23:41.327Z | Compiling pkcs8 v0.10.2 |
| 1459 | 2026-05-29T18:23:41.634Z | Compiling h2 v0.4.13 |
| 1460 | 2026-05-29T18:23:41.698Z | Compiling ipnet v2.11.0 |
| 1461 | 2026-05-29T18:23:41.800Z | Compiling scroll_derive v0.13.1 |
| 1462 | 2026-05-29T18:23:41.985Z | Compiling darling_core v0.20.11 |
| 1463 | 2026-05-29T18:23:42.188Z | Compiling httpdate v1.0.3 |
| 1464 | 2026-05-29T18:23:42.249Z | Compiling openssl v0.10.79 |
| 1465 | 2026-05-29T18:23:42.406Z | Compiling foreign-types-shared v0.1.1 |
| 1466 | 2026-05-29T18:23:42.479Z | Compiling pin-utils v0.1.0 |
| 1467 | 2026-05-29T18:23:42.512Z | Compiling foreign-types v0.3.2 |
| 1468 | 2026-05-29T18:23:42.550Z | Compiling tempfile v3.25.0 |
| 1469 | 2026-05-29T18:23:42.596Z | Compiling scroll v0.13.0 |
| 1470 | 2026-05-29T18:23:42.856Z | Compiling unicode-normalization v0.1.25 |
| 1471 | 2026-05-29T18:23:42.914Z | Compiling openssl-macros v0.1.1 |
| 1472 | 2026-05-29T18:23:43.297Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1473 | 2026-05-29T18:23:43.311Z | Compiling spin v0.9.8 |
| 1474 | 2026-05-29T18:23:43.313Z | Compiling powerfmt v0.2.0 |
| 1475 | 2026-05-29T18:23:43.519Z | Compiling native-tls v0.2.18 |
| 1476 | 2026-05-29T18:23:43.533Z | Compiling time-core v0.1.8 |
| 1477 | 2026-05-29T18:23:43.675Z | Compiling crc32fast v1.5.0 |
| 1478 | 2026-05-29T18:23:43.678Z | Compiling num-conv v0.2.0 |
| 1479 | 2026-05-29T18:23:43.808Z | Compiling time-macros v0.2.27 |
| 1480 | 2026-05-29T18:23:43.857Z | Compiling deranged v0.5.8 |
| 1481 | 2026-05-29T18:23:44.228Z | Compiling darling_macro v0.20.11 |
| 1482 | 2026-05-29T18:23:44.693Z | Compiling hyper v1.8.1 |
| 1483 | 2026-05-29T18:23:44.822Z | Compiling darling v0.20.11 |
| 1484 | 2026-05-29T18:23:44.846Z | Compiling goblin v0.10.5 |
| 1485 | 2026-05-29T18:23:44.905Z | Compiling rustls-native-certs v0.8.3 |
| 1486 | 2026-05-29T18:23:45.026Z | Compiling sync_wrapper v1.0.2 |
| 1487 | 2026-05-29T18:23:45.135Z | Compiling wait-timeout v0.2.1 |
| 1488 | 2026-05-29T18:23:45.187Z | Compiling syn v1.0.109 |
| 1489 | 2026-05-29T18:23:45.396Z | Compiling crossbeam-utils v0.8.21 |
| 1490 | 2026-05-29T18:23:45.487Z | Compiling siphasher v1.0.2 |
| 1491 | 2026-05-29T18:23:45.559Z | Compiling usdt-impl v0.6.0 |
| 1492 | 2026-05-29T18:23:45.700Z | Compiling bit-vec v0.8.0 |
| 1493 | 2026-05-29T18:23:45.729Z | Compiling num_threads v0.1.7 |
| 1494 | 2026-05-29T18:23:45.764Z | Compiling hyper-util v0.1.20 |
| 1495 | 2026-05-29T18:23:45.826Z | Compiling simd-adler32 v0.3.8 |
| 1496 | 2026-05-29T18:23:45.936Z | Compiling quick-error v1.2.3 |
| 1497 | 2026-05-29T18:23:46.047Z | Compiling rusty-fork v0.3.1 |
| 1498 | 2026-05-29T18:23:46.125Z | Compiling bit-set v0.8.0 |
| 1499 | 2026-05-29T18:23:46.295Z | Compiling time v0.3.47 |
| 1500 | 2026-05-29T18:23:46.448Z | Compiling tower v0.5.3 |
| 1501 | 2026-05-29T18:23:46.565Z | Compiling derive_builder_core v0.20.2 |
| 1502 | 2026-05-29T18:23:47.000Z | Compiling dtrace-parser v0.3.0 |
| 1503 | 2026-05-29T18:23:47.114Z | Compiling http-body-util v0.1.3 |
| 1504 | 2026-05-29T18:23:47.358Z | Compiling webpki-roots v1.0.6 |
| 1505 | 2026-05-29T18:23:47.447Z | Compiling signature v2.2.0 |
| 1506 | 2026-05-29T18:23:47.480Z | Compiling scroll_derive v0.12.1 |
| 1507 | 2026-05-29T18:23:47.509Z | Compiling thiserror-impl v1.0.69 |
| 1508 | 2026-05-29T18:23:47.622Z | Compiling dof v0.4.0 |
| 1509 | 2026-05-29T18:23:47.754Z | Compiling heapless v0.7.17 |
| 1510 | 2026-05-29T18:23:47.879Z | Compiling rand_xorshift v0.4.0 |
| 1511 | 2026-05-29T18:23:47.989Z | Compiling slog v2.8.2 |
| 1512 | 2026-05-29T18:23:48.037Z | Compiling darling_core v0.21.3 |
| 1513 | 2026-05-29T18:23:48.126Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1514 | 2026-05-29T18:23:48.167Z | Compiling thread-id v5.1.0 |
| 1515 | 2026-05-29T18:23:48.250Z | Compiling cookie v0.18.1 |
| 1516 | 2026-05-29T18:23:48.394Z | Compiling zstd-safe v7.2.4 |
| 1517 | 2026-05-29T18:23:48.429Z | Compiling adler2 v2.0.1 |
| 1518 | 2026-05-29T18:23:48.560Z | Compiling unarray v0.1.4 |
| 1519 | 2026-05-29T18:23:48.588Z | Compiling allocator-api2 v0.2.21 |
| 1520 | 2026-05-29T18:23:48.669Z | Compiling unicode-bidi v0.3.18 |
| 1521 | 2026-05-29T18:23:48.741Z | Compiling anyhow v1.0.102 |
| 1522 | 2026-05-29T18:23:48.768Z | Compiling ryu v1.0.23 |
| 1523 | 2026-05-29T18:23:48.908Z | Compiling paste v1.0.15 |
| 1524 | 2026-05-29T18:23:48.945Z | Compiling signal-hook v0.3.18 |
| 1525 | 2026-05-29T18:23:49.040Z | Compiling iri-string v0.7.10 |
| 1526 | 2026-05-29T18:23:49.110Z | Compiling unicode-properties v0.1.4 |
| 1527 | 2026-05-29T18:23:49.198Z | Compiling serde_urlencoded v0.7.1 |
| 1528 | 2026-05-29T18:23:49.220Z | Compiling thiserror v1.0.69 |
| 1529 | 2026-05-29T18:23:49.318Z | Compiling stringprep v0.1.5 |
| 1530 | 2026-05-29T18:23:49.332Z | Compiling proptest v1.10.0 |
| 1531 | 2026-05-29T18:23:49.373Z | Compiling miniz_oxide v0.8.9 |
| 1532 | 2026-05-29T18:23:49.975Z | Compiling scroll v0.12.0 |
| 1533 | 2026-05-29T18:23:50.240Z | Compiling tower-http v0.6.8 |
| 1534 | 2026-05-29T18:23:50.311Z | Compiling derive_builder_macro v0.20.2 |
| 1535 | 2026-05-29T18:23:50.364Z | Compiling tokio-native-tls v0.3.1 |
| 1536 | 2026-05-29T18:23:50.533Z | Compiling darling_macro v0.21.3 |
| 1537 | 2026-05-29T18:23:50.570Z | Compiling ipnetwork v0.21.1 |
| 1538 | 2026-05-29T18:23:50.684Z | Compiling bstr v1.12.1 |
| 1539 | 2026-05-29T18:23:50.815Z | Compiling rand_chacha v0.3.1 |
| 1540 | 2026-05-29T18:23:50.963Z | Compiling toml_datetime v0.6.11 |
| 1541 | 2026-05-29T18:23:51.019Z | Compiling serde_tokenstream v0.2.3 |
| 1542 | 2026-05-29T18:23:51.044Z | Compiling serde_spanned v0.6.9 |
| 1543 | 2026-05-29T18:23:51.191Z | Compiling erased-serde v0.3.31 |
| 1544 | 2026-05-29T18:23:51.220Z | Compiling md-5 v0.10.6 |
| 1545 | 2026-05-29T18:23:51.333Z | Compiling pin-project-internal v1.1.11 |
| 1546 | 2026-05-29T18:23:51.348Z | Compiling async-trait v0.1.89 |
| 1547 | 2026-05-29T18:23:51.382Z | Compiling zerocopy-derive v0.7.35 |
| 1548 | 2026-05-29T18:23:51.631Z | Compiling curve25519-dalek v4.1.3 |
| 1549 | 2026-05-29T18:23:51.675Z | Compiling vergen-lib v9.1.0 |
| 1550 | 2026-05-29T18:23:51.855Z | Compiling num-integer v0.1.46 |
| 1551 | 2026-05-29T18:23:51.967Z | Compiling hash32 v0.2.1 |
| 1552 | 2026-05-29T18:23:52.162Z | Compiling ff v0.13.1 |
| 1553 | 2026-05-29T18:23:52.179Z | Compiling memoffset v0.9.1 |
| 1554 | 2026-05-29T18:23:52.240Z | Compiling encoding_rs v0.8.35 |
| 1555 | 2026-05-29T18:23:52.301Z | Compiling base16ct v0.2.0 |
| 1556 | 2026-05-29T18:23:52.363Z | Compiling psl-types v2.0.11 |
| 1557 | 2026-05-29T18:23:52.377Z | Compiling num-bigint-dig v0.8.6 |
| 1558 | 2026-05-29T18:23:52.438Z | Compiling smoltcp v0.9.1 |
| 1559 | 2026-05-29T18:23:52.476Z | Compiling zlib-rs v0.6.2 |
| 1560 | 2026-05-29T18:23:52.489Z | Compiling ref-cast v1.0.25 |
| 1561 | 2026-05-29T18:23:52.559Z | Compiling cfg_aliases v0.2.1 |
| 1562 | 2026-05-29T18:23:52.636Z | Compiling rustix v0.38.44 |
| 1563 | 2026-05-29T18:23:52.768Z | Compiling mime v0.3.17 |
| 1564 | 2026-05-29T18:23:52.787Z | Compiling fallible-iterator v0.2.0 |
| 1565 | 2026-05-29T18:23:52.976Z | Compiling litrs v1.0.0 |
| 1566 | 2026-05-29T18:23:53.098Z | Compiling postgres-protocol v0.6.10 |
| 1567 | 2026-05-29T18:23:53.181Z | Compiling nix v0.31.2 |
| 1568 | 2026-05-29T18:23:53.487Z | Compiling document-features v0.2.12 |
| 1569 | 2026-05-29T18:23:53.568Z | Compiling publicsuffix v2.3.0 |
| 1570 | 2026-05-29T18:23:53.651Z | Compiling pin-project v1.1.11 |
| 1571 | 2026-05-29T18:23:53.727Z | Compiling sec1 v0.7.3 |
| 1572 | 2026-05-29T18:23:53.753Z | Compiling group v0.13.0 |
| 1573 | 2026-05-29T18:23:53.837Z | Compiling zerocopy v0.7.35 |
| 1574 | 2026-05-29T18:23:53.995Z | Compiling num-iter v0.1.45 |
| 1575 | 2026-05-29T18:23:54.132Z | Compiling newtype-uuid v1.3.2 |
| 1576 | 2026-05-29T18:23:54.191Z | Compiling hubpack_derive v0.1.1 |
| 1577 | 2026-05-29T18:23:54.381Z | Compiling darling v0.21.3 |
| 1578 | 2026-05-29T18:23:54.384Z | Compiling rand v0.8.6 |
| 1579 | 2026-05-29T18:23:54.454Z | Compiling derive_builder v0.20.2 |
| 1580 | 2026-05-29T18:23:54.474Z | Compiling oxnet v0.1.4 |
| 1581 | 2026-05-29T18:23:54.522Z | Compiling hyper-tls v0.6.0 |
| 1582 | 2026-05-29T18:23:54.724Z | Compiling goblin v0.8.2 |
| 1583 | 2026-05-29T18:23:55.212Z | Compiling phf_shared v0.13.1 |
| 1584 | 2026-05-29T18:23:55.256Z | Compiling lazy_static v1.5.0 |
| 1585 | 2026-05-29T18:23:55.353Z | Compiling flate2 v1.1.9 |
| 1586 | 2026-05-29T18:23:55.367Z | Compiling regex v1.12.3 |
| 1587 | 2026-05-29T18:23:55.438Z | Compiling futures-executor v0.3.32 |
| 1588 | 2026-05-29T18:23:55.452Z | Compiling hex v0.4.3 |
| 1589 | 2026-05-29T18:23:55.710Z | Compiling hkdf v0.12.4 |
| 1590 | 2026-05-29T18:23:55.741Z | Compiling crypto-bigint v0.5.5 |
| 1591 | 2026-05-29T18:23:55.755Z | Compiling terminal_size v0.4.3 |
| 1592 | 2026-05-29T18:23:55.824Z | Compiling daft-derive v0.1.7 |
| 1593 | 2026-05-29T18:23:55.839Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1594 | 2026-05-29T18:23:55.879Z | Compiling ref-cast-impl v1.0.25 |
| 1595 | 2026-05-29T18:23:55.892Z | Compiling strum_macros v0.27.2 |
| 1596 | 2026-05-29T18:23:56.414Z | Compiling snafu-derive v0.8.9 |
| 1597 | 2026-05-29T18:23:56.479Z | Compiling vergen v9.1.0 |
| 1598 | 2026-05-29T18:23:56.549Z | Compiling fs-err v3.3.0 |
| 1599 | 2026-05-29T18:23:56.667Z | Compiling cargo-platform v0.3.2 |
| 1600 | 2026-05-29T18:23:56.738Z | Compiling ahash v0.8.12 |
| 1601 | 2026-05-29T18:23:56.945Z | Compiling foldhash v0.1.5 |
| 1602 | 2026-05-29T18:23:56.948Z | Compiling libbz2-rs-sys v0.2.2 |
| 1603 | 2026-05-29T18:23:57.120Z | Compiling object v0.37.3 |
| 1604 | 2026-05-29T18:23:57.392Z | Compiling bitflags v1.3.2 |
| 1605 | 2026-05-29T18:23:57.472Z | Compiling foldhash v0.2.0 |
| 1606 | 2026-05-29T18:23:57.631Z | Compiling same-file v1.0.6 |
| 1607 | 2026-05-29T18:23:57.696Z | Compiling bumpalo v3.20.2 |
| 1608 | 2026-05-29T18:23:57.798Z | Compiling managed v0.8.0 |
| 1609 | 2026-05-29T18:23:57.873Z | Compiling winnow v0.5.40 |
| 1610 | 2026-05-29T18:23:57.873Z | Compiling unicode-segmentation v1.12.0 |
| 1611 | 2026-05-29T18:23:57.949Z | Compiling clap_builder v4.5.60 |
| 1612 | 2026-05-29T18:23:58.257Z | Compiling zopfli v0.8.3 |
| 1613 | 2026-05-29T18:23:58.271Z | Compiling strum v0.27.2 |
| 1614 | 2026-05-29T18:23:58.323Z | Compiling snafu v0.8.9 |
| 1615 | 2026-05-29T18:23:58.402Z | Compiling walkdir v2.5.0 |
| 1616 | 2026-05-29T18:23:58.673Z | Compiling hashbrown v0.16.1 |
| 1617 | 2026-05-29T18:23:58.761Z | Compiling bzip2 v0.6.1 |
| 1618 | 2026-05-29T18:23:58.805Z | Compiling hashbrown v0.15.5 |
| 1619 | 2026-05-29T18:23:58.916Z | Compiling dof v0.3.0 |
| 1620 | 2026-05-29T18:23:59.016Z | Compiling cargo_metadata v0.23.1 |
| 1621 | 2026-05-29T18:23:59.268Z | Compiling toml_edit v0.19.15 |
| 1622 | 2026-05-29T18:23:59.352Z | Compiling elliptic-curve v0.13.8 |
| 1623 | 2026-05-29T18:23:59.406Z | Compiling daft v0.1.7 |
| 1624 | 2026-05-29T18:23:59.736Z | Compiling futures v0.3.32 |
| 1625 | 2026-05-29T18:23:59.783Z | Compiling phf v0.13.1 |
| 1626 | 2026-05-29T18:23:59.818Z | Compiling signal-hook-mio v0.2.5 |
| 1627 | 2026-05-29T18:23:59.951Z | Compiling cookie_store v0.22.1 |
| 1628 | 2026-05-29T18:24:00.380Z | Compiling zstd v0.13.3 |
| 1629 | 2026-05-29T18:24:00.636Z | Compiling bzip2 v0.4.4 |
| 1630 | 2026-05-29T18:24:00.684Z | Compiling hubpack v0.1.2 |
| 1631 | 2026-05-29T18:24:00.755Z | Compiling serde_with_macros v3.17.0 |
| 1632 | 2026-05-29T18:24:00.922Z | Compiling postgres-types v0.2.12 |
| 1633 | 2026-05-29T18:24:00.937Z | Compiling usdt-macro v0.6.0 |
| 1634 | 2026-05-29T18:24:01.488Z | Compiling usdt-attr-macro v0.6.0 |
| 1635 | 2026-05-29T18:24:01.687Z | Compiling globset v0.4.18 |
| 1636 | 2026-05-29T18:24:01.899Z | Compiling dtrace-parser v0.2.0 |
| 1637 | 2026-05-29T18:24:01.936Z | Compiling ed25519 v2.2.3 |
| 1638 | 2026-05-29T18:24:02.063Z | Compiling phf_shared v0.11.3 |
| 1639 | 2026-05-29T18:24:02.248Z | Compiling olpc-cjson v0.1.4 |
| 1640 | 2026-05-29T18:24:02.271Z | Compiling pkcs1 v0.7.5 |
| 1641 | 2026-05-29T18:24:02.371Z | Compiling serde-big-array v0.5.1 |
| 1642 | 2026-05-29T18:24:02.412Z | Compiling serde_plain v1.0.2 |
| 1643 | 2026-05-29T18:24:02.516Z | Compiling rfc6979 v0.4.0 |
| 1644 | 2026-05-29T18:24:02.607Z | Compiling async-recursion v1.1.1 |
| 1645 | 2026-05-29T18:24:02.641Z | Compiling serde_repr v0.1.20 |
| 1646 | 2026-05-29T18:24:02.654Z | Compiling clap_derive v4.5.55 |
| 1647 | 2026-05-29T18:24:02.667Z | Compiling strum_macros v0.26.4 |
| 1648 | 2026-05-29T18:24:02.670Z | Compiling enum-as-inner v0.6.1 |
| 1649 | 2026-05-29T18:24:02.830Z | Compiling pem v3.0.6 |
| 1650 | 2026-05-29T18:24:03.159Z | Compiling float-cmp v0.10.0 |
| 1651 | 2026-05-29T18:24:03.164Z | Compiling thread-id v4.2.2 |
| 1652 | 2026-05-29T18:24:03.164Z | Compiling memmap2 v0.9.10 |
| 1653 | 2026-05-29T18:24:03.247Z | Compiling env_filter v1.0.0 |
| 1654 | 2026-05-29T18:24:03.270Z | Compiling new_debug_unreachable v1.0.6 |
| 1655 | 2026-05-29T18:24:03.305Z | Compiling fixedbitset v0.4.2 |
| 1656 | 2026-05-29T18:24:03.342Z | Compiling data-encoding v2.10.0 |
| 1657 | 2026-05-29T18:24:03.381Z | Compiling whoami v2.1.0 |
| 1658 | 2026-05-29T18:24:03.519Z | Compiling keccak v0.1.6 |
| 1659 | 2026-05-29T18:24:03.542Z | Compiling predicates-core v1.0.10 |
| 1660 | 2026-05-29T18:24:03.720Z | Compiling either v1.15.0 |
| 1661 | 2026-05-29T18:24:03.750Z | Compiling fixedbitset v0.5.7 |
| 1662 | 2026-05-29T18:24:03.925Z | Compiling typed-path v0.9.3 |
| 1663 | 2026-05-29T18:24:04.020Z | Compiling precomputed-hash v0.1.1 |
| 1664 | 2026-05-29T18:24:04.048Z | Compiling difflib v0.4.0 |
| 1665 | 2026-05-29T18:24:04.107Z | Compiling static_assertions v1.1.0 |
| 1666 | 2026-05-29T18:24:04.182Z | Compiling normalize-line-endings v0.3.0 |
| 1667 | 2026-05-29T18:24:04.280Z | Compiling jiff v0.2.21 |
| 1668 | 2026-05-29T18:24:04.332Z | Compiling toml_edit v0.22.27 |
| 1669 | 2026-05-29T18:24:04.404Z | Compiling strum v0.26.3 |
| 1670 | 2026-05-29T18:24:04.419Z | Compiling clap v4.5.60 |
| 1671 | 2026-05-29T18:24:04.501Z | Compiling predicates v3.1.4 |
| 1672 | 2026-05-29T18:24:04.534Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1673 | 2026-05-29T18:24:04.603Z | Compiling string_cache v0.8.9 |
| 1674 | 2026-05-29T18:24:04.829Z | Compiling petgraph v0.8.3 |
| 1675 | 2026-05-29T18:24:05.147Z | Compiling itertools v0.13.0 |
| 1676 | 2026-05-29T18:24:05.161Z | Compiling sha3 v0.10.8 |
| 1677 | 2026-05-29T18:24:05.592Z | Compiling hickory-proto v0.25.2 |
| 1678 | 2026-05-29T18:24:05.680Z | Compiling tokio-postgres v0.7.16 |
| 1679 | 2026-05-29T18:24:06.431Z | Compiling petgraph v0.6.5 |
| 1680 | 2026-05-29T18:24:06.810Z | Compiling env_logger v0.11.9 |
| 1681 | 2026-05-29T18:24:07.159Z | Compiling zip v4.6.1 |
| 1682 | 2026-05-29T18:24:07.174Z | Compiling usdt v0.6.0 |
| 1683 | 2026-05-29T18:24:07.428Z | Compiling usdt-impl v0.5.0 |
| 1684 | 2026-05-29T18:24:07.441Z | Compiling ecdsa v0.16.9 |
| 1685 | 2026-05-29T18:24:07.833Z | Compiling rsa v0.9.10 |
| 1686 | 2026-05-29T18:24:07.881Z | Compiling ed25519-dalek v2.2.0 |
| 1687 | 2026-05-29T18:24:07.924Z | Compiling serde_with v3.17.0 |
| 1688 | 2026-05-29T18:24:08.003Z | Compiling crossterm v0.28.1 |
| 1689 | 2026-05-29T18:24:08.541Z | Compiling zip v0.6.6 |
| 1690 | 2026-05-29T18:24:08.549Z | Compiling toml v0.7.8 |
| 1691 | 2026-05-29T18:24:09.154Z | Compiling iddqd v0.4.2 |
| 1692 | 2026-05-29T18:24:09.645Z | Compiling similar v2.7.0 |
| 1693 | 2026-05-29T18:24:09.710Z | Compiling heck v0.4.1 |
| 1694 | 2026-05-29T18:24:09.742Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1695 | 2026-05-29T18:24:09.936Z | Compiling crossbeam-epoch v0.9.18 |
| 1696 | 2026-05-29T18:24:10.275Z | Compiling tokio-stream v0.1.18 |
| 1697 | 2026-05-29T18:24:10.303Z | Compiling buf-list v1.1.2 |
| 1698 | 2026-05-29T18:24:10.361Z | Compiling x509-cert v0.2.5 |
| 1699 | 2026-05-29T18:24:10.445Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1700 | 2026-05-29T18:24:10.499Z | Compiling openapiv3 v2.2.0 |
| 1701 | 2026-05-29T18:24:10.626Z | Compiling sha1 v0.10.6 |
| 1702 | 2026-05-29T18:24:10.749Z | Compiling peg-runtime v0.8.5 |
| 1703 | 2026-05-29T18:24:10.765Z | Compiling lalrpop-util v0.19.12 |
| 1704 | 2026-05-29T18:24:10.852Z | Compiling thread_local v1.1.9 |
| 1705 | 2026-05-29T18:24:10.958Z | Compiling slog-async v2.8.0 |
| 1706 | 2026-05-29T18:24:11.035Z | Compiling crossbeam-channel v0.5.15 |
| 1707 | 2026-05-29T18:24:11.115Z | Compiling is-terminal v0.4.17 |
| 1708 | 2026-05-29T18:24:11.161Z | Compiling filetime v0.2.27 |
| 1709 | 2026-05-29T18:24:11.214Z | Compiling xattr v1.6.1 |
| 1710 | 2026-05-29T18:24:11.277Z | Compiling take_mut v0.2.2 |
| 1711 | 2026-05-29T18:24:11.340Z | Compiling term v1.2.1 |
| 1712 | 2026-05-29T18:24:11.396Z | Compiling tar v0.4.45 |
| 1713 | 2026-05-29T18:24:11.836Z | Compiling slog-term v2.9.2 |
| 1714 | 2026-05-29T18:24:21.490Z | Compiling rustls-webpki v0.103.9 |
| 1715 | 2026-05-29T18:24:24.277Z | Compiling tokio-rustls v0.26.4 |
| 1716 | 2026-05-29T18:24:24.278Z | Compiling rustls-platform-verifier v0.6.2 |
| 1717 | 2026-05-29T18:24:24.468Z | Compiling hyper-rustls v0.27.7 |
| 1718 | 2026-05-29T18:24:24.673Z | Compiling reqwest v0.12.28 |
| 1719 | 2026-05-29T18:24:24.673Z | Compiling reqwest v0.13.2 |
| 1720 | 2026-05-29T18:24:25.946Z | Compiling tough v0.22.0 |
| 1721 | 2026-05-29T18:24:28.499Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1722 | 2026-05-29T18:24:28.715Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1723 | 2026-05-29T18:24:31.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1724 | 2026-05-29T18:24:31.746Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1725 | 2026-05-29T18:24:31.800Z | May 29 18:24:30.778 INFO Starting download, target: Clickhouse |
| 1726 | 2026-05-29T18:24:31.800Z | May 29 18:24:30.779 INFO Starting download, target: Cockroach |
| 1727 | 2026-05-29T18:24:31.800Z | May 29 18:24:30.779 INFO Starting download, target: Console |
| 1728 | 2026-05-29T18:24:31.800Z | May 29 18:24:30.779 INFO Starting download, target: DendriteStub |
| 1729 | 2026-05-29T18:24:31.801Z | May 29 18:24:30.779 INFO Starting download, target: TransceiverControl |
| 1730 | 2026-05-29T18:24:31.801Z | May 29 18:24:30.779 INFO Starting download, target: MaghemiteMgd |
| 1731 | 2026-05-29T18:24:31.804Z | May 29 18:24:30.779 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1732 | 2026-05-29T18:24:31.804Z | May 29 18:24:30.779 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1733 | 2026-05-29T18:24:31.804Z | May 29 18:24:30.779 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1734 | 2026-05-29T18:24:31.804Z | May 29 18:24:30.779 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1735 | 2026-05-29T18:24:31.804Z | May 29 18:24:30.779 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1736 | 2026-05-29T18:24:31.804Z | May 29 18:24:30.779 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1737 | 2026-05-29T18:24:32.085Z | May 29 18:24:31.060 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1738 | 2026-05-29T18:24:32.340Z | May 29 18:24:31.315 INFO Download complete, target: TransceiverControl |
| 1739 | 2026-05-29T18:24:32.746Z | May 29 18:24:31.717 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1740 | 2026-05-29T18:24:32.992Z | May 29 18:24:31.953 INFO Download complete, target: Console |
| 1741 | 2026-05-29T18:24:33.225Z | May 29 18:24:32.201 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1742 | 2026-05-29T18:24:33.277Z | May 29 18:24:32.243 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1743 | 2026-05-29T18:24:33.558Z | May 29 18:24:32.538 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1744 | 2026-05-29T18:24:33.558Z | May 29 18:24:32.538 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1745 | 2026-05-29T18:24:33.846Z | May 29 18:24:32.827 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1746 | 2026-05-29T18:24:35.653Z | May 29 18:24:34.632 INFO Download complete, target: DendriteStub |
| 1747 | 2026-05-29T18:24:35.765Z | May 29 18:24:34.743 INFO Download complete, target: MaghemiteMgd |
| 1748 | 2026-05-29T18:24:38.288Z | May 29 18:24:37.269 INFO Checking that binary works, target: Cockroach |
| 1749 | 2026-05-29T18:24:38.402Z | May 29 18:24:37.383 INFO Download complete, target: Cockroach |
| 1750 | 2026-05-29T18:24:40.663Z | May 29 18:24:39.643 INFO Checking that binary works, target: Clickhouse |
| 1751 | 2026-05-29T18:24:40.754Z | May 29 18:24:39.735 INFO Download complete, target: Clickhouse |
| 1752 | 2026-05-29T18:24:40.788Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1753 | 2026-05-29T18:24:40.791Z | |
| 1754 | 2026-05-29T18:24:40.791Z | real 2:17.405502141 |
| 1755 | 2026-05-29T18:24:40.792Z | user 6:57.835818156 |
| 1756 | 2026-05-29T18:24:40.792Z | sys 1:23.085740727 |
| 1757 | 2026-05-29T18:24:40.792Z | trap 0.233683805 |
| 1758 | 2026-05-29T18:24:40.792Z | tflt 0.752587531 |
| 1759 | 2026-05-29T18:24:40.792Z | dflt 0.671627363 |
| 1760 | 2026-05-29T18:24:40.792Z | kflt 0.026095846 |
| 1761 | 2026-05-29T18:24:40.792Z | lock 22:22.487578420 |
| 1762 | 2026-05-29T18:24:40.792Z | slp 21:26.244336798 |
| 1763 | 2026-05-29T18:24:40.792Z | lat 43.724754221 |
| 1764 | 2026-05-29T18:24:40.792Z | stop 1:57.504824230 |
| 1765 | 2026-05-29T18:24:40.792Z | + banner hack-check |
| 1766 | 2026-05-29T18:24:40.792Z | |
| 1767 | 2026-05-29T18:24:40.792Z | # # ## #### # # #### # # ###### #### # # |
| 1768 | 2026-05-29T18:24:40.792Z | # # # # # # # # # # # # # # # # # |
| 1769 | 2026-05-29T18:24:40.792Z | ###### # # # #### ##### # ###### ##### # #### |
| 1770 | 2026-05-29T18:24:40.792Z | # # ###### # # # # # # # # # # |
| 1771 | 2026-05-29T18:24:40.792Z | # # # # # # # # # # # # # # # # # |
| 1772 | 2026-05-29T18:24:40.792Z | # # # # #### # # #### # # ###### #### # # |
| 1773 | 2026-05-29T18:24:40.792Z | |
| 1774 | 2026-05-29T18:24:40.792Z | + export CARGO_INCREMENTAL=0 |
| 1775 | 2026-05-29T18:24:40.792Z | + CARGO_INCREMENTAL=0 |
| 1776 | 2026-05-29T18:24:40.792Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1777 | 2026-05-29T18:24:41.327Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1778 | 2026-05-29T18:24:41.543Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1779 | 2026-05-29T18:24:43.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
| 1780 | 2026-05-29T18:24:43.499Z | Running `target/debug/xtask check-features --ci` |
| 1781 | 2026-05-29T18:24:43.527Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1782 | 2026-05-29T18:24:43.530Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1783 | 2026-05-29T18:24:44.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1784 | 2026-05-29T18:24:44.038Z | Running `target/debug/xtask download cargo-hack` |
| 1785 | 2026-05-29T18:24:44.823Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1786 | 2026-05-29T18:24:45.131Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1787 | 2026-05-29T18:24:47.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s |
| 1788 | 2026-05-29T18:24:47.820Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1789 | 2026-05-29T18:24:47.858Z | May 29 18:24:46.839 INFO Starting download, target: CargoHack |
| 1790 | 2026-05-29T18:24:47.861Z | May 29 18:24:46.839 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1791 | 2026-05-29T18:24:48.263Z | May 29 18:24:47.244 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1792 | 2026-05-29T18:24:48.314Z | May 29 18:24:47.295 INFO Download complete, target: CargoHack |
| 1793 | 2026-05-29T18:24:48.316Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1794 | 2026-05-29T18:24:48.329Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1795 | 2026-05-29T18:24:48.484Z | info: running `cargo check --bins` on api_identity (1/295) |
| 1796 | 2026-05-29T18:24:48.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1797 | 2026-05-29T18:24:48.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1798 | 2026-05-29T18:24:48.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1799 | 2026-05-29T18:24:48.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1800 | 2026-05-29T18:24:49.065Z | |
| 1801 | 2026-05-29T18:24:49.065Z | info: running `cargo check --bins` on bootstore (2/295) |
| 1802 | 2026-05-29T18:24:49.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1803 | 2026-05-29T18:24:49.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1804 | 2026-05-29T18:24:49.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1805 | 2026-05-29T18:24:49.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1806 | 2026-05-29T18:24:49.651Z | |
| 1807 | 2026-05-29T18:24:49.651Z | info: running `cargo check --bins` on omicron-ledger (3/295) |
| 1808 | 2026-05-29T18:24:50.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1809 | 2026-05-29T18:24:50.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1810 | 2026-05-29T18:24:50.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1811 | 2026-05-29T18:24:50.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1812 | 2026-05-29T18:24:50.235Z | |
| 1813 | 2026-05-29T18:24:50.235Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295) |
| 1814 | 2026-05-29T18:24:50.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1815 | 2026-05-29T18:24:50.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1816 | 2026-05-29T18:24:50.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1817 | 2026-05-29T18:24:50.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1818 | 2026-05-29T18:24:50.815Z | |
| 1819 | 2026-05-29T18:24:50.815Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295) |
| 1820 | 2026-05-29T18:24:51.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1821 | 2026-05-29T18:24:51.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1822 | 2026-05-29T18:24:51.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1823 | 2026-05-29T18:24:51.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1824 | 2026-05-29T18:24:51.403Z | |
| 1825 | 2026-05-29T18:24:51.403Z | info: running `cargo check --bins` on omicron-certificates (6/295) |
| 1826 | 2026-05-29T18:24:51.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1827 | 2026-05-29T18:24:51.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1828 | 2026-05-29T18:24:51.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1829 | 2026-05-29T18:24:51.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1830 | 2026-05-29T18:24:52.001Z | |
| 1831 | 2026-05-29T18:24:52.001Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/295) |
| 1832 | 2026-05-29T18:24:52.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1833 | 2026-05-29T18:24:52.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1834 | 2026-05-29T18:24:52.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1835 | 2026-05-29T18:24:52.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1836 | 2026-05-29T18:24:52.598Z | |
| 1837 | 2026-05-29T18:24:52.598Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295) |
| 1838 | 2026-05-29T18:24:53.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1839 | 2026-05-29T18:24:53.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1840 | 2026-05-29T18:24:53.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1841 | 2026-05-29T18:24:53.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1842 | 2026-05-29T18:24:53.195Z | |
| 1843 | 2026-05-29T18:24:53.195Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295) |
| 1844 | 2026-05-29T18:24:53.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1845 | 2026-05-29T18:24:53.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1846 | 2026-05-29T18:24:53.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1847 | 2026-05-29T18:24:53.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1848 | 2026-05-29T18:24:53.659Z | |
| 1849 | 2026-05-29T18:24:53.660Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295) |
| 1850 | 2026-05-29T18:24:54.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1851 | 2026-05-29T18:24:54.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1852 | 2026-05-29T18:24:54.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1853 | 2026-05-29T18:24:54.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1854 | 2026-05-29T18:24:54.133Z | |
| 1855 | 2026-05-29T18:24:54.133Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295) |
| 1856 | 2026-05-29T18:24:54.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1857 | 2026-05-29T18:24:54.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1858 | 2026-05-29T18:24:54.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1859 | 2026-05-29T18:24:54.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1860 | 2026-05-29T18:24:54.600Z | |
| 1861 | 2026-05-29T18:24:54.600Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295) |
| 1862 | 2026-05-29T18:24:55.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1863 | 2026-05-29T18:24:55.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1864 | 2026-05-29T18:24:55.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1865 | 2026-05-29T18:24:55.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1866 | 2026-05-29T18:24:55.067Z | |
| 1867 | 2026-05-29T18:24:55.067Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295) |
| 1868 | 2026-05-29T18:24:55.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1869 | 2026-05-29T18:24:55.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1870 | 2026-05-29T18:24:55.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1871 | 2026-05-29T18:24:55.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1872 | 2026-05-29T18:24:55.530Z | |
| 1873 | 2026-05-29T18:24:55.530Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295) |
| 1874 | 2026-05-29T18:24:55.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1875 | 2026-05-29T18:24:55.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1876 | 2026-05-29T18:24:55.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1877 | 2026-05-29T18:24:55.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1878 | 2026-05-29T18:24:56.063Z | |
| 1879 | 2026-05-29T18:24:56.063Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295) |
| 1880 | 2026-05-29T18:24:56.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1881 | 2026-05-29T18:24:56.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1882 | 2026-05-29T18:24:56.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1883 | 2026-05-29T18:24:56.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1884 | 2026-05-29T18:24:56.460Z | |
| 1885 | 2026-05-29T18:24:56.460Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295) |
| 1886 | 2026-05-29T18:24:56.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1887 | 2026-05-29T18:24:56.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1888 | 2026-05-29T18:24:56.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1889 | 2026-05-29T18:24:56.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1890 | 2026-05-29T18:24:56.925Z | |
| 1891 | 2026-05-29T18:24:56.925Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295) |
| 1892 | 2026-05-29T18:24:57.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2026-05-29T18:24:57.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2026-05-29T18:24:57.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2026-05-29T18:24:57.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1896 | 2026-05-29T18:24:57.390Z | |
| 1897 | 2026-05-29T18:24:57.390Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295) |
| 1898 | 2026-05-29T18:24:57.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2026-05-29T18:24:57.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2026-05-29T18:24:57.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2026-05-29T18:24:57.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1902 | 2026-05-29T18:24:57.854Z | |
| 1903 | 2026-05-29T18:24:57.854Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295) |
| 1904 | 2026-05-29T18:24:58.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2026-05-29T18:24:58.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2026-05-29T18:24:58.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2026-05-29T18:24:58.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1908 | 2026-05-29T18:24:58.320Z | |
| 1909 | 2026-05-29T18:24:58.320Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295) |
| 1910 | 2026-05-29T18:24:58.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2026-05-29T18:24:58.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2026-05-29T18:24:58.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2026-05-29T18:24:58.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1914 | 2026-05-29T18:24:58.815Z | |
| 1915 | 2026-05-29T18:24:58.815Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295) |
| 1916 | 2026-05-29T18:24:59.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2026-05-29T18:24:59.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2026-05-29T18:24:59.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2026-05-29T18:24:59.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1920 | 2026-05-29T18:24:59.265Z | |
| 1921 | 2026-05-29T18:24:59.265Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295) |
| 1922 | 2026-05-29T18:24:59.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2026-05-29T18:24:59.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2026-05-29T18:24:59.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2026-05-29T18:24:59.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1926 | 2026-05-29T18:24:59.732Z | |
| 1927 | 2026-05-29T18:24:59.733Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295) |
| 1928 | 2026-05-29T18:25:00.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2026-05-29T18:25:00.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2026-05-29T18:25:00.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2026-05-29T18:25:00.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1932 | 2026-05-29T18:25:00.201Z | |
| 1933 | 2026-05-29T18:25:00.201Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295) |
| 1934 | 2026-05-29T18:25:00.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2026-05-29T18:25:00.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2026-05-29T18:25:00.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2026-05-29T18:25:00.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1938 | 2026-05-29T18:25:00.668Z | |
| 1939 | 2026-05-29T18:25:00.668Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295) |
| 1940 | 2026-05-29T18:25:01.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2026-05-29T18:25:01.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2026-05-29T18:25:01.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2026-05-29T18:25:01.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1944 | 2026-05-29T18:25:01.138Z | |
| 1945 | 2026-05-29T18:25:01.139Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295) |
| 1946 | 2026-05-29T18:25:01.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2026-05-29T18:25:01.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2026-05-29T18:25:01.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2026-05-29T18:25:01.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1950 | 2026-05-29T18:25:01.609Z | |
| 1951 | 2026-05-29T18:25:01.609Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295) |
| 1952 | 2026-05-29T18:25:02.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2026-05-29T18:25:02.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2026-05-29T18:25:02.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2026-05-29T18:25:02.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1956 | 2026-05-29T18:25:02.077Z | |
| 1957 | 2026-05-29T18:25:02.077Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295) |
| 1958 | 2026-05-29T18:25:02.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2026-05-29T18:25:02.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2026-05-29T18:25:02.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2026-05-29T18:25:02.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1962 | 2026-05-29T18:25:02.545Z | |
| 1963 | 2026-05-29T18:25:02.545Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295) |
| 1964 | 2026-05-29T18:25:02.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2026-05-29T18:25:02.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2026-05-29T18:25:02.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1967 | 2026-05-29T18:25:02.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1968 | 2026-05-29T18:25:03.014Z | |
| 1969 | 2026-05-29T18:25:03.014Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295) |
| 1970 | 2026-05-29T18:25:03.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1971 | 2026-05-29T18:25:03.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1972 | 2026-05-29T18:25:03.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1973 | 2026-05-29T18:25:03.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1974 | 2026-05-29T18:25:03.483Z | |
| 1975 | 2026-05-29T18:25:03.483Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295) |
| 1976 | 2026-05-29T18:25:03.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2026-05-29T18:25:03.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2026-05-29T18:25:03.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1979 | 2026-05-29T18:25:03.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1980 | 2026-05-29T18:25:03.957Z | |
| 1981 | 2026-05-29T18:25:03.958Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295) |
| 1982 | 2026-05-29T18:25:04.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1983 | 2026-05-29T18:25:04.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1984 | 2026-05-29T18:25:04.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1985 | 2026-05-29T18:25:04.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1986 | 2026-05-29T18:25:04.430Z | |
| 1987 | 2026-05-29T18:25:04.430Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295) |
| 1988 | 2026-05-29T18:25:04.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1989 | 2026-05-29T18:25:04.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1990 | 2026-05-29T18:25:04.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1991 | 2026-05-29T18:25:04.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1992 | 2026-05-29T18:25:04.903Z | |
| 1993 | 2026-05-29T18:25:04.904Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295) |
| 1994 | 2026-05-29T18:25:05.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1995 | 2026-05-29T18:25:05.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1996 | 2026-05-29T18:25:05.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1997 | 2026-05-29T18:25:05.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1998 | 2026-05-29T18:25:05.377Z | |
| 1999 | 2026-05-29T18:25:05.377Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295) |
| 2000 | 2026-05-29T18:25:05.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2001 | 2026-05-29T18:25:05.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2002 | 2026-05-29T18:25:05.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2003 | 2026-05-29T18:25:05.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2004 | 2026-05-29T18:25:05.849Z | |
| 2005 | 2026-05-29T18:25:05.849Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295) |
| 2006 | 2026-05-29T18:25:06.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2007 | 2026-05-29T18:25:06.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2008 | 2026-05-29T18:25:06.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2009 | 2026-05-29T18:25:06.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2010 | 2026-05-29T18:25:06.320Z | |
| 2011 | 2026-05-29T18:25:06.320Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295) |
| 2012 | 2026-05-29T18:25:06.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2013 | 2026-05-29T18:25:06.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2014 | 2026-05-29T18:25:06.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2015 | 2026-05-29T18:25:06.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2016 | 2026-05-29T18:25:06.791Z | |
| 2017 | 2026-05-29T18:25:06.791Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295) |
| 2018 | 2026-05-29T18:25:07.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2019 | 2026-05-29T18:25:07.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2020 | 2026-05-29T18:25:07.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2021 | 2026-05-29T18:25:07.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2022 | 2026-05-29T18:25:07.321Z | |
| 2023 | 2026-05-29T18:25:07.321Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295) |
| 2024 | 2026-05-29T18:25:07.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2026-05-29T18:25:07.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2026-05-29T18:25:07.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2027 | 2026-05-29T18:25:07.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2028 | 2026-05-29T18:25:07.731Z | |
| 2029 | 2026-05-29T18:25:07.731Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295) |
| 2030 | 2026-05-29T18:25:08.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2031 | 2026-05-29T18:25:08.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2032 | 2026-05-29T18:25:08.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2033 | 2026-05-29T18:25:08.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2034 | 2026-05-29T18:25:08.201Z | |
| 2035 | 2026-05-29T18:25:08.201Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295) |
| 2036 | 2026-05-29T18:25:08.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2037 | 2026-05-29T18:25:08.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2038 | 2026-05-29T18:25:08.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2039 | 2026-05-29T18:25:08.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2040 | 2026-05-29T18:25:08.674Z | |
| 2041 | 2026-05-29T18:25:08.674Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295) |
| 2042 | 2026-05-29T18:25:09.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2043 | 2026-05-29T18:25:09.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2044 | 2026-05-29T18:25:09.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2045 | 2026-05-29T18:25:09.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2046 | 2026-05-29T18:25:09.150Z | |
| 2047 | 2026-05-29T18:25:09.150Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295) |
| 2048 | 2026-05-29T18:25:09.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2049 | 2026-05-29T18:25:09.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2050 | 2026-05-29T18:25:09.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2051 | 2026-05-29T18:25:09.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2052 | 2026-05-29T18:25:09.620Z | |
| 2053 | 2026-05-29T18:25:09.620Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295) |
| 2054 | 2026-05-29T18:25:10.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2055 | 2026-05-29T18:25:10.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2056 | 2026-05-29T18:25:10.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2057 | 2026-05-29T18:25:10.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2058 | 2026-05-29T18:25:10.094Z | |
| 2059 | 2026-05-29T18:25:10.094Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295) |
| 2060 | 2026-05-29T18:25:10.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2061 | 2026-05-29T18:25:10.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2062 | 2026-05-29T18:25:10.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2063 | 2026-05-29T18:25:10.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2064 | 2026-05-29T18:25:10.567Z | |
| 2065 | 2026-05-29T18:25:10.567Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295) |
| 2066 | 2026-05-29T18:25:10.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2067 | 2026-05-29T18:25:10.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2068 | 2026-05-29T18:25:10.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2069 | 2026-05-29T18:25:10.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2070 | 2026-05-29T18:25:11.039Z | |
| 2071 | 2026-05-29T18:25:11.039Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295) |
| 2072 | 2026-05-29T18:25:11.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2073 | 2026-05-29T18:25:11.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2074 | 2026-05-29T18:25:11.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2075 | 2026-05-29T18:25:11.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2076 | 2026-05-29T18:25:11.513Z | |
| 2077 | 2026-05-29T18:25:11.513Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295) |
| 2078 | 2026-05-29T18:25:11.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2079 | 2026-05-29T18:25:11.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2080 | 2026-05-29T18:25:11.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2081 | 2026-05-29T18:25:11.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2082 | 2026-05-29T18:25:11.984Z | |
| 2083 | 2026-05-29T18:25:11.984Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295) |
| 2084 | 2026-05-29T18:25:12.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2085 | 2026-05-29T18:25:12.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2086 | 2026-05-29T18:25:12.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2087 | 2026-05-29T18:25:12.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2088 | 2026-05-29T18:25:12.621Z | |
| 2089 | 2026-05-29T18:25:12.621Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295) |
| 2090 | 2026-05-29T18:25:13.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2091 | 2026-05-29T18:25:13.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2092 | 2026-05-29T18:25:13.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2093 | 2026-05-29T18:25:13.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2094 | 2026-05-29T18:25:13.262Z | |
| 2095 | 2026-05-29T18:25:13.262Z | info: running `cargo check --bins` on nexus-config (51/295) |
| 2096 | 2026-05-29T18:25:13.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2097 | 2026-05-29T18:25:13.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2098 | 2026-05-29T18:25:13.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2099 | 2026-05-29T18:25:13.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2100 | 2026-05-29T18:25:13.900Z | |
| 2101 | 2026-05-29T18:25:13.900Z | info: running `cargo check --bins` on nexus-types (52/295) |
| 2102 | 2026-05-29T18:25:14.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2103 | 2026-05-29T18:25:14.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2104 | 2026-05-29T18:25:14.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2105 | 2026-05-29T18:25:14.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2106 | 2026-05-29T18:25:14.541Z | |
| 2107 | 2026-05-29T18:25:14.541Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295) |
| 2108 | 2026-05-29T18:25:15.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2109 | 2026-05-29T18:25:15.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2110 | 2026-05-29T18:25:15.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2111 | 2026-05-29T18:25:15.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2112 | 2026-05-29T18:25:15.151Z | |
| 2113 | 2026-05-29T18:25:15.151Z | info: running `cargo check --bins` on omicron-passwords (54/295) |
| 2114 | 2026-05-29T18:25:15.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2115 | 2026-05-29T18:25:15.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2116 | 2026-05-29T18:25:15.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2117 | 2026-05-29T18:25:15.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2118 | 2026-05-29T18:25:15.733Z | |
| 2119 | 2026-05-29T18:25:15.733Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/295) |
| 2120 | 2026-05-29T18:25:16.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2121 | 2026-05-29T18:25:16.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2122 | 2026-05-29T18:25:16.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2123 | 2026-05-29T18:25:16.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2124 | 2026-05-29T18:25:16.342Z | |
| 2125 | 2026-05-29T18:25:16.342Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295) |
| 2126 | 2026-05-29T18:25:16.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2127 | 2026-05-29T18:25:16.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2128 | 2026-05-29T18:25:16.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2129 | 2026-05-29T18:25:16.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2130 | 2026-05-29T18:25:16.944Z | |
| 2131 | 2026-05-29T18:25:16.944Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295) |
| 2132 | 2026-05-29T18:25:17.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2133 | 2026-05-29T18:25:17.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2134 | 2026-05-29T18:25:17.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2135 | 2026-05-29T18:25:17.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2136 | 2026-05-29T18:25:17.550Z | |
| 2137 | 2026-05-29T18:25:17.550Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295) |
| 2138 | 2026-05-29T18:25:18.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2139 | 2026-05-29T18:25:18.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2140 | 2026-05-29T18:25:18.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2141 | 2026-05-29T18:25:18.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2142 | 2026-05-29T18:25:18.161Z | |
| 2143 | 2026-05-29T18:25:18.161Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295) |
| 2144 | 2026-05-29T18:25:18.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2145 | 2026-05-29T18:25:18.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2146 | 2026-05-29T18:25:18.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2147 | 2026-05-29T18:25:18.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2148 | 2026-05-29T18:25:18.746Z | |
| 2149 | 2026-05-29T18:25:18.746Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295) |
| 2150 | 2026-05-29T18:25:19.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2151 | 2026-05-29T18:25:19.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2152 | 2026-05-29T18:25:19.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2153 | 2026-05-29T18:25:19.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2154 | 2026-05-29T18:25:19.334Z | |
| 2155 | 2026-05-29T18:25:19.334Z | info: running `cargo check --bins --no-default-features` on gfss (61/295) |
| 2156 | 2026-05-29T18:25:19.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2157 | 2026-05-29T18:25:19.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2158 | 2026-05-29T18:25:19.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2159 | 2026-05-29T18:25:19.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2160 | 2026-05-29T18:25:19.923Z | |
| 2161 | 2026-05-29T18:25:19.923Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295) |
| 2162 | 2026-05-29T18:25:20.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2163 | 2026-05-29T18:25:20.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2164 | 2026-05-29T18:25:20.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2165 | 2026-05-29T18:25:20.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2166 | 2026-05-29T18:25:20.509Z | |
| 2167 | 2026-05-29T18:25:20.509Z | info: running `cargo check --bins` on clickhouse-admin-types (63/295) |
| 2168 | 2026-05-29T18:25:21.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2169 | 2026-05-29T18:25:21.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2170 | 2026-05-29T18:25:21.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2171 | 2026-05-29T18:25:21.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2172 | 2026-05-29T18:25:21.106Z | |
| 2173 | 2026-05-29T18:25:21.106Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/295) |
| 2174 | 2026-05-29T18:25:21.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2175 | 2026-05-29T18:25:21.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2176 | 2026-05-29T18:25:21.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2177 | 2026-05-29T18:25:21.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2178 | 2026-05-29T18:25:21.709Z | |
| 2179 | 2026-05-29T18:25:21.709Z | info: running `cargo check --bins` on cockroach-admin-types (65/295) |
| 2180 | 2026-05-29T18:25:22.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2181 | 2026-05-29T18:25:22.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2182 | 2026-05-29T18:25:22.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2183 | 2026-05-29T18:25:22.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2184 | 2026-05-29T18:25:22.299Z | |
| 2185 | 2026-05-29T18:25:22.299Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/295) |
| 2186 | 2026-05-29T18:25:22.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2187 | 2026-05-29T18:25:22.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2188 | 2026-05-29T18:25:22.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2189 | 2026-05-29T18:25:22.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2190 | 2026-05-29T18:25:22.892Z | |
| 2191 | 2026-05-29T18:25:22.892Z | info: running `cargo check --bins` on ereport-types (67/295) |
| 2192 | 2026-05-29T18:25:23.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2193 | 2026-05-29T18:25:23.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2194 | 2026-05-29T18:25:23.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2195 | 2026-05-29T18:25:23.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2196 | 2026-05-29T18:25:23.491Z | |
| 2197 | 2026-05-29T18:25:23.491Z | info: running `cargo check --bins` on gateway-client (68/295) |
| 2198 | 2026-05-29T18:25:23.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2199 | 2026-05-29T18:25:23.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2200 | 2026-05-29T18:25:23.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2201 | 2026-05-29T18:25:24.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2202 | 2026-05-29T18:25:24.085Z | |
| 2203 | 2026-05-29T18:25:24.085Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/295) |
| 2204 | 2026-05-29T18:25:24.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2205 | 2026-05-29T18:25:24.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2206 | 2026-05-29T18:25:24.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2207 | 2026-05-29T18:25:24.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2208 | 2026-05-29T18:25:24.788Z | |
| 2209 | 2026-05-29T18:25:24.788Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295) |
| 2210 | 2026-05-29T18:25:25.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2211 | 2026-05-29T18:25:25.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2212 | 2026-05-29T18:25:25.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2213 | 2026-05-29T18:25:25.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2214 | 2026-05-29T18:25:25.391Z | |
| 2215 | 2026-05-29T18:25:25.391Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295) |
| 2216 | 2026-05-29T18:25:25.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2217 | 2026-05-29T18:25:25.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2218 | 2026-05-29T18:25:25.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2219 | 2026-05-29T18:25:25.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2220 | 2026-05-29T18:25:25.941Z | |
| 2221 | 2026-05-29T18:25:25.941Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295) |
| 2222 | 2026-05-29T18:25:26.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2223 | 2026-05-29T18:25:26.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2224 | 2026-05-29T18:25:26.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2225 | 2026-05-29T18:25:26.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2226 | 2026-05-29T18:25:26.482Z | |
| 2227 | 2026-05-29T18:25:26.482Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/295) |
| 2228 | 2026-05-29T18:25:26.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2229 | 2026-05-29T18:25:26.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2230 | 2026-05-29T18:25:26.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2231 | 2026-05-29T18:25:26.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2232 | 2026-05-29T18:25:27.167Z | |
| 2233 | 2026-05-29T18:25:27.167Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295) |
| 2234 | 2026-05-29T18:25:27.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2235 | 2026-05-29T18:25:27.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2236 | 2026-05-29T18:25:27.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2237 | 2026-05-29T18:25:27.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2238 | 2026-05-29T18:25:27.713Z | |
| 2239 | 2026-05-29T18:25:27.713Z | info: running `cargo check --bins` on key-manager-types (75/295) |
| 2240 | 2026-05-29T18:25:28.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2241 | 2026-05-29T18:25:28.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2242 | 2026-05-29T18:25:28.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2243 | 2026-05-29T18:25:28.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2244 | 2026-05-29T18:25:28.300Z | |
| 2245 | 2026-05-29T18:25:28.300Z | info: running `cargo check --bins` on oxlog (76/295) |
| 2246 | 2026-05-29T18:25:28.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2247 | 2026-05-29T18:25:28.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2248 | 2026-05-29T18:25:28.902Z | Checking cfg-if v1.0.4 |
| 2249 | 2026-05-29T18:25:28.905Z | Checking libc v0.2.185 |
| 2250 | 2026-05-29T18:25:28.905Z | Checking serde_core v1.0.228 |
| 2251 | 2026-05-29T18:25:29.025Z | Checking zeroize v1.8.2 |
| 2252 | 2026-05-29T18:25:29.035Z | Checking memchr v2.8.0 |
| 2253 | 2026-05-29T18:25:29.044Z | Checking log v0.4.29 |
| 2254 | 2026-05-29T18:25:29.054Z | Checking smallvec v1.15.1 |
| 2255 | 2026-05-29T18:25:29.066Z | Checking typenum v1.19.0 |
| 2256 | 2026-05-29T18:25:29.066Z | Checking subtle v2.6.1 |
| 2257 | 2026-05-29T18:25:29.163Z | Checking itoa v1.0.17 |
| 2258 | 2026-05-29T18:25:29.203Z | Checking scopeguard v1.2.0 |
| 2259 | 2026-05-29T18:25:29.217Z | Checking stable_deref_trait v1.2.1 |
| 2260 | 2026-05-29T18:25:29.230Z | Checking const-oid v0.9.6 |
| 2261 | 2026-05-29T18:25:29.290Z | Checking zerofrom v0.1.6 |
| 2262 | 2026-05-29T18:25:29.302Z | Checking lock_api v0.4.14 |
| 2263 | 2026-05-29T18:25:29.316Z | Checking pin-project-lite v0.2.17 |
| 2264 | 2026-05-29T18:25:29.402Z | Checking yoke v0.8.1 |
| 2265 | 2026-05-29T18:25:29.416Z | Checking portable-atomic v1.13.1 |
| 2266 | 2026-05-29T18:25:29.426Z | Checking getrandom v0.2.17 |
| 2267 | 2026-05-29T18:25:29.426Z | Checking errno v0.3.14 |
| 2268 | 2026-05-29T18:25:29.497Z | Checking parking_lot_core v0.9.12 |
| 2269 | 2026-05-29T18:25:29.537Z | Checking signal-hook-registry v1.4.8 |
| 2270 | 2026-05-29T18:25:29.561Z | Checking zerovec v0.11.5 |
| 2271 | 2026-05-29T18:25:29.575Z | Checking rand_core v0.6.4 |
| 2272 | 2026-05-29T18:25:29.586Z | Checking generic-array v0.14.7 |
| 2273 | 2026-05-29T18:25:29.679Z | Checking critical-section v1.2.0 |
| 2274 | 2026-05-29T18:25:29.691Z | Checking futures-core v0.3.32 |
| 2275 | 2026-05-29T18:25:29.746Z | Checking parking_lot v0.12.5 |
| 2276 | 2026-05-29T18:25:29.772Z | Checking mio v1.2.0 |
| 2277 | 2026-05-29T18:25:29.796Z | Checking once_cell v1.21.3 |
| 2278 | 2026-05-29T18:25:29.808Z | Checking zerocopy v0.8.40 |
| 2279 | 2026-05-29T18:25:29.890Z | Checking zmij v1.0.21 |
| 2280 | 2026-05-29T18:25:29.927Z | Checking socket2 v0.6.3 |
| 2281 | 2026-05-29T18:25:29.964Z | Checking libm v0.2.16 |
| 2282 | 2026-05-29T18:25:29.982Z | Checking tinystr v0.8.2 |
| 2283 | 2026-05-29T18:25:30.024Z | Checking crypto-common v0.1.7 |
| 2284 | 2026-05-29T18:25:30.041Z | Checking block-buffer v0.10.4 |
| 2285 | 2026-05-29T18:25:30.095Z | Checking litemap v0.8.1 |
| 2286 | 2026-05-29T18:25:30.155Z | Checking writeable v0.6.2 |
| 2287 | 2026-05-29T18:25:30.166Z | Checking percent-encoding v2.3.2 |
| 2288 | 2026-05-29T18:25:30.177Z | Checking equivalent v1.0.2 |
| 2289 | 2026-05-29T18:25:30.195Z | Checking digest v0.10.7 |
| 2290 | 2026-05-29T18:25:30.255Z | Checking potential_utf v0.1.4 |
| 2291 | 2026-05-29T18:25:30.267Z | Checking zerotrie v0.2.3 |
| 2292 | 2026-05-29T18:25:30.297Z | Checking futures-sink v0.3.32 |
| 2293 | 2026-05-29T18:25:30.309Z | Checking icu_locale_core v2.1.1 |
| 2294 | 2026-05-29T18:25:30.381Z | Checking icu_collections v2.1.1 |
| 2295 | 2026-05-29T18:25:30.393Z | Checking futures-channel v0.3.32 |
| 2296 | 2026-05-29T18:25:30.407Z | Checking futures-io v0.3.32 |
| 2297 | 2026-05-29T18:25:30.487Z | Checking serde v1.0.228 |
| 2298 | 2026-05-29T18:25:30.503Z | Checking bitflags v2.11.0 |
| 2299 | 2026-05-29T18:25:30.515Z | Checking serde_json v1.0.149 |
| 2300 | 2026-05-29T18:25:30.586Z | Checking cpufeatures v0.2.17 |
| 2301 | 2026-05-29T18:25:30.654Z | Checking slab v0.4.12 |
| 2302 | 2026-05-29T18:25:30.668Z | Checking num-traits v0.2.19 |
| 2303 | 2026-05-29T18:25:30.668Z | Checking futures-task v0.3.32 |
| 2304 | 2026-05-29T18:25:30.692Z | Checking hmac v0.12.1 |
| 2305 | 2026-05-29T18:25:30.810Z | Checking icu_properties_data v2.1.2 |
| 2306 | 2026-05-29T18:25:30.819Z | Checking futures-util v0.3.32 |
| 2307 | 2026-05-29T18:25:30.822Z | Checking icu_normalizer_data v2.1.1 |
| 2308 | 2026-05-29T18:25:30.863Z | Checking icu_provider v2.1.1 |
| 2309 | 2026-05-29T18:25:30.899Z | Checking hashbrown v0.17.0 |
| 2310 | 2026-05-29T18:25:30.912Z | Checking bytes v1.11.1 |
| 2311 | 2026-05-29T18:25:30.942Z | Checking rand_core v0.10.0 |
| 2312 | 2026-05-29T18:25:31.086Z | Checking getrandom v0.4.1 |
| 2313 | 2026-05-29T18:25:31.099Z | Checking icu_normalizer v2.1.1 |
| 2314 | 2026-05-29T18:25:31.201Z | Checking icu_properties v2.1.2 |
| 2315 | 2026-05-29T18:25:31.214Z | Checking block-padding v0.3.3 |
| 2316 | 2026-05-29T18:25:31.231Z | Checking utf8_iter v1.0.4 |
| 2317 | 2026-05-29T18:25:31.342Z | Checking inout v0.1.4 |
| 2318 | 2026-05-29T18:25:31.355Z | Checking tokio v1.52.1 |
| 2319 | 2026-05-29T18:25:31.368Z | Checking indexmap v2.14.0 |
| 2320 | 2026-05-29T18:25:31.368Z | Checking sha2 v0.10.9 |
| 2321 | 2026-05-29T18:25:31.402Z | Checking form_urlencoded v1.2.2 |
| 2322 | 2026-05-29T18:25:31.477Z | Checking cipher v0.4.4 |
| 2323 | 2026-05-29T18:25:31.527Z | Checking getrandom v0.3.4 |
| 2324 | 2026-05-29T18:25:31.638Z | Checking fnv v1.0.7 |
| 2325 | 2026-05-29T18:25:31.669Z | Checking byteorder v1.5.0 |
| 2326 | 2026-05-29T18:25:31.682Z | Checking base64ct v1.8.3 |
| 2327 | 2026-05-29T18:25:31.730Z | Checking flagset v0.4.7 |
| 2328 | 2026-05-29T18:25:31.852Z | Checking rand_core v0.9.5 |
| 2329 | 2026-05-29T18:25:31.866Z | Checking http v1.4.0 |
| 2330 | 2026-05-29T18:25:31.908Z | Checking pem-rfc7468 v0.7.0 |
| 2331 | 2026-05-29T18:25:31.924Z | Checking regex-syntax v0.8.10 |
| 2332 | 2026-05-29T18:25:32.026Z | Checking idna_adapter v1.2.1 |
| 2333 | 2026-05-29T18:25:32.040Z | Checking salsa20 v0.10.2 |
| 2334 | 2026-05-29T18:25:32.060Z | Checking der v0.7.10 |
| 2335 | 2026-05-29T18:25:32.143Z | Checking idna v1.1.0 |
| 2336 | 2026-05-29T18:25:32.170Z | Checking uuid v1.23.0 |
| 2337 | 2026-05-29T18:25:32.388Z | Checking url v2.5.8 |
| 2338 | 2026-05-29T18:25:32.416Z | Checking pbkdf2 v0.12.2 |
| 2339 | 2026-05-29T18:25:32.470Z | Checking rustix v1.1.3 |
| 2340 | 2026-05-29T18:25:32.527Z | Checking tracing-core v0.1.36 |
| 2341 | 2026-05-29T18:25:32.589Z | Checking ppv-lite86 v0.2.21 |
| 2342 | 2026-05-29T18:25:32.742Z | Checking rustls-pki-types v1.14.0 |
| 2343 | 2026-05-29T18:25:32.786Z | Checking spki v0.7.3 |
| 2344 | 2026-05-29T18:25:32.822Z | Checking base64 v0.22.1 |
| 2345 | 2026-05-29T18:25:32.835Z | Checking iana-time-zone v0.1.65 |
| 2346 | 2026-05-29T18:25:32.878Z | Checking rand_chacha v0.9.0 |
| 2347 | 2026-05-29T18:25:32.936Z | Checking chrono v0.4.44 |
| 2348 | 2026-05-29T18:25:32.948Z | Checking tracing v0.1.44 |
| 2349 | 2026-05-29T18:25:33.025Z | Checking scrypt v0.11.0 |
| 2350 | 2026-05-29T18:25:33.050Z | Checking http-body v1.0.1 |
| 2351 | 2026-05-29T18:25:33.076Z | Checking cbc v0.1.2 |
| 2352 | 2026-05-29T18:25:33.150Z | Checking aes v0.8.4 |
| 2353 | 2026-05-29T18:25:33.165Z | Checking aws-lc-sys v0.40.0 |
| 2354 | 2026-05-29T18:25:33.182Z | Checking openssl-probe v0.2.1 |
| 2355 | 2026-05-29T18:25:33.203Z | Checking untrusted v0.9.0 |
| 2356 | 2026-05-29T18:25:33.226Z | Checking tinyvec_macros v0.1.1 |
| 2357 | 2026-05-29T18:25:33.285Z | Checking untrusted v0.7.1 |
| 2358 | 2026-05-29T18:25:33.299Z | Checking tinyvec v1.10.0 |
| 2359 | 2026-05-29T18:25:33.313Z | Checking ring v0.17.14 |
| 2360 | 2026-05-29T18:25:33.328Z | Checking rand v0.9.2 |
| 2361 | 2026-05-29T18:25:33.394Z | Checking tower-layer v0.3.3 |
| 2362 | 2026-05-29T18:25:33.533Z | Checking pkcs5 v0.7.1 |
| 2363 | 2026-05-29T18:25:33.545Z | Checking atomic-waker v1.1.2 |
| 2364 | 2026-05-29T18:25:33.605Z | Checking try-lock v0.2.5 |
| 2365 | 2026-05-29T18:25:33.638Z | Checking tower-service v0.3.3 |
| 2366 | 2026-05-29T18:25:33.669Z | Checking aws-lc-rs v1.16.3 |
| 2367 | 2026-05-29T18:25:33.700Z | Checking want v0.3.1 |
| 2368 | 2026-05-29T18:25:33.725Z | Checking ipnet v2.11.0 |
| 2369 | 2026-05-29T18:25:33.782Z | Checking pkcs8 v0.10.2 |
| 2370 | 2026-05-29T18:25:33.796Z | Checking httparse v1.10.1 |
| 2371 | 2026-05-29T18:25:33.807Z | Checking aho-corasick v1.1.4 |
| 2372 | 2026-05-29T18:25:33.820Z | Checking httpdate v1.0.3 |
| 2373 | 2026-05-29T18:25:33.956Z | Checking plain v0.2.3 |
| 2374 | 2026-05-29T18:25:33.969Z | Checking foreign-types-shared v0.1.1 |
| 2375 | 2026-05-29T18:25:33.983Z | Checking fastrand v2.3.0 |
| 2376 | 2026-05-29T18:25:33.998Z | Checking dyn-clone v1.0.20 |
| 2377 | 2026-05-29T18:25:34.048Z | Checking pin-utils v0.1.0 |
| 2378 | 2026-05-29T18:25:34.061Z | Checking foreign-types v0.3.2 |
| 2379 | 2026-05-29T18:25:34.097Z | Checking unicode-normalization v0.1.25 |
| 2380 | 2026-05-29T18:25:34.116Z | Checking semver v1.0.28 |
| 2381 | 2026-05-29T18:25:34.128Z | Checking openssl-sys v0.9.115 |
| 2382 | 2026-05-29T18:25:34.154Z | Checking tempfile v3.25.0 |
| 2383 | 2026-05-29T18:25:34.301Z | Checking spin v0.9.8 |
| 2384 | 2026-05-29T18:25:34.327Z | Checking unicode-ident v1.0.24 |
| 2385 | 2026-05-29T18:25:34.344Z | Checking ucd-trie v0.1.7 |
| 2386 | 2026-05-29T18:25:34.436Z | Checking proc-macro2 v1.0.106 |
| 2387 | 2026-05-29T18:25:34.477Z | Checking pest v2.8.6 |
| 2388 | 2026-05-29T18:25:34.491Z | Checking regex-automata v0.4.14 |
| 2389 | 2026-05-29T18:25:34.504Z | Checking rustls-webpki v0.103.9 |
| 2390 | 2026-05-29T18:25:34.504Z | Checking openssl v0.10.79 |
| 2391 | 2026-05-29T18:25:34.507Z | Checking schemars v0.8.22 |
| 2392 | 2026-05-29T18:25:34.536Z | Checking rustls-native-certs v0.8.3 |
| 2393 | 2026-05-29T18:25:34.581Z | Checking tokio-util v0.7.18 |
| 2394 | 2026-05-29T18:25:34.660Z | Checking thiserror v2.0.18 |
| 2395 | 2026-05-29T18:25:34.732Z | Checking sync_wrapper v1.0.2 |
| 2396 | 2026-05-29T18:25:34.758Z | Checking wait-timeout v0.2.1 |
| 2397 | 2026-05-29T18:25:34.833Z | Checking simd-adler32 v0.3.8 |
| 2398 | 2026-05-29T18:25:34.873Z | Checking bit-vec v0.8.0 |
| 2399 | 2026-05-29T18:25:34.917Z | Checking rustls v0.23.37 |
| 2400 | 2026-05-29T18:25:34.998Z | Checking siphasher v1.0.2 |
| 2401 | 2026-05-29T18:25:35.061Z | Checking anstyle v1.0.13 |
| 2402 | 2026-05-29T18:25:35.153Z | Checking pretty-hex v0.4.1 |
| 2403 | 2026-05-29T18:25:35.166Z | Checking powerfmt v0.2.0 |
| 2404 | 2026-05-29T18:25:35.185Z | Checking h2 v0.4.13 |
| 2405 | 2026-05-29T18:25:35.244Z | Checking quick-error v1.2.3 |
| 2406 | 2026-05-29T18:25:35.265Z | Checking utf8parse v0.2.2 |
| 2407 | 2026-05-29T18:25:35.309Z | Checking deranged v0.5.8 |
| 2408 | 2026-05-29T18:25:35.341Z | Checking rusty-fork v0.3.1 |
| 2409 | 2026-05-29T18:25:35.362Z | Checking anstyle-parse v0.2.7 |
| 2410 | 2026-05-29T18:25:35.509Z | Checking bit-set v0.8.0 |
| 2411 | 2026-05-29T18:25:35.522Z | Checking tower v0.5.3 |
| 2412 | 2026-05-29T18:25:35.534Z | Checking quote v1.0.45 |
| 2413 | 2026-05-29T18:25:35.658Z | Compiling newtype-uuid v1.3.2 |
| 2414 | 2026-05-29T18:25:35.701Z | Checking http-body-util v0.1.3 |
| 2415 | 2026-05-29T18:25:35.834Z | Checking webpki-roots v1.0.6 |
| 2416 | 2026-05-29T18:25:35.917Z | Checking crossbeam-utils v0.8.21 |
| 2417 | 2026-05-29T18:25:35.935Z | Checking rand_xorshift v0.4.0 |
| 2418 | 2026-05-29T18:25:35.950Z | Checking crc32fast v1.5.0 |
| 2419 | 2026-05-29T18:25:36.054Z | Checking scroll v0.13.0 |
| 2420 | 2026-05-29T18:25:36.088Z | Checking signature v2.2.0 |
| 2421 | 2026-05-29T18:25:36.221Z | Checking allocator-api2 v0.2.21 |
| 2422 | 2026-05-29T18:25:36.234Z | Checking unarray v0.1.4 |
| 2423 | 2026-05-29T18:25:36.247Z | Checking unicode-bidi v0.3.18 |
| 2424 | 2026-05-29T18:25:36.284Z | Checking unicode-properties v0.1.4 |
| 2425 | 2026-05-29T18:25:36.329Z | Checking colorchoice v1.0.4 |
| 2426 | 2026-05-29T18:25:36.334Z | Checking is_terminal_polyfill v1.70.2 |
| 2427 | 2026-05-29T18:25:36.429Z | Checking anstyle-query v1.1.5 |
| 2428 | 2026-05-29T18:25:36.432Z | Checking ryu v1.0.23 |
| 2429 | 2026-05-29T18:25:36.470Z | Checking iri-string v0.7.10 |
| 2430 | 2026-05-29T18:25:36.504Z | Checking num-conv v0.2.0 |
| 2431 | 2026-05-29T18:25:36.518Z | Checking time-core v0.1.8 |
| 2432 | 2026-05-29T18:25:36.540Z | Checking adler2 v2.0.1 |
| 2433 | 2026-05-29T18:25:36.559Z | Checking native-tls v0.2.18 |
| 2434 | 2026-05-29T18:25:36.575Z | Checking num_threads v0.1.7 |
| 2435 | 2026-05-29T18:25:36.636Z | Checking serde_urlencoded v0.7.1 |
| 2436 | 2026-05-29T18:25:36.641Z | Checking miniz_oxide v0.8.9 |
| 2437 | 2026-05-29T18:25:36.653Z | Checking stringprep v0.1.5 |
| 2438 | 2026-05-29T18:25:36.656Z | Checking time v0.3.47 |
| 2439 | 2026-05-29T18:25:36.730Z | Checking tokio-native-tls v0.3.1 |
| 2440 | 2026-05-29T18:25:36.798Z | Checking anstream v0.6.21 |
| 2441 | 2026-05-29T18:25:36.815Z | Checking bstr v1.12.1 |
| 2442 | 2026-05-29T18:25:36.886Z | Checking proptest v1.10.0 |
| 2443 | 2026-05-29T18:25:36.991Z | Checking goblin v0.10.5 |
| 2444 | 2026-05-29T18:25:37.004Z | Checking crossbeam-epoch v0.9.18 |
| 2445 | 2026-05-29T18:25:37.203Z | Compiling daft v0.1.7 |
| 2446 | 2026-05-29T18:25:37.224Z | Checking syn v2.0.117 |
| 2447 | 2026-05-29T18:25:37.344Z | Checking tokio-rustls v0.26.4 |
| 2448 | 2026-05-29T18:25:37.474Z | Checking ipnetwork v0.21.1 |
| 2449 | 2026-05-29T18:25:37.496Z | Checking tower-http v0.6.8 |
| 2450 | 2026-05-29T18:25:37.575Z | Checking rand_chacha v0.3.1 |
| 2451 | 2026-05-29T18:25:37.695Z | Checking scroll v0.12.0 |
| 2452 | 2026-05-29T18:25:37.778Z | Checking thiserror v1.0.69 |
| 2453 | 2026-05-29T18:25:37.789Z | Checking hash32 v0.2.1 |
| 2454 | 2026-05-29T18:25:37.804Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2455 | 2026-05-29T18:25:37.872Z | Checking num-integer v0.1.46 |
| 2456 | 2026-05-29T18:25:37.913Z | Checking toml_datetime v0.6.11 |
| 2457 | 2026-05-29T18:25:37.926Z | Checking serde_spanned v0.6.9 |
| 2458 | 2026-05-29T18:25:37.938Z | Checking md-5 v0.10.6 |
| 2459 | 2026-05-29T18:25:37.942Z | Checking hyper v1.8.1 |
| 2460 | 2026-05-29T18:25:38.048Z | Checking ff v0.13.1 |
| 2461 | 2026-05-29T18:25:38.070Z | Checking encoding_rs v0.8.35 |
| 2462 | 2026-05-29T18:25:38.092Z | Checking fallible-iterator v0.2.0 |
| 2463 | 2026-05-29T18:25:38.105Z | Checking base16ct v0.2.0 |
| 2464 | 2026-05-29T18:25:38.170Z | Checking mime v0.3.17 |
| 2465 | 2026-05-29T18:25:38.225Z | Checking zlib-rs v0.6.2 |
| 2466 | 2026-05-29T18:25:38.341Z | Checking psl-types v2.0.11 |
| 2467 | 2026-05-29T18:25:38.362Z | Checking postgres-protocol v0.6.10 |
| 2468 | 2026-05-29T18:25:38.456Z | Checking publicsuffix v2.3.0 |
| 2469 | 2026-05-29T18:25:38.617Z | Checking sec1 v0.7.3 |
| 2470 | 2026-05-29T18:25:38.672Z | Checking group v0.13.0 |
| 2471 | 2026-05-29T18:25:38.817Z | Checking num-iter v0.1.45 |
| 2472 | 2026-05-29T18:25:38.820Z | Checking heapless v0.7.17 |
| 2473 | 2026-05-29T18:25:38.843Z | Checking goblin v0.8.2 |
| 2474 | 2026-05-29T18:25:38.846Z | Checking hyper-util v0.1.20 |
| 2475 | 2026-05-29T18:25:38.927Z | Checking zstd-safe v7.2.4 |
| 2476 | 2026-05-29T18:25:39.017Z | Checking cookie v0.18.1 |
| 2477 | 2026-05-29T18:25:39.092Z | Checking rand v0.8.6 |
| 2478 | 2026-05-29T18:25:39.105Z | Checking flate2 v1.1.9 |
| 2479 | 2026-05-29T18:25:39.236Z | Checking oxnet v0.1.4 |
| 2480 | 2026-05-29T18:25:39.251Z | Compiling iddqd v0.4.2 |
| 2481 | 2026-05-29T18:25:39.342Z | Checking dof v0.4.0 |
| 2482 | 2026-05-29T18:25:39.406Z | Checking dtrace-parser v0.3.0 |
| 2483 | 2026-05-29T18:25:39.470Z | Checking phf_shared v0.13.1 |
| 2484 | 2026-05-29T18:25:39.498Z | Checking lazy_static v1.5.0 |
| 2485 | 2026-05-29T18:25:39.587Z | Checking pin-project v1.1.11 |
| 2486 | 2026-05-29T18:25:39.611Z | Checking zerocopy v0.7.35 |
| 2487 | 2026-05-29T18:25:39.639Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2488 | 2026-05-29T18:25:39.662Z | Checking signal-hook v0.3.18 |
| 2489 | 2026-05-29T18:25:39.677Z | Checking terminal_size v0.4.3 |
| 2490 | 2026-05-29T18:25:39.720Z | Checking futures-executor v0.3.32 |
| 2491 | 2026-05-29T18:25:39.787Z | Checking hex v0.4.3 |
| 2492 | 2026-05-29T18:25:39.846Z | Checking hkdf v0.12.4 |
| 2493 | 2026-05-29T18:25:39.866Z | Checking crypto-bigint v0.5.5 |
| 2494 | 2026-05-29T18:25:39.966Z | Checking thread-id v5.1.0 |
| 2495 | 2026-05-29T18:25:39.979Z | Checking libbz2-rs-sys v0.2.2 |
| 2496 | 2026-05-29T18:25:40.010Z | Checking same-file v1.0.6 |
| 2497 | 2026-05-29T18:25:40.044Z | Checking foldhash v0.1.5 |
| 2498 | 2026-05-29T18:25:40.090Z | Checking clap_lex v1.0.0 |
| 2499 | 2026-05-29T18:25:40.111Z | Checking hyper-rustls v0.27.7 |
| 2500 | 2026-05-29T18:25:40.125Z | Checking hyper-tls v0.6.0 |
| 2501 | 2026-05-29T18:25:40.177Z | Checking winnow v0.7.14 |
| 2502 | 2026-05-29T18:25:40.245Z | Checking strsim v0.11.1 |
| 2503 | 2026-05-29T18:25:40.288Z | Checking managed v0.8.0 |
| 2504 | 2026-05-29T18:25:40.313Z | Checking bumpalo v3.20.2 |
| 2505 | 2026-05-29T18:25:40.372Z | Compiling rayon-core v1.13.0 |
| 2506 | 2026-05-29T18:25:40.406Z | Checking foldhash v0.2.0 |
| 2507 | 2026-05-29T18:25:40.471Z | Checking either v1.15.0 |
| 2508 | 2026-05-29T18:25:40.517Z | Checking bitflags v1.3.2 |
| 2509 | 2026-05-29T18:25:40.536Z | Checking winnow v0.5.40 |
| 2510 | 2026-05-29T18:25:40.559Z | Checking hashbrown v0.16.1 |
| 2511 | 2026-05-29T18:25:40.574Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2512 | 2026-05-29T18:25:40.586Z | Checking smoltcp v0.9.1 |
| 2513 | 2026-05-29T18:25:40.655Z | Checking zopfli v0.8.3 |
| 2514 | 2026-05-29T18:25:40.757Z | Checking clap_builder v4.5.60 |
| 2515 | 2026-05-29T18:25:40.771Z | Checking dof v0.3.0 |
| 2516 | 2026-05-29T18:25:40.774Z | Checking elliptic-curve v0.13.8 |
| 2517 | 2026-05-29T18:25:41.004Z | Checking bzip2 v0.6.1 |
| 2518 | 2026-05-29T18:25:41.063Z | Checking reqwest v0.12.28 |
| 2519 | 2026-05-29T18:25:41.076Z | Checking hashbrown v0.15.5 |
| 2520 | 2026-05-29T18:25:41.101Z | Checking walkdir v2.5.0 |
| 2521 | 2026-05-29T18:25:41.167Z | Checking usdt-impl v0.6.0 |
| 2522 | 2026-05-29T18:25:41.180Z | Checking futures v0.3.32 |
| 2523 | 2026-05-29T18:25:41.256Z | Checking signal-hook-mio v0.2.5 |
| 2524 | 2026-05-29T18:25:41.268Z | Checking bzip2 v0.4.4 |
| 2525 | 2026-05-29T18:25:41.359Z | Checking snafu v0.8.9 |
| 2526 | 2026-05-29T18:25:41.387Z | Checking phf v0.13.1 |
| 2527 | 2026-05-29T18:25:41.426Z | Checking num-bigint-dig v0.8.6 |
| 2528 | 2026-05-29T18:25:41.528Z | Checking cookie_store v0.22.1 |
| 2529 | 2026-05-29T18:25:41.542Z | Checking zstd v0.13.3 |
| 2530 | 2026-05-29T18:25:41.595Z | Checking postgres-types v0.2.12 |
| 2531 | 2026-05-29T18:25:41.686Z | Checking dtrace-parser v0.2.0 |
| 2532 | 2026-05-29T18:25:41.714Z | Checking toml_edit v0.19.15 |
| 2533 | 2026-05-29T18:25:41.725Z | Checking rustls-platform-verifier v0.6.2 |
| 2534 | 2026-05-29T18:25:41.857Z | Checking crossbeam-deque v0.8.6 |
| 2535 | 2026-05-29T18:25:41.871Z | Checking globset v0.4.18 |
| 2536 | 2026-05-29T18:25:41.907Z | Checking regex v1.12.3 |
| 2537 | 2026-05-29T18:25:41.919Z | Checking ed25519 v2.2.3 |
| 2538 | 2026-05-29T18:25:41.922Z | Checking phf_shared v0.11.3 |
| 2539 | 2026-05-29T18:25:42.012Z | Checking olpc-cjson v0.1.4 |
| 2540 | 2026-05-29T18:25:42.028Z | Checking curve25519-dalek v4.1.3 |
| 2541 | 2026-05-29T18:25:42.059Z | Checking ref-cast v1.0.25 |
| 2542 | 2026-05-29T18:25:42.111Z | Checking strum v0.27.2 |
| 2543 | 2026-05-29T18:25:42.123Z | Checking hubpack v0.1.2 |
| 2544 | 2026-05-29T18:25:42.140Z | Checking memoffset v0.9.1 |
| 2545 | 2026-05-29T18:25:42.153Z | Checking rustix v0.38.44 |
| 2546 | 2026-05-29T18:25:42.179Z | Checking pkcs1 v0.7.5 |
| 2547 | 2026-05-29T18:25:42.215Z | Checking pem v3.0.6 |
| 2548 | 2026-05-29T18:25:42.218Z | Checking float-cmp v0.10.0 |
| 2549 | 2026-05-29T18:25:42.240Z | Checking serde_plain v1.0.2 |
| 2550 | 2026-05-29T18:25:42.285Z | Checking serde-big-array v0.5.1 |
| 2551 | 2026-05-29T18:25:42.347Z | Checking erased-serde v0.3.31 |
| 2552 | 2026-05-29T18:25:42.366Z | Checking rfc6979 v0.4.0 |
| 2553 | 2026-05-29T18:25:42.378Z | Checking thread-id v4.2.2 |
| 2554 | 2026-05-29T18:25:42.390Z | Checking memmap2 v0.9.10 |
| 2555 | 2026-05-29T18:25:42.411Z | Checking env_filter v1.0.0 |
| 2556 | 2026-05-29T18:25:42.453Z | Checking new_debug_unreachable v1.0.6 |
| 2557 | 2026-05-29T18:25:42.477Z | Checking toml_write v0.1.2 |
| 2558 | 2026-05-29T18:25:42.519Z | Checking keccak v0.1.6 |
| 2559 | 2026-05-29T18:25:42.544Z | Checking jiff v0.2.21 |
| 2560 | 2026-05-29T18:25:42.556Z | Checking fixedbitset v0.5.7 |
| 2561 | 2026-05-29T18:25:42.637Z | Checking normalize-line-endings v0.3.0 |
| 2562 | 2026-05-29T18:25:42.677Z | Checking difflib v0.4.0 |
| 2563 | 2026-05-29T18:25:42.721Z | Checking whoami v2.1.0 |
| 2564 | 2026-05-29T18:25:42.732Z | Checking fixedbitset v0.4.2 |
| 2565 | 2026-05-29T18:25:42.744Z | Checking precomputed-hash v0.1.1 |
| 2566 | 2026-05-29T18:25:42.756Z | Checking unicode-segmentation v1.12.0 |
| 2567 | 2026-05-29T18:25:42.794Z | Checking typed-path v0.9.3 |
| 2568 | 2026-05-29T18:25:42.823Z | Checking predicates-core v1.0.10 |
| 2569 | 2026-05-29T18:25:42.855Z | Checking static_assertions v1.1.0 |
| 2570 | 2026-05-29T18:25:42.872Z | Checking data-encoding v2.10.0 |
| 2571 | 2026-05-29T18:25:42.911Z | Checking tokio-postgres v0.7.16 |
| 2572 | 2026-05-29T18:25:42.924Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2573 | 2026-05-29T18:25:42.942Z | Checking predicates v3.1.4 |
| 2574 | 2026-05-29T18:25:42.957Z | Checking crossterm v0.28.1 |
| 2575 | 2026-05-29T18:25:43.067Z | Checking similar v2.7.0 |
| 2576 | 2026-05-29T18:25:43.152Z | Checking hickory-proto v0.25.2 |
| 2577 | 2026-05-29T18:25:43.238Z | Checking petgraph v0.6.5 |
| 2578 | 2026-05-29T18:25:43.447Z | Checking string_cache v0.8.9 |
| 2579 | 2026-05-29T18:25:43.560Z | Checking tough v0.22.0 |
| 2580 | 2026-05-29T18:25:43.615Z | Checking ed25519-dalek v2.2.0 |
| 2581 | 2026-05-29T18:25:43.661Z | Checking toml v0.7.8 |
| 2582 | 2026-05-29T18:25:43.841Z | Checking petgraph v0.8.3 |
| 2583 | 2026-05-29T18:25:43.967Z | Checking slog v2.8.2 |
| 2584 | 2026-05-29T18:25:44.173Z | Checking sha3 v0.10.8 |
| 2585 | 2026-05-29T18:25:44.241Z | Checking toml_edit v0.22.27 |
| 2586 | 2026-05-29T18:25:44.379Z | Checking env_logger v0.11.9 |
| 2587 | 2026-05-29T18:25:44.476Z | Checking usdt v0.6.0 |
| 2588 | 2026-05-29T18:25:44.567Z | Checking ecdsa v0.16.9 |
| 2589 | 2026-05-29T18:25:44.645Z | Checking usdt-impl v0.5.0 |
| 2590 | 2026-05-29T18:25:44.774Z | Checking zip v4.6.1 |
| 2591 | 2026-05-29T18:25:44.902Z | Checking rsa v0.9.10 |
| 2592 | 2026-05-29T18:25:44.926Z | Checking nix v0.31.2 |
| 2593 | 2026-05-29T18:25:45.372Z | Checking clap v4.5.60 |
| 2594 | 2026-05-29T18:25:45.400Z | Checking reqwest v0.13.2 |
| 2595 | 2026-05-29T18:25:45.425Z | Checking zip v0.6.6 |
| 2596 | 2026-05-29T18:25:45.444Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2597 | 2026-05-29T18:25:45.594Z | Checking itertools v0.13.0 |
| 2598 | 2026-05-29T18:25:45.631Z | Checking serde_with v3.17.0 |
| 2599 | 2026-05-29T18:25:45.747Z | Checking strum v0.26.3 |
| 2600 | 2026-05-29T18:25:45.775Z | Checking fs-err v3.3.0 |
| 2601 | 2026-05-29T18:25:45.850Z | Checking ahash v0.8.12 |
| 2602 | 2026-05-29T18:25:45.955Z | Checking object v0.37.3 |
| 2603 | 2026-05-29T18:25:46.001Z | Checking tokio-stream v0.1.18 |
| 2604 | 2026-05-29T18:25:46.055Z | Checking buf-list v1.1.2 |
| 2605 | 2026-05-29T18:25:46.072Z | Checking anyhow v1.0.102 |
| 2606 | 2026-05-29T18:25:46.081Z | Checking camino v1.2.2 |
| 2607 | 2026-05-29T18:25:46.248Z | Checking x509-cert v0.2.5 |
| 2608 | 2026-05-29T18:25:46.265Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2609 | 2026-05-29T18:25:46.265Z | Checking openapiv3 v2.2.0 |
| 2610 | 2026-05-29T18:25:46.338Z | Checking sha1 v0.10.6 |
| 2611 | 2026-05-29T18:25:46.384Z | Checking lalrpop-util v0.19.12 |
| 2612 | 2026-05-29T18:25:46.500Z | Checking peg-runtime v0.8.5 |
| 2613 | 2026-05-29T18:25:46.505Z | Checking rayon v1.11.0 |
| 2614 | 2026-05-29T18:25:46.534Z | Checking sigpipe v0.1.3 |
| 2615 | 2026-05-29T18:25:46.616Z | Checking glob v0.3.3 |
| 2616 | 2026-05-29T18:25:48.156Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2617 | 2026-05-29T18:25:48.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.12s |
| 2618 | 2026-05-29T18:25:48.595Z | |
| 2619 | 2026-05-29T18:25:48.595Z | info: running `cargo check --bins` on internal-dns-types (77/295) |
| 2620 | 2026-05-29T18:25:49.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2621 | 2026-05-29T18:25:49.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2622 | 2026-05-29T18:25:49.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2623 | 2026-05-29T18:25:49.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2624 | 2026-05-29T18:25:49.188Z | |
| 2625 | 2026-05-29T18:25:49.188Z | info: running `cargo check --bins` on internal-dns-types-versions (78/295) |
| 2626 | 2026-05-29T18:25:49.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2627 | 2026-05-29T18:25:49.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2628 | 2026-05-29T18:25:49.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2629 | 2026-05-29T18:25:49.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2630 | 2026-05-29T18:25:49.775Z | |
| 2631 | 2026-05-29T18:25:49.775Z | info: running `cargo check --bins` on nexus-types-versions (79/295) |
| 2632 | 2026-05-29T18:25:50.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2633 | 2026-05-29T18:25:50.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2634 | 2026-05-29T18:25:50.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2635 | 2026-05-29T18:25:50.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2636 | 2026-05-29T18:25:50.382Z | |
| 2637 | 2026-05-29T18:25:50.382Z | info: running `cargo check --bins` on oxql-types (80/295) |
| 2638 | 2026-05-29T18:25:50.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2639 | 2026-05-29T18:25:50.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2640 | 2026-05-29T18:25:50.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2641 | 2026-05-29T18:25:50.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2642 | 2026-05-29T18:25:50.974Z | |
| 2643 | 2026-05-29T18:25:50.974Z | info: running `cargo check --bins` on oximeter-types (81/295) |
| 2644 | 2026-05-29T18:25:51.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2645 | 2026-05-29T18:25:51.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2646 | 2026-05-29T18:25:51.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2647 | 2026-05-29T18:25:51.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2648 | 2026-05-29T18:25:51.566Z | |
| 2649 | 2026-05-29T18:25:51.566Z | info: running `cargo check --bins` on oximeter-types-versions (82/295) |
| 2650 | 2026-05-29T18:25:52.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2651 | 2026-05-29T18:25:52.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2652 | 2026-05-29T18:25:52.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2653 | 2026-05-29T18:25:52.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2654 | 2026-05-29T18:25:52.161Z | |
| 2655 | 2026-05-29T18:25:52.161Z | info: running `cargo check --bins` on oximeter-macro-impl (83/295) |
| 2656 | 2026-05-29T18:25:52.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2657 | 2026-05-29T18:25:52.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2658 | 2026-05-29T18:25:52.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2659 | 2026-05-29T18:25:52.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2660 | 2026-05-29T18:25:52.739Z | |
| 2661 | 2026-05-29T18:25:52.739Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/295) |
| 2662 | 2026-05-29T18:25:53.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2663 | 2026-05-29T18:25:53.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2664 | 2026-05-29T18:25:53.423Z | Compiling structmeta-derive v0.3.0 |
| 2665 | 2026-05-29T18:25:53.540Z | Compiling rustls v0.22.4 |
| 2666 | 2026-05-29T18:25:53.549Z | Compiling multer v3.1.0 |
| 2667 | 2026-05-29T18:25:53.558Z | Compiling async-stream-impl v0.3.6 |
| 2668 | 2026-05-29T18:25:53.558Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2669 | 2026-05-29T18:25:53.580Z | Compiling dropshot v0.17.0 |
| 2670 | 2026-05-29T18:25:53.595Z | Compiling newtype-uuid-macros v0.1.0 |
| 2671 | 2026-05-29T18:25:53.595Z | Compiling dropshot_endpoint v0.17.0 |
| 2672 | 2026-05-29T18:25:53.715Z | Checking newtype-uuid v1.3.2 |
| 2673 | 2026-05-29T18:25:53.777Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2674 | 2026-05-29T18:25:53.838Z | Checking rustls-webpki v0.102.8 |
| 2675 | 2026-05-29T18:25:53.913Z | Checking daft v0.1.7 |
| 2676 | 2026-05-29T18:25:53.940Z | Checking thread_local v1.1.9 |
| 2677 | 2026-05-29T18:25:54.103Z | Checking compression-core v0.4.31 |
| 2678 | 2026-05-29T18:25:54.139Z | Checking match_cfg v0.1.0 |
| 2679 | 2026-05-29T18:25:54.154Z | Checking iddqd v0.4.2 |
| 2680 | 2026-05-29T18:25:54.206Z | Checking hostname v0.3.1 |
| 2681 | 2026-05-29T18:25:54.223Z | Checking crossbeam-channel v0.5.15 |
| 2682 | 2026-05-29T18:25:54.237Z | Checking compression-codecs v0.4.37 |
| 2683 | 2026-05-29T18:25:54.302Z | Checking slog-json v2.6.1 |
| 2684 | 2026-05-29T18:25:54.338Z | Checking serde_spanned v1.0.4 |
| 2685 | 2026-05-29T18:25:54.395Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2686 | 2026-05-29T18:25:54.451Z | Checking is-terminal v0.4.17 |
| 2687 | 2026-05-29T18:25:54.465Z | Checking term v1.2.1 |
| 2688 | 2026-05-29T18:25:54.541Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2689 | 2026-05-29T18:25:54.561Z | Checking debug-ignore v1.0.5 |
| 2690 | 2026-05-29T18:25:54.594Z | Compiling structmeta v0.3.0 |
| 2691 | 2026-05-29T18:25:54.603Z | Checking take_mut v0.2.2 |
| 2692 | 2026-05-29T18:25:54.657Z | Checking slog-bunyan v2.5.0 |
| 2693 | 2026-05-29T18:25:54.686Z | Checking slog-term v2.9.2 |
| 2694 | 2026-05-29T18:25:54.704Z | Checking slog-async v2.8.0 |
| 2695 | 2026-05-29T18:25:54.717Z | Checking toml v1.0.6+spec-1.1.0 |
| 2696 | 2026-05-29T18:25:54.768Z | Checking async-compression v0.4.41 |
| 2697 | 2026-05-29T18:25:54.804Z | Compiling derive-ex v0.1.8 |
| 2698 | 2026-05-29T18:25:54.870Z | Compiling parse-display-derive v0.10.0 |
| 2699 | 2026-05-29T18:25:54.936Z | Checking async-stream v0.3.6 |
| 2700 | 2026-05-29T18:25:55.008Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2701 | 2026-05-29T18:25:55.061Z | Checking progenitor-client v0.14.0 |
| 2702 | 2026-05-29T18:25:55.064Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2703 | 2026-05-29T18:25:55.113Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2704 | 2026-05-29T18:25:55.251Z | Checking waitgroup v0.1.2 |
| 2705 | 2026-05-29T18:25:55.290Z | Checking backon v1.6.0 |
| 2706 | 2026-05-29T18:25:55.293Z | Checking rustls-pemfile v2.2.0 |
| 2707 | 2026-05-29T18:25:55.361Z | Checking serde_path_to_error v0.1.20 |
| 2708 | 2026-05-29T18:25:55.374Z | Checking hostname v0.4.2 |
| 2709 | 2026-05-29T18:25:55.437Z | Checking instant v0.1.13 |
| 2710 | 2026-05-29T18:25:55.521Z | Checking backoff v0.4.0 |
| 2711 | 2026-05-29T18:25:55.623Z | Checking progenitor-extras v0.2.0 |
| 2712 | 2026-05-29T18:25:55.646Z | Checking tokio-rustls v0.25.0 |
| 2713 | 2026-05-29T18:25:55.673Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2714 | 2026-05-29T18:25:55.690Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2715 | 2026-05-29T18:25:55.840Z | Checking itertools v0.14.0 |
| 2716 | 2026-05-29T18:25:55.911Z | Checking progenitor-client v0.10.0 |
| 2717 | 2026-05-29T18:25:56.084Z | Checking regress v0.10.5 |
| 2718 | 2026-05-29T18:25:56.118Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2719 | 2026-05-29T18:25:56.343Z | Checking macaddr v1.0.1 |
| 2720 | 2026-05-29T18:25:56.540Z | Compiling test-strategy v0.4.5 |
| 2721 | 2026-05-29T18:25:56.558Z | Checking parse-display v0.10.0 |
| 2722 | 2026-05-29T18:25:56.746Z | Checking humantime v2.3.0 |
| 2723 | 2026-05-29T18:25:57.687Z | Compiling prettyplease v0.2.37 |
| 2724 | 2026-05-29T18:25:58.002Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2725 | 2026-05-29T18:25:58.166Z | Checking num-rational v0.4.2 |
| 2726 | 2026-05-29T18:25:58.382Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2727 | 2026-05-29T18:25:58.597Z | Checking num-complex v0.4.6 |
| 2728 | 2026-05-29T18:25:59.317Z | Compiling num v0.4.3 |
| 2729 | 2026-05-29T18:25:59.390Z | Compiling usdt-macro v0.5.0 |
| 2730 | 2026-05-29T18:25:59.403Z | Compiling usdt-attr-macro v0.5.0 |
| 2731 | 2026-05-29T18:25:59.449Z | Checking memmap v0.7.0 |
| 2732 | 2026-05-29T18:25:59.463Z | Checking float-ord v0.3.2 |
| 2733 | 2026-05-29T18:25:59.563Z | Checking unicode-width v0.2.0 |
| 2734 | 2026-05-29T18:25:59.580Z | Compiling convert_case v0.4.0 |
| 2735 | 2026-05-29T18:25:59.814Z | Checking console v0.15.11 |
| 2736 | 2026-05-29T18:25:59.951Z | Compiling derive_more v0.99.20 |
| 2737 | 2026-05-29T18:26:00.095Z | Checking newline-converter v0.3.0 |
| 2738 | 2026-05-29T18:26:00.108Z | Checking atomicwrites v0.4.4 |
| 2739 | 2026-05-29T18:26:00.187Z | Checking usdt v0.5.0 |
| 2740 | 2026-05-29T18:26:00.204Z | Compiling toml v0.8.23 |
| 2741 | 2026-05-29T18:26:00.234Z | Checking linked-hash-map v0.5.6 |
| 2742 | 2026-05-29T18:26:00.353Z | Compiling minimal-lexical v0.2.1 |
| 2743 | 2026-05-29T18:26:00.404Z | Checking lru-cache v0.1.2 |
| 2744 | 2026-05-29T18:26:00.525Z | Checking expectorate v1.2.0 |
| 2745 | 2026-05-29T18:26:00.609Z | Compiling nom v7.1.3 |
| 2746 | 2026-05-29T18:26:01.184Z | Checking camino-tempfile v1.4.1 |
| 2747 | 2026-05-29T18:26:01.340Z | Checking hickory-proto v0.24.4 |
| 2748 | 2026-05-29T18:26:01.353Z | Checking phf_shared v0.12.1 |
| 2749 | 2026-05-29T18:26:01.498Z | Compiling slog-dtrace v0.3.0 |
| 2750 | 2026-05-29T18:26:01.589Z | Checking resolv-conf v0.7.6 |
| 2751 | 2026-05-29T18:26:01.694Z | Compiling chrono-tz v0.10.4 |
| 2752 | 2026-05-29T18:26:01.775Z | Checking heck v0.5.0 |
| 2753 | 2026-05-29T18:26:01.898Z | Compiling const_format_proc_macros v0.2.34 |
| 2754 | 2026-05-29T18:26:01.962Z | Checking phf v0.12.1 |
| 2755 | 2026-05-29T18:26:02.001Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2756 | 2026-05-29T18:26:02.016Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2757 | 2026-05-29T18:26:02.105Z | Checking tokio-dtrace v0.1.1 |
| 2758 | 2026-05-29T18:26:02.293Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2759 | 2026-05-29T18:26:02.480Z | Compiling derive-where v1.6.0 |
| 2760 | 2026-05-29T18:26:02.551Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2761 | 2026-05-29T18:26:02.715Z | Checking highway v1.3.0 |
| 2762 | 2026-05-29T18:26:02.945Z | Checking const_format v0.2.35 |
| 2763 | 2026-05-29T18:26:03.154Z | Checking hickory-resolver v0.24.4 |
| 2764 | 2026-05-29T18:26:03.179Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2765 | 2026-05-29T18:26:03.311Z | Checking oxide-tokio-rt v0.1.4 |
| 2766 | 2026-05-29T18:26:03.550Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2767 | 2026-05-29T18:26:03.801Z | Checking gethostname v0.5.0 |
| 2768 | 2026-05-29T18:26:03.814Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2769 | 2026-05-29T18:26:03.879Z | Checking qorb v0.4.1 |
| 2770 | 2026-05-29T18:26:03.896Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2771 | 2026-05-29T18:26:03.900Z | Checking bcs v0.1.6 |
| 2772 | 2026-05-29T18:26:04.064Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2773 | 2026-05-29T18:26:04.085Z | Checking termtree v0.5.1 |
| 2774 | 2026-05-29T18:26:07.207Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2775 | 2026-05-29T18:26:09.944Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2776 | 2026-05-29T18:26:12.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.36s |
| 2777 | 2026-05-29T18:26:12.285Z | |
| 2778 | 2026-05-29T18:26:12.285Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295) |
| 2779 | 2026-05-29T18:26:12.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2780 | 2026-05-29T18:26:12.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2781 | 2026-05-29T18:26:12.969Z | Compiling ar_archive_writer v0.5.1 |
| 2782 | 2026-05-29T18:26:13.082Z | Compiling stacker v0.1.23 |
| 2783 | 2026-05-29T18:26:13.089Z | Compiling cfg_aliases v0.1.1 |
| 2784 | 2026-05-29T18:26:13.096Z | Compiling convert_case v0.10.0 |
| 2785 | 2026-05-29T18:26:13.103Z | Checking unicode-width v0.1.14 |
| 2786 | 2026-05-29T18:26:13.112Z | Compiling proc-macro-error v1.0.4 |
| 2787 | 2026-05-29T18:26:13.124Z | Checking fd-lock v4.0.4 |
| 2788 | 2026-05-29T18:26:13.124Z | Checking nibble_vec v0.1.0 |
| 2789 | 2026-05-29T18:26:13.146Z | Compiling nix v0.28.0 |
| 2790 | 2026-05-29T18:26:13.239Z | Checking vte v0.14.1 |
| 2791 | 2026-05-29T18:26:13.251Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2792 | 2026-05-29T18:26:13.339Z | Checking endian-type v0.1.2 |
| 2793 | 2026-05-29T18:26:13.352Z | Checking bytecount v0.6.9 |
| 2794 | 2026-05-29T18:26:13.386Z | Checking strip-ansi-escapes v0.2.1 |
| 2795 | 2026-05-29T18:26:13.400Z | Compiling derive_more-impl v2.1.1 |
| 2796 | 2026-05-29T18:26:13.412Z | Compiling tabled_derive v0.7.0 |
| 2797 | 2026-05-29T18:26:13.446Z | Checking papergrid v0.11.0 |
| 2798 | 2026-05-29T18:26:13.459Z | Checking radix_trie v0.2.1 |
| 2799 | 2026-05-29T18:26:13.492Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2800 | 2026-05-29T18:26:13.647Z | Compiling peg-macros v0.8.5 |
| 2801 | 2026-05-29T18:26:13.660Z | Checking winnow v0.6.26 |
| 2802 | 2026-05-29T18:26:13.911Z | Compiling psm v0.1.30 |
| 2803 | 2026-05-29T18:26:13.953Z | Compiling sqlparser_derive v0.5.0 |
| 2804 | 2026-05-29T18:26:14.052Z | Checking unicode_categories v0.1.1 |
| 2805 | 2026-05-29T18:26:14.204Z | Checking nu-ansi-term v0.50.3 |
| 2806 | 2026-05-29T18:26:14.217Z | Checking derive_more v2.1.1 |
| 2807 | 2026-05-29T18:26:14.295Z | Checking home v0.5.12 |
| 2808 | 2026-05-29T18:26:14.372Z | Checking tabled v0.15.0 |
| 2809 | 2026-05-29T18:26:14.399Z | Checking crossterm v0.29.0 |
| 2810 | 2026-05-29T18:26:14.412Z | Checking reedline v0.40.0 |
| 2811 | 2026-05-29T18:26:14.482Z | Checking rustyline v14.0.0 |
| 2812 | 2026-05-29T18:26:14.696Z | Checking recursive v0.1.1 |
| 2813 | 2026-05-29T18:26:14.730Z | Checking display-error-chain v0.2.2 |
| 2814 | 2026-05-29T18:26:14.782Z | Checking sqlformat v0.3.5 |
| 2815 | 2026-05-29T18:26:14.795Z | Checking sqlparser v0.61.0 |
| 2816 | 2026-05-29T18:26:15.012Z | Checking peg v0.8.5 |
| 2817 | 2026-05-29T18:26:26.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s |
| 2818 | 2026-05-29T18:26:26.190Z | |
| 2819 | 2026-05-29T18:26:26.190Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295) |
| 2820 | 2026-05-29T18:26:26.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2821 | 2026-05-29T18:26:26.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2822 | 2026-05-29T18:26:26.866Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2823 | 2026-05-29T18:26:30.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
| 2824 | 2026-05-29T18:26:30.502Z | |
| 2825 | 2026-05-29T18:26:30.502Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295) |
| 2826 | 2026-05-29T18:26:31.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2827 | 2026-05-29T18:26:31.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2828 | 2026-05-29T18:26:31.178Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2829 | 2026-05-29T18:26:33.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s |
| 2830 | 2026-05-29T18:26:33.809Z | |
| 2831 | 2026-05-29T18:26:33.809Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295) |
| 2832 | 2026-05-29T18:26:34.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2833 | 2026-05-29T18:26:34.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2834 | 2026-05-29T18:26:34.478Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2835 | 2026-05-29T18:26:37.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
| 2836 | 2026-05-29T18:26:37.895Z | |
| 2837 | 2026-05-29T18:26:37.895Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295) |
| 2838 | 2026-05-29T18:26:38.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2839 | 2026-05-29T18:26:38.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2840 | 2026-05-29T18:26:38.571Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2841 | 2026-05-29T18:26:41.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s |
| 2842 | 2026-05-29T18:26:42.030Z | |
| 2843 | 2026-05-29T18:26:42.030Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295) |
| 2844 | 2026-05-29T18:26:42.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2845 | 2026-05-29T18:26:42.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2846 | 2026-05-29T18:26:42.707Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2847 | 2026-05-29T18:26:45.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
| 2848 | 2026-05-29T18:26:45.472Z | |
| 2849 | 2026-05-29T18:26:45.472Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295) |
| 2850 | 2026-05-29T18:26:45.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2851 | 2026-05-29T18:26:45.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2852 | 2026-05-29T18:26:46.153Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2853 | 2026-05-29T18:26:48.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s |
| 2854 | 2026-05-29T18:26:48.955Z | |
| 2855 | 2026-05-29T18:26:48.956Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295) |
| 2856 | 2026-05-29T18:26:49.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2857 | 2026-05-29T18:26:49.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2858 | 2026-05-29T18:26:49.623Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2859 | 2026-05-29T18:26:53.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s |
| 2860 | 2026-05-29T18:26:53.251Z | |
| 2861 | 2026-05-29T18:26:53.251Z | info: running `cargo check --bins` on oximeter (93/295) |
| 2862 | 2026-05-29T18:26:53.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2863 | 2026-05-29T18:26:53.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2864 | 2026-05-29T18:26:53.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2865 | 2026-05-29T18:26:53.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2866 | 2026-05-29T18:26:53.853Z | |
| 2867 | 2026-05-29T18:26:53.853Z | info: running `cargo check --bins` on oximeter-schema (94/295) |
| 2868 | 2026-05-29T18:26:54.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2869 | 2026-05-29T18:26:54.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2870 | 2026-05-29T18:26:54.488Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2871 | 2026-05-29T18:26:54.652Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2872 | 2026-05-29T18:26:54.657Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2873 | 2026-05-29T18:26:54.985Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2874 | 2026-05-29T18:26:57.865Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2875 | 2026-05-29T18:26:59.073Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2876 | 2026-05-29T18:26:59.283Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2877 | 2026-05-29T18:26:59.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s |
| 2878 | 2026-05-29T18:27:00.138Z | |
| 2879 | 2026-05-29T18:27:00.139Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/295) |
| 2880 | 2026-05-29T18:27:00.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2881 | 2026-05-29T18:27:00.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2882 | 2026-05-29T18:27:00.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2883 | 2026-05-29T18:27:00.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2884 | 2026-05-29T18:27:00.737Z | |
| 2885 | 2026-05-29T18:27:00.737Z | info: running `cargo check --bins` on oximeter-test-utils (96/295) |
| 2886 | 2026-05-29T18:27:01.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2887 | 2026-05-29T18:27:01.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2888 | 2026-05-29T18:27:01.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2889 | 2026-05-29T18:27:01.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2890 | 2026-05-29T18:27:01.386Z | |
| 2891 | 2026-05-29T18:27:01.386Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295) |
| 2892 | 2026-05-29T18:27:01.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2893 | 2026-05-29T18:27:01.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2894 | 2026-05-29T18:27:01.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2895 | 2026-05-29T18:27:01.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2896 | 2026-05-29T18:27:01.994Z | |
| 2897 | 2026-05-29T18:27:01.994Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295) |
| 2898 | 2026-05-29T18:27:02.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2899 | 2026-05-29T18:27:02.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2900 | 2026-05-29T18:27:02.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2901 | 2026-05-29T18:27:02.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2902 | 2026-05-29T18:27:02.605Z | |
| 2903 | 2026-05-29T18:27:02.605Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295) |
| 2904 | 2026-05-29T18:27:03.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2905 | 2026-05-29T18:27:03.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2906 | 2026-05-29T18:27:03.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2907 | 2026-05-29T18:27:03.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2908 | 2026-05-29T18:27:03.221Z | |
| 2909 | 2026-05-29T18:27:03.222Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295) |
| 2910 | 2026-05-29T18:27:03.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2911 | 2026-05-29T18:27:03.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2912 | 2026-05-29T18:27:03.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2913 | 2026-05-29T18:27:03.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2914 | 2026-05-29T18:27:03.838Z | |
| 2915 | 2026-05-29T18:27:03.838Z | info: running `cargo check --bins` on trust-quorum-types (101/295) |
| 2916 | 2026-05-29T18:27:04.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2917 | 2026-05-29T18:27:04.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2918 | 2026-05-29T18:27:04.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2919 | 2026-05-29T18:27:04.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2920 | 2026-05-29T18:27:04.434Z | |
| 2921 | 2026-05-29T18:27:04.434Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/295) |
| 2922 | 2026-05-29T18:27:04.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2923 | 2026-05-29T18:27:04.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2924 | 2026-05-29T18:27:04.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2925 | 2026-05-29T18:27:04.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2926 | 2026-05-29T18:27:05.049Z | |
| 2927 | 2026-05-29T18:27:05.049Z | info: running `cargo check --bins` on update-engine (103/295) |
| 2928 | 2026-05-29T18:27:05.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2929 | 2026-05-29T18:27:05.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2930 | 2026-05-29T18:27:05.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2931 | 2026-05-29T18:27:05.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2932 | 2026-05-29T18:27:05.646Z | |
| 2933 | 2026-05-29T18:27:05.646Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/295) |
| 2934 | 2026-05-29T18:27:06.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2935 | 2026-05-29T18:27:06.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2936 | 2026-05-29T18:27:06.379Z | Compiling crucible-workspace-hack v0.1.0 |
| 2937 | 2026-05-29T18:27:06.503Z | Checking secrecy v0.10.3 |
| 2938 | 2026-05-29T18:27:06.507Z | Compiling heapless v0.8.0 |
| 2939 | 2026-05-29T18:27:06.507Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2940 | 2026-05-29T18:27:06.516Z | Compiling ingot-macros v0.1.1 |
| 2941 | 2026-05-29T18:27:06.525Z | Checking hash32 v0.3.1 |
| 2942 | 2026-05-29T18:27:06.536Z | Compiling smoltcp v0.11.0 |
| 2943 | 2026-05-29T18:27:06.536Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2944 | 2026-05-29T18:27:06.598Z | Checking cobs v0.3.0 |
| 2945 | 2026-05-29T18:27:06.643Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2946 | 2026-05-29T18:27:06.735Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2947 | 2026-05-29T18:27:06.748Z | Checking universal-hash v0.5.1 |
| 2948 | 2026-05-29T18:27:06.751Z | Checking half v2.7.1 |
| 2949 | 2026-05-29T18:27:06.844Z | Checking opaque-debug v0.3.1 |
| 2950 | 2026-05-29T18:27:06.871Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2951 | 2026-05-29T18:27:06.889Z | Checking ciborium-io v0.2.2 |
| 2952 | 2026-05-29T18:27:06.915Z | Checking poly1305 v0.8.0 |
| 2953 | 2026-05-29T18:27:06.986Z | Checking postcard v1.1.3 |
| 2954 | 2026-05-29T18:27:07.055Z | Checking ciborium-ll v0.2.2 |
| 2955 | 2026-05-29T18:27:07.090Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2956 | 2026-05-29T18:27:07.180Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2957 | 2026-05-29T18:27:07.240Z | Checking password-hash v0.5.0 |
| 2958 | 2026-05-29T18:27:07.266Z | Compiling proc-macro-crate v3.4.0 |
| 2959 | 2026-05-29T18:27:07.453Z | Checking chacha20 v0.9.1 |
| 2960 | 2026-05-29T18:27:07.464Z | Compiling proc-macro-crate v1.3.1 |
| 2961 | 2026-05-29T18:27:07.488Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2962 | 2026-05-29T18:27:07.644Z | Checking blake2 v0.10.6 |
| 2963 | 2026-05-29T18:27:07.731Z | Checking aead v0.5.2 |
| 2964 | 2026-05-29T18:27:07.794Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2965 | 2026-05-29T18:27:07.822Z | Compiling num_enum_derive v0.7.5 |
| 2966 | 2026-05-29T18:27:07.840Z | Checking thiserror-no-std v2.0.2 |
| 2967 | 2026-05-29T18:27:07.871Z | Compiling foreign-types-macros v0.2.3 |
| 2968 | 2026-05-29T18:27:07.884Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2969 | 2026-05-29T18:27:07.884Z | Checking cpufeatures v0.3.0 |
| 2970 | 2026-05-29T18:27:07.914Z | Checking foreign-types-shared v0.3.1 |
| 2971 | 2026-05-29T18:27:07.969Z | Checking chacha20 v0.10.0 |
| 2972 | 2026-05-29T18:27:07.996Z | Checking vsss-rs v3.3.4 |
| 2973 | 2026-05-29T18:27:08.010Z | Checking argon2 v0.5.3 |
| 2974 | 2026-05-29T18:27:08.121Z | Compiling num_enum_derive v0.5.11 |
| 2975 | 2026-05-29T18:27:08.186Z | Checking chacha20poly1305 v0.10.1 |
| 2976 | 2026-05-29T18:27:08.316Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2977 | 2026-05-29T18:27:08.343Z | Checking ciborium v0.2.2 |
| 2978 | 2026-05-29T18:27:08.463Z | Checking foreign-types v0.5.0 |
| 2979 | 2026-05-29T18:27:08.648Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2980 | 2026-05-29T18:27:08.668Z | Checking tabwriter v1.4.1 |
| 2981 | 2026-05-29T18:27:08.766Z | Checking byte-wrapper v0.1.0 |
| 2982 | 2026-05-29T18:27:08.814Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2983 | 2026-05-29T18:27:08.849Z | Checking num_enum v0.7.5 |
| 2984 | 2026-05-29T18:27:08.930Z | Checking cstr-argument v0.1.2 |
| 2985 | 2026-05-29T18:27:08.964Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2986 | 2026-05-29T18:27:08.978Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2987 | 2026-05-29T18:27:09.057Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2988 | 2026-05-29T18:27:09.114Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2989 | 2026-05-29T18:27:09.174Z | Checking num_enum v0.5.11 |
| 2990 | 2026-05-29T18:27:09.191Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2991 | 2026-05-29T18:27:09.239Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2992 | 2026-05-29T18:27:09.243Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2993 | 2026-05-29T18:27:09.280Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2994 | 2026-05-29T18:27:09.337Z | Checking ingot-types v0.1.2 |
| 2995 | 2026-05-29T18:27:09.350Z | Checking rand v0.10.0 |
| 2996 | 2026-05-29T18:27:09.391Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2997 | 2026-05-29T18:27:09.415Z | Checking indent_write v2.2.0 |
| 2998 | 2026-05-29T18:27:09.480Z | Checking colored v3.1.1 |
| 2999 | 2026-05-29T18:27:09.545Z | Compiling zone_cfg_derive v0.3.1 |
| 3000 | 2026-05-29T18:27:09.681Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3001 | 2026-05-29T18:27:09.695Z | Checking ingot v0.1.1 |
| 3002 | 2026-05-29T18:27:09.708Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3003 | 2026-05-29T18:27:09.800Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3004 | 2026-05-29T18:27:09.814Z | Checking itertools v0.12.1 |
| 3005 | 2026-05-29T18:27:09.850Z | Compiling num-derive v0.4.2 |
| 3006 | 2026-05-29T18:27:09.880Z | Checking swrite v0.1.0 |
| 3007 | 2026-05-29T18:27:09.894Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3008 | 2026-05-29T18:27:09.969Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3009 | 2026-05-29T18:27:10.100Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3010 | 2026-05-29T18:27:10.188Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3011 | 2026-05-29T18:27:10.217Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3012 | 2026-05-29T18:27:10.256Z | Checking dropshot-api-manager-types v0.7.2 |
| 3013 | 2026-05-29T18:27:10.280Z | Checking smf v0.2.3 |
| 3014 | 2026-05-29T18:27:10.294Z | Checking nanorand v0.7.0 |
| 3015 | 2026-05-29T18:27:10.417Z | Checking whoami v1.6.1 |
| 3016 | 2026-05-29T18:27:10.488Z | Checking flume v0.11.1 |
| 3017 | 2026-05-29T18:27:10.513Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3018 | 2026-05-29T18:27:10.763Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3019 | 2026-05-29T18:27:10.815Z | Checking zone v0.3.1 |
| 3020 | 2026-05-29T18:27:11.294Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3021 | 2026-05-29T18:27:12.270Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3022 | 2026-05-29T18:27:13.155Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3023 | 2026-05-29T18:27:16.320Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3024 | 2026-05-29T18:27:18.373Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3025 | 2026-05-29T18:27:19.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.83s |
| 3026 | 2026-05-29T18:27:19.664Z | |
| 3027 | 2026-05-29T18:27:19.664Z | info: running `cargo check --bins` on clickhouse-admin-api (105/295) |
| 3028 | 2026-05-29T18:27:20.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3029 | 2026-05-29T18:27:20.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3030 | 2026-05-29T18:27:20.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3031 | 2026-05-29T18:27:20.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3032 | 2026-05-29T18:27:20.273Z | |
| 3033 | 2026-05-29T18:27:20.273Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/295) |
| 3034 | 2026-05-29T18:27:20.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2026-05-29T18:27:20.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2026-05-29T18:27:20.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3037 | 2026-05-29T18:27:20.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3038 | 2026-05-29T18:27:20.882Z | |
| 3039 | 2026-05-29T18:27:20.882Z | info: running `cargo check --bins` on bootstrap-agent-client (107/295) |
| 3040 | 2026-05-29T18:27:21.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2026-05-29T18:27:21.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2026-05-29T18:27:21.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2026-05-29T18:27:21.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3044 | 2026-05-29T18:27:21.488Z | |
| 3045 | 2026-05-29T18:27:21.488Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295) |
| 3046 | 2026-05-29T18:27:21.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2026-05-29T18:27:22.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2026-05-29T18:27:22.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3049 | 2026-05-29T18:27:22.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3050 | 2026-05-29T18:27:22.097Z | |
| 3051 | 2026-05-29T18:27:22.097Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295) |
| 3052 | 2026-05-29T18:27:22.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3053 | 2026-05-29T18:27:22.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3054 | 2026-05-29T18:27:22.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3055 | 2026-05-29T18:27:22.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3056 | 2026-05-29T18:27:22.708Z | |
| 3057 | 2026-05-29T18:27:22.708Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/295) |
| 3058 | 2026-05-29T18:27:23.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2026-05-29T18:27:23.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2026-05-29T18:27:23.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2026-05-29T18:27:23.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3062 | 2026-05-29T18:27:23.315Z | |
| 3063 | 2026-05-29T18:27:23.315Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/295) |
| 3064 | 2026-05-29T18:27:23.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2026-05-29T18:27:23.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2026-05-29T18:27:23.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2026-05-29T18:27:23.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3068 | 2026-05-29T18:27:23.924Z | |
| 3069 | 2026-05-29T18:27:23.924Z | info: running `cargo check --bins` on cockroach-admin-client (112/295) |
| 3070 | 2026-05-29T18:27:24.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2026-05-29T18:27:24.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2026-05-29T18:27:24.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3073 | 2026-05-29T18:27:24.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3074 | 2026-05-29T18:27:24.520Z | |
| 3075 | 2026-05-29T18:27:24.520Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/295) |
| 3076 | 2026-05-29T18:27:25.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3077 | 2026-05-29T18:27:25.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3078 | 2026-05-29T18:27:25.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3079 | 2026-05-29T18:27:25.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3080 | 2026-05-29T18:27:25.127Z | |
| 3081 | 2026-05-29T18:27:25.128Z | info: running `cargo check --bins` on dns-service-client (114/295) |
| 3082 | 2026-05-29T18:27:25.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3083 | 2026-05-29T18:27:25.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3084 | 2026-05-29T18:27:25.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3085 | 2026-05-29T18:27:25.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3086 | 2026-05-29T18:27:25.738Z | |
| 3087 | 2026-05-29T18:27:25.738Z | info: running `cargo check --bins` on installinator-client (115/295) |
| 3088 | 2026-05-29T18:27:26.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3089 | 2026-05-29T18:27:26.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3090 | 2026-05-29T18:27:26.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3091 | 2026-05-29T18:27:26.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3092 | 2026-05-29T18:27:26.350Z | |
| 3093 | 2026-05-29T18:27:26.350Z | info: running `cargo check --bins` on nexus-client (116/295) |
| 3094 | 2026-05-29T18:27:26.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3095 | 2026-05-29T18:27:26.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3096 | 2026-05-29T18:27:26.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3097 | 2026-05-29T18:27:26.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3098 | 2026-05-29T18:27:26.996Z | |
| 3099 | 2026-05-29T18:27:26.996Z | info: running `cargo check --bins` on nexus-lockstep-client (117/295) |
| 3100 | 2026-05-29T18:27:27.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3101 | 2026-05-29T18:27:27.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3102 | 2026-05-29T18:27:27.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3103 | 2026-05-29T18:27:27.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3104 | 2026-05-29T18:27:27.632Z | |
| 3105 | 2026-05-29T18:27:27.632Z | info: running `cargo check --bins` on ntp-admin-client (118/295) |
| 3106 | 2026-05-29T18:27:28.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3107 | 2026-05-29T18:27:28.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3108 | 2026-05-29T18:27:28.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3109 | 2026-05-29T18:27:28.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3110 | 2026-05-29T18:27:28.223Z | |
| 3111 | 2026-05-29T18:27:28.223Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/295) |
| 3112 | 2026-05-29T18:27:28.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2026-05-29T18:27:28.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2026-05-29T18:27:28.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3115 | 2026-05-29T18:27:28.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3116 | 2026-05-29T18:27:28.820Z | |
| 3117 | 2026-05-29T18:27:28.820Z | info: running `cargo check --bins` on oxide-client (120/295) |
| 3118 | 2026-05-29T18:27:29.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3119 | 2026-05-29T18:27:29.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3120 | 2026-05-29T18:27:29.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3121 | 2026-05-29T18:27:29.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3122 | 2026-05-29T18:27:29.414Z | |
| 3123 | 2026-05-29T18:27:29.414Z | info: running `cargo check --bins` on oximeter-client (121/295) |
| 3124 | 2026-05-29T18:27:29.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3125 | 2026-05-29T18:27:29.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3126 | 2026-05-29T18:27:29.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3127 | 2026-05-29T18:27:29.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3128 | 2026-05-29T18:27:30.022Z | |
| 3129 | 2026-05-29T18:27:30.022Z | info: running `cargo check --bins` on repo-depot-client (122/295) |
| 3130 | 2026-05-29T18:27:30.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3131 | 2026-05-29T18:27:30.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3132 | 2026-05-29T18:27:30.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3133 | 2026-05-29T18:27:30.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3134 | 2026-05-29T18:27:30.621Z | |
| 3135 | 2026-05-29T18:27:30.621Z | info: running `cargo check --bins` on sled-agent-client (123/295) |
| 3136 | 2026-05-29T18:27:31.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3137 | 2026-05-29T18:27:31.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3138 | 2026-05-29T18:27:31.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3139 | 2026-05-29T18:27:31.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3140 | 2026-05-29T18:27:31.241Z | |
| 3141 | 2026-05-29T18:27:31.241Z | info: running `cargo check --bins` on wicketd-client (124/295) |
| 3142 | 2026-05-29T18:27:31.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3143 | 2026-05-29T18:27:31.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3144 | 2026-05-29T18:27:31.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3145 | 2026-05-29T18:27:31.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3146 | 2026-05-29T18:27:31.874Z | |
| 3147 | 2026-05-29T18:27:31.874Z | info: running `cargo check --bins` on installinator-common (125/295) |
| 3148 | 2026-05-29T18:27:32.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3149 | 2026-05-29T18:27:32.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3150 | 2026-05-29T18:27:32.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3151 | 2026-05-29T18:27:32.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3152 | 2026-05-29T18:27:32.502Z | |
| 3153 | 2026-05-29T18:27:32.503Z | info: running `cargo check --bins` on installinator-common-versions (126/295) |
| 3154 | 2026-05-29T18:27:33.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3155 | 2026-05-29T18:27:33.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3156 | 2026-05-29T18:27:33.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3157 | 2026-05-29T18:27:33.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3158 | 2026-05-29T18:27:33.099Z | |
| 3159 | 2026-05-29T18:27:33.099Z | info: running `cargo check --bins` on wicket-common (127/295) |
| 3160 | 2026-05-29T18:27:33.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3161 | 2026-05-29T18:27:33.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3162 | 2026-05-29T18:27:33.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3163 | 2026-05-29T18:27:33.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3164 | 2026-05-29T18:27:33.716Z | |
| 3165 | 2026-05-29T18:27:33.716Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/295) |
| 3166 | 2026-05-29T18:27:34.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3167 | 2026-05-29T18:27:34.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3168 | 2026-05-29T18:27:34.420Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3169 | 2026-05-29T18:27:34.536Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3170 | 2026-05-29T18:27:34.544Z | Checking csv-core v0.1.13 |
| 3171 | 2026-05-29T18:27:34.550Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3172 | 2026-05-29T18:27:34.557Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3173 | 2026-05-29T18:27:34.565Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3174 | 2026-05-29T18:27:34.577Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3175 | 2026-05-29T18:27:34.588Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3176 | 2026-05-29T18:27:34.707Z | Checking csv v1.4.0 |
| 3177 | 2026-05-29T18:27:34.738Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3178 | 2026-05-29T18:27:34.752Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3179 | 2026-05-29T18:27:34.780Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3180 | 2026-05-29T18:27:34.795Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3181 | 2026-05-29T18:27:35.047Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3182 | 2026-05-29T18:27:35.412Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3183 | 2026-05-29T18:27:35.412Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3184 | 2026-05-29T18:27:35.742Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3185 | 2026-05-29T18:27:41.597Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3186 | 2026-05-29T18:27:42.126Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3187 | 2026-05-29T18:27:44.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.73s |
| 3188 | 2026-05-29T18:27:44.646Z | |
| 3189 | 2026-05-29T18:27:44.646Z | info: running `cargo check --bins` on cockroach-admin-api (129/295) |
| 3190 | 2026-05-29T18:27:45.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3191 | 2026-05-29T18:27:45.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3192 | 2026-05-29T18:27:45.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3193 | 2026-05-29T18:27:45.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3194 | 2026-05-29T18:27:45.241Z | |
| 3195 | 2026-05-29T18:27:45.241Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295) |
| 3196 | 2026-05-29T18:27:45.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3197 | 2026-05-29T18:27:45.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3198 | 2026-05-29T18:27:45.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3199 | 2026-05-29T18:27:45.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3200 | 2026-05-29T18:27:45.920Z | |
| 3201 | 2026-05-29T18:27:45.920Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295) |
| 3202 | 2026-05-29T18:27:46.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3203 | 2026-05-29T18:27:46.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3204 | 2026-05-29T18:27:46.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3205 | 2026-05-29T18:27:46.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3206 | 2026-05-29T18:27:46.595Z | |
| 3207 | 2026-05-29T18:27:46.595Z | info: running `cargo check --bins` on gateway-test-utils (132/295) |
| 3208 | 2026-05-29T18:27:47.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3209 | 2026-05-29T18:27:47.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3210 | 2026-05-29T18:27:47.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3211 | 2026-05-29T18:27:47.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3212 | 2026-05-29T18:27:47.251Z | |
| 3213 | 2026-05-29T18:27:47.251Z | info: running `cargo check --bins` on omicron-gateway (133/295) |
| 3214 | 2026-05-29T18:27:47.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3215 | 2026-05-29T18:27:47.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3216 | 2026-05-29T18:27:48.020Z | Compiling regress v0.11.1 |
| 3217 | 2026-05-29T18:27:48.160Z | Compiling unsafe-libyaml v0.2.11 |
| 3218 | 2026-05-29T18:27:48.174Z | Compiling radium v0.7.0 |
| 3219 | 2026-05-29T18:27:48.174Z | Compiling semver v0.1.20 |
| 3220 | 2026-05-29T18:27:48.200Z | Compiling maybe-uninit v2.0.0 |
| 3221 | 2026-05-29T18:27:48.202Z | Checking tap v1.0.1 |
| 3222 | 2026-05-29T18:27:48.225Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3223 | 2026-05-29T18:27:48.298Z | Checking wyz v0.5.1 |
| 3224 | 2026-05-29T18:27:48.439Z | Compiling rustc_version v0.1.7 |
| 3225 | 2026-05-29T18:27:48.479Z | Checking progenitor-client v0.13.0 |
| 3226 | 2026-05-29T18:27:48.536Z | Compiling zerocopy-derive v0.6.6 |
| 3227 | 2026-05-29T18:27:48.629Z | Compiling owo-colors v4.3.0 |
| 3228 | 2026-05-29T18:27:48.653Z | Compiling newtype_derive v0.1.6 |
| 3229 | 2026-05-29T18:27:48.707Z | Compiling serde_yaml v0.9.34+deprecated |
| 3230 | 2026-05-29T18:27:48.842Z | Checking funty v2.0.0 |
| 3231 | 2026-05-29T18:27:48.900Z | Compiling packed_struct v0.10.1 |
| 3232 | 2026-05-29T18:27:48.939Z | Checking crc-catalog v2.4.0 |
| 3233 | 2026-05-29T18:27:49.077Z | Compiling cancel-safe-futures v0.1.5 |
| 3234 | 2026-05-29T18:27:49.164Z | Checking bitvec v1.0.1 |
| 3235 | 2026-05-29T18:27:49.186Z | Checking crc v3.4.0 |
| 3236 | 2026-05-29T18:27:49.376Z | Checking zerocopy v0.6.6 |
| 3237 | 2026-05-29T18:27:49.410Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3238 | 2026-05-29T18:27:49.458Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3239 | 2026-05-29T18:27:49.579Z | Checking typify-impl v0.6.2 |
| 3240 | 2026-05-29T18:27:49.704Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3241 | 2026-05-29T18:27:49.795Z | Compiling packed_struct_codegen v0.10.1 |
| 3242 | 2026-05-29T18:27:49.948Z | Checking libsw-core v0.3.2 |
| 3243 | 2026-05-29T18:27:49.962Z | Compiling bitfield-macros v0.19.4 |
| 3244 | 2026-05-29T18:27:50.099Z | Compiling indexmap v1.9.3 |
| 3245 | 2026-05-29T18:27:50.149Z | Checking nodrop v0.1.14 |
| 3246 | 2026-05-29T18:27:50.244Z | Checking array-init v0.0.4 |
| 3247 | 2026-05-29T18:27:50.318Z | Checking libsw v3.5.0 |
| 3248 | 2026-05-29T18:27:50.454Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3249 | 2026-05-29T18:27:50.471Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3250 | 2026-05-29T18:27:50.548Z | Checking smallvec v0.6.14 |
| 3251 | 2026-05-29T18:27:50.671Z | Checking bitfield v0.19.4 |
| 3252 | 2026-05-29T18:27:50.725Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3253 | 2026-05-29T18:27:50.880Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3254 | 2026-05-29T18:27:50.950Z | Checking smawk v0.3.2 |
| 3255 | 2026-05-29T18:27:51.000Z | Checking tagptr v0.2.0 |
| 3256 | 2026-05-29T18:27:51.032Z | Checking hashbrown v0.12.3 |
| 3257 | 2026-05-29T18:27:51.085Z | Checking unicode-linebreak v0.1.5 |
| 3258 | 2026-05-29T18:27:51.144Z | Checking base64 v0.21.7 |
| 3259 | 2026-05-29T18:27:51.173Z | Checking linear-map v1.2.0 |
| 3260 | 2026-05-29T18:27:51.304Z | Checking textwrap v0.16.2 |
| 3261 | 2026-05-29T18:27:51.336Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3262 | 2026-05-29T18:27:51.350Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3263 | 2026-05-29T18:27:51.374Z | Checking moka v0.12.13 |
| 3264 | 2026-05-29T18:27:51.388Z | Checking ron v0.8.1 |
| 3265 | 2026-05-29T18:27:51.507Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3266 | 2026-05-29T18:27:51.523Z | Checking serde-hex v0.1.0 |
| 3267 | 2026-05-29T18:27:51.772Z | Checking steno v0.4.1 |
| 3268 | 2026-05-29T18:27:51.904Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3269 | 2026-05-29T18:27:51.968Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3270 | 2026-05-29T18:27:52.004Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3271 | 2026-05-29T18:27:52.065Z | Checking hashbrown v0.13.2 |
| 3272 | 2026-05-29T18:27:52.318Z | Checking crc-any v2.5.0 |
| 3273 | 2026-05-29T18:27:52.487Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3274 | 2026-05-29T18:27:52.501Z | Checking object v0.30.4 |
| 3275 | 2026-05-29T18:27:52.577Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3276 | 2026-05-29T18:27:52.614Z | Checking hickory-resolver v0.25.2 |
| 3277 | 2026-05-29T18:27:52.697Z | Checking half v1.8.3 |
| 3278 | 2026-05-29T18:27:52.740Z | Checking path-slash v0.1.5 |
| 3279 | 2026-05-29T18:27:52.770Z | Checking void v1.0.2 |
| 3280 | 2026-05-29T18:27:52.842Z | Checking utf-8 v0.7.6 |
| 3281 | 2026-05-29T18:27:52.875Z | Checking lzss v0.8.2 |
| 3282 | 2026-05-29T18:27:52.892Z | Checking serde_cbor v0.11.2 |
| 3283 | 2026-05-29T18:27:52.977Z | Checking tungstenite v0.23.0 |
| 3284 | 2026-05-29T18:27:53.065Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3285 | 2026-05-29T18:27:53.143Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3286 | 2026-05-29T18:27:53.227Z | Checking nix v0.27.1 |
| 3287 | 2026-05-29T18:27:53.281Z | Checking kstat-rs v0.2.4 |
| 3288 | 2026-05-29T18:27:53.326Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3289 | 2026-05-29T18:27:53.386Z | Checking fxhash v0.2.1 |
| 3290 | 2026-05-29T18:27:53.400Z | Checking serde_bytes v0.11.19 |
| 3291 | 2026-05-29T18:27:53.467Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3292 | 2026-05-29T18:27:53.505Z | Checking tokio-tungstenite v0.23.1 |
| 3293 | 2026-05-29T18:27:53.572Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3294 | 2026-05-29T18:27:53.743Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3295 | 2026-05-29T18:27:53.758Z | Checking signal-hook-tokio v0.3.1 |
| 3296 | 2026-05-29T18:27:54.066Z | Compiling typify-macro v0.6.2 |
| 3297 | 2026-05-29T18:27:54.884Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3298 | 2026-05-29T18:27:55.218Z | Compiling typify v0.6.2 |
| 3299 | 2026-05-29T18:27:55.299Z | Compiling progenitor-impl v0.13.0 |
| 3300 | 2026-05-29T18:27:55.300Z | Compiling progenitor-impl v0.14.0 |
| 3301 | 2026-05-29T18:27:55.788Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3302 | 2026-05-29T18:27:56.124Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3303 | 2026-05-29T18:27:56.896Z | Compiling progenitor-macro v0.13.0 |
| 3304 | 2026-05-29T18:27:56.936Z | Compiling progenitor-macro v0.14.0 |
| 3305 | 2026-05-29T18:27:59.296Z | Checking progenitor v0.13.0 |
| 3306 | 2026-05-29T18:27:59.430Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3307 | 2026-05-29T18:27:59.615Z | Checking progenitor v0.14.0 |
| 3308 | 2026-05-29T18:27:59.730Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3309 | 2026-05-29T18:28:02.461Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3310 | 2026-05-29T18:28:10.245Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3311 | 2026-05-29T18:28:16.597Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3312 | 2026-05-29T18:28:17.951Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3313 | 2026-05-29T18:28:18.458Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3314 | 2026-05-29T18:28:20.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.28s |
| 3315 | 2026-05-29T18:28:20.738Z | |
| 3316 | 2026-05-29T18:28:20.738Z | info: running `cargo check --bins` on gateway-api (134/295) |
| 3317 | 2026-05-29T18:28:21.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3318 | 2026-05-29T18:28:21.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3319 | 2026-05-29T18:28:21.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3320 | 2026-05-29T18:28:21.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3321 | 2026-05-29T18:28:21.337Z | |
| 3322 | 2026-05-29T18:28:21.337Z | info: running `cargo check --bins` on ipcc (135/295) |
| 3323 | 2026-05-29T18:28:21.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3324 | 2026-05-29T18:28:21.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3325 | 2026-05-29T18:28:21.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3326 | 2026-05-29T18:28:21.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3327 | 2026-05-29T18:28:21.933Z | |
| 3328 | 2026-05-29T18:28:21.933Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295) |
| 3329 | 2026-05-29T18:28:22.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3330 | 2026-05-29T18:28:22.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3331 | 2026-05-29T18:28:22.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3332 | 2026-05-29T18:28:22.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3333 | 2026-05-29T18:28:22.521Z | |
| 3334 | 2026-05-29T18:28:22.521Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295) |
| 3335 | 2026-05-29T18:28:23.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3336 | 2026-05-29T18:28:23.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3337 | 2026-05-29T18:28:23.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3338 | 2026-05-29T18:28:23.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3339 | 2026-05-29T18:28:23.140Z | |
| 3340 | 2026-05-29T18:28:23.141Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295) |
| 3341 | 2026-05-29T18:28:23.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3342 | 2026-05-29T18:28:23.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3343 | 2026-05-29T18:28:23.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3344 | 2026-05-29T18:28:23.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3345 | 2026-05-29T18:28:23.740Z | |
| 3346 | 2026-05-29T18:28:23.740Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295) |
| 3347 | 2026-05-29T18:28:24.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3348 | 2026-05-29T18:28:24.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3349 | 2026-05-29T18:28:24.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3350 | 2026-05-29T18:28:24.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3351 | 2026-05-29T18:28:24.341Z | |
| 3352 | 2026-05-29T18:28:24.341Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295) |
| 3353 | 2026-05-29T18:28:24.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2026-05-29T18:28:24.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2026-05-29T18:28:24.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3356 | 2026-05-29T18:28:24.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3357 | 2026-05-29T18:28:24.940Z | |
| 3358 | 2026-05-29T18:28:24.940Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295) |
| 3359 | 2026-05-29T18:28:25.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2026-05-29T18:28:25.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2026-05-29T18:28:25.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3362 | 2026-05-29T18:28:25.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3363 | 2026-05-29T18:28:25.559Z | |
| 3364 | 2026-05-29T18:28:25.559Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295) |
| 3365 | 2026-05-29T18:28:26.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2026-05-29T18:28:26.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2026-05-29T18:28:26.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3368 | 2026-05-29T18:28:26.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3369 | 2026-05-29T18:28:26.159Z | |
| 3370 | 2026-05-29T18:28:26.160Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295) |
| 3371 | 2026-05-29T18:28:26.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2026-05-29T18:28:26.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2026-05-29T18:28:26.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3374 | 2026-05-29T18:28:26.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3375 | 2026-05-29T18:28:26.760Z | |
| 3376 | 2026-05-29T18:28:26.760Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295) |
| 3377 | 2026-05-29T18:28:27.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-05-29T18:28:27.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-05-29T18:28:27.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-05-29T18:28:27.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3381 | 2026-05-29T18:28:27.366Z | |
| 3382 | 2026-05-29T18:28:27.366Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295) |
| 3383 | 2026-05-29T18:28:27.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-05-29T18:28:27.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-05-29T18:28:27.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-05-29T18:28:27.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3387 | 2026-05-29T18:28:27.976Z | |
| 3388 | 2026-05-29T18:28:27.976Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295) |
| 3389 | 2026-05-29T18:28:28.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-05-29T18:28:28.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-05-29T18:28:28.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-05-29T18:28:28.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3393 | 2026-05-29T18:28:28.584Z | |
| 3394 | 2026-05-29T18:28:28.584Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295) |
| 3395 | 2026-05-29T18:28:29.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-05-29T18:28:29.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-05-29T18:28:29.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-05-29T18:28:29.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3399 | 2026-05-29T18:28:29.186Z | |
| 3400 | 2026-05-29T18:28:29.186Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295) |
| 3401 | 2026-05-29T18:28:29.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-05-29T18:28:29.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-05-29T18:28:29.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-05-29T18:28:29.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3405 | 2026-05-29T18:28:29.811Z | |
| 3406 | 2026-05-29T18:28:29.811Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295) |
| 3407 | 2026-05-29T18:28:30.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-05-29T18:28:30.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-05-29T18:28:30.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-05-29T18:28:30.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3411 | 2026-05-29T18:28:30.435Z | |
| 3412 | 2026-05-29T18:28:30.435Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295) |
| 3413 | 2026-05-29T18:28:30.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-05-29T18:28:30.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-05-29T18:28:30.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-05-29T18:28:30.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3417 | 2026-05-29T18:28:31.054Z | |
| 3418 | 2026-05-29T18:28:31.054Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295) |
| 3419 | 2026-05-29T18:28:31.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-05-29T18:28:31.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-05-29T18:28:31.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-05-29T18:28:31.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3423 | 2026-05-29T18:28:31.680Z | |
| 3424 | 2026-05-29T18:28:31.681Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295) |
| 3425 | 2026-05-29T18:28:32.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-05-29T18:28:32.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-05-29T18:28:32.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-05-29T18:28:32.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3429 | 2026-05-29T18:28:32.308Z | |
| 3430 | 2026-05-29T18:28:32.309Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295) |
| 3431 | 2026-05-29T18:28:32.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-05-29T18:28:32.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-05-29T18:28:32.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-05-29T18:28:32.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3435 | 2026-05-29T18:28:32.932Z | |
| 3436 | 2026-05-29T18:28:32.932Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295) |
| 3437 | 2026-05-29T18:28:33.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-05-29T18:28:33.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-05-29T18:28:33.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-05-29T18:28:33.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3441 | 2026-05-29T18:28:33.557Z | |
| 3442 | 2026-05-29T18:28:33.557Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295) |
| 3443 | 2026-05-29T18:28:34.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-05-29T18:28:34.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-05-29T18:28:34.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-05-29T18:28:34.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3447 | 2026-05-29T18:28:34.187Z | |
| 3448 | 2026-05-29T18:28:34.187Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295) |
| 3449 | 2026-05-29T18:28:34.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-05-29T18:28:34.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-05-29T18:28:34.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-05-29T18:28:34.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3453 | 2026-05-29T18:28:34.814Z | |
| 3454 | 2026-05-29T18:28:34.814Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295) |
| 3455 | 2026-05-29T18:28:35.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-05-29T18:28:35.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-05-29T18:28:35.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2026-05-29T18:28:35.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3459 | 2026-05-29T18:28:35.444Z | |
| 3460 | 2026-05-29T18:28:35.444Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295) |
| 3461 | 2026-05-29T18:28:35.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2026-05-29T18:28:35.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2026-05-29T18:28:35.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2026-05-29T18:28:35.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3465 | 2026-05-29T18:28:36.053Z | |
| 3466 | 2026-05-29T18:28:36.053Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295) |
| 3467 | 2026-05-29T18:28:36.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2026-05-29T18:28:36.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2026-05-29T18:28:36.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2026-05-29T18:28:36.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3471 | 2026-05-29T18:28:36.658Z | |
| 3472 | 2026-05-29T18:28:36.658Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295) |
| 3473 | 2026-05-29T18:28:37.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2026-05-29T18:28:37.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2026-05-29T18:28:37.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2026-05-29T18:28:37.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3477 | 2026-05-29T18:28:37.268Z | |
| 3478 | 2026-05-29T18:28:37.268Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295) |
| 3479 | 2026-05-29T18:28:37.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2026-05-29T18:28:37.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2026-05-29T18:28:37.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2026-05-29T18:28:37.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3483 | 2026-05-29T18:28:37.876Z | |
| 3484 | 2026-05-29T18:28:37.876Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295) |
| 3485 | 2026-05-29T18:28:38.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2026-05-29T18:28:38.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2026-05-29T18:28:38.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2026-05-29T18:28:38.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3489 | 2026-05-29T18:28:38.485Z | |
| 3490 | 2026-05-29T18:28:38.485Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295) |
| 3491 | 2026-05-29T18:28:38.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2026-05-29T18:28:38.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2026-05-29T18:28:38.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2026-05-29T18:28:39.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3495 | 2026-05-29T18:28:39.094Z | |
| 3496 | 2026-05-29T18:28:39.094Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295) |
| 3497 | 2026-05-29T18:28:39.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2026-05-29T18:28:39.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2026-05-29T18:28:39.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2026-05-29T18:28:39.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3501 | 2026-05-29T18:28:39.703Z | |
| 3502 | 2026-05-29T18:28:39.703Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295) |
| 3503 | 2026-05-29T18:28:40.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2026-05-29T18:28:40.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2026-05-29T18:28:40.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2026-05-29T18:28:40.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3507 | 2026-05-29T18:28:40.315Z | |
| 3508 | 2026-05-29T18:28:40.316Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295) |
| 3509 | 2026-05-29T18:28:40.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2026-05-29T18:28:40.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2026-05-29T18:28:40.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2026-05-29T18:28:40.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3513 | 2026-05-29T18:28:40.944Z | |
| 3514 | 2026-05-29T18:28:40.944Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295) |
| 3515 | 2026-05-29T18:28:41.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2026-05-29T18:28:41.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2026-05-29T18:28:41.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2026-05-29T18:28:41.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3519 | 2026-05-29T18:28:41.573Z | |
| 3520 | 2026-05-29T18:28:41.573Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295) |
| 3521 | 2026-05-29T18:28:42.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2026-05-29T18:28:42.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2026-05-29T18:28:42.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2026-05-29T18:28:42.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3525 | 2026-05-29T18:28:42.197Z | |
| 3526 | 2026-05-29T18:28:42.197Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295) |
| 3527 | 2026-05-29T18:28:42.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2026-05-29T18:28:42.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2026-05-29T18:28:42.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3530 | 2026-05-29T18:28:42.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3531 | 2026-05-29T18:28:42.822Z | |
| 3532 | 2026-05-29T18:28:42.822Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295) |
| 3533 | 2026-05-29T18:28:43.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2026-05-29T18:28:43.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2026-05-29T18:28:43.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3536 | 2026-05-29T18:28:43.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3537 | 2026-05-29T18:28:43.450Z | |
| 3538 | 2026-05-29T18:28:43.450Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295) |
| 3539 | 2026-05-29T18:28:43.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2026-05-29T18:28:43.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2026-05-29T18:28:43.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2026-05-29T18:28:43.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3543 | 2026-05-29T18:28:44.077Z | |
| 3544 | 2026-05-29T18:28:44.077Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295) |
| 3545 | 2026-05-29T18:28:44.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2026-05-29T18:28:44.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2026-05-29T18:28:44.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2026-05-29T18:28:44.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3549 | 2026-05-29T18:28:44.696Z | |
| 3550 | 2026-05-29T18:28:44.696Z | info: running `cargo check --bins` on oximeter-producer (173/295) |
| 3551 | 2026-05-29T18:28:45.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2026-05-29T18:28:45.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2026-05-29T18:28:45.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3554 | 2026-05-29T18:28:45.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3555 | 2026-05-29T18:28:45.339Z | |
| 3556 | 2026-05-29T18:28:45.339Z | info: running `cargo check --bins` on internal-dns-resolver (174/295) |
| 3557 | 2026-05-29T18:28:45.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3558 | 2026-05-29T18:28:45.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3559 | 2026-05-29T18:28:45.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3560 | 2026-05-29T18:28:45.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3561 | 2026-05-29T18:28:45.951Z | |
| 3562 | 2026-05-29T18:28:45.951Z | info: running `cargo check --bins` on dns-server (175/295) |
| 3563 | 2026-05-29T18:28:46.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3564 | 2026-05-29T18:28:46.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3565 | 2026-05-29T18:28:46.611Z | Compiling parking_lot_core v0.8.6 |
| 3566 | 2026-05-29T18:28:46.611Z | Compiling atomicwrites v0.4.4 |
| 3567 | 2026-05-29T18:28:46.614Z | Compiling git-stub v1.0.0 |
| 3568 | 2026-05-29T18:28:46.614Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3569 | 2026-05-29T18:28:46.614Z | Checking prefix-trie v0.7.0 |
| 3570 | 2026-05-29T18:28:46.844Z | Compiling git-stub-vcs v0.1.0 |
| 3571 | 2026-05-29T18:28:47.023Z | Checking hickory-server v0.25.2 |
| 3572 | 2026-05-29T18:28:47.118Z | Checking parking_lot v0.11.2 |
| 3573 | 2026-05-29T18:28:47.121Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3574 | 2026-05-29T18:28:47.191Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3575 | 2026-05-29T18:28:47.191Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3576 | 2026-05-29T18:28:47.322Z | Checking sled v0.34.7 |
| 3577 | 2026-05-29T18:28:49.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s |
| 3578 | 2026-05-29T18:28:49.400Z | |
| 3579 | 2026-05-29T18:28:49.400Z | info: running `cargo check --bins` on dns-server-api (176/295) |
| 3580 | 2026-05-29T18:28:49.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-05-29T18:28:49.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-05-29T18:28:49.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-05-29T18:28:49.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3584 | 2026-05-29T18:28:50.009Z | |
| 3585 | 2026-05-29T18:28:50.009Z | info: running `cargo check --bins` on oximeter-producer-api (177/295) |
| 3586 | 2026-05-29T18:28:50.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-05-29T18:28:50.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-05-29T18:28:50.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-05-29T18:28:50.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3590 | 2026-05-29T18:28:50.619Z | |
| 3591 | 2026-05-29T18:28:50.619Z | info: running `cargo check --bins` on sp-sim (178/295) |
| 3592 | 2026-05-29T18:28:51.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-05-29T18:28:51.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-05-29T18:28:51.353Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3595 | 2026-05-29T18:28:53.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s |
| 3596 | 2026-05-29T18:28:53.320Z | |
| 3597 | 2026-05-29T18:28:53.320Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295) |
| 3598 | 2026-05-29T18:28:53.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-05-29T18:28:53.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-05-29T18:28:53.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-05-29T18:28:53.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3602 | 2026-05-29T18:28:53.970Z | |
| 3603 | 2026-05-29T18:28:53.970Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295) |
| 3604 | 2026-05-29T18:28:54.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-05-29T18:28:54.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-05-29T18:28:54.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3607 | 2026-05-29T18:28:54.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3608 | 2026-05-29T18:28:54.631Z | |
| 3609 | 2026-05-29T18:28:54.631Z | info: running `cargo check --bins` on db-macros (181/295) |
| 3610 | 2026-05-29T18:28:55.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2026-05-29T18:28:55.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2026-05-29T18:28:55.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3613 | 2026-05-29T18:28:55.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3614 | 2026-05-29T18:28:55.229Z | |
| 3615 | 2026-05-29T18:28:55.229Z | info: running `cargo check --bins` on nexus-macros-common (182/295) |
| 3616 | 2026-05-29T18:28:55.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3617 | 2026-05-29T18:28:55.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3618 | 2026-05-29T18:28:55.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3619 | 2026-05-29T18:28:55.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3620 | 2026-05-29T18:28:55.823Z | |
| 3621 | 2026-05-29T18:28:55.823Z | info: running `cargo check --bins` on nexus-auth (183/295) |
| 3622 | 2026-05-29T18:28:56.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3623 | 2026-05-29T18:28:56.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3624 | 2026-05-29T18:28:56.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3625 | 2026-05-29T18:28:56.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3626 | 2026-05-29T18:28:56.482Z | |
| 3627 | 2026-05-29T18:28:56.483Z | info: running `cargo check --bins` on authz-macros (184/295) |
| 3628 | 2026-05-29T18:28:56.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3629 | 2026-05-29T18:28:56.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3630 | 2026-05-29T18:28:56.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3631 | 2026-05-29T18:28:56.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3632 | 2026-05-29T18:28:57.072Z | |
| 3633 | 2026-05-29T18:28:57.072Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/295) |
| 3634 | 2026-05-29T18:28:57.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3635 | 2026-05-29T18:28:57.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3636 | 2026-05-29T18:28:57.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3637 | 2026-05-29T18:28:57.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3638 | 2026-05-29T18:28:57.718Z | |
| 3639 | 2026-05-29T18:28:57.718Z | info: running `cargo check --bins` on nexus-db-model (186/295) |
| 3640 | 2026-05-29T18:28:58.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3641 | 2026-05-29T18:28:58.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3642 | 2026-05-29T18:28:58.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3643 | 2026-05-29T18:28:58.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3644 | 2026-05-29T18:28:58.369Z | |
| 3645 | 2026-05-29T18:28:58.369Z | info: running `cargo check --bins` on nexus-db-schema (187/295) |
| 3646 | 2026-05-29T18:28:58.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3647 | 2026-05-29T18:28:58.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3648 | 2026-05-29T18:28:58.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3649 | 2026-05-29T18:28:58.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3650 | 2026-05-29T18:28:58.965Z | |
| 3651 | 2026-05-29T18:28:58.966Z | info: running `cargo check --bins` on omicron-rpaths (188/295) |
| 3652 | 2026-05-29T18:28:59.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3653 | 2026-05-29T18:28:59.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3654 | 2026-05-29T18:28:59.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3655 | 2026-05-29T18:28:59.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3656 | 2026-05-29T18:28:59.552Z | |
| 3657 | 2026-05-29T18:28:59.552Z | info: running `cargo check --bins` on nexus-defaults (189/295) |
| 3658 | 2026-05-29T18:29:00.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3659 | 2026-05-29T18:29:00.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3660 | 2026-05-29T18:29:00.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3661 | 2026-05-29T18:29:00.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3662 | 2026-05-29T18:29:00.160Z | |
| 3663 | 2026-05-29T18:29:00.160Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/295) |
| 3664 | 2026-05-29T18:29:00.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3665 | 2026-05-29T18:29:00.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3666 | 2026-05-29T18:29:00.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3667 | 2026-05-29T18:29:00.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3668 | 2026-05-29T18:29:00.747Z | |
| 3669 | 2026-05-29T18:29:00.747Z | info: running `cargo check --bins` on parallel-task-set (191/295) |
| 3670 | 2026-05-29T18:29:01.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3671 | 2026-05-29T18:29:01.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3672 | 2026-05-29T18:29:01.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3673 | 2026-05-29T18:29:01.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3674 | 2026-05-29T18:29:01.336Z | |
| 3675 | 2026-05-29T18:29:01.336Z | info: running `cargo check --bins` on nexus-db-errors (192/295) |
| 3676 | 2026-05-29T18:29:01.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3677 | 2026-05-29T18:29:01.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3678 | 2026-05-29T18:29:01.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3679 | 2026-05-29T18:29:01.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3680 | 2026-05-29T18:29:01.987Z | |
| 3681 | 2026-05-29T18:29:01.987Z | info: running `cargo check --bins` on nexus-db-lookup (193/295) |
| 3682 | 2026-05-29T18:29:02.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3683 | 2026-05-29T18:29:02.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3684 | 2026-05-29T18:29:02.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3685 | 2026-05-29T18:29:02.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3686 | 2026-05-29T18:29:02.636Z | |
| 3687 | 2026-05-29T18:29:02.636Z | info: running `cargo check --bins` on nexus-inventory (194/295) |
| 3688 | 2026-05-29T18:29:03.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3689 | 2026-05-29T18:29:03.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3690 | 2026-05-29T18:29:03.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3691 | 2026-05-29T18:29:03.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3692 | 2026-05-29T18:29:03.277Z | |
| 3693 | 2026-05-29T18:29:03.277Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295) |
| 3694 | 2026-05-29T18:29:03.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3695 | 2026-05-29T18:29:03.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3696 | 2026-05-29T18:29:03.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3697 | 2026-05-29T18:29:03.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3698 | 2026-05-29T18:29:03.896Z | |
| 3699 | 2026-05-29T18:29:03.896Z | info: running `cargo check --bins --no-default-features` on sled-storage (196/295) |
| 3700 | 2026-05-29T18:29:04.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3701 | 2026-05-29T18:29:04.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3702 | 2026-05-29T18:29:04.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3703 | 2026-05-29T18:29:04.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3704 | 2026-05-29T18:29:04.514Z | |
| 3705 | 2026-05-29T18:29:04.514Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295) |
| 3706 | 2026-05-29T18:29:05.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3707 | 2026-05-29T18:29:05.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3708 | 2026-05-29T18:29:05.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3709 | 2026-05-29T18:29:05.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3710 | 2026-05-29T18:29:05.127Z | |
| 3711 | 2026-05-29T18:29:05.127Z | info: running `cargo check --bins` on key-manager (198/295) |
| 3712 | 2026-05-29T18:29:05.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3713 | 2026-05-29T18:29:05.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3714 | 2026-05-29T18:29:05.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3715 | 2026-05-29T18:29:05.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3716 | 2026-05-29T18:29:05.721Z | |
| 3717 | 2026-05-29T18:29:05.721Z | info: running `cargo check --bins --no-default-features` on sled-hardware (199/295) |
| 3718 | 2026-05-29T18:29:06.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3719 | 2026-05-29T18:29:06.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3720 | 2026-05-29T18:29:06.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3721 | 2026-05-29T18:29:06.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3722 | 2026-05-29T18:29:06.339Z | |
| 3723 | 2026-05-29T18:29:06.339Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295) |
| 3724 | 2026-05-29T18:29:06.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3725 | 2026-05-29T18:29:06.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3726 | 2026-05-29T18:29:06.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3727 | 2026-05-29T18:29:06.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3728 | 2026-05-29T18:29:06.951Z | |
| 3729 | 2026-05-29T18:29:06.951Z | info: running `cargo check --bins` on typed-rng (201/295) |
| 3730 | 2026-05-29T18:29:07.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3731 | 2026-05-29T18:29:07.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3732 | 2026-05-29T18:29:07.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3733 | 2026-05-29T18:29:07.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3734 | 2026-05-29T18:29:07.911Z | |
| 3735 | 2026-05-29T18:29:07.911Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295) |
| 3736 | 2026-05-29T18:29:08.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3737 | 2026-05-29T18:29:08.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3738 | 2026-05-29T18:29:08.396Z | Compiling libefi-sys v0.1.0 |
| 3739 | 2026-05-29T18:29:08.532Z | Compiling bitfield-struct v0.6.2 |
| 3740 | 2026-05-29T18:29:08.545Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3741 | 2026-05-29T18:29:08.553Z | Compiling xshell-macros v0.2.7 |
| 3742 | 2026-05-29T18:29:08.582Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3743 | 2026-05-29T18:29:08.591Z | Compiling typify-impl v0.4.3 |
| 3744 | 2026-05-29T18:29:08.594Z | Compiling salty v0.3.0 |
| 3745 | 2026-05-29T18:29:08.594Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3746 | 2026-05-29T18:29:08.654Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3747 | 2026-05-29T18:29:08.747Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3748 | 2026-05-29T18:29:08.884Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3749 | 2026-05-29T18:29:08.912Z | Checking xshell v0.2.7 |
| 3750 | 2026-05-29T18:29:08.943Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3751 | 2026-05-29T18:29:09.107Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3752 | 2026-05-29T18:29:09.126Z | Checking primeorder v0.13.6 |
| 3753 | 2026-05-29T18:29:09.140Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3754 | 2026-05-29T18:29:09.154Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3755 | 2026-05-29T18:29:09.272Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3756 | 2026-05-29T18:29:09.289Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3757 | 2026-05-29T18:29:09.357Z | Checking tungstenite v0.21.0 |
| 3758 | 2026-05-29T18:29:09.391Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3759 | 2026-05-29T18:29:09.499Z | Checking p384 v0.13.1 |
| 3760 | 2026-05-29T18:29:09.524Z | Compiling proc-macro-error2 v2.0.1 |
| 3761 | 2026-05-29T18:29:09.572Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3762 | 2026-05-29T18:29:09.626Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3763 | 2026-05-29T18:29:09.939Z | Compiling num-derive v0.3.3 |
| 3764 | 2026-05-29T18:29:10.103Z | Compiling tabled_derive v0.11.0 |
| 3765 | 2026-05-29T18:29:10.222Z | Checking tokio-tungstenite v0.21.0 |
| 3766 | 2026-05-29T18:29:10.488Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3767 | 2026-05-29T18:29:10.505Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3768 | 2026-05-29T18:29:10.807Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3769 | 2026-05-29T18:29:10.912Z | Checking libscf-sys v1.1.0 |
| 3770 | 2026-05-29T18:29:11.050Z | Checking papergrid v0.17.0 |
| 3771 | 2026-05-29T18:29:11.174Z | Checking testing_table v0.3.0 |
| 3772 | 2026-05-29T18:29:11.228Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3773 | 2026-05-29T18:29:11.273Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3774 | 2026-05-29T18:29:11.291Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3775 | 2026-05-29T18:29:11.341Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3776 | 2026-05-29T18:29:11.556Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3777 | 2026-05-29T18:29:11.697Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3778 | 2026-05-29T18:29:11.758Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3779 | 2026-05-29T18:29:11.794Z | Checking corncobs v0.1.4 |
| 3780 | 2026-05-29T18:29:11.857Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3781 | 2026-05-29T18:29:11.887Z | Compiling unicase v2.9.0 |
| 3782 | 2026-05-29T18:29:11.921Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3783 | 2026-05-29T18:29:12.004Z | Checking tabled v0.20.0 |
| 3784 | 2026-05-29T18:29:12.078Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3785 | 2026-05-29T18:29:12.096Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3786 | 2026-05-29T18:29:12.111Z | Compiling mime_guess v2.0.5 |
| 3787 | 2026-05-29T18:29:12.180Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3788 | 2026-05-29T18:29:12.281Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3789 | 2026-05-29T18:29:12.387Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3790 | 2026-05-29T18:29:12.412Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3791 | 2026-05-29T18:29:12.432Z | Checking progenitor-client v0.11.2 |
| 3792 | 2026-05-29T18:29:12.646Z | Checking secrecy v0.8.0 |
| 3793 | 2026-05-29T18:29:12.667Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3794 | 2026-05-29T18:29:12.938Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3795 | 2026-05-29T18:29:12.999Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3796 | 2026-05-29T18:29:13.036Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3797 | 2026-05-29T18:29:13.141Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3798 | 2026-05-29T18:29:13.157Z | Compiling typify-macro v0.4.3 |
| 3799 | 2026-05-29T18:29:13.273Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3800 | 2026-05-29T18:29:13.312Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3801 | 2026-05-29T18:29:13.342Z | Checking filetime v0.2.27 |
| 3802 | 2026-05-29T18:29:13.478Z | Checking xattr v1.6.1 |
| 3803 | 2026-05-29T18:29:13.481Z | Checking crc8 v0.1.1 |
| 3804 | 2026-05-29T18:29:13.616Z | Checking http-range v0.1.5 |
| 3805 | 2026-05-29T18:29:13.722Z | Checking tar v0.4.45 |
| 3806 | 2026-05-29T18:29:13.744Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3807 | 2026-05-29T18:29:13.933Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3808 | 2026-05-29T18:29:14.050Z | Checking illumos-nvpair v0.3.0 |
| 3809 | 2026-05-29T18:29:14.110Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3810 | 2026-05-29T18:29:14.213Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3811 | 2026-05-29T18:29:14.237Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3812 | 2026-05-29T18:29:14.502Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3813 | 2026-05-29T18:29:14.591Z | Checking atty v0.2.14 |
| 3814 | 2026-05-29T18:29:14.634Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3815 | 2026-05-29T18:29:14.685Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3816 | 2026-05-29T18:29:14.700Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3817 | 2026-05-29T18:29:14.878Z | Compiling typify v0.4.3 |
| 3818 | 2026-05-29T18:29:14.998Z | Compiling progenitor-impl v0.11.2 |
| 3819 | 2026-05-29T18:29:15.095Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3820 | 2026-05-29T18:29:15.264Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3821 | 2026-05-29T18:29:15.322Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3822 | 2026-05-29T18:29:15.428Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3823 | 2026-05-29T18:29:15.574Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3824 | 2026-05-29T18:29:15.598Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3825 | 2026-05-29T18:29:15.786Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3826 | 2026-05-29T18:29:15.826Z | Checking hyper-staticfile v0.10.1 |
| 3827 | 2026-05-29T18:29:16.067Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3828 | 2026-05-29T18:29:16.164Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3829 | 2026-05-29T18:29:16.292Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3830 | 2026-05-29T18:29:16.334Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3831 | 2026-05-29T18:29:16.539Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3832 | 2026-05-29T18:29:16.543Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3833 | 2026-05-29T18:29:16.818Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3834 | 2026-05-29T18:29:16.818Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3835 | 2026-05-29T18:29:16.850Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3836 | 2026-05-29T18:29:17.118Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3837 | 2026-05-29T18:29:17.584Z | Compiling progenitor-macro v0.11.2 |
| 3838 | 2026-05-29T18:29:20.012Z | Checking progenitor v0.11.2 |
| 3839 | 2026-05-29T18:29:20.144Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3840 | 2026-05-29T18:29:20.209Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3841 | 2026-05-29T18:29:24.783Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3842 | 2026-05-29T18:29:35.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.09s |
| 3843 | 2026-05-29T18:29:35.844Z | |
| 3844 | 2026-05-29T18:29:35.844Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295) |
| 3845 | 2026-05-29T18:29:36.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3846 | 2026-05-29T18:29:36.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3847 | 2026-05-29T18:29:36.644Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3848 | 2026-05-29T18:29:47.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s |
| 3849 | 2026-05-29T18:29:47.457Z | |
| 3850 | 2026-05-29T18:29:47.457Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295) |
| 3851 | 2026-05-29T18:29:48.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3852 | 2026-05-29T18:29:48.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3853 | 2026-05-29T18:29:48.239Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3854 | 2026-05-29T18:29:58.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s |
| 3855 | 2026-05-29T18:29:59.112Z | |
| 3856 | 2026-05-29T18:29:59.112Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295) |
| 3857 | 2026-05-29T18:29:59.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3858 | 2026-05-29T18:29:59.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3859 | 2026-05-29T18:29:59.894Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3860 | 2026-05-29T18:30:10.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s |
| 3861 | 2026-05-29T18:30:10.760Z | |
| 3862 | 2026-05-29T18:30:10.760Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295) |
| 3863 | 2026-05-29T18:30:11.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3864 | 2026-05-29T18:30:11.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3865 | 2026-05-29T18:30:11.546Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3866 | 2026-05-29T18:30:22.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s |
| 3867 | 2026-05-29T18:30:22.524Z | |
| 3868 | 2026-05-29T18:30:22.524Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295) |
| 3869 | 2026-05-29T18:30:23.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2026-05-29T18:30:23.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2026-05-29T18:30:23.307Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3872 | 2026-05-29T18:30:33.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s |
| 3873 | 2026-05-29T18:30:34.146Z | |
| 3874 | 2026-05-29T18:30:34.146Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295) |
| 3875 | 2026-05-29T18:30:34.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2026-05-29T18:30:34.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2026-05-29T18:30:34.926Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3878 | 2026-05-29T18:30:45.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s |
| 3879 | 2026-05-29T18:30:45.792Z | |
| 3880 | 2026-05-29T18:30:45.792Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295) |
| 3881 | 2026-05-29T18:30:46.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3882 | 2026-05-29T18:30:46.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3883 | 2026-05-29T18:30:46.578Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3884 | 2026-05-29T18:30:57.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s |
| 3885 | 2026-05-29T18:30:57.523Z | |
| 3886 | 2026-05-29T18:30:57.523Z | info: running `cargo check --bins` on bootstrap-agent-api (210/295) |
| 3887 | 2026-05-29T18:30:58.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3888 | 2026-05-29T18:30:58.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3889 | 2026-05-29T18:30:58.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3890 | 2026-05-29T18:30:58.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3891 | 2026-05-29T18:30:58.138Z | |
| 3892 | 2026-05-29T18:30:58.138Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295) |
| 3893 | 2026-05-29T18:30:58.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3894 | 2026-05-29T18:30:58.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3895 | 2026-05-29T18:30:58.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3896 | 2026-05-29T18:30:58.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3897 | 2026-05-29T18:30:58.756Z | |
| 3898 | 2026-05-29T18:30:58.756Z | info: running `cargo check --bins` on range-requests (212/295) |
| 3899 | 2026-05-29T18:30:59.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3900 | 2026-05-29T18:30:59.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3901 | 2026-05-29T18:30:59.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3902 | 2026-05-29T18:30:59.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3903 | 2026-05-29T18:30:59.360Z | |
| 3904 | 2026-05-29T18:30:59.360Z | info: running `cargo check --bins` on repo-depot-api (213/295) |
| 3905 | 2026-05-29T18:30:59.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3906 | 2026-05-29T18:30:59.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3907 | 2026-05-29T18:30:59.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3908 | 2026-05-29T18:30:59.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3909 | 2026-05-29T18:30:59.966Z | |
| 3910 | 2026-05-29T18:30:59.966Z | info: running `cargo check --bins` on sled-agent-api (214/295) |
| 3911 | 2026-05-29T18:31:00.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3912 | 2026-05-29T18:31:00.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3913 | 2026-05-29T18:31:00.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3914 | 2026-05-29T18:31:00.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3915 | 2026-05-29T18:31:00.595Z | |
| 3916 | 2026-05-29T18:31:00.595Z | info: running `cargo check --bins` on sled-diagnostics (215/295) |
| 3917 | 2026-05-29T18:31:01.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3918 | 2026-05-29T18:31:01.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3919 | 2026-05-29T18:31:01.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3920 | 2026-05-29T18:31:01.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3921 | 2026-05-29T18:31:01.223Z | |
| 3922 | 2026-05-29T18:31:01.223Z | info: running `cargo check --bins` on zfs-test-harness (216/295) |
| 3923 | 2026-05-29T18:31:01.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3924 | 2026-05-29T18:31:01.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3925 | 2026-05-29T18:31:01.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3926 | 2026-05-29T18:31:01.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3927 | 2026-05-29T18:31:01.839Z | |
| 3928 | 2026-05-29T18:31:01.839Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295) |
| 3929 | 2026-05-29T18:31:02.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3930 | 2026-05-29T18:31:02.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3931 | 2026-05-29T18:31:02.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3932 | 2026-05-29T18:31:02.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3933 | 2026-05-29T18:31:02.472Z | |
| 3934 | 2026-05-29T18:31:02.472Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295) |
| 3935 | 2026-05-29T18:31:03.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3936 | 2026-05-29T18:31:03.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3937 | 2026-05-29T18:31:03.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3938 | 2026-05-29T18:31:03.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3939 | 2026-05-29T18:31:03.111Z | |
| 3940 | 2026-05-29T18:31:03.111Z | info: running `cargo check --bins` on sled-agent-early-networking (219/295) |
| 3941 | 2026-05-29T18:31:03.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2026-05-29T18:31:03.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2026-05-29T18:31:03.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3944 | 2026-05-29T18:31:03.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3945 | 2026-05-29T18:31:03.748Z | |
| 3946 | 2026-05-29T18:31:03.748Z | info: running `cargo check --bins` on sled-agent-health-monitor (220/295) |
| 3947 | 2026-05-29T18:31:04.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-05-29T18:31:04.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-05-29T18:31:04.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2026-05-29T18:31:04.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3951 | 2026-05-29T18:31:04.380Z | |
| 3952 | 2026-05-29T18:31:04.381Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295) |
| 3953 | 2026-05-29T18:31:04.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-05-29T18:31:04.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-05-29T18:31:04.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-05-29T18:31:04.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3957 | 2026-05-29T18:31:05.018Z | |
| 3958 | 2026-05-29T18:31:05.018Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295) |
| 3959 | 2026-05-29T18:31:05.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-05-29T18:31:05.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-05-29T18:31:05.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3962 | 2026-05-29T18:31:05.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3963 | 2026-05-29T18:31:05.659Z | |
| 3964 | 2026-05-29T18:31:05.659Z | info: running `cargo check --bins` on sled-agent-resolvable-files (223/295) |
| 3965 | 2026-05-29T18:31:06.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-05-29T18:31:06.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-05-29T18:31:06.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3968 | 2026-05-29T18:31:06.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3969 | 2026-05-29T18:31:06.302Z | |
| 3970 | 2026-05-29T18:31:06.302Z | info: running `cargo check --bins` on sled-agent-rack-setup (224/295) |
| 3971 | 2026-05-29T18:31:06.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3972 | 2026-05-29T18:31:06.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3973 | 2026-05-29T18:31:06.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3974 | 2026-05-29T18:31:06.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3975 | 2026-05-29T18:31:06.962Z | |
| 3976 | 2026-05-29T18:31:06.963Z | info: running `cargo check --bins` on trust-quorum (225/295) |
| 3977 | 2026-05-29T18:31:07.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-05-29T18:31:07.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-05-29T18:31:07.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3980 | 2026-05-29T18:31:07.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3981 | 2026-05-29T18:31:07.607Z | |
| 3982 | 2026-05-29T18:31:07.607Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295) |
| 3983 | 2026-05-29T18:31:08.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3984 | 2026-05-29T18:31:08.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3985 | 2026-05-29T18:31:08.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3986 | 2026-05-29T18:31:08.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3987 | 2026-05-29T18:31:08.267Z | |
| 3988 | 2026-05-29T18:31:08.267Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (227/295) |
| 3989 | 2026-05-29T18:31:08.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3990 | 2026-05-29T18:31:08.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3991 | 2026-05-29T18:31:08.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3992 | 2026-05-29T18:31:08.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3993 | 2026-05-29T18:31:08.937Z | |
| 3994 | 2026-05-29T18:31:08.937Z | info: running `cargo check --bins` on update-common (228/295) |
| 3995 | 2026-05-29T18:31:09.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3996 | 2026-05-29T18:31:09.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3997 | 2026-05-29T18:31:09.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3998 | 2026-05-29T18:31:09.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3999 | 2026-05-29T18:31:09.557Z | |
| 4000 | 2026-05-29T18:31:09.557Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295) |
| 4001 | 2026-05-29T18:31:10.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2026-05-29T18:31:10.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2026-05-29T18:31:10.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4004 | 2026-05-29T18:31:10.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4005 | 2026-05-29T18:31:10.223Z | |
| 4006 | 2026-05-29T18:31:10.223Z | info: running `cargo check --bins` on omicron-deployment-graph (230/295) |
| 4007 | 2026-05-29T18:31:10.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2026-05-29T18:31:10.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2026-05-29T18:31:10.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4010 | 2026-05-29T18:31:10.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4011 | 2026-05-29T18:31:10.818Z | |
| 4012 | 2026-05-29T18:31:10.818Z | info: running `cargo check --bins` on reconfigurator-cli (231/295) |
| 4013 | 2026-05-29T18:31:11.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4014 | 2026-05-29T18:31:11.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4015 | 2026-05-29T18:31:11.590Z | Compiling fs-err v2.11.0 |
| 4016 | 2026-05-29T18:31:11.593Z | Checking ignore v0.4.25 |
| 4017 | 2026-05-29T18:31:11.593Z | Checking arc-swap v1.8.2 |
| 4018 | 2026-05-29T18:31:11.728Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4019 | 2026-05-29T18:31:11.728Z | Checking predicates-tree v1.0.13 |
| 4020 | 2026-05-29T18:31:11.734Z | Checking parse-size v1.1.0 |
| 4021 | 2026-05-29T18:31:11.758Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4022 | 2026-05-29T18:31:11.761Z | Checking rand_seeder v0.4.0 |
| 4023 | 2026-05-29T18:31:11.835Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4024 | 2026-05-29T18:31:11.858Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4025 | 2026-05-29T18:31:11.912Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4026 | 2026-05-29T18:31:11.925Z | Checking slog-scope v4.4.1 |
| 4027 | 2026-05-29T18:31:11.961Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4028 | 2026-05-29T18:31:12.049Z | Compiling petname v2.0.2 |
| 4029 | 2026-05-29T18:31:12.063Z | Checking slog-stdlog v4.1.1 |
| 4030 | 2026-05-29T18:31:12.078Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4031 | 2026-05-29T18:31:12.099Z | Checking globwalk v0.9.1 |
| 4032 | 2026-05-29T18:31:12.145Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4033 | 2026-05-29T18:31:12.178Z | Checking slog-envlogger v2.2.0 |
| 4034 | 2026-05-29T18:31:12.275Z | Checking camino-tempfile-ext v0.3.3 |
| 4035 | 2026-05-29T18:31:12.327Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4036 | 2026-05-29T18:31:12.368Z | Checking sapling-renderdag v0.1.0 |
| 4037 | 2026-05-29T18:31:12.466Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4038 | 2026-05-29T18:31:12.518Z | Checking subprocess v0.2.15 |
| 4039 | 2026-05-29T18:31:12.607Z | Checking sync-ptr v0.1.4 |
| 4040 | 2026-05-29T18:31:12.704Z | Checking colored v2.2.0 |
| 4041 | 2026-05-29T18:31:12.722Z | Checking assert_matches v1.5.0 |
| 4042 | 2026-05-29T18:31:12.798Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4043 | 2026-05-29T18:31:12.950Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4044 | 2026-05-29T18:31:12.953Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4045 | 2026-05-29T18:31:13.647Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4046 | 2026-05-29T18:31:14.971Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4047 | 2026-05-29T18:31:17.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s |
| 4048 | 2026-05-29T18:31:17.388Z | |
| 4049 | 2026-05-29T18:31:17.388Z | info: running `cargo check --bins` on omicron-repl-utils (232/295) |
| 4050 | 2026-05-29T18:31:17.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4051 | 2026-05-29T18:31:17.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4052 | 2026-05-29T18:31:17.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4053 | 2026-05-29T18:31:17.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4054 | 2026-05-29T18:31:17.983Z | |
| 4055 | 2026-05-29T18:31:17.983Z | info: running `cargo check --bins` on transient-dns-server (233/295) |
| 4056 | 2026-05-29T18:31:18.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4057 | 2026-05-29T18:31:18.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4058 | 2026-05-29T18:31:18.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4059 | 2026-05-29T18:31:18.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4060 | 2026-05-29T18:31:18.611Z | |
| 4061 | 2026-05-29T18:31:18.611Z | info: running `cargo check --bins` on nexus-test-interface (234/295) |
| 4062 | 2026-05-29T18:31:19.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4063 | 2026-05-29T18:31:19.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4064 | 2026-05-29T18:31:19.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4065 | 2026-05-29T18:31:19.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4066 | 2026-05-29T18:31:19.279Z | |
| 4067 | 2026-05-29T18:31:19.279Z | info: running `cargo check --bins` on oximeter-collector (235/295) |
| 4068 | 2026-05-29T18:31:19.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4069 | 2026-05-29T18:31:19.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4070 | 2026-05-29T18:31:20.016Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4071 | 2026-05-29T18:31:20.020Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4072 | 2026-05-29T18:31:20.661Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4073 | 2026-05-29T18:31:22.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
| 4074 | 2026-05-29T18:31:22.459Z | |
| 4075 | 2026-05-29T18:31:22.459Z | info: running `cargo check --bins` on oximeter-api (236/295) |
| 4076 | 2026-05-29T18:31:22.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4077 | 2026-05-29T18:31:22.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4078 | 2026-05-29T18:31:22.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4079 | 2026-05-29T18:31:22.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4080 | 2026-05-29T18:31:23.063Z | |
| 4081 | 2026-05-29T18:31:23.063Z | info: running `cargo check --bins` on cert-dev (237/295) |
| 4082 | 2026-05-29T18:31:23.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4083 | 2026-05-29T18:31:23.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4084 | 2026-05-29T18:31:23.679Z | Checking yasna v0.5.2 |
| 4085 | 2026-05-29T18:31:24.080Z | Checking rcgen v0.12.1 |
| 4086 | 2026-05-29T18:31:24.324Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4087 | 2026-05-29T18:31:24.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4088 | 2026-05-29T18:31:24.688Z | |
| 4089 | 2026-05-29T18:31:24.688Z | info: running `cargo check --bins` on clickana (238/295) |
| 4090 | 2026-05-29T18:31:25.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4091 | 2026-05-29T18:31:25.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4092 | 2026-05-29T18:31:25.342Z | Compiling darling_core v0.23.0 |
| 4093 | 2026-05-29T18:31:25.451Z | Compiling instability v0.3.11 |
| 4094 | 2026-05-29T18:31:25.458Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4095 | 2026-05-29T18:31:25.461Z | Checking castaway v0.2.4 |
| 4096 | 2026-05-29T18:31:25.461Z | Compiling indoc v2.0.7 |
| 4097 | 2026-05-29T18:31:25.480Z | Checking unicode-truncate v1.1.0 |
| 4098 | 2026-05-29T18:31:25.483Z | Checking lru v0.12.5 |
| 4099 | 2026-05-29T18:31:25.483Z | Checking cassowary v0.3.0 |
| 4100 | 2026-05-29T18:31:25.557Z | Checking compact_str v0.8.1 |
| 4101 | 2026-05-29T18:31:26.772Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4102 | 2026-05-29T18:31:26.876Z | Compiling darling_macro v0.23.0 |
| 4103 | 2026-05-29T18:31:26.959Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4104 | 2026-05-29T18:31:27.281Z | Compiling darling v0.23.0 |
| 4105 | 2026-05-29T18:31:27.897Z | Checking ratatui v0.29.0 |
| 4106 | 2026-05-29T18:31:28.944Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4107 | 2026-05-29T18:31:29.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s |
| 4108 | 2026-05-29T18:31:29.788Z | |
| 4109 | 2026-05-29T18:31:29.788Z | info: running `cargo check --bins` on clickhouse-cluster-dev (239/295) |
| 4110 | 2026-05-29T18:31:30.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4111 | 2026-05-29T18:31:30.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4112 | 2026-05-29T18:31:30.515Z | Checking headers-core v0.3.0 |
| 4113 | 2026-05-29T18:31:30.519Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4114 | 2026-05-29T18:31:30.709Z | Checking headers v0.4.1 |
| 4115 | 2026-05-29T18:31:31.084Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4116 | 2026-05-29T18:31:31.924Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4117 | 2026-05-29T18:31:32.424Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4118 | 2026-05-29T18:31:32.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s |
| 4119 | 2026-05-29T18:31:33.044Z | |
| 4120 | 2026-05-29T18:31:33.044Z | info: running `cargo check --bins` on ch-dev (240/295) |
| 4121 | 2026-05-29T18:31:33.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4122 | 2026-05-29T18:31:33.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4123 | 2026-05-29T18:31:33.769Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4124 | 2026-05-29T18:31:34.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4125 | 2026-05-29T18:31:34.712Z | |
| 4126 | 2026-05-29T18:31:34.712Z | info: running `cargo check --bins` on dev-tools-common (241/295) |
| 4127 | 2026-05-29T18:31:35.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4128 | 2026-05-29T18:31:35.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4129 | 2026-05-29T18:31:35.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4130 | 2026-05-29T18:31:35.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 4131 | 2026-05-29T18:31:35.186Z | |
| 4132 | 2026-05-29T18:31:35.186Z | info: running `cargo check --bins` on crdb-seed (242/295) |
| 4133 | 2026-05-29T18:31:35.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4134 | 2026-05-29T18:31:35.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4135 | 2026-05-29T18:31:35.914Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4136 | 2026-05-29T18:31:36.905Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4137 | 2026-05-29T18:31:37.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
| 4138 | 2026-05-29T18:31:37.458Z | |
| 4139 | 2026-05-29T18:31:37.458Z | info: running `cargo check --bins` on db-dev (243/295) |
| 4140 | 2026-05-29T18:31:38.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4141 | 2026-05-29T18:31:38.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4142 | 2026-05-29T18:31:38.190Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4143 | 2026-05-29T18:31:38.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4144 | 2026-05-29T18:31:39.161Z | |
| 4145 | 2026-05-29T18:31:39.161Z | info: running `cargo check --bins` on omicron-dev-lib (244/295) |
| 4146 | 2026-05-29T18:31:39.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4147 | 2026-05-29T18:31:39.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4148 | 2026-05-29T18:31:39.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4149 | 2026-05-29T18:31:39.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4150 | 2026-05-29T18:31:39.812Z | |
| 4151 | 2026-05-29T18:31:39.812Z | info: running `cargo check --bins` on xtask-downloader (245/295) |
| 4152 | 2026-05-29T18:31:40.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4153 | 2026-05-29T18:31:40.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4154 | 2026-05-29T18:31:40.434Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4155 | 2026-05-29T18:31:41.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4156 | 2026-05-29T18:31:41.291Z | |
| 4157 | 2026-05-29T18:31:41.291Z | info: running `cargo check --bins` on omicron-dropshot-apis (246/295) |
| 4158 | 2026-05-29T18:31:41.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4159 | 2026-05-29T18:31:41.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4160 | 2026-05-29T18:31:42.055Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4161 | 2026-05-29T18:31:42.055Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4162 | 2026-05-29T18:31:42.055Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4163 | 2026-05-29T18:31:42.059Z | Checking git-stub v1.0.0 |
| 4164 | 2026-05-29T18:31:42.059Z | Compiling trait-variant v0.1.2 |
| 4165 | 2026-05-29T18:31:42.175Z | Checking maplit v1.0.2 |
| 4166 | 2026-05-29T18:31:42.184Z | Checking is_ci v1.2.0 |
| 4167 | 2026-05-29T18:31:42.198Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4168 | 2026-05-29T18:31:42.259Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4169 | 2026-05-29T18:31:42.283Z | Checking supports-color v3.0.2 |
| 4170 | 2026-05-29T18:31:42.361Z | Checking git-stub-vcs v0.1.0 |
| 4171 | 2026-05-29T18:31:42.395Z | Checking drift v0.2.0 |
| 4172 | 2026-05-29T18:31:42.408Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4173 | 2026-05-29T18:31:42.462Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4174 | 2026-05-29T18:31:42.549Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4175 | 2026-05-29T18:31:42.676Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4176 | 2026-05-29T18:31:42.692Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4177 | 2026-05-29T18:31:42.707Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4178 | 2026-05-29T18:31:42.739Z | Checking dropshot-api-manager v0.7.2 |
| 4179 | 2026-05-29T18:31:42.903Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4180 | 2026-05-29T18:31:42.918Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4181 | 2026-05-29T18:31:43.156Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4182 | 2026-05-29T18:31:43.436Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4183 | 2026-05-29T18:31:48.442Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4184 | 2026-05-29T18:31:49.549Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4185 | 2026-05-29T18:31:50.106Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4186 | 2026-05-29T18:31:50.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.24s |
| 4187 | 2026-05-29T18:31:50.761Z | |
| 4188 | 2026-05-29T18:31:50.761Z | info: running `cargo check --bins` on installinator-api (247/295) |
| 4189 | 2026-05-29T18:31:51.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4190 | 2026-05-29T18:31:51.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4191 | 2026-05-29T18:31:51.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4192 | 2026-05-29T18:31:51.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4193 | 2026-05-29T18:31:51.351Z | |
| 4194 | 2026-05-29T18:31:51.351Z | info: running `cargo check --bins` on nexus-external-api (248/295) |
| 4195 | 2026-05-29T18:31:51.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4196 | 2026-05-29T18:31:51.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4197 | 2026-05-29T18:31:51.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4198 | 2026-05-29T18:31:51.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4199 | 2026-05-29T18:31:51.999Z | |
| 4200 | 2026-05-29T18:31:51.999Z | info: running `cargo check --bins` on nexus-internal-api (249/295) |
| 4201 | 2026-05-29T18:31:52.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4202 | 2026-05-29T18:31:52.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4203 | 2026-05-29T18:31:52.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4204 | 2026-05-29T18:31:52.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4205 | 2026-05-29T18:31:52.639Z | |
| 4206 | 2026-05-29T18:31:52.639Z | info: running `cargo check --bins` on nexus-lockstep-api (250/295) |
| 4207 | 2026-05-29T18:31:53.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4208 | 2026-05-29T18:31:53.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4209 | 2026-05-29T18:31:53.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4210 | 2026-05-29T18:31:53.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4211 | 2026-05-29T18:31:53.291Z | |
| 4212 | 2026-05-29T18:31:53.291Z | info: running `cargo check --bins` on ntp-admin-api (251/295) |
| 4213 | 2026-05-29T18:31:53.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4214 | 2026-05-29T18:31:53.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4215 | 2026-05-29T18:31:53.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4216 | 2026-05-29T18:31:53.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4217 | 2026-05-29T18:31:53.903Z | |
| 4218 | 2026-05-29T18:31:53.903Z | info: running `cargo check --bins` on ntp-admin-types-versions (252/295) |
| 4219 | 2026-05-29T18:31:54.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4220 | 2026-05-29T18:31:54.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4221 | 2026-05-29T18:31:54.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4222 | 2026-05-29T18:31:54.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4223 | 2026-05-29T18:31:54.501Z | |
| 4224 | 2026-05-29T18:31:54.501Z | info: running `cargo check --bins` on wicketd-api (253/295) |
| 4225 | 2026-05-29T18:31:55.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4226 | 2026-05-29T18:31:55.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4227 | 2026-05-29T18:31:55.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4228 | 2026-05-29T18:31:55.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4229 | 2026-05-29T18:31:55.128Z | |
| 4230 | 2026-05-29T18:31:55.128Z | info: running `cargo check --bins` on omicron-ls-apis (254/295) |
| 4231 | 2026-05-29T18:31:55.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4232 | 2026-05-29T18:31:55.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4233 | 2026-05-29T18:31:55.746Z | Checking typeid v1.0.3 |
| 4234 | 2026-05-29T18:31:55.859Z | Checking ordered-float v2.10.1 |
| 4235 | 2026-05-29T18:31:55.878Z | Checking unicode-xid v0.2.6 |
| 4236 | 2026-05-29T18:31:55.881Z | Checking cargo-platform v0.2.0 |
| 4237 | 2026-05-29T18:31:55.902Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4238 | 2026-05-29T18:31:55.924Z | Checking erased-serde v0.4.9 |
| 4239 | 2026-05-29T18:31:56.062Z | Checking serde-value v0.7.0 |
| 4240 | 2026-05-29T18:31:56.237Z | Checking serde-untagged v0.1.9 |
| 4241 | 2026-05-29T18:31:56.389Z | Checking cargo-util-schemas v0.8.2 |
| 4242 | 2026-05-29T18:31:57.069Z | Checking cargo_metadata v0.21.0 |
| 4243 | 2026-05-29T18:31:57.664Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4244 | 2026-05-29T18:31:58.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
| 4245 | 2026-05-29T18:31:58.570Z | |
| 4246 | 2026-05-29T18:31:58.571Z | info: running `cargo check --bins` on mgs-dev (255/295) |
| 4247 | 2026-05-29T18:31:59.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4248 | 2026-05-29T18:31:59.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4249 | 2026-05-29T18:31:59.313Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4250 | 2026-05-29T18:31:59.940Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4251 | 2026-05-29T18:32:00.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
| 4252 | 2026-05-29T18:32:00.662Z | |
| 4253 | 2026-05-29T18:32:00.662Z | info: running `cargo check --bins` on omicron-omdb (256/295) |
| 4254 | 2026-05-29T18:32:01.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4255 | 2026-05-29T18:32:01.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4256 | 2026-05-29T18:32:01.629Z | Compiling vergen-lib v0.1.6 |
| 4257 | 2026-05-29T18:32:01.629Z | Compiling vergen-gitcl v1.0.8 |
| 4258 | 2026-05-29T18:32:01.629Z | Compiling dirs-sys-next v0.1.2 |
| 4259 | 2026-05-29T18:32:01.632Z | Compiling crunchy v0.2.4 |
| 4260 | 2026-05-29T18:32:01.633Z | Compiling glob v0.3.3 |
| 4261 | 2026-05-29T18:32:01.633Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4262 | 2026-05-29T18:32:01.786Z | Compiling diesel_derives v2.3.7 |
| 4263 | 2026-05-29T18:32:01.848Z | Compiling dsl_auto_type v0.2.0 |
| 4264 | 2026-05-29T18:32:01.971Z | Compiling dirs-next v2.0.0 |
| 4265 | 2026-05-29T18:32:02.049Z | Checking scheduled-thread-pool v0.2.7 |
| 4266 | 2026-05-29T18:32:02.054Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4267 | 2026-05-29T18:32:02.124Z | Compiling tiny-keccak v2.0.2 |
| 4268 | 2026-05-29T18:32:02.156Z | Compiling clang-sys v1.8.1 |
| 4269 | 2026-05-29T18:32:02.236Z | Checking r2d2 v0.8.10 |
| 4270 | 2026-05-29T18:32:02.319Z | Compiling term v0.7.0 |
| 4271 | 2026-05-29T18:32:02.358Z | Compiling bit-vec v0.6.3 |
| 4272 | 2026-05-29T18:32:02.393Z | Checking downcast-rs v2.0.2 |
| 4273 | 2026-05-29T18:32:02.492Z | Compiling itertools v0.10.5 |
| 4274 | 2026-05-29T18:32:02.530Z | Compiling bit-set v0.5.3 |
| 4275 | 2026-05-29T18:32:02.577Z | Compiling ena v0.14.4 |
| 4276 | 2026-05-29T18:32:02.691Z | Compiling ascii-canvas v3.0.0 |
| 4277 | 2026-05-29T18:32:02.774Z | Compiling libloading v0.8.9 |
| 4278 | 2026-05-29T18:32:02.790Z | Compiling diff v0.1.13 |
| 4279 | 2026-05-29T18:32:02.815Z | Compiling regex-syntax v0.6.29 |
| 4280 | 2026-05-29T18:32:02.869Z | Compiling bindgen v0.71.1 |
| 4281 | 2026-05-29T18:32:02.980Z | Compiling cexpr v0.6.0 |
| 4282 | 2026-05-29T18:32:03.048Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4283 | 2026-05-29T18:32:03.239Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4284 | 2026-05-29T18:32:03.321Z | Compiling rustc-hash v2.1.1 |
| 4285 | 2026-05-29T18:32:03.416Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4286 | 2026-05-29T18:32:03.456Z | Compiling libxml v0.3.3 |
| 4287 | 2026-05-29T18:32:03.546Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4288 | 2026-05-29T18:32:03.661Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4289 | 2026-05-29T18:32:03.712Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4290 | 2026-05-29T18:32:03.975Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4291 | 2026-05-29T18:32:03.975Z | Compiling strum_macros v0.24.3 |
| 4292 | 2026-05-29T18:32:04.008Z | Compiling indoc v1.0.9 |
| 4293 | 2026-05-29T18:32:04.167Z | Compiling lalrpop v0.19.12 |
| 4294 | 2026-05-29T18:32:04.931Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4295 | 2026-05-29T18:32:05.125Z | Checking derive_builder v0.20.2 |
| 4296 | 2026-05-29T18:32:05.247Z | Compiling oso-derive v0.27.3 |
| 4297 | 2026-05-29T18:32:05.334Z | Checking quick-xml v0.37.5 |
| 4298 | 2026-05-29T18:32:05.453Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4299 | 2026-05-29T18:32:05.762Z | Checking openssl-probe v0.1.6 |
| 4300 | 2026-05-29T18:32:05.940Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4301 | 2026-05-29T18:32:06.221Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4302 | 2026-05-29T18:32:06.419Z | Checking bb8 v0.8.6 |
| 4303 | 2026-05-29T18:32:06.676Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4304 | 2026-05-29T18:32:06.694Z | Compiling libz-sys v1.1.24 |
| 4305 | 2026-05-29T18:32:06.714Z | Checking nonempty v0.12.0 |
| 4306 | 2026-05-29T18:32:06.885Z | Compiling strsim v0.10.0 |
| 4307 | 2026-05-29T18:32:06.906Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4308 | 2026-05-29T18:32:07.069Z | Compiling darling_core v0.13.4 |
| 4309 | 2026-05-29T18:32:07.227Z | Compiling vergen-git2 v9.1.0 |
| 4310 | 2026-05-29T18:32:07.279Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4311 | 2026-05-29T18:32:07.443Z | Compiling rustls v0.21.12 |
| 4312 | 2026-05-29T18:32:07.470Z | Compiling base64 v0.21.7 |
| 4313 | 2026-05-29T18:32:07.686Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4314 | 2026-05-29T18:32:07.781Z | Checking diesel v2.3.7 |
| 4315 | 2026-05-29T18:32:07.799Z | Compiling ron v0.8.1 |
| 4316 | 2026-05-29T18:32:08.625Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4317 | 2026-05-29T18:32:08.751Z | Checking sct v0.7.1 |
| 4318 | 2026-05-29T18:32:08.814Z | Checking rustls-webpki v0.101.7 |
| 4319 | 2026-05-29T18:32:08.911Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4320 | 2026-05-29T18:32:08.944Z | Compiling darling_macro v0.13.4 |
| 4321 | 2026-05-29T18:32:09.421Z | Compiling darling v0.13.4 |
| 4322 | 2026-05-29T18:32:09.516Z | Compiling serde_with_macros v1.5.2 |
| 4323 | 2026-05-29T18:32:09.733Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4324 | 2026-05-29T18:32:10.374Z | Compiling serde_with v1.14.0 |
| 4325 | 2026-05-29T18:32:10.469Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4326 | 2026-05-29T18:32:11.489Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4327 | 2026-05-29T18:32:11.554Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4328 | 2026-05-29T18:32:12.291Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4329 | 2026-05-29T18:32:12.963Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4330 | 2026-05-29T18:32:13.077Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4331 | 2026-05-29T18:32:13.103Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4332 | 2026-05-29T18:32:13.154Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4333 | 2026-05-29T18:32:13.265Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4334 | 2026-05-29T18:32:13.289Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4335 | 2026-05-29T18:32:13.481Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4336 | 2026-05-29T18:32:13.515Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4337 | 2026-05-29T18:32:13.537Z | Checking tokio-rustls v0.24.1 |
| 4338 | 2026-05-29T18:32:13.739Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4339 | 2026-05-29T18:32:14.327Z | Checking rustls-pemfile v1.0.4 |
| 4340 | 2026-05-29T18:32:14.369Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4341 | 2026-05-29T18:32:14.475Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4342 | 2026-05-29T18:32:14.569Z | Checking twox-hash v2.1.2 |
| 4343 | 2026-05-29T18:32:14.663Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4344 | 2026-05-29T18:32:14.896Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4345 | 2026-05-29T18:32:14.946Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4346 | 2026-05-29T18:32:15.193Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4347 | 2026-05-29T18:32:15.347Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4348 | 2026-05-29T18:32:16.665Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4349 | 2026-05-29T18:32:16.687Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4350 | 2026-05-29T18:32:16.973Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4351 | 2026-05-29T18:32:17.223Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4352 | 2026-05-29T18:32:17.649Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4353 | 2026-05-29T18:32:17.928Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4354 | 2026-05-29T18:32:18.162Z | Checking console v0.16.2 |
| 4355 | 2026-05-29T18:32:18.476Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4356 | 2026-05-29T18:32:18.625Z | Checking fatfs v0.3.6 |
| 4357 | 2026-05-29T18:32:18.922Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4358 | 2026-05-29T18:32:19.081Z | Compiling seq-macro v0.3.6 |
| 4359 | 2026-05-29T18:32:19.463Z | Checking unit-prefix v0.5.2 |
| 4360 | 2026-05-29T18:32:19.610Z | Checking indicatif v0.18.4 |
| 4361 | 2026-05-29T18:32:19.653Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4362 | 2026-05-29T18:32:19.992Z | Checking support-bundle-viewer v0.1.2 |
| 4363 | 2026-05-29T18:32:20.242Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4364 | 2026-05-29T18:32:20.258Z | Checking multimap v0.10.1 |
| 4365 | 2026-05-29T18:32:26.316Z | Checking async-bb8-diesel v0.2.1 |
| 4366 | 2026-05-29T18:32:26.673Z | Checking diesel-dtrace v0.5.0 |
| 4367 | 2026-05-29T18:32:29.599Z | Compiling samael v0.0.19 |
| 4368 | 2026-05-29T18:32:34.187Z | Compiling git2 v0.20.4 |
| 4369 | 2026-05-29T18:32:35.566Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4370 | 2026-05-29T18:32:36.255Z | Compiling polar-core v0.27.3 |
| 4371 | 2026-05-29T18:32:36.685Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4372 | 2026-05-29T18:32:42.641Z | Checking oso v0.27.3 |
| 4373 | 2026-05-29T18:33:08.304Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4374 | 2026-05-29T18:34:18.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
| 4375 | 2026-05-29T18:34:19.017Z | |
| 4376 | 2026-05-29T18:34:19.017Z | info: running `cargo check --bins` on nexus-networking (257/295) |
| 4377 | 2026-05-29T18:34:19.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4378 | 2026-05-29T18:34:19.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4379 | 2026-05-29T18:34:19.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4380 | 2026-05-29T18:34:19.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 4381 | 2026-05-29T18:34:19.728Z | |
| 4382 | 2026-05-29T18:34:19.728Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295) |
| 4383 | 2026-05-29T18:34:20.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4384 | 2026-05-29T18:34:20.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4385 | 2026-05-29T18:34:20.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4386 | 2026-05-29T18:34:20.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4387 | 2026-05-29T18:34:20.393Z | |
| 4388 | 2026-05-29T18:34:20.393Z | info: running `cargo check --bins` on nexus-saga-recovery (259/295) |
| 4389 | 2026-05-29T18:34:20.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4390 | 2026-05-29T18:34:20.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4391 | 2026-05-29T18:34:20.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4392 | 2026-05-29T18:34:20.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4393 | 2026-05-29T18:34:21.058Z | |
| 4394 | 2026-05-29T18:34:21.058Z | info: running `cargo check --bins` on nexus-test-utils-macros (260/295) |
| 4395 | 2026-05-29T18:34:21.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4396 | 2026-05-29T18:34:21.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4397 | 2026-05-29T18:34:21.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4398 | 2026-05-29T18:34:21.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4399 | 2026-05-29T18:34:21.640Z | |
| 4400 | 2026-05-29T18:34:21.640Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (261/295) |
| 4401 | 2026-05-29T18:34:22.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4402 | 2026-05-29T18:34:22.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4403 | 2026-05-29T18:34:22.477Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4404 | 2026-05-29T18:34:23.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
| 4405 | 2026-05-29T18:34:23.496Z | |
| 4406 | 2026-05-29T18:34:23.496Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295) |
| 4407 | 2026-05-29T18:34:24.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4408 | 2026-05-29T18:34:24.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4409 | 2026-05-29T18:34:24.327Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4410 | 2026-05-29T18:35:00.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.16s |
| 4411 | 2026-05-29T18:35:00.888Z | |
| 4412 | 2026-05-29T18:35:00.888Z | info: running `cargo check --bins` on nexus-background-task-interface (263/295) |
| 4413 | 2026-05-29T18:35:01.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4414 | 2026-05-29T18:35:01.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4415 | 2026-05-29T18:35:01.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4416 | 2026-05-29T18:35:01.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4417 | 2026-05-29T18:35:01.479Z | |
| 4418 | 2026-05-29T18:35:01.479Z | info: running `cargo check --bins --no-default-features` on nexus-fm (264/295) |
| 4419 | 2026-05-29T18:35:02.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4420 | 2026-05-29T18:35:02.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4421 | 2026-05-29T18:35:02.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4422 | 2026-05-29T18:35:02.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4423 | 2026-05-29T18:35:02.117Z | |
| 4424 | 2026-05-29T18:35:02.117Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295) |
| 4425 | 2026-05-29T18:35:02.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4426 | 2026-05-29T18:35:02.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4427 | 2026-05-29T18:35:02.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4428 | 2026-05-29T18:35:02.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4429 | 2026-05-29T18:35:02.779Z | |
| 4430 | 2026-05-29T18:35:02.779Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (266/295) |
| 4431 | 2026-05-29T18:35:03.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4432 | 2026-05-29T18:35:03.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4433 | 2026-05-29T18:35:03.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4434 | 2026-05-29T18:35:03.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4435 | 2026-05-29T18:35:03.445Z | |
| 4436 | 2026-05-29T18:35:03.445Z | info: running `cargo check --bins` on nexus-mgs-updates (267/295) |
| 4437 | 2026-05-29T18:35:03.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4438 | 2026-05-29T18:35:03.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4439 | 2026-05-29T18:35:03.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4440 | 2026-05-29T18:35:03.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4441 | 2026-05-29T18:35:04.097Z | |
| 4442 | 2026-05-29T18:35:04.098Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (268/295) |
| 4443 | 2026-05-29T18:35:04.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4444 | 2026-05-29T18:35:04.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4445 | 2026-05-29T18:35:04.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4446 | 2026-05-29T18:35:04.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4447 | 2026-05-29T18:35:04.763Z | |
| 4448 | 2026-05-29T18:35:04.763Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295) |
| 4449 | 2026-05-29T18:35:05.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4450 | 2026-05-29T18:35:05.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4451 | 2026-05-29T18:35:05.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4452 | 2026-05-29T18:35:05.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4453 | 2026-05-29T18:35:05.413Z | |
| 4454 | 2026-05-29T18:35:05.413Z | info: running `cargo check --bins` on support-bundle-collection (270/295) |
| 4455 | 2026-05-29T18:35:05.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4456 | 2026-05-29T18:35:05.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4457 | 2026-05-29T18:35:05.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4458 | 2026-05-29T18:35:05.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4459 | 2026-05-29T18:35:06.070Z | |
| 4460 | 2026-05-29T18:35:06.070Z | info: running `cargo check --bins` on omicron-dev (271/295) |
| 4461 | 2026-05-29T18:35:06.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4462 | 2026-05-29T18:35:06.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4463 | 2026-05-29T18:35:06.978Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4464 | 2026-05-29T18:35:06.984Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4465 | 2026-05-29T18:35:07.165Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4466 | 2026-05-29T18:35:07.196Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4467 | 2026-05-29T18:35:07.215Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4468 | 2026-05-29T18:35:07.219Z | Checking diff v0.1.13 |
| 4469 | 2026-05-29T18:35:07.219Z | Checking yansi v1.0.1 |
| 4470 | 2026-05-29T18:35:07.261Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4471 | 2026-05-29T18:35:07.307Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4472 | 2026-05-29T18:35:07.501Z | Checking pretty_assertions v1.4.1 |
| 4473 | 2026-05-29T18:35:08.128Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4474 | 2026-05-29T18:35:08.324Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4475 | 2026-05-29T18:35:32.088Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4476 | 2026-05-29T18:35:32.088Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4477 | 2026-05-29T18:35:32.159Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4478 | 2026-05-29T18:35:32.159Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4479 | 2026-05-29T18:35:32.159Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4480 | 2026-05-29T18:35:32.159Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4481 | 2026-05-29T18:35:32.869Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4482 | 2026-05-29T18:35:32.869Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4483 | 2026-05-29T18:35:34.109Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4484 | 2026-05-29T18:36:10.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 4485 | 2026-05-29T18:36:10.605Z | |
| 4486 | 2026-05-29T18:36:10.605Z | info: running `cargo check --bins` on omicron-pins (272/295) |
| 4487 | 2026-05-29T18:36:11.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4488 | 2026-05-29T18:36:11.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4489 | 2026-05-29T18:36:11.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4490 | 2026-05-29T18:36:11.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4491 | 2026-05-29T18:36:11.201Z | |
| 4492 | 2026-05-29T18:36:11.201Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295) |
| 4493 | 2026-05-29T18:36:11.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4494 | 2026-05-29T18:36:11.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4495 | 2026-05-29T18:36:11.983Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4496 | 2026-05-29T18:36:12.107Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4497 | 2026-05-29T18:36:12.109Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4498 | 2026-05-29T18:36:37.856Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4499 | 2026-05-29T18:36:38.248Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4500 | 2026-05-29T18:36:39.956Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4501 | 2026-05-29T18:36:40.413Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4502 | 2026-05-29T18:36:43.357Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4503 | 2026-05-29T18:37:06.372Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4504 | 2026-05-29T18:37:07.093Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4505 | 2026-05-29T18:37:08.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.54s |
| 4506 | 2026-05-29T18:37:08.960Z | |
| 4507 | 2026-05-29T18:37:08.960Z | info: running `cargo check --bins` on reconfigurator-sp-updater (274/295) |
| 4508 | 2026-05-29T18:37:09.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4509 | 2026-05-29T18:37:09.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4510 | 2026-05-29T18:37:09.686Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4511 | 2026-05-29T18:37:10.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4512 | 2026-05-29T18:37:10.591Z | |
| 4513 | 2026-05-29T18:37:10.591Z | info: running `cargo check --bins` on omicron-releng (275/295) |
| 4514 | 2026-05-29T18:37:11.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4515 | 2026-05-29T18:37:11.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4516 | 2026-05-29T18:37:11.250Z | Compiling blake3 v1.8.3 |
| 4517 | 2026-05-29T18:37:11.361Z | Checking arrayvec v0.7.6 |
| 4518 | 2026-05-29T18:37:11.361Z | Checking constant_time_eq v0.4.2 |
| 4519 | 2026-05-29T18:37:11.364Z | Checking arrayref v0.3.9 |
| 4520 | 2026-05-29T18:37:11.382Z | Checking topological-sort v0.2.2 |
| 4521 | 2026-05-29T18:37:11.385Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4522 | 2026-05-29T18:37:11.385Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4523 | 2026-05-29T18:37:11.385Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4524 | 2026-05-29T18:37:11.432Z | Checking shell-words v1.1.1 |
| 4525 | 2026-05-29T18:37:12.257Z | Checking omicron-zone-package v0.12.2 |
| 4526 | 2026-05-29T18:37:12.972Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4527 | 2026-05-29T18:37:13.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s |
| 4528 | 2026-05-29T18:37:14.024Z | |
| 4529 | 2026-05-29T18:37:14.024Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (276/295) |
| 4530 | 2026-05-29T18:37:14.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4531 | 2026-05-29T18:37:14.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4532 | 2026-05-29T18:37:14.676Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4533 | 2026-05-29T18:37:14.995Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4534 | 2026-05-29T18:37:15.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 4535 | 2026-05-29T18:37:15.597Z | |
| 4536 | 2026-05-29T18:37:15.597Z | info: running `cargo check --bins` on schema (277/295) |
| 4537 | 2026-05-29T18:37:16.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4538 | 2026-05-29T18:37:16.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4539 | 2026-05-29T18:37:16.333Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4540 | 2026-05-29T18:37:17.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4541 | 2026-05-29T18:37:17.256Z | |
| 4542 | 2026-05-29T18:37:17.256Z | info: running `cargo check --bins` on xtask (278/295) |
| 4543 | 2026-05-29T18:37:17.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4544 | 2026-05-29T18:37:17.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4545 | 2026-05-29T18:37:17.712Z | Checking libc v0.2.185 |
| 4546 | 2026-05-29T18:37:17.794Z | Checking serde v1.0.228 |
| 4547 | 2026-05-29T18:37:17.801Z | Checking zerofrom v0.1.6 |
| 4548 | 2026-05-29T18:37:17.807Z | Checking bitflags v2.11.0 |
| 4549 | 2026-05-29T18:37:17.813Z | Checking smallvec v1.15.1 |
| 4550 | 2026-05-29T18:37:17.820Z | Checking indexmap v2.14.0 |
| 4551 | 2026-05-29T18:37:17.830Z | Checking serde_json v1.0.149 |
| 4552 | 2026-05-29T18:37:17.834Z | Checking scroll v0.12.0 |
| 4553 | 2026-05-29T18:37:17.902Z | Checking yoke v0.8.1 |
| 4554 | 2026-05-29T18:37:17.955Z | Checking num-traits v0.2.19 |
| 4555 | 2026-05-29T18:37:17.989Z | Checking thiserror v1.0.69 |
| 4556 | 2026-05-29T18:37:18.065Z | Checking log v0.4.29 |
| 4557 | 2026-05-29T18:37:18.075Z | Checking zerovec v0.11.5 |
| 4558 | 2026-05-29T18:37:18.087Z | Checking zerotrie v0.2.3 |
| 4559 | 2026-05-29T18:37:18.089Z | Checking errno v0.3.14 |
| 4560 | 2026-05-29T18:37:18.200Z | Checking serde_spanned v0.6.9 |
| 4561 | 2026-05-29T18:37:18.215Z | Checking toml_datetime v0.6.11 |
| 4562 | 2026-05-29T18:37:18.218Z | Checking rustix v1.1.3 |
| 4563 | 2026-05-29T18:37:18.324Z | Checking percent-encoding v2.3.2 |
| 4564 | 2026-05-29T18:37:18.337Z | Checking goblin v0.8.2 |
| 4565 | 2026-05-29T18:37:18.360Z | Checking zerocopy v0.7.35 |
| 4566 | 2026-05-29T18:37:18.398Z | Checking toml_edit v0.22.27 |
| 4567 | 2026-05-29T18:37:18.453Z | Checking getrandom v0.4.1 |
| 4568 | 2026-05-29T18:37:18.467Z | Checking form_urlencoded v1.2.2 |
| 4569 | 2026-05-29T18:37:18.488Z | Checking ordered-float v2.10.1 |
| 4570 | 2026-05-29T18:37:18.508Z | Checking tinystr v0.8.2 |
| 4571 | 2026-05-29T18:37:18.583Z | Checking potential_utf v0.1.4 |
| 4572 | 2026-05-29T18:37:18.595Z | Checking thiserror v2.0.18 |
| 4573 | 2026-05-29T18:37:18.690Z | Checking icu_locale_core v2.1.1 |
| 4574 | 2026-05-29T18:37:18.701Z | Checking syn v2.0.117 |
| 4575 | 2026-05-29T18:37:18.711Z | Checking serde-value v0.7.0 |
| 4576 | 2026-05-29T18:37:18.721Z | Checking icu_collections v2.1.1 |
| 4577 | 2026-05-29T18:37:18.855Z | Checking dtrace-parser v0.2.0 |
| 4578 | 2026-05-29T18:37:18.916Z | Checking thread-id v4.2.2 |
| 4579 | 2026-05-29T18:37:19.002Z | Checking once_cell v1.21.3 |
| 4580 | 2026-05-29T18:37:19.034Z | Checking cargo-platform v0.2.0 |
| 4581 | 2026-05-29T18:37:19.046Z | Checking terminal_size v0.4.3 |
| 4582 | 2026-05-29T18:37:19.092Z | Checking memmap v0.7.0 |
| 4583 | 2026-05-29T18:37:19.178Z | Checking tempfile v3.25.0 |
| 4584 | 2026-05-29T18:37:19.190Z | Checking clap_builder v4.5.60 |
| 4585 | 2026-05-29T18:37:19.216Z | Checking textwrap v0.16.2 |
| 4586 | 2026-05-29T18:37:19.228Z | Checking fs-err v3.3.0 |
| 4587 | 2026-05-29T18:37:19.239Z | Checking icu_provider v2.1.1 |
| 4588 | 2026-05-29T18:37:19.372Z | Checking camino-tempfile v1.4.1 |
| 4589 | 2026-05-29T18:37:19.406Z | Checking tabled v0.15.0 |
| 4590 | 2026-05-29T18:37:19.426Z | Checking anyhow v1.0.102 |
| 4591 | 2026-05-29T18:37:19.477Z | Checking icu_normalizer v2.1.1 |
| 4592 | 2026-05-29T18:37:19.515Z | Checking icu_properties v2.1.2 |
| 4593 | 2026-05-29T18:37:19.527Z | Checking toml v0.8.23 |
| 4594 | 2026-05-29T18:37:19.625Z | Checking macaddr v1.0.1 |
| 4595 | 2026-05-29T18:37:19.793Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4596 | 2026-05-29T18:37:19.844Z | Checking cargo_toml v0.21.0 |
| 4597 | 2026-05-29T18:37:20.224Z | Checking dof v0.3.0 |
| 4598 | 2026-05-29T18:37:20.321Z | Checking idna_adapter v1.2.1 |
| 4599 | 2026-05-29T18:37:20.387Z | Checking clap v4.5.60 |
| 4600 | 2026-05-29T18:37:20.442Z | Checking idna v1.1.0 |
| 4601 | 2026-05-29T18:37:20.555Z | Checking usdt-impl v0.5.0 |
| 4602 | 2026-05-29T18:37:20.671Z | Checking url v2.5.8 |
| 4603 | 2026-05-29T18:37:20.806Z | Checking usdt v0.5.0 |
| 4604 | 2026-05-29T18:37:21.014Z | Checking cargo-util-schemas v0.8.2 |
| 4605 | 2026-05-29T18:37:21.719Z | Checking cargo_metadata v0.21.0 |
| 4606 | 2026-05-29T18:37:22.326Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4607 | 2026-05-29T18:37:22.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s |
| 4608 | 2026-05-29T18:37:22.869Z | |
| 4609 | 2026-05-29T18:37:22.869Z | info: running `cargo check --bins` on dnsadm (279/295) |
| 4610 | 2026-05-29T18:37:23.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4611 | 2026-05-29T18:37:23.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4612 | 2026-05-29T18:37:23.524Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4613 | 2026-05-29T18:37:24.016Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4614 | 2026-05-29T18:37:24.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s |
| 4615 | 2026-05-29T18:37:24.607Z | |
| 4616 | 2026-05-29T18:37:24.607Z | info: running `cargo check --bins` on end-to-end-tests (280/295) |
| 4617 | 2026-05-29T18:37:25.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4618 | 2026-05-29T18:37:25.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4619 | 2026-05-29T18:37:25.411Z | Checking polyval v0.6.2 |
| 4620 | 2026-05-29T18:37:25.530Z | Checking ctr v0.9.2 |
| 4621 | 2026-05-29T18:37:25.542Z | Checking ssh-encoding v0.2.0 |
| 4622 | 2026-05-29T18:37:25.542Z | Checking blowfish v0.9.1 |
| 4623 | 2026-05-29T18:37:25.567Z | Checking password-hash v0.4.2 |
| 4624 | 2026-05-29T18:37:25.597Z | Checking p256 v0.13.2 |
| 4625 | 2026-05-29T18:37:25.597Z | Checking p521 v0.13.3 |
| 4626 | 2026-05-29T18:37:25.606Z | Checking russh-cryptovec v0.7.3 |
| 4627 | 2026-05-29T18:37:25.677Z | Checking ghash v0.5.1 |
| 4628 | 2026-05-29T18:37:25.690Z | Checking bcrypt-pbkdf v0.10.0 |
| 4629 | 2026-05-29T18:37:25.694Z | Checking md5 v0.7.0 |
| 4630 | 2026-05-29T18:37:25.717Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4631 | 2026-05-29T18:37:25.731Z | Checking num-bigint v0.4.6 |
| 4632 | 2026-05-29T18:37:25.772Z | Checking pbkdf2 v0.11.0 |
| 4633 | 2026-05-29T18:37:25.790Z | Checking aes-gcm v0.10.3 |
| 4634 | 2026-05-29T18:37:25.848Z | Checking des v0.8.1 |
| 4635 | 2026-05-29T18:37:25.854Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4636 | 2026-05-29T18:37:25.871Z | Checking hex-literal v0.4.1 |
| 4637 | 2026-05-29T18:37:25.923Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4638 | 2026-05-29T18:37:25.943Z | Checking ssh-cipher v0.2.0 |
| 4639 | 2026-05-29T18:37:25.943Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4640 | 2026-05-29T18:37:26.063Z | Checking socket2 v0.5.10 |
| 4641 | 2026-05-29T18:37:26.073Z | Checking internet-checksum v0.2.1 |
| 4642 | 2026-05-29T18:37:26.126Z | Checking ssh-key v0.6.7 |
| 4643 | 2026-05-29T18:37:26.243Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4644 | 2026-05-29T18:37:26.739Z | Checking russh-keys v0.45.0 |
| 4645 | 2026-05-29T18:37:27.298Z | Checking russh v0.45.0 |
| 4646 | 2026-05-29T18:37:43.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.98s |
| 4647 | 2026-05-29T18:37:43.809Z | |
| 4648 | 2026-05-29T18:37:43.809Z | info: running `cargo check --bins` on gateway-cli (281/295) |
| 4649 | 2026-05-29T18:37:44.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4650 | 2026-05-29T18:37:44.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4651 | 2026-05-29T18:37:44.458Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4652 | 2026-05-29T18:37:44.568Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4653 | 2026-05-29T18:37:44.575Z | Checking termios v0.3.3 |
| 4654 | 2026-05-29T18:37:45.793Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4655 | 2026-05-29T18:37:45.943Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4656 | 2026-05-29T18:37:47.765Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4657 | 2026-05-29T18:37:48.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s |
| 4658 | 2026-05-29T18:37:48.523Z | |
| 4659 | 2026-05-29T18:37:48.523Z | info: running `cargo check --bins --no-default-features` on installinator (282/295) |
| 4660 | 2026-05-29T18:37:49.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4661 | 2026-05-29T18:37:49.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4662 | 2026-05-29T18:37:49.235Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4663 | 2026-05-29T18:37:49.238Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4664 | 2026-05-29T18:37:49.360Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4665 | 2026-05-29T18:37:49.363Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4666 | 2026-05-29T18:37:49.374Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4667 | 2026-05-29T18:37:49.383Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4668 | 2026-05-29T18:37:50.114Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4669 | 2026-05-29T18:37:50.455Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4670 | 2026-05-29T18:37:50.455Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4671 | 2026-05-29T18:37:51.100Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4672 | 2026-05-29T18:37:52.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s |
| 4673 | 2026-05-29T18:37:52.948Z | |
| 4674 | 2026-05-29T18:37:52.948Z | info: running `cargo check --bins` on internal-dns-cli (283/295) |
| 4675 | 2026-05-29T18:37:53.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4676 | 2026-05-29T18:37:53.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4677 | 2026-05-29T18:37:53.596Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4678 | 2026-05-29T18:37:54.056Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4679 | 2026-05-29T18:37:54.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4680 | 2026-05-29T18:37:54.561Z | |
| 4681 | 2026-05-29T18:37:54.561Z | info: running `cargo check --bins` on omicron-live-tests (284/295) |
| 4682 | 2026-05-29T18:37:55.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4683 | 2026-05-29T18:37:55.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4684 | 2026-05-29T18:37:55.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4685 | 2026-05-29T18:37:55.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4686 | 2026-05-29T18:37:55.151Z | |
| 4687 | 2026-05-29T18:37:55.151Z | info: running `cargo check --bins` on live-tests-macros (285/295) |
| 4688 | 2026-05-29T18:37:55.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4689 | 2026-05-29T18:37:55.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4690 | 2026-05-29T18:37:55.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4691 | 2026-05-29T18:37:55.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4692 | 2026-05-29T18:37:55.741Z | |
| 4693 | 2026-05-29T18:37:55.741Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295) |
| 4694 | 2026-05-29T18:37:56.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4695 | 2026-05-29T18:37:56.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4696 | 2026-05-29T18:37:56.498Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4697 | 2026-05-29T18:37:57.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 4698 | 2026-05-29T18:37:57.306Z | |
| 4699 | 2026-05-29T18:37:57.306Z | info: running `cargo check --bins` on omicron-ntp-admin (287/295) |
| 4700 | 2026-05-29T18:37:57.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4701 | 2026-05-29T18:37:57.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4702 | 2026-05-29T18:37:57.952Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4703 | 2026-05-29T18:37:57.955Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4704 | 2026-05-29T18:37:58.234Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4705 | 2026-05-29T18:37:58.241Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4706 | 2026-05-29T18:37:59.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
| 4707 | 2026-05-29T18:37:59.232Z | |
| 4708 | 2026-05-29T18:37:59.232Z | info: running `cargo check --bins` on ntp-admin-types (288/295) |
| 4709 | 2026-05-29T18:37:59.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4710 | 2026-05-29T18:37:59.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4711 | 2026-05-29T18:37:59.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4712 | 2026-05-29T18:37:59.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4713 | 2026-05-29T18:37:59.825Z | |
| 4714 | 2026-05-29T18:37:59.825Z | info: running `cargo check --bins` on omicron-package (289/295) |
| 4715 | 2026-05-29T18:38:00.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4716 | 2026-05-29T18:38:00.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4717 | 2026-05-29T18:38:00.509Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4718 | 2026-05-29T18:38:01.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
| 4719 | 2026-05-29T18:38:01.785Z | |
| 4720 | 2026-05-29T18:38:01.785Z | info: running `cargo check --bins` on tqdb (290/295) |
| 4721 | 2026-05-29T18:38:02.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4722 | 2026-05-29T18:38:02.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4723 | 2026-05-29T18:38:02.571Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4724 | 2026-05-29T18:38:02.929Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4725 | 2026-05-29T18:38:03.455Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4726 | 2026-05-29T18:38:03.455Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4727 | 2026-05-29T18:38:09.407Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4728 | 2026-05-29T18:38:09.407Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4729 | 2026-05-29T18:38:09.982Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4730 | 2026-05-29T18:38:09.985Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4731 | 2026-05-29T18:38:09.985Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4732 | 2026-05-29T18:38:09.985Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4733 | 2026-05-29T18:38:10.770Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4734 | 2026-05-29T18:38:11.743Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4735 | 2026-05-29T18:38:12.510Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4736 | 2026-05-29T18:38:13.140Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4737 | 2026-05-29T18:38:17.430Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4738 | 2026-05-29T18:38:23.914Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4739 | 2026-05-29T18:38:23.914Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4740 | 2026-05-29T18:38:23.917Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4741 | 2026-05-29T18:38:23.918Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4742 | 2026-05-29T18:38:25.406Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4743 | 2026-05-29T18:38:26.749Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4744 | 2026-05-29T18:38:27.435Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4745 | 2026-05-29T18:38:28.697Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4746 | 2026-05-29T18:38:29.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.46s |
| 4747 | 2026-05-29T18:38:29.461Z | |
| 4748 | 2026-05-29T18:38:29.461Z | info: running `cargo check --bins` on wicket-dbg (291/295) |
| 4749 | 2026-05-29T18:38:30.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4750 | 2026-05-29T18:38:30.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4751 | 2026-05-29T18:38:30.175Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4752 | 2026-05-29T18:38:30.175Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4753 | 2026-05-29T18:38:30.178Z | Checking rtoolbox v0.0.3 |
| 4754 | 2026-05-29T18:38:30.312Z | Checking tui-tree-widget v0.23.1 |
| 4755 | 2026-05-29T18:38:30.416Z | Checking rpassword v7.4.0 |
| 4756 | 2026-05-29T18:38:31.426Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4757 | 2026-05-29T18:38:34.433Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4758 | 2026-05-29T18:38:36.285Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4759 | 2026-05-29T18:38:37.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.73s |
| 4760 | 2026-05-29T18:38:37.386Z | |
| 4761 | 2026-05-29T18:38:37.386Z | info: running `cargo check --bins` on wicket (292/295) |
| 4762 | 2026-05-29T18:38:37.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4763 | 2026-05-29T18:38:37.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4764 | 2026-05-29T18:38:38.091Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4765 | 2026-05-29T18:38:38.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 4766 | 2026-05-29T18:38:38.652Z | |
| 4767 | 2026-05-29T18:38:38.652Z | info: running `cargo check --bins` on wicketd (293/295) |
| 4768 | 2026-05-29T18:38:39.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4769 | 2026-05-29T18:38:39.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4770 | 2026-05-29T18:38:39.383Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4771 | 2026-05-29T18:38:39.383Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4772 | 2026-05-29T18:38:39.386Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4773 | 2026-05-29T18:38:39.386Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4774 | 2026-05-29T18:38:40.373Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4775 | 2026-05-29T18:38:40.949Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4776 | 2026-05-29T18:38:43.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s |
| 4777 | 2026-05-29T18:38:44.105Z | |
| 4778 | 2026-05-29T18:38:44.105Z | info: running `cargo check --bins` on omicron-workspace-hack (294/295) |
| 4779 | 2026-05-29T18:38:44.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4780 | 2026-05-29T18:38:44.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4781 | 2026-05-29T18:38:44.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4782 | 2026-05-29T18:38:44.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4783 | 2026-05-29T18:38:44.693Z | |
| 4784 | 2026-05-29T18:38:44.693Z | info: running `cargo check --bins` on zone-setup (295/295) |
| 4785 | 2026-05-29T18:38:45.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4786 | 2026-05-29T18:38:45.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4787 | 2026-05-29T18:38:45.367Z | Checking uzers v0.12.2 |
| 4788 | 2026-05-29T18:38:45.642Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4789 | 2026-05-29T18:38:46.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 4790 | 2026-05-29T18:38:46.611Z | |
| 4791 | 2026-05-29T18:38:46.611Z | real 14:05.809302667 |
| 4792 | 2026-05-29T18:38:46.611Z | user 21:06.784025887 |
| 4793 | 2026-05-29T18:38:46.611Z | sys 4:23.383826914 |
| 4794 | 2026-05-29T18:38:46.611Z | trap 0.327601820 |
| 4795 | 2026-05-29T18:38:46.611Z | tflt 0.983265328 |
| 4796 | 2026-05-29T18:38:46.611Z | dflt 1.276507324 |
| 4797 | 2026-05-29T18:38:46.611Z | kflt 0.014456774 |
| 4798 | 2026-05-29T18:38:46.611Z | lock 1:18:20.835516434 |
| 4799 | 2026-05-29T18:38:46.611Z | slp 1:41:17.580764864 |
| 4800 | 2026-05-29T18:38:46.611Z | lat 1:00.136167638 |
| 4801 | 2026-05-29T18:38:46.611Z | stop 3:44.162954496 |
| 4802 | 2026-05-29T18:38:46.614Z | process exited: duration 983283 ms, exit code 0 |
| |
| 4803 | 2026-05-29T18:38:46.625Z | found 0 output files |