|
|
|
| 1 | 2026-05-15T03:41:52.768Z | job assigned to worker 01KRMVJMWESXJPKHGGJ53M4B4V [factory aws, i-04bda4bccab5161c0] (queued for 43 s) |
| |
| 2 | 2026-05-15T03:41:59.682Z | starting task 0: "setup" |
| 3 | 2026-05-15T03:41:59.688Z | ++ uname -s |
| 4 | 2026-05-15T03:41:59.691Z | + kern=SunOS |
| 5 | 2026-05-15T03:41:59.691Z | + build_user=build |
| 6 | 2026-05-15T03:41:59.691Z | + build_uid=12345 |
| 7 | 2026-05-15T03:41:59.691Z | + work_dir=/work |
| 8 | 2026-05-15T03:41:59.691Z | + input_dir=/input |
| 9 | 2026-05-15T03:41:59.691Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-15T03:41:59.691Z | + case "$kern" in |
| 11 | 2026-05-15T03:41:59.691Z | + groupadd -g 12345 build |
| 12 | 2026-05-15T03:41:59.697Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-15T03:42:01.703Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-15T03:42:01.749Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-15T03:42:01.752Z | + home_fs=zfs |
| 16 | 2026-05-15T03:42:01.752Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-15T03:42:01.752Z | + mkdir -p /home/build |
| 18 | 2026-05-15T03:42:01.752Z | + chown build:build /home/build /work |
| 19 | 2026-05-15T03:42:02.754Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-15T03:42:02.757Z | process exited: duration 3072 ms, exit code 0 |
| |
| 21 | 2026-05-15T03:42:02.763Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-15T03:42:02.766Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-15T03:42:02.766Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-15T03:42:02.766Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-15T03:42:02.766Z | * rust toolchain profile = "default" |
| 26 | 2026-05-15T03:42:02.766Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-15T03:42:02.766Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-15T03:42:02.769Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-15T03:42:02.769Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-15T03:42:02.874Z | info: downloading installer |
| 31 | 2026-05-15T03:42:04.410Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-15T03:42:04.410Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-15T03:42:04.410Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-15T03:42:04.410Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-15T03:42:04.423Z | info: profile set to default |
| 36 | 2026-05-15T03:42:04.423Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-15T03:42:04.425Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-15T03:42:04.565Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-15T03:42:04.568Z | info: downloading 6 components |
| 40 | 2026-05-15T03:42:18.315Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-15T03:42:18.315Z | |
| 42 | 2026-05-15T03:42:18.348Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-15T03:42:18.348Z | |
| 44 | 2026-05-15T03:42:18.348Z | |
| 45 | 2026-05-15T03:42:18.348Z | Rust is installed now. Great! |
| 46 | 2026-05-15T03:42:18.348Z | |
| 47 | 2026-05-15T03:42:18.348Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-15T03:42:18.348Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-15T03:42:18.348Z | |
| 50 | 2026-05-15T03:42:18.348Z | To configure your current shell, you need to source |
| 51 | 2026-05-15T03:42:18.348Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-15T03:42:18.348Z | |
| 53 | 2026-05-15T03:42:18.348Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-15T03:42:18.351Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-15T03:42:18.351Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-15T03:42:18.352Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-15T03:42:18.352Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-15T03:42:18.352Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-15T03:42:18.352Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-15T03:42:18.352Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-15T03:42:18.352Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-15T03:42:18.439Z | + rustup --version |
| 63 | 2026-05-15T03:42:18.446Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-15T03:42:18.449Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-15T03:42:18.468Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-15T03:42:18.471Z | + cargo --version |
| 67 | 2026-05-15T03:42:18.485Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-15T03:42:18.488Z | + rustc --version |
| 69 | 2026-05-15T03:42:18.509Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-15T03:42:18.551Z | process exited: duration 15745 ms, exit code 0 |
| |
| 71 | 2026-05-15T03:42:18.563Z | starting task 2: "authentication" |
| 72 | 2026-05-15T03:42:18.579Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-15T03:42:18.588Z | starting task 3: "clone repository" |
| 74 | 2026-05-15T03:42:18.591Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-15T03:42:18.596Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-15T03:42:18.615Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-15T03:42:29.431Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-15T03:42:29.431Z | + git fetch origin 0d69997dfcfb739fd3ccb1191d383f38e50001eb |
| 79 | 2026-05-15T03:42:29.718Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-15T03:42:29.718Z | * branch 0d69997dfcfb739fd3ccb1191d383f38e50001eb -> FETCH_HEAD |
| 81 | 2026-05-15T03:42:29.727Z | + [[ -n renovate/crucible-pantry-client-digest ]] |
| 82 | 2026-05-15T03:42:29.730Z | ++ git branch --show-current |
| 83 | 2026-05-15T03:42:29.730Z | + current=main |
| 84 | 2026-05-15T03:42:29.730Z | + [[ main != renovate/crucible-pantry-client-digest ]] |
| 85 | 2026-05-15T03:42:29.730Z | + git branch -f renovate/crucible-pantry-client-digest 0d69997dfcfb739fd3ccb1191d383f38e50001eb |
| 86 | 2026-05-15T03:42:29.734Z | + git checkout -f renovate/crucible-pantry-client-digest |
| 87 | 2026-05-15T03:42:29.968Z | Switched to branch 'renovate/crucible-pantry-client-digest' |
| 88 | 2026-05-15T03:42:29.972Z | + git reset --hard 0d69997dfcfb739fd3ccb1191d383f38e50001eb |
| 89 | 2026-05-15T03:42:29.986Z | HEAD is now at 0d69997df Update crucible-pantry-client digest to c59a136 |
| 90 | 2026-05-15T03:42:29.989Z | process exited: duration 11398 ms, exit code 0 |
| |
| 91 | 2026-05-15T03:42:29.998Z | starting task 4: "build" |
| 92 | 2026-05-15T03:42:30.001Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-15T03:42:30.004Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-15T03:42:30.004Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-15T03:42:30.004Z | + cargo --version |
| 96 | 2026-05-15T03:42:30.012Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-15T03:42:30.015Z | + rustc --version |
| 98 | 2026-05-15T03:42:30.035Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-15T03:42:30.039Z | + source ./env.sh |
| 100 | 2026-05-15T03:42:30.039Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-15T03:42:30.039Z | ++ set -o xtrace |
| 102 | 2026-05-15T03:42:30.043Z | ++++ dirname ./env.sh |
| 103 | 2026-05-15T03:42:30.043Z | +++ readlink -f . |
| 104 | 2026-05-15T03:42:30.043Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-15T03:42:30.043Z | ++ 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-15T03:42:30.043Z | ++ 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-15T03:42:30.043Z | ++ 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-15T03:42:30.043Z | ++ 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-15T03:42:30.043Z | ++ 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-15T03:42:30.043Z | ++ 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-15T03:42:30.043Z | ++ 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-15T03:42:30.043Z | ++ 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-15T03:42:30.043Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-05-15T03:42:30.043Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-05-15T03:42:30.043Z | + 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-15T03:42:30.043Z | + 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-15T03:42:30.043Z | + banner prerequisites |
| 118 | 2026-05-15T03:42:30.048Z | |
| 119 | 2026-05-15T03:42:30.049Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-15T03:42:30.049Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-15T03:42:30.049Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-15T03:42:30.049Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-15T03:42:30.049Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-15T03:42:30.049Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-15T03:42:30.049Z | |
| 126 | 2026-05-15T03:42:30.049Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-15T03:42:31.401Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-15T03:42:31.456Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-15T03:42:31.663Z | Planning: Solver setup ... Done (0.174s) |
| 130 | 2026-05-15T03:42:31.677Z | Planning: Running solver ... Done (0.016s) |
| 131 | 2026-05-15T03:42:31.683Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-05-15T03:42:31.693Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-15T03:42:31.709Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-15T03:42:31.724Z | Planning: Package planning ... Done (0.014s) |
| 135 | 2026-05-15T03:42:31.726Z | Planning: Merging actions ... Done (0.001s) |
| 136 | 2026-05-15T03:42:31.919Z | Planning: Checking for conflicting actions ... Done (0.193s) |
| 137 | 2026-05-15T03:42:31.923Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-15T03:42:32.726Z | Planning: Evaluating mediators ... Done (0.807s) |
| 139 | 2026-05-15T03:42:32.729Z | Planning: Planning completed in 1.25 seconds |
| 140 | 2026-05-15T03:42:32.735Z | Packages to install: 2 |
| 141 | 2026-05-15T03:42:32.739Z | Estimated space available: 156.07 GB |
| 142 | 2026-05-15T03:42:32.739Z | Estimated space to be consumed: 19.74 MB |
| 143 | 2026-05-15T03:42:32.739Z | Create boot environment: No |
| 144 | 2026-05-15T03:42:32.739Z | Create backup boot environment: No |
| 145 | 2026-05-15T03:42:32.739Z | Rebuild boot archive: No |
| 146 | 2026-05-15T03:42:32.739Z | |
| 147 | 2026-05-15T03:42:32.739Z | Changed packages: |
| 148 | 2026-05-15T03:42:32.739Z | helios |
| 149 | 2026-05-15T03:42:32.739Z | developer/build-essential |
| 150 | 2026-05-15T03:42:32.739Z | None -> 11-3.0 |
| 151 | 2026-05-15T03:42:32.739Z | library/libxmlsec1 |
| 152 | 2026-05-15T03:42:32.739Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-15T03:42:32.792Z | |
| 154 | 2026-05-15T03:42:32.792Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-15T03:42:33.422Z | Download: Completed 1.28 MB in 0.64 seconds (2.0M/s) |
| 156 | 2026-05-15T03:42:33.472Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-15T03:42:33.529Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-05-15T03:42:33.529Z | Finalize: Updating package state database ... Done (0.006s) |
| 159 | 2026-05-15T03:42:33.529Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-15T03:42:33.586Z | Finalize: Updating image state ... Done (0.015s) |
| 161 | 2026-05-15T03:42:35.874Z | Finalize: Creating fast lookup database ... Done (2.354s) |
| 162 | 2026-05-15T03:42:35.944Z | Finalize: Reading search index ... Done (0.011s) |
| 163 | 2026-05-15T03:42:35.953Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-15T03:42:36.007Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-15T03:42:36.299Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-15T03:42:36.411Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-15T03:42:36.416Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-15T03:42:36.578Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-15T03:42:36.593Z | Planning: Planning completed in 0.27 seconds |
| 170 | 2026-05-15T03:42:36.603Z | Mediators to change: 2 |
| 171 | 2026-05-15T03:42:36.603Z | Create boot environment: No |
| 172 | 2026-05-15T03:42:36.603Z | Create backup boot environment: No |
| 173 | 2026-05-15T03:42:36.630Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-15T03:42:36.630Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-15T03:42:36.635Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-15T03:42:38.609Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-15T03:42:38.671Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-15T03:42:38.677Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-15T03:42:38.742Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-15T03:42:39.024Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-15T03:42:39.134Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-15T03:42:39.138Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-15T03:42:39.295Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-15T03:42:39.297Z | Planning: Planning completed in 0.27 seconds |
| 185 | 2026-05-15T03:42:39.318Z | Mediators to change: 1 |
| 186 | 2026-05-15T03:42:39.318Z | Create boot environment: No |
| 187 | 2026-05-15T03:42:39.321Z | Create backup boot environment: No |
| 188 | 2026-05-15T03:42:39.372Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-15T03:42:39.375Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-15T03:42:39.381Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-15T03:42:41.353Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-15T03:42:41.419Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-15T03:42:41.421Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-15T03:42:41.491Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-15T03:42:41.800Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-15T03:42:41.800Z | apache system 2.4 system |
| 197 | 2026-05-15T03:42:41.800Z | clang system 15 system |
| 198 | 2026-05-15T03:42:41.800Z | csh system system illumos |
| 199 | 2026-05-15T03:42:41.800Z | ctags system system illumos |
| 200 | 2026-05-15T03:42:41.800Z | file vendor vendor darwinsys |
| 201 | 2026-05-15T03:42:41.800Z | file system system illumos |
| 202 | 2026-05-15T03:42:41.800Z | gcc vendor 14 vendor |
| 203 | 2026-05-15T03:42:41.800Z | gcc system 13 system |
| 204 | 2026-05-15T03:42:41.800Z | gcc system 10 system |
| 205 | 2026-05-15T03:42:41.800Z | go system 1.25 system |
| 206 | 2026-05-15T03:42:41.800Z | llvm system 15 system |
| 207 | 2026-05-15T03:42:41.800Z | mariadb system 11.4 system |
| 208 | 2026-05-15T03:42:41.800Z | mta vendor vendor dma |
| 209 | 2026-05-15T03:42:41.800Z | openjdk system 17 system |
| 210 | 2026-05-15T03:42:41.800Z | openjdk system 11 system |
| 211 | 2026-05-15T03:42:41.800Z | openssl vendor 3 vendor |
| 212 | 2026-05-15T03:42:41.800Z | perl system 5.40 system |
| 213 | 2026-05-15T03:42:41.801Z | postgresql system 18 system |
| 214 | 2026-05-15T03:42:41.801Z | postgresql system 17 system |
| 215 | 2026-05-15T03:42:41.801Z | python vendor 3 vendor |
| 216 | 2026-05-15T03:42:41.801Z | python system 2 system |
| 217 | 2026-05-15T03:42:41.801Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-15T03:42:41.801Z | ruby system 3.4 system |
| 219 | 2026-05-15T03:42:41.801Z | ruby system 3.0 system |
| 220 | 2026-05-15T03:42:41.801Z | words vendor vendor american-english |
| 221 | 2026-05-15T03:42:41.801Z | words system system australian-english |
| 222 | 2026-05-15T03:42:41.801Z | words system system british-english |
| 223 | 2026-05-15T03:42:41.801Z | words system system canadian-english |
| 224 | 2026-05-15T03:42:41.801Z | words system system french |
| 225 | 2026-05-15T03:42:41.801Z | words system system italian |
| 226 | 2026-05-15T03:42:41.801Z | words system system ngerman |
| 227 | 2026-05-15T03:42:41.801Z | words system system ogerman |
| 228 | 2026-05-15T03:42:41.801Z | words system system spanish |
| 229 | 2026-05-15T03:42:42.056Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-15T03:42:42.056Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-15T03:42:42.324Z | FMRI IFO |
| 232 | 2026-05-15T03:42:42.324Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-15T03:42:42.324Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-15T03:42:42.324Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-15T03:42:42.324Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-15T03:42:42.324Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-15T03:42:42.324Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-15T03:42:42.324Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-15T03:42:42.324Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-15T03:42:42.324Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-15T03:42:42.572Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-15T03:42:42.810Z | Updating crates.io index |
| 243 | 2026-05-15T03:42:42.845Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-15T03:42:43.592Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-15T03:42:43.897Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-15T03:42:44.556Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-15T03:42:45.387Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-15T03:42:45.883Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-15T03:42:47.645Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-15T03:42:48.556Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-15T03:42:48.806Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-15T03:42:49.679Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-15T03:42:50.049Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-15T03:42:50.345Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-15T03:42:50.741Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-15T03:42:51.650Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-15T03:42:52.116Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 258 | 2026-05-15T03:42:52.414Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 259 | 2026-05-15T03:42:52.709Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 260 | 2026-05-15T03:42:53.207Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 261 | 2026-05-15T03:42:53.438Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 262 | 2026-05-15T03:42:53.659Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 263 | 2026-05-15T03:42:53.900Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 264 | 2026-05-15T03:42:54.319Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 265 | 2026-05-15T03:42:54.651Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 266 | 2026-05-15T03:42:55.723Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 267 | 2026-05-15T03:42:56.105Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 268 | 2026-05-15T03:42:56.423Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 269 | 2026-05-15T03:42:56.937Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 270 | 2026-05-15T03:42:57.811Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 271 | 2026-05-15T03:42:58.421Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 272 | 2026-05-15T03:42:58.866Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 273 | 2026-05-15T03:42:59.172Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 274 | 2026-05-15T03:42:59.493Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 275 | 2026-05-15T03:42:59.851Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 276 | 2026-05-15T03:43:00.424Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 277 | 2026-05-15T03:43:00.741Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 278 | 2026-05-15T03:43:01.008Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 279 | 2026-05-15T03:43:01.252Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 280 | 2026-05-15T03:43:01.758Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 281 | 2026-05-15T03:43:14.076Z | Downloading crates ... |
| 282 | 2026-05-15T03:43:14.161Z | Downloaded utf8_iter v1.0.4 |
| 283 | 2026-05-15T03:43:14.184Z | Downloaded fnv v1.0.7 |
| 284 | 2026-05-15T03:43:14.184Z | Downloaded is_terminal_polyfill v1.70.2 |
| 285 | 2026-05-15T03:43:14.184Z | Downloaded erased-serde v0.4.9 |
| 286 | 2026-05-15T03:43:14.184Z | Downloaded zmij v1.0.21 |
| 287 | 2026-05-15T03:43:14.184Z | Downloaded ucd-trie v0.1.7 |
| 288 | 2026-05-15T03:43:14.184Z | Downloaded toml_write v0.1.2 |
| 289 | 2026-05-15T03:43:14.184Z | Downloaded clap_builder v4.5.60 |
| 290 | 2026-05-15T03:43:14.184Z | Downloaded serde_derive v1.0.228 |
| 291 | 2026-05-15T03:43:14.184Z | Downloaded toml_datetime v0.6.11 |
| 292 | 2026-05-15T03:43:14.185Z | Downloaded memchr v2.8.0 |
| 293 | 2026-05-15T03:43:14.185Z | Downloaded toml v0.8.23 |
| 294 | 2026-05-15T03:43:14.185Z | Downloaded usdt-impl v0.5.0 |
| 295 | 2026-05-15T03:43:14.185Z | Downloaded textwrap v0.16.2 |
| 296 | 2026-05-15T03:43:14.185Z | Downloaded usdt-attr-macro v0.5.0 |
| 297 | 2026-05-15T03:43:14.202Z | Downloaded unicode-linebreak v0.1.5 |
| 298 | 2026-05-15T03:43:14.202Z | Downloaded clap_derive v4.5.55 |
| 299 | 2026-05-15T03:43:14.202Z | Downloaded thiserror v2.0.18 |
| 300 | 2026-05-15T03:43:14.202Z | Downloaded zerofrom v0.1.6 |
| 301 | 2026-05-15T03:43:14.202Z | Downloaded thiserror v1.0.69 |
| 302 | 2026-05-15T03:43:14.202Z | Downloaded cpufeatures v0.2.17 |
| 303 | 2026-05-15T03:43:14.202Z | Downloaded colorchoice v1.0.4 |
| 304 | 2026-05-15T03:43:14.202Z | Downloaded cargo_metadata v0.21.0 |
| 305 | 2026-05-15T03:43:14.202Z | Downloaded anstyle-query v1.1.5 |
| 306 | 2026-05-15T03:43:14.202Z | Downloaded clap v4.5.60 |
| 307 | 2026-05-15T03:43:14.202Z | Downloaded displaydoc v0.2.5 |
| 308 | 2026-05-15T03:43:14.203Z | Downloaded yoke-derive v0.8.1 |
| 309 | 2026-05-15T03:43:14.203Z | Downloaded utf8parse v0.2.2 |
| 310 | 2026-05-15T03:43:14.203Z | Downloaded usdt v0.5.0 |
| 311 | 2026-05-15T03:43:14.203Z | Downloaded anstyle v1.0.13 |
| 312 | 2026-05-15T03:43:14.203Z | Downloaded version_check v0.9.5 |
| 313 | 2026-05-15T03:43:14.203Z | Downloaded byteorder v1.5.0 |
| 314 | 2026-05-15T03:43:14.203Z | Downloaded unicode-xid v0.2.6 |
| 315 | 2026-05-15T03:43:14.203Z | Downloaded thread-id v4.2.2 |
| 316 | 2026-05-15T03:43:14.203Z | Downloaded plain v0.2.3 |
| 317 | 2026-05-15T03:43:14.203Z | Downloaded memmap v0.7.0 |
| 318 | 2026-05-15T03:43:14.203Z | Downloaded form_urlencoded v1.2.2 |
| 319 | 2026-05-15T03:43:14.237Z | Downloaded autocfg v1.5.0 |
| 320 | 2026-05-15T03:43:14.237Z | Downloaded zerofrom-derive v0.1.6 |
| 321 | 2026-05-15T03:43:14.237Z | Downloaded typeid v1.0.3 |
| 322 | 2026-05-15T03:43:14.238Z | Downloaded smallvec v1.15.1 |
| 323 | 2026-05-15T03:43:14.238Z | Downloaded bitflags v2.11.0 |
| 324 | 2026-05-15T03:43:14.238Z | Downloaded equivalent v1.0.2 |
| 325 | 2026-05-15T03:43:14.238Z | Downloaded digest v0.10.7 |
| 326 | 2026-05-15T03:43:14.238Z | Downloaded thiserror-impl v1.0.69 |
| 327 | 2026-05-15T03:43:14.238Z | Downloaded yoke v0.8.1 |
| 328 | 2026-05-15T03:43:14.238Z | Downloaded writeable v0.6.2 |
| 329 | 2026-05-15T03:43:14.238Z | Downloaded usdt-macro v0.5.0 |
| 330 | 2026-05-15T03:43:14.238Z | Downloaded tinystr v0.8.2 |
| 331 | 2026-05-15T03:43:14.287Z | Downloaded zerocopy-derive v0.7.35 |
| 332 | 2026-05-15T03:43:14.287Z | Downloaded thiserror-impl v2.0.18 |
| 333 | 2026-05-15T03:43:14.287Z | Downloaded getrandom v0.4.1 |
| 334 | 2026-05-15T03:43:14.287Z | Downloaded cargo-platform v0.2.0 |
| 335 | 2026-05-15T03:43:14.287Z | Downloaded zerovec-derive v0.11.2 |
| 336 | 2026-05-15T03:43:14.287Z | Downloaded unicode-ident v1.0.24 |
| 337 | 2026-05-15T03:43:14.288Z | Downloaded potential_utf v0.1.4 |
| 338 | 2026-05-15T03:43:14.288Z | Downloaded heck v0.5.0 |
| 339 | 2026-05-15T03:43:14.288Z | Downloaded synstructure v0.13.2 |
| 340 | 2026-05-15T03:43:14.288Z | Downloaded errno v0.3.14 |
| 341 | 2026-05-15T03:43:14.288Z | Downloaded ordered-float v2.10.1 |
| 342 | 2026-05-15T03:43:14.288Z | Downloaded dtrace-parser v0.2.0 |
| 343 | 2026-05-15T03:43:14.288Z | Downloaded serde_tokenstream v0.2.3 |
| 344 | 2026-05-15T03:43:14.288Z | Downloaded toml_edit v0.22.27 |
| 345 | 2026-05-15T03:43:14.288Z | Downloaded strsim v0.11.1 |
| 346 | 2026-05-15T03:43:14.288Z | Downloaded typenum v1.19.0 |
| 347 | 2026-05-15T03:43:14.288Z | Downloaded unicode-width v0.2.0 |
| 348 | 2026-05-15T03:43:14.288Z | Downloaded zerotrie v0.2.3 |
| 349 | 2026-05-15T03:43:14.288Z | Downloaded terminal_size v0.4.3 |
| 350 | 2026-05-15T03:43:14.288Z | Downloaded url v2.5.8 |
| 351 | 2026-05-15T03:43:14.288Z | Downloaded scroll_derive v0.12.1 |
| 352 | 2026-05-15T03:43:14.288Z | Downloaded camino-tempfile v1.4.1 |
| 353 | 2026-05-15T03:43:14.288Z | Downloaded crypto-common v0.1.7 |
| 354 | 2026-05-15T03:43:14.289Z | Downloaded cfg-if v1.0.4 |
| 355 | 2026-05-15T03:43:14.289Z | Downloaded stable_deref_trait v1.2.1 |
| 356 | 2026-05-15T03:43:14.289Z | Downloaded zerovec v0.11.5 |
| 357 | 2026-05-15T03:43:14.289Z | Downloaded smawk v0.3.2 |
| 358 | 2026-05-15T03:43:14.289Z | Downloaded idna_adapter v1.2.1 |
| 359 | 2026-05-15T03:43:14.289Z | Downloaded proc-macro-error-attr v1.0.4 |
| 360 | 2026-05-15T03:43:14.289Z | Downloaded zerocopy v0.7.35 |
| 361 | 2026-05-15T03:43:14.311Z | Downloaded winnow v0.7.14 |
| 362 | 2026-05-15T03:43:14.311Z | Downloaded percent-encoding v2.3.2 |
| 363 | 2026-05-15T03:43:14.311Z | Downloaded heck v0.4.1 |
| 364 | 2026-05-15T03:43:14.311Z | Downloaded serde-value v0.7.0 |
| 365 | 2026-05-15T03:43:14.311Z | Downloaded generic-array v0.14.7 |
| 366 | 2026-05-15T03:43:14.311Z | Downloaded unicode-width v0.1.14 |
| 367 | 2026-05-15T03:43:14.311Z | Downloaded swrite v0.1.0 |
| 368 | 2026-05-15T03:43:14.311Z | Downloaded macaddr v1.0.1 |
| 369 | 2026-05-15T03:43:14.311Z | Downloaded clap_lex v1.0.0 |
| 370 | 2026-05-15T03:43:14.311Z | Downloaded pretty-hex v0.4.1 |
| 371 | 2026-05-15T03:43:14.311Z | Downloaded block-buffer v0.10.4 |
| 372 | 2026-05-15T03:43:14.311Z | Downloaded dof v0.3.0 |
| 373 | 2026-05-15T03:43:14.311Z | Downloaded sha2 v0.10.9 |
| 374 | 2026-05-15T03:43:14.311Z | Downloaded bytecount v0.6.9 |
| 375 | 2026-05-15T03:43:14.311Z | Downloaded anstream v0.6.21 |
| 376 | 2026-05-15T03:43:14.311Z | Downloaded camino v1.2.2 |
| 377 | 2026-05-15T03:43:14.344Z | Downloaded tabled_derive v0.7.0 |
| 378 | 2026-05-15T03:43:14.344Z | Downloaded serde_spanned v0.6.9 |
| 379 | 2026-05-15T03:43:14.344Z | Downloaded itoa v1.0.17 |
| 380 | 2026-05-15T03:43:14.344Z | Downloaded fastrand v2.3.0 |
| 381 | 2026-05-15T03:43:14.344Z | Downloaded fs-err v3.3.0 |
| 382 | 2026-05-15T03:43:14.344Z | Downloaded proc-macro-error v1.0.4 |
| 383 | 2026-05-15T03:43:14.344Z | Downloaded anstyle-parse v0.2.7 |
| 384 | 2026-05-15T03:43:14.344Z | Downloaded cargo_toml v0.21.0 |
| 385 | 2026-05-15T03:43:14.399Z | Downloaded tempfile v3.25.0 |
| 386 | 2026-05-15T03:43:14.399Z | Downloaded icu_properties v2.1.2 |
| 387 | 2026-05-15T03:43:14.399Z | Downloaded icu_collections v2.1.1 |
| 388 | 2026-05-15T03:43:14.399Z | Downloaded serde-untagged v0.1.9 |
| 389 | 2026-05-15T03:43:14.399Z | Downloaded scroll v0.12.0 |
| 390 | 2026-05-15T03:43:14.399Z | Downloaded pest_generator v2.8.6 |
| 391 | 2026-05-15T03:43:14.399Z | Downloaded cargo-util-schemas v0.8.2 |
| 392 | 2026-05-15T03:43:14.399Z | Downloaded anyhow v1.0.102 |
| 393 | 2026-05-15T03:43:14.399Z | Downloaded quote v1.0.45 |
| 394 | 2026-05-15T03:43:14.399Z | Downloaded litemap v0.8.1 |
| 395 | 2026-05-15T03:43:14.399Z | Downloaded serde_core v1.0.228 |
| 396 | 2026-05-15T03:43:14.399Z | Downloaded semver v1.0.28 |
| 397 | 2026-05-15T03:43:14.399Z | Downloaded icu_locale_core v2.1.1 |
| 398 | 2026-05-15T03:43:14.399Z | Downloaded once_cell v1.21.3 |
| 399 | 2026-05-15T03:43:14.399Z | Downloaded pest v2.8.6 |
| 400 | 2026-05-15T03:43:14.428Z | Downloaded num-traits v0.2.19 |
| 401 | 2026-05-15T03:43:14.429Z | Downloaded log v0.4.29 |
| 402 | 2026-05-15T03:43:14.429Z | Downloaded icu_provider v2.1.1 |
| 403 | 2026-05-15T03:43:14.429Z | Downloaded proc-macro2 v1.0.106 |
| 404 | 2026-05-15T03:43:14.429Z | Downloaded papergrid v0.11.0 |
| 405 | 2026-05-15T03:43:14.429Z | Downloaded pest_derive v2.8.6 |
| 406 | 2026-05-15T03:43:14.429Z | Downloaded icu_normalizer v2.1.1 |
| 407 | 2026-05-15T03:43:14.429Z | Downloaded icu_normalizer_data v2.1.1 |
| 408 | 2026-05-15T03:43:14.429Z | Downloaded serde v1.0.228 |
| 409 | 2026-05-15T03:43:14.429Z | Downloaded pest_meta v2.8.6 |
| 410 | 2026-05-15T03:43:14.451Z | Downloaded indexmap v2.14.0 |
| 411 | 2026-05-15T03:43:14.451Z | Downloaded icu_properties_data v2.1.2 |
| 412 | 2026-05-15T03:43:14.451Z | Downloaded hashbrown v0.17.0 |
| 413 | 2026-05-15T03:43:14.515Z | Downloaded tabled v0.15.0 |
| 414 | 2026-05-15T03:43:14.515Z | Downloaded idna v1.1.0 |
| 415 | 2026-05-15T03:43:14.515Z | Downloaded serde_json v1.0.149 |
| 416 | 2026-05-15T03:43:14.515Z | Downloaded goblin v0.8.2 |
| 417 | 2026-05-15T03:43:14.546Z | Downloaded syn v1.0.109 |
| 418 | 2026-05-15T03:43:14.546Z | Downloaded syn v2.0.117 |
| 419 | 2026-05-15T03:43:14.546Z | Downloaded rustix v1.1.3 |
| 420 | 2026-05-15T03:43:14.567Z | Downloaded libc v0.2.185 |
| 421 | 2026-05-15T03:43:14.612Z | Compiling proc-macro2 v1.0.106 |
| 422 | 2026-05-15T03:43:14.612Z | Compiling unicode-ident v1.0.24 |
| 423 | 2026-05-15T03:43:14.628Z | Compiling quote v1.0.45 |
| 424 | 2026-05-15T03:43:14.628Z | Compiling serde_core v1.0.228 |
| 425 | 2026-05-15T03:43:14.628Z | Compiling libc v0.2.185 |
| 426 | 2026-05-15T03:43:14.629Z | Compiling version_check v0.9.5 |
| 427 | 2026-05-15T03:43:14.629Z | Compiling memchr v2.8.0 |
| 428 | 2026-05-15T03:43:14.629Z | Compiling serde v1.0.228 |
| 429 | 2026-05-15T03:43:14.948Z | Compiling stable_deref_trait v1.2.1 |
| 430 | 2026-05-15T03:43:15.016Z | Compiling zmij v1.0.21 |
| 431 | 2026-05-15T03:43:15.323Z | Compiling autocfg v1.5.0 |
| 432 | 2026-05-15T03:43:15.405Z | Compiling itoa v1.0.17 |
| 433 | 2026-05-15T03:43:15.502Z | Compiling ucd-trie v0.1.7 |
| 434 | 2026-05-15T03:43:15.560Z | Compiling thiserror v1.0.69 |
| 435 | 2026-05-15T03:43:15.598Z | Compiling litemap v0.8.1 |
| 436 | 2026-05-15T03:43:15.675Z | Compiling pest v2.8.6 |
| 437 | 2026-05-15T03:43:15.717Z | Compiling writeable v0.6.2 |
| 438 | 2026-05-15T03:43:15.769Z | Compiling icu_properties_data v2.1.2 |
| 439 | 2026-05-15T03:43:15.953Z | Compiling icu_normalizer_data v2.1.1 |
| 440 | 2026-05-15T03:43:15.974Z | Compiling rustix v1.1.3 |
| 441 | 2026-05-15T03:43:16.096Z | Compiling byteorder v1.5.0 |
| 442 | 2026-05-15T03:43:16.142Z | Compiling syn v2.0.117 |
| 443 | 2026-05-15T03:43:16.273Z | Compiling errno v0.3.14 |
| 444 | 2026-05-15T03:43:16.288Z | Compiling bitflags v2.11.0 |
| 445 | 2026-05-15T03:43:16.325Z | Compiling serde_json v1.0.149 |
| 446 | 2026-05-15T03:43:16.567Z | Compiling num-traits v0.2.19 |
| 447 | 2026-05-15T03:43:16.614Z | Compiling typeid v1.0.3 |
| 448 | 2026-05-15T03:43:16.628Z | Compiling smallvec v1.15.1 |
| 449 | 2026-05-15T03:43:16.770Z | Compiling pest_meta v2.8.6 |
| 450 | 2026-05-15T03:43:16.882Z | Compiling equivalent v1.0.2 |
| 451 | 2026-05-15T03:43:16.978Z | Compiling hashbrown v0.17.0 |
| 452 | 2026-05-15T03:43:17.078Z | Compiling thread-id v4.2.2 |
| 453 | 2026-05-15T03:43:17.165Z | Compiling proc-macro-error-attr v1.0.4 |
| 454 | 2026-05-15T03:43:17.214Z | Compiling usdt-impl v0.5.0 |
| 455 | 2026-05-15T03:43:17.230Z | Compiling winnow v0.7.14 |
| 456 | 2026-05-15T03:43:17.350Z | Compiling erased-serde v0.4.9 |
| 457 | 2026-05-15T03:43:17.436Z | Compiling syn v1.0.109 |
| 458 | 2026-05-15T03:43:17.553Z | Compiling indexmap v2.14.0 |
| 459 | 2026-05-15T03:43:17.620Z | Compiling toml_write v0.1.2 |
| 460 | 2026-05-15T03:43:17.979Z | Compiling proc-macro-error v1.0.4 |
| 461 | 2026-05-15T03:43:18.169Z | Compiling utf8_iter v1.0.4 |
| 462 | 2026-05-15T03:43:18.186Z | Compiling camino v1.2.2 |
| 463 | 2026-05-15T03:43:18.322Z | Compiling plain v0.2.3 |
| 464 | 2026-05-15T03:43:18.441Z | Compiling thiserror v2.0.18 |
| 465 | 2026-05-15T03:43:18.455Z | Compiling log v0.4.29 |
| 466 | 2026-05-15T03:43:18.469Z | Compiling utf8parse v0.2.2 |
| 467 | 2026-05-15T03:43:18.499Z | Compiling getrandom v0.4.1 |
| 468 | 2026-05-15T03:43:18.583Z | Compiling percent-encoding v2.3.2 |
| 469 | 2026-05-15T03:43:18.636Z | Compiling anstyle-parse v0.2.7 |
| 470 | 2026-05-15T03:43:18.719Z | Compiling form_urlencoded v1.2.2 |
| 471 | 2026-05-15T03:43:18.744Z | Compiling ordered-float v2.10.1 |
| 472 | 2026-05-15T03:43:18.845Z | Compiling synstructure v0.13.2 |
| 473 | 2026-05-15T03:43:18.863Z | Compiling pest_generator v2.8.6 |
| 474 | 2026-05-15T03:43:18.982Z | Compiling terminal_size v0.4.3 |
| 475 | 2026-05-15T03:43:19.123Z | Compiling colorchoice v1.0.4 |
| 476 | 2026-05-15T03:43:19.244Z | Compiling anstyle-query v1.1.5 |
| 477 | 2026-05-15T03:43:19.260Z | Compiling is_terminal_polyfill v1.70.2 |
| 478 | 2026-05-15T03:43:19.305Z | Compiling anstyle v1.0.13 |
| 479 | 2026-05-15T03:43:19.355Z | Compiling cfg-if v1.0.4 |
| 480 | 2026-05-15T03:43:19.358Z | Compiling pretty-hex v0.4.1 |
| 481 | 2026-05-15T03:43:19.389Z | Compiling serde-untagged v0.1.9 |
| 482 | 2026-05-15T03:43:19.512Z | Compiling anstream v0.6.21 |
| 483 | 2026-05-15T03:43:19.549Z | Compiling semver v1.0.28 |
| 484 | 2026-05-15T03:43:19.603Z | Compiling fs-err v3.3.0 |
| 485 | 2026-05-15T03:43:19.627Z | Compiling anyhow v1.0.102 |
| 486 | 2026-05-15T03:43:19.801Z | Compiling fastrand v2.3.0 |
| 487 | 2026-05-15T03:43:19.816Z | Compiling clap_lex v1.0.0 |
| 488 | 2026-05-15T03:43:19.872Z | Compiling bytecount v0.6.9 |
| 489 | 2026-05-15T03:43:19.907Z | Compiling strsim v0.11.1 |
| 490 | 2026-05-15T03:43:19.930Z | Compiling once_cell v1.21.3 |
| 491 | 2026-05-15T03:43:20.048Z | Compiling unicode-xid v0.2.6 |
| 492 | 2026-05-15T03:43:20.066Z | Compiling unicode-width v0.1.14 |
| 493 | 2026-05-15T03:43:20.147Z | Compiling heck v0.4.1 |
| 494 | 2026-05-15T03:43:20.173Z | Compiling fnv v1.0.7 |
| 495 | 2026-05-15T03:43:20.255Z | Compiling heck v0.5.0 |
| 496 | 2026-05-15T03:43:20.279Z | Compiling clap_builder v4.5.60 |
| 497 | 2026-05-15T03:43:20.310Z | Compiling tempfile v3.25.0 |
| 498 | 2026-05-15T03:43:20.342Z | Compiling papergrid v0.11.0 |
| 499 | 2026-05-15T03:43:20.518Z | Compiling serde_derive v1.0.228 |
| 500 | 2026-05-15T03:43:20.589Z | Compiling zerofrom-derive v0.1.6 |
| 501 | 2026-05-15T03:43:20.607Z | Compiling yoke-derive v0.8.1 |
| 502 | 2026-05-15T03:43:20.678Z | Compiling zerovec-derive v0.11.2 |
| 503 | 2026-05-15T03:43:20.947Z | Compiling displaydoc v0.2.5 |
| 504 | 2026-05-15T03:43:21.715Z | Compiling thiserror-impl v1.0.69 |
| 505 | 2026-05-15T03:43:21.796Z | Compiling zerocopy-derive v0.7.35 |
| 506 | 2026-05-15T03:43:21.800Z | Compiling pest_derive v2.8.6 |
| 507 | 2026-05-15T03:43:21.841Z | Compiling scroll_derive v0.12.1 |
| 508 | 2026-05-15T03:43:22.004Z | Compiling zerofrom v0.1.6 |
| 509 | 2026-05-15T03:43:22.136Z | Compiling yoke v0.8.1 |
| 510 | 2026-05-15T03:43:22.235Z | Compiling thiserror-impl v2.0.18 |
| 511 | 2026-05-15T03:43:22.328Z | Compiling zerovec v0.11.5 |
| 512 | 2026-05-15T03:43:22.499Z | Compiling zerotrie v0.2.3 |
| 513 | 2026-05-15T03:43:22.676Z | Compiling zerocopy v0.7.35 |
| 514 | 2026-05-15T03:43:22.817Z | Compiling tinystr v0.8.2 |
| 515 | 2026-05-15T03:43:22.845Z | Compiling potential_utf v0.1.4 |
| 516 | 2026-05-15T03:43:23.040Z | Compiling icu_locale_core v2.1.1 |
| 517 | 2026-05-15T03:43:23.040Z | Compiling icu_collections v2.1.1 |
| 518 | 2026-05-15T03:43:23.114Z | Compiling dtrace-parser v0.2.0 |
| 519 | 2026-05-15T03:43:23.231Z | Compiling scroll v0.12.0 |
| 520 | 2026-05-15T03:43:23.352Z | Compiling tabled_derive v0.7.0 |
| 521 | 2026-05-15T03:43:23.516Z | Compiling goblin v0.8.2 |
| 522 | 2026-05-15T03:43:23.540Z | Compiling clap_derive v4.5.55 |
| 523 | 2026-05-15T03:43:23.687Z | Compiling icu_provider v2.1.1 |
| 524 | 2026-05-15T03:43:23.857Z | Compiling memmap v0.7.0 |
| 525 | 2026-05-15T03:43:23.910Z | Compiling serde_spanned v0.6.9 |
| 526 | 2026-05-15T03:43:23.981Z | Compiling icu_properties v2.1.2 |
| 527 | 2026-05-15T03:43:24.003Z | Compiling icu_normalizer v2.1.1 |
| 528 | 2026-05-15T03:43:24.023Z | Compiling toml_datetime v0.6.11 |
| 529 | 2026-05-15T03:43:24.048Z | Compiling dof v0.3.0 |
| 530 | 2026-05-15T03:43:24.133Z | Compiling serde_tokenstream v0.2.3 |
| 531 | 2026-05-15T03:43:24.261Z | Compiling toml_edit v0.22.27 |
| 532 | 2026-05-15T03:43:24.371Z | Compiling serde-value v0.7.0 |
| 533 | 2026-05-15T03:43:24.424Z | Compiling cargo-platform v0.2.0 |
| 534 | 2026-05-15T03:43:24.527Z | Compiling unicode-width v0.2.0 |
| 535 | 2026-05-15T03:43:24.708Z | Compiling unicode-linebreak v0.1.5 |
| 536 | 2026-05-15T03:43:24.735Z | Compiling smawk v0.3.2 |
| 537 | 2026-05-15T03:43:24.807Z | Compiling tabled v0.15.0 |
| 538 | 2026-05-15T03:43:24.893Z | Compiling idna_adapter v1.2.1 |
| 539 | 2026-05-15T03:43:24.898Z | Compiling usdt-attr-macro v0.5.0 |
| 540 | 2026-05-15T03:43:24.955Z | Compiling usdt-macro v0.5.0 |
| 541 | 2026-05-15T03:43:25.039Z | Compiling idna v1.1.0 |
| 542 | 2026-05-15T03:43:25.076Z | Compiling textwrap v0.16.2 |
| 543 | 2026-05-15T03:43:25.302Z | Compiling clap v4.5.60 |
| 544 | 2026-05-15T03:43:25.421Z | Compiling url v2.5.8 |
| 545 | 2026-05-15T03:43:25.551Z | Compiling macaddr v1.0.1 |
| 546 | 2026-05-15T03:43:25.721Z | Compiling toml v0.8.23 |
| 547 | 2026-05-15T03:43:25.936Z | Compiling camino-tempfile v1.4.1 |
| 548 | 2026-05-15T03:43:26.068Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 549 | 2026-05-15T03:43:26.229Z | Compiling cargo-util-schemas v0.8.2 |
| 550 | 2026-05-15T03:43:26.293Z | Compiling cargo_toml v0.21.0 |
| 551 | 2026-05-15T03:43:26.357Z | Compiling swrite v0.1.0 |
| 552 | 2026-05-15T03:43:26.599Z | Compiling usdt v0.5.0 |
| 553 | 2026-05-15T03:43:27.196Z | Compiling cargo_metadata v0.21.0 |
| 554 | 2026-05-15T03:43:28.027Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 555 | 2026-05-15T03:43:30.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.70s |
| 556 | 2026-05-15T03:43:30.377Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 557 | 2026-05-15T03:43:30.948Z | Downloading crates ... |
| 558 | 2026-05-15T03:43:31.057Z | Downloaded async-recursion v1.1.1 |
| 559 | 2026-05-15T03:43:31.094Z | Downloaded base64ct v1.8.3 |
| 560 | 2026-05-15T03:43:31.095Z | Downloaded async-bb8-diesel v0.2.1 |
| 561 | 2026-05-15T03:43:31.095Z | Downloaded ascii-canvas v3.0.0 |
| 562 | 2026-05-15T03:43:31.095Z | Downloaded atomicwrites v0.4.4 |
| 563 | 2026-05-15T03:43:31.095Z | Downloaded aead v0.5.2 |
| 564 | 2026-05-15T03:43:31.095Z | Downloaded atomic-waker v1.1.2 |
| 565 | 2026-05-15T03:43:31.095Z | Downloaded async-stream-impl v0.3.6 |
| 566 | 2026-05-15T03:43:31.095Z | Downloaded darling_macro v0.20.11 |
| 567 | 2026-05-15T03:43:31.095Z | Downloaded async-trait v0.1.89 |
| 568 | 2026-05-15T03:43:31.095Z | Downloaded flagset v0.4.7 |
| 569 | 2026-05-15T03:43:31.095Z | Downloaded darling v0.20.11 |
| 570 | 2026-05-15T03:43:31.095Z | Downloaded darling_macro v0.21.3 |
| 571 | 2026-05-15T03:43:31.095Z | Downloaded aws-lc-rs v1.16.3 |
| 572 | 2026-05-15T03:43:31.095Z | Downloaded funty v2.0.0 |
| 573 | 2026-05-15T03:43:31.095Z | Downloaded adler2 v2.0.1 |
| 574 | 2026-05-15T03:43:31.095Z | Downloaded defmt-parser v1.0.0 |
| 575 | 2026-05-15T03:43:31.095Z | Downloaded darling_macro v0.23.0 |
| 576 | 2026-05-15T03:43:31.095Z | Downloaded cargo_metadata v0.19.2 |
| 577 | 2026-05-15T03:43:31.096Z | Downloaded bitfield-struct v0.6.2 |
| 578 | 2026-05-15T03:43:31.096Z | Downloaded arrayvec v0.7.6 |
| 579 | 2026-05-15T03:43:31.096Z | Downloaded async-stream v0.3.6 |
| 580 | 2026-05-15T03:43:31.123Z | Downloaded array-init v0.0.4 |
| 581 | 2026-05-15T03:43:31.123Z | Downloaded allocator-api2 v0.2.21 |
| 582 | 2026-05-15T03:43:31.123Z | Downloaded csv-core v0.1.13 |
| 583 | 2026-05-15T03:43:31.123Z | Downloaded cbc v0.1.2 |
| 584 | 2026-05-15T03:43:31.123Z | Downloaded cargo-platform v0.1.9 |
| 585 | 2026-05-15T03:43:31.123Z | Downloaded darling_core v0.23.0 |
| 586 | 2026-05-15T03:43:31.124Z | Downloaded defmt-macros v1.0.1 |
| 587 | 2026-05-15T03:43:31.124Z | Downloaded defmt v1.0.1 |
| 588 | 2026-05-15T03:43:31.124Z | Downloaded blowfish v0.9.1 |
| 589 | 2026-05-15T03:43:31.124Z | Downloaded cfg_aliases v0.2.1 |
| 590 | 2026-05-15T03:43:31.124Z | Downloaded block-padding v0.3.3 |
| 591 | 2026-05-15T03:43:31.124Z | Downloaded bitfield-macros v0.19.4 |
| 592 | 2026-05-15T03:43:31.143Z | Downloaded compression-core v0.4.31 |
| 593 | 2026-05-15T03:43:31.143Z | Downloaded arrayref v0.3.9 |
| 594 | 2026-05-15T03:43:31.143Z | Downloaded cobs v0.3.0 |
| 595 | 2026-05-15T03:43:31.143Z | Downloaded debug-ignore v1.0.5 |
| 596 | 2026-05-15T03:43:31.143Z | Downloaded data-encoding v2.10.0 |
| 597 | 2026-05-15T03:43:31.143Z | Downloaded daft v0.1.5 |
| 598 | 2026-05-15T03:43:31.143Z | Downloaded foreign-types v0.3.2 |
| 599 | 2026-05-15T03:43:31.143Z | Downloaded darling_core v0.20.11 |
| 600 | 2026-05-15T03:43:31.177Z | Downloaded ciborium-ll v0.2.2 |
| 601 | 2026-05-15T03:43:31.177Z | Downloaded backoff v0.4.0 |
| 602 | 2026-05-15T03:43:31.177Z | Downloaded float-ord v0.3.2 |
| 603 | 2026-05-15T03:43:31.177Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 604 | 2026-05-15T03:43:31.177Z | Downloaded darling v0.21.3 |
| 605 | 2026-05-15T03:43:31.178Z | Downloaded crc-catalog v2.4.0 |
| 606 | 2026-05-15T03:43:31.178Z | Downloaded arc-swap v1.8.2 |
| 607 | 2026-05-15T03:43:31.178Z | Downloaded der_derive v0.7.3 |
| 608 | 2026-05-15T03:43:31.178Z | Downloaded daft-derive v0.1.5 |
| 609 | 2026-05-15T03:43:31.178Z | Downloaded cookie v0.18.1 |
| 610 | 2026-05-15T03:43:31.178Z | Downloaded dirs-sys-next v0.1.2 |
| 611 | 2026-05-15T03:43:31.178Z | Downloaded dtrace-parser v0.3.0 |
| 612 | 2026-05-15T03:43:31.178Z | Downloaded dsl_auto_type v0.2.0 |
| 613 | 2026-05-15T03:43:31.178Z | Downloaded castaway v0.2.4 |
| 614 | 2026-05-15T03:43:31.178Z | Downloaded dof v0.4.0 |
| 615 | 2026-05-15T03:43:31.178Z | Downloaded cfg_aliases v0.1.1 |
| 616 | 2026-05-15T03:43:31.178Z | Downloaded document-features v0.2.12 |
| 617 | 2026-05-15T03:43:31.178Z | Downloaded bit-set v0.8.0 |
| 618 | 2026-05-15T03:43:31.178Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 619 | 2026-05-15T03:43:31.178Z | Downloaded const_format v0.2.35 |
| 620 | 2026-05-15T03:43:31.178Z | Downloaded ciborium-io v0.2.2 |
| 621 | 2026-05-15T03:43:31.179Z | Downloaded derive_builder_macro v0.20.2 |
| 622 | 2026-05-15T03:43:31.179Z | Downloaded clang-sys v1.8.1 |
| 623 | 2026-05-15T03:43:31.179Z | Downloaded bumpalo v3.20.2 |
| 624 | 2026-05-15T03:43:31.179Z | Downloaded enum-as-inner v0.6.1 |
| 625 | 2026-05-15T03:43:31.179Z | Downloaded const_format_proc_macros v0.2.34 |
| 626 | 2026-05-15T03:43:31.179Z | Downloaded darling v0.23.0 |
| 627 | 2026-05-15T03:43:31.318Z | Downloaded crossbeam-deque v0.8.6 |
| 628 | 2026-05-15T03:43:31.318Z | Downloaded cassowary v0.3.0 |
| 629 | 2026-05-15T03:43:31.318Z | Downloaded endian-type v0.1.2 |
| 630 | 2026-05-15T03:43:31.318Z | Downloaded crunchy v0.2.4 |
| 631 | 2026-05-15T03:43:31.318Z | Downloaded crucible-workspace-hack v0.1.0 |
| 632 | 2026-05-15T03:43:31.319Z | Downloaded ar_archive_writer v0.5.1 |
| 633 | 2026-05-15T03:43:31.319Z | Downloaded fxhash v0.2.1 |
| 634 | 2026-05-15T03:43:31.319Z | Downloaded crc v3.4.0 |
| 635 | 2026-05-15T03:43:31.319Z | Downloaded embedded-io v0.4.0 |
| 636 | 2026-05-15T03:43:31.319Z | Downloaded futures-io v0.3.32 |
| 637 | 2026-05-15T03:43:31.319Z | Downloaded downcast-rs v2.0.2 |
| 638 | 2026-05-15T03:43:31.319Z | Downloaded dunce v1.0.5 |
| 639 | 2026-05-15T03:43:31.319Z | Downloaded bit-vec v0.8.0 |
| 640 | 2026-05-15T03:43:31.319Z | Downloaded dirs-next v2.0.0 |
| 641 | 2026-05-15T03:43:31.319Z | Downloaded bit-set v0.5.3 |
| 642 | 2026-05-15T03:43:31.320Z | Downloaded bb8 v0.8.6 |
| 643 | 2026-05-15T03:43:31.320Z | Downloaded fd-lock v4.0.4 |
| 644 | 2026-05-15T03:43:31.320Z | Downloaded git-stub v1.0.0 |
| 645 | 2026-05-15T03:43:31.320Z | Downloaded env_filter v1.0.0 |
| 646 | 2026-05-15T03:43:31.320Z | Downloaded bitflags v1.3.2 |
| 647 | 2026-05-15T03:43:31.320Z | Downloaded argon2 v0.5.3 |
| 648 | 2026-05-15T03:43:31.320Z | Downloaded foldhash v0.2.0 |
| 649 | 2026-05-15T03:43:31.320Z | Downloaded fallible-iterator v0.2.0 |
| 650 | 2026-05-15T03:43:31.320Z | Downloaded derive_builder_core v0.20.2 |
| 651 | 2026-05-15T03:43:31.352Z | Downloaded dyn-clone v1.0.20 |
| 652 | 2026-05-15T03:43:31.352Z | Downloaded base16ct v0.2.0 |
| 653 | 2026-05-15T03:43:31.352Z | Downloaded atty v0.2.14 |
| 654 | 2026-05-15T03:43:31.352Z | Downloaded bzip2 v0.4.4 |
| 655 | 2026-05-15T03:43:31.352Z | Downloaded blake2 v0.10.6 |
| 656 | 2026-05-15T03:43:31.352Z | Downloaded ena v0.14.4 |
| 657 | 2026-05-15T03:43:31.352Z | Downloaded camino-tempfile-ext v0.3.3 |
| 658 | 2026-05-15T03:43:31.352Z | Downloaded ahash v0.8.12 |
| 659 | 2026-05-15T03:43:31.352Z | Downloaded constant_time_eq v0.4.2 |
| 660 | 2026-05-15T03:43:31.352Z | Downloaded crc-any v2.5.0 |
| 661 | 2026-05-15T03:43:31.352Z | Downloaded ed25519 v2.2.3 |
| 662 | 2026-05-15T03:43:31.353Z | Downloaded derive-ex v0.1.8 |
| 663 | 2026-05-15T03:43:31.353Z | Downloaded cmake v0.1.57 |
| 664 | 2026-05-15T03:43:31.353Z | Downloaded compression-codecs v0.4.37 |
| 665 | 2026-05-15T03:43:31.353Z | Downloaded cpufeatures v0.3.0 |
| 666 | 2026-05-15T03:43:31.353Z | Downloaded futures-task v0.3.32 |
| 667 | 2026-05-15T03:43:31.353Z | Downloaded headers-core v0.3.0 |
| 668 | 2026-05-15T03:43:31.353Z | Downloaded fixedbitset v0.4.2 |
| 669 | 2026-05-15T03:43:31.353Z | Downloaded convert_case v0.4.0 |
| 670 | 2026-05-15T03:43:31.353Z | Downloaded foreign-types v0.5.0 |
| 671 | 2026-05-15T03:43:31.353Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 672 | 2026-05-15T03:43:31.353Z | Downloaded hex v0.4.3 |
| 673 | 2026-05-15T03:43:31.354Z | Downloaded foreign-types-shared v0.3.1 |
| 674 | 2026-05-15T03:43:31.354Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 675 | 2026-05-15T03:43:31.354Z | Downloaded foreign-types-shared v0.1.1 |
| 676 | 2026-05-15T03:43:31.354Z | Downloaded home v0.5.12 |
| 677 | 2026-05-15T03:43:31.354Z | Downloaded futures-core v0.3.32 |
| 678 | 2026-05-15T03:43:31.354Z | Downloaded foreign-types-macros v0.2.3 |
| 679 | 2026-05-15T03:43:31.354Z | Downloaded byte-wrapper v0.1.0 |
| 680 | 2026-05-15T03:43:31.354Z | Downloaded ff v0.13.1 |
| 681 | 2026-05-15T03:43:31.354Z | Downloaded diesel-dtrace v0.5.0 |
| 682 | 2026-05-15T03:43:31.354Z | Downloaded colored v3.1.1 |
| 683 | 2026-05-15T03:43:31.354Z | Downloaded embedded-io v0.6.1 |
| 684 | 2026-05-15T03:43:31.354Z | Downloaded fs_extra v1.3.0 |
| 685 | 2026-05-15T03:43:31.354Z | Downloaded darling_core v0.21.3 |
| 686 | 2026-05-15T03:43:31.354Z | Downloaded group v0.13.0 |
| 687 | 2026-05-15T03:43:31.354Z | Downloaded futures-executor v0.3.32 |
| 688 | 2026-05-15T03:43:31.354Z | Downloaded fixedbitset v0.5.7 |
| 689 | 2026-05-15T03:43:31.355Z | Downloaded crossbeam-utils v0.8.21 |
| 690 | 2026-05-15T03:43:31.355Z | Downloaded backon v1.6.0 |
| 691 | 2026-05-15T03:43:31.355Z | Downloaded corncobs v0.1.4 |
| 692 | 2026-05-15T03:43:31.355Z | Downloaded chacha20 v0.9.1 |
| 693 | 2026-05-15T03:43:31.355Z | Downloaded bitfield v0.19.4 |
| 694 | 2026-05-15T03:43:31.355Z | Downloaded futures-sink v0.3.32 |
| 695 | 2026-05-15T03:43:31.355Z | Downloaded either v1.15.0 |
| 696 | 2026-05-15T03:43:31.355Z | Downloaded ghash v0.5.1 |
| 697 | 2026-05-15T03:43:31.355Z | Downloaded gethostname v0.5.0 |
| 698 | 2026-05-15T03:43:31.355Z | Downloaded crc8 v0.1.1 |
| 699 | 2026-05-15T03:43:31.355Z | Downloaded defmt v0.3.100 |
| 700 | 2026-05-15T03:43:31.355Z | Downloaded difflib v0.4.0 |
| 701 | 2026-05-15T03:43:31.355Z | Downloaded ciborium v0.2.2 |
| 702 | 2026-05-15T03:43:31.355Z | Downloaded bcs v0.1.6 |
| 703 | 2026-05-15T03:43:31.355Z | Downloaded hash32 v0.3.1 |
| 704 | 2026-05-15T03:43:31.355Z | Downloaded hash32 v0.2.1 |
| 705 | 2026-05-15T03:43:31.355Z | Downloaded async-compression v0.4.41 |
| 706 | 2026-05-15T03:43:31.355Z | Downloaded deranged v0.5.8 |
| 707 | 2026-05-15T03:43:31.355Z | Downloaded convert_case v0.10.0 |
| 708 | 2026-05-15T03:43:31.355Z | Downloaded cipher v0.4.4 |
| 709 | 2026-05-15T03:43:31.355Z | Downloaded critical-section v1.2.0 |
| 710 | 2026-05-15T03:43:31.355Z | Downloaded display-error-chain v0.2.2 |
| 711 | 2026-05-15T03:43:31.355Z | Downloaded cstr-argument v0.1.2 |
| 712 | 2026-05-15T03:43:31.355Z | Downloaded inout v0.1.4 |
| 713 | 2026-05-15T03:43:31.356Z | Downloaded hostname v0.4.2 |
| 714 | 2026-05-15T03:43:31.356Z | Downloaded find-msvc-tools v0.1.9 |
| 715 | 2026-05-15T03:43:31.356Z | Downloaded env_logger v0.11.9 |
| 716 | 2026-05-15T03:43:31.356Z | Downloaded der v0.7.10 |
| 717 | 2026-05-15T03:43:31.356Z | Downloaded hubpack v0.1.2 |
| 718 | 2026-05-15T03:43:31.356Z | Downloaded float-cmp v0.10.0 |
| 719 | 2026-05-15T03:43:31.356Z | Downloaded cexpr v0.6.0 |
| 720 | 2026-05-15T03:43:31.356Z | Downloaded crossbeam-epoch v0.9.18 |
| 721 | 2026-05-15T03:43:31.356Z | Downloaded derive-where v1.6.0 |
| 722 | 2026-05-15T03:43:31.356Z | Downloaded cancel-safe-futures v0.1.5 |
| 723 | 2026-05-15T03:43:31.356Z | Downloaded bit-vec v0.6.3 |
| 724 | 2026-05-15T03:43:31.356Z | Downloaded bzip2 v0.6.1 |
| 725 | 2026-05-15T03:43:31.356Z | Downloaded assert_matches v1.5.0 |
| 726 | 2026-05-15T03:43:31.356Z | Downloaded is_ci v1.2.0 |
| 727 | 2026-05-15T03:43:31.356Z | Downloaded chacha20poly1305 v0.10.1 |
| 728 | 2026-05-15T03:43:31.356Z | Downloaded console v0.16.2 |
| 729 | 2026-05-15T03:43:31.356Z | Downloaded fs-err v2.11.0 |
| 730 | 2026-05-15T03:43:31.357Z | Downloaded filetime v0.2.27 |
| 731 | 2026-05-15T03:43:31.357Z | Downloaded ctr v0.9.2 |
| 732 | 2026-05-15T03:43:31.357Z | Downloaded hostname v0.3.1 |
| 733 | 2026-05-15T03:43:31.357Z | Downloaded lazy_static v1.5.0 |
| 734 | 2026-05-15T03:43:31.357Z | Downloaded is-terminal v0.4.17 |
| 735 | 2026-05-15T03:43:31.357Z | Downloaded keccak v0.1.6 |
| 736 | 2026-05-15T03:43:31.357Z | Downloaded globset v0.4.18 |
| 737 | 2026-05-15T03:43:31.357Z | Downloaded http-range v0.1.5 |
| 738 | 2026-05-15T03:43:31.357Z | Downloaded buf-list v1.1.2 |
| 739 | 2026-05-15T03:43:31.357Z | Downloaded des v0.8.1 |
| 740 | 2026-05-15T03:43:31.357Z | Downloaded cookie_store v0.22.1 |
| 741 | 2026-05-15T03:43:31.357Z | Downloaded kstat-rs v0.2.4 |
| 742 | 2026-05-15T03:43:31.357Z | Downloaded glob v0.3.3 |
| 743 | 2026-05-15T03:43:31.357Z | Downloaded erased-serde v0.3.31 |
| 744 | 2026-05-15T03:43:31.357Z | Downloaded colored v2.2.0 |
| 745 | 2026-05-15T03:43:31.357Z | Downloaded const-oid v0.9.6 |
| 746 | 2026-05-15T03:43:31.357Z | Downloaded ecdsa v0.16.9 |
| 747 | 2026-05-15T03:43:31.357Z | Downloaded hmac v0.12.1 |
| 748 | 2026-05-15T03:43:31.357Z | Downloaded derive_builder v0.20.2 |
| 749 | 2026-05-15T03:43:31.357Z | Downloaded lru-slab v0.1.2 |
| 750 | 2026-05-15T03:43:31.357Z | Downloaded futures-channel v0.3.32 |
| 751 | 2026-05-15T03:43:31.390Z | Downloaded linked-hash-map v0.5.6 |
| 752 | 2026-05-15T03:43:31.390Z | Downloaded hyper-rustls v0.27.7 |
| 753 | 2026-05-15T03:43:31.390Z | Downloaded chacha20 v0.10.0 |
| 754 | 2026-05-15T03:43:31.390Z | Downloaded half v1.8.3 |
| 755 | 2026-05-15T03:43:31.390Z | Downloaded match_cfg v0.1.0 |
| 756 | 2026-05-15T03:43:31.390Z | Downloaded jobserver v0.1.34 |
| 757 | 2026-05-15T03:43:31.390Z | Downloaded futures v0.3.32 |
| 758 | 2026-05-15T03:43:31.390Z | Downloaded dropshot_endpoint v0.17.0 |
| 759 | 2026-05-15T03:43:31.390Z | Downloaded indoc v2.0.7 |
| 760 | 2026-05-15T03:43:31.390Z | Downloaded diff v0.1.13 |
| 761 | 2026-05-15T03:43:31.391Z | Downloaded hubpack_derive v0.1.1 |
| 762 | 2026-05-15T03:43:31.391Z | Downloaded elliptic-curve v0.13.8 |
| 763 | 2026-05-15T03:43:31.391Z | Downloaded multimap v0.10.1 |
| 764 | 2026-05-15T03:43:31.391Z | Downloaded managed v0.8.0 |
| 765 | 2026-05-15T03:43:31.391Z | Downloaded lzss v0.8.2 |
| 766 | 2026-05-15T03:43:31.391Z | Downloaded globwalk v0.9.1 |
| 767 | 2026-05-15T03:43:31.391Z | Downloaded getrandom v0.2.17 |
| 768 | 2026-05-15T03:43:31.391Z | Downloaded foldhash v0.1.5 |
| 769 | 2026-05-15T03:43:31.391Z | Downloaded hyper-tls v0.6.0 |
| 770 | 2026-05-15T03:43:31.391Z | Downloaded highway v1.3.0 |
| 771 | 2026-05-15T03:43:31.391Z | Downloaded flume v0.11.1 |
| 772 | 2026-05-15T03:43:31.391Z | Downloaded futures-macro v0.3.32 |
| 773 | 2026-05-15T03:43:31.391Z | Downloaded drift v0.1.4 |
| 774 | 2026-05-15T03:43:31.391Z | Downloaded humantime v2.3.0 |
| 775 | 2026-05-15T03:43:31.391Z | Downloaded ingot-types v0.1.2 |
| 776 | 2026-05-15T03:43:31.391Z | Downloaded git-stub-vcs v0.1.0 |
| 777 | 2026-05-15T03:43:31.391Z | Downloaded http-body v1.0.1 |
| 778 | 2026-05-15T03:43:31.391Z | Downloaded hex-literal v0.4.1 |
| 779 | 2026-05-15T03:43:31.391Z | Downloaded console v0.15.11 |
| 780 | 2026-05-15T03:43:31.391Z | Downloaded linear-map v1.2.0 |
| 781 | 2026-05-15T03:43:31.392Z | Downloaded fatfs v0.3.6 |
| 782 | 2026-05-15T03:43:31.392Z | Downloaded num-derive v0.4.2 |
| 783 | 2026-05-15T03:43:31.392Z | Downloaded internet-checksum v0.2.1 |
| 784 | 2026-05-15T03:43:31.392Z | Downloaded compact_str v0.8.1 |
| 785 | 2026-05-15T03:43:31.415Z | Downloaded newtype-uuid v1.3.2 |
| 786 | 2026-05-15T03:43:31.415Z | Downloaded ingot-macros v0.1.1 |
| 787 | 2026-05-15T03:43:31.415Z | Downloaded derive_more v2.1.1 |
| 788 | 2026-05-15T03:43:31.415Z | Downloaded num-iter v0.1.45 |
| 789 | 2026-05-15T03:43:31.415Z | Downloaded ingot v0.1.1 |
| 790 | 2026-05-15T03:43:31.415Z | Downloaded native-tls v0.2.18 |
| 791 | 2026-05-15T03:43:31.415Z | Downloaded iana-time-zone v0.1.65 |
| 792 | 2026-05-15T03:43:31.415Z | Downloaded oso-derive v0.27.3 |
| 793 | 2026-05-15T03:43:31.415Z | Downloaded lalrpop-util v0.19.12 |
| 794 | 2026-05-15T03:43:31.415Z | Downloaded indoc v1.0.9 |
| 795 | 2026-05-15T03:43:31.415Z | Downloaded indent_write v2.2.0 |
| 796 | 2026-05-15T03:43:31.415Z | Downloaded openssl-probe v0.1.6 |
| 797 | 2026-05-15T03:43:31.415Z | Downloaded httpdate v1.0.3 |
| 798 | 2026-05-15T03:43:31.415Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 799 | 2026-05-15T03:43:31.415Z | Downloaded num-derive v0.3.3 |
| 800 | 2026-05-15T03:43:31.415Z | Downloaded maplit v1.0.2 |
| 801 | 2026-05-15T03:43:31.415Z | Downloaded flate2 v1.1.9 |
| 802 | 2026-05-15T03:43:31.415Z | Downloaded ed25519-dalek v2.2.0 |
| 803 | 2026-05-15T03:43:31.416Z | Downloaded base64 v0.22.1 |
| 804 | 2026-05-15T03:43:31.416Z | Downloaded memoffset v0.9.1 |
| 805 | 2026-05-15T03:43:31.416Z | Downloaded half v2.7.1 |
| 806 | 2026-05-15T03:43:31.416Z | Downloaded getrandom v0.3.4 |
| 807 | 2026-05-15T03:43:31.427Z | Downloaded libscf-sys v1.1.0 |
| 808 | 2026-05-15T03:43:31.427Z | Downloaded httparse v1.10.1 |
| 809 | 2026-05-15T03:43:31.427Z | Downloaded aho-corasick v1.1.4 |
| 810 | 2026-05-15T03:43:31.427Z | Downloaded cc v1.2.56 |
| 811 | 2026-05-15T03:43:31.427Z | Downloaded newtype-uuid-macros v0.1.0 |
| 812 | 2026-05-15T03:43:31.427Z | Downloaded instant v0.1.13 |
| 813 | 2026-05-15T03:43:31.427Z | Downloaded nodrop v0.1.14 |
| 814 | 2026-05-15T03:43:31.427Z | Downloaded newline-converter v0.3.0 |
| 815 | 2026-05-15T03:43:31.427Z | Downloaded mime v0.3.17 |
| 816 | 2026-05-15T03:43:31.427Z | Downloaded maybe-uninit v2.0.0 |
| 817 | 2026-05-15T03:43:31.427Z | Downloaded expectorate v1.2.0 |
| 818 | 2026-05-15T03:43:31.427Z | Downloaded num-complex v0.4.6 |
| 819 | 2026-05-15T03:43:31.427Z | Downloaded derive_more-impl v2.1.1 |
| 820 | 2026-05-15T03:43:31.437Z | Downloaded packed_struct_codegen v0.10.1 |
| 821 | 2026-05-15T03:43:31.438Z | Downloaded openssl-macros v0.1.1 |
| 822 | 2026-05-15T03:43:31.438Z | Downloaded num_threads v0.1.7 |
| 823 | 2026-05-15T03:43:31.438Z | Downloaded num_enum_derive v0.5.11 |
| 824 | 2026-05-15T03:43:31.448Z | Downloaded num-conv v0.2.0 |
| 825 | 2026-05-15T03:43:31.449Z | Downloaded num v0.4.3 |
| 826 | 2026-05-15T03:43:31.449Z | Downloaded nonempty v0.12.0 |
| 827 | 2026-05-15T03:43:31.449Z | Downloaded nibble_vec v0.1.0 |
| 828 | 2026-05-15T03:43:31.449Z | Downloaded ipnet v2.11.0 |
| 829 | 2026-05-15T03:43:31.464Z | Downloaded parse-size v1.1.0 |
| 830 | 2026-05-15T03:43:31.464Z | Downloaded pbkdf2 v0.12.2 |
| 831 | 2026-05-15T03:43:31.464Z | Downloaded peg-runtime v0.8.5 |
| 832 | 2026-05-15T03:43:31.464Z | Downloaded path-slash v0.1.5 |
| 833 | 2026-05-15T03:43:31.464Z | Downloaded parse-display v0.10.0 |
| 834 | 2026-05-15T03:43:31.476Z | Downloaded libefi-sys v0.1.0 |
| 835 | 2026-05-15T03:43:31.476Z | Downloaded crossterm v0.28.1 |
| 836 | 2026-05-15T03:43:31.476Z | Downloaded aes-gcm v0.10.3 |
| 837 | 2026-05-15T03:43:31.476Z | Downloaded pin-utils v0.1.0 |
| 838 | 2026-05-15T03:43:31.476Z | Downloaded phf_shared v0.11.3 |
| 839 | 2026-05-15T03:43:31.476Z | Downloaded pbkdf2 v0.11.0 |
| 840 | 2026-05-15T03:43:31.476Z | Downloaded olpc-cjson v0.1.4 |
| 841 | 2026-05-15T03:43:31.476Z | Downloaded num-rational v0.4.2 |
| 842 | 2026-05-15T03:43:31.476Z | Downloaded libsw-core v0.3.2 |
| 843 | 2026-05-15T03:43:31.483Z | Downloaded ident_case v1.0.1 |
| 844 | 2026-05-15T03:43:31.483Z | Downloaded openssl-probe v0.2.1 |
| 845 | 2026-05-15T03:43:31.483Z | Downloaded newtype_derive v0.1.6 |
| 846 | 2026-05-15T03:43:31.483Z | Downloaded new_debug_unreachable v1.0.6 |
| 847 | 2026-05-15T03:43:31.483Z | Downloaded md5 v0.7.0 |
| 848 | 2026-05-15T03:43:31.483Z | Downloaded lru v0.12.5 |
| 849 | 2026-05-15T03:43:31.483Z | Downloaded phf_shared v0.13.1 |
| 850 | 2026-05-15T03:43:31.483Z | Downloaded opaque-debug v0.3.1 |
| 851 | 2026-05-15T03:43:31.483Z | Downloaded phf_shared v0.12.1 |
| 852 | 2026-05-15T03:43:31.483Z | Downloaded num_enum v0.5.11 |
| 853 | 2026-05-15T03:43:31.484Z | Downloaded num-integer v0.1.46 |
| 854 | 2026-05-15T03:43:31.514Z | Downloaded libloading v0.8.9 |
| 855 | 2026-05-15T03:43:31.515Z | Downloaded packed_struct v0.10.1 |
| 856 | 2026-05-15T03:43:31.515Z | Downloaded nu-ansi-term v0.50.3 |
| 857 | 2026-05-15T03:43:31.515Z | Downloaded ipnetwork v0.21.1 |
| 858 | 2026-05-15T03:43:31.515Z | Downloaded num_enum v0.7.5 |
| 859 | 2026-05-15T03:43:31.515Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 860 | 2026-05-15T03:43:31.515Z | Downloaded crossbeam-channel v0.5.15 |
| 861 | 2026-05-15T03:43:31.515Z | Downloaded predicates-core v1.0.10 |
| 862 | 2026-05-15T03:43:31.515Z | Downloaded oxide-tokio-rt v0.1.4 |
| 863 | 2026-05-15T03:43:31.541Z | Downloaded paste v1.0.15 |
| 864 | 2026-05-15T03:43:31.541Z | Downloaded password-hash v0.4.2 |
| 865 | 2026-05-15T03:43:31.542Z | Downloaded progenitor-client v0.11.2 |
| 866 | 2026-05-15T03:43:31.543Z | Downloaded progenitor-client v0.10.0 |
| 867 | 2026-05-15T03:43:31.543Z | Downloaded parking_lot_core v0.8.6 |
| 868 | 2026-05-15T03:43:31.543Z | Downloaded powerfmt v0.2.0 |
| 869 | 2026-05-15T03:43:31.543Z | Downloaded nanorand v0.7.0 |
| 870 | 2026-05-15T03:43:31.543Z | Downloaded num_enum_derive v0.7.5 |
| 871 | 2026-05-15T03:43:31.543Z | Downloaded aes v0.8.4 |
| 872 | 2026-05-15T03:43:31.543Z | Downloaded pin-project-lite v0.2.17 |
| 873 | 2026-05-15T03:43:31.543Z | Downloaded predicates-tree v1.0.13 |
| 874 | 2026-05-15T03:43:31.543Z | Downloaded pem v3.0.6 |
| 875 | 2026-05-15T03:43:31.543Z | Downloaded progenitor-macro v0.14.0 |
| 876 | 2026-05-15T03:43:31.543Z | Downloaded precomputed-hash v0.1.1 |
| 877 | 2026-05-15T03:43:31.543Z | Downloaded multer v3.1.0 |
| 878 | 2026-05-15T03:43:31.543Z | Downloaded memmap2 v0.9.10 |
| 879 | 2026-05-15T03:43:31.543Z | Downloaded litrs v1.0.0 |
| 880 | 2026-05-15T03:43:31.543Z | Downloaded psl-types v2.0.11 |
| 881 | 2026-05-15T03:43:31.543Z | Downloaded password-hash v0.5.0 |
| 882 | 2026-05-15T03:43:31.543Z | Downloaded indexmap v1.9.3 |
| 883 | 2026-05-15T03:43:31.552Z | Downloaded parse-display-derive v0.10.0 |
| 884 | 2026-05-15T03:43:31.552Z | Downloaded proc-macro-crate v1.3.1 |
| 885 | 2026-05-15T03:43:31.552Z | Downloaded normalize-line-endings v0.3.0 |
| 886 | 2026-05-15T03:43:31.552Z | Downloaded md-5 v0.10.6 |
| 887 | 2026-05-15T03:43:31.552Z | Downloaded hyper-staticfile v0.10.1 |
| 888 | 2026-05-15T03:43:31.552Z | Downloaded progenitor-macro v0.13.0 |
| 889 | 2026-05-15T03:43:31.552Z | Downloaded omicron-zone-package v0.12.2 |
| 890 | 2026-05-15T03:43:31.552Z | Downloaded pkg-config v0.3.32 |
| 891 | 2026-05-15T03:43:31.552Z | Downloaded peg-macros v0.8.5 |
| 892 | 2026-05-15T03:43:31.552Z | Downloaded instability v0.3.11 |
| 893 | 2026-05-15T03:43:31.552Z | Downloaded ignore v0.4.25 |
| 894 | 2026-05-15T03:43:31.552Z | Downloaded peg v0.8.5 |
| 895 | 2026-05-15T03:43:31.552Z | Downloaded quick-error v1.2.3 |
| 896 | 2026-05-15T03:43:31.552Z | Downloaded pin-project-internal v1.1.11 |
| 897 | 2026-05-15T03:43:31.552Z | Downloaded parking_lot v0.11.2 |
| 898 | 2026-05-15T03:43:31.553Z | Downloaded hashbrown v0.12.3 |
| 899 | 2026-05-15T03:43:31.553Z | Downloaded phf v0.13.1 |
| 900 | 2026-05-15T03:43:31.553Z | Downloaded pem-rfc7468 v0.7.0 |
| 901 | 2026-05-15T03:43:31.553Z | Downloaded oxnet v0.1.4 |
| 902 | 2026-05-15T03:43:31.553Z | Downloaded heapless v0.8.0 |
| 903 | 2026-05-15T03:43:31.701Z | Downloaded progenitor-macro v0.11.2 |
| 904 | 2026-05-15T03:43:31.701Z | Downloaded primeorder v0.13.6 |
| 905 | 2026-05-15T03:43:31.701Z | Downloaded rand_chacha v0.3.1 |
| 906 | 2026-05-15T03:43:31.701Z | Downloaded ppv-lite86 v0.2.21 |
| 907 | 2026-05-15T03:43:31.701Z | Downloaded progenitor-client v0.14.0 |
| 908 | 2026-05-15T03:43:31.701Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 909 | 2026-05-15T03:43:31.702Z | Downloaded recursive v0.1.1 |
| 910 | 2026-05-15T03:43:31.702Z | Downloaded heapless v0.7.17 |
| 911 | 2026-05-15T03:43:31.702Z | Downloaded rand_xorshift v0.4.0 |
| 912 | 2026-05-15T03:43:31.702Z | Downloaded proc-macro-error2 v2.0.1 |
| 913 | 2026-05-15T03:43:31.702Z | Downloaded pkcs8 v0.10.2 |
| 914 | 2026-05-15T03:43:31.702Z | Downloaded radium v0.7.0 |
| 915 | 2026-05-15T03:43:31.702Z | Downloaded predicates v3.1.4 |
| 916 | 2026-05-15T03:43:31.702Z | Downloaded owo-colors v4.3.0 |
| 917 | 2026-05-15T03:43:31.702Z | Downloaded progenitor-client v0.13.0 |
| 918 | 2026-05-15T03:43:31.702Z | Downloaded proc-macro-crate v3.4.0 |
| 919 | 2026-05-15T03:43:31.702Z | Downloaded progenitor v0.10.0 |
| 920 | 2026-05-15T03:43:31.702Z | Downloaded postgres-protocol v0.6.10 |
| 921 | 2026-05-15T03:43:31.702Z | Downloaded progenitor-macro v0.10.0 |
| 922 | 2026-05-15T03:43:31.702Z | Downloaded indicatif v0.18.4 |
| 923 | 2026-05-15T03:43:31.702Z | Downloaded lru-cache v0.1.2 |
| 924 | 2026-05-15T03:43:31.702Z | Downloaded rfc6979 v0.4.0 |
| 925 | 2026-05-15T03:43:31.702Z | Downloaded lock_api v0.4.14 |
| 926 | 2026-05-15T03:43:31.702Z | Downloaded libsw v3.5.0 |
| 927 | 2026-05-15T03:43:31.702Z | Downloaded headers v0.4.1 |
| 928 | 2026-05-15T03:43:31.702Z | Downloaded progenitor v0.13.0 |
| 929 | 2026-05-15T03:43:31.702Z | Downloaded progenitor v0.11.2 |
| 930 | 2026-05-15T03:43:31.702Z | Downloaded parking_lot_core v0.9.12 |
| 931 | 2026-05-15T03:43:31.702Z | Downloaded dropshot-api-manager v0.7.1 |
| 932 | 2026-05-15T03:43:31.702Z | Downloaded ref-cast-impl v1.0.25 |
| 933 | 2026-05-15T03:43:31.702Z | Downloaded ref-cast v1.0.25 |
| 934 | 2026-05-15T03:43:31.702Z | Downloaded progenitor v0.14.0 |
| 935 | 2026-05-15T03:43:31.702Z | Downloaded russh-cryptovec v0.7.3 |
| 936 | 2026-05-15T03:43:31.702Z | Downloaded dropshot_endpoint v0.16.7 |
| 937 | 2026-05-15T03:43:31.702Z | Downloaded progenitor-extras v0.2.0 |
| 938 | 2026-05-15T03:43:31.702Z | Downloaded pkcs1 v0.7.5 |
| 939 | 2026-05-15T03:43:31.702Z | Downloaded diesel_derives v2.3.7 |
| 940 | 2026-05-15T03:43:31.703Z | Downloaded rustc_version v0.1.7 |
| 941 | 2026-05-15T03:43:31.703Z | Downloaded rustc-hash v2.1.1 |
| 942 | 2026-05-15T03:43:31.703Z | Downloaded poly1305 v0.8.0 |
| 943 | 2026-05-15T03:43:31.703Z | Downloaded postcard v1.1.3 |
| 944 | 2026-05-15T03:43:31.703Z | Downloaded pkcs5 v0.7.1 |
| 945 | 2026-05-15T03:43:31.703Z | Downloaded rtoolbox v0.0.3 |
| 946 | 2026-05-15T03:43:31.703Z | Downloaded crossterm v0.29.0 |
| 947 | 2026-05-15T03:43:31.703Z | Downloaded rand_core v0.10.0 |
| 948 | 2026-05-15T03:43:31.703Z | Downloaded rand_core v0.9.5 |
| 949 | 2026-05-15T03:43:31.703Z | Downloaded rand_chacha v0.9.0 |
| 950 | 2026-05-15T03:43:31.703Z | Downloaded rand_core v0.6.4 |
| 951 | 2026-05-15T03:43:31.703Z | Downloaded hickory-server v0.25.2 |
| 952 | 2026-05-15T03:43:31.703Z | Downloaded rustc_version v0.4.1 |
| 953 | 2026-05-15T03:43:31.703Z | Downloaded same-file v1.0.6 |
| 954 | 2026-05-15T03:43:31.703Z | Downloaded crypto-bigint v0.5.5 |
| 955 | 2026-05-15T03:43:31.703Z | Downloaded salsa20 v0.10.2 |
| 956 | 2026-05-15T03:43:31.703Z | Downloaded phf v0.12.1 |
| 957 | 2026-05-15T03:43:31.703Z | Downloaded parking_lot v0.12.5 |
| 958 | 2026-05-15T03:43:31.703Z | Downloaded libbz2-rs-sys v0.2.2 |
| 959 | 2026-05-15T03:43:31.703Z | Downloaded papergrid v0.17.0 |
| 960 | 2026-05-15T03:43:31.703Z | Downloaded rand_seeder v0.4.0 |
| 961 | 2026-05-15T03:43:31.703Z | Downloaded postgres-types v0.2.12 |
| 962 | 2026-05-15T03:43:31.703Z | Downloaded scheduled-thread-pool v0.2.7 |
| 963 | 2026-05-15T03:43:31.703Z | Downloaded polyval v0.6.2 |
| 964 | 2026-05-15T03:43:31.703Z | Downloaded bytes v1.11.1 |
| 965 | 2026-05-15T03:43:31.703Z | Downloaded seq-macro v0.3.6 |
| 966 | 2026-05-15T03:43:31.703Z | Downloaded jiff-static v0.2.21 |
| 967 | 2026-05-15T03:43:31.703Z | Downloaded scrypt v0.11.0 |
| 968 | 2026-05-15T03:43:31.703Z | Downloaded scroll_derive v0.13.1 |
| 969 | 2026-05-15T03:43:31.703Z | Downloaded sapling-renderdag v0.1.0 |
| 970 | 2026-05-15T03:43:31.703Z | Downloaded mime_guess v2.0.5 |
| 971 | 2026-05-15T03:43:31.703Z | Downloaded http-body-util v0.1.3 |
| 972 | 2026-05-15T03:43:31.703Z | Downloaded base64 v0.21.7 |
| 973 | 2026-05-15T03:43:31.703Z | Downloaded derive_more v0.99.20 |
| 974 | 2026-05-15T03:43:31.703Z | Downloaded resolv-conf v0.7.6 |
| 975 | 2026-05-15T03:43:31.703Z | Downloaded scopeguard v1.2.0 |
| 976 | 2026-05-15T03:43:31.703Z | Downloaded serde-big-array v0.5.1 |
| 977 | 2026-05-15T03:43:31.704Z | Downloaded serde_repr v0.1.20 |
| 978 | 2026-05-15T03:43:31.704Z | Downloaded serde_bytes v0.11.19 |
| 979 | 2026-05-15T03:43:31.741Z | Downloaded signal-hook-mio v0.2.5 |
| 980 | 2026-05-15T03:43:31.741Z | Downloaded shell-words v1.1.1 |
| 981 | 2026-05-15T03:43:31.741Z | Downloaded serde_urlencoded v0.7.1 |
| 982 | 2026-05-15T03:43:31.741Z | Downloaded serde_spanned v1.0.4 |
| 983 | 2026-05-15T03:43:31.741Z | Downloaded pin-project v1.1.11 |
| 984 | 2026-05-15T03:43:31.741Z | Downloaded signal-hook-tokio v0.3.1 |
| 985 | 2026-05-15T03:43:31.742Z | Downloaded serde_plain v1.0.2 |
| 986 | 2026-05-15T03:43:31.742Z | Downloaded oso v0.27.3 |
| 987 | 2026-05-15T03:43:31.742Z | Downloaded prefix-trie v0.7.0 |
| 988 | 2026-05-15T03:43:31.742Z | Downloaded quinn-udp v0.5.14 |
| 989 | 2026-05-15T03:43:31.742Z | Downloaded openssl-sys v0.9.115 |
| 990 | 2026-05-15T03:43:31.742Z | Downloaded signature v2.2.0 |
| 991 | 2026-05-15T03:43:31.742Z | Downloaded sha1 v0.10.6 |
| 992 | 2026-05-15T03:43:31.742Z | Downloaded secrecy v0.10.3 |
| 993 | 2026-05-15T03:43:31.742Z | Downloaded secrecy v0.8.0 |
| 994 | 2026-05-15T03:43:31.742Z | Downloaded rustls-pemfile v1.0.4 |
| 995 | 2026-05-15T03:43:31.742Z | Downloaded miniz_oxide v0.8.9 |
| 996 | 2026-05-15T03:43:31.742Z | Downloaded rustls-native-certs v0.8.3 |
| 997 | 2026-05-15T03:43:31.742Z | Downloaded r2d2 v0.8.10 |
| 998 | 2026-05-15T03:43:31.761Z | Downloaded progenitor-impl v0.13.0 |
| 999 | 2026-05-15T03:43:31.761Z | Downloaded sigpipe v0.1.3 |
| 1000 | 2026-05-15T03:43:31.761Z | Downloaded schemars_derive v0.8.22 |
| 1001 | 2026-05-15T03:43:31.761Z | Downloaded rusty-fork v0.3.1 |
| 1002 | 2026-05-15T03:43:31.762Z | Downloaded slog-envlogger v2.2.0 |
| 1003 | 2026-05-15T03:43:31.762Z | Downloaded rustversion v1.0.22 |
| 1004 | 2026-05-15T03:43:31.762Z | Downloaded slog-bunyan v2.5.0 |
| 1005 | 2026-05-15T03:43:31.762Z | Downloaded sct v0.7.1 |
| 1006 | 2026-05-15T03:43:31.762Z | Downloaded hashbrown v0.16.1 |
| 1007 | 2026-05-15T03:43:31.762Z | Downloaded hashbrown v0.15.5 |
| 1008 | 2026-05-15T03:43:31.762Z | Downloaded progenitor-impl v0.10.0 |
| 1009 | 2026-05-15T03:43:31.762Z | Downloaded hashbrown v0.13.2 |
| 1010 | 2026-05-15T03:43:31.762Z | Downloaded hyper-util v0.1.20 |
| 1011 | 2026-05-15T03:43:31.762Z | Downloaded serde-hex v0.1.0 |
| 1012 | 2026-05-15T03:43:31.762Z | Downloaded sec1 v0.7.3 |
| 1013 | 2026-05-15T03:43:31.762Z | Downloaded rustls-pemfile v2.2.0 |
| 1014 | 2026-05-15T03:43:31.762Z | Downloaded iddqd v0.3.18 |
| 1015 | 2026-05-15T03:43:31.775Z | Downloaded semver v0.1.20 |
| 1016 | 2026-05-15T03:43:31.775Z | Downloaded progenitor-impl v0.11.2 |
| 1017 | 2026-05-15T03:43:31.775Z | Downloaded serde_path_to_error v0.1.20 |
| 1018 | 2026-05-15T03:43:31.775Z | Downloaded ssh-cipher v0.2.0 |
| 1019 | 2026-05-15T03:43:31.775Z | Downloaded strum v0.26.3 |
| 1020 | 2026-05-15T03:43:31.775Z | Downloaded sqlparser_derive v0.5.0 |
| 1021 | 2026-05-15T03:43:31.775Z | Downloaded signal-hook-registry v1.4.8 |
| 1022 | 2026-05-15T03:43:31.775Z | Downloaded russh-keys v0.45.0 |
| 1023 | 2026-05-15T03:43:31.775Z | Downloaded minimal-lexical v0.2.1 |
| 1024 | 2026-05-15T03:43:31.775Z | Downloaded rcgen v0.12.1 |
| 1025 | 2026-05-15T03:43:31.775Z | Downloaded pretty_assertions v1.4.1 |
| 1026 | 2026-05-15T03:43:31.775Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1027 | 2026-05-15T03:43:31.775Z | Downloaded strum v0.27.2 |
| 1028 | 2026-05-15T03:43:31.775Z | Downloaded shlex v1.3.0 |
| 1029 | 2026-05-15T03:43:31.786Z | Downloaded siphasher v1.0.2 |
| 1030 | 2026-05-15T03:43:31.786Z | Downloaded serde_derive_internals v0.29.1 |
| 1031 | 2026-05-15T03:43:31.786Z | Downloaded ssh-encoding v0.2.0 |
| 1032 | 2026-05-15T03:43:31.786Z | Downloaded structmeta v0.3.0 |
| 1033 | 2026-05-15T03:43:31.786Z | Downloaded slab v0.4.12 |
| 1034 | 2026-05-15T03:43:31.786Z | Downloaded http v1.4.0 |
| 1035 | 2026-05-15T03:43:31.791Z | Downloaded rustls-pki-types v1.14.0 |
| 1036 | 2026-05-15T03:43:31.791Z | Downloaded supports-color v3.0.2 |
| 1037 | 2026-05-15T03:43:31.791Z | Downloaded slog-json v2.6.1 |
| 1038 | 2026-05-15T03:43:31.791Z | Downloaded slog-async v2.8.0 |
| 1039 | 2026-05-15T03:43:31.791Z | Downloaded sync_wrapper v1.0.2 |
| 1040 | 2026-05-15T03:43:31.809Z | Downloaded tap v1.0.1 |
| 1041 | 2026-05-15T03:43:31.809Z | Downloaded hickory-resolver v0.24.4 |
| 1042 | 2026-05-15T03:43:31.809Z | Downloaded slog-dtrace v0.3.0 |
| 1043 | 2026-05-15T03:43:31.810Z | Downloaded simd-adler32 v0.3.8 |
| 1044 | 2026-05-15T03:43:31.810Z | Downloaded smallvec v0.6.14 |
| 1045 | 2026-05-15T03:43:31.826Z | Downloaded slog-term v2.9.2 |
| 1046 | 2026-05-15T03:43:31.826Z | Downloaded sync-ptr v0.1.4 |
| 1047 | 2026-05-15T03:43:31.826Z | Downloaded slog-stdlog v4.1.1 |
| 1048 | 2026-05-15T03:43:31.826Z | Downloaded take_mut v0.2.2 |
| 1049 | 2026-05-15T03:43:31.826Z | Downloaded snafu-derive v0.8.9 |
| 1050 | 2026-05-15T03:43:31.826Z | Downloaded tabwriter v1.4.1 |
| 1051 | 2026-05-15T03:43:31.826Z | Downloaded slog-scope v4.4.1 |
| 1052 | 2026-05-15T03:43:31.826Z | Downloaded tagptr v0.2.0 |
| 1053 | 2026-05-15T03:43:31.826Z | Downloaded mio v1.2.0 |
| 1054 | 2026-05-15T03:43:31.826Z | Downloaded scroll v0.13.0 |
| 1055 | 2026-05-15T03:43:31.827Z | Downloaded h2 v0.4.13 |
| 1056 | 2026-05-15T03:43:31.840Z | Downloaded prettyplease v0.2.37 |
| 1057 | 2026-05-15T03:43:31.841Z | Downloaded testing_table v0.3.0 |
| 1058 | 2026-05-15T03:43:31.841Z | Downloaded termtree v0.5.1 |
| 1059 | 2026-05-15T03:43:31.841Z | Downloaded structmeta-derive v0.3.0 |
| 1060 | 2026-05-15T03:43:31.841Z | Downloaded static_assertions v1.1.0 |
| 1061 | 2026-05-15T03:43:31.841Z | Downloaded sqlformat v0.3.5 |
| 1062 | 2026-05-15T03:43:31.841Z | Downloaded progenitor-impl v0.14.0 |
| 1063 | 2026-05-15T03:43:31.841Z | Downloaded hickory-resolver v0.25.2 |
| 1064 | 2026-05-15T03:43:31.841Z | Downloaded stringprep v0.1.5 |
| 1065 | 2026-05-15T03:43:31.841Z | Downloaded smf v0.2.3 |
| 1066 | 2026-05-15T03:43:31.841Z | Downloaded rayon-core v1.13.0 |
| 1067 | 2026-05-15T03:43:31.866Z | Downloaded tinyvec_macros v0.1.1 |
| 1068 | 2026-05-15T03:43:31.866Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1069 | 2026-05-15T03:43:31.866Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1070 | 2026-05-15T03:43:31.866Z | Downloaded num-bigint v0.4.6 |
| 1071 | 2026-05-15T03:43:31.866Z | Downloaded thread-id v5.1.0 |
| 1072 | 2026-05-15T03:43:31.866Z | Downloaded serde_with_macros v3.17.0 |
| 1073 | 2026-05-15T03:43:31.866Z | Downloaded string_cache v0.8.9 |
| 1074 | 2026-05-15T03:43:31.866Z | Downloaded stacker v0.1.23 |
| 1075 | 2026-05-15T03:43:31.866Z | Downloaded subtle v2.6.1 |
| 1076 | 2026-05-15T03:43:31.877Z | Downloaded ron v0.8.1 |
| 1077 | 2026-05-15T03:43:31.877Z | Downloaded strum_macros v0.26.4 |
| 1078 | 2026-05-15T03:43:31.877Z | Downloaded strum_macros v0.24.3 |
| 1079 | 2026-05-15T03:43:31.877Z | Downloaded quinn v0.11.9 |
| 1080 | 2026-05-15T03:43:31.877Z | Downloaded p256 v0.13.2 |
| 1081 | 2026-05-15T03:43:31.877Z | Downloaded support-bundle-viewer v0.1.2 |
| 1082 | 2026-05-15T03:43:31.878Z | Downloaded spki v0.7.3 |
| 1083 | 2026-05-15T03:43:31.878Z | Downloaded publicsuffix v2.3.0 |
| 1084 | 2026-05-15T03:43:31.890Z | Downloaded psm v0.1.30 |
| 1085 | 2026-05-15T03:43:31.890Z | Downloaded tokio-macros v2.7.0 |
| 1086 | 2026-05-15T03:43:31.891Z | Downloaded strum_macros v0.27.2 |
| 1087 | 2026-05-15T03:43:31.891Z | Downloaded hkdf v0.12.4 |
| 1088 | 2026-05-15T03:43:31.891Z | Downloaded tower-service v0.3.3 |
| 1089 | 2026-05-15T03:43:31.891Z | Downloaded thiserror-no-std v2.0.2 |
| 1090 | 2026-05-15T03:43:31.891Z | Downloaded thread_local v1.1.9 |
| 1091 | 2026-05-15T03:43:31.891Z | Downloaded tls_codec v0.4.2 |
| 1092 | 2026-05-15T03:43:31.901Z | Downloaded tiny-keccak v2.0.2 |
| 1093 | 2026-05-15T03:43:31.901Z | Downloaded tabled_derive v0.11.0 |
| 1094 | 2026-05-15T03:43:31.901Z | Downloaded topological-sort v0.2.2 |
| 1095 | 2026-05-15T03:43:31.905Z | Downloaded signal-hook v0.3.18 |
| 1096 | 2026-05-15T03:43:31.905Z | Downloaded tower-layer v0.3.3 |
| 1097 | 2026-05-15T03:43:31.905Z | Downloaded tokio-dtrace v0.1.1 |
| 1098 | 2026-05-15T03:43:31.905Z | Downloaded tls_codec_derive v0.4.2 |
| 1099 | 2026-05-15T03:43:31.905Z | Downloaded trait-variant v0.1.2 |
| 1100 | 2026-05-15T03:43:31.905Z | Downloaded serde_cbor v0.11.2 |
| 1101 | 2026-05-15T03:43:31.911Z | Downloaded try-lock v0.2.5 |
| 1102 | 2026-05-15T03:43:31.911Z | Downloaded time-core v0.1.8 |
| 1103 | 2026-05-15T03:43:31.911Z | Downloaded time-macros v0.2.27 |
| 1104 | 2026-05-15T03:43:31.929Z | Downloaded tokio-rustls v0.25.0 |
| 1105 | 2026-05-15T03:43:31.929Z | Downloaded futures-util v0.3.32 |
| 1106 | 2026-05-15T03:43:31.930Z | Downloaded similar v2.7.0 |
| 1107 | 2026-05-15T03:43:31.939Z | Downloaded ryu v1.0.23 |
| 1108 | 2026-05-15T03:43:31.939Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1109 | 2026-05-15T03:43:31.940Z | Downloaded unarray v0.1.4 |
| 1110 | 2026-05-15T03:43:31.940Z | Downloaded itertools v0.12.1 |
| 1111 | 2026-05-15T03:43:31.940Z | Downloaded universal-hash v0.5.1 |
| 1112 | 2026-05-15T03:43:31.940Z | Downloaded unit-prefix v0.5.2 |
| 1113 | 2026-05-15T03:43:31.940Z | Downloaded tokio-native-tls v0.3.1 |
| 1114 | 2026-05-15T03:43:31.940Z | Downloaded schemars v0.8.22 |
| 1115 | 2026-05-15T03:43:31.944Z | Downloaded term v1.2.1 |
| 1116 | 2026-05-15T03:43:31.945Z | Downloaded spin v0.9.8 |
| 1117 | 2026-05-15T03:43:31.948Z | Downloaded untrusted v0.9.0 |
| 1118 | 2026-05-15T03:43:31.948Z | Downloaded usdt-macro v0.6.0 |
| 1119 | 2026-05-15T03:43:31.948Z | Downloaded tokio-tungstenite v0.21.0 |
| 1120 | 2026-05-15T03:43:31.948Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1121 | 2026-05-15T03:43:31.951Z | Downloaded utf-8 v0.7.6 |
| 1122 | 2026-05-15T03:43:31.951Z | Downloaded untrusted v0.7.1 |
| 1123 | 2026-05-15T03:43:31.951Z | Downloaded term v0.7.0 |
| 1124 | 2026-05-15T03:43:31.956Z | Downloaded unicode-truncate v1.1.0 |
| 1125 | 2026-05-15T03:43:31.956Z | Downloaded rsa v0.9.10 |
| 1126 | 2026-05-15T03:43:31.960Z | Downloaded rand v0.9.2 |
| 1127 | 2026-05-15T03:43:31.965Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1128 | 2026-05-15T03:43:31.965Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1129 | 2026-05-15T03:43:31.965Z | Downloaded void v1.0.2 |
| 1130 | 2026-05-15T03:43:31.965Z | Downloaded socket2 v0.5.10 |
| 1131 | 2026-05-15T03:43:31.968Z | Downloaded crc32fast v1.5.0 |
| 1132 | 2026-05-15T03:43:31.968Z | Downloaded qorb v0.4.1 |
| 1133 | 2026-05-15T03:43:31.968Z | Downloaded usdt v0.6.0 |
| 1134 | 2026-05-15T03:43:31.971Z | Downloaded socket2 v0.6.3 |
| 1135 | 2026-05-15T03:43:31.971Z | Downloaded hyper v1.8.1 |
| 1136 | 2026-05-15T03:43:31.974Z | Downloaded typify-macro v0.6.2 |
| 1137 | 2026-05-15T03:43:31.977Z | Downloaded schemars v0.9.0 |
| 1138 | 2026-05-15T03:43:31.984Z | Downloaded want v0.3.1 |
| 1139 | 2026-05-15T03:43:31.991Z | Downloaded schemars v1.2.1 |
| 1140 | 2026-05-15T03:43:31.994Z | Downloaded samael v0.0.19 |
| 1141 | 2026-05-15T03:43:31.994Z | Downloaded typify-macro v0.4.3 |
| 1142 | 2026-05-15T03:43:31.994Z | Downloaded tui-tree-widget v0.23.1 |
| 1143 | 2026-05-15T03:43:31.997Z | Downloaded iri-string v0.7.10 |
| 1144 | 2026-05-15T03:43:32.000Z | Downloaded xshell-macros v0.2.7 |
| 1145 | 2026-05-15T03:43:32.000Z | Downloaded xattr v1.6.1 |
| 1146 | 2026-05-15T03:43:32.004Z | Downloaded waitgroup v0.1.2 |
| 1147 | 2026-05-15T03:43:32.004Z | Downloaded tokio-stream v0.1.18 |
| 1148 | 2026-05-15T03:43:32.007Z | Downloaded subprocess v0.2.15 |
| 1149 | 2026-05-15T03:43:32.007Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1150 | 2026-05-15T03:43:32.013Z | Downloaded snafu v0.8.9 |
| 1151 | 2026-05-15T03:43:32.013Z | Downloaded unicase v2.9.0 |
| 1152 | 2026-05-15T03:43:32.016Z | Downloaded itertools v0.13.0 |
| 1153 | 2026-05-15T03:43:32.016Z | Downloaded usdt-impl v0.6.0 |
| 1154 | 2026-05-15T03:43:32.019Z | Downloaded blake3 v1.8.3 |
| 1155 | 2026-05-15T03:43:32.022Z | Downloaded uzers v0.12.2 |
| 1156 | 2026-05-15T03:43:32.025Z | Downloaded russh v0.45.0 |
| 1157 | 2026-05-15T03:43:32.030Z | Downloaded num-bigint-dig v0.8.6 |
| 1158 | 2026-05-15T03:43:32.034Z | Downloaded tokio-tungstenite v0.23.1 |
| 1159 | 2026-05-15T03:43:32.034Z | Downloaded zone_cfg_derive v0.3.1 |
| 1160 | 2026-05-15T03:43:32.034Z | Downloaded zone v0.3.1 |
| 1161 | 2026-05-15T03:43:32.034Z | Downloaded tinyvec v1.10.0 |
| 1162 | 2026-05-15T03:43:32.037Z | Downloaded p521 v0.13.3 |
| 1163 | 2026-05-15T03:43:32.037Z | Downloaded zeroize_derive v1.4.3 |
| 1164 | 2026-05-15T03:43:32.037Z | Downloaded vergen-lib v0.1.6 |
| 1165 | 2026-05-15T03:43:32.037Z | Downloaded test-strategy v0.4.5 |
| 1166 | 2026-05-15T03:43:32.041Z | Downloaded rustls-webpki v0.103.9 |
| 1167 | 2026-05-15T03:43:32.044Z | Downloaded tracing-attributes v0.1.31 |
| 1168 | 2026-05-15T03:43:32.044Z | Downloaded libxml v0.3.3 |
| 1169 | 2026-05-15T03:43:32.047Z | Downloaded wait-timeout v0.2.1 |
| 1170 | 2026-05-15T03:43:32.050Z | Downloaded usdt-attr-macro v0.6.0 |
| 1171 | 2026-05-15T03:43:32.050Z | Downloaded tokio-rustls v0.26.4 |
| 1172 | 2026-05-15T03:43:32.050Z | Downloaded twox-hash v2.1.2 |
| 1173 | 2026-05-15T03:43:32.053Z | Downloaded walkdir v2.5.0 |
| 1174 | 2026-05-15T03:43:32.053Z | Downloaded slog v2.8.2 |
| 1175 | 2026-05-15T03:43:32.057Z | Downloaded rand v0.8.6 |
| 1176 | 2026-05-15T03:43:32.063Z | Downloaded whoami v1.6.1 |
| 1177 | 2026-05-15T03:43:32.063Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1178 | 2026-05-15T03:43:32.067Z | Downloaded wyz v0.5.1 |
| 1179 | 2026-05-15T03:43:32.068Z | Downloaded vsss-rs v3.3.4 |
| 1180 | 2026-05-15T03:43:32.068Z | Downloaded tokio-rustls v0.24.1 |
| 1181 | 2026-05-15T03:43:32.068Z | Downloaded git2 v0.20.4 |
| 1182 | 2026-05-15T03:43:32.075Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1183 | 2026-05-15T03:43:32.079Z | Downloaded xshell v0.2.7 |
| 1184 | 2026-05-15T03:43:32.079Z | Downloaded bitvec v1.0.1 |
| 1185 | 2026-05-15T03:43:32.083Z | Downloaded tar v0.4.45 |
| 1186 | 2026-05-15T03:43:32.086Z | Downloaded nom v7.1.3 |
| 1187 | 2026-05-15T03:43:32.089Z | Downloaded itertools v0.10.5 |
| 1188 | 2026-05-15T03:43:32.092Z | Downloaded libm v0.2.16 |
| 1189 | 2026-05-15T03:43:32.096Z | Downloaded vergen-gitcl v1.0.8 |
| 1190 | 2026-05-15T03:43:32.099Z | Downloaded rand v0.10.0 |
| 1191 | 2026-05-15T03:43:32.102Z | Downloaded zstd v0.13.3 |
| 1192 | 2026-05-15T03:43:32.102Z | Downloaded tungstenite v0.21.0 |
| 1193 | 2026-05-15T03:43:32.105Z | Downloaded vergen v9.0.6 |
| 1194 | 2026-05-15T03:43:32.105Z | Downloaded zstd-safe v7.2.4 |
| 1195 | 2026-05-15T03:43:32.108Z | Downloaded typify v0.4.3 |
| 1196 | 2026-05-15T03:43:32.108Z | Downloaded tracing-core v0.1.36 |
| 1197 | 2026-05-15T03:43:32.111Z | Downloaded termios v0.3.3 |
| 1198 | 2026-05-15T03:43:32.112Z | Downloaded tungstenite v0.23.0 |
| 1199 | 2026-05-15T03:43:32.117Z | Downloaded typify v0.6.2 |
| 1200 | 2026-05-15T03:43:32.124Z | Downloaded toml v0.7.8 |
| 1201 | 2026-05-15T03:43:32.124Z | Downloaded whoami v2.1.0 |
| 1202 | 2026-05-15T03:43:32.124Z | Downloaded vergen-git2 v1.0.7 |
| 1203 | 2026-05-15T03:43:32.130Z | Downloaded yasna v0.5.2 |
| 1204 | 2026-05-15T03:43:32.141Z | Downloaded unicode-properties v0.1.4 |
| 1205 | 2026-05-15T03:43:32.141Z | Downloaded zeroize v1.8.2 |
| 1206 | 2026-05-15T03:43:32.141Z | Downloaded unicode-bidi v0.3.18 |
| 1207 | 2026-05-15T03:43:32.146Z | Downloaded uuid v1.23.0 |
| 1208 | 2026-05-15T03:43:32.149Z | Downloaded bstr v1.12.1 |
| 1209 | 2026-05-15T03:43:32.152Z | Downloaded chrono v0.4.44 |
| 1210 | 2026-05-15T03:43:32.155Z | Downloaded bindgen v0.71.1 |
| 1211 | 2026-05-15T03:43:32.161Z | Downloaded rustyline v14.0.0 |
| 1212 | 2026-05-15T03:43:32.174Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1213 | 2026-05-15T03:43:32.204Z | Downloaded tokio-postgres v0.7.16 |
| 1214 | 2026-05-15T03:43:32.220Z | Downloaded unsafe-libyaml v0.2.11 |
| 1215 | 2026-05-15T03:43:32.220Z | Downloaded zerocopy v0.6.6 |
| 1216 | 2026-05-15T03:43:32.220Z | Downloaded ssh-key v0.6.7 |
| 1217 | 2026-05-15T03:43:32.220Z | Downloaded toml_edit v0.19.15 |
| 1218 | 2026-05-15T03:43:32.220Z | Downloaded vte v0.14.1 |
| 1219 | 2026-05-15T03:43:32.220Z | Downloaded steno v0.4.1 |
| 1220 | 2026-05-15T03:43:32.220Z | Downloaded regex v1.12.3 |
| 1221 | 2026-05-15T03:43:32.220Z | Downloaded p384 v0.13.1 |
| 1222 | 2026-05-15T03:43:32.225Z | Downloaded portable-atomic v1.13.1 |
| 1223 | 2026-05-15T03:43:32.225Z | Downloaded unicode_categories v0.1.1 |
| 1224 | 2026-05-15T03:43:32.242Z | Downloaded yansi v1.0.1 |
| 1225 | 2026-05-15T03:43:32.242Z | Downloaded rpassword v7.4.0 |
| 1226 | 2026-05-15T03:43:32.253Z | Downloaded zip v0.6.6 |
| 1227 | 2026-05-15T03:43:32.253Z | Downloaded lalrpop v0.19.12 |
| 1228 | 2026-05-15T03:43:32.263Z | Downloaded reqwest v0.12.28 |
| 1229 | 2026-05-15T03:43:32.267Z | Downloaded reedline v0.40.0 |
| 1230 | 2026-05-15T03:43:32.268Z | Downloaded quick-xml v0.37.5 |
| 1231 | 2026-05-15T03:43:32.268Z | Downloaded curve25519-dalek v4.1.3 |
| 1232 | 2026-05-15T03:43:32.273Z | Downloaded zopfli v0.8.3 |
| 1233 | 2026-05-15T03:43:32.277Z | Downloaded zerocopy-derive v0.8.40 |
| 1234 | 2026-05-15T03:43:32.279Z | Downloaded salty v0.3.0 |
| 1235 | 2026-05-15T03:43:32.284Z | Downloaded csv v1.4.0 |
| 1236 | 2026-05-15T03:43:32.294Z | Downloaded unicode-segmentation v1.12.0 |
| 1237 | 2026-05-15T03:43:32.304Z | Downloaded tower v0.5.3 |
| 1238 | 2026-05-15T03:43:32.304Z | Downloaded rustls-webpki v0.101.7 |
| 1239 | 2026-05-15T03:43:32.312Z | Downloaded x509-cert v0.2.5 |
| 1240 | 2026-05-15T03:43:32.312Z | Downloaded moka v0.12.13 |
| 1241 | 2026-05-15T03:43:32.317Z | Downloaded petname v2.0.2 |
| 1242 | 2026-05-15T03:43:32.321Z | Downloaded typed-path v0.9.3 |
| 1243 | 2026-05-15T03:43:32.324Z | Downloaded serde_with v3.17.0 |
| 1244 | 2026-05-15T03:43:32.330Z | Downloaded tokio-util v0.7.18 |
| 1245 | 2026-05-15T03:43:32.340Z | Downloaded proptest v1.10.0 |
| 1246 | 2026-05-15T03:43:32.348Z | Downloaded tough v0.22.0 |
| 1247 | 2026-05-15T03:43:32.348Z | Downloaded zip v4.6.1 |
| 1248 | 2026-05-15T03:43:32.360Z | Downloaded tower-http v0.6.8 |
| 1249 | 2026-05-15T03:43:32.360Z | Downloaded goblin v0.10.5 |
| 1250 | 2026-05-15T03:43:32.365Z | Downloaded rustls-webpki v0.102.8 |
| 1251 | 2026-05-15T03:43:32.367Z | Downloaded quinn-proto v0.11.13 |
| 1252 | 2026-05-15T03:43:32.370Z | Downloaded radix_trie v0.2.1 |
| 1253 | 2026-05-15T03:43:32.375Z | Downloaded itertools v0.14.0 |
| 1254 | 2026-05-15T03:43:32.378Z | Downloaded object v0.30.4 |
| 1255 | 2026-05-15T03:43:32.451Z | Downloaded rayon v1.11.0 |
| 1256 | 2026-05-15T03:43:32.470Z | Downloaded unicode-normalization v0.1.25 |
| 1257 | 2026-05-15T03:43:32.470Z | Downloaded winnow v0.5.40 |
| 1258 | 2026-05-15T03:43:32.470Z | Downloaded reqwest v0.13.2 |
| 1259 | 2026-05-15T03:43:32.470Z | Downloaded nix v0.27.1 |
| 1260 | 2026-05-15T03:43:32.470Z | Downloaded winnow v0.6.26 |
| 1261 | 2026-05-15T03:43:32.470Z | Downloaded dropshot v0.17.0 |
| 1262 | 2026-05-15T03:43:32.470Z | Downloaded tabled v0.20.0 |
| 1263 | 2026-05-15T03:43:32.470Z | Downloaded hickory-proto v0.24.4 |
| 1264 | 2026-05-15T03:43:32.470Z | Downloaded nix v0.28.0 |
| 1265 | 2026-05-15T03:43:32.484Z | Downloaded zlib-rs v0.6.2 |
| 1266 | 2026-05-15T03:43:32.484Z | Downloaded regex-syntax v0.6.29 |
| 1267 | 2026-05-15T03:43:32.484Z | Downloaded diesel v2.3.7 |
| 1268 | 2026-05-15T03:43:32.493Z | Downloaded rustls v0.21.12 |
| 1269 | 2026-05-15T03:43:32.493Z | Downloaded object v0.37.3 |
| 1270 | 2026-05-15T03:43:32.500Z | Downloaded smoltcp v0.9.1 |
| 1271 | 2026-05-15T03:43:32.500Z | Downloaded rustls v0.22.4 |
| 1272 | 2026-05-15T03:43:32.507Z | Downloaded zerocopy v0.8.40 |
| 1273 | 2026-05-15T03:43:32.511Z | Downloaded smoltcp v0.11.0 |
| 1274 | 2026-05-15T03:43:32.518Z | Downloaded regress v0.11.1 |
| 1275 | 2026-05-15T03:43:32.523Z | Downloaded webpki-roots v1.0.6 |
| 1276 | 2026-05-15T03:43:32.526Z | Downloaded rustix v0.38.44 |
| 1277 | 2026-05-15T03:43:32.540Z | Downloaded rustls v0.23.37 |
| 1278 | 2026-05-15T03:43:32.546Z | Downloaded regress v0.10.5 |
| 1279 | 2026-05-15T03:43:32.551Z | Downloaded openapiv3 v2.2.0 |
| 1280 | 2026-05-15T03:43:32.559Z | Downloaded nix v0.31.2 |
| 1281 | 2026-05-15T03:43:32.565Z | Downloaded regex-syntax v0.8.10 |
| 1282 | 2026-05-15T03:43:32.571Z | Downloaded vcpkg v0.2.15 |
| 1283 | 2026-05-15T03:43:32.595Z | Downloaded hickory-proto v0.25.2 |
| 1284 | 2026-05-15T03:43:32.603Z | Downloaded openssl v0.10.79 |
| 1285 | 2026-05-15T03:43:32.610Z | Downloaded time v0.3.47 |
| 1286 | 2026-05-15T03:43:32.620Z | Downloaded polar-core v0.27.3 |
| 1287 | 2026-05-15T03:43:32.627Z | Downloaded typify-impl v0.6.2 |
| 1288 | 2026-05-15T03:43:32.631Z | Downloaded nix v0.29.0 |
| 1289 | 2026-05-15T03:43:32.638Z | Downloaded dropshot v0.16.7 |
| 1290 | 2026-05-15T03:43:32.668Z | Downloaded sqlparser v0.61.0 |
| 1291 | 2026-05-15T03:43:32.672Z | Downloaded zerocopy-derive v0.6.6 |
| 1292 | 2026-05-15T03:43:32.684Z | Downloaded petgraph v0.6.5 |
| 1293 | 2026-05-15T03:43:32.697Z | Downloaded jiff v0.2.21 |
| 1294 | 2026-05-15T03:43:32.710Z | Downloaded tracing v0.1.44 |
| 1295 | 2026-05-15T03:43:32.722Z | Downloaded typify-impl v0.4.3 |
| 1296 | 2026-05-15T03:43:32.747Z | Downloaded sled v0.34.7 |
| 1297 | 2026-05-15T03:43:32.751Z | Downloaded petgraph v0.8.3 |
| 1298 | 2026-05-15T03:43:32.754Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1299 | 2026-05-15T03:43:32.759Z | Downloaded ratatui v0.29.0 |
| 1300 | 2026-05-15T03:43:32.773Z | Downloaded regex-automata v0.4.14 |
| 1301 | 2026-05-15T03:43:32.783Z | Downloaded sha3 v0.10.8 |
| 1302 | 2026-05-15T03:43:32.787Z | Downloaded chrono-tz v0.10.4 |
| 1303 | 2026-05-15T03:43:32.825Z | Downloaded encoding_rs v0.8.35 |
| 1304 | 2026-05-15T03:43:32.836Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1305 | 2026-05-15T03:43:32.848Z | Downloaded libz-sys v1.1.24 |
| 1306 | 2026-05-15T03:43:32.860Z | Downloaded ring v0.17.14 |
| 1307 | 2026-05-15T03:43:32.885Z | Downloaded tokio v1.52.1 |
| 1308 | 2026-05-15T03:43:33.020Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1309 | 2026-05-15T03:43:33.528Z | Downloaded aws-lc-sys v0.40.0 |
| 1310 | 2026-05-15T03:43:33.777Z | Compiling libc v0.2.185 |
| 1311 | 2026-05-15T03:43:33.777Z | Compiling serde v1.0.228 |
| 1312 | 2026-05-15T03:43:33.782Z | Compiling log v0.4.29 |
| 1313 | 2026-05-15T03:43:33.782Z | Compiling find-msvc-tools v0.1.9 |
| 1314 | 2026-05-15T03:43:33.985Z | Compiling shlex v1.3.0 |
| 1315 | 2026-05-15T03:43:33.997Z | Compiling syn v2.0.117 |
| 1316 | 2026-05-15T03:43:33.997Z | Compiling smallvec v1.15.1 |
| 1317 | 2026-05-15T03:43:33.997Z | Compiling typenum v1.19.0 |
| 1318 | 2026-05-15T03:43:34.114Z | Compiling generic-array v0.14.7 |
| 1319 | 2026-05-15T03:43:34.127Z | Compiling subtle v2.6.1 |
| 1320 | 2026-05-15T03:43:34.152Z | Compiling scopeguard v1.2.0 |
| 1321 | 2026-05-15T03:43:34.196Z | Compiling const-oid v0.9.6 |
| 1322 | 2026-05-15T03:43:34.283Z | Compiling lock_api v0.4.14 |
| 1323 | 2026-05-15T03:43:34.296Z | Compiling serde_json v1.0.149 |
| 1324 | 2026-05-15T03:43:34.296Z | Compiling zerocopy v0.8.40 |
| 1325 | 2026-05-15T03:43:34.365Z | Compiling pin-project-lite v0.2.17 |
| 1326 | 2026-05-15T03:43:34.446Z | Compiling portable-atomic v1.13.1 |
| 1327 | 2026-05-15T03:43:34.459Z | Compiling parking_lot_core v0.9.12 |
| 1328 | 2026-05-15T03:43:34.707Z | Compiling pkg-config v0.3.32 |
| 1329 | 2026-05-15T03:43:34.721Z | Compiling getrandom v0.2.17 |
| 1330 | 2026-05-15T03:43:34.795Z | Compiling jobserver v0.1.34 |
| 1331 | 2026-05-15T03:43:34.913Z | Compiling rand_core v0.6.4 |
| 1332 | 2026-05-15T03:43:34.928Z | Compiling errno v0.3.14 |
| 1333 | 2026-05-15T03:43:35.067Z | Compiling cc v1.2.56 |
| 1334 | 2026-05-15T03:43:35.186Z | Compiling signal-hook-registry v1.4.8 |
| 1335 | 2026-05-15T03:43:35.192Z | Compiling bitflags v2.11.0 |
| 1336 | 2026-05-15T03:43:35.222Z | Compiling critical-section v1.2.0 |
| 1337 | 2026-05-15T03:43:35.264Z | Compiling futures-core v0.3.32 |
| 1338 | 2026-05-15T03:43:35.389Z | Compiling libm v0.2.16 |
| 1339 | 2026-05-15T03:43:35.451Z | Compiling once_cell v1.21.3 |
| 1340 | 2026-05-15T03:43:35.451Z | Compiling parking_lot v0.12.5 |
| 1341 | 2026-05-15T03:43:35.484Z | Compiling mio v1.2.0 |
| 1342 | 2026-05-15T03:43:35.484Z | Compiling num-traits v0.2.19 |
| 1343 | 2026-05-15T03:43:35.608Z | Compiling percent-encoding v2.3.2 |
| 1344 | 2026-05-15T03:43:35.661Z | Compiling socket2 v0.6.3 |
| 1345 | 2026-05-15T03:43:35.791Z | Compiling futures-sink v0.3.32 |
| 1346 | 2026-05-15T03:43:35.832Z | Compiling futures-task v0.3.32 |
| 1347 | 2026-05-15T03:43:35.832Z | Compiling getrandom v0.4.1 |
| 1348 | 2026-05-15T03:43:35.871Z | Compiling futures-channel v0.3.32 |
| 1349 | 2026-05-15T03:43:35.908Z | Compiling futures-io v0.3.32 |
| 1350 | 2026-05-15T03:43:35.958Z | Compiling slab v0.4.12 |
| 1351 | 2026-05-15T03:43:36.025Z | Compiling cpufeatures v0.2.17 |
| 1352 | 2026-05-15T03:43:36.098Z | Compiling rand_core v0.10.0 |
| 1353 | 2026-05-15T03:43:36.174Z | Compiling indexmap v2.14.0 |
| 1354 | 2026-05-15T03:43:36.174Z | Compiling rustversion v1.0.22 |
| 1355 | 2026-05-15T03:43:36.174Z | Compiling getrandom v0.3.4 |
| 1356 | 2026-05-15T03:43:36.303Z | Compiling cmake v0.1.57 |
| 1357 | 2026-05-15T03:43:36.599Z | Compiling form_urlencoded v1.2.2 |
| 1358 | 2026-05-15T03:43:36.671Z | Compiling fs_extra v1.3.0 |
| 1359 | 2026-05-15T03:43:36.781Z | Compiling dunce v1.0.5 |
| 1360 | 2026-05-15T03:43:36.832Z | Compiling ident_case v1.0.1 |
| 1361 | 2026-05-15T03:43:36.832Z | Compiling base64ct v1.8.3 |
| 1362 | 2026-05-15T03:43:36.877Z | Compiling synstructure v0.13.2 |
| 1363 | 2026-05-15T03:43:36.937Z | Compiling rustix v1.1.3 |
| 1364 | 2026-05-15T03:43:36.980Z | Compiling aws-lc-sys v0.40.0 |
| 1365 | 2026-05-15T03:43:37.124Z | Compiling pem-rfc7468 v0.7.0 |
| 1366 | 2026-05-15T03:43:37.185Z | Compiling iana-time-zone v0.1.65 |
| 1367 | 2026-05-15T03:43:37.185Z | Compiling regex-syntax v0.8.10 |
| 1368 | 2026-05-15T03:43:37.293Z | Compiling flagset v0.4.7 |
| 1369 | 2026-05-15T03:43:37.435Z | Compiling rand_core v0.9.5 |
| 1370 | 2026-05-15T03:43:37.492Z | Compiling ring v0.17.14 |
| 1371 | 2026-05-15T03:43:37.492Z | Compiling vcpkg v0.2.15 |
| 1372 | 2026-05-15T03:43:37.509Z | Compiling aws-lc-rs v1.16.3 |
| 1373 | 2026-05-15T03:43:37.675Z | Compiling uuid v1.23.0 |
| 1374 | 2026-05-15T03:43:37.791Z | Compiling rustc_version v0.4.1 |
| 1375 | 2026-05-15T03:43:38.122Z | Compiling tracing-core v0.1.36 |
| 1376 | 2026-05-15T03:43:38.194Z | Compiling openssl-sys v0.9.115 |
| 1377 | 2026-05-15T03:43:38.388Z | Compiling base64 v0.22.1 |
| 1378 | 2026-05-15T03:43:38.638Z | Compiling serde_derive v1.0.228 |
| 1379 | 2026-05-15T03:43:38.670Z | Compiling zeroize_derive v1.4.3 |
| 1380 | 2026-05-15T03:43:38.722Z | Compiling zerofrom-derive v0.1.6 |
| 1381 | 2026-05-15T03:43:38.733Z | Compiling yoke-derive v0.8.1 |
| 1382 | 2026-05-15T03:43:38.742Z | Compiling zerovec-derive v0.11.2 |
| 1383 | 2026-05-15T03:43:39.314Z | Compiling zeroize v1.8.2 |
| 1384 | 2026-05-15T03:43:39.550Z | Compiling zerocopy-derive v0.8.40 |
| 1385 | 2026-05-15T03:43:39.873Z | Compiling displaydoc v0.2.5 |
| 1386 | 2026-05-15T03:43:39.916Z | Compiling tokio-macros v2.7.0 |
| 1387 | 2026-05-15T03:43:40.079Z | Compiling crypto-common v0.1.7 |
| 1388 | 2026-05-15T03:43:40.134Z | Compiling zerofrom v0.1.6 |
| 1389 | 2026-05-15T03:43:40.224Z | Compiling block-buffer v0.10.4 |
| 1390 | 2026-05-15T03:43:40.269Z | Compiling yoke v0.8.1 |
| 1391 | 2026-05-15T03:43:40.401Z | Compiling digest v0.10.7 |
| 1392 | 2026-05-15T03:43:40.459Z | Compiling zerovec v0.11.5 |
| 1393 | 2026-05-15T03:43:40.631Z | Compiling zerotrie v0.2.3 |
| 1394 | 2026-05-15T03:43:40.650Z | Compiling futures-macro v0.3.32 |
| 1395 | 2026-05-15T03:43:40.663Z | Compiling hmac v0.12.1 |
| 1396 | 2026-05-15T03:43:40.810Z | Compiling block-padding v0.3.3 |
| 1397 | 2026-05-15T03:43:40.921Z | Compiling tinystr v0.8.2 |
| 1398 | 2026-05-15T03:43:40.952Z | Compiling potential_utf v0.1.4 |
| 1399 | 2026-05-15T03:43:40.970Z | Compiling inout v0.1.4 |
| 1400 | 2026-05-15T03:43:41.121Z | Compiling icu_locale_core v2.1.1 |
| 1401 | 2026-05-15T03:43:41.121Z | Compiling icu_collections v2.1.1 |
| 1402 | 2026-05-15T03:43:41.155Z | Compiling cipher v0.4.4 |
| 1403 | 2026-05-15T03:43:41.400Z | Compiling sha2 v0.10.9 |
| 1404 | 2026-05-15T03:43:41.439Z | Compiling futures-util v0.3.32 |
| 1405 | 2026-05-15T03:43:41.633Z | Compiling der_derive v0.7.3 |
| 1406 | 2026-05-15T03:43:42.055Z | Compiling icu_provider v2.1.1 |
| 1407 | 2026-05-15T03:43:42.152Z | Compiling bytes v1.11.1 |
| 1408 | 2026-05-15T03:43:42.346Z | Compiling icu_normalizer v2.1.1 |
| 1409 | 2026-05-15T03:43:42.570Z | Compiling icu_properties v2.1.2 |
| 1410 | 2026-05-15T03:43:42.581Z | Compiling der v0.7.10 |
| 1411 | 2026-05-15T03:43:42.775Z | Compiling tokio v1.52.1 |
| 1412 | 2026-05-15T03:43:42.826Z | Compiling http v1.4.0 |
| 1413 | 2026-05-15T03:43:42.896Z | Compiling chrono v0.4.44 |
| 1414 | 2026-05-15T03:43:43.628Z | Compiling idna_adapter v1.2.1 |
| 1415 | 2026-05-15T03:43:43.717Z | Compiling spki v0.7.3 |
| 1416 | 2026-05-15T03:43:43.742Z | Compiling idna v1.1.0 |
| 1417 | 2026-05-15T03:43:43.758Z | Compiling salsa20 v0.10.2 |
| 1418 | 2026-05-15T03:43:43.774Z | Compiling pbkdf2 v0.12.2 |
| 1419 | 2026-05-15T03:43:43.910Z | Compiling ppv-lite86 v0.2.21 |
| 1420 | 2026-05-15T03:43:43.917Z | Compiling rustls-pki-types v1.14.0 |
| 1421 | 2026-05-15T03:43:43.917Z | Compiling tracing-attributes v0.1.31 |
| 1422 | 2026-05-15T03:43:43.997Z | Compiling thiserror-impl v2.0.18 |
| 1423 | 2026-05-15T03:43:44.198Z | Compiling url v2.5.8 |
| 1424 | 2026-05-15T03:43:44.246Z | Compiling rand_chacha v0.9.0 |
| 1425 | 2026-05-15T03:43:44.331Z | Compiling scrypt v0.11.0 |
| 1426 | 2026-05-15T03:43:44.384Z | Compiling http-body v1.0.1 |
| 1427 | 2026-05-15T03:43:44.532Z | Compiling aes v0.8.4 |
| 1428 | 2026-05-15T03:43:44.616Z | Compiling cbc v0.1.2 |
| 1429 | 2026-05-15T03:43:44.802Z | Compiling openssl-probe v0.2.1 |
| 1430 | 2026-05-15T03:43:44.939Z | Compiling tinyvec_macros v0.1.1 |
| 1431 | 2026-05-15T03:43:44.974Z | Compiling untrusted v0.7.1 |
| 1432 | 2026-05-15T03:43:44.988Z | Compiling untrusted v0.9.0 |
| 1433 | 2026-05-15T03:43:44.999Z | Compiling httparse v1.10.1 |
| 1434 | 2026-05-15T03:43:45.107Z | Compiling tinyvec v1.10.0 |
| 1435 | 2026-05-15T03:43:45.191Z | Compiling tracing v0.1.44 |
| 1436 | 2026-05-15T03:43:45.309Z | Compiling thiserror v2.0.18 |
| 1437 | 2026-05-15T03:43:45.377Z | Compiling pkcs5 v0.7.1 |
| 1438 | 2026-05-15T03:43:45.417Z | Compiling pest_generator v2.8.6 |
| 1439 | 2026-05-15T03:43:45.451Z | Compiling rand v0.9.2 |
| 1440 | 2026-05-15T03:43:45.463Z | Compiling serde_derive_internals v0.29.1 |
| 1441 | 2026-05-15T03:43:45.588Z | Compiling aho-corasick v1.1.4 |
| 1442 | 2026-05-15T03:43:45.874Z | Compiling rustls v0.23.37 |
| 1443 | 2026-05-15T03:43:46.004Z | Compiling atomic-waker v1.1.2 |
| 1444 | 2026-05-15T03:43:46.091Z | Compiling dyn-clone v1.0.20 |
| 1445 | 2026-05-15T03:43:46.126Z | Compiling tower-layer v0.3.3 |
| 1446 | 2026-05-15T03:43:46.226Z | Compiling tower-service v0.3.3 |
| 1447 | 2026-05-15T03:43:46.240Z | Compiling schemars v0.8.22 |
| 1448 | 2026-05-15T03:43:46.302Z | Compiling try-lock v0.2.5 |
| 1449 | 2026-05-15T03:43:46.328Z | Compiling pest_derive v2.8.6 |
| 1450 | 2026-05-15T03:43:46.341Z | Compiling schemars_derive v0.8.22 |
| 1451 | 2026-05-15T03:43:46.398Z | Compiling want v0.3.1 |
| 1452 | 2026-05-15T03:43:46.452Z | Compiling tokio-util v0.7.18 |
| 1453 | 2026-05-15T03:43:46.612Z | Compiling regex-automata v0.4.14 |
| 1454 | 2026-05-15T03:43:46.804Z | Compiling pkcs8 v0.10.2 |
| 1455 | 2026-05-15T03:43:47.112Z | Compiling ipnet v2.11.0 |
| 1456 | 2026-05-15T03:43:47.179Z | Compiling h2 v0.4.13 |
| 1457 | 2026-05-15T03:43:47.301Z | Compiling scroll_derive v0.13.1 |
| 1458 | 2026-05-15T03:43:47.489Z | Compiling darling_core v0.20.11 |
| 1459 | 2026-05-15T03:43:47.617Z | Compiling openssl v0.10.79 |
| 1460 | 2026-05-15T03:43:47.632Z | Compiling pin-utils v0.1.0 |
| 1461 | 2026-05-15T03:43:47.699Z | Compiling foreign-types-shared v0.1.1 |
| 1462 | 2026-05-15T03:43:47.790Z | Compiling httpdate v1.0.3 |
| 1463 | 2026-05-15T03:43:47.855Z | Compiling foreign-types v0.3.2 |
| 1464 | 2026-05-15T03:43:47.926Z | Compiling tempfile v3.25.0 |
| 1465 | 2026-05-15T03:43:48.072Z | Compiling scroll v0.13.0 |
| 1466 | 2026-05-15T03:43:48.294Z | Compiling unicode-normalization v0.1.25 |
| 1467 | 2026-05-15T03:43:48.409Z | Compiling openssl-macros v0.1.1 |
| 1468 | 2026-05-15T03:43:48.733Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1469 | 2026-05-15T03:43:48.749Z | Compiling spin v0.9.8 |
| 1470 | 2026-05-15T03:43:48.798Z | Compiling num-conv v0.2.0 |
| 1471 | 2026-05-15T03:43:48.927Z | Compiling time-core v0.1.8 |
| 1472 | 2026-05-15T03:43:48.947Z | Compiling native-tls v0.2.18 |
| 1473 | 2026-05-15T03:43:49.075Z | Compiling crc32fast v1.5.0 |
| 1474 | 2026-05-15T03:43:49.108Z | Compiling powerfmt v0.2.0 |
| 1475 | 2026-05-15T03:43:49.279Z | Compiling deranged v0.5.8 |
| 1476 | 2026-05-15T03:43:49.309Z | Compiling time-macros v0.2.27 |
| 1477 | 2026-05-15T03:43:49.726Z | Compiling darling_macro v0.20.11 |
| 1478 | 2026-05-15T03:43:50.185Z | Compiling hyper v1.8.1 |
| 1479 | 2026-05-15T03:43:50.240Z | Compiling darling v0.20.11 |
| 1480 | 2026-05-15T03:43:50.322Z | Compiling goblin v0.10.5 |
| 1481 | 2026-05-15T03:43:50.338Z | Compiling rustls-native-certs v0.8.3 |
| 1482 | 2026-05-15T03:43:50.624Z | Compiling sync_wrapper v1.0.2 |
| 1483 | 2026-05-15T03:43:50.662Z | Compiling wait-timeout v0.2.1 |
| 1484 | 2026-05-15T03:43:50.727Z | Compiling usdt-impl v0.6.0 |
| 1485 | 2026-05-15T03:43:50.922Z | Compiling simd-adler32 v0.3.8 |
| 1486 | 2026-05-15T03:43:50.937Z | Compiling quick-error v1.2.3 |
| 1487 | 2026-05-15T03:43:51.040Z | Compiling siphasher v1.0.2 |
| 1488 | 2026-05-15T03:43:51.052Z | Compiling num_threads v0.1.7 |
| 1489 | 2026-05-15T03:43:51.146Z | Compiling bit-vec v0.8.0 |
| 1490 | 2026-05-15T03:43:51.161Z | Compiling syn v1.0.109 |
| 1491 | 2026-05-15T03:43:51.220Z | Compiling hyper-util v0.1.20 |
| 1492 | 2026-05-15T03:43:51.373Z | Compiling crossbeam-utils v0.8.21 |
| 1493 | 2026-05-15T03:43:51.456Z | Compiling unicode-segmentation v1.12.0 |
| 1494 | 2026-05-15T03:43:51.858Z | Compiling bit-set v0.8.0 |
| 1495 | 2026-05-15T03:43:51.894Z | Compiling time v0.3.47 |
| 1496 | 2026-05-15T03:43:52.059Z | Compiling rusty-fork v0.3.1 |
| 1497 | 2026-05-15T03:43:52.076Z | Compiling tower v0.5.3 |
| 1498 | 2026-05-15T03:43:52.354Z | Compiling derive_builder_core v0.20.2 |
| 1499 | 2026-05-15T03:43:52.550Z | Compiling dtrace-parser v0.3.0 |
| 1500 | 2026-05-15T03:43:52.584Z | Compiling http-body-util v0.1.3 |
| 1501 | 2026-05-15T03:43:52.828Z | Compiling webpki-roots v1.0.6 |
| 1502 | 2026-05-15T03:43:52.954Z | Compiling signature v2.2.0 |
| 1503 | 2026-05-15T03:43:53.005Z | Compiling scroll_derive v0.12.1 |
| 1504 | 2026-05-15T03:43:53.129Z | Compiling dof v0.4.0 |
| 1505 | 2026-05-15T03:43:53.217Z | Compiling thiserror-impl v1.0.69 |
| 1506 | 2026-05-15T03:43:53.331Z | Compiling heapless v0.7.17 |
| 1507 | 2026-05-15T03:43:53.485Z | Compiling rand_xorshift v0.4.0 |
| 1508 | 2026-05-15T03:43:53.538Z | Compiling slog v2.8.2 |
| 1509 | 2026-05-15T03:43:53.631Z | Compiling darling_core v0.21.3 |
| 1510 | 2026-05-15T03:43:53.640Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1511 | 2026-05-15T03:43:53.713Z | Compiling thread-id v5.1.0 |
| 1512 | 2026-05-15T03:43:53.801Z | Compiling cookie v0.18.1 |
| 1513 | 2026-05-15T03:43:53.906Z | Compiling unarray v0.1.4 |
| 1514 | 2026-05-15T03:43:53.975Z | Compiling zstd-safe v7.2.4 |
| 1515 | 2026-05-15T03:43:54.015Z | Compiling anyhow v1.0.102 |
| 1516 | 2026-05-15T03:43:54.165Z | Compiling unicode-properties v0.1.4 |
| 1517 | 2026-05-15T03:43:54.282Z | Compiling adler2 v2.0.1 |
| 1518 | 2026-05-15T03:43:54.315Z | Compiling signal-hook v0.3.18 |
| 1519 | 2026-05-15T03:43:54.375Z | Compiling allocator-api2 v0.2.21 |
| 1520 | 2026-05-15T03:43:54.409Z | Compiling ryu v1.0.23 |
| 1521 | 2026-05-15T03:43:54.440Z | Compiling iri-string v0.7.10 |
| 1522 | 2026-05-15T03:43:54.479Z | Compiling unicode-bidi v0.3.18 |
| 1523 | 2026-05-15T03:43:54.583Z | Compiling paste v1.0.15 |
| 1524 | 2026-05-15T03:43:54.601Z | Compiling serde_urlencoded v0.7.1 |
| 1525 | 2026-05-15T03:43:54.715Z | Compiling thiserror v1.0.69 |
| 1526 | 2026-05-15T03:43:54.833Z | Compiling stringprep v0.1.5 |
| 1527 | 2026-05-15T03:43:54.848Z | Compiling miniz_oxide v0.8.9 |
| 1528 | 2026-05-15T03:43:55.001Z | Compiling proptest v1.10.0 |
| 1529 | 2026-05-15T03:43:55.451Z | Compiling scroll v0.12.0 |
| 1530 | 2026-05-15T03:43:55.731Z | Compiling tower-http v0.6.8 |
| 1531 | 2026-05-15T03:43:55.821Z | Compiling derive_builder_macro v0.20.2 |
| 1532 | 2026-05-15T03:43:55.830Z | Compiling tokio-native-tls v0.3.1 |
| 1533 | 2026-05-15T03:43:55.914Z | Compiling heck v0.4.1 |
| 1534 | 2026-05-15T03:43:56.090Z | Compiling darling_macro v0.21.3 |
| 1535 | 2026-05-15T03:43:56.121Z | Compiling bstr v1.12.1 |
| 1536 | 2026-05-15T03:43:56.135Z | Compiling ipnetwork v0.21.1 |
| 1537 | 2026-05-15T03:43:56.263Z | Compiling rand_chacha v0.3.1 |
| 1538 | 2026-05-15T03:43:56.525Z | Compiling serde_spanned v0.6.9 |
| 1539 | 2026-05-15T03:43:56.563Z | Compiling serde_tokenstream v0.2.3 |
| 1540 | 2026-05-15T03:43:56.616Z | Compiling toml_datetime v0.6.11 |
| 1541 | 2026-05-15T03:43:56.690Z | Compiling erased-serde v0.3.31 |
| 1542 | 2026-05-15T03:43:56.810Z | Compiling md-5 v0.10.6 |
| 1543 | 2026-05-15T03:43:56.872Z | Compiling pin-project-internal v1.1.11 |
| 1544 | 2026-05-15T03:43:56.898Z | Compiling async-trait v0.1.89 |
| 1545 | 2026-05-15T03:43:56.966Z | Compiling zerocopy-derive v0.7.35 |
| 1546 | 2026-05-15T03:43:57.098Z | Compiling curve25519-dalek v4.1.3 |
| 1547 | 2026-05-15T03:43:57.193Z | Compiling vergen-lib v0.1.6 |
| 1548 | 2026-05-15T03:43:57.384Z | Compiling num-integer v0.1.46 |
| 1549 | 2026-05-15T03:43:57.477Z | Compiling hash32 v0.2.1 |
| 1550 | 2026-05-15T03:43:57.637Z | Compiling ff v0.13.1 |
| 1551 | 2026-05-15T03:43:57.683Z | Compiling memoffset v0.9.1 |
| 1552 | 2026-05-15T03:43:57.766Z | Compiling encoding_rs v0.8.35 |
| 1553 | 2026-05-15T03:43:57.825Z | Compiling ref-cast v1.0.25 |
| 1554 | 2026-05-15T03:43:57.883Z | Compiling litrs v1.0.0 |
| 1555 | 2026-05-15T03:43:57.908Z | Compiling cfg_aliases v0.2.1 |
| 1556 | 2026-05-15T03:43:57.988Z | Compiling smoltcp v0.9.1 |
| 1557 | 2026-05-15T03:43:57.999Z | Compiling fallible-iterator v0.2.0 |
| 1558 | 2026-05-15T03:43:58.136Z | Compiling psl-types v2.0.11 |
| 1559 | 2026-05-15T03:43:58.263Z | Compiling rustix v0.38.44 |
| 1560 | 2026-05-15T03:43:58.311Z | Compiling num-bigint-dig v0.8.6 |
| 1561 | 2026-05-15T03:43:58.326Z | Compiling mime v0.3.17 |
| 1562 | 2026-05-15T03:43:58.388Z | Compiling base16ct v0.2.0 |
| 1563 | 2026-05-15T03:43:58.493Z | Compiling zlib-rs v0.6.2 |
| 1564 | 2026-05-15T03:43:58.564Z | Compiling sec1 v0.7.3 |
| 1565 | 2026-05-15T03:43:58.584Z | Compiling document-features v0.2.12 |
| 1566 | 2026-05-15T03:43:58.698Z | Compiling postgres-protocol v0.6.10 |
| 1567 | 2026-05-15T03:43:58.859Z | Compiling publicsuffix v2.3.0 |
| 1568 | 2026-05-15T03:43:59.183Z | Compiling pin-project v1.1.11 |
| 1569 | 2026-05-15T03:43:59.313Z | Compiling nix v0.31.2 |
| 1570 | 2026-05-15T03:43:59.313Z | Compiling zerocopy v0.7.35 |
| 1571 | 2026-05-15T03:43:59.404Z | Compiling group v0.13.0 |
| 1572 | 2026-05-15T03:43:59.526Z | Compiling num-iter v0.1.45 |
| 1573 | 2026-05-15T03:43:59.609Z | Compiling newtype-uuid v1.3.2 |
| 1574 | 2026-05-15T03:43:59.920Z | Compiling darling v0.21.3 |
| 1575 | 2026-05-15T03:43:59.920Z | Compiling rand v0.8.6 |
| 1576 | 2026-05-15T03:43:59.920Z | Compiling hubpack_derive v0.1.1 |
| 1577 | 2026-05-15T03:43:59.920Z | Compiling oxnet v0.1.4 |
| 1578 | 2026-05-15T03:44:00.019Z | Compiling derive_builder v0.20.2 |
| 1579 | 2026-05-15T03:44:00.097Z | Compiling snafu-derive v0.8.9 |
| 1580 | 2026-05-15T03:44:00.097Z | Compiling hyper-tls v0.6.0 |
| 1581 | 2026-05-15T03:44:00.256Z | Compiling goblin v0.8.2 |
| 1582 | 2026-05-15T03:44:00.932Z | Compiling phf_shared v0.13.1 |
| 1583 | 2026-05-15T03:44:01.084Z | Compiling lazy_static v1.5.0 |
| 1584 | 2026-05-15T03:44:01.091Z | Compiling regex v1.12.3 |
| 1585 | 2026-05-15T03:44:01.103Z | Compiling strum_macros v0.27.2 |
| 1586 | 2026-05-15T03:44:01.172Z | Compiling futures-executor v0.3.32 |
| 1587 | 2026-05-15T03:44:01.424Z | Compiling flate2 v1.1.9 |
| 1588 | 2026-05-15T03:44:01.551Z | Compiling cargo-platform v0.1.9 |
| 1589 | 2026-05-15T03:44:01.764Z | Compiling hex v0.4.3 |
| 1590 | 2026-05-15T03:44:01.812Z | Compiling hkdf v0.12.4 |
| 1591 | 2026-05-15T03:44:01.833Z | Compiling crypto-bigint v0.5.5 |
| 1592 | 2026-05-15T03:44:01.895Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1593 | 2026-05-15T03:44:01.979Z | Compiling daft-derive v0.1.5 |
| 1594 | 2026-05-15T03:44:02.036Z | Compiling ref-cast-impl v1.0.25 |
| 1595 | 2026-05-15T03:44:02.551Z | Compiling terminal_size v0.4.3 |
| 1596 | 2026-05-15T03:44:02.604Z | Compiling vergen v9.0.6 |
| 1597 | 2026-05-15T03:44:02.707Z | Compiling fs-err v3.3.0 |
| 1598 | 2026-05-15T03:44:02.727Z | Compiling ahash v0.8.12 |
| 1599 | 2026-05-15T03:44:02.793Z | Compiling foldhash v0.2.0 |
| 1600 | 2026-05-15T03:44:02.909Z | Compiling winnow v0.5.40 |
| 1601 | 2026-05-15T03:44:02.924Z | Compiling object v0.37.3 |
| 1602 | 2026-05-15T03:44:02.996Z | Compiling bumpalo v3.20.2 |
| 1603 | 2026-05-15T03:44:03.111Z | Compiling bitflags v1.3.2 |
| 1604 | 2026-05-15T03:44:03.164Z | Compiling foldhash v0.1.5 |
| 1605 | 2026-05-15T03:44:03.187Z | Compiling same-file v1.0.6 |
| 1606 | 2026-05-15T03:44:03.240Z | Compiling libbz2-rs-sys v0.2.2 |
| 1607 | 2026-05-15T03:44:03.333Z | Compiling managed v0.8.0 |
| 1608 | 2026-05-15T03:44:03.348Z | Compiling walkdir v2.5.0 |
| 1609 | 2026-05-15T03:44:03.658Z | Compiling bzip2 v0.6.1 |
| 1610 | 2026-05-15T03:44:03.749Z | Compiling hashbrown v0.15.5 |
| 1611 | 2026-05-15T03:44:03.869Z | Compiling zopfli v0.8.3 |
| 1612 | 2026-05-15T03:44:03.955Z | Compiling strum v0.27.2 |
| 1613 | 2026-05-15T03:44:03.968Z | Compiling hashbrown v0.16.1 |
| 1614 | 2026-05-15T03:44:04.085Z | Compiling clap_builder v4.5.60 |
| 1615 | 2026-05-15T03:44:04.292Z | Compiling toml_edit v0.19.15 |
| 1616 | 2026-05-15T03:44:04.358Z | Compiling elliptic-curve v0.13.8 |
| 1617 | 2026-05-15T03:44:04.463Z | Compiling daft v0.1.5 |
| 1618 | 2026-05-15T03:44:04.620Z | Compiling dof v0.3.0 |
| 1619 | 2026-05-15T03:44:04.734Z | Compiling snafu v0.8.9 |
| 1620 | 2026-05-15T03:44:04.752Z | Compiling cargo_metadata v0.19.2 |
| 1621 | 2026-05-15T03:44:05.088Z | Compiling futures v0.3.32 |
| 1622 | 2026-05-15T03:44:05.326Z | Compiling phf v0.13.1 |
| 1623 | 2026-05-15T03:44:05.481Z | Compiling signal-hook-mio v0.2.5 |
| 1624 | 2026-05-15T03:44:05.969Z | Compiling cookie_store v0.22.1 |
| 1625 | 2026-05-15T03:44:06.045Z | Compiling zstd v0.13.3 |
| 1626 | 2026-05-15T03:44:06.077Z | Compiling bzip2 v0.4.4 |
| 1627 | 2026-05-15T03:44:06.282Z | Compiling hubpack v0.1.2 |
| 1628 | 2026-05-15T03:44:06.303Z | Compiling serde_with_macros v3.17.0 |
| 1629 | 2026-05-15T03:44:06.653Z | Compiling postgres-types v0.2.12 |
| 1630 | 2026-05-15T03:44:06.917Z | Compiling usdt-attr-macro v0.6.0 |
| 1631 | 2026-05-15T03:44:07.111Z | Compiling usdt-macro v0.6.0 |
| 1632 | 2026-05-15T03:44:07.197Z | Compiling globset v0.4.18 |
| 1633 | 2026-05-15T03:44:07.490Z | Compiling dtrace-parser v0.2.0 |
| 1634 | 2026-05-15T03:44:07.597Z | Compiling ed25519 v2.2.3 |
| 1635 | 2026-05-15T03:44:07.706Z | Compiling phf_shared v0.11.3 |
| 1636 | 2026-05-15T03:44:07.794Z | Compiling olpc-cjson v0.1.4 |
| 1637 | 2026-05-15T03:44:07.866Z | Compiling pkcs1 v0.7.5 |
| 1638 | 2026-05-15T03:44:07.913Z | Compiling clap_derive v4.5.55 |
| 1639 | 2026-05-15T03:44:07.925Z | Compiling strum_macros v0.26.4 |
| 1640 | 2026-05-15T03:44:07.941Z | Compiling enum-as-inner v0.6.1 |
| 1641 | 2026-05-15T03:44:08.301Z | Compiling serde_plain v1.0.2 |
| 1642 | 2026-05-15T03:44:08.355Z | Compiling serde-big-array v0.5.1 |
| 1643 | 2026-05-15T03:44:08.420Z | Compiling rfc6979 v0.4.0 |
| 1644 | 2026-05-15T03:44:08.431Z | Compiling serde_repr v0.1.20 |
| 1645 | 2026-05-15T03:44:08.449Z | Compiling async-recursion v1.1.1 |
| 1646 | 2026-05-15T03:44:08.518Z | Compiling pem v3.0.6 |
| 1647 | 2026-05-15T03:44:08.549Z | Compiling float-cmp v0.10.0 |
| 1648 | 2026-05-15T03:44:08.677Z | Compiling thread-id v4.2.2 |
| 1649 | 2026-05-15T03:44:08.837Z | Compiling memmap2 v0.9.10 |
| 1650 | 2026-05-15T03:44:08.871Z | Compiling env_filter v1.0.0 |
| 1651 | 2026-05-15T03:44:08.944Z | Compiling keccak v0.1.6 |
| 1652 | 2026-05-15T03:44:08.985Z | Compiling typed-path v0.9.3 |
| 1653 | 2026-05-15T03:44:09.091Z | Compiling predicates-core v1.0.10 |
| 1654 | 2026-05-15T03:44:09.155Z | Compiling rustc-hash v2.1.1 |
| 1655 | 2026-05-15T03:44:09.246Z | Compiling jiff v0.2.21 |
| 1656 | 2026-05-15T03:44:09.300Z | Compiling data-encoding v2.10.0 |
| 1657 | 2026-05-15T03:44:09.642Z | Compiling new_debug_unreachable v1.0.6 |
| 1658 | 2026-05-15T03:44:09.684Z | Compiling fixedbitset v0.4.2 |
| 1659 | 2026-05-15T03:44:09.736Z | Compiling whoami v2.1.0 |
| 1660 | 2026-05-15T03:44:09.772Z | Compiling static_assertions v1.1.0 |
| 1661 | 2026-05-15T03:44:09.866Z | Compiling precomputed-hash v0.1.1 |
| 1662 | 2026-05-15T03:44:09.908Z | Compiling either v1.15.0 |
| 1663 | 2026-05-15T03:44:09.947Z | Compiling normalize-line-endings v0.3.0 |
| 1664 | 2026-05-15T03:44:09.964Z | Compiling difflib v0.4.0 |
| 1665 | 2026-05-15T03:44:10.215Z | Compiling fixedbitset v0.5.7 |
| 1666 | 2026-05-15T03:44:10.258Z | Compiling itertools v0.13.0 |
| 1667 | 2026-05-15T03:44:10.258Z | Compiling tokio-postgres v0.7.16 |
| 1668 | 2026-05-15T03:44:10.258Z | Compiling predicates v3.1.4 |
| 1669 | 2026-05-15T03:44:10.730Z | Compiling petgraph v0.8.3 |
| 1670 | 2026-05-15T03:44:10.739Z | Compiling string_cache v0.8.9 |
| 1671 | 2026-05-15T03:44:10.739Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1672 | 2026-05-15T03:44:10.819Z | Compiling petgraph v0.6.5 |
| 1673 | 2026-05-15T03:44:10.853Z | Compiling clap v4.5.60 |
| 1674 | 2026-05-15T03:44:10.923Z | Compiling strum v0.26.3 |
| 1675 | 2026-05-15T03:44:11.051Z | Compiling hickory-proto v0.25.2 |
| 1676 | 2026-05-15T03:44:11.303Z | Compiling toml_edit v0.22.27 |
| 1677 | 2026-05-15T03:44:12.308Z | Compiling zip v4.6.1 |
| 1678 | 2026-05-15T03:44:12.488Z | Compiling iddqd v0.3.18 |
| 1679 | 2026-05-15T03:44:12.582Z | Compiling sha3 v0.10.8 |
| 1680 | 2026-05-15T03:44:12.794Z | Compiling env_logger v0.11.9 |
| 1681 | 2026-05-15T03:44:13.150Z | Compiling usdt v0.6.0 |
| 1682 | 2026-05-15T03:44:13.257Z | Compiling usdt-impl v0.5.0 |
| 1683 | 2026-05-15T03:44:13.506Z | Compiling ecdsa v0.16.9 |
| 1684 | 2026-05-15T03:44:13.550Z | Compiling rsa v0.9.10 |
| 1685 | 2026-05-15T03:44:13.550Z | Compiling ed25519-dalek v2.2.0 |
| 1686 | 2026-05-15T03:44:13.651Z | Compiling crossterm v0.28.1 |
| 1687 | 2026-05-15T03:44:13.824Z | Compiling serde_with v3.17.0 |
| 1688 | 2026-05-15T03:44:14.078Z | Compiling zip v0.6.6 |
| 1689 | 2026-05-15T03:44:14.584Z | Compiling toml v0.7.8 |
| 1690 | 2026-05-15T03:44:15.211Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1691 | 2026-05-15T03:44:15.241Z | Compiling similar v2.7.0 |
| 1692 | 2026-05-15T03:44:15.251Z | Compiling crossbeam-epoch v0.9.18 |
| 1693 | 2026-05-15T03:44:15.509Z | Compiling tokio-stream v0.1.18 |
| 1694 | 2026-05-15T03:44:15.572Z | Compiling buf-list v1.1.2 |
| 1695 | 2026-05-15T03:44:15.740Z | Compiling x509-cert v0.2.5 |
| 1696 | 2026-05-15T03:44:15.785Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1697 | 2026-05-15T03:44:15.846Z | Compiling openapiv3 v2.2.0 |
| 1698 | 2026-05-15T03:44:15.997Z | Compiling sha1 v0.10.6 |
| 1699 | 2026-05-15T03:44:16.046Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1700 | 2026-05-15T03:44:16.075Z | Compiling lalrpop-util v0.19.12 |
| 1701 | 2026-05-15T03:44:16.303Z | Compiling peg-runtime v0.8.5 |
| 1702 | 2026-05-15T03:44:16.384Z | Compiling thread_local v1.1.9 |
| 1703 | 2026-05-15T03:44:16.426Z | Compiling slog-async v2.8.0 |
| 1704 | 2026-05-15T03:44:16.522Z | Compiling crossbeam-channel v0.5.15 |
| 1705 | 2026-05-15T03:44:16.592Z | Compiling is-terminal v0.4.17 |
| 1706 | 2026-05-15T03:44:16.690Z | Compiling filetime v0.2.27 |
| 1707 | 2026-05-15T03:44:16.731Z | Compiling term v1.2.1 |
| 1708 | 2026-05-15T03:44:16.808Z | Compiling take_mut v0.2.2 |
| 1709 | 2026-05-15T03:44:16.870Z | Compiling xattr v1.6.1 |
| 1710 | 2026-05-15T03:44:17.036Z | Compiling slog-term v2.9.2 |
| 1711 | 2026-05-15T03:44:17.139Z | Compiling tar v0.4.45 |
| 1712 | 2026-05-15T03:44:27.062Z | Compiling rustls-webpki v0.103.9 |
| 1713 | 2026-05-15T03:44:29.877Z | Compiling tokio-rustls v0.26.4 |
| 1714 | 2026-05-15T03:44:29.877Z | Compiling rustls-platform-verifier v0.6.2 |
| 1715 | 2026-05-15T03:44:30.071Z | Compiling hyper-rustls v0.27.7 |
| 1716 | 2026-05-15T03:44:30.278Z | Compiling reqwest v0.12.28 |
| 1717 | 2026-05-15T03:44:30.278Z | Compiling reqwest v0.13.2 |
| 1718 | 2026-05-15T03:44:31.638Z | Compiling tough v0.22.0 |
| 1719 | 2026-05-15T03:44:34.137Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1720 | 2026-05-15T03:44:34.361Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1721 | 2026-05-15T03:44:37.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1722 | 2026-05-15T03:44:37.444Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1723 | 2026-05-15T03:44:37.506Z | May 15 03:44:35.776 INFO Starting download, target: Clickhouse |
| 1724 | 2026-05-15T03:44:37.506Z | May 15 03:44:35.777 INFO Starting download, target: Console |
| 1725 | 2026-05-15T03:44:37.506Z | May 15 03:44:35.777 INFO Starting download, target: Cockroach |
| 1726 | 2026-05-15T03:44:37.506Z | May 15 03:44:35.777 INFO Starting download, target: DendriteStub |
| 1727 | 2026-05-15T03:44:37.517Z | May 15 03:44:35.777 INFO Starting download, target: MaghemiteMgd |
| 1728 | 2026-05-15T03:44:37.517Z | May 15 03:44:35.777 INFO Starting download, target: TransceiverControl |
| 1729 | 2026-05-15T03:44:37.517Z | May 15 03:44:35.777 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1730 | 2026-05-15T03:44:37.517Z | May 15 03:44:35.777 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1731 | 2026-05-15T03:44:37.517Z | May 15 03:44:35.777 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1732 | 2026-05-15T03:44:37.517Z | May 15 03:44:35.777 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1733 | 2026-05-15T03:44:37.517Z | May 15 03:44:35.777 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1734 | 2026-05-15T03:44:37.517Z | May 15 03:44:35.777 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1735 | 2026-05-15T03:44:38.189Z | May 15 03:44:36.430 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1736 | 2026-05-15T03:44:38.440Z | May 15 03:44:36.642 INFO Download complete, target: TransceiverControl |
| 1737 | 2026-05-15T03:44:39.283Z | May 15 03:44:37.388 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1738 | 2026-05-15T03:44:39.381Z | May 15 03:44:37.550 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1739 | 2026-05-15T03:44:39.464Z | May 15 03:44:37.621 INFO Download complete, target: Console |
| 1740 | 2026-05-15T03:44:40.360Z | May 15 03:44:38.584 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1741 | 2026-05-15T03:44:40.773Z | May 15 03:44:38.921 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1742 | 2026-05-15T03:44:42.766Z | May 15 03:44:41.025 INFO Download complete, target: DendriteStub |
| 1743 | 2026-05-15T03:44:42.787Z | May 15 03:44:41.054 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1744 | 2026-05-15T03:44:42.787Z | May 15 03:44:41.054 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1745 | 2026-05-15T03:44:43.111Z | May 15 03:44:41.386 INFO Download complete, target: MaghemiteMgd |
| 1746 | 2026-05-15T03:44:46.103Z | May 15 03:44:44.376 INFO Checking that binary works, target: Clickhouse |
| 1747 | 2026-05-15T03:44:46.201Z | May 15 03:44:44.468 INFO Download complete, target: Clickhouse |
| 1748 | 2026-05-15T03:44:47.405Z | May 15 03:44:45.664 INFO Checking that binary works, target: Cockroach |
| 1749 | 2026-05-15T03:44:47.515Z | May 15 03:44:45.767 INFO Download complete, target: Cockroach |
| 1750 | 2026-05-15T03:44:47.548Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1751 | 2026-05-15T03:44:47.548Z | |
| 1752 | 2026-05-15T03:44:47.548Z | real 2:17.467687043 |
| 1753 | 2026-05-15T03:44:47.548Z | user 6:57.400353086 |
| 1754 | 2026-05-15T03:44:47.548Z | sys 1:22.591916646 |
| 1755 | 2026-05-15T03:44:47.548Z | trap 0.223868883 |
| 1756 | 2026-05-15T03:44:47.548Z | tflt 0.719674077 |
| 1757 | 2026-05-15T03:44:47.548Z | dflt 0.938760959 |
| 1758 | 2026-05-15T03:44:47.548Z | kflt 0.021782144 |
| 1759 | 2026-05-15T03:44:47.548Z | lock 22:07.890876017 |
| 1760 | 2026-05-15T03:44:47.548Z | slp 21:27.042012130 |
| 1761 | 2026-05-15T03:44:47.548Z | lat 44.826918246 |
| 1762 | 2026-05-15T03:44:47.548Z | stop 1:56.730595858 |
| 1763 | 2026-05-15T03:44:47.548Z | + banner hack-check |
| 1764 | 2026-05-15T03:44:47.548Z | |
| 1765 | 2026-05-15T03:44:47.548Z | # # ## #### # # #### # # ###### #### # # |
| 1766 | 2026-05-15T03:44:47.548Z | # # # # # # # # # # # # # # # # # |
| 1767 | 2026-05-15T03:44:47.548Z | ###### # # # #### ##### # ###### ##### # #### |
| 1768 | 2026-05-15T03:44:47.548Z | # # ###### # # # # # # # # # # |
| 1769 | 2026-05-15T03:44:47.549Z | # # # # # # # # # # # # # # # # # |
| 1770 | 2026-05-15T03:44:47.549Z | # # # # #### # # #### # # ###### #### # # |
| 1771 | 2026-05-15T03:44:47.549Z | |
| 1772 | 2026-05-15T03:44:47.549Z | + export CARGO_INCREMENTAL=0 |
| 1773 | 2026-05-15T03:44:47.549Z | + CARGO_INCREMENTAL=0 |
| 1774 | 2026-05-15T03:44:47.549Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1775 | 2026-05-15T03:44:48.057Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1776 | 2026-05-15T03:44:48.275Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1777 | 2026-05-15T03:44:50.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
| 1778 | 2026-05-15T03:44:50.245Z | Running `target/debug/xtask check-features --ci` |
| 1779 | 2026-05-15T03:44:50.266Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1780 | 2026-05-15T03:44:50.275Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1781 | 2026-05-15T03:44:50.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1782 | 2026-05-15T03:44:50.815Z | Running `target/debug/xtask download cargo-hack` |
| 1783 | 2026-05-15T03:44:51.616Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1784 | 2026-05-15T03:44:51.936Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1785 | 2026-05-15T03:44:54.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s |
| 1786 | 2026-05-15T03:44:54.577Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1787 | 2026-05-15T03:44:54.625Z | May 15 03:44:52.887 INFO Starting download, target: CargoHack |
| 1788 | 2026-05-15T03:44:54.649Z | May 15 03:44:52.887 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1789 | 2026-05-15T03:44:54.871Z | May 15 03:44:53.097 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1790 | 2026-05-15T03:44:54.914Z | May 15 03:44:53.148 INFO Download complete, target: CargoHack |
| 1791 | 2026-05-15T03:44:54.914Z | 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" |
| 1792 | 2026-05-15T03:44:54.925Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1793 | 2026-05-15T03:44:55.047Z | info: running `cargo check --bins` on api_identity (1/275) |
| 1794 | 2026-05-15T03:44:55.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1795 | 2026-05-15T03:44:55.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1796 | 2026-05-15T03:44:55.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1797 | 2026-05-15T03:44:55.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1798 | 2026-05-15T03:44:55.640Z | |
| 1799 | 2026-05-15T03:44:55.640Z | info: running `cargo check --bins` on bootstore (2/275) |
| 1800 | 2026-05-15T03:44:56.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1801 | 2026-05-15T03:44:56.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1802 | 2026-05-15T03:44:56.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1803 | 2026-05-15T03:44:56.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1804 | 2026-05-15T03:44:56.348Z | |
| 1805 | 2026-05-15T03:44:56.348Z | info: running `cargo check --bins` on omicron-ledger (3/275) |
| 1806 | 2026-05-15T03:44:56.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1807 | 2026-05-15T03:44:56.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1808 | 2026-05-15T03:44:56.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1809 | 2026-05-15T03:44:56.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1810 | 2026-05-15T03:44:56.844Z | |
| 1811 | 2026-05-15T03:44:56.844Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/275) |
| 1812 | 2026-05-15T03:44:57.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1813 | 2026-05-15T03:44:57.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1814 | 2026-05-15T03:44:57.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1815 | 2026-05-15T03:44:57.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1816 | 2026-05-15T03:44:57.437Z | |
| 1817 | 2026-05-15T03:44:57.437Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/275) |
| 1818 | 2026-05-15T03:44:58.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1819 | 2026-05-15T03:44:58.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1820 | 2026-05-15T03:44:58.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1821 | 2026-05-15T03:44:58.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1822 | 2026-05-15T03:44:58.267Z | |
| 1823 | 2026-05-15T03:44:58.267Z | info: running `cargo check --bins` on omicron-certificates (6/275) |
| 1824 | 2026-05-15T03:44:58.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1825 | 2026-05-15T03:44:58.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1826 | 2026-05-15T03:44:58.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1827 | 2026-05-15T03:44:58.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1828 | 2026-05-15T03:44:58.874Z | |
| 1829 | 2026-05-15T03:44:58.874Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/275) |
| 1830 | 2026-05-15T03:44:59.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1831 | 2026-05-15T03:44:59.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1832 | 2026-05-15T03:44:59.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1833 | 2026-05-15T03:44:59.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1834 | 2026-05-15T03:44:59.389Z | |
| 1835 | 2026-05-15T03:44:59.389Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/275) |
| 1836 | 2026-05-15T03:44:59.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1837 | 2026-05-15T03:44:59.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1838 | 2026-05-15T03:44:59.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1839 | 2026-05-15T03:44:59.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1840 | 2026-05-15T03:44:59.880Z | |
| 1841 | 2026-05-15T03:44:59.880Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/275) |
| 1842 | 2026-05-15T03:45:00.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1843 | 2026-05-15T03:45:00.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1844 | 2026-05-15T03:45:00.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1845 | 2026-05-15T03:45:00.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1846 | 2026-05-15T03:45:00.374Z | |
| 1847 | 2026-05-15T03:45:00.374Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/275) |
| 1848 | 2026-05-15T03:45:01.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1849 | 2026-05-15T03:45:01.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1850 | 2026-05-15T03:45:01.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1851 | 2026-05-15T03:45:01.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1852 | 2026-05-15T03:45:01.418Z | |
| 1853 | 2026-05-15T03:45:01.418Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/275) |
| 1854 | 2026-05-15T03:45:01.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1855 | 2026-05-15T03:45:01.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1856 | 2026-05-15T03:45:01.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1857 | 2026-05-15T03:45:01.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1858 | 2026-05-15T03:45:01.419Z | |
| 1859 | 2026-05-15T03:45:01.419Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/275) |
| 1860 | 2026-05-15T03:45:01.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1861 | 2026-05-15T03:45:01.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1862 | 2026-05-15T03:45:01.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1863 | 2026-05-15T03:45:01.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1864 | 2026-05-15T03:45:01.839Z | |
| 1865 | 2026-05-15T03:45:01.839Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/275) |
| 1866 | 2026-05-15T03:45:02.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1867 | 2026-05-15T03:45:02.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1868 | 2026-05-15T03:45:02.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1869 | 2026-05-15T03:45:02.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1870 | 2026-05-15T03:45:02.272Z | |
| 1871 | 2026-05-15T03:45:02.272Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/275) |
| 1872 | 2026-05-15T03:45:02.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1873 | 2026-05-15T03:45:02.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1874 | 2026-05-15T03:45:02.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1875 | 2026-05-15T03:45:02.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1876 | 2026-05-15T03:45:02.759Z | |
| 1877 | 2026-05-15T03:45:02.759Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/275) |
| 1878 | 2026-05-15T03:45:03.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1879 | 2026-05-15T03:45:03.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1880 | 2026-05-15T03:45:03.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1881 | 2026-05-15T03:45:03.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1882 | 2026-05-15T03:45:03.329Z | |
| 1883 | 2026-05-15T03:45:03.329Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/275) |
| 1884 | 2026-05-15T03:45:03.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1885 | 2026-05-15T03:45:03.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1886 | 2026-05-15T03:45:03.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1887 | 2026-05-15T03:45:03.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1888 | 2026-05-15T03:45:03.730Z | |
| 1889 | 2026-05-15T03:45:03.730Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/275) |
| 1890 | 2026-05-15T03:45:04.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1891 | 2026-05-15T03:45:04.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1892 | 2026-05-15T03:45:04.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1893 | 2026-05-15T03:45:04.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1894 | 2026-05-15T03:45:04.199Z | |
| 1895 | 2026-05-15T03:45:04.199Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/275) |
| 1896 | 2026-05-15T03:45:04.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1897 | 2026-05-15T03:45:04.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1898 | 2026-05-15T03:45:04.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1899 | 2026-05-15T03:45:04.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1900 | 2026-05-15T03:45:04.666Z | |
| 1901 | 2026-05-15T03:45:04.666Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/275) |
| 1902 | 2026-05-15T03:45:05.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2026-05-15T03:45:05.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2026-05-15T03:45:05.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2026-05-15T03:45:05.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1906 | 2026-05-15T03:45:05.227Z | |
| 1907 | 2026-05-15T03:45:05.227Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/275) |
| 1908 | 2026-05-15T03:45:05.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2026-05-15T03:45:05.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2026-05-15T03:45:05.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2026-05-15T03:45:05.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1912 | 2026-05-15T03:45:05.694Z | |
| 1913 | 2026-05-15T03:45:05.694Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/275) |
| 1914 | 2026-05-15T03:45:06.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2026-05-15T03:45:06.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2026-05-15T03:45:06.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2026-05-15T03:45:06.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1918 | 2026-05-15T03:45:06.127Z | |
| 1919 | 2026-05-15T03:45:06.127Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/275) |
| 1920 | 2026-05-15T03:45:06.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2026-05-15T03:45:06.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2026-05-15T03:45:06.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1923 | 2026-05-15T03:45:06.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1924 | 2026-05-15T03:45:06.597Z | |
| 1925 | 2026-05-15T03:45:06.597Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/275) |
| 1926 | 2026-05-15T03:45:07.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1927 | 2026-05-15T03:45:07.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1928 | 2026-05-15T03:45:07.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1929 | 2026-05-15T03:45:07.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1930 | 2026-05-15T03:45:07.136Z | |
| 1931 | 2026-05-15T03:45:07.136Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/275) |
| 1932 | 2026-05-15T03:45:07.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1933 | 2026-05-15T03:45:07.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1934 | 2026-05-15T03:45:07.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1935 | 2026-05-15T03:45:07.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1936 | 2026-05-15T03:45:07.576Z | |
| 1937 | 2026-05-15T03:45:07.576Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/275) |
| 1938 | 2026-05-15T03:45:08.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1939 | 2026-05-15T03:45:08.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1940 | 2026-05-15T03:45:08.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1941 | 2026-05-15T03:45:08.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1942 | 2026-05-15T03:45:08.183Z | |
| 1943 | 2026-05-15T03:45:08.183Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/275) |
| 1944 | 2026-05-15T03:45:08.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1945 | 2026-05-15T03:45:08.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1946 | 2026-05-15T03:45:08.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1947 | 2026-05-15T03:45:08.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1948 | 2026-05-15T03:45:08.604Z | |
| 1949 | 2026-05-15T03:45:08.604Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/275) |
| 1950 | 2026-05-15T03:45:08.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1951 | 2026-05-15T03:45:08.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1952 | 2026-05-15T03:45:08.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1953 | 2026-05-15T03:45:08.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1954 | 2026-05-15T03:45:09.026Z | |
| 1955 | 2026-05-15T03:45:09.026Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/275) |
| 1956 | 2026-05-15T03:45:09.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1957 | 2026-05-15T03:45:09.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1958 | 2026-05-15T03:45:09.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1959 | 2026-05-15T03:45:09.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1960 | 2026-05-15T03:45:09.671Z | |
| 1961 | 2026-05-15T03:45:09.671Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/275) |
| 1962 | 2026-05-15T03:45:09.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1963 | 2026-05-15T03:45:10.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1964 | 2026-05-15T03:45:10.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1965 | 2026-05-15T03:45:10.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1966 | 2026-05-15T03:45:10.097Z | |
| 1967 | 2026-05-15T03:45:10.097Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/275) |
| 1968 | 2026-05-15T03:45:10.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1969 | 2026-05-15T03:45:10.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1970 | 2026-05-15T03:45:10.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1971 | 2026-05-15T03:45:10.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1972 | 2026-05-15T03:45:10.558Z | |
| 1973 | 2026-05-15T03:45:10.558Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/275) |
| 1974 | 2026-05-15T03:45:10.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1975 | 2026-05-15T03:45:10.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1976 | 2026-05-15T03:45:10.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1977 | 2026-05-15T03:45:10.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1978 | 2026-05-15T03:45:11.014Z | |
| 1979 | 2026-05-15T03:45:11.014Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/275) |
| 1980 | 2026-05-15T03:45:11.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1981 | 2026-05-15T03:45:11.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1982 | 2026-05-15T03:45:11.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1983 | 2026-05-15T03:45:11.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1984 | 2026-05-15T03:45:11.532Z | |
| 1985 | 2026-05-15T03:45:11.532Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/275) |
| 1986 | 2026-05-15T03:45:11.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1987 | 2026-05-15T03:45:12.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1988 | 2026-05-15T03:45:12.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1989 | 2026-05-15T03:45:12.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1990 | 2026-05-15T03:45:12.011Z | |
| 1991 | 2026-05-15T03:45:12.011Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/275) |
| 1992 | 2026-05-15T03:45:12.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1993 | 2026-05-15T03:45:12.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1994 | 2026-05-15T03:45:12.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1995 | 2026-05-15T03:45:12.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1996 | 2026-05-15T03:45:12.415Z | |
| 1997 | 2026-05-15T03:45:12.415Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/275) |
| 1998 | 2026-05-15T03:45:12.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1999 | 2026-05-15T03:45:12.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2000 | 2026-05-15T03:45:12.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2001 | 2026-05-15T03:45:12.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2002 | 2026-05-15T03:45:12.911Z | |
| 2003 | 2026-05-15T03:45:12.911Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/275) |
| 2004 | 2026-05-15T03:45:13.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2005 | 2026-05-15T03:45:13.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2006 | 2026-05-15T03:45:13.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2007 | 2026-05-15T03:45:13.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2008 | 2026-05-15T03:45:13.499Z | |
| 2009 | 2026-05-15T03:45:13.499Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/275) |
| 2010 | 2026-05-15T03:45:13.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2011 | 2026-05-15T03:45:13.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2012 | 2026-05-15T03:45:13.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2013 | 2026-05-15T03:45:13.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2014 | 2026-05-15T03:45:13.869Z | |
| 2015 | 2026-05-15T03:45:13.870Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/275) |
| 2016 | 2026-05-15T03:45:14.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2017 | 2026-05-15T03:45:14.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2018 | 2026-05-15T03:45:14.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2019 | 2026-05-15T03:45:14.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2020 | 2026-05-15T03:45:14.318Z | |
| 2021 | 2026-05-15T03:45:14.318Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/275) |
| 2022 | 2026-05-15T03:45:14.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2023 | 2026-05-15T03:45:14.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2024 | 2026-05-15T03:45:14.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2025 | 2026-05-15T03:45:14.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2026 | 2026-05-15T03:45:14.798Z | |
| 2027 | 2026-05-15T03:45:14.798Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/275) |
| 2028 | 2026-05-15T03:45:15.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2029 | 2026-05-15T03:45:15.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2030 | 2026-05-15T03:45:15.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2031 | 2026-05-15T03:45:15.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2032 | 2026-05-15T03:45:15.645Z | |
| 2033 | 2026-05-15T03:45:15.645Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/275) |
| 2034 | 2026-05-15T03:45:15.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2035 | 2026-05-15T03:45:15.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2036 | 2026-05-15T03:45:15.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2037 | 2026-05-15T03:45:15.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2038 | 2026-05-15T03:45:15.858Z | |
| 2039 | 2026-05-15T03:45:15.858Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/275) |
| 2040 | 2026-05-15T03:45:16.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2041 | 2026-05-15T03:45:16.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2042 | 2026-05-15T03:45:16.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2043 | 2026-05-15T03:45:16.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2044 | 2026-05-15T03:45:16.420Z | |
| 2045 | 2026-05-15T03:45:16.420Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/275) |
| 2046 | 2026-05-15T03:45:16.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2047 | 2026-05-15T03:45:16.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2048 | 2026-05-15T03:45:16.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2049 | 2026-05-15T03:45:16.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2050 | 2026-05-15T03:45:16.767Z | |
| 2051 | 2026-05-15T03:45:16.767Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/275) |
| 2052 | 2026-05-15T03:45:17.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2053 | 2026-05-15T03:45:17.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2054 | 2026-05-15T03:45:17.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2055 | 2026-05-15T03:45:17.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2056 | 2026-05-15T03:45:17.196Z | |
| 2057 | 2026-05-15T03:45:17.196Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/275) |
| 2058 | 2026-05-15T03:45:17.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2059 | 2026-05-15T03:45:17.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2060 | 2026-05-15T03:45:17.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2061 | 2026-05-15T03:45:17.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2062 | 2026-05-15T03:45:17.711Z | |
| 2063 | 2026-05-15T03:45:17.711Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/275) |
| 2064 | 2026-05-15T03:45:18.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2065 | 2026-05-15T03:45:18.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2066 | 2026-05-15T03:45:18.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2067 | 2026-05-15T03:45:18.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2068 | 2026-05-15T03:45:18.312Z | |
| 2069 | 2026-05-15T03:45:18.313Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/275) |
| 2070 | 2026-05-15T03:45:18.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2071 | 2026-05-15T03:45:18.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2072 | 2026-05-15T03:45:18.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2073 | 2026-05-15T03:45:18.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2074 | 2026-05-15T03:45:18.799Z | |
| 2075 | 2026-05-15T03:45:18.799Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/275) |
| 2076 | 2026-05-15T03:45:19.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2077 | 2026-05-15T03:45:19.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2078 | 2026-05-15T03:45:19.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2079 | 2026-05-15T03:45:19.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2080 | 2026-05-15T03:45:19.097Z | |
| 2081 | 2026-05-15T03:45:19.097Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/275) |
| 2082 | 2026-05-15T03:45:19.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2083 | 2026-05-15T03:45:19.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2084 | 2026-05-15T03:45:19.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2085 | 2026-05-15T03:45:19.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2086 | 2026-05-15T03:45:19.766Z | |
| 2087 | 2026-05-15T03:45:19.766Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/275) |
| 2088 | 2026-05-15T03:45:20.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2089 | 2026-05-15T03:45:21.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2090 | 2026-05-15T03:45:21.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2091 | 2026-05-15T03:45:21.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2092 | 2026-05-15T03:45:21.045Z | |
| 2093 | 2026-05-15T03:45:21.046Z | info: running `cargo check --bins` on nexus-config (51/275) |
| 2094 | 2026-05-15T03:45:21.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2095 | 2026-05-15T03:45:21.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2096 | 2026-05-15T03:45:21.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2097 | 2026-05-15T03:45:21.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2098 | 2026-05-15T03:45:21.198Z | |
| 2099 | 2026-05-15T03:45:21.198Z | info: running `cargo check --bins` on nexus-types (52/275) |
| 2100 | 2026-05-15T03:45:21.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2101 | 2026-05-15T03:45:21.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2102 | 2026-05-15T03:45:21.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2103 | 2026-05-15T03:45:21.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2104 | 2026-05-15T03:45:21.765Z | |
| 2105 | 2026-05-15T03:45:21.765Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/275) |
| 2106 | 2026-05-15T03:45:22.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2107 | 2026-05-15T03:45:22.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2108 | 2026-05-15T03:45:22.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2109 | 2026-05-15T03:45:22.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2110 | 2026-05-15T03:45:22.346Z | |
| 2111 | 2026-05-15T03:45:22.346Z | info: running `cargo check --bins` on omicron-passwords (54/275) |
| 2112 | 2026-05-15T03:45:22.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2113 | 2026-05-15T03:45:22.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2114 | 2026-05-15T03:45:22.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2115 | 2026-05-15T03:45:22.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2116 | 2026-05-15T03:45:22.907Z | |
| 2117 | 2026-05-15T03:45:22.908Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/275) |
| 2118 | 2026-05-15T03:45:23.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2119 | 2026-05-15T03:45:23.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2120 | 2026-05-15T03:45:23.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2121 | 2026-05-15T03:45:23.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2122 | 2026-05-15T03:45:23.552Z | |
| 2123 | 2026-05-15T03:45:23.552Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/275) |
| 2124 | 2026-05-15T03:45:24.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2125 | 2026-05-15T03:45:24.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2126 | 2026-05-15T03:45:24.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2127 | 2026-05-15T03:45:24.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2128 | 2026-05-15T03:45:24.270Z | |
| 2129 | 2026-05-15T03:45:24.270Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/275) |
| 2130 | 2026-05-15T03:45:24.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2131 | 2026-05-15T03:45:24.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2132 | 2026-05-15T03:45:24.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2133 | 2026-05-15T03:45:24.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2134 | 2026-05-15T03:45:25.058Z | |
| 2135 | 2026-05-15T03:45:25.059Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/275) |
| 2136 | 2026-05-15T03:45:25.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2137 | 2026-05-15T03:45:25.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2138 | 2026-05-15T03:45:25.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2139 | 2026-05-15T03:45:25.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2140 | 2026-05-15T03:45:25.369Z | |
| 2141 | 2026-05-15T03:45:25.369Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/275) |
| 2142 | 2026-05-15T03:45:25.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2143 | 2026-05-15T03:45:25.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2144 | 2026-05-15T03:45:25.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2145 | 2026-05-15T03:45:25.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2146 | 2026-05-15T03:45:25.969Z | |
| 2147 | 2026-05-15T03:45:25.970Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/275) |
| 2148 | 2026-05-15T03:45:26.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2149 | 2026-05-15T03:45:26.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2150 | 2026-05-15T03:45:26.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2151 | 2026-05-15T03:45:26.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2152 | 2026-05-15T03:45:26.580Z | |
| 2153 | 2026-05-15T03:45:26.580Z | info: running `cargo check --bins --no-default-features` on gfss (61/275) |
| 2154 | 2026-05-15T03:45:27.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2155 | 2026-05-15T03:45:27.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2156 | 2026-05-15T03:45:27.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2157 | 2026-05-15T03:45:27.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2158 | 2026-05-15T03:45:27.210Z | |
| 2159 | 2026-05-15T03:45:27.210Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/275) |
| 2160 | 2026-05-15T03:45:27.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2161 | 2026-05-15T03:45:27.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2162 | 2026-05-15T03:45:27.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2163 | 2026-05-15T03:45:27.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2164 | 2026-05-15T03:45:27.805Z | |
| 2165 | 2026-05-15T03:45:27.805Z | info: running `cargo check --bins` on clickhouse-admin-types (63/275) |
| 2166 | 2026-05-15T03:45:28.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2167 | 2026-05-15T03:45:28.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2168 | 2026-05-15T03:45:28.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2169 | 2026-05-15T03:45:28.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2170 | 2026-05-15T03:45:28.366Z | |
| 2171 | 2026-05-15T03:45:28.366Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/275) |
| 2172 | 2026-05-15T03:45:28.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2173 | 2026-05-15T03:45:28.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2174 | 2026-05-15T03:45:28.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2175 | 2026-05-15T03:45:28.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2176 | 2026-05-15T03:45:28.967Z | |
| 2177 | 2026-05-15T03:45:28.967Z | info: running `cargo check --bins` on cockroach-admin-types (65/275) |
| 2178 | 2026-05-15T03:45:29.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2179 | 2026-05-15T03:45:29.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2180 | 2026-05-15T03:45:29.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2181 | 2026-05-15T03:45:29.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2182 | 2026-05-15T03:45:29.562Z | |
| 2183 | 2026-05-15T03:45:29.563Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/275) |
| 2184 | 2026-05-15T03:45:30.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2185 | 2026-05-15T03:45:30.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2186 | 2026-05-15T03:45:30.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2187 | 2026-05-15T03:45:30.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2188 | 2026-05-15T03:45:30.155Z | |
| 2189 | 2026-05-15T03:45:30.155Z | info: running `cargo check --bins` on ereport-types (67/275) |
| 2190 | 2026-05-15T03:45:30.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2191 | 2026-05-15T03:45:30.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2192 | 2026-05-15T03:45:30.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2193 | 2026-05-15T03:45:30.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2194 | 2026-05-15T03:45:30.756Z | |
| 2195 | 2026-05-15T03:45:30.756Z | info: running `cargo check --bins` on gateway-client (68/275) |
| 2196 | 2026-05-15T03:45:31.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2197 | 2026-05-15T03:45:31.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2198 | 2026-05-15T03:45:31.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2199 | 2026-05-15T03:45:31.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2200 | 2026-05-15T03:45:31.359Z | |
| 2201 | 2026-05-15T03:45:31.359Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/275) |
| 2202 | 2026-05-15T03:45:31.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2203 | 2026-05-15T03:45:31.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2204 | 2026-05-15T03:45:31.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2205 | 2026-05-15T03:45:31.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2206 | 2026-05-15T03:45:31.962Z | |
| 2207 | 2026-05-15T03:45:31.962Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/275) |
| 2208 | 2026-05-15T03:45:32.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2209 | 2026-05-15T03:45:32.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2210 | 2026-05-15T03:45:32.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2211 | 2026-05-15T03:45:32.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2212 | 2026-05-15T03:45:32.565Z | |
| 2213 | 2026-05-15T03:45:32.565Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/275) |
| 2214 | 2026-05-15T03:45:33.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2215 | 2026-05-15T03:45:33.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2216 | 2026-05-15T03:45:33.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2217 | 2026-05-15T03:45:33.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2218 | 2026-05-15T03:45:33.171Z | |
| 2219 | 2026-05-15T03:45:33.171Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/275) |
| 2220 | 2026-05-15T03:45:33.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2221 | 2026-05-15T03:45:33.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2222 | 2026-05-15T03:45:33.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2223 | 2026-05-15T03:45:33.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2224 | 2026-05-15T03:45:33.778Z | |
| 2225 | 2026-05-15T03:45:33.778Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/275) |
| 2226 | 2026-05-15T03:45:34.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2227 | 2026-05-15T03:45:34.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2228 | 2026-05-15T03:45:34.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2229 | 2026-05-15T03:45:34.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2230 | 2026-05-15T03:45:34.397Z | |
| 2231 | 2026-05-15T03:45:34.397Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/275) |
| 2232 | 2026-05-15T03:45:34.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2233 | 2026-05-15T03:45:34.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2234 | 2026-05-15T03:45:34.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2235 | 2026-05-15T03:45:34.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2236 | 2026-05-15T03:45:35.021Z | |
| 2237 | 2026-05-15T03:45:35.021Z | info: running `cargo check --bins` on key-manager-types (75/275) |
| 2238 | 2026-05-15T03:45:35.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2239 | 2026-05-15T03:45:35.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2240 | 2026-05-15T03:45:35.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2241 | 2026-05-15T03:45:35.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2242 | 2026-05-15T03:45:35.613Z | |
| 2243 | 2026-05-15T03:45:35.613Z | info: running `cargo check --bins` on oxlog (76/275) |
| 2244 | 2026-05-15T03:45:36.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2245 | 2026-05-15T03:45:36.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2246 | 2026-05-15T03:45:36.234Z | Checking cfg-if v1.0.4 |
| 2247 | 2026-05-15T03:45:36.240Z | Checking libc v0.2.185 |
| 2248 | 2026-05-15T03:45:36.240Z | Checking serde_core v1.0.228 |
| 2249 | 2026-05-15T03:45:36.355Z | Checking zeroize v1.8.2 |
| 2250 | 2026-05-15T03:45:36.362Z | Checking memchr v2.8.0 |
| 2251 | 2026-05-15T03:45:36.371Z | Checking log v0.4.29 |
| 2252 | 2026-05-15T03:45:36.382Z | Checking smallvec v1.15.1 |
| 2253 | 2026-05-15T03:45:36.396Z | Checking typenum v1.19.0 |
| 2254 | 2026-05-15T03:45:36.400Z | Checking subtle v2.6.1 |
| 2255 | 2026-05-15T03:45:36.493Z | Checking itoa v1.0.17 |
| 2256 | 2026-05-15T03:45:36.527Z | Checking scopeguard v1.2.0 |
| 2257 | 2026-05-15T03:45:36.544Z | Checking stable_deref_trait v1.2.1 |
| 2258 | 2026-05-15T03:45:36.556Z | Checking const-oid v0.9.6 |
| 2259 | 2026-05-15T03:45:36.616Z | Checking zerofrom v0.1.6 |
| 2260 | 2026-05-15T03:45:36.628Z | Checking lock_api v0.4.14 |
| 2261 | 2026-05-15T03:45:36.641Z | Checking pin-project-lite v0.2.17 |
| 2262 | 2026-05-15T03:45:36.727Z | Checking yoke v0.8.1 |
| 2263 | 2026-05-15T03:45:36.740Z | Checking getrandom v0.2.17 |
| 2264 | 2026-05-15T03:45:36.743Z | Checking errno v0.3.14 |
| 2265 | 2026-05-15T03:45:36.743Z | Checking parking_lot_core v0.9.12 |
| 2266 | 2026-05-15T03:45:36.825Z | Checking portable-atomic v1.13.1 |
| 2267 | 2026-05-15T03:45:36.864Z | Checking signal-hook-registry v1.4.8 |
| 2268 | 2026-05-15T03:45:36.892Z | Checking zerovec v0.11.5 |
| 2269 | 2026-05-15T03:45:36.912Z | Checking rand_core v0.6.4 |
| 2270 | 2026-05-15T03:45:36.921Z | Checking generic-array v0.14.7 |
| 2271 | 2026-05-15T03:45:36.933Z | Checking critical-section v1.2.0 |
| 2272 | 2026-05-15T03:45:37.020Z | Checking futures-core v0.3.32 |
| 2273 | 2026-05-15T03:45:37.046Z | Checking parking_lot v0.12.5 |
| 2274 | 2026-05-15T03:45:37.065Z | Checking mio v1.2.0 |
| 2275 | 2026-05-15T03:45:37.138Z | Checking zerocopy v0.8.40 |
| 2276 | 2026-05-15T03:45:37.219Z | Checking once_cell v1.21.3 |
| 2277 | 2026-05-15T03:45:37.234Z | Checking zmij v1.0.21 |
| 2278 | 2026-05-15T03:45:37.247Z | Checking socket2 v0.6.3 |
| 2279 | 2026-05-15T03:45:37.307Z | Checking tinystr v0.8.2 |
| 2280 | 2026-05-15T03:45:37.346Z | Checking crypto-common v0.1.7 |
| 2281 | 2026-05-15T03:45:37.378Z | Checking block-buffer v0.10.4 |
| 2282 | 2026-05-15T03:45:37.393Z | Checking libm v0.2.16 |
| 2283 | 2026-05-15T03:45:37.439Z | Checking percent-encoding v2.3.2 |
| 2284 | 2026-05-15T03:45:37.463Z | Checking writeable v0.6.2 |
| 2285 | 2026-05-15T03:45:37.480Z | Checking equivalent v1.0.2 |
| 2286 | 2026-05-15T03:45:37.492Z | Checking litemap v0.8.1 |
| 2287 | 2026-05-15T03:45:37.512Z | Checking digest v0.10.7 |
| 2288 | 2026-05-15T03:45:37.561Z | Checking potential_utf v0.1.4 |
| 2289 | 2026-05-15T03:45:37.575Z | Checking zerotrie v0.2.3 |
| 2290 | 2026-05-15T03:45:37.619Z | Checking futures-sink v0.3.32 |
| 2291 | 2026-05-15T03:45:37.656Z | Checking icu_locale_core v2.1.1 |
| 2292 | 2026-05-15T03:45:37.683Z | Checking icu_collections v2.1.1 |
| 2293 | 2026-05-15T03:45:37.704Z | Checking futures-io v0.3.32 |
| 2294 | 2026-05-15T03:45:37.718Z | Checking futures-channel v0.3.32 |
| 2295 | 2026-05-15T03:45:37.813Z | Checking cpufeatures v0.2.17 |
| 2296 | 2026-05-15T03:45:37.826Z | Checking serde v1.0.228 |
| 2297 | 2026-05-15T03:45:37.826Z | Checking bitflags v2.11.0 |
| 2298 | 2026-05-15T03:45:37.879Z | Checking serde_json v1.0.149 |
| 2299 | 2026-05-15T03:45:37.904Z | Checking slab v0.4.12 |
| 2300 | 2026-05-15T03:45:37.985Z | Checking futures-task v0.3.32 |
| 2301 | 2026-05-15T03:45:37.999Z | Checking hmac v0.12.1 |
| 2302 | 2026-05-15T03:45:38.056Z | Checking icu_properties_data v2.1.2 |
| 2303 | 2026-05-15T03:45:38.089Z | Checking num-traits v0.2.19 |
| 2304 | 2026-05-15T03:45:38.118Z | Checking futures-util v0.3.32 |
| 2305 | 2026-05-15T03:45:38.131Z | Checking icu_normalizer_data v2.1.1 |
| 2306 | 2026-05-15T03:45:38.180Z | Checking rand_core v0.10.0 |
| 2307 | 2026-05-15T03:45:38.197Z | Checking hashbrown v0.17.0 |
| 2308 | 2026-05-15T03:45:38.210Z | Checking icu_provider v2.1.1 |
| 2309 | 2026-05-15T03:45:38.226Z | Checking bytes v1.11.1 |
| 2310 | 2026-05-15T03:45:38.329Z | Checking getrandom v0.4.1 |
| 2311 | 2026-05-15T03:45:38.435Z | Checking icu_properties v2.1.2 |
| 2312 | 2026-05-15T03:45:38.457Z | Checking icu_normalizer v2.1.1 |
| 2313 | 2026-05-15T03:45:38.537Z | Checking block-padding v0.3.3 |
| 2314 | 2026-05-15T03:45:38.608Z | Checking utf8_iter v1.0.4 |
| 2315 | 2026-05-15T03:45:38.650Z | Checking indexmap v2.14.0 |
| 2316 | 2026-05-15T03:45:38.653Z | Checking tokio v1.52.1 |
| 2317 | 2026-05-15T03:45:39.094Z | Checking inout v0.1.4 |
| 2318 | 2026-05-15T03:45:39.104Z | Checking sha2 v0.10.9 |
| 2319 | 2026-05-15T03:45:39.104Z | Checking form_urlencoded v1.2.2 |
| 2320 | 2026-05-15T03:45:39.104Z | Checking cipher v0.4.4 |
| 2321 | 2026-05-15T03:45:39.104Z | Checking getrandom v0.3.4 |
| 2322 | 2026-05-15T03:45:39.104Z | Checking fnv v1.0.7 |
| 2323 | 2026-05-15T03:45:39.104Z | Checking base64ct v1.8.3 |
| 2324 | 2026-05-15T03:45:39.104Z | Checking byteorder v1.5.0 |
| 2325 | 2026-05-15T03:45:39.115Z | Checking flagset v0.4.7 |
| 2326 | 2026-05-15T03:45:39.218Z | Checking rand_core v0.9.5 |
| 2327 | 2026-05-15T03:45:39.225Z | Checking http v1.4.0 |
| 2328 | 2026-05-15T03:45:39.245Z | Checking regex-syntax v0.8.10 |
| 2329 | 2026-05-15T03:45:39.265Z | Checking pem-rfc7468 v0.7.0 |
| 2330 | 2026-05-15T03:45:39.272Z | Checking idna_adapter v1.2.1 |
| 2331 | 2026-05-15T03:45:39.381Z | Checking idna v1.1.0 |
| 2332 | 2026-05-15T03:45:39.397Z | Checking salsa20 v0.10.2 |
| 2333 | 2026-05-15T03:45:39.409Z | Checking der v0.7.10 |
| 2334 | 2026-05-15T03:45:39.544Z | Checking uuid v1.23.0 |
| 2335 | 2026-05-15T03:45:39.622Z | Checking url v2.5.8 |
| 2336 | 2026-05-15T03:45:39.787Z | Checking pbkdf2 v0.12.2 |
| 2337 | 2026-05-15T03:45:39.835Z | Checking rustix v1.1.3 |
| 2338 | 2026-05-15T03:45:39.893Z | Checking tracing-core v0.1.36 |
| 2339 | 2026-05-15T03:45:39.912Z | Checking ppv-lite86 v0.2.21 |
| 2340 | 2026-05-15T03:45:40.104Z | Checking rustls-pki-types v1.14.0 |
| 2341 | 2026-05-15T03:45:40.115Z | Checking base64 v0.22.1 |
| 2342 | 2026-05-15T03:45:40.143Z | Checking spki v0.7.3 |
| 2343 | 2026-05-15T03:45:40.190Z | Checking iana-time-zone v0.1.65 |
| 2344 | 2026-05-15T03:45:40.203Z | Checking rand_chacha v0.9.0 |
| 2345 | 2026-05-15T03:45:40.286Z | Checking tracing v0.1.44 |
| 2346 | 2026-05-15T03:45:40.299Z | Checking chrono v0.4.44 |
| 2347 | 2026-05-15T03:45:40.319Z | Checking scrypt v0.11.0 |
| 2348 | 2026-05-15T03:45:40.327Z | Checking http-body v1.0.1 |
| 2349 | 2026-05-15T03:45:40.397Z | Checking cbc v0.1.2 |
| 2350 | 2026-05-15T03:45:40.447Z | Checking aes v0.8.4 |
| 2351 | 2026-05-15T03:45:40.458Z | Checking aws-lc-sys v0.40.0 |
| 2352 | 2026-05-15T03:45:40.489Z | Checking untrusted v0.9.0 |
| 2353 | 2026-05-15T03:45:40.516Z | Checking openssl-probe v0.2.1 |
| 2354 | 2026-05-15T03:45:40.545Z | Checking tinyvec_macros v0.1.1 |
| 2355 | 2026-05-15T03:45:40.591Z | Checking untrusted v0.7.1 |
| 2356 | 2026-05-15T03:45:40.614Z | Checking tinyvec v1.10.0 |
| 2357 | 2026-05-15T03:45:40.675Z | Checking ring v0.17.14 |
| 2358 | 2026-05-15T03:45:40.692Z | Checking rand v0.9.2 |
| 2359 | 2026-05-15T03:45:40.703Z | Checking tower-layer v0.3.3 |
| 2360 | 2026-05-15T03:45:40.831Z | Checking pkcs5 v0.7.1 |
| 2361 | 2026-05-15T03:45:40.842Z | Checking tower-service v0.3.3 |
| 2362 | 2026-05-15T03:45:40.917Z | Checking try-lock v0.2.5 |
| 2363 | 2026-05-15T03:45:40.938Z | Checking atomic-waker v1.1.2 |
| 2364 | 2026-05-15T03:45:40.954Z | Checking aws-lc-rs v1.16.3 |
| 2365 | 2026-05-15T03:45:41.006Z | Checking want v0.3.1 |
| 2366 | 2026-05-15T03:45:41.022Z | Checking ipnet v2.11.0 |
| 2367 | 2026-05-15T03:45:41.078Z | Checking pkcs8 v0.10.2 |
| 2368 | 2026-05-15T03:45:41.129Z | Checking httparse v1.10.1 |
| 2369 | 2026-05-15T03:45:41.129Z | Checking aho-corasick v1.1.4 |
| 2370 | 2026-05-15T03:45:41.148Z | Checking fastrand v2.3.0 |
| 2371 | 2026-05-15T03:45:41.260Z | Checking httpdate v1.0.3 |
| 2372 | 2026-05-15T03:45:41.295Z | Checking plain v0.2.3 |
| 2373 | 2026-05-15T03:45:41.333Z | Checking foreign-types-shared v0.1.1 |
| 2374 | 2026-05-15T03:45:41.341Z | Checking pin-utils v0.1.0 |
| 2375 | 2026-05-15T03:45:41.441Z | Checking dyn-clone v1.0.20 |
| 2376 | 2026-05-15T03:45:41.477Z | Checking tempfile v3.25.0 |
| 2377 | 2026-05-15T03:45:41.477Z | Checking foreign-types v0.3.2 |
| 2378 | 2026-05-15T03:45:41.478Z | Checking unicode-normalization v0.1.25 |
| 2379 | 2026-05-15T03:45:41.503Z | Checking semver v1.0.28 |
| 2380 | 2026-05-15T03:45:41.503Z | Checking openssl-sys v0.9.115 |
| 2381 | 2026-05-15T03:45:41.586Z | Checking spin v0.9.8 |
| 2382 | 2026-05-15T03:45:41.609Z | Checking unicode-ident v1.0.24 |
| 2383 | 2026-05-15T03:45:41.686Z | Checking ucd-trie v0.1.7 |
| 2384 | 2026-05-15T03:45:41.717Z | Checking proc-macro2 v1.0.106 |
| 2385 | 2026-05-15T03:45:41.769Z | Checking schemars v0.8.22 |
| 2386 | 2026-05-15T03:45:42.187Z | Checking rustls-webpki v0.103.9 |
| 2387 | 2026-05-15T03:45:42.190Z | Checking regex-automata v0.4.14 |
| 2388 | 2026-05-15T03:45:42.190Z | Checking pest v2.8.6 |
| 2389 | 2026-05-15T03:45:42.190Z | Checking rustls-native-certs v0.8.3 |
| 2390 | 2026-05-15T03:45:42.190Z | Checking openssl v0.10.79 |
| 2391 | 2026-05-15T03:45:42.190Z | Checking tokio-util v0.7.18 |
| 2392 | 2026-05-15T03:45:42.190Z | Checking thiserror v2.0.18 |
| 2393 | 2026-05-15T03:45:42.190Z | Checking sync_wrapper v1.0.2 |
| 2394 | 2026-05-15T03:45:42.190Z | Checking wait-timeout v0.2.1 |
| 2395 | 2026-05-15T03:45:42.190Z | Checking anstyle v1.0.13 |
| 2396 | 2026-05-15T03:45:42.190Z | Checking powerfmt v0.2.0 |
| 2397 | 2026-05-15T03:45:42.195Z | Checking rustls v0.23.37 |
| 2398 | 2026-05-15T03:45:42.315Z | Checking simd-adler32 v0.3.8 |
| 2399 | 2026-05-15T03:45:42.325Z | Checking siphasher v1.0.2 |
| 2400 | 2026-05-15T03:45:42.405Z | Checking quick-error v1.2.3 |
| 2401 | 2026-05-15T03:45:42.476Z | Checking pretty-hex v0.4.1 |
| 2402 | 2026-05-15T03:45:42.487Z | Checking bit-vec v0.8.0 |
| 2403 | 2026-05-15T03:45:42.504Z | Checking h2 v0.4.13 |
| 2404 | 2026-05-15T03:45:42.514Z | Checking utf8parse v0.2.2 |
| 2405 | 2026-05-15T03:45:42.576Z | Checking rusty-fork v0.3.1 |
| 2406 | 2026-05-15T03:45:42.603Z | Checking anstyle-parse v0.2.7 |
| 2407 | 2026-05-15T03:45:42.667Z | Checking bit-set v0.8.0 |
| 2408 | 2026-05-15T03:45:42.739Z | Checking deranged v0.5.8 |
| 2409 | 2026-05-15T03:45:42.756Z | Checking tower v0.5.3 |
| 2410 | 2026-05-15T03:45:42.817Z | Checking quote v1.0.45 |
| 2411 | 2026-05-15T03:45:42.885Z | Compiling newtype-uuid v1.3.2 |
| 2412 | 2026-05-15T03:45:42.973Z | Checking http-body-util v0.1.3 |
| 2413 | 2026-05-15T03:45:43.062Z | Checking webpki-roots v1.0.6 |
| 2414 | 2026-05-15T03:45:43.131Z | Checking crossbeam-utils v0.8.21 |
| 2415 | 2026-05-15T03:45:43.174Z | Checking rand_xorshift v0.4.0 |
| 2416 | 2026-05-15T03:45:43.188Z | Checking crc32fast v1.5.0 |
| 2417 | 2026-05-15T03:45:43.292Z | Checking scroll v0.13.0 |
| 2418 | 2026-05-15T03:45:43.324Z | Checking signature v2.2.0 |
| 2419 | 2026-05-15T03:45:43.462Z | Checking colorchoice v1.0.4 |
| 2420 | 2026-05-15T03:45:43.466Z | Checking time-core v0.1.8 |
| 2421 | 2026-05-15T03:45:43.512Z | Checking iri-string v0.7.10 |
| 2422 | 2026-05-15T03:45:43.565Z | Checking allocator-api2 v0.2.21 |
| 2423 | 2026-05-15T03:45:43.605Z | Checking adler2 v2.0.1 |
| 2424 | 2026-05-15T03:45:43.610Z | Checking unicode-bidi v0.3.18 |
| 2425 | 2026-05-15T03:45:43.660Z | Checking ryu v1.0.23 |
| 2426 | 2026-05-15T03:45:43.720Z | Checking num-conv v0.2.0 |
| 2427 | 2026-05-15T03:45:43.793Z | Checking anstyle-query v1.1.5 |
| 2428 | 2026-05-15T03:45:43.842Z | Checking unicode-properties v0.1.4 |
| 2429 | 2026-05-15T03:45:43.850Z | Checking num_threads v0.1.7 |
| 2430 | 2026-05-15T03:45:43.863Z | Checking native-tls v0.2.18 |
| 2431 | 2026-05-15T03:45:43.882Z | Checking unarray v0.1.4 |
| 2432 | 2026-05-15T03:45:43.912Z | Checking is_terminal_polyfill v1.70.2 |
| 2433 | 2026-05-15T03:45:43.928Z | Checking time v0.3.47 |
| 2434 | 2026-05-15T03:45:43.983Z | Checking proptest v1.10.0 |
| 2435 | 2026-05-15T03:45:44.003Z | Checking anstream v0.6.21 |
| 2436 | 2026-05-15T03:45:44.023Z | Checking stringprep v0.1.5 |
| 2437 | 2026-05-15T03:45:44.039Z | Checking tokio-native-tls v0.3.1 |
| 2438 | 2026-05-15T03:45:44.177Z | Checking serde_urlencoded v0.7.1 |
| 2439 | 2026-05-15T03:45:44.192Z | Checking miniz_oxide v0.8.9 |
| 2440 | 2026-05-15T03:45:44.195Z | Checking bstr v1.12.1 |
| 2441 | 2026-05-15T03:45:44.376Z | Checking goblin v0.10.5 |
| 2442 | 2026-05-15T03:45:44.546Z | Checking crossbeam-epoch v0.9.18 |
| 2443 | 2026-05-15T03:45:44.564Z | Checking tower-http v0.6.8 |
| 2444 | 2026-05-15T03:45:44.586Z | Checking tokio-rustls v0.26.4 |
| 2445 | 2026-05-15T03:45:44.586Z | Compiling daft v0.1.5 |
| 2446 | 2026-05-15T03:45:45.184Z | Checking syn v2.0.117 |
| 2447 | 2026-05-15T03:45:45.188Z | Checking ipnetwork v0.21.1 |
| 2448 | 2026-05-15T03:45:45.188Z | Checking rand_chacha v0.3.1 |
| 2449 | 2026-05-15T03:45:45.188Z | Checking scroll v0.12.0 |
| 2450 | 2026-05-15T03:45:45.188Z | Checking thiserror v1.0.69 |
| 2451 | 2026-05-15T03:45:45.188Z | Checking hash32 v0.2.1 |
| 2452 | 2026-05-15T03:45:45.188Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2453 | 2026-05-15T03:45:45.188Z | Checking num-integer v0.1.46 |
| 2454 | 2026-05-15T03:45:45.188Z | Checking toml_datetime v0.6.11 |
| 2455 | 2026-05-15T03:45:45.188Z | Checking serde_spanned v0.6.9 |
| 2456 | 2026-05-15T03:45:45.196Z | Checking md-5 v0.10.6 |
| 2457 | 2026-05-15T03:45:45.223Z | Checking hyper v1.8.1 |
| 2458 | 2026-05-15T03:45:45.298Z | Checking ff v0.13.1 |
| 2459 | 2026-05-15T03:45:45.299Z | Checking encoding_rs v0.8.35 |
| 2460 | 2026-05-15T03:45:45.324Z | Checking zlib-rs v0.6.2 |
| 2461 | 2026-05-15T03:45:45.334Z | Checking mime v0.3.17 |
| 2462 | 2026-05-15T03:45:45.424Z | Checking fallible-iterator v0.2.0 |
| 2463 | 2026-05-15T03:45:45.502Z | Checking psl-types v2.0.11 |
| 2464 | 2026-05-15T03:45:45.620Z | Checking base16ct v0.2.0 |
| 2465 | 2026-05-15T03:45:45.691Z | Checking postgres-protocol v0.6.10 |
| 2466 | 2026-05-15T03:45:45.742Z | Checking sec1 v0.7.3 |
| 2467 | 2026-05-15T03:45:45.905Z | Checking publicsuffix v2.3.0 |
| 2468 | 2026-05-15T03:45:45.943Z | Checking group v0.13.0 |
| 2469 | 2026-05-15T03:45:46.005Z | Compiling iddqd v0.3.18 |
| 2470 | 2026-05-15T03:45:46.103Z | Checking num-iter v0.1.45 |
| 2471 | 2026-05-15T03:45:46.118Z | Checking heapless v0.7.17 |
| 2472 | 2026-05-15T03:45:46.139Z | Checking hyper-util v0.1.20 |
| 2473 | 2026-05-15T03:45:46.172Z | Checking zstd-safe v7.2.4 |
| 2474 | 2026-05-15T03:45:46.187Z | Checking flate2 v1.1.9 |
| 2475 | 2026-05-15T03:45:46.243Z | Checking goblin v0.8.2 |
| 2476 | 2026-05-15T03:45:46.330Z | Checking cookie v0.18.1 |
| 2477 | 2026-05-15T03:45:46.883Z | Checking rand v0.8.6 |
| 2478 | 2026-05-15T03:45:46.889Z | Checking oxnet v0.1.4 |
| 2479 | 2026-05-15T03:45:46.889Z | Checking dtrace-parser v0.3.0 |
| 2480 | 2026-05-15T03:45:46.889Z | Checking dof v0.4.0 |
| 2481 | 2026-05-15T03:45:46.889Z | Checking phf_shared v0.13.1 |
| 2482 | 2026-05-15T03:45:46.889Z | Checking lazy_static v1.5.0 |
| 2483 | 2026-05-15T03:45:46.889Z | Checking zerocopy v0.7.35 |
| 2484 | 2026-05-15T03:45:46.910Z | Checking pin-project v1.1.11 |
| 2485 | 2026-05-15T03:45:46.979Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2486 | 2026-05-15T03:45:47.133Z | Checking signal-hook v0.3.18 |
| 2487 | 2026-05-15T03:45:47.172Z | Checking terminal_size v0.4.3 |
| 2488 | 2026-05-15T03:45:47.172Z | Checking futures-executor v0.3.32 |
| 2489 | 2026-05-15T03:45:47.172Z | Checking hex v0.4.3 |
| 2490 | 2026-05-15T03:45:47.183Z | Checking hkdf v0.12.4 |
| 2491 | 2026-05-15T03:45:47.214Z | Checking crypto-bigint v0.5.5 |
| 2492 | 2026-05-15T03:45:47.635Z | Checking thread-id v5.1.0 |
| 2493 | 2026-05-15T03:45:47.660Z | Checking managed v0.8.0 |
| 2494 | 2026-05-15T03:45:47.660Z | Checking winnow v0.5.40 |
| 2495 | 2026-05-15T03:45:47.660Z | Checking either v1.15.0 |
| 2496 | 2026-05-15T03:45:47.660Z | Checking winnow v0.7.14 |
| 2497 | 2026-05-15T03:45:47.660Z | Checking hyper-rustls v0.27.7 |
| 2498 | 2026-05-15T03:45:47.661Z | Checking hyper-tls v0.6.0 |
| 2499 | 2026-05-15T03:45:47.661Z | Checking libbz2-rs-sys v0.2.2 |
| 2500 | 2026-05-15T03:45:47.661Z | Compiling rayon-core v1.13.0 |
| 2501 | 2026-05-15T03:45:47.661Z | Checking bitflags v1.3.2 |
| 2502 | 2026-05-15T03:45:47.661Z | Checking strsim v0.11.1 |
| 2503 | 2026-05-15T03:45:47.661Z | Checking foldhash v0.1.5 |
| 2504 | 2026-05-15T03:45:47.685Z | Checking foldhash v0.2.0 |
| 2505 | 2026-05-15T03:45:47.749Z | Checking same-file v1.0.6 |
| 2506 | 2026-05-15T03:45:47.811Z | Checking clap_lex v1.0.0 |
| 2507 | 2026-05-15T03:45:47.830Z | Checking bumpalo v3.20.2 |
| 2508 | 2026-05-15T03:45:47.867Z | Checking bzip2 v0.6.1 |
| 2509 | 2026-05-15T03:45:47.867Z | Checking walkdir v2.5.0 |
| 2510 | 2026-05-15T03:45:47.897Z | Checking clap_builder v4.5.60 |
| 2511 | 2026-05-15T03:45:48.051Z | Checking hashbrown v0.16.1 |
| 2512 | 2026-05-15T03:45:48.067Z | Checking hashbrown v0.15.5 |
| 2513 | 2026-05-15T03:45:48.067Z | Checking zopfli v0.8.3 |
| 2514 | 2026-05-15T03:45:48.212Z | Checking elliptic-curve v0.13.8 |
| 2515 | 2026-05-15T03:45:48.258Z | Checking dof v0.3.0 |
| 2516 | 2026-05-15T03:45:48.462Z | Checking smoltcp v0.9.1 |
| 2517 | 2026-05-15T03:45:48.501Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2518 | 2026-05-15T03:45:48.501Z | Checking reqwest v0.12.28 |
| 2519 | 2026-05-15T03:45:48.501Z | Checking toml_edit v0.19.15 |
| 2520 | 2026-05-15T03:45:48.507Z | Checking usdt-impl v0.6.0 |
| 2521 | 2026-05-15T03:45:48.507Z | Checking futures v0.3.32 |
| 2522 | 2026-05-15T03:45:48.547Z | Checking signal-hook-mio v0.2.5 |
| 2523 | 2026-05-15T03:45:48.566Z | Checking bzip2 v0.4.4 |
| 2524 | 2026-05-15T03:45:48.577Z | Checking snafu v0.8.9 |
| 2525 | 2026-05-15T03:45:48.636Z | Checking num-bigint-dig v0.8.6 |
| 2526 | 2026-05-15T03:45:48.723Z | Checking phf v0.13.1 |
| 2527 | 2026-05-15T03:45:48.836Z | Checking cookie_store v0.22.1 |
| 2528 | 2026-05-15T03:45:48.870Z | Checking zstd v0.13.3 |
| 2529 | 2026-05-15T03:45:48.959Z | Checking postgres-types v0.2.12 |
| 2530 | 2026-05-15T03:45:49.013Z | Checking dtrace-parser v0.2.0 |
| 2531 | 2026-05-15T03:45:49.065Z | Checking crossbeam-deque v0.8.6 |
| 2532 | 2026-05-15T03:45:49.124Z | Checking rustls-platform-verifier v0.6.2 |
| 2533 | 2026-05-15T03:45:49.173Z | Checking globset v0.4.18 |
| 2534 | 2026-05-15T03:45:49.238Z | Checking regex v1.12.3 |
| 2535 | 2026-05-15T03:45:49.253Z | Checking ed25519 v2.2.3 |
| 2536 | 2026-05-15T03:45:49.262Z | Checking phf_shared v0.11.3 |
| 2537 | 2026-05-15T03:45:49.278Z | Checking olpc-cjson v0.1.4 |
| 2538 | 2026-05-15T03:45:49.294Z | Checking ref-cast v1.0.25 |
| 2539 | 2026-05-15T03:45:49.435Z | Checking curve25519-dalek v4.1.3 |
| 2540 | 2026-05-15T03:45:49.452Z | Checking strum v0.27.2 |
| 2541 | 2026-05-15T03:45:49.452Z | Checking hubpack v0.1.2 |
| 2542 | 2026-05-15T03:45:49.452Z | Checking memoffset v0.9.1 |
| 2543 | 2026-05-15T03:45:49.452Z | Checking rustix v0.38.44 |
| 2544 | 2026-05-15T03:45:49.466Z | Checking pkcs1 v0.7.5 |
| 2545 | 2026-05-15T03:45:49.497Z | Checking pem v3.0.6 |
| 2546 | 2026-05-15T03:45:49.520Z | Checking float-cmp v0.10.0 |
| 2547 | 2026-05-15T03:45:49.539Z | Checking serde-big-array v0.5.1 |
| 2548 | 2026-05-15T03:45:49.539Z | Checking serde_plain v1.0.2 |
| 2549 | 2026-05-15T03:45:49.567Z | Checking erased-serde v0.3.31 |
| 2550 | 2026-05-15T03:45:49.614Z | Checking rfc6979 v0.4.0 |
| 2551 | 2026-05-15T03:45:49.664Z | Checking thread-id v4.2.2 |
| 2552 | 2026-05-15T03:45:49.669Z | Checking memmap2 v0.9.10 |
| 2553 | 2026-05-15T03:45:49.669Z | Checking env_filter v1.0.0 |
| 2554 | 2026-05-15T03:45:49.669Z | Checking predicates-core v1.0.10 |
| 2555 | 2026-05-15T03:45:49.721Z | Checking fixedbitset v0.4.2 |
| 2556 | 2026-05-15T03:45:49.736Z | Checking precomputed-hash v0.1.1 |
| 2557 | 2026-05-15T03:45:49.806Z | Checking typed-path v0.9.3 |
| 2558 | 2026-05-15T03:45:49.813Z | Checking fixedbitset v0.5.7 |
| 2559 | 2026-05-15T03:45:49.813Z | Checking data-encoding v2.10.0 |
| 2560 | 2026-05-15T03:45:49.813Z | Checking difflib v0.4.0 |
| 2561 | 2026-05-15T03:45:49.873Z | Checking unicode-segmentation v1.12.0 |
| 2562 | 2026-05-15T03:45:49.965Z | Checking toml_write v0.1.2 |
| 2563 | 2026-05-15T03:45:50.006Z | Checking jiff v0.2.21 |
| 2564 | 2026-05-15T03:45:50.018Z | Checking new_debug_unreachable v1.0.6 |
| 2565 | 2026-05-15T03:45:50.074Z | Checking whoami v2.1.0 |
| 2566 | 2026-05-15T03:45:50.084Z | Checking rustc-hash v2.1.1 |
| 2567 | 2026-05-15T03:45:50.115Z | Checking normalize-line-endings v0.3.0 |
| 2568 | 2026-05-15T03:45:50.176Z | Checking static_assertions v1.1.0 |
| 2569 | 2026-05-15T03:45:50.188Z | Checking keccak v0.1.6 |
| 2570 | 2026-05-15T03:45:50.215Z | Checking predicates v3.1.4 |
| 2571 | 2026-05-15T03:45:50.249Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2572 | 2026-05-15T03:45:50.275Z | Checking crossterm v0.28.1 |
| 2573 | 2026-05-15T03:45:50.275Z | Checking tokio-postgres v0.7.16 |
| 2574 | 2026-05-15T03:45:50.344Z | Checking sha3 v0.10.8 |
| 2575 | 2026-05-15T03:45:50.540Z | Checking similar v2.7.0 |
| 2576 | 2026-05-15T03:45:50.553Z | Checking ed25519-dalek v2.2.0 |
| 2577 | 2026-05-15T03:45:50.583Z | Checking tough v0.22.0 |
| 2578 | 2026-05-15T03:45:50.769Z | Checking toml_edit v0.22.27 |
| 2579 | 2026-05-15T03:45:50.926Z | Checking string_cache v0.8.9 |
| 2580 | 2026-05-15T03:45:50.984Z | Checking hickory-proto v0.25.2 |
| 2581 | 2026-05-15T03:45:51.085Z | Checking petgraph v0.8.3 |
| 2582 | 2026-05-15T03:45:51.106Z | Checking slog v2.8.2 |
| 2583 | 2026-05-15T03:45:51.449Z | Checking petgraph v0.6.5 |
| 2584 | 2026-05-15T03:45:51.505Z | Checking usdt v0.6.0 |
| 2585 | 2026-05-15T03:45:51.673Z | Checking env_logger v0.11.9 |
| 2586 | 2026-05-15T03:45:51.886Z | Checking ecdsa v0.16.9 |
| 2587 | 2026-05-15T03:45:51.936Z | Checking usdt-impl v0.5.0 |
| 2588 | 2026-05-15T03:45:52.189Z | Checking rsa v0.9.10 |
| 2589 | 2026-05-15T03:45:52.223Z | Checking toml v0.7.8 |
| 2590 | 2026-05-15T03:45:52.315Z | Checking zip v4.6.1 |
| 2591 | 2026-05-15T03:45:52.510Z | Checking nix v0.31.2 |
| 2592 | 2026-05-15T03:45:52.524Z | Checking reqwest v0.13.2 |
| 2593 | 2026-05-15T03:45:52.583Z | Checking clap v4.5.60 |
| 2594 | 2026-05-15T03:45:52.618Z | Checking zip v0.6.6 |
| 2595 | 2026-05-15T03:45:53.048Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2596 | 2026-05-15T03:45:53.132Z | Checking itertools v0.13.0 |
| 2597 | 2026-05-15T03:45:53.132Z | Checking serde_with v3.17.0 |
| 2598 | 2026-05-15T03:45:53.132Z | Checking strum v0.26.3 |
| 2599 | 2026-05-15T03:45:53.132Z | Checking fs-err v3.3.0 |
| 2600 | 2026-05-15T03:45:53.132Z | Checking ahash v0.8.12 |
| 2601 | 2026-05-15T03:45:53.133Z | Checking object v0.37.3 |
| 2602 | 2026-05-15T03:45:53.197Z | Checking tokio-stream v0.1.18 |
| 2603 | 2026-05-15T03:45:53.235Z | Checking buf-list v1.1.2 |
| 2604 | 2026-05-15T03:45:53.408Z | Checking camino v1.2.2 |
| 2605 | 2026-05-15T03:45:53.427Z | Checking anyhow v1.0.102 |
| 2606 | 2026-05-15T03:45:53.489Z | Checking x509-cert v0.2.5 |
| 2607 | 2026-05-15T03:45:53.543Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2608 | 2026-05-15T03:45:53.604Z | Checking openapiv3 v2.2.0 |
| 2609 | 2026-05-15T03:45:53.682Z | Checking sha1 v0.10.6 |
| 2610 | 2026-05-15T03:45:53.704Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2611 | 2026-05-15T03:45:53.725Z | Checking peg-runtime v0.8.5 |
| 2612 | 2026-05-15T03:45:53.780Z | Checking lalrpop-util v0.19.12 |
| 2613 | 2026-05-15T03:45:53.800Z | Checking rayon v1.11.0 |
| 2614 | 2026-05-15T03:45:53.873Z | Checking sigpipe v0.1.3 |
| 2615 | 2026-05-15T03:45:53.884Z | Checking glob v0.3.3 |
| 2616 | 2026-05-15T03:45:55.226Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2617 | 2026-05-15T03:45:55.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.88s |
| 2618 | 2026-05-15T03:45:55.672Z | |
| 2619 | 2026-05-15T03:45:55.672Z | info: running `cargo check --bins` on internal-dns-types (77/275) |
| 2620 | 2026-05-15T03:45:56.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2621 | 2026-05-15T03:45:56.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2622 | 2026-05-15T03:45:56.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2623 | 2026-05-15T03:45:56.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2624 | 2026-05-15T03:45:56.279Z | |
| 2625 | 2026-05-15T03:45:56.279Z | info: running `cargo check --bins` on internal-dns-types-versions (78/275) |
| 2626 | 2026-05-15T03:45:56.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2627 | 2026-05-15T03:45:56.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2628 | 2026-05-15T03:45:56.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2629 | 2026-05-15T03:45:56.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2630 | 2026-05-15T03:45:56.895Z | |
| 2631 | 2026-05-15T03:45:56.895Z | info: running `cargo check --bins` on nexus-types-versions (79/275) |
| 2632 | 2026-05-15T03:45:57.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2633 | 2026-05-15T03:45:57.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2634 | 2026-05-15T03:45:57.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2635 | 2026-05-15T03:45:57.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2636 | 2026-05-15T03:45:57.512Z | |
| 2637 | 2026-05-15T03:45:57.512Z | info: running `cargo check --bins` on oxql-types (80/275) |
| 2638 | 2026-05-15T03:45:58.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2639 | 2026-05-15T03:45:58.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2640 | 2026-05-15T03:45:58.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2641 | 2026-05-15T03:45:58.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2642 | 2026-05-15T03:45:58.124Z | |
| 2643 | 2026-05-15T03:45:58.124Z | info: running `cargo check --bins` on oximeter-types (81/275) |
| 2644 | 2026-05-15T03:45:58.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2645 | 2026-05-15T03:45:58.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2646 | 2026-05-15T03:45:58.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2647 | 2026-05-15T03:45:58.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2648 | 2026-05-15T03:45:58.723Z | |
| 2649 | 2026-05-15T03:45:58.723Z | info: running `cargo check --bins` on oximeter-types-versions (82/275) |
| 2650 | 2026-05-15T03:45:59.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2651 | 2026-05-15T03:45:59.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2652 | 2026-05-15T03:45:59.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2653 | 2026-05-15T03:45:59.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2654 | 2026-05-15T03:45:59.346Z | |
| 2655 | 2026-05-15T03:45:59.346Z | info: running `cargo check --bins` on oximeter-macro-impl (83/275) |
| 2656 | 2026-05-15T03:45:59.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2657 | 2026-05-15T03:45:59.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2658 | 2026-05-15T03:45:59.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2659 | 2026-05-15T03:45:59.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2660 | 2026-05-15T03:45:59.928Z | |
| 2661 | 2026-05-15T03:45:59.928Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/275) |
| 2662 | 2026-05-15T03:46:00.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2663 | 2026-05-15T03:46:00.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2664 | 2026-05-15T03:46:00.633Z | Compiling structmeta-derive v0.3.0 |
| 2665 | 2026-05-15T03:46:00.749Z | Compiling rustls v0.22.4 |
| 2666 | 2026-05-15T03:46:00.759Z | Compiling multer v3.1.0 |
| 2667 | 2026-05-15T03:46:00.771Z | Compiling async-stream-impl v0.3.6 |
| 2668 | 2026-05-15T03:46:00.774Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2669 | 2026-05-15T03:46:00.792Z | Compiling dropshot v0.17.0 |
| 2670 | 2026-05-15T03:46:00.807Z | Compiling dropshot_endpoint v0.17.0 |
| 2671 | 2026-05-15T03:46:00.808Z | Compiling newtype-uuid-macros v0.1.0 |
| 2672 | 2026-05-15T03:46:00.928Z | Checking newtype-uuid v1.3.2 |
| 2673 | 2026-05-15T03:46:00.984Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2674 | 2026-05-15T03:46:01.058Z | Checking rustls-webpki v0.102.8 |
| 2675 | 2026-05-15T03:46:01.131Z | Checking daft v0.1.5 |
| 2676 | 2026-05-15T03:46:01.163Z | Checking thread_local v1.1.9 |
| 2677 | 2026-05-15T03:46:01.316Z | Checking compression-core v0.4.31 |
| 2678 | 2026-05-15T03:46:01.340Z | Checking match_cfg v0.1.0 |
| 2679 | 2026-05-15T03:46:01.352Z | Checking iddqd v0.3.18 |
| 2680 | 2026-05-15T03:46:01.373Z | Checking crossbeam-channel v0.5.15 |
| 2681 | 2026-05-15T03:46:01.458Z | Checking hostname v0.3.1 |
| 2682 | 2026-05-15T03:46:01.478Z | Checking compression-codecs v0.4.37 |
| 2683 | 2026-05-15T03:46:01.501Z | Checking slog-json v2.6.1 |
| 2684 | 2026-05-15T03:46:01.561Z | Checking serde_spanned v1.0.4 |
| 2685 | 2026-05-15T03:46:01.604Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2686 | 2026-05-15T03:46:01.650Z | Checking is-terminal v0.4.17 |
| 2687 | 2026-05-15T03:46:01.692Z | Checking debug-ignore v1.0.5 |
| 2688 | 2026-05-15T03:46:01.707Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2689 | 2026-05-15T03:46:01.739Z | Checking term v1.2.1 |
| 2690 | 2026-05-15T03:46:01.786Z | Checking take_mut v0.2.2 |
| 2691 | 2026-05-15T03:46:01.789Z | Compiling structmeta v0.3.0 |
| 2692 | 2026-05-15T03:46:01.811Z | Checking slog-bunyan v2.5.0 |
| 2693 | 2026-05-15T03:46:01.883Z | Checking toml v1.0.6+spec-1.1.0 |
| 2694 | 2026-05-15T03:46:01.897Z | Checking slog-async v2.8.0 |
| 2695 | 2026-05-15T03:46:01.918Z | Checking async-compression v0.4.41 |
| 2696 | 2026-05-15T03:46:01.956Z | Checking slog-term v2.9.2 |
| 2697 | 2026-05-15T03:46:02.005Z | Compiling derive-ex v0.1.8 |
| 2698 | 2026-05-15T03:46:02.066Z | Compiling parse-display-derive v0.10.0 |
| 2699 | 2026-05-15T03:46:02.158Z | Checking async-stream v0.3.6 |
| 2700 | 2026-05-15T03:46:02.201Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2701 | 2026-05-15T03:46:02.214Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2702 | 2026-05-15T03:46:02.274Z | Checking progenitor-client v0.14.0 |
| 2703 | 2026-05-15T03:46:02.289Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2704 | 2026-05-15T03:46:02.425Z | Checking waitgroup v0.1.2 |
| 2705 | 2026-05-15T03:46:02.451Z | Checking backon v1.6.0 |
| 2706 | 2026-05-15T03:46:02.510Z | Checking rustls-pemfile v2.2.0 |
| 2707 | 2026-05-15T03:46:02.538Z | Checking serde_path_to_error v0.1.20 |
| 2708 | 2026-05-15T03:46:02.561Z | Checking hostname v0.4.2 |
| 2709 | 2026-05-15T03:46:02.704Z | Checking instant v0.1.13 |
| 2710 | 2026-05-15T03:46:02.724Z | Checking backoff v0.4.0 |
| 2711 | 2026-05-15T03:46:02.805Z | Checking progenitor-extras v0.2.0 |
| 2712 | 2026-05-15T03:46:02.870Z | Checking tokio-rustls v0.25.0 |
| 2713 | 2026-05-15T03:46:02.884Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2714 | 2026-05-15T03:46:02.909Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2715 | 2026-05-15T03:46:03.050Z | Checking itertools v0.14.0 |
| 2716 | 2026-05-15T03:46:03.086Z | Checking progenitor-client v0.10.0 |
| 2717 | 2026-05-15T03:46:03.236Z | Checking regress v0.10.5 |
| 2718 | 2026-05-15T03:46:03.272Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2719 | 2026-05-15T03:46:03.504Z | Checking macaddr v1.0.1 |
| 2720 | 2026-05-15T03:46:03.677Z | Compiling test-strategy v0.4.5 |
| 2721 | 2026-05-15T03:46:03.734Z | Checking parse-display v0.10.0 |
| 2722 | 2026-05-15T03:46:04.848Z | Compiling prettyplease v0.2.37 |
| 2723 | 2026-05-15T03:46:05.178Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2724 | 2026-05-15T03:46:05.300Z | Checking num-rational v0.4.2 |
| 2725 | 2026-05-15T03:46:05.574Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2726 | 2026-05-15T03:46:05.802Z | Checking num-complex v0.4.6 |
| 2727 | 2026-05-15T03:46:06.426Z | Checking num v0.4.3 |
| 2728 | 2026-05-15T03:46:06.499Z | Compiling usdt-attr-macro v0.5.0 |
| 2729 | 2026-05-15T03:46:06.521Z | Compiling usdt-macro v0.5.0 |
| 2730 | 2026-05-15T03:46:06.542Z | Checking memmap v0.7.0 |
| 2731 | 2026-05-15T03:46:06.576Z | Checking float-ord v0.3.2 |
| 2732 | 2026-05-15T03:46:06.668Z | Checking unicode-width v0.2.0 |
| 2733 | 2026-05-15T03:46:06.681Z | Compiling convert_case v0.4.0 |
| 2734 | 2026-05-15T03:46:06.926Z | Checking console v0.15.11 |
| 2735 | 2026-05-15T03:46:07.055Z | Compiling derive_more v0.99.20 |
| 2736 | 2026-05-15T03:46:07.192Z | Checking newline-converter v0.3.0 |
| 2737 | 2026-05-15T03:46:07.233Z | Checking atomicwrites v0.4.4 |
| 2738 | 2026-05-15T03:46:07.269Z | Checking usdt v0.5.0 |
| 2739 | 2026-05-15T03:46:07.302Z | Compiling toml v0.8.23 |
| 2740 | 2026-05-15T03:46:07.360Z | Checking linked-hash-map v0.5.6 |
| 2741 | 2026-05-15T03:46:07.435Z | Compiling minimal-lexical v0.2.1 |
| 2742 | 2026-05-15T03:46:07.531Z | Checking lru-cache v0.1.2 |
| 2743 | 2026-05-15T03:46:07.654Z | Compiling nom v7.1.3 |
| 2744 | 2026-05-15T03:46:07.689Z | Checking expectorate v1.2.0 |
| 2745 | 2026-05-15T03:46:08.186Z | Checking camino-tempfile v1.4.1 |
| 2746 | 2026-05-15T03:46:08.337Z | Checking hickory-proto v0.24.4 |
| 2747 | 2026-05-15T03:46:08.365Z | Checking phf_shared v0.12.1 |
| 2748 | 2026-05-15T03:46:08.502Z | Compiling slog-dtrace v0.3.0 |
| 2749 | 2026-05-15T03:46:08.748Z | Checking resolv-conf v0.7.6 |
| 2750 | 2026-05-15T03:46:08.757Z | Compiling chrono-tz v0.10.4 |
| 2751 | 2026-05-15T03:46:08.900Z | Checking heck v0.5.0 |
| 2752 | 2026-05-15T03:46:09.079Z | Compiling const_format_proc_macros v0.2.34 |
| 2753 | 2026-05-15T03:46:09.131Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2754 | 2026-05-15T03:46:09.131Z | Checking phf v0.12.1 |
| 2755 | 2026-05-15T03:46:09.233Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2756 | 2026-05-15T03:46:09.233Z | Checking tokio-dtrace v0.1.1 |
| 2757 | 2026-05-15T03:46:09.490Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2758 | 2026-05-15T03:46:09.513Z | Compiling derive-where v1.6.0 |
| 2759 | 2026-05-15T03:46:09.708Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2760 | 2026-05-15T03:46:09.851Z | Checking highway v1.3.0 |
| 2761 | 2026-05-15T03:46:10.045Z | Checking const_format v0.2.35 |
| 2762 | 2026-05-15T03:46:10.248Z | Checking hickory-resolver v0.24.4 |
| 2763 | 2026-05-15T03:46:10.377Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2764 | 2026-05-15T03:46:10.620Z | Checking oxide-tokio-rt v0.1.4 |
| 2765 | 2026-05-15T03:46:10.748Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2766 | 2026-05-15T03:46:10.809Z | Checking gethostname v0.5.0 |
| 2767 | 2026-05-15T03:46:10.988Z | Checking bcs v0.1.6 |
| 2768 | 2026-05-15T03:46:11.017Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2769 | 2026-05-15T03:46:11.017Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2770 | 2026-05-15T03:46:11.017Z | Checking qorb v0.4.1 |
| 2771 | 2026-05-15T03:46:11.017Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2772 | 2026-05-15T03:46:11.119Z | Checking termtree v0.5.1 |
| 2773 | 2026-05-15T03:46:14.397Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2774 | 2026-05-15T03:46:17.157Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2775 | 2026-05-15T03:46:19.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.34s |
| 2776 | 2026-05-15T03:46:19.463Z | |
| 2777 | 2026-05-15T03:46:19.463Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/275) |
| 2778 | 2026-05-15T03:46:19.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2779 | 2026-05-15T03:46:20.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2780 | 2026-05-15T03:46:20.157Z | Compiling ar_archive_writer v0.5.1 |
| 2781 | 2026-05-15T03:46:20.270Z | Compiling stacker v0.1.23 |
| 2782 | 2026-05-15T03:46:20.274Z | Compiling cfg_aliases v0.1.1 |
| 2783 | 2026-05-15T03:46:20.285Z | Compiling convert_case v0.10.0 |
| 2784 | 2026-05-15T03:46:20.285Z | Checking unicode-width v0.1.14 |
| 2785 | 2026-05-15T03:46:20.301Z | Compiling proc-macro-error v1.0.4 |
| 2786 | 2026-05-15T03:46:20.312Z | Checking fd-lock v4.0.4 |
| 2787 | 2026-05-15T03:46:20.312Z | Checking nibble_vec v0.1.0 |
| 2788 | 2026-05-15T03:46:20.335Z | Compiling nix v0.28.0 |
| 2789 | 2026-05-15T03:46:20.428Z | Checking vte v0.14.1 |
| 2790 | 2026-05-15T03:46:20.444Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2791 | 2026-05-15T03:46:20.521Z | Checking endian-type v0.1.2 |
| 2792 | 2026-05-15T03:46:20.533Z | Checking bytecount v0.6.9 |
| 2793 | 2026-05-15T03:46:20.571Z | Compiling derive_more-impl v2.1.1 |
| 2794 | 2026-05-15T03:46:20.587Z | Checking strip-ansi-escapes v0.2.1 |
| 2795 | 2026-05-15T03:46:20.600Z | Compiling tabled_derive v0.7.0 |
| 2796 | 2026-05-15T03:46:20.626Z | Checking papergrid v0.11.0 |
| 2797 | 2026-05-15T03:46:20.638Z | Checking radix_trie v0.2.1 |
| 2798 | 2026-05-15T03:46:20.690Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2799 | 2026-05-15T03:46:20.829Z | Compiling peg-macros v0.8.5 |
| 2800 | 2026-05-15T03:46:20.845Z | Checking winnow v0.6.26 |
| 2801 | 2026-05-15T03:46:21.111Z | Compiling psm v0.1.30 |
| 2802 | 2026-05-15T03:46:21.144Z | Compiling sqlparser_derive v0.5.0 |
| 2803 | 2026-05-15T03:46:21.227Z | Checking home v0.5.12 |
| 2804 | 2026-05-15T03:46:21.331Z | Checking nu-ansi-term v0.50.3 |
| 2805 | 2026-05-15T03:46:21.378Z | Checking derive_more v2.1.1 |
| 2806 | 2026-05-15T03:46:21.457Z | Checking unicode_categories v0.1.1 |
| 2807 | 2026-05-15T03:46:21.554Z | Checking tabled v0.15.0 |
| 2808 | 2026-05-15T03:46:21.578Z | Checking reedline v0.40.0 |
| 2809 | 2026-05-15T03:46:21.600Z | Checking rustyline v14.0.0 |
| 2810 | 2026-05-15T03:46:21.613Z | Checking crossterm v0.29.0 |
| 2811 | 2026-05-15T03:46:21.860Z | Checking recursive v0.1.1 |
| 2812 | 2026-05-15T03:46:21.909Z | Checking display-error-chain v0.2.2 |
| 2813 | 2026-05-15T03:46:21.956Z | Checking sqlparser v0.61.0 |
| 2814 | 2026-05-15T03:46:21.975Z | Checking sqlformat v0.3.5 |
| 2815 | 2026-05-15T03:46:22.175Z | Checking peg v0.8.5 |
| 2816 | 2026-05-15T03:46:33.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.65s |
| 2817 | 2026-05-15T03:46:33.299Z | |
| 2818 | 2026-05-15T03:46:33.299Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/275) |
| 2819 | 2026-05-15T03:46:33.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2820 | 2026-05-15T03:46:33.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2821 | 2026-05-15T03:46:33.986Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2822 | 2026-05-15T03:46:37.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
| 2823 | 2026-05-15T03:46:37.613Z | |
| 2824 | 2026-05-15T03:46:37.613Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/275) |
| 2825 | 2026-05-15T03:46:38.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2826 | 2026-05-15T03:46:38.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2827 | 2026-05-15T03:46:38.303Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2828 | 2026-05-15T03:46:40.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s |
| 2829 | 2026-05-15T03:46:40.970Z | |
| 2830 | 2026-05-15T03:46:40.970Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/275) |
| 2831 | 2026-05-15T03:46:41.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2832 | 2026-05-15T03:46:41.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2833 | 2026-05-15T03:46:41.688Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2834 | 2026-05-15T03:46:45.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s |
| 2835 | 2026-05-15T03:46:45.149Z | |
| 2836 | 2026-05-15T03:46:45.149Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/275) |
| 2837 | 2026-05-15T03:46:45.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2838 | 2026-05-15T03:46:45.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2839 | 2026-05-15T03:46:45.843Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2840 | 2026-05-15T03:46:49.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
| 2841 | 2026-05-15T03:46:49.273Z | |
| 2842 | 2026-05-15T03:46:49.273Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/275) |
| 2843 | 2026-05-15T03:46:49.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2844 | 2026-05-15T03:46:49.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2845 | 2026-05-15T03:46:49.957Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2846 | 2026-05-15T03:46:52.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s |
| 2847 | 2026-05-15T03:46:52.759Z | |
| 2848 | 2026-05-15T03:46:52.759Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/275) |
| 2849 | 2026-05-15T03:46:53.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2850 | 2026-05-15T03:46:53.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2851 | 2026-05-15T03:46:53.452Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2852 | 2026-05-15T03:46:56.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s |
| 2853 | 2026-05-15T03:46:56.265Z | |
| 2854 | 2026-05-15T03:46:56.265Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/275) |
| 2855 | 2026-05-15T03:46:56.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2856 | 2026-05-15T03:46:56.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2857 | 2026-05-15T03:46:56.963Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2858 | 2026-05-15T03:47:00.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
| 2859 | 2026-05-15T03:47:00.557Z | |
| 2860 | 2026-05-15T03:47:00.557Z | info: running `cargo check --bins` on oximeter (93/275) |
| 2861 | 2026-05-15T03:47:01.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2862 | 2026-05-15T03:47:01.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2863 | 2026-05-15T03:47:01.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2864 | 2026-05-15T03:47:01.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2865 | 2026-05-15T03:47:01.163Z | |
| 2866 | 2026-05-15T03:47:01.163Z | info: running `cargo check --bins` on oximeter-schema (94/275) |
| 2867 | 2026-05-15T03:47:01.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2868 | 2026-05-15T03:47:01.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2869 | 2026-05-15T03:47:01.811Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2870 | 2026-05-15T03:47:01.977Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2871 | 2026-05-15T03:47:01.982Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2872 | 2026-05-15T03:47:02.310Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2873 | 2026-05-15T03:47:05.195Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2874 | 2026-05-15T03:47:06.401Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2875 | 2026-05-15T03:47:06.565Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2876 | 2026-05-15T03:47:07.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s |
| 2877 | 2026-05-15T03:47:07.415Z | |
| 2878 | 2026-05-15T03:47:07.415Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/275) |
| 2879 | 2026-05-15T03:47:07.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2880 | 2026-05-15T03:47:07.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2881 | 2026-05-15T03:47:07.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2882 | 2026-05-15T03:47:07.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2883 | 2026-05-15T03:47:08.031Z | |
| 2884 | 2026-05-15T03:47:08.031Z | info: running `cargo check --bins` on oximeter-test-utils (96/275) |
| 2885 | 2026-05-15T03:47:08.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2886 | 2026-05-15T03:47:08.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2887 | 2026-05-15T03:47:08.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2888 | 2026-05-15T03:47:08.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2889 | 2026-05-15T03:47:08.684Z | |
| 2890 | 2026-05-15T03:47:08.684Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/275) |
| 2891 | 2026-05-15T03:47:09.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2892 | 2026-05-15T03:47:09.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2893 | 2026-05-15T03:47:09.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2894 | 2026-05-15T03:47:09.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2895 | 2026-05-15T03:47:09.296Z | |
| 2896 | 2026-05-15T03:47:09.296Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/275) |
| 2897 | 2026-05-15T03:47:09.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2898 | 2026-05-15T03:47:09.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2899 | 2026-05-15T03:47:09.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2900 | 2026-05-15T03:47:09.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2901 | 2026-05-15T03:47:09.916Z | |
| 2902 | 2026-05-15T03:47:09.916Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/275) |
| 2903 | 2026-05-15T03:47:10.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2904 | 2026-05-15T03:47:10.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2905 | 2026-05-15T03:47:10.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2906 | 2026-05-15T03:47:10.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2907 | 2026-05-15T03:47:10.540Z | |
| 2908 | 2026-05-15T03:47:10.540Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/275) |
| 2909 | 2026-05-15T03:47:11.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2910 | 2026-05-15T03:47:11.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2911 | 2026-05-15T03:47:11.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2912 | 2026-05-15T03:47:11.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2913 | 2026-05-15T03:47:11.166Z | |
| 2914 | 2026-05-15T03:47:11.166Z | info: running `cargo check --bins` on trust-quorum-types (101/275) |
| 2915 | 2026-05-15T03:47:11.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2916 | 2026-05-15T03:47:11.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2917 | 2026-05-15T03:47:11.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2918 | 2026-05-15T03:47:11.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2919 | 2026-05-15T03:47:11.778Z | |
| 2920 | 2026-05-15T03:47:11.778Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/275) |
| 2921 | 2026-05-15T03:47:12.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2922 | 2026-05-15T03:47:12.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2923 | 2026-05-15T03:47:12.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2924 | 2026-05-15T03:47:12.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2925 | 2026-05-15T03:47:12.391Z | |
| 2926 | 2026-05-15T03:47:12.391Z | info: running `cargo check --bins` on update-engine (103/275) |
| 2927 | 2026-05-15T03:47:12.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2928 | 2026-05-15T03:47:12.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2929 | 2026-05-15T03:47:12.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2930 | 2026-05-15T03:47:12.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2931 | 2026-05-15T03:47:12.986Z | |
| 2932 | 2026-05-15T03:47:12.986Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/275) |
| 2933 | 2026-05-15T03:47:13.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2934 | 2026-05-15T03:47:13.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2935 | 2026-05-15T03:47:13.713Z | Compiling crucible-workspace-hack v0.1.0 |
| 2936 | 2026-05-15T03:47:13.834Z | Checking secrecy v0.10.3 |
| 2937 | 2026-05-15T03:47:13.840Z | Compiling heapless v0.8.0 |
| 2938 | 2026-05-15T03:47:13.847Z | Compiling ingot-macros v0.1.1 |
| 2939 | 2026-05-15T03:47:13.855Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2940 | 2026-05-15T03:47:13.859Z | Checking hash32 v0.3.1 |
| 2941 | 2026-05-15T03:47:13.876Z | Compiling smoltcp v0.11.0 |
| 2942 | 2026-05-15T03:47:13.879Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2943 | 2026-05-15T03:47:13.933Z | Checking cobs v0.3.0 |
| 2944 | 2026-05-15T03:47:13.980Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2945 | 2026-05-15T03:47:14.070Z | Checking universal-hash v0.5.1 |
| 2946 | 2026-05-15T03:47:14.083Z | Checking half v2.7.1 |
| 2947 | 2026-05-15T03:47:14.123Z | Checking ciborium-io v0.2.2 |
| 2948 | 2026-05-15T03:47:14.189Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2949 | 2026-05-15T03:47:14.208Z | Checking opaque-debug v0.3.1 |
| 2950 | 2026-05-15T03:47:14.270Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2951 | 2026-05-15T03:47:14.316Z | Checking poly1305 v0.8.0 |
| 2952 | 2026-05-15T03:47:14.332Z | Checking ciborium-ll v0.2.2 |
| 2953 | 2026-05-15T03:47:14.382Z | Compiling proc-macro-crate v3.4.0 |
| 2954 | 2026-05-15T03:47:14.501Z | Checking postcard v1.1.3 |
| 2955 | 2026-05-15T03:47:14.553Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2956 | 2026-05-15T03:47:14.571Z | Checking password-hash v0.5.0 |
| 2957 | 2026-05-15T03:47:14.792Z | Checking chacha20 v0.9.1 |
| 2958 | 2026-05-15T03:47:14.806Z | Compiling proc-macro-crate v1.3.1 |
| 2959 | 2026-05-15T03:47:14.822Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2960 | 2026-05-15T03:47:14.909Z | Checking blake2 v0.10.6 |
| 2961 | 2026-05-15T03:47:14.927Z | Compiling num_enum_derive v0.7.5 |
| 2962 | 2026-05-15T03:47:14.983Z | Checking aead v0.5.2 |
| 2963 | 2026-05-15T03:47:15.060Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2964 | 2026-05-15T03:47:15.126Z | Compiling foreign-types-macros v0.2.3 |
| 2965 | 2026-05-15T03:47:15.138Z | Checking thiserror-no-std v2.0.2 |
| 2966 | 2026-05-15T03:47:15.151Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2967 | 2026-05-15T03:47:15.214Z | Checking foreign-types-shared v0.3.1 |
| 2968 | 2026-05-15T03:47:15.227Z | Checking cpufeatures v0.3.0 |
| 2969 | 2026-05-15T03:47:15.269Z | Checking vsss-rs v3.3.4 |
| 2970 | 2026-05-15T03:47:15.299Z | Checking chacha20 v0.10.0 |
| 2971 | 2026-05-15T03:47:15.304Z | Compiling num_enum_derive v0.5.11 |
| 2972 | 2026-05-15T03:47:15.384Z | Checking argon2 v0.5.3 |
| 2973 | 2026-05-15T03:47:15.515Z | Checking chacha20poly1305 v0.10.1 |
| 2974 | 2026-05-15T03:47:15.639Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2975 | 2026-05-15T03:47:15.707Z | Checking foreign-types v0.5.0 |
| 2976 | 2026-05-15T03:47:15.721Z | Checking ciborium v0.2.2 |
| 2977 | 2026-05-15T03:47:15.889Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2978 | 2026-05-15T03:47:15.949Z | Checking tabwriter v1.4.1 |
| 2979 | 2026-05-15T03:47:15.967Z | Checking num_enum v0.7.5 |
| 2980 | 2026-05-15T03:47:16.079Z | Checking byte-wrapper v0.1.0 |
| 2981 | 2026-05-15T03:47:16.092Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2982 | 2026-05-15T03:47:16.133Z | Checking cstr-argument v0.1.2 |
| 2983 | 2026-05-15T03:47:16.169Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2984 | 2026-05-15T03:47:16.254Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2985 | 2026-05-15T03:47:16.285Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2986 | 2026-05-15T03:47:16.327Z | Checking num_enum v0.5.11 |
| 2987 | 2026-05-15T03:47:16.370Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2988 | 2026-05-15T03:47:16.446Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2989 | 2026-05-15T03:47:16.463Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2990 | 2026-05-15T03:47:16.509Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2991 | 2026-05-15T03:47:16.605Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2992 | 2026-05-15T03:47:16.618Z | Checking rand v0.10.0 |
| 2993 | 2026-05-15T03:47:16.630Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2994 | 2026-05-15T03:47:16.633Z | Checking colored v3.1.1 |
| 2995 | 2026-05-15T03:47:16.655Z | Checking ingot-types v0.1.2 |
| 2996 | 2026-05-15T03:47:16.807Z | Checking indent_write v2.2.0 |
| 2997 | 2026-05-15T03:47:16.839Z | Compiling zone_cfg_derive v0.3.1 |
| 2998 | 2026-05-15T03:47:16.904Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2999 | 2026-05-15T03:47:16.937Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3000 | 2026-05-15T03:47:16.940Z | Checking itertools v0.12.1 |
| 3001 | 2026-05-15T03:47:17.022Z | Checking ingot v0.1.1 |
| 3002 | 2026-05-15T03:47:17.077Z | Compiling num-derive v0.4.2 |
| 3003 | 2026-05-15T03:47:17.102Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3004 | 2026-05-15T03:47:17.115Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3005 | 2026-05-15T03:47:17.204Z | Checking swrite v0.1.0 |
| 3006 | 2026-05-15T03:47:17.293Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3007 | 2026-05-15T03:47:17.324Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3008 | 2026-05-15T03:47:17.484Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3009 | 2026-05-15T03:47:17.487Z | Checking dropshot-api-manager-types v0.7.1 |
| 3010 | 2026-05-15T03:47:17.510Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3011 | 2026-05-15T03:47:17.593Z | Checking smf v0.2.3 |
| 3012 | 2026-05-15T03:47:17.617Z | Checking nanorand v0.7.0 |
| 3013 | 2026-05-15T03:47:17.661Z | Checking whoami v1.6.1 |
| 3014 | 2026-05-15T03:47:17.808Z | Checking flume v0.11.1 |
| 3015 | 2026-05-15T03:47:17.821Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3016 | 2026-05-15T03:47:17.963Z | Checking zone v0.3.1 |
| 3017 | 2026-05-15T03:47:17.999Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3018 | 2026-05-15T03:47:18.586Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3019 | 2026-05-15T03:47:19.570Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3020 | 2026-05-15T03:47:20.462Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3021 | 2026-05-15T03:47:23.507Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3022 | 2026-05-15T03:47:25.544Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3023 | 2026-05-15T03:47:26.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s |
| 3024 | 2026-05-15T03:47:26.864Z | |
| 3025 | 2026-05-15T03:47:26.864Z | info: running `cargo check --bins` on clickhouse-admin-api (105/275) |
| 3026 | 2026-05-15T03:47:27.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3027 | 2026-05-15T03:47:27.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3028 | 2026-05-15T03:47:27.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3029 | 2026-05-15T03:47:27.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3030 | 2026-05-15T03:47:27.487Z | |
| 3031 | 2026-05-15T03:47:27.487Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/275) |
| 3032 | 2026-05-15T03:47:28.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3033 | 2026-05-15T03:47:28.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3034 | 2026-05-15T03:47:28.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3035 | 2026-05-15T03:47:28.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3036 | 2026-05-15T03:47:28.111Z | |
| 3037 | 2026-05-15T03:47:28.111Z | info: running `cargo check --bins` on bootstrap-agent-client (107/275) |
| 3038 | 2026-05-15T03:47:28.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3039 | 2026-05-15T03:47:28.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3040 | 2026-05-15T03:47:28.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3041 | 2026-05-15T03:47:28.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3042 | 2026-05-15T03:47:28.736Z | |
| 3043 | 2026-05-15T03:47:28.736Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/275) |
| 3044 | 2026-05-15T03:47:29.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2026-05-15T03:47:29.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2026-05-15T03:47:29.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2026-05-15T03:47:29.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3048 | 2026-05-15T03:47:29.373Z | |
| 3049 | 2026-05-15T03:47:29.373Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/275) |
| 3050 | 2026-05-15T03:47:29.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2026-05-15T03:47:29.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2026-05-15T03:47:29.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3053 | 2026-05-15T03:47:29.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3054 | 2026-05-15T03:47:30.001Z | |
| 3055 | 2026-05-15T03:47:30.001Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/275) |
| 3056 | 2026-05-15T03:47:30.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3057 | 2026-05-15T03:47:30.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3058 | 2026-05-15T03:47:30.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3059 | 2026-05-15T03:47:30.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3060 | 2026-05-15T03:47:30.635Z | |
| 3061 | 2026-05-15T03:47:30.635Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/275) |
| 3062 | 2026-05-15T03:47:31.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3063 | 2026-05-15T03:47:31.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3064 | 2026-05-15T03:47:31.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3065 | 2026-05-15T03:47:31.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3066 | 2026-05-15T03:47:31.265Z | |
| 3067 | 2026-05-15T03:47:31.265Z | info: running `cargo check --bins` on cockroach-admin-client (112/275) |
| 3068 | 2026-05-15T03:47:31.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3069 | 2026-05-15T03:47:31.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3070 | 2026-05-15T03:47:31.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3071 | 2026-05-15T03:47:31.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3072 | 2026-05-15T03:47:31.882Z | |
| 3073 | 2026-05-15T03:47:31.882Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/275) |
| 3074 | 2026-05-15T03:47:32.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3075 | 2026-05-15T03:47:32.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3076 | 2026-05-15T03:47:32.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3077 | 2026-05-15T03:47:32.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3078 | 2026-05-15T03:47:32.507Z | |
| 3079 | 2026-05-15T03:47:32.507Z | info: running `cargo check --bins` on dns-service-client (114/275) |
| 3080 | 2026-05-15T03:47:33.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3081 | 2026-05-15T03:47:33.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3082 | 2026-05-15T03:47:33.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3083 | 2026-05-15T03:47:33.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3084 | 2026-05-15T03:47:33.134Z | |
| 3085 | 2026-05-15T03:47:33.134Z | info: running `cargo check --bins` on installinator-client (115/275) |
| 3086 | 2026-05-15T03:47:33.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3087 | 2026-05-15T03:47:33.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3088 | 2026-05-15T03:47:33.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3089 | 2026-05-15T03:47:33.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3090 | 2026-05-15T03:47:33.759Z | |
| 3091 | 2026-05-15T03:47:33.759Z | info: running `cargo check --bins` on nexus-client (116/275) |
| 3092 | 2026-05-15T03:47:34.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3093 | 2026-05-15T03:47:34.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3094 | 2026-05-15T03:47:34.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3095 | 2026-05-15T03:47:34.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3096 | 2026-05-15T03:47:34.416Z | |
| 3097 | 2026-05-15T03:47:34.416Z | info: running `cargo check --bins` on nexus-lockstep-client (117/275) |
| 3098 | 2026-05-15T03:47:34.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3099 | 2026-05-15T03:47:34.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3100 | 2026-05-15T03:47:34.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3101 | 2026-05-15T03:47:34.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3102 | 2026-05-15T03:47:35.073Z | |
| 3103 | 2026-05-15T03:47:35.073Z | info: running `cargo check --bins` on ntp-admin-client (118/275) |
| 3104 | 2026-05-15T03:47:35.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3105 | 2026-05-15T03:47:35.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3106 | 2026-05-15T03:47:35.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3107 | 2026-05-15T03:47:35.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3108 | 2026-05-15T03:47:35.667Z | |
| 3109 | 2026-05-15T03:47:35.667Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/275) |
| 3110 | 2026-05-15T03:47:36.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3111 | 2026-05-15T03:47:36.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3112 | 2026-05-15T03:47:36.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3113 | 2026-05-15T03:47:36.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3114 | 2026-05-15T03:47:36.271Z | |
| 3115 | 2026-05-15T03:47:36.271Z | info: running `cargo check --bins` on oxide-client (120/275) |
| 3116 | 2026-05-15T03:47:36.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3117 | 2026-05-15T03:47:36.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3118 | 2026-05-15T03:47:36.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3119 | 2026-05-15T03:47:36.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3120 | 2026-05-15T03:47:36.883Z | |
| 3121 | 2026-05-15T03:47:36.883Z | info: running `cargo check --bins` on oximeter-client (121/275) |
| 3122 | 2026-05-15T03:47:37.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3123 | 2026-05-15T03:47:37.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3124 | 2026-05-15T03:47:37.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3125 | 2026-05-15T03:47:37.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3126 | 2026-05-15T03:47:37.500Z | |
| 3127 | 2026-05-15T03:47:37.500Z | info: running `cargo check --bins` on repo-depot-client (122/275) |
| 3128 | 2026-05-15T03:47:38.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3129 | 2026-05-15T03:47:38.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3130 | 2026-05-15T03:47:38.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3131 | 2026-05-15T03:47:38.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3132 | 2026-05-15T03:47:38.116Z | |
| 3133 | 2026-05-15T03:47:38.116Z | info: running `cargo check --bins` on sled-agent-client (123/275) |
| 3134 | 2026-05-15T03:47:38.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3135 | 2026-05-15T03:47:38.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3136 | 2026-05-15T03:47:38.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3137 | 2026-05-15T03:47:38.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3138 | 2026-05-15T03:47:38.752Z | |
| 3139 | 2026-05-15T03:47:38.752Z | info: running `cargo check --bins` on wicketd-client (124/275) |
| 3140 | 2026-05-15T03:47:39.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3141 | 2026-05-15T03:47:39.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3142 | 2026-05-15T03:47:39.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3143 | 2026-05-15T03:47:39.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3144 | 2026-05-15T03:47:39.405Z | |
| 3145 | 2026-05-15T03:47:39.405Z | info: running `cargo check --bins` on installinator-common (125/275) |
| 3146 | 2026-05-15T03:47:39.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3147 | 2026-05-15T03:47:39.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3148 | 2026-05-15T03:47:39.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3149 | 2026-05-15T03:47:39.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3150 | 2026-05-15T03:47:40.042Z | |
| 3151 | 2026-05-15T03:47:40.042Z | info: running `cargo check --bins` on installinator-common-versions (126/275) |
| 3152 | 2026-05-15T03:47:40.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3153 | 2026-05-15T03:47:40.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3154 | 2026-05-15T03:47:40.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3155 | 2026-05-15T03:47:40.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3156 | 2026-05-15T03:47:40.649Z | |
| 3157 | 2026-05-15T03:47:40.649Z | info: running `cargo check --bins` on wicket-common (127/275) |
| 3158 | 2026-05-15T03:47:41.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3159 | 2026-05-15T03:47:41.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3160 | 2026-05-15T03:47:41.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3161 | 2026-05-15T03:47:41.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3162 | 2026-05-15T03:47:41.288Z | |
| 3163 | 2026-05-15T03:47:41.288Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/275) |
| 3164 | 2026-05-15T03:47:41.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3165 | 2026-05-15T03:47:41.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3166 | 2026-05-15T03:47:41.991Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3167 | 2026-05-15T03:47:42.108Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3168 | 2026-05-15T03:47:42.116Z | Checking csv-core v0.1.13 |
| 3169 | 2026-05-15T03:47:42.123Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3170 | 2026-05-15T03:47:42.130Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3171 | 2026-05-15T03:47:42.140Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3172 | 2026-05-15T03:47:42.150Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3173 | 2026-05-15T03:47:42.163Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3174 | 2026-05-15T03:47:42.267Z | Checking csv v1.4.0 |
| 3175 | 2026-05-15T03:47:42.287Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3176 | 2026-05-15T03:47:42.335Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3177 | 2026-05-15T03:47:42.365Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3178 | 2026-05-15T03:47:42.618Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3179 | 2026-05-15T03:47:42.963Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3180 | 2026-05-15T03:47:42.963Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3181 | 2026-05-15T03:47:43.291Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3182 | 2026-05-15T03:47:49.033Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3183 | 2026-05-15T03:47:49.563Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3184 | 2026-05-15T03:47:51.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.64s |
| 3185 | 2026-05-15T03:47:52.129Z | |
| 3186 | 2026-05-15T03:47:52.129Z | info: running `cargo check --bins` on cockroach-admin-api (129/275) |
| 3187 | 2026-05-15T03:47:52.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3188 | 2026-05-15T03:47:52.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3189 | 2026-05-15T03:47:52.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3190 | 2026-05-15T03:47:52.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3191 | 2026-05-15T03:47:52.747Z | |
| 3192 | 2026-05-15T03:47:52.747Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/275) |
| 3193 | 2026-05-15T03:47:53.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3194 | 2026-05-15T03:47:53.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3195 | 2026-05-15T03:47:53.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3196 | 2026-05-15T03:47:53.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3197 | 2026-05-15T03:47:53.434Z | |
| 3198 | 2026-05-15T03:47:53.434Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/275) |
| 3199 | 2026-05-15T03:47:54.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3200 | 2026-05-15T03:47:54.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3201 | 2026-05-15T03:47:54.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3202 | 2026-05-15T03:47:54.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3203 | 2026-05-15T03:47:54.130Z | |
| 3204 | 2026-05-15T03:47:54.130Z | info: running `cargo check --bins` on gateway-test-utils (132/275) |
| 3205 | 2026-05-15T03:47:54.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3206 | 2026-05-15T03:47:54.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3207 | 2026-05-15T03:47:54.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3208 | 2026-05-15T03:47:54.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3209 | 2026-05-15T03:47:54.780Z | |
| 3210 | 2026-05-15T03:47:54.780Z | info: running `cargo check --bins` on omicron-gateway (133/275) |
| 3211 | 2026-05-15T03:47:55.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3212 | 2026-05-15T03:47:55.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3213 | 2026-05-15T03:47:55.545Z | Compiling regress v0.11.1 |
| 3214 | 2026-05-15T03:47:55.684Z | Compiling unsafe-libyaml v0.2.11 |
| 3215 | 2026-05-15T03:47:55.697Z | Compiling semver v0.1.20 |
| 3216 | 2026-05-15T03:47:55.699Z | Compiling radium v0.7.0 |
| 3217 | 2026-05-15T03:47:55.723Z | Checking tap v1.0.1 |
| 3218 | 2026-05-15T03:47:55.726Z | Compiling maybe-uninit v2.0.0 |
| 3219 | 2026-05-15T03:47:55.749Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3220 | 2026-05-15T03:47:55.823Z | Checking wyz v0.5.1 |
| 3221 | 2026-05-15T03:47:55.967Z | Compiling rustc_version v0.1.7 |
| 3222 | 2026-05-15T03:47:56.008Z | Checking progenitor-client v0.13.0 |
| 3223 | 2026-05-15T03:47:56.043Z | Compiling zerocopy-derive v0.6.6 |
| 3224 | 2026-05-15T03:47:56.154Z | Compiling owo-colors v4.3.0 |
| 3225 | 2026-05-15T03:47:56.184Z | Compiling newtype_derive v0.1.6 |
| 3226 | 2026-05-15T03:47:56.239Z | Compiling serde_yaml v0.9.34+deprecated |
| 3227 | 2026-05-15T03:47:56.370Z | Checking crc-catalog v2.4.0 |
| 3228 | 2026-05-15T03:47:56.421Z | Compiling cancel-safe-futures v0.1.5 |
| 3229 | 2026-05-15T03:47:56.462Z | Compiling packed_struct v0.10.1 |
| 3230 | 2026-05-15T03:47:56.479Z | Checking funty v2.0.0 |
| 3231 | 2026-05-15T03:47:56.700Z | Checking crc v3.4.0 |
| 3232 | 2026-05-15T03:47:56.805Z | Checking bitvec v1.0.1 |
| 3233 | 2026-05-15T03:47:56.874Z | Checking zerocopy v0.6.6 |
| 3234 | 2026-05-15T03:47:56.892Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3235 | 2026-05-15T03:47:56.903Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3236 | 2026-05-15T03:47:57.107Z | Checking typify-impl v0.6.2 |
| 3237 | 2026-05-15T03:47:57.174Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3238 | 2026-05-15T03:47:57.249Z | Compiling packed_struct_codegen v0.10.1 |
| 3239 | 2026-05-15T03:47:57.423Z | Checking libsw-core v0.3.2 |
| 3240 | 2026-05-15T03:47:57.438Z | Compiling bitfield-macros v0.19.4 |
| 3241 | 2026-05-15T03:47:57.571Z | Compiling indexmap v1.9.3 |
| 3242 | 2026-05-15T03:47:57.694Z | Checking nodrop v0.1.14 |
| 3243 | 2026-05-15T03:47:57.785Z | Checking array-init v0.0.4 |
| 3244 | 2026-05-15T03:47:57.803Z | Checking libsw v3.5.0 |
| 3245 | 2026-05-15T03:47:57.955Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3246 | 2026-05-15T03:47:58.088Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3247 | 2026-05-15T03:47:58.131Z | Checking bitfield v0.19.4 |
| 3248 | 2026-05-15T03:47:58.146Z | Checking smallvec v0.6.14 |
| 3249 | 2026-05-15T03:47:58.254Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3250 | 2026-05-15T03:47:58.364Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3251 | 2026-05-15T03:47:58.401Z | Checking base64 v0.21.7 |
| 3252 | 2026-05-15T03:47:58.492Z | Checking hashbrown v0.12.3 |
| 3253 | 2026-05-15T03:47:58.583Z | Checking linear-map v1.2.0 |
| 3254 | 2026-05-15T03:47:58.636Z | Checking smawk v0.3.2 |
| 3255 | 2026-05-15T03:47:58.677Z | Checking tagptr v0.2.0 |
| 3256 | 2026-05-15T03:47:58.788Z | Checking unicode-linebreak v0.1.5 |
| 3257 | 2026-05-15T03:47:58.802Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3258 | 2026-05-15T03:47:58.817Z | Checking moka v0.12.13 |
| 3259 | 2026-05-15T03:47:58.915Z | Checking ron v0.8.1 |
| 3260 | 2026-05-15T03:47:58.944Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3261 | 2026-05-15T03:47:58.970Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3262 | 2026-05-15T03:47:59.003Z | Checking textwrap v0.16.2 |
| 3263 | 2026-05-15T03:47:59.222Z | Checking steno v0.4.1 |
| 3264 | 2026-05-15T03:47:59.247Z | Checking serde-hex v0.1.0 |
| 3265 | 2026-05-15T03:47:59.383Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3266 | 2026-05-15T03:47:59.431Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3267 | 2026-05-15T03:47:59.464Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3268 | 2026-05-15T03:47:59.587Z | Checking hashbrown v0.13.2 |
| 3269 | 2026-05-15T03:47:59.780Z | Checking humantime v2.3.0 |
| 3270 | 2026-05-15T03:47:59.967Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3271 | 2026-05-15T03:48:00.008Z | Checking crc-any v2.5.0 |
| 3272 | 2026-05-15T03:48:00.042Z | Checking object v0.30.4 |
| 3273 | 2026-05-15T03:48:00.178Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3274 | 2026-05-15T03:48:00.192Z | Checking hickory-resolver v0.25.2 |
| 3275 | 2026-05-15T03:48:00.214Z | Checking utf-8 v0.7.6 |
| 3276 | 2026-05-15T03:48:00.228Z | Checking half v1.8.3 |
| 3277 | 2026-05-15T03:48:00.339Z | Checking void v1.0.2 |
| 3278 | 2026-05-15T03:48:00.353Z | Checking path-slash v0.1.5 |
| 3279 | 2026-05-15T03:48:00.422Z | Checking serde_cbor v0.11.2 |
| 3280 | 2026-05-15T03:48:00.443Z | Checking lzss v0.8.2 |
| 3281 | 2026-05-15T03:48:00.458Z | Checking tungstenite v0.23.0 |
| 3282 | 2026-05-15T03:48:00.738Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3283 | 2026-05-15T03:48:00.767Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3284 | 2026-05-15T03:48:00.795Z | Checking nix v0.27.1 |
| 3285 | 2026-05-15T03:48:00.860Z | Checking kstat-rs v0.2.4 |
| 3286 | 2026-05-15T03:48:00.878Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3287 | 2026-05-15T03:48:00.897Z | Checking fxhash v0.2.1 |
| 3288 | 2026-05-15T03:48:01.004Z | Checking serde_bytes v0.11.19 |
| 3289 | 2026-05-15T03:48:01.016Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3290 | 2026-05-15T03:48:01.043Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3291 | 2026-05-15T03:48:01.174Z | Checking tokio-tungstenite v0.23.1 |
| 3292 | 2026-05-15T03:48:01.294Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3293 | 2026-05-15T03:48:01.310Z | Checking signal-hook-tokio v0.3.1 |
| 3294 | 2026-05-15T03:48:01.612Z | Compiling typify-macro v0.6.2 |
| 3295 | 2026-05-15T03:48:02.299Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3296 | 2026-05-15T03:48:02.799Z | Compiling typify v0.6.2 |
| 3297 | 2026-05-15T03:48:02.830Z | Compiling progenitor-impl v0.13.0 |
| 3298 | 2026-05-15T03:48:02.830Z | Compiling progenitor-impl v0.14.0 |
| 3299 | 2026-05-15T03:48:03.188Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3300 | 2026-05-15T03:48:03.518Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 3301 | 2026-05-15T03:48:04.455Z | Compiling progenitor-macro v0.14.0 |
| 3302 | 2026-05-15T03:48:04.469Z | Compiling progenitor-macro v0.13.0 |
| 3303 | 2026-05-15T03:48:07.039Z | Checking progenitor v0.13.0 |
| 3304 | 2026-05-15T03:48:07.042Z | Checking progenitor v0.14.0 |
| 3305 | 2026-05-15T03:48:07.171Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3306 | 2026-05-15T03:48:07.174Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3307 | 2026-05-15T03:48:10.188Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3308 | 2026-05-15T03:48:17.836Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3309 | 2026-05-15T03:48:24.115Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3310 | 2026-05-15T03:48:25.491Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3311 | 2026-05-15T03:48:25.995Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3312 | 2026-05-15T03:48:28.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.32s |
| 3313 | 2026-05-15T03:48:28.309Z | |
| 3314 | 2026-05-15T03:48:28.309Z | info: running `cargo check --bins` on gateway-api (134/275) |
| 3315 | 2026-05-15T03:48:28.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3316 | 2026-05-15T03:48:28.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3317 | 2026-05-15T03:48:28.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3318 | 2026-05-15T03:48:28.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3319 | 2026-05-15T03:48:28.921Z | |
| 3320 | 2026-05-15T03:48:28.921Z | info: running `cargo check --bins` on ipcc (135/275) |
| 3321 | 2026-05-15T03:48:29.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3322 | 2026-05-15T03:48:29.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3323 | 2026-05-15T03:48:29.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3324 | 2026-05-15T03:48:29.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3325 | 2026-05-15T03:48:29.525Z | |
| 3326 | 2026-05-15T03:48:29.525Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/275) |
| 3327 | 2026-05-15T03:48:30.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3328 | 2026-05-15T03:48:30.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3329 | 2026-05-15T03:48:30.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3330 | 2026-05-15T03:48:30.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3331 | 2026-05-15T03:48:30.115Z | |
| 3332 | 2026-05-15T03:48:30.115Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/275) |
| 3333 | 2026-05-15T03:48:30.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3334 | 2026-05-15T03:48:30.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3335 | 2026-05-15T03:48:30.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3336 | 2026-05-15T03:48:30.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3337 | 2026-05-15T03:48:30.726Z | |
| 3338 | 2026-05-15T03:48:30.726Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/275) |
| 3339 | 2026-05-15T03:48:31.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3340 | 2026-05-15T03:48:31.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3341 | 2026-05-15T03:48:31.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3342 | 2026-05-15T03:48:31.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3343 | 2026-05-15T03:48:31.331Z | |
| 3344 | 2026-05-15T03:48:31.331Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/275) |
| 3345 | 2026-05-15T03:48:31.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3346 | 2026-05-15T03:48:31.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3347 | 2026-05-15T03:48:31.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3348 | 2026-05-15T03:48:31.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3349 | 2026-05-15T03:48:31.936Z | |
| 3350 | 2026-05-15T03:48:31.936Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/275) |
| 3351 | 2026-05-15T03:48:32.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3352 | 2026-05-15T03:48:32.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3353 | 2026-05-15T03:48:32.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3354 | 2026-05-15T03:48:32.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3355 | 2026-05-15T03:48:32.547Z | |
| 3356 | 2026-05-15T03:48:32.547Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/275) |
| 3357 | 2026-05-15T03:48:33.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3358 | 2026-05-15T03:48:33.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3359 | 2026-05-15T03:48:33.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3360 | 2026-05-15T03:48:33.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3361 | 2026-05-15T03:48:33.162Z | |
| 3362 | 2026-05-15T03:48:33.162Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/275) |
| 3363 | 2026-05-15T03:48:33.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3364 | 2026-05-15T03:48:33.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3365 | 2026-05-15T03:48:33.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3366 | 2026-05-15T03:48:33.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3367 | 2026-05-15T03:48:33.771Z | |
| 3368 | 2026-05-15T03:48:33.771Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/275) |
| 3369 | 2026-05-15T03:48:34.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3370 | 2026-05-15T03:48:34.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3371 | 2026-05-15T03:48:34.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3372 | 2026-05-15T03:48:34.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3373 | 2026-05-15T03:48:34.376Z | |
| 3374 | 2026-05-15T03:48:34.376Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/275) |
| 3375 | 2026-05-15T03:48:34.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3376 | 2026-05-15T03:48:34.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3377 | 2026-05-15T03:48:34.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3378 | 2026-05-15T03:48:34.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3379 | 2026-05-15T03:48:34.985Z | |
| 3380 | 2026-05-15T03:48:34.985Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/275) |
| 3381 | 2026-05-15T03:48:35.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3382 | 2026-05-15T03:48:35.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3383 | 2026-05-15T03:48:35.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3384 | 2026-05-15T03:48:35.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3385 | 2026-05-15T03:48:35.609Z | |
| 3386 | 2026-05-15T03:48:35.609Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/275) |
| 3387 | 2026-05-15T03:48:36.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3388 | 2026-05-15T03:48:36.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3389 | 2026-05-15T03:48:36.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3390 | 2026-05-15T03:48:36.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3391 | 2026-05-15T03:48:36.234Z | |
| 3392 | 2026-05-15T03:48:36.234Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/275) |
| 3393 | 2026-05-15T03:48:36.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3394 | 2026-05-15T03:48:36.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3395 | 2026-05-15T03:48:36.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3396 | 2026-05-15T03:48:36.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3397 | 2026-05-15T03:48:36.855Z | |
| 3398 | 2026-05-15T03:48:36.855Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/275) |
| 3399 | 2026-05-15T03:48:37.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3400 | 2026-05-15T03:48:37.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3401 | 2026-05-15T03:48:37.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3402 | 2026-05-15T03:48:37.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3403 | 2026-05-15T03:48:37.477Z | |
| 3404 | 2026-05-15T03:48:37.477Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/275) |
| 3405 | 2026-05-15T03:48:37.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3406 | 2026-05-15T03:48:38.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3407 | 2026-05-15T03:48:38.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3408 | 2026-05-15T03:48:38.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3409 | 2026-05-15T03:48:38.100Z | |
| 3410 | 2026-05-15T03:48:38.100Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/275) |
| 3411 | 2026-05-15T03:48:38.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3412 | 2026-05-15T03:48:38.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3413 | 2026-05-15T03:48:38.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3414 | 2026-05-15T03:48:38.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3415 | 2026-05-15T03:48:38.716Z | |
| 3416 | 2026-05-15T03:48:38.716Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/275) |
| 3417 | 2026-05-15T03:48:39.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3418 | 2026-05-15T03:48:39.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3419 | 2026-05-15T03:48:39.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3420 | 2026-05-15T03:48:39.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3421 | 2026-05-15T03:48:39.341Z | |
| 3422 | 2026-05-15T03:48:39.341Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/275) |
| 3423 | 2026-05-15T03:48:39.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3424 | 2026-05-15T03:48:39.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3425 | 2026-05-15T03:48:39.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3426 | 2026-05-15T03:48:39.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3427 | 2026-05-15T03:48:39.968Z | |
| 3428 | 2026-05-15T03:48:39.968Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/275) |
| 3429 | 2026-05-15T03:48:40.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3430 | 2026-05-15T03:48:40.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3431 | 2026-05-15T03:48:40.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3432 | 2026-05-15T03:48:40.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3433 | 2026-05-15T03:48:40.593Z | |
| 3434 | 2026-05-15T03:48:40.593Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/275) |
| 3435 | 2026-05-15T03:48:41.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3436 | 2026-05-15T03:48:41.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3437 | 2026-05-15T03:48:41.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3438 | 2026-05-15T03:48:41.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3439 | 2026-05-15T03:48:41.211Z | |
| 3440 | 2026-05-15T03:48:41.211Z | info: running `cargo check --bins` on oximeter-producer (155/275) |
| 3441 | 2026-05-15T03:48:41.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3442 | 2026-05-15T03:48:41.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3443 | 2026-05-15T03:48:41.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3444 | 2026-05-15T03:48:41.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3445 | 2026-05-15T03:48:41.867Z | |
| 3446 | 2026-05-15T03:48:41.867Z | info: running `cargo check --bins` on internal-dns-resolver (156/275) |
| 3447 | 2026-05-15T03:48:42.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3448 | 2026-05-15T03:48:42.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3449 | 2026-05-15T03:48:42.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3450 | 2026-05-15T03:48:42.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3451 | 2026-05-15T03:48:42.485Z | |
| 3452 | 2026-05-15T03:48:42.485Z | info: running `cargo check --bins` on dns-server (157/275) |
| 3453 | 2026-05-15T03:48:43.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3454 | 2026-05-15T03:48:43.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3455 | 2026-05-15T03:48:43.156Z | Compiling parking_lot_core v0.8.6 |
| 3456 | 2026-05-15T03:48:43.156Z | Compiling atomicwrites v0.4.4 |
| 3457 | 2026-05-15T03:48:43.160Z | Compiling git-stub v1.0.0 |
| 3458 | 2026-05-15T03:48:43.160Z | Checking prefix-trie v0.7.0 |
| 3459 | 2026-05-15T03:48:43.268Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3460 | 2026-05-15T03:48:43.405Z | Compiling git-stub-vcs v0.1.0 |
| 3461 | 2026-05-15T03:48:43.550Z | Checking hickory-server v0.25.2 |
| 3462 | 2026-05-15T03:48:43.664Z | Checking parking_lot v0.11.2 |
| 3463 | 2026-05-15T03:48:43.676Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3464 | 2026-05-15T03:48:43.763Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3465 | 2026-05-15T03:48:43.763Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3466 | 2026-05-15T03:48:43.834Z | Checking sled v0.34.7 |
| 3467 | 2026-05-15T03:48:45.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 3468 | 2026-05-15T03:48:45.897Z | |
| 3469 | 2026-05-15T03:48:45.897Z | info: running `cargo check --bins` on dns-server-api (158/275) |
| 3470 | 2026-05-15T03:48:46.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3471 | 2026-05-15T03:48:46.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3472 | 2026-05-15T03:48:46.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3473 | 2026-05-15T03:48:46.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3474 | 2026-05-15T03:48:46.514Z | |
| 3475 | 2026-05-15T03:48:46.514Z | info: running `cargo check --bins` on oximeter-producer-api (159/275) |
| 3476 | 2026-05-15T03:48:47.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3477 | 2026-05-15T03:48:47.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3478 | 2026-05-15T03:48:47.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3479 | 2026-05-15T03:48:47.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3480 | 2026-05-15T03:48:47.138Z | |
| 3481 | 2026-05-15T03:48:47.138Z | info: running `cargo check --bins` on sp-sim (160/275) |
| 3482 | 2026-05-15T03:48:47.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3483 | 2026-05-15T03:48:47.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3484 | 2026-05-15T03:48:47.876Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3485 | 2026-05-15T03:48:49.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s |
| 3486 | 2026-05-15T03:48:49.863Z | |
| 3487 | 2026-05-15T03:48:49.863Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (161/275) |
| 3488 | 2026-05-15T03:48:50.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3489 | 2026-05-15T03:48:50.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3490 | 2026-05-15T03:48:50.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3491 | 2026-05-15T03:48:50.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3492 | 2026-05-15T03:48:50.534Z | |
| 3493 | 2026-05-15T03:48:50.534Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/275) |
| 3494 | 2026-05-15T03:48:51.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3495 | 2026-05-15T03:48:51.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3496 | 2026-05-15T03:48:51.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3497 | 2026-05-15T03:48:51.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3498 | 2026-05-15T03:48:51.206Z | |
| 3499 | 2026-05-15T03:48:51.206Z | info: running `cargo check --bins` on db-macros (163/275) |
| 3500 | 2026-05-15T03:48:51.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3501 | 2026-05-15T03:48:51.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3502 | 2026-05-15T03:48:51.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3503 | 2026-05-15T03:48:51.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3504 | 2026-05-15T03:48:51.806Z | |
| 3505 | 2026-05-15T03:48:51.806Z | info: running `cargo check --bins` on nexus-macros-common (164/275) |
| 3506 | 2026-05-15T03:48:52.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3507 | 2026-05-15T03:48:52.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3508 | 2026-05-15T03:48:52.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3509 | 2026-05-15T03:48:52.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3510 | 2026-05-15T03:48:52.405Z | |
| 3511 | 2026-05-15T03:48:52.405Z | info: running `cargo check --bins` on nexus-auth (165/275) |
| 3512 | 2026-05-15T03:48:52.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3513 | 2026-05-15T03:48:52.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3514 | 2026-05-15T03:48:52.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3515 | 2026-05-15T03:48:52.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3516 | 2026-05-15T03:48:53.074Z | |
| 3517 | 2026-05-15T03:48:53.074Z | info: running `cargo check --bins` on authz-macros (166/275) |
| 3518 | 2026-05-15T03:48:53.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3519 | 2026-05-15T03:48:53.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3520 | 2026-05-15T03:48:53.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3521 | 2026-05-15T03:48:53.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3522 | 2026-05-15T03:48:53.674Z | |
| 3523 | 2026-05-15T03:48:53.674Z | info: running `cargo check --bins` on nexus-db-fixed-data (167/275) |
| 3524 | 2026-05-15T03:48:54.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3525 | 2026-05-15T03:48:54.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3526 | 2026-05-15T03:48:54.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3527 | 2026-05-15T03:48:54.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3528 | 2026-05-15T03:48:54.331Z | |
| 3529 | 2026-05-15T03:48:54.331Z | info: running `cargo check --bins` on nexus-db-model (168/275) |
| 3530 | 2026-05-15T03:48:54.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3531 | 2026-05-15T03:48:54.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3532 | 2026-05-15T03:48:54.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3533 | 2026-05-15T03:48:54.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3534 | 2026-05-15T03:48:54.984Z | |
| 3535 | 2026-05-15T03:48:54.984Z | info: running `cargo check --bins` on nexus-db-schema (169/275) |
| 3536 | 2026-05-15T03:48:55.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3537 | 2026-05-15T03:48:55.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3538 | 2026-05-15T03:48:55.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3539 | 2026-05-15T03:48:55.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3540 | 2026-05-15T03:48:55.589Z | |
| 3541 | 2026-05-15T03:48:55.589Z | info: running `cargo check --bins` on omicron-rpaths (170/275) |
| 3542 | 2026-05-15T03:48:56.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3543 | 2026-05-15T03:48:56.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3544 | 2026-05-15T03:48:56.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3545 | 2026-05-15T03:48:56.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3546 | 2026-05-15T03:48:56.191Z | |
| 3547 | 2026-05-15T03:48:56.191Z | info: running `cargo check --bins` on nexus-defaults (171/275) |
| 3548 | 2026-05-15T03:48:56.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3549 | 2026-05-15T03:48:56.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3550 | 2026-05-15T03:48:56.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3551 | 2026-05-15T03:48:56.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3552 | 2026-05-15T03:48:56.802Z | |
| 3553 | 2026-05-15T03:48:56.802Z | info: running `cargo check --bins` on omicron-cockroach-metrics (172/275) |
| 3554 | 2026-05-15T03:48:57.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3555 | 2026-05-15T03:48:57.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3556 | 2026-05-15T03:48:57.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3557 | 2026-05-15T03:48:57.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3558 | 2026-05-15T03:48:57.402Z | |
| 3559 | 2026-05-15T03:48:57.402Z | info: running `cargo check --bins` on parallel-task-set (173/275) |
| 3560 | 2026-05-15T03:48:57.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3561 | 2026-05-15T03:48:57.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3562 | 2026-05-15T03:48:57.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3563 | 2026-05-15T03:48:57.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3564 | 2026-05-15T03:48:58.003Z | |
| 3565 | 2026-05-15T03:48:58.003Z | info: running `cargo check --bins` on nexus-db-errors (174/275) |
| 3566 | 2026-05-15T03:48:58.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3567 | 2026-05-15T03:48:58.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3568 | 2026-05-15T03:48:58.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3569 | 2026-05-15T03:48:58.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3570 | 2026-05-15T03:48:58.671Z | |
| 3571 | 2026-05-15T03:48:58.671Z | info: running `cargo check --bins` on nexus-db-lookup (175/275) |
| 3572 | 2026-05-15T03:48:59.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3573 | 2026-05-15T03:48:59.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3574 | 2026-05-15T03:48:59.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3575 | 2026-05-15T03:48:59.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3576 | 2026-05-15T03:48:59.336Z | |
| 3577 | 2026-05-15T03:48:59.336Z | info: running `cargo check --bins` on nexus-inventory (176/275) |
| 3578 | 2026-05-15T03:48:59.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3579 | 2026-05-15T03:48:59.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3580 | 2026-05-15T03:48:59.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3581 | 2026-05-15T03:48:59.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3582 | 2026-05-15T03:48:59.993Z | |
| 3583 | 2026-05-15T03:48:59.993Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/275) |
| 3584 | 2026-05-15T03:49:00.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3585 | 2026-05-15T03:49:00.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3586 | 2026-05-15T03:49:00.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3587 | 2026-05-15T03:49:00.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3588 | 2026-05-15T03:49:00.625Z | |
| 3589 | 2026-05-15T03:49:00.625Z | info: running `cargo check --bins --no-default-features` on sled-storage (178/275) |
| 3590 | 2026-05-15T03:49:01.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3591 | 2026-05-15T03:49:01.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3592 | 2026-05-15T03:49:01.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3593 | 2026-05-15T03:49:01.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3594 | 2026-05-15T03:49:01.259Z | |
| 3595 | 2026-05-15T03:49:01.259Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/275) |
| 3596 | 2026-05-15T03:49:01.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3597 | 2026-05-15T03:49:01.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3598 | 2026-05-15T03:49:01.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3599 | 2026-05-15T03:49:01.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3600 | 2026-05-15T03:49:01.891Z | |
| 3601 | 2026-05-15T03:49:01.891Z | info: running `cargo check --bins` on key-manager (180/275) |
| 3602 | 2026-05-15T03:49:02.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3603 | 2026-05-15T03:49:02.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3604 | 2026-05-15T03:49:02.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3605 | 2026-05-15T03:49:02.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3606 | 2026-05-15T03:49:02.508Z | |
| 3607 | 2026-05-15T03:49:02.509Z | info: running `cargo check --bins --no-default-features` on sled-hardware (181/275) |
| 3608 | 2026-05-15T03:49:03.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3609 | 2026-05-15T03:49:03.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3610 | 2026-05-15T03:49:03.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3611 | 2026-05-15T03:49:03.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3612 | 2026-05-15T03:49:03.142Z | |
| 3613 | 2026-05-15T03:49:03.142Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/275) |
| 3614 | 2026-05-15T03:49:03.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3615 | 2026-05-15T03:49:03.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3616 | 2026-05-15T03:49:03.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3617 | 2026-05-15T03:49:03.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3618 | 2026-05-15T03:49:03.777Z | |
| 3619 | 2026-05-15T03:49:03.777Z | info: running `cargo check --bins` on typed-rng (183/275) |
| 3620 | 2026-05-15T03:49:04.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3621 | 2026-05-15T03:49:04.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3622 | 2026-05-15T03:49:04.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3623 | 2026-05-15T03:49:04.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3624 | 2026-05-15T03:49:04.384Z | |
| 3625 | 2026-05-15T03:49:04.384Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/275) |
| 3626 | 2026-05-15T03:49:04.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3627 | 2026-05-15T03:49:04.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3628 | 2026-05-15T03:49:05.245Z | Compiling typify-impl v0.4.3 |
| 3629 | 2026-05-15T03:49:05.245Z | Compiling libefi-sys v0.1.0 |
| 3630 | 2026-05-15T03:49:05.393Z | Compiling bitfield-struct v0.6.2 |
| 3631 | 2026-05-15T03:49:05.402Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3632 | 2026-05-15T03:49:05.431Z | Compiling xshell-macros v0.2.7 |
| 3633 | 2026-05-15T03:49:05.438Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3634 | 2026-05-15T03:49:05.441Z | Compiling salty v0.3.0 |
| 3635 | 2026-05-15T03:49:05.511Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3636 | 2026-05-15T03:49:05.641Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3637 | 2026-05-15T03:49:05.749Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3638 | 2026-05-15T03:49:05.816Z | Checking xshell v0.2.7 |
| 3639 | 2026-05-15T03:49:05.832Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3640 | 2026-05-15T03:49:05.893Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3641 | 2026-05-15T03:49:06.001Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3642 | 2026-05-15T03:49:06.005Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3643 | 2026-05-15T03:49:06.091Z | Checking primeorder v0.13.6 |
| 3644 | 2026-05-15T03:49:06.178Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3645 | 2026-05-15T03:49:06.244Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3646 | 2026-05-15T03:49:06.329Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3647 | 2026-05-15T03:49:06.361Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3648 | 2026-05-15T03:49:06.377Z | Checking tungstenite v0.21.0 |
| 3649 | 2026-05-15T03:49:06.479Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3650 | 2026-05-15T03:49:06.565Z | Compiling proc-macro-error2 v2.0.1 |
| 3651 | 2026-05-15T03:49:06.583Z | Checking p384 v0.13.1 |
| 3652 | 2026-05-15T03:49:06.599Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3653 | 2026-05-15T03:49:06.873Z | Compiling num-derive v0.3.3 |
| 3654 | 2026-05-15T03:49:07.002Z | Compiling tabled_derive v0.11.0 |
| 3655 | 2026-05-15T03:49:07.124Z | Checking tokio-tungstenite v0.21.0 |
| 3656 | 2026-05-15T03:49:07.327Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3657 | 2026-05-15T03:49:07.394Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3658 | 2026-05-15T03:49:07.409Z | Checking papergrid v0.17.0 |
| 3659 | 2026-05-15T03:49:07.756Z | Checking libscf-sys v1.1.0 |
| 3660 | 2026-05-15T03:49:07.774Z | Checking testing_table v0.3.0 |
| 3661 | 2026-05-15T03:49:07.854Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3662 | 2026-05-15T03:49:07.886Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3663 | 2026-05-15T03:49:08.024Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3664 | 2026-05-15T03:49:08.153Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3665 | 2026-05-15T03:49:08.197Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3666 | 2026-05-15T03:49:08.360Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3667 | 2026-05-15T03:49:08.405Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3668 | 2026-05-15T03:49:08.420Z | Checking corncobs v0.1.4 |
| 3669 | 2026-05-15T03:49:08.481Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3670 | 2026-05-15T03:49:08.547Z | Compiling unicase v2.9.0 |
| 3671 | 2026-05-15T03:49:08.563Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3672 | 2026-05-15T03:49:08.710Z | Checking tabled v0.20.0 |
| 3673 | 2026-05-15T03:49:08.788Z | Compiling mime_guess v2.0.5 |
| 3674 | 2026-05-15T03:49:08.849Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3675 | 2026-05-15T03:49:08.891Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3676 | 2026-05-15T03:49:08.960Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3677 | 2026-05-15T03:49:09.059Z | Checking progenitor-client v0.11.2 |
| 3678 | 2026-05-15T03:49:09.236Z | Checking secrecy v0.8.0 |
| 3679 | 2026-05-15T03:49:09.250Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3680 | 2026-05-15T03:49:09.269Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3681 | 2026-05-15T03:49:09.305Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3682 | 2026-05-15T03:49:09.373Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3683 | 2026-05-15T03:49:09.516Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3684 | 2026-05-15T03:49:09.794Z | Compiling typify-macro v0.4.3 |
| 3685 | 2026-05-15T03:49:09.809Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3686 | 2026-05-15T03:49:09.833Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3687 | 2026-05-15T03:49:09.926Z | Checking filetime v0.2.27 |
| 3688 | 2026-05-15T03:49:09.964Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3689 | 2026-05-15T03:49:10.218Z | Checking http-range v0.1.5 |
| 3690 | 2026-05-15T03:49:10.245Z | Checking xattr v1.6.1 |
| 3691 | 2026-05-15T03:49:10.347Z | Checking crc8 v0.1.1 |
| 3692 | 2026-05-15T03:49:10.379Z | Checking tar v0.4.45 |
| 3693 | 2026-05-15T03:49:10.464Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3694 | 2026-05-15T03:49:10.740Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3695 | 2026-05-15T03:49:10.778Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3696 | 2026-05-15T03:49:10.793Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3697 | 2026-05-15T03:49:10.889Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3698 | 2026-05-15T03:49:10.958Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3699 | 2026-05-15T03:49:11.169Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3700 | 2026-05-15T03:49:11.232Z | Checking atty v0.2.14 |
| 3701 | 2026-05-15T03:49:11.334Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3702 | 2026-05-15T03:49:11.399Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3703 | 2026-05-15T03:49:11.489Z | Compiling typify v0.4.3 |
| 3704 | 2026-05-15T03:49:11.721Z | Compiling progenitor-impl v0.11.2 |
| 3705 | 2026-05-15T03:49:11.765Z | Compiling progenitor-impl v0.10.0 |
| 3706 | 2026-05-15T03:49:12.146Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3707 | 2026-05-15T03:49:12.300Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3708 | 2026-05-15T03:49:12.550Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3709 | 2026-05-15T03:49:12.680Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3710 | 2026-05-15T03:49:13.127Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3711 | 2026-05-15T03:49:13.171Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3712 | 2026-05-15T03:49:13.430Z | Checking hyper-staticfile v0.10.1 |
| 3713 | 2026-05-15T03:49:13.504Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3714 | 2026-05-15T03:49:13.521Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3715 | 2026-05-15T03:49:13.727Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3716 | 2026-05-15T03:49:13.769Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3717 | 2026-05-15T03:49:13.815Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3718 | 2026-05-15T03:49:14.091Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3719 | 2026-05-15T03:49:14.109Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3720 | 2026-05-15T03:49:14.313Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3721 | 2026-05-15T03:49:14.351Z | Compiling progenitor-macro v0.11.2 |
| 3722 | 2026-05-15T03:49:14.370Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3723 | 2026-05-15T03:49:14.386Z | Compiling progenitor-macro v0.10.0 |
| 3724 | 2026-05-15T03:49:17.121Z | Checking progenitor v0.11.2 |
| 3725 | 2026-05-15T03:49:17.257Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3726 | 2026-05-15T03:49:17.311Z | Checking progenitor v0.10.0 |
| 3727 | 2026-05-15T03:49:17.435Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3728 | 2026-05-15T03:49:21.893Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3729 | 2026-05-15T03:49:22.983Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3730 | 2026-05-15T03:49:33.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.07s |
| 3731 | 2026-05-15T03:49:33.689Z | |
| 3732 | 2026-05-15T03:49:33.689Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/275) |
| 3733 | 2026-05-15T03:49:34.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3734 | 2026-05-15T03:49:34.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3735 | 2026-05-15T03:49:34.487Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3736 | 2026-05-15T03:49:44.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s |
| 3737 | 2026-05-15T03:49:45.162Z | |
| 3738 | 2026-05-15T03:49:45.162Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/275) |
| 3739 | 2026-05-15T03:49:45.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3740 | 2026-05-15T03:49:45.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3741 | 2026-05-15T03:49:45.951Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3742 | 2026-05-15T03:49:56.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s |
| 3743 | 2026-05-15T03:49:56.649Z | |
| 3744 | 2026-05-15T03:49:56.650Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/275) |
| 3745 | 2026-05-15T03:49:57.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3746 | 2026-05-15T03:49:57.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3747 | 2026-05-15T03:49:57.452Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3748 | 2026-05-15T03:50:07.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s |
| 3749 | 2026-05-15T03:50:08.105Z | |
| 3750 | 2026-05-15T03:50:08.105Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/275) |
| 3751 | 2026-05-15T03:50:08.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3752 | 2026-05-15T03:50:08.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3753 | 2026-05-15T03:50:08.902Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3754 | 2026-05-15T03:50:19.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s |
| 3755 | 2026-05-15T03:50:19.599Z | |
| 3756 | 2026-05-15T03:50:19.599Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/275) |
| 3757 | 2026-05-15T03:50:20.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3758 | 2026-05-15T03:50:20.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3759 | 2026-05-15T03:50:20.389Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3760 | 2026-05-15T03:50:31.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s |
| 3761 | 2026-05-15T03:50:31.231Z | |
| 3762 | 2026-05-15T03:50:31.231Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/275) |
| 3763 | 2026-05-15T03:50:31.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3764 | 2026-05-15T03:50:31.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3765 | 2026-05-15T03:50:32.025Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3766 | 2026-05-15T03:50:42.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s |
| 3767 | 2026-05-15T03:50:42.789Z | |
| 3768 | 2026-05-15T03:50:42.790Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/275) |
| 3769 | 2026-05-15T03:50:43.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3770 | 2026-05-15T03:50:43.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3771 | 2026-05-15T03:50:43.587Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3772 | 2026-05-15T03:50:54.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s |
| 3773 | 2026-05-15T03:50:54.369Z | |
| 3774 | 2026-05-15T03:50:54.369Z | info: running `cargo check --bins` on bootstrap-agent-api (192/275) |
| 3775 | 2026-05-15T03:50:54.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3776 | 2026-05-15T03:50:54.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3777 | 2026-05-15T03:50:54.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3778 | 2026-05-15T03:50:54.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3779 | 2026-05-15T03:50:54.990Z | |
| 3780 | 2026-05-15T03:50:54.990Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/275) |
| 3781 | 2026-05-15T03:50:55.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3782 | 2026-05-15T03:50:55.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3783 | 2026-05-15T03:50:55.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3784 | 2026-05-15T03:50:55.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3785 | 2026-05-15T03:50:55.611Z | |
| 3786 | 2026-05-15T03:50:55.611Z | info: running `cargo check --bins` on range-requests (194/275) |
| 3787 | 2026-05-15T03:50:56.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3788 | 2026-05-15T03:50:56.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3789 | 2026-05-15T03:50:56.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3790 | 2026-05-15T03:50:56.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3791 | 2026-05-15T03:50:56.221Z | |
| 3792 | 2026-05-15T03:50:56.221Z | info: running `cargo check --bins` on repo-depot-api (195/275) |
| 3793 | 2026-05-15T03:50:56.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3794 | 2026-05-15T03:50:56.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3795 | 2026-05-15T03:50:56.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3796 | 2026-05-15T03:50:56.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3797 | 2026-05-15T03:50:56.830Z | |
| 3798 | 2026-05-15T03:50:56.830Z | info: running `cargo check --bins` on sled-agent-api (196/275) |
| 3799 | 2026-05-15T03:50:57.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3800 | 2026-05-15T03:50:57.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3801 | 2026-05-15T03:50:57.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3802 | 2026-05-15T03:50:57.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3803 | 2026-05-15T03:50:57.470Z | |
| 3804 | 2026-05-15T03:50:57.470Z | info: running `cargo check --bins` on sled-diagnostics (197/275) |
| 3805 | 2026-05-15T03:50:58.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3806 | 2026-05-15T03:50:58.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3807 | 2026-05-15T03:50:58.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3808 | 2026-05-15T03:50:58.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3809 | 2026-05-15T03:50:58.116Z | |
| 3810 | 2026-05-15T03:50:58.116Z | info: running `cargo check --bins` on zfs-test-harness (198/275) |
| 3811 | 2026-05-15T03:50:58.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3812 | 2026-05-15T03:50:58.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3813 | 2026-05-15T03:50:58.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3814 | 2026-05-15T03:50:58.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3815 | 2026-05-15T03:50:58.751Z | |
| 3816 | 2026-05-15T03:50:58.751Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/275) |
| 3817 | 2026-05-15T03:50:59.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3818 | 2026-05-15T03:50:59.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3819 | 2026-05-15T03:50:59.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3820 | 2026-05-15T03:50:59.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3821 | 2026-05-15T03:50:59.397Z | |
| 3822 | 2026-05-15T03:50:59.397Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/275) |
| 3823 | 2026-05-15T03:50:59.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3824 | 2026-05-15T03:50:59.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3825 | 2026-05-15T03:50:59.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3826 | 2026-05-15T03:50:59.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3827 | 2026-05-15T03:51:00.041Z | |
| 3828 | 2026-05-15T03:51:00.041Z | info: running `cargo check --bins` on sled-agent-health-monitor (201/275) |
| 3829 | 2026-05-15T03:51:00.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3830 | 2026-05-15T03:51:00.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3831 | 2026-05-15T03:51:00.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3832 | 2026-05-15T03:51:00.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3833 | 2026-05-15T03:51:00.675Z | |
| 3834 | 2026-05-15T03:51:00.675Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (202/275) |
| 3835 | 2026-05-15T03:51:01.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3836 | 2026-05-15T03:51:01.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3837 | 2026-05-15T03:51:01.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3838 | 2026-05-15T03:51:01.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3839 | 2026-05-15T03:51:01.316Z | |
| 3840 | 2026-05-15T03:51:01.317Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (203/275) |
| 3841 | 2026-05-15T03:51:01.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3842 | 2026-05-15T03:51:01.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3843 | 2026-05-15T03:51:01.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3844 | 2026-05-15T03:51:01.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3845 | 2026-05-15T03:51:01.960Z | |
| 3846 | 2026-05-15T03:51:01.960Z | info: running `cargo check --bins` on sled-agent-resolvable-files (204/275) |
| 3847 | 2026-05-15T03:51:02.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3848 | 2026-05-15T03:51:02.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3849 | 2026-05-15T03:51:02.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3850 | 2026-05-15T03:51:02.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3851 | 2026-05-15T03:51:02.603Z | |
| 3852 | 2026-05-15T03:51:02.603Z | info: running `cargo check --bins` on sled-agent-rack-setup (205/275) |
| 3853 | 2026-05-15T03:51:03.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3854 | 2026-05-15T03:51:03.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3855 | 2026-05-15T03:51:03.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3856 | 2026-05-15T03:51:03.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3857 | 2026-05-15T03:51:03.271Z | |
| 3858 | 2026-05-15T03:51:03.271Z | info: running `cargo check --bins` on trust-quorum (206/275) |
| 3859 | 2026-05-15T03:51:03.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3860 | 2026-05-15T03:51:03.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3861 | 2026-05-15T03:51:03.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3862 | 2026-05-15T03:51:03.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3863 | 2026-05-15T03:51:03.910Z | |
| 3864 | 2026-05-15T03:51:03.910Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (207/275) |
| 3865 | 2026-05-15T03:51:04.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3866 | 2026-05-15T03:51:04.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3867 | 2026-05-15T03:51:04.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3868 | 2026-05-15T03:51:04.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3869 | 2026-05-15T03:51:04.560Z | |
| 3870 | 2026-05-15T03:51:04.560Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (208/275) |
| 3871 | 2026-05-15T03:51:05.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3872 | 2026-05-15T03:51:05.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3873 | 2026-05-15T03:51:05.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3874 | 2026-05-15T03:51:05.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3875 | 2026-05-15T03:51:05.225Z | |
| 3876 | 2026-05-15T03:51:05.225Z | info: running `cargo check --bins` on update-common (209/275) |
| 3877 | 2026-05-15T03:51:05.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3878 | 2026-05-15T03:51:05.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3879 | 2026-05-15T03:51:05.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3880 | 2026-05-15T03:51:05.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3881 | 2026-05-15T03:51:05.852Z | |
| 3882 | 2026-05-15T03:51:05.852Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (210/275) |
| 3883 | 2026-05-15T03:51:06.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3884 | 2026-05-15T03:51:06.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3885 | 2026-05-15T03:51:06.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3886 | 2026-05-15T03:51:06.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3887 | 2026-05-15T03:51:06.526Z | |
| 3888 | 2026-05-15T03:51:06.526Z | info: running `cargo check --bins` on omicron-deployment-graph (211/275) |
| 3889 | 2026-05-15T03:51:07.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3890 | 2026-05-15T03:51:07.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3891 | 2026-05-15T03:51:07.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3892 | 2026-05-15T03:51:07.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3893 | 2026-05-15T03:51:07.128Z | |
| 3894 | 2026-05-15T03:51:07.128Z | info: running `cargo check --bins` on reconfigurator-cli (212/275) |
| 3895 | 2026-05-15T03:51:07.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3896 | 2026-05-15T03:51:07.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3897 | 2026-05-15T03:51:07.914Z | Compiling fs-err v2.11.0 |
| 3898 | 2026-05-15T03:51:07.917Z | Checking ignore v0.4.25 |
| 3899 | 2026-05-15T03:51:07.917Z | Checking arc-swap v1.8.2 |
| 3900 | 2026-05-15T03:51:07.917Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3901 | 2026-05-15T03:51:08.059Z | Checking predicates-tree v1.0.13 |
| 3902 | 2026-05-15T03:51:08.062Z | Checking parse-size v1.1.0 |
| 3903 | 2026-05-15T03:51:08.082Z | Checking rand_seeder v0.4.0 |
| 3904 | 2026-05-15T03:51:08.085Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3905 | 2026-05-15T03:51:08.158Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3906 | 2026-05-15T03:51:08.179Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3907 | 2026-05-15T03:51:08.249Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3908 | 2026-05-15T03:51:08.271Z | Checking slog-scope v4.4.1 |
| 3909 | 2026-05-15T03:51:08.355Z | Compiling petname v2.0.2 |
| 3910 | 2026-05-15T03:51:08.399Z | Checking slog-stdlog v4.1.1 |
| 3911 | 2026-05-15T03:51:08.416Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3912 | 2026-05-15T03:51:08.429Z | Checking globwalk v0.9.1 |
| 3913 | 2026-05-15T03:51:08.477Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3914 | 2026-05-15T03:51:08.517Z | Checking slog-envlogger v2.2.0 |
| 3915 | 2026-05-15T03:51:08.607Z | Checking camino-tempfile-ext v0.3.3 |
| 3916 | 2026-05-15T03:51:08.621Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3917 | 2026-05-15T03:51:08.664Z | Checking sapling-renderdag v0.1.0 |
| 3918 | 2026-05-15T03:51:08.791Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3919 | 2026-05-15T03:51:08.805Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3920 | 2026-05-15T03:51:08.909Z | Checking subprocess v0.2.15 |
| 3921 | 2026-05-15T03:51:08.974Z | Checking sync-ptr v0.1.4 |
| 3922 | 2026-05-15T03:51:09.032Z | Checking colored v2.2.0 |
| 3923 | 2026-05-15T03:51:09.089Z | Checking assert_matches v1.5.0 |
| 3924 | 2026-05-15T03:51:09.193Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3925 | 2026-05-15T03:51:09.270Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3926 | 2026-05-15T03:51:09.295Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3927 | 2026-05-15T03:51:09.298Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3928 | 2026-05-15T03:51:09.961Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3929 | 2026-05-15T03:51:11.310Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3930 | 2026-05-15T03:51:13.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s |
| 3931 | 2026-05-15T03:51:13.746Z | |
| 3932 | 2026-05-15T03:51:13.746Z | info: running `cargo check --bins` on omicron-repl-utils (213/275) |
| 3933 | 2026-05-15T03:51:14.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3934 | 2026-05-15T03:51:14.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3935 | 2026-05-15T03:51:14.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3936 | 2026-05-15T03:51:14.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3937 | 2026-05-15T03:51:14.348Z | |
| 3938 | 2026-05-15T03:51:14.348Z | info: running `cargo check --bins` on transient-dns-server (214/275) |
| 3939 | 2026-05-15T03:51:14.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3940 | 2026-05-15T03:51:14.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3941 | 2026-05-15T03:51:14.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3942 | 2026-05-15T03:51:14.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3943 | 2026-05-15T03:51:14.976Z | |
| 3944 | 2026-05-15T03:51:14.976Z | info: running `cargo check --bins` on nexus-test-interface (215/275) |
| 3945 | 2026-05-15T03:51:15.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3946 | 2026-05-15T03:51:15.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3947 | 2026-05-15T03:51:15.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3948 | 2026-05-15T03:51:15.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3949 | 2026-05-15T03:51:15.652Z | |
| 3950 | 2026-05-15T03:51:15.652Z | info: running `cargo check --bins` on oximeter-collector (216/275) |
| 3951 | 2026-05-15T03:51:16.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3952 | 2026-05-15T03:51:16.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3953 | 2026-05-15T03:51:16.393Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3954 | 2026-05-15T03:51:16.393Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3955 | 2026-05-15T03:51:17.041Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3956 | 2026-05-15T03:51:18.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
| 3957 | 2026-05-15T03:51:18.834Z | |
| 3958 | 2026-05-15T03:51:18.834Z | info: running `cargo check --bins` on oximeter-api (217/275) |
| 3959 | 2026-05-15T03:51:19.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-05-15T03:51:19.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-05-15T03:51:19.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3962 | 2026-05-15T03:51:19.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3963 | 2026-05-15T03:51:19.446Z | |
| 3964 | 2026-05-15T03:51:19.446Z | info: running `cargo check --bins` on cert-dev (218/275) |
| 3965 | 2026-05-15T03:51:19.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-05-15T03:51:19.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-05-15T03:51:20.066Z | Checking yasna v0.5.2 |
| 3968 | 2026-05-15T03:51:20.474Z | Checking rcgen v0.12.1 |
| 3969 | 2026-05-15T03:51:20.718Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3970 | 2026-05-15T03:51:20.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 3971 | 2026-05-15T03:51:21.076Z | |
| 3972 | 2026-05-15T03:51:21.076Z | info: running `cargo check --bins` on clickana (219/275) |
| 3973 | 2026-05-15T03:51:21.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3974 | 2026-05-15T03:51:21.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3975 | 2026-05-15T03:51:21.744Z | Compiling darling_core v0.23.0 |
| 3976 | 2026-05-15T03:51:21.854Z | Compiling instability v0.3.11 |
| 3977 | 2026-05-15T03:51:21.860Z | Checking castaway v0.2.4 |
| 3978 | 2026-05-15T03:51:21.865Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3979 | 2026-05-15T03:51:21.871Z | Compiling indoc v2.0.7 |
| 3980 | 2026-05-15T03:51:21.874Z | Checking unicode-truncate v1.1.0 |
| 3981 | 2026-05-15T03:51:21.891Z | Checking lru v0.12.5 |
| 3982 | 2026-05-15T03:51:21.891Z | Checking cassowary v0.3.0 |
| 3983 | 2026-05-15T03:51:21.947Z | Checking compact_str v0.8.1 |
| 3984 | 2026-05-15T03:51:22.940Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3985 | 2026-05-15T03:51:23.135Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3986 | 2026-05-15T03:51:23.263Z | Compiling darling_macro v0.23.0 |
| 3987 | 2026-05-15T03:51:23.666Z | Compiling darling v0.23.0 |
| 3988 | 2026-05-15T03:51:24.273Z | Checking ratatui v0.29.0 |
| 3989 | 2026-05-15T03:51:25.323Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3990 | 2026-05-15T03:51:25.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s |
| 3991 | 2026-05-15T03:51:26.169Z | |
| 3992 | 2026-05-15T03:51:26.169Z | info: running `cargo check --bins` on clickhouse-cluster-dev (220/275) |
| 3993 | 2026-05-15T03:51:26.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3994 | 2026-05-15T03:51:26.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3995 | 2026-05-15T03:51:26.903Z | Checking headers-core v0.3.0 |
| 3996 | 2026-05-15T03:51:26.906Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3997 | 2026-05-15T03:51:27.098Z | Checking headers v0.4.1 |
| 3998 | 2026-05-15T03:51:27.461Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3999 | 2026-05-15T03:51:28.306Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4000 | 2026-05-15T03:51:28.808Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4001 | 2026-05-15T03:51:29.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s |
| 4002 | 2026-05-15T03:51:29.439Z | |
| 4003 | 2026-05-15T03:51:29.439Z | info: running `cargo check --bins` on ch-dev (221/275) |
| 4004 | 2026-05-15T03:51:29.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4005 | 2026-05-15T03:51:29.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4006 | 2026-05-15T03:51:30.171Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4007 | 2026-05-15T03:51:30.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4008 | 2026-05-15T03:51:31.134Z | |
| 4009 | 2026-05-15T03:51:31.134Z | info: running `cargo check --bins` on dev-tools-common (222/275) |
| 4010 | 2026-05-15T03:51:31.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4011 | 2026-05-15T03:51:31.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4012 | 2026-05-15T03:51:31.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4013 | 2026-05-15T03:51:31.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 4014 | 2026-05-15T03:51:31.613Z | |
| 4015 | 2026-05-15T03:51:31.614Z | info: running `cargo check --bins` on crdb-seed (223/275) |
| 4016 | 2026-05-15T03:51:32.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4017 | 2026-05-15T03:51:32.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4018 | 2026-05-15T03:51:32.343Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4019 | 2026-05-15T03:51:33.329Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4020 | 2026-05-15T03:51:33.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
| 4021 | 2026-05-15T03:51:33.890Z | |
| 4022 | 2026-05-15T03:51:33.890Z | info: running `cargo check --bins` on db-dev (224/275) |
| 4023 | 2026-05-15T03:51:34.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4024 | 2026-05-15T03:51:34.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4025 | 2026-05-15T03:51:34.620Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4026 | 2026-05-15T03:51:35.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4027 | 2026-05-15T03:51:35.592Z | |
| 4028 | 2026-05-15T03:51:35.592Z | info: running `cargo check --bins` on omicron-dev-lib (225/275) |
| 4029 | 2026-05-15T03:51:36.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4030 | 2026-05-15T03:51:36.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4031 | 2026-05-15T03:51:36.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4032 | 2026-05-15T03:51:36.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4033 | 2026-05-15T03:51:36.252Z | |
| 4034 | 2026-05-15T03:51:36.252Z | info: running `cargo check --bins` on xtask-downloader (226/275) |
| 4035 | 2026-05-15T03:51:36.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4036 | 2026-05-15T03:51:36.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4037 | 2026-05-15T03:51:36.878Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4038 | 2026-05-15T03:51:37.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
| 4039 | 2026-05-15T03:51:37.725Z | |
| 4040 | 2026-05-15T03:51:37.725Z | info: running `cargo check --bins` on omicron-dropshot-apis (227/275) |
| 4041 | 2026-05-15T03:51:38.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4042 | 2026-05-15T03:51:38.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4043 | 2026-05-15T03:51:38.493Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4044 | 2026-05-15T03:51:38.493Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4045 | 2026-05-15T03:51:38.495Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4046 | 2026-05-15T03:51:38.495Z | Checking git-stub v1.0.0 |
| 4047 | 2026-05-15T03:51:38.496Z | Compiling trait-variant v0.1.2 |
| 4048 | 2026-05-15T03:51:38.613Z | Checking is_ci v1.2.0 |
| 4049 | 2026-05-15T03:51:38.616Z | Checking maplit v1.0.2 |
| 4050 | 2026-05-15T03:51:38.647Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4051 | 2026-05-15T03:51:38.701Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4052 | 2026-05-15T03:51:38.728Z | Checking supports-color v3.0.2 |
| 4053 | 2026-05-15T03:51:38.759Z | Checking git-stub-vcs v0.1.0 |
| 4054 | 2026-05-15T03:51:38.858Z | Checking drift v0.1.4 |
| 4055 | 2026-05-15T03:51:38.893Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4056 | 2026-05-15T03:51:38.910Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4057 | 2026-05-15T03:51:38.952Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4058 | 2026-05-15T03:51:39.124Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4059 | 2026-05-15T03:51:39.138Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 4060 | 2026-05-15T03:51:39.151Z | Checking dropshot-api-manager v0.7.1 |
| 4061 | 2026-05-15T03:51:39.177Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4062 | 2026-05-15T03:51:39.366Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4063 | 2026-05-15T03:51:39.389Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4064 | 2026-05-15T03:51:39.594Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4065 | 2026-05-15T03:51:39.876Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4066 | 2026-05-15T03:51:44.943Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4067 | 2026-05-15T03:51:46.028Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4068 | 2026-05-15T03:51:46.589Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4069 | 2026-05-15T03:51:47.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.29s |
| 4070 | 2026-05-15T03:51:47.230Z | |
| 4071 | 2026-05-15T03:51:47.230Z | info: running `cargo check --bins` on installinator-api (228/275) |
| 4072 | 2026-05-15T03:51:47.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4073 | 2026-05-15T03:51:47.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4074 | 2026-05-15T03:51:47.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4075 | 2026-05-15T03:51:47.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4076 | 2026-05-15T03:51:47.856Z | |
| 4077 | 2026-05-15T03:51:47.856Z | info: running `cargo check --bins` on nexus-external-api (229/275) |
| 4078 | 2026-05-15T03:51:48.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4079 | 2026-05-15T03:51:48.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4080 | 2026-05-15T03:51:48.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4081 | 2026-05-15T03:51:48.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4082 | 2026-05-15T03:51:48.511Z | |
| 4083 | 2026-05-15T03:51:48.511Z | info: running `cargo check --bins` on nexus-internal-api (230/275) |
| 4084 | 2026-05-15T03:51:49.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4085 | 2026-05-15T03:51:49.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4086 | 2026-05-15T03:51:49.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4087 | 2026-05-15T03:51:49.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4088 | 2026-05-15T03:51:49.168Z | |
| 4089 | 2026-05-15T03:51:49.168Z | info: running `cargo check --bins` on nexus-lockstep-api (231/275) |
| 4090 | 2026-05-15T03:51:49.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4091 | 2026-05-15T03:51:49.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4092 | 2026-05-15T03:51:49.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4093 | 2026-05-15T03:51:49.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4094 | 2026-05-15T03:51:49.827Z | |
| 4095 | 2026-05-15T03:51:49.827Z | info: running `cargo check --bins` on ntp-admin-api (232/275) |
| 4096 | 2026-05-15T03:51:50.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4097 | 2026-05-15T03:51:50.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4098 | 2026-05-15T03:51:50.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4099 | 2026-05-15T03:51:50.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4100 | 2026-05-15T03:51:50.453Z | |
| 4101 | 2026-05-15T03:51:50.453Z | info: running `cargo check --bins` on ntp-admin-types-versions (233/275) |
| 4102 | 2026-05-15T03:51:50.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4103 | 2026-05-15T03:51:50.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4104 | 2026-05-15T03:51:50.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4105 | 2026-05-15T03:51:50.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4106 | 2026-05-15T03:51:51.064Z | |
| 4107 | 2026-05-15T03:51:51.064Z | info: running `cargo check --bins` on wicketd-api (234/275) |
| 4108 | 2026-05-15T03:51:51.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4109 | 2026-05-15T03:51:51.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4110 | 2026-05-15T03:51:51.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4111 | 2026-05-15T03:51:51.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4112 | 2026-05-15T03:51:51.705Z | |
| 4113 | 2026-05-15T03:51:51.705Z | info: running `cargo check --bins` on omicron-ls-apis (235/275) |
| 4114 | 2026-05-15T03:51:52.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4115 | 2026-05-15T03:51:52.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4116 | 2026-05-15T03:51:52.343Z | Checking typeid v1.0.3 |
| 4117 | 2026-05-15T03:51:52.455Z | Checking ordered-float v2.10.1 |
| 4118 | 2026-05-15T03:51:52.475Z | Checking unicode-xid v0.2.6 |
| 4119 | 2026-05-15T03:51:52.488Z | Checking cargo-platform v0.2.0 |
| 4120 | 2026-05-15T03:51:52.497Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4121 | 2026-05-15T03:51:52.519Z | Checking erased-serde v0.4.9 |
| 4122 | 2026-05-15T03:51:52.655Z | Checking serde-value v0.7.0 |
| 4123 | 2026-05-15T03:51:52.829Z | Checking serde-untagged v0.1.9 |
| 4124 | 2026-05-15T03:51:52.980Z | Checking cargo-util-schemas v0.8.2 |
| 4125 | 2026-05-15T03:51:53.662Z | Checking cargo_metadata v0.21.0 |
| 4126 | 2026-05-15T03:51:54.258Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4127 | 2026-05-15T03:51:54.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 4128 | 2026-05-15T03:51:55.120Z | |
| 4129 | 2026-05-15T03:51:55.120Z | info: running `cargo check --bins` on mgs-dev (236/275) |
| 4130 | 2026-05-15T03:51:55.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4131 | 2026-05-15T03:51:55.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4132 | 2026-05-15T03:51:55.863Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4133 | 2026-05-15T03:51:56.491Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4134 | 2026-05-15T03:51:57.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
| 4135 | 2026-05-15T03:51:57.219Z | |
| 4136 | 2026-05-15T03:51:57.219Z | info: running `cargo check --bins` on omicron-omdb (237/275) |
| 4137 | 2026-05-15T03:51:57.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4138 | 2026-05-15T03:51:57.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4139 | 2026-05-15T03:51:58.085Z | Compiling vergen-gitcl v1.0.8 |
| 4140 | 2026-05-15T03:51:58.085Z | Compiling dirs-sys-next v0.1.2 |
| 4141 | 2026-05-15T03:51:58.085Z | Compiling glob v0.3.3 |
| 4142 | 2026-05-15T03:51:58.088Z | Compiling crunchy v0.2.4 |
| 4143 | 2026-05-15T03:51:58.088Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4144 | 2026-05-15T03:51:58.088Z | Compiling diesel_derives v2.3.7 |
| 4145 | 2026-05-15T03:51:58.088Z | Compiling dsl_auto_type v0.2.0 |
| 4146 | 2026-05-15T03:51:58.088Z | Checking scheduled-thread-pool v0.2.7 |
| 4147 | 2026-05-15T03:51:58.398Z | Compiling dirs-next v2.0.0 |
| 4148 | 2026-05-15T03:51:58.433Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4149 | 2026-05-15T03:51:58.480Z | Compiling tiny-keccak v2.0.2 |
| 4150 | 2026-05-15T03:51:58.513Z | Compiling term v0.7.0 |
| 4151 | 2026-05-15T03:51:58.628Z | Checking r2d2 v0.8.10 |
| 4152 | 2026-05-15T03:51:58.645Z | Checking downcast-rs v2.0.2 |
| 4153 | 2026-05-15T03:51:58.658Z | Compiling clang-sys v1.8.1 |
| 4154 | 2026-05-15T03:51:58.738Z | Compiling bit-vec v0.6.3 |
| 4155 | 2026-05-15T03:51:58.819Z | Compiling ascii-canvas v3.0.0 |
| 4156 | 2026-05-15T03:51:58.967Z | Compiling bit-set v0.5.3 |
| 4157 | 2026-05-15T03:51:59.046Z | Compiling itertools v0.10.5 |
| 4158 | 2026-05-15T03:51:59.068Z | Compiling ena v0.14.4 |
| 4159 | 2026-05-15T03:51:59.099Z | Compiling libloading v0.8.9 |
| 4160 | 2026-05-15T03:51:59.123Z | Compiling diff v0.1.13 |
| 4161 | 2026-05-15T03:51:59.147Z | Compiling regex-syntax v0.6.29 |
| 4162 | 2026-05-15T03:51:59.162Z | Compiling bindgen v0.71.1 |
| 4163 | 2026-05-15T03:51:59.307Z | Compiling cexpr v0.6.0 |
| 4164 | 2026-05-15T03:51:59.381Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4165 | 2026-05-15T03:51:59.570Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4166 | 2026-05-15T03:51:59.630Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4167 | 2026-05-15T03:51:59.725Z | Compiling libxml v0.3.3 |
| 4168 | 2026-05-15T03:51:59.945Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4169 | 2026-05-15T03:52:00.024Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4170 | 2026-05-15T03:52:00.092Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4171 | 2026-05-15T03:52:00.208Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4172 | 2026-05-15T03:52:00.258Z | Compiling strum_macros v0.24.3 |
| 4173 | 2026-05-15T03:52:00.281Z | Compiling indoc v1.0.9 |
| 4174 | 2026-05-15T03:52:00.469Z | Compiling lalrpop v0.19.12 |
| 4175 | 2026-05-15T03:52:01.305Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4176 | 2026-05-15T03:52:01.498Z | Checking derive_builder v0.20.2 |
| 4177 | 2026-05-15T03:52:01.608Z | Compiling oso-derive v0.27.3 |
| 4178 | 2026-05-15T03:52:01.625Z | Checking quick-xml v0.37.5 |
| 4179 | 2026-05-15T03:52:01.824Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4180 | 2026-05-15T03:52:02.109Z | Checking openssl-probe v0.1.6 |
| 4181 | 2026-05-15T03:52:02.251Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4182 | 2026-05-15T03:52:02.505Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4183 | 2026-05-15T03:52:02.701Z | Checking bb8 v0.8.6 |
| 4184 | 2026-05-15T03:52:02.933Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4185 | 2026-05-15T03:52:02.977Z | Checking nonempty v0.12.0 |
| 4186 | 2026-05-15T03:52:02.997Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4187 | 2026-05-15T03:52:03.142Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4188 | 2026-05-15T03:52:03.159Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4189 | 2026-05-15T03:52:03.204Z | Checking console v0.16.2 |
| 4190 | 2026-05-15T03:52:03.354Z | Checking unit-prefix v0.5.2 |
| 4191 | 2026-05-15T03:52:03.369Z | Checking support-bundle-viewer v0.1.2 |
| 4192 | 2026-05-15T03:52:03.487Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4193 | 2026-05-15T03:52:03.513Z | Checking indicatif v0.18.4 |
| 4194 | 2026-05-15T03:52:03.613Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362) |
| 4195 | 2026-05-15T03:52:03.806Z | Checking multimap v0.10.1 |
| 4196 | 2026-05-15T03:52:04.182Z | Checking diesel v2.3.7 |
| 4197 | 2026-05-15T03:52:06.055Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4198 | 2026-05-15T03:52:06.347Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4199 | 2026-05-15T03:52:06.746Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4200 | 2026-05-15T03:52:07.753Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4201 | 2026-05-15T03:52:08.085Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4202 | 2026-05-15T03:52:08.342Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4203 | 2026-05-15T03:52:08.762Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4204 | 2026-05-15T03:52:08.867Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4205 | 2026-05-15T03:52:10.839Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4206 | 2026-05-15T03:52:15.961Z | Compiling samael v0.0.19 |
| 4207 | 2026-05-15T03:52:19.765Z | Checking diesel-dtrace v0.5.0 |
| 4208 | 2026-05-15T03:52:20.004Z | Checking async-bb8-diesel v0.2.1 |
| 4209 | 2026-05-15T03:52:20.955Z | Compiling polar-core v0.27.3 |
| 4210 | 2026-05-15T03:52:25.435Z | Checking oso v0.27.3 |
| 4211 | 2026-05-15T03:53:02.653Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4212 | 2026-05-15T03:53:31.257Z | error[E0027]: pattern does not mention field `info` |
| 4213 | 2026-05-15T03:53:31.257Z | --> dev-tools/omdb/src/bin/omdb/crucible_pantry.rs:104:9 |
| 4214 | 2026-05-15T03:53:31.257Z | | |
| 4215 | 2026-05-15T03:53:31.257Z | 104 | let VolumeStatus { active, num_job_handles, seen_active } = |
| 4216 | 2026-05-15T03:53:31.257Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing field `info` |
| 4217 | 2026-05-15T03:53:31.258Z | | |
| 4218 | 2026-05-15T03:53:31.258Z | help: include the missing field in the pattern |
| 4219 | 2026-05-15T03:53:31.258Z | | |
| 4220 | 2026-05-15T03:53:31.258Z | 104 | let VolumeStatus { active, num_job_handles, seen_active, info } = |
| 4221 | 2026-05-15T03:53:31.258Z | | ++++++ |
| 4222 | 2026-05-15T03:53:31.258Z | help: if you don't care about this missing field, you can explicitly ignore it |
| 4223 | 2026-05-15T03:53:31.258Z | | |
| 4224 | 2026-05-15T03:53:31.258Z | 104 | let VolumeStatus { active, num_job_handles, seen_active, info: _ } = |
| 4225 | 2026-05-15T03:53:31.258Z | | +++++++++ |
| 4226 | 2026-05-15T03:53:31.258Z | help: or always ignore missing fields here |
| 4227 | 2026-05-15T03:53:31.258Z | | |
| 4228 | 2026-05-15T03:53:31.258Z | 104 | let VolumeStatus { active, num_job_handles, seen_active, .. } = |
| 4229 | 2026-05-15T03:53:31.258Z | | ++++ |
| 4230 | 2026-05-15T03:53:31.258Z | |
| 4231 | 2026-05-15T03:53:36.261Z | For more information about this error, try `rustc --explain E0027`. |
| 4232 | 2026-05-15T03:53:36.409Z | error: could not compile `omicron-omdb` (bin "omdb") due to 1 previous error |
| 4233 | 2026-05-15T03:53:36.640Z | error: process didn't exit successfully: `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path dev-tools/omdb/Cargo.toml` (exit status: 101) |
| 4234 | 2026-05-15T03:53:36.644Z | Error: cargo-hack install failed: exit status: 1 |
| 4235 | 2026-05-15T03:53:36.647Z | |
| 4236 | 2026-05-15T03:53:36.647Z | real 8:49.123096918 |
| 4237 | 2026-05-15T03:53:36.647Z | user 14:42.663562219 |
| 4238 | 2026-05-15T03:53:36.647Z | sys 3:14.007002989 |
| 4239 | 2026-05-15T03:53:36.647Z | trap 0.273202253 |
| 4240 | 2026-05-15T03:53:36.647Z | tflt 1.039072466 |
| 4241 | 2026-05-15T03:53:36.647Z | dflt 1.305357667 |
| 4242 | 2026-05-15T03:53:36.647Z | kflt 0.004048840 |
| 4243 | 2026-05-15T03:53:36.647Z | lock 49:09.410727722 |
| 4244 | 2026-05-15T03:53:36.647Z | slp 1:04:04.312434702 |
| 4245 | 2026-05-15T03:53:36.647Z | lat 52.562035180 |
| 4246 | 2026-05-15T03:53:36.647Z | stop 3:02.543125277 |
| 4247 | 2026-05-15T03:53:36.647Z | process exited: duration 666643 ms, exit code 1 |
| |
| 4248 | 2026-05-15T03:53:36.653Z | found 0 output files |