|
|
|
| 1 | 2026-05-21T16:21:28.958Z | job assigned to worker 01KS5NDNQ4SKFPNPPG6HKWVJ4Z [factory aws, i-0319e992cecb87069] (queued for 52 s) |
| |
| 2 | 2026-05-21T16:21:36.456Z | starting task 0: "setup" |
| 3 | 2026-05-21T16:21:36.461Z | ++ uname -s |
| 4 | 2026-05-21T16:21:36.465Z | + kern=SunOS |
| 5 | 2026-05-21T16:21:36.465Z | + build_user=build |
| 6 | 2026-05-21T16:21:36.465Z | + build_uid=12345 |
| 7 | 2026-05-21T16:21:36.465Z | + work_dir=/work |
| 8 | 2026-05-21T16:21:36.465Z | + input_dir=/input |
| 9 | 2026-05-21T16:21:36.465Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-21T16:21:36.465Z | + case "$kern" in |
| 11 | 2026-05-21T16:21:36.465Z | + groupadd -g 12345 build |
| 12 | 2026-05-21T16:21:36.479Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-21T16:21:38.484Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-21T16:21:38.526Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-21T16:21:38.529Z | + home_fs=zfs |
| 16 | 2026-05-21T16:21:38.529Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-21T16:21:38.529Z | + mkdir -p /home/build |
| 18 | 2026-05-21T16:21:38.529Z | + chown build:build /home/build /work |
| 19 | 2026-05-21T16:21:40.530Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-21T16:21:40.533Z | process exited: duration 4075 ms, exit code 0 |
| |
| 21 | 2026-05-21T16:21:40.540Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-21T16:21:40.543Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-21T16:21:40.543Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-21T16:21:40.543Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-21T16:21:40.543Z | * rust toolchain profile = "default" |
| 26 | 2026-05-21T16:21:40.543Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-21T16:21:40.543Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-21T16:21:40.547Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-21T16:21:40.547Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-21T16:21:40.646Z | info: downloading installer |
| 31 | 2026-05-21T16:21:42.055Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-21T16:21:42.055Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-21T16:21:42.055Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-21T16:21:42.055Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-21T16:21:42.068Z | info: profile set to default |
| 36 | 2026-05-21T16:21:42.068Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-21T16:21:42.071Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-21T16:21:42.201Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-21T16:21:42.204Z | info: downloading 6 components |
| 40 | 2026-05-21T16:21:56.665Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-21T16:21:56.665Z | |
| 42 | 2026-05-21T16:21:56.690Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-21T16:21:56.690Z | |
| 44 | 2026-05-21T16:21:56.691Z | |
| 45 | 2026-05-21T16:21:56.691Z | Rust is installed now. Great! |
| 46 | 2026-05-21T16:21:56.691Z | |
| 47 | 2026-05-21T16:21:56.691Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-21T16:21:56.691Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-21T16:21:56.691Z | |
| 50 | 2026-05-21T16:21:56.691Z | To configure your current shell, you need to source |
| 51 | 2026-05-21T16:21:56.691Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-21T16:21:56.691Z | |
| 53 | 2026-05-21T16:21:56.694Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-21T16:21:56.694Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-21T16:21:56.694Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-21T16:21:56.694Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-21T16:21:56.694Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-21T16:21:56.694Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-21T16:21:56.694Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-21T16:21:56.694Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-21T16:21:56.694Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-21T16:21:56.774Z | + rustup --version |
| 63 | 2026-05-21T16:21:56.784Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-21T16:21:56.787Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-21T16:21:56.804Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-21T16:21:56.807Z | + cargo --version |
| 67 | 2026-05-21T16:21:56.820Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-21T16:21:56.823Z | + rustc --version |
| 69 | 2026-05-21T16:21:56.841Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-21T16:21:56.845Z | process exited: duration 16304 ms, exit code 0 |
| |
| 71 | 2026-05-21T16:21:56.851Z | starting task 2: "authentication" |
| 72 | 2026-05-21T16:21:56.867Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-21T16:21:56.876Z | starting task 3: "clone repository" |
| 74 | 2026-05-21T16:21:56.879Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-21T16:21:56.882Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-21T16:21:56.918Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-21T16:22:07.534Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-21T16:22:07.534Z | + git fetch origin 71adc13c85cd55488de93843af58e9861d44878b |
| 79 | 2026-05-21T16:22:07.872Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-21T16:22:07.872Z | * branch 71adc13c85cd55488de93843af58e9861d44878b -> FETCH_HEAD |
| 81 | 2026-05-21T16:22:07.881Z | + [[ -n ben/update-dendrite-for-consistent-duids ]] |
| 82 | 2026-05-21T16:22:07.885Z | ++ git branch --show-current |
| 83 | 2026-05-21T16:22:07.885Z | + current=main |
| 84 | 2026-05-21T16:22:07.885Z | + [[ main != ben/update-dendrite-for-consistent-duids ]] |
| 85 | 2026-05-21T16:22:07.885Z | + git branch -f ben/update-dendrite-for-consistent-duids 71adc13c85cd55488de93843af58e9861d44878b |
| 86 | 2026-05-21T16:22:07.888Z | + git checkout -f ben/update-dendrite-for-consistent-duids |
| 87 | 2026-05-21T16:22:08.118Z | Switched to branch 'ben/update-dendrite-for-consistent-duids' |
| 88 | 2026-05-21T16:22:08.121Z | + git reset --hard 71adc13c85cd55488de93843af58e9861d44878b |
| 89 | 2026-05-21T16:22:08.136Z | HEAD is now at 71adc13c8 Pull in consistent DHCPv6 DUID fixes |
| 90 | 2026-05-21T16:22:08.139Z | process exited: duration 11262 ms, exit code 0 |
| |
| 91 | 2026-05-21T16:22:08.145Z | starting task 4: "build" |
| 92 | 2026-05-21T16:22:08.149Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-21T16:22:08.152Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-21T16:22:08.152Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-21T16:22:08.152Z | + cargo --version |
| 96 | 2026-05-21T16:22:08.161Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-21T16:22:08.164Z | + rustc --version |
| 98 | 2026-05-21T16:22:08.180Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-21T16:22:08.183Z | + source ./env.sh |
| 100 | 2026-05-21T16:22:08.183Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-21T16:22:08.183Z | ++ set -o xtrace |
| 102 | 2026-05-21T16:22:08.186Z | ++++ dirname ./env.sh |
| 103 | 2026-05-21T16:22:08.195Z | +++ readlink -f . |
| 104 | 2026-05-21T16:22:08.200Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-21T16:22:08.204Z | ++ 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-21T16:22:08.204Z | ++ 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-21T16:22:08.204Z | ++ 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-21T16:22:08.204Z | ++ 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-21T16:22:08.204Z | ++ 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-21T16:22:08.204Z | ++ 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-21T16:22:08.204Z | ++ 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-21T16:22:08.204Z | ++ 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-21T16:22:08.204Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-05-21T16:22:08.204Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-05-21T16:22:08.204Z | + 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-21T16:22:08.204Z | + 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-21T16:22:08.204Z | + banner prerequisites |
| 118 | 2026-05-21T16:22:08.204Z | |
| 119 | 2026-05-21T16:22:08.204Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-21T16:22:08.204Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-21T16:22:08.204Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-21T16:22:08.204Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-21T16:22:08.204Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-21T16:22:08.204Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-21T16:22:08.204Z | |
| 126 | 2026-05-21T16:22:08.204Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-21T16:22:09.723Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-21T16:22:09.780Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-21T16:22:09.998Z | Planning: Solver setup ... Done (0.183s) |
| 130 | 2026-05-21T16:22:10.012Z | Planning: Running solver ... Done (0.017s) |
| 131 | 2026-05-21T16:22:10.018Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-05-21T16:22:10.031Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-21T16:22:10.055Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-21T16:22:10.068Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-05-21T16:22:10.070Z | Planning: Merging actions ... Done (0.001s) |
| 136 | 2026-05-21T16:22:10.255Z | Planning: Checking for conflicting actions ... Done (0.184s) |
| 137 | 2026-05-21T16:22:10.258Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-21T16:22:11.031Z | Planning: Evaluating mediators ... Done (0.774s) |
| 139 | 2026-05-21T16:22:11.034Z | Planning: Planning completed in 1.23 seconds |
| 140 | 2026-05-21T16:22:11.038Z | Packages to install: 2 |
| 141 | 2026-05-21T16:22:11.038Z | Estimated space available: 156.07 GB |
| 142 | 2026-05-21T16:22:11.041Z | Estimated space to be consumed: 19.75 MB |
| 143 | 2026-05-21T16:22:11.041Z | Create boot environment: No |
| 144 | 2026-05-21T16:22:11.041Z | Create backup boot environment: No |
| 145 | 2026-05-21T16:22:11.041Z | Rebuild boot archive: No |
| 146 | 2026-05-21T16:22:11.041Z | |
| 147 | 2026-05-21T16:22:11.041Z | Changed packages: |
| 148 | 2026-05-21T16:22:11.041Z | helios |
| 149 | 2026-05-21T16:22:11.041Z | developer/build-essential |
| 150 | 2026-05-21T16:22:11.041Z | None -> 11-3.0 |
| 151 | 2026-05-21T16:22:11.041Z | library/libxmlsec1 |
| 152 | 2026-05-21T16:22:11.041Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-21T16:22:11.062Z | |
| 154 | 2026-05-21T16:22:11.062Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-21T16:22:11.631Z | Download: Completed 1.28 MB in 0.57 seconds (2.2M/s) |
| 156 | 2026-05-21T16:22:11.690Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-21T16:22:11.738Z | Actions: Completed 268 actions in 0.05 seconds. |
| 158 | 2026-05-21T16:22:11.744Z | Finalize: Updating package state database ... Done (0.006s) |
| 159 | 2026-05-21T16:22:11.744Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-21T16:22:11.759Z | Finalize: Updating image state ... Done (0.015s) |
| 161 | 2026-05-21T16:22:14.108Z | Finalize: Creating fast lookup database ... Done (2.327s) |
| 162 | 2026-05-21T16:22:14.178Z | Finalize: Reading search index ... Done (0.014s) |
| 163 | 2026-05-21T16:22:14.181Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-21T16:22:14.280Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-21T16:22:14.569Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-21T16:22:14.672Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-21T16:22:14.675Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-21T16:22:14.830Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-21T16:22:14.833Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-05-21T16:22:14.853Z | Mediators to change: 2 |
| 171 | 2026-05-21T16:22:14.853Z | Create boot environment: No |
| 172 | 2026-05-21T16:22:14.858Z | Create backup boot environment: No |
| 173 | 2026-05-21T16:22:14.903Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-21T16:22:14.903Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-21T16:22:14.912Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-21T16:22:16.832Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-21T16:22:16.898Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-21T16:22:16.901Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-21T16:22:16.974Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-21T16:22:17.253Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-21T16:22:17.357Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-21T16:22:17.362Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-21T16:22:17.514Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-21T16:22:17.518Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-05-21T16:22:17.537Z | Mediators to change: 1 |
| 186 | 2026-05-21T16:22:17.537Z | Create boot environment: No |
| 187 | 2026-05-21T16:22:17.541Z | Create backup boot environment: No |
| 188 | 2026-05-21T16:22:17.601Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-21T16:22:17.601Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-21T16:22:17.610Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-21T16:22:19.540Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-21T16:22:19.608Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-21T16:22:19.611Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-21T16:22:19.671Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-21T16:22:19.977Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-21T16:22:19.977Z | apache system 2.4 system |
| 197 | 2026-05-21T16:22:19.977Z | clang system 15 system |
| 198 | 2026-05-21T16:22:19.977Z | csh system system illumos |
| 199 | 2026-05-21T16:22:19.977Z | ctags system system illumos |
| 200 | 2026-05-21T16:22:19.977Z | file vendor vendor darwinsys |
| 201 | 2026-05-21T16:22:19.977Z | file system system illumos |
| 202 | 2026-05-21T16:22:19.977Z | gcc vendor 14 vendor |
| 203 | 2026-05-21T16:22:19.977Z | gcc system 13 system |
| 204 | 2026-05-21T16:22:19.977Z | gcc system 10 system |
| 205 | 2026-05-21T16:22:19.977Z | go system 1.25 system |
| 206 | 2026-05-21T16:22:19.977Z | llvm system 15 system |
| 207 | 2026-05-21T16:22:19.977Z | mariadb system 11.4 system |
| 208 | 2026-05-21T16:22:19.977Z | mta vendor vendor dma |
| 209 | 2026-05-21T16:22:19.977Z | openjdk system 17 system |
| 210 | 2026-05-21T16:22:19.977Z | openjdk system 11 system |
| 211 | 2026-05-21T16:22:19.978Z | openssl vendor 3 vendor |
| 212 | 2026-05-21T16:22:19.978Z | perl system 5.40 system |
| 213 | 2026-05-21T16:22:19.978Z | postgresql system 18 system |
| 214 | 2026-05-21T16:22:19.978Z | postgresql system 17 system |
| 215 | 2026-05-21T16:22:19.978Z | python vendor 3 vendor |
| 216 | 2026-05-21T16:22:19.978Z | python system 2 system |
| 217 | 2026-05-21T16:22:19.978Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-21T16:22:19.978Z | ruby system 3.4 system |
| 219 | 2026-05-21T16:22:19.978Z | ruby system 3.0 system |
| 220 | 2026-05-21T16:22:19.978Z | words vendor vendor american-english |
| 221 | 2026-05-21T16:22:19.978Z | words system system australian-english |
| 222 | 2026-05-21T16:22:19.978Z | words system system british-english |
| 223 | 2026-05-21T16:22:19.978Z | words system system canadian-english |
| 224 | 2026-05-21T16:22:19.978Z | words system system french |
| 225 | 2026-05-21T16:22:19.978Z | words system system italian |
| 226 | 2026-05-21T16:22:19.978Z | words system system ngerman |
| 227 | 2026-05-21T16:22:19.978Z | words system system ogerman |
| 228 | 2026-05-21T16:22:19.978Z | words system system spanish |
| 229 | 2026-05-21T16:22:20.223Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-21T16:22:20.223Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-21T16:22:20.486Z | FMRI IFO |
| 232 | 2026-05-21T16:22:20.486Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-21T16:22:20.486Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-21T16:22:20.486Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-21T16:22:20.486Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-21T16:22:20.486Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-21T16:22:20.486Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-21T16:22:20.486Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-21T16:22:20.486Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-21T16:22:20.486Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-21T16:22:20.723Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-21T16:22:21.001Z | Updating crates.io index |
| 243 | 2026-05-21T16:22:21.033Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-21T16:22:21.289Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-21T16:22:22.209Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-21T16:22:22.750Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-21T16:22:23.540Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-21T16:22:24.040Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-21T16:22:25.332Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-21T16:22:26.181Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-21T16:22:26.547Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-21T16:22:27.942Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-21T16:22:28.665Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-21T16:22:29.114Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-21T16:22:29.520Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-21T16:22:30.615Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-21T16:22:31.332Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-05-21T16:22:31.775Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-05-21T16:22:32.261Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-05-21T16:22:32.824Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-05-21T16:22:33.301Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-05-21T16:22:33.666Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-05-21T16:22:34.032Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-05-21T16:22:34.360Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-05-21T16:22:34.801Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-05-21T16:22:35.403Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 267 | 2026-05-21T16:22:35.994Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 268 | 2026-05-21T16:22:36.663Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 269 | 2026-05-21T16:22:37.108Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 270 | 2026-05-21T16:22:37.504Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 271 | 2026-05-21T16:22:40.683Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 272 | 2026-05-21T16:22:41.538Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-05-21T16:22:42.051Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 274 | 2026-05-21T16:22:42.418Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 275 | 2026-05-21T16:22:42.900Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 276 | 2026-05-21T16:22:43.450Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 277 | 2026-05-21T16:22:44.006Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 278 | 2026-05-21T16:22:44.374Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 279 | 2026-05-21T16:22:44.671Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 280 | 2026-05-21T16:22:45.021Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 281 | 2026-05-21T16:22:45.429Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 282 | 2026-05-21T16:23:01.279Z | Downloading crates ... |
| 283 | 2026-05-21T16:23:01.328Z | Downloaded block-buffer v0.10.4 |
| 284 | 2026-05-21T16:23:01.332Z | Downloaded anstyle v1.0.13 |
| 285 | 2026-05-21T16:23:01.336Z | Downloaded cargo-platform v0.2.0 |
| 286 | 2026-05-21T16:23:01.336Z | Downloaded anstream v0.6.21 |
| 287 | 2026-05-21T16:23:01.339Z | Downloaded byteorder v1.5.0 |
| 288 | 2026-05-21T16:23:01.339Z | Downloaded bytecount v0.6.9 |
| 289 | 2026-05-21T16:23:01.343Z | Downloaded cargo-util-schemas v0.8.2 |
| 290 | 2026-05-21T16:23:01.346Z | Downloaded camino v1.2.2 |
| 291 | 2026-05-21T16:23:01.346Z | Downloaded crypto-common v0.1.7 |
| 292 | 2026-05-21T16:23:01.346Z | Downloaded colorchoice v1.0.4 |
| 293 | 2026-05-21T16:23:01.353Z | Downloaded litemap v0.8.1 |
| 294 | 2026-05-21T16:23:01.353Z | Downloaded thiserror v1.0.69 |
| 295 | 2026-05-21T16:23:01.353Z | Downloaded proc-macro-error v1.0.4 |
| 296 | 2026-05-21T16:23:01.353Z | Downloaded clap_derive v4.5.55 |
| 297 | 2026-05-21T16:23:01.359Z | Downloaded equivalent v1.0.2 |
| 298 | 2026-05-21T16:23:01.359Z | Downloaded usdt-impl v0.5.0 |
| 299 | 2026-05-21T16:23:01.359Z | Downloaded clap_lex v1.0.0 |
| 300 | 2026-05-21T16:23:01.362Z | Downloaded utf8_iter v1.0.4 |
| 301 | 2026-05-21T16:23:01.362Z | Downloaded zerofrom-derive v0.1.6 |
| 302 | 2026-05-21T16:23:01.362Z | Downloaded unicode-xid v0.2.6 |
| 303 | 2026-05-21T16:23:01.366Z | Downloaded thread-id v4.2.2 |
| 304 | 2026-05-21T16:23:01.366Z | Downloaded icu_collections v2.1.1 |
| 305 | 2026-05-21T16:23:01.369Z | Downloaded zerofrom v0.1.6 |
| 306 | 2026-05-21T16:23:01.369Z | Downloaded usdt-macro v0.5.0 |
| 307 | 2026-05-21T16:23:01.369Z | Downloaded macaddr v1.0.1 |
| 308 | 2026-05-21T16:23:01.369Z | Downloaded usdt v0.5.0 |
| 309 | 2026-05-21T16:23:01.372Z | Downloaded log v0.4.29 |
| 310 | 2026-05-21T16:23:01.373Z | Downloaded yoke-derive v0.8.1 |
| 311 | 2026-05-21T16:23:01.373Z | Downloaded typeid v1.0.3 |
| 312 | 2026-05-21T16:23:01.373Z | Downloaded version_check v0.9.5 |
| 313 | 2026-05-21T16:23:01.373Z | Downloaded toml_datetime v0.6.11 |
| 314 | 2026-05-21T16:23:01.376Z | Downloaded toml_write v0.1.2 |
| 315 | 2026-05-21T16:23:01.376Z | Downloaded terminal_size v0.4.3 |
| 316 | 2026-05-21T16:23:01.376Z | Downloaded pest_derive v2.8.6 |
| 317 | 2026-05-21T16:23:01.379Z | Downloaded fnv v1.0.7 |
| 318 | 2026-05-21T16:23:01.379Z | Downloaded clap v4.5.60 |
| 319 | 2026-05-21T16:23:01.382Z | Downloaded utf8parse v0.2.2 |
| 320 | 2026-05-21T16:23:01.382Z | Downloaded num-traits v0.2.19 |
| 321 | 2026-05-21T16:23:01.387Z | Downloaded idna_adapter v1.2.1 |
| 322 | 2026-05-21T16:23:01.387Z | Downloaded is_terminal_polyfill v1.70.2 |
| 323 | 2026-05-21T16:23:01.387Z | Downloaded errno v0.3.14 |
| 324 | 2026-05-21T16:23:01.390Z | Downloaded usdt-attr-macro v0.5.0 |
| 325 | 2026-05-21T16:23:01.390Z | Downloaded fastrand v2.3.0 |
| 326 | 2026-05-21T16:23:01.393Z | Downloaded unicode-linebreak v0.1.5 |
| 327 | 2026-05-21T16:23:01.396Z | Downloaded tinystr v0.8.2 |
| 328 | 2026-05-21T16:23:01.396Z | Downloaded serde-value v0.7.0 |
| 329 | 2026-05-21T16:23:01.396Z | Downloaded proc-macro-error-attr v1.0.4 |
| 330 | 2026-05-21T16:23:01.400Z | Downloaded form_urlencoded v1.2.2 |
| 331 | 2026-05-21T16:23:01.400Z | Downloaded thiserror-impl v2.0.18 |
| 332 | 2026-05-21T16:23:01.403Z | Downloaded writeable v0.6.2 |
| 333 | 2026-05-21T16:23:01.403Z | Downloaded thiserror-impl v1.0.69 |
| 334 | 2026-05-21T16:23:01.403Z | Downloaded thiserror v2.0.18 |
| 335 | 2026-05-21T16:23:01.407Z | Downloaded zmij v1.0.21 |
| 336 | 2026-05-21T16:23:01.407Z | Downloaded zerovec-derive v0.11.2 |
| 337 | 2026-05-21T16:23:01.410Z | Downloaded dof v0.3.0 |
| 338 | 2026-05-21T16:23:01.410Z | Downloaded tabled_derive v0.7.0 |
| 339 | 2026-05-21T16:23:01.414Z | Downloaded toml v0.8.23 |
| 340 | 2026-05-21T16:23:01.414Z | Downloaded cpufeatures v0.2.17 |
| 341 | 2026-05-21T16:23:01.417Z | Downloaded strsim v0.11.1 |
| 342 | 2026-05-21T16:23:01.417Z | Downloaded serde_spanned v0.6.9 |
| 343 | 2026-05-21T16:23:01.420Z | Downloaded percent-encoding v2.3.2 |
| 344 | 2026-05-21T16:23:01.420Z | Downloaded yoke v0.8.1 |
| 345 | 2026-05-21T16:23:01.423Z | Downloaded dtrace-parser v0.2.0 |
| 346 | 2026-05-21T16:23:01.423Z | Downloaded generic-array v0.14.7 |
| 347 | 2026-05-21T16:23:01.426Z | Downloaded zerocopy-derive v0.7.35 |
| 348 | 2026-05-21T16:23:01.430Z | Downloaded plain v0.2.3 |
| 349 | 2026-05-21T16:23:01.430Z | Downloaded memmap v0.7.0 |
| 350 | 2026-05-21T16:23:01.430Z | Downloaded ucd-trie v0.1.7 |
| 351 | 2026-05-21T16:23:01.434Z | Downloaded smawk v0.3.2 |
| 352 | 2026-05-21T16:23:01.434Z | Downloaded cfg-if v1.0.4 |
| 353 | 2026-05-21T16:23:01.434Z | Downloaded swrite v0.1.0 |
| 354 | 2026-05-21T16:23:01.434Z | Downloaded heck v0.5.0 |
| 355 | 2026-05-21T16:23:01.434Z | Downloaded unicode-ident v1.0.24 |
| 356 | 2026-05-21T16:23:01.437Z | Downloaded zerotrie v0.2.3 |
| 357 | 2026-05-21T16:23:01.437Z | Downloaded ordered-float v2.10.1 |
| 358 | 2026-05-21T16:23:01.441Z | Downloaded serde-untagged v0.1.9 |
| 359 | 2026-05-21T16:23:01.441Z | Downloaded displaydoc v0.2.5 |
| 360 | 2026-05-21T16:23:01.441Z | Downloaded camino-tempfile v1.4.1 |
| 361 | 2026-05-21T16:23:01.444Z | Downloaded textwrap v0.16.2 |
| 362 | 2026-05-21T16:23:01.444Z | Downloaded url v2.5.8 |
| 363 | 2026-05-21T16:23:01.444Z | Downloaded potential_utf v0.1.4 |
| 364 | 2026-05-21T16:23:01.444Z | Downloaded itoa v1.0.17 |
| 365 | 2026-05-21T16:23:01.444Z | Downloaded typenum v1.19.0 |
| 366 | 2026-05-21T16:23:01.447Z | Downloaded stable_deref_trait v1.2.1 |
| 367 | 2026-05-21T16:23:01.451Z | Downloaded toml_edit v0.22.27 |
| 368 | 2026-05-21T16:23:01.451Z | Downloaded pretty-hex v0.4.1 |
| 369 | 2026-05-21T16:23:01.454Z | Downloaded scroll_derive v0.12.1 |
| 370 | 2026-05-21T16:23:01.458Z | Downloaded once_cell v1.21.3 |
| 371 | 2026-05-21T16:23:01.466Z | Downloaded autocfg v1.5.0 |
| 372 | 2026-05-21T16:23:01.467Z | Downloaded zerovec v0.11.5 |
| 373 | 2026-05-21T16:23:01.467Z | Downloaded winnow v0.7.14 |
| 374 | 2026-05-21T16:23:01.470Z | Downloaded erased-serde v0.4.9 |
| 375 | 2026-05-21T16:23:01.470Z | Downloaded zerocopy v0.7.35 |
| 376 | 2026-05-21T16:23:01.477Z | Downloaded serde_tokenstream v0.2.3 |
| 377 | 2026-05-21T16:23:01.480Z | Downloaded anstyle-query v1.1.5 |
| 378 | 2026-05-21T16:23:01.480Z | Downloaded heck v0.4.1 |
| 379 | 2026-05-21T16:23:01.480Z | Downloaded quote v1.0.45 |
| 380 | 2026-05-21T16:23:01.480Z | Downloaded cargo_metadata v0.21.0 |
| 381 | 2026-05-21T16:23:01.484Z | Downloaded unicode-width v0.2.0 |
| 382 | 2026-05-21T16:23:01.487Z | Downloaded unicode-width v0.1.14 |
| 383 | 2026-05-21T16:23:01.490Z | Downloaded memchr v2.8.0 |
| 384 | 2026-05-21T16:23:01.490Z | Downloaded digest v0.10.7 |
| 385 | 2026-05-21T16:23:01.494Z | Downloaded fs-err v3.3.0 |
| 386 | 2026-05-21T16:23:01.494Z | Downloaded synstructure v0.13.2 |
| 387 | 2026-05-21T16:23:01.494Z | Downloaded sha2 v0.10.9 |
| 388 | 2026-05-21T16:23:01.494Z | Downloaded anstyle-parse v0.2.7 |
| 389 | 2026-05-21T16:23:01.497Z | Downloaded cargo_toml v0.21.0 |
| 390 | 2026-05-21T16:23:01.497Z | Downloaded pest_generator v2.8.6 |
| 391 | 2026-05-21T16:23:01.500Z | Downloaded proc-macro2 v1.0.106 |
| 392 | 2026-05-21T16:23:01.503Z | Downloaded semver v1.0.28 |
| 393 | 2026-05-21T16:23:01.509Z | Downloaded scroll v0.12.0 |
| 394 | 2026-05-21T16:23:01.513Z | Downloaded bitflags v2.11.0 |
| 395 | 2026-05-21T16:23:01.514Z | Downloaded anyhow v1.0.102 |
| 396 | 2026-05-21T16:23:01.514Z | Downloaded tempfile v3.25.0 |
| 397 | 2026-05-21T16:23:01.517Z | Downloaded smallvec v1.15.1 |
| 398 | 2026-05-21T16:23:01.525Z | Downloaded serde_derive v1.0.228 |
| 399 | 2026-05-21T16:23:01.537Z | Downloaded icu_properties v2.1.2 |
| 400 | 2026-05-21T16:23:01.541Z | Downloaded getrandom v0.4.1 |
| 401 | 2026-05-21T16:23:01.544Z | Downloaded serde_core v1.0.228 |
| 402 | 2026-05-21T16:23:01.548Z | Downloaded icu_normalizer v2.1.1 |
| 403 | 2026-05-21T16:23:01.553Z | Downloaded icu_locale_core v2.1.1 |
| 404 | 2026-05-21T16:23:01.559Z | Downloaded icu_normalizer_data v2.1.1 |
| 405 | 2026-05-21T16:23:01.563Z | Downloaded icu_provider v2.1.1 |
| 406 | 2026-05-21T16:23:01.566Z | Downloaded papergrid v0.11.0 |
| 407 | 2026-05-21T16:23:01.574Z | Downloaded serde v1.0.228 |
| 408 | 2026-05-21T16:23:01.580Z | Downloaded pest_meta v2.8.6 |
| 409 | 2026-05-21T16:23:01.583Z | Downloaded idna v1.1.0 |
| 410 | 2026-05-21T16:23:01.606Z | Downloaded indexmap v2.14.0 |
| 411 | 2026-05-21T16:23:01.623Z | Downloaded pest v2.8.6 |
| 412 | 2026-05-21T16:23:01.630Z | Downloaded hashbrown v0.17.0 |
| 413 | 2026-05-21T16:23:01.633Z | Downloaded icu_properties_data v2.1.2 |
| 414 | 2026-05-21T16:23:01.637Z | Downloaded serde_json v1.0.149 |
| 415 | 2026-05-21T16:23:01.642Z | Downloaded clap_builder v4.5.60 |
| 416 | 2026-05-21T16:23:01.645Z | Downloaded tabled v0.15.0 |
| 417 | 2026-05-21T16:23:01.651Z | Downloaded goblin v0.8.2 |
| 418 | 2026-05-21T16:23:01.657Z | Downloaded syn v1.0.109 |
| 419 | 2026-05-21T16:23:01.664Z | Downloaded syn v2.0.117 |
| 420 | 2026-05-21T16:23:01.685Z | Downloaded rustix v1.1.3 |
| 421 | 2026-05-21T16:23:01.708Z | Downloaded libc v0.2.185 |
| 422 | 2026-05-21T16:23:01.775Z | Compiling proc-macro2 v1.0.106 |
| 423 | 2026-05-21T16:23:01.775Z | Compiling quote v1.0.45 |
| 424 | 2026-05-21T16:23:01.775Z | Compiling unicode-ident v1.0.24 |
| 425 | 2026-05-21T16:23:01.778Z | Compiling serde_core v1.0.228 |
| 426 | 2026-05-21T16:23:01.778Z | Compiling libc v0.2.185 |
| 427 | 2026-05-21T16:23:01.778Z | Compiling version_check v0.9.5 |
| 428 | 2026-05-21T16:23:01.778Z | Compiling serde v1.0.228 |
| 429 | 2026-05-21T16:23:01.778Z | Compiling stable_deref_trait v1.2.1 |
| 430 | 2026-05-21T16:23:02.079Z | Compiling memchr v2.8.0 |
| 431 | 2026-05-21T16:23:02.106Z | Compiling zmij v1.0.21 |
| 432 | 2026-05-21T16:23:02.569Z | Compiling thiserror v1.0.69 |
| 433 | 2026-05-21T16:23:02.572Z | Compiling ucd-trie v0.1.7 |
| 434 | 2026-05-21T16:23:02.608Z | Compiling itoa v1.0.17 |
| 435 | 2026-05-21T16:23:02.673Z | Compiling autocfg v1.5.0 |
| 436 | 2026-05-21T16:23:02.798Z | Compiling pest v2.8.6 |
| 437 | 2026-05-21T16:23:02.861Z | Compiling litemap v0.8.1 |
| 438 | 2026-05-21T16:23:02.888Z | Compiling writeable v0.6.2 |
| 439 | 2026-05-21T16:23:03.049Z | Compiling icu_properties_data v2.1.2 |
| 440 | 2026-05-21T16:23:03.063Z | Compiling icu_normalizer_data v2.1.1 |
| 441 | 2026-05-21T16:23:03.077Z | Compiling rustix v1.1.3 |
| 442 | 2026-05-21T16:23:03.091Z | Compiling byteorder v1.5.0 |
| 443 | 2026-05-21T16:23:03.355Z | Compiling errno v0.3.14 |
| 444 | 2026-05-21T16:23:03.407Z | Compiling syn v2.0.117 |
| 445 | 2026-05-21T16:23:03.488Z | Compiling serde_json v1.0.149 |
| 446 | 2026-05-21T16:23:03.503Z | Compiling bitflags v2.11.0 |
| 447 | 2026-05-21T16:23:03.721Z | Compiling num-traits v0.2.19 |
| 448 | 2026-05-21T16:23:03.736Z | Compiling smallvec v1.15.1 |
| 449 | 2026-05-21T16:23:03.739Z | Compiling typeid v1.0.3 |
| 450 | 2026-05-21T16:23:03.899Z | Compiling pest_meta v2.8.6 |
| 451 | 2026-05-21T16:23:03.941Z | Compiling equivalent v1.0.2 |
| 452 | 2026-05-21T16:23:04.032Z | Compiling hashbrown v0.17.0 |
| 453 | 2026-05-21T16:23:04.220Z | Compiling thread-id v4.2.2 |
| 454 | 2026-05-21T16:23:04.257Z | Compiling usdt-impl v0.5.0 |
| 455 | 2026-05-21T16:23:04.303Z | Compiling proc-macro-error-attr v1.0.4 |
| 456 | 2026-05-21T16:23:04.423Z | Compiling toml_write v0.1.2 |
| 457 | 2026-05-21T16:23:04.460Z | Compiling winnow v0.7.14 |
| 458 | 2026-05-21T16:23:04.483Z | Compiling syn v1.0.109 |
| 459 | 2026-05-21T16:23:04.614Z | Compiling indexmap v2.14.0 |
| 460 | 2026-05-21T16:23:04.680Z | Compiling erased-serde v0.4.9 |
| 461 | 2026-05-21T16:23:05.132Z | Compiling proc-macro-error v1.0.4 |
| 462 | 2026-05-21T16:23:05.266Z | Compiling plain v0.2.3 |
| 463 | 2026-05-21T16:23:05.311Z | Compiling log v0.4.29 |
| 464 | 2026-05-21T16:23:05.392Z | Compiling utf8parse v0.2.2 |
| 465 | 2026-05-21T16:23:05.498Z | Compiling thiserror v2.0.18 |
| 466 | 2026-05-21T16:23:05.529Z | Compiling camino v1.2.2 |
| 467 | 2026-05-21T16:23:05.570Z | Compiling percent-encoding v2.3.2 |
| 468 | 2026-05-21T16:23:05.587Z | Compiling utf8_iter v1.0.4 |
| 469 | 2026-05-21T16:23:05.645Z | Compiling getrandom v0.4.1 |
| 470 | 2026-05-21T16:23:05.736Z | Compiling form_urlencoded v1.2.2 |
| 471 | 2026-05-21T16:23:05.765Z | Compiling ordered-float v2.10.1 |
| 472 | 2026-05-21T16:23:05.880Z | Compiling anstyle-parse v0.2.7 |
| 473 | 2026-05-21T16:23:06.036Z | Compiling synstructure v0.13.2 |
| 474 | 2026-05-21T16:23:06.048Z | Compiling pest_generator v2.8.6 |
| 475 | 2026-05-21T16:23:06.061Z | Compiling terminal_size v0.4.3 |
| 476 | 2026-05-21T16:23:06.207Z | Compiling anstyle v1.0.13 |
| 477 | 2026-05-21T16:23:06.284Z | Compiling anstyle-query v1.1.5 |
| 478 | 2026-05-21T16:23:06.393Z | Compiling cfg-if v1.0.4 |
| 479 | 2026-05-21T16:23:06.408Z | Compiling pretty-hex v0.4.1 |
| 480 | 2026-05-21T16:23:06.417Z | Compiling is_terminal_polyfill v1.70.2 |
| 481 | 2026-05-21T16:23:06.431Z | Compiling colorchoice v1.0.4 |
| 482 | 2026-05-21T16:23:06.509Z | Compiling serde-untagged v0.1.9 |
| 483 | 2026-05-21T16:23:06.544Z | Compiling anstream v0.6.21 |
| 484 | 2026-05-21T16:23:06.624Z | Compiling semver v1.0.28 |
| 485 | 2026-05-21T16:23:06.729Z | Compiling fs-err v3.3.0 |
| 486 | 2026-05-21T16:23:06.743Z | Compiling fnv v1.0.7 |
| 487 | 2026-05-21T16:23:06.837Z | Compiling unicode-width v0.1.14 |
| 488 | 2026-05-21T16:23:06.859Z | Compiling once_cell v1.21.3 |
| 489 | 2026-05-21T16:23:06.912Z | Compiling heck v0.4.1 |
| 490 | 2026-05-21T16:23:06.943Z | Compiling unicode-xid v0.2.6 |
| 491 | 2026-05-21T16:23:06.978Z | Compiling heck v0.5.0 |
| 492 | 2026-05-21T16:23:07.068Z | Compiling bytecount v0.6.9 |
| 493 | 2026-05-21T16:23:07.081Z | Compiling anyhow v1.0.102 |
| 494 | 2026-05-21T16:23:07.129Z | Compiling clap_lex v1.0.0 |
| 495 | 2026-05-21T16:23:07.197Z | Compiling fastrand v2.3.0 |
| 496 | 2026-05-21T16:23:07.219Z | Compiling strsim v0.11.1 |
| 497 | 2026-05-21T16:23:07.358Z | Compiling papergrid v0.11.0 |
| 498 | 2026-05-21T16:23:07.400Z | Compiling clap_builder v4.5.60 |
| 499 | 2026-05-21T16:23:07.454Z | Compiling tempfile v3.25.0 |
| 500 | 2026-05-21T16:23:07.590Z | Compiling memmap v0.7.0 |
| 501 | 2026-05-21T16:23:07.651Z | Compiling smawk v0.3.2 |
| 502 | 2026-05-21T16:23:07.693Z | Compiling serde_derive v1.0.228 |
| 503 | 2026-05-21T16:23:07.762Z | Compiling zerofrom-derive v0.1.6 |
| 504 | 2026-05-21T16:23:07.786Z | Compiling yoke-derive v0.8.1 |
| 505 | 2026-05-21T16:23:07.815Z | Compiling zerovec-derive v0.11.2 |
| 506 | 2026-05-21T16:23:08.029Z | Compiling displaydoc v0.2.5 |
| 507 | 2026-05-21T16:23:08.730Z | Compiling thiserror-impl v1.0.69 |
| 508 | 2026-05-21T16:23:08.745Z | Compiling zerocopy-derive v0.7.35 |
| 509 | 2026-05-21T16:23:08.888Z | Compiling pest_derive v2.8.6 |
| 510 | 2026-05-21T16:23:08.922Z | Compiling scroll_derive v0.12.1 |
| 511 | 2026-05-21T16:23:09.113Z | Compiling zerofrom v0.1.6 |
| 512 | 2026-05-21T16:23:09.243Z | Compiling yoke v0.8.1 |
| 513 | 2026-05-21T16:23:09.295Z | Compiling thiserror-impl v2.0.18 |
| 514 | 2026-05-21T16:23:09.430Z | Compiling zerovec v0.11.5 |
| 515 | 2026-05-21T16:23:09.571Z | Compiling zerotrie v0.2.3 |
| 516 | 2026-05-21T16:23:09.589Z | Compiling zerocopy v0.7.35 |
| 517 | 2026-05-21T16:23:09.921Z | Compiling tinystr v0.8.2 |
| 518 | 2026-05-21T16:23:09.973Z | Compiling potential_utf v0.1.4 |
| 519 | 2026-05-21T16:23:10.097Z | Compiling icu_locale_core v2.1.1 |
| 520 | 2026-05-21T16:23:10.126Z | Compiling icu_collections v2.1.1 |
| 521 | 2026-05-21T16:23:10.140Z | Compiling dtrace-parser v0.2.0 |
| 522 | 2026-05-21T16:23:10.190Z | Compiling scroll v0.12.0 |
| 523 | 2026-05-21T16:23:10.390Z | Compiling tabled_derive v0.7.0 |
| 524 | 2026-05-21T16:23:10.456Z | Compiling goblin v0.8.2 |
| 525 | 2026-05-21T16:23:10.511Z | Compiling clap_derive v4.5.55 |
| 526 | 2026-05-21T16:23:10.599Z | Compiling unicode-width v0.2.0 |
| 527 | 2026-05-21T16:23:10.877Z | Compiling icu_provider v2.1.1 |
| 528 | 2026-05-21T16:23:10.981Z | Compiling unicode-linebreak v0.1.5 |
| 529 | 2026-05-21T16:23:11.166Z | Compiling icu_normalizer v2.1.1 |
| 530 | 2026-05-21T16:23:11.199Z | Compiling icu_properties v2.1.2 |
| 531 | 2026-05-21T16:23:11.224Z | Compiling serde_spanned v0.6.9 |
| 532 | 2026-05-21T16:23:11.238Z | Compiling toml_datetime v0.6.11 |
| 533 | 2026-05-21T16:23:11.301Z | Compiling dof v0.3.0 |
| 534 | 2026-05-21T16:23:11.312Z | Compiling serde_tokenstream v0.2.3 |
| 535 | 2026-05-21T16:23:11.386Z | Compiling serde-value v0.7.0 |
| 536 | 2026-05-21T16:23:11.551Z | Compiling toml_edit v0.22.27 |
| 537 | 2026-05-21T16:23:11.693Z | Compiling cargo-platform v0.2.0 |
| 538 | 2026-05-21T16:23:11.756Z | Compiling tabled v0.15.0 |
| 539 | 2026-05-21T16:23:11.816Z | Compiling textwrap v0.16.2 |
| 540 | 2026-05-21T16:23:11.949Z | Compiling macaddr v1.0.1 |
| 541 | 2026-05-21T16:23:12.163Z | Compiling idna_adapter v1.2.1 |
| 542 | 2026-05-21T16:23:12.186Z | Compiling camino-tempfile v1.4.1 |
| 543 | 2026-05-21T16:23:12.251Z | Compiling usdt-macro v0.5.0 |
| 544 | 2026-05-21T16:23:12.265Z | Compiling idna v1.1.0 |
| 545 | 2026-05-21T16:23:12.307Z | Compiling usdt-attr-macro v0.5.0 |
| 546 | 2026-05-21T16:23:12.412Z | Compiling clap v4.5.60 |
| 547 | 2026-05-21T16:23:12.497Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 548 | 2026-05-21T16:23:12.573Z | Compiling url v2.5.8 |
| 549 | 2026-05-21T16:23:12.870Z | Compiling swrite v0.1.0 |
| 550 | 2026-05-21T16:23:12.921Z | Compiling toml v0.8.23 |
| 551 | 2026-05-21T16:23:13.316Z | Compiling cargo-util-schemas v0.8.2 |
| 552 | 2026-05-21T16:23:13.431Z | Compiling cargo_toml v0.21.0 |
| 553 | 2026-05-21T16:23:13.474Z | Compiling usdt v0.5.0 |
| 554 | 2026-05-21T16:23:14.152Z | Compiling cargo_metadata v0.21.0 |
| 555 | 2026-05-21T16:23:15.083Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 556 | 2026-05-21T16:23:17.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.57s |
| 557 | 2026-05-21T16:23:17.391Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 558 | 2026-05-21T16:23:17.942Z | Downloading crates ... |
| 559 | 2026-05-21T16:23:18.058Z | Downloaded adler2 v2.0.1 |
| 560 | 2026-05-21T16:23:18.080Z | Downloaded castaway v0.2.4 |
| 561 | 2026-05-21T16:23:18.080Z | Downloaded ciborium-ll v0.2.2 |
| 562 | 2026-05-21T16:23:18.081Z | Downloaded bb8 v0.8.6 |
| 563 | 2026-05-21T16:23:18.081Z | Downloaded chacha20 v0.9.1 |
| 564 | 2026-05-21T16:23:18.081Z | Downloaded backoff v0.4.0 |
| 565 | 2026-05-21T16:23:18.081Z | Downloaded async-recursion v1.1.1 |
| 566 | 2026-05-21T16:23:18.081Z | Downloaded blowfish v0.9.1 |
| 567 | 2026-05-21T16:23:18.081Z | Downloaded convert_case v0.10.0 |
| 568 | 2026-05-21T16:23:18.081Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 569 | 2026-05-21T16:23:18.081Z | Downloaded dropshot_endpoint v0.17.0 |
| 570 | 2026-05-21T16:23:18.081Z | Downloaded base16ct v0.2.0 |
| 571 | 2026-05-21T16:23:18.081Z | Downloaded cstr-argument v0.1.2 |
| 572 | 2026-05-21T16:23:18.081Z | Downloaded endian-type v0.1.2 |
| 573 | 2026-05-21T16:23:18.082Z | Downloaded async-stream-impl v0.3.6 |
| 574 | 2026-05-21T16:23:18.082Z | Downloaded darling_macro v0.20.11 |
| 575 | 2026-05-21T16:23:18.082Z | Downloaded bumpalo v3.20.2 |
| 576 | 2026-05-21T16:23:18.082Z | Downloaded drift v0.2.0 |
| 577 | 2026-05-21T16:23:18.093Z | Downloaded darling_macro v0.23.0 |
| 578 | 2026-05-21T16:23:18.093Z | Downloaded bytes v1.11.1 |
| 579 | 2026-05-21T16:23:18.093Z | Downloaded filetime v0.2.27 |
| 580 | 2026-05-21T16:23:18.093Z | Downloaded embedded-io v0.4.0 |
| 581 | 2026-05-21T16:23:18.093Z | Downloaded downcast-rs v2.0.2 |
| 582 | 2026-05-21T16:23:18.093Z | Downloaded data-encoding v2.10.0 |
| 583 | 2026-05-21T16:23:18.093Z | Downloaded crucible-workspace-hack v0.1.0 |
| 584 | 2026-05-21T16:23:18.093Z | Downloaded cfg_aliases v0.2.1 |
| 585 | 2026-05-21T16:23:18.093Z | Downloaded crc8 v0.1.1 |
| 586 | 2026-05-21T16:23:18.094Z | Downloaded enum-as-inner v0.6.1 |
| 587 | 2026-05-21T16:23:18.094Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 588 | 2026-05-21T16:23:18.094Z | Downloaded daft v0.1.7 |
| 589 | 2026-05-21T16:23:18.104Z | Downloaded atomic-waker v1.1.2 |
| 590 | 2026-05-21T16:23:18.104Z | Downloaded convert_case v0.4.0 |
| 591 | 2026-05-21T16:23:18.104Z | Downloaded console v0.15.11 |
| 592 | 2026-05-21T16:23:18.104Z | Downloaded flagset v0.4.7 |
| 593 | 2026-05-21T16:23:18.104Z | Downloaded foldhash v0.2.0 |
| 594 | 2026-05-21T16:23:18.104Z | Downloaded darling_macro v0.21.3 |
| 595 | 2026-05-21T16:23:18.104Z | Downloaded base64ct v1.8.3 |
| 596 | 2026-05-21T16:23:18.104Z | Downloaded async-stream v0.3.6 |
| 597 | 2026-05-21T16:23:18.104Z | Downloaded cargo-platform v0.1.9 |
| 598 | 2026-05-21T16:23:18.104Z | Downloaded aead v0.5.2 |
| 599 | 2026-05-21T16:23:18.105Z | Downloaded daft-derive v0.1.7 |
| 600 | 2026-05-21T16:23:18.105Z | Downloaded defmt v0.3.100 |
| 601 | 2026-05-21T16:23:18.118Z | Downloaded compression-core v0.4.31 |
| 602 | 2026-05-21T16:23:18.118Z | Downloaded cassowary v0.3.0 |
| 603 | 2026-05-21T16:23:18.119Z | Downloaded block-padding v0.3.3 |
| 604 | 2026-05-21T16:23:18.119Z | Downloaded async-trait v0.1.89 |
| 605 | 2026-05-21T16:23:18.119Z | Downloaded cargo_metadata v0.19.2 |
| 606 | 2026-05-21T16:23:18.119Z | Downloaded csv-core v0.1.13 |
| 607 | 2026-05-21T16:23:18.119Z | Downloaded argon2 v0.5.3 |
| 608 | 2026-05-21T16:23:18.119Z | Downloaded embedded-io v0.6.1 |
| 609 | 2026-05-21T16:23:18.139Z | Downloaded ahash v0.8.12 |
| 610 | 2026-05-21T16:23:18.139Z | Downloaded display-error-chain v0.2.2 |
| 611 | 2026-05-21T16:23:18.139Z | Downloaded ciborium-io v0.2.2 |
| 612 | 2026-05-21T16:23:18.139Z | Downloaded backon v1.6.0 |
| 613 | 2026-05-21T16:23:18.139Z | Downloaded crunchy v0.2.4 |
| 614 | 2026-05-21T16:23:18.139Z | Downloaded debug-ignore v1.0.5 |
| 615 | 2026-05-21T16:23:18.139Z | Downloaded crc32fast v1.5.0 |
| 616 | 2026-05-21T16:23:18.139Z | Downloaded ctr v0.9.2 |
| 617 | 2026-05-21T16:23:18.139Z | Downloaded cobs v0.3.0 |
| 618 | 2026-05-21T16:23:18.139Z | Downloaded bitflags v1.3.2 |
| 619 | 2026-05-21T16:23:18.139Z | Downloaded critical-section v1.2.0 |
| 620 | 2026-05-21T16:23:18.139Z | Downloaded cbc v0.1.2 |
| 621 | 2026-05-21T16:23:18.140Z | Downloaded bitfield v0.19.4 |
| 622 | 2026-05-21T16:23:18.140Z | Downloaded bit-vec v0.6.3 |
| 623 | 2026-05-21T16:23:18.140Z | Downloaded cmake v0.1.57 |
| 624 | 2026-05-21T16:23:18.140Z | Downloaded bitfield-struct v0.6.2 |
| 625 | 2026-05-21T16:23:18.140Z | Downloaded bzip2 v0.4.4 |
| 626 | 2026-05-21T16:23:18.140Z | Downloaded derive_builder_macro v0.20.2 |
| 627 | 2026-05-21T16:23:18.140Z | Downloaded bit-vec v0.8.0 |
| 628 | 2026-05-21T16:23:18.140Z | Downloaded cfg_aliases v0.1.1 |
| 629 | 2026-05-21T16:23:18.140Z | Downloaded assert_matches v1.5.0 |
| 630 | 2026-05-21T16:23:18.140Z | Downloaded fd-lock v4.0.4 |
| 631 | 2026-05-21T16:23:18.140Z | Downloaded crc v3.4.0 |
| 632 | 2026-05-21T16:23:18.152Z | Downloaded atomicwrites v0.4.4 |
| 633 | 2026-05-21T16:23:18.153Z | Downloaded dsl_auto_type v0.2.0 |
| 634 | 2026-05-21T16:23:18.153Z | Downloaded darling_core v0.23.0 |
| 635 | 2026-05-21T16:23:18.153Z | Downloaded float-cmp v0.10.0 |
| 636 | 2026-05-21T16:23:18.153Z | Downloaded dyn-clone v1.0.20 |
| 637 | 2026-05-21T16:23:18.153Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 638 | 2026-05-21T16:23:18.153Z | Downloaded bit-set v0.5.3 |
| 639 | 2026-05-21T16:23:18.153Z | Downloaded cookie_store v0.22.1 |
| 640 | 2026-05-21T16:23:18.153Z | Downloaded atty v0.2.14 |
| 641 | 2026-05-21T16:23:18.165Z | Downloaded dirs-next v2.0.0 |
| 642 | 2026-05-21T16:23:18.165Z | Downloaded arrayref v0.3.9 |
| 643 | 2026-05-21T16:23:18.165Z | Downloaded foreign-types v0.3.2 |
| 644 | 2026-05-21T16:23:18.165Z | Downloaded bit-set v0.8.0 |
| 645 | 2026-05-21T16:23:18.165Z | Downloaded env_filter v1.0.0 |
| 646 | 2026-05-21T16:23:18.165Z | Downloaded dunce v1.0.5 |
| 647 | 2026-05-21T16:23:18.165Z | Downloaded difflib v0.4.0 |
| 648 | 2026-05-21T16:23:18.165Z | Downloaded cpufeatures v0.3.0 |
| 649 | 2026-05-21T16:23:18.165Z | Downloaded crc-catalog v2.4.0 |
| 650 | 2026-05-21T16:23:18.165Z | Downloaded bitfield-macros v0.19.4 |
| 651 | 2026-05-21T16:23:18.165Z | Downloaded fixedbitset v0.4.2 |
| 652 | 2026-05-21T16:23:18.172Z | Downloaded dirs-sys-next v0.1.2 |
| 653 | 2026-05-21T16:23:18.172Z | Downloaded defmt v1.0.1 |
| 654 | 2026-05-21T16:23:18.172Z | Downloaded crossbeam-deque v0.8.6 |
| 655 | 2026-05-21T16:23:18.173Z | Downloaded dof v0.4.0 |
| 656 | 2026-05-21T16:23:18.182Z | Downloaded constant_time_eq v0.4.2 |
| 657 | 2026-05-21T16:23:18.182Z | Downloaded futures-core v0.3.32 |
| 658 | 2026-05-21T16:23:18.182Z | Downloaded document-features v0.2.12 |
| 659 | 2026-05-21T16:23:18.182Z | Downloaded crossbeam-epoch v0.9.18 |
| 660 | 2026-05-21T16:23:18.198Z | Downloaded foreign-types-shared v0.1.1 |
| 661 | 2026-05-21T16:23:18.198Z | Downloaded fs-err v2.11.0 |
| 662 | 2026-05-21T16:23:18.198Z | Downloaded const_format_proc_macros v0.2.34 |
| 663 | 2026-05-21T16:23:18.199Z | Downloaded buf-list v1.1.2 |
| 664 | 2026-05-21T16:23:18.199Z | Downloaded darling v0.23.0 |
| 665 | 2026-05-21T16:23:18.199Z | Downloaded futures-io v0.3.32 |
| 666 | 2026-05-21T16:23:18.199Z | Downloaded funty v2.0.0 |
| 667 | 2026-05-21T16:23:18.199Z | Downloaded gethostname v0.5.0 |
| 668 | 2026-05-21T16:23:18.199Z | Downloaded futures-sink v0.3.32 |
| 669 | 2026-05-21T16:23:18.199Z | Downloaded fxhash v0.2.1 |
| 670 | 2026-05-21T16:23:18.199Z | Downloaded foreign-types-shared v0.3.1 |
| 671 | 2026-05-21T16:23:18.199Z | Downloaded futures-task v0.3.32 |
| 672 | 2026-05-21T16:23:18.199Z | Downloaded foreign-types-macros v0.2.3 |
| 673 | 2026-05-21T16:23:18.199Z | Downloaded foreign-types v0.5.0 |
| 674 | 2026-05-21T16:23:18.199Z | Downloaded ghash v0.5.1 |
| 675 | 2026-05-21T16:23:18.199Z | Downloaded hex v0.4.3 |
| 676 | 2026-05-21T16:23:18.199Z | Downloaded headers-core v0.3.0 |
| 677 | 2026-05-21T16:23:18.200Z | Downloaded globwalk v0.9.1 |
| 678 | 2026-05-21T16:23:18.200Z | Downloaded hash32 v0.2.1 |
| 679 | 2026-05-21T16:23:18.206Z | Downloaded hash32 v0.3.1 |
| 680 | 2026-05-21T16:23:18.206Z | Downloaded git-stub v1.0.0 |
| 681 | 2026-05-21T16:23:18.207Z | Downloaded float-ord v0.3.2 |
| 682 | 2026-05-21T16:23:18.207Z | Downloaded async-bb8-diesel v0.2.1 |
| 683 | 2026-05-21T16:23:18.207Z | Downloaded darling v0.21.3 |
| 684 | 2026-05-21T16:23:18.207Z | Downloaded ascii-canvas v3.0.0 |
| 685 | 2026-05-21T16:23:18.207Z | Downloaded hostname v0.4.2 |
| 686 | 2026-05-21T16:23:18.207Z | Downloaded const_format v0.2.35 |
| 687 | 2026-05-21T16:23:18.222Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 688 | 2026-05-21T16:23:18.222Z | Downloaded find-msvc-tools v0.1.9 |
| 689 | 2026-05-21T16:23:18.222Z | Downloaded bcs v0.1.6 |
| 690 | 2026-05-21T16:23:18.222Z | Downloaded arrayvec v0.7.6 |
| 691 | 2026-05-21T16:23:18.241Z | Downloaded env_logger v0.11.9 |
| 692 | 2026-05-21T16:23:18.241Z | Downloaded either v1.15.0 |
| 693 | 2026-05-21T16:23:18.241Z | Downloaded cipher v0.4.4 |
| 694 | 2026-05-21T16:23:18.241Z | Downloaded ed25519 v2.2.3 |
| 695 | 2026-05-21T16:23:18.241Z | Downloaded diesel-dtrace v0.5.0 |
| 696 | 2026-05-21T16:23:18.241Z | Downloaded hostname v0.3.1 |
| 697 | 2026-05-21T16:23:18.241Z | Downloaded cexpr v0.6.0 |
| 698 | 2026-05-21T16:23:18.241Z | Downloaded hex-literal v0.4.1 |
| 699 | 2026-05-21T16:23:18.241Z | Downloaded camino-tempfile-ext v0.3.3 |
| 700 | 2026-05-21T16:23:18.241Z | Downloaded http-range v0.1.5 |
| 701 | 2026-05-21T16:23:18.242Z | Downloaded home v0.5.12 |
| 702 | 2026-05-21T16:23:18.242Z | Downloaded ecdsa v0.16.9 |
| 703 | 2026-05-21T16:23:18.242Z | Downloaded byte-wrapper v0.1.0 |
| 704 | 2026-05-21T16:23:18.242Z | Downloaded foldhash v0.1.5 |
| 705 | 2026-05-21T16:23:18.242Z | Downloaded fixedbitset v0.5.7 |
| 706 | 2026-05-21T16:23:18.264Z | Downloaded defmt-macros v1.0.1 |
| 707 | 2026-05-21T16:23:18.264Z | Downloaded crossbeam-utils v0.8.21 |
| 708 | 2026-05-21T16:23:18.264Z | Downloaded const-oid v0.9.6 |
| 709 | 2026-05-21T16:23:18.264Z | Downloaded futures-macro v0.3.32 |
| 710 | 2026-05-21T16:23:18.264Z | Downloaded der_derive v0.7.3 |
| 711 | 2026-05-21T16:23:18.264Z | Downloaded array-init v0.0.4 |
| 712 | 2026-05-21T16:23:18.265Z | Downloaded compression-codecs v0.4.37 |
| 713 | 2026-05-21T16:23:18.265Z | Downloaded corncobs v0.1.4 |
| 714 | 2026-05-21T16:23:18.265Z | Downloaded http-body v1.0.1 |
| 715 | 2026-05-21T16:23:18.265Z | Downloaded crypto-bigint v0.5.5 |
| 716 | 2026-05-21T16:23:18.265Z | Downloaded indoc v1.0.9 |
| 717 | 2026-05-21T16:23:18.265Z | Downloaded futures-executor v0.3.32 |
| 718 | 2026-05-21T16:23:18.265Z | Downloaded instant v0.1.13 |
| 719 | 2026-05-21T16:23:18.265Z | Downloaded git-stub-vcs v0.1.0 |
| 720 | 2026-05-21T16:23:18.265Z | Downloaded fs_extra v1.3.0 |
| 721 | 2026-05-21T16:23:18.265Z | Downloaded globset v0.4.18 |
| 722 | 2026-05-21T16:23:18.265Z | Downloaded derive-ex v0.1.8 |
| 723 | 2026-05-21T16:23:18.265Z | Downloaded deranged v0.5.8 |
| 724 | 2026-05-21T16:23:18.271Z | Downloaded hubpack_derive v0.1.1 |
| 725 | 2026-05-21T16:23:18.271Z | Downloaded indent_write v2.2.0 |
| 726 | 2026-05-21T16:23:18.271Z | Downloaded ident_case v1.0.1 |
| 727 | 2026-05-21T16:23:18.271Z | Downloaded hyper-tls v0.6.0 |
| 728 | 2026-05-21T16:23:18.271Z | Downloaded glob v0.3.3 |
| 729 | 2026-05-21T16:23:18.271Z | Downloaded ff v0.13.1 |
| 730 | 2026-05-21T16:23:18.271Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 731 | 2026-05-21T16:23:18.272Z | Downloaded illumos-nvpair v0.3.0 |
| 732 | 2026-05-21T16:23:18.272Z | Downloaded httpdate v1.0.3 |
| 733 | 2026-05-21T16:23:18.272Z | Downloaded inout v0.1.4 |
| 734 | 2026-05-21T16:23:18.272Z | Downloaded cancel-safe-futures v0.1.5 |
| 735 | 2026-05-21T16:23:18.272Z | Downloaded internet-checksum v0.2.1 |
| 736 | 2026-05-21T16:23:18.272Z | Downloaded instability v0.3.11 |
| 737 | 2026-05-21T16:23:18.272Z | Downloaded colored v3.1.1 |
| 738 | 2026-05-21T16:23:18.272Z | Downloaded is_ci v1.2.0 |
| 739 | 2026-05-21T16:23:18.272Z | Downloaded colored v2.2.0 |
| 740 | 2026-05-21T16:23:18.277Z | Downloaded ena v0.14.4 |
| 741 | 2026-05-21T16:23:18.277Z | Downloaded darling v0.20.11 |
| 742 | 2026-05-21T16:23:18.277Z | Downloaded derive_builder v0.20.2 |
| 743 | 2026-05-21T16:23:18.297Z | Downloaded highway v1.3.0 |
| 744 | 2026-05-21T16:23:18.297Z | Downloaded bzip2 v0.6.1 |
| 745 | 2026-05-21T16:23:18.297Z | Downloaded fallible-iterator v0.2.0 |
| 746 | 2026-05-21T16:23:18.297Z | Downloaded http-body-util v0.1.3 |
| 747 | 2026-05-21T16:23:18.297Z | Downloaded erased-serde v0.3.31 |
| 748 | 2026-05-21T16:23:18.316Z | Downloaded console v0.16.2 |
| 749 | 2026-05-21T16:23:18.316Z | Downloaded blake2 v0.10.6 |
| 750 | 2026-05-21T16:23:18.316Z | Downloaded lazy_static v1.5.0 |
| 751 | 2026-05-21T16:23:18.316Z | Downloaded dtrace-parser v0.3.0 |
| 752 | 2026-05-21T16:23:18.316Z | Downloaded derive_builder_core v0.20.2 |
| 753 | 2026-05-21T16:23:18.316Z | Downloaded des v0.8.1 |
| 754 | 2026-05-21T16:23:18.316Z | Downloaded cookie v0.18.1 |
| 755 | 2026-05-21T16:23:18.316Z | Downloaded hubpack v0.1.2 |
| 756 | 2026-05-21T16:23:18.316Z | Downloaded humantime v2.3.0 |
| 757 | 2026-05-21T16:23:18.317Z | Downloaded lru-slab v0.1.2 |
| 758 | 2026-05-21T16:23:18.317Z | Downloaded managed v0.8.0 |
| 759 | 2026-05-21T16:23:18.317Z | Downloaded keccak v0.1.6 |
| 760 | 2026-05-21T16:23:18.317Z | Downloaded lalrpop-util v0.19.12 |
| 761 | 2026-05-21T16:23:18.317Z | Downloaded kstat-rs v0.2.4 |
| 762 | 2026-05-21T16:23:18.317Z | Downloaded fatfs v0.3.6 |
| 763 | 2026-05-21T16:23:18.317Z | Downloaded futures-channel v0.3.32 |
| 764 | 2026-05-21T16:23:18.334Z | Downloaded lzss v0.8.2 |
| 765 | 2026-05-21T16:23:18.334Z | Downloaded md5 v0.7.0 |
| 766 | 2026-05-21T16:23:18.334Z | Downloaded md-5 v0.10.6 |
| 767 | 2026-05-21T16:23:18.334Z | Downloaded indoc v2.0.7 |
| 768 | 2026-05-21T16:23:18.334Z | Downloaded mime v0.3.17 |
| 769 | 2026-05-21T16:23:18.334Z | Downloaded memoffset v0.9.1 |
| 770 | 2026-05-21T16:23:18.334Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 771 | 2026-05-21T16:23:18.334Z | Downloaded multimap v0.10.1 |
| 772 | 2026-05-21T16:23:18.335Z | Downloaded half v1.8.3 |
| 773 | 2026-05-21T16:23:18.335Z | Downloaded defmt-parser v1.0.0 |
| 774 | 2026-05-21T16:23:18.335Z | Downloaded group v0.13.0 |
| 775 | 2026-05-21T16:23:18.335Z | Downloaded ingot v0.1.1 |
| 776 | 2026-05-21T16:23:18.335Z | Downloaded darling_core v0.21.3 |
| 777 | 2026-05-21T16:23:18.335Z | Downloaded lru-cache v0.1.2 |
| 778 | 2026-05-21T16:23:18.335Z | Downloaded lru v0.12.5 |
| 779 | 2026-05-21T16:23:18.353Z | Downloaded linked-hash-map v0.5.6 |
| 780 | 2026-05-21T16:23:18.353Z | Downloaded getrandom v0.2.17 |
| 781 | 2026-05-21T16:23:18.353Z | Downloaded maybe-uninit v2.0.0 |
| 782 | 2026-05-21T16:23:18.353Z | Downloaded maplit v1.0.2 |
| 783 | 2026-05-21T16:23:18.353Z | Downloaded is-terminal v0.4.17 |
| 784 | 2026-05-21T16:23:18.353Z | Downloaded hyper-staticfile v0.10.1 |
| 785 | 2026-05-21T16:23:18.354Z | Downloaded newtype-uuid-macros v0.1.0 |
| 786 | 2026-05-21T16:23:18.354Z | Downloaded normalize-line-endings v0.3.0 |
| 787 | 2026-05-21T16:23:18.354Z | Downloaded chacha20 v0.10.0 |
| 788 | 2026-05-21T16:23:18.354Z | Downloaded elliptic-curve v0.13.8 |
| 789 | 2026-05-21T16:23:18.354Z | Downloaded dropshot_endpoint v0.16.7 |
| 790 | 2026-05-21T16:23:18.363Z | Downloaded clang-sys v1.8.1 |
| 791 | 2026-05-21T16:23:18.363Z | Downloaded derive_more v0.99.20 |
| 792 | 2026-05-21T16:23:18.363Z | Downloaded ciborium v0.2.2 |
| 793 | 2026-05-21T16:23:18.363Z | Downloaded httparse v1.10.1 |
| 794 | 2026-05-21T16:23:18.363Z | Downloaded ipnetwork v0.21.1 |
| 795 | 2026-05-21T16:23:18.363Z | Downloaded ingot-types v0.1.2 |
| 796 | 2026-05-21T16:23:18.363Z | Downloaded allocator-api2 v0.2.21 |
| 797 | 2026-05-21T16:23:18.363Z | Downloaded num-conv v0.2.0 |
| 798 | 2026-05-21T16:23:18.363Z | Downloaded olpc-cjson v0.1.4 |
| 799 | 2026-05-21T16:23:18.363Z | Downloaded hmac v0.12.1 |
| 800 | 2026-05-21T16:23:18.373Z | Downloaded diff v0.1.13 |
| 801 | 2026-05-21T16:23:18.373Z | Downloaded linear-map v1.2.0 |
| 802 | 2026-05-21T16:23:18.373Z | Downloaded nonempty v0.12.0 |
| 803 | 2026-05-21T16:23:18.373Z | Downloaded num-derive v0.4.2 |
| 804 | 2026-05-21T16:23:18.373Z | Downloaded num v0.4.3 |
| 805 | 2026-05-21T16:23:18.373Z | Downloaded newtype_derive v0.1.6 |
| 806 | 2026-05-21T16:23:18.373Z | Downloaded new_debug_unreachable v1.0.6 |
| 807 | 2026-05-21T16:23:18.385Z | Downloaded crc-any v2.5.0 |
| 808 | 2026-05-21T16:23:18.385Z | Downloaded num-derive v0.3.3 |
| 809 | 2026-05-21T16:23:18.385Z | Downloaded oso-derive v0.27.3 |
| 810 | 2026-05-21T16:23:18.386Z | Downloaded libscf-sys v1.1.0 |
| 811 | 2026-05-21T16:23:18.386Z | Downloaded libloading v0.8.9 |
| 812 | 2026-05-21T16:23:18.386Z | Downloaded hyper-rustls v0.27.7 |
| 813 | 2026-05-21T16:23:18.386Z | Downloaded darling_core v0.20.11 |
| 814 | 2026-05-21T16:23:18.386Z | Downloaded opaque-debug v0.3.1 |
| 815 | 2026-05-21T16:23:18.386Z | Downloaded openssl-probe v0.2.1 |
| 816 | 2026-05-21T16:23:18.399Z | Downloaded openssl-probe v0.1.6 |
| 817 | 2026-05-21T16:23:18.399Z | Downloaded num_threads v0.1.7 |
| 818 | 2026-05-21T16:23:18.399Z | Downloaded num_enum_derive v0.5.11 |
| 819 | 2026-05-21T16:23:18.399Z | Downloaded num-iter v0.1.45 |
| 820 | 2026-05-21T16:23:18.399Z | Downloaded newline-converter v0.3.0 |
| 821 | 2026-05-21T16:23:18.399Z | Downloaded nanorand v0.7.0 |
| 822 | 2026-05-21T16:23:18.399Z | Downloaded half v2.7.1 |
| 823 | 2026-05-21T16:23:18.399Z | Downloaded crossbeam-channel v0.5.15 |
| 824 | 2026-05-21T16:23:18.399Z | Downloaded derive-where v1.6.0 |
| 825 | 2026-05-21T16:23:18.408Z | Downloaded libsw-core v0.3.2 |
| 826 | 2026-05-21T16:23:18.408Z | Downloaded openssl-macros v0.1.1 |
| 827 | 2026-05-21T16:23:18.408Z | Downloaded lock_api v0.4.14 |
| 828 | 2026-05-21T16:23:18.408Z | Downloaded libsw v3.5.0 |
| 829 | 2026-05-21T16:23:18.408Z | Downloaded libefi-sys v0.1.0 |
| 830 | 2026-05-21T16:23:18.408Z | Downloaded getrandom v0.3.4 |
| 831 | 2026-05-21T16:23:18.408Z | Downloaded packed_struct_codegen v0.10.1 |
| 832 | 2026-05-21T16:23:18.408Z | Downloaded parse-size v1.1.0 |
| 833 | 2026-05-21T16:23:18.408Z | Downloaded nodrop v0.1.14 |
| 834 | 2026-05-21T16:23:18.409Z | Downloaded multer v3.1.0 |
| 835 | 2026-05-21T16:23:18.409Z | Downloaded mime_guess v2.0.5 |
| 836 | 2026-05-21T16:23:18.409Z | Downloaded match_cfg v0.1.0 |
| 837 | 2026-05-21T16:23:18.414Z | Downloaded parse-display v0.10.0 |
| 838 | 2026-05-21T16:23:18.414Z | Downloaded chacha20poly1305 v0.10.1 |
| 839 | 2026-05-21T16:23:18.414Z | Downloaded compact_str v0.8.1 |
| 840 | 2026-05-21T16:23:18.414Z | Downloaded ingot-macros v0.1.1 |
| 841 | 2026-05-21T16:23:18.414Z | Downloaded jobserver v0.1.34 |
| 842 | 2026-05-21T16:23:18.422Z | Downloaded ipnet v2.11.0 |
| 843 | 2026-05-21T16:23:18.422Z | Downloaded nu-ansi-term v0.50.3 |
| 844 | 2026-05-21T16:23:18.430Z | Downloaded base64 v0.22.1 |
| 845 | 2026-05-21T16:23:18.430Z | Downloaded peg-runtime v0.8.5 |
| 846 | 2026-05-21T16:23:18.430Z | Downloaded pbkdf2 v0.12.2 |
| 847 | 2026-05-21T16:23:18.430Z | Downloaded newtype-uuid v1.3.2 |
| 848 | 2026-05-21T16:23:18.430Z | Downloaded pbkdf2 v0.11.0 |
| 849 | 2026-05-21T16:23:18.430Z | Downloaded path-slash v0.1.5 |
| 850 | 2026-05-21T16:23:18.430Z | Downloaded num_enum v0.7.5 |
| 851 | 2026-05-21T16:23:18.437Z | Downloaded phf_shared v0.11.3 |
| 852 | 2026-05-21T16:23:18.437Z | Downloaded async-compression v0.4.41 |
| 853 | 2026-05-21T16:23:18.449Z | Downloaded pin-utils v0.1.0 |
| 854 | 2026-05-21T16:23:18.452Z | Downloaded derive_more v2.1.1 |
| 855 | 2026-05-21T16:23:18.456Z | Downloaded oxide-tokio-rt v0.1.4 |
| 856 | 2026-05-21T16:23:18.461Z | Downloaded predicates-tree v1.0.13 |
| 857 | 2026-05-21T16:23:18.461Z | Downloaded powerfmt v0.2.0 |
| 858 | 2026-05-21T16:23:18.461Z | Downloaded indexmap v1.9.3 |
| 859 | 2026-05-21T16:23:18.465Z | Downloaded dropshot-api-manager v0.7.2 |
| 860 | 2026-05-21T16:23:18.468Z | Downloaded oxnet v0.1.4 |
| 861 | 2026-05-21T16:23:18.468Z | Downloaded precomputed-hash v0.1.1 |
| 862 | 2026-05-21T16:23:18.468Z | Downloaded heapless v0.7.17 |
| 863 | 2026-05-21T16:23:18.472Z | Downloaded headers v0.4.1 |
| 864 | 2026-05-21T16:23:18.472Z | Downloaded heapless v0.8.0 |
| 865 | 2026-05-21T16:23:18.475Z | Downloaded password-hash v0.4.2 |
| 866 | 2026-05-21T16:23:18.479Z | Downloaded parking_lot_core v0.8.6 |
| 867 | 2026-05-21T16:23:18.479Z | Downloaded ar_archive_writer v0.5.1 |
| 868 | 2026-05-21T16:23:18.484Z | Downloaded futures v0.3.32 |
| 869 | 2026-05-21T16:23:18.484Z | Downloaded progenitor-client v0.10.0 |
| 870 | 2026-05-21T16:23:18.484Z | Downloaded progenitor-macro v0.11.2 |
| 871 | 2026-05-21T16:23:18.490Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 872 | 2026-05-21T16:23:18.490Z | Downloaded predicates-core v1.0.10 |
| 873 | 2026-05-21T16:23:18.490Z | Downloaded packed_struct v0.10.1 |
| 874 | 2026-05-21T16:23:18.490Z | Downloaded flate2 v1.1.9 |
| 875 | 2026-05-21T16:23:18.493Z | Downloaded progenitor-client v0.11.2 |
| 876 | 2026-05-21T16:23:18.493Z | Downloaded phf_shared v0.13.1 |
| 877 | 2026-05-21T16:23:18.493Z | Downloaded phf_shared v0.12.1 |
| 878 | 2026-05-21T16:23:18.493Z | Downloaded num_enum_derive v0.7.5 |
| 879 | 2026-05-21T16:23:18.493Z | Downloaded peg-macros v0.8.5 |
| 880 | 2026-05-21T16:23:18.496Z | Downloaded memmap2 v0.9.10 |
| 881 | 2026-05-21T16:23:18.496Z | Downloaded arc-swap v1.8.2 |
| 882 | 2026-05-21T16:23:18.503Z | Downloaded phf v0.12.1 |
| 883 | 2026-05-21T16:23:18.503Z | Downloaded peg v0.8.5 |
| 884 | 2026-05-21T16:23:18.510Z | Downloaded progenitor-macro v0.13.0 |
| 885 | 2026-05-21T16:23:18.510Z | Downloaded quick-error v1.2.3 |
| 886 | 2026-05-21T16:23:18.510Z | Downloaded progenitor-macro v0.10.0 |
| 887 | 2026-05-21T16:23:18.510Z | Downloaded proc-macro-crate v1.3.1 |
| 888 | 2026-05-21T16:23:18.510Z | Downloaded parse-display-derive v0.10.0 |
| 889 | 2026-05-21T16:23:18.510Z | Downloaded paste v1.0.15 |
| 890 | 2026-05-21T16:23:18.510Z | Downloaded password-hash v0.5.0 |
| 891 | 2026-05-21T16:23:18.514Z | Downloaded ed25519-dalek v2.2.0 |
| 892 | 2026-05-21T16:23:18.514Z | Downloaded libbz2-rs-sys v0.2.2 |
| 893 | 2026-05-21T16:23:18.514Z | Downloaded pin-project-lite v0.2.17 |
| 894 | 2026-05-21T16:23:18.514Z | Downloaded pin-project-internal v1.1.11 |
| 895 | 2026-05-21T16:23:18.517Z | Downloaded pem-rfc7468 v0.7.0 |
| 896 | 2026-05-21T16:23:18.517Z | Downloaded psl-types v2.0.11 |
| 897 | 2026-05-21T16:23:18.517Z | Downloaded progenitor-macro v0.14.0 |
| 898 | 2026-05-21T16:23:18.518Z | Downloaded radium v0.7.0 |
| 899 | 2026-05-21T16:23:18.521Z | Downloaded progenitor-client v0.14.0 |
| 900 | 2026-05-21T16:23:18.521Z | Downloaded cc v1.2.56 |
| 901 | 2026-05-21T16:23:18.524Z | Downloaded owo-colors v4.3.0 |
| 902 | 2026-05-21T16:23:18.524Z | Downloaded iana-time-zone v0.1.65 |
| 903 | 2026-05-21T16:23:18.524Z | Downloaded indicatif v0.18.4 |
| 904 | 2026-05-21T16:23:18.527Z | Downloaded pkg-config v0.3.32 |
| 905 | 2026-05-21T16:23:18.527Z | Downloaded poly1305 v0.8.0 |
| 906 | 2026-05-21T16:23:18.531Z | Downloaded pkcs8 v0.10.2 |
| 907 | 2026-05-21T16:23:18.531Z | Downloaded polyval v0.6.2 |
| 908 | 2026-05-21T16:23:18.535Z | Downloaded litrs v1.0.0 |
| 909 | 2026-05-21T16:23:18.535Z | Downloaded postgres-protocol v0.6.10 |
| 910 | 2026-05-21T16:23:18.539Z | Downloaded ignore v0.4.25 |
| 911 | 2026-05-21T16:23:18.539Z | Downloaded flume v0.11.1 |
| 912 | 2026-05-21T16:23:18.539Z | Downloaded nibble_vec v0.1.0 |
| 913 | 2026-05-21T16:23:18.542Z | Downloaded native-tls v0.2.18 |
| 914 | 2026-05-21T16:23:18.542Z | Downloaded rand_xorshift v0.4.0 |
| 915 | 2026-05-21T16:23:18.542Z | Downloaded recursive v0.1.1 |
| 916 | 2026-05-21T16:23:18.542Z | Downloaded num_enum v0.5.11 |
| 917 | 2026-05-21T16:23:18.545Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 918 | 2026-05-21T16:23:18.545Z | Downloaded ppv-lite86 v0.2.21 |
| 919 | 2026-05-21T16:23:18.549Z | Downloaded num-integer v0.1.46 |
| 920 | 2026-05-21T16:23:18.549Z | Downloaded num-complex v0.4.6 |
| 921 | 2026-05-21T16:23:18.561Z | Downloaded base64 v0.21.7 |
| 922 | 2026-05-21T16:23:18.561Z | Downloaded hickory-resolver v0.24.4 |
| 923 | 2026-05-21T16:23:18.566Z | Downloaded ref-cast v1.0.25 |
| 924 | 2026-05-21T16:23:18.567Z | Downloaded progenitor v0.14.0 |
| 925 | 2026-05-21T16:23:18.567Z | Downloaded proc-macro-crate v3.4.0 |
| 926 | 2026-05-21T16:23:18.567Z | Downloaded predicates v3.1.4 |
| 927 | 2026-05-21T16:23:18.567Z | Downloaded parking_lot_core v0.9.12 |
| 928 | 2026-05-21T16:23:18.567Z | Downloaded proc-macro-error2 v2.0.1 |
| 929 | 2026-05-21T16:23:18.567Z | Downloaded progenitor v0.13.0 |
| 930 | 2026-05-21T16:23:18.567Z | Downloaded der v0.7.10 |
| 931 | 2026-05-21T16:23:18.573Z | Downloaded primeorder v0.13.6 |
| 932 | 2026-05-21T16:23:18.573Z | Downloaded diesel_derives v2.3.7 |
| 933 | 2026-05-21T16:23:18.578Z | Downloaded phf v0.13.1 |
| 934 | 2026-05-21T16:23:18.578Z | Downloaded num-rational v0.4.2 |
| 935 | 2026-05-21T16:23:18.578Z | Downloaded parking_lot v0.11.2 |
| 936 | 2026-05-21T16:23:18.578Z | Downloaded rtoolbox v0.0.3 |
| 937 | 2026-05-21T16:23:18.584Z | Downloaded expectorate v1.2.0 |
| 938 | 2026-05-21T16:23:18.584Z | Downloaded pkcs5 v0.7.1 |
| 939 | 2026-05-21T16:23:18.584Z | Downloaded progenitor-client v0.13.0 |
| 940 | 2026-05-21T16:23:18.588Z | Downloaded progenitor-extras v0.2.0 |
| 941 | 2026-05-21T16:23:18.588Z | Downloaded progenitor v0.10.0 |
| 942 | 2026-05-21T16:23:18.588Z | Downloaded crossterm v0.28.1 |
| 943 | 2026-05-21T16:23:18.594Z | Downloaded psm v0.1.30 |
| 944 | 2026-05-21T16:23:18.594Z | Downloaded rustc-hash v2.1.1 |
| 945 | 2026-05-21T16:23:18.594Z | Downloaded rustc_version v0.1.7 |
| 946 | 2026-05-21T16:23:18.594Z | Downloaded pkcs1 v0.7.5 |
| 947 | 2026-05-21T16:23:18.597Z | Downloaded russh-cryptovec v0.7.3 |
| 948 | 2026-05-21T16:23:18.597Z | Downloaded pem v3.0.6 |
| 949 | 2026-05-21T16:23:18.597Z | Downloaded omicron-zone-package v0.12.2 |
| 950 | 2026-05-21T16:23:18.597Z | Downloaded r2d2 v0.8.10 |
| 951 | 2026-05-21T16:23:18.600Z | Downloaded ref-cast-impl v1.0.25 |
| 952 | 2026-05-21T16:23:18.600Z | Downloaded rand_core v0.10.0 |
| 953 | 2026-05-21T16:23:18.600Z | Downloaded rand_core v0.9.5 |
| 954 | 2026-05-21T16:23:18.600Z | Downloaded postcard v1.1.3 |
| 955 | 2026-05-21T16:23:18.603Z | Downloaded rand_chacha v0.3.1 |
| 956 | 2026-05-21T16:23:18.603Z | Downloaded p256 v0.13.2 |
| 957 | 2026-05-21T16:23:18.606Z | Downloaded salsa20 v0.10.2 |
| 958 | 2026-05-21T16:23:18.606Z | Downloaded rand_seeder v0.4.0 |
| 959 | 2026-05-21T16:23:18.610Z | Downloaded rustc_version v0.4.1 |
| 960 | 2026-05-21T16:23:18.610Z | Downloaded oso v0.27.3 |
| 961 | 2026-05-21T16:23:18.614Z | Downloaded rand_chacha v0.9.0 |
| 962 | 2026-05-21T16:23:18.614Z | Downloaded miniz_oxide v0.8.9 |
| 963 | 2026-05-21T16:23:18.619Z | Downloaded papergrid v0.17.0 |
| 964 | 2026-05-21T16:23:18.619Z | Downloaded derive_more-impl v2.1.1 |
| 965 | 2026-05-21T16:23:18.626Z | Downloaded scrypt v0.11.0 |
| 966 | 2026-05-21T16:23:18.630Z | Downloaded resolv-conf v0.7.6 |
| 967 | 2026-05-21T16:23:18.630Z | Downloaded parking_lot v0.12.5 |
| 968 | 2026-05-21T16:23:18.636Z | Downloaded jiff-static v0.2.21 |
| 969 | 2026-05-21T16:23:18.639Z | Downloaded progenitor v0.11.2 |
| 970 | 2026-05-21T16:23:18.639Z | Downloaded seq-macro v0.3.6 |
| 971 | 2026-05-21T16:23:18.642Z | Downloaded serde-big-array v0.5.1 |
| 972 | 2026-05-21T16:23:18.642Z | Downloaded semver v0.1.20 |
| 973 | 2026-05-21T16:23:18.642Z | Downloaded scheduled-thread-pool v0.2.7 |
| 974 | 2026-05-21T16:23:18.647Z | Downloaded same-file v1.0.6 |
| 975 | 2026-05-21T16:23:18.647Z | Downloaded secrecy v0.8.0 |
| 976 | 2026-05-21T16:23:18.651Z | Downloaded pin-project v1.1.11 |
| 977 | 2026-05-21T16:23:18.654Z | Downloaded sha1 v0.10.6 |
| 978 | 2026-05-21T16:23:18.657Z | Downloaded signal-hook-mio v0.2.5 |
| 979 | 2026-05-21T16:23:18.658Z | Downloaded rfc6979 v0.4.0 |
| 980 | 2026-05-21T16:23:18.661Z | Downloaded scopeguard v1.2.0 |
| 981 | 2026-05-21T16:23:18.661Z | Downloaded secrecy v0.10.3 |
| 982 | 2026-05-21T16:23:18.661Z | Downloaded scroll_derive v0.13.1 |
| 983 | 2026-05-21T16:23:18.664Z | Downloaded serde_bytes v0.11.19 |
| 984 | 2026-05-21T16:23:18.664Z | Downloaded postgres-types v0.2.12 |
| 985 | 2026-05-21T16:23:18.669Z | Downloaded openssl-sys v0.9.115 |
| 986 | 2026-05-21T16:23:18.672Z | Downloaded rusty-fork v0.3.1 |
| 987 | 2026-05-21T16:23:18.675Z | Downloaded rustls-pemfile v2.2.0 |
| 988 | 2026-05-21T16:23:18.675Z | Downloaded sigpipe v0.1.3 |
| 989 | 2026-05-21T16:23:18.675Z | Downloaded rustls-pemfile v1.0.4 |
| 990 | 2026-05-21T16:23:18.678Z | Downloaded quinn-udp v0.5.14 |
| 991 | 2026-05-21T16:23:18.678Z | Downloaded serde_repr v0.1.20 |
| 992 | 2026-05-21T16:23:18.681Z | Downloaded serde_plain v1.0.2 |
| 993 | 2026-05-21T16:23:18.681Z | Downloaded hashbrown v0.13.2 |
| 994 | 2026-05-21T16:23:18.684Z | Downloaded signature v2.2.0 |
| 995 | 2026-05-21T16:23:18.684Z | Downloaded signal-hook-tokio v0.3.1 |
| 996 | 2026-05-21T16:23:18.684Z | Downloaded serde_spanned v1.0.4 |
| 997 | 2026-05-21T16:23:18.688Z | Downloaded minimal-lexical v0.2.1 |
| 998 | 2026-05-21T16:23:18.693Z | Downloaded rand_core v0.6.4 |
| 999 | 2026-05-21T16:23:18.693Z | Downloaded prefix-trie v0.7.0 |
| 1000 | 2026-05-21T16:23:18.697Z | Downloaded rustls-native-certs v0.8.3 |
| 1001 | 2026-05-21T16:23:18.697Z | Downloaded hickory-resolver v0.25.2 |
| 1002 | 2026-05-21T16:23:18.697Z | Downloaded hashbrown v0.12.3 |
| 1003 | 2026-05-21T16:23:18.700Z | Downloaded serde_urlencoded v0.7.1 |
| 1004 | 2026-05-21T16:23:18.700Z | Downloaded shell-words v1.1.1 |
| 1005 | 2026-05-21T16:23:18.704Z | Downloaded slog-bunyan v2.5.0 |
| 1006 | 2026-05-21T16:23:18.704Z | Downloaded progenitor-impl v0.14.0 |
| 1007 | 2026-05-21T16:23:18.708Z | Downloaded hickory-server v0.25.2 |
| 1008 | 2026-05-21T16:23:18.708Z | Downloaded rustversion v1.0.22 |
| 1009 | 2026-05-21T16:23:18.712Z | Downloaded siphasher v1.0.2 |
| 1010 | 2026-05-21T16:23:18.712Z | Downloaded serde-hex v0.1.0 |
| 1011 | 2026-05-21T16:23:18.712Z | Downloaded sct v0.7.1 |
| 1012 | 2026-05-21T16:23:18.717Z | Downloaded crossterm v0.29.0 |
| 1013 | 2026-05-21T16:23:18.724Z | Downloaded scroll v0.13.0 |
| 1014 | 2026-05-21T16:23:18.724Z | Downloaded schemars_derive v0.8.22 |
| 1015 | 2026-05-21T16:23:18.724Z | Downloaded sapling-renderdag v0.1.0 |
| 1016 | 2026-05-21T16:23:18.727Z | Downloaded ssh-cipher v0.2.0 |
| 1017 | 2026-05-21T16:23:18.731Z | Downloaded progenitor-impl v0.10.0 |
| 1018 | 2026-05-21T16:23:18.731Z | Downloaded ssh-encoding v0.2.0 |
| 1019 | 2026-05-21T16:23:18.731Z | Downloaded http v1.4.0 |
| 1020 | 2026-05-21T16:23:18.734Z | Downloaded slog-envlogger v2.2.0 |
| 1021 | 2026-05-21T16:23:18.734Z | Downloaded sec1 v0.7.3 |
| 1022 | 2026-05-21T16:23:18.738Z | Downloaded rcgen v0.12.1 |
| 1023 | 2026-05-21T16:23:18.741Z | Downloaded russh-keys v0.45.0 |
| 1024 | 2026-05-21T16:23:18.753Z | Downloaded serde_path_to_error v0.1.20 |
| 1025 | 2026-05-21T16:23:18.761Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1026 | 2026-05-21T16:23:18.761Z | Downloaded slab v0.4.12 |
| 1027 | 2026-05-21T16:23:18.761Z | Downloaded simd-adler32 v0.3.8 |
| 1028 | 2026-05-21T16:23:18.761Z | Downloaded prettyplease v0.2.37 |
| 1029 | 2026-05-21T16:23:18.764Z | Downloaded strum v0.27.2 |
| 1030 | 2026-05-21T16:23:18.764Z | Downloaded strum v0.26.3 |
| 1031 | 2026-05-21T16:23:18.764Z | Downloaded slog-stdlog v4.1.1 |
| 1032 | 2026-05-21T16:23:18.764Z | Downloaded slog-dtrace v0.3.0 |
| 1033 | 2026-05-21T16:23:18.764Z | Downloaded slog-async v2.8.0 |
| 1034 | 2026-05-21T16:23:18.767Z | Downloaded itertools v0.10.5 |
| 1035 | 2026-05-21T16:23:18.771Z | Downloaded smf v0.2.3 |
| 1036 | 2026-05-21T16:23:18.771Z | Downloaded smallvec v0.6.14 |
| 1037 | 2026-05-21T16:23:18.771Z | Downloaded slog-scope v4.4.1 |
| 1038 | 2026-05-21T16:23:18.776Z | Downloaded aes v0.8.4 |
| 1039 | 2026-05-21T16:23:18.776Z | Downloaded signal-hook-registry v1.4.8 |
| 1040 | 2026-05-21T16:23:18.776Z | Downloaded structmeta v0.3.0 |
| 1041 | 2026-05-21T16:23:18.781Z | Downloaded mio v1.2.0 |
| 1042 | 2026-05-21T16:23:18.781Z | Downloaded snafu-derive v0.8.9 |
| 1043 | 2026-05-21T16:23:18.781Z | Downloaded aes-gcm v0.10.3 |
| 1044 | 2026-05-21T16:23:18.785Z | Downloaded sync-ptr v0.1.4 |
| 1045 | 2026-05-21T16:23:18.785Z | Downloaded serde_derive_internals v0.29.1 |
| 1046 | 2026-05-21T16:23:18.788Z | Downloaded tabwriter v1.4.1 |
| 1047 | 2026-05-21T16:23:18.788Z | Downloaded tabled_derive v0.11.0 |
| 1048 | 2026-05-21T16:23:18.793Z | Downloaded subtle v2.6.1 |
| 1049 | 2026-05-21T16:23:18.796Z | Downloaded tagptr v0.2.0 |
| 1050 | 2026-05-21T16:23:18.799Z | Downloaded sqlparser_derive v0.5.0 |
| 1051 | 2026-05-21T16:23:18.799Z | Downloaded shlex v1.3.0 |
| 1052 | 2026-05-21T16:23:18.799Z | Downloaded serde_with_macros v3.17.0 |
| 1053 | 2026-05-21T16:23:18.804Z | Downloaded progenitor-impl v0.11.2 |
| 1054 | 2026-05-21T16:23:18.804Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1055 | 2026-05-21T16:23:18.810Z | Downloaded tap v1.0.1 |
| 1056 | 2026-05-21T16:23:18.817Z | Downloaded termtree v0.5.1 |
| 1057 | 2026-05-21T16:23:18.817Z | Downloaded static_assertions v1.1.0 |
| 1058 | 2026-05-21T16:23:18.817Z | Downloaded sync_wrapper v1.0.2 |
| 1059 | 2026-05-21T16:23:18.817Z | Downloaded supports-color v3.0.2 |
| 1060 | 2026-05-21T16:23:18.817Z | Downloaded slog-term v2.9.2 |
| 1061 | 2026-05-21T16:23:18.825Z | Downloaded rustls-pki-types v1.14.0 |
| 1062 | 2026-05-21T16:23:18.825Z | Downloaded tinyvec_macros v0.1.1 |
| 1063 | 2026-05-21T16:23:18.825Z | Downloaded string_cache v0.8.9 |
| 1064 | 2026-05-21T16:23:18.825Z | Downloaded spki v0.7.3 |
| 1065 | 2026-05-21T16:23:18.825Z | Downloaded hyper-util v0.1.20 |
| 1066 | 2026-05-21T16:23:18.826Z | Downloaded stringprep v0.1.5 |
| 1067 | 2026-05-21T16:23:18.834Z | Downloaded hashbrown v0.15.5 |
| 1068 | 2026-05-21T16:23:18.834Z | Downloaded sqlformat v0.3.5 |
| 1069 | 2026-05-21T16:23:18.834Z | Downloaded schemars v0.8.22 |
| 1070 | 2026-05-21T16:23:18.838Z | Downloaded thread-id v5.1.0 |
| 1071 | 2026-05-21T16:23:18.838Z | Downloaded testing_table v0.3.0 |
| 1072 | 2026-05-21T16:23:18.838Z | Downloaded strum_macros v0.27.2 |
| 1073 | 2026-05-21T16:23:18.838Z | Downloaded strum_macros v0.26.4 |
| 1074 | 2026-05-21T16:23:18.838Z | Downloaded ron v0.8.1 |
| 1075 | 2026-05-21T16:23:18.842Z | Downloaded structmeta-derive v0.3.0 |
| 1076 | 2026-05-21T16:23:18.845Z | Downloaded stacker v0.1.23 |
| 1077 | 2026-05-21T16:23:18.845Z | Downloaded slog-json v2.6.1 |
| 1078 | 2026-05-21T16:23:18.845Z | Downloaded spin v0.9.8 |
| 1079 | 2026-05-21T16:23:18.849Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1080 | 2026-05-21T16:23:18.852Z | Downloaded strum_macros v0.24.3 |
| 1081 | 2026-05-21T16:23:18.856Z | Downloaded serde_cbor v0.11.2 |
| 1082 | 2026-05-21T16:23:18.856Z | Downloaded publicsuffix v2.3.0 |
| 1083 | 2026-05-21T16:23:18.859Z | Downloaded tokio-macros v2.7.0 |
| 1084 | 2026-05-21T16:23:18.859Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1085 | 2026-05-21T16:23:18.864Z | Downloaded termios v0.3.3 |
| 1086 | 2026-05-21T16:23:18.870Z | Downloaded topological-sort v0.2.2 |
| 1087 | 2026-05-21T16:23:18.873Z | Downloaded rand v0.8.6 |
| 1088 | 2026-05-21T16:23:18.877Z | Downloaded support-bundle-viewer v0.1.2 |
| 1089 | 2026-05-21T16:23:18.877Z | Downloaded rayon-core v1.13.0 |
| 1090 | 2026-05-21T16:23:18.880Z | Downloaded ryu v1.0.23 |
| 1091 | 2026-05-21T16:23:18.885Z | Downloaded num-bigint v0.4.6 |
| 1092 | 2026-05-21T16:23:18.885Z | Downloaded tower-service v0.3.3 |
| 1093 | 2026-05-21T16:23:18.889Z | Downloaded tower-layer v0.3.3 |
| 1094 | 2026-05-21T16:23:18.889Z | Downloaded tls_codec_derive v0.4.2 |
| 1095 | 2026-05-21T16:23:18.889Z | Downloaded pretty_assertions v1.4.1 |
| 1096 | 2026-05-21T16:23:18.889Z | Downloaded take_mut v0.2.2 |
| 1097 | 2026-05-21T16:23:18.895Z | Downloaded try-lock v0.2.5 |
| 1098 | 2026-05-21T16:23:18.898Z | Downloaded tokio-dtrace v0.1.1 |
| 1099 | 2026-05-21T16:23:18.903Z | Downloaded progenitor-impl v0.13.0 |
| 1100 | 2026-05-21T16:23:18.911Z | Downloaded quinn v0.11.9 |
| 1101 | 2026-05-21T16:23:18.912Z | Downloaded qorb v0.4.1 |
| 1102 | 2026-05-21T16:23:18.912Z | Downloaded itertools v0.12.1 |
| 1103 | 2026-05-21T16:23:18.916Z | Downloaded tiny-keccak v2.0.2 |
| 1104 | 2026-05-21T16:23:18.916Z | Downloaded time-macros v0.2.27 |
| 1105 | 2026-05-21T16:23:18.919Z | Downloaded time-core v0.1.8 |
| 1106 | 2026-05-21T16:23:18.919Z | Downloaded thread_local v1.1.9 |
| 1107 | 2026-05-21T16:23:18.919Z | Downloaded trait-variant v0.1.2 |
| 1108 | 2026-05-21T16:23:18.919Z | Downloaded socket2 v0.6.3 |
| 1109 | 2026-05-21T16:23:18.922Z | Downloaded thiserror-no-std v2.0.2 |
| 1110 | 2026-05-21T16:23:18.922Z | Downloaded typify-macro v0.4.3 |
| 1111 | 2026-05-21T16:23:18.926Z | Downloaded unicode-truncate v1.1.0 |
| 1112 | 2026-05-21T16:23:18.926Z | Downloaded rsa v0.9.10 |
| 1113 | 2026-05-21T16:23:18.930Z | Downloaded usdt v0.6.0 |
| 1114 | 2026-05-21T16:23:18.930Z | Downloaded tls_codec v0.4.2 |
| 1115 | 2026-05-21T16:23:18.930Z | Downloaded similar v2.7.0 |
| 1116 | 2026-05-21T16:23:18.934Z | Downloaded untrusted v0.9.0 |
| 1117 | 2026-05-21T16:23:18.934Z | Downloaded untrusted v0.7.1 |
| 1118 | 2026-05-21T16:23:18.934Z | Downloaded typify-macro v0.6.2 |
| 1119 | 2026-05-21T16:23:18.938Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1120 | 2026-05-21T16:23:18.938Z | Downloaded tokio-native-tls v0.3.1 |
| 1121 | 2026-05-21T16:23:18.938Z | Downloaded term v1.2.1 |
| 1122 | 2026-05-21T16:23:18.941Z | Downloaded term v0.7.0 |
| 1123 | 2026-05-21T16:23:18.941Z | Downloaded iri-string v0.7.10 |
| 1124 | 2026-05-21T16:23:18.947Z | Downloaded hyper v1.8.1 |
| 1125 | 2026-05-21T16:23:18.950Z | Downloaded iddqd v0.4.1 |
| 1126 | 2026-05-21T16:23:18.954Z | Downloaded samael v0.0.19 |
| 1127 | 2026-05-21T16:23:18.957Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1128 | 2026-05-21T16:23:18.957Z | Downloaded universal-hash v0.5.1 |
| 1129 | 2026-05-21T16:23:18.957Z | Downloaded tokio-tungstenite v0.23.1 |
| 1130 | 2026-05-21T16:23:18.961Z | Downloaded tokio-rustls v0.25.0 |
| 1131 | 2026-05-21T16:23:18.962Z | Downloaded aho-corasick v1.1.4 |
| 1132 | 2026-05-21T16:23:18.965Z | Downloaded num-bigint-dig v0.8.6 |
| 1133 | 2026-05-21T16:23:18.970Z | Downloaded socket2 v0.5.10 |
| 1134 | 2026-05-21T16:23:18.970Z | Downloaded tokio-stream v0.1.18 |
| 1135 | 2026-05-21T16:23:18.974Z | Downloaded itertools v0.13.0 |
| 1136 | 2026-05-21T16:23:18.974Z | Downloaded want v0.3.1 |
| 1137 | 2026-05-21T16:23:18.977Z | Downloaded wait-timeout v0.2.1 |
| 1138 | 2026-05-21T16:23:18.977Z | Downloaded utf-8 v0.7.6 |
| 1139 | 2026-05-21T16:23:18.977Z | Downloaded usdt-macro v0.6.0 |
| 1140 | 2026-05-21T16:23:18.977Z | Downloaded usdt-attr-macro v0.6.0 |
| 1141 | 2026-05-21T16:23:18.977Z | Downloaded unit-prefix v0.5.2 |
| 1142 | 2026-05-21T16:23:18.980Z | Downloaded h2 v0.4.13 |
| 1143 | 2026-05-21T16:23:18.985Z | Downloaded tokio-rustls v0.24.1 |
| 1144 | 2026-05-21T16:23:18.985Z | Downloaded rand v0.9.2 |
| 1145 | 2026-05-21T16:23:18.988Z | Downloaded waitgroup v0.1.2 |
| 1146 | 2026-05-21T16:23:18.988Z | Downloaded void v1.0.2 |
| 1147 | 2026-05-21T16:23:18.988Z | Downloaded snafu v0.8.9 |
| 1148 | 2026-05-21T16:23:18.994Z | Downloaded unarray v0.1.4 |
| 1149 | 2026-05-21T16:23:18.994Z | Downloaded futures-util v0.3.32 |
| 1150 | 2026-05-21T16:23:18.997Z | Downloaded xshell-macros v0.2.7 |
| 1151 | 2026-05-21T16:23:18.997Z | Downloaded xattr v1.6.1 |
| 1152 | 2026-05-21T16:23:19.000Z | Downloaded tui-tree-widget v0.23.1 |
| 1153 | 2026-05-21T16:23:19.001Z | Downloaded rustls-webpki v0.103.9 |
| 1154 | 2026-05-21T16:23:19.005Z | Downloaded signal-hook v0.3.18 |
| 1155 | 2026-05-21T16:23:19.005Z | Downloaded hkdf v0.12.4 |
| 1156 | 2026-05-21T16:23:19.005Z | Downloaded libxml v0.3.3 |
| 1157 | 2026-05-21T16:23:19.008Z | Downloaded unicase v2.9.0 |
| 1158 | 2026-05-21T16:23:19.008Z | Downloaded nom v7.1.3 |
| 1159 | 2026-05-21T16:23:19.012Z | Downloaded usdt-impl v0.6.0 |
| 1160 | 2026-05-21T16:23:19.015Z | Downloaded vergen-git2 v1.0.7 |
| 1161 | 2026-05-21T16:23:19.015Z | Downloaded slog v2.8.2 |
| 1162 | 2026-05-21T16:23:19.018Z | Downloaded schemars v0.9.0 |
| 1163 | 2026-05-21T16:23:19.022Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1164 | 2026-05-21T16:23:19.027Z | Downloaded tokio-rustls v0.26.4 |
| 1165 | 2026-05-21T16:23:19.027Z | Downloaded tinyvec v1.10.0 |
| 1166 | 2026-05-21T16:23:19.031Z | Downloaded vergen-gitcl v1.0.8 |
| 1167 | 2026-05-21T16:23:19.031Z | Downloaded uzers v0.12.2 |
| 1168 | 2026-05-21T16:23:19.031Z | Downloaded tokio-tungstenite v0.21.0 |
| 1169 | 2026-05-21T16:23:19.031Z | Downloaded subprocess v0.2.15 |
| 1170 | 2026-05-21T16:23:19.034Z | Downloaded hashbrown v0.16.1 |
| 1171 | 2026-05-21T16:23:19.037Z | Downloaded zeroize_derive v1.4.3 |
| 1172 | 2026-05-21T16:23:19.037Z | Downloaded vergen-lib v0.1.6 |
| 1173 | 2026-05-21T16:23:19.037Z | Downloaded schemars v1.2.1 |
| 1174 | 2026-05-21T16:23:19.044Z | Downloaded zone v0.3.1 |
| 1175 | 2026-05-21T16:23:19.047Z | Downloaded test-strategy v0.4.5 |
| 1176 | 2026-05-21T16:23:19.047Z | Downloaded whoami v1.6.1 |
| 1177 | 2026-05-21T16:23:19.050Z | Downloaded twox-hash v2.1.2 |
| 1178 | 2026-05-21T16:23:19.050Z | Downloaded vsss-rs v3.3.4 |
| 1179 | 2026-05-21T16:23:19.055Z | Downloaded p521 v0.13.3 |
| 1180 | 2026-05-21T16:23:19.055Z | Downloaded blake3 v1.8.3 |
| 1181 | 2026-05-21T16:23:19.058Z | Downloaded zone_cfg_derive v0.3.1 |
| 1182 | 2026-05-21T16:23:19.061Z | Downloaded russh v0.45.0 |
| 1183 | 2026-05-21T16:23:19.064Z | Downloaded rand v0.10.0 |
| 1184 | 2026-05-21T16:23:19.064Z | Downloaded xshell v0.2.7 |
| 1185 | 2026-05-21T16:23:19.067Z | Downloaded tracing-attributes v0.1.31 |
| 1186 | 2026-05-21T16:23:19.067Z | Downloaded itertools v0.14.0 |
| 1187 | 2026-05-21T16:23:19.070Z | Downloaded wyz v0.5.1 |
| 1188 | 2026-05-21T16:23:19.075Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1189 | 2026-05-21T16:23:19.075Z | Downloaded whoami v2.1.0 |
| 1190 | 2026-05-21T16:23:19.075Z | Downloaded vergen v9.0.6 |
| 1191 | 2026-05-21T16:23:19.080Z | Downloaded unicode-properties v0.1.4 |
| 1192 | 2026-05-21T16:23:19.086Z | Downloaded rustyline v14.0.0 |
| 1193 | 2026-05-21T16:23:19.092Z | Downloaded zstd v0.13.3 |
| 1194 | 2026-05-21T16:23:19.095Z | Downloaded toml v0.7.8 |
| 1195 | 2026-05-21T16:23:19.095Z | Downloaded tar v0.4.45 |
| 1196 | 2026-05-21T16:23:19.098Z | Downloaded tungstenite v0.21.0 |
| 1197 | 2026-05-21T16:23:19.102Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1198 | 2026-05-21T16:23:19.105Z | Downloaded libm v0.2.16 |
| 1199 | 2026-05-21T16:23:19.108Z | Downloaded walkdir v2.5.0 |
| 1200 | 2026-05-21T16:23:19.111Z | Downloaded steno v0.4.1 |
| 1201 | 2026-05-21T16:23:19.117Z | Downloaded tracing-core v0.1.36 |
| 1202 | 2026-05-21T16:23:19.120Z | Downloaded typify v0.4.3 |
| 1203 | 2026-05-21T16:23:19.125Z | Downloaded unicode-bidi v0.3.18 |
| 1204 | 2026-05-21T16:23:19.128Z | Downloaded unsafe-libyaml v0.2.11 |
| 1205 | 2026-05-21T16:23:19.139Z | Downloaded zeroize v1.8.2 |
| 1206 | 2026-05-21T16:23:19.143Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1207 | 2026-05-21T16:23:19.146Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1208 | 2026-05-21T16:23:19.151Z | Downloaded tungstenite v0.23.0 |
| 1209 | 2026-05-21T16:23:19.155Z | Downloaded typify v0.6.2 |
| 1210 | 2026-05-21T16:23:19.160Z | Downloaded rpassword v7.4.0 |
| 1211 | 2026-05-21T16:23:19.160Z | Downloaded vte v0.14.1 |
| 1212 | 2026-05-21T16:23:19.163Z | Downloaded chrono v0.4.44 |
| 1213 | 2026-05-21T16:23:19.168Z | Downloaded aws-lc-rs v1.16.3 |
| 1214 | 2026-05-21T16:23:19.173Z | Downloaded yasna v0.5.2 |
| 1215 | 2026-05-21T16:23:19.180Z | Downloaded tokio-postgres v0.7.16 |
| 1216 | 2026-05-21T16:23:19.184Z | Downloaded zerocopy v0.6.6 |
| 1217 | 2026-05-21T16:23:19.188Z | Downloaded uuid v1.23.0 |
| 1218 | 2026-05-21T16:23:19.191Z | Downloaded toml_edit v0.19.15 |
| 1219 | 2026-05-21T16:23:19.204Z | Downloaded zstd-safe v7.2.4 |
| 1220 | 2026-05-21T16:23:19.210Z | Downloaded zopfli v0.8.3 |
| 1221 | 2026-05-21T16:23:19.213Z | Downloaded reqwest v0.13.2 |
| 1222 | 2026-05-21T16:23:19.216Z | Downloaded yansi v1.0.1 |
| 1223 | 2026-05-21T16:23:19.216Z | Downloaded regex v1.12.3 |
| 1224 | 2026-05-21T16:23:19.219Z | Downloaded reedline v0.40.0 |
| 1225 | 2026-05-21T16:23:19.224Z | Downloaded bitvec v1.0.1 |
| 1226 | 2026-05-21T16:23:19.230Z | Downloaded unicode_categories v0.1.1 |
| 1227 | 2026-05-21T16:23:19.234Z | Downloaded p384 v0.13.1 |
| 1228 | 2026-05-21T16:23:19.242Z | Downloaded ssh-key v0.6.7 |
| 1229 | 2026-05-21T16:23:19.246Z | Downloaded zip v0.6.6 |
| 1230 | 2026-05-21T16:23:19.246Z | Downloaded git2 v0.20.4 |
| 1231 | 2026-05-21T16:23:19.246Z | Downloaded reqwest v0.12.28 |
| 1232 | 2026-05-21T16:23:19.249Z | Downloaded bindgen v0.71.1 |
| 1233 | 2026-05-21T16:23:19.260Z | Downloaded lalrpop v0.19.12 |
| 1234 | 2026-05-21T16:23:19.266Z | Downloaded tower v0.5.3 |
| 1235 | 2026-05-21T16:23:19.270Z | Downloaded quick-xml v0.37.5 |
| 1236 | 2026-05-21T16:23:19.273Z | Downloaded rayon v1.11.0 |
| 1237 | 2026-05-21T16:23:19.278Z | Downloaded portable-atomic v1.13.1 |
| 1238 | 2026-05-21T16:23:19.283Z | Downloaded typed-path v0.9.3 |
| 1239 | 2026-05-21T16:23:19.287Z | Downloaded rustls-webpki v0.101.7 |
| 1240 | 2026-05-21T16:23:19.294Z | Downloaded x509-cert v0.2.5 |
| 1241 | 2026-05-21T16:23:19.297Z | Downloaded unicode-segmentation v1.12.0 |
| 1242 | 2026-05-21T16:23:19.300Z | Downloaded zerocopy-derive v0.8.40 |
| 1243 | 2026-05-21T16:23:19.304Z | Downloaded goblin v0.10.5 |
| 1244 | 2026-05-21T16:23:19.313Z | Downloaded salty v0.3.0 |
| 1245 | 2026-05-21T16:23:19.321Z | Downloaded moka v0.12.13 |
| 1246 | 2026-05-21T16:23:19.325Z | Downloaded proptest v1.10.0 |
| 1247 | 2026-05-21T16:23:19.331Z | Downloaded petname v2.0.2 |
| 1248 | 2026-05-21T16:23:19.334Z | Downloaded tower-http v0.6.8 |
| 1249 | 2026-05-21T16:23:19.338Z | Downloaded zip v4.6.1 |
| 1250 | 2026-05-21T16:23:19.343Z | Downloaded tough v0.22.0 |
| 1251 | 2026-05-21T16:23:19.348Z | Downloaded unicode-normalization v0.1.25 |
| 1252 | 2026-05-21T16:23:19.352Z | Downloaded tokio-util v0.7.18 |
| 1253 | 2026-05-21T16:23:19.364Z | Downloaded serde_with v3.17.0 |
| 1254 | 2026-05-21T16:23:19.370Z | Downloaded rustls-webpki v0.102.8 |
| 1255 | 2026-05-21T16:23:19.380Z | Downloaded quinn-proto v0.11.13 |
| 1256 | 2026-05-21T16:23:19.384Z | Downloaded curve25519-dalek v4.1.3 |
| 1257 | 2026-05-21T16:23:19.389Z | Downloaded nix v0.27.1 |
| 1258 | 2026-05-21T16:23:19.395Z | Downloaded object v0.30.4 |
| 1259 | 2026-05-21T16:23:19.415Z | Downloaded bstr v1.12.1 |
| 1260 | 2026-05-21T16:23:19.427Z | Downloaded polar-core v0.27.3 |
| 1261 | 2026-05-21T16:23:19.432Z | Downloaded winnow v0.6.26 |
| 1262 | 2026-05-21T16:23:19.432Z | Downloaded winnow v0.5.40 |
| 1263 | 2026-05-21T16:23:19.448Z | Downloaded nix v0.28.0 |
| 1264 | 2026-05-21T16:23:19.458Z | Downloaded regex-syntax v0.6.29 |
| 1265 | 2026-05-21T16:23:19.466Z | Downloaded radix_trie v0.2.1 |
| 1266 | 2026-05-21T16:23:19.472Z | Downloaded time v0.3.47 |
| 1267 | 2026-05-21T16:23:19.472Z | Downloaded dropshot v0.16.7 |
| 1268 | 2026-05-21T16:23:19.483Z | Downloaded openssl v0.10.79 |
| 1269 | 2026-05-21T16:23:19.488Z | Downloaded nix v0.29.0 |
| 1270 | 2026-05-21T16:23:19.495Z | Downloaded tabled v0.20.0 |
| 1271 | 2026-05-21T16:23:19.507Z | Downloaded zlib-rs v0.6.2 |
| 1272 | 2026-05-21T16:23:19.510Z | Downloaded rustls v0.21.12 |
| 1273 | 2026-05-21T16:23:19.516Z | Downloaded regress v0.10.5 |
| 1274 | 2026-05-21T16:23:19.522Z | Downloaded rustls v0.22.4 |
| 1275 | 2026-05-21T16:23:19.531Z | Downloaded rustls v0.23.37 |
| 1276 | 2026-05-21T16:23:19.537Z | Downloaded regress v0.11.1 |
| 1277 | 2026-05-21T16:23:19.541Z | Downloaded vcpkg v0.2.15 |
| 1278 | 2026-05-21T16:23:19.564Z | Downloaded webpki-roots v1.0.6 |
| 1279 | 2026-05-21T16:23:19.567Z | Downloaded object v0.37.3 |
| 1280 | 2026-05-21T16:23:19.574Z | Downloaded smoltcp v0.11.0 |
| 1281 | 2026-05-21T16:23:19.580Z | Downloaded hickory-proto v0.25.2 |
| 1282 | 2026-05-21T16:23:19.595Z | Downloaded openapiv3 v2.2.0 |
| 1283 | 2026-05-21T16:23:19.601Z | Downloaded nix v0.31.2 |
| 1284 | 2026-05-21T16:23:19.607Z | Downloaded zerocopy v0.8.40 |
| 1285 | 2026-05-21T16:23:19.612Z | Downloaded rustix v0.38.44 |
| 1286 | 2026-05-21T16:23:19.625Z | Downloaded diesel v2.3.7 |
| 1287 | 2026-05-21T16:23:19.662Z | Downloaded sqlparser v0.61.0 |
| 1288 | 2026-05-21T16:23:19.665Z | Downloaded hickory-proto v0.24.4 |
| 1289 | 2026-05-21T16:23:19.673Z | Downloaded sled v0.34.7 |
| 1290 | 2026-05-21T16:23:19.680Z | Downloaded regex-syntax v0.8.10 |
| 1291 | 2026-05-21T16:23:19.686Z | Downloaded dropshot v0.17.0 |
| 1292 | 2026-05-21T16:23:19.697Z | Downloaded smoltcp v0.9.1 |
| 1293 | 2026-05-21T16:23:19.703Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1294 | 2026-05-21T16:23:19.717Z | Downloaded regex-automata v0.4.14 |
| 1295 | 2026-05-21T16:23:19.740Z | Downloaded chrono-tz v0.10.4 |
| 1296 | 2026-05-21T16:23:19.759Z | Downloaded typify-impl v0.6.2 |
| 1297 | 2026-05-21T16:23:19.771Z | Downloaded tracing v0.1.44 |
| 1298 | 2026-05-21T16:23:19.782Z | Downloaded ratatui v0.29.0 |
| 1299 | 2026-05-21T16:23:19.793Z | Downloaded typify-impl v0.4.3 |
| 1300 | 2026-05-21T16:23:19.801Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1301 | 2026-05-21T16:23:19.810Z | Downloaded zerocopy-derive v0.6.6 |
| 1302 | 2026-05-21T16:23:19.848Z | Downloaded petgraph v0.6.5 |
| 1303 | 2026-05-21T16:23:19.858Z | Downloaded jiff v0.2.21 |
| 1304 | 2026-05-21T16:23:19.893Z | Downloaded petgraph v0.8.3 |
| 1305 | 2026-05-21T16:23:19.905Z | Downloaded csv v1.4.0 |
| 1306 | 2026-05-21T16:23:19.916Z | Downloaded libz-sys v1.1.24 |
| 1307 | 2026-05-21T16:23:19.927Z | Downloaded sha3 v0.10.8 |
| 1308 | 2026-05-21T16:23:19.930Z | Downloaded tokio v1.52.1 |
| 1309 | 2026-05-21T16:23:19.951Z | Downloaded ring v0.17.14 |
| 1310 | 2026-05-21T16:23:19.982Z | Downloaded encoding_rs v0.8.35 |
| 1311 | 2026-05-21T16:23:20.014Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1312 | 2026-05-21T16:23:20.550Z | Downloaded aws-lc-sys v0.40.0 |
| 1313 | 2026-05-21T16:23:20.787Z | Compiling libc v0.2.185 |
| 1314 | 2026-05-21T16:23:20.788Z | Compiling serde v1.0.228 |
| 1315 | 2026-05-21T16:23:20.793Z | Compiling log v0.4.29 |
| 1316 | 2026-05-21T16:23:20.793Z | Compiling find-msvc-tools v0.1.9 |
| 1317 | 2026-05-21T16:23:20.942Z | Compiling shlex v1.3.0 |
| 1318 | 2026-05-21T16:23:20.960Z | Compiling syn v2.0.117 |
| 1319 | 2026-05-21T16:23:20.963Z | Compiling smallvec v1.15.1 |
| 1320 | 2026-05-21T16:23:20.963Z | Compiling typenum v1.19.0 |
| 1321 | 2026-05-21T16:23:21.118Z | Compiling generic-array v0.14.7 |
| 1322 | 2026-05-21T16:23:21.137Z | Compiling subtle v2.6.1 |
| 1323 | 2026-05-21T16:23:21.187Z | Compiling scopeguard v1.2.0 |
| 1324 | 2026-05-21T16:23:21.212Z | Compiling const-oid v0.9.6 |
| 1325 | 2026-05-21T16:23:21.247Z | Compiling serde_json v1.0.149 |
| 1326 | 2026-05-21T16:23:21.292Z | Compiling lock_api v0.4.14 |
| 1327 | 2026-05-21T16:23:21.321Z | Compiling zerocopy v0.8.40 |
| 1328 | 2026-05-21T16:23:21.365Z | Compiling portable-atomic v1.13.1 |
| 1329 | 2026-05-21T16:23:21.526Z | Compiling parking_lot_core v0.9.12 |
| 1330 | 2026-05-21T16:23:21.758Z | Compiling pin-project-lite v0.2.17 |
| 1331 | 2026-05-21T16:23:21.788Z | Compiling getrandom v0.2.17 |
| 1332 | 2026-05-21T16:23:21.845Z | Compiling jobserver v0.1.34 |
| 1333 | 2026-05-21T16:23:21.859Z | Compiling errno v0.3.14 |
| 1334 | 2026-05-21T16:23:21.912Z | Compiling pkg-config v0.3.32 |
| 1335 | 2026-05-21T16:23:21.937Z | Compiling rand_core v0.6.4 |
| 1336 | 2026-05-21T16:23:22.020Z | Compiling signal-hook-registry v1.4.8 |
| 1337 | 2026-05-21T16:23:22.216Z | Compiling cc v1.2.56 |
| 1338 | 2026-05-21T16:23:22.226Z | Compiling bitflags v2.11.0 |
| 1339 | 2026-05-21T16:23:22.298Z | Compiling libm v0.2.16 |
| 1340 | 2026-05-21T16:23:22.327Z | Compiling futures-core v0.3.32 |
| 1341 | 2026-05-21T16:23:22.461Z | Compiling critical-section v1.2.0 |
| 1342 | 2026-05-21T16:23:22.478Z | Compiling parking_lot v0.12.5 |
| 1343 | 2026-05-21T16:23:22.485Z | Compiling mio v1.2.0 |
| 1344 | 2026-05-21T16:23:22.497Z | Compiling num-traits v0.2.19 |
| 1345 | 2026-05-21T16:23:22.567Z | Compiling once_cell v1.21.3 |
| 1346 | 2026-05-21T16:23:22.616Z | Compiling percent-encoding v2.3.2 |
| 1347 | 2026-05-21T16:23:22.767Z | Compiling socket2 v0.6.3 |
| 1348 | 2026-05-21T16:23:22.797Z | Compiling futures-sink v0.3.32 |
| 1349 | 2026-05-21T16:23:22.829Z | Compiling cpufeatures v0.2.17 |
| 1350 | 2026-05-21T16:23:22.842Z | Compiling slab v0.4.12 |
| 1351 | 2026-05-21T16:23:22.896Z | Compiling futures-channel v0.3.32 |
| 1352 | 2026-05-21T16:23:22.909Z | Compiling getrandom v0.4.1 |
| 1353 | 2026-05-21T16:23:22.938Z | Compiling futures-task v0.3.32 |
| 1354 | 2026-05-21T16:23:23.014Z | Compiling futures-io v0.3.32 |
| 1355 | 2026-05-21T16:23:23.102Z | Compiling rand_core v0.10.0 |
| 1356 | 2026-05-21T16:23:23.116Z | Compiling indexmap v2.14.0 |
| 1357 | 2026-05-21T16:23:23.151Z | Compiling rustversion v1.0.22 |
| 1358 | 2026-05-21T16:23:23.167Z | Compiling getrandom v0.3.4 |
| 1359 | 2026-05-21T16:23:23.259Z | Compiling cmake v0.1.57 |
| 1360 | 2026-05-21T16:23:23.534Z | Compiling form_urlencoded v1.2.2 |
| 1361 | 2026-05-21T16:23:23.650Z | Compiling dunce v1.0.5 |
| 1362 | 2026-05-21T16:23:23.699Z | Compiling fs_extra v1.3.0 |
| 1363 | 2026-05-21T16:23:23.739Z | Compiling synstructure v0.13.2 |
| 1364 | 2026-05-21T16:23:23.748Z | Compiling base64ct v1.8.3 |
| 1365 | 2026-05-21T16:23:23.751Z | Compiling ident_case v1.0.1 |
| 1366 | 2026-05-21T16:23:23.879Z | Compiling iana-time-zone v0.1.65 |
| 1367 | 2026-05-21T16:23:23.950Z | Compiling aws-lc-sys v0.40.0 |
| 1368 | 2026-05-21T16:23:24.016Z | Compiling pem-rfc7468 v0.7.0 |
| 1369 | 2026-05-21T16:23:24.072Z | Compiling flagset v0.4.7 |
| 1370 | 2026-05-21T16:23:24.077Z | Compiling rustix v1.1.3 |
| 1371 | 2026-05-21T16:23:24.111Z | Compiling regex-syntax v0.8.10 |
| 1372 | 2026-05-21T16:23:24.203Z | Compiling rand_core v0.9.5 |
| 1373 | 2026-05-21T16:23:24.269Z | Compiling ring v0.17.14 |
| 1374 | 2026-05-21T16:23:24.318Z | Compiling aws-lc-rs v1.16.3 |
| 1375 | 2026-05-21T16:23:24.335Z | Compiling vcpkg v0.2.15 |
| 1376 | 2026-05-21T16:23:24.458Z | Compiling uuid v1.23.0 |
| 1377 | 2026-05-21T16:23:24.584Z | Compiling rustc_version v0.4.1 |
| 1378 | 2026-05-21T16:23:24.966Z | Compiling tracing-core v0.1.36 |
| 1379 | 2026-05-21T16:23:25.097Z | Compiling openssl-sys v0.9.115 |
| 1380 | 2026-05-21T16:23:25.216Z | Compiling base64 v0.22.1 |
| 1381 | 2026-05-21T16:23:25.511Z | Compiling serde_derive v1.0.228 |
| 1382 | 2026-05-21T16:23:25.527Z | Compiling zeroize_derive v1.4.3 |
| 1383 | 2026-05-21T16:23:25.535Z | Compiling zerofrom-derive v0.1.6 |
| 1384 | 2026-05-21T16:23:25.618Z | Compiling yoke-derive v0.8.1 |
| 1385 | 2026-05-21T16:23:25.799Z | Compiling zerovec-derive v0.11.2 |
| 1386 | 2026-05-21T16:23:26.161Z | Compiling zeroize v1.8.2 |
| 1387 | 2026-05-21T16:23:26.491Z | Compiling zerocopy-derive v0.8.40 |
| 1388 | 2026-05-21T16:23:26.777Z | Compiling displaydoc v0.2.5 |
| 1389 | 2026-05-21T16:23:26.893Z | Compiling crypto-common v0.1.7 |
| 1390 | 2026-05-21T16:23:26.908Z | Compiling block-buffer v0.10.4 |
| 1391 | 2026-05-21T16:23:26.920Z | Compiling zerofrom v0.1.6 |
| 1392 | 2026-05-21T16:23:27.033Z | Compiling yoke v0.8.1 |
| 1393 | 2026-05-21T16:23:27.045Z | Compiling digest v0.10.7 |
| 1394 | 2026-05-21T16:23:27.069Z | Compiling tokio-macros v2.7.0 |
| 1395 | 2026-05-21T16:23:27.210Z | Compiling zerovec v0.11.5 |
| 1396 | 2026-05-21T16:23:27.274Z | Compiling futures-macro v0.3.32 |
| 1397 | 2026-05-21T16:23:27.491Z | Compiling zerotrie v0.2.3 |
| 1398 | 2026-05-21T16:23:27.694Z | Compiling tinystr v0.8.2 |
| 1399 | 2026-05-21T16:23:27.752Z | Compiling potential_utf v0.1.4 |
| 1400 | 2026-05-21T16:23:27.778Z | Compiling hmac v0.12.1 |
| 1401 | 2026-05-21T16:23:27.896Z | Compiling icu_locale_core v2.1.1 |
| 1402 | 2026-05-21T16:23:27.912Z | Compiling icu_collections v2.1.1 |
| 1403 | 2026-05-21T16:23:27.933Z | Compiling block-padding v0.3.3 |
| 1404 | 2026-05-21T16:23:28.047Z | Compiling futures-util v0.3.32 |
| 1405 | 2026-05-21T16:23:28.082Z | Compiling inout v0.1.4 |
| 1406 | 2026-05-21T16:23:28.241Z | Compiling cipher v0.4.4 |
| 1407 | 2026-05-21T16:23:28.389Z | Compiling sha2 v0.10.9 |
| 1408 | 2026-05-21T16:23:28.494Z | Compiling icu_provider v2.1.1 |
| 1409 | 2026-05-21T16:23:28.742Z | Compiling icu_normalizer v2.1.1 |
| 1410 | 2026-05-21T16:23:28.783Z | Compiling icu_properties v2.1.2 |
| 1411 | 2026-05-21T16:23:28.865Z | Compiling bytes v1.11.1 |
| 1412 | 2026-05-21T16:23:29.253Z | Compiling der_derive v0.7.3 |
| 1413 | 2026-05-21T16:23:29.496Z | Compiling tokio v1.52.1 |
| 1414 | 2026-05-21T16:23:29.763Z | Compiling idna_adapter v1.2.1 |
| 1415 | 2026-05-21T16:23:29.892Z | Compiling idna v1.1.0 |
| 1416 | 2026-05-21T16:23:29.906Z | Compiling http v1.4.0 |
| 1417 | 2026-05-21T16:23:30.064Z | Compiling chrono v0.4.44 |
| 1418 | 2026-05-21T16:23:30.235Z | Compiling url v2.5.8 |
| 1419 | 2026-05-21T16:23:30.306Z | Compiling der v0.7.10 |
| 1420 | 2026-05-21T16:23:30.548Z | Compiling salsa20 v0.10.2 |
| 1421 | 2026-05-21T16:23:30.675Z | Compiling ppv-lite86 v0.2.21 |
| 1422 | 2026-05-21T16:23:30.798Z | Compiling pbkdf2 v0.12.2 |
| 1423 | 2026-05-21T16:23:30.822Z | Compiling rustls-pki-types v1.14.0 |
| 1424 | 2026-05-21T16:23:30.915Z | Compiling thiserror-impl v2.0.18 |
| 1425 | 2026-05-21T16:23:30.998Z | Compiling tracing-attributes v0.1.31 |
| 1426 | 2026-05-21T16:23:31.023Z | Compiling rand_chacha v0.9.0 |
| 1427 | 2026-05-21T16:23:31.250Z | Compiling spki v0.7.3 |
| 1428 | 2026-05-21T16:23:31.412Z | Compiling scrypt v0.11.0 |
| 1429 | 2026-05-21T16:23:31.450Z | Compiling http-body v1.0.1 |
| 1430 | 2026-05-21T16:23:31.473Z | Compiling aes v0.8.4 |
| 1431 | 2026-05-21T16:23:31.597Z | Compiling cbc v0.1.2 |
| 1432 | 2026-05-21T16:23:31.705Z | Compiling tinyvec_macros v0.1.1 |
| 1433 | 2026-05-21T16:23:31.739Z | Compiling untrusted v0.9.0 |
| 1434 | 2026-05-21T16:23:31.763Z | Compiling untrusted v0.7.1 |
| 1435 | 2026-05-21T16:23:31.769Z | Compiling openssl-probe v0.2.1 |
| 1436 | 2026-05-21T16:23:31.861Z | Compiling httparse v1.10.1 |
| 1437 | 2026-05-21T16:23:31.871Z | Compiling pkcs5 v0.7.1 |
| 1438 | 2026-05-21T16:23:32.198Z | Compiling thiserror v2.0.18 |
| 1439 | 2026-05-21T16:23:32.229Z | Compiling tinyvec v1.10.0 |
| 1440 | 2026-05-21T16:23:32.250Z | Compiling tracing v0.1.44 |
| 1441 | 2026-05-21T16:23:32.297Z | Compiling pest_generator v2.8.6 |
| 1442 | 2026-05-21T16:23:32.330Z | Compiling rand v0.9.2 |
| 1443 | 2026-05-21T16:23:32.495Z | Compiling serde_derive_internals v0.29.1 |
| 1444 | 2026-05-21T16:23:32.504Z | Compiling aho-corasick v1.1.4 |
| 1445 | 2026-05-21T16:23:32.562Z | Compiling tower-service v0.3.3 |
| 1446 | 2026-05-21T16:23:32.653Z | Compiling tower-layer v0.3.3 |
| 1447 | 2026-05-21T16:23:32.811Z | Compiling try-lock v0.2.5 |
| 1448 | 2026-05-21T16:23:32.916Z | Compiling schemars v0.8.22 |
| 1449 | 2026-05-21T16:23:32.970Z | Compiling dyn-clone v1.0.20 |
| 1450 | 2026-05-21T16:23:33.093Z | Compiling rustls v0.23.37 |
| 1451 | 2026-05-21T16:23:33.107Z | Compiling atomic-waker v1.1.2 |
| 1452 | 2026-05-21T16:23:33.135Z | Compiling tokio-util v0.7.18 |
| 1453 | 2026-05-21T16:23:33.223Z | Compiling pest_derive v2.8.6 |
| 1454 | 2026-05-21T16:23:33.256Z | Compiling want v0.3.1 |
| 1455 | 2026-05-21T16:23:33.370Z | Compiling schemars_derive v0.8.22 |
| 1456 | 2026-05-21T16:23:33.413Z | Compiling regex-automata v0.4.14 |
| 1457 | 2026-05-21T16:23:33.647Z | Compiling pkcs8 v0.10.2 |
| 1458 | 2026-05-21T16:23:33.916Z | Compiling h2 v0.4.13 |
| 1459 | 2026-05-21T16:23:33.942Z | Compiling ipnet v2.11.0 |
| 1460 | 2026-05-21T16:23:34.135Z | Compiling scroll_derive v0.13.1 |
| 1461 | 2026-05-21T16:23:34.150Z | Compiling darling_core v0.20.11 |
| 1462 | 2026-05-21T16:23:34.424Z | Compiling openssl v0.10.79 |
| 1463 | 2026-05-21T16:23:34.574Z | Compiling foreign-types-shared v0.1.1 |
| 1464 | 2026-05-21T16:23:34.651Z | Compiling pin-utils v0.1.0 |
| 1465 | 2026-05-21T16:23:34.666Z | Compiling httpdate v1.0.3 |
| 1466 | 2026-05-21T16:23:34.754Z | Compiling tempfile v3.25.0 |
| 1467 | 2026-05-21T16:23:34.926Z | Compiling foreign-types v0.3.2 |
| 1468 | 2026-05-21T16:23:34.941Z | Compiling scroll v0.13.0 |
| 1469 | 2026-05-21T16:23:35.119Z | Compiling unicode-normalization v0.1.25 |
| 1470 | 2026-05-21T16:23:35.195Z | Compiling openssl-macros v0.1.1 |
| 1471 | 2026-05-21T16:23:35.542Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1472 | 2026-05-21T16:23:35.566Z | Compiling spin v0.9.8 |
| 1473 | 2026-05-21T16:23:35.579Z | Compiling crc32fast v1.5.0 |
| 1474 | 2026-05-21T16:23:35.765Z | Compiling powerfmt v0.2.0 |
| 1475 | 2026-05-21T16:23:35.841Z | Compiling num-conv v0.2.0 |
| 1476 | 2026-05-21T16:23:35.922Z | Compiling time-core v0.1.8 |
| 1477 | 2026-05-21T16:23:35.969Z | Compiling native-tls v0.2.18 |
| 1478 | 2026-05-21T16:23:36.064Z | Compiling time-macros v0.2.27 |
| 1479 | 2026-05-21T16:23:36.181Z | Compiling deranged v0.5.8 |
| 1480 | 2026-05-21T16:23:36.430Z | Compiling darling_macro v0.20.11 |
| 1481 | 2026-05-21T16:23:36.874Z | Compiling hyper v1.8.1 |
| 1482 | 2026-05-21T16:23:37.081Z | Compiling darling v0.20.11 |
| 1483 | 2026-05-21T16:23:37.127Z | Compiling goblin v0.10.5 |
| 1484 | 2026-05-21T16:23:37.160Z | Compiling rustls-native-certs v0.8.3 |
| 1485 | 2026-05-21T16:23:37.434Z | Compiling sync_wrapper v1.0.2 |
| 1486 | 2026-05-21T16:23:37.449Z | Compiling wait-timeout v0.2.1 |
| 1487 | 2026-05-21T16:23:37.540Z | Compiling simd-adler32 v0.3.8 |
| 1488 | 2026-05-21T16:23:37.702Z | Compiling crossbeam-utils v0.8.21 |
| 1489 | 2026-05-21T16:23:37.773Z | Compiling quick-error v1.2.3 |
| 1490 | 2026-05-21T16:23:37.823Z | Compiling syn v1.0.109 |
| 1491 | 2026-05-21T16:23:37.875Z | Compiling siphasher v1.0.2 |
| 1492 | 2026-05-21T16:23:37.974Z | Compiling hyper-util v0.1.20 |
| 1493 | 2026-05-21T16:23:38.050Z | Compiling usdt-impl v0.6.0 |
| 1494 | 2026-05-21T16:23:38.108Z | Compiling bit-vec v0.8.0 |
| 1495 | 2026-05-21T16:23:38.249Z | Compiling num_threads v0.1.7 |
| 1496 | 2026-05-21T16:23:38.329Z | Compiling time v0.3.47 |
| 1497 | 2026-05-21T16:23:38.343Z | Compiling bit-set v0.8.0 |
| 1498 | 2026-05-21T16:23:38.494Z | Compiling rusty-fork v0.3.1 |
| 1499 | 2026-05-21T16:23:38.796Z | Compiling tower v0.5.3 |
| 1500 | 2026-05-21T16:23:38.809Z | Compiling derive_builder_core v0.20.2 |
| 1501 | 2026-05-21T16:23:39.261Z | Compiling dtrace-parser v0.3.0 |
| 1502 | 2026-05-21T16:23:39.424Z | Compiling http-body-util v0.1.3 |
| 1503 | 2026-05-21T16:23:39.658Z | Compiling webpki-roots v1.0.6 |
| 1504 | 2026-05-21T16:23:39.700Z | Compiling signature v2.2.0 |
| 1505 | 2026-05-21T16:23:39.703Z | Compiling scroll_derive v0.12.1 |
| 1506 | 2026-05-21T16:23:39.782Z | Compiling thiserror-impl v1.0.69 |
| 1507 | 2026-05-21T16:23:39.872Z | Compiling dof v0.4.0 |
| 1508 | 2026-05-21T16:23:39.886Z | Compiling heapless v0.7.17 |
| 1509 | 2026-05-21T16:23:40.014Z | Compiling rand_xorshift v0.4.0 |
| 1510 | 2026-05-21T16:23:40.118Z | Compiling slog v2.8.2 |
| 1511 | 2026-05-21T16:23:40.172Z | Compiling darling_core v0.21.3 |
| 1512 | 2026-05-21T16:23:40.296Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1513 | 2026-05-21T16:23:40.352Z | Compiling thread-id v5.1.0 |
| 1514 | 2026-05-21T16:23:40.435Z | Compiling cookie v0.18.1 |
| 1515 | 2026-05-21T16:23:40.564Z | Compiling zstd-safe v7.2.4 |
| 1516 | 2026-05-21T16:23:40.613Z | Compiling unicode-bidi v0.3.18 |
| 1517 | 2026-05-21T16:23:40.752Z | Compiling adler2 v2.0.1 |
| 1518 | 2026-05-21T16:23:40.882Z | Compiling unarray v0.1.4 |
| 1519 | 2026-05-21T16:23:40.994Z | Compiling paste v1.0.15 |
| 1520 | 2026-05-21T16:23:41.010Z | Compiling unicode-properties v0.1.4 |
| 1521 | 2026-05-21T16:23:41.032Z | Compiling iri-string v0.7.10 |
| 1522 | 2026-05-21T16:23:41.143Z | Compiling signal-hook v0.3.18 |
| 1523 | 2026-05-21T16:23:41.209Z | Compiling allocator-api2 v0.2.21 |
| 1524 | 2026-05-21T16:23:41.250Z | Compiling ryu v1.0.23 |
| 1525 | 2026-05-21T16:23:41.307Z | Compiling anyhow v1.0.102 |
| 1526 | 2026-05-21T16:23:41.371Z | Compiling serde_urlencoded v0.7.1 |
| 1527 | 2026-05-21T16:23:41.469Z | Compiling stringprep v0.1.5 |
| 1528 | 2026-05-21T16:23:41.525Z | Compiling thiserror v1.0.69 |
| 1529 | 2026-05-21T16:23:41.613Z | Compiling proptest v1.10.0 |
| 1530 | 2026-05-21T16:23:41.624Z | Compiling miniz_oxide v0.8.9 |
| 1531 | 2026-05-21T16:23:42.208Z | Compiling tower-http v0.6.8 |
| 1532 | 2026-05-21T16:23:42.417Z | Compiling scroll v0.12.0 |
| 1533 | 2026-05-21T16:23:42.519Z | Compiling derive_builder_macro v0.20.2 |
| 1534 | 2026-05-21T16:23:42.538Z | Compiling tokio-native-tls v0.3.1 |
| 1535 | 2026-05-21T16:23:42.625Z | Compiling darling_macro v0.21.3 |
| 1536 | 2026-05-21T16:23:42.668Z | Compiling ipnetwork v0.21.1 |
| 1537 | 2026-05-21T16:23:42.697Z | Compiling bstr v1.12.1 |
| 1538 | 2026-05-21T16:23:42.954Z | Compiling rand_chacha v0.3.1 |
| 1539 | 2026-05-21T16:23:43.054Z | Compiling erased-serde v0.3.31 |
| 1540 | 2026-05-21T16:23:43.058Z | Compiling toml_datetime v0.6.11 |
| 1541 | 2026-05-21T16:23:43.084Z | Compiling serde_spanned v0.6.9 |
| 1542 | 2026-05-21T16:23:43.223Z | Compiling serde_tokenstream v0.2.3 |
| 1543 | 2026-05-21T16:23:43.298Z | Compiling md-5 v0.10.6 |
| 1544 | 2026-05-21T16:23:43.332Z | Compiling zerocopy-derive v0.7.35 |
| 1545 | 2026-05-21T16:23:43.455Z | Compiling pin-project-internal v1.1.11 |
| 1546 | 2026-05-21T16:23:43.530Z | Compiling async-trait v0.1.89 |
| 1547 | 2026-05-21T16:23:43.549Z | Compiling curve25519-dalek v4.1.3 |
| 1548 | 2026-05-21T16:23:43.739Z | Compiling vergen-lib v0.1.6 |
| 1549 | 2026-05-21T16:23:43.871Z | Compiling num-integer v0.1.46 |
| 1550 | 2026-05-21T16:23:43.915Z | Compiling hash32 v0.2.1 |
| 1551 | 2026-05-21T16:23:44.103Z | Compiling ff v0.13.1 |
| 1552 | 2026-05-21T16:23:44.175Z | Compiling memoffset v0.9.1 |
| 1553 | 2026-05-21T16:23:44.187Z | Compiling litrs v1.0.0 |
| 1554 | 2026-05-21T16:23:44.244Z | Compiling psl-types v2.0.11 |
| 1555 | 2026-05-21T16:23:44.360Z | Compiling cfg_aliases v0.2.1 |
| 1556 | 2026-05-21T16:23:44.360Z | Compiling zlib-rs v0.6.2 |
| 1557 | 2026-05-21T16:23:44.492Z | Compiling ref-cast v1.0.25 |
| 1558 | 2026-05-21T16:23:44.564Z | Compiling num-bigint-dig v0.8.6 |
| 1559 | 2026-05-21T16:23:44.621Z | Compiling rustix v0.38.44 |
| 1560 | 2026-05-21T16:23:44.728Z | Compiling base16ct v0.2.0 |
| 1561 | 2026-05-21T16:23:44.770Z | Compiling fallible-iterator v0.2.0 |
| 1562 | 2026-05-21T16:23:44.803Z | Compiling smoltcp v0.9.1 |
| 1563 | 2026-05-21T16:23:44.894Z | Compiling sec1 v0.7.3 |
| 1564 | 2026-05-21T16:23:45.084Z | Compiling postgres-protocol v0.6.10 |
| 1565 | 2026-05-21T16:23:45.151Z | Compiling document-features v0.2.12 |
| 1566 | 2026-05-21T16:23:45.215Z | Compiling pin-project v1.1.11 |
| 1567 | 2026-05-21T16:23:45.215Z | Compiling nix v0.31.2 |
| 1568 | 2026-05-21T16:23:45.353Z | Compiling publicsuffix v2.3.0 |
| 1569 | 2026-05-21T16:23:45.524Z | Compiling group v0.13.0 |
| 1570 | 2026-05-21T16:23:45.536Z | Compiling zerocopy v0.7.35 |
| 1571 | 2026-05-21T16:23:45.601Z | Compiling num-iter v0.1.45 |
| 1572 | 2026-05-21T16:23:45.714Z | Compiling newtype-uuid v1.3.2 |
| 1573 | 2026-05-21T16:23:46.033Z | Compiling rand v0.8.6 |
| 1574 | 2026-05-21T16:23:46.062Z | Compiling darling v0.21.3 |
| 1575 | 2026-05-21T16:23:46.119Z | Compiling derive_builder v0.20.2 |
| 1576 | 2026-05-21T16:23:46.145Z | Compiling oxnet v0.1.4 |
| 1577 | 2026-05-21T16:23:46.175Z | Compiling hyper-tls v0.6.0 |
| 1578 | 2026-05-21T16:23:46.338Z | Compiling goblin v0.8.2 |
| 1579 | 2026-05-21T16:23:46.505Z | Compiling hubpack_derive v0.1.1 |
| 1580 | 2026-05-21T16:23:46.953Z | Compiling phf_shared v0.13.1 |
| 1581 | 2026-05-21T16:23:47.045Z | Compiling lazy_static v1.5.0 |
| 1582 | 2026-05-21T16:23:47.142Z | Compiling regex v1.12.3 |
| 1583 | 2026-05-21T16:23:47.181Z | Compiling futures-executor v0.3.32 |
| 1584 | 2026-05-21T16:23:47.227Z | Compiling flate2 v1.1.9 |
| 1585 | 2026-05-21T16:23:47.335Z | Compiling hex v0.4.3 |
| 1586 | 2026-05-21T16:23:47.433Z | Compiling cargo-platform v0.1.9 |
| 1587 | 2026-05-21T16:23:47.571Z | Compiling hkdf v0.12.4 |
| 1588 | 2026-05-21T16:23:47.605Z | Compiling crypto-bigint v0.5.5 |
| 1589 | 2026-05-21T16:23:47.658Z | Compiling terminal_size v0.4.3 |
| 1590 | 2026-05-21T16:23:47.692Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1591 | 2026-05-21T16:23:47.714Z | Compiling ref-cast-impl v1.0.25 |
| 1592 | 2026-05-21T16:23:47.746Z | Compiling snafu-derive v0.8.9 |
| 1593 | 2026-05-21T16:23:47.776Z | Compiling daft-derive v0.1.7 |
| 1594 | 2026-05-21T16:23:48.216Z | Compiling strum_macros v0.27.2 |
| 1595 | 2026-05-21T16:23:48.268Z | Compiling vergen v9.0.6 |
| 1596 | 2026-05-21T16:23:48.443Z | Compiling fs-err v3.3.0 |
| 1597 | 2026-05-21T16:23:48.456Z | Compiling ahash v0.8.12 |
| 1598 | 2026-05-21T16:23:48.626Z | Compiling encoding_rs v0.8.35 |
| 1599 | 2026-05-21T16:23:48.653Z | Compiling foldhash v0.1.5 |
| 1600 | 2026-05-21T16:23:48.824Z | Compiling libbz2-rs-sys v0.2.2 |
| 1601 | 2026-05-21T16:23:49.491Z | Compiling bumpalo v3.20.2 |
| 1602 | 2026-05-21T16:23:49.573Z | Compiling mime v0.3.17 |
| 1603 | 2026-05-21T16:23:49.644Z | Compiling bitflags v1.3.2 |
| 1604 | 2026-05-21T16:23:49.757Z | Compiling foldhash v0.2.0 |
| 1605 | 2026-05-21T16:23:49.781Z | Compiling object v0.37.3 |
| 1606 | 2026-05-21T16:23:49.794Z | Compiling unicode-segmentation v1.12.0 |
| 1607 | 2026-05-21T16:23:49.867Z | Compiling same-file v1.0.6 |
| 1608 | 2026-05-21T16:23:49.977Z | Compiling winnow v0.5.40 |
| 1609 | 2026-05-21T16:23:50.030Z | Compiling managed v0.8.0 |
| 1610 | 2026-05-21T16:23:50.093Z | Compiling walkdir v2.5.0 |
| 1611 | 2026-05-21T16:23:50.117Z | Compiling hashbrown v0.16.1 |
| 1612 | 2026-05-21T16:23:50.168Z | Compiling strum v0.27.2 |
| 1613 | 2026-05-21T16:23:50.182Z | Compiling zopfli v0.8.3 |
| 1614 | 2026-05-21T16:23:50.294Z | Compiling snafu v0.8.9 |
| 1615 | 2026-05-21T16:23:50.396Z | Compiling clap_builder v4.5.60 |
| 1616 | 2026-05-21T16:23:50.649Z | Compiling bzip2 v0.6.1 |
| 1617 | 2026-05-21T16:23:50.705Z | Compiling hashbrown v0.15.5 |
| 1618 | 2026-05-21T16:23:50.886Z | Compiling elliptic-curve v0.13.8 |
| 1619 | 2026-05-21T16:23:50.958Z | Compiling dof v0.3.0 |
| 1620 | 2026-05-21T16:23:51.038Z | Compiling daft v0.1.7 |
| 1621 | 2026-05-21T16:23:51.242Z | Compiling toml_edit v0.19.15 |
| 1622 | 2026-05-21T16:23:51.380Z | Compiling cargo_metadata v0.19.2 |
| 1623 | 2026-05-21T16:23:51.407Z | Compiling futures v0.3.32 |
| 1624 | 2026-05-21T16:23:51.491Z | Compiling phf v0.13.1 |
| 1625 | 2026-05-21T16:23:51.651Z | Compiling signal-hook-mio v0.2.5 |
| 1626 | 2026-05-21T16:23:51.764Z | Compiling hubpack v0.1.2 |
| 1627 | 2026-05-21T16:23:52.335Z | Compiling cookie_store v0.22.1 |
| 1628 | 2026-05-21T16:23:52.484Z | Compiling zstd v0.13.3 |
| 1629 | 2026-05-21T16:23:52.700Z | Compiling bzip2 v0.4.4 |
| 1630 | 2026-05-21T16:23:52.742Z | Compiling serde_with_macros v3.17.0 |
| 1631 | 2026-05-21T16:23:52.934Z | Compiling postgres-types v0.2.12 |
| 1632 | 2026-05-21T16:23:53.323Z | Compiling usdt-macro v0.6.0 |
| 1633 | 2026-05-21T16:23:53.482Z | Compiling usdt-attr-macro v0.6.0 |
| 1634 | 2026-05-21T16:23:53.799Z | Compiling globset v0.4.18 |
| 1635 | 2026-05-21T16:23:53.841Z | Compiling dtrace-parser v0.2.0 |
| 1636 | 2026-05-21T16:23:54.050Z | Compiling ed25519 v2.2.3 |
| 1637 | 2026-05-21T16:23:54.127Z | Compiling phf_shared v0.11.3 |
| 1638 | 2026-05-21T16:23:54.218Z | Compiling olpc-cjson v0.1.4 |
| 1639 | 2026-05-21T16:23:54.255Z | Compiling pkcs1 v0.7.5 |
| 1640 | 2026-05-21T16:23:54.319Z | Compiling serde-big-array v0.5.1 |
| 1641 | 2026-05-21T16:23:54.377Z | Compiling serde_plain v1.0.2 |
| 1642 | 2026-05-21T16:23:54.463Z | Compiling rfc6979 v0.4.0 |
| 1643 | 2026-05-21T16:23:54.473Z | Compiling enum-as-inner v0.6.1 |
| 1644 | 2026-05-21T16:23:54.564Z | Compiling serde_repr v0.1.20 |
| 1645 | 2026-05-21T16:23:54.585Z | Compiling async-recursion v1.1.1 |
| 1646 | 2026-05-21T16:23:54.597Z | Compiling strum_macros v0.26.4 |
| 1647 | 2026-05-21T16:23:54.645Z | Compiling clap_derive v4.5.55 |
| 1648 | 2026-05-21T16:23:54.973Z | Compiling pem v3.0.6 |
| 1649 | 2026-05-21T16:23:54.994Z | Compiling float-cmp v0.10.0 |
| 1650 | 2026-05-21T16:23:55.123Z | Compiling thread-id v4.2.2 |
| 1651 | 2026-05-21T16:23:55.148Z | Compiling memmap2 v0.9.10 |
| 1652 | 2026-05-21T16:23:55.213Z | Compiling env_filter v1.0.0 |
| 1653 | 2026-05-21T16:23:55.256Z | Compiling whoami v2.1.0 |
| 1654 | 2026-05-21T16:23:55.302Z | Compiling fixedbitset v0.5.7 |
| 1655 | 2026-05-21T16:23:55.349Z | Compiling either v1.15.0 |
| 1656 | 2026-05-21T16:23:55.509Z | Compiling fixedbitset v0.4.2 |
| 1657 | 2026-05-21T16:23:55.559Z | Compiling static_assertions v1.1.0 |
| 1658 | 2026-05-21T16:23:55.599Z | Compiling normalize-line-endings v0.3.0 |
| 1659 | 2026-05-21T16:23:55.625Z | Compiling precomputed-hash v0.1.1 |
| 1660 | 2026-05-21T16:23:55.640Z | Compiling difflib v0.4.0 |
| 1661 | 2026-05-21T16:23:55.694Z | Compiling data-encoding v2.10.0 |
| 1662 | 2026-05-21T16:23:55.716Z | Compiling new_debug_unreachable v1.0.6 |
| 1663 | 2026-05-21T16:23:55.731Z | Compiling jiff v0.2.21 |
| 1664 | 2026-05-21T16:23:55.793Z | Compiling keccak v0.1.6 |
| 1665 | 2026-05-21T16:23:56.196Z | Compiling predicates-core v1.0.10 |
| 1666 | 2026-05-21T16:23:56.352Z | Compiling typed-path v0.9.3 |
| 1667 | 2026-05-21T16:23:56.371Z | Compiling strum v0.26.3 |
| 1668 | 2026-05-21T16:23:56.383Z | Compiling predicates v3.1.4 |
| 1669 | 2026-05-21T16:23:56.424Z | Compiling clap v4.5.60 |
| 1670 | 2026-05-21T16:23:56.500Z | Compiling hickory-proto v0.25.2 |
| 1671 | 2026-05-21T16:23:56.512Z | Compiling sha3 v0.10.8 |
| 1672 | 2026-05-21T16:23:56.598Z | Compiling string_cache v0.8.9 |
| 1673 | 2026-05-21T16:23:56.816Z | Compiling toml_edit v0.22.27 |
| 1674 | 2026-05-21T16:23:56.962Z | Compiling petgraph v0.6.5 |
| 1675 | 2026-05-21T16:23:57.014Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1676 | 2026-05-21T16:23:57.204Z | Compiling itertools v0.13.0 |
| 1677 | 2026-05-21T16:23:57.537Z | Compiling petgraph v0.8.3 |
| 1678 | 2026-05-21T16:23:58.401Z | Compiling zip v4.6.1 |
| 1679 | 2026-05-21T16:23:58.407Z | Compiling tokio-postgres v0.7.16 |
| 1680 | 2026-05-21T16:23:59.371Z | Compiling env_logger v0.11.9 |
| 1681 | 2026-05-21T16:23:59.459Z | Compiling usdt v0.6.0 |
| 1682 | 2026-05-21T16:23:59.480Z | Compiling usdt-impl v0.5.0 |
| 1683 | 2026-05-21T16:23:59.727Z | Compiling ecdsa v0.16.9 |
| 1684 | 2026-05-21T16:23:59.735Z | Compiling rsa v0.9.10 |
| 1685 | 2026-05-21T16:23:59.790Z | Compiling ed25519-dalek v2.2.0 |
| 1686 | 2026-05-21T16:23:59.879Z | Compiling crossterm v0.28.1 |
| 1687 | 2026-05-21T16:24:00.095Z | Compiling serde_with v3.17.0 |
| 1688 | 2026-05-21T16:24:00.456Z | Compiling zip v0.6.6 |
| 1689 | 2026-05-21T16:24:00.660Z | Compiling toml v0.7.8 |
| 1690 | 2026-05-21T16:24:01.128Z | Compiling iddqd v0.4.1 |
| 1691 | 2026-05-21T16:24:01.423Z | Compiling heck v0.4.1 |
| 1692 | 2026-05-21T16:24:01.486Z | Compiling similar v2.7.0 |
| 1693 | 2026-05-21T16:24:01.558Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1694 | 2026-05-21T16:24:01.644Z | Compiling crossbeam-epoch v0.9.18 |
| 1695 | 2026-05-21T16:24:01.787Z | Compiling tokio-stream v0.1.18 |
| 1696 | 2026-05-21T16:24:01.973Z | Compiling buf-list v1.1.2 |
| 1697 | 2026-05-21T16:24:02.184Z | Compiling x509-cert v0.2.5 |
| 1698 | 2026-05-21T16:24:02.245Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1699 | 2026-05-21T16:24:02.259Z | Compiling openapiv3 v2.2.0 |
| 1700 | 2026-05-21T16:24:02.346Z | Compiling sha1 v0.10.6 |
| 1701 | 2026-05-21T16:24:02.355Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1702 | 2026-05-21T16:24:02.537Z | Compiling peg-runtime v0.8.5 |
| 1703 | 2026-05-21T16:24:02.562Z | Compiling lalrpop-util v0.19.12 |
| 1704 | 2026-05-21T16:24:02.646Z | Compiling thread_local v1.1.9 |
| 1705 | 2026-05-21T16:24:02.758Z | Compiling slog-async v2.8.0 |
| 1706 | 2026-05-21T16:24:02.816Z | Compiling crossbeam-channel v0.5.15 |
| 1707 | 2026-05-21T16:24:02.892Z | Compiling filetime v0.2.27 |
| 1708 | 2026-05-21T16:24:03.034Z | Compiling is-terminal v0.4.17 |
| 1709 | 2026-05-21T16:24:03.066Z | Compiling xattr v1.6.1 |
| 1710 | 2026-05-21T16:24:03.076Z | Compiling term v1.2.1 |
| 1711 | 2026-05-21T16:24:03.123Z | Compiling take_mut v0.2.2 |
| 1712 | 2026-05-21T16:24:03.239Z | Compiling tar v0.4.45 |
| 1713 | 2026-05-21T16:24:03.638Z | Compiling slog-term v2.9.2 |
| 1714 | 2026-05-21T16:24:13.387Z | Compiling rustls-webpki v0.103.9 |
| 1715 | 2026-05-21T16:24:16.154Z | Compiling tokio-rustls v0.26.4 |
| 1716 | 2026-05-21T16:24:16.154Z | Compiling rustls-platform-verifier v0.6.2 |
| 1717 | 2026-05-21T16:24:16.352Z | Compiling hyper-rustls v0.27.7 |
| 1718 | 2026-05-21T16:24:16.560Z | Compiling reqwest v0.12.28 |
| 1719 | 2026-05-21T16:24:16.560Z | Compiling reqwest v0.13.2 |
| 1720 | 2026-05-21T16:24:17.794Z | Compiling tough v0.22.0 |
| 1721 | 2026-05-21T16:24:20.326Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1722 | 2026-05-21T16:24:20.538Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1723 | 2026-05-21T16:24:23.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1724 | 2026-05-21T16:24:23.501Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1725 | 2026-05-21T16:24:23.541Z | May 21 16:24:21.782 INFO Starting download, target: Clickhouse |
| 1726 | 2026-05-21T16:24:23.541Z | May 21 16:24:21.782 INFO Starting download, target: Console |
| 1727 | 2026-05-21T16:24:23.541Z | May 21 16:24:21.782 INFO Starting download, target: Cockroach |
| 1728 | 2026-05-21T16:24:23.541Z | May 21 16:24:21.782 INFO Starting download, target: DendriteStub |
| 1729 | 2026-05-21T16:24:23.552Z | May 21 16:24:21.782 INFO Starting download, target: MaghemiteMgd |
| 1730 | 2026-05-21T16:24:23.552Z | May 21 16:24:21.782 INFO Starting download, target: TransceiverControl |
| 1731 | 2026-05-21T16:24:23.552Z | May 21 16:24:21.782 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1732 | 2026-05-21T16:24:23.552Z | May 21 16:24:21.782 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1733 | 2026-05-21T16:24:23.552Z | May 21 16:24:21.782 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1734 | 2026-05-21T16:24:23.552Z | May 21 16:24:21.782 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1735 | 2026-05-21T16:24:23.552Z | May 21 16:24:21.782 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1736 | 2026-05-21T16:24:23.552Z | May 21 16:24:21.782 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1737 | 2026-05-21T16:24:23.966Z | May 21 16:24:22.173 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1738 | 2026-05-21T16:24:24.141Z | May 21 16:24:22.376 INFO Download complete, target: TransceiverControl |
| 1739 | 2026-05-21T16:24:24.512Z | May 21 16:24:22.751 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1740 | 2026-05-21T16:24:24.757Z | May 21 16:24:22.983 INFO Download complete, target: Console |
| 1741 | 2026-05-21T16:24:25.968Z | May 21 16:24:24.198 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1742 | 2026-05-21T16:24:26.295Z | May 21 16:24:24.522 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1743 | 2026-05-21T16:24:26.529Z | May 21 16:24:24.766 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1744 | 2026-05-21T16:24:27.028Z | May 21 16:24:25.270 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1745 | 2026-05-21T16:24:27.028Z | May 21 16:24:25.270 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1746 | 2026-05-21T16:24:28.618Z | May 21 16:24:26.862 INFO Download complete, target: DendriteStub |
| 1747 | 2026-05-21T16:24:28.904Z | May 21 16:24:27.148 INFO Download complete, target: MaghemiteMgd |
| 1748 | 2026-05-21T16:24:31.560Z | May 21 16:24:29.801 INFO Checking that binary works, target: Cockroach |
| 1749 | 2026-05-21T16:24:31.726Z | May 21 16:24:29.970 INFO Download complete, target: Cockroach |
| 1750 | 2026-05-21T16:24:32.627Z | May 21 16:24:30.871 INFO Checking that binary works, target: Clickhouse |
| 1751 | 2026-05-21T16:24:32.789Z | May 21 16:24:31.023 INFO Download complete, target: Clickhouse |
| 1752 | 2026-05-21T16:24:32.809Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1753 | 2026-05-21T16:24:32.809Z | |
| 1754 | 2026-05-21T16:24:32.809Z | real 2:24.588924280 |
| 1755 | 2026-05-21T16:24:32.809Z | user 6:50.159150341 |
| 1756 | 2026-05-21T16:24:32.809Z | sys 1:20.438270561 |
| 1757 | 2026-05-21T16:24:32.810Z | trap 0.202356834 |
| 1758 | 2026-05-21T16:24:32.810Z | tflt 1.170755911 |
| 1759 | 2026-05-21T16:24:32.810Z | dflt 1.163692821 |
| 1760 | 2026-05-21T16:24:32.810Z | kflt 0.044951598 |
| 1761 | 2026-05-21T16:24:32.810Z | lock 21:30.313750895 |
| 1762 | 2026-05-21T16:24:32.810Z | slp 21:30.199114528 |
| 1763 | 2026-05-21T16:24:32.810Z | lat 40.007087864 |
| 1764 | 2026-05-21T16:24:32.810Z | stop 1:50.051061382 |
| 1765 | 2026-05-21T16:24:32.824Z | + banner hack-check |
| 1766 | 2026-05-21T16:24:32.824Z | |
| 1767 | 2026-05-21T16:24:32.824Z | # # ## #### # # #### # # ###### #### # # |
| 1768 | 2026-05-21T16:24:32.824Z | # # # # # # # # # # # # # # # # # |
| 1769 | 2026-05-21T16:24:32.824Z | ###### # # # #### ##### # ###### ##### # #### |
| 1770 | 2026-05-21T16:24:32.824Z | # # ###### # # # # # # # # # # |
| 1771 | 2026-05-21T16:24:32.824Z | # # # # # # # # # # # # # # # # # |
| 1772 | 2026-05-21T16:24:32.824Z | # # # # #### # # #### # # ###### #### # # |
| 1773 | 2026-05-21T16:24:32.824Z | |
| 1774 | 2026-05-21T16:24:32.824Z | + export CARGO_INCREMENTAL=0 |
| 1775 | 2026-05-21T16:24:32.824Z | + CARGO_INCREMENTAL=0 |
| 1776 | 2026-05-21T16:24:32.824Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1777 | 2026-05-21T16:24:33.370Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1778 | 2026-05-21T16:24:33.539Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1779 | 2026-05-21T16:24:35.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
| 1780 | 2026-05-21T16:24:35.510Z | Running `target/debug/xtask check-features --ci` |
| 1781 | 2026-05-21T16:24:35.530Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1782 | 2026-05-21T16:24:35.537Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1783 | 2026-05-21T16:24:36.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1784 | 2026-05-21T16:24:36.041Z | Running `target/debug/xtask download cargo-hack` |
| 1785 | 2026-05-21T16:24:36.836Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1786 | 2026-05-21T16:24:37.158Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1787 | 2026-05-21T16:24:39.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s |
| 1788 | 2026-05-21T16:24:39.743Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1789 | 2026-05-21T16:24:39.787Z | May 21 16:24:38.031 INFO Starting download, target: CargoHack |
| 1790 | 2026-05-21T16:24:39.792Z | May 21 16:24:38.031 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1791 | 2026-05-21T16:24:39.991Z | May 21 16:24:38.230 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1792 | 2026-05-21T16:24:40.035Z | May 21 16:24:38.278 INFO Download complete, target: CargoHack |
| 1793 | 2026-05-21T16:24:40.041Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1794 | 2026-05-21T16:24:40.050Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1795 | 2026-05-21T16:24:40.200Z | info: running `cargo check --bins` on api_identity (1/277) |
| 1796 | 2026-05-21T16:24:40.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1797 | 2026-05-21T16:24:40.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1798 | 2026-05-21T16:24:40.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1799 | 2026-05-21T16:24:40.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1800 | 2026-05-21T16:24:40.778Z | |
| 1801 | 2026-05-21T16:24:40.778Z | info: running `cargo check --bins` on bootstore (2/277) |
| 1802 | 2026-05-21T16:24:41.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1803 | 2026-05-21T16:24:41.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1804 | 2026-05-21T16:24:41.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1805 | 2026-05-21T16:24:41.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1806 | 2026-05-21T16:24:41.349Z | |
| 1807 | 2026-05-21T16:24:41.349Z | info: running `cargo check --bins` on omicron-ledger (3/277) |
| 1808 | 2026-05-21T16:24:41.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1809 | 2026-05-21T16:24:41.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1810 | 2026-05-21T16:24:41.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1811 | 2026-05-21T16:24:41.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1812 | 2026-05-21T16:24:41.918Z | |
| 1813 | 2026-05-21T16:24:41.918Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/277) |
| 1814 | 2026-05-21T16:24:42.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1815 | 2026-05-21T16:24:42.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1816 | 2026-05-21T16:24:42.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1817 | 2026-05-21T16:24:42.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1818 | 2026-05-21T16:24:42.485Z | |
| 1819 | 2026-05-21T16:24:42.485Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/277) |
| 1820 | 2026-05-21T16:24:42.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1821 | 2026-05-21T16:24:42.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1822 | 2026-05-21T16:24:42.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1823 | 2026-05-21T16:24:42.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1824 | 2026-05-21T16:24:43.057Z | |
| 1825 | 2026-05-21T16:24:43.057Z | info: running `cargo check --bins` on omicron-certificates (6/277) |
| 1826 | 2026-05-21T16:24:43.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1827 | 2026-05-21T16:24:43.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1828 | 2026-05-21T16:24:43.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1829 | 2026-05-21T16:24:43.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1830 | 2026-05-21T16:24:43.644Z | |
| 1831 | 2026-05-21T16:24:43.644Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/277) |
| 1832 | 2026-05-21T16:24:44.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1833 | 2026-05-21T16:24:44.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1834 | 2026-05-21T16:24:44.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1835 | 2026-05-21T16:24:44.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1836 | 2026-05-21T16:24:44.290Z | |
| 1837 | 2026-05-21T16:24:44.290Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/277) |
| 1838 | 2026-05-21T16:24:44.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1839 | 2026-05-21T16:24:44.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1840 | 2026-05-21T16:24:44.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1841 | 2026-05-21T16:24:44.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1842 | 2026-05-21T16:24:44.855Z | |
| 1843 | 2026-05-21T16:24:44.855Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/277) |
| 1844 | 2026-05-21T16:24:45.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1845 | 2026-05-21T16:24:45.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1846 | 2026-05-21T16:24:45.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1847 | 2026-05-21T16:24:45.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1848 | 2026-05-21T16:24:45.281Z | |
| 1849 | 2026-05-21T16:24:45.281Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/277) |
| 1850 | 2026-05-21T16:24:45.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1851 | 2026-05-21T16:24:45.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1852 | 2026-05-21T16:24:45.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1853 | 2026-05-21T16:24:45.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1854 | 2026-05-21T16:24:45.748Z | |
| 1855 | 2026-05-21T16:24:45.748Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/277) |
| 1856 | 2026-05-21T16:24:46.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1857 | 2026-05-21T16:24:46.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1858 | 2026-05-21T16:24:46.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1859 | 2026-05-21T16:24:46.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1860 | 2026-05-21T16:24:46.195Z | |
| 1861 | 2026-05-21T16:24:46.195Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/277) |
| 1862 | 2026-05-21T16:24:46.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1863 | 2026-05-21T16:24:46.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1864 | 2026-05-21T16:24:46.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1865 | 2026-05-21T16:24:46.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1866 | 2026-05-21T16:24:46.654Z | |
| 1867 | 2026-05-21T16:24:46.654Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/277) |
| 1868 | 2026-05-21T16:24:47.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1869 | 2026-05-21T16:24:47.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1870 | 2026-05-21T16:24:47.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1871 | 2026-05-21T16:24:47.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1872 | 2026-05-21T16:24:47.113Z | |
| 1873 | 2026-05-21T16:24:47.113Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/277) |
| 1874 | 2026-05-21T16:24:47.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1875 | 2026-05-21T16:24:47.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1876 | 2026-05-21T16:24:47.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1877 | 2026-05-21T16:24:47.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1878 | 2026-05-21T16:24:47.576Z | |
| 1879 | 2026-05-21T16:24:47.576Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/277) |
| 1880 | 2026-05-21T16:24:47.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1881 | 2026-05-21T16:24:47.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1882 | 2026-05-21T16:24:47.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1883 | 2026-05-21T16:24:47.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1884 | 2026-05-21T16:24:48.044Z | |
| 1885 | 2026-05-21T16:24:48.044Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/277) |
| 1886 | 2026-05-21T16:24:48.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1887 | 2026-05-21T16:24:48.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1888 | 2026-05-21T16:24:48.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1889 | 2026-05-21T16:24:48.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1890 | 2026-05-21T16:24:48.497Z | |
| 1891 | 2026-05-21T16:24:48.497Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/277) |
| 1892 | 2026-05-21T16:24:48.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2026-05-21T16:24:48.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2026-05-21T16:24:48.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2026-05-21T16:24:48.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1896 | 2026-05-21T16:24:48.960Z | |
| 1897 | 2026-05-21T16:24:48.960Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/277) |
| 1898 | 2026-05-21T16:24:49.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2026-05-21T16:24:49.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2026-05-21T16:24:49.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2026-05-21T16:24:49.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1902 | 2026-05-21T16:24:49.419Z | |
| 1903 | 2026-05-21T16:24:49.419Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/277) |
| 1904 | 2026-05-21T16:24:49.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2026-05-21T16:24:49.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2026-05-21T16:24:49.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2026-05-21T16:24:49.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1908 | 2026-05-21T16:24:49.879Z | |
| 1909 | 2026-05-21T16:24:49.879Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/277) |
| 1910 | 2026-05-21T16:24:50.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2026-05-21T16:24:50.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2026-05-21T16:24:50.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2026-05-21T16:24:50.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1914 | 2026-05-21T16:24:50.340Z | |
| 1915 | 2026-05-21T16:24:50.340Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/277) |
| 1916 | 2026-05-21T16:24:50.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2026-05-21T16:24:50.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2026-05-21T16:24:50.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2026-05-21T16:24:50.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1920 | 2026-05-21T16:24:50.803Z | |
| 1921 | 2026-05-21T16:24:50.803Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/277) |
| 1922 | 2026-05-21T16:24:51.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2026-05-21T16:24:51.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2026-05-21T16:24:51.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2026-05-21T16:24:51.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1926 | 2026-05-21T16:24:51.263Z | |
| 1927 | 2026-05-21T16:24:51.263Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/277) |
| 1928 | 2026-05-21T16:24:51.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2026-05-21T16:24:51.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2026-05-21T16:24:51.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2026-05-21T16:24:51.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1932 | 2026-05-21T16:24:51.723Z | |
| 1933 | 2026-05-21T16:24:51.723Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/277) |
| 1934 | 2026-05-21T16:24:52.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2026-05-21T16:24:52.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2026-05-21T16:24:52.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2026-05-21T16:24:52.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1938 | 2026-05-21T16:24:52.186Z | |
| 1939 | 2026-05-21T16:24:52.186Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/277) |
| 1940 | 2026-05-21T16:24:52.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2026-05-21T16:24:52.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2026-05-21T16:24:52.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2026-05-21T16:24:52.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1944 | 2026-05-21T16:24:52.653Z | |
| 1945 | 2026-05-21T16:24:52.653Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/277) |
| 1946 | 2026-05-21T16:24:53.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2026-05-21T16:24:53.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2026-05-21T16:24:53.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2026-05-21T16:24:53.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1950 | 2026-05-21T16:24:53.112Z | |
| 1951 | 2026-05-21T16:24:53.112Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/277) |
| 1952 | 2026-05-21T16:24:53.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2026-05-21T16:24:53.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2026-05-21T16:24:53.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2026-05-21T16:24:53.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1956 | 2026-05-21T16:24:53.575Z | |
| 1957 | 2026-05-21T16:24:53.575Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/277) |
| 1958 | 2026-05-21T16:24:53.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2026-05-21T16:24:53.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2026-05-21T16:24:53.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2026-05-21T16:24:53.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1962 | 2026-05-21T16:24:54.039Z | |
| 1963 | 2026-05-21T16:24:54.039Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/277) |
| 1964 | 2026-05-21T16:24:54.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2026-05-21T16:24:54.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2026-05-21T16:24:54.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1967 | 2026-05-21T16:24:54.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1968 | 2026-05-21T16:24:54.507Z | |
| 1969 | 2026-05-21T16:24:54.507Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/277) |
| 1970 | 2026-05-21T16:24:54.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1971 | 2026-05-21T16:24:54.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1972 | 2026-05-21T16:24:54.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1973 | 2026-05-21T16:24:54.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1974 | 2026-05-21T16:24:54.989Z | |
| 1975 | 2026-05-21T16:24:54.989Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/277) |
| 1976 | 2026-05-21T16:24:55.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2026-05-21T16:24:55.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2026-05-21T16:24:55.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1979 | 2026-05-21T16:24:55.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1980 | 2026-05-21T16:24:55.434Z | |
| 1981 | 2026-05-21T16:24:55.434Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/277) |
| 1982 | 2026-05-21T16:24:55.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1983 | 2026-05-21T16:24:55.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1984 | 2026-05-21T16:24:55.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1985 | 2026-05-21T16:24:55.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1986 | 2026-05-21T16:24:55.922Z | |
| 1987 | 2026-05-21T16:24:55.923Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/277) |
| 1988 | 2026-05-21T16:24:56.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1989 | 2026-05-21T16:24:56.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1990 | 2026-05-21T16:24:56.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1991 | 2026-05-21T16:24:56.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1992 | 2026-05-21T16:24:56.361Z | |
| 1993 | 2026-05-21T16:24:56.361Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/277) |
| 1994 | 2026-05-21T16:24:56.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1995 | 2026-05-21T16:24:56.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1996 | 2026-05-21T16:24:56.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1997 | 2026-05-21T16:24:56.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1998 | 2026-05-21T16:24:56.811Z | |
| 1999 | 2026-05-21T16:24:56.811Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/277) |
| 2000 | 2026-05-21T16:24:57.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2001 | 2026-05-21T16:24:57.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2002 | 2026-05-21T16:24:57.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2003 | 2026-05-21T16:24:57.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2004 | 2026-05-21T16:24:57.269Z | |
| 2005 | 2026-05-21T16:24:57.270Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/277) |
| 2006 | 2026-05-21T16:24:57.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2007 | 2026-05-21T16:24:57.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2008 | 2026-05-21T16:24:57.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2009 | 2026-05-21T16:24:57.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2010 | 2026-05-21T16:24:57.729Z | |
| 2011 | 2026-05-21T16:24:57.729Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/277) |
| 2012 | 2026-05-21T16:24:58.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2013 | 2026-05-21T16:24:58.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2014 | 2026-05-21T16:24:58.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2015 | 2026-05-21T16:24:58.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2016 | 2026-05-21T16:24:58.199Z | |
| 2017 | 2026-05-21T16:24:58.199Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/277) |
| 2018 | 2026-05-21T16:24:58.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2019 | 2026-05-21T16:24:58.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2020 | 2026-05-21T16:24:58.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2021 | 2026-05-21T16:24:58.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2022 | 2026-05-21T16:24:58.647Z | |
| 2023 | 2026-05-21T16:24:58.647Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/277) |
| 2024 | 2026-05-21T16:24:59.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2026-05-21T16:24:59.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2026-05-21T16:24:59.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2027 | 2026-05-21T16:24:59.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2028 | 2026-05-21T16:24:59.108Z | |
| 2029 | 2026-05-21T16:24:59.108Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/277) |
| 2030 | 2026-05-21T16:24:59.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2031 | 2026-05-21T16:24:59.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2032 | 2026-05-21T16:24:59.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2033 | 2026-05-21T16:24:59.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2034 | 2026-05-21T16:24:59.569Z | |
| 2035 | 2026-05-21T16:24:59.569Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/277) |
| 2036 | 2026-05-21T16:24:59.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2037 | 2026-05-21T16:25:00.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2038 | 2026-05-21T16:25:00.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2039 | 2026-05-21T16:25:00.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2040 | 2026-05-21T16:25:00.035Z | |
| 2041 | 2026-05-21T16:25:00.035Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/277) |
| 2042 | 2026-05-21T16:25:00.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2043 | 2026-05-21T16:25:00.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2044 | 2026-05-21T16:25:00.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2045 | 2026-05-21T16:25:00.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2046 | 2026-05-21T16:25:00.628Z | |
| 2047 | 2026-05-21T16:25:00.628Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/277) |
| 2048 | 2026-05-21T16:25:00.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2049 | 2026-05-21T16:25:01.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2050 | 2026-05-21T16:25:01.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2051 | 2026-05-21T16:25:01.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2052 | 2026-05-21T16:25:01.055Z | |
| 2053 | 2026-05-21T16:25:01.055Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/277) |
| 2054 | 2026-05-21T16:25:01.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2055 | 2026-05-21T16:25:01.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2056 | 2026-05-21T16:25:01.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2057 | 2026-05-21T16:25:01.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2058 | 2026-05-21T16:25:01.478Z | |
| 2059 | 2026-05-21T16:25:01.478Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/277) |
| 2060 | 2026-05-21T16:25:01.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2061 | 2026-05-21T16:25:01.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2062 | 2026-05-21T16:25:01.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2063 | 2026-05-21T16:25:01.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2064 | 2026-05-21T16:25:01.973Z | |
| 2065 | 2026-05-21T16:25:01.973Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/277) |
| 2066 | 2026-05-21T16:25:02.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2067 | 2026-05-21T16:25:02.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2068 | 2026-05-21T16:25:02.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2069 | 2026-05-21T16:25:02.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2070 | 2026-05-21T16:25:02.389Z | |
| 2071 | 2026-05-21T16:25:02.389Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/277) |
| 2072 | 2026-05-21T16:25:02.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2073 | 2026-05-21T16:25:02.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2074 | 2026-05-21T16:25:02.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2075 | 2026-05-21T16:25:02.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2076 | 2026-05-21T16:25:02.836Z | |
| 2077 | 2026-05-21T16:25:02.836Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/277) |
| 2078 | 2026-05-21T16:25:03.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2079 | 2026-05-21T16:25:03.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2080 | 2026-05-21T16:25:03.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2081 | 2026-05-21T16:25:03.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2082 | 2026-05-21T16:25:03.326Z | |
| 2083 | 2026-05-21T16:25:03.326Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/277) |
| 2084 | 2026-05-21T16:25:03.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2085 | 2026-05-21T16:25:03.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2086 | 2026-05-21T16:25:03.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2087 | 2026-05-21T16:25:03.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2088 | 2026-05-21T16:25:03.896Z | |
| 2089 | 2026-05-21T16:25:03.896Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/277) |
| 2090 | 2026-05-21T16:25:04.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2091 | 2026-05-21T16:25:04.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2092 | 2026-05-21T16:25:04.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2093 | 2026-05-21T16:25:04.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2094 | 2026-05-21T16:25:04.521Z | |
| 2095 | 2026-05-21T16:25:04.521Z | info: running `cargo check --bins` on nexus-config (51/277) |
| 2096 | 2026-05-21T16:25:05.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2097 | 2026-05-21T16:25:05.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2098 | 2026-05-21T16:25:05.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2099 | 2026-05-21T16:25:05.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2100 | 2026-05-21T16:25:05.143Z | |
| 2101 | 2026-05-21T16:25:05.143Z | info: running `cargo check --bins` on nexus-types (52/277) |
| 2102 | 2026-05-21T16:25:05.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2103 | 2026-05-21T16:25:05.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2104 | 2026-05-21T16:25:05.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2105 | 2026-05-21T16:25:05.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2106 | 2026-05-21T16:25:05.765Z | |
| 2107 | 2026-05-21T16:25:05.765Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/277) |
| 2108 | 2026-05-21T16:25:06.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2109 | 2026-05-21T16:25:06.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2110 | 2026-05-21T16:25:06.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2111 | 2026-05-21T16:25:06.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2112 | 2026-05-21T16:25:06.354Z | |
| 2113 | 2026-05-21T16:25:06.354Z | info: running `cargo check --bins` on omicron-passwords (54/277) |
| 2114 | 2026-05-21T16:25:06.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2115 | 2026-05-21T16:25:06.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2116 | 2026-05-21T16:25:06.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2117 | 2026-05-21T16:25:06.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2118 | 2026-05-21T16:25:06.929Z | |
| 2119 | 2026-05-21T16:25:06.929Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/277) |
| 2120 | 2026-05-21T16:25:07.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2121 | 2026-05-21T16:25:07.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2122 | 2026-05-21T16:25:07.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2123 | 2026-05-21T16:25:07.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2124 | 2026-05-21T16:25:07.525Z | |
| 2125 | 2026-05-21T16:25:07.525Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/277) |
| 2126 | 2026-05-21T16:25:08.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2127 | 2026-05-21T16:25:08.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2128 | 2026-05-21T16:25:08.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2129 | 2026-05-21T16:25:08.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2130 | 2026-05-21T16:25:08.117Z | |
| 2131 | 2026-05-21T16:25:08.117Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/277) |
| 2132 | 2026-05-21T16:25:08.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2133 | 2026-05-21T16:25:08.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2134 | 2026-05-21T16:25:08.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2135 | 2026-05-21T16:25:08.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2136 | 2026-05-21T16:25:08.712Z | |
| 2137 | 2026-05-21T16:25:08.713Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/277) |
| 2138 | 2026-05-21T16:25:09.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2139 | 2026-05-21T16:25:09.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2140 | 2026-05-21T16:25:09.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2141 | 2026-05-21T16:25:09.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2142 | 2026-05-21T16:25:09.309Z | |
| 2143 | 2026-05-21T16:25:09.309Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/277) |
| 2144 | 2026-05-21T16:25:09.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2145 | 2026-05-21T16:25:09.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2146 | 2026-05-21T16:25:09.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2147 | 2026-05-21T16:25:09.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2148 | 2026-05-21T16:25:09.881Z | |
| 2149 | 2026-05-21T16:25:09.881Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/277) |
| 2150 | 2026-05-21T16:25:10.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2151 | 2026-05-21T16:25:10.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2152 | 2026-05-21T16:25:10.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2153 | 2026-05-21T16:25:10.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2154 | 2026-05-21T16:25:10.462Z | |
| 2155 | 2026-05-21T16:25:10.462Z | info: running `cargo check --bins --no-default-features` on gfss (61/277) |
| 2156 | 2026-05-21T16:25:10.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2157 | 2026-05-21T16:25:10.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2158 | 2026-05-21T16:25:10.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2159 | 2026-05-21T16:25:10.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2160 | 2026-05-21T16:25:11.033Z | |
| 2161 | 2026-05-21T16:25:11.033Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/277) |
| 2162 | 2026-05-21T16:25:11.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2163 | 2026-05-21T16:25:11.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2164 | 2026-05-21T16:25:11.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2165 | 2026-05-21T16:25:11.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2166 | 2026-05-21T16:25:11.609Z | |
| 2167 | 2026-05-21T16:25:11.609Z | info: running `cargo check --bins` on clickhouse-admin-types (63/277) |
| 2168 | 2026-05-21T16:25:12.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2169 | 2026-05-21T16:25:12.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2170 | 2026-05-21T16:25:12.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2171 | 2026-05-21T16:25:12.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2172 | 2026-05-21T16:25:12.196Z | |
| 2173 | 2026-05-21T16:25:12.196Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/277) |
| 2174 | 2026-05-21T16:25:12.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2175 | 2026-05-21T16:25:12.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2176 | 2026-05-21T16:25:12.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2177 | 2026-05-21T16:25:12.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2178 | 2026-05-21T16:25:12.792Z | |
| 2179 | 2026-05-21T16:25:12.792Z | info: running `cargo check --bins` on cockroach-admin-types (65/277) |
| 2180 | 2026-05-21T16:25:13.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2181 | 2026-05-21T16:25:13.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2182 | 2026-05-21T16:25:13.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2183 | 2026-05-21T16:25:13.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2184 | 2026-05-21T16:25:13.362Z | |
| 2185 | 2026-05-21T16:25:13.362Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/277) |
| 2186 | 2026-05-21T16:25:13.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2187 | 2026-05-21T16:25:13.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2188 | 2026-05-21T16:25:13.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2189 | 2026-05-21T16:25:13.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2190 | 2026-05-21T16:25:13.934Z | |
| 2191 | 2026-05-21T16:25:13.934Z | info: running `cargo check --bins` on ereport-types (67/277) |
| 2192 | 2026-05-21T16:25:14.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2193 | 2026-05-21T16:25:14.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2194 | 2026-05-21T16:25:14.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2195 | 2026-05-21T16:25:14.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2196 | 2026-05-21T16:25:14.513Z | |
| 2197 | 2026-05-21T16:25:14.513Z | info: running `cargo check --bins` on gateway-client (68/277) |
| 2198 | 2026-05-21T16:25:15.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2199 | 2026-05-21T16:25:15.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2200 | 2026-05-21T16:25:15.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2201 | 2026-05-21T16:25:15.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2202 | 2026-05-21T16:25:15.096Z | |
| 2203 | 2026-05-21T16:25:15.096Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/277) |
| 2204 | 2026-05-21T16:25:15.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2205 | 2026-05-21T16:25:15.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2206 | 2026-05-21T16:25:15.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2207 | 2026-05-21T16:25:15.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2208 | 2026-05-21T16:25:15.680Z | |
| 2209 | 2026-05-21T16:25:15.680Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/277) |
| 2210 | 2026-05-21T16:25:16.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2211 | 2026-05-21T16:25:16.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2212 | 2026-05-21T16:25:16.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2213 | 2026-05-21T16:25:16.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2214 | 2026-05-21T16:25:16.262Z | |
| 2215 | 2026-05-21T16:25:16.262Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/277) |
| 2216 | 2026-05-21T16:25:16.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2217 | 2026-05-21T16:25:16.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2218 | 2026-05-21T16:25:16.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2219 | 2026-05-21T16:25:16.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2220 | 2026-05-21T16:25:16.845Z | |
| 2221 | 2026-05-21T16:25:16.845Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/277) |
| 2222 | 2026-05-21T16:25:17.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2223 | 2026-05-21T16:25:17.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2224 | 2026-05-21T16:25:17.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2225 | 2026-05-21T16:25:17.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2226 | 2026-05-21T16:25:17.422Z | |
| 2227 | 2026-05-21T16:25:17.422Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/277) |
| 2228 | 2026-05-21T16:25:17.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2229 | 2026-05-21T16:25:17.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2230 | 2026-05-21T16:25:17.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2231 | 2026-05-21T16:25:17.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2232 | 2026-05-21T16:25:18.035Z | |
| 2233 | 2026-05-21T16:25:18.036Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/277) |
| 2234 | 2026-05-21T16:25:18.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2235 | 2026-05-21T16:25:18.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2236 | 2026-05-21T16:25:18.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2237 | 2026-05-21T16:25:18.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2238 | 2026-05-21T16:25:18.634Z | |
| 2239 | 2026-05-21T16:25:18.634Z | info: running `cargo check --bins` on key-manager-types (75/277) |
| 2240 | 2026-05-21T16:25:19.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2241 | 2026-05-21T16:25:19.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2242 | 2026-05-21T16:25:19.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2243 | 2026-05-21T16:25:19.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2244 | 2026-05-21T16:25:19.209Z | |
| 2245 | 2026-05-21T16:25:19.209Z | info: running `cargo check --bins` on oxlog (76/277) |
| 2246 | 2026-05-21T16:25:19.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2247 | 2026-05-21T16:25:19.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2248 | 2026-05-21T16:25:19.811Z | Checking cfg-if v1.0.4 |
| 2249 | 2026-05-21T16:25:19.815Z | Checking libc v0.2.185 |
| 2250 | 2026-05-21T16:25:19.815Z | Checking serde_core v1.0.228 |
| 2251 | 2026-05-21T16:25:19.930Z | Checking zeroize v1.8.2 |
| 2252 | 2026-05-21T16:25:19.937Z | Checking memchr v2.8.0 |
| 2253 | 2026-05-21T16:25:19.946Z | Checking log v0.4.29 |
| 2254 | 2026-05-21T16:25:19.955Z | Checking smallvec v1.15.1 |
| 2255 | 2026-05-21T16:25:19.966Z | Checking typenum v1.19.0 |
| 2256 | 2026-05-21T16:25:19.970Z | Checking subtle v2.6.1 |
| 2257 | 2026-05-21T16:25:20.066Z | Checking itoa v1.0.17 |
| 2258 | 2026-05-21T16:25:20.101Z | Checking scopeguard v1.2.0 |
| 2259 | 2026-05-21T16:25:20.122Z | Checking stable_deref_trait v1.2.1 |
| 2260 | 2026-05-21T16:25:20.125Z | Checking const-oid v0.9.6 |
| 2261 | 2026-05-21T16:25:20.195Z | Checking zerofrom v0.1.6 |
| 2262 | 2026-05-21T16:25:20.206Z | Checking lock_api v0.4.14 |
| 2263 | 2026-05-21T16:25:20.218Z | Checking pin-project-lite v0.2.17 |
| 2264 | 2026-05-21T16:25:20.302Z | Checking yoke v0.8.1 |
| 2265 | 2026-05-21T16:25:20.314Z | Checking portable-atomic v1.13.1 |
| 2266 | 2026-05-21T16:25:20.325Z | Checking getrandom v0.2.17 |
| 2267 | 2026-05-21T16:25:20.329Z | Checking errno v0.3.14 |
| 2268 | 2026-05-21T16:25:20.394Z | Checking parking_lot_core v0.9.12 |
| 2269 | 2026-05-21T16:25:20.441Z | Checking signal-hook-registry v1.4.8 |
| 2270 | 2026-05-21T16:25:20.460Z | Checking zerovec v0.11.5 |
| 2271 | 2026-05-21T16:25:20.463Z | Checking rand_core v0.6.4 |
| 2272 | 2026-05-21T16:25:20.482Z | Checking generic-array v0.14.7 |
| 2273 | 2026-05-21T16:25:20.573Z | Checking futures-core v0.3.32 |
| 2274 | 2026-05-21T16:25:20.595Z | Checking critical-section v1.2.0 |
| 2275 | 2026-05-21T16:25:20.641Z | Checking parking_lot v0.12.5 |
| 2276 | 2026-05-21T16:25:20.688Z | Checking mio v1.2.0 |
| 2277 | 2026-05-21T16:25:20.701Z | Checking zerocopy v0.8.40 |
| 2278 | 2026-05-21T16:25:20.712Z | Checking once_cell v1.21.3 |
| 2279 | 2026-05-21T16:25:20.787Z | Checking zmij v1.0.21 |
| 2280 | 2026-05-21T16:25:20.822Z | Checking socket2 v0.6.3 |
| 2281 | 2026-05-21T16:25:20.878Z | Checking tinystr v0.8.2 |
| 2282 | 2026-05-21T16:25:20.881Z | Checking libm v0.2.16 |
| 2283 | 2026-05-21T16:25:20.906Z | Checking crypto-common v0.1.7 |
| 2284 | 2026-05-21T16:25:20.962Z | Checking block-buffer v0.10.4 |
| 2285 | 2026-05-21T16:25:20.988Z | Checking litemap v0.8.1 |
| 2286 | 2026-05-21T16:25:21.023Z | Checking writeable v0.6.2 |
| 2287 | 2026-05-21T16:25:21.052Z | Checking equivalent v1.0.2 |
| 2288 | 2026-05-21T16:25:21.064Z | Checking percent-encoding v2.3.2 |
| 2289 | 2026-05-21T16:25:21.095Z | Checking digest v0.10.7 |
| 2290 | 2026-05-21T16:25:21.132Z | Checking potential_utf v0.1.4 |
| 2291 | 2026-05-21T16:25:21.153Z | Checking zerotrie v0.2.3 |
| 2292 | 2026-05-21T16:25:21.177Z | Checking icu_locale_core v2.1.1 |
| 2293 | 2026-05-21T16:25:21.197Z | Checking futures-sink v0.3.32 |
| 2294 | 2026-05-21T16:25:21.259Z | Checking icu_collections v2.1.1 |
| 2295 | 2026-05-21T16:25:21.286Z | Checking futures-io v0.3.32 |
| 2296 | 2026-05-21T16:25:21.298Z | Checking futures-channel v0.3.32 |
| 2297 | 2026-05-21T16:25:21.362Z | Checking serde v1.0.228 |
| 2298 | 2026-05-21T16:25:21.386Z | Checking bitflags v2.11.0 |
| 2299 | 2026-05-21T16:25:21.397Z | Checking serde_json v1.0.149 |
| 2300 | 2026-05-21T16:25:21.478Z | Checking cpufeatures v0.2.17 |
| 2301 | 2026-05-21T16:25:21.545Z | Checking slab v0.4.12 |
| 2302 | 2026-05-21T16:25:21.557Z | Checking futures-task v0.3.32 |
| 2303 | 2026-05-21T16:25:21.570Z | Checking hmac v0.12.1 |
| 2304 | 2026-05-21T16:25:21.574Z | Checking num-traits v0.2.19 |
| 2305 | 2026-05-21T16:25:21.686Z | Checking icu_normalizer_data v2.1.1 |
| 2306 | 2026-05-21T16:25:21.698Z | Checking futures-util v0.3.32 |
| 2307 | 2026-05-21T16:25:21.725Z | Checking icu_provider v2.1.1 |
| 2308 | 2026-05-21T16:25:21.737Z | Checking icu_properties_data v2.1.2 |
| 2309 | 2026-05-21T16:25:21.752Z | Checking bytes v1.11.1 |
| 2310 | 2026-05-21T16:25:21.764Z | Checking rand_core v0.10.0 |
| 2311 | 2026-05-21T16:25:21.859Z | Checking hashbrown v0.17.0 |
| 2312 | 2026-05-21T16:25:21.896Z | Checking getrandom v0.4.1 |
| 2313 | 2026-05-21T16:25:21.950Z | Checking icu_properties v2.1.2 |
| 2314 | 2026-05-21T16:25:22.037Z | Checking icu_normalizer v2.1.1 |
| 2315 | 2026-05-21T16:25:22.050Z | Checking block-padding v0.3.3 |
| 2316 | 2026-05-21T16:25:22.134Z | Checking utf8_iter v1.0.4 |
| 2317 | 2026-05-21T16:25:22.177Z | Checking inout v0.1.4 |
| 2318 | 2026-05-21T16:25:22.190Z | Checking tokio v1.52.1 |
| 2319 | 2026-05-21T16:25:22.254Z | Checking sha2 v0.10.9 |
| 2320 | 2026-05-21T16:25:22.310Z | Checking cipher v0.4.4 |
| 2321 | 2026-05-21T16:25:22.310Z | Checking indexmap v2.14.0 |
| 2322 | 2026-05-21T16:25:22.337Z | Checking form_urlencoded v1.2.2 |
| 2323 | 2026-05-21T16:25:22.462Z | Checking getrandom v0.3.4 |
| 2324 | 2026-05-21T16:25:22.516Z | Checking base64ct v1.8.3 |
| 2325 | 2026-05-21T16:25:22.528Z | Checking byteorder v1.5.0 |
| 2326 | 2026-05-21T16:25:22.601Z | Checking fnv v1.0.7 |
| 2327 | 2026-05-21T16:25:22.697Z | Checking flagset v0.4.7 |
| 2328 | 2026-05-21T16:25:22.721Z | Checking rand_core v0.9.5 |
| 2329 | 2026-05-21T16:25:22.739Z | Checking pem-rfc7468 v0.7.0 |
| 2330 | 2026-05-21T16:25:22.751Z | Checking idna_adapter v1.2.1 |
| 2331 | 2026-05-21T16:25:22.815Z | Checking http v1.4.0 |
| 2332 | 2026-05-21T16:25:22.856Z | Checking regex-syntax v0.8.10 |
| 2333 | 2026-05-21T16:25:22.867Z | Checking idna v1.1.0 |
| 2334 | 2026-05-21T16:25:22.890Z | Checking der v0.7.10 |
| 2335 | 2026-05-21T16:25:22.903Z | Checking salsa20 v0.10.2 |
| 2336 | 2026-05-21T16:25:23.029Z | Checking uuid v1.23.0 |
| 2337 | 2026-05-21T16:25:23.099Z | Checking url v2.5.8 |
| 2338 | 2026-05-21T16:25:23.331Z | Checking pbkdf2 v0.12.2 |
| 2339 | 2026-05-21T16:25:23.358Z | Checking rustix v1.1.3 |
| 2340 | 2026-05-21T16:25:23.410Z | Checking ppv-lite86 v0.2.21 |
| 2341 | 2026-05-21T16:25:23.443Z | Checking tracing-core v0.1.36 |
| 2342 | 2026-05-21T16:25:23.524Z | Checking rustls-pki-types v1.14.0 |
| 2343 | 2026-05-21T16:25:23.563Z | Checking iana-time-zone v0.1.65 |
| 2344 | 2026-05-21T16:25:23.615Z | Checking spki v0.7.3 |
| 2345 | 2026-05-21T16:25:23.666Z | Checking base64 v0.22.1 |
| 2346 | 2026-05-21T16:25:23.702Z | Checking rand_chacha v0.9.0 |
| 2347 | 2026-05-21T16:25:23.741Z | Checking tracing v0.1.44 |
| 2348 | 2026-05-21T16:25:23.779Z | Checking chrono v0.4.44 |
| 2349 | 2026-05-21T16:25:23.804Z | Checking scrypt v0.11.0 |
| 2350 | 2026-05-21T16:25:23.895Z | Checking http-body v1.0.1 |
| 2351 | 2026-05-21T16:25:23.908Z | Checking aes v0.8.4 |
| 2352 | 2026-05-21T16:25:23.936Z | Checking cbc v0.1.2 |
| 2353 | 2026-05-21T16:25:23.948Z | Checking aws-lc-sys v0.40.0 |
| 2354 | 2026-05-21T16:25:24.026Z | Checking untrusted v0.7.1 |
| 2355 | 2026-05-21T16:25:24.062Z | Checking tinyvec_macros v0.1.1 |
| 2356 | 2026-05-21T16:25:24.128Z | Checking untrusted v0.9.0 |
| 2357 | 2026-05-21T16:25:24.140Z | Checking openssl-probe v0.2.1 |
| 2358 | 2026-05-21T16:25:24.152Z | Checking tinyvec v1.10.0 |
| 2359 | 2026-05-21T16:25:24.177Z | Checking rand v0.9.2 |
| 2360 | 2026-05-21T16:25:24.232Z | Checking ring v0.17.14 |
| 2361 | 2026-05-21T16:25:24.245Z | Checking try-lock v0.2.5 |
| 2362 | 2026-05-21T16:25:24.292Z | Checking pkcs5 v0.7.1 |
| 2363 | 2026-05-21T16:25:24.352Z | Checking tower-service v0.3.3 |
| 2364 | 2026-05-21T16:25:24.441Z | Checking tower-layer v0.3.3 |
| 2365 | 2026-05-21T16:25:24.455Z | Checking atomic-waker v1.1.2 |
| 2366 | 2026-05-21T16:25:24.458Z | Checking aws-lc-rs v1.16.3 |
| 2367 | 2026-05-21T16:25:24.552Z | Checking want v0.3.1 |
| 2368 | 2026-05-21T16:25:24.565Z | Checking pkcs8 v0.10.2 |
| 2369 | 2026-05-21T16:25:24.590Z | Checking ipnet v2.11.0 |
| 2370 | 2026-05-21T16:25:24.637Z | Checking httparse v1.10.1 |
| 2371 | 2026-05-21T16:25:24.657Z | Checking aho-corasick v1.1.4 |
| 2372 | 2026-05-21T16:25:24.671Z | Checking plain v0.2.3 |
| 2373 | 2026-05-21T16:25:24.737Z | Checking fastrand v2.3.0 |
| 2374 | 2026-05-21T16:25:24.772Z | Checking httpdate v1.0.3 |
| 2375 | 2026-05-21T16:25:24.845Z | Checking pin-utils v0.1.0 |
| 2376 | 2026-05-21T16:25:24.856Z | Checking foreign-types-shared v0.1.1 |
| 2377 | 2026-05-21T16:25:24.912Z | Checking dyn-clone v1.0.20 |
| 2378 | 2026-05-21T16:25:24.915Z | Checking tempfile v3.25.0 |
| 2379 | 2026-05-21T16:25:24.936Z | Checking foreign-types v0.3.2 |
| 2380 | 2026-05-21T16:25:24.948Z | Checking unicode-normalization v0.1.25 |
| 2381 | 2026-05-21T16:25:25.000Z | Checking semver v1.0.28 |
| 2382 | 2026-05-21T16:25:25.012Z | Checking openssl-sys v0.9.115 |
| 2383 | 2026-05-21T16:25:25.117Z | Checking spin v0.9.8 |
| 2384 | 2026-05-21T16:25:25.206Z | Checking unicode-ident v1.0.24 |
| 2385 | 2026-05-21T16:25:25.230Z | Checking ucd-trie v0.1.7 |
| 2386 | 2026-05-21T16:25:25.299Z | Checking rustls-webpki v0.103.9 |
| 2387 | 2026-05-21T16:25:25.312Z | Checking proc-macro2 v1.0.106 |
| 2388 | 2026-05-21T16:25:25.325Z | Checking schemars v0.8.22 |
| 2389 | 2026-05-21T16:25:25.326Z | Checking regex-automata v0.4.14 |
| 2390 | 2026-05-21T16:25:25.347Z | Checking rustls-native-certs v0.8.3 |
| 2391 | 2026-05-21T16:25:25.359Z | Checking pest v2.8.6 |
| 2392 | 2026-05-21T16:25:25.381Z | Checking openssl v0.10.79 |
| 2393 | 2026-05-21T16:25:25.398Z | Checking tokio-util v0.7.18 |
| 2394 | 2026-05-21T16:25:25.465Z | Checking thiserror v2.0.18 |
| 2395 | 2026-05-21T16:25:25.564Z | Checking sync_wrapper v1.0.2 |
| 2396 | 2026-05-21T16:25:25.616Z | Checking wait-timeout v0.2.1 |
| 2397 | 2026-05-21T16:25:25.665Z | Checking quick-error v1.2.3 |
| 2398 | 2026-05-21T16:25:25.714Z | Checking rustls v0.23.37 |
| 2399 | 2026-05-21T16:25:25.735Z | Checking bit-vec v0.8.0 |
| 2400 | 2026-05-21T16:25:25.763Z | Checking powerfmt v0.2.0 |
| 2401 | 2026-05-21T16:25:25.910Z | Checking utf8parse v0.2.2 |
| 2402 | 2026-05-21T16:25:25.923Z | Checking pretty-hex v0.4.1 |
| 2403 | 2026-05-21T16:25:25.948Z | Checking anstyle v1.0.13 |
| 2404 | 2026-05-21T16:25:25.989Z | Checking h2 v0.4.13 |
| 2405 | 2026-05-21T16:25:26.006Z | Checking siphasher v1.0.2 |
| 2406 | 2026-05-21T16:25:26.035Z | Checking simd-adler32 v0.3.8 |
| 2407 | 2026-05-21T16:25:26.123Z | Checking anstyle-parse v0.2.7 |
| 2408 | 2026-05-21T16:25:26.156Z | Checking bit-set v0.8.0 |
| 2409 | 2026-05-21T16:25:26.199Z | Checking deranged v0.5.8 |
| 2410 | 2026-05-21T16:25:26.270Z | Checking rusty-fork v0.3.1 |
| 2411 | 2026-05-21T16:25:26.298Z | Checking tower v0.5.3 |
| 2412 | 2026-05-21T16:25:26.396Z | Checking quote v1.0.45 |
| 2413 | 2026-05-21T16:25:26.437Z | Compiling newtype-uuid v1.3.2 |
| 2414 | 2026-05-21T16:25:26.566Z | Checking http-body-util v0.1.3 |
| 2415 | 2026-05-21T16:25:26.616Z | Checking webpki-roots v1.0.6 |
| 2416 | 2026-05-21T16:25:26.679Z | Checking crossbeam-utils v0.8.21 |
| 2417 | 2026-05-21T16:25:26.730Z | Checking rand_xorshift v0.4.0 |
| 2418 | 2026-05-21T16:25:26.774Z | Checking crc32fast v1.5.0 |
| 2419 | 2026-05-21T16:25:26.845Z | Checking scroll v0.13.0 |
| 2420 | 2026-05-21T16:25:26.911Z | Checking signature v2.2.0 |
| 2421 | 2026-05-21T16:25:27.006Z | Checking time-core v0.1.8 |
| 2422 | 2026-05-21T16:25:27.037Z | Checking ryu v1.0.23 |
| 2423 | 2026-05-21T16:25:27.070Z | Checking colorchoice v1.0.4 |
| 2424 | 2026-05-21T16:25:27.105Z | Checking unicode-bidi v0.3.18 |
| 2425 | 2026-05-21T16:25:27.119Z | Checking anstyle-query v1.1.5 |
| 2426 | 2026-05-21T16:25:27.143Z | Checking unicode-properties v0.1.4 |
| 2427 | 2026-05-21T16:25:27.165Z | Checking adler2 v2.0.1 |
| 2428 | 2026-05-21T16:25:27.168Z | Checking unarray v0.1.4 |
| 2429 | 2026-05-21T16:25:27.206Z | Checking num-conv v0.2.0 |
| 2430 | 2026-05-21T16:25:27.270Z | Checking num_threads v0.1.7 |
| 2431 | 2026-05-21T16:25:27.281Z | Checking allocator-api2 v0.2.21 |
| 2432 | 2026-05-21T16:25:27.319Z | Checking is_terminal_polyfill v1.70.2 |
| 2433 | 2026-05-21T16:25:27.331Z | Checking iri-string v0.7.10 |
| 2434 | 2026-05-21T16:25:27.343Z | Checking native-tls v0.2.18 |
| 2435 | 2026-05-21T16:25:27.354Z | Checking time v0.3.47 |
| 2436 | 2026-05-21T16:25:27.397Z | Checking stringprep v0.1.5 |
| 2437 | 2026-05-21T16:25:27.411Z | Checking anstream v0.6.21 |
| 2438 | 2026-05-21T16:25:27.515Z | Checking tokio-native-tls v0.3.1 |
| 2439 | 2026-05-21T16:25:27.547Z | Checking proptest v1.10.0 |
| 2440 | 2026-05-21T16:25:27.559Z | Checking miniz_oxide v0.8.9 |
| 2441 | 2026-05-21T16:25:27.600Z | Checking serde_urlencoded v0.7.1 |
| 2442 | 2026-05-21T16:25:27.666Z | Checking bstr v1.12.1 |
| 2443 | 2026-05-21T16:25:27.803Z | Checking goblin v0.10.5 |
| 2444 | 2026-05-21T16:25:27.897Z | Checking crossbeam-epoch v0.9.18 |
| 2445 | 2026-05-21T16:25:28.045Z | Checking tokio-rustls v0.26.4 |
| 2446 | 2026-05-21T16:25:28.063Z | Compiling daft v0.1.7 |
| 2447 | 2026-05-21T16:25:28.115Z | Checking syn v2.0.117 |
| 2448 | 2026-05-21T16:25:28.273Z | Checking ipnetwork v0.21.1 |
| 2449 | 2026-05-21T16:25:28.330Z | Checking tower-http v0.6.8 |
| 2450 | 2026-05-21T16:25:28.346Z | Checking rand_chacha v0.3.1 |
| 2451 | 2026-05-21T16:25:28.446Z | Checking thiserror v1.0.69 |
| 2452 | 2026-05-21T16:25:28.480Z | Checking scroll v0.12.0 |
| 2453 | 2026-05-21T16:25:28.542Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2454 | 2026-05-21T16:25:28.556Z | Checking hash32 v0.2.1 |
| 2455 | 2026-05-21T16:25:28.607Z | Checking num-integer v0.1.46 |
| 2456 | 2026-05-21T16:25:28.617Z | Checking hyper v1.8.1 |
| 2457 | 2026-05-21T16:25:28.649Z | Checking serde_spanned v0.6.9 |
| 2458 | 2026-05-21T16:25:28.697Z | Checking toml_datetime v0.6.11 |
| 2459 | 2026-05-21T16:25:28.709Z | Checking md-5 v0.10.6 |
| 2460 | 2026-05-21T16:25:28.772Z | Checking ff v0.13.1 |
| 2461 | 2026-05-21T16:25:28.825Z | Checking base16ct v0.2.0 |
| 2462 | 2026-05-21T16:25:28.839Z | Checking fallible-iterator v0.2.0 |
| 2463 | 2026-05-21T16:25:28.870Z | Checking psl-types v2.0.11 |
| 2464 | 2026-05-21T16:25:28.900Z | Checking zlib-rs v0.6.2 |
| 2465 | 2026-05-21T16:25:28.946Z | Checking sec1 v0.7.3 |
| 2466 | 2026-05-21T16:25:28.983Z | Checking publicsuffix v2.3.0 |
| 2467 | 2026-05-21T16:25:29.101Z | Checking postgres-protocol v0.6.10 |
| 2468 | 2026-05-21T16:25:29.141Z | Checking group v0.13.0 |
| 2469 | 2026-05-21T16:25:29.155Z | Checking num-iter v0.1.45 |
| 2470 | 2026-05-21T16:25:29.262Z | Checking heapless v0.7.17 |
| 2471 | 2026-05-21T16:25:29.283Z | Checking goblin v0.8.2 |
| 2472 | 2026-05-21T16:25:29.408Z | Checking zstd-safe v7.2.4 |
| 2473 | 2026-05-21T16:25:29.446Z | Checking rand v0.8.6 |
| 2474 | 2026-05-21T16:25:29.520Z | Checking hyper-util v0.1.20 |
| 2475 | 2026-05-21T16:25:29.569Z | Checking oxnet v0.1.4 |
| 2476 | 2026-05-21T16:25:29.671Z | Checking cookie v0.18.1 |
| 2477 | 2026-05-21T16:25:29.789Z | Checking flate2 v1.1.9 |
| 2478 | 2026-05-21T16:25:29.805Z | Compiling iddqd v0.4.1 |
| 2479 | 2026-05-21T16:25:29.909Z | Checking dtrace-parser v0.3.0 |
| 2480 | 2026-05-21T16:25:29.963Z | Checking phf_shared v0.13.1 |
| 2481 | 2026-05-21T16:25:30.079Z | Checking lazy_static v1.5.0 |
| 2482 | 2026-05-21T16:25:30.120Z | Checking dof v0.4.0 |
| 2483 | 2026-05-21T16:25:30.142Z | Checking pin-project v1.1.11 |
| 2484 | 2026-05-21T16:25:30.156Z | Checking zerocopy v0.7.35 |
| 2485 | 2026-05-21T16:25:30.168Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2486 | 2026-05-21T16:25:30.234Z | Checking terminal_size v0.4.3 |
| 2487 | 2026-05-21T16:25:30.250Z | Checking signal-hook v0.3.18 |
| 2488 | 2026-05-21T16:25:30.344Z | Checking futures-executor v0.3.32 |
| 2489 | 2026-05-21T16:25:30.393Z | Checking hex v0.4.3 |
| 2490 | 2026-05-21T16:25:30.436Z | Checking hkdf v0.12.4 |
| 2491 | 2026-05-21T16:25:30.489Z | Checking crypto-bigint v0.5.5 |
| 2492 | 2026-05-21T16:25:30.565Z | Checking thread-id v5.1.0 |
| 2493 | 2026-05-21T16:25:30.609Z | Checking encoding_rs v0.8.35 |
| 2494 | 2026-05-21T16:25:30.630Z | Checking libbz2-rs-sys v0.2.2 |
| 2495 | 2026-05-21T16:25:30.643Z | Checking winnow v0.7.14 |
| 2496 | 2026-05-21T16:25:30.734Z | Compiling rayon-core v1.13.0 |
| 2497 | 2026-05-21T16:25:30.750Z | Checking hyper-rustls v0.27.7 |
| 2498 | 2026-05-21T16:25:30.910Z | Checking hyper-tls v0.6.0 |
| 2499 | 2026-05-21T16:25:30.956Z | Checking bumpalo v3.20.2 |
| 2500 | 2026-05-21T16:25:30.997Z | Checking managed v0.8.0 |
| 2501 | 2026-05-21T16:25:31.014Z | Checking foldhash v0.2.0 |
| 2502 | 2026-05-21T16:25:31.082Z | Checking strsim v0.11.1 |
| 2503 | 2026-05-21T16:25:31.150Z | Checking winnow v0.5.40 |
| 2504 | 2026-05-21T16:25:31.165Z | Checking either v1.15.0 |
| 2505 | 2026-05-21T16:25:31.177Z | Checking clap_lex v1.0.0 |
| 2506 | 2026-05-21T16:25:31.181Z | Checking bitflags v1.3.2 |
| 2507 | 2026-05-21T16:25:31.241Z | Checking mime v0.3.17 |
| 2508 | 2026-05-21T16:25:31.255Z | Checking foldhash v0.1.5 |
| 2509 | 2026-05-21T16:25:31.322Z | Checking same-file v1.0.6 |
| 2510 | 2026-05-21T16:25:31.343Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2511 | 2026-05-21T16:25:31.372Z | Checking elliptic-curve v0.13.8 |
| 2512 | 2026-05-21T16:25:31.384Z | Checking hashbrown v0.15.5 |
| 2513 | 2026-05-21T16:25:31.413Z | Checking clap_builder v4.5.60 |
| 2514 | 2026-05-21T16:25:31.434Z | Checking walkdir v2.5.0 |
| 2515 | 2026-05-21T16:25:31.522Z | Checking smoltcp v0.9.1 |
| 2516 | 2026-05-21T16:25:31.544Z | Checking reqwest v0.12.28 |
| 2517 | 2026-05-21T16:25:31.589Z | Checking dof v0.3.0 |
| 2518 | 2026-05-21T16:25:31.673Z | Checking hashbrown v0.16.1 |
| 2519 | 2026-05-21T16:25:31.809Z | Checking zopfli v0.8.3 |
| 2520 | 2026-05-21T16:25:31.849Z | Checking bzip2 v0.6.1 |
| 2521 | 2026-05-21T16:25:31.891Z | Checking usdt-impl v0.6.0 |
| 2522 | 2026-05-21T16:25:32.008Z | Checking futures v0.3.32 |
| 2523 | 2026-05-21T16:25:32.085Z | Checking signal-hook-mio v0.2.5 |
| 2524 | 2026-05-21T16:25:32.107Z | Checking bzip2 v0.4.4 |
| 2525 | 2026-05-21T16:25:32.128Z | Checking snafu v0.8.9 |
| 2526 | 2026-05-21T16:25:32.163Z | Checking num-bigint-dig v0.8.6 |
| 2527 | 2026-05-21T16:25:32.163Z | Checking phf v0.13.1 |
| 2528 | 2026-05-21T16:25:32.185Z | Checking cookie_store v0.22.1 |
| 2529 | 2026-05-21T16:25:32.263Z | Checking toml_edit v0.19.15 |
| 2530 | 2026-05-21T16:25:32.314Z | Checking zstd v0.13.3 |
| 2531 | 2026-05-21T16:25:32.361Z | Checking postgres-types v0.2.12 |
| 2532 | 2026-05-21T16:25:32.377Z | Checking dtrace-parser v0.2.0 |
| 2533 | 2026-05-21T16:25:32.492Z | Checking crossbeam-deque v0.8.6 |
| 2534 | 2026-05-21T16:25:32.504Z | Checking globset v0.4.18 |
| 2535 | 2026-05-21T16:25:32.509Z | Checking rustls-platform-verifier v0.6.2 |
| 2536 | 2026-05-21T16:25:32.608Z | Checking regex v1.12.3 |
| 2537 | 2026-05-21T16:25:32.622Z | Checking ed25519 v2.2.3 |
| 2538 | 2026-05-21T16:25:32.636Z | Checking phf_shared v0.11.3 |
| 2539 | 2026-05-21T16:25:32.660Z | Checking olpc-cjson v0.1.4 |
| 2540 | 2026-05-21T16:25:32.663Z | Checking ref-cast v1.0.25 |
| 2541 | 2026-05-21T16:25:32.754Z | Checking curve25519-dalek v4.1.3 |
| 2542 | 2026-05-21T16:25:32.766Z | Checking strum v0.27.2 |
| 2543 | 2026-05-21T16:25:32.777Z | Checking hubpack v0.1.2 |
| 2544 | 2026-05-21T16:25:32.789Z | Checking memoffset v0.9.1 |
| 2545 | 2026-05-21T16:25:32.801Z | Checking rustix v0.38.44 |
| 2546 | 2026-05-21T16:25:32.865Z | Checking pkcs1 v0.7.5 |
| 2547 | 2026-05-21T16:25:32.877Z | Checking pem v3.0.6 |
| 2548 | 2026-05-21T16:25:32.887Z | Checking float-cmp v0.10.0 |
| 2549 | 2026-05-21T16:25:32.935Z | Checking erased-serde v0.3.31 |
| 2550 | 2026-05-21T16:25:32.966Z | Checking serde_plain v1.0.2 |
| 2551 | 2026-05-21T16:25:33.008Z | Checking serde-big-array v0.5.1 |
| 2552 | 2026-05-21T16:25:33.021Z | Checking rfc6979 v0.4.0 |
| 2553 | 2026-05-21T16:25:33.066Z | Checking memmap2 v0.9.10 |
| 2554 | 2026-05-21T16:25:33.104Z | Checking thread-id v4.2.2 |
| 2555 | 2026-05-21T16:25:33.133Z | Checking env_filter v1.0.0 |
| 2556 | 2026-05-21T16:25:33.145Z | Checking keccak v0.1.6 |
| 2557 | 2026-05-21T16:25:33.179Z | Checking toml_write v0.1.2 |
| 2558 | 2026-05-21T16:25:33.221Z | Checking jiff v0.2.21 |
| 2559 | 2026-05-21T16:25:33.273Z | Checking fixedbitset v0.5.7 |
| 2560 | 2026-05-21T16:25:33.284Z | Checking predicates-core v1.0.10 |
| 2561 | 2026-05-21T16:25:33.299Z | Checking data-encoding v2.10.0 |
| 2562 | 2026-05-21T16:25:33.312Z | Checking fixedbitset v0.4.2 |
| 2563 | 2026-05-21T16:25:33.341Z | Checking typed-path v0.9.3 |
| 2564 | 2026-05-21T16:25:33.399Z | Checking static_assertions v1.1.0 |
| 2565 | 2026-05-21T16:25:33.453Z | Checking difflib v0.4.0 |
| 2566 | 2026-05-21T16:25:33.458Z | Checking whoami v2.1.0 |
| 2567 | 2026-05-21T16:25:33.476Z | Checking unicode-segmentation v1.12.0 |
| 2568 | 2026-05-21T16:25:33.505Z | Checking new_debug_unreachable v1.0.6 |
| 2569 | 2026-05-21T16:25:33.568Z | Checking normalize-line-endings v0.3.0 |
| 2570 | 2026-05-21T16:25:33.579Z | Checking precomputed-hash v0.1.1 |
| 2571 | 2026-05-21T16:25:33.593Z | Checking crossterm v0.28.1 |
| 2572 | 2026-05-21T16:25:33.626Z | Checking hickory-proto v0.25.2 |
| 2573 | 2026-05-21T16:25:33.651Z | Checking tokio-postgres v0.7.16 |
| 2574 | 2026-05-21T16:25:33.656Z | Checking predicates v3.1.4 |
| 2575 | 2026-05-21T16:25:33.673Z | Checking string_cache v0.8.9 |
| 2576 | 2026-05-21T16:25:33.779Z | Checking similar v2.7.0 |
| 2577 | 2026-05-21T16:25:33.838Z | Checking ed25519-dalek v2.2.0 |
| 2578 | 2026-05-21T16:25:33.953Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2579 | 2026-05-21T16:25:34.066Z | Checking petgraph v0.8.3 |
| 2580 | 2026-05-21T16:25:34.089Z | Checking tough v0.22.0 |
| 2581 | 2026-05-21T16:25:34.156Z | Checking petgraph v0.6.5 |
| 2582 | 2026-05-21T16:25:34.286Z | Checking toml_edit v0.22.27 |
| 2583 | 2026-05-21T16:25:34.897Z | Checking slog v2.8.2 |
| 2584 | 2026-05-21T16:25:35.164Z | Checking sha3 v0.10.8 |
| 2585 | 2026-05-21T16:25:35.333Z | Checking toml v0.7.8 |
| 2586 | 2026-05-21T16:25:35.369Z | Checking env_logger v0.11.9 |
| 2587 | 2026-05-21T16:25:35.381Z | Checking usdt v0.6.0 |
| 2588 | 2026-05-21T16:25:35.418Z | Checking zip v4.6.1 |
| 2589 | 2026-05-21T16:25:35.542Z | Checking usdt-impl v0.5.0 |
| 2590 | 2026-05-21T16:25:35.553Z | Checking ecdsa v0.16.9 |
| 2591 | 2026-05-21T16:25:35.635Z | Checking rsa v0.9.10 |
| 2592 | 2026-05-21T16:25:35.648Z | Checking nix v0.31.2 |
| 2593 | 2026-05-21T16:25:35.990Z | Checking reqwest v0.13.2 |
| 2594 | 2026-05-21T16:25:36.072Z | Checking clap v4.5.60 |
| 2595 | 2026-05-21T16:25:36.098Z | Checking zip v0.6.6 |
| 2596 | 2026-05-21T16:25:36.151Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2597 | 2026-05-21T16:25:36.199Z | Checking itertools v0.13.0 |
| 2598 | 2026-05-21T16:25:36.225Z | Checking serde_with v3.17.0 |
| 2599 | 2026-05-21T16:25:36.410Z | Checking strum v0.26.3 |
| 2600 | 2026-05-21T16:25:36.420Z | Checking fs-err v3.3.0 |
| 2601 | 2026-05-21T16:25:36.468Z | Checking ahash v0.8.12 |
| 2602 | 2026-05-21T16:25:36.516Z | Checking object v0.37.3 |
| 2603 | 2026-05-21T16:25:36.630Z | Checking tokio-stream v0.1.18 |
| 2604 | 2026-05-21T16:25:36.657Z | Checking buf-list v1.1.2 |
| 2605 | 2026-05-21T16:25:36.709Z | Checking camino v1.2.2 |
| 2606 | 2026-05-21T16:25:36.712Z | Checking anyhow v1.0.102 |
| 2607 | 2026-05-21T16:25:36.826Z | Checking x509-cert v0.2.5 |
| 2608 | 2026-05-21T16:25:36.837Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2609 | 2026-05-21T16:25:36.906Z | Checking openapiv3 v2.2.0 |
| 2610 | 2026-05-21T16:25:36.968Z | Checking sha1 v0.10.6 |
| 2611 | 2026-05-21T16:25:37.008Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2612 | 2026-05-21T16:25:37.092Z | Checking lalrpop-util v0.19.12 |
| 2613 | 2026-05-21T16:25:37.126Z | Checking peg-runtime v0.8.5 |
| 2614 | 2026-05-21T16:25:37.207Z | Checking rayon v1.11.0 |
| 2615 | 2026-05-21T16:25:37.220Z | Checking sigpipe v0.1.3 |
| 2616 | 2026-05-21T16:25:37.252Z | Checking glob v0.3.3 |
| 2617 | 2026-05-21T16:25:38.692Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2618 | 2026-05-21T16:25:38.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.75s |
| 2619 | 2026-05-21T16:25:39.130Z | |
| 2620 | 2026-05-21T16:25:39.130Z | info: running `cargo check --bins` on internal-dns-types (77/277) |
| 2621 | 2026-05-21T16:25:39.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2622 | 2026-05-21T16:25:39.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2623 | 2026-05-21T16:25:39.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2624 | 2026-05-21T16:25:39.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2625 | 2026-05-21T16:25:39.733Z | |
| 2626 | 2026-05-21T16:25:39.733Z | info: running `cargo check --bins` on internal-dns-types-versions (78/277) |
| 2627 | 2026-05-21T16:25:40.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2628 | 2026-05-21T16:25:40.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2629 | 2026-05-21T16:25:40.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2630 | 2026-05-21T16:25:40.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2631 | 2026-05-21T16:25:40.319Z | |
| 2632 | 2026-05-21T16:25:40.319Z | info: running `cargo check --bins` on nexus-types-versions (79/277) |
| 2633 | 2026-05-21T16:25:40.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2634 | 2026-05-21T16:25:40.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2635 | 2026-05-21T16:25:40.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2636 | 2026-05-21T16:25:40.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2637 | 2026-05-21T16:25:40.921Z | |
| 2638 | 2026-05-21T16:25:40.921Z | info: running `cargo check --bins` on oxql-types (80/277) |
| 2639 | 2026-05-21T16:25:41.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2640 | 2026-05-21T16:25:41.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2641 | 2026-05-21T16:25:41.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2642 | 2026-05-21T16:25:41.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2643 | 2026-05-21T16:25:41.502Z | |
| 2644 | 2026-05-21T16:25:41.502Z | info: running `cargo check --bins` on oximeter-types (81/277) |
| 2645 | 2026-05-21T16:25:41.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2646 | 2026-05-21T16:25:42.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2647 | 2026-05-21T16:25:42.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2648 | 2026-05-21T16:25:42.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2649 | 2026-05-21T16:25:42.090Z | |
| 2650 | 2026-05-21T16:25:42.090Z | info: running `cargo check --bins` on oximeter-types-versions (82/277) |
| 2651 | 2026-05-21T16:25:42.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2652 | 2026-05-21T16:25:42.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2653 | 2026-05-21T16:25:42.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2654 | 2026-05-21T16:25:42.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2655 | 2026-05-21T16:25:42.676Z | |
| 2656 | 2026-05-21T16:25:42.676Z | info: running `cargo check --bins` on oximeter-macro-impl (83/277) |
| 2657 | 2026-05-21T16:25:43.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2658 | 2026-05-21T16:25:43.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2659 | 2026-05-21T16:25:43.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2660 | 2026-05-21T16:25:43.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2661 | 2026-05-21T16:25:43.254Z | |
| 2662 | 2026-05-21T16:25:43.254Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/277) |
| 2663 | 2026-05-21T16:25:43.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2664 | 2026-05-21T16:25:43.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2665 | 2026-05-21T16:25:43.935Z | Compiling structmeta-derive v0.3.0 |
| 2666 | 2026-05-21T16:25:44.051Z | Compiling rustls v0.22.4 |
| 2667 | 2026-05-21T16:25:44.059Z | Compiling multer v3.1.0 |
| 2668 | 2026-05-21T16:25:44.070Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2669 | 2026-05-21T16:25:44.078Z | Compiling async-stream-impl v0.3.6 |
| 2670 | 2026-05-21T16:25:44.089Z | Compiling dropshot v0.17.0 |
| 2671 | 2026-05-21T16:25:44.103Z | Compiling newtype-uuid-macros v0.1.0 |
| 2672 | 2026-05-21T16:25:44.103Z | Compiling dropshot_endpoint v0.17.0 |
| 2673 | 2026-05-21T16:25:44.223Z | Checking newtype-uuid v1.3.2 |
| 2674 | 2026-05-21T16:25:44.284Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2675 | 2026-05-21T16:25:44.347Z | Checking rustls-webpki v0.102.8 |
| 2676 | 2026-05-21T16:25:44.419Z | Checking daft v0.1.7 |
| 2677 | 2026-05-21T16:25:44.437Z | Checking thread_local v1.1.9 |
| 2678 | 2026-05-21T16:25:44.605Z | Checking match_cfg v0.1.0 |
| 2679 | 2026-05-21T16:25:44.649Z | Checking compression-core v0.4.31 |
| 2680 | 2026-05-21T16:25:44.664Z | Checking iddqd v0.4.1 |
| 2681 | 2026-05-21T16:25:44.676Z | Checking hostname v0.3.1 |
| 2682 | 2026-05-21T16:25:44.725Z | Checking crossbeam-channel v0.5.15 |
| 2683 | 2026-05-21T16:25:44.766Z | Checking slog-json v2.6.1 |
| 2684 | 2026-05-21T16:25:44.779Z | Checking compression-codecs v0.4.37 |
| 2685 | 2026-05-21T16:25:44.852Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2686 | 2026-05-21T16:25:44.918Z | Checking is-terminal v0.4.17 |
| 2687 | 2026-05-21T16:25:44.938Z | Checking serde_spanned v1.0.4 |
| 2688 | 2026-05-21T16:25:45.007Z | Checking take_mut v0.2.2 |
| 2689 | 2026-05-21T16:25:45.049Z | Checking term v1.2.1 |
| 2690 | 2026-05-21T16:25:45.049Z | Checking debug-ignore v1.0.5 |
| 2691 | 2026-05-21T16:25:45.073Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2692 | 2026-05-21T16:25:45.096Z | Compiling structmeta v0.3.0 |
| 2693 | 2026-05-21T16:25:45.108Z | Checking slog-async v2.8.0 |
| 2694 | 2026-05-21T16:25:45.156Z | Checking async-compression v0.4.41 |
| 2695 | 2026-05-21T16:25:45.244Z | Checking toml v1.0.6+spec-1.1.0 |
| 2696 | 2026-05-21T16:25:45.265Z | Checking slog-term v2.9.2 |
| 2697 | 2026-05-21T16:25:45.277Z | Checking slog-bunyan v2.5.0 |
| 2698 | 2026-05-21T16:25:45.301Z | Compiling derive-ex v0.1.8 |
| 2699 | 2026-05-21T16:25:45.385Z | Compiling parse-display-derive v0.10.0 |
| 2700 | 2026-05-21T16:25:45.398Z | Checking async-stream v0.3.6 |
| 2701 | 2026-05-21T16:25:45.515Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2702 | 2026-05-21T16:25:45.526Z | Checking progenitor-client v0.14.0 |
| 2703 | 2026-05-21T16:25:45.560Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2704 | 2026-05-21T16:25:45.617Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2705 | 2026-05-21T16:25:45.745Z | Checking waitgroup v0.1.2 |
| 2706 | 2026-05-21T16:25:45.759Z | Checking backon v1.6.0 |
| 2707 | 2026-05-21T16:25:45.812Z | Checking rustls-pemfile v2.2.0 |
| 2708 | 2026-05-21T16:25:45.856Z | Checking serde_path_to_error v0.1.20 |
| 2709 | 2026-05-21T16:25:45.859Z | Checking hostname v0.4.2 |
| 2710 | 2026-05-21T16:25:45.918Z | Checking instant v0.1.13 |
| 2711 | 2026-05-21T16:25:46.001Z | Checking backoff v0.4.0 |
| 2712 | 2026-05-21T16:25:46.116Z | Checking progenitor-extras v0.2.0 |
| 2713 | 2026-05-21T16:25:46.133Z | Checking tokio-rustls v0.25.0 |
| 2714 | 2026-05-21T16:25:46.163Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2715 | 2026-05-21T16:25:46.177Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2716 | 2026-05-21T16:25:46.349Z | Checking itertools v0.14.0 |
| 2717 | 2026-05-21T16:25:46.367Z | Checking progenitor-client v0.10.0 |
| 2718 | 2026-05-21T16:25:46.534Z | Checking regress v0.10.5 |
| 2719 | 2026-05-21T16:25:46.588Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2720 | 2026-05-21T16:25:46.800Z | Checking macaddr v1.0.1 |
| 2721 | 2026-05-21T16:25:46.956Z | Compiling test-strategy v0.4.5 |
| 2722 | 2026-05-21T16:25:47.045Z | Checking parse-display v0.10.0 |
| 2723 | 2026-05-21T16:25:47.124Z | Checking humantime v2.3.0 |
| 2724 | 2026-05-21T16:25:48.130Z | Compiling prettyplease v0.2.37 |
| 2725 | 2026-05-21T16:25:48.404Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2726 | 2026-05-21T16:25:48.593Z | Checking num-rational v0.4.2 |
| 2727 | 2026-05-21T16:25:48.771Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2728 | 2026-05-21T16:25:49.022Z | Checking num-complex v0.4.6 |
| 2729 | 2026-05-21T16:25:49.782Z | Compiling num v0.4.3 |
| 2730 | 2026-05-21T16:25:49.853Z | Compiling usdt-macro v0.5.0 |
| 2731 | 2026-05-21T16:25:49.867Z | Compiling usdt-attr-macro v0.5.0 |
| 2732 | 2026-05-21T16:25:49.880Z | Checking memmap v0.7.0 |
| 2733 | 2026-05-21T16:25:49.902Z | Compiling float-ord v0.3.2 |
| 2734 | 2026-05-21T16:25:50.007Z | Compiling convert_case v0.4.0 |
| 2735 | 2026-05-21T16:25:50.019Z | Checking unicode-width v0.2.0 |
| 2736 | 2026-05-21T16:25:50.268Z | Checking console v0.15.11 |
| 2737 | 2026-05-21T16:25:50.392Z | Compiling derive_more v0.99.20 |
| 2738 | 2026-05-21T16:25:50.552Z | Checking newline-converter v0.3.0 |
| 2739 | 2026-05-21T16:25:50.573Z | Checking atomicwrites v0.4.4 |
| 2740 | 2026-05-21T16:25:50.640Z | Checking usdt v0.5.0 |
| 2741 | 2026-05-21T16:25:50.659Z | Compiling toml v0.8.23 |
| 2742 | 2026-05-21T16:25:50.700Z | Compiling minimal-lexical v0.2.1 |
| 2743 | 2026-05-21T16:25:50.805Z | Checking linked-hash-map v0.5.6 |
| 2744 | 2026-05-21T16:25:50.951Z | Compiling nom v7.1.3 |
| 2745 | 2026-05-21T16:25:50.975Z | Checking lru-cache v0.1.2 |
| 2746 | 2026-05-21T16:25:51.098Z | Checking expectorate v1.2.0 |
| 2747 | 2026-05-21T16:25:51.592Z | Checking camino-tempfile v1.4.1 |
| 2748 | 2026-05-21T16:25:51.732Z | Checking hickory-proto v0.24.4 |
| 2749 | 2026-05-21T16:25:51.756Z | Checking phf_shared v0.12.1 |
| 2750 | 2026-05-21T16:25:51.901Z | Compiling slog-dtrace v0.3.0 |
| 2751 | 2026-05-21T16:25:51.999Z | Checking heck v0.5.0 |
| 2752 | 2026-05-21T16:25:52.090Z | Checking resolv-conf v0.7.6 |
| 2753 | 2026-05-21T16:25:52.126Z | Compiling chrono-tz v0.10.4 |
| 2754 | 2026-05-21T16:25:52.259Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2755 | 2026-05-21T16:25:52.322Z | Compiling const_format_proc_macros v0.2.34 |
| 2756 | 2026-05-21T16:25:52.326Z | Checking phf v0.12.1 |
| 2757 | 2026-05-21T16:25:52.356Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2758 | 2026-05-21T16:25:52.474Z | Checking tokio-dtrace v0.1.1 |
| 2759 | 2026-05-21T16:25:52.660Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2760 | 2026-05-21T16:25:52.728Z | Compiling derive-where v1.6.0 |
| 2761 | 2026-05-21T16:25:52.921Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2762 | 2026-05-21T16:25:53.185Z | Checking highway v1.3.0 |
| 2763 | 2026-05-21T16:25:53.418Z | Checking const_format v0.2.35 |
| 2764 | 2026-05-21T16:25:53.512Z | Checking hickory-resolver v0.24.4 |
| 2765 | 2026-05-21T16:25:53.650Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2766 | 2026-05-21T16:25:53.738Z | Checking oxide-tokio-rt v0.1.4 |
| 2767 | 2026-05-21T16:25:53.843Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2768 | 2026-05-21T16:25:54.049Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2769 | 2026-05-21T16:25:54.120Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2770 | 2026-05-21T16:25:54.140Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2771 | 2026-05-21T16:25:54.233Z | Checking qorb v0.4.1 |
| 2772 | 2026-05-21T16:25:54.247Z | Checking gethostname v0.5.0 |
| 2773 | 2026-05-21T16:25:54.332Z | Checking bcs v0.1.6 |
| 2774 | 2026-05-21T16:25:54.385Z | Checking termtree v0.5.1 |
| 2775 | 2026-05-21T16:25:57.628Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2776 | 2026-05-21T16:26:00.293Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2777 | 2026-05-21T16:26:02.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.13s |
| 2778 | 2026-05-21T16:26:02.570Z | |
| 2779 | 2026-05-21T16:26:02.570Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/277) |
| 2780 | 2026-05-21T16:26:03.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2781 | 2026-05-21T16:26:03.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2782 | 2026-05-21T16:26:03.239Z | Compiling ar_archive_writer v0.5.1 |
| 2783 | 2026-05-21T16:26:03.350Z | Compiling stacker v0.1.23 |
| 2784 | 2026-05-21T16:26:03.356Z | Compiling cfg_aliases v0.1.1 |
| 2785 | 2026-05-21T16:26:03.363Z | Compiling convert_case v0.10.0 |
| 2786 | 2026-05-21T16:26:03.363Z | Checking unicode-width v0.1.14 |
| 2787 | 2026-05-21T16:26:03.378Z | Compiling proc-macro-error v1.0.4 |
| 2788 | 2026-05-21T16:26:03.389Z | Checking fd-lock v4.0.4 |
| 2789 | 2026-05-21T16:26:03.389Z | Checking nibble_vec v0.1.0 |
| 2790 | 2026-05-21T16:26:03.411Z | Compiling nix v0.28.0 |
| 2791 | 2026-05-21T16:26:03.499Z | Checking vte v0.14.1 |
| 2792 | 2026-05-21T16:26:03.513Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2793 | 2026-05-21T16:26:03.601Z | Checking endian-type v0.1.2 |
| 2794 | 2026-05-21T16:26:03.612Z | Checking bytecount v0.6.9 |
| 2795 | 2026-05-21T16:26:03.643Z | Compiling derive_more-impl v2.1.1 |
| 2796 | 2026-05-21T16:26:03.648Z | Checking strip-ansi-escapes v0.2.1 |
| 2797 | 2026-05-21T16:26:03.667Z | Compiling tabled_derive v0.7.0 |
| 2798 | 2026-05-21T16:26:03.722Z | Checking radix_trie v0.2.1 |
| 2799 | 2026-05-21T16:26:03.742Z | Checking papergrid v0.11.0 |
| 2800 | 2026-05-21T16:26:03.764Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2801 | 2026-05-21T16:26:03.905Z | Compiling peg-macros v0.8.5 |
| 2802 | 2026-05-21T16:26:03.929Z | Checking winnow v0.6.26 |
| 2803 | 2026-05-21T16:26:04.166Z | Compiling psm v0.1.30 |
| 2804 | 2026-05-21T16:26:04.224Z | Compiling sqlparser_derive v0.5.0 |
| 2805 | 2026-05-21T16:26:04.332Z | Checking nu-ansi-term v0.50.3 |
| 2806 | 2026-05-21T16:26:04.469Z | Checking derive_more v2.1.1 |
| 2807 | 2026-05-21T16:26:04.547Z | Checking home v0.5.12 |
| 2808 | 2026-05-21T16:26:04.579Z | Checking unicode_categories v0.1.1 |
| 2809 | 2026-05-21T16:26:04.652Z | Checking reedline v0.40.0 |
| 2810 | 2026-05-21T16:26:04.682Z | Checking tabled v0.15.0 |
| 2811 | 2026-05-21T16:26:04.693Z | Checking rustyline v14.0.0 |
| 2812 | 2026-05-21T16:26:04.731Z | Checking crossterm v0.29.0 |
| 2813 | 2026-05-21T16:26:04.943Z | Checking recursive v0.1.1 |
| 2814 | 2026-05-21T16:26:05.037Z | Checking sqlparser v0.61.0 |
| 2815 | 2026-05-21T16:26:05.054Z | Checking display-error-chain v0.2.2 |
| 2816 | 2026-05-21T16:26:05.104Z | Checking sqlformat v0.3.5 |
| 2817 | 2026-05-21T16:26:05.312Z | Checking peg v0.8.5 |
| 2818 | 2026-05-21T16:26:16.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.52s |
| 2819 | 2026-05-21T16:26:16.274Z | |
| 2820 | 2026-05-21T16:26:16.274Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/277) |
| 2821 | 2026-05-21T16:26:16.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2822 | 2026-05-21T16:26:16.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2823 | 2026-05-21T16:26:16.957Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2824 | 2026-05-21T16:26:20.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s |
| 2825 | 2026-05-21T16:26:20.565Z | |
| 2826 | 2026-05-21T16:26:20.565Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/277) |
| 2827 | 2026-05-21T16:26:21.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2026-05-21T16:26:21.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2026-05-21T16:26:21.242Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2830 | 2026-05-21T16:26:23.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s |
| 2831 | 2026-05-21T16:26:23.848Z | |
| 2832 | 2026-05-21T16:26:23.848Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/277) |
| 2833 | 2026-05-21T16:26:24.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2026-05-21T16:26:24.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2026-05-21T16:26:24.509Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2836 | 2026-05-21T16:26:27.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s |
| 2837 | 2026-05-21T16:26:27.887Z | |
| 2838 | 2026-05-21T16:26:27.887Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/277) |
| 2839 | 2026-05-21T16:26:28.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2026-05-21T16:26:28.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2026-05-21T16:26:28.554Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2842 | 2026-05-21T16:26:31.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s |
| 2843 | 2026-05-21T16:26:31.978Z | |
| 2844 | 2026-05-21T16:26:31.978Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/277) |
| 2845 | 2026-05-21T16:26:32.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2026-05-21T16:26:32.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2026-05-21T16:26:32.642Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2848 | 2026-05-21T16:26:35.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s |
| 2849 | 2026-05-21T16:26:35.403Z | |
| 2850 | 2026-05-21T16:26:35.403Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/277) |
| 2851 | 2026-05-21T16:26:35.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2026-05-21T16:26:35.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2026-05-21T16:26:36.073Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2854 | 2026-05-21T16:26:38.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 2855 | 2026-05-21T16:26:38.874Z | |
| 2856 | 2026-05-21T16:26:38.874Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/277) |
| 2857 | 2026-05-21T16:26:39.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2858 | 2026-05-21T16:26:39.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2859 | 2026-05-21T16:26:39.548Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2860 | 2026-05-21T16:26:42.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s |
| 2861 | 2026-05-21T16:26:43.098Z | |
| 2862 | 2026-05-21T16:26:43.098Z | info: running `cargo check --bins` on oximeter (93/277) |
| 2863 | 2026-05-21T16:26:43.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2026-05-21T16:26:43.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2026-05-21T16:26:43.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2866 | 2026-05-21T16:26:43.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2867 | 2026-05-21T16:26:43.688Z | |
| 2868 | 2026-05-21T16:26:43.688Z | info: running `cargo check --bins` on oximeter-schema (94/277) |
| 2869 | 2026-05-21T16:26:44.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2026-05-21T16:26:44.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2026-05-21T16:26:44.317Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2872 | 2026-05-21T16:26:44.482Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2873 | 2026-05-21T16:26:44.485Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2874 | 2026-05-21T16:26:44.815Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2875 | 2026-05-21T16:26:47.653Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2876 | 2026-05-21T16:26:48.844Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2877 | 2026-05-21T16:26:49.005Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2878 | 2026-05-21T16:26:49.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.98s |
| 2879 | 2026-05-21T16:26:49.851Z | |
| 2880 | 2026-05-21T16:26:49.851Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/277) |
| 2881 | 2026-05-21T16:26:50.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2882 | 2026-05-21T16:26:50.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2883 | 2026-05-21T16:26:50.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2884 | 2026-05-21T16:26:50.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2885 | 2026-05-21T16:26:50.442Z | |
| 2886 | 2026-05-21T16:26:50.443Z | info: running `cargo check --bins` on oximeter-test-utils (96/277) |
| 2887 | 2026-05-21T16:26:50.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2888 | 2026-05-21T16:26:50.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2889 | 2026-05-21T16:26:50.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2890 | 2026-05-21T16:26:50.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2891 | 2026-05-21T16:26:51.072Z | |
| 2892 | 2026-05-21T16:26:51.072Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/277) |
| 2893 | 2026-05-21T16:26:51.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2894 | 2026-05-21T16:26:51.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2895 | 2026-05-21T16:26:51.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2896 | 2026-05-21T16:26:51.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2897 | 2026-05-21T16:26:51.669Z | |
| 2898 | 2026-05-21T16:26:51.669Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/277) |
| 2899 | 2026-05-21T16:26:52.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2900 | 2026-05-21T16:26:52.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2901 | 2026-05-21T16:26:52.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2902 | 2026-05-21T16:26:52.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2903 | 2026-05-21T16:26:52.267Z | |
| 2904 | 2026-05-21T16:26:52.268Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/277) |
| 2905 | 2026-05-21T16:26:52.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2906 | 2026-05-21T16:26:52.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2907 | 2026-05-21T16:26:52.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2908 | 2026-05-21T16:26:52.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2909 | 2026-05-21T16:26:52.862Z | |
| 2910 | 2026-05-21T16:26:52.862Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/277) |
| 2911 | 2026-05-21T16:26:53.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2912 | 2026-05-21T16:26:53.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2913 | 2026-05-21T16:26:53.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2914 | 2026-05-21T16:26:53.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2915 | 2026-05-21T16:26:53.457Z | |
| 2916 | 2026-05-21T16:26:53.458Z | info: running `cargo check --bins` on trust-quorum-types (101/277) |
| 2917 | 2026-05-21T16:26:53.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2918 | 2026-05-21T16:26:53.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2919 | 2026-05-21T16:26:53.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2920 | 2026-05-21T16:26:53.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2921 | 2026-05-21T16:26:54.034Z | |
| 2922 | 2026-05-21T16:26:54.034Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/277) |
| 2923 | 2026-05-21T16:26:54.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2924 | 2026-05-21T16:26:54.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2925 | 2026-05-21T16:26:54.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2926 | 2026-05-21T16:26:54.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2927 | 2026-05-21T16:26:54.630Z | |
| 2928 | 2026-05-21T16:26:54.630Z | info: running `cargo check --bins` on update-engine (103/277) |
| 2929 | 2026-05-21T16:26:55.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2930 | 2026-05-21T16:26:55.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2931 | 2026-05-21T16:26:55.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2932 | 2026-05-21T16:26:55.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2933 | 2026-05-21T16:26:55.209Z | |
| 2934 | 2026-05-21T16:26:55.209Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/277) |
| 2935 | 2026-05-21T16:26:55.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2936 | 2026-05-21T16:26:55.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2937 | 2026-05-21T16:26:55.920Z | Compiling crucible-workspace-hack v0.1.0 |
| 2938 | 2026-05-21T16:26:56.038Z | Checking secrecy v0.10.3 |
| 2939 | 2026-05-21T16:26:56.044Z | Compiling heapless v0.8.0 |
| 2940 | 2026-05-21T16:26:56.051Z | Compiling ingot-macros v0.1.1 |
| 2941 | 2026-05-21T16:26:56.058Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2942 | 2026-05-21T16:26:56.061Z | Checking hash32 v0.3.1 |
| 2943 | 2026-05-21T16:26:56.078Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2944 | 2026-05-21T16:26:56.078Z | Compiling smoltcp v0.11.0 |
| 2945 | 2026-05-21T16:26:56.138Z | Checking cobs v0.3.0 |
| 2946 | 2026-05-21T16:26:56.184Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2947 | 2026-05-21T16:26:56.284Z | Checking universal-hash v0.5.1 |
| 2948 | 2026-05-21T16:26:56.284Z | Checking half v2.7.1 |
| 2949 | 2026-05-21T16:26:56.312Z | Checking ciborium-io v0.2.2 |
| 2950 | 2026-05-21T16:26:56.407Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2951 | 2026-05-21T16:26:56.435Z | Checking opaque-debug v0.3.1 |
| 2952 | 2026-05-21T16:26:56.450Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2953 | 2026-05-21T16:26:56.501Z | Checking poly1305 v0.8.0 |
| 2954 | 2026-05-21T16:26:56.546Z | Checking ciborium-ll v0.2.2 |
| 2955 | 2026-05-21T16:26:56.586Z | Compiling proc-macro-crate v3.4.0 |
| 2956 | 2026-05-21T16:26:56.732Z | Checking postcard v1.1.3 |
| 2957 | 2026-05-21T16:26:56.748Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2958 | 2026-05-21T16:26:56.761Z | Checking password-hash v0.5.0 |
| 2959 | 2026-05-21T16:26:56.984Z | Checking chacha20 v0.9.1 |
| 2960 | 2026-05-21T16:26:57.010Z | Compiling proc-macro-crate v1.3.1 |
| 2961 | 2026-05-21T16:26:57.024Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2962 | 2026-05-21T16:26:57.081Z | Checking blake2 v0.10.6 |
| 2963 | 2026-05-21T16:26:57.135Z | Compiling num_enum_derive v0.7.5 |
| 2964 | 2026-05-21T16:26:57.173Z | Checking aead v0.5.2 |
| 2965 | 2026-05-21T16:26:57.254Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2966 | 2026-05-21T16:26:57.314Z | Compiling foreign-types-macros v0.2.3 |
| 2967 | 2026-05-21T16:26:57.314Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2968 | 2026-05-21T16:26:57.339Z | Checking thiserror-no-std v2.0.2 |
| 2969 | 2026-05-21T16:26:57.422Z | Checking foreign-types-shared v0.3.1 |
| 2970 | 2026-05-21T16:26:57.434Z | Checking cpufeatures v0.3.0 |
| 2971 | 2026-05-21T16:26:57.460Z | Compiling num_enum_derive v0.5.11 |
| 2972 | 2026-05-21T16:26:57.506Z | Checking chacha20 v0.10.0 |
| 2973 | 2026-05-21T16:26:57.520Z | Checking vsss-rs v3.3.4 |
| 2974 | 2026-05-21T16:26:57.580Z | Checking argon2 v0.5.3 |
| 2975 | 2026-05-21T16:26:57.718Z | Checking chacha20poly1305 v0.10.1 |
| 2976 | 2026-05-21T16:26:57.845Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2977 | 2026-05-21T16:26:57.892Z | Checking foreign-types v0.5.0 |
| 2978 | 2026-05-21T16:26:57.970Z | Checking ciborium v0.2.2 |
| 2979 | 2026-05-21T16:26:58.054Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2980 | 2026-05-21T16:26:58.132Z | Checking tabwriter v1.4.1 |
| 2981 | 2026-05-21T16:26:58.166Z | Checking num_enum v0.7.5 |
| 2982 | 2026-05-21T16:26:58.275Z | Checking byte-wrapper v0.1.0 |
| 2983 | 2026-05-21T16:26:58.289Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2984 | 2026-05-21T16:26:58.335Z | Checking cstr-argument v0.1.2 |
| 2985 | 2026-05-21T16:26:58.376Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2986 | 2026-05-21T16:26:58.453Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2987 | 2026-05-21T16:26:58.474Z | Checking num_enum v0.5.11 |
| 2988 | 2026-05-21T16:26:58.487Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2989 | 2026-05-21T16:26:58.586Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2990 | 2026-05-21T16:26:58.614Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2991 | 2026-05-21T16:26:58.654Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2992 | 2026-05-21T16:26:58.705Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2993 | 2026-05-21T16:26:58.754Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2994 | 2026-05-21T16:26:58.807Z | Checking rand v0.10.0 |
| 2995 | 2026-05-21T16:26:58.810Z | Checking ingot-types v0.1.2 |
| 2996 | 2026-05-21T16:26:58.833Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2997 | 2026-05-21T16:26:58.836Z | Checking indent_write v2.2.0 |
| 2998 | 2026-05-21T16:26:58.949Z | Checking colored v3.1.1 |
| 2999 | 2026-05-21T16:26:58.974Z | Compiling zone_cfg_derive v0.3.1 |
| 3000 | 2026-05-21T16:26:59.102Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3001 | 2026-05-21T16:26:59.141Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3002 | 2026-05-21T16:26:59.156Z | Checking itertools v0.12.1 |
| 3003 | 2026-05-21T16:26:59.175Z | Checking ingot v0.1.1 |
| 3004 | 2026-05-21T16:26:59.258Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3005 | 2026-05-21T16:26:59.271Z | Compiling num-derive v0.4.2 |
| 3006 | 2026-05-21T16:26:59.312Z | Checking swrite v0.1.0 |
| 3007 | 2026-05-21T16:26:59.371Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3008 | 2026-05-21T16:26:59.400Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3009 | 2026-05-21T16:26:59.571Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3010 | 2026-05-21T16:26:59.659Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3011 | 2026-05-21T16:26:59.725Z | Checking dropshot-api-manager-types v0.7.2 |
| 3012 | 2026-05-21T16:26:59.739Z | Checking smf v0.2.3 |
| 3013 | 2026-05-21T16:26:59.762Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3014 | 2026-05-21T16:26:59.777Z | Checking nanorand v0.7.0 |
| 3015 | 2026-05-21T16:26:59.891Z | Checking whoami v1.6.1 |
| 3016 | 2026-05-21T16:26:59.968Z | Checking flume v0.11.1 |
| 3017 | 2026-05-21T16:26:59.968Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3018 | 2026-05-21T16:27:00.191Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3019 | 2026-05-21T16:27:00.207Z | Checking zone v0.3.1 |
| 3020 | 2026-05-21T16:27:00.773Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3021 | 2026-05-21T16:27:01.718Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3022 | 2026-05-21T16:27:02.586Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3023 | 2026-05-21T16:27:05.803Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3024 | 2026-05-21T16:27:07.816Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3025 | 2026-05-21T16:27:08.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s |
| 3026 | 2026-05-21T16:27:09.100Z | |
| 3027 | 2026-05-21T16:27:09.100Z | info: running `cargo check --bins` on clickhouse-admin-api (105/277) |
| 3028 | 2026-05-21T16:27:09.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3029 | 2026-05-21T16:27:09.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3030 | 2026-05-21T16:27:09.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3031 | 2026-05-21T16:27:09.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3032 | 2026-05-21T16:27:09.698Z | |
| 3033 | 2026-05-21T16:27:09.698Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/277) |
| 3034 | 2026-05-21T16:27:10.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2026-05-21T16:27:10.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2026-05-21T16:27:10.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3037 | 2026-05-21T16:27:10.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3038 | 2026-05-21T16:27:10.297Z | |
| 3039 | 2026-05-21T16:27:10.297Z | info: running `cargo check --bins` on bootstrap-agent-client (107/277) |
| 3040 | 2026-05-21T16:27:10.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2026-05-21T16:27:10.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2026-05-21T16:27:10.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2026-05-21T16:27:10.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3044 | 2026-05-21T16:27:10.901Z | |
| 3045 | 2026-05-21T16:27:10.901Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/277) |
| 3046 | 2026-05-21T16:27:11.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2026-05-21T16:27:11.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2026-05-21T16:27:11.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3049 | 2026-05-21T16:27:11.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3050 | 2026-05-21T16:27:11.503Z | |
| 3051 | 2026-05-21T16:27:11.504Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/277) |
| 3052 | 2026-05-21T16:27:12.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3053 | 2026-05-21T16:27:12.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3054 | 2026-05-21T16:27:12.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3055 | 2026-05-21T16:27:12.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3056 | 2026-05-21T16:27:12.108Z | |
| 3057 | 2026-05-21T16:27:12.108Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/277) |
| 3058 | 2026-05-21T16:27:12.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2026-05-21T16:27:12.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2026-05-21T16:27:12.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2026-05-21T16:27:12.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3062 | 2026-05-21T16:27:12.710Z | |
| 3063 | 2026-05-21T16:27:12.710Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/277) |
| 3064 | 2026-05-21T16:27:13.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2026-05-21T16:27:13.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2026-05-21T16:27:13.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2026-05-21T16:27:13.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3068 | 2026-05-21T16:27:13.317Z | |
| 3069 | 2026-05-21T16:27:13.317Z | info: running `cargo check --bins` on cockroach-admin-client (112/277) |
| 3070 | 2026-05-21T16:27:13.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2026-05-21T16:27:13.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2026-05-21T16:27:13.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3073 | 2026-05-21T16:27:13.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3074 | 2026-05-21T16:27:13.912Z | |
| 3075 | 2026-05-21T16:27:13.912Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/277) |
| 3076 | 2026-05-21T16:27:14.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3077 | 2026-05-21T16:27:14.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3078 | 2026-05-21T16:27:14.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3079 | 2026-05-21T16:27:14.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3080 | 2026-05-21T16:27:14.514Z | |
| 3081 | 2026-05-21T16:27:14.514Z | info: running `cargo check --bins` on dns-service-client (114/277) |
| 3082 | 2026-05-21T16:27:15.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3083 | 2026-05-21T16:27:15.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3084 | 2026-05-21T16:27:15.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3085 | 2026-05-21T16:27:15.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3086 | 2026-05-21T16:27:15.121Z | |
| 3087 | 2026-05-21T16:27:15.121Z | info: running `cargo check --bins` on installinator-client (115/277) |
| 3088 | 2026-05-21T16:27:15.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3089 | 2026-05-21T16:27:15.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3090 | 2026-05-21T16:27:15.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3091 | 2026-05-21T16:27:15.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3092 | 2026-05-21T16:27:15.726Z | |
| 3093 | 2026-05-21T16:27:15.727Z | info: running `cargo check --bins` on nexus-client (116/277) |
| 3094 | 2026-05-21T16:27:16.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3095 | 2026-05-21T16:27:16.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3096 | 2026-05-21T16:27:16.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3097 | 2026-05-21T16:27:16.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3098 | 2026-05-21T16:27:16.363Z | |
| 3099 | 2026-05-21T16:27:16.363Z | info: running `cargo check --bins` on nexus-lockstep-client (117/277) |
| 3100 | 2026-05-21T16:27:16.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3101 | 2026-05-21T16:27:16.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3102 | 2026-05-21T16:27:16.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3103 | 2026-05-21T16:27:16.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3104 | 2026-05-21T16:27:16.997Z | |
| 3105 | 2026-05-21T16:27:16.998Z | info: running `cargo check --bins` on ntp-admin-client (118/277) |
| 3106 | 2026-05-21T16:27:17.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3107 | 2026-05-21T16:27:17.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3108 | 2026-05-21T16:27:17.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3109 | 2026-05-21T16:27:17.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3110 | 2026-05-21T16:27:17.585Z | |
| 3111 | 2026-05-21T16:27:17.585Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/277) |
| 3112 | 2026-05-21T16:27:18.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2026-05-21T16:27:18.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2026-05-21T16:27:18.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3115 | 2026-05-21T16:27:18.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3116 | 2026-05-21T16:27:18.173Z | |
| 3117 | 2026-05-21T16:27:18.174Z | info: running `cargo check --bins` on oxide-client (120/277) |
| 3118 | 2026-05-21T16:27:18.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3119 | 2026-05-21T16:27:18.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3120 | 2026-05-21T16:27:18.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3121 | 2026-05-21T16:27:18.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3122 | 2026-05-21T16:27:18.759Z | |
| 3123 | 2026-05-21T16:27:18.759Z | info: running `cargo check --bins` on oximeter-client (121/277) |
| 3124 | 2026-05-21T16:27:19.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3125 | 2026-05-21T16:27:19.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3126 | 2026-05-21T16:27:19.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3127 | 2026-05-21T16:27:19.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3128 | 2026-05-21T16:27:19.357Z | |
| 3129 | 2026-05-21T16:27:19.357Z | info: running `cargo check --bins` on repo-depot-client (122/277) |
| 3130 | 2026-05-21T16:27:19.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3131 | 2026-05-21T16:27:19.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3132 | 2026-05-21T16:27:19.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3133 | 2026-05-21T16:27:19.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3134 | 2026-05-21T16:27:19.948Z | |
| 3135 | 2026-05-21T16:27:19.948Z | info: running `cargo check --bins` on sled-agent-client (123/277) |
| 3136 | 2026-05-21T16:27:20.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3137 | 2026-05-21T16:27:20.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3138 | 2026-05-21T16:27:20.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3139 | 2026-05-21T16:27:20.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3140 | 2026-05-21T16:27:20.557Z | |
| 3141 | 2026-05-21T16:27:20.558Z | info: running `cargo check --bins` on wicketd-client (124/277) |
| 3142 | 2026-05-21T16:27:21.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3143 | 2026-05-21T16:27:21.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3144 | 2026-05-21T16:27:21.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3145 | 2026-05-21T16:27:21.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3146 | 2026-05-21T16:27:21.191Z | |
| 3147 | 2026-05-21T16:27:21.191Z | info: running `cargo check --bins` on installinator-common (125/277) |
| 3148 | 2026-05-21T16:27:21.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3149 | 2026-05-21T16:27:21.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3150 | 2026-05-21T16:27:21.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3151 | 2026-05-21T16:27:21.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3152 | 2026-05-21T16:27:21.813Z | |
| 3153 | 2026-05-21T16:27:21.813Z | info: running `cargo check --bins` on installinator-common-versions (126/277) |
| 3154 | 2026-05-21T16:27:22.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3155 | 2026-05-21T16:27:22.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3156 | 2026-05-21T16:27:22.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3157 | 2026-05-21T16:27:22.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3158 | 2026-05-21T16:27:22.401Z | |
| 3159 | 2026-05-21T16:27:22.401Z | info: running `cargo check --bins` on wicket-common (127/277) |
| 3160 | 2026-05-21T16:27:22.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3161 | 2026-05-21T16:27:22.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3162 | 2026-05-21T16:27:22.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3163 | 2026-05-21T16:27:22.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3164 | 2026-05-21T16:27:23.019Z | |
| 3165 | 2026-05-21T16:27:23.019Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/277) |
| 3166 | 2026-05-21T16:27:23.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3167 | 2026-05-21T16:27:23.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3168 | 2026-05-21T16:27:23.709Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3169 | 2026-05-21T16:27:23.824Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3170 | 2026-05-21T16:27:23.832Z | Checking csv-core v0.1.13 |
| 3171 | 2026-05-21T16:27:23.839Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3172 | 2026-05-21T16:27:23.845Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3173 | 2026-05-21T16:27:23.856Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3174 | 2026-05-21T16:27:23.864Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3175 | 2026-05-21T16:27:23.876Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3176 | 2026-05-21T16:27:23.992Z | Checking csv v1.4.0 |
| 3177 | 2026-05-21T16:27:24.015Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3178 | 2026-05-21T16:27:24.029Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3179 | 2026-05-21T16:27:24.054Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3180 | 2026-05-21T16:27:24.082Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3181 | 2026-05-21T16:27:24.331Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3182 | 2026-05-21T16:27:24.692Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3183 | 2026-05-21T16:27:24.692Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3184 | 2026-05-21T16:27:25.007Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3185 | 2026-05-21T16:27:30.799Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3186 | 2026-05-21T16:27:31.328Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3187 | 2026-05-21T16:27:33.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.62s |
| 3188 | 2026-05-21T16:27:33.842Z | |
| 3189 | 2026-05-21T16:27:33.842Z | info: running `cargo check --bins` on cockroach-admin-api (129/277) |
| 3190 | 2026-05-21T16:27:34.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3191 | 2026-05-21T16:27:34.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3192 | 2026-05-21T16:27:34.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3193 | 2026-05-21T16:27:34.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3194 | 2026-05-21T16:27:34.439Z | |
| 3195 | 2026-05-21T16:27:34.439Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/277) |
| 3196 | 2026-05-21T16:27:35.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3197 | 2026-05-21T16:27:35.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3198 | 2026-05-21T16:27:35.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3199 | 2026-05-21T16:27:35.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3200 | 2026-05-21T16:27:35.117Z | |
| 3201 | 2026-05-21T16:27:35.117Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/277) |
| 3202 | 2026-05-21T16:27:35.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3203 | 2026-05-21T16:27:35.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3204 | 2026-05-21T16:27:35.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3205 | 2026-05-21T16:27:35.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3206 | 2026-05-21T16:27:35.795Z | |
| 3207 | 2026-05-21T16:27:35.795Z | info: running `cargo check --bins` on gateway-test-utils (132/277) |
| 3208 | 2026-05-21T16:27:36.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3209 | 2026-05-21T16:27:36.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3210 | 2026-05-21T16:27:36.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3211 | 2026-05-21T16:27:36.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3212 | 2026-05-21T16:27:36.438Z | |
| 3213 | 2026-05-21T16:27:36.438Z | info: running `cargo check --bins` on omicron-gateway (133/277) |
| 3214 | 2026-05-21T16:27:36.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3215 | 2026-05-21T16:27:36.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3216 | 2026-05-21T16:27:37.199Z | Compiling regress v0.11.1 |
| 3217 | 2026-05-21T16:27:37.338Z | Compiling unsafe-libyaml v0.2.11 |
| 3218 | 2026-05-21T16:27:37.350Z | Compiling semver v0.1.20 |
| 3219 | 2026-05-21T16:27:37.362Z | Compiling radium v0.7.0 |
| 3220 | 2026-05-21T16:27:37.376Z | Checking tap v1.0.1 |
| 3221 | 2026-05-21T16:27:37.379Z | Compiling maybe-uninit v2.0.0 |
| 3222 | 2026-05-21T16:27:37.402Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3223 | 2026-05-21T16:27:37.477Z | Checking wyz v0.5.1 |
| 3224 | 2026-05-21T16:27:37.625Z | Compiling rustc_version v0.1.7 |
| 3225 | 2026-05-21T16:27:37.651Z | Checking progenitor-client v0.13.0 |
| 3226 | 2026-05-21T16:27:37.697Z | Compiling zerocopy-derive v0.6.6 |
| 3227 | 2026-05-21T16:27:37.808Z | Compiling packed_struct v0.10.1 |
| 3228 | 2026-05-21T16:27:37.843Z | Compiling serde_yaml v0.9.34+deprecated |
| 3229 | 2026-05-21T16:27:37.889Z | Compiling newtype_derive v0.1.6 |
| 3230 | 2026-05-21T16:27:38.056Z | Compiling cancel-safe-futures v0.1.5 |
| 3231 | 2026-05-21T16:27:38.071Z | Checking crc-catalog v2.4.0 |
| 3232 | 2026-05-21T16:27:38.078Z | Compiling owo-colors v4.3.0 |
| 3233 | 2026-05-21T16:27:38.216Z | Checking funty v2.0.0 |
| 3234 | 2026-05-21T16:27:38.326Z | Checking crc v3.4.0 |
| 3235 | 2026-05-21T16:27:38.537Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3236 | 2026-05-21T16:27:38.551Z | Checking zerocopy v0.6.6 |
| 3237 | 2026-05-21T16:27:38.554Z | Checking bitvec v1.0.1 |
| 3238 | 2026-05-21T16:27:38.589Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3239 | 2026-05-21T16:27:38.754Z | Checking typify-impl v0.6.2 |
| 3240 | 2026-05-21T16:27:38.863Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3241 | 2026-05-21T16:27:38.925Z | Compiling packed_struct_codegen v0.10.1 |
| 3242 | 2026-05-21T16:27:39.071Z | Checking libsw-core v0.3.2 |
| 3243 | 2026-05-21T16:27:39.117Z | Compiling bitfield-macros v0.19.4 |
| 3244 | 2026-05-21T16:27:39.216Z | Compiling indexmap v1.9.3 |
| 3245 | 2026-05-21T16:27:39.283Z | Checking nodrop v0.1.14 |
| 3246 | 2026-05-21T16:27:39.379Z | Checking array-init v0.0.4 |
| 3247 | 2026-05-21T16:27:39.450Z | Checking libsw v3.5.0 |
| 3248 | 2026-05-21T16:27:39.607Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3249 | 2026-05-21T16:27:39.688Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3250 | 2026-05-21T16:27:39.833Z | Checking bitfield v0.19.4 |
| 3251 | 2026-05-21T16:27:39.867Z | Checking smallvec v0.6.14 |
| 3252 | 2026-05-21T16:27:39.904Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3253 | 2026-05-21T16:27:40.055Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3254 | 2026-05-21T16:27:40.108Z | Checking base64 v0.21.7 |
| 3255 | 2026-05-21T16:27:40.178Z | Checking tagptr v0.2.0 |
| 3256 | 2026-05-21T16:27:40.255Z | Checking smawk v0.3.2 |
| 3257 | 2026-05-21T16:27:40.316Z | Checking unicode-linebreak v0.1.5 |
| 3258 | 2026-05-21T16:27:40.319Z | Checking hashbrown v0.12.3 |
| 3259 | 2026-05-21T16:27:40.344Z | Checking linear-map v1.2.0 |
| 3260 | 2026-05-21T16:27:40.383Z | Checking ron v0.8.1 |
| 3261 | 2026-05-21T16:27:40.507Z | Checking moka v0.12.13 |
| 3262 | 2026-05-21T16:27:40.521Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3263 | 2026-05-21T16:27:40.521Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3264 | 2026-05-21T16:27:40.546Z | Checking textwrap v0.16.2 |
| 3265 | 2026-05-21T16:27:40.686Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3266 | 2026-05-21T16:27:40.755Z | Checking serde-hex v0.1.0 |
| 3267 | 2026-05-21T16:27:40.891Z | Checking steno v0.4.1 |
| 3268 | 2026-05-21T16:27:41.046Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3269 | 2026-05-21T16:27:41.076Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3270 | 2026-05-21T16:27:41.126Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3271 | 2026-05-21T16:27:41.204Z | Checking hashbrown v0.13.2 |
| 3272 | 2026-05-21T16:27:41.475Z | Checking crc-any v2.5.0 |
| 3273 | 2026-05-21T16:27:41.627Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3274 | 2026-05-21T16:27:41.654Z | Checking object v0.30.4 |
| 3275 | 2026-05-21T16:27:41.688Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3276 | 2026-05-21T16:27:41.762Z | Checking hickory-resolver v0.25.2 |
| 3277 | 2026-05-21T16:27:41.832Z | Checking void v1.0.2 |
| 3278 | 2026-05-21T16:27:41.853Z | Checking utf-8 v0.7.6 |
| 3279 | 2026-05-21T16:27:41.870Z | Checking half v1.8.3 |
| 3280 | 2026-05-21T16:27:41.937Z | Checking path-slash v0.1.5 |
| 3281 | 2026-05-21T16:27:41.990Z | Checking tungstenite v0.23.0 |
| 3282 | 2026-05-21T16:27:42.041Z | Checking lzss v0.8.2 |
| 3283 | 2026-05-21T16:27:42.066Z | Checking serde_cbor v0.11.2 |
| 3284 | 2026-05-21T16:27:42.241Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3285 | 2026-05-21T16:27:42.363Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3286 | 2026-05-21T16:27:42.394Z | Checking nix v0.27.1 |
| 3287 | 2026-05-21T16:27:42.408Z | Checking kstat-rs v0.2.4 |
| 3288 | 2026-05-21T16:27:42.438Z | Checking fxhash v0.2.1 |
| 3289 | 2026-05-21T16:27:42.451Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3290 | 2026-05-21T16:27:42.556Z | Checking serde_bytes v0.11.19 |
| 3291 | 2026-05-21T16:27:42.589Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3292 | 2026-05-21T16:27:42.604Z | Checking tokio-tungstenite v0.23.1 |
| 3293 | 2026-05-21T16:27:42.725Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3294 | 2026-05-21T16:27:42.856Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3295 | 2026-05-21T16:27:42.871Z | Checking signal-hook-tokio v0.3.1 |
| 3296 | 2026-05-21T16:27:43.176Z | Compiling typify-macro v0.6.2 |
| 3297 | 2026-05-21T16:27:43.949Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3298 | 2026-05-21T16:27:44.299Z | Compiling typify v0.6.2 |
| 3299 | 2026-05-21T16:27:44.396Z | Compiling progenitor-impl v0.13.0 |
| 3300 | 2026-05-21T16:27:44.396Z | Compiling progenitor-impl v0.14.0 |
| 3301 | 2026-05-21T16:27:44.857Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3302 | 2026-05-21T16:27:45.185Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 3303 | 2026-05-21T16:27:45.991Z | Compiling progenitor-macro v0.14.0 |
| 3304 | 2026-05-21T16:27:46.005Z | Compiling progenitor-macro v0.13.0 |
| 3305 | 2026-05-21T16:27:48.564Z | Checking progenitor v0.13.0 |
| 3306 | 2026-05-21T16:27:48.567Z | Checking progenitor v0.14.0 |
| 3307 | 2026-05-21T16:27:48.701Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3308 | 2026-05-21T16:27:48.704Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3309 | 2026-05-21T16:27:51.692Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3310 | 2026-05-21T16:27:59.375Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3311 | 2026-05-21T16:28:05.646Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3312 | 2026-05-21T16:28:07.002Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3313 | 2026-05-21T16:28:07.507Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3314 | 2026-05-21T16:28:09.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.16s |
| 3315 | 2026-05-21T16:28:09.809Z | |
| 3316 | 2026-05-21T16:28:09.810Z | info: running `cargo check --bins` on gateway-api (134/277) |
| 3317 | 2026-05-21T16:28:10.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3318 | 2026-05-21T16:28:10.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3319 | 2026-05-21T16:28:10.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3320 | 2026-05-21T16:28:10.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3321 | 2026-05-21T16:28:10.414Z | |
| 3322 | 2026-05-21T16:28:10.414Z | info: running `cargo check --bins` on ipcc (135/277) |
| 3323 | 2026-05-21T16:28:10.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3324 | 2026-05-21T16:28:10.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3325 | 2026-05-21T16:28:10.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3326 | 2026-05-21T16:28:10.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3327 | 2026-05-21T16:28:11.021Z | |
| 3328 | 2026-05-21T16:28:11.021Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/277) |
| 3329 | 2026-05-21T16:28:11.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3330 | 2026-05-21T16:28:11.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3331 | 2026-05-21T16:28:11.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3332 | 2026-05-21T16:28:11.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3333 | 2026-05-21T16:28:11.616Z | |
| 3334 | 2026-05-21T16:28:11.616Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/277) |
| 3335 | 2026-05-21T16:28:12.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3336 | 2026-05-21T16:28:12.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3337 | 2026-05-21T16:28:12.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3338 | 2026-05-21T16:28:12.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3339 | 2026-05-21T16:28:12.225Z | |
| 3340 | 2026-05-21T16:28:12.225Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/277) |
| 3341 | 2026-05-21T16:28:12.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3342 | 2026-05-21T16:28:12.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3343 | 2026-05-21T16:28:12.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3344 | 2026-05-21T16:28:12.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3345 | 2026-05-21T16:28:12.832Z | |
| 3346 | 2026-05-21T16:28:12.832Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/277) |
| 3347 | 2026-05-21T16:28:13.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3348 | 2026-05-21T16:28:13.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3349 | 2026-05-21T16:28:13.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3350 | 2026-05-21T16:28:13.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3351 | 2026-05-21T16:28:13.441Z | |
| 3352 | 2026-05-21T16:28:13.441Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/277) |
| 3353 | 2026-05-21T16:28:13.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2026-05-21T16:28:13.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2026-05-21T16:28:13.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3356 | 2026-05-21T16:28:13.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3357 | 2026-05-21T16:28:14.048Z | |
| 3358 | 2026-05-21T16:28:14.048Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/277) |
| 3359 | 2026-05-21T16:28:14.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2026-05-21T16:28:14.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2026-05-21T16:28:14.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3362 | 2026-05-21T16:28:14.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3363 | 2026-05-21T16:28:14.652Z | |
| 3364 | 2026-05-21T16:28:14.652Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/277) |
| 3365 | 2026-05-21T16:28:15.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2026-05-21T16:28:15.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2026-05-21T16:28:15.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3368 | 2026-05-21T16:28:15.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3369 | 2026-05-21T16:28:15.260Z | |
| 3370 | 2026-05-21T16:28:15.260Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/277) |
| 3371 | 2026-05-21T16:28:15.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2026-05-21T16:28:15.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2026-05-21T16:28:15.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3374 | 2026-05-21T16:28:15.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3375 | 2026-05-21T16:28:15.863Z | |
| 3376 | 2026-05-21T16:28:15.863Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/277) |
| 3377 | 2026-05-21T16:28:16.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-05-21T16:28:16.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-05-21T16:28:16.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-05-21T16:28:16.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3381 | 2026-05-21T16:28:16.462Z | |
| 3382 | 2026-05-21T16:28:16.462Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/277) |
| 3383 | 2026-05-21T16:28:16.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-05-21T16:28:16.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-05-21T16:28:16.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-05-21T16:28:16.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3387 | 2026-05-21T16:28:17.073Z | |
| 3388 | 2026-05-21T16:28:17.073Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/277) |
| 3389 | 2026-05-21T16:28:17.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-05-21T16:28:17.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-05-21T16:28:17.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-05-21T16:28:17.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3393 | 2026-05-21T16:28:17.671Z | |
| 3394 | 2026-05-21T16:28:17.671Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/277) |
| 3395 | 2026-05-21T16:28:18.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-05-21T16:28:18.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-05-21T16:28:18.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-05-21T16:28:18.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3399 | 2026-05-21T16:28:18.276Z | |
| 3400 | 2026-05-21T16:28:18.277Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/277) |
| 3401 | 2026-05-21T16:28:18.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-05-21T16:28:18.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-05-21T16:28:18.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-05-21T16:28:18.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3405 | 2026-05-21T16:28:18.880Z | |
| 3406 | 2026-05-21T16:28:18.880Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/277) |
| 3407 | 2026-05-21T16:28:19.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-05-21T16:28:19.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-05-21T16:28:19.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-05-21T16:28:19.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3411 | 2026-05-21T16:28:19.487Z | |
| 3412 | 2026-05-21T16:28:19.487Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/277) |
| 3413 | 2026-05-21T16:28:19.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-05-21T16:28:19.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-05-21T16:28:19.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-05-21T16:28:20.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3417 | 2026-05-21T16:28:20.086Z | |
| 3418 | 2026-05-21T16:28:20.086Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/277) |
| 3419 | 2026-05-21T16:28:20.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-05-21T16:28:20.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-05-21T16:28:20.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-05-21T16:28:20.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3423 | 2026-05-21T16:28:20.687Z | |
| 3424 | 2026-05-21T16:28:20.687Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/277) |
| 3425 | 2026-05-21T16:28:21.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-05-21T16:28:21.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-05-21T16:28:21.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-05-21T16:28:21.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3429 | 2026-05-21T16:28:21.291Z | |
| 3430 | 2026-05-21T16:28:21.291Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/277) |
| 3431 | 2026-05-21T16:28:21.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-05-21T16:28:21.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-05-21T16:28:21.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-05-21T16:28:21.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3435 | 2026-05-21T16:28:21.894Z | |
| 3436 | 2026-05-21T16:28:21.894Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/277) |
| 3437 | 2026-05-21T16:28:22.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-05-21T16:28:22.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-05-21T16:28:22.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-05-21T16:28:22.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3441 | 2026-05-21T16:28:22.496Z | |
| 3442 | 2026-05-21T16:28:22.496Z | info: running `cargo check --bins` on oximeter-producer (155/277) |
| 3443 | 2026-05-21T16:28:23.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-05-21T16:28:23.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-05-21T16:28:23.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-05-21T16:28:23.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3447 | 2026-05-21T16:28:23.142Z | |
| 3448 | 2026-05-21T16:28:23.142Z | info: running `cargo check --bins` on internal-dns-resolver (156/277) |
| 3449 | 2026-05-21T16:28:23.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-05-21T16:28:23.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-05-21T16:28:23.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-05-21T16:28:23.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3453 | 2026-05-21T16:28:23.757Z | |
| 3454 | 2026-05-21T16:28:23.757Z | info: running `cargo check --bins` on dns-server (157/277) |
| 3455 | 2026-05-21T16:28:24.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-05-21T16:28:24.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-05-21T16:28:24.421Z | Compiling parking_lot_core v0.8.6 |
| 3458 | 2026-05-21T16:28:24.421Z | Compiling atomicwrites v0.4.4 |
| 3459 | 2026-05-21T16:28:24.424Z | Compiling git-stub v1.0.0 |
| 3460 | 2026-05-21T16:28:24.528Z | Checking prefix-trie v0.7.0 |
| 3461 | 2026-05-21T16:28:24.535Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3462 | 2026-05-21T16:28:24.655Z | Compiling git-stub-vcs v0.1.0 |
| 3463 | 2026-05-21T16:28:24.827Z | Checking hickory-server v0.25.2 |
| 3464 | 2026-05-21T16:28:24.929Z | Checking parking_lot v0.11.2 |
| 3465 | 2026-05-21T16:28:24.932Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3466 | 2026-05-21T16:28:25.023Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3467 | 2026-05-21T16:28:25.023Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3468 | 2026-05-21T16:28:25.100Z | Checking sled v0.34.7 |
| 3469 | 2026-05-21T16:28:26.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 3470 | 2026-05-21T16:28:27.169Z | |
| 3471 | 2026-05-21T16:28:27.169Z | info: running `cargo check --bins` on dns-server-api (158/277) |
| 3472 | 2026-05-21T16:28:27.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3473 | 2026-05-21T16:28:27.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3474 | 2026-05-21T16:28:27.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3475 | 2026-05-21T16:28:27.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3476 | 2026-05-21T16:28:27.777Z | |
| 3477 | 2026-05-21T16:28:27.778Z | info: running `cargo check --bins` on oximeter-producer-api (159/277) |
| 3478 | 2026-05-21T16:28:28.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3479 | 2026-05-21T16:28:28.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3480 | 2026-05-21T16:28:28.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3481 | 2026-05-21T16:28:28.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3482 | 2026-05-21T16:28:28.394Z | |
| 3483 | 2026-05-21T16:28:28.394Z | info: running `cargo check --bins` on sp-sim (160/277) |
| 3484 | 2026-05-21T16:28:28.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3485 | 2026-05-21T16:28:28.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3486 | 2026-05-21T16:28:29.131Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3487 | 2026-05-21T16:28:30.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s |
| 3488 | 2026-05-21T16:28:31.161Z | |
| 3489 | 2026-05-21T16:28:31.161Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (161/277) |
| 3490 | 2026-05-21T16:28:31.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3491 | 2026-05-21T16:28:31.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3492 | 2026-05-21T16:28:31.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3493 | 2026-05-21T16:28:31.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3494 | 2026-05-21T16:28:31.846Z | |
| 3495 | 2026-05-21T16:28:31.846Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/277) |
| 3496 | 2026-05-21T16:28:32.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3497 | 2026-05-21T16:28:32.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3498 | 2026-05-21T16:28:32.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3499 | 2026-05-21T16:28:32.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3500 | 2026-05-21T16:28:32.534Z | |
| 3501 | 2026-05-21T16:28:32.534Z | info: running `cargo check --bins` on db-macros (163/277) |
| 3502 | 2026-05-21T16:28:33.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2026-05-21T16:28:33.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2026-05-21T16:28:33.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3505 | 2026-05-21T16:28:33.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3506 | 2026-05-21T16:28:33.151Z | |
| 3507 | 2026-05-21T16:28:33.151Z | info: running `cargo check --bins` on nexus-macros-common (164/277) |
| 3508 | 2026-05-21T16:28:33.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3509 | 2026-05-21T16:28:33.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3510 | 2026-05-21T16:28:33.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3511 | 2026-05-21T16:28:33.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3512 | 2026-05-21T16:28:33.769Z | |
| 3513 | 2026-05-21T16:28:33.769Z | info: running `cargo check --bins` on nexus-auth (165/277) |
| 3514 | 2026-05-21T16:28:34.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3515 | 2026-05-21T16:28:34.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3516 | 2026-05-21T16:28:34.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3517 | 2026-05-21T16:28:34.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3518 | 2026-05-21T16:28:34.487Z | |
| 3519 | 2026-05-21T16:28:34.487Z | info: running `cargo check --bins` on authz-macros (166/277) |
| 3520 | 2026-05-21T16:28:35.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3521 | 2026-05-21T16:28:35.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3522 | 2026-05-21T16:28:35.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3523 | 2026-05-21T16:28:35.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3524 | 2026-05-21T16:28:35.136Z | |
| 3525 | 2026-05-21T16:28:35.136Z | info: running `cargo check --bins` on nexus-db-fixed-data (167/277) |
| 3526 | 2026-05-21T16:28:35.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3527 | 2026-05-21T16:28:35.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3528 | 2026-05-21T16:28:35.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3529 | 2026-05-21T16:28:35.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3530 | 2026-05-21T16:28:35.838Z | |
| 3531 | 2026-05-21T16:28:35.838Z | info: running `cargo check --bins` on nexus-db-model (168/277) |
| 3532 | 2026-05-21T16:28:36.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3533 | 2026-05-21T16:28:36.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3534 | 2026-05-21T16:28:36.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3535 | 2026-05-21T16:28:36.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3536 | 2026-05-21T16:28:36.540Z | |
| 3537 | 2026-05-21T16:28:36.540Z | info: running `cargo check --bins` on nexus-db-schema (169/277) |
| 3538 | 2026-05-21T16:28:37.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2026-05-21T16:28:37.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2026-05-21T16:28:37.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2026-05-21T16:28:37.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3542 | 2026-05-21T16:28:37.182Z | |
| 3543 | 2026-05-21T16:28:37.182Z | info: running `cargo check --bins` on omicron-rpaths (170/277) |
| 3544 | 2026-05-21T16:28:37.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2026-05-21T16:28:37.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2026-05-21T16:28:37.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2026-05-21T16:28:37.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3548 | 2026-05-21T16:28:37.831Z | |
| 3549 | 2026-05-21T16:28:37.831Z | info: running `cargo check --bins` on nexus-defaults (171/277) |
| 3550 | 2026-05-21T16:28:38.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2026-05-21T16:28:38.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2026-05-21T16:28:38.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2026-05-21T16:28:38.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3554 | 2026-05-21T16:28:38.489Z | |
| 3555 | 2026-05-21T16:28:38.489Z | info: running `cargo check --bins` on omicron-cockroach-metrics (172/277) |
| 3556 | 2026-05-21T16:28:39.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2026-05-21T16:28:39.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2026-05-21T16:28:39.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2026-05-21T16:28:39.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3560 | 2026-05-21T16:28:39.134Z | |
| 3561 | 2026-05-21T16:28:39.134Z | info: running `cargo check --bins` on parallel-task-set (173/277) |
| 3562 | 2026-05-21T16:28:39.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2026-05-21T16:28:39.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2026-05-21T16:28:39.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2026-05-21T16:28:39.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3566 | 2026-05-21T16:28:39.765Z | |
| 3567 | 2026-05-21T16:28:39.765Z | info: running `cargo check --bins` on nexus-db-errors (174/277) |
| 3568 | 2026-05-21T16:28:40.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2026-05-21T16:28:40.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2026-05-21T16:28:40.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3571 | 2026-05-21T16:28:40.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3572 | 2026-05-21T16:28:40.461Z | |
| 3573 | 2026-05-21T16:28:40.461Z | info: running `cargo check --bins` on nexus-db-lookup (175/277) |
| 3574 | 2026-05-21T16:28:41.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3575 | 2026-05-21T16:28:41.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3576 | 2026-05-21T16:28:41.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3577 | 2026-05-21T16:28:41.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3578 | 2026-05-21T16:28:41.162Z | |
| 3579 | 2026-05-21T16:28:41.162Z | info: running `cargo check --bins` on nexus-inventory (176/277) |
| 3580 | 2026-05-21T16:28:41.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-05-21T16:28:41.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-05-21T16:28:41.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-05-21T16:28:41.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3584 | 2026-05-21T16:28:41.832Z | |
| 3585 | 2026-05-21T16:28:41.832Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/277) |
| 3586 | 2026-05-21T16:28:42.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-05-21T16:28:42.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-05-21T16:28:42.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-05-21T16:28:42.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3590 | 2026-05-21T16:28:42.463Z | |
| 3591 | 2026-05-21T16:28:42.463Z | info: running `cargo check --bins --no-default-features` on sled-storage (178/277) |
| 3592 | 2026-05-21T16:28:42.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-05-21T16:28:43.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-05-21T16:28:43.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3595 | 2026-05-21T16:28:43.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3596 | 2026-05-21T16:28:43.092Z | |
| 3597 | 2026-05-21T16:28:43.092Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/277) |
| 3598 | 2026-05-21T16:28:43.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-05-21T16:28:43.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-05-21T16:28:43.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-05-21T16:28:43.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3602 | 2026-05-21T16:28:43.745Z | |
| 3603 | 2026-05-21T16:28:43.745Z | info: running `cargo check --bins` on key-manager (180/277) |
| 3604 | 2026-05-21T16:28:44.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-05-21T16:28:44.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-05-21T16:28:44.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3607 | 2026-05-21T16:28:44.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3608 | 2026-05-21T16:28:44.374Z | |
| 3609 | 2026-05-21T16:28:44.374Z | info: running `cargo check --bins --no-default-features` on sled-hardware (181/277) |
| 3610 | 2026-05-21T16:28:44.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2026-05-21T16:28:44.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2026-05-21T16:28:44.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3613 | 2026-05-21T16:28:44.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3614 | 2026-05-21T16:28:45.035Z | |
| 3615 | 2026-05-21T16:28:45.036Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/277) |
| 3616 | 2026-05-21T16:28:45.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3617 | 2026-05-21T16:28:45.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3618 | 2026-05-21T16:28:45.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3619 | 2026-05-21T16:28:45.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3620 | 2026-05-21T16:28:45.691Z | |
| 3621 | 2026-05-21T16:28:45.691Z | info: running `cargo check --bins` on typed-rng (183/277) |
| 3622 | 2026-05-21T16:28:46.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3623 | 2026-05-21T16:28:46.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3624 | 2026-05-21T16:28:46.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3625 | 2026-05-21T16:28:46.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3626 | 2026-05-21T16:28:46.296Z | |
| 3627 | 2026-05-21T16:28:46.296Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/277) |
| 3628 | 2026-05-21T16:28:46.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3629 | 2026-05-21T16:28:46.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3630 | 2026-05-21T16:28:47.162Z | Compiling typify-impl v0.4.3 |
| 3631 | 2026-05-21T16:28:47.167Z | Compiling libefi-sys v0.1.0 |
| 3632 | 2026-05-21T16:28:47.308Z | Compiling bitfield-struct v0.6.2 |
| 3633 | 2026-05-21T16:28:47.317Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3634 | 2026-05-21T16:28:47.326Z | Compiling xshell-macros v0.2.7 |
| 3635 | 2026-05-21T16:28:47.346Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3636 | 2026-05-21T16:28:47.354Z | Compiling salty v0.3.0 |
| 3637 | 2026-05-21T16:28:47.425Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3638 | 2026-05-21T16:28:47.556Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3639 | 2026-05-21T16:28:47.662Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3640 | 2026-05-21T16:28:47.739Z | Checking xshell v0.2.7 |
| 3641 | 2026-05-21T16:28:47.755Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3642 | 2026-05-21T16:28:47.808Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3643 | 2026-05-21T16:28:47.920Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3644 | 2026-05-21T16:28:47.933Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3645 | 2026-05-21T16:28:48.011Z | Checking primeorder v0.13.6 |
| 3646 | 2026-05-21T16:28:48.100Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3647 | 2026-05-21T16:28:48.155Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3648 | 2026-05-21T16:28:48.250Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3649 | 2026-05-21T16:28:48.281Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3650 | 2026-05-21T16:28:48.389Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3651 | 2026-05-21T16:28:48.425Z | Checking tungstenite v0.21.0 |
| 3652 | 2026-05-21T16:28:48.484Z | Compiling proc-macro-error2 v2.0.1 |
| 3653 | 2026-05-21T16:28:48.502Z | Checking p384 v0.13.1 |
| 3654 | 2026-05-21T16:28:48.516Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3655 | 2026-05-21T16:28:48.844Z | Compiling num-derive v0.3.3 |
| 3656 | 2026-05-21T16:28:48.916Z | Checking tokio-tungstenite v0.21.0 |
| 3657 | 2026-05-21T16:28:49.124Z | Compiling tabled_derive v0.11.0 |
| 3658 | 2026-05-21T16:28:49.193Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3659 | 2026-05-21T16:28:49.234Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3660 | 2026-05-21T16:28:49.306Z | Checking papergrid v0.17.0 |
| 3661 | 2026-05-21T16:28:49.581Z | Checking testing_table v0.3.0 |
| 3662 | 2026-05-21T16:28:49.647Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3663 | 2026-05-21T16:28:49.680Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3664 | 2026-05-21T16:28:49.746Z | Checking libscf-sys v1.1.0 |
| 3665 | 2026-05-21T16:28:49.952Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3666 | 2026-05-21T16:28:50.097Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3667 | 2026-05-21T16:28:50.152Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3668 | 2026-05-21T16:28:50.208Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3669 | 2026-05-21T16:28:50.307Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3670 | 2026-05-21T16:28:50.361Z | Checking corncobs v0.1.4 |
| 3671 | 2026-05-21T16:28:50.403Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3672 | 2026-05-21T16:28:50.418Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3673 | 2026-05-21T16:28:50.489Z | Compiling unicase v2.9.0 |
| 3674 | 2026-05-21T16:28:50.555Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3675 | 2026-05-21T16:28:50.635Z | Checking tabled v0.20.0 |
| 3676 | 2026-05-21T16:28:50.694Z | Compiling mime_guess v2.0.5 |
| 3677 | 2026-05-21T16:28:50.814Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3678 | 2026-05-21T16:28:50.842Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3679 | 2026-05-21T16:28:50.866Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3680 | 2026-05-21T16:28:51.019Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3681 | 2026-05-21T16:28:51.116Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3682 | 2026-05-21T16:28:51.180Z | Checking progenitor-client v0.11.2 |
| 3683 | 2026-05-21T16:28:51.226Z | Checking secrecy v0.8.0 |
| 3684 | 2026-05-21T16:28:51.280Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3685 | 2026-05-21T16:28:51.349Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3686 | 2026-05-21T16:28:51.627Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3687 | 2026-05-21T16:28:51.711Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3688 | 2026-05-21T16:28:51.715Z | Compiling typify-macro v0.4.3 |
| 3689 | 2026-05-21T16:28:51.741Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3690 | 2026-05-21T16:28:51.831Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3691 | 2026-05-21T16:28:51.893Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3692 | 2026-05-21T16:28:51.976Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3693 | 2026-05-21T16:28:52.007Z | Checking filetime v0.2.27 |
| 3694 | 2026-05-21T16:28:52.144Z | Checking xattr v1.6.1 |
| 3695 | 2026-05-21T16:28:52.282Z | Checking crc8 v0.1.1 |
| 3696 | 2026-05-21T16:28:52.321Z | Checking http-range v0.1.5 |
| 3697 | 2026-05-21T16:28:52.381Z | Checking tar v0.4.45 |
| 3698 | 2026-05-21T16:28:52.450Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3699 | 2026-05-21T16:28:52.648Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3700 | 2026-05-21T16:28:52.648Z | Checking illumos-nvpair v0.3.0 |
| 3701 | 2026-05-21T16:28:52.769Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3702 | 2026-05-21T16:28:52.807Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3703 | 2026-05-21T16:28:52.822Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3704 | 2026-05-21T16:28:53.150Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3705 | 2026-05-21T16:28:53.168Z | Checking atty v0.2.14 |
| 3706 | 2026-05-21T16:28:53.272Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3707 | 2026-05-21T16:28:53.297Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3708 | 2026-05-21T16:28:53.344Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3709 | 2026-05-21T16:28:53.409Z | Compiling typify v0.4.3 |
| 3710 | 2026-05-21T16:28:53.646Z | Compiling progenitor-impl v0.11.2 |
| 3711 | 2026-05-21T16:28:53.748Z | Compiling progenitor-impl v0.10.0 |
| 3712 | 2026-05-21T16:28:53.965Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3713 | 2026-05-21T16:28:54.268Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3714 | 2026-05-21T16:28:54.536Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3715 | 2026-05-21T16:28:54.575Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3716 | 2026-05-21T16:28:54.987Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3717 | 2026-05-21T16:28:55.157Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3718 | 2026-05-21T16:28:55.469Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3719 | 2026-05-21T16:28:55.510Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3720 | 2026-05-21T16:28:55.526Z | Checking hyper-staticfile v0.10.1 |
| 3721 | 2026-05-21T16:28:55.670Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3722 | 2026-05-21T16:28:55.738Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3723 | 2026-05-21T16:28:55.816Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3724 | 2026-05-21T16:28:55.932Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3725 | 2026-05-21T16:28:56.108Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3726 | 2026-05-21T16:28:56.125Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3727 | 2026-05-21T16:28:56.208Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3728 | 2026-05-21T16:28:56.300Z | Compiling progenitor-macro v0.11.2 |
| 3729 | 2026-05-21T16:28:56.382Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3730 | 2026-05-21T16:28:56.416Z | Compiling progenitor-macro v0.10.0 |
| 3731 | 2026-05-21T16:28:58.895Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3732 | 2026-05-21T16:28:59.079Z | Checking progenitor v0.11.2 |
| 3733 | 2026-05-21T16:28:59.205Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3734 | 2026-05-21T16:28:59.278Z | Checking progenitor v0.10.0 |
| 3735 | 2026-05-21T16:28:59.409Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3736 | 2026-05-21T16:29:03.813Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3737 | 2026-05-21T16:29:14.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.48s |
| 3738 | 2026-05-21T16:29:15.003Z | |
| 3739 | 2026-05-21T16:29:15.003Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/277) |
| 3740 | 2026-05-21T16:29:15.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3741 | 2026-05-21T16:29:15.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3742 | 2026-05-21T16:29:15.794Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3743 | 2026-05-21T16:29:26.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s |
| 3744 | 2026-05-21T16:29:26.791Z | |
| 3745 | 2026-05-21T16:29:26.791Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/277) |
| 3746 | 2026-05-21T16:29:27.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3747 | 2026-05-21T16:29:27.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3748 | 2026-05-21T16:29:27.582Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3749 | 2026-05-21T16:29:38.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s |
| 3750 | 2026-05-21T16:29:38.605Z | |
| 3751 | 2026-05-21T16:29:38.605Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/277) |
| 3752 | 2026-05-21T16:29:39.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3753 | 2026-05-21T16:29:39.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3754 | 2026-05-21T16:29:39.402Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3755 | 2026-05-21T16:29:50.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s |
| 3756 | 2026-05-21T16:29:50.404Z | |
| 3757 | 2026-05-21T16:29:50.405Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/277) |
| 3758 | 2026-05-21T16:29:50.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3759 | 2026-05-21T16:29:50.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3760 | 2026-05-21T16:29:51.178Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3761 | 2026-05-21T16:30:01.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s |
| 3762 | 2026-05-21T16:30:02.067Z | |
| 3763 | 2026-05-21T16:30:02.067Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/277) |
| 3764 | 2026-05-21T16:30:02.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3765 | 2026-05-21T16:30:02.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3766 | 2026-05-21T16:30:02.845Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3767 | 2026-05-21T16:30:13.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s |
| 3768 | 2026-05-21T16:30:13.697Z | |
| 3769 | 2026-05-21T16:30:13.697Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/277) |
| 3770 | 2026-05-21T16:30:14.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3771 | 2026-05-21T16:30:14.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3772 | 2026-05-21T16:30:14.485Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3773 | 2026-05-21T16:30:25.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s |
| 3774 | 2026-05-21T16:30:25.386Z | |
| 3775 | 2026-05-21T16:30:25.386Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/277) |
| 3776 | 2026-05-21T16:30:25.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3777 | 2026-05-21T16:30:25.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3778 | 2026-05-21T16:30:26.173Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3779 | 2026-05-21T16:30:36.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s |
| 3780 | 2026-05-21T16:30:37.029Z | |
| 3781 | 2026-05-21T16:30:37.029Z | info: running `cargo check --bins` on bootstrap-agent-api (192/277) |
| 3782 | 2026-05-21T16:30:37.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3783 | 2026-05-21T16:30:37.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3784 | 2026-05-21T16:30:37.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3785 | 2026-05-21T16:30:37.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3786 | 2026-05-21T16:30:37.637Z | |
| 3787 | 2026-05-21T16:30:37.637Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/277) |
| 3788 | 2026-05-21T16:30:38.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3789 | 2026-05-21T16:30:38.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3790 | 2026-05-21T16:30:38.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3791 | 2026-05-21T16:30:38.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3792 | 2026-05-21T16:30:38.247Z | |
| 3793 | 2026-05-21T16:30:38.247Z | info: running `cargo check --bins` on range-requests (194/277) |
| 3794 | 2026-05-21T16:30:38.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3795 | 2026-05-21T16:30:38.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3796 | 2026-05-21T16:30:38.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3797 | 2026-05-21T16:30:38.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3798 | 2026-05-21T16:30:38.847Z | |
| 3799 | 2026-05-21T16:30:38.847Z | info: running `cargo check --bins` on repo-depot-api (195/277) |
| 3800 | 2026-05-21T16:30:39.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3801 | 2026-05-21T16:30:39.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3802 | 2026-05-21T16:30:39.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3803 | 2026-05-21T16:30:39.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3804 | 2026-05-21T16:30:39.439Z | |
| 3805 | 2026-05-21T16:30:39.439Z | info: running `cargo check --bins` on sled-agent-api (196/277) |
| 3806 | 2026-05-21T16:30:39.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3807 | 2026-05-21T16:30:39.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3808 | 2026-05-21T16:30:39.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3809 | 2026-05-21T16:30:39.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3810 | 2026-05-21T16:30:40.065Z | |
| 3811 | 2026-05-21T16:30:40.065Z | info: running `cargo check --bins` on sled-diagnostics (197/277) |
| 3812 | 2026-05-21T16:30:40.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3813 | 2026-05-21T16:30:40.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3814 | 2026-05-21T16:30:40.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3815 | 2026-05-21T16:30:40.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3816 | 2026-05-21T16:30:40.682Z | |
| 3817 | 2026-05-21T16:30:40.682Z | info: running `cargo check --bins` on zfs-test-harness (198/277) |
| 3818 | 2026-05-21T16:30:41.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3819 | 2026-05-21T16:30:41.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3820 | 2026-05-21T16:30:41.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3821 | 2026-05-21T16:30:41.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3822 | 2026-05-21T16:30:41.301Z | |
| 3823 | 2026-05-21T16:30:41.301Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/277) |
| 3824 | 2026-05-21T16:30:41.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3825 | 2026-05-21T16:30:41.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3826 | 2026-05-21T16:30:41.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3827 | 2026-05-21T16:30:41.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3828 | 2026-05-21T16:30:41.925Z | |
| 3829 | 2026-05-21T16:30:41.925Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/277) |
| 3830 | 2026-05-21T16:30:42.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3831 | 2026-05-21T16:30:42.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3832 | 2026-05-21T16:30:42.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3833 | 2026-05-21T16:30:42.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3834 | 2026-05-21T16:30:42.548Z | |
| 3835 | 2026-05-21T16:30:42.548Z | info: running `cargo check --bins` on sled-agent-early-networking (201/277) |
| 3836 | 2026-05-21T16:30:43.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3837 | 2026-05-21T16:30:43.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3838 | 2026-05-21T16:30:43.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3839 | 2026-05-21T16:30:43.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3840 | 2026-05-21T16:30:43.163Z | |
| 3841 | 2026-05-21T16:30:43.164Z | info: running `cargo check --bins` on sled-agent-health-monitor (202/277) |
| 3842 | 2026-05-21T16:30:43.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3843 | 2026-05-21T16:30:43.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3844 | 2026-05-21T16:30:43.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3845 | 2026-05-21T16:30:43.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3846 | 2026-05-21T16:30:43.782Z | |
| 3847 | 2026-05-21T16:30:43.782Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/277) |
| 3848 | 2026-05-21T16:30:44.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3849 | 2026-05-21T16:30:44.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3850 | 2026-05-21T16:30:44.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3851 | 2026-05-21T16:30:44.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3852 | 2026-05-21T16:30:44.412Z | |
| 3853 | 2026-05-21T16:30:44.412Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/277) |
| 3854 | 2026-05-21T16:30:44.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3855 | 2026-05-21T16:30:44.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3856 | 2026-05-21T16:30:44.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3857 | 2026-05-21T16:30:44.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3858 | 2026-05-21T16:30:45.039Z | |
| 3859 | 2026-05-21T16:30:45.039Z | info: running `cargo check --bins` on sled-agent-resolvable-files (205/277) |
| 3860 | 2026-05-21T16:30:45.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3861 | 2026-05-21T16:30:45.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3862 | 2026-05-21T16:30:45.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3863 | 2026-05-21T16:30:45.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3864 | 2026-05-21T16:30:45.664Z | |
| 3865 | 2026-05-21T16:30:45.664Z | info: running `cargo check --bins` on sled-agent-rack-setup (206/277) |
| 3866 | 2026-05-21T16:30:46.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3867 | 2026-05-21T16:30:46.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3868 | 2026-05-21T16:30:46.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3869 | 2026-05-21T16:30:46.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3870 | 2026-05-21T16:30:46.312Z | |
| 3871 | 2026-05-21T16:30:46.312Z | info: running `cargo check --bins` on trust-quorum (207/277) |
| 3872 | 2026-05-21T16:30:46.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3873 | 2026-05-21T16:30:46.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3874 | 2026-05-21T16:30:46.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3875 | 2026-05-21T16:30:46.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3876 | 2026-05-21T16:30:46.935Z | |
| 3877 | 2026-05-21T16:30:46.935Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (208/277) |
| 3878 | 2026-05-21T16:30:47.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3879 | 2026-05-21T16:30:47.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3880 | 2026-05-21T16:30:47.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3881 | 2026-05-21T16:30:47.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3882 | 2026-05-21T16:30:47.569Z | |
| 3883 | 2026-05-21T16:30:47.569Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (209/277) |
| 3884 | 2026-05-21T16:30:48.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3885 | 2026-05-21T16:30:48.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3886 | 2026-05-21T16:30:48.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3887 | 2026-05-21T16:30:48.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3888 | 2026-05-21T16:30:48.225Z | |
| 3889 | 2026-05-21T16:30:48.225Z | info: running `cargo check --bins` on update-common (210/277) |
| 3890 | 2026-05-21T16:30:48.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3891 | 2026-05-21T16:30:48.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3892 | 2026-05-21T16:30:48.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3893 | 2026-05-21T16:30:48.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3894 | 2026-05-21T16:30:48.832Z | |
| 3895 | 2026-05-21T16:30:48.832Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (211/277) |
| 3896 | 2026-05-21T16:30:49.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3897 | 2026-05-21T16:30:49.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3898 | 2026-05-21T16:30:49.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3899 | 2026-05-21T16:30:49.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3900 | 2026-05-21T16:30:49.490Z | |
| 3901 | 2026-05-21T16:30:49.490Z | info: running `cargo check --bins` on omicron-deployment-graph (212/277) |
| 3902 | 2026-05-21T16:30:49.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3903 | 2026-05-21T16:30:49.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3904 | 2026-05-21T16:30:49.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3905 | 2026-05-21T16:30:49.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3906 | 2026-05-21T16:30:50.080Z | |
| 3907 | 2026-05-21T16:30:50.080Z | info: running `cargo check --bins` on reconfigurator-cli (213/277) |
| 3908 | 2026-05-21T16:30:50.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3909 | 2026-05-21T16:30:50.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3910 | 2026-05-21T16:30:50.861Z | Compiling fs-err v2.11.0 |
| 3911 | 2026-05-21T16:30:50.865Z | Checking ignore v0.4.25 |
| 3912 | 2026-05-21T16:30:50.865Z | Checking arc-swap v1.8.2 |
| 3913 | 2026-05-21T16:30:50.996Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3914 | 2026-05-21T16:30:50.999Z | Checking predicates-tree v1.0.13 |
| 3915 | 2026-05-21T16:30:51.000Z | Checking parse-size v1.1.0 |
| 3916 | 2026-05-21T16:30:51.026Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3917 | 2026-05-21T16:30:51.030Z | Checking rand_seeder v0.4.0 |
| 3918 | 2026-05-21T16:30:51.103Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3919 | 2026-05-21T16:30:51.151Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3920 | 2026-05-21T16:30:51.185Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3921 | 2026-05-21T16:30:51.204Z | Checking slog-scope v4.4.1 |
| 3922 | 2026-05-21T16:30:51.236Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3923 | 2026-05-21T16:30:51.306Z | Compiling petname v2.0.2 |
| 3924 | 2026-05-21T16:30:51.329Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3925 | 2026-05-21T16:30:51.349Z | Checking slog-stdlog v4.1.1 |
| 3926 | 2026-05-21T16:30:51.362Z | Checking globwalk v0.9.1 |
| 3927 | 2026-05-21T16:30:51.413Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3928 | 2026-05-21T16:30:51.466Z | Checking slog-envlogger v2.2.0 |
| 3929 | 2026-05-21T16:30:51.534Z | Checking camino-tempfile-ext v0.3.3 |
| 3930 | 2026-05-21T16:30:51.616Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3931 | 2026-05-21T16:30:51.628Z | Checking sapling-renderdag v0.1.0 |
| 3932 | 2026-05-21T16:30:51.723Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3933 | 2026-05-21T16:30:51.802Z | Checking subprocess v0.2.15 |
| 3934 | 2026-05-21T16:30:51.860Z | Checking sync-ptr v0.1.4 |
| 3935 | 2026-05-21T16:30:51.942Z | Checking colored v2.2.0 |
| 3936 | 2026-05-21T16:30:51.975Z | Checking assert_matches v1.5.0 |
| 3937 | 2026-05-21T16:30:52.077Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3938 | 2026-05-21T16:30:52.198Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3939 | 2026-05-21T16:30:52.201Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3940 | 2026-05-21T16:30:52.939Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3941 | 2026-05-21T16:30:54.240Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3942 | 2026-05-21T16:30:56.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s |
| 3943 | 2026-05-21T16:30:56.619Z | |
| 3944 | 2026-05-21T16:30:56.619Z | info: running `cargo check --bins` on omicron-repl-utils (214/277) |
| 3945 | 2026-05-21T16:30:57.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3946 | 2026-05-21T16:30:57.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3947 | 2026-05-21T16:30:57.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3948 | 2026-05-21T16:30:57.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3949 | 2026-05-21T16:30:57.206Z | |
| 3950 | 2026-05-21T16:30:57.206Z | info: running `cargo check --bins` on transient-dns-server (215/277) |
| 3951 | 2026-05-21T16:30:57.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3952 | 2026-05-21T16:30:57.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3953 | 2026-05-21T16:30:57.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3954 | 2026-05-21T16:30:57.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3955 | 2026-05-21T16:30:57.820Z | |
| 3956 | 2026-05-21T16:30:57.820Z | info: running `cargo check --bins` on nexus-test-interface (216/277) |
| 3957 | 2026-05-21T16:30:58.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3958 | 2026-05-21T16:30:58.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3959 | 2026-05-21T16:30:58.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3960 | 2026-05-21T16:30:58.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3961 | 2026-05-21T16:30:58.472Z | |
| 3962 | 2026-05-21T16:30:58.472Z | info: running `cargo check --bins` on oximeter-collector (217/277) |
| 3963 | 2026-05-21T16:30:59.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3964 | 2026-05-21T16:30:59.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3965 | 2026-05-21T16:30:59.195Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3966 | 2026-05-21T16:30:59.198Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3967 | 2026-05-21T16:30:59.836Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3968 | 2026-05-21T16:31:01.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s |
| 3969 | 2026-05-21T16:31:01.624Z | |
| 3970 | 2026-05-21T16:31:01.625Z | info: running `cargo check --bins` on oximeter-api (218/277) |
| 3971 | 2026-05-21T16:31:02.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3972 | 2026-05-21T16:31:02.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3973 | 2026-05-21T16:31:02.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3974 | 2026-05-21T16:31:02.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3975 | 2026-05-21T16:31:02.228Z | |
| 3976 | 2026-05-21T16:31:02.228Z | info: running `cargo check --bins` on cert-dev (219/277) |
| 3977 | 2026-05-21T16:31:02.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-05-21T16:31:02.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-05-21T16:31:02.836Z | Checking yasna v0.5.2 |
| 3980 | 2026-05-21T16:31:03.232Z | Checking rcgen v0.12.1 |
| 3981 | 2026-05-21T16:31:03.475Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3982 | 2026-05-21T16:31:03.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 3983 | 2026-05-21T16:31:03.821Z | |
| 3984 | 2026-05-21T16:31:03.821Z | info: running `cargo check --bins` on clickana (220/277) |
| 3985 | 2026-05-21T16:31:04.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3986 | 2026-05-21T16:31:04.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3987 | 2026-05-21T16:31:04.470Z | Compiling darling_core v0.23.0 |
| 3988 | 2026-05-21T16:31:04.578Z | Compiling instability v0.3.11 |
| 3989 | 2026-05-21T16:31:04.584Z | Checking castaway v0.2.4 |
| 3990 | 2026-05-21T16:31:04.588Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3991 | 2026-05-21T16:31:04.591Z | Compiling indoc v2.0.7 |
| 3992 | 2026-05-21T16:31:04.604Z | Checking unicode-truncate v1.1.0 |
| 3993 | 2026-05-21T16:31:04.607Z | Checking lru v0.12.5 |
| 3994 | 2026-05-21T16:31:04.607Z | Checking cassowary v0.3.0 |
| 3995 | 2026-05-21T16:31:04.671Z | Checking compact_str v0.8.1 |
| 3996 | 2026-05-21T16:31:05.636Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3997 | 2026-05-21T16:31:05.820Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3998 | 2026-05-21T16:31:05.972Z | Compiling darling_macro v0.23.0 |
| 3999 | 2026-05-21T16:31:06.375Z | Compiling darling v0.23.0 |
| 4000 | 2026-05-21T16:31:06.977Z | Checking ratatui v0.29.0 |
| 4001 | 2026-05-21T16:31:08.010Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4002 | 2026-05-21T16:31:08.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s |
| 4003 | 2026-05-21T16:31:08.857Z | |
| 4004 | 2026-05-21T16:31:08.857Z | info: running `cargo check --bins` on clickhouse-cluster-dev (221/277) |
| 4005 | 2026-05-21T16:31:09.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4006 | 2026-05-21T16:31:09.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4007 | 2026-05-21T16:31:09.584Z | Checking headers-core v0.3.0 |
| 4008 | 2026-05-21T16:31:09.587Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4009 | 2026-05-21T16:31:09.780Z | Checking headers v0.4.1 |
| 4010 | 2026-05-21T16:31:10.141Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4011 | 2026-05-21T16:31:10.979Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4012 | 2026-05-21T16:31:11.469Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4013 | 2026-05-21T16:31:11.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s |
| 4014 | 2026-05-21T16:31:12.087Z | |
| 4015 | 2026-05-21T16:31:12.087Z | info: running `cargo check --bins` on ch-dev (222/277) |
| 4016 | 2026-05-21T16:31:12.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4017 | 2026-05-21T16:31:12.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4018 | 2026-05-21T16:31:12.799Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4019 | 2026-05-21T16:31:13.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4020 | 2026-05-21T16:31:13.737Z | |
| 4021 | 2026-05-21T16:31:13.737Z | info: running `cargo check --bins` on dev-tools-common (223/277) |
| 4022 | 2026-05-21T16:31:14.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4023 | 2026-05-21T16:31:14.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4024 | 2026-05-21T16:31:14.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4025 | 2026-05-21T16:31:14.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 4026 | 2026-05-21T16:31:14.202Z | |
| 4027 | 2026-05-21T16:31:14.202Z | info: running `cargo check --bins` on crdb-seed (224/277) |
| 4028 | 2026-05-21T16:31:14.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4029 | 2026-05-21T16:31:14.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4030 | 2026-05-21T16:31:14.914Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4031 | 2026-05-21T16:31:15.904Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4032 | 2026-05-21T16:31:16.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
| 4033 | 2026-05-21T16:31:16.442Z | |
| 4034 | 2026-05-21T16:31:16.442Z | info: running `cargo check --bins` on db-dev (225/277) |
| 4035 | 2026-05-21T16:31:16.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4036 | 2026-05-21T16:31:16.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4037 | 2026-05-21T16:31:17.153Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4038 | 2026-05-21T16:31:17.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4039 | 2026-05-21T16:31:18.116Z | |
| 4040 | 2026-05-21T16:31:18.116Z | info: running `cargo check --bins` on omicron-dev-lib (226/277) |
| 4041 | 2026-05-21T16:31:18.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4042 | 2026-05-21T16:31:18.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4043 | 2026-05-21T16:31:18.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4044 | 2026-05-21T16:31:18.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4045 | 2026-05-21T16:31:18.751Z | |
| 4046 | 2026-05-21T16:31:18.751Z | info: running `cargo check --bins` on xtask-downloader (227/277) |
| 4047 | 2026-05-21T16:31:19.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4048 | 2026-05-21T16:31:19.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4049 | 2026-05-21T16:31:19.358Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4050 | 2026-05-21T16:31:20.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
| 4051 | 2026-05-21T16:31:20.214Z | |
| 4052 | 2026-05-21T16:31:20.214Z | info: running `cargo check --bins` on omicron-dropshot-apis (228/277) |
| 4053 | 2026-05-21T16:31:20.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4054 | 2026-05-21T16:31:20.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4055 | 2026-05-21T16:31:20.945Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4056 | 2026-05-21T16:31:20.945Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4057 | 2026-05-21T16:31:20.948Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312) |
| 4058 | 2026-05-21T16:31:20.948Z | Checking git-stub v1.0.0 |
| 4059 | 2026-05-21T16:31:20.948Z | Compiling trait-variant v0.1.2 |
| 4060 | 2026-05-21T16:31:21.064Z | Checking maplit v1.0.2 |
| 4061 | 2026-05-21T16:31:21.073Z | Checking is_ci v1.2.0 |
| 4062 | 2026-05-21T16:31:21.098Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4063 | 2026-05-21T16:31:21.148Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4064 | 2026-05-21T16:31:21.187Z | Checking supports-color v3.0.2 |
| 4065 | 2026-05-21T16:31:21.199Z | Checking git-stub-vcs v0.1.0 |
| 4066 | 2026-05-21T16:31:21.306Z | Checking drift v0.2.0 |
| 4067 | 2026-05-21T16:31:21.337Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4068 | 2026-05-21T16:31:21.353Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4069 | 2026-05-21T16:31:21.392Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4070 | 2026-05-21T16:31:21.563Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4071 | 2026-05-21T16:31:21.582Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4072 | 2026-05-21T16:31:21.617Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4073 | 2026-05-21T16:31:21.646Z | Checking dropshot-api-manager v0.7.2 |
| 4074 | 2026-05-21T16:31:21.800Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4075 | 2026-05-21T16:31:21.829Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4076 | 2026-05-21T16:31:22.015Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312) |
| 4077 | 2026-05-21T16:31:22.317Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4078 | 2026-05-21T16:31:27.244Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4079 | 2026-05-21T16:31:28.333Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4080 | 2026-05-21T16:31:28.893Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4081 | 2026-05-21T16:31:29.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s |
| 4082 | 2026-05-21T16:31:29.529Z | |
| 4083 | 2026-05-21T16:31:29.529Z | info: running `cargo check --bins` on installinator-api (229/277) |
| 4084 | 2026-05-21T16:31:30.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4085 | 2026-05-21T16:31:30.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4086 | 2026-05-21T16:31:30.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4087 | 2026-05-21T16:31:30.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4088 | 2026-05-21T16:31:30.129Z | |
| 4089 | 2026-05-21T16:31:30.129Z | info: running `cargo check --bins` on nexus-external-api (230/277) |
| 4090 | 2026-05-21T16:31:30.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4091 | 2026-05-21T16:31:30.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4092 | 2026-05-21T16:31:30.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4093 | 2026-05-21T16:31:30.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4094 | 2026-05-21T16:31:30.765Z | |
| 4095 | 2026-05-21T16:31:30.765Z | info: running `cargo check --bins` on nexus-internal-api (231/277) |
| 4096 | 2026-05-21T16:31:31.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4097 | 2026-05-21T16:31:31.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4098 | 2026-05-21T16:31:31.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4099 | 2026-05-21T16:31:31.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4100 | 2026-05-21T16:31:31.396Z | |
| 4101 | 2026-05-21T16:31:31.396Z | info: running `cargo check --bins` on nexus-lockstep-api (232/277) |
| 4102 | 2026-05-21T16:31:31.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4103 | 2026-05-21T16:31:31.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4104 | 2026-05-21T16:31:31.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4105 | 2026-05-21T16:31:31.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4106 | 2026-05-21T16:31:32.032Z | |
| 4107 | 2026-05-21T16:31:32.032Z | info: running `cargo check --bins` on ntp-admin-api (233/277) |
| 4108 | 2026-05-21T16:31:32.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4109 | 2026-05-21T16:31:32.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4110 | 2026-05-21T16:31:32.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4111 | 2026-05-21T16:31:32.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4112 | 2026-05-21T16:31:32.627Z | |
| 4113 | 2026-05-21T16:31:32.627Z | info: running `cargo check --bins` on ntp-admin-types-versions (234/277) |
| 4114 | 2026-05-21T16:31:33.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4115 | 2026-05-21T16:31:33.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4116 | 2026-05-21T16:31:33.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4117 | 2026-05-21T16:31:33.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4118 | 2026-05-21T16:31:33.212Z | |
| 4119 | 2026-05-21T16:31:33.212Z | info: running `cargo check --bins` on wicketd-api (235/277) |
| 4120 | 2026-05-21T16:31:33.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4121 | 2026-05-21T16:31:33.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4122 | 2026-05-21T16:31:33.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4123 | 2026-05-21T16:31:33.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4124 | 2026-05-21T16:31:33.824Z | |
| 4125 | 2026-05-21T16:31:33.824Z | info: running `cargo check --bins` on omicron-ls-apis (236/277) |
| 4126 | 2026-05-21T16:31:34.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4127 | 2026-05-21T16:31:34.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4128 | 2026-05-21T16:31:34.433Z | Checking typeid v1.0.3 |
| 4129 | 2026-05-21T16:31:34.546Z | Checking ordered-float v2.10.1 |
| 4130 | 2026-05-21T16:31:34.566Z | Checking unicode-xid v0.2.6 |
| 4131 | 2026-05-21T16:31:34.579Z | Checking cargo-platform v0.2.0 |
| 4132 | 2026-05-21T16:31:34.588Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4133 | 2026-05-21T16:31:34.611Z | Checking erased-serde v0.4.9 |
| 4134 | 2026-05-21T16:31:34.746Z | Checking serde-value v0.7.0 |
| 4135 | 2026-05-21T16:31:34.919Z | Checking serde-untagged v0.1.9 |
| 4136 | 2026-05-21T16:31:35.070Z | Checking cargo-util-schemas v0.8.2 |
| 4137 | 2026-05-21T16:31:35.742Z | Checking cargo_metadata v0.21.0 |
| 4138 | 2026-05-21T16:31:36.334Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4139 | 2026-05-21T16:31:37.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s |
| 4140 | 2026-05-21T16:31:37.198Z | |
| 4141 | 2026-05-21T16:31:37.198Z | info: running `cargo check --bins` on mgs-dev (237/277) |
| 4142 | 2026-05-21T16:31:37.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4143 | 2026-05-21T16:31:37.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4144 | 2026-05-21T16:31:37.927Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4145 | 2026-05-21T16:31:38.549Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4146 | 2026-05-21T16:31:39.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 4147 | 2026-05-21T16:31:39.278Z | |
| 4148 | 2026-05-21T16:31:39.278Z | info: running `cargo check --bins` on omicron-omdb (238/277) |
| 4149 | 2026-05-21T16:31:39.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4150 | 2026-05-21T16:31:39.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4151 | 2026-05-21T16:31:40.139Z | Compiling vergen-gitcl v1.0.8 |
| 4152 | 2026-05-21T16:31:40.139Z | Compiling dirs-sys-next v0.1.2 |
| 4153 | 2026-05-21T16:31:40.139Z | Compiling diesel_derives v2.3.7 |
| 4154 | 2026-05-21T16:31:40.142Z | Compiling glob v0.3.3 |
| 4155 | 2026-05-21T16:31:40.142Z | Compiling crunchy v0.2.4 |
| 4156 | 2026-05-21T16:31:40.142Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4157 | 2026-05-21T16:31:40.142Z | Compiling dsl_auto_type v0.2.0 |
| 4158 | 2026-05-21T16:31:40.142Z | Checking scheduled-thread-pool v0.2.7 |
| 4159 | 2026-05-21T16:31:40.403Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4160 | 2026-05-21T16:31:40.460Z | Compiling dirs-next v2.0.0 |
| 4161 | 2026-05-21T16:31:40.514Z | Compiling tiny-keccak v2.0.2 |
| 4162 | 2026-05-21T16:31:40.577Z | Compiling term v0.7.0 |
| 4163 | 2026-05-21T16:31:40.618Z | Checking r2d2 v0.8.10 |
| 4164 | 2026-05-21T16:31:40.645Z | Compiling clang-sys v1.8.1 |
| 4165 | 2026-05-21T16:31:40.714Z | Checking downcast-rs v2.0.2 |
| 4166 | 2026-05-21T16:31:40.770Z | Compiling bit-vec v0.6.3 |
| 4167 | 2026-05-21T16:31:40.852Z | Compiling ascii-canvas v3.0.0 |
| 4168 | 2026-05-21T16:31:40.985Z | Compiling bit-set v0.5.3 |
| 4169 | 2026-05-21T16:31:41.021Z | Compiling itertools v0.10.5 |
| 4170 | 2026-05-21T16:31:41.090Z | Compiling ena v0.14.4 |
| 4171 | 2026-05-21T16:31:41.119Z | Compiling libloading v0.8.9 |
| 4172 | 2026-05-21T16:31:41.137Z | Compiling diff v0.1.13 |
| 4173 | 2026-05-21T16:31:41.163Z | Compiling bindgen v0.71.1 |
| 4174 | 2026-05-21T16:31:41.198Z | Compiling regex-syntax v0.6.29 |
| 4175 | 2026-05-21T16:31:41.320Z | Compiling cexpr v0.6.0 |
| 4176 | 2026-05-21T16:31:41.391Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4177 | 2026-05-21T16:31:41.591Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4178 | 2026-05-21T16:31:41.611Z | Compiling rustc-hash v2.1.1 |
| 4179 | 2026-05-21T16:31:41.744Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4180 | 2026-05-21T16:31:41.779Z | Compiling libxml v0.3.3 |
| 4181 | 2026-05-21T16:31:41.982Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4182 | 2026-05-21T16:31:42.027Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4183 | 2026-05-21T16:31:42.070Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4184 | 2026-05-21T16:31:42.256Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4185 | 2026-05-21T16:31:42.291Z | Compiling strum_macros v0.24.3 |
| 4186 | 2026-05-21T16:31:42.336Z | Compiling indoc v1.0.9 |
| 4187 | 2026-05-21T16:31:42.519Z | Compiling lalrpop v0.19.12 |
| 4188 | 2026-05-21T16:31:43.305Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4189 | 2026-05-21T16:31:43.496Z | Checking derive_builder v0.20.2 |
| 4190 | 2026-05-21T16:31:43.611Z | Compiling oso-derive v0.27.3 |
| 4191 | 2026-05-21T16:31:43.614Z | Checking quick-xml v0.37.5 |
| 4192 | 2026-05-21T16:31:43.857Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4193 | 2026-05-21T16:31:44.111Z | Checking openssl-probe v0.1.6 |
| 4194 | 2026-05-21T16:31:44.250Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4195 | 2026-05-21T16:31:44.535Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4196 | 2026-05-21T16:31:44.728Z | Checking bb8 v0.8.6 |
| 4197 | 2026-05-21T16:31:44.973Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4198 | 2026-05-21T16:31:45.016Z | Checking nonempty v0.12.0 |
| 4199 | 2026-05-21T16:31:45.034Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4200 | 2026-05-21T16:31:45.182Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4201 | 2026-05-21T16:31:45.199Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4202 | 2026-05-21T16:31:45.244Z | Checking console v0.16.2 |
| 4203 | 2026-05-21T16:31:45.397Z | Checking unit-prefix v0.5.2 |
| 4204 | 2026-05-21T16:31:45.454Z | Checking support-bundle-viewer v0.1.2 |
| 4205 | 2026-05-21T16:31:45.534Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4206 | 2026-05-21T16:31:45.560Z | Checking indicatif v0.18.4 |
| 4207 | 2026-05-21T16:31:45.692Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4208 | 2026-05-21T16:31:45.767Z | Checking multimap v0.10.1 |
| 4209 | 2026-05-21T16:31:46.140Z | Checking diesel v2.3.7 |
| 4210 | 2026-05-21T16:31:47.985Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4211 | 2026-05-21T16:31:48.191Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4212 | 2026-05-21T16:31:48.744Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4213 | 2026-05-21T16:31:49.693Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4214 | 2026-05-21T16:31:50.010Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4215 | 2026-05-21T16:31:50.329Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4216 | 2026-05-21T16:31:50.665Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4217 | 2026-05-21T16:31:50.782Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4218 | 2026-05-21T16:31:52.721Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4219 | 2026-05-21T16:31:57.722Z | Compiling samael v0.0.19 |
| 4220 | 2026-05-21T16:32:01.540Z | Checking async-bb8-diesel v0.2.1 |
| 4221 | 2026-05-21T16:32:01.889Z | Checking diesel-dtrace v0.5.0 |
| 4222 | 2026-05-21T16:32:02.608Z | Compiling polar-core v0.27.3 |
| 4223 | 2026-05-21T16:32:07.027Z | Checking oso v0.27.3 |
| 4224 | 2026-05-21T16:32:43.784Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4225 | 2026-05-21T16:33:17.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s |
| 4226 | 2026-05-21T16:33:17.482Z | |
| 4227 | 2026-05-21T16:33:17.482Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (239/277) |
| 4228 | 2026-05-21T16:33:18.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4229 | 2026-05-21T16:33:18.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4230 | 2026-05-21T16:33:18.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4231 | 2026-05-21T16:33:18.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4232 | 2026-05-21T16:33:18.151Z | |
| 4233 | 2026-05-21T16:33:18.151Z | info: running `cargo check --bins` on nexus-saga-recovery (240/277) |
| 4234 | 2026-05-21T16:33:18.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4235 | 2026-05-21T16:33:18.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4236 | 2026-05-21T16:33:18.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4237 | 2026-05-21T16:33:18.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4238 | 2026-05-21T16:33:18.810Z | |
| 4239 | 2026-05-21T16:33:18.810Z | info: running `cargo check --bins` on nexus-test-utils-macros (241/277) |
| 4240 | 2026-05-21T16:33:19.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4241 | 2026-05-21T16:33:19.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4242 | 2026-05-21T16:33:19.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4243 | 2026-05-21T16:33:19.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4244 | 2026-05-21T16:33:19.404Z | |
| 4245 | 2026-05-21T16:33:19.404Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (242/277) |
| 4246 | 2026-05-21T16:33:19.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4247 | 2026-05-21T16:33:19.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4248 | 2026-05-21T16:33:20.297Z | Compiling libz-sys v1.1.24 |
| 4249 | 2026-05-21T16:33:20.431Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4250 | 2026-05-21T16:33:20.441Z | Compiling vergen-git2 v1.0.7 |
| 4251 | 2026-05-21T16:33:20.451Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4252 | 2026-05-21T16:33:20.454Z | Compiling rustls v0.21.12 |
| 4253 | 2026-05-21T16:33:20.474Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4254 | 2026-05-21T16:33:20.488Z | Checking sct v0.7.1 |
| 4255 | 2026-05-21T16:33:20.488Z | Checking rustls-webpki v0.101.7 |
| 4256 | 2026-05-21T16:33:20.631Z | Compiling nix v0.29.0 |
| 4257 | 2026-05-21T16:33:20.672Z | Compiling dropshot v0.16.7 |
| 4258 | 2026-05-21T16:33:20.688Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4259 | 2026-05-21T16:33:20.815Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4260 | 2026-05-21T16:33:20.929Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4261 | 2026-05-21T16:33:20.974Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4262 | 2026-05-21T16:33:20.994Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4263 | 2026-05-21T16:33:21.029Z | Checking toml v0.9.12+spec-1.1.0 |
| 4264 | 2026-05-21T16:33:21.113Z | Compiling dropshot_endpoint v0.16.7 |
| 4265 | 2026-05-21T16:33:21.272Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4266 | 2026-05-21T16:33:21.390Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4267 | 2026-05-21T16:33:21.433Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4268 | 2026-05-21T16:33:21.533Z | Checking rustls-pemfile v1.0.4 |
| 4269 | 2026-05-21T16:33:21.610Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4270 | 2026-05-21T16:33:21.666Z | Checking twox-hash v2.1.2 |
| 4271 | 2026-05-21T16:33:22.037Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4272 | 2026-05-21T16:33:22.086Z | Checking tokio-rustls v0.24.1 |
| 4273 | 2026-05-21T16:33:22.752Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4274 | 2026-05-21T16:33:23.118Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4275 | 2026-05-21T16:33:23.330Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4276 | 2026-05-21T16:33:23.434Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4277 | 2026-05-21T16:33:23.591Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4278 | 2026-05-21T16:33:23.664Z | Checking fatfs v0.3.6 |
| 4279 | 2026-05-21T16:33:23.733Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4280 | 2026-05-21T16:33:23.864Z | Compiling seq-macro v0.3.6 |
| 4281 | 2026-05-21T16:33:27.301Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4282 | 2026-05-21T16:33:27.427Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4283 | 2026-05-21T16:33:27.910Z | Compiling git2 v0.20.4 |
| 4284 | 2026-05-21T16:33:30.098Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4285 | 2026-05-21T16:34:16.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.97s |
| 4286 | 2026-05-21T16:34:16.619Z | |
| 4287 | 2026-05-21T16:34:16.619Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/277) |
| 4288 | 2026-05-21T16:34:17.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4289 | 2026-05-21T16:34:17.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4290 | 2026-05-21T16:34:17.519Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4291 | 2026-05-21T16:34:55.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.31s |
| 4292 | 2026-05-21T16:34:56.165Z | |
| 4293 | 2026-05-21T16:34:56.166Z | info: running `cargo check --bins` on nexus-background-task-interface (244/277) |
| 4294 | 2026-05-21T16:34:56.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4295 | 2026-05-21T16:34:56.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4296 | 2026-05-21T16:34:56.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4297 | 2026-05-21T16:34:56.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4298 | 2026-05-21T16:34:56.757Z | |
| 4299 | 2026-05-21T16:34:56.757Z | info: running `cargo check --bins --no-default-features` on nexus-fm (245/277) |
| 4300 | 2026-05-21T16:34:57.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4301 | 2026-05-21T16:34:57.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4302 | 2026-05-21T16:34:57.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4303 | 2026-05-21T16:34:57.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4304 | 2026-05-21T16:34:57.394Z | |
| 4305 | 2026-05-21T16:34:57.394Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/277) |
| 4306 | 2026-05-21T16:34:57.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4307 | 2026-05-21T16:34:57.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4308 | 2026-05-21T16:34:57.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4309 | 2026-05-21T16:34:57.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4310 | 2026-05-21T16:34:58.054Z | |
| 4311 | 2026-05-21T16:34:58.054Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (247/277) |
| 4312 | 2026-05-21T16:34:58.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4313 | 2026-05-21T16:34:58.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4314 | 2026-05-21T16:34:58.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4315 | 2026-05-21T16:34:58.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4316 | 2026-05-21T16:34:58.704Z | |
| 4317 | 2026-05-21T16:34:58.704Z | info: running `cargo check --bins` on nexus-mgs-updates (248/277) |
| 4318 | 2026-05-21T16:34:59.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4319 | 2026-05-21T16:34:59.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4320 | 2026-05-21T16:34:59.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4321 | 2026-05-21T16:34:59.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4322 | 2026-05-21T16:34:59.342Z | |
| 4323 | 2026-05-21T16:34:59.342Z | info: running `cargo check --bins` on nexus-networking (249/277) |
| 4324 | 2026-05-21T16:34:59.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4325 | 2026-05-21T16:34:59.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4326 | 2026-05-21T16:34:59.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4327 | 2026-05-21T16:34:59.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4328 | 2026-05-21T16:34:59.987Z | |
| 4329 | 2026-05-21T16:34:59.987Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (250/277) |
| 4330 | 2026-05-21T16:35:00.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4331 | 2026-05-21T16:35:00.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4332 | 2026-05-21T16:35:00.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4333 | 2026-05-21T16:35:00.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4334 | 2026-05-21T16:35:00.642Z | |
| 4335 | 2026-05-21T16:35:00.642Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/277) |
| 4336 | 2026-05-21T16:35:01.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4337 | 2026-05-21T16:35:01.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4338 | 2026-05-21T16:35:01.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4339 | 2026-05-21T16:35:01.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4340 | 2026-05-21T16:35:01.290Z | |
| 4341 | 2026-05-21T16:35:01.290Z | info: running `cargo check --bins` on support-bundle-collection (252/277) |
| 4342 | 2026-05-21T16:35:01.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4343 | 2026-05-21T16:35:01.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4344 | 2026-05-21T16:35:01.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4345 | 2026-05-21T16:35:01.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4346 | 2026-05-21T16:35:01.943Z | |
| 4347 | 2026-05-21T16:35:01.943Z | info: running `cargo check --bins` on omicron-dev (253/277) |
| 4348 | 2026-05-21T16:35:02.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4349 | 2026-05-21T16:35:02.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4350 | 2026-05-21T16:35:02.840Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4351 | 2026-05-21T16:35:02.843Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4352 | 2026-05-21T16:35:03.030Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4353 | 2026-05-21T16:35:03.061Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4354 | 2026-05-21T16:35:03.081Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4355 | 2026-05-21T16:35:03.084Z | Checking diff v0.1.13 |
| 4356 | 2026-05-21T16:35:03.084Z | Checking yansi v1.0.1 |
| 4357 | 2026-05-21T16:35:03.128Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4358 | 2026-05-21T16:35:03.168Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4359 | 2026-05-21T16:35:03.359Z | Checking pretty_assertions v1.4.1 |
| 4360 | 2026-05-21T16:35:03.984Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4361 | 2026-05-21T16:35:04.138Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4362 | 2026-05-21T16:35:27.654Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4363 | 2026-05-21T16:35:27.659Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4364 | 2026-05-21T16:35:27.659Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4365 | 2026-05-21T16:35:27.659Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4366 | 2026-05-21T16:35:27.659Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4367 | 2026-05-21T16:35:27.659Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4368 | 2026-05-21T16:35:28.452Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4369 | 2026-05-21T16:35:28.453Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4370 | 2026-05-21T16:35:29.658Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4371 | 2026-05-21T16:36:07.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 4372 | 2026-05-21T16:36:07.743Z | |
| 4373 | 2026-05-21T16:36:07.744Z | info: running `cargo check --bins` on omicron-pins (254/277) |
| 4374 | 2026-05-21T16:36:08.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4375 | 2026-05-21T16:36:08.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4376 | 2026-05-21T16:36:08.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4377 | 2026-05-21T16:36:08.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4378 | 2026-05-21T16:36:08.323Z | |
| 4379 | 2026-05-21T16:36:08.323Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (255/277) |
| 4380 | 2026-05-21T16:36:08.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4381 | 2026-05-21T16:36:08.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4382 | 2026-05-21T16:36:09.095Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4383 | 2026-05-21T16:36:09.219Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4384 | 2026-05-21T16:36:09.222Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4385 | 2026-05-21T16:36:34.793Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4386 | 2026-05-21T16:36:35.178Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4387 | 2026-05-21T16:36:36.868Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4388 | 2026-05-21T16:36:37.329Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4389 | 2026-05-21T16:36:40.278Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4390 | 2026-05-21T16:37:03.053Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4391 | 2026-05-21T16:37:03.768Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4392 | 2026-05-21T16:37:05.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.08s |
| 4393 | 2026-05-21T16:37:05.669Z | |
| 4394 | 2026-05-21T16:37:05.669Z | info: running `cargo check --bins` on reconfigurator-sp-updater (256/277) |
| 4395 | 2026-05-21T16:37:06.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4396 | 2026-05-21T16:37:06.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4397 | 2026-05-21T16:37:06.347Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4398 | 2026-05-21T16:37:07.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4399 | 2026-05-21T16:37:07.236Z | |
| 4400 | 2026-05-21T16:37:07.236Z | info: running `cargo check --bins` on omicron-releng (257/277) |
| 4401 | 2026-05-21T16:37:07.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4402 | 2026-05-21T16:37:07.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4403 | 2026-05-21T16:37:07.897Z | Compiling blake3 v1.8.3 |
| 4404 | 2026-05-21T16:37:08.007Z | Checking arrayvec v0.7.6 |
| 4405 | 2026-05-21T16:37:08.016Z | Checking arrayref v0.3.9 |
| 4406 | 2026-05-21T16:37:08.017Z | Checking constant_time_eq v0.4.2 |
| 4407 | 2026-05-21T16:37:08.026Z | Checking topological-sort v0.2.2 |
| 4408 | 2026-05-21T16:37:08.035Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4409 | 2026-05-21T16:37:08.035Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4410 | 2026-05-21T16:37:08.035Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4411 | 2026-05-21T16:37:08.071Z | Checking shell-words v1.1.1 |
| 4412 | 2026-05-21T16:37:08.799Z | Checking omicron-zone-package v0.12.2 |
| 4413 | 2026-05-21T16:37:13.190Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4414 | 2026-05-21T16:37:13.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s |
| 4415 | 2026-05-21T16:37:13.208Z | |
| 4416 | 2026-05-21T16:37:13.209Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (258/277) |
| 4417 | 2026-05-21T16:37:13.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4418 | 2026-05-21T16:37:13.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4419 | 2026-05-21T16:37:13.209Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4420 | 2026-05-21T16:37:13.209Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4421 | 2026-05-21T16:37:13.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 4422 | 2026-05-21T16:37:13.209Z | |
| 4423 | 2026-05-21T16:37:13.209Z | info: running `cargo check --bins` on schema (259/277) |
| 4424 | 2026-05-21T16:37:13.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4425 | 2026-05-21T16:37:13.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4426 | 2026-05-21T16:37:13.209Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4427 | 2026-05-21T16:37:13.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4428 | 2026-05-21T16:37:13.770Z | |
| 4429 | 2026-05-21T16:37:13.770Z | info: running `cargo check --bins` on xtask (260/277) |
| 4430 | 2026-05-21T16:37:14.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4431 | 2026-05-21T16:37:14.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4432 | 2026-05-21T16:37:14.232Z | Checking libc v0.2.185 |
| 4433 | 2026-05-21T16:37:14.313Z | Checking serde v1.0.228 |
| 4434 | 2026-05-21T16:37:14.318Z | Checking zerofrom v0.1.6 |
| 4435 | 2026-05-21T16:37:14.322Z | Checking bitflags v2.11.0 |
| 4436 | 2026-05-21T16:37:14.327Z | Checking smallvec v1.15.1 |
| 4437 | 2026-05-21T16:37:14.334Z | Checking indexmap v2.14.0 |
| 4438 | 2026-05-21T16:37:14.343Z | Checking serde_json v1.0.149 |
| 4439 | 2026-05-21T16:37:14.346Z | Checking scroll v0.12.0 |
| 4440 | 2026-05-21T16:37:14.415Z | Checking yoke v0.8.1 |
| 4441 | 2026-05-21T16:37:14.467Z | Checking num-traits v0.2.19 |
| 4442 | 2026-05-21T16:37:14.497Z | Checking thiserror v1.0.69 |
| 4443 | 2026-05-21T16:37:14.570Z | Checking log v0.4.29 |
| 4444 | 2026-05-21T16:37:14.581Z | Checking zerovec v0.11.5 |
| 4445 | 2026-05-21T16:37:14.591Z | Checking zerotrie v0.2.3 |
| 4446 | 2026-05-21T16:37:14.600Z | Checking errno v0.3.14 |
| 4447 | 2026-05-21T16:37:14.694Z | Checking toml_datetime v0.6.11 |
| 4448 | 2026-05-21T16:37:14.715Z | Checking serde_spanned v0.6.9 |
| 4449 | 2026-05-21T16:37:14.718Z | Checking rustix v1.1.3 |
| 4450 | 2026-05-21T16:37:14.830Z | Checking percent-encoding v2.3.2 |
| 4451 | 2026-05-21T16:37:14.840Z | Checking zerocopy v0.7.35 |
| 4452 | 2026-05-21T16:37:14.861Z | Checking goblin v0.8.2 |
| 4453 | 2026-05-21T16:37:14.872Z | Checking toml_edit v0.22.27 |
| 4454 | 2026-05-21T16:37:14.940Z | Checking getrandom v0.4.1 |
| 4455 | 2026-05-21T16:37:14.967Z | Checking form_urlencoded v1.2.2 |
| 4456 | 2026-05-21T16:37:14.988Z | Checking ordered-float v2.10.1 |
| 4457 | 2026-05-21T16:37:15.007Z | Checking tinystr v0.8.2 |
| 4458 | 2026-05-21T16:37:15.068Z | Checking potential_utf v0.1.4 |
| 4459 | 2026-05-21T16:37:15.092Z | Checking thiserror v2.0.18 |
| 4460 | 2026-05-21T16:37:15.184Z | Checking icu_locale_core v2.1.1 |
| 4461 | 2026-05-21T16:37:15.195Z | Checking icu_collections v2.1.1 |
| 4462 | 2026-05-21T16:37:15.197Z | Checking syn v2.0.117 |
| 4463 | 2026-05-21T16:37:15.214Z | Checking serde-value v0.7.0 |
| 4464 | 2026-05-21T16:37:15.323Z | Checking dtrace-parser v0.2.0 |
| 4465 | 2026-05-21T16:37:15.412Z | Checking thread-id v4.2.2 |
| 4466 | 2026-05-21T16:37:15.493Z | Checking once_cell v1.21.3 |
| 4467 | 2026-05-21T16:37:15.506Z | Checking cargo-platform v0.2.0 |
| 4468 | 2026-05-21T16:37:15.526Z | Checking terminal_size v0.4.3 |
| 4469 | 2026-05-21T16:37:15.559Z | Checking memmap v0.7.0 |
| 4470 | 2026-05-21T16:37:15.660Z | Checking clap_builder v4.5.60 |
| 4471 | 2026-05-21T16:37:15.663Z | Checking tempfile v3.25.0 |
| 4472 | 2026-05-21T16:37:15.681Z | Checking textwrap v0.16.2 |
| 4473 | 2026-05-21T16:37:15.681Z | Checking fs-err v3.3.0 |
| 4474 | 2026-05-21T16:37:15.731Z | Checking icu_provider v2.1.1 |
| 4475 | 2026-05-21T16:37:15.856Z | Checking camino-tempfile v1.4.1 |
| 4476 | 2026-05-21T16:37:15.867Z | Checking tabled v0.15.0 |
| 4477 | 2026-05-21T16:37:15.884Z | Checking anyhow v1.0.102 |
| 4478 | 2026-05-21T16:37:15.966Z | Checking icu_normalizer v2.1.1 |
| 4479 | 2026-05-21T16:37:15.966Z | Checking icu_properties v2.1.2 |
| 4480 | 2026-05-21T16:37:16.006Z | Checking toml v0.8.23 |
| 4481 | 2026-05-21T16:37:16.079Z | Checking macaddr v1.0.1 |
| 4482 | 2026-05-21T16:37:16.258Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4483 | 2026-05-21T16:37:16.318Z | Checking cargo_toml v0.21.0 |
| 4484 | 2026-05-21T16:37:16.733Z | Checking dof v0.3.0 |
| 4485 | 2026-05-21T16:37:16.764Z | Checking idna_adapter v1.2.1 |
| 4486 | 2026-05-21T16:37:16.849Z | Checking clap v4.5.60 |
| 4487 | 2026-05-21T16:37:16.881Z | Checking idna v1.1.0 |
| 4488 | 2026-05-21T16:37:17.001Z | Checking usdt-impl v0.5.0 |
| 4489 | 2026-05-21T16:37:17.106Z | Checking url v2.5.8 |
| 4490 | 2026-05-21T16:37:17.247Z | Checking usdt v0.5.0 |
| 4491 | 2026-05-21T16:37:17.447Z | Checking cargo-util-schemas v0.8.2 |
| 4492 | 2026-05-21T16:37:18.146Z | Checking cargo_metadata v0.21.0 |
| 4493 | 2026-05-21T16:37:18.744Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4494 | 2026-05-21T16:37:19.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s |
| 4495 | 2026-05-21T16:37:19.285Z | |
| 4496 | 2026-05-21T16:37:19.285Z | info: running `cargo check --bins` on dnsadm (261/277) |
| 4497 | 2026-05-21T16:37:19.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4498 | 2026-05-21T16:37:19.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4499 | 2026-05-21T16:37:19.926Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4500 | 2026-05-21T16:37:20.400Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4501 | 2026-05-21T16:37:20.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
| 4502 | 2026-05-21T16:37:20.988Z | |
| 4503 | 2026-05-21T16:37:20.988Z | info: running `cargo check --bins` on end-to-end-tests (262/277) |
| 4504 | 2026-05-21T16:37:21.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4505 | 2026-05-21T16:37:21.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4506 | 2026-05-21T16:37:21.793Z | Checking polyval v0.6.2 |
| 4507 | 2026-05-21T16:37:21.919Z | Checking ctr v0.9.2 |
| 4508 | 2026-05-21T16:37:21.930Z | Checking ssh-encoding v0.2.0 |
| 4509 | 2026-05-21T16:37:21.930Z | Checking blowfish v0.9.1 |
| 4510 | 2026-05-21T16:37:21.951Z | Checking password-hash v0.4.2 |
| 4511 | 2026-05-21T16:37:21.966Z | Checking p521 v0.13.3 |
| 4512 | 2026-05-21T16:37:21.966Z | Checking p256 v0.13.2 |
| 4513 | 2026-05-21T16:37:21.993Z | Checking russh-cryptovec v0.7.3 |
| 4514 | 2026-05-21T16:37:22.059Z | Checking ghash v0.5.1 |
| 4515 | 2026-05-21T16:37:22.072Z | Checking bcrypt-pbkdf v0.10.0 |
| 4516 | 2026-05-21T16:37:22.075Z | Checking md5 v0.7.0 |
| 4517 | 2026-05-21T16:37:22.126Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4518 | 2026-05-21T16:37:22.129Z | Checking num-bigint v0.4.6 |
| 4519 | 2026-05-21T16:37:22.168Z | Checking pbkdf2 v0.11.0 |
| 4520 | 2026-05-21T16:37:22.190Z | Checking aes-gcm v0.10.3 |
| 4521 | 2026-05-21T16:37:22.220Z | Checking des v0.8.1 |
| 4522 | 2026-05-21T16:37:22.234Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4523 | 2026-05-21T16:37:22.247Z | Checking hex-literal v0.4.1 |
| 4524 | 2026-05-21T16:37:22.339Z | Checking ssh-cipher v0.2.0 |
| 4525 | 2026-05-21T16:37:22.342Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4526 | 2026-05-21T16:37:22.366Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4527 | 2026-05-21T16:37:22.366Z | Checking socket2 v0.5.10 |
| 4528 | 2026-05-21T16:37:22.392Z | Checking internet-checksum v0.2.1 |
| 4529 | 2026-05-21T16:37:22.512Z | Checking ssh-key v0.6.7 |
| 4530 | 2026-05-21T16:37:22.621Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4531 | 2026-05-21T16:37:23.144Z | Checking russh-keys v0.45.0 |
| 4532 | 2026-05-21T16:37:23.684Z | Checking russh v0.45.0 |
| 4533 | 2026-05-21T16:37:39.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.93s |
| 4534 | 2026-05-21T16:37:40.134Z | |
| 4535 | 2026-05-21T16:37:40.134Z | info: running `cargo check --bins` on gateway-cli (263/277) |
| 4536 | 2026-05-21T16:37:40.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4537 | 2026-05-21T16:37:40.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4538 | 2026-05-21T16:37:40.781Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4539 | 2026-05-21T16:37:40.890Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4540 | 2026-05-21T16:37:40.897Z | Checking termios v0.3.3 |
| 4541 | 2026-05-21T16:37:42.106Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4542 | 2026-05-21T16:37:42.245Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4543 | 2026-05-21T16:37:44.044Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4544 | 2026-05-21T16:37:44.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s |
| 4545 | 2026-05-21T16:37:44.795Z | |
| 4546 | 2026-05-21T16:37:44.795Z | info: running `cargo check --bins --no-default-features` on installinator (264/277) |
| 4547 | 2026-05-21T16:37:45.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4548 | 2026-05-21T16:37:45.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4549 | 2026-05-21T16:37:45.508Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4550 | 2026-05-21T16:37:45.518Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4551 | 2026-05-21T16:37:45.631Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4552 | 2026-05-21T16:37:45.642Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4553 | 2026-05-21T16:37:45.650Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4554 | 2026-05-21T16:37:45.658Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4555 | 2026-05-21T16:37:46.367Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4556 | 2026-05-21T16:37:46.701Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4557 | 2026-05-21T16:37:46.701Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4558 | 2026-05-21T16:37:47.332Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4559 | 2026-05-21T16:37:48.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s |
| 4560 | 2026-05-21T16:37:49.178Z | |
| 4561 | 2026-05-21T16:37:49.178Z | info: running `cargo check --bins` on internal-dns-cli (265/277) |
| 4562 | 2026-05-21T16:37:49.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4563 | 2026-05-21T16:37:49.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4564 | 2026-05-21T16:37:49.827Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4565 | 2026-05-21T16:37:50.282Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4566 | 2026-05-21T16:37:50.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4567 | 2026-05-21T16:37:50.784Z | |
| 4568 | 2026-05-21T16:37:50.784Z | info: running `cargo check --bins` on omicron-live-tests (266/277) |
| 4569 | 2026-05-21T16:37:51.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4570 | 2026-05-21T16:37:51.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4571 | 2026-05-21T16:37:51.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4572 | 2026-05-21T16:37:51.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4573 | 2026-05-21T16:37:51.377Z | |
| 4574 | 2026-05-21T16:37:51.377Z | info: running `cargo check --bins` on live-tests-macros (267/277) |
| 4575 | 2026-05-21T16:37:51.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4576 | 2026-05-21T16:37:51.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4577 | 2026-05-21T16:37:51.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4578 | 2026-05-21T16:37:51.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4579 | 2026-05-21T16:37:51.977Z | |
| 4580 | 2026-05-21T16:37:51.977Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (268/277) |
| 4581 | 2026-05-21T16:37:52.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4582 | 2026-05-21T16:37:52.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4583 | 2026-05-21T16:37:52.736Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4584 | 2026-05-21T16:37:53.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 4585 | 2026-05-21T16:37:53.561Z | |
| 4586 | 2026-05-21T16:37:53.561Z | info: running `cargo check --bins` on omicron-ntp-admin (269/277) |
| 4587 | 2026-05-21T16:37:54.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4588 | 2026-05-21T16:37:54.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4589 | 2026-05-21T16:37:54.304Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4590 | 2026-05-21T16:37:54.310Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4591 | 2026-05-21T16:37:54.499Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4592 | 2026-05-21T16:37:54.499Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4593 | 2026-05-21T16:37:55.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
| 4594 | 2026-05-21T16:37:55.490Z | |
| 4595 | 2026-05-21T16:37:55.490Z | info: running `cargo check --bins` on ntp-admin-types (270/277) |
| 4596 | 2026-05-21T16:37:55.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4597 | 2026-05-21T16:37:55.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4598 | 2026-05-21T16:37:55.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4599 | 2026-05-21T16:37:56.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4600 | 2026-05-21T16:37:56.083Z | |
| 4601 | 2026-05-21T16:37:56.083Z | info: running `cargo check --bins` on omicron-package (271/277) |
| 4602 | 2026-05-21T16:37:56.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4603 | 2026-05-21T16:37:56.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4604 | 2026-05-21T16:37:56.772Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4605 | 2026-05-21T16:37:57.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
| 4606 | 2026-05-21T16:37:58.100Z | |
| 4607 | 2026-05-21T16:37:58.100Z | info: running `cargo check --bins` on tqdb (272/277) |
| 4608 | 2026-05-21T16:37:58.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4609 | 2026-05-21T16:37:58.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4610 | 2026-05-21T16:37:58.851Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4611 | 2026-05-21T16:37:59.198Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4612 | 2026-05-21T16:37:59.718Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4613 | 2026-05-21T16:37:59.719Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4614 | 2026-05-21T16:38:05.615Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4615 | 2026-05-21T16:38:05.624Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4616 | 2026-05-21T16:38:06.186Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4617 | 2026-05-21T16:38:06.186Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4618 | 2026-05-21T16:38:06.228Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4619 | 2026-05-21T16:38:06.228Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4620 | 2026-05-21T16:38:06.929Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4621 | 2026-05-21T16:38:07.972Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4622 | 2026-05-21T16:38:11.934Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4623 | 2026-05-21T16:38:11.945Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4624 | 2026-05-21T16:38:13.505Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4625 | 2026-05-21T16:38:19.846Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4626 | 2026-05-21T16:38:19.849Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4627 | 2026-05-21T16:38:19.849Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4628 | 2026-05-21T16:38:19.849Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4629 | 2026-05-21T16:38:21.312Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4630 | 2026-05-21T16:38:22.642Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4631 | 2026-05-21T16:38:23.309Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4632 | 2026-05-21T16:38:24.528Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4633 | 2026-05-21T16:38:25.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.01s |
| 4634 | 2026-05-21T16:38:25.284Z | |
| 4635 | 2026-05-21T16:38:25.285Z | info: running `cargo check --bins` on wicket-dbg (273/277) |
| 4636 | 2026-05-21T16:38:25.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4637 | 2026-05-21T16:38:25.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4638 | 2026-05-21T16:38:25.994Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4639 | 2026-05-21T16:38:25.998Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4640 | 2026-05-21T16:38:25.998Z | Checking rtoolbox v0.0.3 |
| 4641 | 2026-05-21T16:38:26.125Z | Checking tui-tree-widget v0.23.1 |
| 4642 | 2026-05-21T16:38:26.219Z | Checking rpassword v7.4.0 |
| 4643 | 2026-05-21T16:38:27.229Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4644 | 2026-05-21T16:38:30.156Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4645 | 2026-05-21T16:38:31.974Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4646 | 2026-05-21T16:38:32.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.58s |
| 4647 | 2026-05-21T16:38:33.070Z | |
| 4648 | 2026-05-21T16:38:33.070Z | info: running `cargo check --bins` on wicket (274/277) |
| 4649 | 2026-05-21T16:38:33.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4650 | 2026-05-21T16:38:33.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4651 | 2026-05-21T16:38:33.761Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4652 | 2026-05-21T16:38:34.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 4653 | 2026-05-21T16:38:34.329Z | |
| 4654 | 2026-05-21T16:38:34.329Z | info: running `cargo check --bins` on wicketd (275/277) |
| 4655 | 2026-05-21T16:38:34.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4656 | 2026-05-21T16:38:34.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4657 | 2026-05-21T16:38:35.040Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4658 | 2026-05-21T16:38:35.045Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4659 | 2026-05-21T16:38:35.045Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4660 | 2026-05-21T16:38:35.045Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4661 | 2026-05-21T16:38:36.020Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4662 | 2026-05-21T16:38:36.584Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4663 | 2026-05-21T16:38:39.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s |
| 4664 | 2026-05-21T16:38:39.710Z | |
| 4665 | 2026-05-21T16:38:39.710Z | info: running `cargo check --bins` on omicron-workspace-hack (276/277) |
| 4666 | 2026-05-21T16:38:40.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4667 | 2026-05-21T16:38:40.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4668 | 2026-05-21T16:38:40.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4669 | 2026-05-21T16:38:40.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4670 | 2026-05-21T16:38:40.291Z | |
| 4671 | 2026-05-21T16:38:40.291Z | info: running `cargo check --bins` on zone-setup (277/277) |
| 4672 | 2026-05-21T16:38:40.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4673 | 2026-05-21T16:38:40.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4674 | 2026-05-21T16:38:40.955Z | Checking uzers v0.12.2 |
| 4675 | 2026-05-21T16:38:41.221Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4676 | 2026-05-21T16:38:41.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
| 4677 | 2026-05-21T16:38:42.165Z | |
| 4678 | 2026-05-21T16:38:42.165Z | real 14:09.356218142 |
| 4679 | 2026-05-21T16:38:42.165Z | user 20:32.967633763 |
| 4680 | 2026-05-21T16:38:42.165Z | sys 4:15.936679839 |
| 4681 | 2026-05-21T16:38:42.165Z | trap 0.320016293 |
| 4682 | 2026-05-21T16:38:42.165Z | tflt 1.417533229 |
| 4683 | 2026-05-21T16:38:42.165Z | dflt 1.339033460 |
| 4684 | 2026-05-21T16:38:42.165Z | kflt 0.022549382 |
| 4685 | 2026-05-21T16:38:42.165Z | lock 1:15:38.734324431 |
| 4686 | 2026-05-21T16:38:42.165Z | slp 1:38:27.331532826 |
| 4687 | 2026-05-21T16:38:42.165Z | lat 57.838221871 |
| 4688 | 2026-05-21T16:38:42.165Z | stop 3:29.340048698 |
| 4689 | 2026-05-21T16:38:42.170Z | process exited: duration 994018 ms, exit code 0 |
| |
| 4690 | 2026-05-21T16:38:42.178Z | found 0 output files |