|
|
|
| 1 | 2026-04-23T13:02:51.463Z | job assigned to worker 01KPX6XPFXSWZ3AHRF95WYFC5A [factory aws, i-00e891dc613116dc2] (queued for 58 s) |
| |
| 2 | 2026-04-23T13:03:00.002Z | starting task 0: "setup" |
| 3 | 2026-04-23T13:03:00.006Z | ++ uname -s |
| 4 | 2026-04-23T13:03:00.009Z | + kern=SunOS |
| 5 | 2026-04-23T13:03:00.009Z | + build_user=build |
| 6 | 2026-04-23T13:03:00.009Z | + build_uid=12345 |
| 7 | 2026-04-23T13:03:00.009Z | + work_dir=/work |
| 8 | 2026-04-23T13:03:00.009Z | + input_dir=/input |
| 9 | 2026-04-23T13:03:00.009Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-23T13:03:00.010Z | + case "$kern" in |
| 11 | 2026-04-23T13:03:00.010Z | + groupadd -g 12345 build |
| 12 | 2026-04-23T13:03:00.012Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-23T13:03:02.016Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-23T13:03:02.114Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-23T13:03:02.117Z | + home_fs=zfs |
| 16 | 2026-04-23T13:03:02.117Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-23T13:03:02.117Z | + mkdir -p /home/build |
| 18 | 2026-04-23T13:03:02.120Z | + chown build:build /home/build /work |
| 19 | 2026-04-23T13:03:04.121Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-23T13:03:04.124Z | process exited: duration 4122 ms, exit code 0 |
| |
| 21 | 2026-04-23T13:03:04.129Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-23T13:03:04.134Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-04-23T13:03:04.134Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-04-23T13:03:04.134Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-04-23T13:03:04.134Z | * rust toolchain profile = "default" |
| 26 | 2026-04-23T13:03:04.134Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-04-23T13:03:04.134Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-04-23T13:03:04.137Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-23T13:03:04.137Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-04-23T13:03:04.248Z | info: downloading installer |
| 31 | 2026-04-23T13:03:05.674Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-04-23T13:03:05.674Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-04-23T13:03:05.674Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-04-23T13:03:05.674Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-04-23T13:03:05.686Z | info: profile set to default |
| 36 | 2026-04-23T13:03:05.686Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-04-23T13:03:05.689Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-04-23T13:03:05.826Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-04-23T13:03:05.828Z | info: downloading 6 components |
| 40 | 2026-04-23T13:03:20.674Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-04-23T13:03:20.674Z | |
| 42 | 2026-04-23T13:03:20.713Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-04-23T13:03:20.713Z | |
| 44 | 2026-04-23T13:03:20.713Z | |
| 45 | 2026-04-23T13:03:20.713Z | Rust is installed now. Great! |
| 46 | 2026-04-23T13:03:20.714Z | |
| 47 | 2026-04-23T13:03:20.717Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-04-23T13:03:20.717Z | environment variable. This has not been done automatically. |
| 49 | 2026-04-23T13:03:20.717Z | |
| 50 | 2026-04-23T13:03:20.717Z | To configure your current shell, you need to source |
| 51 | 2026-04-23T13:03:20.717Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-04-23T13:03:20.717Z | |
| 53 | 2026-04-23T13:03:20.717Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-04-23T13:03:20.717Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-04-23T13:03:20.717Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-04-23T13:03:20.717Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-04-23T13:03:20.717Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-04-23T13:03:20.717Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-04-23T13:03:20.717Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-04-23T13:03:20.717Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-04-23T13:03:20.717Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-04-23T13:03:20.827Z | + rustup --version |
| 63 | 2026-04-23T13:03:20.842Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-04-23T13:03:20.845Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-04-23T13:03:20.870Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-04-23T13:03:20.873Z | + cargo --version |
| 67 | 2026-04-23T13:03:20.891Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-04-23T13:03:20.894Z | + rustc --version |
| 69 | 2026-04-23T13:03:20.921Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-04-23T13:03:20.924Z | process exited: duration 16792 ms, exit code 0 |
| |
| 71 | 2026-04-23T13:03:20.930Z | starting task 2: "authentication" |
| 72 | 2026-04-23T13:03:20.949Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-04-23T13:03:20.955Z | starting task 3: "clone repository" |
| 74 | 2026-04-23T13:03:20.959Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-04-23T13:03:20.961Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-04-23T13:03:21.165Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-04-23T13:03:30.609Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-04-23T13:03:30.609Z | + git fetch origin 08342e897a9e0fbd2e164c1bdc634b8a45184507 |
| 79 | 2026-04-23T13:03:30.878Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-04-23T13:03:30.878Z | * branch 08342e897a9e0fbd2e164c1bdc634b8a45184507 -> FETCH_HEAD |
| 81 | 2026-04-23T13:03:30.892Z | + [[ -n helios3 ]] |
| 82 | 2026-04-23T13:03:30.894Z | ++ git branch --show-current |
| 83 | 2026-04-23T13:03:30.897Z | + current=main |
| 84 | 2026-04-23T13:03:30.897Z | + [[ main != helios3 ]] |
| 85 | 2026-04-23T13:03:30.897Z | + git branch -f helios3 08342e897a9e0fbd2e164c1bdc634b8a45184507 |
| 86 | 2026-04-23T13:03:30.900Z | + git checkout -f helios3 |
| 87 | 2026-04-23T13:03:31.220Z | Switched to branch 'helios3' |
| 88 | 2026-04-23T13:03:31.223Z | + git reset --hard 08342e897a9e0fbd2e164c1bdc634b8a45184507 |
| 89 | 2026-04-23T13:03:31.239Z | HEAD is now at 08342e897 WIP - move to Helios v3 |
| 90 | 2026-04-23T13:03:31.242Z | process exited: duration 10284 ms, exit code 0 |
| |
| 91 | 2026-04-23T13:03:31.248Z | starting task 4: "build" |
| 92 | 2026-04-23T13:03:31.252Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-04-23T13:03:31.255Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-04-23T13:03:31.255Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-04-23T13:03:31.255Z | + cargo --version |
| 96 | 2026-04-23T13:03:31.264Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-04-23T13:03:31.267Z | + rustc --version |
| 98 | 2026-04-23T13:03:31.293Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-04-23T13:03:31.296Z | + source ./env.sh |
| 100 | 2026-04-23T13:03:31.299Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-04-23T13:03:31.299Z | ++ set -o xtrace |
| 102 | 2026-04-23T13:03:31.299Z | ++++ dirname ./env.sh |
| 103 | 2026-04-23T13:03:31.302Z | +++ readlink -f . |
| 104 | 2026-04-23T13:03:31.302Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-04-23T13:03:31.302Z | ++ 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-04-23T13:03:31.302Z | ++ 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-04-23T13:03:31.302Z | ++ 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-04-23T13:03:31.302Z | ++ 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-04-23T13:03:31.302Z | ++ 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-04-23T13:03:31.302Z | ++ 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-04-23T13:03:31.302Z | ++ 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-04-23T13:03:31.302Z | ++ 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-04-23T13:03:31.302Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-04-23T13:03:31.305Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-04-23T13:03:31.305Z | + 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-04-23T13:03:31.305Z | + 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-04-23T13:03:31.305Z | + banner prerequisites |
| 118 | 2026-04-23T13:03:31.305Z | |
| 119 | 2026-04-23T13:03:31.305Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-04-23T13:03:31.305Z | # # # # # # # # # # # # # # # |
| 121 | 2026-04-23T13:03:31.305Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-04-23T13:03:31.305Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-04-23T13:03:31.305Z | # # # # # # # # # # # # # # # |
| 124 | 2026-04-23T13:03:31.305Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-04-23T13:03:31.305Z | |
| 126 | 2026-04-23T13:03:31.305Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-04-23T13:03:33.559Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-04-23T13:03:33.668Z | Startup: Caching catalogs ... Done |
| 129 | 2026-04-23T13:03:34.087Z | Planning: Solver setup ... Done (0.367s) |
| 130 | 2026-04-23T13:03:34.113Z | Planning: Running solver ... Done (0.026s) |
| 131 | 2026-04-23T13:03:34.122Z | Planning: Finding local manifests ... Done (0.001s) |
| 132 | 2026-04-23T13:03:34.133Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-04-23T13:03:34.158Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-04-23T13:03:34.176Z | Planning: Package planning ... Done (0.018s) |
| 135 | 2026-04-23T13:03:34.179Z | Planning: Merging actions ... Done (0.002s) |
| 136 | 2026-04-23T13:03:34.430Z | Planning: Checking for conflicting actions ... Done (0.251s) |
| 137 | 2026-04-23T13:03:34.433Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-04-23T13:03:35.063Z | Planning: Evaluating mediators ... Done (0.632s) |
| 139 | 2026-04-23T13:03:35.066Z | Planning: Planning completed in 1.37 seconds |
| 140 | 2026-04-23T13:03:35.074Z | Packages to install: 2 |
| 141 | 2026-04-23T13:03:35.076Z | Estimated space available: 156.08 GB |
| 142 | 2026-04-23T13:03:35.076Z | Estimated space to be consumed: 22.78 MB |
| 143 | 2026-04-23T13:03:35.076Z | Create boot environment: No |
| 144 | 2026-04-23T13:03:35.077Z | Create backup boot environment: No |
| 145 | 2026-04-23T13:03:35.077Z | Rebuild boot archive: No |
| 146 | 2026-04-23T13:03:35.077Z | |
| 147 | 2026-04-23T13:03:35.077Z | Changed packages: |
| 148 | 2026-04-23T13:03:35.077Z | helios |
| 149 | 2026-04-23T13:03:35.077Z | developer/build-essential |
| 150 | 2026-04-23T13:03:35.077Z | None -> 11-3.0 |
| 151 | 2026-04-23T13:03:35.077Z | library/libxmlsec1 |
| 152 | 2026-04-23T13:03:35.077Z | None -> 1.2.35-3.0 |
| 153 | 2026-04-23T13:03:35.131Z | |
| 154 | 2026-04-23T13:03:35.131Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-04-23T13:03:35.828Z | Download: Completed 1.28 MB in 0.70 seconds (1.8M/s) |
| 156 | 2026-04-23T13:03:35.912Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-04-23T13:03:35.966Z | Actions: Completed 268 actions in 0.05 seconds. |
| 158 | 2026-04-23T13:03:35.977Z | Finalize: Updating package state database ... Done (0.010s) |
| 159 | 2026-04-23T13:03:35.980Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-04-23T13:03:36.004Z | Finalize: Updating image state ... Done (0.027s) |
| 161 | 2026-04-23T13:03:39.002Z | Finalize: Creating fast lookup database ... Done (2.970s) |
| 162 | 2026-04-23T13:03:39.080Z | Finalize: Reading search index ... Done (0.013s) |
| 163 | 2026-04-23T13:03:39.083Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-04-23T13:03:39.197Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-04-23T13:03:39.589Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-04-23T13:03:39.730Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-04-23T13:03:39.733Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-04-23T13:03:39.968Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-04-23T13:03:39.972Z | Planning: Planning completed in 0.38 seconds |
| 170 | 2026-04-23T13:03:40.000Z | Mediators to change: 2 |
| 171 | 2026-04-23T13:03:40.000Z | Create boot environment: No |
| 172 | 2026-04-23T13:03:40.003Z | Create backup boot environment: No |
| 173 | 2026-04-23T13:03:40.062Z | Finalize: Updating package state database ... Done |
| 174 | 2026-04-23T13:03:40.063Z | Finalize: Updating package cache ... Done |
| 175 | 2026-04-23T13:03:40.079Z | Finalize: Updating image state ... Done |
| 176 | 2026-04-23T13:03:42.874Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-04-23T13:03:42.952Z | Finalize: Reading search index ... Done |
| 178 | 2026-04-23T13:03:42.955Z | Finalize: Updating search index ... Done |
| 179 | 2026-04-23T13:03:43.047Z | Finalize: Updating package cache ... Done |
| 180 | 2026-04-23T13:03:43.423Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-04-23T13:03:43.564Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-04-23T13:03:43.567Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-04-23T13:03:43.799Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-04-23T13:03:43.802Z | Planning: Planning completed in 0.38 seconds |
| 185 | 2026-04-23T13:03:43.830Z | Mediators to change: 1 |
| 186 | 2026-04-23T13:03:43.830Z | Create boot environment: No |
| 187 | 2026-04-23T13:03:43.833Z | Create backup boot environment: No |
| 188 | 2026-04-23T13:03:43.901Z | Finalize: Updating package state database ... Done |
| 189 | 2026-04-23T13:03:43.901Z | Finalize: Updating package cache ... Done |
| 190 | 2026-04-23T13:03:43.917Z | Finalize: Updating image state ... Done |
| 191 | 2026-04-23T13:03:46.706Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-04-23T13:03:46.785Z | Finalize: Reading search index ... Done |
| 193 | 2026-04-23T13:03:46.788Z | Finalize: Updating search index ... Done |
| 194 | 2026-04-23T13:03:46.866Z | Finalize: Updating package cache ... Done |
| 195 | 2026-04-23T13:03:47.283Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-04-23T13:03:47.283Z | apache system 2.4 system |
| 197 | 2026-04-23T13:03:47.283Z | clang system 15 system |
| 198 | 2026-04-23T13:03:47.283Z | csh system system illumos |
| 199 | 2026-04-23T13:03:47.283Z | ctags system system illumos |
| 200 | 2026-04-23T13:03:47.283Z | file vendor vendor darwinsys |
| 201 | 2026-04-23T13:03:47.283Z | file system system illumos |
| 202 | 2026-04-23T13:03:47.283Z | gcc vendor 14 vendor |
| 203 | 2026-04-23T13:03:47.283Z | gcc system 13 system |
| 204 | 2026-04-23T13:03:47.283Z | gcc system 10 system |
| 205 | 2026-04-23T13:03:47.283Z | go system 1.25 system |
| 206 | 2026-04-23T13:03:47.283Z | llvm system 15 system |
| 207 | 2026-04-23T13:03:47.283Z | mariadb system 11.4 system |
| 208 | 2026-04-23T13:03:47.283Z | mta vendor vendor dma |
| 209 | 2026-04-23T13:03:47.283Z | openjdk system 17 system |
| 210 | 2026-04-23T13:03:47.283Z | openjdk system 11 system |
| 211 | 2026-04-23T13:03:47.283Z | openssl vendor 3 vendor |
| 212 | 2026-04-23T13:03:47.283Z | perl system 5.40 system |
| 213 | 2026-04-23T13:03:47.283Z | postgresql system 18 system |
| 214 | 2026-04-23T13:03:47.284Z | postgresql system 17 system |
| 215 | 2026-04-23T13:03:47.284Z | python vendor 3 vendor |
| 216 | 2026-04-23T13:03:47.284Z | python system 2 system |
| 217 | 2026-04-23T13:03:47.284Z | python3 vendor 3.13 vendor |
| 218 | 2026-04-23T13:03:47.284Z | ruby system 3.4 system |
| 219 | 2026-04-23T13:03:47.284Z | ruby system 3.0 system |
| 220 | 2026-04-23T13:03:47.284Z | words vendor vendor american-english |
| 221 | 2026-04-23T13:03:47.284Z | words system system australian-english |
| 222 | 2026-04-23T13:03:47.284Z | words system system british-english |
| 223 | 2026-04-23T13:03:47.284Z | words system system canadian-english |
| 224 | 2026-04-23T13:03:47.284Z | words system system french |
| 225 | 2026-04-23T13:03:47.284Z | words system system italian |
| 226 | 2026-04-23T13:03:47.284Z | words system system ngerman |
| 227 | 2026-04-23T13:03:47.284Z | words system system ogerman |
| 228 | 2026-04-23T13:03:47.284Z | words system system spanish |
| 229 | 2026-04-23T13:03:47.618Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-04-23T13:03:47.618Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-04-23T13:03:48.000Z | FMRI IFO |
| 232 | 2026-04-23T13:03:48.000Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-04-23T13:03:48.000Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-04-23T13:03:48.000Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-04-23T13:03:48.000Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-04-23T13:03:48.001Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-04-23T13:03:48.001Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-04-23T13:03:48.001Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-04-23T13:03:48.001Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-04-23T13:03:48.001Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-04-23T13:03:48.308Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-04-23T13:03:48.594Z | Updating crates.io index |
| 243 | 2026-04-23T13:03:48.629Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-04-23T13:03:49.354Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-04-23T13:03:49.789Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-04-23T13:03:50.422Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-04-23T13:03:51.300Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-04-23T13:03:51.812Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-04-23T13:03:53.414Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-04-23T13:03:54.335Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-04-23T13:03:54.644Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-04-23T13:03:55.596Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-04-23T13:03:56.031Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-04-23T13:03:56.674Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-04-23T13:03:56.949Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-04-23T13:03:58.012Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-04-23T13:03:58.542Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 258 | 2026-04-23T13:03:58.894Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 259 | 2026-04-23T13:03:59.252Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 260 | 2026-04-23T13:03:59.615Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 261 | 2026-04-23T13:03:59.954Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 262 | 2026-04-23T13:04:00.208Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 263 | 2026-04-23T13:04:00.489Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 264 | 2026-04-23T13:04:00.919Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 265 | 2026-04-23T13:04:01.428Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 266 | 2026-04-23T13:04:01.964Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 267 | 2026-04-23T13:04:02.431Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 268 | 2026-04-23T13:04:02.765Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 269 | 2026-04-23T13:04:03.875Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 270 | 2026-04-23T13:04:04.501Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 271 | 2026-04-23T13:04:05.101Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 272 | 2026-04-23T13:04:05.634Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 273 | 2026-04-23T13:04:06.159Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 274 | 2026-04-23T13:04:06.587Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 275 | 2026-04-23T13:04:06.858Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 276 | 2026-04-23T13:04:07.501Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 277 | 2026-04-23T13:04:07.769Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 278 | 2026-04-23T13:04:08.063Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 279 | 2026-04-23T13:04:08.314Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 280 | 2026-04-23T13:04:08.737Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 281 | 2026-04-23T13:04:23.006Z | Downloading crates ... |
| 282 | 2026-04-23T13:04:23.069Z | Downloaded anyhow v1.0.102 |
| 283 | 2026-04-23T13:04:23.073Z | Downloaded bitflags v2.11.0 |
| 284 | 2026-04-23T13:04:23.076Z | Downloaded anstyle-parse v0.2.7 |
| 285 | 2026-04-23T13:04:23.080Z | Downloaded camino v1.2.2 |
| 286 | 2026-04-23T13:04:23.083Z | Downloaded byteorder v1.5.0 |
| 287 | 2026-04-23T13:04:23.083Z | Downloaded anstream v0.6.21 |
| 288 | 2026-04-23T13:04:23.088Z | Downloaded cfg-if v1.0.4 |
| 289 | 2026-04-23T13:04:23.091Z | Downloaded textwrap v0.16.2 |
| 290 | 2026-04-23T13:04:23.094Z | Downloaded thiserror-impl v2.0.18 |
| 291 | 2026-04-23T13:04:23.094Z | Downloaded cargo_metadata v0.21.0 |
| 292 | 2026-04-23T13:04:23.098Z | Downloaded bytecount v0.6.9 |
| 293 | 2026-04-23T13:04:23.098Z | Downloaded smawk v0.3.2 |
| 294 | 2026-04-23T13:04:23.098Z | Downloaded anstyle-query v1.1.5 |
| 295 | 2026-04-23T13:04:23.102Z | Downloaded version_check v0.9.5 |
| 296 | 2026-04-23T13:04:23.102Z | Downloaded potential_utf v0.1.4 |
| 297 | 2026-04-23T13:04:23.104Z | Downloaded heck v0.5.0 |
| 298 | 2026-04-23T13:04:23.104Z | Downloaded fastrand v2.3.0 |
| 299 | 2026-04-23T13:04:23.104Z | Downloaded digest v0.10.7 |
| 300 | 2026-04-23T13:04:23.107Z | Downloaded dof v0.3.0 |
| 301 | 2026-04-23T13:04:23.107Z | Downloaded usdt v0.5.0 |
| 302 | 2026-04-23T13:04:23.107Z | Downloaded typeid v1.0.3 |
| 303 | 2026-04-23T13:04:23.110Z | Downloaded colorchoice v1.0.4 |
| 304 | 2026-04-23T13:04:23.113Z | Downloaded form_urlencoded v1.2.2 |
| 305 | 2026-04-23T13:04:23.113Z | Downloaded errno v0.3.14 |
| 306 | 2026-04-23T13:04:23.113Z | Downloaded dtrace-parser v0.2.0 |
| 307 | 2026-04-23T13:04:23.116Z | Downloaded crypto-common v0.1.7 |
| 308 | 2026-04-23T13:04:23.116Z | Downloaded block-buffer v0.10.4 |
| 309 | 2026-04-23T13:04:23.116Z | Downloaded unicode-linebreak v0.1.5 |
| 310 | 2026-04-23T13:04:23.118Z | Downloaded yoke-derive v0.8.1 |
| 311 | 2026-04-23T13:04:23.118Z | Downloaded thread-id v4.2.2 |
| 312 | 2026-04-23T13:04:23.121Z | Downloaded swrite v0.1.0 |
| 313 | 2026-04-23T13:04:23.121Z | Downloaded zerofrom-derive v0.1.6 |
| 314 | 2026-04-23T13:04:23.121Z | Downloaded toml_datetime v0.6.11 |
| 315 | 2026-04-23T13:04:23.124Z | Downloaded scroll_derive v0.12.1 |
| 316 | 2026-04-23T13:04:23.124Z | Downloaded generic-array v0.14.7 |
| 317 | 2026-04-23T13:04:23.124Z | Downloaded utf8_iter v1.0.4 |
| 318 | 2026-04-23T13:04:23.126Z | Downloaded thiserror-impl v1.0.69 |
| 319 | 2026-04-23T13:04:23.127Z | Downloaded cargo-platform v0.2.0 |
| 320 | 2026-04-23T13:04:23.127Z | Downloaded usdt-macro v0.5.0 |
| 321 | 2026-04-23T13:04:23.129Z | Downloaded toml_write v0.1.2 |
| 322 | 2026-04-23T13:04:23.129Z | Downloaded once_cell v1.21.3 |
| 323 | 2026-04-23T13:04:23.132Z | Downloaded clap_lex v1.0.0 |
| 324 | 2026-04-23T13:04:23.132Z | Downloaded proc-macro-error-attr v1.0.4 |
| 325 | 2026-04-23T13:04:23.132Z | Downloaded zerofrom v0.1.6 |
| 326 | 2026-04-23T13:04:23.132Z | Downloaded memmap v0.7.0 |
| 327 | 2026-04-23T13:04:23.135Z | Downloaded zerovec-derive v0.11.2 |
| 328 | 2026-04-23T13:04:23.135Z | Downloaded utf8parse v0.2.2 |
| 329 | 2026-04-23T13:04:23.135Z | Downloaded usdt-attr-macro v0.5.0 |
| 330 | 2026-04-23T13:04:23.137Z | Downloaded tinystr v0.8.2 |
| 331 | 2026-04-23T13:04:23.137Z | Downloaded stable_deref_trait v1.2.1 |
| 332 | 2026-04-23T13:04:23.140Z | Downloaded serde-value v0.7.0 |
| 333 | 2026-04-23T13:04:23.140Z | Downloaded pretty-hex v0.4.1 |
| 334 | 2026-04-23T13:04:23.140Z | Downloaded writeable v0.6.2 |
| 335 | 2026-04-23T13:04:23.143Z | Downloaded yoke v0.8.1 |
| 336 | 2026-04-23T13:04:23.143Z | Downloaded zmij v1.0.21 |
| 337 | 2026-04-23T13:04:23.145Z | Downloaded heck v0.4.1 |
| 338 | 2026-04-23T13:04:23.145Z | Downloaded fnv v1.0.7 |
| 339 | 2026-04-23T13:04:23.145Z | Downloaded usdt-impl v0.5.0 |
| 340 | 2026-04-23T13:04:23.148Z | Downloaded unicode-xid v0.2.6 |
| 341 | 2026-04-23T13:04:23.148Z | Downloaded thiserror v2.0.18 |
| 342 | 2026-04-23T13:04:23.151Z | Downloaded zerocopy-derive v0.7.35 |
| 343 | 2026-04-23T13:04:23.154Z | Downloaded plain v0.2.3 |
| 344 | 2026-04-23T13:04:23.157Z | Downloaded equivalent v1.0.2 |
| 345 | 2026-04-23T13:04:23.157Z | Downloaded macaddr v1.0.1 |
| 346 | 2026-04-23T13:04:23.157Z | Downloaded terminal_size v0.4.3 |
| 347 | 2026-04-23T13:04:23.159Z | Downloaded toml v0.8.23 |
| 348 | 2026-04-23T13:04:23.164Z | Downloaded erased-serde v0.4.9 |
| 349 | 2026-04-23T13:04:23.168Z | Downloaded ucd-trie v0.1.7 |
| 350 | 2026-04-23T13:04:23.171Z | Downloaded cargo_toml v0.21.0 |
| 351 | 2026-04-23T13:04:23.173Z | Downloaded thiserror v1.0.69 |
| 352 | 2026-04-23T13:04:23.176Z | Downloaded fs-err v3.3.0 |
| 353 | 2026-04-23T13:04:23.178Z | Downloaded unicode-ident v1.0.24 |
| 354 | 2026-04-23T13:04:23.184Z | Downloaded is_terminal_polyfill v1.70.2 |
| 355 | 2026-04-23T13:04:23.187Z | Downloaded serde_spanned v0.6.9 |
| 356 | 2026-04-23T13:04:23.190Z | Downloaded zerotrie v0.2.3 |
| 357 | 2026-04-23T13:04:23.190Z | Downloaded url v2.5.8 |
| 358 | 2026-04-23T13:04:23.193Z | Downloaded strsim v0.11.1 |
| 359 | 2026-04-23T13:04:23.195Z | Downloaded ordered-float v2.10.1 |
| 360 | 2026-04-23T13:04:23.195Z | Downloaded toml_edit v0.22.27 |
| 361 | 2026-04-23T13:04:23.198Z | Downloaded tabled_derive v0.7.0 |
| 362 | 2026-04-23T13:04:23.198Z | Downloaded zerovec v0.11.5 |
| 363 | 2026-04-23T13:04:23.201Z | Downloaded serde_tokenstream v0.2.3 |
| 364 | 2026-04-23T13:04:23.204Z | Downloaded clap_derive v4.5.55 |
| 365 | 2026-04-23T13:04:23.207Z | Downloaded idna_adapter v1.2.1 |
| 366 | 2026-04-23T13:04:23.207Z | Downloaded typenum v1.19.0 |
| 367 | 2026-04-23T13:04:23.207Z | Downloaded cpufeatures v0.2.17 |
| 368 | 2026-04-23T13:04:23.209Z | Downloaded winnow v0.7.14 |
| 369 | 2026-04-23T13:04:23.215Z | Downloaded serde-untagged v0.1.9 |
| 370 | 2026-04-23T13:04:23.217Z | Downloaded semver v1.0.27 |
| 371 | 2026-04-23T13:04:23.218Z | Downloaded zerocopy v0.7.35 |
| 372 | 2026-04-23T13:04:23.228Z | Downloaded proc-macro-error v1.0.4 |
| 373 | 2026-04-23T13:04:23.231Z | Downloaded percent-encoding v2.3.2 |
| 374 | 2026-04-23T13:04:23.234Z | Downloaded autocfg v1.5.0 |
| 375 | 2026-04-23T13:04:23.234Z | Downloaded sha2 v0.10.9 |
| 376 | 2026-04-23T13:04:23.236Z | Downloaded scroll v0.12.0 |
| 377 | 2026-04-23T13:04:23.236Z | Downloaded anstyle v1.0.13 |
| 378 | 2026-04-23T13:04:23.239Z | Downloaded unicode-width v0.2.0 |
| 379 | 2026-04-23T13:04:23.242Z | Downloaded unicode-width v0.1.14 |
| 380 | 2026-04-23T13:04:23.245Z | Downloaded displaydoc v0.2.5 |
| 381 | 2026-04-23T13:04:23.249Z | Downloaded camino-tempfile v1.4.1 |
| 382 | 2026-04-23T13:04:23.251Z | Downloaded icu_locale_core v2.1.1 |
| 383 | 2026-04-23T13:04:23.254Z | Downloaded pest_generator v2.8.6 |
| 384 | 2026-04-23T13:04:23.257Z | Downloaded pest_derive v2.8.6 |
| 385 | 2026-04-23T13:04:23.262Z | Downloaded itoa v1.0.17 |
| 386 | 2026-04-23T13:04:23.264Z | Downloaded smallvec v1.15.1 |
| 387 | 2026-04-23T13:04:23.272Z | Downloaded tempfile v3.25.0 |
| 388 | 2026-04-23T13:04:23.275Z | Downloaded papergrid v0.11.0 |
| 389 | 2026-04-23T13:04:23.278Z | Downloaded cargo-util-schemas v0.8.2 |
| 390 | 2026-04-23T13:04:23.281Z | Downloaded serde_derive v1.0.228 |
| 391 | 2026-04-23T13:04:23.293Z | Downloaded quote v1.0.44 |
| 392 | 2026-04-23T13:04:23.299Z | Downloaded log v0.4.29 |
| 393 | 2026-04-23T13:04:23.302Z | Downloaded icu_properties v2.1.2 |
| 394 | 2026-04-23T13:04:23.304Z | Downloaded num-traits v0.2.19 |
| 395 | 2026-04-23T13:04:23.308Z | Downloaded synstructure v0.13.2 |
| 396 | 2026-04-23T13:04:23.311Z | Downloaded icu_provider v2.1.1 |
| 397 | 2026-04-23T13:04:23.317Z | Downloaded clap v4.5.60 |
| 398 | 2026-04-23T13:04:23.323Z | Downloaded serde_core v1.0.228 |
| 399 | 2026-04-23T13:04:23.326Z | Downloaded litemap v0.8.1 |
| 400 | 2026-04-23T13:04:23.329Z | Downloaded icu_normalizer v2.1.1 |
| 401 | 2026-04-23T13:04:23.332Z | Downloaded getrandom v0.4.1 |
| 402 | 2026-04-23T13:04:23.334Z | Downloaded icu_collections v2.1.1 |
| 403 | 2026-04-23T13:04:23.339Z | Downloaded icu_normalizer_data v2.1.1 |
| 404 | 2026-04-23T13:04:23.344Z | Downloaded proc-macro2 v1.0.106 |
| 405 | 2026-04-23T13:04:23.352Z | Downloaded memchr v2.8.0 |
| 406 | 2026-04-23T13:04:23.355Z | Downloaded indexmap v2.13.0 |
| 407 | 2026-04-23T13:04:23.358Z | Downloaded serde v1.0.228 |
| 408 | 2026-04-23T13:04:23.365Z | Downloaded pest_meta v2.8.6 |
| 409 | 2026-04-23T13:04:23.381Z | Downloaded pest v2.8.6 |
| 410 | 2026-04-23T13:04:23.389Z | Downloaded hashbrown v0.16.1 |
| 411 | 2026-04-23T13:04:23.397Z | Downloaded serde_json v1.0.149 |
| 412 | 2026-04-23T13:04:23.402Z | Downloaded idna v1.1.0 |
| 413 | 2026-04-23T13:04:23.424Z | Downloaded icu_properties_data v2.1.2 |
| 414 | 2026-04-23T13:04:23.431Z | Downloaded tabled v0.15.0 |
| 415 | 2026-04-23T13:04:23.441Z | Downloaded clap_builder v4.5.60 |
| 416 | 2026-04-23T13:04:23.445Z | Downloaded goblin v0.8.2 |
| 417 | 2026-04-23T13:04:23.449Z | Downloaded syn v1.0.109 |
| 418 | 2026-04-23T13:04:23.479Z | Downloaded syn v2.0.117 |
| 419 | 2026-04-23T13:04:23.487Z | Downloaded rustix v1.1.3 |
| 420 | 2026-04-23T13:04:23.516Z | Downloaded libc v0.2.185 |
| 421 | 2026-04-23T13:04:23.605Z | Compiling proc-macro2 v1.0.106 |
| 422 | 2026-04-23T13:04:23.605Z | Compiling quote v1.0.44 |
| 423 | 2026-04-23T13:04:23.611Z | Compiling unicode-ident v1.0.24 |
| 424 | 2026-04-23T13:04:23.611Z | Compiling serde_core v1.0.228 |
| 425 | 2026-04-23T13:04:23.611Z | Compiling libc v0.2.185 |
| 426 | 2026-04-23T13:04:23.611Z | Compiling version_check v0.9.5 |
| 427 | 2026-04-23T13:04:23.611Z | Compiling serde v1.0.228 |
| 428 | 2026-04-23T13:04:23.611Z | Compiling memchr v2.8.0 |
| 429 | 2026-04-23T13:04:24.014Z | Compiling stable_deref_trait v1.2.1 |
| 430 | 2026-04-23T13:04:24.105Z | Compiling zmij v1.0.21 |
| 431 | 2026-04-23T13:04:24.411Z | Compiling itoa v1.0.17 |
| 432 | 2026-04-23T13:04:24.479Z | Compiling autocfg v1.5.0 |
| 433 | 2026-04-23T13:04:24.662Z | Compiling ucd-trie v0.1.7 |
| 434 | 2026-04-23T13:04:24.722Z | Compiling thiserror v1.0.69 |
| 435 | 2026-04-23T13:04:24.833Z | Compiling litemap v0.8.1 |
| 436 | 2026-04-23T13:04:24.912Z | Compiling pest v2.8.6 |
| 437 | 2026-04-23T13:04:24.994Z | Compiling writeable v0.6.2 |
| 438 | 2026-04-23T13:04:25.098Z | Compiling rustix v1.1.3 |
| 439 | 2026-04-23T13:04:25.356Z | Compiling icu_normalizer_data v2.1.1 |
| 440 | 2026-04-23T13:04:25.452Z | Compiling byteorder v1.5.0 |
| 441 | 2026-04-23T13:04:25.545Z | Compiling syn v2.0.117 |
| 442 | 2026-04-23T13:04:25.580Z | Compiling icu_properties_data v2.1.2 |
| 443 | 2026-04-23T13:04:25.708Z | Compiling errno v0.3.14 |
| 444 | 2026-04-23T13:04:25.753Z | Compiling bitflags v2.11.0 |
| 445 | 2026-04-23T13:04:25.831Z | Compiling serde_json v1.0.149 |
| 446 | 2026-04-23T13:04:26.045Z | Compiling num-traits v0.2.19 |
| 447 | 2026-04-23T13:04:26.116Z | Compiling typeid v1.0.3 |
| 448 | 2026-04-23T13:04:26.268Z | Compiling smallvec v1.15.1 |
| 449 | 2026-04-23T13:04:26.328Z | Compiling hashbrown v0.16.1 |
| 450 | 2026-04-23T13:04:26.444Z | Compiling pest_meta v2.8.6 |
| 451 | 2026-04-23T13:04:26.536Z | Compiling equivalent v1.0.2 |
| 452 | 2026-04-23T13:04:26.695Z | Compiling thread-id v4.2.2 |
| 453 | 2026-04-23T13:04:26.797Z | Compiling usdt-impl v0.5.0 |
| 454 | 2026-04-23T13:04:26.899Z | Compiling proc-macro-error-attr v1.0.4 |
| 455 | 2026-04-23T13:04:27.059Z | Compiling indexmap v2.13.0 |
| 456 | 2026-04-23T13:04:27.059Z | Compiling erased-serde v0.4.9 |
| 457 | 2026-04-23T13:04:27.104Z | Compiling syn v1.0.109 |
| 458 | 2026-04-23T13:04:27.126Z | Compiling toml_write v0.1.2 |
| 459 | 2026-04-23T13:04:27.389Z | Compiling winnow v0.7.14 |
| 460 | 2026-04-23T13:04:27.919Z | Compiling proc-macro-error v1.0.4 |
| 461 | 2026-04-23T13:04:27.942Z | Compiling camino v1.2.2 |
| 462 | 2026-04-23T13:04:28.161Z | Compiling utf8parse v0.2.2 |
| 463 | 2026-04-23T13:04:28.308Z | Compiling thiserror v2.0.18 |
| 464 | 2026-04-23T13:04:28.354Z | Compiling utf8_iter v1.0.4 |
| 465 | 2026-04-23T13:04:28.546Z | Compiling percent-encoding v2.3.2 |
| 466 | 2026-04-23T13:04:28.636Z | Compiling log v0.4.29 |
| 467 | 2026-04-23T13:04:28.735Z | Compiling plain v0.2.3 |
| 468 | 2026-04-23T13:04:28.788Z | Compiling getrandom v0.4.1 |
| 469 | 2026-04-23T13:04:28.874Z | Compiling form_urlencoded v1.2.2 |
| 470 | 2026-04-23T13:04:28.874Z | Compiling ordered-float v2.10.1 |
| 471 | 2026-04-23T13:04:29.020Z | Compiling anstyle-parse v0.2.7 |
| 472 | 2026-04-23T13:04:29.260Z | Compiling terminal_size v0.4.3 |
| 473 | 2026-04-23T13:04:29.306Z | Compiling synstructure v0.13.2 |
| 474 | 2026-04-23T13:04:29.459Z | Compiling pest_generator v2.8.6 |
| 475 | 2026-04-23T13:04:29.483Z | Compiling anstyle-query v1.1.5 |
| 476 | 2026-04-23T13:04:29.518Z | Compiling pretty-hex v0.4.1 |
| 477 | 2026-04-23T13:04:29.623Z | Compiling colorchoice v1.0.4 |
| 478 | 2026-04-23T13:04:29.659Z | Compiling anstyle v1.0.13 |
| 479 | 2026-04-23T13:04:29.692Z | Compiling is_terminal_polyfill v1.70.2 |
| 480 | 2026-04-23T13:04:29.769Z | Compiling cfg-if v1.0.4 |
| 481 | 2026-04-23T13:04:29.769Z | Compiling serde-untagged v0.1.9 |
| 482 | 2026-04-23T13:04:29.885Z | Compiling anstream v0.6.21 |
| 483 | 2026-04-23T13:04:30.084Z | Compiling semver v1.0.27 |
| 484 | 2026-04-23T13:04:30.164Z | Compiling fs-err v3.3.0 |
| 485 | 2026-04-23T13:04:30.290Z | Compiling strsim v0.11.1 |
| 486 | 2026-04-23T13:04:30.401Z | Compiling unicode-width v0.1.14 |
| 487 | 2026-04-23T13:04:30.424Z | Compiling fnv v1.0.7 |
| 488 | 2026-04-23T13:04:30.492Z | Compiling once_cell v1.21.3 |
| 489 | 2026-04-23T13:04:30.517Z | Compiling unicode-xid v0.2.6 |
| 490 | 2026-04-23T13:04:30.548Z | Compiling anyhow v1.0.102 |
| 491 | 2026-04-23T13:04:30.674Z | Compiling bytecount v0.6.9 |
| 492 | 2026-04-23T13:04:30.754Z | Compiling heck v0.4.1 |
| 493 | 2026-04-23T13:04:30.754Z | Compiling clap_lex v1.0.0 |
| 494 | 2026-04-23T13:04:30.857Z | Compiling fastrand v2.3.0 |
| 495 | 2026-04-23T13:04:30.951Z | Compiling heck v0.5.0 |
| 496 | 2026-04-23T13:04:31.061Z | Compiling clap_builder v4.5.60 |
| 497 | 2026-04-23T13:04:31.202Z | Compiling tempfile v3.25.0 |
| 498 | 2026-04-23T13:04:31.226Z | Compiling papergrid v0.11.0 |
| 499 | 2026-04-23T13:04:31.371Z | Compiling memmap v0.7.0 |
| 500 | 2026-04-23T13:04:31.393Z | Compiling unicode-width v0.2.0 |
| 501 | 2026-04-23T13:04:31.604Z | Compiling smawk v0.3.2 |
| 502 | 2026-04-23T13:04:31.696Z | Compiling unicode-linebreak v0.1.5 |
| 503 | 2026-04-23T13:04:31.741Z | Compiling camino-tempfile v1.4.1 |
| 504 | 2026-04-23T13:04:31.849Z | Compiling serde_derive v1.0.228 |
| 505 | 2026-04-23T13:04:32.068Z | Compiling zerofrom-derive v0.1.6 |
| 506 | 2026-04-23T13:04:32.091Z | Compiling yoke-derive v0.8.1 |
| 507 | 2026-04-23T13:04:32.195Z | Compiling zerovec-derive v0.11.2 |
| 508 | 2026-04-23T13:04:32.219Z | Compiling displaydoc v0.2.5 |
| 509 | 2026-04-23T13:04:33.204Z | Compiling thiserror-impl v1.0.69 |
| 510 | 2026-04-23T13:04:33.248Z | Compiling zerocopy-derive v0.7.35 |
| 511 | 2026-04-23T13:04:33.689Z | Compiling pest_derive v2.8.6 |
| 512 | 2026-04-23T13:04:33.713Z | Compiling scroll_derive v0.12.1 |
| 513 | 2026-04-23T13:04:34.010Z | Compiling zerofrom v0.1.6 |
| 514 | 2026-04-23T13:04:34.177Z | Compiling yoke v0.8.1 |
| 515 | 2026-04-23T13:04:34.224Z | Compiling thiserror-impl v2.0.18 |
| 516 | 2026-04-23T13:04:34.394Z | Compiling zerovec v0.11.5 |
| 517 | 2026-04-23T13:04:34.421Z | Compiling zerotrie v0.2.3 |
| 518 | 2026-04-23T13:04:34.577Z | Compiling zerocopy v0.7.35 |
| 519 | 2026-04-23T13:04:34.818Z | Compiling scroll v0.12.0 |
| 520 | 2026-04-23T13:04:35.012Z | Compiling tinystr v0.8.2 |
| 521 | 2026-04-23T13:04:35.079Z | Compiling potential_utf v0.1.4 |
| 522 | 2026-04-23T13:04:35.167Z | Compiling dtrace-parser v0.2.0 |
| 523 | 2026-04-23T13:04:35.280Z | Compiling icu_locale_core v2.1.1 |
| 524 | 2026-04-23T13:04:35.307Z | Compiling icu_collections v2.1.1 |
| 525 | 2026-04-23T13:04:35.369Z | Compiling goblin v0.8.2 |
| 526 | 2026-04-23T13:04:35.372Z | Compiling tabled_derive v0.7.0 |
| 527 | 2026-04-23T13:04:35.957Z | Compiling clap_derive v4.5.55 |
| 528 | 2026-04-23T13:04:36.176Z | Compiling icu_provider v2.1.1 |
| 529 | 2026-04-23T13:04:36.228Z | Compiling textwrap v0.16.2 |
| 530 | 2026-04-23T13:04:36.525Z | Compiling icu_properties v2.1.2 |
| 531 | 2026-04-23T13:04:36.571Z | Compiling icu_normalizer v2.1.1 |
| 532 | 2026-04-23T13:04:36.596Z | Compiling toml_datetime v0.6.11 |
| 533 | 2026-04-23T13:04:36.599Z | Compiling serde_spanned v0.6.9 |
| 534 | 2026-04-23T13:04:36.599Z | Compiling dof v0.3.0 |
| 535 | 2026-04-23T13:04:36.845Z | Compiling serde_tokenstream v0.2.3 |
| 536 | 2026-04-23T13:04:36.919Z | Compiling toml_edit v0.22.27 |
| 537 | 2026-04-23T13:04:37.214Z | Compiling serde-value v0.7.0 |
| 538 | 2026-04-23T13:04:37.315Z | Compiling cargo-platform v0.2.0 |
| 539 | 2026-04-23T13:04:37.345Z | Compiling tabled v0.15.0 |
| 540 | 2026-04-23T13:04:37.680Z | Compiling macaddr v1.0.1 |
| 541 | 2026-04-23T13:04:37.856Z | Compiling idna_adapter v1.2.1 |
| 542 | 2026-04-23T13:04:37.982Z | Compiling usdt-attr-macro v0.5.0 |
| 543 | 2026-04-23T13:04:38.042Z | Compiling idna v1.1.0 |
| 544 | 2026-04-23T13:04:38.115Z | Compiling usdt-macro v0.5.0 |
| 545 | 2026-04-23T13:04:38.191Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 546 | 2026-04-23T13:04:38.412Z | Compiling url v2.5.8 |
| 547 | 2026-04-23T13:04:38.871Z | Compiling clap v4.5.60 |
| 548 | 2026-04-23T13:04:38.918Z | Compiling toml v0.8.23 |
| 549 | 2026-04-23T13:04:38.943Z | Compiling swrite v0.1.0 |
| 550 | 2026-04-23T13:04:39.389Z | Compiling usdt v0.5.0 |
| 551 | 2026-04-23T13:04:39.456Z | Compiling cargo-util-schemas v0.8.2 |
| 552 | 2026-04-23T13:04:39.600Z | Compiling cargo_toml v0.21.0 |
| 553 | 2026-04-23T13:04:40.688Z | Compiling cargo_metadata v0.21.0 |
| 554 | 2026-04-23T13:04:42.000Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 555 | 2026-04-23T13:04:44.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.73s |
| 556 | 2026-04-23T13:04:45.145Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 557 | 2026-04-23T13:04:45.904Z | Downloading crates ... |
| 558 | 2026-04-23T13:04:46.020Z | Downloaded aead v0.5.2 |
| 559 | 2026-04-23T13:04:46.024Z | Downloaded adler2 v2.0.1 |
| 560 | 2026-04-23T13:04:46.034Z | Downloaded atomicwrites v0.4.4 |
| 561 | 2026-04-23T13:04:46.043Z | Downloaded crc32fast v1.5.0 |
| 562 | 2026-04-23T13:04:46.043Z | Downloaded base64ct v1.8.3 |
| 563 | 2026-04-23T13:04:46.043Z | Downloaded allocator-api2 v0.2.21 |
| 564 | 2026-04-23T13:04:46.056Z | Downloaded aes-gcm v0.10.3 |
| 565 | 2026-04-23T13:04:46.056Z | Downloaded debug-ignore v1.0.5 |
| 566 | 2026-04-23T13:04:46.056Z | Downloaded aes v0.8.4 |
| 567 | 2026-04-23T13:04:46.056Z | Downloaded castaway v0.2.4 |
| 568 | 2026-04-23T13:04:46.056Z | Downloaded dirs-sys-next v0.1.2 |
| 569 | 2026-04-23T13:04:46.061Z | Downloaded downcast-rs v2.0.2 |
| 570 | 2026-04-23T13:04:46.061Z | Downloaded ciborium-io v0.2.2 |
| 571 | 2026-04-23T13:04:46.061Z | Downloaded defmt v0.3.100 |
| 572 | 2026-04-23T13:04:46.061Z | Downloaded atty v0.2.14 |
| 573 | 2026-04-23T13:04:46.061Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 574 | 2026-04-23T13:04:46.061Z | Downloaded dsl_auto_type v0.2.0 |
| 575 | 2026-04-23T13:04:46.061Z | Downloaded defmt-parser v1.0.0 |
| 576 | 2026-04-23T13:04:46.061Z | Downloaded bit-set v0.8.0 |
| 577 | 2026-04-23T13:04:46.065Z | Downloaded cfg_aliases v0.2.1 |
| 578 | 2026-04-23T13:04:46.065Z | Downloaded base16ct v0.2.0 |
| 579 | 2026-04-23T13:04:46.065Z | Downloaded async-stream v0.3.6 |
| 580 | 2026-04-23T13:04:46.065Z | Downloaded compression-core v0.4.31 |
| 581 | 2026-04-23T13:04:46.069Z | Downloaded crucible-workspace-hack v0.1.0 |
| 582 | 2026-04-23T13:04:46.069Z | Downloaded cobs v0.3.0 |
| 583 | 2026-04-23T13:04:46.069Z | Downloaded block-padding v0.3.3 |
| 584 | 2026-04-23T13:04:46.069Z | Downloaded async-recursion v1.1.1 |
| 585 | 2026-04-23T13:04:46.072Z | Downloaded env_logger v0.11.9 |
| 586 | 2026-04-23T13:04:46.075Z | Downloaded derive_builder_core v0.20.2 |
| 587 | 2026-04-23T13:04:46.078Z | Downloaded filetime v0.2.27 |
| 588 | 2026-04-23T13:04:46.078Z | Downloaded ff v0.13.1 |
| 589 | 2026-04-23T13:04:46.081Z | Downloaded cbc v0.1.2 |
| 590 | 2026-04-23T13:04:46.081Z | Downloaded async-trait v0.1.89 |
| 591 | 2026-04-23T13:04:46.086Z | Downloaded dyn-clone v1.0.20 |
| 592 | 2026-04-23T13:04:46.089Z | Downloaded dtrace-parser v0.3.0 |
| 593 | 2026-04-23T13:04:46.089Z | Downloaded bitfield-struct v0.6.2 |
| 594 | 2026-04-23T13:04:46.089Z | Downloaded display-error-chain v0.2.2 |
| 595 | 2026-04-23T13:04:46.091Z | Downloaded console v0.16.2 |
| 596 | 2026-04-23T13:04:46.092Z | Downloaded float-ord v0.3.2 |
| 597 | 2026-04-23T13:04:46.094Z | Downloaded data-encoding v2.10.0 |
| 598 | 2026-04-23T13:04:46.094Z | Downloaded dropshot_endpoint v0.17.0 |
| 599 | 2026-04-23T13:04:46.103Z | Downloaded convert_case v0.4.0 |
| 600 | 2026-04-23T13:04:46.103Z | Downloaded cfg_aliases v0.1.1 |
| 601 | 2026-04-23T13:04:46.103Z | Downloaded dunce v1.0.5 |
| 602 | 2026-04-23T13:04:46.103Z | Downloaded dirs-next v2.0.0 |
| 603 | 2026-04-23T13:04:46.104Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 604 | 2026-04-23T13:04:46.104Z | Downloaded crc v3.4.0 |
| 605 | 2026-04-23T13:04:46.104Z | Downloaded cargo-platform v0.1.9 |
| 606 | 2026-04-23T13:04:46.107Z | Downloaded darling_macro v0.23.0 |
| 607 | 2026-04-23T13:04:46.107Z | Downloaded cstr-argument v0.1.2 |
| 608 | 2026-04-23T13:04:46.107Z | Downloaded ascii-canvas v3.0.0 |
| 609 | 2026-04-23T13:04:46.107Z | Downloaded flagset v0.4.7 |
| 610 | 2026-04-23T13:04:46.110Z | Downloaded array-init v0.0.4 |
| 611 | 2026-04-23T13:04:46.110Z | Downloaded der v0.7.10 |
| 612 | 2026-04-23T13:04:46.113Z | Downloaded difflib v0.4.0 |
| 613 | 2026-04-23T13:04:46.116Z | Downloaded atomic-waker v1.1.2 |
| 614 | 2026-04-23T13:04:46.116Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 615 | 2026-04-23T13:04:46.122Z | Downloaded fixedbitset v0.4.2 |
| 616 | 2026-04-23T13:04:46.122Z | Downloaded crc-catalog v2.4.0 |
| 617 | 2026-04-23T13:04:46.125Z | Downloaded dof v0.4.0 |
| 618 | 2026-04-23T13:04:46.125Z | Downloaded foreign-types-shared v0.1.1 |
| 619 | 2026-04-23T13:04:46.125Z | Downloaded cpufeatures v0.3.0 |
| 620 | 2026-04-23T13:04:46.125Z | Downloaded backoff v0.4.0 |
| 621 | 2026-04-23T13:04:46.129Z | Downloaded bit-set v0.5.3 |
| 622 | 2026-04-23T13:04:46.129Z | Downloaded bitfield-macros v0.19.4 |
| 623 | 2026-04-23T13:04:46.129Z | Downloaded assert_matches v1.5.0 |
| 624 | 2026-04-23T13:04:46.129Z | Downloaded enum-as-inner v0.6.1 |
| 625 | 2026-04-23T13:04:46.132Z | Downloaded diff v0.1.13 |
| 626 | 2026-04-23T13:04:46.134Z | Downloaded darling_core v0.21.3 |
| 627 | 2026-04-23T13:04:46.137Z | Downloaded csv-core v0.1.13 |
| 628 | 2026-04-23T13:04:46.141Z | Downloaded crunchy v0.2.4 |
| 629 | 2026-04-23T13:04:46.141Z | Downloaded darling_macro v0.21.3 |
| 630 | 2026-04-23T13:04:46.141Z | Downloaded foreign-types v0.5.0 |
| 631 | 2026-04-23T13:04:46.144Z | Downloaded foreign-types v0.3.2 |
| 632 | 2026-04-23T13:04:46.144Z | Downloaded arrayref v0.3.9 |
| 633 | 2026-04-23T13:04:46.144Z | Downloaded endian-type v0.1.2 |
| 634 | 2026-04-23T13:04:46.148Z | Downloaded embedded-io v0.6.1 |
| 635 | 2026-04-23T13:04:46.148Z | Downloaded derive_builder_macro v0.20.2 |
| 636 | 2026-04-23T13:04:46.148Z | Downloaded crc8 v0.1.1 |
| 637 | 2026-04-23T13:04:46.148Z | Downloaded bb8 v0.8.6 |
| 638 | 2026-04-23T13:04:46.151Z | Downloaded cancel-safe-futures v0.1.5 |
| 639 | 2026-04-23T13:04:46.154Z | Downloaded futures-core v0.3.32 |
| 640 | 2026-04-23T13:04:46.154Z | Downloaded futures-sink v0.3.32 |
| 641 | 2026-04-23T13:04:46.157Z | Downloaded funty v2.0.0 |
| 642 | 2026-04-23T13:04:46.157Z | Downloaded foreign-types-shared v0.3.1 |
| 643 | 2026-04-23T13:04:46.157Z | Downloaded foreign-types-macros v0.2.3 |
| 644 | 2026-04-23T13:04:46.160Z | Downloaded fxhash v0.2.1 |
| 645 | 2026-04-23T13:04:46.160Z | Downloaded futures-task v0.3.32 |
| 646 | 2026-04-23T13:04:46.160Z | Downloaded futures-macro v0.3.32 |
| 647 | 2026-04-23T13:04:46.163Z | Downloaded float-cmp v0.10.0 |
| 648 | 2026-04-23T13:04:46.163Z | Downloaded darling_macro v0.20.11 |
| 649 | 2026-04-23T13:04:46.165Z | Downloaded globwalk v0.9.1 |
| 650 | 2026-04-23T13:04:46.165Z | Downloaded foldhash v0.2.0 |
| 651 | 2026-04-23T13:04:46.168Z | Downloaded erased-serde v0.3.31 |
| 652 | 2026-04-23T13:04:46.168Z | Downloaded futures-io v0.3.32 |
| 653 | 2026-04-23T13:04:46.171Z | Downloaded git-stub v1.0.0 |
| 654 | 2026-04-23T13:04:46.171Z | Downloaded const_format_proc_macros v0.2.34 |
| 655 | 2026-04-23T13:04:46.174Z | Downloaded gethostname v0.5.0 |
| 656 | 2026-04-23T13:04:46.174Z | Downloaded camino-tempfile-ext v0.3.3 |
| 657 | 2026-04-23T13:04:46.177Z | Downloaded bit-vec v0.8.0 |
| 658 | 2026-04-23T13:04:46.180Z | Downloaded cipher v0.4.4 |
| 659 | 2026-04-23T13:04:46.180Z | Downloaded cmake v0.1.57 |
| 660 | 2026-04-23T13:04:46.182Z | Downloaded critical-section v1.2.0 |
| 661 | 2026-04-23T13:04:46.185Z | Downloaded diesel-dtrace v0.5.0 |
| 662 | 2026-04-23T13:04:46.185Z | Downloaded defmt v1.0.1 |
| 663 | 2026-04-23T13:04:46.188Z | Downloaded headers-core v0.3.0 |
| 664 | 2026-04-23T13:04:46.192Z | Downloaded hash32 v0.3.1 |
| 665 | 2026-04-23T13:04:46.192Z | Downloaded blowfish v0.9.1 |
| 666 | 2026-04-23T13:04:46.195Z | Downloaded hex-literal v0.4.1 |
| 667 | 2026-04-23T13:04:46.195Z | Downloaded arrayvec v0.7.6 |
| 668 | 2026-04-23T13:04:46.195Z | Downloaded hex v0.4.3 |
| 669 | 2026-04-23T13:04:46.198Z | Downloaded hostname v0.3.1 |
| 670 | 2026-04-23T13:04:46.198Z | Downloaded hash32 v0.2.1 |
| 671 | 2026-04-23T13:04:46.201Z | Downloaded find-msvc-tools v0.1.9 |
| 672 | 2026-04-23T13:04:46.201Z | Downloaded darling v0.23.0 |
| 673 | 2026-04-23T13:04:46.205Z | Downloaded hubpack_derive v0.1.1 |
| 674 | 2026-04-23T13:04:46.210Z | Downloaded http-body v1.0.1 |
| 675 | 2026-04-23T13:04:46.210Z | Downloaded defmt-macros v1.0.1 |
| 676 | 2026-04-23T13:04:46.213Z | Downloaded hubpack v0.1.2 |
| 677 | 2026-04-23T13:04:46.213Z | Downloaded httpdate v1.0.3 |
| 678 | 2026-04-23T13:04:46.213Z | Downloaded compression-codecs v0.4.37 |
| 679 | 2026-04-23T13:04:46.216Z | Downloaded http-range v0.1.5 |
| 680 | 2026-04-23T13:04:46.235Z | Downloaded indoc v1.0.9 |
| 681 | 2026-04-23T13:04:46.238Z | Downloaded globset v0.4.18 |
| 682 | 2026-04-23T13:04:46.241Z | Downloaded glob v0.3.3 |
| 683 | 2026-04-23T13:04:46.241Z | Downloaded git-stub-vcs v0.1.0 |
| 684 | 2026-04-23T13:04:46.245Z | Downloaded instability v0.3.11 |
| 685 | 2026-04-23T13:04:46.249Z | Downloaded const-oid v0.9.6 |
| 686 | 2026-04-23T13:04:46.249Z | Downloaded inout v0.1.4 |
| 687 | 2026-04-23T13:04:46.249Z | Downloaded indent_write v2.2.0 |
| 688 | 2026-04-23T13:04:46.253Z | Downloaded ed25519-dalek v2.2.0 |
| 689 | 2026-04-23T13:04:46.260Z | Downloaded crossbeam-utils v0.8.21 |
| 690 | 2026-04-23T13:04:46.261Z | Downloaded console v0.15.11 |
| 691 | 2026-04-23T13:04:46.261Z | Downloaded chacha20 v0.10.0 |
| 692 | 2026-04-23T13:04:46.265Z | Downloaded bit-vec v0.6.3 |
| 693 | 2026-04-23T13:04:46.265Z | Downloaded keccak v0.1.6 |
| 694 | 2026-04-23T13:04:46.265Z | Downloaded deranged v0.5.8 |
| 695 | 2026-04-23T13:04:46.269Z | Downloaded is-terminal v0.4.17 |
| 696 | 2026-04-23T13:04:46.269Z | Downloaded internet-checksum v0.2.1 |
| 697 | 2026-04-23T13:04:46.270Z | Downloaded colored v2.2.0 |
| 698 | 2026-04-23T13:04:46.273Z | Downloaded des v0.8.1 |
| 699 | 2026-04-23T13:04:46.273Z | Downloaded kstat-rs v0.2.4 |
| 700 | 2026-04-23T13:04:46.275Z | Downloaded is_ci v1.2.0 |
| 701 | 2026-04-23T13:04:46.275Z | Downloaded humantime v2.3.0 |
| 702 | 2026-04-23T13:04:46.278Z | Downloaded either v1.15.0 |
| 703 | 2026-04-23T13:04:46.278Z | Downloaded lazy_static v1.5.0 |
| 704 | 2026-04-23T13:04:46.281Z | Downloaded maplit v1.0.2 |
| 705 | 2026-04-23T13:04:46.281Z | Downloaded lzss v0.8.2 |
| 706 | 2026-04-23T13:04:46.285Z | Downloaded libscf-sys v1.1.0 |
| 707 | 2026-04-23T13:04:46.288Z | Downloaded maybe-uninit v2.0.0 |
| 708 | 2026-04-23T13:04:46.288Z | Downloaded lru-cache v0.1.2 |
| 709 | 2026-04-23T13:04:46.288Z | Downloaded mime v0.3.17 |
| 710 | 2026-04-23T13:04:46.288Z | Downloaded lru v0.12.5 |
| 711 | 2026-04-23T13:04:46.291Z | Downloaded lalrpop-util v0.19.12 |
| 712 | 2026-04-23T13:04:46.291Z | Downloaded http-body-util v0.1.3 |
| 713 | 2026-04-23T13:04:46.297Z | Downloaded lru-slab v0.1.2 |
| 714 | 2026-04-23T13:04:46.297Z | Downloaded match_cfg v0.1.0 |
| 715 | 2026-04-23T13:04:46.300Z | Downloaded futures-channel v0.3.32 |
| 716 | 2026-04-23T13:04:46.300Z | Downloaded corncobs v0.1.4 |
| 717 | 2026-04-23T13:04:46.300Z | Downloaded derive_more v0.99.20 |
| 718 | 2026-04-23T13:04:46.307Z | Downloaded ingot v0.1.1 |
| 719 | 2026-04-23T13:04:46.311Z | Downloaded memoffset v0.9.1 |
| 720 | 2026-04-23T13:04:46.311Z | Downloaded md5 v0.7.0 |
| 721 | 2026-04-23T13:04:46.311Z | Downloaded instant v0.1.13 |
| 722 | 2026-04-23T13:04:46.311Z | Downloaded half v1.8.3 |
| 723 | 2026-04-23T13:04:46.314Z | Downloaded newline-converter v0.3.0 |
| 724 | 2026-04-23T13:04:46.314Z | Downloaded new_debug_unreachable v1.0.6 |
| 725 | 2026-04-23T13:04:46.315Z | Downloaded fatfs v0.3.6 |
| 726 | 2026-04-23T13:04:46.318Z | Downloaded ipnet v2.11.0 |
| 727 | 2026-04-23T13:04:46.324Z | Downloaded crc-any v2.5.0 |
| 728 | 2026-04-23T13:04:46.324Z | Downloaded multimap v0.10.1 |
| 729 | 2026-04-23T13:04:46.324Z | Downloaded cookie v0.18.1 |
| 730 | 2026-04-23T13:04:46.324Z | Downloaded num v0.4.3 |
| 731 | 2026-04-23T13:04:46.327Z | Downloaded num-derive v0.4.2 |
| 732 | 2026-04-23T13:04:46.327Z | Downloaded nibble_vec v0.1.0 |
| 733 | 2026-04-23T13:04:46.336Z | Downloaded ipnetwork v0.21.1 |
| 734 | 2026-04-23T13:04:46.336Z | Downloaded num-iter v0.1.45 |
| 735 | 2026-04-23T13:04:46.336Z | Downloaded nodrop v0.1.14 |
| 736 | 2026-04-23T13:04:46.339Z | Downloaded cc v1.2.56 |
| 737 | 2026-04-23T13:04:46.340Z | Downloaded hmac v0.12.1 |
| 738 | 2026-04-23T13:04:46.340Z | Downloaded highway v1.3.0 |
| 739 | 2026-04-23T13:04:46.349Z | Downloaded newtype_derive v0.1.6 |
| 740 | 2026-04-23T13:04:46.349Z | Downloaded md-5 v0.10.6 |
| 741 | 2026-04-23T13:04:46.349Z | Downloaded linked-hash-map v0.5.6 |
| 742 | 2026-04-23T13:04:46.349Z | Downloaded lock_api v0.4.14 |
| 743 | 2026-04-23T13:04:46.349Z | Downloaded libefi-sys v0.1.0 |
| 744 | 2026-04-23T13:04:46.363Z | Downloaded num-derive v0.3.3 |
| 745 | 2026-04-23T13:04:46.363Z | Downloaded normalize-line-endings v0.3.0 |
| 746 | 2026-04-23T13:04:46.363Z | Downloaded openssl-probe v0.2.1 |
| 747 | 2026-04-23T13:04:46.363Z | Downloaded linear-map v1.2.0 |
| 748 | 2026-04-23T13:04:46.363Z | Downloaded oso-derive v0.27.3 |
| 749 | 2026-04-23T13:04:46.363Z | Downloaded openssl-macros v0.1.1 |
| 750 | 2026-04-23T13:04:46.363Z | Downloaded iana-time-zone v0.1.65 |
| 751 | 2026-04-23T13:04:46.368Z | Downloaded hyper-rustls v0.27.7 |
| 752 | 2026-04-23T13:04:46.368Z | Downloaded blake2 v0.10.6 |
| 753 | 2026-04-23T13:04:46.368Z | Downloaded opaque-debug v0.3.1 |
| 754 | 2026-04-23T13:04:46.368Z | Downloaded olpc-cjson v0.1.4 |
| 755 | 2026-04-23T13:04:46.369Z | Downloaded elliptic-curve v0.13.8 |
| 756 | 2026-04-23T13:04:46.372Z | Downloaded getrandom v0.3.4 |
| 757 | 2026-04-23T13:04:46.372Z | Downloaded openssl-probe v0.1.6 |
| 758 | 2026-04-23T13:04:46.375Z | Downloaded mime_guess v2.0.5 |
| 759 | 2026-04-23T13:04:46.375Z | Downloaded ingot-types v0.1.2 |
| 760 | 2026-04-23T13:04:46.375Z | Downloaded ingot-macros v0.1.1 |
| 761 | 2026-04-23T13:04:46.378Z | Downloaded parse-display v0.10.0 |
| 762 | 2026-04-23T13:04:46.378Z | Downloaded bytes v1.11.1 |
| 763 | 2026-04-23T13:04:46.382Z | Downloaded half v2.7.1 |
| 764 | 2026-04-23T13:04:46.385Z | Downloaded dropshot_endpoint v0.16.7 |
| 765 | 2026-04-23T13:04:46.388Z | Downloaded darling_core v0.20.11 |
| 766 | 2026-04-23T13:04:46.393Z | Downloaded peg-runtime v0.8.5 |
| 767 | 2026-04-23T13:04:46.398Z | Downloaded path-slash v0.1.5 |
| 768 | 2026-04-23T13:04:46.398Z | Downloaded packed_struct_codegen v0.10.1 |
| 769 | 2026-04-23T13:04:46.398Z | Downloaded parse-size v1.1.0 |
| 770 | 2026-04-23T13:04:46.399Z | Downloaded pbkdf2 v0.12.2 |
| 771 | 2026-04-23T13:04:46.403Z | Downloaded pbkdf2 v0.11.0 |
| 772 | 2026-04-23T13:04:46.403Z | Downloaded nu-ansi-term v0.50.3 |
| 773 | 2026-04-23T13:04:46.409Z | Downloaded phf_shared v0.11.3 |
| 774 | 2026-04-23T13:04:46.409Z | Downloaded newtype-uuid v1.3.2 |
| 775 | 2026-04-23T13:04:46.409Z | Downloaded native-tls v0.2.18 |
| 776 | 2026-04-23T13:04:46.409Z | Downloaded nanorand v0.7.0 |
| 777 | 2026-04-23T13:04:46.412Z | Downloaded num-integer v0.1.46 |
| 778 | 2026-04-23T13:04:46.412Z | Downloaded num_enum v0.7.5 |
| 779 | 2026-04-23T13:04:46.416Z | Downloaded nonempty v0.12.0 |
| 780 | 2026-04-23T13:04:46.419Z | Downloaded phf_shared v0.12.1 |
| 781 | 2026-04-23T13:04:46.419Z | Downloaded multer v3.1.0 |
| 782 | 2026-04-23T13:04:46.421Z | Downloaded futures v0.3.32 |
| 783 | 2026-04-23T13:04:46.425Z | Downloaded num_enum_derive v0.7.5 |
| 784 | 2026-04-23T13:04:46.428Z | Downloaded pin-utils v0.1.0 |
| 785 | 2026-04-23T13:04:46.430Z | Downloaded phf_shared v0.13.1 |
| 786 | 2026-04-23T13:04:46.430Z | Downloaded litrs v1.0.0 |
| 787 | 2026-04-23T13:04:46.433Z | Downloaded owo-colors v4.3.0 |
| 788 | 2026-04-23T13:04:46.436Z | Downloaded predicates-core v1.0.10 |
| 789 | 2026-04-23T13:04:46.436Z | Downloaded memmap2 v0.9.10 |
| 790 | 2026-04-23T13:04:46.439Z | Downloaded flume v0.11.1 |
| 791 | 2026-04-23T13:04:46.441Z | Downloaded chacha20poly1305 v0.10.1 |
| 792 | 2026-04-23T13:04:46.444Z | Downloaded proc-macro-crate v1.3.1 |
| 793 | 2026-04-23T13:04:46.444Z | Downloaded compact_str v0.8.1 |
| 794 | 2026-04-23T13:04:46.447Z | Downloaded indexmap v1.9.3 |
| 795 | 2026-04-23T13:04:46.453Z | Downloaded precomputed-hash v0.1.1 |
| 796 | 2026-04-23T13:04:46.453Z | Downloaded oxnet v0.1.4 |
| 797 | 2026-04-23T13:04:46.456Z | Downloaded oxide-tokio-rt v0.1.4 |
| 798 | 2026-04-23T13:04:46.456Z | Downloaded powerfmt v0.2.0 |
| 799 | 2026-04-23T13:04:46.456Z | Downloaded ar_archive_writer v0.5.1 |
| 800 | 2026-04-23T13:04:46.459Z | Downloaded password-hash v0.4.2 |
| 801 | 2026-04-23T13:04:46.463Z | Downloaded progenitor-client v0.10.0 |
| 802 | 2026-04-23T13:04:46.463Z | Downloaded parking_lot_core v0.8.6 |
| 803 | 2026-04-23T13:04:46.468Z | Downloaded num_enum v0.5.11 |
| 804 | 2026-04-23T13:04:46.468Z | Downloaded psl-types v2.0.11 |
| 805 | 2026-04-23T13:04:46.471Z | Downloaded quick-error v1.2.3 |
| 806 | 2026-04-23T13:04:46.471Z | Downloaded progenitor-macro v0.13.0 |
| 807 | 2026-04-23T13:04:46.475Z | Downloaded paste v1.0.15 |
| 808 | 2026-04-23T13:04:46.475Z | Downloaded peg v0.8.5 |
| 809 | 2026-04-23T13:04:46.478Z | Downloaded phf v0.13.1 |
| 810 | 2026-04-23T13:04:46.482Z | Downloaded progenitor-macro v0.11.2 |
| 811 | 2026-04-23T13:04:46.482Z | Downloaded progenitor-macro v0.10.0 |
| 812 | 2026-04-23T13:04:46.485Z | Downloaded phf v0.12.1 |
| 813 | 2026-04-23T13:04:46.485Z | Downloaded crypto-bigint v0.5.5 |
| 814 | 2026-04-23T13:04:46.490Z | Downloaded pin-project-internal v1.1.11 |
| 815 | 2026-04-23T13:04:46.493Z | Downloaded pem-rfc7468 v0.7.0 |
| 816 | 2026-04-23T13:04:46.493Z | Downloaded num-rational v0.4.2 |
| 817 | 2026-04-23T13:04:46.495Z | Downloaded heapless v0.8.0 |
| 818 | 2026-04-23T13:04:46.498Z | Downloaded polyval v0.6.2 |
| 819 | 2026-04-23T13:04:46.501Z | Downloaded omicron-zone-package v0.12.2 |
| 820 | 2026-04-23T13:04:46.506Z | Downloaded poly1305 v0.8.0 |
| 821 | 2026-04-23T13:04:46.506Z | Downloaded rand_xorshift v0.4.0 |
| 822 | 2026-04-23T13:04:46.510Z | Downloaded expectorate v1.2.0 |
| 823 | 2026-04-23T13:04:46.510Z | Downloaded recursive v0.1.1 |
| 824 | 2026-04-23T13:04:46.519Z | Downloaded parking_lot_core v0.9.12 |
| 825 | 2026-04-23T13:04:46.519Z | Downloaded arc-swap v1.8.2 |
| 826 | 2026-04-23T13:04:46.522Z | Downloaded progenitor v0.10.0 |
| 827 | 2026-04-23T13:04:46.522Z | Downloaded ref-cast-impl v1.0.25 |
| 828 | 2026-04-23T13:04:46.522Z | Downloaded indicatif v0.18.4 |
| 829 | 2026-04-23T13:04:46.522Z | Downloaded progenitor v0.13.0 |
| 830 | 2026-04-23T13:04:46.525Z | Downloaded ref-cast v1.0.25 |
| 831 | 2026-04-23T13:04:46.528Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 832 | 2026-04-23T13:04:46.528Z | Downloaded predicates v3.1.4 |
| 833 | 2026-04-23T13:04:46.531Z | Downloaded ppv-lite86 v0.2.21 |
| 834 | 2026-04-23T13:04:46.534Z | Downloaded pem v3.0.6 |
| 835 | 2026-04-23T13:04:46.534Z | Downloaded radium v0.7.0 |
| 836 | 2026-04-23T13:04:46.534Z | Downloaded proc-macro-error2 v2.0.1 |
| 837 | 2026-04-23T13:04:46.537Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 838 | 2026-04-23T13:04:46.540Z | Downloaded rfc6979 v0.4.0 |
| 839 | 2026-04-23T13:04:46.540Z | Downloaded parking_lot v0.12.5 |
| 840 | 2026-04-23T13:04:46.542Z | Downloaded rtoolbox v0.0.3 |
| 841 | 2026-04-23T13:04:46.545Z | Downloaded progenitor-client v0.13.0 |
| 842 | 2026-04-23T13:04:46.545Z | Downloaded progenitor-extras v0.1.1 |
| 843 | 2026-04-23T13:04:46.548Z | Downloaded libbz2-rs-sys v0.2.2 |
| 844 | 2026-04-23T13:04:46.548Z | Downloaded rustc-hash v2.1.1 |
| 845 | 2026-04-23T13:04:46.551Z | Downloaded diesel_derives v2.3.7 |
| 846 | 2026-04-23T13:04:46.556Z | Downloaded rustc_version v0.4.1 |
| 847 | 2026-04-23T13:04:46.559Z | Downloaded peg-macros v0.8.5 |
| 848 | 2026-04-23T13:04:46.559Z | Downloaded russh-cryptovec v0.7.3 |
| 849 | 2026-04-23T13:04:46.562Z | Downloaded r2d2 v0.8.10 |
| 850 | 2026-04-23T13:04:46.562Z | Downloaded hickory-resolver v0.25.2 |
| 851 | 2026-04-23T13:04:46.565Z | Downloaded dropshot-api-manager v0.6.0 |
| 852 | 2026-04-23T13:04:46.569Z | Downloaded salsa20 v0.10.2 |
| 853 | 2026-04-23T13:04:46.571Z | Downloaded rand_chacha v0.9.0 |
| 854 | 2026-04-23T13:04:46.571Z | Downloaded rand_chacha v0.3.1 |
| 855 | 2026-04-23T13:04:46.574Z | Downloaded postcard v1.1.3 |
| 856 | 2026-04-23T13:04:46.577Z | Downloaded miniz_oxide v0.8.9 |
| 857 | 2026-04-23T13:04:46.580Z | Downloaded p256 v0.13.2 |
| 858 | 2026-04-23T13:04:46.583Z | Downloaded rand_core v0.10.0 |
| 859 | 2026-04-23T13:04:46.583Z | Downloaded rand_core v0.6.4 |
| 860 | 2026-04-23T13:04:46.585Z | Downloaded postgres-types v0.2.12 |
| 861 | 2026-04-23T13:04:46.588Z | Downloaded scrypt v0.11.0 |
| 862 | 2026-04-23T13:04:46.588Z | Downloaded scroll_derive v0.13.1 |
| 863 | 2026-04-23T13:04:46.591Z | Downloaded sapling-renderdag v0.1.0 |
| 864 | 2026-04-23T13:04:46.591Z | Downloaded rand_seeder v0.4.0 |
| 865 | 2026-04-23T13:04:46.594Z | Downloaded secrecy v0.10.3 |
| 866 | 2026-04-23T13:04:46.594Z | Downloaded secrecy v0.8.0 |
| 867 | 2026-04-23T13:04:46.597Z | Downloaded oso v0.27.3 |
| 868 | 2026-04-23T13:04:46.600Z | Downloaded same-file v1.0.6 |
| 869 | 2026-04-23T13:04:46.600Z | Downloaded scheduled-thread-pool v0.2.7 |
| 870 | 2026-04-23T13:04:46.603Z | Downloaded scopeguard v1.2.0 |
| 871 | 2026-04-23T13:04:46.603Z | Downloaded progenitor v0.11.2 |
| 872 | 2026-04-23T13:04:46.605Z | Downloaded hickory-resolver v0.24.4 |
| 873 | 2026-04-23T13:04:46.610Z | Downloaded rand_core v0.9.5 |
| 874 | 2026-04-23T13:04:46.610Z | Downloaded resolv-conf v0.7.6 |
| 875 | 2026-04-23T13:04:46.613Z | Downloaded postgres-protocol v0.6.10 |
| 876 | 2026-04-23T13:04:46.613Z | Downloaded pkcs5 v0.7.1 |
| 877 | 2026-04-23T13:04:46.623Z | Downloaded serde_plain v1.0.2 |
| 878 | 2026-04-23T13:04:46.626Z | Downloaded serde_spanned v1.0.4 |
| 879 | 2026-04-23T13:04:46.626Z | Downloaded shell-words v1.1.1 |
| 880 | 2026-04-23T13:04:46.626Z | Downloaded serde_urlencoded v0.7.1 |
| 881 | 2026-04-23T13:04:46.626Z | Downloaded serde_repr v0.1.20 |
| 882 | 2026-04-23T13:04:46.626Z | Downloaded quinn-udp v0.5.14 |
| 883 | 2026-04-23T13:04:46.629Z | Downloaded serde_bytes v0.11.19 |
| 884 | 2026-04-23T13:04:46.629Z | Downloaded serde-big-array v0.5.1 |
| 885 | 2026-04-23T13:04:46.631Z | Downloaded seq-macro v0.3.6 |
| 886 | 2026-04-23T13:04:46.631Z | Downloaded semver v0.1.20 |
| 887 | 2026-04-23T13:04:46.635Z | Downloaded rustls-pemfile v2.2.0 |
| 888 | 2026-04-23T13:04:46.638Z | Downloaded rustls-pemfile v1.0.4 |
| 889 | 2026-04-23T13:04:46.638Z | Downloaded pin-project v1.1.11 |
| 890 | 2026-04-23T13:04:46.646Z | Downloaded siphasher v1.0.2 |
| 891 | 2026-04-23T13:04:46.650Z | Downloaded signal-hook-tokio v0.3.1 |
| 892 | 2026-04-23T13:04:46.650Z | Downloaded sigpipe v0.1.3 |
| 893 | 2026-04-23T13:04:46.653Z | Downloaded signal-hook-mio v0.2.5 |
| 894 | 2026-04-23T13:04:46.653Z | Downloaded rustversion v1.0.22 |
| 895 | 2026-04-23T13:04:46.656Z | Downloaded sha1 v0.10.6 |
| 896 | 2026-04-23T13:04:46.656Z | Downloaded rustc_version v0.1.7 |
| 897 | 2026-04-23T13:04:46.656Z | Downloaded pkcs1 v0.7.5 |
| 898 | 2026-04-23T13:04:46.660Z | Downloaded pin-project-lite v0.2.17 |
| 899 | 2026-04-23T13:04:46.663Z | Downloaded rusty-fork v0.3.1 |
| 900 | 2026-04-23T13:04:46.666Z | Downloaded signature v2.2.0 |
| 901 | 2026-04-23T13:04:46.666Z | Downloaded slog-bunyan v2.5.0 |
| 902 | 2026-04-23T13:04:46.666Z | Downloaded minimal-lexical v0.2.1 |
| 903 | 2026-04-23T13:04:46.670Z | Downloaded slog-envlogger v2.2.0 |
| 904 | 2026-04-23T13:04:46.672Z | Downloaded schemars_derive v0.8.22 |
| 905 | 2026-04-23T13:04:46.675Z | Downloaded prefix-trie v0.7.0 |
| 906 | 2026-04-23T13:04:46.678Z | Downloaded sct v0.7.1 |
| 907 | 2026-04-23T13:04:46.680Z | Downloaded sec1 v0.7.3 |
| 908 | 2026-04-23T13:04:46.680Z | Downloaded jiff-static v0.2.21 |
| 909 | 2026-04-23T13:04:46.683Z | Downloaded scroll v0.13.0 |
| 910 | 2026-04-23T13:04:46.687Z | Downloaded heapless v0.7.17 |
| 911 | 2026-04-23T13:04:46.690Z | Downloaded progenitor-impl v0.13.0 |
| 912 | 2026-04-23T13:04:46.690Z | Downloaded serde-hex v0.1.0 |
| 913 | 2026-04-23T13:04:46.693Z | Downloaded progenitor-impl v0.10.0 |
| 914 | 2026-04-23T13:04:46.693Z | Downloaded parking_lot v0.11.2 |
| 915 | 2026-04-23T13:04:46.695Z | Downloaded ssh-encoding v0.2.0 |
| 916 | 2026-04-23T13:04:46.700Z | Downloaded ssh-cipher v0.2.0 |
| 917 | 2026-04-23T13:04:46.700Z | Downloaded packed_struct v0.10.1 |
| 918 | 2026-04-23T13:04:46.700Z | Downloaded sqlparser_derive v0.5.0 |
| 919 | 2026-04-23T13:04:46.704Z | Downloaded rustls-native-certs v0.8.3 |
| 920 | 2026-04-23T13:04:46.704Z | Downloaded serde_path_to_error v0.1.20 |
| 921 | 2026-04-23T13:04:46.704Z | Downloaded hashbrown v0.13.2 |
| 922 | 2026-04-23T13:04:46.709Z | Downloaded russh-keys v0.45.0 |
| 923 | 2026-04-23T13:04:46.717Z | Downloaded rustls-pki-types v1.14.0 |
| 924 | 2026-04-23T13:04:46.717Z | Downloaded strum v0.27.2 |
| 925 | 2026-04-23T13:04:46.717Z | Downloaded strum v0.26.3 |
| 926 | 2026-04-23T13:04:46.728Z | Downloaded structmeta v0.3.0 |
| 927 | 2026-04-23T13:04:46.729Z | Downloaded strip-ansi-escapes v0.2.1 |
| 928 | 2026-04-23T13:04:46.729Z | Downloaded shlex v1.3.0 |
| 929 | 2026-04-23T13:04:46.729Z | Downloaded subtle v2.6.1 |
| 930 | 2026-04-23T13:04:46.729Z | Downloaded openssl-sys v0.9.111 |
| 931 | 2026-04-23T13:04:46.729Z | Downloaded structmeta-derive v0.3.0 |
| 932 | 2026-04-23T13:04:46.738Z | Downloaded slog-async v2.8.0 |
| 933 | 2026-04-23T13:04:46.738Z | Downloaded signal-hook-registry v1.4.8 |
| 934 | 2026-04-23T13:04:46.738Z | Downloaded slab v0.4.12 |
| 935 | 2026-04-23T13:04:46.739Z | Downloaded rcgen v0.12.1 |
| 936 | 2026-04-23T13:04:46.739Z | Downloaded prettyplease v0.2.37 |
| 937 | 2026-04-23T13:04:46.739Z | Downloaded sync_wrapper v1.0.2 |
| 938 | 2026-04-23T13:04:46.739Z | Downloaded take_mut v0.2.2 |
| 939 | 2026-04-23T13:04:46.743Z | Downloaded tabwriter v1.4.1 |
| 940 | 2026-04-23T13:04:46.743Z | Downloaded slog-scope v4.4.1 |
| 941 | 2026-04-23T13:04:46.743Z | Downloaded slog-dtrace v0.3.0 |
| 942 | 2026-04-23T13:04:46.743Z | Downloaded pretty_assertions v1.4.1 |
| 943 | 2026-04-23T13:04:46.743Z | Downloaded tap v1.0.1 |
| 944 | 2026-04-23T13:04:46.748Z | Downloaded tagptr v0.2.0 |
| 945 | 2026-04-23T13:04:46.748Z | Downloaded tabled_derive v0.11.0 |
| 946 | 2026-04-23T13:04:46.748Z | Downloaded snafu-derive v0.8.9 |
| 947 | 2026-04-23T13:04:46.751Z | Downloaded termtree v0.5.1 |
| 948 | 2026-04-23T13:04:46.751Z | Downloaded smallvec v0.6.14 |
| 949 | 2026-04-23T13:04:46.751Z | Downloaded testing_table v0.3.0 |
| 950 | 2026-04-23T13:04:46.751Z | Downloaded crossterm v0.28.1 |
| 951 | 2026-04-23T13:04:46.755Z | Downloaded papergrid v0.17.0 |
| 952 | 2026-04-23T13:04:46.761Z | Downloaded serde_derive_internals v0.29.1 |
| 953 | 2026-04-23T13:04:46.766Z | Downloaded ron v0.8.1 |
| 954 | 2026-04-23T13:04:46.771Z | Downloaded time-core v0.1.8 |
| 955 | 2026-04-23T13:04:46.771Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 956 | 2026-04-23T13:04:46.771Z | Downloaded static_assertions v1.1.0 |
| 957 | 2026-04-23T13:04:46.771Z | Downloaded sqlformat v0.3.5 |
| 958 | 2026-04-23T13:04:46.775Z | Downloaded spki v0.7.3 |
| 959 | 2026-04-23T13:04:46.775Z | Downloaded itertools v0.10.5 |
| 960 | 2026-04-23T13:04:46.791Z | Downloaded tinyvec_macros v0.1.1 |
| 961 | 2026-04-23T13:04:46.791Z | Downloaded stringprep v0.1.5 |
| 962 | 2026-04-23T13:04:46.791Z | Downloaded string_cache v0.8.9 |
| 963 | 2026-04-23T13:04:46.792Z | Downloaded http v1.4.0 |
| 964 | 2026-04-23T13:04:46.796Z | Downloaded serde_with_macros v3.17.0 |
| 965 | 2026-04-23T13:04:46.796Z | Downloaded smf v0.2.3 |
| 966 | 2026-04-23T13:04:46.796Z | Downloaded strum_macros v0.24.3 |
| 967 | 2026-04-23T13:04:46.796Z | Downloaded tokio-macros v2.7.0 |
| 968 | 2026-04-23T13:04:46.796Z | Downloaded ryu v1.0.23 |
| 969 | 2026-04-23T13:04:46.796Z | Downloaded progenitor-impl v0.11.2 |
| 970 | 2026-04-23T13:04:46.801Z | Downloaded slog-term v2.9.2 |
| 971 | 2026-04-23T13:04:46.801Z | Downloaded rustls-platform-verifier v0.6.2 |
| 972 | 2026-04-23T13:04:46.804Z | Downloaded supports-color v3.0.2 |
| 973 | 2026-04-23T13:04:46.805Z | Downloaded slog-stdlog v4.1.1 |
| 974 | 2026-04-23T13:04:46.805Z | Downloaded hashbrown v0.12.3 |
| 975 | 2026-04-23T13:04:46.808Z | Downloaded schemars v0.8.22 |
| 976 | 2026-04-23T13:04:46.820Z | Downloaded support-bundle-viewer v0.1.2 |
| 977 | 2026-04-23T13:04:46.825Z | Downloaded slog-json v2.6.1 |
| 978 | 2026-04-23T13:04:46.825Z | Downloaded quinn v0.11.9 |
| 979 | 2026-04-23T13:04:46.836Z | Downloaded publicsuffix v2.3.0 |
| 980 | 2026-04-23T13:04:46.836Z | Downloaded termios v0.3.3 |
| 981 | 2026-04-23T13:04:46.836Z | Downloaded aws-lc-rs v1.16.0 |
| 982 | 2026-04-23T13:04:46.843Z | Downloaded try-lock v0.2.5 |
| 983 | 2026-04-23T13:04:46.847Z | Downloaded crossterm v0.29.0 |
| 984 | 2026-04-23T13:04:46.850Z | Downloaded unarray v0.1.4 |
| 985 | 2026-04-23T13:04:46.853Z | Downloaded tls_codec_derive v0.4.2 |
| 986 | 2026-04-23T13:04:46.856Z | Downloaded signal-hook v0.3.18 |
| 987 | 2026-04-23T13:04:46.859Z | Downloaded similar v2.7.0 |
| 988 | 2026-04-23T13:04:46.864Z | Downloaded trait-variant v0.1.2 |
| 989 | 2026-04-23T13:04:46.864Z | Downloaded tls_codec v0.4.2 |
| 990 | 2026-04-23T13:04:46.867Z | Downloaded typify-macro v0.4.3 |
| 991 | 2026-04-23T13:04:46.867Z | Downloaded typify-macro v0.6.1 |
| 992 | 2026-04-23T13:04:46.867Z | Downloaded tokio-native-tls v0.3.1 |
| 993 | 2026-04-23T13:04:46.870Z | Downloaded tokio-dtrace v0.1.1 |
| 994 | 2026-04-23T13:04:46.870Z | Downloaded strum_macros v0.26.4 |
| 995 | 2026-04-23T13:04:46.873Z | Downloaded rayon-core v1.13.0 |
| 996 | 2026-04-23T13:04:46.875Z | Downloaded iddqd v0.3.17 |
| 997 | 2026-04-23T13:04:46.881Z | Downloaded universal-hash v0.5.1 |
| 998 | 2026-04-23T13:04:46.887Z | Downloaded unit-prefix v0.5.2 |
| 999 | 2026-04-23T13:04:46.887Z | Downloaded unicode-truncate v1.1.0 |
| 1000 | 2026-04-23T13:04:46.887Z | Downloaded slog v2.8.2 |
| 1001 | 2026-04-23T13:04:46.893Z | Downloaded utf-8 v0.7.6 |
| 1002 | 2026-04-23T13:04:46.893Z | Downloaded tokio-tungstenite v0.21.0 |
| 1003 | 2026-04-23T13:04:46.893Z | Downloaded tokio-rustls v0.25.0 |
| 1004 | 2026-04-23T13:04:46.896Z | Downloaded tokio-tungstenite v0.23.1 |
| 1005 | 2026-04-23T13:04:46.896Z | Downloaded iri-string v0.7.10 |
| 1006 | 2026-04-23T13:04:46.901Z | Downloaded usdt-attr-macro v0.6.0 |
| 1007 | 2026-04-23T13:04:46.903Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1008 | 2026-04-23T13:04:46.903Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1009 | 2026-04-23T13:04:46.906Z | Downloaded usdt-macro v0.6.0 |
| 1010 | 2026-04-23T13:04:46.906Z | Downloaded qorb v0.4.1 |
| 1011 | 2026-04-23T13:04:46.909Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1012 | 2026-04-23T13:04:46.911Z | Downloaded usdt v0.6.0 |
| 1013 | 2026-04-23T13:04:46.911Z | Downloaded untrusted v0.9.0 |
| 1014 | 2026-04-23T13:04:46.914Z | Downloaded time-macros v0.2.27 |
| 1015 | 2026-04-23T13:04:46.917Z | Downloaded hyper v1.8.1 |
| 1016 | 2026-04-23T13:04:46.922Z | Downloaded wait-timeout v0.2.1 |
| 1017 | 2026-04-23T13:04:46.925Z | Downloaded void v1.0.2 |
| 1018 | 2026-04-23T13:04:46.925Z | Downloaded untrusted v0.7.1 |
| 1019 | 2026-04-23T13:04:46.925Z | Downloaded term v1.2.1 |
| 1020 | 2026-04-23T13:04:46.935Z | Downloaded itertools v0.12.1 |
| 1021 | 2026-04-23T13:04:46.938Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1022 | 2026-04-23T13:04:46.938Z | Downloaded subprocess v0.2.15 |
| 1023 | 2026-04-23T13:04:46.938Z | Downloaded socket2 v0.5.10 |
| 1024 | 2026-04-23T13:04:46.941Z | Downloaded waitgroup v0.1.2 |
| 1025 | 2026-04-23T13:04:46.941Z | Downloaded schemars v0.9.0 |
| 1026 | 2026-04-23T13:04:46.950Z | Downloaded want v0.3.1 |
| 1027 | 2026-04-23T13:04:46.955Z | Downloaded unicase v2.9.0 |
| 1028 | 2026-04-23T13:04:46.955Z | Downloaded tokio-stream v0.1.18 |
| 1029 | 2026-04-23T13:04:46.958Z | Downloaded tokio-rustls v0.26.4 |
| 1030 | 2026-04-23T13:04:46.958Z | Downloaded xattr v1.6.1 |
| 1031 | 2026-04-23T13:04:46.962Z | Downloaded term v0.7.0 |
| 1032 | 2026-04-23T13:04:46.962Z | Downloaded samael v0.0.19 |
| 1033 | 2026-04-23T13:04:46.966Z | Downloaded tokio-rustls v0.24.1 |
| 1034 | 2026-04-23T13:04:46.970Z | Downloaded schemars v1.2.1 |
| 1035 | 2026-04-23T13:04:46.984Z | Downloaded zone_cfg_derive v0.3.1 |
| 1036 | 2026-04-23T13:04:46.988Z | Downloaded zeroize_derive v1.4.3 |
| 1037 | 2026-04-23T13:04:46.988Z | Downloaded usdt-impl v0.6.0 |
| 1038 | 2026-04-23T13:04:46.988Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1039 | 2026-04-23T13:04:46.988Z | Downloaded uzers v0.12.2 |
| 1040 | 2026-04-23T13:04:46.988Z | Downloaded test-strategy v0.4.5 |
| 1041 | 2026-04-23T13:04:46.992Z | Downloaded hkdf v0.12.4 |
| 1042 | 2026-04-23T13:04:46.996Z | Downloaded socket2 v0.6.3 |
| 1043 | 2026-04-23T13:04:46.996Z | Downloaded rsa v0.9.10 |
| 1044 | 2026-04-23T13:04:46.999Z | Downloaded vergen-lib v0.1.6 |
| 1045 | 2026-04-23T13:04:46.999Z | Downloaded tracing-attributes v0.1.31 |
| 1046 | 2026-04-23T13:04:47.002Z | Downloaded tinyvec v1.10.0 |
| 1047 | 2026-04-23T13:04:47.005Z | Downloaded twox-hash v2.1.2 |
| 1048 | 2026-04-23T13:04:47.008Z | Downloaded rand v0.10.0 |
| 1049 | 2026-04-23T13:04:47.011Z | Downloaded rand v0.9.2 |
| 1050 | 2026-04-23T13:04:47.011Z | Downloaded walkdir v2.5.0 |
| 1051 | 2026-04-23T13:04:47.014Z | Downloaded aho-corasick v1.1.4 |
| 1052 | 2026-04-23T13:04:47.018Z | Downloaded rustls-webpki v0.103.9 |
| 1053 | 2026-04-23T13:04:47.021Z | Downloaded xshell-macros v0.2.7 |
| 1054 | 2026-04-23T13:04:47.021Z | Downloaded toml v0.7.8 |
| 1055 | 2026-04-23T13:04:47.026Z | Downloaded wyz v0.5.1 |
| 1056 | 2026-04-23T13:04:47.026Z | Downloaded xshell v0.2.7 |
| 1057 | 2026-04-23T13:04:47.030Z | Downloaded whoami v1.6.1 |
| 1058 | 2026-04-23T13:04:47.030Z | Downloaded tar v0.4.45 |
| 1059 | 2026-04-23T13:04:47.030Z | Downloaded whoami v2.1.0 |
| 1060 | 2026-04-23T13:04:47.033Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1061 | 2026-04-23T13:04:47.036Z | Downloaded snafu v0.8.9 |
| 1062 | 2026-04-23T13:04:47.039Z | Downloaded vergen-git2 v1.0.7 |
| 1063 | 2026-04-23T13:04:47.041Z | Downloaded zeroize v1.8.2 |
| 1064 | 2026-04-23T13:04:47.041Z | Downloaded zstd-safe v7.2.4 |
| 1065 | 2026-04-23T13:04:47.044Z | Downloaded p521 v0.13.3 |
| 1066 | 2026-04-23T13:04:47.047Z | Downloaded unicode-properties v0.1.4 |
| 1067 | 2026-04-23T13:04:47.047Z | Downloaded russh v0.45.0 |
| 1068 | 2026-04-23T13:04:47.051Z | Downloaded zone v0.3.1 |
| 1069 | 2026-04-23T13:04:47.054Z | Downloaded vergen-gitcl v1.0.8 |
| 1070 | 2026-04-23T13:04:47.054Z | Downloaded vergen v9.0.6 |
| 1071 | 2026-04-23T13:04:47.057Z | Downloaded tui-tree-widget v0.23.1 |
| 1072 | 2026-04-23T13:04:47.057Z | Downloaded num-bigint-dig v0.8.6 |
| 1073 | 2026-04-23T13:04:47.063Z | Downloaded libm v0.2.16 |
| 1074 | 2026-04-23T13:04:47.069Z | Downloaded typify v0.6.1 |
| 1075 | 2026-04-23T13:04:47.073Z | Downloaded vsss-rs v3.3.4 |
| 1076 | 2026-04-23T13:04:47.074Z | Downloaded rustyline v14.0.0 |
| 1077 | 2026-04-23T13:04:47.087Z | Downloaded zerocopy v0.6.6 |
| 1078 | 2026-04-23T13:04:47.087Z | Downloaded yasna v0.5.2 |
| 1079 | 2026-04-23T13:04:47.094Z | Downloaded unsafe-libyaml v0.2.11 |
| 1080 | 2026-04-23T13:04:47.094Z | Downloaded uuid v1.23.0 |
| 1081 | 2026-04-23T13:04:47.094Z | Downloaded zstd v0.13.3 |
| 1082 | 2026-04-23T13:04:47.094Z | Downloaded typify v0.4.3 |
| 1083 | 2026-04-23T13:04:47.094Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1084 | 2026-04-23T13:04:47.099Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1085 | 2026-04-23T13:04:47.099Z | Downloaded tungstenite v0.23.0 |
| 1086 | 2026-04-23T13:04:47.105Z | Downloaded bitvec v1.0.1 |
| 1087 | 2026-04-23T13:04:47.113Z | Downloaded tungstenite v0.21.0 |
| 1088 | 2026-04-23T13:04:47.117Z | Downloaded rpassword v7.4.0 |
| 1089 | 2026-04-23T13:04:47.117Z | Downloaded tracing-core v0.1.36 |
| 1090 | 2026-04-23T13:04:47.121Z | Downloaded steno v0.4.1 |
| 1091 | 2026-04-23T13:04:47.121Z | Downloaded vte v0.14.1 |
| 1092 | 2026-04-23T13:04:47.124Z | Downloaded itertools v0.14.0 |
| 1093 | 2026-04-23T13:04:47.127Z | Downloaded unicode-bidi v0.3.18 |
| 1094 | 2026-04-23T13:04:47.132Z | Downloaded reedline v0.40.0 |
| 1095 | 2026-04-23T13:04:47.135Z | Downloaded tokio-postgres v0.7.16 |
| 1096 | 2026-04-23T13:04:47.138Z | Downloaded toml_edit v0.19.15 |
| 1097 | 2026-04-23T13:04:47.155Z | Downloaded ssh-key v0.6.7 |
| 1098 | 2026-04-23T13:04:47.158Z | Downloaded zopfli v0.8.3 |
| 1099 | 2026-04-23T13:04:47.162Z | Downloaded blake3 v1.8.3 |
| 1100 | 2026-04-23T13:04:47.166Z | Downloaded regex v1.12.3 |
| 1101 | 2026-04-23T13:04:47.169Z | Downloaded itertools v0.13.0 |
| 1102 | 2026-04-23T13:04:47.175Z | Downloaded yansi v1.0.1 |
| 1103 | 2026-04-23T13:04:47.178Z | Downloaded reqwest v0.12.28 |
| 1104 | 2026-04-23T13:04:47.182Z | Downloaded zip v0.6.6 |
| 1105 | 2026-04-23T13:04:47.193Z | Downloaded h2 v0.4.13 |
| 1106 | 2026-04-23T13:04:47.199Z | Downloaded reqwest v0.13.2 |
| 1107 | 2026-04-23T13:04:47.199Z | Downloaded futures-util v0.3.32 |
| 1108 | 2026-04-23T13:04:47.206Z | Downloaded rayon v1.11.0 |
| 1109 | 2026-04-23T13:04:47.216Z | Downloaded unicode_categories v0.1.1 |
| 1110 | 2026-04-23T13:04:47.220Z | Downloaded bindgen v0.71.1 |
| 1111 | 2026-04-23T13:04:47.220Z | Downloaded p384 v0.13.1 |
| 1112 | 2026-04-23T13:04:47.228Z | Downloaded git2 v0.20.4 |
| 1113 | 2026-04-23T13:04:47.231Z | Downloaded mio v1.2.0 |
| 1114 | 2026-04-23T13:04:47.236Z | Downloaded tiny-keccak v2.0.2 |
| 1115 | 2026-04-23T13:04:47.236Z | Downloaded tower v0.5.3 |
| 1116 | 2026-04-23T13:04:47.240Z | Downloaded portable-atomic v1.13.1 |
| 1117 | 2026-04-23T13:04:47.246Z | Downloaded typed-path v0.9.3 |
| 1118 | 2026-04-23T13:04:47.253Z | Downloaded x509-cert v0.2.5 |
| 1119 | 2026-04-23T13:04:47.263Z | Downloaded quick-xml v0.37.5 |
| 1120 | 2026-04-23T13:04:47.263Z | Downloaded unicode-segmentation v1.12.0 |
| 1121 | 2026-04-23T13:04:47.269Z | Downloaded salty v0.3.0 |
| 1122 | 2026-04-23T13:04:47.272Z | Downloaded goblin v0.10.5 |
| 1123 | 2026-04-23T13:04:47.279Z | Downloaded rustls-webpki v0.101.7 |
| 1124 | 2026-04-23T13:04:47.284Z | Downloaded zip v4.6.1 |
| 1125 | 2026-04-23T13:04:47.288Z | Downloaded zerocopy-derive v0.8.40 |
| 1126 | 2026-04-23T13:04:47.301Z | Downloaded tower-http v0.6.8 |
| 1127 | 2026-04-23T13:04:47.307Z | Downloaded serde_with v3.17.0 |
| 1128 | 2026-04-23T13:04:47.313Z | Downloaded petname v2.0.2 |
| 1129 | 2026-04-23T13:04:47.317Z | Downloaded curve25519-dalek v4.1.3 |
| 1130 | 2026-04-23T13:04:47.323Z | Downloaded tough v0.20.0 |
| 1131 | 2026-04-23T13:04:47.330Z | Downloaded rustls-webpki v0.102.8 |
| 1132 | 2026-04-23T13:04:47.344Z | Downloaded object v0.30.4 |
| 1133 | 2026-04-23T13:04:47.351Z | Downloaded proptest v1.10.0 |
| 1134 | 2026-04-23T13:04:47.356Z | Downloaded quinn-proto v0.11.13 |
| 1135 | 2026-04-23T13:04:47.361Z | Downloaded winnow v0.5.40 |
| 1136 | 2026-04-23T13:04:47.368Z | Downloaded winnow v0.6.26 |
| 1137 | 2026-04-23T13:04:47.374Z | Downloaded nix v0.27.1 |
| 1138 | 2026-04-23T13:04:47.383Z | Downloaded unicode-normalization v0.1.25 |
| 1139 | 2026-04-23T13:04:47.386Z | Downloaded radix_trie v0.2.1 |
| 1140 | 2026-04-23T13:04:47.392Z | Downloaded chrono v0.4.44 |
| 1141 | 2026-04-23T13:04:47.396Z | Downloaded tokio-util v0.7.18 |
| 1142 | 2026-04-23T13:04:47.400Z | Downloaded moka v0.12.13 |
| 1143 | 2026-04-23T13:04:47.407Z | Downloaded time v0.3.47 |
| 1144 | 2026-04-23T13:04:47.417Z | Downloaded polar-core v0.27.3 |
| 1145 | 2026-04-23T13:04:47.423Z | Downloaded openssl v0.10.75 |
| 1146 | 2026-04-23T13:04:47.429Z | Downloaded bstr v1.12.1 |
| 1147 | 2026-04-23T13:04:47.435Z | Downloaded tabled v0.20.0 |
| 1148 | 2026-04-23T13:04:47.449Z | Downloaded zlib-rs v0.6.2 |
| 1149 | 2026-04-23T13:04:47.453Z | Downloaded vcpkg v0.2.15 |
| 1150 | 2026-04-23T13:04:47.484Z | Downloaded webpki-roots v1.0.6 |
| 1151 | 2026-04-23T13:04:47.487Z | Downloaded zerocopy v0.8.40 |
| 1152 | 2026-04-23T13:04:47.495Z | Downloaded smoltcp v0.9.1 |
| 1153 | 2026-04-23T13:04:47.502Z | Downloaded regex-syntax v0.8.10 |
| 1154 | 2026-04-23T13:04:47.508Z | Downloaded openapiv3 v2.2.0 |
| 1155 | 2026-04-23T13:04:47.523Z | Downloaded rustix v0.38.44 |
| 1156 | 2026-04-23T13:04:47.540Z | Downloaded hickory-proto v0.25.2 |
| 1157 | 2026-04-23T13:04:47.548Z | Downloaded dropshot v0.16.7 |
| 1158 | 2026-04-23T13:04:47.569Z | Downloaded hickory-proto v0.24.4 |
| 1159 | 2026-04-23T13:04:47.578Z | Downloaded smoltcp v0.11.0 |
| 1160 | 2026-04-23T13:04:47.586Z | Downloaded rustls v0.22.4 |
| 1161 | 2026-04-23T13:04:47.597Z | Downloaded regress v0.10.5 |
| 1162 | 2026-04-23T13:04:47.604Z | Downloaded diesel v2.3.7 |
| 1163 | 2026-04-23T13:04:47.623Z | Downloaded rustls v0.23.37 |
| 1164 | 2026-04-23T13:04:47.634Z | Downloaded nix v0.29.0 |
| 1165 | 2026-04-23T13:04:47.643Z | Downloaded rustls v0.21.12 |
| 1166 | 2026-04-23T13:04:47.651Z | Downloaded object v0.37.3 |
| 1167 | 2026-04-23T13:04:47.657Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1168 | 2026-04-23T13:04:47.667Z | Downloaded nix v0.31.2 |
| 1169 | 2026-04-23T13:04:47.677Z | Downloaded regex-syntax v0.6.29 |
| 1170 | 2026-04-23T13:04:47.682Z | Downloaded sqlparser v0.61.0 |
| 1171 | 2026-04-23T13:04:47.689Z | Downloaded nix v0.28.0 |
| 1172 | 2026-04-23T13:04:47.698Z | Downloaded dropshot v0.17.0 |
| 1173 | 2026-04-23T13:04:47.715Z | Downloaded typify-impl v0.6.1 |
| 1174 | 2026-04-23T13:04:47.725Z | Downloaded lalrpop v0.19.12 |
| 1175 | 2026-04-23T13:04:47.733Z | Downloaded strum_macros v0.27.2 |
| 1176 | 2026-04-23T13:04:47.736Z | Downloaded num-bigint v0.4.6 |
| 1177 | 2026-04-23T13:04:47.739Z | Downloaded libxml v0.3.3 |
| 1178 | 2026-04-23T13:04:47.742Z | Downloaded sled v0.34.7 |
| 1179 | 2026-04-23T13:04:47.750Z | Downloaded rand v0.8.5 |
| 1180 | 2026-04-23T13:04:47.756Z | Downloaded tracing v0.1.44 |
| 1181 | 2026-04-23T13:04:47.775Z | Downloaded typify-impl v0.4.3 |
| 1182 | 2026-04-23T13:04:47.782Z | Downloaded chrono-tz v0.10.4 |
| 1183 | 2026-04-23T13:04:47.795Z | Downloaded ratatui v0.29.0 |
| 1184 | 2026-04-23T13:04:47.809Z | Downloaded zerocopy-derive v0.6.6 |
| 1185 | 2026-04-23T13:04:47.817Z | Downloaded sha3 v0.10.8 |
| 1186 | 2026-04-23T13:04:47.820Z | Downloaded petgraph v0.8.3 |
| 1187 | 2026-04-23T13:04:47.838Z | Downloaded regex-automata v0.4.14 |
| 1188 | 2026-04-23T13:04:47.849Z | Downloaded tower-service v0.3.3 |
| 1189 | 2026-04-23T13:04:47.854Z | Downloaded tower-layer v0.3.3 |
| 1190 | 2026-04-23T13:04:47.854Z | Downloaded topological-sort v0.2.2 |
| 1191 | 2026-04-23T13:04:47.854Z | Downloaded thread_local v1.1.9 |
| 1192 | 2026-04-23T13:04:47.862Z | Downloaded thread-id v5.1.0 |
| 1193 | 2026-04-23T13:04:47.862Z | Downloaded thiserror-no-std v2.0.2 |
| 1194 | 2026-04-23T13:04:47.862Z | Downloaded stacker v0.1.23 |
| 1195 | 2026-04-23T13:04:47.863Z | Downloaded spin v0.9.8 |
| 1196 | 2026-04-23T13:04:47.867Z | Downloaded petgraph v0.6.5 |
| 1197 | 2026-04-23T13:04:47.875Z | Downloaded libz-sys v1.1.24 |
| 1198 | 2026-04-23T13:04:47.891Z | Downloaded serde_cbor v0.11.2 |
| 1199 | 2026-04-23T13:04:47.897Z | Downloaded jiff v0.2.21 |
| 1200 | 2026-04-23T13:04:47.908Z | Downloaded nom v7.1.3 |
| 1201 | 2026-04-23T13:04:47.912Z | Downloaded hashbrown v0.15.5 |
| 1202 | 2026-04-23T13:04:47.916Z | Downloaded sync-ptr v0.1.4 |
| 1203 | 2026-04-23T13:04:47.923Z | Downloaded simd-adler32 v0.3.8 |
| 1204 | 2026-04-23T13:04:47.923Z | Downloaded hyper-util v0.1.20 |
| 1205 | 2026-04-23T13:04:47.931Z | Downloaded hickory-server v0.25.2 |
| 1206 | 2026-04-23T13:04:47.931Z | Downloaded psm v0.1.30 |
| 1207 | 2026-04-23T13:04:47.931Z | Downloaded base64 v0.22.1 |
| 1208 | 2026-04-23T13:04:47.937Z | Downloaded bumpalo v3.20.2 |
| 1209 | 2026-04-23T13:04:47.937Z | Downloaded base64 v0.21.7 |
| 1210 | 2026-04-23T13:04:47.941Z | Downloaded primeorder v0.13.6 |
| 1211 | 2026-04-23T13:04:47.941Z | Downloaded csv v1.4.0 |
| 1212 | 2026-04-23T13:04:47.960Z | Downloaded pkg-config v0.3.32 |
| 1213 | 2026-04-23T13:04:47.968Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1214 | 2026-04-23T13:04:47.991Z | Downloaded pkcs8 v0.10.2 |
| 1215 | 2026-04-23T13:04:47.997Z | Downloaded ignore v0.4.25 |
| 1216 | 2026-04-23T13:04:47.997Z | Downloaded derive_more-impl v2.1.1 |
| 1217 | 2026-04-23T13:04:47.997Z | Downloaded headers v0.4.1 |
| 1218 | 2026-04-23T13:04:47.997Z | Downloaded password-hash v0.5.0 |
| 1219 | 2026-04-23T13:04:47.997Z | Downloaded tokio v1.52.1 |
| 1220 | 2026-04-23T13:04:48.017Z | Downloaded progenitor-client v0.11.2 |
| 1221 | 2026-04-23T13:04:48.021Z | Downloaded proc-macro-crate v3.4.0 |
| 1222 | 2026-04-23T13:04:48.021Z | Downloaded async-compression v0.4.41 |
| 1223 | 2026-04-23T13:04:48.021Z | Downloaded parse-display-derive v0.10.0 |
| 1224 | 2026-04-23T13:04:48.024Z | Downloaded flate2 v1.1.9 |
| 1225 | 2026-04-23T13:04:48.027Z | Downloaded derive_more v2.1.1 |
| 1226 | 2026-04-23T13:04:48.033Z | Downloaded crossbeam-channel v0.5.15 |
| 1227 | 2026-04-23T13:04:48.036Z | Downloaded predicates-tree v1.0.13 |
| 1228 | 2026-04-23T13:04:48.039Z | Downloaded const_format v0.2.35 |
| 1229 | 2026-04-23T13:04:48.042Z | Downloaded num_enum_derive v0.5.11 |
| 1230 | 2026-04-23T13:04:48.042Z | Downloaded num-complex v0.4.6 |
| 1231 | 2026-04-23T13:04:48.042Z | Downloaded darling_core v0.23.0 |
| 1232 | 2026-04-23T13:04:48.045Z | Downloaded num_threads v0.1.7 |
| 1233 | 2026-04-23T13:04:48.049Z | Downloaded libloading v0.8.9 |
| 1234 | 2026-04-23T13:04:48.051Z | Downloaded num-conv v0.2.0 |
| 1235 | 2026-04-23T13:04:48.051Z | Downloaded jobserver v0.1.34 |
| 1236 | 2026-04-23T13:04:48.051Z | Downloaded libsw-core v0.3.2 |
| 1237 | 2026-04-23T13:04:48.056Z | Downloaded libsw v3.5.0 |
| 1238 | 2026-04-23T13:04:48.056Z | Downloaded httparse v1.10.1 |
| 1239 | 2026-04-23T13:04:48.066Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1240 | 2026-04-23T13:04:48.066Z | Downloaded ahash v0.8.12 |
| 1241 | 2026-04-23T13:04:48.066Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1242 | 2026-04-23T13:04:48.066Z | Downloaded getrandom v0.2.17 |
| 1243 | 2026-04-23T13:04:48.066Z | Downloaded daft v0.1.5 |
| 1244 | 2026-04-23T13:04:48.083Z | Downloaded managed v0.8.0 |
| 1245 | 2026-04-23T13:04:48.083Z | Downloaded cookie_store v0.22.1 |
| 1246 | 2026-04-23T13:04:48.083Z | Downloaded encoding_rs v0.8.35 |
| 1247 | 2026-04-23T13:04:48.498Z | Downloaded indoc v2.0.7 |
| 1248 | 2026-04-23T13:04:48.498Z | Downloaded hyper-staticfile v0.10.1 |
| 1249 | 2026-04-23T13:04:48.499Z | Downloaded foldhash v0.1.5 |
| 1250 | 2026-04-23T13:04:48.499Z | Downloaded ecdsa v0.16.9 |
| 1251 | 2026-04-23T13:04:48.506Z | Downloaded darling v0.21.3 |
| 1252 | 2026-04-23T13:04:48.507Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1253 | 2026-04-23T13:04:48.507Z | Downloaded clang-sys v1.8.1 |
| 1254 | 2026-04-23T13:04:48.507Z | Downloaded ciborium v0.2.2 |
| 1255 | 2026-04-23T13:04:48.507Z | Downloaded cexpr v0.6.0 |
| 1256 | 2026-04-23T13:04:48.507Z | Downloaded bzip2 v0.6.1 |
| 1257 | 2026-04-23T13:04:48.507Z | Downloaded bzip2 v0.4.4 |
| 1258 | 2026-04-23T13:04:48.507Z | Downloaded ring v0.17.14 |
| 1259 | 2026-04-23T13:04:48.507Z | Downloaded bitfield v0.19.4 |
| 1260 | 2026-04-23T13:04:48.507Z | Downloaded backon v1.6.0 |
| 1261 | 2026-04-23T13:04:48.507Z | Downloaded derive_builder v0.20.2 |
| 1262 | 2026-04-23T13:04:48.507Z | Downloaded group v0.13.0 |
| 1263 | 2026-04-23T13:04:48.507Z | Downloaded ghash v0.5.1 |
| 1264 | 2026-04-23T13:04:48.507Z | Downloaded futures-executor v0.3.32 |
| 1265 | 2026-04-23T13:04:48.507Z | Downloaded fs_extra v1.3.0 |
| 1266 | 2026-04-23T13:04:48.507Z | Downloaded fs-err v2.11.0 |
| 1267 | 2026-04-23T13:04:48.507Z | Downloaded darling v0.20.11 |
| 1268 | 2026-04-23T13:04:48.507Z | Downloaded crossbeam-epoch v0.9.18 |
| 1269 | 2026-04-23T13:04:48.507Z | Downloaded crossbeam-deque v0.8.6 |
| 1270 | 2026-04-23T13:04:48.507Z | Downloaded constant_time_eq v0.4.2 |
| 1271 | 2026-04-23T13:04:48.507Z | Downloaded cassowary v0.3.0 |
| 1272 | 2026-04-23T13:04:48.508Z | Downloaded ident_case v1.0.1 |
| 1273 | 2026-04-23T13:04:48.508Z | Downloaded hyper-tls v0.6.0 |
| 1274 | 2026-04-23T13:04:48.508Z | Downloaded fixedbitset v0.5.7 |
| 1275 | 2026-04-23T13:04:48.508Z | Downloaded fallible-iterator v0.2.0 |
| 1276 | 2026-04-23T13:04:48.508Z | Downloaded der_derive v0.7.3 |
| 1277 | 2026-04-23T13:04:48.508Z | Downloaded byte-wrapper v0.1.0 |
| 1278 | 2026-04-23T13:04:48.508Z | Downloaded buf-list v1.1.2 |
| 1279 | 2026-04-23T13:04:48.508Z | Downloaded argon2 v0.5.3 |
| 1280 | 2026-04-23T13:04:48.508Z | Downloaded hostname v0.4.2 |
| 1281 | 2026-04-23T13:04:48.508Z | Downloaded home v0.5.12 |
| 1282 | 2026-04-23T13:04:48.508Z | Downloaded ena v0.14.4 |
| 1283 | 2026-04-23T13:04:48.508Z | Downloaded colored v3.1.1 |
| 1284 | 2026-04-23T13:04:48.508Z | Downloaded convert_case v0.10.0 |
| 1285 | 2026-04-23T13:04:48.508Z | Downloaded cargo_metadata v0.19.2 |
| 1286 | 2026-04-23T13:04:48.508Z | Downloaded ciborium-ll v0.2.2 |
| 1287 | 2026-04-23T13:04:48.508Z | Downloaded bcs v0.1.6 |
| 1288 | 2026-04-23T13:04:48.508Z | Downloaded ed25519 v2.2.3 |
| 1289 | 2026-04-23T13:04:48.508Z | Downloaded fd-lock v4.0.4 |
| 1290 | 2026-04-23T13:04:48.508Z | Downloaded env_filter v1.0.0 |
| 1291 | 2026-04-23T13:04:48.509Z | Downloaded embedded-io v0.4.0 |
| 1292 | 2026-04-23T13:04:48.509Z | Downloaded document-features v0.2.12 |
| 1293 | 2026-04-23T13:04:48.509Z | Downloaded daft-derive v0.1.5 |
| 1294 | 2026-04-23T13:04:48.509Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1295 | 2026-04-23T13:04:48.509Z | Downloaded async-bb8-diesel v0.2.1 |
| 1296 | 2026-04-23T13:04:48.509Z | Downloaded bitflags v1.3.2 |
| 1297 | 2026-04-23T13:04:48.509Z | Downloaded drift v0.1.3 |
| 1298 | 2026-04-23T13:04:48.509Z | Downloaded derive-where v1.6.0 |
| 1299 | 2026-04-23T13:04:48.509Z | Downloaded derive-ex v0.1.8 |
| 1300 | 2026-04-23T13:04:48.509Z | Downloaded ctr v0.9.2 |
| 1301 | 2026-04-23T13:04:48.509Z | Downloaded chacha20 v0.9.1 |
| 1302 | 2026-04-23T13:04:48.509Z | Downloaded async-stream-impl v0.3.6 |
| 1303 | 2026-04-23T13:04:48.700Z | Downloaded aws-lc-sys v0.37.1 |
| 1304 | 2026-04-23T13:04:49.033Z | Compiling libc v0.2.185 |
| 1305 | 2026-04-23T13:04:49.033Z | Compiling serde v1.0.228 |
| 1306 | 2026-04-23T13:04:49.041Z | Compiling shlex v1.3.0 |
| 1307 | 2026-04-23T13:04:49.041Z | Compiling find-msvc-tools v0.1.9 |
| 1308 | 2026-04-23T13:04:49.212Z | Compiling log v0.4.29 |
| 1309 | 2026-04-23T13:04:49.218Z | Compiling smallvec v1.15.1 |
| 1310 | 2026-04-23T13:04:49.226Z | Compiling syn v2.0.117 |
| 1311 | 2026-04-23T13:04:49.246Z | Compiling typenum v1.19.0 |
| 1312 | 2026-04-23T13:04:49.520Z | Compiling generic-array v0.14.7 |
| 1313 | 2026-04-23T13:04:49.520Z | Compiling subtle v2.6.1 |
| 1314 | 2026-04-23T13:04:49.560Z | Compiling scopeguard v1.2.0 |
| 1315 | 2026-04-23T13:04:49.603Z | Compiling const-oid v0.9.6 |
| 1316 | 2026-04-23T13:04:49.706Z | Compiling lock_api v0.4.14 |
| 1317 | 2026-04-23T13:04:49.727Z | Compiling portable-atomic v1.13.1 |
| 1318 | 2026-04-23T13:04:49.806Z | Compiling zerocopy v0.8.40 |
| 1319 | 2026-04-23T13:04:49.855Z | Compiling critical-section v1.2.0 |
| 1320 | 2026-04-23T13:04:49.994Z | Compiling serde_json v1.0.149 |
| 1321 | 2026-04-23T13:04:50.013Z | Compiling parking_lot_core v0.9.12 |
| 1322 | 2026-04-23T13:04:50.266Z | Compiling pin-project-lite v0.2.17 |
| 1323 | 2026-04-23T13:04:50.382Z | Compiling pkg-config v0.3.32 |
| 1324 | 2026-04-23T13:04:50.397Z | Compiling bitflags v2.11.0 |
| 1325 | 2026-04-23T13:04:50.508Z | Compiling getrandom v0.2.17 |
| 1326 | 2026-04-23T13:04:50.588Z | Compiling jobserver v0.1.34 |
| 1327 | 2026-04-23T13:04:50.682Z | Compiling rand_core v0.6.4 |
| 1328 | 2026-04-23T13:04:50.703Z | Compiling errno v0.3.14 |
| 1329 | 2026-04-23T13:04:50.896Z | Compiling cc v1.2.56 |
| 1330 | 2026-04-23T13:04:51.025Z | Compiling once_cell v1.21.3 |
| 1331 | 2026-04-23T13:04:51.087Z | Compiling signal-hook-registry v1.4.8 |
| 1332 | 2026-04-23T13:04:51.125Z | Compiling libm v0.2.16 |
| 1333 | 2026-04-23T13:04:51.143Z | Compiling parking_lot v0.12.5 |
| 1334 | 2026-04-23T13:04:51.177Z | Compiling mio v1.2.0 |
| 1335 | 2026-04-23T13:04:51.300Z | Compiling num-traits v0.2.19 |
| 1336 | 2026-04-23T13:04:51.446Z | Compiling futures-core v0.3.32 |
| 1337 | 2026-04-23T13:04:51.638Z | Compiling percent-encoding v2.3.2 |
| 1338 | 2026-04-23T13:04:51.638Z | Compiling socket2 v0.6.3 |
| 1339 | 2026-04-23T13:04:51.755Z | Compiling allocator-api2 v0.2.21 |
| 1340 | 2026-04-23T13:04:51.829Z | Compiling cpufeatures v0.2.17 |
| 1341 | 2026-04-23T13:04:52.004Z | Compiling futures-sink v0.3.32 |
| 1342 | 2026-04-23T13:04:52.029Z | Compiling foldhash v0.2.0 |
| 1343 | 2026-04-23T13:04:52.063Z | Compiling futures-task v0.3.32 |
| 1344 | 2026-04-23T13:04:52.144Z | Compiling futures-channel v0.3.32 |
| 1345 | 2026-04-23T13:04:52.277Z | Compiling hashbrown v0.16.1 |
| 1346 | 2026-04-23T13:04:52.295Z | Compiling getrandom v0.4.1 |
| 1347 | 2026-04-23T13:04:52.326Z | Compiling futures-io v0.3.32 |
| 1348 | 2026-04-23T13:04:52.345Z | Compiling slab v0.4.12 |
| 1349 | 2026-04-23T13:04:52.455Z | Compiling getrandom v0.3.4 |
| 1350 | 2026-04-23T13:04:52.542Z | Compiling rand_core v0.10.0 |
| 1351 | 2026-04-23T13:04:52.597Z | Compiling rustversion v1.0.22 |
| 1352 | 2026-04-23T13:04:53.090Z | Compiling indexmap v2.13.0 |
| 1353 | 2026-04-23T13:04:53.130Z | Compiling cmake v0.1.57 |
| 1354 | 2026-04-23T13:04:53.244Z | Compiling form_urlencoded v1.2.2 |
| 1355 | 2026-04-23T13:04:53.263Z | Compiling ident_case v1.0.1 |
| 1356 | 2026-04-23T13:04:53.399Z | Compiling synstructure v0.13.2 |
| 1357 | 2026-04-23T13:04:53.481Z | Compiling dunce v1.0.5 |
| 1358 | 2026-04-23T13:04:53.614Z | Compiling base64ct v1.8.3 |
| 1359 | 2026-04-23T13:04:53.682Z | Compiling fs_extra v1.3.0 |
| 1360 | 2026-04-23T13:04:53.728Z | Compiling flagset v0.4.7 |
| 1361 | 2026-04-23T13:04:53.750Z | Compiling rand_core v0.9.5 |
| 1362 | 2026-04-23T13:04:53.912Z | Compiling rustix v1.1.3 |
| 1363 | 2026-04-23T13:04:53.930Z | Compiling pem-rfc7468 v0.7.0 |
| 1364 | 2026-04-23T13:04:54.011Z | Compiling iana-time-zone v0.1.65 |
| 1365 | 2026-04-23T13:04:54.034Z | Compiling ring v0.17.14 |
| 1366 | 2026-04-23T13:04:54.051Z | Compiling aws-lc-sys v0.37.1 |
| 1367 | 2026-04-23T13:04:54.118Z | Compiling uuid v1.23.0 |
| 1368 | 2026-04-23T13:04:54.270Z | Compiling rustc_version v0.4.1 |
| 1369 | 2026-04-23T13:04:54.289Z | Compiling aws-lc-rs v1.16.0 |
| 1370 | 2026-04-23T13:04:54.355Z | Compiling vcpkg v0.2.15 |
| 1371 | 2026-04-23T13:04:54.675Z | Compiling regex-syntax v0.8.10 |
| 1372 | 2026-04-23T13:04:54.722Z | Compiling tracing-core v0.1.36 |
| 1373 | 2026-04-23T13:04:55.074Z | Compiling pest_generator v2.8.6 |
| 1374 | 2026-04-23T13:04:55.419Z | Compiling openssl-sys v0.9.111 |
| 1375 | 2026-04-23T13:04:55.518Z | Compiling serde_derive_internals v0.29.1 |
| 1376 | 2026-04-23T13:04:56.042Z | Compiling base64 v0.22.1 |
| 1377 | 2026-04-23T13:04:56.063Z | Compiling serde_derive v1.0.228 |
| 1378 | 2026-04-23T13:04:56.099Z | Compiling zeroize_derive v1.4.3 |
| 1379 | 2026-04-23T13:04:56.386Z | Compiling zerofrom-derive v0.1.6 |
| 1380 | 2026-04-23T13:04:56.459Z | Compiling yoke-derive v0.8.1 |
| 1381 | 2026-04-23T13:04:56.777Z | Compiling zerocopy-derive v0.8.40 |
| 1382 | 2026-04-23T13:04:56.966Z | Compiling zeroize v1.8.2 |
| 1383 | 2026-04-23T13:04:58.045Z | Compiling crypto-common v0.1.7 |
| 1384 | 2026-04-23T13:04:58.063Z | Compiling block-buffer v0.10.4 |
| 1385 | 2026-04-23T13:04:58.103Z | Compiling zerovec-derive v0.11.2 |
| 1386 | 2026-04-23T13:04:58.201Z | Compiling displaydoc v0.2.5 |
| 1387 | 2026-04-23T13:04:58.281Z | Compiling digest v0.10.7 |
| 1388 | 2026-04-23T13:04:58.380Z | Compiling zerofrom v0.1.6 |
| 1389 | 2026-04-23T13:04:58.548Z | Compiling yoke v0.8.1 |
| 1390 | 2026-04-23T13:04:58.588Z | Compiling tokio-macros v2.7.0 |
| 1391 | 2026-04-23T13:04:58.776Z | Compiling hmac v0.12.1 |
| 1392 | 2026-04-23T13:04:58.978Z | Compiling futures-macro v0.3.32 |
| 1393 | 2026-04-23T13:04:59.171Z | Compiling zerotrie v0.2.3 |
| 1394 | 2026-04-23T13:04:59.545Z | Compiling block-padding v0.3.3 |
| 1395 | 2026-04-23T13:04:59.568Z | Compiling sha2 v0.10.9 |
| 1396 | 2026-04-23T13:04:59.586Z | Compiling zerovec v0.11.5 |
| 1397 | 2026-04-23T13:04:59.612Z | Compiling der_derive v0.7.3 |
| 1398 | 2026-04-23T13:04:59.755Z | Compiling inout v0.1.4 |
| 1399 | 2026-04-23T13:04:59.987Z | Compiling cipher v0.4.4 |
| 1400 | 2026-04-23T13:05:00.057Z | Compiling futures-util v0.3.32 |
| 1401 | 2026-04-23T13:05:00.279Z | Compiling tinystr v0.8.2 |
| 1402 | 2026-04-23T13:05:00.341Z | Compiling potential_utf v0.1.4 |
| 1403 | 2026-04-23T13:05:00.550Z | Compiling icu_locale_core v2.1.1 |
| 1404 | 2026-04-23T13:05:00.571Z | Compiling icu_collections v2.1.1 |
| 1405 | 2026-04-23T13:05:00.791Z | Compiling bytes v1.11.1 |
| 1406 | 2026-04-23T13:05:00.904Z | Compiling der v0.7.10 |
| 1407 | 2026-04-23T13:05:01.222Z | Compiling chrono v0.4.44 |
| 1408 | 2026-04-23T13:05:01.437Z | Compiling tokio v1.52.1 |
| 1409 | 2026-04-23T13:05:01.637Z | Compiling icu_provider v2.1.1 |
| 1410 | 2026-04-23T13:05:01.767Z | Compiling http v1.4.0 |
| 1411 | 2026-04-23T13:05:02.059Z | Compiling icu_normalizer v2.1.1 |
| 1412 | 2026-04-23T13:05:02.633Z | Compiling icu_properties v2.1.2 |
| 1413 | 2026-04-23T13:05:02.785Z | Compiling spki v0.7.3 |
| 1414 | 2026-04-23T13:05:03.061Z | Compiling ppv-lite86 v0.2.21 |
| 1415 | 2026-04-23T13:05:03.107Z | Compiling salsa20 v0.10.2 |
| 1416 | 2026-04-23T13:05:03.155Z | Compiling pbkdf2 v0.12.2 |
| 1417 | 2026-04-23T13:05:03.174Z | Compiling thiserror-impl v2.0.18 |
| 1418 | 2026-04-23T13:05:03.202Z | Compiling cbc v0.1.2 |
| 1419 | 2026-04-23T13:05:03.286Z | Compiling scrypt v0.11.0 |
| 1420 | 2026-04-23T13:05:03.304Z | Compiling aes v0.8.4 |
| 1421 | 2026-04-23T13:05:03.392Z | Compiling rustls-pki-types v1.14.0 |
| 1422 | 2026-04-23T13:05:03.505Z | Compiling rand_chacha v0.9.0 |
| 1423 | 2026-04-23T13:05:03.618Z | Compiling tracing-attributes v0.1.31 |
| 1424 | 2026-04-23T13:05:03.997Z | Compiling idna_adapter v1.2.1 |
| 1425 | 2026-04-23T13:05:04.179Z | Compiling idna v1.1.0 |
| 1426 | 2026-04-23T13:05:04.198Z | Compiling pkcs5 v0.7.1 |
| 1427 | 2026-04-23T13:05:04.401Z | Compiling rand v0.9.2 |
| 1428 | 2026-04-23T13:05:04.701Z | Compiling url v2.5.8 |
| 1429 | 2026-04-23T13:05:04.852Z | Compiling http-body v1.0.1 |
| 1430 | 2026-04-23T13:05:04.971Z | Compiling thiserror v2.0.18 |
| 1431 | 2026-04-23T13:05:05.079Z | Compiling schemars v0.8.22 |
| 1432 | 2026-04-23T13:05:05.109Z | Compiling untrusted v0.7.1 |
| 1433 | 2026-04-23T13:05:05.162Z | Compiling openssl-probe v0.2.1 |
| 1434 | 2026-04-23T13:05:05.272Z | Compiling untrusted v0.9.0 |
| 1435 | 2026-04-23T13:05:05.334Z | Compiling httparse v1.10.1 |
| 1436 | 2026-04-23T13:05:05.419Z | Compiling tracing v0.1.44 |
| 1437 | 2026-04-23T13:05:05.438Z | Compiling pkcs8 v0.10.2 |
| 1438 | 2026-04-23T13:05:05.486Z | Compiling schemars_derive v0.8.22 |
| 1439 | 2026-04-23T13:05:05.777Z | Compiling pest_derive v2.8.6 |
| 1440 | 2026-04-23T13:05:05.809Z | Compiling scroll_derive v0.13.1 |
| 1441 | 2026-04-23T13:05:05.849Z | Compiling darling_core v0.20.11 |
| 1442 | 2026-04-23T13:05:05.866Z | Compiling rustls v0.23.37 |
| 1443 | 2026-04-23T13:05:06.081Z | Compiling tinyvec_macros v0.1.1 |
| 1444 | 2026-04-23T13:05:06.175Z | Compiling try-lock v0.2.5 |
| 1445 | 2026-04-23T13:05:06.313Z | Compiling atomic-waker v1.1.2 |
| 1446 | 2026-04-23T13:05:06.340Z | Compiling dyn-clone v1.0.20 |
| 1447 | 2026-04-23T13:05:06.473Z | Compiling tower-layer v0.3.3 |
| 1448 | 2026-04-23T13:05:06.514Z | Compiling tower-service v0.3.3 |
| 1449 | 2026-04-23T13:05:06.640Z | Compiling tokio-util v0.7.18 |
| 1450 | 2026-04-23T13:05:06.684Z | Compiling want v0.3.1 |
| 1451 | 2026-04-23T13:05:06.924Z | Compiling scroll v0.13.0 |
| 1452 | 2026-04-23T13:05:06.948Z | Compiling tinyvec v1.10.0 |
| 1453 | 2026-04-23T13:05:07.432Z | Compiling ipnet v2.11.0 |
| 1454 | 2026-04-23T13:05:07.693Z | Compiling h2 v0.4.13 |
| 1455 | 2026-04-23T13:05:07.875Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1456 | 2026-04-23T13:05:08.119Z | Compiling spin v0.9.8 |
| 1457 | 2026-04-23T13:05:08.125Z | Compiling aho-corasick v1.1.4 |
| 1458 | 2026-04-23T13:05:08.375Z | Compiling openssl v0.10.75 |
| 1459 | 2026-04-23T13:05:08.396Z | Compiling num-conv v0.2.0 |
| 1460 | 2026-04-23T13:05:08.578Z | Compiling pin-utils v0.1.0 |
| 1461 | 2026-04-23T13:05:08.673Z | Compiling powerfmt v0.2.0 |
| 1462 | 2026-04-23T13:05:08.691Z | Compiling httpdate v1.0.3 |
| 1463 | 2026-04-23T13:05:08.947Z | Compiling crc32fast v1.5.0 |
| 1464 | 2026-04-23T13:05:08.989Z | Compiling time-core v0.1.8 |
| 1465 | 2026-04-23T13:05:09.009Z | Compiling foreign-types-shared v0.1.1 |
| 1466 | 2026-04-23T13:05:09.124Z | Compiling foreign-types v0.3.2 |
| 1467 | 2026-04-23T13:05:09.127Z | Compiling darling_macro v0.20.11 |
| 1468 | 2026-04-23T13:05:09.184Z | Compiling time-macros v0.2.27 |
| 1469 | 2026-04-23T13:05:09.219Z | Compiling deranged v0.5.8 |
| 1470 | 2026-04-23T13:05:09.357Z | Compiling regex-automata v0.4.14 |
| 1471 | 2026-04-23T13:05:09.514Z | Compiling tempfile v3.25.0 |
| 1472 | 2026-04-23T13:05:09.746Z | Compiling darling v0.20.11 |
| 1473 | 2026-04-23T13:05:10.024Z | Compiling goblin v0.10.5 |
| 1474 | 2026-04-23T13:05:10.578Z | Compiling openssl-macros v0.1.1 |
| 1475 | 2026-04-23T13:05:10.643Z | Compiling socket2 v0.5.10 |
| 1476 | 2026-04-23T13:05:11.082Z | Compiling wait-timeout v0.2.1 |
| 1477 | 2026-04-23T13:05:11.207Z | Compiling bit-vec v0.8.0 |
| 1478 | 2026-04-23T13:05:11.294Z | Compiling crossbeam-utils v0.8.21 |
| 1479 | 2026-04-23T13:05:11.431Z | Compiling siphasher v1.0.2 |
| 1480 | 2026-04-23T13:05:11.509Z | Compiling quick-error v1.2.3 |
| 1481 | 2026-04-23T13:05:11.653Z | Compiling num_threads v0.1.7 |
| 1482 | 2026-04-23T13:05:11.670Z | Compiling hyper v1.8.1 |
| 1483 | 2026-04-23T13:05:11.689Z | Compiling native-tls v0.2.18 |
| 1484 | 2026-04-23T13:05:11.788Z | Compiling usdt-impl v0.6.0 |
| 1485 | 2026-04-23T13:05:11.984Z | Compiling syn v1.0.109 |
| 1486 | 2026-04-23T13:05:12.095Z | Compiling simd-adler32 v0.3.8 |
| 1487 | 2026-04-23T13:05:12.473Z | Compiling time v0.3.47 |
| 1488 | 2026-04-23T13:05:12.517Z | Compiling rusty-fork v0.3.1 |
| 1489 | 2026-04-23T13:05:12.942Z | Compiling bit-set v0.8.0 |
| 1490 | 2026-04-23T13:05:13.123Z | Compiling hyper-util v0.1.20 |
| 1491 | 2026-04-23T13:05:13.852Z | Compiling dof v0.4.0 |
| 1492 | 2026-04-23T13:05:14.685Z | Compiling derive_builder_core v0.20.2 |
| 1493 | 2026-04-23T13:05:15.413Z | Compiling unicode-normalization v0.1.25 |
| 1494 | 2026-04-23T13:05:15.447Z | Compiling dtrace-parser v0.3.0 |
| 1495 | 2026-04-23T13:05:15.474Z | Compiling rustls-native-certs v0.8.3 |
| 1496 | 2026-04-23T13:05:15.851Z | Compiling signature v2.2.0 |
| 1497 | 2026-04-23T13:05:15.871Z | Compiling scroll_derive v0.12.1 |
| 1498 | 2026-04-23T13:05:16.019Z | Compiling thiserror-impl v1.0.69 |
| 1499 | 2026-04-23T13:05:16.039Z | Compiling heapless v0.7.17 |
| 1500 | 2026-04-23T13:05:16.079Z | Compiling rand_xorshift v0.4.0 |
| 1501 | 2026-04-23T13:05:16.292Z | Compiling slog v2.8.2 |
| 1502 | 2026-04-23T13:05:16.344Z | Compiling darling_core v0.21.3 |
| 1503 | 2026-04-23T13:05:16.486Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1504 | 2026-04-23T13:05:16.523Z | Compiling sync_wrapper v1.0.2 |
| 1505 | 2026-04-23T13:05:16.671Z | Compiling thread-id v5.1.0 |
| 1506 | 2026-04-23T13:05:16.732Z | Compiling cookie v0.18.1 |
| 1507 | 2026-04-23T13:05:16.780Z | Compiling paste v1.0.15 |
| 1508 | 2026-04-23T13:05:16.853Z | Compiling unarray v0.1.4 |
| 1509 | 2026-04-23T13:05:17.009Z | Compiling zstd-safe v7.2.4 |
| 1510 | 2026-04-23T13:05:17.032Z | Compiling signal-hook v0.3.18 |
| 1511 | 2026-04-23T13:05:17.155Z | Compiling adler2 v2.0.1 |
| 1512 | 2026-04-23T13:05:17.253Z | Compiling unicode-bidi v0.3.18 |
| 1513 | 2026-04-23T13:05:17.273Z | Compiling unicode-properties v0.1.4 |
| 1514 | 2026-04-23T13:05:17.329Z | Compiling anyhow v1.0.102 |
| 1515 | 2026-04-23T13:05:17.378Z | Compiling miniz_oxide v0.8.9 |
| 1516 | 2026-04-23T13:05:17.711Z | Compiling stringprep v0.1.5 |
| 1517 | 2026-04-23T13:05:17.763Z | Compiling thiserror v1.0.69 |
| 1518 | 2026-04-23T13:05:17.901Z | Compiling proptest v1.10.0 |
| 1519 | 2026-04-23T13:05:18.223Z | Compiling scroll v0.12.0 |
| 1520 | 2026-04-23T13:05:18.306Z | Compiling tower v0.5.3 |
| 1521 | 2026-04-23T13:05:18.682Z | Compiling derive_builder_macro v0.20.2 |
| 1522 | 2026-04-23T13:05:18.937Z | Compiling ipnetwork v0.21.1 |
| 1523 | 2026-04-23T13:05:19.106Z | Compiling http-body-util v0.1.3 |
| 1524 | 2026-04-23T13:05:19.296Z | Compiling webpki-roots v1.0.6 |
| 1525 | 2026-04-23T13:05:19.413Z | Compiling rand_chacha v0.3.1 |
| 1526 | 2026-04-23T13:05:19.435Z | Compiling serde_tokenstream v0.2.3 |
| 1527 | 2026-04-23T13:05:19.456Z | Compiling serde_spanned v0.6.9 |
| 1528 | 2026-04-23T13:05:19.475Z | Compiling erased-serde v0.3.31 |
| 1529 | 2026-04-23T13:05:19.646Z | Compiling toml_datetime v0.6.11 |
| 1530 | 2026-04-23T13:05:19.858Z | Compiling md-5 v0.10.6 |
| 1531 | 2026-04-23T13:05:19.996Z | Compiling zerocopy-derive v0.7.35 |
| 1532 | 2026-04-23T13:05:20.022Z | Compiling darling_macro v0.21.3 |
| 1533 | 2026-04-23T13:05:20.064Z | Compiling curve25519-dalek v4.1.3 |
| 1534 | 2026-04-23T13:05:20.206Z | Compiling vergen-lib v0.1.6 |
| 1535 | 2026-04-23T13:05:20.445Z | Compiling num-integer v0.1.46 |
| 1536 | 2026-04-23T13:05:20.461Z | Compiling hash32 v0.2.1 |
| 1537 | 2026-04-23T13:05:20.490Z | Compiling ff v0.13.1 |
| 1538 | 2026-04-23T13:05:20.629Z | Compiling memoffset v0.9.1 |
| 1539 | 2026-04-23T13:05:20.675Z | Compiling cfg_aliases v0.2.1 |
| 1540 | 2026-04-23T13:05:20.719Z | Compiling fallible-iterator v0.2.0 |
| 1541 | 2026-04-23T13:05:20.771Z | Compiling smoltcp v0.9.1 |
| 1542 | 2026-04-23T13:05:20.877Z | Compiling ref-cast v1.0.25 |
| 1543 | 2026-04-23T13:05:20.880Z | Compiling ryu v1.0.23 |
| 1544 | 2026-04-23T13:05:21.133Z | Compiling psl-types v2.0.11 |
| 1545 | 2026-04-23T13:05:21.137Z | Compiling rustix v0.38.44 |
| 1546 | 2026-04-23T13:05:21.176Z | Compiling iri-string v0.7.10 |
| 1547 | 2026-04-23T13:05:21.206Z | Compiling zlib-rs v0.6.2 |
| 1548 | 2026-04-23T13:05:21.276Z | Compiling base16ct v0.2.0 |
| 1549 | 2026-04-23T13:05:21.301Z | Compiling num-bigint-dig v0.8.6 |
| 1550 | 2026-04-23T13:05:21.510Z | Compiling litrs v1.0.0 |
| 1551 | 2026-04-23T13:05:21.572Z | Compiling sec1 v0.7.3 |
| 1552 | 2026-04-23T13:05:21.730Z | Compiling publicsuffix v2.3.0 |
| 1553 | 2026-04-23T13:05:22.039Z | Compiling zerocopy v0.7.35 |
| 1554 | 2026-04-23T13:05:22.058Z | Compiling newtype-uuid v1.3.2 |
| 1555 | 2026-04-23T13:05:22.258Z | Compiling document-features v0.2.12 |
| 1556 | 2026-04-23T13:05:22.506Z | Compiling postgres-protocol v0.6.10 |
| 1557 | 2026-04-23T13:05:22.844Z | Compiling tower-http v0.6.8 |
| 1558 | 2026-04-23T13:05:23.041Z | Compiling serde_urlencoded v0.7.1 |
| 1559 | 2026-04-23T13:05:23.375Z | Compiling nix v0.31.2 |
| 1560 | 2026-04-23T13:05:23.375Z | Compiling num-iter v0.1.45 |
| 1561 | 2026-04-23T13:05:23.414Z | Compiling group v0.13.0 |
| 1562 | 2026-04-23T13:05:23.550Z | Compiling darling v0.21.3 |
| 1563 | 2026-04-23T13:05:23.756Z | Compiling rand v0.8.5 |
| 1564 | 2026-04-23T13:05:23.867Z | Compiling derive_builder v0.20.2 |
| 1565 | 2026-04-23T13:05:24.035Z | Compiling oxnet v0.1.4 |
| 1566 | 2026-04-23T13:05:24.058Z | Compiling tokio-native-tls v0.3.1 |
| 1567 | 2026-04-23T13:05:24.355Z | Compiling goblin v0.8.2 |
| 1568 | 2026-04-23T13:05:24.436Z | Compiling hubpack_derive v0.1.1 |
| 1569 | 2026-04-23T13:05:25.052Z | Compiling regex v1.12.3 |
| 1570 | 2026-04-23T13:05:25.283Z | Compiling phf_shared v0.13.1 |
| 1571 | 2026-04-23T13:05:25.397Z | Compiling lazy_static v1.5.0 |
| 1572 | 2026-04-23T13:05:25.526Z | Compiling flate2 v1.1.9 |
| 1573 | 2026-04-23T13:05:25.559Z | Compiling cargo-platform v0.1.9 |
| 1574 | 2026-04-23T13:05:25.634Z | Compiling hkdf v0.12.4 |
| 1575 | 2026-04-23T13:05:25.653Z | Compiling crypto-bigint v0.5.5 |
| 1576 | 2026-04-23T13:05:25.855Z | Compiling daft-derive v0.1.5 |
| 1577 | 2026-04-23T13:05:25.903Z | Compiling strum_macros v0.27.2 |
| 1578 | 2026-04-23T13:05:26.034Z | Compiling async-trait v0.1.89 |
| 1579 | 2026-04-23T13:05:26.097Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1580 | 2026-04-23T13:05:26.821Z | Compiling ref-cast-impl v1.0.25 |
| 1581 | 2026-04-23T13:05:26.984Z | Compiling terminal_size v0.4.3 |
| 1582 | 2026-04-23T13:05:27.171Z | Compiling vergen v9.0.6 |
| 1583 | 2026-04-23T13:05:27.413Z | Compiling fs-err v3.3.0 |
| 1584 | 2026-04-23T13:05:27.523Z | Compiling ahash v0.8.12 |
| 1585 | 2026-04-23T13:05:27.568Z | Compiling bumpalo v3.20.2 |
| 1586 | 2026-04-23T13:05:27.653Z | Compiling unicode-segmentation v1.12.0 |
| 1587 | 2026-04-23T13:05:27.780Z | Compiling libbz2-rs-sys v0.2.2 |
| 1588 | 2026-04-23T13:05:27.908Z | Compiling managed v0.8.0 |
| 1589 | 2026-04-23T13:05:28.181Z | Compiling object v0.37.3 |
| 1590 | 2026-04-23T13:05:28.204Z | Compiling bitflags v1.3.2 |
| 1591 | 2026-04-23T13:05:28.304Z | Compiling foldhash v0.1.5 |
| 1592 | 2026-04-23T13:05:28.529Z | Compiling winnow v0.5.40 |
| 1593 | 2026-04-23T13:05:28.592Z | Compiling hashbrown v0.15.5 |
| 1594 | 2026-04-23T13:05:28.612Z | Compiling bzip2 v0.6.1 |
| 1595 | 2026-04-23T13:05:28.657Z | Compiling strum v0.27.2 |
| 1596 | 2026-04-23T13:05:28.825Z | Compiling clap_builder v4.5.60 |
| 1597 | 2026-04-23T13:05:28.886Z | Compiling zopfli v0.8.3 |
| 1598 | 2026-04-23T13:05:29.501Z | Compiling dof v0.3.0 |
| 1599 | 2026-04-23T13:05:29.557Z | Compiling elliptic-curve v0.13.8 |
| 1600 | 2026-04-23T13:05:29.808Z | Compiling daft v0.1.5 |
| 1601 | 2026-04-23T13:05:30.080Z | Compiling cargo_metadata v0.19.2 |
| 1602 | 2026-04-23T13:05:30.205Z | Compiling phf v0.13.1 |
| 1603 | 2026-04-23T13:05:30.429Z | Compiling toml_edit v0.19.15 |
| 1604 | 2026-04-23T13:05:30.508Z | Compiling signal-hook-mio v0.2.5 |
| 1605 | 2026-04-23T13:05:30.664Z | Compiling hubpack v0.1.2 |
| 1606 | 2026-04-23T13:05:30.961Z | Compiling cookie_store v0.22.1 |
| 1607 | 2026-04-23T13:05:32.020Z | Compiling zstd v0.13.3 |
| 1608 | 2026-04-23T13:05:32.230Z | Compiling bzip2 v0.4.4 |
| 1609 | 2026-04-23T13:05:32.367Z | Compiling hyper-tls v0.6.0 |
| 1610 | 2026-04-23T13:05:32.422Z | Compiling serde_with_macros v3.17.0 |
| 1611 | 2026-04-23T13:05:32.633Z | Compiling postgres-types v0.2.12 |
| 1612 | 2026-04-23T13:05:33.148Z | Compiling usdt-macro v0.6.0 |
| 1613 | 2026-04-23T13:05:33.428Z | Compiling usdt-attr-macro v0.6.0 |
| 1614 | 2026-04-23T13:05:33.759Z | Compiling dtrace-parser v0.2.0 |
| 1615 | 2026-04-23T13:05:33.978Z | Compiling ed25519 v2.2.3 |
| 1616 | 2026-04-23T13:05:34.140Z | Compiling bstr v1.12.1 |
| 1617 | 2026-04-23T13:05:34.258Z | Compiling phf_shared v0.11.3 |
| 1618 | 2026-04-23T13:05:34.293Z | Compiling pkcs1 v0.7.5 |
| 1619 | 2026-04-23T13:05:34.497Z | Compiling serde-big-array v0.5.1 |
| 1620 | 2026-04-23T13:05:34.516Z | Compiling hex v0.4.3 |
| 1621 | 2026-04-23T13:05:34.692Z | Compiling rfc6979 v0.4.0 |
| 1622 | 2026-04-23T13:05:34.835Z | Compiling serde_repr v0.1.20 |
| 1623 | 2026-04-23T13:05:34.858Z | Compiling clap_derive v4.5.55 |
| 1624 | 2026-04-23T13:05:34.878Z | Compiling strum_macros v0.26.4 |
| 1625 | 2026-04-23T13:05:34.896Z | Compiling enum-as-inner v0.6.1 |
| 1626 | 2026-04-23T13:05:35.052Z | Compiling float-cmp v0.10.0 |
| 1627 | 2026-04-23T13:05:35.136Z | Compiling thread-id v4.2.2 |
| 1628 | 2026-04-23T13:05:35.244Z | Compiling memmap2 v0.9.10 |
| 1629 | 2026-04-23T13:05:35.262Z | Compiling env_filter v1.0.0 |
| 1630 | 2026-04-23T13:05:35.532Z | Compiling encoding_rs v0.8.35 |
| 1631 | 2026-04-23T13:05:35.551Z | Compiling fixedbitset v0.5.7 |
| 1632 | 2026-04-23T13:05:35.570Z | Compiling predicates-core v1.0.10 |
| 1633 | 2026-04-23T13:05:35.672Z | Compiling rustc-hash v2.1.1 |
| 1634 | 2026-04-23T13:05:35.809Z | Compiling precomputed-hash v0.1.1 |
| 1635 | 2026-04-23T13:05:35.840Z | Compiling fixedbitset v0.4.2 |
| 1636 | 2026-04-23T13:05:35.930Z | Compiling static_assertions v1.1.0 |
| 1637 | 2026-04-23T13:05:35.962Z | Compiling jiff v0.2.21 |
| 1638 | 2026-04-23T13:05:36.035Z | Compiling whoami v2.1.0 |
| 1639 | 2026-04-23T13:05:36.139Z | Compiling normalize-line-endings v0.3.0 |
| 1640 | 2026-04-23T13:05:36.269Z | Compiling keccak v0.1.6 |
| 1641 | 2026-04-23T13:05:36.547Z | Compiling mime v0.3.17 |
| 1642 | 2026-04-23T13:05:36.914Z | Compiling either v1.15.0 |
| 1643 | 2026-04-23T13:05:37.203Z | Compiling new_debug_unreachable v1.0.6 |
| 1644 | 2026-04-23T13:05:37.307Z | Compiling data-encoding v2.10.0 |
| 1645 | 2026-04-23T13:05:37.327Z | Compiling difflib v0.4.0 |
| 1646 | 2026-04-23T13:05:37.347Z | Compiling clap v4.5.60 |
| 1647 | 2026-04-23T13:05:37.450Z | Compiling strum v0.26.3 |
| 1648 | 2026-04-23T13:05:37.471Z | Compiling string_cache v0.8.9 |
| 1649 | 2026-04-23T13:05:37.637Z | Compiling predicates v3.1.4 |
| 1650 | 2026-04-23T13:05:37.702Z | Compiling toml_edit v0.22.27 |
| 1651 | 2026-04-23T13:05:37.788Z | Compiling hickory-proto v0.25.2 |
| 1652 | 2026-04-23T13:05:37.899Z | Compiling itertools v0.13.0 |
| 1653 | 2026-04-23T13:05:38.140Z | Compiling sha3 v0.10.8 |
| 1654 | 2026-04-23T13:05:38.308Z | Compiling tokio-postgres v0.7.16 |
| 1655 | 2026-04-23T13:05:38.532Z | Compiling petgraph v0.6.5 |
| 1656 | 2026-04-23T13:05:38.747Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1657 | 2026-04-23T13:05:39.596Z | Compiling petgraph v0.8.3 |
| 1658 | 2026-04-23T13:05:40.570Z | Compiling zip v4.6.1 |
| 1659 | 2026-04-23T13:05:41.303Z | Compiling iddqd v0.3.17 |
| 1660 | 2026-04-23T13:05:41.587Z | Compiling env_logger v0.11.9 |
| 1661 | 2026-04-23T13:05:41.908Z | Compiling usdt v0.6.0 |
| 1662 | 2026-04-23T13:05:41.981Z | Compiling usdt-impl v0.5.0 |
| 1663 | 2026-04-23T13:05:42.075Z | Compiling serde_with v3.17.0 |
| 1664 | 2026-04-23T13:05:42.259Z | Compiling ecdsa v0.16.9 |
| 1665 | 2026-04-23T13:05:42.293Z | Compiling similar v2.7.0 |
| 1666 | 2026-04-23T13:05:42.590Z | Compiling rsa v0.9.10 |
| 1667 | 2026-04-23T13:05:42.791Z | Compiling ed25519-dalek v2.2.0 |
| 1668 | 2026-04-23T13:05:42.791Z | Compiling crossterm v0.28.1 |
| 1669 | 2026-04-23T13:05:43.496Z | Compiling zip v0.6.6 |
| 1670 | 2026-04-23T13:05:43.646Z | Compiling toml v0.7.8 |
| 1671 | 2026-04-23T13:05:44.628Z | Compiling heck v0.4.1 |
| 1672 | 2026-04-23T13:05:44.814Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1673 | 2026-04-23T13:05:44.842Z | Compiling crossbeam-epoch v0.9.18 |
| 1674 | 2026-04-23T13:05:44.911Z | Compiling tokio-stream v0.1.18 |
| 1675 | 2026-04-23T13:05:44.934Z | Compiling buf-list v1.1.2 |
| 1676 | 2026-04-23T13:05:44.953Z | Compiling x509-cert v0.2.5 |
| 1677 | 2026-04-23T13:05:45.291Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1678 | 2026-04-23T13:05:45.310Z | Compiling openapiv3 v2.2.0 |
| 1679 | 2026-04-23T13:05:45.548Z | Compiling sha1 v0.10.6 |
| 1680 | 2026-04-23T13:05:45.685Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1681 | 2026-04-23T13:05:45.714Z | Compiling lalrpop-util v0.19.12 |
| 1682 | 2026-04-23T13:05:45.842Z | Compiling peg-runtime v0.8.5 |
| 1683 | 2026-04-23T13:05:45.969Z | Compiling thread_local v1.1.9 |
| 1684 | 2026-04-23T13:05:46.079Z | Compiling slog-async v2.8.0 |
| 1685 | 2026-04-23T13:05:46.225Z | Compiling crossbeam-channel v0.5.15 |
| 1686 | 2026-04-23T13:05:46.309Z | Compiling futures-executor v0.3.32 |
| 1687 | 2026-04-23T13:05:46.499Z | Compiling filetime v0.2.27 |
| 1688 | 2026-04-23T13:05:46.662Z | Compiling is-terminal v0.4.17 |
| 1689 | 2026-04-23T13:05:46.739Z | Compiling xattr v1.6.1 |
| 1690 | 2026-04-23T13:05:46.763Z | Compiling take_mut v0.2.2 |
| 1691 | 2026-04-23T13:05:46.792Z | Compiling term v1.2.1 |
| 1692 | 2026-04-23T13:05:46.852Z | Compiling futures v0.3.32 |
| 1693 | 2026-04-23T13:05:46.986Z | Compiling tar v0.4.45 |
| 1694 | 2026-04-23T13:05:47.283Z | Compiling slog-term v2.9.2 |
| 1695 | 2026-04-23T13:05:55.018Z | Compiling rustls-webpki v0.103.9 |
| 1696 | 2026-04-23T13:05:59.084Z | Compiling tokio-rustls v0.26.4 |
| 1697 | 2026-04-23T13:05:59.084Z | Compiling rustls-platform-verifier v0.6.2 |
| 1698 | 2026-04-23T13:05:59.348Z | Compiling hyper-rustls v0.27.7 |
| 1699 | 2026-04-23T13:05:59.617Z | Compiling reqwest v0.13.2 |
| 1700 | 2026-04-23T13:05:59.620Z | Compiling reqwest v0.12.28 |
| 1701 | 2026-04-23T13:06:02.686Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1702 | 2026-04-23T13:06:02.972Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1703 | 2026-04-23T13:06:06.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 1704 | 2026-04-23T13:06:07.017Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1705 | 2026-04-23T13:06:07.081Z | Apr 23 13:06:06.223 INFO Starting download, target: Cockroach |
| 1706 | 2026-04-23T13:06:07.081Z | Apr 23 13:06:06.223 INFO Starting download, target: Clickhouse |
| 1707 | 2026-04-23T13:06:07.081Z | Apr 23 13:06:06.223 INFO Starting download, target: DendriteStub |
| 1708 | 2026-04-23T13:06:07.081Z | Apr 23 13:06:06.223 INFO Starting download, target: Console |
| 1709 | 2026-04-23T13:06:07.087Z | Apr 23 13:06:06.223 INFO Starting download, target: MaghemiteMgd |
| 1710 | 2026-04-23T13:06:07.087Z | Apr 23 13:06:06.223 INFO Starting download, target: TransceiverControl |
| 1711 | 2026-04-23T13:06:07.087Z | Apr 23 13:06:06.223 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1712 | 2026-04-23T13:06:07.088Z | Apr 23 13:06:06.223 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1713 | 2026-04-23T13:06:07.088Z | Apr 23 13:06:06.223 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1714 | 2026-04-23T13:06:07.088Z | Apr 23 13:06:06.223 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1715 | 2026-04-23T13:06:07.088Z | Apr 23 13:06:06.223 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1716 | 2026-04-23T13:06:07.088Z | Apr 23 13:06:06.223 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1717 | 2026-04-23T13:06:07.367Z | Apr 23 13:06:06.510 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1718 | 2026-04-23T13:06:07.706Z | Apr 23 13:06:06.843 INFO Download complete, target: TransceiverControl |
| 1719 | 2026-04-23T13:06:08.050Z | Apr 23 13:06:07.185 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1720 | 2026-04-23T13:06:08.426Z | Apr 23 13:06:07.566 INFO Download complete, target: Console |
| 1721 | 2026-04-23T13:06:08.819Z | Apr 23 13:06:07.951 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1722 | 2026-04-23T13:06:08.921Z | Apr 23 13:06:08.062 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1723 | 2026-04-23T13:06:09.194Z | Apr 23 13:06:08.335 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1724 | 2026-04-23T13:06:09.219Z | Apr 23 13:06:08.360 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1725 | 2026-04-23T13:06:09.219Z | Apr 23 13:06:08.360 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1726 | 2026-04-23T13:06:12.580Z | Apr 23 13:06:11.708 INFO Download complete, target: MaghemiteMgd |
| 1727 | 2026-04-23T13:06:12.709Z | Apr 23 13:06:11.847 INFO Download complete, target: DendriteStub |
| 1728 | 2026-04-23T13:06:16.758Z | Apr 23 13:06:15.898 INFO Checking that binary works, target: Cockroach |
| 1729 | 2026-04-23T13:06:16.911Z | Apr 23 13:06:16.049 INFO Download complete, target: Cockroach |
| 1730 | 2026-04-23T13:06:20.386Z | Apr 23 13:06:19.526 INFO Checking that binary works, target: Clickhouse |
| 1731 | 2026-04-23T13:06:20.549Z | Apr 23 13:06:19.690 INFO Download complete, target: Clickhouse |
| 1732 | 2026-04-23T13:06:20.567Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1733 | 2026-04-23T13:06:20.570Z | |
| 1734 | 2026-04-23T13:06:20.570Z | real 2:49.237362542 |
| 1735 | 2026-04-23T13:06:20.571Z | user 9:30.462342066 |
| 1736 | 2026-04-23T13:06:20.571Z | sys 1:45.205924872 |
| 1737 | 2026-04-23T13:06:20.571Z | trap 0.316191095 |
| 1738 | 2026-04-23T13:06:20.571Z | tflt 0.820875825 |
| 1739 | 2026-04-23T13:06:20.571Z | dflt 0.917873476 |
| 1740 | 2026-04-23T13:06:20.571Z | kflt 0.025667851 |
| 1741 | 2026-04-23T13:06:20.571Z | lock 30:19.306545936 |
| 1742 | 2026-04-23T13:06:20.571Z | slp 27:55.524695922 |
| 1743 | 2026-04-23T13:06:20.571Z | lat 54.240324062 |
| 1744 | 2026-04-23T13:06:20.571Z | stop 2:39.030269493 |
| 1745 | 2026-04-23T13:06:20.571Z | + banner hack-check |
| 1746 | 2026-04-23T13:06:20.571Z | |
| 1747 | 2026-04-23T13:06:20.571Z | # # ## #### # # #### # # ###### #### # # |
| 1748 | 2026-04-23T13:06:20.571Z | # # # # # # # # # # # # # # # # # |
| 1749 | 2026-04-23T13:06:20.571Z | ###### # # # #### ##### # ###### ##### # #### |
| 1750 | 2026-04-23T13:06:20.571Z | # # ###### # # # # # # # # # # |
| 1751 | 2026-04-23T13:06:20.571Z | # # # # # # # # # # # # # # # # # |
| 1752 | 2026-04-23T13:06:20.571Z | # # # # #### # # #### # # ###### #### # # |
| 1753 | 2026-04-23T13:06:20.571Z | |
| 1754 | 2026-04-23T13:06:20.571Z | + export CARGO_INCREMENTAL=0 |
| 1755 | 2026-04-23T13:06:20.572Z | + CARGO_INCREMENTAL=0 |
| 1756 | 2026-04-23T13:06:20.572Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1757 | 2026-04-23T13:06:21.292Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1758 | 2026-04-23T13:06:21.576Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1759 | 2026-04-23T13:06:24.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s |
| 1760 | 2026-04-23T13:06:24.194Z | Running `target/debug/xtask check-features --ci` |
| 1761 | 2026-04-23T13:06:24.228Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1762 | 2026-04-23T13:06:24.233Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1763 | 2026-04-23T13:06:24.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1764 | 2026-04-23T13:06:24.919Z | Running `target/debug/xtask download cargo-hack` |
| 1765 | 2026-04-23T13:06:26.003Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1766 | 2026-04-23T13:06:26.401Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1767 | 2026-04-23T13:06:29.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s |
| 1768 | 2026-04-23T13:06:29.927Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1769 | 2026-04-23T13:06:29.972Z | Apr 23 13:06:29.111 INFO Starting download, target: CargoHack |
| 1770 | 2026-04-23T13:06:29.975Z | Apr 23 13:06:29.112 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1771 | 2026-04-23T13:06:30.495Z | Apr 23 13:06:29.634 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1772 | 2026-04-23T13:06:30.575Z | Apr 23 13:06:29.714 INFO Download complete, target: CargoHack |
| 1773 | 2026-04-23T13:06:30.578Z | 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" |
| 1774 | 2026-04-23T13:06:30.596Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1775 | 2026-04-23T13:06:30.801Z | info: running `cargo check --bins` on api_identity (1/272) |
| 1776 | 2026-04-23T13:06:31.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1777 | 2026-04-23T13:06:31.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1778 | 2026-04-23T13:06:31.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1779 | 2026-04-23T13:06:31.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1780 | 2026-04-23T13:06:31.589Z | |
| 1781 | 2026-04-23T13:06:31.589Z | info: running `cargo check --bins` on bootstore (2/272) |
| 1782 | 2026-04-23T13:06:32.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1783 | 2026-04-23T13:06:32.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1784 | 2026-04-23T13:06:32.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1785 | 2026-04-23T13:06:32.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1786 | 2026-04-23T13:06:32.384Z | |
| 1787 | 2026-04-23T13:06:32.384Z | info: running `cargo check --bins` on omicron-ledger (3/272) |
| 1788 | 2026-04-23T13:06:33.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1789 | 2026-04-23T13:06:33.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1790 | 2026-04-23T13:06:33.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1791 | 2026-04-23T13:06:33.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1792 | 2026-04-23T13:06:33.169Z | |
| 1793 | 2026-04-23T13:06:33.169Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/272) |
| 1794 | 2026-04-23T13:06:33.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1795 | 2026-04-23T13:06:33.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1796 | 2026-04-23T13:06:33.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1797 | 2026-04-23T13:06:33.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1798 | 2026-04-23T13:06:33.962Z | |
| 1799 | 2026-04-23T13:06:33.962Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/272) |
| 1800 | 2026-04-23T13:06:34.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1801 | 2026-04-23T13:06:34.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1802 | 2026-04-23T13:06:34.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1803 | 2026-04-23T13:06:34.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1804 | 2026-04-23T13:06:34.745Z | |
| 1805 | 2026-04-23T13:06:34.745Z | info: running `cargo check --bins` on omicron-certificates (6/272) |
| 1806 | 2026-04-23T13:06:35.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1807 | 2026-04-23T13:06:35.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1808 | 2026-04-23T13:06:35.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1809 | 2026-04-23T13:06:35.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1810 | 2026-04-23T13:06:35.552Z | |
| 1811 | 2026-04-23T13:06:35.552Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/272) |
| 1812 | 2026-04-23T13:06:36.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1813 | 2026-04-23T13:06:36.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1814 | 2026-04-23T13:06:36.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1815 | 2026-04-23T13:06:36.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1816 | 2026-04-23T13:06:36.356Z | |
| 1817 | 2026-04-23T13:06:36.356Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/272) |
| 1818 | 2026-04-23T13:06:37.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1819 | 2026-04-23T13:06:37.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1820 | 2026-04-23T13:06:37.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1821 | 2026-04-23T13:06:37.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1822 | 2026-04-23T13:06:37.157Z | |
| 1823 | 2026-04-23T13:06:37.157Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/272) |
| 1824 | 2026-04-23T13:06:37.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1825 | 2026-04-23T13:06:37.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1826 | 2026-04-23T13:06:37.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1827 | 2026-04-23T13:06:37.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1828 | 2026-04-23T13:06:37.786Z | |
| 1829 | 2026-04-23T13:06:37.786Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/272) |
| 1830 | 2026-04-23T13:06:38.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1831 | 2026-04-23T13:06:38.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1832 | 2026-04-23T13:06:38.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1833 | 2026-04-23T13:06:38.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1834 | 2026-04-23T13:06:38.420Z | |
| 1835 | 2026-04-23T13:06:38.420Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/272) |
| 1836 | 2026-04-23T13:06:38.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1837 | 2026-04-23T13:06:38.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1838 | 2026-04-23T13:06:38.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1839 | 2026-04-23T13:06:38.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1840 | 2026-04-23T13:06:39.054Z | |
| 1841 | 2026-04-23T13:06:39.054Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/272) |
| 1842 | 2026-04-23T13:06:39.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1843 | 2026-04-23T13:06:39.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1844 | 2026-04-23T13:06:39.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1845 | 2026-04-23T13:06:39.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1846 | 2026-04-23T13:06:39.681Z | |
| 1847 | 2026-04-23T13:06:39.681Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/272) |
| 1848 | 2026-04-23T13:06:40.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1849 | 2026-04-23T13:06:40.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1850 | 2026-04-23T13:06:40.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1851 | 2026-04-23T13:06:40.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1852 | 2026-04-23T13:06:40.314Z | |
| 1853 | 2026-04-23T13:06:40.314Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/272) |
| 1854 | 2026-04-23T13:06:40.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1855 | 2026-04-23T13:06:40.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1856 | 2026-04-23T13:06:40.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1857 | 2026-04-23T13:06:40.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1858 | 2026-04-23T13:06:40.944Z | |
| 1859 | 2026-04-23T13:06:40.944Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/272) |
| 1860 | 2026-04-23T13:06:41.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1861 | 2026-04-23T13:06:41.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1862 | 2026-04-23T13:06:41.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1863 | 2026-04-23T13:06:41.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1864 | 2026-04-23T13:06:41.574Z | |
| 1865 | 2026-04-23T13:06:41.574Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/272) |
| 1866 | 2026-04-23T13:06:42.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1867 | 2026-04-23T13:06:42.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1868 | 2026-04-23T13:06:42.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1869 | 2026-04-23T13:06:42.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1870 | 2026-04-23T13:06:42.210Z | |
| 1871 | 2026-04-23T13:06:42.210Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/272) |
| 1872 | 2026-04-23T13:06:42.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1873 | 2026-04-23T13:06:42.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1874 | 2026-04-23T13:06:42.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1875 | 2026-04-23T13:06:42.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1876 | 2026-04-23T13:06:42.843Z | |
| 1877 | 2026-04-23T13:06:42.843Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/272) |
| 1878 | 2026-04-23T13:06:43.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1879 | 2026-04-23T13:06:43.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1880 | 2026-04-23T13:06:43.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1881 | 2026-04-23T13:06:43.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1882 | 2026-04-23T13:06:43.471Z | |
| 1883 | 2026-04-23T13:06:43.471Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/272) |
| 1884 | 2026-04-23T13:06:44.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1885 | 2026-04-23T13:06:44.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1886 | 2026-04-23T13:06:44.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1887 | 2026-04-23T13:06:44.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1888 | 2026-04-23T13:06:44.101Z | |
| 1889 | 2026-04-23T13:06:44.101Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/272) |
| 1890 | 2026-04-23T13:06:44.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1891 | 2026-04-23T13:06:44.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1892 | 2026-04-23T13:06:44.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1893 | 2026-04-23T13:06:44.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1894 | 2026-04-23T13:06:44.739Z | |
| 1895 | 2026-04-23T13:06:44.739Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/272) |
| 1896 | 2026-04-23T13:06:45.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1897 | 2026-04-23T13:06:45.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1898 | 2026-04-23T13:06:45.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1899 | 2026-04-23T13:06:45.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1900 | 2026-04-23T13:06:45.373Z | |
| 1901 | 2026-04-23T13:06:45.373Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/272) |
| 1902 | 2026-04-23T13:06:45.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2026-04-23T13:06:45.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2026-04-23T13:06:45.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2026-04-23T13:06:45.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1906 | 2026-04-23T13:06:46.011Z | |
| 1907 | 2026-04-23T13:06:46.011Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/272) |
| 1908 | 2026-04-23T13:06:46.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2026-04-23T13:06:46.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2026-04-23T13:06:46.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2026-04-23T13:06:46.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1912 | 2026-04-23T13:06:46.648Z | |
| 1913 | 2026-04-23T13:06:46.648Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/272) |
| 1914 | 2026-04-23T13:06:47.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2026-04-23T13:06:47.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2026-04-23T13:06:47.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2026-04-23T13:06:47.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1918 | 2026-04-23T13:06:47.281Z | |
| 1919 | 2026-04-23T13:06:47.282Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/272) |
| 1920 | 2026-04-23T13:06:47.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2026-04-23T13:06:47.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2026-04-23T13:06:47.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1923 | 2026-04-23T13:06:47.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1924 | 2026-04-23T13:06:47.917Z | |
| 1925 | 2026-04-23T13:06:47.917Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/272) |
| 1926 | 2026-04-23T13:06:48.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1927 | 2026-04-23T13:06:48.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1928 | 2026-04-23T13:06:48.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1929 | 2026-04-23T13:06:48.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1930 | 2026-04-23T13:06:48.555Z | |
| 1931 | 2026-04-23T13:06:48.555Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/272) |
| 1932 | 2026-04-23T13:06:49.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1933 | 2026-04-23T13:06:49.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1934 | 2026-04-23T13:06:49.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1935 | 2026-04-23T13:06:49.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1936 | 2026-04-23T13:06:49.202Z | |
| 1937 | 2026-04-23T13:06:49.202Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/272) |
| 1938 | 2026-04-23T13:06:49.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1939 | 2026-04-23T13:06:49.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1940 | 2026-04-23T13:06:49.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1941 | 2026-04-23T13:06:49.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1942 | 2026-04-23T13:06:49.831Z | |
| 1943 | 2026-04-23T13:06:49.831Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/272) |
| 1944 | 2026-04-23T13:06:50.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1945 | 2026-04-23T13:06:50.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1946 | 2026-04-23T13:06:50.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1947 | 2026-04-23T13:06:50.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1948 | 2026-04-23T13:06:50.465Z | |
| 1949 | 2026-04-23T13:06:50.465Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/272) |
| 1950 | 2026-04-23T13:06:51.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1951 | 2026-04-23T13:06:51.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1952 | 2026-04-23T13:06:51.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1953 | 2026-04-23T13:06:51.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1954 | 2026-04-23T13:06:51.100Z | |
| 1955 | 2026-04-23T13:06:51.100Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/272) |
| 1956 | 2026-04-23T13:06:51.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1957 | 2026-04-23T13:06:51.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1958 | 2026-04-23T13:06:51.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1959 | 2026-04-23T13:06:51.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1960 | 2026-04-23T13:06:51.735Z | |
| 1961 | 2026-04-23T13:06:51.736Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/272) |
| 1962 | 2026-04-23T13:06:52.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1963 | 2026-04-23T13:06:52.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1964 | 2026-04-23T13:06:52.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1965 | 2026-04-23T13:06:52.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1966 | 2026-04-23T13:06:52.366Z | |
| 1967 | 2026-04-23T13:06:52.366Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/272) |
| 1968 | 2026-04-23T13:06:52.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1969 | 2026-04-23T13:06:52.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1970 | 2026-04-23T13:06:52.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1971 | 2026-04-23T13:06:52.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1972 | 2026-04-23T13:06:53.002Z | |
| 1973 | 2026-04-23T13:06:53.002Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/272) |
| 1974 | 2026-04-23T13:06:53.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1975 | 2026-04-23T13:06:53.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1976 | 2026-04-23T13:06:53.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1977 | 2026-04-23T13:06:53.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1978 | 2026-04-23T13:06:53.636Z | |
| 1979 | 2026-04-23T13:06:53.636Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/272) |
| 1980 | 2026-04-23T13:06:54.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1981 | 2026-04-23T13:06:54.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1982 | 2026-04-23T13:06:54.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1983 | 2026-04-23T13:06:54.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1984 | 2026-04-23T13:06:54.270Z | |
| 1985 | 2026-04-23T13:06:54.270Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/272) |
| 1986 | 2026-04-23T13:06:54.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1987 | 2026-04-23T13:06:54.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1988 | 2026-04-23T13:06:54.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1989 | 2026-04-23T13:06:54.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1990 | 2026-04-23T13:06:54.903Z | |
| 1991 | 2026-04-23T13:06:54.903Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/272) |
| 1992 | 2026-04-23T13:06:55.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1993 | 2026-04-23T13:06:55.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1994 | 2026-04-23T13:06:55.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1995 | 2026-04-23T13:06:55.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1996 | 2026-04-23T13:06:55.540Z | |
| 1997 | 2026-04-23T13:06:55.540Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/272) |
| 1998 | 2026-04-23T13:06:56.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1999 | 2026-04-23T13:06:56.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2000 | 2026-04-23T13:06:56.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2001 | 2026-04-23T13:06:56.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2002 | 2026-04-23T13:06:56.171Z | |
| 2003 | 2026-04-23T13:06:56.171Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/272) |
| 2004 | 2026-04-23T13:06:56.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2005 | 2026-04-23T13:06:56.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2006 | 2026-04-23T13:06:56.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2007 | 2026-04-23T13:06:56.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2008 | 2026-04-23T13:06:56.802Z | |
| 2009 | 2026-04-23T13:06:56.802Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/272) |
| 2010 | 2026-04-23T13:06:57.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2011 | 2026-04-23T13:06:57.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2012 | 2026-04-23T13:06:57.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2013 | 2026-04-23T13:06:57.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2014 | 2026-04-23T13:06:57.440Z | |
| 2015 | 2026-04-23T13:06:57.440Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/272) |
| 2016 | 2026-04-23T13:06:58.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2017 | 2026-04-23T13:06:58.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2018 | 2026-04-23T13:06:58.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2019 | 2026-04-23T13:06:58.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2020 | 2026-04-23T13:06:58.081Z | |
| 2021 | 2026-04-23T13:06:58.081Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/272) |
| 2022 | 2026-04-23T13:06:58.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2023 | 2026-04-23T13:06:58.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2024 | 2026-04-23T13:06:58.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2025 | 2026-04-23T13:06:58.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2026 | 2026-04-23T13:06:58.719Z | |
| 2027 | 2026-04-23T13:06:58.719Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/272) |
| 2028 | 2026-04-23T13:06:59.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2029 | 2026-04-23T13:06:59.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2030 | 2026-04-23T13:06:59.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2031 | 2026-04-23T13:06:59.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2032 | 2026-04-23T13:06:59.355Z | |
| 2033 | 2026-04-23T13:06:59.356Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/272) |
| 2034 | 2026-04-23T13:06:59.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2035 | 2026-04-23T13:06:59.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2036 | 2026-04-23T13:06:59.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2037 | 2026-04-23T13:06:59.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2038 | 2026-04-23T13:06:59.995Z | |
| 2039 | 2026-04-23T13:06:59.995Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/272) |
| 2040 | 2026-04-23T13:07:00.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2041 | 2026-04-23T13:07:00.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2042 | 2026-04-23T13:07:00.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2043 | 2026-04-23T13:07:00.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2044 | 2026-04-23T13:07:00.633Z | |
| 2045 | 2026-04-23T13:07:00.633Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/272) |
| 2046 | 2026-04-23T13:07:01.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2047 | 2026-04-23T13:07:01.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2048 | 2026-04-23T13:07:01.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2049 | 2026-04-23T13:07:01.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2050 | 2026-04-23T13:07:01.275Z | |
| 2051 | 2026-04-23T13:07:01.275Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/272) |
| 2052 | 2026-04-23T13:07:01.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2053 | 2026-04-23T13:07:01.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2054 | 2026-04-23T13:07:01.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2055 | 2026-04-23T13:07:01.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2056 | 2026-04-23T13:07:01.911Z | |
| 2057 | 2026-04-23T13:07:01.911Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/272) |
| 2058 | 2026-04-23T13:07:02.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2059 | 2026-04-23T13:07:02.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2060 | 2026-04-23T13:07:02.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2061 | 2026-04-23T13:07:02.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2062 | 2026-04-23T13:07:02.546Z | |
| 2063 | 2026-04-23T13:07:02.546Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/272) |
| 2064 | 2026-04-23T13:07:03.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2065 | 2026-04-23T13:07:03.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2066 | 2026-04-23T13:07:03.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2067 | 2026-04-23T13:07:03.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2068 | 2026-04-23T13:07:03.411Z | |
| 2069 | 2026-04-23T13:07:03.412Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/272) |
| 2070 | 2026-04-23T13:07:04.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2071 | 2026-04-23T13:07:04.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2072 | 2026-04-23T13:07:04.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2073 | 2026-04-23T13:07:04.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2074 | 2026-04-23T13:07:04.277Z | |
| 2075 | 2026-04-23T13:07:04.277Z | info: running `cargo check --bins` on nexus-config (51/272) |
| 2076 | 2026-04-23T13:07:05.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2077 | 2026-04-23T13:07:05.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2078 | 2026-04-23T13:07:05.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2079 | 2026-04-23T13:07:05.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2080 | 2026-04-23T13:07:05.140Z | |
| 2081 | 2026-04-23T13:07:05.140Z | info: running `cargo check --bins` on nexus-types (52/272) |
| 2082 | 2026-04-23T13:07:05.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2083 | 2026-04-23T13:07:05.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2084 | 2026-04-23T13:07:05.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2085 | 2026-04-23T13:07:05.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 2086 | 2026-04-23T13:07:06.010Z | |
| 2087 | 2026-04-23T13:07:06.010Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/272) |
| 2088 | 2026-04-23T13:07:06.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2089 | 2026-04-23T13:07:06.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2090 | 2026-04-23T13:07:06.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2091 | 2026-04-23T13:07:06.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2092 | 2026-04-23T13:07:06.825Z | |
| 2093 | 2026-04-23T13:07:06.825Z | info: running `cargo check --bins` on omicron-passwords (54/272) |
| 2094 | 2026-04-23T13:07:07.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2095 | 2026-04-23T13:07:07.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2096 | 2026-04-23T13:07:07.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2097 | 2026-04-23T13:07:07.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2098 | 2026-04-23T13:07:07.615Z | |
| 2099 | 2026-04-23T13:07:07.615Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/272) |
| 2100 | 2026-04-23T13:07:08.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2101 | 2026-04-23T13:07:08.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2102 | 2026-04-23T13:07:08.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2103 | 2026-04-23T13:07:08.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2104 | 2026-04-23T13:07:08.430Z | |
| 2105 | 2026-04-23T13:07:08.430Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/272) |
| 2106 | 2026-04-23T13:07:09.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2107 | 2026-04-23T13:07:09.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2108 | 2026-04-23T13:07:09.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2109 | 2026-04-23T13:07:09.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2110 | 2026-04-23T13:07:09.246Z | |
| 2111 | 2026-04-23T13:07:09.246Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/272) |
| 2112 | 2026-04-23T13:07:09.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2113 | 2026-04-23T13:07:09.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2114 | 2026-04-23T13:07:09.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2115 | 2026-04-23T13:07:09.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2116 | 2026-04-23T13:07:10.061Z | |
| 2117 | 2026-04-23T13:07:10.061Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/272) |
| 2118 | 2026-04-23T13:07:10.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2119 | 2026-04-23T13:07:10.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2120 | 2026-04-23T13:07:10.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2121 | 2026-04-23T13:07:10.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2122 | 2026-04-23T13:07:10.880Z | |
| 2123 | 2026-04-23T13:07:10.880Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/272) |
| 2124 | 2026-04-23T13:07:11.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2125 | 2026-04-23T13:07:11.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2126 | 2026-04-23T13:07:11.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2127 | 2026-04-23T13:07:11.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2128 | 2026-04-23T13:07:11.675Z | |
| 2129 | 2026-04-23T13:07:11.675Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/272) |
| 2130 | 2026-04-23T13:07:12.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2131 | 2026-04-23T13:07:12.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2132 | 2026-04-23T13:07:12.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2133 | 2026-04-23T13:07:12.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2134 | 2026-04-23T13:07:12.467Z | |
| 2135 | 2026-04-23T13:07:12.467Z | info: running `cargo check --bins --no-default-features` on gfss (61/272) |
| 2136 | 2026-04-23T13:07:13.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2137 | 2026-04-23T13:07:13.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2138 | 2026-04-23T13:07:13.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2139 | 2026-04-23T13:07:13.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2140 | 2026-04-23T13:07:13.252Z | |
| 2141 | 2026-04-23T13:07:13.252Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/272) |
| 2142 | 2026-04-23T13:07:13.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2143 | 2026-04-23T13:07:13.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2144 | 2026-04-23T13:07:13.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2145 | 2026-04-23T13:07:13.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2146 | 2026-04-23T13:07:14.040Z | |
| 2147 | 2026-04-23T13:07:14.041Z | info: running `cargo check --bins` on clickhouse-admin-types (63/272) |
| 2148 | 2026-04-23T13:07:14.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2149 | 2026-04-23T13:07:14.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2150 | 2026-04-23T13:07:14.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2151 | 2026-04-23T13:07:14.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2152 | 2026-04-23T13:07:14.849Z | |
| 2153 | 2026-04-23T13:07:14.849Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/272) |
| 2154 | 2026-04-23T13:07:15.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2155 | 2026-04-23T13:07:15.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2156 | 2026-04-23T13:07:15.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2157 | 2026-04-23T13:07:15.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2158 | 2026-04-23T13:07:15.660Z | |
| 2159 | 2026-04-23T13:07:15.660Z | info: running `cargo check --bins` on cockroach-admin-types (65/272) |
| 2160 | 2026-04-23T13:07:16.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2161 | 2026-04-23T13:07:16.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2162 | 2026-04-23T13:07:16.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2163 | 2026-04-23T13:07:16.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2164 | 2026-04-23T13:07:16.445Z | |
| 2165 | 2026-04-23T13:07:16.445Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/272) |
| 2166 | 2026-04-23T13:07:17.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2167 | 2026-04-23T13:07:17.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2168 | 2026-04-23T13:07:17.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2169 | 2026-04-23T13:07:17.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2170 | 2026-04-23T13:07:17.230Z | |
| 2171 | 2026-04-23T13:07:17.230Z | info: running `cargo check --bins` on ereport-types (67/272) |
| 2172 | 2026-04-23T13:07:17.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2173 | 2026-04-23T13:07:17.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2174 | 2026-04-23T13:07:17.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2175 | 2026-04-23T13:07:17.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2176 | 2026-04-23T13:07:18.030Z | |
| 2177 | 2026-04-23T13:07:18.030Z | info: running `cargo check --bins` on gateway-client (68/272) |
| 2178 | 2026-04-23T13:07:18.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2179 | 2026-04-23T13:07:18.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2180 | 2026-04-23T13:07:18.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2181 | 2026-04-23T13:07:18.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2182 | 2026-04-23T13:07:18.833Z | |
| 2183 | 2026-04-23T13:07:18.833Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/272) |
| 2184 | 2026-04-23T13:07:19.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2185 | 2026-04-23T13:07:19.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2186 | 2026-04-23T13:07:19.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2187 | 2026-04-23T13:07:19.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2188 | 2026-04-23T13:07:19.633Z | |
| 2189 | 2026-04-23T13:07:19.633Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/272) |
| 2190 | 2026-04-23T13:07:20.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2191 | 2026-04-23T13:07:20.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2192 | 2026-04-23T13:07:20.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2193 | 2026-04-23T13:07:20.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2194 | 2026-04-23T13:07:20.437Z | |
| 2195 | 2026-04-23T13:07:20.437Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/272) |
| 2196 | 2026-04-23T13:07:21.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2197 | 2026-04-23T13:07:21.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2198 | 2026-04-23T13:07:21.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2199 | 2026-04-23T13:07:21.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2200 | 2026-04-23T13:07:21.241Z | |
| 2201 | 2026-04-23T13:07:21.241Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/272) |
| 2202 | 2026-04-23T13:07:21.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2203 | 2026-04-23T13:07:21.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2204 | 2026-04-23T13:07:21.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2205 | 2026-04-23T13:07:21.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2206 | 2026-04-23T13:07:22.041Z | |
| 2207 | 2026-04-23T13:07:22.041Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/272) |
| 2208 | 2026-04-23T13:07:22.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2209 | 2026-04-23T13:07:22.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2210 | 2026-04-23T13:07:22.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2211 | 2026-04-23T13:07:22.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2212 | 2026-04-23T13:07:22.873Z | |
| 2213 | 2026-04-23T13:07:22.873Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/272) |
| 2214 | 2026-04-23T13:07:23.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2215 | 2026-04-23T13:07:23.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2216 | 2026-04-23T13:07:23.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2217 | 2026-04-23T13:07:23.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2218 | 2026-04-23T13:07:23.707Z | |
| 2219 | 2026-04-23T13:07:23.707Z | info: running `cargo check --bins` on key-manager-types (75/272) |
| 2220 | 2026-04-23T13:07:24.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2221 | 2026-04-23T13:07:24.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2222 | 2026-04-23T13:07:24.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2223 | 2026-04-23T13:07:24.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2224 | 2026-04-23T13:07:24.498Z | |
| 2225 | 2026-04-23T13:07:24.498Z | info: running `cargo check --bins` on oxlog (76/272) |
| 2226 | 2026-04-23T13:07:25.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2227 | 2026-04-23T13:07:25.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2228 | 2026-04-23T13:07:25.342Z | Checking cfg-if v1.0.4 |
| 2229 | 2026-04-23T13:07:25.345Z | Checking libc v0.2.185 |
| 2230 | 2026-04-23T13:07:25.468Z | Checking serde_core v1.0.228 |
| 2231 | 2026-04-23T13:07:25.495Z | Checking zeroize v1.8.2 |
| 2232 | 2026-04-23T13:07:25.511Z | Checking memchr v2.8.0 |
| 2233 | 2026-04-23T13:07:25.526Z | Checking log v0.4.29 |
| 2234 | 2026-04-23T13:07:25.528Z | Checking smallvec v1.15.1 |
| 2235 | 2026-04-23T13:07:25.531Z | Checking typenum v1.19.0 |
| 2236 | 2026-04-23T13:07:25.531Z | Checking subtle v2.6.1 |
| 2237 | 2026-04-23T13:07:25.686Z | Checking itoa v1.0.17 |
| 2238 | 2026-04-23T13:07:25.777Z | Checking scopeguard v1.2.0 |
| 2239 | 2026-04-23T13:07:25.793Z | Checking stable_deref_trait v1.2.1 |
| 2240 | 2026-04-23T13:07:25.816Z | Checking const-oid v0.9.6 |
| 2241 | 2026-04-23T13:07:25.869Z | Checking portable-atomic v1.13.1 |
| 2242 | 2026-04-23T13:07:25.886Z | Checking zerofrom v0.1.6 |
| 2243 | 2026-04-23T13:07:25.905Z | Checking lock_api v0.4.14 |
| 2244 | 2026-04-23T13:07:26.034Z | Checking critical-section v1.2.0 |
| 2245 | 2026-04-23T13:07:26.037Z | Checking yoke v0.8.1 |
| 2246 | 2026-04-23T13:07:26.066Z | Checking getrandom v0.2.17 |
| 2247 | 2026-04-23T13:07:26.168Z | Checking errno v0.3.14 |
| 2248 | 2026-04-23T13:07:26.186Z | Checking parking_lot_core v0.9.12 |
| 2249 | 2026-04-23T13:07:26.245Z | Checking rand_core v0.6.4 |
| 2250 | 2026-04-23T13:07:26.248Z | Checking zerovec v0.11.5 |
| 2251 | 2026-04-23T13:07:26.311Z | Checking signal-hook-registry v1.4.8 |
| 2252 | 2026-04-23T13:07:26.331Z | Checking generic-array v0.14.7 |
| 2253 | 2026-04-23T13:07:26.424Z | Checking zerocopy v0.8.40 |
| 2254 | 2026-04-23T13:07:26.441Z | Checking once_cell v1.21.3 |
| 2255 | 2026-04-23T13:07:26.469Z | Checking pin-project-lite v0.2.17 |
| 2256 | 2026-04-23T13:07:26.508Z | Checking parking_lot v0.12.5 |
| 2257 | 2026-04-23T13:07:26.581Z | Checking mio v1.2.0 |
| 2258 | 2026-04-23T13:07:26.663Z | Checking socket2 v0.6.3 |
| 2259 | 2026-04-23T13:07:26.745Z | Checking libm v0.2.16 |
| 2260 | 2026-04-23T13:07:26.829Z | Checking zmij v1.0.21 |
| 2261 | 2026-04-23T13:07:26.850Z | Checking tinystr v0.8.2 |
| 2262 | 2026-04-23T13:07:26.956Z | Checking crypto-common v0.1.7 |
| 2263 | 2026-04-23T13:07:26.972Z | Checking block-buffer v0.10.4 |
| 2264 | 2026-04-23T13:07:26.988Z | Checking writeable v0.6.2 |
| 2265 | 2026-04-23T13:07:27.079Z | Checking equivalent v1.0.2 |
| 2266 | 2026-04-23T13:07:27.103Z | Checking allocator-api2 v0.2.21 |
| 2267 | 2026-04-23T13:07:27.106Z | Checking futures-core v0.3.32 |
| 2268 | 2026-04-23T13:07:27.147Z | Checking digest v0.10.7 |
| 2269 | 2026-04-23T13:07:27.178Z | Checking litemap v0.8.1 |
| 2270 | 2026-04-23T13:07:27.195Z | Checking percent-encoding v2.3.2 |
| 2271 | 2026-04-23T13:07:27.271Z | Checking potential_utf v0.1.4 |
| 2272 | 2026-04-23T13:07:27.365Z | Checking zerotrie v0.2.3 |
| 2273 | 2026-04-23T13:07:27.396Z | Checking icu_locale_core v2.1.1 |
| 2274 | 2026-04-23T13:07:27.413Z | Checking cpufeatures v0.2.17 |
| 2275 | 2026-04-23T13:07:27.431Z | Checking foldhash v0.2.0 |
| 2276 | 2026-04-23T13:07:27.482Z | Checking icu_collections v2.1.1 |
| 2277 | 2026-04-23T13:07:27.504Z | Checking hmac v0.12.1 |
| 2278 | 2026-04-23T13:07:27.622Z | Checking serde v1.0.228 |
| 2279 | 2026-04-23T13:07:27.638Z | Checking bitflags v2.11.0 |
| 2280 | 2026-04-23T13:07:27.669Z | Checking serde_json v1.0.149 |
| 2281 | 2026-04-23T13:07:27.685Z | Checking hashbrown v0.16.1 |
| 2282 | 2026-04-23T13:07:27.722Z | Checking num-traits v0.2.19 |
| 2283 | 2026-04-23T13:07:27.852Z | Checking block-padding v0.3.3 |
| 2284 | 2026-04-23T13:07:27.903Z | Checking icu_properties_data v2.1.2 |
| 2285 | 2026-04-23T13:07:28.018Z | Checking icu_normalizer_data v2.1.1 |
| 2286 | 2026-04-23T13:07:28.069Z | Checking futures-sink v0.3.32 |
| 2287 | 2026-04-23T13:07:28.107Z | Checking rand_core v0.10.0 |
| 2288 | 2026-04-23T13:07:28.155Z | Checking icu_provider v2.1.1 |
| 2289 | 2026-04-23T13:07:28.178Z | Checking bytes v1.11.1 |
| 2290 | 2026-04-23T13:07:28.197Z | Checking futures-channel v0.3.32 |
| 2291 | 2026-04-23T13:07:28.285Z | Checking getrandom v0.4.1 |
| 2292 | 2026-04-23T13:07:28.364Z | Checking indexmap v2.13.0 |
| 2293 | 2026-04-23T13:07:28.443Z | Checking inout v0.1.4 |
| 2294 | 2026-04-23T13:07:28.463Z | Checking icu_properties v2.1.2 |
| 2295 | 2026-04-23T13:07:28.463Z | Checking icu_normalizer v2.1.1 |
| 2296 | 2026-04-23T13:07:28.508Z | Checking futures-io v0.3.32 |
| 2297 | 2026-04-23T13:07:28.602Z | Checking slab v0.4.12 |
| 2298 | 2026-04-23T13:07:28.619Z | Checking futures-task v0.3.32 |
| 2299 | 2026-04-23T13:07:28.651Z | Checking cipher v0.4.4 |
| 2300 | 2026-04-23T13:07:28.783Z | Checking tokio v1.52.1 |
| 2301 | 2026-04-23T13:07:28.802Z | Checking sha2 v0.10.9 |
| 2302 | 2026-04-23T13:07:28.818Z | Checking futures-util v0.3.32 |
| 2303 | 2026-04-23T13:07:28.886Z | Checking getrandom v0.3.4 |
| 2304 | 2026-04-23T13:07:28.942Z | Checking base64ct v1.8.3 |
| 2305 | 2026-04-23T13:07:29.072Z | Checking utf8_iter v1.0.4 |
| 2306 | 2026-04-23T13:07:29.168Z | Checking byteorder v1.5.0 |
| 2307 | 2026-04-23T13:07:29.189Z | Checking form_urlencoded v1.2.2 |
| 2308 | 2026-04-23T13:07:29.226Z | Checking flagset v0.4.7 |
| 2309 | 2026-04-23T13:07:29.248Z | Checking pem-rfc7468 v0.7.0 |
| 2310 | 2026-04-23T13:07:29.350Z | Checking fnv v1.0.7 |
| 2311 | 2026-04-23T13:07:29.383Z | Checking rand_core v0.9.5 |
| 2312 | 2026-04-23T13:07:29.439Z | Checking salsa20 v0.10.2 |
| 2313 | 2026-04-23T13:07:29.457Z | Checking der v0.7.10 |
| 2314 | 2026-04-23T13:07:29.473Z | Checking http v1.4.0 |
| 2315 | 2026-04-23T13:07:29.605Z | Checking uuid v1.23.0 |
| 2316 | 2026-04-23T13:07:29.606Z | Checking pbkdf2 v0.12.2 |
| 2317 | 2026-04-23T13:07:29.651Z | Checking idna_adapter v1.2.1 |
| 2318 | 2026-04-23T13:07:29.742Z | Checking scrypt v0.11.0 |
| 2319 | 2026-04-23T13:07:29.803Z | Checking idna v1.1.0 |
| 2320 | 2026-04-23T13:07:29.914Z | Checking cbc v0.1.2 |
| 2321 | 2026-04-23T13:07:30.040Z | Checking aes v0.8.4 |
| 2322 | 2026-04-23T13:07:30.075Z | Checking rustix v1.1.3 |
| 2323 | 2026-04-23T13:07:30.117Z | Checking url v2.5.8 |
| 2324 | 2026-04-23T13:07:30.244Z | Checking tracing-core v0.1.36 |
| 2325 | 2026-04-23T13:07:30.466Z | Checking spki v0.7.3 |
| 2326 | 2026-04-23T13:07:30.483Z | Checking ppv-lite86 v0.2.21 |
| 2327 | 2026-04-23T13:07:30.561Z | Checking rustls-pki-types v1.14.0 |
| 2328 | 2026-04-23T13:07:30.657Z | Checking iana-time-zone v0.1.65 |
| 2329 | 2026-04-23T13:07:30.677Z | Checking regex-syntax v0.8.10 |
| 2330 | 2026-04-23T13:07:30.698Z | Checking pkcs5 v0.7.1 |
| 2331 | 2026-04-23T13:07:30.787Z | Checking chrono v0.4.44 |
| 2332 | 2026-04-23T13:07:30.887Z | Checking rand_chacha v0.9.0 |
| 2333 | 2026-04-23T13:07:30.949Z | Checking tracing v0.1.44 |
| 2334 | 2026-04-23T13:07:31.035Z | Checking http-body v1.0.1 |
| 2335 | 2026-04-23T13:07:31.151Z | Checking rand v0.9.2 |
| 2336 | 2026-04-23T13:07:31.203Z | Checking aws-lc-sys v0.37.1 |
| 2337 | 2026-04-23T13:07:31.221Z | Checking base64 v0.22.1 |
| 2338 | 2026-04-23T13:07:31.260Z | Checking untrusted v0.9.0 |
| 2339 | 2026-04-23T13:07:31.398Z | Checking untrusted v0.7.1 |
| 2340 | 2026-04-23T13:07:31.471Z | Checking openssl-probe v0.2.1 |
| 2341 | 2026-04-23T13:07:31.531Z | Checking ring v0.17.14 |
| 2342 | 2026-04-23T13:07:31.550Z | Checking pkcs8 v0.10.2 |
| 2343 | 2026-04-23T13:07:31.603Z | Checking tinyvec_macros v0.1.1 |
| 2344 | 2026-04-23T13:07:31.689Z | Checking tower-service v0.3.3 |
| 2345 | 2026-04-23T13:07:31.779Z | Checking tower-layer v0.3.3 |
| 2346 | 2026-04-23T13:07:31.798Z | Checking try-lock v0.2.5 |
| 2347 | 2026-04-23T13:07:31.814Z | Checking plain v0.2.3 |
| 2348 | 2026-04-23T13:07:31.916Z | Checking aws-lc-rs v1.16.0 |
| 2349 | 2026-04-23T13:07:31.934Z | Checking atomic-waker v1.1.2 |
| 2350 | 2026-04-23T13:07:31.949Z | Checking want v0.3.1 |
| 2351 | 2026-04-23T13:07:31.970Z | Checking tinyvec v1.10.0 |
| 2352 | 2026-04-23T13:07:31.989Z | Checking ipnet v2.11.0 |
| 2353 | 2026-04-23T13:07:32.051Z | Checking semver v1.0.27 |
| 2354 | 2026-04-23T13:07:32.099Z | Checking httparse v1.10.1 |
| 2355 | 2026-04-23T13:07:32.324Z | Checking spin v0.9.8 |
| 2356 | 2026-04-23T13:07:32.342Z | Checking dyn-clone v1.0.20 |
| 2357 | 2026-04-23T13:07:32.367Z | Checking pin-utils v0.1.0 |
| 2358 | 2026-04-23T13:07:32.389Z | Checking unicode-ident v1.0.24 |
| 2359 | 2026-04-23T13:07:32.452Z | Checking fastrand v2.3.0 |
| 2360 | 2026-04-23T13:07:32.469Z | Checking ucd-trie v0.1.7 |
| 2361 | 2026-04-23T13:07:32.498Z | Checking httpdate v1.0.3 |
| 2362 | 2026-04-23T13:07:32.521Z | Checking foreign-types-shared v0.1.1 |
| 2363 | 2026-04-23T13:07:32.557Z | Checking proc-macro2 v1.0.106 |
| 2364 | 2026-04-23T13:07:32.624Z | Checking foreign-types v0.3.2 |
| 2365 | 2026-04-23T13:07:32.639Z | Checking pest v2.8.6 |
| 2366 | 2026-04-23T13:07:32.680Z | Checking schemars v0.8.22 |
| 2367 | 2026-04-23T13:07:32.684Z | Checking tempfile v3.25.0 |
| 2368 | 2026-04-23T13:07:32.717Z | Checking openssl-sys v0.9.111 |
| 2369 | 2026-04-23T13:07:32.865Z | Checking thiserror v2.0.18 |
| 2370 | 2026-04-23T13:07:32.950Z | Checking wait-timeout v0.2.1 |
| 2371 | 2026-04-23T13:07:32.974Z | Checking socket2 v0.5.10 |
| 2372 | 2026-04-23T13:07:32.992Z | Checking aho-corasick v1.1.4 |
| 2373 | 2026-04-23T13:07:33.064Z | Checking rustls-webpki v0.103.9 |
| 2374 | 2026-04-23T13:07:33.102Z | Checking powerfmt v0.2.0 |
| 2375 | 2026-04-23T13:07:33.142Z | Checking tokio-util v0.7.18 |
| 2376 | 2026-04-23T13:07:33.296Z | Checking simd-adler32 v0.3.8 |
| 2377 | 2026-04-23T13:07:33.313Z | Checking siphasher v1.0.2 |
| 2378 | 2026-04-23T13:07:33.404Z | Checking quick-error v1.2.3 |
| 2379 | 2026-04-23T13:07:33.517Z | Checking utf8parse v0.2.2 |
| 2380 | 2026-04-23T13:07:33.520Z | Checking anstyle v1.0.13 |
| 2381 | 2026-04-23T13:07:33.551Z | Checking pretty-hex v0.4.1 |
| 2382 | 2026-04-23T13:07:33.593Z | Checking bit-vec v0.8.0 |
| 2383 | 2026-04-23T13:07:33.631Z | Checking rustls v0.23.37 |
| 2384 | 2026-04-23T13:07:33.648Z | Checking anstyle-parse v0.2.7 |
| 2385 | 2026-04-23T13:07:33.711Z | Checking rusty-fork v0.3.1 |
| 2386 | 2026-04-23T13:07:33.786Z | Checking openssl v0.10.75 |
| 2387 | 2026-04-23T13:07:33.848Z | Checking bit-set v0.8.0 |
| 2388 | 2026-04-23T13:07:33.865Z | Checking deranged v0.5.8 |
| 2389 | 2026-04-23T13:07:33.931Z | Checking quote v1.0.44 |
| 2390 | 2026-04-23T13:07:33.949Z | Checking regex-automata v0.4.14 |
| 2391 | 2026-04-23T13:07:33.971Z | Checking h2 v0.4.13 |
| 2392 | 2026-04-23T13:07:34.044Z | Compiling newtype-uuid v1.3.2 |
| 2393 | 2026-04-23T13:07:34.140Z | Checking unicode-normalization v0.1.25 |
| 2394 | 2026-04-23T13:07:34.163Z | Checking rustls-native-certs v0.8.3 |
| 2395 | 2026-04-23T13:07:34.274Z | Checking crossbeam-utils v0.8.21 |
| 2396 | 2026-04-23T13:07:34.322Z | Checking rand_xorshift v0.4.0 |
| 2397 | 2026-04-23T13:07:34.471Z | Checking crc32fast v1.5.0 |
| 2398 | 2026-04-23T13:07:34.650Z | Checking scroll v0.13.0 |
| 2399 | 2026-04-23T13:07:34.673Z | Checking signature v2.2.0 |
| 2400 | 2026-04-23T13:07:34.724Z | Checking sync_wrapper v1.0.2 |
| 2401 | 2026-04-23T13:07:34.834Z | Checking anstyle-query v1.1.5 |
| 2402 | 2026-04-23T13:07:34.853Z | Checking colorchoice v1.0.4 |
| 2403 | 2026-04-23T13:07:34.950Z | Checking num_threads v0.1.7 |
| 2404 | 2026-04-23T13:07:34.967Z | Checking num-conv v0.2.0 |
| 2405 | 2026-04-23T13:07:34.983Z | Checking adler2 v2.0.1 |
| 2406 | 2026-04-23T13:07:35.054Z | Checking unicode-properties v0.1.4 |
| 2407 | 2026-04-23T13:07:35.114Z | Checking is_terminal_polyfill v1.70.2 |
| 2408 | 2026-04-23T13:07:35.114Z | Checking unicode-bidi v0.3.18 |
| 2409 | 2026-04-23T13:07:35.176Z | Checking unarray v0.1.4 |
| 2410 | 2026-04-23T13:07:35.221Z | Checking time-core v0.1.8 |
| 2411 | 2026-04-23T13:07:35.292Z | Checking anstream v0.6.21 |
| 2412 | 2026-04-23T13:07:35.308Z | Checking proptest v1.10.0 |
| 2413 | 2026-04-23T13:07:35.405Z | Checking time v0.3.47 |
| 2414 | 2026-04-23T13:07:35.509Z | Checking stringprep v0.1.5 |
| 2415 | 2026-04-23T13:07:35.550Z | Checking miniz_oxide v0.8.9 |
| 2416 | 2026-04-23T13:07:35.706Z | Checking goblin v0.10.5 |
| 2417 | 2026-04-23T13:07:36.017Z | Checking tower v0.5.3 |
| 2418 | 2026-04-23T13:07:36.456Z | Checking crossbeam-epoch v0.9.18 |
| 2419 | 2026-04-23T13:07:36.532Z | Compiling daft v0.1.5 |
| 2420 | 2026-04-23T13:07:36.622Z | Checking native-tls v0.2.18 |
| 2421 | 2026-04-23T13:07:36.753Z | Checking syn v2.0.117 |
| 2422 | 2026-04-23T13:07:36.853Z | Checking tokio-rustls v0.26.4 |
| 2423 | 2026-04-23T13:07:36.883Z | Checking ipnetwork v0.21.1 |
| 2424 | 2026-04-23T13:07:36.903Z | Checking http-body-util v0.1.3 |
| 2425 | 2026-04-23T13:07:36.953Z | Checking webpki-roots v1.0.6 |
| 2426 | 2026-04-23T13:07:37.101Z | Checking rand_chacha v0.3.1 |
| 2427 | 2026-04-23T13:07:37.160Z | Checking thiserror v1.0.69 |
| 2428 | 2026-04-23T13:07:37.162Z | Checking scroll v0.12.0 |
| 2429 | 2026-04-23T13:07:37.192Z | Checking hash32 v0.2.1 |
| 2430 | 2026-04-23T13:07:37.298Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2431 | 2026-04-23T13:07:37.371Z | Checking num-integer v0.1.46 |
| 2432 | 2026-04-23T13:07:37.394Z | Checking toml_datetime v0.6.11 |
| 2433 | 2026-04-23T13:07:37.440Z | Checking serde_spanned v0.6.9 |
| 2434 | 2026-04-23T13:07:37.460Z | Checking md-5 v0.10.6 |
| 2435 | 2026-04-23T13:07:37.569Z | Checking hyper v1.8.1 |
| 2436 | 2026-04-23T13:07:37.597Z | Checking ff v0.13.1 |
| 2437 | 2026-04-23T13:07:37.626Z | Checking base16ct v0.2.0 |
| 2438 | 2026-04-23T13:07:37.643Z | Checking zlib-rs v0.6.2 |
| 2439 | 2026-04-23T13:07:37.673Z | Checking psl-types v2.0.11 |
| 2440 | 2026-04-23T13:07:37.757Z | Checking fallible-iterator v0.2.0 |
| 2441 | 2026-04-23T13:07:37.788Z | Checking iri-string v0.7.10 |
| 2442 | 2026-04-23T13:07:37.810Z | Checking ryu v1.0.23 |
| 2443 | 2026-04-23T13:07:37.833Z | Checking publicsuffix v2.3.0 |
| 2444 | 2026-04-23T13:07:37.988Z | Checking serde_urlencoded v0.7.1 |
| 2445 | 2026-04-23T13:07:38.121Z | Checking postgres-protocol v0.6.10 |
| 2446 | 2026-04-23T13:07:38.228Z | Checking sec1 v0.7.3 |
| 2447 | 2026-04-23T13:07:38.255Z | Checking group v0.13.0 |
| 2448 | 2026-04-23T13:07:38.437Z | Checking num-iter v0.1.45 |
| 2449 | 2026-04-23T13:07:38.490Z | Compiling iddqd v0.3.17 |
| 2450 | 2026-04-23T13:07:38.532Z | Checking goblin v0.8.2 |
| 2451 | 2026-04-23T13:07:38.577Z | Checking zstd-safe v7.2.4 |
| 2452 | 2026-04-23T13:07:38.796Z | Checking hyper-util v0.1.20 |
| 2453 | 2026-04-23T13:07:38.813Z | Checking heapless v0.7.17 |
| 2454 | 2026-04-23T13:07:38.894Z | Checking flate2 v1.1.9 |
| 2455 | 2026-04-23T13:07:38.960Z | Checking dof v0.4.0 |
| 2456 | 2026-04-23T13:07:39.249Z | Checking tower-http v0.6.8 |
| 2457 | 2026-04-23T13:07:39.302Z | Checking rand v0.8.5 |
| 2458 | 2026-04-23T13:07:39.372Z | Checking oxnet v0.1.4 |
| 2459 | 2026-04-23T13:07:39.616Z | Checking cookie v0.18.1 |
| 2460 | 2026-04-23T13:07:39.675Z | Checking tokio-native-tls v0.3.1 |
| 2461 | 2026-04-23T13:07:39.826Z | Checking dtrace-parser v0.3.0 |
| 2462 | 2026-04-23T13:07:39.877Z | Checking phf_shared v0.13.1 |
| 2463 | 2026-04-23T13:07:39.922Z | Checking lazy_static v1.5.0 |
| 2464 | 2026-04-23T13:07:40.002Z | Checking terminal_size v0.4.3 |
| 2465 | 2026-04-23T13:07:40.030Z | Checking zerocopy v0.7.35 |
| 2466 | 2026-04-23T13:07:40.049Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2467 | 2026-04-23T13:07:40.051Z | Checking signal-hook v0.3.18 |
| 2468 | 2026-04-23T13:07:40.140Z | Checking hkdf v0.12.4 |
| 2469 | 2026-04-23T13:07:40.140Z | Checking crypto-bigint v0.5.5 |
| 2470 | 2026-04-23T13:07:40.173Z | Checking thread-id v5.1.0 |
| 2471 | 2026-04-23T13:07:40.189Z | Checking libbz2-rs-sys v0.2.2 |
| 2472 | 2026-04-23T13:07:40.273Z | Checking strsim v0.11.1 |
| 2473 | 2026-04-23T13:07:40.310Z | Checking managed v0.8.0 |
| 2474 | 2026-04-23T13:07:40.313Z | Checking winnow v0.5.40 |
| 2475 | 2026-04-23T13:07:40.479Z | Checking bitflags v1.3.2 |
| 2476 | 2026-04-23T13:07:40.496Z | Checking hyper-rustls v0.27.7 |
| 2477 | 2026-04-23T13:07:40.551Z | Checking foldhash v0.1.5 |
| 2478 | 2026-04-23T13:07:40.570Z | Checking clap_lex v1.0.0 |
| 2479 | 2026-04-23T13:07:40.700Z | Compiling rayon-core v1.13.0 |
| 2480 | 2026-04-23T13:07:40.725Z | Checking bumpalo v3.20.2 |
| 2481 | 2026-04-23T13:07:40.741Z | Checking either v1.15.0 |
| 2482 | 2026-04-23T13:07:40.761Z | Checking winnow v0.7.14 |
| 2483 | 2026-04-23T13:07:40.763Z | Checking clap_builder v4.5.60 |
| 2484 | 2026-04-23T13:07:40.938Z | Checking hashbrown v0.15.5 |
| 2485 | 2026-04-23T13:07:40.981Z | Checking zopfli v0.8.3 |
| 2486 | 2026-04-23T13:07:40.984Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2487 | 2026-04-23T13:07:41.186Z | Checking dof v0.3.0 |
| 2488 | 2026-04-23T13:07:41.226Z | Checking bzip2 v0.6.1 |
| 2489 | 2026-04-23T13:07:41.411Z | Checking smoltcp v0.9.1 |
| 2490 | 2026-04-23T13:07:41.439Z | Checking hyper-tls v0.6.0 |
| 2491 | 2026-04-23T13:07:41.478Z | Checking elliptic-curve v0.13.8 |
| 2492 | 2026-04-23T13:07:41.559Z | Checking signal-hook-mio v0.2.5 |
| 2493 | 2026-04-23T13:07:41.575Z | Checking usdt-impl v0.6.0 |
| 2494 | 2026-04-23T13:07:41.655Z | Checking bzip2 v0.4.4 |
| 2495 | 2026-04-23T13:07:41.686Z | Checking phf v0.13.1 |
| 2496 | 2026-04-23T13:07:41.867Z | Checking num-bigint-dig v0.8.6 |
| 2497 | 2026-04-23T13:07:41.883Z | Checking cookie_store v0.22.1 |
| 2498 | 2026-04-23T13:07:41.916Z | Checking toml_edit v0.19.15 |
| 2499 | 2026-04-23T13:07:41.933Z | Checking zstd v0.13.3 |
| 2500 | 2026-04-23T13:07:42.180Z | Checking postgres-types v0.2.12 |
| 2501 | 2026-04-23T13:07:42.213Z | Checking dtrace-parser v0.2.0 |
| 2502 | 2026-04-23T13:07:42.232Z | Checking rustls-platform-verifier v0.6.2 |
| 2503 | 2026-04-23T13:07:42.316Z | Checking crossbeam-deque v0.8.6 |
| 2504 | 2026-04-23T13:07:42.400Z | Checking bstr v1.12.1 |
| 2505 | 2026-04-23T13:07:42.403Z | Checking regex v1.12.3 |
| 2506 | 2026-04-23T13:07:42.449Z | Checking ed25519 v2.2.3 |
| 2507 | 2026-04-23T13:07:42.524Z | Checking phf_shared v0.11.3 |
| 2508 | 2026-04-23T13:07:42.542Z | Checking ref-cast v1.0.25 |
| 2509 | 2026-04-23T13:07:42.599Z | Checking curve25519-dalek v4.1.3 |
| 2510 | 2026-04-23T13:07:42.662Z | Checking strum v0.27.2 |
| 2511 | 2026-04-23T13:07:42.684Z | Checking hubpack v0.1.2 |
| 2512 | 2026-04-23T13:07:42.712Z | Checking memoffset v0.9.1 |
| 2513 | 2026-04-23T13:07:42.797Z | Checking rustix v0.38.44 |
| 2514 | 2026-04-23T13:07:42.801Z | Checking pkcs1 v0.7.5 |
| 2515 | 2026-04-23T13:07:42.829Z | Checking float-cmp v0.10.0 |
| 2516 | 2026-04-23T13:07:42.901Z | Checking serde-big-array v0.5.1 |
| 2517 | 2026-04-23T13:07:42.939Z | Checking erased-serde v0.3.31 |
| 2518 | 2026-04-23T13:07:42.991Z | Checking hex v0.4.3 |
| 2519 | 2026-04-23T13:07:43.014Z | Checking rfc6979 v0.4.0 |
| 2520 | 2026-04-23T13:07:43.069Z | Checking thread-id v4.2.2 |
| 2521 | 2026-04-23T13:07:43.093Z | Checking memmap2 v0.9.10 |
| 2522 | 2026-04-23T13:07:43.156Z | Checking env_filter v1.0.0 |
| 2523 | 2026-04-23T13:07:43.172Z | Checking encoding_rs v0.8.35 |
| 2524 | 2026-04-23T13:07:43.289Z | Checking unicode-segmentation v1.12.0 |
| 2525 | 2026-04-23T13:07:43.306Z | Checking toml_write v0.1.2 |
| 2526 | 2026-04-23T13:07:43.334Z | Checking difflib v0.4.0 |
| 2527 | 2026-04-23T13:07:43.353Z | Checking fixedbitset v0.5.7 |
| 2528 | 2026-04-23T13:07:43.518Z | Checking keccak v0.1.6 |
| 2529 | 2026-04-23T13:07:43.521Z | Checking whoami v2.1.0 |
| 2530 | 2026-04-23T13:07:43.564Z | Checking predicates-core v1.0.10 |
| 2531 | 2026-04-23T13:07:43.604Z | Checking data-encoding v2.10.0 |
| 2532 | 2026-04-23T13:07:43.660Z | Checking normalize-line-endings v0.3.0 |
| 2533 | 2026-04-23T13:07:43.702Z | Checking rustc-hash v2.1.1 |
| 2534 | 2026-04-23T13:07:43.728Z | Checking static_assertions v1.1.0 |
| 2535 | 2026-04-23T13:07:43.747Z | Checking mime v0.3.17 |
| 2536 | 2026-04-23T13:07:43.791Z | Checking new_debug_unreachable v1.0.6 |
| 2537 | 2026-04-23T13:07:43.807Z | Checking jiff v0.2.21 |
| 2538 | 2026-04-23T13:07:43.823Z | Checking precomputed-hash v0.1.1 |
| 2539 | 2026-04-23T13:07:43.847Z | Checking fixedbitset v0.4.2 |
| 2540 | 2026-04-23T13:07:43.927Z | Checking string_cache v0.8.9 |
| 2541 | 2026-04-23T13:07:43.957Z | Checking crossterm v0.28.1 |
| 2542 | 2026-04-23T13:07:43.978Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2543 | 2026-04-23T13:07:43.994Z | Checking hickory-proto v0.25.2 |
| 2544 | 2026-04-23T13:07:44.038Z | Checking petgraph v0.6.5 |
| 2545 | 2026-04-23T13:07:44.144Z | Checking tokio-postgres v0.7.16 |
| 2546 | 2026-04-23T13:07:44.498Z | Checking reqwest v0.12.28 |
| 2547 | 2026-04-23T13:07:44.944Z | Checking predicates v3.1.4 |
| 2548 | 2026-04-23T13:07:45.036Z | Checking sha3 v0.10.8 |
| 2549 | 2026-04-23T13:07:45.307Z | Checking similar v2.7.0 |
| 2550 | 2026-04-23T13:07:45.337Z | Checking ed25519-dalek v2.2.0 |
| 2551 | 2026-04-23T13:07:45.620Z | Checking petgraph v0.8.3 |
| 2552 | 2026-04-23T13:07:45.637Z | Checking slog v2.8.2 |
| 2553 | 2026-04-23T13:07:45.785Z | Checking toml_edit v0.22.27 |
| 2554 | 2026-04-23T13:07:45.807Z | Checking toml v0.7.8 |
| 2555 | 2026-04-23T13:07:45.822Z | Checking env_logger v0.11.9 |
| 2556 | 2026-04-23T13:07:46.006Z | Checking usdt v0.6.0 |
| 2557 | 2026-04-23T13:07:46.070Z | Checking serde_with v3.17.0 |
| 2558 | 2026-04-23T13:07:46.215Z | Checking usdt-impl v0.5.0 |
| 2559 | 2026-04-23T13:07:46.237Z | Checking ecdsa v0.16.9 |
| 2560 | 2026-04-23T13:07:46.569Z | Checking rsa v0.9.10 |
| 2561 | 2026-04-23T13:07:46.684Z | Checking nix v0.31.2 |
| 2562 | 2026-04-23T13:07:46.973Z | Checking zip v4.6.1 |
| 2563 | 2026-04-23T13:07:47.190Z | Checking clap v4.5.60 |
| 2564 | 2026-04-23T13:07:47.276Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2565 | 2026-04-23T13:07:47.293Z | Checking reqwest v0.13.2 |
| 2566 | 2026-04-23T13:07:47.423Z | Checking zip v0.6.6 |
| 2567 | 2026-04-23T13:07:47.736Z | Checking itertools v0.13.0 |
| 2568 | 2026-04-23T13:07:47.752Z | Checking strum v0.26.3 |
| 2569 | 2026-04-23T13:07:47.770Z | Checking tokio-stream v0.1.18 |
| 2570 | 2026-04-23T13:07:47.790Z | Checking fs-err v3.3.0 |
| 2571 | 2026-04-23T13:07:47.853Z | Checking ahash v0.8.12 |
| 2572 | 2026-04-23T13:07:47.889Z | Checking object v0.37.3 |
| 2573 | 2026-04-23T13:07:48.069Z | Checking buf-list v1.1.2 |
| 2574 | 2026-04-23T13:07:48.098Z | Checking camino v1.2.2 |
| 2575 | 2026-04-23T13:07:48.115Z | Checking anyhow v1.0.102 |
| 2576 | 2026-04-23T13:07:48.186Z | Checking x509-cert v0.2.5 |
| 2577 | 2026-04-23T13:07:48.284Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2578 | 2026-04-23T13:07:48.306Z | Checking openapiv3 v2.2.0 |
| 2579 | 2026-04-23T13:07:48.373Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2580 | 2026-04-23T13:07:48.432Z | Checking sha1 v0.10.6 |
| 2581 | 2026-04-23T13:07:48.449Z | Checking peg-runtime v0.8.5 |
| 2582 | 2026-04-23T13:07:48.627Z | Checking lalrpop-util v0.19.12 |
| 2583 | 2026-04-23T13:07:48.630Z | Checking rayon v1.11.0 |
| 2584 | 2026-04-23T13:07:48.630Z | Checking sigpipe v0.1.3 |
| 2585 | 2026-04-23T13:07:48.677Z | Checking glob v0.3.3 |
| 2586 | 2026-04-23T13:07:51.009Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2587 | 2026-04-23T13:07:51.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.87s |
| 2588 | 2026-04-23T13:07:51.583Z | |
| 2589 | 2026-04-23T13:07:51.583Z | info: running `cargo check --bins` on internal-dns-types (77/272) |
| 2590 | 2026-04-23T13:07:52.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2591 | 2026-04-23T13:07:52.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2592 | 2026-04-23T13:07:52.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2593 | 2026-04-23T13:07:52.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2594 | 2026-04-23T13:07:52.395Z | |
| 2595 | 2026-04-23T13:07:52.395Z | info: running `cargo check --bins` on internal-dns-types-versions (78/272) |
| 2596 | 2026-04-23T13:07:53.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2597 | 2026-04-23T13:07:53.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2598 | 2026-04-23T13:07:53.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2599 | 2026-04-23T13:07:53.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2600 | 2026-04-23T13:07:53.204Z | |
| 2601 | 2026-04-23T13:07:53.204Z | info: running `cargo check --bins` on nexus-types-versions (79/272) |
| 2602 | 2026-04-23T13:07:53.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2603 | 2026-04-23T13:07:53.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2604 | 2026-04-23T13:07:53.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2605 | 2026-04-23T13:07:53.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2606 | 2026-04-23T13:07:54.038Z | |
| 2607 | 2026-04-23T13:07:54.039Z | info: running `cargo check --bins` on oxql-types (80/272) |
| 2608 | 2026-04-23T13:07:54.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2609 | 2026-04-23T13:07:54.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2610 | 2026-04-23T13:07:54.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2611 | 2026-04-23T13:07:54.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2612 | 2026-04-23T13:07:54.847Z | |
| 2613 | 2026-04-23T13:07:54.847Z | info: running `cargo check --bins` on oximeter-types (81/272) |
| 2614 | 2026-04-23T13:07:55.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2615 | 2026-04-23T13:07:55.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2616 | 2026-04-23T13:07:55.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2617 | 2026-04-23T13:07:55.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2618 | 2026-04-23T13:07:55.653Z | |
| 2619 | 2026-04-23T13:07:55.653Z | info: running `cargo check --bins` on oximeter-types-versions (82/272) |
| 2620 | 2026-04-23T13:07:56.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2621 | 2026-04-23T13:07:56.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2622 | 2026-04-23T13:07:56.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2623 | 2026-04-23T13:07:56.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2624 | 2026-04-23T13:07:56.457Z | |
| 2625 | 2026-04-23T13:07:56.457Z | info: running `cargo check --bins` on oximeter-macro-impl (83/272) |
| 2626 | 2026-04-23T13:07:57.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2627 | 2026-04-23T13:07:57.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2628 | 2026-04-23T13:07:57.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2629 | 2026-04-23T13:07:57.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2630 | 2026-04-23T13:07:57.246Z | |
| 2631 | 2026-04-23T13:07:57.246Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/272) |
| 2632 | 2026-04-23T13:07:57.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2633 | 2026-04-23T13:07:57.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2634 | 2026-04-23T13:07:58.185Z | Compiling structmeta-derive v0.3.0 |
| 2635 | 2026-04-23T13:07:58.343Z | Compiling rustls v0.22.4 |
| 2636 | 2026-04-23T13:07:58.353Z | Compiling multer v3.1.0 |
| 2637 | 2026-04-23T13:07:58.356Z | Compiling async-stream-impl v0.3.6 |
| 2638 | 2026-04-23T13:07:58.357Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2639 | 2026-04-23T13:07:58.431Z | Compiling dropshot v0.16.7 |
| 2640 | 2026-04-23T13:07:58.455Z | Compiling newtype-uuid-macros v0.1.0 |
| 2641 | 2026-04-23T13:07:58.459Z | Compiling dropshot_endpoint v0.16.7 |
| 2642 | 2026-04-23T13:07:58.625Z | Checking newtype-uuid v1.3.2 |
| 2643 | 2026-04-23T13:07:58.692Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2644 | 2026-04-23T13:07:58.738Z | Checking rustls-webpki v0.102.8 |
| 2645 | 2026-04-23T13:07:58.895Z | Checking daft v0.1.5 |
| 2646 | 2026-04-23T13:07:58.912Z | Checking futures-executor v0.3.32 |
| 2647 | 2026-04-23T13:07:59.207Z | Checking thread_local v1.1.9 |
| 2648 | 2026-04-23T13:07:59.227Z | Checking match_cfg v0.1.0 |
| 2649 | 2026-04-23T13:07:59.261Z | Checking iddqd v0.3.17 |
| 2650 | 2026-04-23T13:07:59.312Z | Checking hostname v0.3.1 |
| 2651 | 2026-04-23T13:07:59.439Z | Checking futures v0.3.32 |
| 2652 | 2026-04-23T13:07:59.481Z | Checking crossbeam-channel v0.5.15 |
| 2653 | 2026-04-23T13:07:59.502Z | Checking slog-json v2.6.1 |
| 2654 | 2026-04-23T13:07:59.762Z | Compiling structmeta v0.3.0 |
| 2655 | 2026-04-23T13:07:59.796Z | Checking is-terminal v0.4.17 |
| 2656 | 2026-04-23T13:07:59.913Z | Checking serde_spanned v1.0.4 |
| 2657 | 2026-04-23T13:08:00.044Z | Compiling derive-ex v0.1.8 |
| 2658 | 2026-04-23T13:08:00.086Z | Compiling parse-display-derive v0.10.0 |
| 2659 | 2026-04-23T13:08:00.124Z | Checking term v1.2.1 |
| 2660 | 2026-04-23T13:08:00.152Z | Checking debug-ignore v1.0.5 |
| 2661 | 2026-04-23T13:08:00.281Z | Checking take_mut v0.2.2 |
| 2662 | 2026-04-23T13:08:00.412Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2663 | 2026-04-23T13:08:00.448Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2664 | 2026-04-23T13:08:00.546Z | Checking slog-term v2.9.2 |
| 2665 | 2026-04-23T13:08:00.650Z | Checking toml v0.9.12+spec-1.1.0 |
| 2666 | 2026-04-23T13:08:00.887Z | Checking slog-async v2.8.0 |
| 2667 | 2026-04-23T13:08:00.906Z | Compiling slog-bunyan v2.5.0 |
| 2668 | 2026-04-23T13:08:01.112Z | Compiling async-stream v0.3.6 |
| 2669 | 2026-04-23T13:08:01.332Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2670 | 2026-04-23T13:08:01.385Z | Checking tokio-rustls v0.25.0 |
| 2671 | 2026-04-23T13:08:01.473Z | Checking progenitor-client v0.13.0 |
| 2672 | 2026-04-23T13:08:01.497Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2673 | 2026-04-23T13:08:01.680Z | Checking backon v1.6.0 |
| 2674 | 2026-04-23T13:08:01.779Z | Checking waitgroup v0.1.2 |
| 2675 | 2026-04-23T13:08:01.909Z | Checking rustls-pemfile v2.2.0 |
| 2676 | 2026-04-23T13:08:02.300Z | Checking serde_path_to_error v0.1.20 |
| 2677 | 2026-04-23T13:08:02.346Z | Compiling test-strategy v0.4.5 |
| 2678 | 2026-04-23T13:08:02.351Z | Compiling hostname v0.4.2 |
| 2679 | 2026-04-23T13:08:02.498Z | Checking instant v0.1.13 |
| 2680 | 2026-04-23T13:08:02.557Z | Compiling prettyplease v0.2.37 |
| 2681 | 2026-04-23T13:08:02.615Z | Checking backoff v0.4.0 |
| 2682 | 2026-04-23T13:08:02.818Z | Checking parse-display v0.10.0 |
| 2683 | 2026-04-23T13:08:02.854Z | Compiling progenitor-extras v0.1.1 |
| 2684 | 2026-04-23T13:08:03.000Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2685 | 2026-04-23T13:08:03.215Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2686 | 2026-04-23T13:08:03.276Z | Checking progenitor-client v0.10.0 |
| 2687 | 2026-04-23T13:08:03.489Z | Checking itertools v0.14.0 |
| 2688 | 2026-04-23T13:08:03.578Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2689 | 2026-04-23T13:08:04.266Z | Checking regress v0.10.5 |
| 2690 | 2026-04-23T13:08:04.433Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2691 | 2026-04-23T13:08:05.179Z | Checking macaddr v1.0.1 |
| 2692 | 2026-04-23T13:08:05.329Z | Checking num-rational v0.4.2 |
| 2693 | 2026-04-23T13:08:05.497Z | Compiling usdt-attr-macro v0.5.0 |
| 2694 | 2026-04-23T13:08:05.598Z | Compiling usdt-macro v0.5.0 |
| 2695 | 2026-04-23T13:08:05.711Z | Checking num-complex v0.4.6 |
| 2696 | 2026-04-23T13:08:06.196Z | Checking memmap v0.7.0 |
| 2697 | 2026-04-23T13:08:06.214Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2698 | 2026-04-23T13:08:06.236Z | Checking num v0.4.3 |
| 2699 | 2026-04-23T13:08:06.367Z | Compiling float-ord v0.3.2 |
| 2700 | 2026-04-23T13:08:06.511Z | Compiling toml v0.8.23 |
| 2701 | 2026-04-23T13:08:06.515Z | Compiling minimal-lexical v0.2.1 |
| 2702 | 2026-04-23T13:08:06.547Z | Checking usdt v0.5.0 |
| 2703 | 2026-04-23T13:08:06.774Z | Checking linked-hash-map v0.5.6 |
| 2704 | 2026-04-23T13:08:06.845Z | Compiling nom v7.1.3 |
| 2705 | 2026-04-23T13:08:07.004Z | Checking lru-cache v0.1.2 |
| 2706 | 2026-04-23T13:08:07.872Z | Checking hickory-proto v0.24.4 |
| 2707 | 2026-04-23T13:08:07.875Z | Checking phf_shared v0.12.1 |
| 2708 | 2026-04-23T13:08:08.061Z | Compiling slog-dtrace v0.3.0 |
| 2709 | 2026-04-23T13:08:08.079Z | Checking resolv-conf v0.7.6 |
| 2710 | 2026-04-23T13:08:08.300Z | Checking heck v0.5.0 |
| 2711 | 2026-04-23T13:08:08.317Z | Compiling chrono-tz v0.10.4 |
| 2712 | 2026-04-23T13:08:08.460Z | Compiling convert_case v0.4.0 |
| 2713 | 2026-04-23T13:08:08.540Z | Compiling const_format_proc_macros v0.2.34 |
| 2714 | 2026-04-23T13:08:08.732Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2715 | 2026-04-23T13:08:08.849Z | Checking phf v0.12.1 |
| 2716 | 2026-04-23T13:08:09.035Z | Compiling derive_more v0.99.20 |
| 2717 | 2026-04-23T13:08:09.053Z | Checking tokio-dtrace v0.1.1 |
| 2718 | 2026-04-23T13:08:09.296Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2719 | 2026-04-23T13:08:09.374Z | Compiling derive-where v1.6.0 |
| 2720 | 2026-04-23T13:08:09.945Z | Checking highway v1.3.0 |
| 2721 | 2026-04-23T13:08:10.253Z | Checking const_format v0.2.35 |
| 2722 | 2026-04-23T13:08:10.328Z | Checking oxide-tokio-rt v0.1.4 |
| 2723 | 2026-04-23T13:08:10.407Z | Checking hickory-resolver v0.24.4 |
| 2724 | 2026-04-23T13:08:10.852Z | Checking gethostname v0.5.0 |
| 2725 | 2026-04-23T13:08:10.966Z | Checking bcs v0.1.6 |
| 2726 | 2026-04-23T13:08:11.183Z | Compiling async-recursion v1.1.1 |
| 2727 | 2026-04-23T13:08:11.282Z | Checking termtree v0.5.1 |
| 2728 | 2026-04-23T13:08:11.387Z | Checking qorb v0.4.1 |
| 2729 | 2026-04-23T13:08:11.412Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2730 | 2026-04-23T13:08:11.912Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2731 | 2026-04-23T13:08:12.203Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2732 | 2026-04-23T13:08:13.680Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2733 | 2026-04-23T13:08:13.681Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2734 | 2026-04-23T13:08:15.937Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2735 | 2026-04-23T13:08:19.312Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2736 | 2026-04-23T13:08:22.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.94s |
| 2737 | 2026-04-23T13:08:22.421Z | |
| 2738 | 2026-04-23T13:08:22.421Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/272) |
| 2739 | 2026-04-23T13:08:23.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2740 | 2026-04-23T13:08:23.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2741 | 2026-04-23T13:08:23.356Z | Compiling ar_archive_writer v0.5.1 |
| 2742 | 2026-04-23T13:08:23.489Z | Compiling stacker v0.1.23 |
| 2743 | 2026-04-23T13:08:23.503Z | Compiling cfg_aliases v0.1.1 |
| 2744 | 2026-04-23T13:08:23.514Z | Compiling convert_case v0.10.0 |
| 2745 | 2026-04-23T13:08:23.526Z | Checking unicode-width v0.1.14 |
| 2746 | 2026-04-23T13:08:23.542Z | Compiling proc-macro-error v1.0.4 |
| 2747 | 2026-04-23T13:08:23.559Z | Checking fd-lock v4.0.4 |
| 2748 | 2026-04-23T13:08:23.562Z | Checking nibble_vec v0.1.0 |
| 2749 | 2026-04-23T13:08:23.592Z | Compiling nix v0.28.0 |
| 2750 | 2026-04-23T13:08:23.727Z | Checking vte v0.14.1 |
| 2751 | 2026-04-23T13:08:23.757Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2752 | 2026-04-23T13:08:23.879Z | Checking endian-type v0.1.2 |
| 2753 | 2026-04-23T13:08:23.900Z | Checking bytecount v0.6.9 |
| 2754 | 2026-04-23T13:08:23.935Z | Checking strip-ansi-escapes v0.2.1 |
| 2755 | 2026-04-23T13:08:23.970Z | Compiling derive_more-impl v2.1.1 |
| 2756 | 2026-04-23T13:08:23.973Z | Compiling tabled_derive v0.7.0 |
| 2757 | 2026-04-23T13:08:24.029Z | Checking papergrid v0.11.0 |
| 2758 | 2026-04-23T13:08:24.047Z | Checking radix_trie v0.2.1 |
| 2759 | 2026-04-23T13:08:24.065Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2760 | 2026-04-23T13:08:24.277Z | Compiling peg-macros v0.8.5 |
| 2761 | 2026-04-23T13:08:24.318Z | Checking winnow v0.6.26 |
| 2762 | 2026-04-23T13:08:24.696Z | Compiling sqlparser_derive v0.5.0 |
| 2763 | 2026-04-23T13:08:24.738Z | Compiling psm v0.1.30 |
| 2764 | 2026-04-23T13:08:24.896Z | Checking unicode_categories v0.1.1 |
| 2765 | 2026-04-23T13:08:25.062Z | Checking derive_more v2.1.1 |
| 2766 | 2026-04-23T13:08:25.102Z | Checking home v0.5.12 |
| 2767 | 2026-04-23T13:08:25.159Z | Checking nu-ansi-term v0.50.3 |
| 2768 | 2026-04-23T13:08:25.234Z | Checking unicode-width v0.2.0 |
| 2769 | 2026-04-23T13:08:25.293Z | Checking tabled v0.15.0 |
| 2770 | 2026-04-23T13:08:25.434Z | Checking crossterm v0.29.0 |
| 2771 | 2026-04-23T13:08:25.470Z | Checking rustyline v14.0.0 |
| 2772 | 2026-04-23T13:08:25.564Z | Checking reedline v0.40.0 |
| 2773 | 2026-04-23T13:08:25.734Z | Checking display-error-chain v0.2.2 |
| 2774 | 2026-04-23T13:08:25.751Z | Checking recursive v0.1.1 |
| 2775 | 2026-04-23T13:08:25.868Z | Checking sqlparser v0.61.0 |
| 2776 | 2026-04-23T13:08:25.905Z | Checking sqlformat v0.3.5 |
| 2777 | 2026-04-23T13:08:26.140Z | Checking peg v0.8.5 |
| 2778 | 2026-04-23T13:08:41.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.46s |
| 2779 | 2026-04-23T13:08:42.147Z | |
| 2780 | 2026-04-23T13:08:42.147Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/272) |
| 2781 | 2026-04-23T13:08:42.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2782 | 2026-04-23T13:08:42.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2783 | 2026-04-23T13:08:43.079Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2784 | 2026-04-23T13:08:47.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s |
| 2785 | 2026-04-23T13:08:48.037Z | |
| 2786 | 2026-04-23T13:08:48.037Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/272) |
| 2787 | 2026-04-23T13:08:48.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2788 | 2026-04-23T13:08:48.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2789 | 2026-04-23T13:08:48.965Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2790 | 2026-04-23T13:08:52.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s |
| 2791 | 2026-04-23T13:08:52.518Z | |
| 2792 | 2026-04-23T13:08:52.518Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/272) |
| 2793 | 2026-04-23T13:08:53.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2794 | 2026-04-23T13:08:53.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2795 | 2026-04-23T13:08:53.442Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2796 | 2026-04-23T13:08:57.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s |
| 2797 | 2026-04-23T13:08:58.080Z | |
| 2798 | 2026-04-23T13:08:58.080Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/272) |
| 2799 | 2026-04-23T13:08:58.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2800 | 2026-04-23T13:08:58.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2801 | 2026-04-23T13:08:59.014Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2802 | 2026-04-23T13:09:03.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s |
| 2803 | 2026-04-23T13:09:03.712Z | |
| 2804 | 2026-04-23T13:09:03.712Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/272) |
| 2805 | 2026-04-23T13:09:04.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2806 | 2026-04-23T13:09:04.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2807 | 2026-04-23T13:09:04.643Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2808 | 2026-04-23T13:09:08.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
| 2809 | 2026-04-23T13:09:08.377Z | |
| 2810 | 2026-04-23T13:09:08.377Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/272) |
| 2811 | 2026-04-23T13:09:09.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2812 | 2026-04-23T13:09:09.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2813 | 2026-04-23T13:09:09.307Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2814 | 2026-04-23T13:09:12.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s |
| 2815 | 2026-04-23T13:09:13.105Z | |
| 2816 | 2026-04-23T13:09:13.105Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/272) |
| 2817 | 2026-04-23T13:09:13.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2818 | 2026-04-23T13:09:13.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2819 | 2026-04-23T13:09:14.032Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2820 | 2026-04-23T13:09:18.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s |
| 2821 | 2026-04-23T13:09:18.953Z | |
| 2822 | 2026-04-23T13:09:18.953Z | info: running `cargo check --bins` on oximeter (93/272) |
| 2823 | 2026-04-23T13:09:19.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2824 | 2026-04-23T13:09:19.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2825 | 2026-04-23T13:09:19.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2826 | 2026-04-23T13:09:19.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2827 | 2026-04-23T13:09:19.762Z | |
| 2828 | 2026-04-23T13:09:19.762Z | info: running `cargo check --bins` on oximeter-schema (94/272) |
| 2829 | 2026-04-23T13:09:20.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2830 | 2026-04-23T13:09:20.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2831 | 2026-04-23T13:09:20.642Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2832 | 2026-04-23T13:09:20.842Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2833 | 2026-04-23T13:09:20.869Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2834 | 2026-04-23T13:09:21.311Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2835 | 2026-04-23T13:09:25.715Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2836 | 2026-04-23T13:09:26.143Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2837 | 2026-04-23T13:09:27.692Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2838 | 2026-04-23T13:09:28.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.82s |
| 2839 | 2026-04-23T13:09:28.802Z | |
| 2840 | 2026-04-23T13:09:28.802Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/272) |
| 2841 | 2026-04-23T13:09:29.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2842 | 2026-04-23T13:09:29.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2843 | 2026-04-23T13:09:29.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2844 | 2026-04-23T13:09:29.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2845 | 2026-04-23T13:09:29.624Z | |
| 2846 | 2026-04-23T13:09:29.624Z | info: running `cargo check --bins` on oximeter-test-utils (96/272) |
| 2847 | 2026-04-23T13:09:30.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2848 | 2026-04-23T13:09:30.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2849 | 2026-04-23T13:09:30.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2850 | 2026-04-23T13:09:30.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2851 | 2026-04-23T13:09:30.506Z | |
| 2852 | 2026-04-23T13:09:30.506Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/272) |
| 2853 | 2026-04-23T13:09:31.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2854 | 2026-04-23T13:09:31.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2855 | 2026-04-23T13:09:31.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2856 | 2026-04-23T13:09:31.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2857 | 2026-04-23T13:09:31.326Z | |
| 2858 | 2026-04-23T13:09:31.326Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/272) |
| 2859 | 2026-04-23T13:09:32.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2860 | 2026-04-23T13:09:32.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2861 | 2026-04-23T13:09:32.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2862 | 2026-04-23T13:09:32.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2863 | 2026-04-23T13:09:32.153Z | |
| 2864 | 2026-04-23T13:09:32.153Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/272) |
| 2865 | 2026-04-23T13:09:32.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2866 | 2026-04-23T13:09:32.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2867 | 2026-04-23T13:09:32.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2868 | 2026-04-23T13:09:32.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2869 | 2026-04-23T13:09:32.972Z | |
| 2870 | 2026-04-23T13:09:32.972Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/272) |
| 2871 | 2026-04-23T13:09:33.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2872 | 2026-04-23T13:09:33.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2873 | 2026-04-23T13:09:33.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2874 | 2026-04-23T13:09:33.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2875 | 2026-04-23T13:09:33.802Z | |
| 2876 | 2026-04-23T13:09:33.802Z | info: running `cargo check --bins` on trust-quorum-types (101/272) |
| 2877 | 2026-04-23T13:09:34.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2878 | 2026-04-23T13:09:34.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2879 | 2026-04-23T13:09:34.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2880 | 2026-04-23T13:09:34.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2881 | 2026-04-23T13:09:34.601Z | |
| 2882 | 2026-04-23T13:09:34.601Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/272) |
| 2883 | 2026-04-23T13:09:35.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2884 | 2026-04-23T13:09:35.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2885 | 2026-04-23T13:09:35.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2886 | 2026-04-23T13:09:35.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2887 | 2026-04-23T13:09:35.426Z | |
| 2888 | 2026-04-23T13:09:35.426Z | info: running `cargo check --bins` on update-engine (103/272) |
| 2889 | 2026-04-23T13:09:36.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2890 | 2026-04-23T13:09:36.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2891 | 2026-04-23T13:09:36.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2892 | 2026-04-23T13:09:36.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2893 | 2026-04-23T13:09:36.233Z | |
| 2894 | 2026-04-23T13:09:36.233Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/272) |
| 2895 | 2026-04-23T13:09:36.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2896 | 2026-04-23T13:09:36.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2897 | 2026-04-23T13:09:37.229Z | Compiling crucible-workspace-hack v0.1.0 |
| 2898 | 2026-04-23T13:09:37.372Z | Checking secrecy v0.10.3 |
| 2899 | 2026-04-23T13:09:37.392Z | Compiling heapless v0.8.0 |
| 2900 | 2026-04-23T13:09:37.400Z | Compiling ingot-macros v0.1.1 |
| 2901 | 2026-04-23T13:09:37.415Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2902 | 2026-04-23T13:09:37.418Z | Checking hash32 v0.3.1 |
| 2903 | 2026-04-23T13:09:37.418Z | Compiling smoltcp v0.11.0 |
| 2904 | 2026-04-23T13:09:37.433Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2905 | 2026-04-23T13:09:37.508Z | Checking cobs v0.3.0 |
| 2906 | 2026-04-23T13:09:37.587Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2907 | 2026-04-23T13:09:37.699Z | Checking half v2.7.1 |
| 2908 | 2026-04-23T13:09:37.736Z | Checking universal-hash v0.5.1 |
| 2909 | 2026-04-23T13:09:37.771Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2910 | 2026-04-23T13:09:37.892Z | Checking ciborium-io v0.2.2 |
| 2911 | 2026-04-23T13:09:37.937Z | Checking opaque-debug v0.3.1 |
| 2912 | 2026-04-23T13:09:38.021Z | Checking postcard v1.1.3 |
| 2913 | 2026-04-23T13:09:38.038Z | Checking poly1305 v0.8.0 |
| 2914 | 2026-04-23T13:09:38.057Z | Checking ciborium-ll v0.2.2 |
| 2915 | 2026-04-23T13:09:38.060Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2916 | 2026-04-23T13:09:38.277Z | Compiling proc-macro-crate v3.4.0 |
| 2917 | 2026-04-23T13:09:38.373Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2918 | 2026-04-23T13:09:38.404Z | Checking password-hash v0.5.0 |
| 2919 | 2026-04-23T13:09:38.450Z | Checking chacha20 v0.9.1 |
| 2920 | 2026-04-23T13:09:38.717Z | Compiling proc-macro-crate v1.3.1 |
| 2921 | 2026-04-23T13:09:38.720Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2922 | 2026-04-23T13:09:38.756Z | Checking blake2 v0.10.6 |
| 2923 | 2026-04-23T13:09:38.916Z | Checking aead v0.5.2 |
| 2924 | 2026-04-23T13:09:39.052Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2925 | 2026-04-23T13:09:39.071Z | Compiling num_enum_derive v0.7.5 |
| 2926 | 2026-04-23T13:09:39.089Z | Compiling foreign-types-macros v0.2.3 |
| 2927 | 2026-04-23T13:09:39.106Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2928 | 2026-04-23T13:09:39.177Z | Checking thiserror-no-std v2.0.2 |
| 2929 | 2026-04-23T13:09:39.290Z | Checking foreign-types-shared v0.3.1 |
| 2930 | 2026-04-23T13:09:39.309Z | Checking cpufeatures v0.3.0 |
| 2931 | 2026-04-23T13:09:39.329Z | Compiling num_enum_derive v0.5.11 |
| 2932 | 2026-04-23T13:09:39.400Z | Checking chacha20 v0.10.0 |
| 2933 | 2026-04-23T13:09:39.418Z | Checking vsss-rs v3.3.4 |
| 2934 | 2026-04-23T13:09:39.418Z | Checking chacha20poly1305 v0.10.1 |
| 2935 | 2026-04-23T13:09:39.579Z | Checking argon2 v0.5.3 |
| 2936 | 2026-04-23T13:09:39.683Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2937 | 2026-04-23T13:09:39.856Z | Checking foreign-types v0.5.0 |
| 2938 | 2026-04-23T13:09:39.958Z | Checking ciborium v0.2.2 |
| 2939 | 2026-04-23T13:09:40.180Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2940 | 2026-04-23T13:09:40.295Z | Checking console v0.15.11 |
| 2941 | 2026-04-23T13:09:40.496Z | Checking num_enum v0.7.5 |
| 2942 | 2026-04-23T13:09:40.540Z | Checking tabwriter v1.4.1 |
| 2943 | 2026-04-23T13:09:40.560Z | Checking newline-converter v0.3.0 |
| 2944 | 2026-04-23T13:09:40.643Z | Checking camino-tempfile v1.4.1 |
| 2945 | 2026-04-23T13:09:40.666Z | Checking atomicwrites v0.4.4 |
| 2946 | 2026-04-23T13:09:40.697Z | Checking byte-wrapper v0.1.0 |
| 2947 | 2026-04-23T13:09:40.725Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2948 | 2026-04-23T13:09:40.728Z | Checking cstr-argument v0.1.2 |
| 2949 | 2026-04-23T13:09:40.821Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2950 | 2026-04-23T13:09:40.848Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2951 | 2026-04-23T13:09:40.895Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2952 | 2026-04-23T13:09:40.960Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2953 | 2026-04-23T13:09:41.101Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2954 | 2026-04-23T13:09:41.121Z | Checking expectorate v1.2.0 |
| 2955 | 2026-04-23T13:09:41.139Z | Checking num_enum v0.5.11 |
| 2956 | 2026-04-23T13:09:41.263Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2957 | 2026-04-23T13:09:41.284Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2958 | 2026-04-23T13:09:41.287Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2959 | 2026-04-23T13:09:41.318Z | Checking ingot-types v0.1.2 |
| 2960 | 2026-04-23T13:09:41.388Z | Checking rand v0.10.0 |
| 2961 | 2026-04-23T13:09:41.408Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2962 | 2026-04-23T13:09:41.488Z | Checking colored v3.1.1 |
| 2963 | 2026-04-23T13:09:41.555Z | Checking indent_write v2.2.0 |
| 2964 | 2026-04-23T13:09:41.677Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2965 | 2026-04-23T13:09:41.732Z | Compiling zone_cfg_derive v0.3.1 |
| 2966 | 2026-04-23T13:09:41.757Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2967 | 2026-04-23T13:09:41.795Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2968 | 2026-04-23T13:09:41.814Z | Checking ingot v0.1.1 |
| 2969 | 2026-04-23T13:09:41.832Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2970 | 2026-04-23T13:09:41.850Z | Checking itertools v0.12.1 |
| 2971 | 2026-04-23T13:09:42.016Z | Compiling num-derive v0.4.2 |
| 2972 | 2026-04-23T13:09:42.070Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2973 | 2026-04-23T13:09:42.303Z | Checking swrite v0.1.0 |
| 2974 | 2026-04-23T13:09:42.422Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2975 | 2026-04-23T13:09:42.555Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2976 | 2026-04-23T13:09:42.603Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2977 | 2026-04-23T13:09:42.805Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2978 | 2026-04-23T13:09:42.823Z | Checking dropshot-api-manager-types v0.6.0 |
| 2979 | 2026-04-23T13:09:42.949Z | Checking smf v0.2.3 |
| 2980 | 2026-04-23T13:09:43.042Z | Checking nanorand v0.7.0 |
| 2981 | 2026-04-23T13:09:43.133Z | Checking whoami v1.6.1 |
| 2982 | 2026-04-23T13:09:43.222Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2983 | 2026-04-23T13:09:43.242Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2984 | 2026-04-23T13:09:43.261Z | Checking zone v0.3.1 |
| 2985 | 2026-04-23T13:09:43.264Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2986 | 2026-04-23T13:09:43.296Z | Checking flume v0.11.1 |
| 2987 | 2026-04-23T13:09:44.089Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2988 | 2026-04-23T13:09:45.425Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2989 | 2026-04-23T13:09:46.657Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2990 | 2026-04-23T13:09:50.857Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2991 | 2026-04-23T13:09:53.680Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2992 | 2026-04-23T13:09:55.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.78s |
| 2993 | 2026-04-23T13:09:55.265Z | |
| 2994 | 2026-04-23T13:09:55.265Z | info: running `cargo check --bins` on clickhouse-admin-api (105/272) |
| 2995 | 2026-04-23T13:09:55.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2996 | 2026-04-23T13:09:55.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2997 | 2026-04-23T13:09:55.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2998 | 2026-04-23T13:09:55.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2999 | 2026-04-23T13:09:56.091Z | |
| 3000 | 2026-04-23T13:09:56.091Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/272) |
| 3001 | 2026-04-23T13:09:56.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3002 | 2026-04-23T13:09:56.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3003 | 2026-04-23T13:09:56.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3004 | 2026-04-23T13:09:56.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3005 | 2026-04-23T13:09:56.912Z | |
| 3006 | 2026-04-23T13:09:56.912Z | info: running `cargo check --bins` on bootstrap-agent-client (107/272) |
| 3007 | 2026-04-23T13:09:57.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3008 | 2026-04-23T13:09:57.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3009 | 2026-04-23T13:09:57.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3010 | 2026-04-23T13:09:57.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3011 | 2026-04-23T13:09:57.733Z | |
| 3012 | 2026-04-23T13:09:57.733Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/272) |
| 3013 | 2026-04-23T13:09:58.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3014 | 2026-04-23T13:09:58.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3015 | 2026-04-23T13:09:58.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3016 | 2026-04-23T13:09:58.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3017 | 2026-04-23T13:09:58.562Z | |
| 3018 | 2026-04-23T13:09:58.562Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/272) |
| 3019 | 2026-04-23T13:09:59.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3020 | 2026-04-23T13:09:59.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3021 | 2026-04-23T13:09:59.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3022 | 2026-04-23T13:09:59.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3023 | 2026-04-23T13:09:59.387Z | |
| 3024 | 2026-04-23T13:09:59.387Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/272) |
| 3025 | 2026-04-23T13:10:00.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3026 | 2026-04-23T13:10:00.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3027 | 2026-04-23T13:10:00.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3028 | 2026-04-23T13:10:00.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3029 | 2026-04-23T13:10:00.199Z | |
| 3030 | 2026-04-23T13:10:00.199Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/272) |
| 3031 | 2026-04-23T13:10:00.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3032 | 2026-04-23T13:10:00.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3033 | 2026-04-23T13:10:00.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3034 | 2026-04-23T13:10:00.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3035 | 2026-04-23T13:10:01.019Z | |
| 3036 | 2026-04-23T13:10:01.019Z | info: running `cargo check --bins` on cockroach-admin-client (112/272) |
| 3037 | 2026-04-23T13:10:01.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3038 | 2026-04-23T13:10:01.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3039 | 2026-04-23T13:10:01.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3040 | 2026-04-23T13:10:01.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3041 | 2026-04-23T13:10:01.809Z | |
| 3042 | 2026-04-23T13:10:01.809Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/272) |
| 3043 | 2026-04-23T13:10:02.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3044 | 2026-04-23T13:10:02.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3045 | 2026-04-23T13:10:02.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3046 | 2026-04-23T13:10:02.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3047 | 2026-04-23T13:10:02.626Z | |
| 3048 | 2026-04-23T13:10:02.626Z | info: running `cargo check --bins` on dns-service-client (114/272) |
| 3049 | 2026-04-23T13:10:03.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3050 | 2026-04-23T13:10:03.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3051 | 2026-04-23T13:10:03.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3052 | 2026-04-23T13:10:03.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3053 | 2026-04-23T13:10:03.446Z | |
| 3054 | 2026-04-23T13:10:03.446Z | info: running `cargo check --bins` on installinator-client (115/272) |
| 3055 | 2026-04-23T13:10:04.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3056 | 2026-04-23T13:10:04.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3057 | 2026-04-23T13:10:04.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3058 | 2026-04-23T13:10:04.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3059 | 2026-04-23T13:10:04.266Z | |
| 3060 | 2026-04-23T13:10:04.266Z | info: running `cargo check --bins` on nexus-client (116/272) |
| 3061 | 2026-04-23T13:10:05.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3062 | 2026-04-23T13:10:05.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3063 | 2026-04-23T13:10:05.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3064 | 2026-04-23T13:10:05.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3065 | 2026-04-23T13:10:05.129Z | |
| 3066 | 2026-04-23T13:10:05.129Z | info: running `cargo check --bins` on nexus-lockstep-client (117/272) |
| 3067 | 2026-04-23T13:10:05.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3068 | 2026-04-23T13:10:05.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3069 | 2026-04-23T13:10:05.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3070 | 2026-04-23T13:10:05.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3071 | 2026-04-23T13:10:06.001Z | |
| 3072 | 2026-04-23T13:10:06.001Z | info: running `cargo check --bins` on ntp-admin-client (118/272) |
| 3073 | 2026-04-23T13:10:06.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3074 | 2026-04-23T13:10:06.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3075 | 2026-04-23T13:10:06.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3076 | 2026-04-23T13:10:06.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3077 | 2026-04-23T13:10:06.797Z | |
| 3078 | 2026-04-23T13:10:06.797Z | info: running `cargo check --bins` on oxide-client (119/272) |
| 3079 | 2026-04-23T13:10:07.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3080 | 2026-04-23T13:10:07.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3081 | 2026-04-23T13:10:07.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3082 | 2026-04-23T13:10:07.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3083 | 2026-04-23T13:10:07.598Z | |
| 3084 | 2026-04-23T13:10:07.598Z | info: running `cargo check --bins` on oximeter-client (120/272) |
| 3085 | 2026-04-23T13:10:08.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3086 | 2026-04-23T13:10:08.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3087 | 2026-04-23T13:10:08.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3088 | 2026-04-23T13:10:08.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3089 | 2026-04-23T13:10:08.413Z | |
| 3090 | 2026-04-23T13:10:08.413Z | info: running `cargo check --bins` on repo-depot-client (121/272) |
| 3091 | 2026-04-23T13:10:09.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3092 | 2026-04-23T13:10:09.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3093 | 2026-04-23T13:10:09.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3094 | 2026-04-23T13:10:09.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3095 | 2026-04-23T13:10:09.211Z | |
| 3096 | 2026-04-23T13:10:09.211Z | info: running `cargo check --bins` on sled-agent-client (122/272) |
| 3097 | 2026-04-23T13:10:09.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3098 | 2026-04-23T13:10:09.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3099 | 2026-04-23T13:10:09.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3100 | 2026-04-23T13:10:09.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3101 | 2026-04-23T13:10:10.041Z | |
| 3102 | 2026-04-23T13:10:10.041Z | info: running `cargo check --bins` on wicketd-client (123/272) |
| 3103 | 2026-04-23T13:10:10.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3104 | 2026-04-23T13:10:10.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3105 | 2026-04-23T13:10:10.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3106 | 2026-04-23T13:10:10.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3107 | 2026-04-23T13:10:10.893Z | |
| 3108 | 2026-04-23T13:10:10.893Z | info: running `cargo check --bins` on installinator-common (124/272) |
| 3109 | 2026-04-23T13:10:11.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3110 | 2026-04-23T13:10:11.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3111 | 2026-04-23T13:10:11.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3112 | 2026-04-23T13:10:11.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3113 | 2026-04-23T13:10:11.734Z | |
| 3114 | 2026-04-23T13:10:11.734Z | info: running `cargo check --bins` on installinator-common-versions (125/272) |
| 3115 | 2026-04-23T13:10:12.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3116 | 2026-04-23T13:10:12.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3117 | 2026-04-23T13:10:12.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3118 | 2026-04-23T13:10:12.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3119 | 2026-04-23T13:10:12.523Z | |
| 3120 | 2026-04-23T13:10:12.523Z | info: running `cargo check --bins` on wicket-common (126/272) |
| 3121 | 2026-04-23T13:10:13.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3122 | 2026-04-23T13:10:13.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3123 | 2026-04-23T13:10:13.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3124 | 2026-04-23T13:10:13.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3125 | 2026-04-23T13:10:13.354Z | |
| 3126 | 2026-04-23T13:10:13.354Z | info: running `cargo check --bins` on omicron-cockroach-admin (127/272) |
| 3127 | 2026-04-23T13:10:14.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3128 | 2026-04-23T13:10:14.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3129 | 2026-04-23T13:10:14.308Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3130 | 2026-04-23T13:10:14.448Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3131 | 2026-04-23T13:10:14.463Z | Checking csv-core v0.1.13 |
| 3132 | 2026-04-23T13:10:14.477Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3133 | 2026-04-23T13:10:14.491Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3134 | 2026-04-23T13:10:14.509Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3135 | 2026-04-23T13:10:14.529Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3136 | 2026-04-23T13:10:14.536Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3137 | 2026-04-23T13:10:14.679Z | Checking csv v1.4.0 |
| 3138 | 2026-04-23T13:10:14.749Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3139 | 2026-04-23T13:10:14.771Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3140 | 2026-04-23T13:10:14.791Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3141 | 2026-04-23T13:10:15.146Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3142 | 2026-04-23T13:10:15.637Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3143 | 2026-04-23T13:10:15.640Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3144 | 2026-04-23T13:10:16.071Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3145 | 2026-04-23T13:10:24.163Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3146 | 2026-04-23T13:10:24.883Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3147 | 2026-04-23T13:10:28.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.74s |
| 3148 | 2026-04-23T13:10:28.333Z | |
| 3149 | 2026-04-23T13:10:28.333Z | info: running `cargo check --bins` on cockroach-admin-api (128/272) |
| 3150 | 2026-04-23T13:10:29.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3151 | 2026-04-23T13:10:29.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3152 | 2026-04-23T13:10:29.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3153 | 2026-04-23T13:10:29.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3154 | 2026-04-23T13:10:29.152Z | |
| 3155 | 2026-04-23T13:10:29.152Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (129/272) |
| 3156 | 2026-04-23T13:10:29.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3157 | 2026-04-23T13:10:29.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3158 | 2026-04-23T13:10:29.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3159 | 2026-04-23T13:10:29.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3160 | 2026-04-23T13:10:30.097Z | |
| 3161 | 2026-04-23T13:10:30.097Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/272) |
| 3162 | 2026-04-23T13:10:30.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3163 | 2026-04-23T13:10:30.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3164 | 2026-04-23T13:10:30.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3165 | 2026-04-23T13:10:30.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3166 | 2026-04-23T13:10:31.039Z | |
| 3167 | 2026-04-23T13:10:31.040Z | info: running `cargo check --bins` on gateway-test-utils (131/272) |
| 3168 | 2026-04-23T13:10:31.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3169 | 2026-04-23T13:10:31.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3170 | 2026-04-23T13:10:31.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3171 | 2026-04-23T13:10:31.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3172 | 2026-04-23T13:10:31.925Z | |
| 3173 | 2026-04-23T13:10:31.925Z | info: running `cargo check --bins` on omicron-gateway (132/272) |
| 3174 | 2026-04-23T13:10:32.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3175 | 2026-04-23T13:10:32.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3176 | 2026-04-23T13:10:33.001Z | Compiling typify-impl v0.6.1 |
| 3177 | 2026-04-23T13:10:33.160Z | Compiling unsafe-libyaml v0.2.11 |
| 3178 | 2026-04-23T13:10:33.195Z | Compiling semver v0.1.20 |
| 3179 | 2026-04-23T13:10:33.211Z | Compiling radium v0.7.0 |
| 3180 | 2026-04-23T13:10:33.232Z | Compiling pin-project-internal v1.1.11 |
| 3181 | 2026-04-23T13:10:33.236Z | Compiling maybe-uninit v2.0.0 |
| 3182 | 2026-04-23T13:10:33.269Z | Checking tap v1.0.1 |
| 3183 | 2026-04-23T13:10:33.408Z | Checking wyz v0.5.1 |
| 3184 | 2026-04-23T13:10:33.560Z | Compiling rustc_version v0.1.7 |
| 3185 | 2026-04-23T13:10:33.655Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3186 | 2026-04-23T13:10:33.676Z | Compiling snafu-derive v0.8.9 |
| 3187 | 2026-04-23T13:10:33.835Z | Compiling zerocopy-derive v0.6.6 |
| 3188 | 2026-04-23T13:10:33.860Z | Compiling newtype_derive v0.1.6 |
| 3189 | 2026-04-23T13:10:34.106Z | Compiling serde_yaml v0.9.34+deprecated |
| 3190 | 2026-04-23T13:10:34.191Z | Compiling packed_struct v0.10.1 |
| 3191 | 2026-04-23T13:10:34.517Z | Checking funty v2.0.0 |
| 3192 | 2026-04-23T13:10:34.708Z | Compiling owo-colors v4.3.0 |
| 3193 | 2026-04-23T13:10:34.799Z | Checking pin-project v1.1.11 |
| 3194 | 2026-04-23T13:10:34.927Z | Checking crc-catalog v2.4.0 |
| 3195 | 2026-04-23T13:10:34.967Z | Checking same-file v1.0.6 |
| 3196 | 2026-04-23T13:10:34.986Z | Compiling cancel-safe-futures v0.1.5 |
| 3197 | 2026-04-23T13:10:35.053Z | Checking crc v3.4.0 |
| 3198 | 2026-04-23T13:10:35.116Z | Checking walkdir v2.5.0 |
| 3199 | 2026-04-23T13:10:35.200Z | Checking bitvec v1.0.1 |
| 3200 | 2026-04-23T13:10:35.272Z | Checking zerocopy v0.6.6 |
| 3201 | 2026-04-23T13:10:35.386Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3202 | 2026-04-23T13:10:35.431Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3203 | 2026-04-23T13:10:35.686Z | Checking globset v0.4.18 |
| 3204 | 2026-04-23T13:10:35.706Z | Checking olpc-cjson v0.1.4 |
| 3205 | 2026-04-23T13:10:35.864Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3206 | 2026-04-23T13:10:35.884Z | Checking pem v3.0.6 |
| 3207 | 2026-04-23T13:10:36.025Z | Compiling packed_struct_codegen v0.10.1 |
| 3208 | 2026-04-23T13:10:36.089Z | Checking libsw-core v0.3.2 |
| 3209 | 2026-04-23T13:10:36.108Z | Checking serde_plain v1.0.2 |
| 3210 | 2026-04-23T13:10:36.163Z | Compiling bitfield-macros v0.19.4 |
| 3211 | 2026-04-23T13:10:36.198Z | Compiling indexmap v1.9.3 |
| 3212 | 2026-04-23T13:10:36.278Z | Checking nodrop v0.1.14 |
| 3213 | 2026-04-23T13:10:36.303Z | Checking typed-path v0.9.3 |
| 3214 | 2026-04-23T13:10:36.359Z | Checking snafu v0.8.9 |
| 3215 | 2026-04-23T13:10:36.396Z | Checking array-init v0.0.4 |
| 3216 | 2026-04-23T13:10:36.473Z | Checking libsw v3.5.0 |
| 3217 | 2026-04-23T13:10:36.668Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3218 | 2026-04-23T13:10:36.688Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3219 | 2026-04-23T13:10:36.877Z | Checking smallvec v0.6.14 |
| 3220 | 2026-04-23T13:10:37.006Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3221 | 2026-04-23T13:10:37.101Z | Checking bitfield v0.19.4 |
| 3222 | 2026-04-23T13:10:37.182Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3223 | 2026-04-23T13:10:37.337Z | Checking tagptr v0.2.0 |
| 3224 | 2026-04-23T13:10:37.357Z | Checking unicode-linebreak v0.1.5 |
| 3225 | 2026-04-23T13:10:37.414Z | Checking tough v0.20.0 |
| 3226 | 2026-04-23T13:10:37.475Z | Checking base64 v0.21.7 |
| 3227 | 2026-04-23T13:10:37.522Z | Checking hashbrown v0.12.3 |
| 3228 | 2026-04-23T13:10:37.562Z | Checking linear-map v1.2.0 |
| 3229 | 2026-04-23T13:10:37.639Z | Checking smawk v0.3.2 |
| 3230 | 2026-04-23T13:10:37.792Z | Checking ron v0.8.1 |
| 3231 | 2026-04-23T13:10:37.792Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3232 | 2026-04-23T13:10:37.829Z | Checking textwrap v0.16.2 |
| 3233 | 2026-04-23T13:10:37.963Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3234 | 2026-04-23T13:10:38.024Z | Checking moka v0.12.13 |
| 3235 | 2026-04-23T13:10:38.109Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3236 | 2026-04-23T13:10:38.516Z | Checking serde-hex v0.1.0 |
| 3237 | 2026-04-23T13:10:38.534Z | Checking steno v0.4.1 |
| 3238 | 2026-04-23T13:10:38.940Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3239 | 2026-04-23T13:10:39.025Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3240 | 2026-04-23T13:10:39.150Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3241 | 2026-04-23T13:10:39.243Z | Checking hashbrown v0.13.2 |
| 3242 | 2026-04-23T13:10:39.603Z | Compiling typify-macro v0.6.1 |
| 3243 | 2026-04-23T13:10:39.713Z | Checking humantime v2.3.0 |
| 3244 | 2026-04-23T13:10:39.837Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3245 | 2026-04-23T13:10:39.914Z | Checking crc-any v2.5.0 |
| 3246 | 2026-04-23T13:10:39.934Z | Checking object v0.30.4 |
| 3247 | 2026-04-23T13:10:39.954Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3248 | 2026-04-23T13:10:40.103Z | Checking hickory-resolver v0.25.2 |
| 3249 | 2026-04-23T13:10:40.133Z | Checking path-slash v0.1.5 |
| 3250 | 2026-04-23T13:10:40.156Z | Checking utf-8 v0.7.6 |
| 3251 | 2026-04-23T13:10:40.175Z | Checking half v1.8.3 |
| 3252 | 2026-04-23T13:10:40.267Z | Checking void v1.0.2 |
| 3253 | 2026-04-23T13:10:40.327Z | Checking tungstenite v0.23.0 |
| 3254 | 2026-04-23T13:10:40.401Z | Checking lzss v0.8.2 |
| 3255 | 2026-04-23T13:10:40.443Z | Checking serde_cbor v0.11.2 |
| 3256 | 2026-04-23T13:10:40.671Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3257 | 2026-04-23T13:10:40.822Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3258 | 2026-04-23T13:10:40.877Z | Checking nix v0.27.1 |
| 3259 | 2026-04-23T13:10:40.878Z | Checking kstat-rs v0.2.4 |
| 3260 | 2026-04-23T13:10:40.974Z | Checking fxhash v0.2.1 |
| 3261 | 2026-04-23T13:10:41.030Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3262 | 2026-04-23T13:10:41.123Z | Checking serde_bytes v0.11.19 |
| 3263 | 2026-04-23T13:10:41.143Z | Checking tokio-tungstenite v0.23.1 |
| 3264 | 2026-04-23T13:10:41.162Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3265 | 2026-04-23T13:10:41.355Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3266 | 2026-04-23T13:10:41.474Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3267 | 2026-04-23T13:10:41.559Z | Checking signal-hook-tokio v0.3.1 |
| 3268 | 2026-04-23T13:10:41.958Z | Compiling typify v0.6.1 |
| 3269 | 2026-04-23T13:10:42.063Z | Compiling progenitor-impl v0.13.0 |
| 3270 | 2026-04-23T13:10:43.185Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3271 | 2026-04-23T13:10:44.146Z | Compiling progenitor-macro v0.13.0 |
| 3272 | 2026-04-23T13:10:44.453Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3273 | 2026-04-23T13:10:44.852Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3274 | 2026-04-23T13:10:47.295Z | Checking progenitor v0.13.0 |
| 3275 | 2026-04-23T13:10:47.441Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3276 | 2026-04-23T13:10:47.444Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3277 | 2026-04-23T13:10:51.700Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3278 | 2026-04-23T13:11:02.301Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3279 | 2026-04-23T13:11:11.252Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3280 | 2026-04-23T13:11:13.150Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3281 | 2026-04-23T13:11:13.795Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3282 | 2026-04-23T13:11:16.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.64s |
| 3283 | 2026-04-23T13:11:16.821Z | |
| 3284 | 2026-04-23T13:11:16.821Z | info: running `cargo check --bins` on gateway-api (133/272) |
| 3285 | 2026-04-23T13:11:17.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3286 | 2026-04-23T13:11:17.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3287 | 2026-04-23T13:11:17.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3288 | 2026-04-23T13:11:17.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3289 | 2026-04-23T13:11:17.638Z | |
| 3290 | 2026-04-23T13:11:17.638Z | info: running `cargo check --bins` on ipcc (134/272) |
| 3291 | 2026-04-23T13:11:18.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3292 | 2026-04-23T13:11:18.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3293 | 2026-04-23T13:11:18.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3294 | 2026-04-23T13:11:18.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3295 | 2026-04-23T13:11:18.452Z | |
| 3296 | 2026-04-23T13:11:18.452Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (135/272) |
| 3297 | 2026-04-23T13:11:19.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3298 | 2026-04-23T13:11:19.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3299 | 2026-04-23T13:11:19.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3300 | 2026-04-23T13:11:19.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3301 | 2026-04-23T13:11:19.249Z | |
| 3302 | 2026-04-23T13:11:19.249Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/272) |
| 3303 | 2026-04-23T13:11:19.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3304 | 2026-04-23T13:11:19.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3305 | 2026-04-23T13:11:19.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3306 | 2026-04-23T13:11:19.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3307 | 2026-04-23T13:11:20.063Z | |
| 3308 | 2026-04-23T13:11:20.063Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/272) |
| 3309 | 2026-04-23T13:11:20.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3310 | 2026-04-23T13:11:20.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3311 | 2026-04-23T13:11:20.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3312 | 2026-04-23T13:11:20.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3313 | 2026-04-23T13:11:20.879Z | |
| 3314 | 2026-04-23T13:11:20.879Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/272) |
| 3315 | 2026-04-23T13:11:21.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3316 | 2026-04-23T13:11:21.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3317 | 2026-04-23T13:11:21.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3318 | 2026-04-23T13:11:21.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3319 | 2026-04-23T13:11:21.697Z | |
| 3320 | 2026-04-23T13:11:21.697Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/272) |
| 3321 | 2026-04-23T13:11:22.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3322 | 2026-04-23T13:11:22.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3323 | 2026-04-23T13:11:22.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3324 | 2026-04-23T13:11:22.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3325 | 2026-04-23T13:11:22.508Z | |
| 3326 | 2026-04-23T13:11:22.511Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/272) |
| 3327 | 2026-04-23T13:11:23.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3328 | 2026-04-23T13:11:23.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3329 | 2026-04-23T13:11:23.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3330 | 2026-04-23T13:11:23.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3331 | 2026-04-23T13:11:23.329Z | |
| 3332 | 2026-04-23T13:11:23.329Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/272) |
| 3333 | 2026-04-23T13:11:24.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3334 | 2026-04-23T13:11:24.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3335 | 2026-04-23T13:11:24.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3336 | 2026-04-23T13:11:24.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3337 | 2026-04-23T13:11:24.144Z | |
| 3338 | 2026-04-23T13:11:24.144Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/272) |
| 3339 | 2026-04-23T13:11:24.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3340 | 2026-04-23T13:11:24.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3341 | 2026-04-23T13:11:24.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3342 | 2026-04-23T13:11:24.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3343 | 2026-04-23T13:11:24.948Z | |
| 3344 | 2026-04-23T13:11:24.948Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/272) |
| 3345 | 2026-04-23T13:11:25.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3346 | 2026-04-23T13:11:25.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3347 | 2026-04-23T13:11:25.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3348 | 2026-04-23T13:11:25.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3349 | 2026-04-23T13:11:25.764Z | |
| 3350 | 2026-04-23T13:11:25.764Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/272) |
| 3351 | 2026-04-23T13:11:26.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3352 | 2026-04-23T13:11:26.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3353 | 2026-04-23T13:11:26.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3354 | 2026-04-23T13:11:26.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3355 | 2026-04-23T13:11:26.585Z | |
| 3356 | 2026-04-23T13:11:26.585Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/272) |
| 3357 | 2026-04-23T13:11:27.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3358 | 2026-04-23T13:11:27.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3359 | 2026-04-23T13:11:27.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3360 | 2026-04-23T13:11:27.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3361 | 2026-04-23T13:11:27.399Z | |
| 3362 | 2026-04-23T13:11:27.400Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/272) |
| 3363 | 2026-04-23T13:11:28.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3364 | 2026-04-23T13:11:28.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3365 | 2026-04-23T13:11:28.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3366 | 2026-04-23T13:11:28.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3367 | 2026-04-23T13:11:28.219Z | |
| 3368 | 2026-04-23T13:11:28.219Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/272) |
| 3369 | 2026-04-23T13:11:28.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3370 | 2026-04-23T13:11:28.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3371 | 2026-04-23T13:11:28.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3372 | 2026-04-23T13:11:28.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3373 | 2026-04-23T13:11:29.035Z | |
| 3374 | 2026-04-23T13:11:29.035Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/272) |
| 3375 | 2026-04-23T13:11:29.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3376 | 2026-04-23T13:11:29.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3377 | 2026-04-23T13:11:29.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3378 | 2026-04-23T13:11:29.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3379 | 2026-04-23T13:11:29.852Z | |
| 3380 | 2026-04-23T13:11:29.852Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/272) |
| 3381 | 2026-04-23T13:11:30.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3382 | 2026-04-23T13:11:30.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3383 | 2026-04-23T13:11:30.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3384 | 2026-04-23T13:11:30.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3385 | 2026-04-23T13:11:30.672Z | |
| 3386 | 2026-04-23T13:11:30.672Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/272) |
| 3387 | 2026-04-23T13:11:31.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3388 | 2026-04-23T13:11:31.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3389 | 2026-04-23T13:11:31.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3390 | 2026-04-23T13:11:31.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3391 | 2026-04-23T13:11:31.487Z | |
| 3392 | 2026-04-23T13:11:31.487Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/272) |
| 3393 | 2026-04-23T13:11:32.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3394 | 2026-04-23T13:11:32.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3395 | 2026-04-23T13:11:32.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3396 | 2026-04-23T13:11:32.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3397 | 2026-04-23T13:11:32.303Z | |
| 3398 | 2026-04-23T13:11:32.303Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/272) |
| 3399 | 2026-04-23T13:11:33.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3400 | 2026-04-23T13:11:33.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3401 | 2026-04-23T13:11:33.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3402 | 2026-04-23T13:11:33.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3403 | 2026-04-23T13:11:33.120Z | |
| 3404 | 2026-04-23T13:11:33.120Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/272) |
| 3405 | 2026-04-23T13:11:33.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3406 | 2026-04-23T13:11:33.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3407 | 2026-04-23T13:11:33.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3408 | 2026-04-23T13:11:33.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3409 | 2026-04-23T13:11:33.935Z | |
| 3410 | 2026-04-23T13:11:33.935Z | info: running `cargo check --bins` on oximeter-producer (154/272) |
| 3411 | 2026-04-23T13:11:34.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3412 | 2026-04-23T13:11:34.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3413 | 2026-04-23T13:11:34.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3414 | 2026-04-23T13:11:34.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3415 | 2026-04-23T13:11:34.809Z | |
| 3416 | 2026-04-23T13:11:34.809Z | info: running `cargo check --bins` on internal-dns-resolver (155/272) |
| 3417 | 2026-04-23T13:11:35.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3418 | 2026-04-23T13:11:35.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3419 | 2026-04-23T13:11:35.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3420 | 2026-04-23T13:11:35.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3421 | 2026-04-23T13:11:35.629Z | |
| 3422 | 2026-04-23T13:11:35.629Z | info: running `cargo check --bins` on dns-server (156/272) |
| 3423 | 2026-04-23T13:11:36.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3424 | 2026-04-23T13:11:36.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3425 | 2026-04-23T13:11:36.532Z | Compiling parking_lot_core v0.8.6 |
| 3426 | 2026-04-23T13:11:36.532Z | Compiling git-stub v1.0.0 |
| 3427 | 2026-04-23T13:11:36.535Z | Compiling atomicwrites v0.4.4 |
| 3428 | 2026-04-23T13:11:36.661Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3429 | 2026-04-23T13:11:36.695Z | Checking prefix-trie v0.7.0 |
| 3430 | 2026-04-23T13:11:36.825Z | Compiling git-stub-vcs v0.1.0 |
| 3431 | 2026-04-23T13:11:37.100Z | Checking hickory-server v0.25.2 |
| 3432 | 2026-04-23T13:11:37.196Z | Checking parking_lot v0.11.2 |
| 3433 | 2026-04-23T13:11:37.200Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3434 | 2026-04-23T13:11:37.324Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3435 | 2026-04-23T13:11:37.327Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3436 | 2026-04-23T13:11:37.423Z | Checking sled v0.34.7 |
| 3437 | 2026-04-23T13:11:40.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s |
| 3438 | 2026-04-23T13:11:40.250Z | |
| 3439 | 2026-04-23T13:11:40.250Z | info: running `cargo check --bins` on dns-server-api (157/272) |
| 3440 | 2026-04-23T13:11:40.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3441 | 2026-04-23T13:11:40.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3442 | 2026-04-23T13:11:40.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3443 | 2026-04-23T13:11:40.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3444 | 2026-04-23T13:11:41.060Z | |
| 3445 | 2026-04-23T13:11:41.060Z | info: running `cargo check --bins` on oximeter-producer-api (158/272) |
| 3446 | 2026-04-23T13:11:41.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3447 | 2026-04-23T13:11:41.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3448 | 2026-04-23T13:11:41.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3449 | 2026-04-23T13:11:41.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3450 | 2026-04-23T13:11:41.875Z | |
| 3451 | 2026-04-23T13:11:41.875Z | info: running `cargo check --bins` on sp-sim (159/272) |
| 3452 | 2026-04-23T13:11:42.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3453 | 2026-04-23T13:11:42.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3454 | 2026-04-23T13:11:42.871Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3455 | 2026-04-23T13:11:45.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s |
| 3456 | 2026-04-23T13:11:45.481Z | |
| 3457 | 2026-04-23T13:11:45.481Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (160/272) |
| 3458 | 2026-04-23T13:11:46.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3459 | 2026-04-23T13:11:46.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3460 | 2026-04-23T13:11:46.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3461 | 2026-04-23T13:11:46.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3462 | 2026-04-23T13:11:46.371Z | |
| 3463 | 2026-04-23T13:11:46.371Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/272) |
| 3464 | 2026-04-23T13:11:47.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3465 | 2026-04-23T13:11:47.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3466 | 2026-04-23T13:11:47.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3467 | 2026-04-23T13:11:47.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3468 | 2026-04-23T13:11:47.263Z | |
| 3469 | 2026-04-23T13:11:47.264Z | info: running `cargo check --bins` on db-macros (162/272) |
| 3470 | 2026-04-23T13:11:47.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3471 | 2026-04-23T13:11:47.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3472 | 2026-04-23T13:11:47.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3473 | 2026-04-23T13:11:47.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3474 | 2026-04-23T13:11:48.058Z | |
| 3475 | 2026-04-23T13:11:48.058Z | info: running `cargo check --bins` on nexus-macros-common (163/272) |
| 3476 | 2026-04-23T13:11:48.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3477 | 2026-04-23T13:11:48.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3478 | 2026-04-23T13:11:48.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3479 | 2026-04-23T13:11:48.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3480 | 2026-04-23T13:11:48.854Z | |
| 3481 | 2026-04-23T13:11:48.854Z | info: running `cargo check --bins` on nexus-auth (164/272) |
| 3482 | 2026-04-23T13:11:49.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3483 | 2026-04-23T13:11:49.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3484 | 2026-04-23T13:11:49.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3485 | 2026-04-23T13:11:49.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3486 | 2026-04-23T13:11:49.741Z | |
| 3487 | 2026-04-23T13:11:49.741Z | info: running `cargo check --bins` on authz-macros (165/272) |
| 3488 | 2026-04-23T13:11:50.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3489 | 2026-04-23T13:11:50.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3490 | 2026-04-23T13:11:50.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3491 | 2026-04-23T13:11:50.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3492 | 2026-04-23T13:11:50.538Z | |
| 3493 | 2026-04-23T13:11:50.538Z | info: running `cargo check --bins` on nexus-db-fixed-data (166/272) |
| 3494 | 2026-04-23T13:11:51.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3495 | 2026-04-23T13:11:51.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3496 | 2026-04-23T13:11:51.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3497 | 2026-04-23T13:11:51.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3498 | 2026-04-23T13:11:51.422Z | |
| 3499 | 2026-04-23T13:11:51.422Z | info: running `cargo check --bins` on nexus-db-model (167/272) |
| 3500 | 2026-04-23T13:11:52.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3501 | 2026-04-23T13:11:52.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3502 | 2026-04-23T13:11:52.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3503 | 2026-04-23T13:11:52.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3504 | 2026-04-23T13:11:52.306Z | |
| 3505 | 2026-04-23T13:11:52.307Z | info: running `cargo check --bins` on nexus-db-schema (168/272) |
| 3506 | 2026-04-23T13:11:52.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3507 | 2026-04-23T13:11:52.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3508 | 2026-04-23T13:11:52.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3509 | 2026-04-23T13:11:53.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3510 | 2026-04-23T13:11:53.107Z | |
| 3511 | 2026-04-23T13:11:53.107Z | info: running `cargo check --bins` on omicron-rpaths (169/272) |
| 3512 | 2026-04-23T13:11:53.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3513 | 2026-04-23T13:11:53.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3514 | 2026-04-23T13:11:53.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3515 | 2026-04-23T13:11:53.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3516 | 2026-04-23T13:11:53.905Z | |
| 3517 | 2026-04-23T13:11:53.906Z | info: running `cargo check --bins` on nexus-defaults (170/272) |
| 3518 | 2026-04-23T13:11:54.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3519 | 2026-04-23T13:11:54.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3520 | 2026-04-23T13:11:54.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3521 | 2026-04-23T13:11:54.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3522 | 2026-04-23T13:11:54.717Z | |
| 3523 | 2026-04-23T13:11:54.717Z | info: running `cargo check --bins` on omicron-cockroach-metrics (171/272) |
| 3524 | 2026-04-23T13:11:55.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3525 | 2026-04-23T13:11:55.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3526 | 2026-04-23T13:11:55.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3527 | 2026-04-23T13:11:55.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3528 | 2026-04-23T13:11:55.512Z | |
| 3529 | 2026-04-23T13:11:55.512Z | info: running `cargo check --bins` on parallel-task-set (172/272) |
| 3530 | 2026-04-23T13:11:56.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3531 | 2026-04-23T13:11:56.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3532 | 2026-04-23T13:11:56.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3533 | 2026-04-23T13:11:56.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3534 | 2026-04-23T13:11:56.307Z | |
| 3535 | 2026-04-23T13:11:56.307Z | info: running `cargo check --bins` on nexus-db-errors (173/272) |
| 3536 | 2026-04-23T13:11:57.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3537 | 2026-04-23T13:11:57.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3538 | 2026-04-23T13:11:57.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3539 | 2026-04-23T13:11:57.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3540 | 2026-04-23T13:11:57.191Z | |
| 3541 | 2026-04-23T13:11:57.191Z | info: running `cargo check --bins` on nexus-db-lookup (174/272) |
| 3542 | 2026-04-23T13:11:57.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3543 | 2026-04-23T13:11:57.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3544 | 2026-04-23T13:11:57.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3545 | 2026-04-23T13:11:57.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3546 | 2026-04-23T13:11:58.083Z | |
| 3547 | 2026-04-23T13:11:58.084Z | info: running `cargo check --bins` on nexus-inventory (175/272) |
| 3548 | 2026-04-23T13:11:58.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3549 | 2026-04-23T13:11:58.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3550 | 2026-04-23T13:11:58.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3551 | 2026-04-23T13:11:58.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3552 | 2026-04-23T13:11:58.956Z | |
| 3553 | 2026-04-23T13:11:58.956Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/272) |
| 3554 | 2026-04-23T13:11:59.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3555 | 2026-04-23T13:11:59.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3556 | 2026-04-23T13:11:59.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3557 | 2026-04-23T13:11:59.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3558 | 2026-04-23T13:11:59.801Z | |
| 3559 | 2026-04-23T13:11:59.801Z | info: running `cargo check --bins --no-default-features` on sled-storage (177/272) |
| 3560 | 2026-04-23T13:12:00.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3561 | 2026-04-23T13:12:00.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3562 | 2026-04-23T13:12:00.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3563 | 2026-04-23T13:12:00.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3564 | 2026-04-23T13:12:00.646Z | |
| 3565 | 2026-04-23T13:12:00.646Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/272) |
| 3566 | 2026-04-23T13:12:01.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3567 | 2026-04-23T13:12:01.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3568 | 2026-04-23T13:12:01.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3569 | 2026-04-23T13:12:01.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3570 | 2026-04-23T13:12:01.485Z | |
| 3571 | 2026-04-23T13:12:01.485Z | info: running `cargo check --bins` on key-manager (179/272) |
| 3572 | 2026-04-23T13:12:02.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3573 | 2026-04-23T13:12:02.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3574 | 2026-04-23T13:12:02.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3575 | 2026-04-23T13:12:02.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3576 | 2026-04-23T13:12:02.297Z | |
| 3577 | 2026-04-23T13:12:02.297Z | info: running `cargo check --bins --no-default-features` on sled-hardware (180/272) |
| 3578 | 2026-04-23T13:12:03.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3579 | 2026-04-23T13:12:03.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3580 | 2026-04-23T13:12:03.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3581 | 2026-04-23T13:12:03.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3582 | 2026-04-23T13:12:03.134Z | |
| 3583 | 2026-04-23T13:12:03.134Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/272) |
| 3584 | 2026-04-23T13:12:03.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3585 | 2026-04-23T13:12:03.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3586 | 2026-04-23T13:12:03.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3587 | 2026-04-23T13:12:03.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3588 | 2026-04-23T13:12:03.974Z | |
| 3589 | 2026-04-23T13:12:03.974Z | info: running `cargo check --bins` on typed-rng (182/272) |
| 3590 | 2026-04-23T13:12:04.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3591 | 2026-04-23T13:12:04.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3592 | 2026-04-23T13:12:04.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3593 | 2026-04-23T13:12:04.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3594 | 2026-04-23T13:12:04.766Z | |
| 3595 | 2026-04-23T13:12:04.766Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/272) |
| 3596 | 2026-04-23T13:12:05.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3597 | 2026-04-23T13:12:05.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3598 | 2026-04-23T13:12:05.960Z | Compiling typify-impl v0.4.3 |
| 3599 | 2026-04-23T13:12:05.963Z | Compiling libefi-sys v0.1.0 |
| 3600 | 2026-04-23T13:12:05.963Z | Compiling bitfield-struct v0.6.2 |
| 3601 | 2026-04-23T13:12:06.160Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3602 | 2026-04-23T13:12:06.179Z | Compiling xshell-macros v0.2.7 |
| 3603 | 2026-04-23T13:12:06.199Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3604 | 2026-04-23T13:12:06.221Z | Compiling salty v0.3.0 |
| 3605 | 2026-04-23T13:12:06.263Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3606 | 2026-04-23T13:12:06.429Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3607 | 2026-04-23T13:12:06.613Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3608 | 2026-04-23T13:12:06.634Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3609 | 2026-04-23T13:12:06.662Z | Checking xshell v0.2.7 |
| 3610 | 2026-04-23T13:12:06.890Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3611 | 2026-04-23T13:12:06.912Z | Checking primeorder v0.13.6 |
| 3612 | 2026-04-23T13:12:06.965Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3613 | 2026-04-23T13:12:07.102Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3614 | 2026-04-23T13:12:07.132Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3615 | 2026-04-23T13:12:07.233Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3616 | 2026-04-23T13:12:07.290Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3617 | 2026-04-23T13:12:07.497Z | Checking tungstenite v0.21.0 |
| 3618 | 2026-04-23T13:12:07.524Z | Checking p384 v0.13.1 |
| 3619 | 2026-04-23T13:12:07.600Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3620 | 2026-04-23T13:12:07.641Z | Compiling proc-macro-error2 v2.0.1 |
| 3621 | 2026-04-23T13:12:07.780Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3622 | 2026-04-23T13:12:08.059Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3623 | 2026-04-23T13:12:08.080Z | Compiling num-derive v0.3.3 |
| 3624 | 2026-04-23T13:12:08.100Z | Compiling unicase v2.9.0 |
| 3625 | 2026-04-23T13:12:08.367Z | Checking compression-core v0.4.31 |
| 3626 | 2026-04-23T13:12:08.477Z | Compiling mime_guess v2.0.5 |
| 3627 | 2026-04-23T13:12:08.537Z | Checking compression-codecs v0.4.37 |
| 3628 | 2026-04-23T13:12:08.634Z | Checking tokio-tungstenite v0.21.0 |
| 3629 | 2026-04-23T13:12:08.754Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3630 | 2026-04-23T13:12:08.785Z | Compiling tabled_derive v0.11.0 |
| 3631 | 2026-04-23T13:12:09.179Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3632 | 2026-04-23T13:12:09.205Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3633 | 2026-04-23T13:12:09.269Z | Checking libscf-sys v1.1.0 |
| 3634 | 2026-04-23T13:12:09.440Z | Checking papergrid v0.17.0 |
| 3635 | 2026-04-23T13:12:09.669Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3636 | 2026-04-23T13:12:09.696Z | Checking testing_table v0.3.0 |
| 3637 | 2026-04-23T13:12:09.819Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3638 | 2026-04-23T13:12:09.845Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3639 | 2026-04-23T13:12:10.254Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3640 | 2026-04-23T13:12:10.403Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3641 | 2026-04-23T13:12:10.517Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3642 | 2026-04-23T13:12:10.537Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 3643 | 2026-04-23T13:12:10.667Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3644 | 2026-04-23T13:12:10.690Z | Compiling dropshot v0.17.0 |
| 3645 | 2026-04-23T13:12:10.774Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3646 | 2026-04-23T13:12:10.813Z | Checking corncobs v0.1.4 |
| 3647 | 2026-04-23T13:12:10.903Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3648 | 2026-04-23T13:12:10.978Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3649 | 2026-04-23T13:12:10.999Z | Checking toml v1.0.6+spec-1.1.0 |
| 3650 | 2026-04-23T13:12:11.066Z | Checking tabled v0.20.0 |
| 3651 | 2026-04-23T13:12:11.088Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3652 | 2026-04-23T13:12:11.174Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3653 | 2026-04-23T13:12:11.206Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3654 | 2026-04-23T13:12:11.314Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3655 | 2026-04-23T13:12:11.552Z | Checking async-compression v0.4.41 |
| 3656 | 2026-04-23T13:12:11.582Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3657 | 2026-04-23T13:12:11.825Z | Checking progenitor-client v0.11.2 |
| 3658 | 2026-04-23T13:12:11.883Z | Compiling dropshot_endpoint v0.17.0 |
| 3659 | 2026-04-23T13:12:11.936Z | Checking secrecy v0.8.0 |
| 3660 | 2026-04-23T13:12:12.079Z | Checking filetime v0.2.27 |
| 3661 | 2026-04-23T13:12:12.100Z | Checking xattr v1.6.1 |
| 3662 | 2026-04-23T13:12:12.124Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3663 | 2026-04-23T13:12:12.145Z | Checking http-range v0.1.5 |
| 3664 | 2026-04-23T13:12:12.275Z | Checking tar v0.4.45 |
| 3665 | 2026-04-23T13:12:12.526Z | Compiling typify-macro v0.4.3 |
| 3666 | 2026-04-23T13:12:12.791Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3667 | 2026-04-23T13:12:13.049Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3668 | 2026-04-23T13:12:13.080Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3669 | 2026-04-23T13:12:13.615Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3670 | 2026-04-23T13:12:13.662Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3671 | 2026-04-23T13:12:13.915Z | Checking atty v0.2.14 |
| 3672 | 2026-04-23T13:12:14.050Z | Checking crc8 v0.1.1 |
| 3673 | 2026-04-23T13:12:14.183Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3674 | 2026-04-23T13:12:14.246Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3675 | 2026-04-23T13:12:14.511Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3676 | 2026-04-23T13:12:14.630Z | Checking hyper-staticfile v0.10.1 |
| 3677 | 2026-04-23T13:12:14.672Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3678 | 2026-04-23T13:12:14.866Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3679 | 2026-04-23T13:12:14.912Z | Compiling typify v0.4.3 |
| 3680 | 2026-04-23T13:12:14.957Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3681 | 2026-04-23T13:12:15.004Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3682 | 2026-04-23T13:12:15.051Z | Compiling progenitor-impl v0.10.0 |
| 3683 | 2026-04-23T13:12:15.073Z | Compiling progenitor-impl v0.11.2 |
| 3684 | 2026-04-23T13:12:15.095Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3685 | 2026-04-23T13:12:15.263Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3686 | 2026-04-23T13:12:15.448Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3687 | 2026-04-23T13:12:15.751Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3688 | 2026-04-23T13:12:16.314Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3689 | 2026-04-23T13:12:16.339Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3690 | 2026-04-23T13:12:16.421Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3691 | 2026-04-23T13:12:16.456Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3692 | 2026-04-23T13:12:16.792Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3693 | 2026-04-23T13:12:16.819Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3694 | 2026-04-23T13:12:17.136Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3695 | 2026-04-23T13:12:17.506Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3696 | 2026-04-23T13:12:17.808Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3697 | 2026-04-23T13:12:18.210Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3698 | 2026-04-23T13:12:18.589Z | Compiling progenitor-macro v0.10.0 |
| 3699 | 2026-04-23T13:12:18.685Z | Compiling progenitor-macro v0.11.2 |
| 3700 | 2026-04-23T13:12:22.502Z | Checking progenitor v0.10.0 |
| 3701 | 2026-04-23T13:12:22.678Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3702 | 2026-04-23T13:12:22.761Z | Checking progenitor v0.11.2 |
| 3703 | 2026-04-23T13:12:22.933Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3704 | 2026-04-23T13:12:29.569Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3705 | 2026-04-23T13:12:45.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.91s |
| 3706 | 2026-04-23T13:12:45.959Z | |
| 3707 | 2026-04-23T13:12:45.959Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/272) |
| 3708 | 2026-04-23T13:12:46.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3709 | 2026-04-23T13:12:46.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3710 | 2026-04-23T13:12:47.082Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3711 | 2026-04-23T13:13:03.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.42s |
| 3712 | 2026-04-23T13:13:03.639Z | |
| 3713 | 2026-04-23T13:13:03.639Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/272) |
| 3714 | 2026-04-23T13:13:04.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3715 | 2026-04-23T13:13:04.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3716 | 2026-04-23T13:13:04.747Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3717 | 2026-04-23T13:13:20.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.31s |
| 3718 | 2026-04-23T13:13:21.215Z | |
| 3719 | 2026-04-23T13:13:21.216Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/272) |
| 3720 | 2026-04-23T13:13:21.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3721 | 2026-04-23T13:13:22.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3722 | 2026-04-23T13:13:22.323Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3723 | 2026-04-23T13:13:38.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.32s |
| 3724 | 2026-04-23T13:13:38.795Z | |
| 3725 | 2026-04-23T13:13:38.795Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/272) |
| 3726 | 2026-04-23T13:13:39.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3727 | 2026-04-23T13:13:39.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3728 | 2026-04-23T13:13:39.899Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3729 | 2026-04-23T13:13:56.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.30s |
| 3730 | 2026-04-23T13:13:56.353Z | |
| 3731 | 2026-04-23T13:13:56.353Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/272) |
| 3732 | 2026-04-23T13:13:57.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3733 | 2026-04-23T13:13:57.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3734 | 2026-04-23T13:13:57.461Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3735 | 2026-04-23T13:14:13.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.36s |
| 3736 | 2026-04-23T13:14:13.979Z | |
| 3737 | 2026-04-23T13:14:13.979Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/272) |
| 3738 | 2026-04-23T13:14:14.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3739 | 2026-04-23T13:14:14.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3740 | 2026-04-23T13:14:15.086Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3741 | 2026-04-23T13:14:31.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.34s |
| 3742 | 2026-04-23T13:14:31.587Z | |
| 3743 | 2026-04-23T13:14:31.587Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/272) |
| 3744 | 2026-04-23T13:14:32.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3745 | 2026-04-23T13:14:32.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3746 | 2026-04-23T13:14:32.698Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3747 | 2026-04-23T13:14:48.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.36s |
| 3748 | 2026-04-23T13:14:49.215Z | |
| 3749 | 2026-04-23T13:14:49.215Z | info: running `cargo check --bins` on bootstrap-agent-api (191/272) |
| 3750 | 2026-04-23T13:14:49.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3751 | 2026-04-23T13:14:49.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3752 | 2026-04-23T13:14:49.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3753 | 2026-04-23T13:14:49.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3754 | 2026-04-23T13:14:50.042Z | |
| 3755 | 2026-04-23T13:14:50.042Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/272) |
| 3756 | 2026-04-23T13:14:50.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3757 | 2026-04-23T13:14:50.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3758 | 2026-04-23T13:14:50.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3759 | 2026-04-23T13:14:50.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3760 | 2026-04-23T13:14:50.866Z | |
| 3761 | 2026-04-23T13:14:50.866Z | info: running `cargo check --bins` on range-requests (193/272) |
| 3762 | 2026-04-23T13:14:51.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3763 | 2026-04-23T13:14:51.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3764 | 2026-04-23T13:14:51.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3765 | 2026-04-23T13:14:51.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3766 | 2026-04-23T13:14:51.676Z | |
| 3767 | 2026-04-23T13:14:51.676Z | info: running `cargo check --bins` on repo-depot-api (194/272) |
| 3768 | 2026-04-23T13:14:52.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3769 | 2026-04-23T13:14:52.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3770 | 2026-04-23T13:14:52.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3771 | 2026-04-23T13:14:52.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3772 | 2026-04-23T13:14:52.487Z | |
| 3773 | 2026-04-23T13:14:52.487Z | info: running `cargo check --bins` on sled-agent-api (195/272) |
| 3774 | 2026-04-23T13:14:53.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3775 | 2026-04-23T13:14:53.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3776 | 2026-04-23T13:14:53.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3777 | 2026-04-23T13:14:53.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3778 | 2026-04-23T13:14:53.330Z | |
| 3779 | 2026-04-23T13:14:53.330Z | info: running `cargo check --bins` on sled-diagnostics (196/272) |
| 3780 | 2026-04-23T13:14:54.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3781 | 2026-04-23T13:14:54.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3782 | 2026-04-23T13:14:54.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3783 | 2026-04-23T13:14:54.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3784 | 2026-04-23T13:14:54.169Z | |
| 3785 | 2026-04-23T13:14:54.169Z | info: running `cargo check --bins` on zfs-test-harness (197/272) |
| 3786 | 2026-04-23T13:14:54.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3787 | 2026-04-23T13:14:54.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3788 | 2026-04-23T13:14:54.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3789 | 2026-04-23T13:14:54.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3790 | 2026-04-23T13:14:55.005Z | |
| 3791 | 2026-04-23T13:14:55.005Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/272) |
| 3792 | 2026-04-23T13:14:55.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3793 | 2026-04-23T13:14:55.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3794 | 2026-04-23T13:14:55.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3795 | 2026-04-23T13:14:55.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3796 | 2026-04-23T13:14:55.857Z | |
| 3797 | 2026-04-23T13:14:55.857Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/272) |
| 3798 | 2026-04-23T13:14:56.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3799 | 2026-04-23T13:14:56.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3800 | 2026-04-23T13:14:56.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3801 | 2026-04-23T13:14:56.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3802 | 2026-04-23T13:14:56.711Z | |
| 3803 | 2026-04-23T13:14:56.711Z | info: running `cargo check --bins` on sled-agent-health-monitor (200/272) |
| 3804 | 2026-04-23T13:14:57.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3805 | 2026-04-23T13:14:57.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3806 | 2026-04-23T13:14:57.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3807 | 2026-04-23T13:14:57.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3808 | 2026-04-23T13:14:57.549Z | |
| 3809 | 2026-04-23T13:14:57.549Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/272) |
| 3810 | 2026-04-23T13:14:58.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3811 | 2026-04-23T13:14:58.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3812 | 2026-04-23T13:14:58.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3813 | 2026-04-23T13:14:58.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3814 | 2026-04-23T13:14:58.400Z | |
| 3815 | 2026-04-23T13:14:58.400Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/272) |
| 3816 | 2026-04-23T13:14:59.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3817 | 2026-04-23T13:14:59.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3818 | 2026-04-23T13:14:59.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3819 | 2026-04-23T13:14:59.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3820 | 2026-04-23T13:14:59.254Z | |
| 3821 | 2026-04-23T13:14:59.254Z | info: running `cargo check --bins` on sled-agent-resolvable-files (203/272) |
| 3822 | 2026-04-23T13:14:59.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3823 | 2026-04-23T13:14:59.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3824 | 2026-04-23T13:14:59.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3825 | 2026-04-23T13:14:59.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3826 | 2026-04-23T13:15:00.104Z | |
| 3827 | 2026-04-23T13:15:00.104Z | info: running `cargo check --bins` on transient-dns-server (204/272) |
| 3828 | 2026-04-23T13:15:00.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3829 | 2026-04-23T13:15:00.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3830 | 2026-04-23T13:15:00.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3831 | 2026-04-23T13:15:00.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3832 | 2026-04-23T13:15:00.938Z | |
| 3833 | 2026-04-23T13:15:00.938Z | info: running `cargo check --bins` on trust-quorum (205/272) |
| 3834 | 2026-04-23T13:15:01.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3835 | 2026-04-23T13:15:01.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3836 | 2026-04-23T13:15:01.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3837 | 2026-04-23T13:15:01.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3838 | 2026-04-23T13:15:01.793Z | |
| 3839 | 2026-04-23T13:15:01.793Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (206/272) |
| 3840 | 2026-04-23T13:15:02.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3841 | 2026-04-23T13:15:02.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3842 | 2026-04-23T13:15:02.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3843 | 2026-04-23T13:15:02.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3844 | 2026-04-23T13:15:02.669Z | |
| 3845 | 2026-04-23T13:15:02.669Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (207/272) |
| 3846 | 2026-04-23T13:15:03.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3847 | 2026-04-23T13:15:03.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3848 | 2026-04-23T13:15:03.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3849 | 2026-04-23T13:15:03.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3850 | 2026-04-23T13:15:03.564Z | |
| 3851 | 2026-04-23T13:15:03.564Z | info: running `cargo check --bins` on update-common (208/272) |
| 3852 | 2026-04-23T13:15:04.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3853 | 2026-04-23T13:15:04.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3854 | 2026-04-23T13:15:04.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3855 | 2026-04-23T13:15:04.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3856 | 2026-04-23T13:15:04.395Z | |
| 3857 | 2026-04-23T13:15:04.395Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (209/272) |
| 3858 | 2026-04-23T13:15:05.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3859 | 2026-04-23T13:15:05.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3860 | 2026-04-23T13:15:05.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3861 | 2026-04-23T13:15:05.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3862 | 2026-04-23T13:15:05.293Z | |
| 3863 | 2026-04-23T13:15:05.293Z | info: running `cargo check --bins` on reconfigurator-cli (210/272) |
| 3864 | 2026-04-23T13:15:06.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3865 | 2026-04-23T13:15:06.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3866 | 2026-04-23T13:15:06.384Z | Compiling fs-err v2.11.0 |
| 3867 | 2026-04-23T13:15:06.387Z | Checking ignore v0.4.25 |
| 3868 | 2026-04-23T13:15:06.387Z | Checking arc-swap v1.8.2 |
| 3869 | 2026-04-23T13:15:06.387Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3870 | 2026-04-23T13:15:06.577Z | Checking predicates-tree v1.0.13 |
| 3871 | 2026-04-23T13:15:06.580Z | Checking parse-size v1.1.0 |
| 3872 | 2026-04-23T13:15:06.614Z | Checking rand_seeder v0.4.0 |
| 3873 | 2026-04-23T13:15:06.618Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3874 | 2026-04-23T13:15:06.709Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3875 | 2026-04-23T13:15:06.743Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3876 | 2026-04-23T13:15:06.797Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3877 | 2026-04-23T13:15:06.828Z | Checking slog-scope v4.4.1 |
| 3878 | 2026-04-23T13:15:06.990Z | Compiling petname v2.0.2 |
| 3879 | 2026-04-23T13:15:07.010Z | Checking slog-stdlog v4.1.1 |
| 3880 | 2026-04-23T13:15:07.031Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3881 | 2026-04-23T13:15:07.058Z | Checking globwalk v0.9.1 |
| 3882 | 2026-04-23T13:15:07.099Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3883 | 2026-04-23T13:15:07.159Z | Checking slog-envlogger v2.2.0 |
| 3884 | 2026-04-23T13:15:07.295Z | Checking camino-tempfile-ext v0.3.3 |
| 3885 | 2026-04-23T13:15:07.329Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3886 | 2026-04-23T13:15:07.351Z | Checking sapling-renderdag v0.1.0 |
| 3887 | 2026-04-23T13:15:07.545Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3888 | 2026-04-23T13:15:07.565Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3889 | 2026-04-23T13:15:07.670Z | Checking subprocess v0.2.15 |
| 3890 | 2026-04-23T13:15:07.761Z | Checking sync-ptr v0.1.4 |
| 3891 | 2026-04-23T13:15:07.810Z | Checking colored v2.2.0 |
| 3892 | 2026-04-23T13:15:07.915Z | Checking assert_matches v1.5.0 |
| 3893 | 2026-04-23T13:15:08.044Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3894 | 2026-04-23T13:15:08.103Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3895 | 2026-04-23T13:15:08.169Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3896 | 2026-04-23T13:15:08.172Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3897 | 2026-04-23T13:15:08.960Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3898 | 2026-04-23T13:15:10.765Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3899 | 2026-04-23T13:15:13.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.43s |
| 3900 | 2026-04-23T13:15:13.982Z | |
| 3901 | 2026-04-23T13:15:13.982Z | info: running `cargo check --bins` on omicron-repl-utils (211/272) |
| 3902 | 2026-04-23T13:15:14.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3903 | 2026-04-23T13:15:14.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3904 | 2026-04-23T13:15:14.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3905 | 2026-04-23T13:15:14.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3906 | 2026-04-23T13:15:14.781Z | |
| 3907 | 2026-04-23T13:15:14.781Z | info: running `cargo check --bins` on nexus-test-interface (212/272) |
| 3908 | 2026-04-23T13:15:15.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3909 | 2026-04-23T13:15:15.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3910 | 2026-04-23T13:15:15.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3911 | 2026-04-23T13:15:15.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3912 | 2026-04-23T13:15:15.676Z | |
| 3913 | 2026-04-23T13:15:15.676Z | info: running `cargo check --bins` on oximeter-collector (213/272) |
| 3914 | 2026-04-23T13:15:16.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3915 | 2026-04-23T13:15:16.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3916 | 2026-04-23T13:15:16.678Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3917 | 2026-04-23T13:15:16.682Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3918 | 2026-04-23T13:15:17.541Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3919 | 2026-04-23T13:15:19.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s |
| 3920 | 2026-04-23T13:15:19.884Z | |
| 3921 | 2026-04-23T13:15:19.884Z | info: running `cargo check --bins` on oximeter-api (214/272) |
| 3922 | 2026-04-23T13:15:20.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3923 | 2026-04-23T13:15:20.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3924 | 2026-04-23T13:15:20.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3925 | 2026-04-23T13:15:20.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3926 | 2026-04-23T13:15:20.707Z | |
| 3927 | 2026-04-23T13:15:20.707Z | info: running `cargo check --bins` on cert-dev (215/272) |
| 3928 | 2026-04-23T13:15:21.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3929 | 2026-04-23T13:15:21.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3930 | 2026-04-23T13:15:21.548Z | Checking yasna v0.5.2 |
| 3931 | 2026-04-23T13:15:22.106Z | Checking rcgen v0.12.1 |
| 3932 | 2026-04-23T13:15:22.460Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3933 | 2026-04-23T13:15:22.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
| 3934 | 2026-04-23T13:15:22.915Z | |
| 3935 | 2026-04-23T13:15:22.915Z | info: running `cargo check --bins` on clickana (216/272) |
| 3936 | 2026-04-23T13:15:23.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3937 | 2026-04-23T13:15:23.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3938 | 2026-04-23T13:15:23.809Z | Compiling darling_core v0.23.0 |
| 3939 | 2026-04-23T13:15:23.940Z | Compiling instability v0.3.11 |
| 3940 | 2026-04-23T13:15:23.955Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3941 | 2026-04-23T13:15:23.958Z | Checking castaway v0.2.4 |
| 3942 | 2026-04-23T13:15:23.968Z | Compiling indoc v2.0.7 |
| 3943 | 2026-04-23T13:15:23.998Z | Checking unicode-truncate v1.1.0 |
| 3944 | 2026-04-23T13:15:24.015Z | Checking lru v0.12.5 |
| 3945 | 2026-04-23T13:15:24.018Z | Checking cassowary v0.3.0 |
| 3946 | 2026-04-23T13:15:24.098Z | Checking compact_str v0.8.1 |
| 3947 | 2026-04-23T13:15:25.266Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3948 | 2026-04-23T13:15:25.500Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3949 | 2026-04-23T13:15:25.963Z | Compiling darling_macro v0.23.0 |
| 3950 | 2026-04-23T13:15:26.501Z | Compiling darling v0.23.0 |
| 3951 | 2026-04-23T13:15:27.291Z | Checking ratatui v0.29.0 |
| 3952 | 2026-04-23T13:15:28.845Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3953 | 2026-04-23T13:15:29.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.79s |
| 3954 | 2026-04-23T13:15:29.930Z | |
| 3955 | 2026-04-23T13:15:29.930Z | info: running `cargo check --bins` on clickhouse-cluster-dev (217/272) |
| 3956 | 2026-04-23T13:15:30.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3957 | 2026-04-23T13:15:30.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3958 | 2026-04-23T13:15:30.932Z | Checking headers-core v0.3.0 |
| 3959 | 2026-04-23T13:15:30.935Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3960 | 2026-04-23T13:15:31.172Z | Checking headers v0.4.1 |
| 3961 | 2026-04-23T13:15:31.718Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3962 | 2026-04-23T13:15:32.840Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3963 | 2026-04-23T13:15:33.468Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3964 | 2026-04-23T13:15:33.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
| 3965 | 2026-04-23T13:15:34.242Z | |
| 3966 | 2026-04-23T13:15:34.242Z | info: running `cargo check --bins` on ch-dev (218/272) |
| 3967 | 2026-04-23T13:15:34.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3968 | 2026-04-23T13:15:34.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3969 | 2026-04-23T13:15:35.236Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3970 | 2026-04-23T13:15:36.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s |
| 3971 | 2026-04-23T13:15:36.426Z | |
| 3972 | 2026-04-23T13:15:36.426Z | info: running `cargo check --bins` on dev-tools-common (219/272) |
| 3973 | 2026-04-23T13:15:36.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3974 | 2026-04-23T13:15:36.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3975 | 2026-04-23T13:15:36.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3976 | 2026-04-23T13:15:36.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3977 | 2026-04-23T13:15:37.072Z | |
| 3978 | 2026-04-23T13:15:37.072Z | info: running `cargo check --bins` on crdb-seed (220/272) |
| 3979 | 2026-04-23T13:15:37.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3980 | 2026-04-23T13:15:37.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3981 | 2026-04-23T13:15:38.071Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3982 | 2026-04-23T13:15:39.366Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3983 | 2026-04-23T13:15:39.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.70s |
| 3984 | 2026-04-23T13:15:40.034Z | |
| 3985 | 2026-04-23T13:15:40.035Z | info: running `cargo check --bins` on db-dev (221/272) |
| 3986 | 2026-04-23T13:15:40.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3987 | 2026-04-23T13:15:40.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3988 | 2026-04-23T13:15:41.027Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3989 | 2026-04-23T13:15:41.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s |
| 3990 | 2026-04-23T13:15:42.229Z | |
| 3991 | 2026-04-23T13:15:42.229Z | info: running `cargo check --bins` on omicron-dev-lib (222/272) |
| 3992 | 2026-04-23T13:15:42.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3993 | 2026-04-23T13:15:42.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3994 | 2026-04-23T13:15:42.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3995 | 2026-04-23T13:15:42.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3996 | 2026-04-23T13:15:43.111Z | |
| 3997 | 2026-04-23T13:15:43.111Z | info: running `cargo check --bins` on xtask-downloader (223/272) |
| 3998 | 2026-04-23T13:15:43.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3999 | 2026-04-23T13:15:43.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4000 | 2026-04-23T13:15:43.968Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4001 | 2026-04-23T13:15:44.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
| 4002 | 2026-04-23T13:15:45.086Z | |
| 4003 | 2026-04-23T13:15:45.086Z | info: running `cargo check --bins` on omicron-dropshot-apis (224/272) |
| 4004 | 2026-04-23T13:15:45.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4005 | 2026-04-23T13:15:45.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4006 | 2026-04-23T13:15:46.134Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4007 | 2026-04-23T13:15:46.134Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4008 | 2026-04-23T13:15:46.137Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 4009 | 2026-04-23T13:15:46.137Z | Checking git-stub v1.0.0 |
| 4010 | 2026-04-23T13:15:46.137Z | Compiling trait-variant v0.1.2 |
| 4011 | 2026-04-23T13:15:46.276Z | Checking maplit v1.0.2 |
| 4012 | 2026-04-23T13:15:46.293Z | Checking is_ci v1.2.0 |
| 4013 | 2026-04-23T13:15:46.340Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4014 | 2026-04-23T13:15:46.403Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4015 | 2026-04-23T13:15:46.458Z | Checking supports-color v3.0.2 |
| 4016 | 2026-04-23T13:15:46.477Z | Checking git-stub-vcs v0.1.0 |
| 4017 | 2026-04-23T13:15:46.619Z | Checking drift v0.1.3 |
| 4018 | 2026-04-23T13:15:46.641Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4019 | 2026-04-23T13:15:46.660Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4020 | 2026-04-23T13:15:46.733Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4021 | 2026-04-23T13:15:46.888Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4022 | 2026-04-23T13:15:46.999Z | Checking dropshot-api-manager v0.6.0 |
| 4023 | 2026-04-23T13:15:47.019Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 4024 | 2026-04-23T13:15:47.039Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4025 | 2026-04-23T13:15:47.306Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4026 | 2026-04-23T13:15:47.327Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4027 | 2026-04-23T13:15:47.561Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 4028 | 2026-04-23T13:15:47.985Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4029 | 2026-04-23T13:15:55.029Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4030 | 2026-04-23T13:15:56.541Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4031 | 2026-04-23T13:15:57.293Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4032 | 2026-04-23T13:15:57.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.74s |
| 4033 | 2026-04-23T13:15:58.072Z | |
| 4034 | 2026-04-23T13:15:58.072Z | info: running `cargo check --bins` on installinator-api (225/272) |
| 4035 | 2026-04-23T13:15:58.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4036 | 2026-04-23T13:15:58.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4037 | 2026-04-23T13:15:58.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4038 | 2026-04-23T13:15:58.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4039 | 2026-04-23T13:15:58.884Z | |
| 4040 | 2026-04-23T13:15:58.884Z | info: running `cargo check --bins` on nexus-external-api (226/272) |
| 4041 | 2026-04-23T13:15:59.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4042 | 2026-04-23T13:15:59.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4043 | 2026-04-23T13:15:59.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4044 | 2026-04-23T13:15:59.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 4045 | 2026-04-23T13:15:59.763Z | |
| 4046 | 2026-04-23T13:15:59.763Z | info: running `cargo check --bins` on nexus-internal-api (227/272) |
| 4047 | 2026-04-23T13:16:00.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4048 | 2026-04-23T13:16:00.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4049 | 2026-04-23T13:16:00.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4050 | 2026-04-23T13:16:00.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 4051 | 2026-04-23T13:16:00.641Z | |
| 4052 | 2026-04-23T13:16:00.641Z | info: running `cargo check --bins` on nexus-lockstep-api (228/272) |
| 4053 | 2026-04-23T13:16:01.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4054 | 2026-04-23T13:16:01.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4055 | 2026-04-23T13:16:01.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4056 | 2026-04-23T13:16:01.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4057 | 2026-04-23T13:16:01.513Z | |
| 4058 | 2026-04-23T13:16:01.513Z | info: running `cargo check --bins` on ntp-admin-api (229/272) |
| 4059 | 2026-04-23T13:16:02.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4060 | 2026-04-23T13:16:02.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4061 | 2026-04-23T13:16:02.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4062 | 2026-04-23T13:16:02.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4063 | 2026-04-23T13:16:02.334Z | |
| 4064 | 2026-04-23T13:16:02.335Z | info: running `cargo check --bins` on ntp-admin-types-versions (230/272) |
| 4065 | 2026-04-23T13:16:03.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4066 | 2026-04-23T13:16:03.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4067 | 2026-04-23T13:16:03.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4068 | 2026-04-23T13:16:03.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 4069 | 2026-04-23T13:16:03.135Z | |
| 4070 | 2026-04-23T13:16:03.135Z | info: running `cargo check --bins` on wicketd-api (231/272) |
| 4071 | 2026-04-23T13:16:03.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4072 | 2026-04-23T13:16:03.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4073 | 2026-04-23T13:16:03.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4074 | 2026-04-23T13:16:03.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 4075 | 2026-04-23T13:16:03.970Z | |
| 4076 | 2026-04-23T13:16:03.970Z | info: running `cargo check --bins` on omicron-ls-apis (232/272) |
| 4077 | 2026-04-23T13:16:04.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4078 | 2026-04-23T13:16:04.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4079 | 2026-04-23T13:16:04.809Z | Checking typeid v1.0.3 |
| 4080 | 2026-04-23T13:16:04.948Z | Checking ordered-float v2.10.1 |
| 4081 | 2026-04-23T13:16:04.998Z | Checking unicode-xid v0.2.6 |
| 4082 | 2026-04-23T13:16:05.034Z | Checking erased-serde v0.4.9 |
| 4083 | 2026-04-23T13:16:05.052Z | Checking cargo-platform v0.2.0 |
| 4084 | 2026-04-23T13:16:05.247Z | Checking serde-value v0.7.0 |
| 4085 | 2026-04-23T13:16:05.501Z | Checking serde-untagged v0.1.9 |
| 4086 | 2026-04-23T13:16:05.713Z | Checking cargo-util-schemas v0.8.2 |
| 4087 | 2026-04-23T13:16:06.720Z | Checking cargo_metadata v0.21.0 |
| 4088 | 2026-04-23T13:16:07.593Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4089 | 2026-04-23T13:16:08.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s |
| 4090 | 2026-04-23T13:16:08.735Z | |
| 4091 | 2026-04-23T13:16:08.735Z | info: running `cargo check --bins` on mgs-dev (233/272) |
| 4092 | 2026-04-23T13:16:09.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4093 | 2026-04-23T13:16:09.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4094 | 2026-04-23T13:16:09.770Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4095 | 2026-04-23T13:16:10.557Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4096 | 2026-04-23T13:16:11.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s |
| 4097 | 2026-04-23T13:16:11.435Z | |
| 4098 | 2026-04-23T13:16:11.435Z | info: running `cargo check --bins` on omicron-omdb (234/272) |
| 4099 | 2026-04-23T13:16:12.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4100 | 2026-04-23T13:16:12.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4101 | 2026-04-23T13:16:12.653Z | Compiling vergen-gitcl v1.0.8 |
| 4102 | 2026-04-23T13:16:12.653Z | Compiling dirs-sys-next v0.1.2 |
| 4103 | 2026-04-23T13:16:12.656Z | Compiling crunchy v0.2.4 |
| 4104 | 2026-04-23T13:16:12.656Z | Compiling diesel_derives v2.3.7 |
| 4105 | 2026-04-23T13:16:12.656Z | Compiling glob v0.3.3 |
| 4106 | 2026-04-23T13:16:12.656Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4107 | 2026-04-23T13:16:12.656Z | Compiling dsl_auto_type v0.2.0 |
| 4108 | 2026-04-23T13:16:12.657Z | Checking scheduled-thread-pool v0.2.7 |
| 4109 | 2026-04-23T13:16:13.033Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4110 | 2026-04-23T13:16:13.073Z | Compiling tiny-keccak v2.0.2 |
| 4111 | 2026-04-23T13:16:13.109Z | Compiling dirs-next v2.0.0 |
| 4112 | 2026-04-23T13:16:13.249Z | Compiling term v0.7.0 |
| 4113 | 2026-04-23T13:16:13.310Z | Checking r2d2 v0.8.10 |
| 4114 | 2026-04-23T13:16:13.360Z | Compiling bit-vec v0.6.3 |
| 4115 | 2026-04-23T13:16:13.395Z | Checking downcast-rs v2.0.2 |
| 4116 | 2026-04-23T13:16:13.433Z | Compiling clang-sys v1.8.1 |
| 4117 | 2026-04-23T13:16:13.545Z | Compiling itertools v0.10.5 |
| 4118 | 2026-04-23T13:16:13.648Z | Compiling ascii-canvas v3.0.0 |
| 4119 | 2026-04-23T13:16:13.924Z | Compiling bit-set v0.5.3 |
| 4120 | 2026-04-23T13:16:13.983Z | Compiling ena v0.14.4 |
| 4121 | 2026-04-23T13:16:14.038Z | Compiling libloading v0.8.9 |
| 4122 | 2026-04-23T13:16:14.073Z | Compiling bindgen v0.71.1 |
| 4123 | 2026-04-23T13:16:14.093Z | Compiling regex-syntax v0.6.29 |
| 4124 | 2026-04-23T13:16:14.136Z | Compiling diff v0.1.13 |
| 4125 | 2026-04-23T13:16:14.311Z | Compiling cexpr v0.6.0 |
| 4126 | 2026-04-23T13:16:14.493Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4127 | 2026-04-23T13:16:14.633Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4128 | 2026-04-23T13:16:14.771Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4129 | 2026-04-23T13:16:14.826Z | Compiling libxml v0.3.3 |
| 4130 | 2026-04-23T13:16:15.035Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4131 | 2026-04-23T13:16:15.148Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4132 | 2026-04-23T13:16:15.242Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4133 | 2026-04-23T13:16:15.449Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4134 | 2026-04-23T13:16:15.479Z | Compiling strum_macros v0.24.3 |
| 4135 | 2026-04-23T13:16:15.524Z | Compiling indoc v1.0.9 |
| 4136 | 2026-04-23T13:16:16.104Z | Compiling lalrpop v0.19.12 |
| 4137 | 2026-04-23T13:16:16.890Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4138 | 2026-04-23T13:16:17.062Z | Checking derive_builder v0.20.2 |
| 4139 | 2026-04-23T13:16:17.132Z | Compiling oso-derive v0.27.3 |
| 4140 | 2026-04-23T13:16:17.212Z | Checking quick-xml v0.37.5 |
| 4141 | 2026-04-23T13:16:17.320Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4142 | 2026-04-23T13:16:17.773Z | Checking openssl-probe v0.1.6 |
| 4143 | 2026-04-23T13:16:17.954Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4144 | 2026-04-23T13:16:18.429Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4145 | 2026-04-23T13:16:18.677Z | Checking bb8 v0.8.6 |
| 4146 | 2026-04-23T13:16:18.982Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4147 | 2026-04-23T13:16:19.085Z | Checking nonempty v0.12.0 |
| 4148 | 2026-04-23T13:16:19.257Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4149 | 2026-04-23T13:16:19.305Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4150 | 2026-04-23T13:16:19.527Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4151 | 2026-04-23T13:16:19.569Z | Checking console v0.16.2 |
| 4152 | 2026-04-23T13:16:19.596Z | Checking unit-prefix v0.5.2 |
| 4153 | 2026-04-23T13:16:19.777Z | Checking support-bundle-viewer v0.1.2 |
| 4154 | 2026-04-23T13:16:19.811Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4155 | 2026-04-23T13:16:19.995Z | Checking indicatif v0.18.4 |
| 4156 | 2026-04-23T13:16:20.094Z | Checking multimap v0.10.1 |
| 4157 | 2026-04-23T13:16:21.095Z | Checking diesel v2.3.7 |
| 4158 | 2026-04-23T13:16:23.361Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4159 | 2026-04-23T13:16:23.976Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4160 | 2026-04-23T13:16:24.697Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4161 | 2026-04-23T13:16:25.633Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4162 | 2026-04-23T13:16:26.331Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4163 | 2026-04-23T13:16:26.750Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4164 | 2026-04-23T13:16:27.025Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4165 | 2026-04-23T13:16:27.141Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4166 | 2026-04-23T13:16:29.877Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4167 | 2026-04-23T13:16:36.694Z | Compiling samael v0.0.19 |
| 4168 | 2026-04-23T13:16:41.746Z | Checking diesel-dtrace v0.5.0 |
| 4169 | 2026-04-23T13:16:42.064Z | Checking async-bb8-diesel v0.2.1 |
| 4170 | 2026-04-23T13:16:42.883Z | Compiling polar-core v0.27.3 |
| 4171 | 2026-04-23T13:16:48.786Z | Checking oso v0.27.3 |
| 4172 | 2026-04-23T13:17:45.910Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4173 | 2026-04-23T13:18:33.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
| 4174 | 2026-04-23T13:18:34.244Z | |
| 4175 | 2026-04-23T13:18:34.245Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (235/272) |
| 4176 | 2026-04-23T13:18:35.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4177 | 2026-04-23T13:18:35.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4178 | 2026-04-23T13:18:35.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4179 | 2026-04-23T13:18:35.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 4180 | 2026-04-23T13:18:35.148Z | |
| 4181 | 2026-04-23T13:18:35.148Z | info: running `cargo check --bins` on nexus-saga-recovery (236/272) |
| 4182 | 2026-04-23T13:18:35.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4183 | 2026-04-23T13:18:35.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4184 | 2026-04-23T13:18:35.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4185 | 2026-04-23T13:18:35.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 4186 | 2026-04-23T13:18:36.045Z | |
| 4187 | 2026-04-23T13:18:36.045Z | info: running `cargo check --bins` on nexus-test-utils-macros (237/272) |
| 4188 | 2026-04-23T13:18:36.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4189 | 2026-04-23T13:18:36.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4190 | 2026-04-23T13:18:36.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4191 | 2026-04-23T13:18:36.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 4192 | 2026-04-23T13:18:36.849Z | |
| 4193 | 2026-04-23T13:18:36.849Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (238/272) |
| 4194 | 2026-04-23T13:18:37.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4195 | 2026-04-23T13:18:37.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4196 | 2026-04-23T13:18:38.077Z | Compiling libz-sys v1.1.24 |
| 4197 | 2026-04-23T13:18:38.236Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4198 | 2026-04-23T13:18:38.256Z | Compiling vergen-git2 v1.0.7 |
| 4199 | 2026-04-23T13:18:38.274Z | Compiling rustls v0.21.12 |
| 4200 | 2026-04-23T13:18:38.292Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4201 | 2026-04-23T13:18:38.312Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4202 | 2026-04-23T13:18:38.315Z | Checking sct v0.7.1 |
| 4203 | 2026-04-23T13:18:38.315Z | Checking rustls-webpki v0.101.7 |
| 4204 | 2026-04-23T13:18:38.500Z | Compiling nix v0.29.0 |
| 4205 | 2026-04-23T13:18:38.542Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4206 | 2026-04-23T13:18:38.583Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4207 | 2026-04-23T13:18:38.610Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4208 | 2026-04-23T13:18:38.760Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4209 | 2026-04-23T13:18:38.936Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4210 | 2026-04-23T13:18:38.988Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4211 | 2026-04-23T13:18:39.057Z | Checking rustls-pemfile v1.0.4 |
| 4212 | 2026-04-23T13:18:39.227Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4213 | 2026-04-23T13:18:39.366Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4214 | 2026-04-23T13:18:39.583Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4215 | 2026-04-23T13:18:39.605Z | Checking twox-hash v2.1.2 |
| 4216 | 2026-04-23T13:18:39.732Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4217 | 2026-04-23T13:18:40.542Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4218 | 2026-04-23T13:18:40.571Z | Checking tokio-rustls v0.24.1 |
| 4219 | 2026-04-23T13:18:40.594Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4220 | 2026-04-23T13:18:40.597Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4221 | 2026-04-23T13:18:40.826Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4222 | 2026-04-23T13:18:41.277Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4223 | 2026-04-23T13:18:41.435Z | Checking fatfs v0.3.6 |
| 4224 | 2026-04-23T13:18:41.460Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4225 | 2026-04-23T13:18:41.664Z | Compiling seq-macro v0.3.6 |
| 4226 | 2026-04-23T13:18:46.804Z | Compiling git2 v0.20.4 |
| 4227 | 2026-04-23T13:18:47.564Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4228 | 2026-04-23T13:18:47.724Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4229 | 2026-04-23T13:18:50.070Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4230 | 2026-04-23T13:20:01.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s |
| 4231 | 2026-04-23T13:20:01.351Z | |
| 4232 | 2026-04-23T13:20:01.351Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (239/272) |
| 4233 | 2026-04-23T13:20:02.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4234 | 2026-04-23T13:20:02.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4235 | 2026-04-23T13:20:02.607Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4236 | 2026-04-23T13:21:03.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
| 4237 | 2026-04-23T13:21:03.524Z | |
| 4238 | 2026-04-23T13:21:03.525Z | info: running `cargo check --bins` on nexus-background-task-interface (240/272) |
| 4239 | 2026-04-23T13:21:04.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4240 | 2026-04-23T13:21:04.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4241 | 2026-04-23T13:21:04.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4242 | 2026-04-23T13:21:04.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4243 | 2026-04-23T13:21:04.342Z | |
| 4244 | 2026-04-23T13:21:04.342Z | info: running `cargo check --bins --no-default-features` on nexus-fm (241/272) |
| 4245 | 2026-04-23T13:21:05.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4246 | 2026-04-23T13:21:05.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4247 | 2026-04-23T13:21:05.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4248 | 2026-04-23T13:21:05.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 4249 | 2026-04-23T13:21:05.225Z | |
| 4250 | 2026-04-23T13:21:05.225Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (242/272) |
| 4251 | 2026-04-23T13:21:05.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4252 | 2026-04-23T13:21:06.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4253 | 2026-04-23T13:21:06.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4254 | 2026-04-23T13:21:06.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 4255 | 2026-04-23T13:21:06.134Z | |
| 4256 | 2026-04-23T13:21:06.134Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (243/272) |
| 4257 | 2026-04-23T13:21:06.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4258 | 2026-04-23T13:21:06.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4259 | 2026-04-23T13:21:06.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4260 | 2026-04-23T13:21:06.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 4261 | 2026-04-23T13:21:07.040Z | |
| 4262 | 2026-04-23T13:21:07.040Z | info: running `cargo check --bins` on nexus-mgs-updates (244/272) |
| 4263 | 2026-04-23T13:21:07.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4264 | 2026-04-23T13:21:07.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4265 | 2026-04-23T13:21:07.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4266 | 2026-04-23T13:21:07.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 4267 | 2026-04-23T13:21:07.920Z | |
| 4268 | 2026-04-23T13:21:07.921Z | info: running `cargo check --bins` on nexus-networking (245/272) |
| 4269 | 2026-04-23T13:21:08.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4270 | 2026-04-23T13:21:08.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4271 | 2026-04-23T13:21:08.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4272 | 2026-04-23T13:21:08.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 4273 | 2026-04-23T13:21:08.820Z | |
| 4274 | 2026-04-23T13:21:08.820Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (246/272) |
| 4275 | 2026-04-23T13:21:09.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4276 | 2026-04-23T13:21:09.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4277 | 2026-04-23T13:21:09.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4278 | 2026-04-23T13:21:09.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 4279 | 2026-04-23T13:21:09.727Z | |
| 4280 | 2026-04-23T13:21:09.727Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (247/272) |
| 4281 | 2026-04-23T13:21:10.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4282 | 2026-04-23T13:21:10.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4283 | 2026-04-23T13:21:10.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4284 | 2026-04-23T13:21:10.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 4285 | 2026-04-23T13:21:10.630Z | |
| 4286 | 2026-04-23T13:21:10.630Z | info: running `cargo check --bins` on omicron-dev (248/272) |
| 4287 | 2026-04-23T13:21:11.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4288 | 2026-04-23T13:21:11.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4289 | 2026-04-23T13:21:11.894Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4290 | 2026-04-23T13:21:11.894Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4291 | 2026-04-23T13:21:12.090Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4292 | 2026-04-23T13:21:12.118Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4293 | 2026-04-23T13:21:12.137Z | Checking yansi v1.0.1 |
| 4294 | 2026-04-23T13:21:12.141Z | Checking diff v0.1.13 |
| 4295 | 2026-04-23T13:21:12.141Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4296 | 2026-04-23T13:21:12.179Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4297 | 2026-04-23T13:21:12.295Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4298 | 2026-04-23T13:21:12.484Z | Checking pretty_assertions v1.4.1 |
| 4299 | 2026-04-23T13:21:13.395Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4300 | 2026-04-23T13:21:47.269Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4301 | 2026-04-23T13:21:47.272Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4302 | 2026-04-23T13:21:47.272Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4303 | 2026-04-23T13:21:47.272Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4304 | 2026-04-23T13:21:47.272Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4305 | 2026-04-23T13:21:47.272Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4306 | 2026-04-23T13:21:48.199Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4307 | 2026-04-23T13:21:49.612Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4308 | 2026-04-23T13:22:50.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s |
| 4309 | 2026-04-23T13:22:50.975Z | |
| 4310 | 2026-04-23T13:22:50.975Z | info: running `cargo check --bins` on omicron-pins (249/272) |
| 4311 | 2026-04-23T13:22:51.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4312 | 2026-04-23T13:22:51.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4313 | 2026-04-23T13:22:51.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4314 | 2026-04-23T13:22:51.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4315 | 2026-04-23T13:22:51.793Z | |
| 4316 | 2026-04-23T13:22:51.793Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (250/272) |
| 4317 | 2026-04-23T13:22:52.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4318 | 2026-04-23T13:22:52.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4319 | 2026-04-23T13:22:52.902Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4320 | 2026-04-23T13:22:53.052Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4321 | 2026-04-23T13:22:53.055Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4322 | 2026-04-23T13:23:31.042Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4323 | 2026-04-23T13:23:31.522Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4324 | 2026-04-23T13:23:33.917Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4325 | 2026-04-23T13:23:34.489Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4326 | 2026-04-23T13:23:38.614Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4327 | 2026-04-23T13:24:11.734Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4328 | 2026-04-23T13:24:12.554Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4329 | 2026-04-23T13:24:14.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s |
| 4330 | 2026-04-23T13:24:14.953Z | |
| 4331 | 2026-04-23T13:24:14.953Z | info: running `cargo check --bins` on reconfigurator-sp-updater (251/272) |
| 4332 | 2026-04-23T13:24:15.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4333 | 2026-04-23T13:24:15.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4334 | 2026-04-23T13:24:15.971Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4335 | 2026-04-23T13:24:16.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
| 4336 | 2026-04-23T13:24:17.090Z | |
| 4337 | 2026-04-23T13:24:17.090Z | info: running `cargo check --bins` on omicron-releng (252/272) |
| 4338 | 2026-04-23T13:24:17.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4339 | 2026-04-23T13:24:17.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4340 | 2026-04-23T13:24:18.006Z | Compiling blake3 v1.8.3 |
| 4341 | 2026-04-23T13:24:18.140Z | Checking constant_time_eq v0.4.2 |
| 4342 | 2026-04-23T13:24:18.140Z | Checking arrayref v0.3.9 |
| 4343 | 2026-04-23T13:24:18.146Z | Checking arrayvec v0.7.6 |
| 4344 | 2026-04-23T13:24:18.181Z | Checking topological-sort v0.2.2 |
| 4345 | 2026-04-23T13:24:18.184Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4346 | 2026-04-23T13:24:18.184Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4347 | 2026-04-23T13:24:18.184Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4348 | 2026-04-23T13:24:18.247Z | Checking shell-words v1.1.1 |
| 4349 | 2026-04-23T13:24:19.179Z | Checking omicron-zone-package v0.12.2 |
| 4350 | 2026-04-23T13:24:20.188Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4351 | 2026-04-23T13:24:21.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s |
| 4352 | 2026-04-23T13:24:21.539Z | |
| 4353 | 2026-04-23T13:24:21.539Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (253/272) |
| 4354 | 2026-04-23T13:24:22.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4355 | 2026-04-23T13:24:22.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4356 | 2026-04-23T13:24:22.446Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4357 | 2026-04-23T13:24:22.849Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4358 | 2026-04-23T13:24:23.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s |
| 4359 | 2026-04-23T13:24:23.604Z | |
| 4360 | 2026-04-23T13:24:23.604Z | info: running `cargo check --bins` on schema (254/272) |
| 4361 | 2026-04-23T13:24:24.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4362 | 2026-04-23T13:24:24.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4363 | 2026-04-23T13:24:24.627Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4364 | 2026-04-23T13:24:25.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
| 4365 | 2026-04-23T13:24:25.820Z | |
| 4366 | 2026-04-23T13:24:25.820Z | info: running `cargo check --bins` on xtask (255/272) |
| 4367 | 2026-04-23T13:24:26.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4368 | 2026-04-23T13:24:26.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4369 | 2026-04-23T13:24:26.376Z | Checking libc v0.2.185 |
| 4370 | 2026-04-23T13:24:26.478Z | Checking serde v1.0.228 |
| 4371 | 2026-04-23T13:24:26.491Z | Checking zerofrom v0.1.6 |
| 4372 | 2026-04-23T13:24:26.496Z | Checking bitflags v2.11.0 |
| 4373 | 2026-04-23T13:24:26.506Z | Checking hashbrown v0.16.1 |
| 4374 | 2026-04-23T13:24:26.517Z | Checking smallvec v1.15.1 |
| 4375 | 2026-04-23T13:24:26.534Z | Checking serde_json v1.0.149 |
| 4376 | 2026-04-23T13:24:26.538Z | Checking scroll v0.12.0 |
| 4377 | 2026-04-23T13:24:26.625Z | Checking yoke v0.8.1 |
| 4378 | 2026-04-23T13:24:26.694Z | Checking num-traits v0.2.19 |
| 4379 | 2026-04-23T13:24:26.847Z | Checking thiserror v1.0.69 |
| 4380 | 2026-04-23T13:24:26.853Z | Checking percent-encoding v2.3.2 |
| 4381 | 2026-04-23T13:24:26.853Z | Checking zerovec v0.11.5 |
| 4382 | 2026-04-23T13:24:26.878Z | Checking zerotrie v0.2.3 |
| 4383 | 2026-04-23T13:24:26.897Z | Checking errno v0.3.14 |
| 4384 | 2026-04-23T13:24:27.031Z | Checking log v0.4.29 |
| 4385 | 2026-04-23T13:24:27.047Z | Checking toml_datetime v0.6.11 |
| 4386 | 2026-04-23T13:24:27.061Z | Checking rustix v1.1.3 |
| 4387 | 2026-04-23T13:24:27.150Z | Checking indexmap v2.13.0 |
| 4388 | 2026-04-23T13:24:27.207Z | Checking serde_spanned v0.6.9 |
| 4389 | 2026-04-23T13:24:27.230Z | Checking zerocopy v0.7.35 |
| 4390 | 2026-04-23T13:24:27.285Z | Checking goblin v0.8.2 |
| 4391 | 2026-04-23T13:24:27.366Z | Checking form_urlencoded v1.2.2 |
| 4392 | 2026-04-23T13:24:27.418Z | Checking getrandom v0.4.1 |
| 4393 | 2026-04-23T13:24:27.491Z | Checking tinystr v0.8.2 |
| 4394 | 2026-04-23T13:24:27.518Z | Checking potential_utf v0.1.4 |
| 4395 | 2026-04-23T13:24:27.535Z | Checking ordered-float v2.10.1 |
| 4396 | 2026-04-23T13:24:28.952Z | Checking thiserror v2.0.18 |
| 4397 | 2026-04-23T13:24:28.974Z | Checking icu_collections v2.1.1 |
| 4398 | 2026-04-23T13:24:28.974Z | Checking icu_locale_core v2.1.1 |
| 4399 | 2026-04-23T13:24:28.974Z | Checking syn v2.0.117 |
| 4400 | 2026-04-23T13:24:28.974Z | Checking serde-value v0.7.0 |
| 4401 | 2026-04-23T13:24:28.974Z | Checking toml_edit v0.22.27 |
| 4402 | 2026-04-23T13:24:28.974Z | Checking dtrace-parser v0.2.0 |
| 4403 | 2026-04-23T13:24:28.974Z | Checking thread-id v4.2.2 |
| 4404 | 2026-04-23T13:24:28.974Z | Checking once_cell v1.21.3 |
| 4405 | 2026-04-23T13:24:28.974Z | Checking cargo-platform v0.2.0 |
| 4406 | 2026-04-23T13:24:28.974Z | Checking terminal_size v0.4.3 |
| 4407 | 2026-04-23T13:24:28.974Z | Checking memmap v0.7.0 |
| 4408 | 2026-04-23T13:24:28.974Z | Checking tempfile v3.25.0 |
| 4409 | 2026-04-23T13:24:28.974Z | Checking clap_builder v4.5.60 |
| 4410 | 2026-04-23T13:24:28.975Z | Checking textwrap v0.16.2 |
| 4411 | 2026-04-23T13:24:28.975Z | Checking fs-err v3.3.0 |
| 4412 | 2026-04-23T13:24:28.975Z | Checking icu_provider v2.1.1 |
| 4413 | 2026-04-23T13:24:28.975Z | Checking camino-tempfile v1.4.1 |
| 4414 | 2026-04-23T13:24:28.975Z | Checking anyhow v1.0.102 |
| 4415 | 2026-04-23T13:24:28.975Z | Checking tabled v0.15.0 |
| 4416 | 2026-04-23T13:24:28.975Z | Checking icu_normalizer v2.1.1 |
| 4417 | 2026-04-23T13:24:28.975Z | Checking icu_properties v2.1.2 |
| 4418 | 2026-04-23T13:24:28.975Z | Checking macaddr v1.0.1 |
| 4419 | 2026-04-23T13:24:29.170Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4420 | 2026-04-23T13:24:29.462Z | Checking toml v0.8.23 |
| 4421 | 2026-04-23T13:24:29.893Z | Checking cargo_toml v0.21.0 |
| 4422 | 2026-04-23T13:24:29.926Z | Checking dof v0.3.0 |
| 4423 | 2026-04-23T13:24:29.965Z | Checking idna_adapter v1.2.1 |
| 4424 | 2026-04-23T13:24:30.039Z | Checking clap v4.5.60 |
| 4425 | 2026-04-23T13:24:30.157Z | Checking idna v1.1.0 |
| 4426 | 2026-04-23T13:24:30.361Z | Checking usdt-impl v0.5.0 |
| 4427 | 2026-04-23T13:24:30.418Z | Checking url v2.5.8 |
| 4428 | 2026-04-23T13:24:30.696Z | Checking usdt v0.5.0 |
| 4429 | 2026-04-23T13:24:30.893Z | Checking cargo-util-schemas v0.8.2 |
| 4430 | 2026-04-23T13:24:31.905Z | Checking cargo_metadata v0.21.0 |
| 4431 | 2026-04-23T13:24:32.780Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4432 | 2026-04-23T13:24:36.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.61s |
| 4433 | 2026-04-23T13:24:36.753Z | |
| 4434 | 2026-04-23T13:24:36.753Z | info: running `cargo check --bins` on dnsadm (256/272) |
| 4435 | 2026-04-23T13:24:36.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4436 | 2026-04-23T13:24:36.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4437 | 2026-04-23T13:24:36.753Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4438 | 2026-04-23T13:24:36.753Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4439 | 2026-04-23T13:24:36.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
| 4440 | 2026-04-23T13:24:36.784Z | |
| 4441 | 2026-04-23T13:24:36.784Z | info: running `cargo check --bins` on end-to-end-tests (257/272) |
| 4442 | 2026-04-23T13:24:36.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4443 | 2026-04-23T13:24:36.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4444 | 2026-04-23T13:24:37.020Z | Checking polyval v0.6.2 |
| 4445 | 2026-04-23T13:24:37.046Z | Checking ctr v0.9.2 |
| 4446 | 2026-04-23T13:24:37.066Z | Checking ssh-encoding v0.2.0 |
| 4447 | 2026-04-23T13:24:37.069Z | Checking blowfish v0.9.1 |
| 4448 | 2026-04-23T13:24:37.106Z | Checking password-hash v0.4.2 |
| 4449 | 2026-04-23T13:24:37.129Z | Checking p521 v0.13.3 |
| 4450 | 2026-04-23T13:24:37.133Z | Checking p256 v0.13.2 |
| 4451 | 2026-04-23T13:24:37.168Z | Checking russh-cryptovec v0.7.3 |
| 4452 | 2026-04-23T13:24:37.230Z | Checking ghash v0.5.1 |
| 4453 | 2026-04-23T13:24:37.272Z | Checking md5 v0.7.0 |
| 4454 | 2026-04-23T13:24:37.305Z | Checking bcrypt-pbkdf v0.10.0 |
| 4455 | 2026-04-23T13:24:37.305Z | Checking num-bigint v0.4.6 |
| 4456 | 2026-04-23T13:24:37.333Z | Checking des v0.8.1 |
| 4457 | 2026-04-23T13:24:37.375Z | Checking aes-gcm v0.10.3 |
| 4458 | 2026-04-23T13:24:37.394Z | Checking pbkdf2 v0.11.0 |
| 4459 | 2026-04-23T13:24:37.459Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4460 | 2026-04-23T13:24:37.478Z | Checking hex-literal v0.4.1 |
| 4461 | 2026-04-23T13:24:37.498Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4462 | 2026-04-23T13:24:37.531Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4463 | 2026-04-23T13:24:37.561Z | Checking ssh-cipher v0.2.0 |
| 4464 | 2026-04-23T13:24:37.597Z | Checking internet-checksum v0.2.1 |
| 4465 | 2026-04-23T13:24:37.774Z | Checking ssh-key v0.6.7 |
| 4466 | 2026-04-23T13:24:37.919Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4467 | 2026-04-23T13:24:38.661Z | Checking russh-keys v0.45.0 |
| 4468 | 2026-04-23T13:24:39.401Z | Checking russh v0.45.0 |
| 4469 | 2026-04-23T13:25:01.183Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4470 | 2026-04-23T13:25:02.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.97s |
| 4471 | 2026-04-23T13:25:03.006Z | |
| 4472 | 2026-04-23T13:25:03.006Z | info: running `cargo check --bins` on gateway-cli (258/272) |
| 4473 | 2026-04-23T13:25:03.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4474 | 2026-04-23T13:25:03.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4475 | 2026-04-23T13:25:03.895Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4476 | 2026-04-23T13:25:04.051Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4477 | 2026-04-23T13:25:04.054Z | Checking termios v0.3.3 |
| 4478 | 2026-04-23T13:25:05.750Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4479 | 2026-04-23T13:25:05.937Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4480 | 2026-04-23T13:25:08.514Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4481 | 2026-04-23T13:25:09.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s |
| 4482 | 2026-04-23T13:25:09.492Z | |
| 4483 | 2026-04-23T13:25:09.493Z | info: running `cargo check --bins --no-default-features` on installinator (259/272) |
| 4484 | 2026-04-23T13:25:10.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4485 | 2026-04-23T13:25:10.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4486 | 2026-04-23T13:25:10.478Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4487 | 2026-04-23T13:25:10.619Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4488 | 2026-04-23T13:25:10.633Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4489 | 2026-04-23T13:25:10.637Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4490 | 2026-04-23T13:25:10.663Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4491 | 2026-04-23T13:25:10.667Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4492 | 2026-04-23T13:25:11.622Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4493 | 2026-04-23T13:25:12.165Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4494 | 2026-04-23T13:25:12.168Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4495 | 2026-04-23T13:25:13.009Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4496 | 2026-04-23T13:25:15.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s |
| 4497 | 2026-04-23T13:25:15.439Z | |
| 4498 | 2026-04-23T13:25:15.439Z | info: running `cargo check --bins` on internal-dns-cli (260/272) |
| 4499 | 2026-04-23T13:25:16.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4500 | 2026-04-23T13:25:16.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4501 | 2026-04-23T13:25:16.328Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4502 | 2026-04-23T13:25:16.914Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4503 | 2026-04-23T13:25:17.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
| 4504 | 2026-04-23T13:25:17.570Z | |
| 4505 | 2026-04-23T13:25:17.570Z | info: running `cargo check --bins` on omicron-live-tests (261/272) |
| 4506 | 2026-04-23T13:25:18.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4507 | 2026-04-23T13:25:18.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4508 | 2026-04-23T13:25:18.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4509 | 2026-04-23T13:25:18.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4510 | 2026-04-23T13:25:18.382Z | |
| 4511 | 2026-04-23T13:25:18.382Z | info: running `cargo check --bins` on live-tests-macros (262/272) |
| 4512 | 2026-04-23T13:25:19.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4513 | 2026-04-23T13:25:19.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4514 | 2026-04-23T13:25:19.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4515 | 2026-04-23T13:25:19.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 4516 | 2026-04-23T13:25:19.188Z | |
| 4517 | 2026-04-23T13:25:19.188Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (263/272) |
| 4518 | 2026-04-23T13:25:19.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4519 | 2026-04-23T13:25:19.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4520 | 2026-04-23T13:25:20.246Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4521 | 2026-04-23T13:25:20.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s |
| 4522 | 2026-04-23T13:25:21.230Z | |
| 4523 | 2026-04-23T13:25:21.230Z | info: running `cargo check --bins` on omicron-ntp-admin (264/272) |
| 4524 | 2026-04-23T13:25:21.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4525 | 2026-04-23T13:25:21.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4526 | 2026-04-23T13:25:22.137Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4527 | 2026-04-23T13:25:22.140Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4528 | 2026-04-23T13:25:22.452Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4529 | 2026-04-23T13:25:22.455Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4530 | 2026-04-23T13:25:23.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s |
| 4531 | 2026-04-23T13:25:23.700Z | |
| 4532 | 2026-04-23T13:25:23.700Z | info: running `cargo check --bins` on ntp-admin-types (265/272) |
| 4533 | 2026-04-23T13:25:24.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4534 | 2026-04-23T13:25:24.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4535 | 2026-04-23T13:25:24.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4536 | 2026-04-23T13:25:24.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4537 | 2026-04-23T13:25:24.514Z | |
| 4538 | 2026-04-23T13:25:24.514Z | info: running `cargo check --bins` on omicron-package (266/272) |
| 4539 | 2026-04-23T13:25:25.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4540 | 2026-04-23T13:25:25.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4541 | 2026-04-23T13:25:25.461Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4542 | 2026-04-23T13:25:26.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s |
| 4543 | 2026-04-23T13:25:27.135Z | |
| 4544 | 2026-04-23T13:25:27.135Z | info: running `cargo check --bins` on tqdb (267/272) |
| 4545 | 2026-04-23T13:25:27.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4546 | 2026-04-23T13:25:27.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4547 | 2026-04-23T13:25:28.241Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4548 | 2026-04-23T13:25:28.698Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4549 | 2026-04-23T13:25:29.425Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4550 | 2026-04-23T13:25:29.428Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4551 | 2026-04-23T13:25:37.564Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4552 | 2026-04-23T13:25:37.567Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4553 | 2026-04-23T13:25:38.327Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4554 | 2026-04-23T13:25:38.331Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4555 | 2026-04-23T13:25:38.331Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4556 | 2026-04-23T13:25:38.331Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4557 | 2026-04-23T13:25:39.375Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4558 | 2026-04-23T13:25:40.688Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4559 | 2026-04-23T13:25:41.699Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4560 | 2026-04-23T13:25:42.509Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4561 | 2026-04-23T13:25:48.490Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4562 | 2026-04-23T13:25:57.507Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4563 | 2026-04-23T13:25:57.510Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4564 | 2026-04-23T13:25:57.510Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4565 | 2026-04-23T13:25:57.510Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4566 | 2026-04-23T13:25:59.501Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4567 | 2026-04-23T13:26:01.310Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4568 | 2026-04-23T13:26:02.214Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4569 | 2026-04-23T13:26:03.946Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4570 | 2026-04-23T13:26:04.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.50s |
| 4571 | 2026-04-23T13:26:04.899Z | |
| 4572 | 2026-04-23T13:26:04.899Z | info: running `cargo check --bins` on wicket-dbg (268/272) |
| 4573 | 2026-04-23T13:26:05.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4574 | 2026-04-23T13:26:05.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4575 | 2026-04-23T13:26:05.891Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4576 | 2026-04-23T13:26:05.891Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4577 | 2026-04-23T13:26:05.894Z | Checking rtoolbox v0.0.3 |
| 4578 | 2026-04-23T13:26:06.058Z | Checking tui-tree-widget v0.23.1 |
| 4579 | 2026-04-23T13:26:06.175Z | Checking rpassword v7.4.0 |
| 4580 | 2026-04-23T13:26:07.607Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4581 | 2026-04-23T13:26:11.762Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4582 | 2026-04-23T13:26:14.387Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4583 | 2026-04-23T13:26:15.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.62s |
| 4584 | 2026-04-23T13:26:15.759Z | |
| 4585 | 2026-04-23T13:26:15.759Z | info: running `cargo check --bins` on wicket (269/272) |
| 4586 | 2026-04-23T13:26:16.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4587 | 2026-04-23T13:26:16.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4588 | 2026-04-23T13:26:16.728Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4589 | 2026-04-23T13:26:17.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4590 | 2026-04-23T13:26:17.404Z | |
| 4591 | 2026-04-23T13:26:17.404Z | info: running `cargo check --bins` on wicketd (270/272) |
| 4592 | 2026-04-23T13:26:18.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4593 | 2026-04-23T13:26:18.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4594 | 2026-04-23T13:26:18.408Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4595 | 2026-04-23T13:26:18.411Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4596 | 2026-04-23T13:26:18.547Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4597 | 2026-04-23T13:26:18.563Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4598 | 2026-04-23T13:26:19.736Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4599 | 2026-04-23T13:26:20.494Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4600 | 2026-04-23T13:26:24.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.15s |
| 4601 | 2026-04-23T13:26:24.818Z | |
| 4602 | 2026-04-23T13:26:24.818Z | info: running `cargo check --bins` on omicron-workspace-hack (271/272) |
| 4603 | 2026-04-23T13:26:25.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4604 | 2026-04-23T13:26:25.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4605 | 2026-04-23T13:26:25.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4606 | 2026-04-23T13:26:25.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4607 | 2026-04-23T13:26:25.630Z | |
| 4608 | 2026-04-23T13:26:25.630Z | info: running `cargo check --bins` on zone-setup (272/272) |
| 4609 | 2026-04-23T13:26:26.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4610 | 2026-04-23T13:26:26.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4611 | 2026-04-23T13:26:26.562Z | Checking uzers v0.12.2 |
| 4612 | 2026-04-23T13:26:26.916Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4613 | 2026-04-23T13:26:27.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s |
| 4614 | 2026-04-23T13:26:28.186Z | |
| 4615 | 2026-04-23T13:26:28.186Z | real 20:07.456584976 |
| 4616 | 2026-04-23T13:26:28.186Z | user 29:10.250351861 |
| 4617 | 2026-04-23T13:26:28.189Z | sys 5:23.589547729 |
| 4618 | 2026-04-23T13:26:28.190Z | trap 0.493828118 |
| 4619 | 2026-04-23T13:26:28.190Z | tflt 0.609453615 |
| 4620 | 2026-04-23T13:26:28.190Z | dflt 1.088693031 |
| 4621 | 2026-04-23T13:26:28.190Z | kflt 0.003501182 |
| 4622 | 2026-04-23T13:26:28.190Z | lock 1:46:50.053332784 |
| 4623 | 2026-04-23T13:26:28.190Z | slp 2:18:25.512023661 |
| 4624 | 2026-04-23T13:26:28.190Z | lat 1:20.499853402 |
| 4625 | 2026-04-23T13:26:28.190Z | stop 5:04.005786745 |
| 4626 | 2026-04-23T13:26:28.190Z | process exited: duration 1376758 ms, exit code 0 |
| |
| 4627 | 2026-04-23T13:26:28.196Z | found 0 output files |