|
|
|
| 1 | 2026-05-20T16:31:42.372Z | job assigned to worker 01KS33KRNJ4A6JC8VK78PQ89BJ [factory aws, i-0f79243fa0f03f2f9] (queued for 54 s) |
| |
| 2 | 2026-05-20T16:31:49.734Z | starting task 0: "setup" |
| 3 | 2026-05-20T16:31:49.738Z | ++ uname -s |
| 4 | 2026-05-20T16:31:49.741Z | + kern=SunOS |
| 5 | 2026-05-20T16:31:49.742Z | + build_user=build |
| 6 | 2026-05-20T16:31:49.742Z | + build_uid=12345 |
| 7 | 2026-05-20T16:31:49.742Z | + work_dir=/work |
| 8 | 2026-05-20T16:31:49.742Z | + input_dir=/input |
| 9 | 2026-05-20T16:31:49.742Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-20T16:31:49.742Z | + case "$kern" in |
| 11 | 2026-05-20T16:31:49.742Z | + groupadd -g 12345 build |
| 12 | 2026-05-20T16:31:49.749Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-20T16:31:51.757Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-20T16:31:51.828Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-20T16:31:51.832Z | + home_fs=zfs |
| 16 | 2026-05-20T16:31:51.832Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-20T16:31:51.832Z | + mkdir -p /home/build |
| 18 | 2026-05-20T16:31:51.832Z | + chown build:build /home/build /work |
| 19 | 2026-05-20T16:31:53.830Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-20T16:31:53.833Z | process exited: duration 4100 ms, exit code 0 |
| |
| 21 | 2026-05-20T16:31:53.839Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-20T16:31:53.843Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-20T16:31:53.843Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-20T16:31:53.843Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-20T16:31:53.843Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-20T16:31:53.843Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-20T16:31:53.843Z | * rust toolchain profile = "default" |
| 28 | 2026-05-20T16:31:53.846Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-20T16:31:53.846Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-20T16:31:53.951Z | info: downloading installer |
| 31 | 2026-05-20T16:31:55.409Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-20T16:31:55.409Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-20T16:31:55.409Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-20T16:31:55.409Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-20T16:31:55.421Z | info: profile set to default |
| 36 | 2026-05-20T16:31:55.421Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-20T16:31:55.424Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-20T16:31:55.562Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-20T16:31:55.565Z | info: downloading 6 components |
| 40 | 2026-05-20T16:32:09.759Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-20T16:32:09.759Z | |
| 42 | 2026-05-20T16:32:09.788Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-20T16:32:09.789Z | |
| 44 | 2026-05-20T16:32:09.792Z | |
| 45 | 2026-05-20T16:32:09.792Z | Rust is installed now. Great! |
| 46 | 2026-05-20T16:32:09.792Z | |
| 47 | 2026-05-20T16:32:09.792Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-20T16:32:09.792Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-20T16:32:09.792Z | |
| 50 | 2026-05-20T16:32:09.792Z | To configure your current shell, you need to source |
| 51 | 2026-05-20T16:32:09.792Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-20T16:32:09.792Z | |
| 53 | 2026-05-20T16:32:09.792Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-20T16:32:09.792Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-20T16:32:09.793Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-20T16:32:09.793Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-20T16:32:09.793Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-20T16:32:09.793Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-20T16:32:09.793Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-20T16:32:09.793Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-20T16:32:09.793Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-20T16:32:09.879Z | + rustup --version |
| 63 | 2026-05-20T16:32:09.888Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-20T16:32:09.891Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-20T16:32:09.909Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-20T16:32:09.912Z | + cargo --version |
| 67 | 2026-05-20T16:32:09.925Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-20T16:32:09.927Z | + rustc --version |
| 69 | 2026-05-20T16:32:09.948Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-20T16:32:09.951Z | process exited: duration 16110 ms, exit code 0 |
| |
| 71 | 2026-05-20T16:32:09.971Z | starting task 2: "authentication" |
| 72 | 2026-05-20T16:32:09.987Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-20T16:32:09.993Z | starting task 3: "clone repository" |
| 74 | 2026-05-20T16:32:09.996Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-20T16:32:09.999Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-20T16:32:10.046Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-20T16:32:21.376Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-20T16:32:21.376Z | + git fetch origin a8ae1d646675e7f00c916eff73d83cac9b4909d3 |
| 79 | 2026-05-20T16:32:21.650Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-20T16:32:21.650Z | * branch a8ae1d646675e7f00c916eff73d83cac9b4909d3 -> FETCH_HEAD |
| 81 | 2026-05-20T16:32:21.660Z | + [[ -n bump_crucible_propolis ]] |
| 82 | 2026-05-20T16:32:21.663Z | ++ git branch --show-current |
| 83 | 2026-05-20T16:32:21.665Z | + current=main |
| 84 | 2026-05-20T16:32:21.665Z | + [[ main != bump_crucible_propolis ]] |
| 85 | 2026-05-20T16:32:21.665Z | + git branch -f bump_crucible_propolis a8ae1d646675e7f00c916eff73d83cac9b4909d3 |
| 86 | 2026-05-20T16:32:21.668Z | + git checkout -f bump_crucible_propolis |
| 87 | 2026-05-20T16:32:21.886Z | Switched to branch 'bump_crucible_propolis' |
| 88 | 2026-05-20T16:32:21.889Z | + git reset --hard a8ae1d646675e7f00c916eff73d83cac9b4909d3 |
| 89 | 2026-05-20T16:32:22.111Z | HEAD is now at a8ae1d646 pass doctest |
| 90 | 2026-05-20T16:32:22.115Z | process exited: duration 12119 ms, exit code 0 |
| |
| 91 | 2026-05-20T16:32:22.121Z | starting task 4: "build" |
| 92 | 2026-05-20T16:32:22.126Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-20T16:32:22.126Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-20T16:32:22.126Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-20T16:32:22.126Z | + cargo --version |
| 96 | 2026-05-20T16:32:22.137Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-20T16:32:22.140Z | + rustc --version |
| 98 | 2026-05-20T16:32:22.160Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-20T16:32:22.163Z | + source ./env.sh |
| 100 | 2026-05-20T16:32:22.163Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-20T16:32:22.163Z | ++ set -o xtrace |
| 102 | 2026-05-20T16:32:22.167Z | ++++ dirname ./env.sh |
| 103 | 2026-05-20T16:32:22.173Z | +++ readlink -f . |
| 104 | 2026-05-20T16:32:22.177Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-20T16:32:22.182Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-05-20T16:32:22.182Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-05-20T16:32:22.182Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-05-20T16:32:22.182Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-05-20T16:32:22.183Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-05-20T16:32:22.183Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-05-20T16:32:22.183Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-05-20T16:32:22.183Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-05-20T16:32:22.183Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-05-20T16:32:22.183Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-05-20T16:32:22.183Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 116 | 2026-05-20T16:32:22.183Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 117 | 2026-05-20T16:32:22.183Z | + banner prerequisites |
| 118 | 2026-05-20T16:32:22.183Z | |
| 119 | 2026-05-20T16:32:22.183Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-20T16:32:22.183Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-20T16:32:22.183Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-20T16:32:22.183Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-20T16:32:22.183Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-20T16:32:22.183Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-20T16:32:22.183Z | |
| 126 | 2026-05-20T16:32:22.183Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-20T16:32:23.911Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-20T16:32:23.968Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-20T16:32:24.176Z | Planning: Solver setup ... Done (0.175s) |
| 130 | 2026-05-20T16:32:24.192Z | Planning: Running solver ... Done (0.017s) |
| 131 | 2026-05-20T16:32:24.200Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-05-20T16:32:24.212Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-20T16:32:24.232Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-20T16:32:24.246Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-05-20T16:32:24.249Z | Planning: Merging actions ... Done (0.001s) |
| 136 | 2026-05-20T16:32:24.437Z | Planning: Checking for conflicting actions ... Done (0.189s) |
| 137 | 2026-05-20T16:32:24.440Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-20T16:32:25.199Z | Planning: Evaluating mediators ... Done (0.761s) |
| 139 | 2026-05-20T16:32:25.202Z | Planning: Planning completed in 1.21 seconds |
| 140 | 2026-05-20T16:32:25.208Z | Packages to install: 2 |
| 141 | 2026-05-20T16:32:25.208Z | Estimated space available: 156.08 GB |
| 142 | 2026-05-20T16:32:25.208Z | Estimated space to be consumed: 19.75 MB |
| 143 | 2026-05-20T16:32:25.209Z | Create boot environment: No |
| 144 | 2026-05-20T16:32:25.212Z | Create backup boot environment: No |
| 145 | 2026-05-20T16:32:25.212Z | Rebuild boot archive: No |
| 146 | 2026-05-20T16:32:25.213Z | |
| 147 | 2026-05-20T16:32:25.213Z | Changed packages: |
| 148 | 2026-05-20T16:32:25.213Z | helios |
| 149 | 2026-05-20T16:32:25.213Z | developer/build-essential |
| 150 | 2026-05-20T16:32:25.213Z | None -> 11-3.0 |
| 151 | 2026-05-20T16:32:25.213Z | library/libxmlsec1 |
| 152 | 2026-05-20T16:32:25.213Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-20T16:32:25.234Z | |
| 154 | 2026-05-20T16:32:25.234Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-20T16:32:25.711Z | Download: Completed 1.28 MB in 0.48 seconds (2.7M/s) |
| 156 | 2026-05-20T16:32:25.788Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-20T16:32:25.832Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-05-20T16:32:25.840Z | Finalize: Updating package state database ... Done (0.006s) |
| 159 | 2026-05-20T16:32:25.846Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-20T16:32:25.854Z | Finalize: Updating image state ... Done (0.015s) |
| 161 | 2026-05-20T16:32:28.275Z | Finalize: Creating fast lookup database ... Done (2.400s) |
| 162 | 2026-05-20T16:32:28.348Z | Finalize: Reading search index ... Done (0.014s) |
| 163 | 2026-05-20T16:32:28.351Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-20T16:32:28.456Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-20T16:32:28.750Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-20T16:32:28.858Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-20T16:32:28.863Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-20T16:32:29.014Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-20T16:32:29.017Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-05-20T16:32:29.037Z | Mediators to change: 2 |
| 171 | 2026-05-20T16:32:29.037Z | Create boot environment: No |
| 172 | 2026-05-20T16:32:29.037Z | Create backup boot environment: No |
| 173 | 2026-05-20T16:32:29.086Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-20T16:32:29.086Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-20T16:32:29.095Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-20T16:32:31.065Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-20T16:32:31.131Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-20T16:32:31.134Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-20T16:32:31.199Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-20T16:32:31.488Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-20T16:32:31.595Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-20T16:32:31.598Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-20T16:32:31.750Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-20T16:32:31.753Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-05-20T16:32:31.772Z | Mediators to change: 1 |
| 186 | 2026-05-20T16:32:31.772Z | Create boot environment: No |
| 187 | 2026-05-20T16:32:31.772Z | Create backup boot environment: No |
| 188 | 2026-05-20T16:32:31.812Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-20T16:32:31.812Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-20T16:32:31.821Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-20T16:32:33.772Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-20T16:32:33.836Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-20T16:32:33.840Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-20T16:32:33.903Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-20T16:32:34.215Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-20T16:32:34.215Z | apache system 2.4 system |
| 197 | 2026-05-20T16:32:34.215Z | clang system 15 system |
| 198 | 2026-05-20T16:32:34.215Z | csh system system illumos |
| 199 | 2026-05-20T16:32:34.215Z | ctags system system illumos |
| 200 | 2026-05-20T16:32:34.215Z | file vendor vendor darwinsys |
| 201 | 2026-05-20T16:32:34.215Z | file system system illumos |
| 202 | 2026-05-20T16:32:34.215Z | gcc vendor 14 vendor |
| 203 | 2026-05-20T16:32:34.215Z | gcc system 13 system |
| 204 | 2026-05-20T16:32:34.215Z | gcc system 10 system |
| 205 | 2026-05-20T16:32:34.215Z | go system 1.25 system |
| 206 | 2026-05-20T16:32:34.215Z | llvm system 15 system |
| 207 | 2026-05-20T16:32:34.216Z | mariadb system 11.4 system |
| 208 | 2026-05-20T16:32:34.216Z | mta vendor vendor dma |
| 209 | 2026-05-20T16:32:34.216Z | openjdk system 17 system |
| 210 | 2026-05-20T16:32:34.216Z | openjdk system 11 system |
| 211 | 2026-05-20T16:32:34.216Z | openssl vendor 3 vendor |
| 212 | 2026-05-20T16:32:34.216Z | perl system 5.40 system |
| 213 | 2026-05-20T16:32:34.216Z | postgresql system 18 system |
| 214 | 2026-05-20T16:32:34.216Z | postgresql system 17 system |
| 215 | 2026-05-20T16:32:34.216Z | python vendor 3 vendor |
| 216 | 2026-05-20T16:32:34.216Z | python system 2 system |
| 217 | 2026-05-20T16:32:34.216Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-20T16:32:34.216Z | ruby system 3.4 system |
| 219 | 2026-05-20T16:32:34.216Z | ruby system 3.0 system |
| 220 | 2026-05-20T16:32:34.216Z | words vendor vendor american-english |
| 221 | 2026-05-20T16:32:34.216Z | words system system australian-english |
| 222 | 2026-05-20T16:32:34.216Z | words system system british-english |
| 223 | 2026-05-20T16:32:34.216Z | words system system canadian-english |
| 224 | 2026-05-20T16:32:34.216Z | words system system french |
| 225 | 2026-05-20T16:32:34.216Z | words system system italian |
| 226 | 2026-05-20T16:32:34.216Z | words system system ngerman |
| 227 | 2026-05-20T16:32:34.216Z | words system system ogerman |
| 228 | 2026-05-20T16:32:34.216Z | words system system spanish |
| 229 | 2026-05-20T16:32:34.469Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-20T16:32:34.469Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-20T16:32:34.740Z | FMRI IFO |
| 232 | 2026-05-20T16:32:34.740Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-20T16:32:34.740Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-20T16:32:34.740Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-20T16:32:34.740Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-20T16:32:34.740Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-20T16:32:34.740Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-20T16:32:34.740Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-20T16:32:34.740Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-20T16:32:34.740Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-20T16:32:34.986Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-20T16:32:35.245Z | Updating crates.io index |
| 243 | 2026-05-20T16:32:35.248Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-20T16:32:35.792Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-20T16:32:36.165Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-20T16:32:36.549Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-20T16:32:37.658Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-20T16:32:38.140Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-20T16:32:39.690Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-20T16:32:40.385Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-20T16:32:40.700Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-20T16:32:41.548Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-20T16:32:41.965Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-20T16:32:42.484Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-20T16:32:42.767Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-20T16:32:44.053Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-20T16:32:44.656Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-05-20T16:32:44.980Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-05-20T16:32:45.265Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-05-20T16:32:45.630Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-05-20T16:32:46.037Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-05-20T16:32:46.530Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-05-20T16:32:46.798Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-05-20T16:32:47.060Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-05-20T16:32:47.456Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-05-20T16:32:48.025Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 267 | 2026-05-20T16:32:48.443Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 268 | 2026-05-20T16:32:48.959Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 269 | 2026-05-20T16:32:49.243Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 270 | 2026-05-20T16:32:50.353Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 271 | 2026-05-20T16:32:50.608Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 272 | 2026-05-20T16:32:51.402Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 273 | 2026-05-20T16:32:51.759Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 274 | 2026-05-20T16:32:52.170Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 275 | 2026-05-20T16:32:52.474Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 276 | 2026-05-20T16:32:53.021Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 277 | 2026-05-20T16:32:53.258Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 278 | 2026-05-20T16:32:53.515Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 279 | 2026-05-20T16:32:53.743Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 280 | 2026-05-20T16:32:54.088Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 281 | 2026-05-20T16:33:05.633Z | Downloading crates ... |
| 282 | 2026-05-20T16:33:05.682Z | Downloaded block-buffer v0.10.4 |
| 283 | 2026-05-20T16:33:05.690Z | Downloaded semver v1.0.28 |
| 284 | 2026-05-20T16:33:05.696Z | Downloaded cfg-if v1.0.4 |
| 285 | 2026-05-20T16:33:05.699Z | Downloaded stable_deref_trait v1.2.1 |
| 286 | 2026-05-20T16:33:05.699Z | Downloaded ordered-float v2.10.1 |
| 287 | 2026-05-20T16:33:05.699Z | Downloaded serde-value v0.7.0 |
| 288 | 2026-05-20T16:33:05.702Z | Downloaded anstyle-query v1.1.5 |
| 289 | 2026-05-20T16:33:05.706Z | Downloaded camino v1.2.2 |
| 290 | 2026-05-20T16:33:05.708Z | Downloaded toml v0.8.23 |
| 291 | 2026-05-20T16:33:05.708Z | Downloaded bytecount v0.6.9 |
| 292 | 2026-05-20T16:33:05.712Z | Downloaded utf8parse v0.2.2 |
| 293 | 2026-05-20T16:33:05.712Z | Downloaded anstream v0.6.21 |
| 294 | 2026-05-20T16:33:05.716Z | Downloaded zerofrom v0.1.6 |
| 295 | 2026-05-20T16:33:05.716Z | Downloaded version_check v0.9.5 |
| 296 | 2026-05-20T16:33:05.716Z | Downloaded toml_edit v0.22.27 |
| 297 | 2026-05-20T16:33:05.716Z | Downloaded toml_datetime v0.6.11 |
| 298 | 2026-05-20T16:33:05.719Z | Downloaded tinystr v0.8.2 |
| 299 | 2026-05-20T16:33:05.719Z | Downloaded zerofrom-derive v0.1.6 |
| 300 | 2026-05-20T16:33:05.719Z | Downloaded anstyle-parse v0.2.7 |
| 301 | 2026-05-20T16:33:05.722Z | Downloaded thread-id v4.2.2 |
| 302 | 2026-05-20T16:33:05.722Z | Downloaded yoke-derive v0.8.1 |
| 303 | 2026-05-20T16:33:05.722Z | Downloaded cargo-util-schemas v0.8.2 |
| 304 | 2026-05-20T16:33:05.722Z | Downloaded cargo-platform v0.2.0 |
| 305 | 2026-05-20T16:33:05.726Z | Downloaded anstyle v1.0.13 |
| 306 | 2026-05-20T16:33:05.726Z | Downloaded usdt v0.5.0 |
| 307 | 2026-05-20T16:33:05.726Z | Downloaded typeid v1.0.3 |
| 308 | 2026-05-20T16:33:05.729Z | Downloaded byteorder v1.5.0 |
| 309 | 2026-05-20T16:33:05.731Z | Downloaded idna_adapter v1.2.1 |
| 310 | 2026-05-20T16:33:05.731Z | Downloaded usdt-macro v0.5.0 |
| 311 | 2026-05-20T16:33:05.734Z | Downloaded usdt-attr-macro v0.5.0 |
| 312 | 2026-05-20T16:33:05.734Z | Downloaded unicode-xid v0.2.6 |
| 313 | 2026-05-20T16:33:05.737Z | Downloaded cargo_metadata v0.21.0 |
| 314 | 2026-05-20T16:33:05.737Z | Downloaded utf8_iter v1.0.4 |
| 315 | 2026-05-20T16:33:05.740Z | Downloaded percent-encoding v2.3.2 |
| 316 | 2026-05-20T16:33:05.740Z | Downloaded thiserror-impl v2.0.18 |
| 317 | 2026-05-20T16:33:05.740Z | Downloaded colorchoice v1.0.4 |
| 318 | 2026-05-20T16:33:05.740Z | Downloaded scroll_derive v0.12.1 |
| 319 | 2026-05-20T16:33:05.743Z | Downloaded macaddr v1.0.1 |
| 320 | 2026-05-20T16:33:05.743Z | Downloaded toml_write v0.1.2 |
| 321 | 2026-05-20T16:33:05.743Z | Downloaded thiserror v2.0.18 |
| 322 | 2026-05-20T16:33:05.746Z | Downloaded zerovec-derive v0.11.2 |
| 323 | 2026-05-20T16:33:05.749Z | Downloaded bitflags v2.11.0 |
| 324 | 2026-05-20T16:33:05.752Z | Downloaded camino-tempfile v1.4.1 |
| 325 | 2026-05-20T16:33:05.752Z | Downloaded anyhow v1.0.102 |
| 326 | 2026-05-20T16:33:05.755Z | Downloaded zmij v1.0.21 |
| 327 | 2026-05-20T16:33:05.755Z | Downloaded memmap v0.7.0 |
| 328 | 2026-05-20T16:33:05.755Z | Downloaded generic-array v0.14.7 |
| 329 | 2026-05-20T16:33:05.758Z | Downloaded writeable v0.6.2 |
| 330 | 2026-05-20T16:33:05.758Z | Downloaded usdt-impl v0.5.0 |
| 331 | 2026-05-20T16:33:05.758Z | Downloaded unicode-linebreak v0.1.5 |
| 332 | 2026-05-20T16:33:05.758Z | Downloaded thiserror-impl v1.0.69 |
| 333 | 2026-05-20T16:33:05.758Z | Downloaded heck v0.5.0 |
| 334 | 2026-05-20T16:33:05.761Z | Downloaded thiserror v1.0.69 |
| 335 | 2026-05-20T16:33:05.764Z | Downloaded fastrand v2.3.0 |
| 336 | 2026-05-20T16:33:05.764Z | Downloaded heck v0.4.1 |
| 337 | 2026-05-20T16:33:05.764Z | Downloaded errno v0.3.14 |
| 338 | 2026-05-20T16:33:05.764Z | Downloaded zerocopy-derive v0.7.35 |
| 339 | 2026-05-20T16:33:05.767Z | Downloaded swrite v0.1.0 |
| 340 | 2026-05-20T16:33:05.767Z | Downloaded serde-untagged v0.1.9 |
| 341 | 2026-05-20T16:33:05.767Z | Downloaded proc-macro-error v1.0.4 |
| 342 | 2026-05-20T16:33:05.771Z | Downloaded pretty-hex v0.4.1 |
| 343 | 2026-05-20T16:33:05.771Z | Downloaded potential_utf v0.1.4 |
| 344 | 2026-05-20T16:33:05.771Z | Downloaded clap_lex v1.0.0 |
| 345 | 2026-05-20T16:33:05.774Z | Downloaded crypto-common v0.1.7 |
| 346 | 2026-05-20T16:33:05.774Z | Downloaded yoke v0.8.1 |
| 347 | 2026-05-20T16:33:05.774Z | Downloaded unicode-ident v1.0.24 |
| 348 | 2026-05-20T16:33:05.774Z | Downloaded textwrap v0.16.2 |
| 349 | 2026-05-20T16:33:05.778Z | Downloaded terminal_size v0.4.3 |
| 350 | 2026-05-20T16:33:05.778Z | Downloaded cpufeatures v0.2.17 |
| 351 | 2026-05-20T16:33:05.778Z | Downloaded ucd-trie v0.1.7 |
| 352 | 2026-05-20T16:33:05.782Z | Downloaded plain v0.2.3 |
| 353 | 2026-05-20T16:33:05.782Z | Downloaded typenum v1.19.0 |
| 354 | 2026-05-20T16:33:05.782Z | Downloaded serde_spanned v0.6.9 |
| 355 | 2026-05-20T16:33:05.786Z | Downloaded dtrace-parser v0.2.0 |
| 356 | 2026-05-20T16:33:05.786Z | Downloaded url v2.5.8 |
| 357 | 2026-05-20T16:33:05.791Z | Downloaded zerotrie v0.2.3 |
| 358 | 2026-05-20T16:33:05.794Z | Downloaded form_urlencoded v1.2.2 |
| 359 | 2026-05-20T16:33:05.797Z | Downloaded equivalent v1.0.2 |
| 360 | 2026-05-20T16:33:05.797Z | Downloaded is_terminal_polyfill v1.70.2 |
| 361 | 2026-05-20T16:33:05.797Z | Downloaded fnv v1.0.7 |
| 362 | 2026-05-20T16:33:05.800Z | Downloaded dof v0.3.0 |
| 363 | 2026-05-20T16:33:05.800Z | Downloaded clap v4.5.60 |
| 364 | 2026-05-20T16:33:05.803Z | Downloaded fs-err v3.3.0 |
| 365 | 2026-05-20T16:33:05.808Z | Downloaded zerocopy v0.7.35 |
| 366 | 2026-05-20T16:33:05.816Z | Downloaded zerovec v0.11.5 |
| 367 | 2026-05-20T16:33:05.819Z | Downloaded winnow v0.7.14 |
| 368 | 2026-05-20T16:33:05.824Z | Downloaded quote v1.0.45 |
| 369 | 2026-05-20T16:33:05.826Z | Downloaded synstructure v0.13.2 |
| 370 | 2026-05-20T16:33:05.826Z | Downloaded autocfg v1.5.0 |
| 371 | 2026-05-20T16:33:05.829Z | Downloaded tabled_derive v0.7.0 |
| 372 | 2026-05-20T16:33:05.829Z | Downloaded unicode-width v0.1.14 |
| 373 | 2026-05-20T16:33:05.832Z | Downloaded unicode-width v0.2.0 |
| 374 | 2026-05-20T16:33:05.835Z | Downloaded serde_tokenstream v0.2.3 |
| 375 | 2026-05-20T16:33:05.835Z | Downloaded digest v0.10.7 |
| 376 | 2026-05-20T16:33:05.838Z | Downloaded smawk v0.3.2 |
| 377 | 2026-05-20T16:33:05.838Z | Downloaded scroll v0.12.0 |
| 378 | 2026-05-20T16:33:05.838Z | Downloaded displaydoc v0.2.5 |
| 379 | 2026-05-20T16:33:05.841Z | Downloaded proc-macro-error-attr v1.0.4 |
| 380 | 2026-05-20T16:33:05.841Z | Downloaded itoa v1.0.17 |
| 381 | 2026-05-20T16:33:05.844Z | Downloaded cargo_toml v0.21.0 |
| 382 | 2026-05-20T16:33:05.847Z | Downloaded pest_generator v2.8.6 |
| 383 | 2026-05-20T16:33:05.851Z | Downloaded strsim v0.11.1 |
| 384 | 2026-05-20T16:33:05.854Z | Downloaded pest_derive v2.8.6 |
| 385 | 2026-05-20T16:33:05.860Z | Downloaded erased-serde v0.4.9 |
| 386 | 2026-05-20T16:33:05.873Z | Downloaded sha2 v0.10.9 |
| 387 | 2026-05-20T16:33:05.876Z | Downloaded once_cell v1.21.3 |
| 388 | 2026-05-20T16:33:05.892Z | Downloaded litemap v0.8.1 |
| 389 | 2026-05-20T16:33:05.895Z | Downloaded tempfile v3.25.0 |
| 390 | 2026-05-20T16:33:05.898Z | Downloaded smallvec v1.15.1 |
| 391 | 2026-05-20T16:33:05.902Z | Downloaded serde_core v1.0.228 |
| 392 | 2026-05-20T16:33:05.905Z | Downloaded num-traits v0.2.19 |
| 393 | 2026-05-20T16:33:05.905Z | Downloaded papergrid v0.11.0 |
| 394 | 2026-05-20T16:33:05.907Z | Downloaded log v0.4.29 |
| 395 | 2026-05-20T16:33:05.910Z | Downloaded clap_derive v4.5.55 |
| 396 | 2026-05-20T16:33:05.910Z | Downloaded icu_provider v2.1.1 |
| 397 | 2026-05-20T16:33:05.913Z | Downloaded memchr v2.8.0 |
| 398 | 2026-05-20T16:33:05.916Z | Downloaded serde_derive v1.0.228 |
| 399 | 2026-05-20T16:33:05.922Z | Downloaded icu_properties v2.1.2 |
| 400 | 2026-05-20T16:33:05.925Z | Downloaded icu_collections v2.1.1 |
| 401 | 2026-05-20T16:33:05.925Z | Downloaded icu_locale_core v2.1.1 |
| 402 | 2026-05-20T16:33:05.929Z | Downloaded proc-macro2 v1.0.106 |
| 403 | 2026-05-20T16:33:05.932Z | Downloaded pest_meta v2.8.6 |
| 404 | 2026-05-20T16:33:05.932Z | Downloaded icu_normalizer v2.1.1 |
| 405 | 2026-05-20T16:33:05.932Z | Downloaded getrandom v0.4.1 |
| 406 | 2026-05-20T16:33:05.948Z | Downloaded serde v1.0.228 |
| 407 | 2026-05-20T16:33:05.951Z | Downloaded icu_normalizer_data v2.1.1 |
| 408 | 2026-05-20T16:33:05.966Z | Downloaded indexmap v2.14.0 |
| 409 | 2026-05-20T16:33:05.986Z | Downloaded pest v2.8.6 |
| 410 | 2026-05-20T16:33:05.986Z | Downloaded goblin v0.8.2 |
| 411 | 2026-05-20T16:33:05.986Z | Downloaded idna v1.1.0 |
| 412 | 2026-05-20T16:33:05.993Z | Downloaded serde_json v1.0.149 |
| 413 | 2026-05-20T16:33:05.996Z | Downloaded clap_builder v4.5.60 |
| 414 | 2026-05-20T16:33:06.002Z | Downloaded icu_properties_data v2.1.2 |
| 415 | 2026-05-20T16:33:06.006Z | Downloaded hashbrown v0.17.0 |
| 416 | 2026-05-20T16:33:06.019Z | Downloaded tabled v0.15.0 |
| 417 | 2026-05-20T16:33:06.028Z | Downloaded syn v1.0.109 |
| 418 | 2026-05-20T16:33:06.036Z | Downloaded syn v2.0.117 |
| 419 | 2026-05-20T16:33:06.052Z | Downloaded rustix v1.1.3 |
| 420 | 2026-05-20T16:33:06.068Z | Downloaded libc v0.2.185 |
| 421 | 2026-05-20T16:33:06.136Z | Compiling proc-macro2 v1.0.106 |
| 422 | 2026-05-20T16:33:06.136Z | Compiling quote v1.0.45 |
| 423 | 2026-05-20T16:33:06.136Z | Compiling unicode-ident v1.0.24 |
| 424 | 2026-05-20T16:33:06.136Z | Compiling serde_core v1.0.228 |
| 425 | 2026-05-20T16:33:06.136Z | Compiling libc v0.2.185 |
| 426 | 2026-05-20T16:33:06.136Z | Compiling version_check v0.9.5 |
| 427 | 2026-05-20T16:33:06.141Z | Compiling serde v1.0.228 |
| 428 | 2026-05-20T16:33:06.141Z | Compiling stable_deref_trait v1.2.1 |
| 429 | 2026-05-20T16:33:06.440Z | Compiling memchr v2.8.0 |
| 430 | 2026-05-20T16:33:06.460Z | Compiling zmij v1.0.21 |
| 431 | 2026-05-20T16:33:06.643Z | Compiling itoa v1.0.17 |
| 432 | 2026-05-20T16:33:06.860Z | Compiling ucd-trie v0.1.7 |
| 433 | 2026-05-20T16:33:06.918Z | Compiling autocfg v1.5.0 |
| 434 | 2026-05-20T16:33:07.045Z | Compiling thiserror v1.0.69 |
| 435 | 2026-05-20T16:33:07.149Z | Compiling pest v2.8.6 |
| 436 | 2026-05-20T16:33:07.170Z | Compiling litemap v0.8.1 |
| 437 | 2026-05-20T16:33:07.289Z | Compiling writeable v0.6.2 |
| 438 | 2026-05-20T16:33:07.368Z | Compiling icu_normalizer_data v2.1.1 |
| 439 | 2026-05-20T16:33:07.488Z | Compiling byteorder v1.5.0 |
| 440 | 2026-05-20T16:33:07.557Z | Compiling rustix v1.1.3 |
| 441 | 2026-05-20T16:33:07.687Z | Compiling icu_properties_data v2.1.2 |
| 442 | 2026-05-20T16:33:07.768Z | Compiling syn v2.0.117 |
| 443 | 2026-05-20T16:33:07.800Z | Compiling errno v0.3.14 |
| 444 | 2026-05-20T16:33:07.818Z | Compiling bitflags v2.11.0 |
| 445 | 2026-05-20T16:33:07.892Z | Compiling serde_json v1.0.149 |
| 446 | 2026-05-20T16:33:08.083Z | Compiling num-traits v0.2.19 |
| 447 | 2026-05-20T16:33:08.118Z | Compiling hashbrown v0.17.0 |
| 448 | 2026-05-20T16:33:08.276Z | Compiling pest_meta v2.8.6 |
| 449 | 2026-05-20T16:33:08.335Z | Compiling smallvec v1.15.1 |
| 450 | 2026-05-20T16:33:08.402Z | Compiling typeid v1.0.3 |
| 451 | 2026-05-20T16:33:08.551Z | Compiling equivalent v1.0.2 |
| 452 | 2026-05-20T16:33:08.647Z | Compiling indexmap v2.14.0 |
| 453 | 2026-05-20T16:33:08.723Z | Compiling thread-id v4.2.2 |
| 454 | 2026-05-20T16:33:08.823Z | Compiling usdt-impl v0.5.0 |
| 455 | 2026-05-20T16:33:08.827Z | Compiling proc-macro-error-attr v1.0.4 |
| 456 | 2026-05-20T16:33:08.925Z | Compiling winnow v0.7.14 |
| 457 | 2026-05-20T16:33:09.073Z | Compiling syn v1.0.109 |
| 458 | 2026-05-20T16:33:09.181Z | Compiling toml_write v0.1.2 |
| 459 | 2026-05-20T16:33:09.321Z | Compiling erased-serde v0.4.9 |
| 460 | 2026-05-20T16:33:09.547Z | Compiling proc-macro-error v1.0.4 |
| 461 | 2026-05-20T16:33:09.639Z | Compiling utf8_iter v1.0.4 |
| 462 | 2026-05-20T16:33:09.749Z | Compiling log v0.4.29 |
| 463 | 2026-05-20T16:33:09.797Z | Compiling utf8parse v0.2.2 |
| 464 | 2026-05-20T16:33:09.920Z | Compiling percent-encoding v2.3.2 |
| 465 | 2026-05-20T16:33:09.936Z | Compiling camino v1.2.2 |
| 466 | 2026-05-20T16:33:09.988Z | Compiling getrandom v0.4.1 |
| 467 | 2026-05-20T16:33:10.055Z | Compiling plain v0.2.3 |
| 468 | 2026-05-20T16:33:10.107Z | Compiling thiserror v2.0.18 |
| 469 | 2026-05-20T16:33:10.126Z | Compiling form_urlencoded v1.2.2 |
| 470 | 2026-05-20T16:33:10.176Z | Compiling ordered-float v2.10.1 |
| 471 | 2026-05-20T16:33:10.348Z | Compiling anstyle-parse v0.2.7 |
| 472 | 2026-05-20T16:33:10.470Z | Compiling synstructure v0.13.2 |
| 473 | 2026-05-20T16:33:10.488Z | Compiling pest_generator v2.8.6 |
| 474 | 2026-05-20T16:33:10.596Z | Compiling terminal_size v0.4.3 |
| 475 | 2026-05-20T16:33:10.741Z | Compiling anstyle v1.0.13 |
| 476 | 2026-05-20T16:33:10.877Z | Compiling cfg-if v1.0.4 |
| 477 | 2026-05-20T16:33:10.927Z | Compiling anstyle-query v1.1.5 |
| 478 | 2026-05-20T16:33:10.945Z | Compiling colorchoice v1.0.4 |
| 479 | 2026-05-20T16:33:10.960Z | Compiling is_terminal_polyfill v1.70.2 |
| 480 | 2026-05-20T16:33:10.978Z | Compiling pretty-hex v0.4.1 |
| 481 | 2026-05-20T16:33:11.039Z | Compiling anstream v0.6.21 |
| 482 | 2026-05-20T16:33:11.093Z | Compiling serde-untagged v0.1.9 |
| 483 | 2026-05-20T16:33:11.177Z | Compiling semver v1.0.28 |
| 484 | 2026-05-20T16:33:11.234Z | Compiling fs-err v3.3.0 |
| 485 | 2026-05-20T16:33:11.332Z | Compiling heck v0.4.1 |
| 486 | 2026-05-20T16:33:11.350Z | Compiling fastrand v2.3.0 |
| 487 | 2026-05-20T16:33:11.428Z | Compiling once_cell v1.21.3 |
| 488 | 2026-05-20T16:33:11.500Z | Compiling unicode-width v0.1.14 |
| 489 | 2026-05-20T16:33:11.506Z | Compiling heck v0.5.0 |
| 490 | 2026-05-20T16:33:11.562Z | Compiling bytecount v0.6.9 |
| 491 | 2026-05-20T16:33:11.613Z | Compiling clap_lex v1.0.0 |
| 492 | 2026-05-20T16:33:11.706Z | Compiling fnv v1.0.7 |
| 493 | 2026-05-20T16:33:11.772Z | Compiling strsim v0.11.1 |
| 494 | 2026-05-20T16:33:11.830Z | Compiling unicode-xid v0.2.6 |
| 495 | 2026-05-20T16:33:11.882Z | Compiling anyhow v1.0.102 |
| 496 | 2026-05-20T16:33:11.926Z | Compiling papergrid v0.11.0 |
| 497 | 2026-05-20T16:33:11.986Z | Compiling tempfile v3.25.0 |
| 498 | 2026-05-20T16:33:11.986Z | Compiling clap_builder v4.5.60 |
| 499 | 2026-05-20T16:33:12.222Z | Compiling serde_derive v1.0.228 |
| 500 | 2026-05-20T16:33:12.291Z | Compiling zerofrom-derive v0.1.6 |
| 501 | 2026-05-20T16:33:12.362Z | Compiling yoke-derive v0.8.1 |
| 502 | 2026-05-20T16:33:12.419Z | Compiling zerovec-derive v0.11.2 |
| 503 | 2026-05-20T16:33:12.589Z | Compiling displaydoc v0.2.5 |
| 504 | 2026-05-20T16:33:13.272Z | Compiling thiserror-impl v1.0.69 |
| 505 | 2026-05-20T16:33:13.296Z | Compiling zerocopy-derive v0.7.35 |
| 506 | 2026-05-20T16:33:13.430Z | Compiling pest_derive v2.8.6 |
| 507 | 2026-05-20T16:33:13.448Z | Compiling scroll_derive v0.12.1 |
| 508 | 2026-05-20T16:33:13.584Z | Compiling zerofrom v0.1.6 |
| 509 | 2026-05-20T16:33:13.724Z | Compiling yoke v0.8.1 |
| 510 | 2026-05-20T16:33:13.851Z | Compiling thiserror-impl v2.0.18 |
| 511 | 2026-05-20T16:33:13.969Z | Compiling zerovec v0.11.5 |
| 512 | 2026-05-20T16:33:14.164Z | Compiling zerotrie v0.2.3 |
| 513 | 2026-05-20T16:33:14.232Z | Compiling zerocopy v0.7.35 |
| 514 | 2026-05-20T16:33:14.474Z | Compiling tinystr v0.8.2 |
| 515 | 2026-05-20T16:33:14.494Z | Compiling potential_utf v0.1.4 |
| 516 | 2026-05-20T16:33:14.683Z | Compiling icu_locale_core v2.1.1 |
| 517 | 2026-05-20T16:33:14.700Z | Compiling icu_collections v2.1.1 |
| 518 | 2026-05-20T16:33:14.758Z | Compiling dtrace-parser v0.2.0 |
| 519 | 2026-05-20T16:33:14.804Z | Compiling scroll v0.12.0 |
| 520 | 2026-05-20T16:33:15.026Z | Compiling tabled_derive v0.7.0 |
| 521 | 2026-05-20T16:33:15.080Z | Compiling goblin v0.8.2 |
| 522 | 2026-05-20T16:33:15.181Z | Compiling clap_derive v4.5.55 |
| 523 | 2026-05-20T16:33:15.360Z | Compiling icu_provider v2.1.1 |
| 524 | 2026-05-20T16:33:15.476Z | Compiling memmap v0.7.0 |
| 525 | 2026-05-20T16:33:15.578Z | Compiling toml_datetime v0.6.11 |
| 526 | 2026-05-20T16:33:15.628Z | Compiling icu_normalizer v2.1.1 |
| 527 | 2026-05-20T16:33:15.647Z | Compiling icu_properties v2.1.2 |
| 528 | 2026-05-20T16:33:15.661Z | Compiling serde_spanned v0.6.9 |
| 529 | 2026-05-20T16:33:15.678Z | Compiling dof v0.3.0 |
| 530 | 2026-05-20T16:33:15.812Z | Compiling toml_edit v0.22.27 |
| 531 | 2026-05-20T16:33:15.840Z | Compiling serde_tokenstream v0.2.3 |
| 532 | 2026-05-20T16:33:16.071Z | Compiling serde-value v0.7.0 |
| 533 | 2026-05-20T16:33:16.160Z | Compiling cargo-platform v0.2.0 |
| 534 | 2026-05-20T16:33:16.163Z | Compiling smawk v0.3.2 |
| 535 | 2026-05-20T16:33:16.322Z | Compiling unicode-width v0.2.0 |
| 536 | 2026-05-20T16:33:16.453Z | Compiling unicode-linebreak v0.1.5 |
| 537 | 2026-05-20T16:33:16.456Z | Compiling tabled v0.15.0 |
| 538 | 2026-05-20T16:33:16.574Z | Compiling idna_adapter v1.2.1 |
| 539 | 2026-05-20T16:33:16.621Z | Compiling usdt-macro v0.5.0 |
| 540 | 2026-05-20T16:33:16.700Z | Compiling idna v1.1.0 |
| 541 | 2026-05-20T16:33:16.723Z | Compiling usdt-attr-macro v0.5.0 |
| 542 | 2026-05-20T16:33:16.741Z | Compiling textwrap v0.16.2 |
| 543 | 2026-05-20T16:33:16.931Z | Compiling clap v4.5.60 |
| 544 | 2026-05-20T16:33:17.026Z | Compiling url v2.5.8 |
| 545 | 2026-05-20T16:33:17.208Z | Compiling toml v0.8.23 |
| 546 | 2026-05-20T16:33:17.244Z | Compiling macaddr v1.0.1 |
| 547 | 2026-05-20T16:33:17.771Z | Compiling cargo-util-schemas v0.8.2 |
| 548 | 2026-05-20T16:33:17.791Z | Compiling cargo_toml v0.21.0 |
| 549 | 2026-05-20T16:33:17.818Z | Compiling camino-tempfile v1.4.1 |
| 550 | 2026-05-20T16:33:18.048Z | Compiling swrite v0.1.0 |
| 551 | 2026-05-20T16:33:18.051Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 552 | 2026-05-20T16:33:18.153Z | Compiling usdt v0.5.0 |
| 553 | 2026-05-20T16:33:18.685Z | Compiling cargo_metadata v0.21.0 |
| 554 | 2026-05-20T16:33:19.638Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 555 | 2026-05-20T16:33:21.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.92s |
| 556 | 2026-05-20T16:33:22.015Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 557 | 2026-05-20T16:33:22.571Z | Downloading crates ... |
| 558 | 2026-05-20T16:33:22.676Z | Downloaded adler2 v2.0.1 |
| 559 | 2026-05-20T16:33:22.683Z | Downloaded console v0.15.11 |
| 560 | 2026-05-20T16:33:22.686Z | Downloaded convert_case v0.4.0 |
| 561 | 2026-05-20T16:33:22.692Z | Downloaded cstr-argument v0.1.2 |
| 562 | 2026-05-20T16:33:22.696Z | Downloaded crunchy v0.2.4 |
| 563 | 2026-05-20T16:33:22.702Z | Downloaded atomicwrites v0.4.4 |
| 564 | 2026-05-20T16:33:22.705Z | Downloaded backoff v0.4.0 |
| 565 | 2026-05-20T16:33:22.705Z | Downloaded base64ct v1.8.3 |
| 566 | 2026-05-20T16:33:22.712Z | Downloaded crossbeam-utils v0.8.21 |
| 567 | 2026-05-20T16:33:22.717Z | Downloaded crypto-bigint v0.5.5 |
| 568 | 2026-05-20T16:33:22.720Z | Downloaded darling_macro v0.21.3 |
| 569 | 2026-05-20T16:33:22.720Z | Downloaded bit-set v0.5.3 |
| 570 | 2026-05-20T16:33:22.720Z | Downloaded crossbeam-channel v0.5.15 |
| 571 | 2026-05-20T16:33:22.723Z | Downloaded der_derive v0.7.3 |
| 572 | 2026-05-20T16:33:22.723Z | Downloaded base16ct v0.2.0 |
| 573 | 2026-05-20T16:33:22.726Z | Downloaded bitfield-struct v0.6.2 |
| 574 | 2026-05-20T16:33:22.726Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 575 | 2026-05-20T16:33:22.726Z | Downloaded cmake v0.1.57 |
| 576 | 2026-05-20T16:33:22.730Z | Downloaded cbc v0.1.2 |
| 577 | 2026-05-20T16:33:22.730Z | Downloaded darling_macro v0.23.0 |
| 578 | 2026-05-20T16:33:22.730Z | Downloaded bb8 v0.8.6 |
| 579 | 2026-05-20T16:33:22.734Z | Downloaded byte-wrapper v0.1.0 |
| 580 | 2026-05-20T16:33:22.738Z | Downloaded ciborium v0.2.2 |
| 581 | 2026-05-20T16:33:22.738Z | Downloaded const-oid v0.9.6 |
| 582 | 2026-05-20T16:33:22.742Z | Downloaded async-trait v0.1.89 |
| 583 | 2026-05-20T16:33:22.742Z | Downloaded embedded-io v0.4.0 |
| 584 | 2026-05-20T16:33:22.742Z | Downloaded daft v0.1.5 |
| 585 | 2026-05-20T16:33:22.745Z | Downloaded block-padding v0.3.3 |
| 586 | 2026-05-20T16:33:22.745Z | Downloaded camino-tempfile-ext v0.3.3 |
| 587 | 2026-05-20T16:33:22.745Z | Downloaded bit-vec v0.6.3 |
| 588 | 2026-05-20T16:33:22.748Z | Downloaded arrayvec v0.7.6 |
| 589 | 2026-05-20T16:33:22.748Z | Downloaded foldhash v0.2.0 |
| 590 | 2026-05-20T16:33:22.752Z | Downloaded erased-serde v0.3.31 |
| 591 | 2026-05-20T16:33:22.757Z | Downloaded derive-ex v0.1.8 |
| 592 | 2026-05-20T16:33:22.757Z | Downloaded crc32fast v1.5.0 |
| 593 | 2026-05-20T16:33:22.757Z | Downloaded crc v3.4.0 |
| 594 | 2026-05-20T16:33:22.761Z | Downloaded async-stream-impl v0.3.6 |
| 595 | 2026-05-20T16:33:22.761Z | Downloaded ciborium-io v0.2.2 |
| 596 | 2026-05-20T16:33:22.761Z | Downloaded aead v0.5.2 |
| 597 | 2026-05-20T16:33:22.761Z | Downloaded darling_core v0.21.3 |
| 598 | 2026-05-20T16:33:22.764Z | Downloaded cfg_aliases v0.2.1 |
| 599 | 2026-05-20T16:33:22.764Z | Downloaded drift v0.1.4 |
| 600 | 2026-05-20T16:33:22.769Z | Downloaded dunce v1.0.5 |
| 601 | 2026-05-20T16:33:22.772Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 602 | 2026-05-20T16:33:22.772Z | Downloaded bumpalo v3.20.2 |
| 603 | 2026-05-20T16:33:22.775Z | Downloaded base64 v0.22.1 |
| 604 | 2026-05-20T16:33:22.775Z | Downloaded crucible-workspace-hack v0.1.0 |
| 605 | 2026-05-20T16:33:22.778Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 606 | 2026-05-20T16:33:22.778Z | Downloaded assert_matches v1.5.0 |
| 607 | 2026-05-20T16:33:22.778Z | Downloaded bitfield v0.19.4 |
| 608 | 2026-05-20T16:33:22.783Z | Downloaded defmt-macros v1.0.1 |
| 609 | 2026-05-20T16:33:22.783Z | Downloaded defmt v0.3.100 |
| 610 | 2026-05-20T16:33:22.783Z | Downloaded darling_macro v0.20.11 |
| 611 | 2026-05-20T16:33:22.786Z | Downloaded async-recursion v1.1.1 |
| 612 | 2026-05-20T16:33:22.786Z | Downloaded ciborium-ll v0.2.2 |
| 613 | 2026-05-20T16:33:22.786Z | Downloaded dof v0.4.0 |
| 614 | 2026-05-20T16:33:22.786Z | Downloaded derive_builder_macro v0.20.2 |
| 615 | 2026-05-20T16:33:22.789Z | Downloaded flagset v0.4.7 |
| 616 | 2026-05-20T16:33:22.789Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 617 | 2026-05-20T16:33:22.789Z | Downloaded atty v0.2.14 |
| 618 | 2026-05-20T16:33:22.789Z | Downloaded bitfield-macros v0.19.4 |
| 619 | 2026-05-20T16:33:22.793Z | Downloaded bit-set v0.8.0 |
| 620 | 2026-05-20T16:33:22.793Z | Downloaded cfg_aliases v0.1.1 |
| 621 | 2026-05-20T16:33:22.793Z | Downloaded debug-ignore v1.0.5 |
| 622 | 2026-05-20T16:33:22.793Z | Downloaded castaway v0.2.4 |
| 623 | 2026-05-20T16:33:22.796Z | Downloaded crc-catalog v2.4.0 |
| 624 | 2026-05-20T16:33:22.796Z | Downloaded endian-type v0.1.2 |
| 625 | 2026-05-20T16:33:22.796Z | Downloaded ascii-canvas v3.0.0 |
| 626 | 2026-05-20T16:33:22.796Z | Downloaded async-stream v0.3.6 |
| 627 | 2026-05-20T16:33:22.799Z | Downloaded cargo-platform v0.3.2 |
| 628 | 2026-05-20T16:33:22.804Z | Downloaded display-error-chain v0.2.2 |
| 629 | 2026-05-20T16:33:22.807Z | Downloaded downcast-rs v2.0.2 |
| 630 | 2026-05-20T16:33:22.810Z | Downloaded env_filter v1.0.0 |
| 631 | 2026-05-20T16:33:22.810Z | Downloaded embedded-io v0.6.1 |
| 632 | 2026-05-20T16:33:22.813Z | Downloaded enum-as-inner v0.6.1 |
| 633 | 2026-05-20T16:33:22.814Z | Downloaded fd-lock v4.0.4 |
| 634 | 2026-05-20T16:33:22.816Z | Downloaded cpufeatures v0.3.0 |
| 635 | 2026-05-20T16:33:22.816Z | Downloaded crc8 v0.1.1 |
| 636 | 2026-05-20T16:33:22.816Z | Downloaded difflib v0.4.0 |
| 637 | 2026-05-20T16:33:22.816Z | Downloaded foreign-types-macros v0.2.3 |
| 638 | 2026-05-20T16:33:22.819Z | Downloaded atomic-waker v1.1.2 |
| 639 | 2026-05-20T16:33:22.819Z | Downloaded array-init v0.0.4 |
| 640 | 2026-05-20T16:33:22.819Z | Downloaded dtrace-parser v0.3.0 |
| 641 | 2026-05-20T16:33:22.819Z | Downloaded foreign-types-shared v0.3.1 |
| 642 | 2026-05-20T16:33:22.822Z | Downloaded filetime v0.2.27 |
| 643 | 2026-05-20T16:33:22.822Z | Downloaded critical-section v1.2.0 |
| 644 | 2026-05-20T16:33:22.822Z | Downloaded fallible-iterator v0.2.0 |
| 645 | 2026-05-20T16:33:22.825Z | Downloaded convert_case v0.10.0 |
| 646 | 2026-05-20T16:33:22.825Z | Downloaded data-encoding v2.10.0 |
| 647 | 2026-05-20T16:33:22.825Z | Downloaded foreign-types-shared v0.1.1 |
| 648 | 2026-05-20T16:33:22.830Z | Downloaded cassowary v0.3.0 |
| 649 | 2026-05-20T16:33:22.830Z | Downloaded defmt-parser v1.0.0 |
| 650 | 2026-05-20T16:33:22.830Z | Downloaded float-cmp v0.10.0 |
| 651 | 2026-05-20T16:33:22.830Z | Downloaded dyn-clone v1.0.20 |
| 652 | 2026-05-20T16:33:22.833Z | Downloaded funty v2.0.0 |
| 653 | 2026-05-20T16:33:22.833Z | Downloaded chacha20poly1305 v0.10.1 |
| 654 | 2026-05-20T16:33:22.833Z | Downloaded daft-derive v0.1.5 |
| 655 | 2026-05-20T16:33:22.837Z | Downloaded bitflags v1.3.2 |
| 656 | 2026-05-20T16:33:22.837Z | Downloaded foreign-types v0.5.0 |
| 657 | 2026-05-20T16:33:22.843Z | Downloaded float-ord v0.3.2 |
| 658 | 2026-05-20T16:33:22.843Z | Downloaded argon2 v0.5.3 |
| 659 | 2026-05-20T16:33:22.868Z | Downloaded dirs-sys-next v0.1.2 |
| 660 | 2026-05-20T16:33:22.868Z | Downloaded fxhash v0.2.1 |
| 661 | 2026-05-20T16:33:22.868Z | Downloaded futures-sink v0.3.32 |
| 662 | 2026-05-20T16:33:22.868Z | Downloaded ghash v0.5.1 |
| 663 | 2026-05-20T16:33:22.868Z | Downloaded futures-core v0.3.32 |
| 664 | 2026-05-20T16:33:22.868Z | Downloaded foreign-types v0.3.2 |
| 665 | 2026-05-20T16:33:22.868Z | Downloaded gethostname v0.5.0 |
| 666 | 2026-05-20T16:33:22.868Z | Downloaded dsl_auto_type v0.2.0 |
| 667 | 2026-05-20T16:33:22.868Z | Downloaded fixedbitset v0.4.2 |
| 668 | 2026-05-20T16:33:22.868Z | Downloaded hash32 v0.3.1 |
| 669 | 2026-05-20T16:33:22.868Z | Downloaded hash32 v0.2.1 |
| 670 | 2026-05-20T16:33:22.868Z | Downloaded futures-task v0.3.32 |
| 671 | 2026-05-20T16:33:22.868Z | Downloaded headers-core v0.3.0 |
| 672 | 2026-05-20T16:33:22.868Z | Downloaded globwalk v0.9.1 |
| 673 | 2026-05-20T16:33:22.868Z | Downloaded hex-literal v0.4.1 |
| 674 | 2026-05-20T16:33:22.868Z | Downloaded futures-macro v0.3.32 |
| 675 | 2026-05-20T16:33:22.868Z | Downloaded futures-io v0.3.32 |
| 676 | 2026-05-20T16:33:22.868Z | Downloaded const_format_proc_macros v0.2.34 |
| 677 | 2026-05-20T16:33:22.868Z | Downloaded git-stub v1.0.0 |
| 678 | 2026-05-20T16:33:22.868Z | Downloaded der v0.7.10 |
| 679 | 2026-05-20T16:33:22.868Z | Downloaded cobs v0.3.0 |
| 680 | 2026-05-20T16:33:22.873Z | Downloaded darling_core v0.20.11 |
| 681 | 2026-05-20T16:33:22.873Z | Downloaded corncobs v0.1.4 |
| 682 | 2026-05-20T16:33:22.873Z | Downloaded crossbeam-deque v0.8.6 |
| 683 | 2026-05-20T16:33:22.873Z | Downloaded ed25519 v2.2.3 |
| 684 | 2026-05-20T16:33:22.873Z | Downloaded ecdsa v0.16.9 |
| 685 | 2026-05-20T16:33:22.877Z | Downloaded defmt v1.0.1 |
| 686 | 2026-05-20T16:33:22.877Z | Downloaded either v1.15.0 |
| 687 | 2026-05-20T16:33:22.877Z | Downloaded compression-codecs v0.4.37 |
| 688 | 2026-05-20T16:33:22.883Z | Downloaded chacha20 v0.9.1 |
| 689 | 2026-05-20T16:33:22.883Z | Downloaded diesel-dtrace v0.5.0 |
| 690 | 2026-05-20T16:33:22.883Z | Downloaded darling v0.21.3 |
| 691 | 2026-05-20T16:33:22.890Z | Downloaded fs-err v2.11.0 |
| 692 | 2026-05-20T16:33:22.890Z | Downloaded hex v0.4.3 |
| 693 | 2026-05-20T16:33:22.890Z | Downloaded dropshot_endpoint v0.17.0 |
| 694 | 2026-05-20T16:33:22.893Z | Downloaded csv-core v0.1.13 |
| 695 | 2026-05-20T16:33:22.893Z | Downloaded cookie v0.18.1 |
| 696 | 2026-05-20T16:33:22.893Z | Downloaded clang-sys v1.8.1 |
| 697 | 2026-05-20T16:33:22.893Z | Downloaded http-body v1.0.1 |
| 698 | 2026-05-20T16:33:22.893Z | Downloaded home v0.5.12 |
| 699 | 2026-05-20T16:33:22.896Z | Downloaded blake2 v0.10.6 |
| 700 | 2026-05-20T16:33:22.896Z | Downloaded ctr v0.9.2 |
| 701 | 2026-05-20T16:33:22.899Z | Downloaded httpdate v1.0.3 |
| 702 | 2026-05-20T16:33:22.899Z | Downloaded hubpack_derive v0.1.1 |
| 703 | 2026-05-20T16:33:22.899Z | Downloaded hostname v0.4.2 |
| 704 | 2026-05-20T16:33:22.899Z | Downloaded hostname v0.3.1 |
| 705 | 2026-05-20T16:33:22.903Z | Downloaded ident_case v1.0.1 |
| 706 | 2026-05-20T16:33:22.903Z | Downloaded hubpack v0.1.2 |
| 707 | 2026-05-20T16:33:22.903Z | Downloaded http-range v0.1.5 |
| 708 | 2026-05-20T16:33:22.903Z | Downloaded constant_time_eq v0.4.2 |
| 709 | 2026-05-20T16:33:22.906Z | Downloaded cargo_metadata v0.23.1 |
| 710 | 2026-05-20T16:33:22.906Z | Downloaded derive_builder_core v0.20.2 |
| 711 | 2026-05-20T16:33:22.906Z | Downloaded backon v1.6.0 |
| 712 | 2026-05-20T16:33:22.909Z | Downloaded document-features v0.2.12 |
| 713 | 2026-05-20T16:33:22.909Z | Downloaded globset v0.4.18 |
| 714 | 2026-05-20T16:33:22.912Z | Downloaded group v0.13.0 |
| 715 | 2026-05-20T16:33:22.912Z | Downloaded fs_extra v1.3.0 |
| 716 | 2026-05-20T16:33:22.917Z | Downloaded ff v0.13.1 |
| 717 | 2026-05-20T16:33:22.917Z | Downloaded env_logger v0.11.9 |
| 718 | 2026-05-20T16:33:22.917Z | Downloaded find-msvc-tools v0.1.9 |
| 719 | 2026-05-20T16:33:22.920Z | Downloaded foldhash v0.1.5 |
| 720 | 2026-05-20T16:33:22.920Z | Downloaded git-stub-vcs v0.1.0 |
| 721 | 2026-05-20T16:33:22.920Z | Downloaded bcs v0.1.6 |
| 722 | 2026-05-20T16:33:22.920Z | Downloaded instability v0.3.11 |
| 723 | 2026-05-20T16:33:22.924Z | Downloaded futures-executor v0.3.32 |
| 724 | 2026-05-20T16:33:22.924Z | Downloaded indent_write v2.2.0 |
| 725 | 2026-05-20T16:33:22.924Z | Downloaded chacha20 v0.10.0 |
| 726 | 2026-05-20T16:33:22.927Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 727 | 2026-05-20T16:33:22.927Z | Downloaded bit-vec v0.8.0 |
| 728 | 2026-05-20T16:33:22.927Z | Downloaded inout v0.1.4 |
| 729 | 2026-05-20T16:33:22.927Z | Downloaded cancel-safe-futures v0.1.5 |
| 730 | 2026-05-20T16:33:22.930Z | Downloaded internet-checksum v0.2.1 |
| 731 | 2026-05-20T16:33:22.930Z | Downloaded is_ci v1.2.0 |
| 732 | 2026-05-20T16:33:22.930Z | Downloaded darling v0.23.0 |
| 733 | 2026-05-20T16:33:22.935Z | Downloaded derive_builder v0.20.2 |
| 734 | 2026-05-20T16:33:22.940Z | Downloaded cookie_store v0.22.1 |
| 735 | 2026-05-20T16:33:22.940Z | Downloaded highway v1.3.0 |
| 736 | 2026-05-20T16:33:22.944Z | Downloaded console v0.16.2 |
| 737 | 2026-05-20T16:33:22.944Z | Downloaded bzip2 v0.4.4 |
| 738 | 2026-05-20T16:33:22.944Z | Downloaded is-terminal v0.4.17 |
| 739 | 2026-05-20T16:33:22.944Z | Downloaded darling v0.20.11 |
| 740 | 2026-05-20T16:33:22.947Z | Downloaded crossbeam-epoch v0.9.18 |
| 741 | 2026-05-20T16:33:22.947Z | Downloaded des v0.8.1 |
| 742 | 2026-05-20T16:33:22.947Z | Downloaded crc-any v2.5.0 |
| 743 | 2026-05-20T16:33:22.950Z | Downloaded bzip2 v0.6.1 |
| 744 | 2026-05-20T16:33:22.950Z | Downloaded async-bb8-diesel v0.2.1 |
| 745 | 2026-05-20T16:33:22.954Z | Downloaded keccak v0.1.6 |
| 746 | 2026-05-20T16:33:22.954Z | Downloaded lazy_static v1.5.0 |
| 747 | 2026-05-20T16:33:22.957Z | Downloaded lalrpop-util v0.19.12 |
| 748 | 2026-05-20T16:33:22.957Z | Downloaded instant v0.1.13 |
| 749 | 2026-05-20T16:33:22.957Z | Downloaded illumos-nvpair v0.3.0 |
| 750 | 2026-05-20T16:33:22.957Z | Downloaded ahash v0.8.12 |
| 751 | 2026-05-20T16:33:22.958Z | Downloaded lru-cache v0.1.2 |
| 752 | 2026-05-20T16:33:22.961Z | Downloaded deranged v0.5.8 |
| 753 | 2026-05-20T16:33:22.961Z | Downloaded http-body-util v0.1.3 |
| 754 | 2026-05-20T16:33:22.961Z | Downloaded compression-core v0.4.31 |
| 755 | 2026-05-20T16:33:22.964Z | Downloaded hyper-tls v0.6.0 |
| 756 | 2026-05-20T16:33:22.964Z | Downloaded kstat-rs v0.2.4 |
| 757 | 2026-05-20T16:33:22.964Z | Downloaded humantime v2.3.0 |
| 758 | 2026-05-20T16:33:22.967Z | Downloaded cipher v0.4.4 |
| 759 | 2026-05-20T16:33:22.967Z | Downloaded lru-slab v0.1.2 |
| 760 | 2026-05-20T16:33:22.967Z | Downloaded memoffset v0.9.1 |
| 761 | 2026-05-20T16:33:22.967Z | Downloaded maybe-uninit v2.0.0 |
| 762 | 2026-05-20T16:33:22.971Z | Downloaded match_cfg v0.1.0 |
| 763 | 2026-05-20T16:33:22.971Z | Downloaded buf-list v1.1.2 |
| 764 | 2026-05-20T16:33:22.971Z | Downloaded maplit v1.0.2 |
| 765 | 2026-05-20T16:33:22.975Z | Downloaded managed v0.8.0 |
| 766 | 2026-05-20T16:33:22.975Z | Downloaded md-5 v0.10.6 |
| 767 | 2026-05-20T16:33:22.975Z | Downloaded glob v0.3.3 |
| 768 | 2026-05-20T16:33:22.975Z | Downloaded linked-hash-map v0.5.6 |
| 769 | 2026-05-20T16:33:22.978Z | Downloaded getrandom v0.2.17 |
| 770 | 2026-05-20T16:33:22.978Z | Downloaded futures-channel v0.3.32 |
| 771 | 2026-05-20T16:33:22.978Z | Downloaded mime v0.3.17 |
| 772 | 2026-05-20T16:33:22.978Z | Downloaded indoc v1.0.9 |
| 773 | 2026-05-20T16:33:22.982Z | Downloaded multimap v0.10.1 |
| 774 | 2026-05-20T16:33:22.982Z | Downloaded indoc v2.0.7 |
| 775 | 2026-05-20T16:33:22.985Z | Downloaded libscf-sys v1.1.0 |
| 776 | 2026-05-20T16:33:22.985Z | Downloaded half v1.8.3 |
| 777 | 2026-05-20T16:33:22.985Z | Downloaded nonempty v0.12.0 |
| 778 | 2026-05-20T16:33:22.988Z | Downloaded newtype_derive v0.1.6 |
| 779 | 2026-05-20T16:33:22.988Z | Downloaded ingot v0.1.1 |
| 780 | 2026-05-20T16:33:22.988Z | Downloaded diff v0.1.13 |
| 781 | 2026-05-20T16:33:22.991Z | Downloaded hyper-staticfile v0.10.1 |
| 782 | 2026-05-20T16:33:22.991Z | Downloaded colored v2.2.0 |
| 783 | 2026-05-20T16:33:22.994Z | Downloaded ena v0.14.4 |
| 784 | 2026-05-20T16:33:22.994Z | Downloaded colored v3.1.1 |
| 785 | 2026-05-20T16:33:22.997Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 786 | 2026-05-20T16:33:22.999Z | Downloaded cexpr v0.6.0 |
| 787 | 2026-05-20T16:33:22.999Z | Downloaded blowfish v0.9.1 |
| 788 | 2026-05-20T16:33:22.999Z | Downloaded arrayref v0.3.9 |
| 789 | 2026-05-20T16:33:23.003Z | Downloaded newtype-uuid-macros v0.1.0 |
| 790 | 2026-05-20T16:33:23.003Z | Downloaded dirs-next v2.0.0 |
| 791 | 2026-05-20T16:33:23.003Z | Downloaded new_debug_unreachable v1.0.6 |
| 792 | 2026-05-20T16:33:23.006Z | Downloaded normalize-line-endings v0.3.0 |
| 793 | 2026-05-20T16:33:23.006Z | Downloaded num-derive v0.4.2 |
| 794 | 2026-05-20T16:33:23.009Z | Downloaded num-derive v0.3.3 |
| 795 | 2026-05-20T16:33:23.012Z | Downloaded derive_more v2.1.1 |
| 796 | 2026-05-20T16:33:23.017Z | Downloaded diesel_derives v2.3.7 |
| 797 | 2026-05-20T16:33:23.021Z | Downloaded nodrop v0.1.14 |
| 798 | 2026-05-20T16:33:23.023Z | Downloaded newline-converter v0.3.0 |
| 799 | 2026-05-20T16:33:23.023Z | Downloaded lzss v0.8.2 |
| 800 | 2026-05-20T16:33:23.023Z | Downloaded num_enum_derive v0.5.11 |
| 801 | 2026-05-20T16:33:23.026Z | Downloaded nibble_vec v0.1.0 |
| 802 | 2026-05-20T16:33:23.026Z | Downloaded libsw v3.5.0 |
| 803 | 2026-05-20T16:33:23.026Z | Downloaded httparse v1.10.1 |
| 804 | 2026-05-20T16:33:23.029Z | Downloaded num-conv v0.2.0 |
| 805 | 2026-05-20T16:33:23.029Z | Downloaded num v0.4.3 |
| 806 | 2026-05-20T16:33:23.029Z | Downloaded lru v0.12.5 |
| 807 | 2026-05-20T16:33:23.034Z | Downloaded bytes v1.11.1 |
| 808 | 2026-05-20T16:33:23.034Z | Downloaded packed_struct_codegen v0.10.1 |
| 809 | 2026-05-20T16:33:23.037Z | Downloaded olpc-cjson v0.1.4 |
| 810 | 2026-05-20T16:33:23.037Z | Downloaded openssl-probe v0.2.1 |
| 811 | 2026-05-20T16:33:23.037Z | Downloaded opaque-debug v0.3.1 |
| 812 | 2026-05-20T16:33:23.037Z | Downloaded num-iter v0.1.45 |
| 813 | 2026-05-20T16:33:23.037Z | Downloaded libefi-sys v0.1.0 |
| 814 | 2026-05-20T16:33:23.037Z | Downloaded jobserver v0.1.34 |
| 815 | 2026-05-20T16:33:23.041Z | Downloaded getrandom v0.3.4 |
| 816 | 2026-05-20T16:33:23.045Z | Downloaded hyper-rustls v0.27.7 |
| 817 | 2026-05-20T16:33:23.045Z | Downloaded md5 v0.7.0 |
| 818 | 2026-05-20T16:33:23.045Z | Downloaded ingot-macros v0.1.1 |
| 819 | 2026-05-20T16:33:23.045Z | Downloaded hmac v0.12.1 |
| 820 | 2026-05-20T16:33:23.048Z | Downloaded native-tls v0.2.18 |
| 821 | 2026-05-20T16:33:23.048Z | Downloaded nanorand v0.7.0 |
| 822 | 2026-05-20T16:33:23.048Z | Downloaded half v2.7.1 |
| 823 | 2026-05-20T16:33:23.051Z | Downloaded parse-size v1.1.0 |
| 824 | 2026-05-20T16:33:23.051Z | Downloaded parse-display v0.10.0 |
| 825 | 2026-05-20T16:33:23.055Z | Downloaded num_threads v0.1.7 |
| 826 | 2026-05-20T16:33:23.055Z | Downloaded lock_api v0.4.14 |
| 827 | 2026-05-20T16:33:23.055Z | Downloaded linear-map v1.2.0 |
| 828 | 2026-05-20T16:33:23.055Z | Downloaded libsw-core v0.3.2 |
| 829 | 2026-05-20T16:33:23.060Z | Downloaded futures v0.3.32 |
| 830 | 2026-05-20T16:33:23.065Z | Downloaded openssl-macros v0.1.1 |
| 831 | 2026-05-20T16:33:23.065Z | Downloaded allocator-api2 v0.2.21 |
| 832 | 2026-05-20T16:33:23.065Z | Downloaded compact_str v0.8.1 |
| 833 | 2026-05-20T16:33:23.070Z | Downloaded ipnetwork v0.21.1 |
| 834 | 2026-05-20T16:33:23.070Z | Downloaded ingot-types v0.1.2 |
| 835 | 2026-05-20T16:33:23.070Z | Downloaded derive_more v0.99.20 |
| 836 | 2026-05-20T16:33:23.070Z | Downloaded derive-where v1.6.0 |
| 837 | 2026-05-20T16:33:23.075Z | Downloaded path-slash v0.1.5 |
| 838 | 2026-05-20T16:33:23.075Z | Downloaded peg-runtime v0.8.5 |
| 839 | 2026-05-20T16:33:23.075Z | Downloaded phf_shared v0.13.1 |
| 840 | 2026-05-20T16:33:23.075Z | Downloaded pbkdf2 v0.12.2 |
| 841 | 2026-05-20T16:33:23.077Z | Downloaded pbkdf2 v0.11.0 |
| 842 | 2026-05-20T16:33:23.091Z | Downloaded oso-derive v0.27.3 |
| 843 | 2026-05-20T16:33:23.094Z | Downloaded num_enum v0.7.5 |
| 844 | 2026-05-20T16:33:23.097Z | Downloaded num-complex v0.4.6 |
| 845 | 2026-05-20T16:33:23.097Z | Downloaded multer v3.1.0 |
| 846 | 2026-05-20T16:33:23.100Z | Downloaded num_enum v0.5.11 |
| 847 | 2026-05-20T16:33:23.104Z | Downloaded pin-utils v0.1.0 |
| 848 | 2026-05-20T16:33:23.104Z | Downloaded fatfs v0.3.6 |
| 849 | 2026-05-20T16:33:23.104Z | Downloaded base64 v0.21.7 |
| 850 | 2026-05-20T16:33:23.108Z | Downloaded oxnet v0.1.4 |
| 851 | 2026-05-20T16:33:23.108Z | Downloaded memmap2 v0.9.10 |
| 852 | 2026-05-20T16:33:23.112Z | Downloaded mime_guess v2.0.5 |
| 853 | 2026-05-20T16:33:23.112Z | Downloaded ipnet v2.11.0 |
| 854 | 2026-05-20T16:33:23.112Z | Downloaded heapless v0.8.0 |
| 855 | 2026-05-20T16:33:23.117Z | Downloaded predicates-core v1.0.10 |
| 856 | 2026-05-20T16:33:23.117Z | Downloaded precomputed-hash v0.1.1 |
| 857 | 2026-05-20T16:33:23.117Z | Downloaded powerfmt v0.2.0 |
| 858 | 2026-05-20T16:33:23.117Z | Downloaded parking_lot_core v0.8.6 |
| 859 | 2026-05-20T16:33:23.122Z | Downloaded num-rational v0.4.2 |
| 860 | 2026-05-20T16:33:23.122Z | Downloaded phf_shared v0.11.3 |
| 861 | 2026-05-20T16:33:23.123Z | Downloaded password-hash v0.5.0 |
| 862 | 2026-05-20T16:33:23.123Z | Downloaded arc-swap v1.8.2 |
| 863 | 2026-05-20T16:33:23.126Z | Downloaded nu-ansi-term v0.50.3 |
| 864 | 2026-05-20T16:33:23.126Z | Downloaded headers v0.4.1 |
| 865 | 2026-05-20T16:33:23.126Z | Downloaded num_enum_derive v0.7.5 |
| 866 | 2026-05-20T16:33:23.129Z | Downloaded num-integer v0.1.46 |
| 867 | 2026-05-20T16:33:23.129Z | Downloaded ar_archive_writer v0.5.1 |
| 868 | 2026-05-20T16:33:23.132Z | Downloaded newtype-uuid v1.3.2 |
| 869 | 2026-05-20T16:33:23.136Z | Downloaded progenitor-client v0.14.0 |
| 870 | 2026-05-20T16:33:23.136Z | Downloaded progenitor-client v0.10.0 |
| 871 | 2026-05-20T16:33:23.136Z | Downloaded paste v1.0.15 |
| 872 | 2026-05-20T16:33:23.139Z | Downloaded iana-time-zone v0.1.65 |
| 873 | 2026-05-20T16:33:23.139Z | Downloaded pem-rfc7468 v0.7.0 |
| 874 | 2026-05-20T16:33:23.139Z | Downloaded libbz2-rs-sys v0.2.2 |
| 875 | 2026-05-20T16:33:23.142Z | Downloaded openssl-probe v0.1.6 |
| 876 | 2026-05-20T16:33:23.142Z | Downloaded pem v3.0.6 |
| 877 | 2026-05-20T16:33:23.145Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 878 | 2026-05-20T16:33:23.148Z | Downloaded predicates-tree v1.0.13 |
| 879 | 2026-05-20T16:33:23.151Z | Downloaded flume v0.11.1 |
| 880 | 2026-05-20T16:33:23.154Z | Downloaded pkg-config v0.3.32 |
| 881 | 2026-05-20T16:33:23.156Z | Downloaded progenitor-macro v0.11.2 |
| 882 | 2026-05-20T16:33:23.156Z | Downloaded packed_struct v0.10.1 |
| 883 | 2026-05-20T16:33:23.159Z | Downloaded oxide-tokio-rt v0.1.4 |
| 884 | 2026-05-20T16:33:23.159Z | Downloaded darling_core v0.23.0 |
| 885 | 2026-05-20T16:33:23.162Z | Downloaded radium v0.7.0 |
| 886 | 2026-05-20T16:33:23.165Z | Downloaded pkcs8 v0.10.2 |
| 887 | 2026-05-20T16:33:23.168Z | Downloaded omicron-zone-package v0.12.2 |
| 888 | 2026-05-20T16:33:23.169Z | Downloaded owo-colors v4.3.0 |
| 889 | 2026-05-20T16:33:23.173Z | Downloaded indexmap v1.9.3 |
| 890 | 2026-05-20T16:33:23.173Z | Downloaded psl-types v2.0.11 |
| 891 | 2026-05-20T16:33:23.176Z | Downloaded progenitor-macro v0.13.0 |
| 892 | 2026-05-20T16:33:23.176Z | Downloaded rand_xorshift v0.4.0 |
| 893 | 2026-05-20T16:33:23.176Z | Downloaded proc-macro-crate v1.3.1 |
| 894 | 2026-05-20T16:33:23.176Z | Downloaded password-hash v0.4.2 |
| 895 | 2026-05-20T16:33:23.176Z | Downloaded parse-display-derive v0.10.0 |
| 896 | 2026-05-20T16:33:23.180Z | Downloaded postgres-protocol v0.6.10 |
| 897 | 2026-05-20T16:33:23.180Z | Downloaded rand_chacha v0.3.1 |
| 898 | 2026-05-20T16:33:23.180Z | Downloaded progenitor-client v0.11.2 |
| 899 | 2026-05-20T16:33:23.183Z | Downloaded parking_lot_core v0.9.12 |
| 900 | 2026-05-20T16:33:23.183Z | Downloaded cc v1.2.56 |
| 901 | 2026-05-20T16:33:23.186Z | Downloaded progenitor-macro v0.14.0 |
| 902 | 2026-05-20T16:33:23.186Z | Downloaded async-compression v0.4.41 |
| 903 | 2026-05-20T16:33:23.188Z | Downloaded elliptic-curve v0.13.8 |
| 904 | 2026-05-20T16:33:23.191Z | Downloaded ed25519-dalek v2.2.0 |
| 905 | 2026-05-20T16:33:23.195Z | Downloaded const_format v0.2.35 |
| 906 | 2026-05-20T16:33:23.197Z | Downloaded peg v0.8.5 |
| 907 | 2026-05-20T16:33:23.197Z | Downloaded quick-error v1.2.3 |
| 908 | 2026-05-20T16:33:23.200Z | Downloaded fixedbitset v0.5.7 |
| 909 | 2026-05-20T16:33:23.203Z | Downloaded phf_shared v0.12.1 |
| 910 | 2026-05-20T16:33:23.206Z | Downloaded phf v0.13.1 |
| 911 | 2026-05-20T16:33:23.209Z | Downloaded ref-cast v1.0.25 |
| 912 | 2026-05-20T16:33:23.211Z | Downloaded recursive v0.1.1 |
| 913 | 2026-05-20T16:33:23.211Z | Downloaded predicates v3.1.4 |
| 914 | 2026-05-20T16:33:23.214Z | Downloaded litrs v1.0.0 |
| 915 | 2026-05-20T16:33:23.217Z | Downloaded pin-project-lite v0.2.17 |
| 916 | 2026-05-20T16:33:23.220Z | Downloaded progenitor-client v0.13.0 |
| 917 | 2026-05-20T16:33:23.220Z | Downloaded pkcs1 v0.7.5 |
| 918 | 2026-05-20T16:33:23.223Z | Downloaded pin-project-internal v1.1.11 |
| 919 | 2026-05-20T16:33:23.223Z | Downloaded rfc6979 v0.4.0 |
| 920 | 2026-05-20T16:33:23.226Z | Downloaded libloading v0.8.9 |
| 921 | 2026-05-20T16:33:23.229Z | Downloaded rtoolbox v0.0.3 |
| 922 | 2026-05-20T16:33:23.229Z | Downloaded polyval v0.6.2 |
| 923 | 2026-05-20T16:33:23.232Z | Downloaded rustc-hash v2.1.1 |
| 924 | 2026-05-20T16:33:23.232Z | Downloaded pkcs5 v0.7.1 |
| 925 | 2026-05-20T16:33:23.235Z | Downloaded ref-cast-impl v1.0.25 |
| 926 | 2026-05-20T16:33:23.235Z | Downloaded psm v0.1.30 |
| 927 | 2026-05-20T16:33:23.236Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 928 | 2026-05-20T16:33:23.239Z | Downloaded ppv-lite86 v0.2.21 |
| 929 | 2026-05-20T16:33:23.239Z | Downloaded poly1305 v0.8.0 |
| 930 | 2026-05-20T16:33:23.239Z | Downloaded proc-macro-crate v3.4.0 |
| 931 | 2026-05-20T16:33:23.242Z | Downloaded rand_core v0.10.0 |
| 932 | 2026-05-20T16:33:23.242Z | Downloaded r2d2 v0.8.10 |
| 933 | 2026-05-20T16:33:23.246Z | Downloaded rand_core v0.9.5 |
| 934 | 2026-05-20T16:33:23.247Z | Downloaded rustc_version v0.4.1 |
| 935 | 2026-05-20T16:33:23.247Z | Downloaded rustc_version v0.1.7 |
| 936 | 2026-05-20T16:33:23.250Z | Downloaded progenitor-extras v0.2.0 |
| 937 | 2026-05-20T16:33:23.250Z | Downloaded papergrid v0.17.0 |
| 938 | 2026-05-20T16:33:23.250Z | Downloaded proc-macro-error2 v2.0.1 |
| 939 | 2026-05-20T16:33:23.254Z | Downloaded rand_seeder v0.4.0 |
| 940 | 2026-05-20T16:33:23.254Z | Downloaded ignore v0.4.25 |
| 941 | 2026-05-20T16:33:23.257Z | Downloaded parking_lot v0.11.2 |
| 942 | 2026-05-20T16:33:23.257Z | Downloaded rand_core v0.6.4 |
| 943 | 2026-05-20T16:33:23.260Z | Downloaded progenitor v0.14.0 |
| 944 | 2026-05-20T16:33:23.263Z | Downloaded progenitor v0.13.0 |
| 945 | 2026-05-20T16:33:23.263Z | Downloaded primeorder v0.13.6 |
| 946 | 2026-05-20T16:33:23.266Z | Downloaded russh-cryptovec v0.7.3 |
| 947 | 2026-05-20T16:33:23.269Z | Downloaded jiff-static v0.2.21 |
| 948 | 2026-05-20T16:33:23.269Z | Downloaded dropshot-api-manager v0.7.1 |
| 949 | 2026-05-20T16:33:23.277Z | Downloaded heapless v0.7.17 |
| 950 | 2026-05-20T16:33:23.280Z | Downloaded flate2 v1.1.9 |
| 951 | 2026-05-20T16:33:23.284Z | Downloaded salsa20 v0.10.2 |
| 952 | 2026-05-20T16:33:23.284Z | Downloaded scheduled-thread-pool v0.2.7 |
| 953 | 2026-05-20T16:33:23.287Z | Downloaded phf v0.12.1 |
| 954 | 2026-05-20T16:33:23.287Z | Downloaded scroll_derive v0.13.1 |
| 955 | 2026-05-20T16:33:23.287Z | Downloaded peg-macros v0.8.5 |
| 956 | 2026-05-20T16:33:23.290Z | Downloaded pin-project v1.1.11 |
| 957 | 2026-05-20T16:33:23.295Z | Downloaded same-file v1.0.6 |
| 958 | 2026-05-20T16:33:23.300Z | Downloaded rand_chacha v0.9.0 |
| 959 | 2026-05-20T16:33:23.303Z | Downloaded postcard v1.1.3 |
| 960 | 2026-05-20T16:33:23.303Z | Downloaded secrecy v0.10.3 |
| 961 | 2026-05-20T16:33:23.307Z | Downloaded sapling-renderdag v0.1.0 |
| 962 | 2026-05-20T16:33:23.307Z | Downloaded hickory-resolver v0.25.2 |
| 963 | 2026-05-20T16:33:23.311Z | Downloaded quinn-udp v0.5.14 |
| 964 | 2026-05-20T16:33:23.311Z | Downloaded hickory-resolver v0.24.4 |
| 965 | 2026-05-20T16:33:23.314Z | Downloaded openssl-sys v0.9.115 |
| 966 | 2026-05-20T16:33:23.314Z | Downloaded postgres-types v0.2.12 |
| 967 | 2026-05-20T16:33:23.317Z | Downloaded hashbrown v0.12.3 |
| 968 | 2026-05-20T16:33:23.321Z | Downloaded rustls-native-certs v0.8.3 |
| 969 | 2026-05-20T16:33:23.321Z | Downloaded resolv-conf v0.7.6 |
| 970 | 2026-05-20T16:33:23.327Z | Downloaded scopeguard v1.2.0 |
| 971 | 2026-05-20T16:33:23.327Z | Downloaded expectorate v1.2.0 |
| 972 | 2026-05-20T16:33:23.331Z | Downloaded rustls-pemfile v2.2.0 |
| 973 | 2026-05-20T16:33:23.331Z | Downloaded oso v0.27.3 |
| 974 | 2026-05-20T16:33:23.331Z | Downloaded serde_repr v0.1.20 |
| 975 | 2026-05-20T16:33:23.335Z | Downloaded derive_more-impl v2.1.1 |
| 976 | 2026-05-20T16:33:23.335Z | Downloaded serde_plain v1.0.2 |
| 977 | 2026-05-20T16:33:23.338Z | Downloaded indicatif v0.18.4 |
| 978 | 2026-05-20T16:33:23.338Z | Downloaded parking_lot v0.12.5 |
| 979 | 2026-05-20T16:33:23.341Z | Downloaded aes v0.8.4 |
| 980 | 2026-05-20T16:33:23.341Z | Downloaded progenitor v0.11.2 |
| 981 | 2026-05-20T16:33:23.347Z | Downloaded p256 v0.13.2 |
| 982 | 2026-05-20T16:33:23.351Z | Downloaded serde-big-array v0.5.1 |
| 983 | 2026-05-20T16:33:23.351Z | Downloaded scrypt v0.11.0 |
| 984 | 2026-05-20T16:33:23.354Z | Downloaded miniz_oxide v0.8.9 |
| 985 | 2026-05-20T16:33:23.357Z | Downloaded rustls-pemfile v1.0.4 |
| 986 | 2026-05-20T16:33:23.357Z | Downloaded seq-macro v0.3.6 |
| 987 | 2026-05-20T16:33:23.360Z | Downloaded siphasher v1.0.2 |
| 988 | 2026-05-20T16:33:23.360Z | Downloaded signal-hook-mio v0.2.5 |
| 989 | 2026-05-20T16:33:23.360Z | Downloaded serde_bytes v0.11.19 |
| 990 | 2026-05-20T16:33:23.364Z | Downloaded serde_spanned v1.0.4 |
| 991 | 2026-05-20T16:33:23.364Z | Downloaded semver v0.1.20 |
| 992 | 2026-05-20T16:33:23.364Z | Downloaded secrecy v0.8.0 |
| 993 | 2026-05-20T16:33:23.367Z | Downloaded serde_urlencoded v0.7.1 |
| 994 | 2026-05-20T16:33:23.367Z | Downloaded sha1 v0.10.6 |
| 995 | 2026-05-20T16:33:23.367Z | Downloaded signal-hook-tokio v0.3.1 |
| 996 | 2026-05-20T16:33:23.375Z | Downloaded shell-words v1.1.1 |
| 997 | 2026-05-20T16:33:23.379Z | Downloaded sec1 v0.7.3 |
| 998 | 2026-05-20T16:33:23.383Z | Downloaded slog-envlogger v2.2.0 |
| 999 | 2026-05-20T16:33:23.383Z | Downloaded slog-bunyan v2.5.0 |
| 1000 | 2026-05-20T16:33:23.383Z | Downloaded sigpipe v0.1.3 |
| 1001 | 2026-05-20T16:33:23.383Z | Downloaded signature v2.2.0 |
| 1002 | 2026-05-20T16:33:23.384Z | Downloaded sct v0.7.1 |
| 1003 | 2026-05-20T16:33:23.388Z | Downloaded rustversion v1.0.22 |
| 1004 | 2026-05-20T16:33:23.392Z | Downloaded crossterm v0.29.0 |
| 1005 | 2026-05-20T16:33:23.395Z | Downloaded sqlparser_derive v0.5.0 |
| 1006 | 2026-05-20T16:33:23.397Z | Downloaded hickory-server v0.25.2 |
| 1007 | 2026-05-20T16:33:23.400Z | Downloaded aes-gcm v0.10.3 |
| 1008 | 2026-05-20T16:33:23.400Z | Downloaded prefix-trie v0.7.0 |
| 1009 | 2026-05-20T16:33:23.405Z | Downloaded itertools v0.10.5 |
| 1010 | 2026-05-20T16:33:23.411Z | Downloaded serde_derive_internals v0.29.1 |
| 1011 | 2026-05-20T16:33:23.414Z | Downloaded serde_path_to_error v0.1.20 |
| 1012 | 2026-05-20T16:33:23.414Z | Downloaded schemars_derive v0.8.22 |
| 1013 | 2026-05-20T16:33:23.414Z | Downloaded hashbrown v0.13.2 |
| 1014 | 2026-05-20T16:33:23.419Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1015 | 2026-05-20T16:33:23.419Z | Downloaded minimal-lexical v0.2.1 |
| 1016 | 2026-05-20T16:33:23.426Z | Downloaded ssh-cipher v0.2.0 |
| 1017 | 2026-05-20T16:33:23.431Z | Downloaded rcgen v0.12.1 |
| 1018 | 2026-05-20T16:33:23.431Z | Downloaded ssh-encoding v0.2.0 |
| 1019 | 2026-05-20T16:33:23.435Z | Downloaded shlex v1.3.0 |
| 1020 | 2026-05-20T16:33:23.438Z | Downloaded rustls-pki-types v1.14.0 |
| 1021 | 2026-05-20T16:33:23.438Z | Downloaded structmeta v0.3.0 |
| 1022 | 2026-05-20T16:33:23.442Z | Downloaded signal-hook-registry v1.4.8 |
| 1023 | 2026-05-20T16:33:23.442Z | Downloaded scroll v0.13.0 |
| 1024 | 2026-05-20T16:33:23.442Z | Downloaded strum v0.27.2 |
| 1025 | 2026-05-20T16:33:23.442Z | Downloaded structmeta-derive v0.3.0 |
| 1026 | 2026-05-20T16:33:23.446Z | Downloaded slog-term v2.9.2 |
| 1027 | 2026-05-20T16:33:23.446Z | Downloaded slog-scope v4.4.1 |
| 1028 | 2026-05-20T16:33:23.447Z | Downloaded slog-json v2.6.1 |
| 1029 | 2026-05-20T16:33:23.447Z | Downloaded slog-async v2.8.0 |
| 1030 | 2026-05-20T16:33:23.452Z | Downloaded slab v0.4.12 |
| 1031 | 2026-05-20T16:33:23.452Z | Downloaded progenitor-impl v0.14.0 |
| 1032 | 2026-05-20T16:33:23.452Z | Downloaded serde-hex v0.1.0 |
| 1033 | 2026-05-20T16:33:23.455Z | Downloaded strum v0.26.3 |
| 1034 | 2026-05-20T16:33:23.459Z | Downloaded slog-stdlog v4.1.1 |
| 1035 | 2026-05-20T16:33:23.459Z | Downloaded slog-dtrace v0.3.0 |
| 1036 | 2026-05-20T16:33:23.462Z | Downloaded sync-ptr v0.1.4 |
| 1037 | 2026-05-20T16:33:23.462Z | Downloaded tabwriter v1.4.1 |
| 1038 | 2026-05-20T16:33:23.462Z | Downloaded sync_wrapper v1.0.2 |
| 1039 | 2026-05-20T16:33:23.465Z | Downloaded supports-color v3.0.2 |
| 1040 | 2026-05-20T16:33:23.466Z | Downloaded tabled_derive v0.11.0 |
| 1041 | 2026-05-20T16:33:23.468Z | Downloaded smallvec v0.6.14 |
| 1042 | 2026-05-20T16:33:23.468Z | Downloaded http v1.4.0 |
| 1043 | 2026-05-20T16:33:23.476Z | Downloaded ron v0.8.1 |
| 1044 | 2026-05-20T16:33:23.479Z | Downloaded take_mut v0.2.2 |
| 1045 | 2026-05-20T16:33:23.482Z | Downloaded tagptr v0.2.0 |
| 1046 | 2026-05-20T16:33:23.482Z | Downloaded pretty_assertions v1.4.1 |
| 1047 | 2026-05-20T16:33:23.485Z | Downloaded nom v7.1.3 |
| 1048 | 2026-05-20T16:33:23.489Z | Downloaded smf v0.2.3 |
| 1049 | 2026-05-20T16:33:23.493Z | Downloaded rusty-fork v0.3.1 |
| 1050 | 2026-05-20T16:33:23.493Z | Downloaded simd-adler32 v0.3.8 |
| 1051 | 2026-05-20T16:33:23.516Z | Downloaded string_cache v0.8.9 |
| 1052 | 2026-05-20T16:33:23.516Z | Downloaded sqlformat v0.3.5 |
| 1053 | 2026-05-20T16:33:23.516Z | Downloaded progenitor-impl v0.11.2 |
| 1054 | 2026-05-20T16:33:23.522Z | Downloaded time-core v0.1.8 |
| 1055 | 2026-05-20T16:33:23.522Z | Downloaded stringprep v0.1.5 |
| 1056 | 2026-05-20T16:33:23.522Z | Downloaded russh-keys v0.45.0 |
| 1057 | 2026-05-20T16:33:23.522Z | Downloaded testing_table v0.3.0 |
| 1058 | 2026-05-20T16:33:23.522Z | Downloaded termtree v0.5.1 |
| 1059 | 2026-05-20T16:33:23.523Z | Downloaded tap v1.0.1 |
| 1060 | 2026-05-20T16:33:23.523Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1061 | 2026-05-20T16:33:23.523Z | Downloaded thread-id v5.1.0 |
| 1062 | 2026-05-20T16:33:23.523Z | Downloaded ryu v1.0.23 |
| 1063 | 2026-05-20T16:33:23.523Z | Downloaded tinyvec_macros v0.1.1 |
| 1064 | 2026-05-20T16:33:23.523Z | Downloaded strum_macros v0.27.2 |
| 1065 | 2026-05-20T16:33:23.523Z | Downloaded tokio-macros v2.7.0 |
| 1066 | 2026-05-20T16:33:23.523Z | Downloaded subtle v2.6.1 |
| 1067 | 2026-05-20T16:33:23.527Z | Downloaded spki v0.7.3 |
| 1068 | 2026-05-20T16:33:23.527Z | Downloaded stacker v0.1.23 |
| 1069 | 2026-05-20T16:33:23.527Z | Downloaded progenitor-impl v0.13.0 |
| 1070 | 2026-05-20T16:33:23.531Z | Downloaded snafu-derive v0.8.9 |
| 1071 | 2026-05-20T16:33:23.531Z | Downloaded hyper-util v0.1.20 |
| 1072 | 2026-05-20T16:33:23.539Z | Downloaded publicsuffix v2.3.0 |
| 1073 | 2026-05-20T16:33:23.541Z | Downloaded quinn v0.11.9 |
| 1074 | 2026-05-20T16:33:23.544Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1075 | 2026-05-20T16:33:23.547Z | Downloaded strum_macros v0.24.3 |
| 1076 | 2026-05-20T16:33:23.547Z | Downloaded tower-service v0.3.3 |
| 1077 | 2026-05-20T16:33:23.552Z | Downloaded tower-layer v0.3.3 |
| 1078 | 2026-05-20T16:33:23.554Z | Downloaded itertools v0.12.1 |
| 1079 | 2026-05-20T16:33:23.560Z | Downloaded serde_with_macros v3.17.0 |
| 1080 | 2026-05-20T16:33:23.563Z | Downloaded num-bigint-dig v0.8.6 |
| 1081 | 2026-05-20T16:33:23.563Z | Downloaded topological-sort v0.2.2 |
| 1082 | 2026-05-20T16:33:23.563Z | Downloaded spin v0.9.8 |
| 1083 | 2026-05-20T16:33:23.564Z | Downloaded prettyplease v0.2.37 |
| 1084 | 2026-05-20T16:33:23.567Z | Downloaded num-bigint v0.4.6 |
| 1085 | 2026-05-20T16:33:23.571Z | Downloaded rayon-core v1.13.0 |
| 1086 | 2026-05-20T16:33:23.573Z | Downloaded aho-corasick v1.1.4 |
| 1087 | 2026-05-20T16:33:23.576Z | Downloaded trait-variant v0.1.2 |
| 1088 | 2026-05-20T16:33:23.576Z | Downloaded tls_codec v0.4.2 |
| 1089 | 2026-05-20T16:33:23.579Z | Downloaded hashbrown v0.15.5 |
| 1090 | 2026-05-20T16:33:23.584Z | Downloaded slog v2.8.2 |
| 1091 | 2026-05-20T16:33:23.586Z | Downloaded signal-hook v0.3.18 |
| 1092 | 2026-05-20T16:33:23.589Z | Downloaded universal-hash v0.5.1 |
| 1093 | 2026-05-20T16:33:23.589Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1094 | 2026-05-20T16:33:23.592Z | Downloaded tokio-dtrace v0.1.1 |
| 1095 | 2026-05-20T16:33:23.592Z | Downloaded unicode-truncate v1.1.0 |
| 1096 | 2026-05-20T16:33:23.592Z | Downloaded tokio-native-tls v0.3.1 |
| 1097 | 2026-05-20T16:33:23.595Z | Downloaded thiserror-no-std v2.0.2 |
| 1098 | 2026-05-20T16:33:23.595Z | Downloaded schemars v0.9.0 |
| 1099 | 2026-05-20T16:33:23.602Z | Downloaded try-lock v0.2.5 |
| 1100 | 2026-05-20T16:33:23.605Z | Downloaded tiny-keccak v2.0.2 |
| 1101 | 2026-05-20T16:33:23.605Z | Downloaded time-macros v0.2.27 |
| 1102 | 2026-05-20T16:33:23.608Z | Downloaded unit-prefix v0.5.2 |
| 1103 | 2026-05-20T16:33:23.608Z | Downloaded tokio-tungstenite v0.23.1 |
| 1104 | 2026-05-20T16:33:23.611Z | Downloaded tokio-rustls v0.25.0 |
| 1105 | 2026-05-20T16:33:23.611Z | Downloaded serde_cbor v0.11.2 |
| 1106 | 2026-05-20T16:33:23.614Z | Downloaded similar v2.7.0 |
| 1107 | 2026-05-20T16:33:23.614Z | Downloaded tls_codec_derive v0.4.2 |
| 1108 | 2026-05-20T16:33:23.617Z | Downloaded usdt-macro v0.6.0 |
| 1109 | 2026-05-20T16:33:23.617Z | Downloaded term v1.2.1 |
| 1110 | 2026-05-20T16:33:23.617Z | Downloaded unarray v0.1.4 |
| 1111 | 2026-05-20T16:33:23.620Z | Downloaded rand v0.8.6 |
| 1112 | 2026-05-20T16:33:23.625Z | Downloaded static_assertions v1.1.0 |
| 1113 | 2026-05-20T16:33:23.625Z | Downloaded rsa v0.9.10 |
| 1114 | 2026-05-20T16:33:23.628Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1115 | 2026-05-20T16:33:23.628Z | Downloaded itertools v0.14.0 |
| 1116 | 2026-05-20T16:33:23.631Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1117 | 2026-05-20T16:33:23.631Z | Downloaded termios v0.3.3 |
| 1118 | 2026-05-20T16:33:23.634Z | Downloaded mio v1.2.0 |
| 1119 | 2026-05-20T16:33:23.636Z | Downloaded schemars v0.8.22 |
| 1120 | 2026-05-20T16:33:23.641Z | Downloaded void v1.0.2 |
| 1121 | 2026-05-20T16:33:23.646Z | Downloaded strum_macros v0.26.4 |
| 1122 | 2026-05-20T16:33:23.646Z | Downloaded libxml v0.3.3 |
| 1123 | 2026-05-20T16:33:23.651Z | Downloaded support-bundle-viewer v0.1.2 |
| 1124 | 2026-05-20T16:33:23.651Z | Downloaded hkdf v0.12.4 |
| 1125 | 2026-05-20T16:33:23.653Z | Downloaded tokio-tungstenite v0.21.0 |
| 1126 | 2026-05-20T16:33:23.653Z | Downloaded waitgroup v0.1.2 |
| 1127 | 2026-05-20T16:33:23.654Z | Downloaded unicase v2.9.0 |
| 1128 | 2026-05-20T16:33:23.654Z | Downloaded usdt v0.6.0 |
| 1129 | 2026-05-20T16:33:23.654Z | Downloaded untrusted v0.7.1 |
| 1130 | 2026-05-20T16:33:23.654Z | Downloaded hashbrown v0.16.1 |
| 1131 | 2026-05-20T16:33:23.657Z | Downloaded usdt-attr-macro v0.6.0 |
| 1132 | 2026-05-20T16:33:23.660Z | Downloaded tokio-rustls v0.24.1 |
| 1133 | 2026-05-20T16:33:23.660Z | Downloaded iddqd v0.4.1 |
| 1134 | 2026-05-20T16:33:23.663Z | Downloaded typify-macro v0.6.2 |
| 1135 | 2026-05-20T16:33:23.667Z | Downloaded schemars v1.2.1 |
| 1136 | 2026-05-20T16:33:23.671Z | Downloaded want v0.3.1 |
| 1137 | 2026-05-20T16:33:23.674Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1138 | 2026-05-20T16:33:23.674Z | Downloaded typify-macro v0.4.3 |
| 1139 | 2026-05-20T16:33:23.681Z | Downloaded socket2 v0.5.10 |
| 1140 | 2026-05-20T16:33:23.684Z | Downloaded term v0.7.0 |
| 1141 | 2026-05-20T16:33:23.687Z | Downloaded uzers v0.12.2 |
| 1142 | 2026-05-20T16:33:23.690Z | Downloaded thread_local v1.1.9 |
| 1143 | 2026-05-20T16:33:23.690Z | Downloaded vergen-lib v0.1.6 |
| 1144 | 2026-05-20T16:33:23.693Z | Downloaded utf-8 v0.7.6 |
| 1145 | 2026-05-20T16:33:23.693Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1146 | 2026-05-20T16:33:23.693Z | Downloaded wait-timeout v0.2.1 |
| 1147 | 2026-05-20T16:33:23.696Z | Downloaded qorb v0.4.1 |
| 1148 | 2026-05-20T16:33:23.696Z | Downloaded socket2 v0.6.3 |
| 1149 | 2026-05-20T16:33:23.699Z | Downloaded crossterm v0.28.1 |
| 1150 | 2026-05-20T16:33:23.702Z | Downloaded vergen-gitcl v1.0.8 |
| 1151 | 2026-05-20T16:33:23.705Z | Downloaded zeroize_derive v1.4.3 |
| 1152 | 2026-05-20T16:33:23.710Z | Downloaded iri-string v0.7.10 |
| 1153 | 2026-05-20T16:33:23.713Z | Downloaded vsss-rs v3.3.4 |
| 1154 | 2026-05-20T16:33:23.716Z | Downloaded rand v0.9.2 |
| 1155 | 2026-05-20T16:33:23.719Z | Downloaded subprocess v0.2.15 |
| 1156 | 2026-05-20T16:33:23.722Z | Downloaded xshell-macros v0.2.7 |
| 1157 | 2026-05-20T16:33:23.722Z | Downloaded zone_cfg_derive v0.3.1 |
| 1158 | 2026-05-20T16:33:23.722Z | Downloaded samael v0.0.19 |
| 1159 | 2026-05-20T16:33:23.726Z | Downloaded zone v0.3.1 |
| 1160 | 2026-05-20T16:33:23.727Z | Downloaded aws-lc-rs v1.16.3 |
| 1161 | 2026-05-20T16:33:23.731Z | Downloaded tokio-stream v0.1.18 |
| 1162 | 2026-05-20T16:33:23.734Z | Downloaded tokio-rustls v0.26.4 |
| 1163 | 2026-05-20T16:33:23.734Z | Downloaded hyper v1.8.1 |
| 1164 | 2026-05-20T16:33:23.737Z | Downloaded xattr v1.6.1 |
| 1165 | 2026-05-20T16:33:23.740Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1166 | 2026-05-20T16:33:23.744Z | Downloaded russh v0.45.0 |
| 1167 | 2026-05-20T16:33:23.746Z | Downloaded vergen-git2 v9.1.0 |
| 1168 | 2026-05-20T16:33:23.746Z | Downloaded h2 v0.4.13 |
| 1169 | 2026-05-20T16:33:23.749Z | Downloaded xshell v0.2.7 |
| 1170 | 2026-05-20T16:33:23.752Z | Downloaded whoami v2.1.0 |
| 1171 | 2026-05-20T16:33:23.752Z | Downloaded whoami v1.6.1 |
| 1172 | 2026-05-20T16:33:23.752Z | Downloaded futures-util v0.3.32 |
| 1173 | 2026-05-20T16:33:23.758Z | Downloaded steno v0.4.1 |
| 1174 | 2026-05-20T16:33:23.764Z | Downloaded tracing-core v0.1.36 |
| 1175 | 2026-05-20T16:33:23.767Z | Downloaded test-strategy v0.4.5 |
| 1176 | 2026-05-20T16:33:23.767Z | Downloaded vergen-lib v9.1.0 |
| 1177 | 2026-05-20T16:33:23.767Z | Downloaded twox-hash v2.1.2 |
| 1178 | 2026-05-20T16:33:23.767Z | Downloaded tui-tree-widget v0.23.1 |
| 1179 | 2026-05-20T16:33:23.770Z | Downloaded snafu v0.8.9 |
| 1180 | 2026-05-20T16:33:23.773Z | Downloaded zeroize v1.8.2 |
| 1181 | 2026-05-20T16:33:23.773Z | Downloaded blake3 v1.8.3 |
| 1182 | 2026-05-20T16:33:23.777Z | Downloaded zstd v0.13.3 |
| 1183 | 2026-05-20T16:33:23.782Z | Downloaded libm v0.2.16 |
| 1184 | 2026-05-20T16:33:23.786Z | Downloaded wyz v0.5.1 |
| 1185 | 2026-05-20T16:33:23.786Z | Downloaded untrusted v0.9.0 |
| 1186 | 2026-05-20T16:33:23.789Z | Downloaded tracing-attributes v0.1.31 |
| 1187 | 2026-05-20T16:33:23.789Z | Downloaded rustyline v14.0.0 |
| 1188 | 2026-05-20T16:33:23.791Z | Downloaded bitvec v1.0.1 |
| 1189 | 2026-05-20T16:33:23.798Z | Downloaded walkdir v2.5.0 |
| 1190 | 2026-05-20T16:33:23.801Z | Downloaded unicode-properties v0.1.4 |
| 1191 | 2026-05-20T16:33:23.801Z | Downloaded vergen v9.1.0 |
| 1192 | 2026-05-20T16:33:23.804Z | Downloaded rustls-webpki v0.103.9 |
| 1193 | 2026-05-20T16:33:23.804Z | Downloaded usdt-impl v0.6.0 |
| 1194 | 2026-05-20T16:33:23.807Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1195 | 2026-05-20T16:33:23.809Z | Downloaded itertools v0.13.0 |
| 1196 | 2026-05-20T16:33:23.812Z | Downloaded toml v0.7.8 |
| 1197 | 2026-05-20T16:33:23.816Z | Downloaded tar v0.4.45 |
| 1198 | 2026-05-20T16:33:23.822Z | Downloaded zerocopy v0.6.6 |
| 1199 | 2026-05-20T16:33:23.825Z | Downloaded yasna v0.5.2 |
| 1200 | 2026-05-20T16:33:23.825Z | Downloaded tungstenite v0.21.0 |
| 1201 | 2026-05-20T16:33:23.831Z | Downloaded tinyvec v1.10.0 |
| 1202 | 2026-05-20T16:33:23.834Z | Downloaded typify v0.6.2 |
| 1203 | 2026-05-20T16:33:23.840Z | Downloaded rand v0.10.0 |
| 1204 | 2026-05-20T16:33:23.847Z | Downloaded unsafe-libyaml v0.2.11 |
| 1205 | 2026-05-20T16:33:23.851Z | Downloaded zstd-safe v7.2.4 |
| 1206 | 2026-05-20T16:33:23.854Z | Downloaded uuid v1.23.0 |
| 1207 | 2026-05-20T16:33:23.857Z | Downloaded chrono v0.4.44 |
| 1208 | 2026-05-20T16:33:23.884Z | Downloaded tungstenite v0.23.0 |
| 1209 | 2026-05-20T16:33:23.887Z | Downloaded p521 v0.13.3 |
| 1210 | 2026-05-20T16:33:23.892Z | Downloaded typify v0.4.3 |
| 1211 | 2026-05-20T16:33:23.898Z | Downloaded reedline v0.40.0 |
| 1212 | 2026-05-20T16:33:23.903Z | Downloaded tokio-postgres v0.7.16 |
| 1213 | 2026-05-20T16:33:23.903Z | Downloaded reqwest v0.13.2 |
| 1214 | 2026-05-20T16:33:23.906Z | Downloaded regex v1.12.3 |
| 1215 | 2026-05-20T16:33:23.913Z | Downloaded unicode-bidi v0.3.18 |
| 1216 | 2026-05-20T16:33:23.916Z | Downloaded toml_edit v0.19.15 |
| 1217 | 2026-05-20T16:33:23.924Z | Downloaded zip v0.6.6 |
| 1218 | 2026-05-20T16:33:23.927Z | Downloaded zopfli v0.8.3 |
| 1219 | 2026-05-20T16:33:23.930Z | Downloaded rayon v1.11.0 |
| 1220 | 2026-05-20T16:33:23.932Z | Downloaded vte v0.14.1 |
| 1221 | 2026-05-20T16:33:23.935Z | Downloaded reqwest v0.12.28 |
| 1222 | 2026-05-20T16:33:23.938Z | Downloaded yansi v1.0.1 |
| 1223 | 2026-05-20T16:33:23.941Z | Downloaded ssh-key v0.6.7 |
| 1224 | 2026-05-20T16:33:23.944Z | Downloaded git2 v0.20.4 |
| 1225 | 2026-05-20T16:33:23.946Z | Downloaded rpassword v7.4.0 |
| 1226 | 2026-05-20T16:33:23.949Z | Downloaded bindgen v0.71.1 |
| 1227 | 2026-05-20T16:33:23.952Z | Downloaded unicode_categories v0.1.1 |
| 1228 | 2026-05-20T16:33:23.955Z | Downloaded p384 v0.13.1 |
| 1229 | 2026-05-20T16:33:23.958Z | Downloaded typed-path v0.9.3 |
| 1230 | 2026-05-20T16:33:23.961Z | Downloaded quick-xml v0.37.5 |
| 1231 | 2026-05-20T16:33:23.973Z | Downloaded unicode-segmentation v1.12.0 |
| 1232 | 2026-05-20T16:33:23.976Z | Downloaded x509-cert v0.2.5 |
| 1233 | 2026-05-20T16:33:23.980Z | Downloaded tower v0.5.3 |
| 1234 | 2026-05-20T16:33:23.985Z | Downloaded zerocopy-derive v0.8.40 |
| 1235 | 2026-05-20T16:33:23.989Z | Downloaded rustls-webpki v0.101.7 |
| 1236 | 2026-05-20T16:33:23.997Z | Downloaded bstr v1.12.1 |
| 1237 | 2026-05-20T16:33:24.006Z | Downloaded salty v0.3.0 |
| 1238 | 2026-05-20T16:33:24.010Z | Downloaded tower-http v0.6.8 |
| 1239 | 2026-05-20T16:33:24.015Z | Downloaded zip v4.6.1 |
| 1240 | 2026-05-20T16:33:24.018Z | Downloaded petname v2.0.2 |
| 1241 | 2026-05-20T16:33:24.021Z | Downloaded rustls-webpki v0.102.8 |
| 1242 | 2026-05-20T16:33:24.031Z | Downloaded serde_with v3.17.0 |
| 1243 | 2026-05-20T16:33:24.037Z | Downloaded proptest v1.10.0 |
| 1244 | 2026-05-20T16:33:24.043Z | Downloaded lalrpop v0.19.12 |
| 1245 | 2026-05-20T16:33:24.049Z | Downloaded moka v0.12.13 |
| 1246 | 2026-05-20T16:33:24.053Z | Downloaded portable-atomic v1.13.1 |
| 1247 | 2026-05-20T16:33:24.057Z | Downloaded tough v0.22.0 |
| 1248 | 2026-05-20T16:33:24.062Z | Downloaded goblin v0.10.5 |
| 1249 | 2026-05-20T16:33:24.077Z | Downloaded quinn-proto v0.11.13 |
| 1250 | 2026-05-20T16:33:24.086Z | Downloaded unicode-normalization v0.1.25 |
| 1251 | 2026-05-20T16:33:24.089Z | Downloaded tokio-util v0.7.18 |
| 1252 | 2026-05-20T16:33:24.099Z | Downloaded winnow v0.5.40 |
| 1253 | 2026-05-20T16:33:24.104Z | Downloaded polar-core v0.27.3 |
| 1254 | 2026-05-20T16:33:24.108Z | Downloaded winnow v0.6.26 |
| 1255 | 2026-05-20T16:33:24.114Z | Downloaded curve25519-dalek v4.1.3 |
| 1256 | 2026-05-20T16:33:24.119Z | Downloaded nix v0.27.1 |
| 1257 | 2026-05-20T16:33:24.124Z | Downloaded openssl v0.10.79 |
| 1258 | 2026-05-20T16:33:24.139Z | Downloaded radix_trie v0.2.1 |
| 1259 | 2026-05-20T16:33:24.156Z | Downloaded object v0.30.4 |
| 1260 | 2026-05-20T16:33:24.162Z | Downloaded regex-syntax v0.6.29 |
| 1261 | 2026-05-20T16:33:24.169Z | Downloaded hickory-proto v0.24.4 |
| 1262 | 2026-05-20T16:33:24.192Z | Downloaded vcpkg v0.2.15 |
| 1263 | 2026-05-20T16:33:24.217Z | Downloaded webpki-roots v1.0.6 |
| 1264 | 2026-05-20T16:33:24.220Z | Downloaded time v0.3.47 |
| 1265 | 2026-05-20T16:33:24.224Z | Downloaded tabled v0.20.0 |
| 1266 | 2026-05-20T16:33:24.234Z | Downloaded rustls v0.21.12 |
| 1267 | 2026-05-20T16:33:24.239Z | Downloaded zerocopy v0.8.40 |
| 1268 | 2026-05-20T16:33:24.244Z | Downloaded zlib-rs v0.6.2 |
| 1269 | 2026-05-20T16:33:24.247Z | Downloaded regress v0.10.5 |
| 1270 | 2026-05-20T16:33:24.253Z | Downloaded smoltcp v0.11.0 |
| 1271 | 2026-05-20T16:33:24.258Z | Downloaded regex-syntax v0.8.10 |
| 1272 | 2026-05-20T16:33:24.263Z | Downloaded smoltcp v0.9.1 |
| 1273 | 2026-05-20T16:33:24.269Z | Downloaded rustls v0.23.37 |
| 1274 | 2026-05-20T16:33:24.275Z | Downloaded rustix v0.38.44 |
| 1275 | 2026-05-20T16:33:24.288Z | Downloaded object v0.37.3 |
| 1276 | 2026-05-20T16:33:24.293Z | Downloaded hickory-proto v0.25.2 |
| 1277 | 2026-05-20T16:33:24.301Z | Downloaded regress v0.11.1 |
| 1278 | 2026-05-20T16:33:24.306Z | Downloaded diesel v2.3.7 |
| 1279 | 2026-05-20T16:33:24.318Z | Downloaded nix v0.31.2 |
| 1280 | 2026-05-20T16:33:24.324Z | Downloaded rustls v0.22.4 |
| 1281 | 2026-05-20T16:33:24.331Z | Downloaded dropshot v0.17.0 |
| 1282 | 2026-05-20T16:33:24.343Z | Downloaded openapiv3 v2.2.0 |
| 1283 | 2026-05-20T16:33:24.349Z | Downloaded nix v0.28.0 |
| 1284 | 2026-05-20T16:33:24.355Z | Downloaded sled v0.34.7 |
| 1285 | 2026-05-20T16:33:24.368Z | Downloaded sqlparser v0.61.0 |
| 1286 | 2026-05-20T16:33:24.375Z | Downloaded tracing v0.1.44 |
| 1287 | 2026-05-20T16:33:24.388Z | Downloaded ratatui v0.29.0 |
| 1288 | 2026-05-20T16:33:24.399Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1289 | 2026-05-20T16:33:24.407Z | Downloaded typify-impl v0.6.2 |
| 1290 | 2026-05-20T16:33:24.414Z | Downloaded zerocopy-derive v0.6.6 |
| 1291 | 2026-05-20T16:33:24.421Z | Downloaded typify-impl v0.4.3 |
| 1292 | 2026-05-20T16:33:24.429Z | Downloaded regex-automata v0.4.14 |
| 1293 | 2026-05-20T16:33:24.441Z | Downloaded jiff v0.2.21 |
| 1294 | 2026-05-20T16:33:24.451Z | Downloaded petgraph v0.6.5 |
| 1295 | 2026-05-20T16:33:24.462Z | Downloaded chrono-tz v0.10.4 |
| 1296 | 2026-05-20T16:33:24.471Z | Downloaded petgraph v0.8.3 |
| 1297 | 2026-05-20T16:33:24.503Z | Downloaded sha3 v0.10.8 |
| 1298 | 2026-05-20T16:33:24.555Z | Downloaded csv v1.4.0 |
| 1299 | 2026-05-20T16:33:24.586Z | Downloaded libz-sys v1.1.24 |
| 1300 | 2026-05-20T16:33:24.598Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1301 | 2026-05-20T16:33:24.612Z | Downloaded tokio v1.52.1 |
| 1302 | 2026-05-20T16:33:24.695Z | Downloaded encoding_rs v0.8.35 |
| 1303 | 2026-05-20T16:33:24.730Z | Downloaded ring v0.17.14 |
| 1304 | 2026-05-20T16:33:24.770Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1305 | 2026-05-20T16:33:25.084Z | Downloaded aws-lc-sys v0.40.0 |
| 1306 | 2026-05-20T16:33:25.344Z | Compiling libc v0.2.185 |
| 1307 | 2026-05-20T16:33:25.344Z | Compiling serde v1.0.228 |
| 1308 | 2026-05-20T16:33:25.347Z | Compiling log v0.4.29 |
| 1309 | 2026-05-20T16:33:25.347Z | Compiling find-msvc-tools v0.1.9 |
| 1310 | 2026-05-20T16:33:25.494Z | Compiling shlex v1.3.0 |
| 1311 | 2026-05-20T16:33:25.497Z | Compiling smallvec v1.15.1 |
| 1312 | 2026-05-20T16:33:25.512Z | Compiling syn v2.0.117 |
| 1313 | 2026-05-20T16:33:25.533Z | Compiling typenum v1.19.0 |
| 1314 | 2026-05-20T16:33:25.705Z | Compiling generic-array v0.14.7 |
| 1315 | 2026-05-20T16:33:25.718Z | Compiling subtle v2.6.1 |
| 1316 | 2026-05-20T16:33:25.721Z | Compiling scopeguard v1.2.0 |
| 1317 | 2026-05-20T16:33:25.754Z | Compiling const-oid v0.9.6 |
| 1318 | 2026-05-20T16:33:25.821Z | Compiling lock_api v0.4.14 |
| 1319 | 2026-05-20T16:33:25.835Z | Compiling serde_json v1.0.149 |
| 1320 | 2026-05-20T16:33:25.891Z | Compiling zerocopy v0.8.40 |
| 1321 | 2026-05-20T16:33:25.954Z | Compiling portable-atomic v1.13.1 |
| 1322 | 2026-05-20T16:33:26.060Z | Compiling parking_lot_core v0.9.12 |
| 1323 | 2026-05-20T16:33:26.297Z | Compiling pin-project-lite v0.2.17 |
| 1324 | 2026-05-20T16:33:26.349Z | Compiling getrandom v0.2.17 |
| 1325 | 2026-05-20T16:33:26.392Z | Compiling jobserver v0.1.34 |
| 1326 | 2026-05-20T16:33:26.420Z | Compiling errno v0.3.14 |
| 1327 | 2026-05-20T16:33:26.480Z | Compiling rand_core v0.6.4 |
| 1328 | 2026-05-20T16:33:26.493Z | Compiling pkg-config v0.3.32 |
| 1329 | 2026-05-20T16:33:26.588Z | Compiling signal-hook-registry v1.4.8 |
| 1330 | 2026-05-20T16:33:26.749Z | Compiling cc v1.2.56 |
| 1331 | 2026-05-20T16:33:26.782Z | Compiling bitflags v2.11.0 |
| 1332 | 2026-05-20T16:33:26.843Z | Compiling critical-section v1.2.0 |
| 1333 | 2026-05-20T16:33:26.856Z | Compiling futures-core v0.3.32 |
| 1334 | 2026-05-20T16:33:26.966Z | Compiling libm v0.2.16 |
| 1335 | 2026-05-20T16:33:26.997Z | Compiling once_cell v1.21.3 |
| 1336 | 2026-05-20T16:33:27.021Z | Compiling parking_lot v0.12.5 |
| 1337 | 2026-05-20T16:33:27.035Z | Compiling mio v1.2.0 |
| 1338 | 2026-05-20T16:33:27.052Z | Compiling num-traits v0.2.19 |
| 1339 | 2026-05-20T16:33:27.166Z | Compiling percent-encoding v2.3.2 |
| 1340 | 2026-05-20T16:33:27.211Z | Compiling socket2 v0.6.3 |
| 1341 | 2026-05-20T16:33:27.353Z | Compiling futures-sink v0.3.32 |
| 1342 | 2026-05-20T16:33:27.387Z | Compiling slab v0.4.12 |
| 1343 | 2026-05-20T16:33:27.403Z | Compiling getrandom v0.4.1 |
| 1344 | 2026-05-20T16:33:27.460Z | Compiling futures-channel v0.3.32 |
| 1345 | 2026-05-20T16:33:27.487Z | Compiling futures-task v0.3.32 |
| 1346 | 2026-05-20T16:33:27.561Z | Compiling futures-io v0.3.32 |
| 1347 | 2026-05-20T16:33:27.605Z | Compiling cpufeatures v0.2.17 |
| 1348 | 2026-05-20T16:33:27.657Z | Compiling rand_core v0.10.0 |
| 1349 | 2026-05-20T16:33:27.681Z | Compiling indexmap v2.14.0 |
| 1350 | 2026-05-20T16:33:27.695Z | Compiling getrandom v0.3.4 |
| 1351 | 2026-05-20T16:33:27.713Z | Compiling rustversion v1.0.22 |
| 1352 | 2026-05-20T16:33:27.751Z | Compiling cmake v0.1.57 |
| 1353 | 2026-05-20T16:33:28.104Z | Compiling form_urlencoded v1.2.2 |
| 1354 | 2026-05-20T16:33:28.143Z | Compiling fs_extra v1.3.0 |
| 1355 | 2026-05-20T16:33:28.279Z | Compiling dunce v1.0.5 |
| 1356 | 2026-05-20T16:33:28.316Z | Compiling synstructure v0.13.2 |
| 1357 | 2026-05-20T16:33:28.375Z | Compiling base64ct v1.8.3 |
| 1358 | 2026-05-20T16:33:28.389Z | Compiling ident_case v1.0.1 |
| 1359 | 2026-05-20T16:33:28.416Z | Compiling aws-lc-sys v0.40.0 |
| 1360 | 2026-05-20T16:33:28.511Z | Compiling regex-syntax v0.8.10 |
| 1361 | 2026-05-20T16:33:28.648Z | Compiling pem-rfc7468 v0.7.0 |
| 1362 | 2026-05-20T16:33:28.662Z | Compiling iana-time-zone v0.1.65 |
| 1363 | 2026-05-20T16:33:28.662Z | Compiling flagset v0.4.7 |
| 1364 | 2026-05-20T16:33:28.793Z | Compiling rustix v1.1.3 |
| 1365 | 2026-05-20T16:33:28.894Z | Compiling rand_core v0.9.5 |
| 1366 | 2026-05-20T16:33:28.894Z | Compiling ring v0.17.14 |
| 1367 | 2026-05-20T16:33:29.005Z | Compiling vcpkg v0.2.15 |
| 1368 | 2026-05-20T16:33:29.032Z | Compiling aws-lc-rs v1.16.3 |
| 1369 | 2026-05-20T16:33:29.218Z | Compiling uuid v1.23.0 |
| 1370 | 2026-05-20T16:33:29.324Z | Compiling rustc_version v0.4.1 |
| 1371 | 2026-05-20T16:33:29.654Z | Compiling tracing-core v0.1.36 |
| 1372 | 2026-05-20T16:33:29.754Z | Compiling openssl-sys v0.9.115 |
| 1373 | 2026-05-20T16:33:29.935Z | Compiling base64 v0.22.1 |
| 1374 | 2026-05-20T16:33:30.170Z | Compiling serde_derive v1.0.228 |
| 1375 | 2026-05-20T16:33:30.220Z | Compiling zeroize_derive v1.4.3 |
| 1376 | 2026-05-20T16:33:30.276Z | Compiling zerofrom-derive v0.1.6 |
| 1377 | 2026-05-20T16:33:30.301Z | Compiling yoke-derive v0.8.1 |
| 1378 | 2026-05-20T16:33:30.608Z | Compiling zerocopy-derive v0.8.40 |
| 1379 | 2026-05-20T16:33:30.886Z | Compiling zeroize v1.8.2 |
| 1380 | 2026-05-20T16:33:30.984Z | Compiling zerovec-derive v0.11.2 |
| 1381 | 2026-05-20T16:33:31.499Z | Compiling displaydoc v0.2.5 |
| 1382 | 2026-05-20T16:33:31.655Z | Compiling crypto-common v0.1.7 |
| 1383 | 2026-05-20T16:33:31.705Z | Compiling zerofrom v0.1.6 |
| 1384 | 2026-05-20T16:33:31.802Z | Compiling block-buffer v0.10.4 |
| 1385 | 2026-05-20T16:33:31.829Z | Compiling yoke v0.8.1 |
| 1386 | 2026-05-20T16:33:31.969Z | Compiling digest v0.10.7 |
| 1387 | 2026-05-20T16:33:32.017Z | Compiling tokio-macros v2.7.0 |
| 1388 | 2026-05-20T16:33:32.099Z | Compiling zerovec v0.11.5 |
| 1389 | 2026-05-20T16:33:32.219Z | Compiling futures-macro v0.3.32 |
| 1390 | 2026-05-20T16:33:32.234Z | Compiling zerotrie v0.2.3 |
| 1391 | 2026-05-20T16:33:32.531Z | Compiling hmac v0.12.1 |
| 1392 | 2026-05-20T16:33:32.602Z | Compiling tinystr v0.8.2 |
| 1393 | 2026-05-20T16:33:32.692Z | Compiling potential_utf v0.1.4 |
| 1394 | 2026-05-20T16:33:32.738Z | Compiling block-padding v0.3.3 |
| 1395 | 2026-05-20T16:33:32.807Z | Compiling icu_locale_core v2.1.1 |
| 1396 | 2026-05-20T16:33:32.856Z | Compiling icu_collections v2.1.1 |
| 1397 | 2026-05-20T16:33:32.890Z | Compiling inout v0.1.4 |
| 1398 | 2026-05-20T16:33:33.009Z | Compiling futures-util v0.3.32 |
| 1399 | 2026-05-20T16:33:33.054Z | Compiling cipher v0.4.4 |
| 1400 | 2026-05-20T16:33:33.313Z | Compiling sha2 v0.10.9 |
| 1401 | 2026-05-20T16:33:33.327Z | Compiling der_derive v0.7.3 |
| 1402 | 2026-05-20T16:33:33.650Z | Compiling bytes v1.11.1 |
| 1403 | 2026-05-20T16:33:33.692Z | Compiling icu_provider v2.1.1 |
| 1404 | 2026-05-20T16:33:34.047Z | Compiling icu_normalizer v2.1.1 |
| 1405 | 2026-05-20T16:33:34.284Z | Compiling tokio v1.52.1 |
| 1406 | 2026-05-20T16:33:34.337Z | Compiling icu_properties v2.1.2 |
| 1407 | 2026-05-20T16:33:34.351Z | Compiling der v0.7.10 |
| 1408 | 2026-05-20T16:33:34.613Z | Compiling http v1.4.0 |
| 1409 | 2026-05-20T16:33:34.737Z | Compiling chrono v0.4.44 |
| 1410 | 2026-05-20T16:33:35.125Z | Compiling ppv-lite86 v0.2.21 |
| 1411 | 2026-05-20T16:33:35.331Z | Compiling idna_adapter v1.2.1 |
| 1412 | 2026-05-20T16:33:35.434Z | Compiling spki v0.7.3 |
| 1413 | 2026-05-20T16:33:35.448Z | Compiling idna v1.1.0 |
| 1414 | 2026-05-20T16:33:35.474Z | Compiling salsa20 v0.10.2 |
| 1415 | 2026-05-20T16:33:35.536Z | Compiling pbkdf2 v0.12.2 |
| 1416 | 2026-05-20T16:33:35.554Z | Compiling rustls-pki-types v1.14.0 |
| 1417 | 2026-05-20T16:33:35.608Z | Compiling thiserror-impl v2.0.18 |
| 1418 | 2026-05-20T16:33:35.633Z | Compiling tracing-attributes v0.1.31 |
| 1419 | 2026-05-20T16:33:35.648Z | Compiling scrypt v0.11.0 |
| 1420 | 2026-05-20T16:33:35.899Z | Compiling url v2.5.8 |
| 1421 | 2026-05-20T16:33:35.994Z | Compiling rand_chacha v0.9.0 |
| 1422 | 2026-05-20T16:33:36.086Z | Compiling http-body v1.0.1 |
| 1423 | 2026-05-20T16:33:36.100Z | Compiling cbc v0.1.2 |
| 1424 | 2026-05-20T16:33:36.237Z | Compiling aes v0.8.4 |
| 1425 | 2026-05-20T16:33:36.339Z | Compiling openssl-probe v0.2.1 |
| 1426 | 2026-05-20T16:33:36.515Z | Compiling tinyvec_macros v0.1.1 |
| 1427 | 2026-05-20T16:33:36.591Z | Compiling httparse v1.10.1 |
| 1428 | 2026-05-20T16:33:36.678Z | Compiling untrusted v0.7.1 |
| 1429 | 2026-05-20T16:33:36.681Z | Compiling untrusted v0.9.0 |
| 1430 | 2026-05-20T16:33:36.821Z | Compiling pkcs5 v0.7.1 |
| 1431 | 2026-05-20T16:33:36.917Z | Compiling thiserror v2.0.18 |
| 1432 | 2026-05-20T16:33:36.932Z | Compiling tracing v0.1.44 |
| 1433 | 2026-05-20T16:33:36.992Z | Compiling tinyvec v1.10.0 |
| 1434 | 2026-05-20T16:33:37.022Z | Compiling pest_generator v2.8.6 |
| 1435 | 2026-05-20T16:33:37.192Z | Compiling rand v0.9.2 |
| 1436 | 2026-05-20T16:33:37.287Z | Compiling serde_derive_internals v0.29.1 |
| 1437 | 2026-05-20T16:33:37.302Z | Compiling aho-corasick v1.1.4 |
| 1438 | 2026-05-20T16:33:37.332Z | Compiling atomic-waker v1.1.2 |
| 1439 | 2026-05-20T16:33:37.457Z | Compiling try-lock v0.2.5 |
| 1440 | 2026-05-20T16:33:37.587Z | Compiling schemars v0.8.22 |
| 1441 | 2026-05-20T16:33:37.717Z | Compiling tower-layer v0.3.3 |
| 1442 | 2026-05-20T16:33:37.773Z | Compiling rustls v0.23.37 |
| 1443 | 2026-05-20T16:33:37.866Z | Compiling tower-service v0.3.3 |
| 1444 | 2026-05-20T16:33:37.940Z | Compiling dyn-clone v1.0.20 |
| 1445 | 2026-05-20T16:33:37.963Z | Compiling tokio-util v0.7.18 |
| 1446 | 2026-05-20T16:33:37.995Z | Compiling pest_derive v2.8.6 |
| 1447 | 2026-05-20T16:33:38.076Z | Compiling want v0.3.1 |
| 1448 | 2026-05-20T16:33:38.164Z | Compiling schemars_derive v0.8.22 |
| 1449 | 2026-05-20T16:33:38.240Z | Compiling regex-automata v0.4.14 |
| 1450 | 2026-05-20T16:33:38.416Z | Compiling pkcs8 v0.10.2 |
| 1451 | 2026-05-20T16:33:38.729Z | Compiling h2 v0.4.13 |
| 1452 | 2026-05-20T16:33:38.863Z | Compiling ipnet v2.11.0 |
| 1453 | 2026-05-20T16:33:39.009Z | Compiling scroll_derive v0.13.1 |
| 1454 | 2026-05-20T16:33:39.035Z | Compiling darling_core v0.20.11 |
| 1455 | 2026-05-20T16:33:39.400Z | Compiling pin-utils v0.1.0 |
| 1456 | 2026-05-20T16:33:39.460Z | Compiling foreign-types-shared v0.1.1 |
| 1457 | 2026-05-20T16:33:39.474Z | Compiling openssl v0.10.79 |
| 1458 | 2026-05-20T16:33:39.550Z | Compiling httpdate v1.0.3 |
| 1459 | 2026-05-20T16:33:39.707Z | Compiling tempfile v3.25.0 |
| 1460 | 2026-05-20T16:33:39.797Z | Compiling foreign-types v0.3.2 |
| 1461 | 2026-05-20T16:33:39.824Z | Compiling scroll v0.13.0 |
| 1462 | 2026-05-20T16:33:39.941Z | Compiling unicode-normalization v0.1.25 |
| 1463 | 2026-05-20T16:33:40.099Z | Compiling openssl-macros v0.1.1 |
| 1464 | 2026-05-20T16:33:40.395Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1465 | 2026-05-20T16:33:40.482Z | Compiling spin v0.9.8 |
| 1466 | 2026-05-20T16:33:40.498Z | Compiling native-tls v0.2.18 |
| 1467 | 2026-05-20T16:33:40.684Z | Compiling time-core v0.1.8 |
| 1468 | 2026-05-20T16:33:40.698Z | Compiling num-conv v0.2.0 |
| 1469 | 2026-05-20T16:33:40.775Z | Compiling powerfmt v0.2.0 |
| 1470 | 2026-05-20T16:33:40.827Z | Compiling crc32fast v1.5.0 |
| 1471 | 2026-05-20T16:33:40.830Z | Compiling time-macros v0.2.27 |
| 1472 | 2026-05-20T16:33:40.977Z | Compiling deranged v0.5.8 |
| 1473 | 2026-05-20T16:33:41.343Z | Compiling darling_macro v0.20.11 |
| 1474 | 2026-05-20T16:33:41.803Z | Compiling hyper v1.8.1 |
| 1475 | 2026-05-20T16:33:41.871Z | Compiling darling v0.20.11 |
| 1476 | 2026-05-20T16:33:41.943Z | Compiling goblin v0.10.5 |
| 1477 | 2026-05-20T16:33:41.957Z | Compiling rustls-native-certs v0.8.3 |
| 1478 | 2026-05-20T16:33:42.244Z | Compiling sync_wrapper v1.0.2 |
| 1479 | 2026-05-20T16:33:42.354Z | Compiling wait-timeout v0.2.1 |
| 1480 | 2026-05-20T16:33:42.370Z | Compiling crossbeam-utils v0.8.21 |
| 1481 | 2026-05-20T16:33:42.616Z | Compiling quick-error v1.2.3 |
| 1482 | 2026-05-20T16:33:42.651Z | Compiling num_threads v0.1.7 |
| 1483 | 2026-05-20T16:33:42.719Z | Compiling siphasher v1.0.2 |
| 1484 | 2026-05-20T16:33:42.734Z | Compiling bit-vec v0.8.0 |
| 1485 | 2026-05-20T16:33:42.747Z | Compiling usdt-impl v0.6.0 |
| 1486 | 2026-05-20T16:33:42.908Z | Compiling hyper-util v0.1.20 |
| 1487 | 2026-05-20T16:33:42.945Z | Compiling syn v1.0.109 |
| 1488 | 2026-05-20T16:33:42.959Z | Compiling simd-adler32 v0.3.8 |
| 1489 | 2026-05-20T16:33:43.224Z | Compiling bit-set v0.8.0 |
| 1490 | 2026-05-20T16:33:43.293Z | Compiling time v0.3.47 |
| 1491 | 2026-05-20T16:33:43.392Z | Compiling rusty-fork v0.3.1 |
| 1492 | 2026-05-20T16:33:43.707Z | Compiling tower v0.5.3 |
| 1493 | 2026-05-20T16:33:43.724Z | Compiling derive_builder_core v0.20.2 |
| 1494 | 2026-05-20T16:33:44.222Z | Compiling dtrace-parser v0.3.0 |
| 1495 | 2026-05-20T16:33:44.425Z | Compiling http-body-util v0.1.3 |
| 1496 | 2026-05-20T16:33:44.645Z | Compiling webpki-roots v1.0.6 |
| 1497 | 2026-05-20T16:33:44.660Z | Compiling signature v2.2.0 |
| 1498 | 2026-05-20T16:33:44.675Z | Compiling dof v0.4.0 |
| 1499 | 2026-05-20T16:33:44.768Z | Compiling scroll_derive v0.12.1 |
| 1500 | 2026-05-20T16:33:44.842Z | Compiling thiserror-impl v1.0.69 |
| 1501 | 2026-05-20T16:33:44.935Z | Compiling heapless v0.7.17 |
| 1502 | 2026-05-20T16:33:44.993Z | Compiling rand_xorshift v0.4.0 |
| 1503 | 2026-05-20T16:33:45.160Z | Compiling slog v2.8.2 |
| 1504 | 2026-05-20T16:33:45.175Z | Compiling darling_core v0.21.3 |
| 1505 | 2026-05-20T16:33:45.342Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1506 | 2026-05-20T16:33:45.428Z | Compiling thread-id v5.1.0 |
| 1507 | 2026-05-20T16:33:45.514Z | Compiling cookie v0.18.1 |
| 1508 | 2026-05-20T16:33:45.620Z | Compiling unicode-bidi v0.3.18 |
| 1509 | 2026-05-20T16:33:45.697Z | Compiling ryu v1.0.23 |
| 1510 | 2026-05-20T16:33:45.843Z | Compiling adler2 v2.0.1 |
| 1511 | 2026-05-20T16:33:45.876Z | Compiling unicode-properties v0.1.4 |
| 1512 | 2026-05-20T16:33:45.977Z | Compiling unarray v0.1.4 |
| 1513 | 2026-05-20T16:33:46.081Z | Compiling paste v1.0.15 |
| 1514 | 2026-05-20T16:33:46.081Z | Compiling signal-hook v0.3.18 |
| 1515 | 2026-05-20T16:33:46.108Z | Compiling allocator-api2 v0.2.21 |
| 1516 | 2026-05-20T16:33:46.146Z | Compiling iri-string v0.7.10 |
| 1517 | 2026-05-20T16:33:46.221Z | Compiling anyhow v1.0.102 |
| 1518 | 2026-05-20T16:33:46.258Z | Compiling zstd-safe v7.2.4 |
| 1519 | 2026-05-20T16:33:46.414Z | Compiling thiserror v1.0.69 |
| 1520 | 2026-05-20T16:33:46.430Z | Compiling proptest v1.10.0 |
| 1521 | 2026-05-20T16:33:46.446Z | Compiling stringprep v0.1.5 |
| 1522 | 2026-05-20T16:33:46.511Z | Compiling miniz_oxide v0.8.9 |
| 1523 | 2026-05-20T16:33:46.739Z | Compiling serde_urlencoded v0.7.1 |
| 1524 | 2026-05-20T16:33:47.113Z | Compiling scroll v0.12.0 |
| 1525 | 2026-05-20T16:33:47.374Z | Compiling tower-http v0.6.8 |
| 1526 | 2026-05-20T16:33:47.617Z | Compiling derive_builder_macro v0.20.2 |
| 1527 | 2026-05-20T16:33:47.662Z | Compiling darling_macro v0.21.3 |
| 1528 | 2026-05-20T16:33:47.690Z | Compiling tokio-native-tls v0.3.1 |
| 1529 | 2026-05-20T16:33:47.800Z | Compiling ipnetwork v0.21.1 |
| 1530 | 2026-05-20T16:33:47.858Z | Compiling bstr v1.12.1 |
| 1531 | 2026-05-20T16:33:48.074Z | Compiling rand_chacha v0.3.1 |
| 1532 | 2026-05-20T16:33:48.108Z | Compiling erased-serde v0.3.31 |
| 1533 | 2026-05-20T16:33:48.139Z | Compiling serde_tokenstream v0.2.3 |
| 1534 | 2026-05-20T16:33:48.193Z | Compiling toml_datetime v0.6.11 |
| 1535 | 2026-05-20T16:33:48.448Z | Compiling serde_spanned v0.6.9 |
| 1536 | 2026-05-20T16:33:48.448Z | Compiling md-5 v0.10.6 |
| 1537 | 2026-05-20T16:33:48.499Z | Compiling async-trait v0.1.89 |
| 1538 | 2026-05-20T16:33:48.592Z | Compiling pin-project-internal v1.1.11 |
| 1539 | 2026-05-20T16:33:48.592Z | Compiling zerocopy-derive v0.7.35 |
| 1540 | 2026-05-20T16:33:48.625Z | Compiling curve25519-dalek v4.1.3 |
| 1541 | 2026-05-20T16:33:48.871Z | Compiling vergen-lib v9.1.0 |
| 1542 | 2026-05-20T16:33:49.007Z | Compiling num-integer v0.1.46 |
| 1543 | 2026-05-20T16:33:49.114Z | Compiling hash32 v0.2.1 |
| 1544 | 2026-05-20T16:33:49.309Z | Compiling ff v0.13.1 |
| 1545 | 2026-05-20T16:33:49.339Z | Compiling memoffset v0.9.1 |
| 1546 | 2026-05-20T16:33:49.451Z | Compiling encoding_rs v0.8.35 |
| 1547 | 2026-05-20T16:33:49.506Z | Compiling zlib-rs v0.6.2 |
| 1548 | 2026-05-20T16:33:49.531Z | Compiling rustix v0.38.44 |
| 1549 | 2026-05-20T16:33:49.534Z | Compiling litrs v1.0.0 |
| 1550 | 2026-05-20T16:33:49.792Z | Compiling cfg_aliases v0.2.1 |
| 1551 | 2026-05-20T16:33:49.870Z | Compiling base16ct v0.2.0 |
| 1552 | 2026-05-20T16:33:49.895Z | Compiling mime v0.3.17 |
| 1553 | 2026-05-20T16:33:50.052Z | Compiling smoltcp v0.9.1 |
| 1554 | 2026-05-20T16:33:50.055Z | Compiling num-bigint-dig v0.8.6 |
| 1555 | 2026-05-20T16:33:50.163Z | Compiling psl-types v2.0.11 |
| 1556 | 2026-05-20T16:33:50.249Z | Compiling ref-cast v1.0.25 |
| 1557 | 2026-05-20T16:33:50.295Z | Compiling fallible-iterator v0.2.0 |
| 1558 | 2026-05-20T16:33:50.428Z | Compiling publicsuffix v2.3.0 |
| 1559 | 2026-05-20T16:33:50.598Z | Compiling postgres-protocol v0.6.10 |
| 1560 | 2026-05-20T16:33:50.612Z | Compiling document-features v0.2.12 |
| 1561 | 2026-05-20T16:33:50.641Z | Compiling sec1 v0.7.3 |
| 1562 | 2026-05-20T16:33:50.973Z | Compiling nix v0.31.2 |
| 1563 | 2026-05-20T16:33:51.009Z | Compiling pin-project v1.1.11 |
| 1564 | 2026-05-20T16:33:51.138Z | Compiling zerocopy v0.7.35 |
| 1565 | 2026-05-20T16:33:51.199Z | Compiling group v0.13.0 |
| 1566 | 2026-05-20T16:33:51.335Z | Compiling num-iter v0.1.45 |
| 1567 | 2026-05-20T16:33:51.454Z | Compiling newtype-uuid v1.3.2 |
| 1568 | 2026-05-20T16:33:51.667Z | Compiling hubpack_derive v0.1.1 |
| 1569 | 2026-05-20T16:33:51.681Z | Compiling rand v0.8.6 |
| 1570 | 2026-05-20T16:33:51.681Z | Compiling darling v0.21.3 |
| 1571 | 2026-05-20T16:33:51.765Z | Compiling derive_builder v0.20.2 |
| 1572 | 2026-05-20T16:33:51.778Z | Compiling oxnet v0.1.4 |
| 1573 | 2026-05-20T16:33:51.859Z | Compiling hyper-tls v0.6.0 |
| 1574 | 2026-05-20T16:33:52.096Z | Compiling goblin v0.8.2 |
| 1575 | 2026-05-20T16:33:52.474Z | Compiling flate2 v1.1.9 |
| 1576 | 2026-05-20T16:33:52.537Z | Compiling phf_shared v0.13.1 |
| 1577 | 2026-05-20T16:33:52.678Z | Compiling lazy_static v1.5.0 |
| 1578 | 2026-05-20T16:33:52.703Z | Compiling regex v1.12.3 |
| 1579 | 2026-05-20T16:33:52.773Z | Compiling futures-executor v0.3.32 |
| 1580 | 2026-05-20T16:33:52.773Z | Compiling hex v0.4.3 |
| 1581 | 2026-05-20T16:33:52.879Z | Compiling hkdf v0.12.4 |
| 1582 | 2026-05-20T16:33:53.008Z | Compiling crypto-bigint v0.5.5 |
| 1583 | 2026-05-20T16:33:53.031Z | Compiling terminal_size v0.4.3 |
| 1584 | 2026-05-20T16:33:53.046Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1585 | 2026-05-20T16:33:53.061Z | Compiling strum_macros v0.27.2 |
| 1586 | 2026-05-20T16:33:53.130Z | Compiling daft-derive v0.1.5 |
| 1587 | 2026-05-20T16:33:53.170Z | Compiling snafu-derive v0.8.9 |
| 1588 | 2026-05-20T16:33:53.688Z | Compiling ref-cast-impl v1.0.25 |
| 1589 | 2026-05-20T16:33:53.853Z | Compiling vergen v9.1.0 |
| 1590 | 2026-05-20T16:33:54.061Z | Compiling fs-err v3.3.0 |
| 1591 | 2026-05-20T16:33:54.265Z | Compiling cargo-platform v0.3.2 |
| 1592 | 2026-05-20T16:33:54.283Z | Compiling ahash v0.8.12 |
| 1593 | 2026-05-20T16:33:54.496Z | Compiling object v0.37.3 |
| 1594 | 2026-05-20T16:33:54.549Z | Compiling foldhash v0.2.0 |
| 1595 | 2026-05-20T16:33:54.774Z | Compiling bumpalo v3.20.2 |
| 1596 | 2026-05-20T16:33:54.777Z | Compiling libbz2-rs-sys v0.2.2 |
| 1597 | 2026-05-20T16:33:55.029Z | Compiling foldhash v0.1.5 |
| 1598 | 2026-05-20T16:33:55.044Z | Compiling winnow v0.5.40 |
| 1599 | 2026-05-20T16:33:55.126Z | Compiling same-file v1.0.6 |
| 1600 | 2026-05-20T16:33:55.170Z | Compiling unicode-segmentation v1.12.0 |
| 1601 | 2026-05-20T16:33:55.209Z | Compiling bitflags v1.3.2 |
| 1602 | 2026-05-20T16:33:55.286Z | Compiling managed v0.8.0 |
| 1603 | 2026-05-20T16:33:55.301Z | Compiling walkdir v2.5.0 |
| 1604 | 2026-05-20T16:33:55.505Z | Compiling bzip2 v0.6.1 |
| 1605 | 2026-05-20T16:33:55.564Z | Compiling hashbrown v0.15.5 |
| 1606 | 2026-05-20T16:33:55.615Z | Compiling snafu v0.8.9 |
| 1607 | 2026-05-20T16:33:55.670Z | Compiling strum v0.27.2 |
| 1608 | 2026-05-20T16:33:55.709Z | Compiling zopfli v0.8.3 |
| 1609 | 2026-05-20T16:33:55.847Z | Compiling hashbrown v0.16.1 |
| 1610 | 2026-05-20T16:33:55.967Z | Compiling clap_builder v4.5.60 |
| 1611 | 2026-05-20T16:33:56.155Z | Compiling cargo_metadata v0.23.1 |
| 1612 | 2026-05-20T16:33:56.286Z | Compiling dof v0.3.0 |
| 1613 | 2026-05-20T16:33:56.376Z | Compiling toml_edit v0.19.15 |
| 1614 | 2026-05-20T16:33:56.554Z | Compiling elliptic-curve v0.13.8 |
| 1615 | 2026-05-20T16:33:56.568Z | Compiling daft v0.1.5 |
| 1616 | 2026-05-20T16:33:56.964Z | Compiling futures v0.3.32 |
| 1617 | 2026-05-20T16:33:57.051Z | Compiling phf v0.13.1 |
| 1618 | 2026-05-20T16:33:57.215Z | Compiling cookie_store v0.22.1 |
| 1619 | 2026-05-20T16:33:57.497Z | Compiling signal-hook-mio v0.2.5 |
| 1620 | 2026-05-20T16:33:57.624Z | Compiling bzip2 v0.4.4 |
| 1621 | 2026-05-20T16:33:57.834Z | Compiling hubpack v0.1.2 |
| 1622 | 2026-05-20T16:33:57.853Z | Compiling zstd v0.13.3 |
| 1623 | 2026-05-20T16:33:57.894Z | Compiling serde_with_macros v3.17.0 |
| 1624 | 2026-05-20T16:33:58.157Z | Compiling postgres-types v0.2.12 |
| 1625 | 2026-05-20T16:33:58.712Z | Compiling usdt-attr-macro v0.6.0 |
| 1626 | 2026-05-20T16:33:59.014Z | Compiling usdt-macro v0.6.0 |
| 1627 | 2026-05-20T16:33:59.029Z | Compiling globset v0.4.18 |
| 1628 | 2026-05-20T16:33:59.048Z | Compiling dtrace-parser v0.2.0 |
| 1629 | 2026-05-20T16:33:59.244Z | Compiling ed25519 v2.2.3 |
| 1630 | 2026-05-20T16:33:59.513Z | Compiling phf_shared v0.11.3 |
| 1631 | 2026-05-20T16:33:59.704Z | Compiling olpc-cjson v0.1.4 |
| 1632 | 2026-05-20T16:33:59.719Z | Compiling pkcs1 v0.7.5 |
| 1633 | 2026-05-20T16:33:59.751Z | Compiling serde_plain v1.0.2 |
| 1634 | 2026-05-20T16:33:59.805Z | Compiling serde-big-array v0.5.1 |
| 1635 | 2026-05-20T16:33:59.864Z | Compiling rfc6979 v0.4.0 |
| 1636 | 2026-05-20T16:33:59.868Z | Compiling pem v3.0.6 |
| 1637 | 2026-05-20T16:33:59.945Z | Compiling async-recursion v1.1.1 |
| 1638 | 2026-05-20T16:33:59.945Z | Compiling clap_derive v4.5.55 |
| 1639 | 2026-05-20T16:33:59.986Z | Compiling enum-as-inner v0.6.1 |
| 1640 | 2026-05-20T16:34:00.114Z | Compiling serde_repr v0.1.20 |
| 1641 | 2026-05-20T16:34:00.187Z | Compiling strum_macros v0.26.4 |
| 1642 | 2026-05-20T16:34:00.198Z | Compiling float-cmp v0.10.0 |
| 1643 | 2026-05-20T16:34:00.348Z | Compiling thread-id v4.2.2 |
| 1644 | 2026-05-20T16:34:00.436Z | Compiling memmap2 v0.9.10 |
| 1645 | 2026-05-20T16:34:00.489Z | Compiling env_filter v1.0.0 |
| 1646 | 2026-05-20T16:34:00.589Z | Compiling data-encoding v2.10.0 |
| 1647 | 2026-05-20T16:34:00.639Z | Compiling fixedbitset v0.4.2 |
| 1648 | 2026-05-20T16:34:00.653Z | Compiling typed-path v0.9.3 |
| 1649 | 2026-05-20T16:34:00.793Z | Compiling predicates-core v1.0.10 |
| 1650 | 2026-05-20T16:34:00.855Z | Compiling either v1.15.0 |
| 1651 | 2026-05-20T16:34:00.971Z | Compiling whoami v2.1.0 |
| 1652 | 2026-05-20T16:34:01.062Z | Compiling fixedbitset v0.5.7 |
| 1653 | 2026-05-20T16:34:01.277Z | Compiling normalize-line-endings v0.3.0 |
| 1654 | 2026-05-20T16:34:01.349Z | Compiling new_debug_unreachable v1.0.6 |
| 1655 | 2026-05-20T16:34:01.369Z | Compiling keccak v0.1.6 |
| 1656 | 2026-05-20T16:34:01.382Z | Compiling precomputed-hash v0.1.1 |
| 1657 | 2026-05-20T16:34:01.419Z | Compiling difflib v0.4.0 |
| 1658 | 2026-05-20T16:34:01.464Z | Compiling jiff v0.2.21 |
| 1659 | 2026-05-20T16:34:01.707Z | Compiling static_assertions v1.1.0 |
| 1660 | 2026-05-20T16:34:01.786Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1661 | 2026-05-20T16:34:01.869Z | Compiling clap v4.5.60 |
| 1662 | 2026-05-20T16:34:01.895Z | Compiling strum v0.26.3 |
| 1663 | 2026-05-20T16:34:01.952Z | Compiling predicates v3.1.4 |
| 1664 | 2026-05-20T16:34:01.974Z | Compiling sha3 v0.10.8 |
| 1665 | 2026-05-20T16:34:02.024Z | Compiling string_cache v0.8.9 |
| 1666 | 2026-05-20T16:34:02.170Z | Compiling toml_edit v0.22.27 |
| 1667 | 2026-05-20T16:34:02.253Z | Compiling petgraph v0.8.3 |
| 1668 | 2026-05-20T16:34:02.421Z | Compiling tokio-postgres v0.7.16 |
| 1669 | 2026-05-20T16:34:02.597Z | Compiling itertools v0.13.0 |
| 1670 | 2026-05-20T16:34:02.637Z | Compiling hickory-proto v0.25.2 |
| 1671 | 2026-05-20T16:34:03.824Z | Compiling petgraph v0.6.5 |
| 1672 | 2026-05-20T16:34:04.161Z | Compiling zip v4.6.1 |
| 1673 | 2026-05-20T16:34:04.632Z | Compiling env_logger v0.11.9 |
| 1674 | 2026-05-20T16:34:04.697Z | Compiling usdt v0.6.0 |
| 1675 | 2026-05-20T16:34:04.970Z | Compiling usdt-impl v0.5.0 |
| 1676 | 2026-05-20T16:34:05.007Z | Compiling ecdsa v0.16.9 |
| 1677 | 2026-05-20T16:34:05.012Z | Compiling rsa v0.9.10 |
| 1678 | 2026-05-20T16:34:05.137Z | Compiling ed25519-dalek v2.2.0 |
| 1679 | 2026-05-20T16:34:05.362Z | Compiling serde_with v3.17.0 |
| 1680 | 2026-05-20T16:34:05.384Z | Compiling crossterm v0.28.1 |
| 1681 | 2026-05-20T16:34:05.721Z | Compiling zip v0.6.6 |
| 1682 | 2026-05-20T16:34:06.213Z | Compiling toml v0.7.8 |
| 1683 | 2026-05-20T16:34:06.303Z | Compiling iddqd v0.4.1 |
| 1684 | 2026-05-20T16:34:07.076Z | Compiling similar v2.7.0 |
| 1685 | 2026-05-20T16:34:07.094Z | Compiling heck v0.4.1 |
| 1686 | 2026-05-20T16:34:07.094Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1687 | 2026-05-20T16:34:07.327Z | Compiling crossbeam-epoch v0.9.18 |
| 1688 | 2026-05-20T16:34:07.404Z | Compiling tokio-stream v0.1.18 |
| 1689 | 2026-05-20T16:34:07.536Z | Compiling buf-list v1.1.2 |
| 1690 | 2026-05-20T16:34:07.718Z | Compiling x509-cert v0.2.5 |
| 1691 | 2026-05-20T16:34:07.817Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1692 | 2026-05-20T16:34:07.888Z | Compiling openapiv3 v2.2.0 |
| 1693 | 2026-05-20T16:34:07.971Z | Compiling sha1 v0.10.6 |
| 1694 | 2026-05-20T16:34:08.057Z | Compiling peg-runtime v0.8.5 |
| 1695 | 2026-05-20T16:34:08.152Z | Compiling lalrpop-util v0.19.12 |
| 1696 | 2026-05-20T16:34:08.254Z | Compiling thread_local v1.1.9 |
| 1697 | 2026-05-20T16:34:08.313Z | Compiling slog-async v2.8.0 |
| 1698 | 2026-05-20T16:34:08.313Z | Compiling crossbeam-channel v0.5.15 |
| 1699 | 2026-05-20T16:34:08.367Z | Compiling filetime v0.2.27 |
| 1700 | 2026-05-20T16:34:08.414Z | Compiling is-terminal v0.4.17 |
| 1701 | 2026-05-20T16:34:08.487Z | Compiling term v1.2.1 |
| 1702 | 2026-05-20T16:34:08.542Z | Compiling xattr v1.6.1 |
| 1703 | 2026-05-20T16:34:08.590Z | Compiling take_mut v0.2.2 |
| 1704 | 2026-05-20T16:34:08.699Z | Compiling tar v0.4.45 |
| 1705 | 2026-05-20T16:34:09.074Z | Compiling slog-term v2.9.2 |
| 1706 | 2026-05-20T16:34:18.943Z | Compiling rustls-webpki v0.103.9 |
| 1707 | 2026-05-20T16:34:21.738Z | Compiling tokio-rustls v0.26.4 |
| 1708 | 2026-05-20T16:34:21.738Z | Compiling rustls-platform-verifier v0.6.2 |
| 1709 | 2026-05-20T16:34:21.935Z | Compiling hyper-rustls v0.27.7 |
| 1710 | 2026-05-20T16:34:22.139Z | Compiling reqwest v0.12.28 |
| 1711 | 2026-05-20T16:34:22.156Z | Compiling reqwest v0.13.2 |
| 1712 | 2026-05-20T16:34:23.412Z | Compiling tough v0.22.0 |
| 1713 | 2026-05-20T16:34:26.010Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1714 | 2026-05-20T16:34:26.223Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1715 | 2026-05-20T16:34:29.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 1716 | 2026-05-20T16:34:29.253Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1717 | 2026-05-20T16:34:29.309Z | May 20 16:34:28.152 INFO Starting download, target: Clickhouse |
| 1718 | 2026-05-20T16:34:29.309Z | May 20 16:34:28.152 INFO Starting download, target: Cockroach |
| 1719 | 2026-05-20T16:34:29.309Z | May 20 16:34:28.152 INFO Starting download, target: Console |
| 1720 | 2026-05-20T16:34:29.312Z | May 20 16:34:28.152 INFO Starting download, target: DendriteStub |
| 1721 | 2026-05-20T16:34:29.313Z | May 20 16:34:28.153 INFO Starting download, target: MaghemiteMgd |
| 1722 | 2026-05-20T16:34:29.313Z | May 20 16:34:28.153 INFO Starting download, target: TransceiverControl |
| 1723 | 2026-05-20T16:34:29.313Z | May 20 16:34:28.153 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1724 | 2026-05-20T16:34:29.313Z | May 20 16:34:28.153 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1725 | 2026-05-20T16:34:29.313Z | May 20 16:34:28.153 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1726 | 2026-05-20T16:34:29.313Z | May 20 16:34:28.153 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1727 | 2026-05-20T16:34:29.313Z | May 20 16:34:28.153 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1728 | 2026-05-20T16:34:29.313Z | May 20 16:34:28.153 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1729 | 2026-05-20T16:34:29.865Z | May 20 16:34:28.696 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1730 | 2026-05-20T16:34:30.083Z | May 20 16:34:28.911 INFO Download complete, target: TransceiverControl |
| 1731 | 2026-05-20T16:34:30.343Z | May 20 16:34:29.173 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1732 | 2026-05-20T16:34:30.583Z | May 20 16:34:29.409 INFO Download complete, target: Console |
| 1733 | 2026-05-20T16:34:31.086Z | May 20 16:34:29.886 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1734 | 2026-05-20T16:34:31.172Z | May 20 16:34:30.016 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1735 | 2026-05-20T16:34:31.625Z | May 20 16:34:30.464 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1736 | 2026-05-20T16:34:31.625Z | May 20 16:34:30.464 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1737 | 2026-05-20T16:34:31.841Z | May 20 16:34:30.686 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1738 | 2026-05-20T16:34:33.427Z | May 20 16:34:32.261 INFO Download complete, target: DendriteStub |
| 1739 | 2026-05-20T16:34:33.630Z | May 20 16:34:32.464 INFO Download complete, target: MaghemiteMgd |
| 1740 | 2026-05-20T16:34:36.395Z | May 20 16:34:35.238 INFO Checking that binary works, target: Cockroach |
| 1741 | 2026-05-20T16:34:36.567Z | May 20 16:34:35.409 INFO Download complete, target: Cockroach |
| 1742 | 2026-05-20T16:34:38.702Z | May 20 16:34:37.544 INFO Checking that binary works, target: Clickhouse |
| 1743 | 2026-05-20T16:34:38.814Z | May 20 16:34:37.657 INFO Download complete, target: Clickhouse |
| 1744 | 2026-05-20T16:34:38.856Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1745 | 2026-05-20T16:34:38.861Z | |
| 1746 | 2026-05-20T16:34:38.861Z | real 2:16.667324140 |
| 1747 | 2026-05-20T16:34:38.861Z | user 6:59.130452370 |
| 1748 | 2026-05-20T16:34:38.861Z | sys 1:23.117957112 |
| 1749 | 2026-05-20T16:34:38.861Z | trap 0.216172224 |
| 1750 | 2026-05-20T16:34:38.861Z | tflt 0.982478907 |
| 1751 | 2026-05-20T16:34:38.861Z | dflt 1.115815178 |
| 1752 | 2026-05-20T16:34:38.861Z | kflt 0.041033069 |
| 1753 | 2026-05-20T16:34:38.861Z | lock 22:01.890061118 |
| 1754 | 2026-05-20T16:34:38.861Z | slp 21:31.824800461 |
| 1755 | 2026-05-20T16:34:38.861Z | lat 42.963603991 |
| 1756 | 2026-05-20T16:34:38.861Z | stop 2:03.138194121 |
| 1757 | 2026-05-20T16:34:38.861Z | + banner hack-check |
| 1758 | 2026-05-20T16:34:38.861Z | |
| 1759 | 2026-05-20T16:34:38.861Z | # # ## #### # # #### # # ###### #### # # |
| 1760 | 2026-05-20T16:34:38.861Z | # # # # # # # # # # # # # # # # # |
| 1761 | 2026-05-20T16:34:38.861Z | ###### # # # #### ##### # ###### ##### # #### |
| 1762 | 2026-05-20T16:34:38.861Z | # # ###### # # # # # # # # # # |
| 1763 | 2026-05-20T16:34:38.861Z | # # # # # # # # # # # # # # # # # |
| 1764 | 2026-05-20T16:34:38.861Z | # # # # #### # # #### # # ###### #### # # |
| 1765 | 2026-05-20T16:34:38.861Z | |
| 1766 | 2026-05-20T16:34:38.861Z | + export CARGO_INCREMENTAL=0 |
| 1767 | 2026-05-20T16:34:38.861Z | + CARGO_INCREMENTAL=0 |
| 1768 | 2026-05-20T16:34:38.861Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1769 | 2026-05-20T16:34:39.381Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1770 | 2026-05-20T16:34:39.600Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1771 | 2026-05-20T16:34:41.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
| 1772 | 2026-05-20T16:34:41.548Z | Running `target/debug/xtask check-features --ci` |
| 1773 | 2026-05-20T16:34:41.576Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1774 | 2026-05-20T16:34:41.581Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1775 | 2026-05-20T16:34:42.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1776 | 2026-05-20T16:34:42.087Z | Running `target/debug/xtask download cargo-hack` |
| 1777 | 2026-05-20T16:34:42.853Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1778 | 2026-05-20T16:34:43.168Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1779 | 2026-05-20T16:34:45.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s |
| 1780 | 2026-05-20T16:34:45.872Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1781 | 2026-05-20T16:34:45.915Z | May 20 16:34:44.759 INFO Starting download, target: CargoHack |
| 1782 | 2026-05-20T16:34:45.918Z | May 20 16:34:44.759 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1783 | 2026-05-20T16:34:46.383Z | May 20 16:34:45.227 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1784 | 2026-05-20T16:34:46.434Z | May 20 16:34:45.278 INFO Download complete, target: CargoHack |
| 1785 | 2026-05-20T16:34:46.436Z | 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" |
| 1786 | 2026-05-20T16:34:46.449Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1787 | 2026-05-20T16:34:46.603Z | info: running `cargo check --bins` on api_identity (1/276) |
| 1788 | 2026-05-20T16:34:47.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1789 | 2026-05-20T16:34:47.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1790 | 2026-05-20T16:34:47.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1791 | 2026-05-20T16:34:47.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1792 | 2026-05-20T16:34:47.171Z | |
| 1793 | 2026-05-20T16:34:47.171Z | info: running `cargo check --bins` on bootstore (2/276) |
| 1794 | 2026-05-20T16:34:47.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1795 | 2026-05-20T16:34:47.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1796 | 2026-05-20T16:34:47.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1797 | 2026-05-20T16:34:47.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1798 | 2026-05-20T16:34:47.746Z | |
| 1799 | 2026-05-20T16:34:47.746Z | info: running `cargo check --bins` on omicron-ledger (3/276) |
| 1800 | 2026-05-20T16:34:48.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1801 | 2026-05-20T16:34:48.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1802 | 2026-05-20T16:34:48.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1803 | 2026-05-20T16:34:48.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1804 | 2026-05-20T16:34:48.318Z | |
| 1805 | 2026-05-20T16:34:48.318Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276) |
| 1806 | 2026-05-20T16:34:48.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1807 | 2026-05-20T16:34:48.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1808 | 2026-05-20T16:34:48.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1809 | 2026-05-20T16:34:48.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1810 | 2026-05-20T16:34:48.895Z | |
| 1811 | 2026-05-20T16:34:48.895Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276) |
| 1812 | 2026-05-20T16:34:49.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1813 | 2026-05-20T16:34:49.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1814 | 2026-05-20T16:34:49.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1815 | 2026-05-20T16:34:49.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1816 | 2026-05-20T16:34:49.477Z | |
| 1817 | 2026-05-20T16:34:49.477Z | info: running `cargo check --bins` on omicron-certificates (6/276) |
| 1818 | 2026-05-20T16:34:49.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1819 | 2026-05-20T16:34:49.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1820 | 2026-05-20T16:34:49.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1821 | 2026-05-20T16:34:49.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1822 | 2026-05-20T16:34:50.065Z | |
| 1823 | 2026-05-20T16:34:50.065Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/276) |
| 1824 | 2026-05-20T16:34:50.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1825 | 2026-05-20T16:34:50.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1826 | 2026-05-20T16:34:50.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1827 | 2026-05-20T16:34:50.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1828 | 2026-05-20T16:34:50.656Z | |
| 1829 | 2026-05-20T16:34:50.656Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276) |
| 1830 | 2026-05-20T16:34:51.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1831 | 2026-05-20T16:34:51.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1832 | 2026-05-20T16:34:51.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1833 | 2026-05-20T16:34:51.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1834 | 2026-05-20T16:34:51.246Z | |
| 1835 | 2026-05-20T16:34:51.246Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276) |
| 1836 | 2026-05-20T16:34:51.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1837 | 2026-05-20T16:34:51.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1838 | 2026-05-20T16:34:51.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1839 | 2026-05-20T16:34:51.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1840 | 2026-05-20T16:34:51.711Z | |
| 1841 | 2026-05-20T16:34:51.711Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276) |
| 1842 | 2026-05-20T16:34:52.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1843 | 2026-05-20T16:34:52.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1844 | 2026-05-20T16:34:52.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1845 | 2026-05-20T16:34:52.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1846 | 2026-05-20T16:34:52.175Z | |
| 1847 | 2026-05-20T16:34:52.175Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276) |
| 1848 | 2026-05-20T16:34:52.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1849 | 2026-05-20T16:34:52.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1850 | 2026-05-20T16:34:52.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1851 | 2026-05-20T16:34:52.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1852 | 2026-05-20T16:34:52.664Z | |
| 1853 | 2026-05-20T16:34:52.664Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276) |
| 1854 | 2026-05-20T16:34:53.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1855 | 2026-05-20T16:34:53.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1856 | 2026-05-20T16:34:53.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1857 | 2026-05-20T16:34:53.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1858 | 2026-05-20T16:34:53.102Z | |
| 1859 | 2026-05-20T16:34:53.102Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276) |
| 1860 | 2026-05-20T16:34:53.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1861 | 2026-05-20T16:34:53.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1862 | 2026-05-20T16:34:53.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1863 | 2026-05-20T16:34:53.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1864 | 2026-05-20T16:34:53.567Z | |
| 1865 | 2026-05-20T16:34:53.567Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276) |
| 1866 | 2026-05-20T16:34:53.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1867 | 2026-05-20T16:34:53.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1868 | 2026-05-20T16:34:53.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1869 | 2026-05-20T16:34:53.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1870 | 2026-05-20T16:34:54.063Z | |
| 1871 | 2026-05-20T16:34:54.064Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276) |
| 1872 | 2026-05-20T16:34:54.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1873 | 2026-05-20T16:34:54.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1874 | 2026-05-20T16:34:54.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1875 | 2026-05-20T16:34:54.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1876 | 2026-05-20T16:34:54.478Z | |
| 1877 | 2026-05-20T16:34:54.478Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276) |
| 1878 | 2026-05-20T16:34:54.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1879 | 2026-05-20T16:34:54.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1880 | 2026-05-20T16:34:54.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1881 | 2026-05-20T16:34:54.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1882 | 2026-05-20T16:34:54.938Z | |
| 1883 | 2026-05-20T16:34:54.938Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276) |
| 1884 | 2026-05-20T16:34:55.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1885 | 2026-05-20T16:34:55.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1886 | 2026-05-20T16:34:55.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1887 | 2026-05-20T16:34:55.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1888 | 2026-05-20T16:34:55.398Z | |
| 1889 | 2026-05-20T16:34:55.399Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276) |
| 1890 | 2026-05-20T16:34:55.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1891 | 2026-05-20T16:34:55.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1892 | 2026-05-20T16:34:55.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1893 | 2026-05-20T16:34:55.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1894 | 2026-05-20T16:34:55.861Z | |
| 1895 | 2026-05-20T16:34:55.861Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276) |
| 1896 | 2026-05-20T16:34:56.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1897 | 2026-05-20T16:34:56.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1898 | 2026-05-20T16:34:56.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1899 | 2026-05-20T16:34:56.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1900 | 2026-05-20T16:34:56.318Z | |
| 1901 | 2026-05-20T16:34:56.318Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276) |
| 1902 | 2026-05-20T16:34:56.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2026-05-20T16:34:56.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2026-05-20T16:34:56.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2026-05-20T16:34:56.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1906 | 2026-05-20T16:34:56.780Z | |
| 1907 | 2026-05-20T16:34:56.780Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276) |
| 1908 | 2026-05-20T16:34:57.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2026-05-20T16:34:57.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2026-05-20T16:34:57.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2026-05-20T16:34:57.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1912 | 2026-05-20T16:34:57.246Z | |
| 1913 | 2026-05-20T16:34:57.246Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276) |
| 1914 | 2026-05-20T16:34:57.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2026-05-20T16:34:57.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2026-05-20T16:34:57.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2026-05-20T16:34:57.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1918 | 2026-05-20T16:34:57.705Z | |
| 1919 | 2026-05-20T16:34:57.705Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276) |
| 1920 | 2026-05-20T16:34:58.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2026-05-20T16:34:58.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2026-05-20T16:34:58.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1923 | 2026-05-20T16:34:58.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1924 | 2026-05-20T16:34:58.166Z | |
| 1925 | 2026-05-20T16:34:58.166Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276) |
| 1926 | 2026-05-20T16:34:58.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1927 | 2026-05-20T16:34:58.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1928 | 2026-05-20T16:34:58.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1929 | 2026-05-20T16:34:58.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1930 | 2026-05-20T16:34:58.625Z | |
| 1931 | 2026-05-20T16:34:58.625Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276) |
| 1932 | 2026-05-20T16:34:59.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1933 | 2026-05-20T16:34:59.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1934 | 2026-05-20T16:34:59.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1935 | 2026-05-20T16:34:59.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1936 | 2026-05-20T16:34:59.089Z | |
| 1937 | 2026-05-20T16:34:59.089Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276) |
| 1938 | 2026-05-20T16:34:59.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1939 | 2026-05-20T16:34:59.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1940 | 2026-05-20T16:34:59.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1941 | 2026-05-20T16:34:59.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1942 | 2026-05-20T16:34:59.552Z | |
| 1943 | 2026-05-20T16:34:59.552Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276) |
| 1944 | 2026-05-20T16:34:59.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1945 | 2026-05-20T16:34:59.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1946 | 2026-05-20T16:34:59.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1947 | 2026-05-20T16:34:59.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1948 | 2026-05-20T16:35:00.020Z | |
| 1949 | 2026-05-20T16:35:00.020Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276) |
| 1950 | 2026-05-20T16:35:00.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1951 | 2026-05-20T16:35:00.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1952 | 2026-05-20T16:35:00.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1953 | 2026-05-20T16:35:00.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1954 | 2026-05-20T16:35:00.481Z | |
| 1955 | 2026-05-20T16:35:00.481Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276) |
| 1956 | 2026-05-20T16:35:00.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1957 | 2026-05-20T16:35:00.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1958 | 2026-05-20T16:35:00.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1959 | 2026-05-20T16:35:00.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1960 | 2026-05-20T16:35:01.017Z | |
| 1961 | 2026-05-20T16:35:01.017Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276) |
| 1962 | 2026-05-20T16:35:01.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1963 | 2026-05-20T16:35:01.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1964 | 2026-05-20T16:35:01.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1965 | 2026-05-20T16:35:01.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1966 | 2026-05-20T16:35:01.406Z | |
| 1967 | 2026-05-20T16:35:01.406Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276) |
| 1968 | 2026-05-20T16:35:01.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1969 | 2026-05-20T16:35:01.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1970 | 2026-05-20T16:35:01.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1971 | 2026-05-20T16:35:01.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1972 | 2026-05-20T16:35:01.866Z | |
| 1973 | 2026-05-20T16:35:01.866Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276) |
| 1974 | 2026-05-20T16:35:02.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1975 | 2026-05-20T16:35:02.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1976 | 2026-05-20T16:35:02.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1977 | 2026-05-20T16:35:02.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1978 | 2026-05-20T16:35:02.327Z | |
| 1979 | 2026-05-20T16:35:02.327Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276) |
| 1980 | 2026-05-20T16:35:02.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1981 | 2026-05-20T16:35:02.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1982 | 2026-05-20T16:35:02.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1983 | 2026-05-20T16:35:02.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1984 | 2026-05-20T16:35:02.783Z | |
| 1985 | 2026-05-20T16:35:02.783Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276) |
| 1986 | 2026-05-20T16:35:03.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1987 | 2026-05-20T16:35:03.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1988 | 2026-05-20T16:35:03.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1989 | 2026-05-20T16:35:03.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1990 | 2026-05-20T16:35:03.243Z | |
| 1991 | 2026-05-20T16:35:03.243Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276) |
| 1992 | 2026-05-20T16:35:03.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1993 | 2026-05-20T16:35:03.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1994 | 2026-05-20T16:35:03.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1995 | 2026-05-20T16:35:03.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1996 | 2026-05-20T16:35:03.705Z | |
| 1997 | 2026-05-20T16:35:03.705Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276) |
| 1998 | 2026-05-20T16:35:04.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1999 | 2026-05-20T16:35:04.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2000 | 2026-05-20T16:35:04.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2001 | 2026-05-20T16:35:04.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2002 | 2026-05-20T16:35:04.169Z | |
| 2003 | 2026-05-20T16:35:04.169Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276) |
| 2004 | 2026-05-20T16:35:04.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2005 | 2026-05-20T16:35:04.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2006 | 2026-05-20T16:35:04.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2007 | 2026-05-20T16:35:04.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2008 | 2026-05-20T16:35:04.631Z | |
| 2009 | 2026-05-20T16:35:04.631Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276) |
| 2010 | 2026-05-20T16:35:05.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2011 | 2026-05-20T16:35:05.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2012 | 2026-05-20T16:35:05.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2013 | 2026-05-20T16:35:05.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2014 | 2026-05-20T16:35:05.119Z | |
| 2015 | 2026-05-20T16:35:05.119Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276) |
| 2016 | 2026-05-20T16:35:05.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2017 | 2026-05-20T16:35:05.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2018 | 2026-05-20T16:35:05.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2019 | 2026-05-20T16:35:05.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2020 | 2026-05-20T16:35:05.559Z | |
| 2021 | 2026-05-20T16:35:05.559Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276) |
| 2022 | 2026-05-20T16:35:05.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2023 | 2026-05-20T16:35:05.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2024 | 2026-05-20T16:35:05.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2025 | 2026-05-20T16:35:05.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2026 | 2026-05-20T16:35:06.021Z | |
| 2027 | 2026-05-20T16:35:06.022Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276) |
| 2028 | 2026-05-20T16:35:06.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2029 | 2026-05-20T16:35:06.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2030 | 2026-05-20T16:35:06.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2031 | 2026-05-20T16:35:06.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2032 | 2026-05-20T16:35:06.490Z | |
| 2033 | 2026-05-20T16:35:06.490Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276) |
| 2034 | 2026-05-20T16:35:06.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2035 | 2026-05-20T16:35:06.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2036 | 2026-05-20T16:35:06.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2037 | 2026-05-20T16:35:06.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2038 | 2026-05-20T16:35:06.954Z | |
| 2039 | 2026-05-20T16:35:06.954Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276) |
| 2040 | 2026-05-20T16:35:07.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2041 | 2026-05-20T16:35:07.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2042 | 2026-05-20T16:35:07.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2043 | 2026-05-20T16:35:07.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2044 | 2026-05-20T16:35:07.439Z | |
| 2045 | 2026-05-20T16:35:07.439Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276) |
| 2046 | 2026-05-20T16:35:07.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2047 | 2026-05-20T16:35:07.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2048 | 2026-05-20T16:35:07.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2049 | 2026-05-20T16:35:07.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2050 | 2026-05-20T16:35:07.881Z | |
| 2051 | 2026-05-20T16:35:07.881Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276) |
| 2052 | 2026-05-20T16:35:08.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2053 | 2026-05-20T16:35:08.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2054 | 2026-05-20T16:35:08.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2055 | 2026-05-20T16:35:08.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2056 | 2026-05-20T16:35:08.349Z | |
| 2057 | 2026-05-20T16:35:08.349Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276) |
| 2058 | 2026-05-20T16:35:08.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2059 | 2026-05-20T16:35:08.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2060 | 2026-05-20T16:35:08.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2061 | 2026-05-20T16:35:08.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2062 | 2026-05-20T16:35:08.817Z | |
| 2063 | 2026-05-20T16:35:08.817Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276) |
| 2064 | 2026-05-20T16:35:09.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2065 | 2026-05-20T16:35:09.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2066 | 2026-05-20T16:35:09.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2067 | 2026-05-20T16:35:09.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2068 | 2026-05-20T16:35:09.291Z | |
| 2069 | 2026-05-20T16:35:09.291Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276) |
| 2070 | 2026-05-20T16:35:09.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2071 | 2026-05-20T16:35:09.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2072 | 2026-05-20T16:35:09.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2073 | 2026-05-20T16:35:09.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2074 | 2026-05-20T16:35:09.751Z | |
| 2075 | 2026-05-20T16:35:09.751Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276) |
| 2076 | 2026-05-20T16:35:10.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2077 | 2026-05-20T16:35:10.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2078 | 2026-05-20T16:35:10.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2079 | 2026-05-20T16:35:10.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2080 | 2026-05-20T16:35:10.384Z | |
| 2081 | 2026-05-20T16:35:10.384Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276) |
| 2082 | 2026-05-20T16:35:10.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2083 | 2026-05-20T16:35:10.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2084 | 2026-05-20T16:35:10.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2085 | 2026-05-20T16:35:10.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2086 | 2026-05-20T16:35:11.012Z | |
| 2087 | 2026-05-20T16:35:11.012Z | info: running `cargo check --bins` on nexus-config (51/276) |
| 2088 | 2026-05-20T16:35:11.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2089 | 2026-05-20T16:35:11.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2090 | 2026-05-20T16:35:11.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2091 | 2026-05-20T16:35:11.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2092 | 2026-05-20T16:35:11.637Z | |
| 2093 | 2026-05-20T16:35:11.637Z | info: running `cargo check --bins` on nexus-types (52/276) |
| 2094 | 2026-05-20T16:35:12.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2095 | 2026-05-20T16:35:12.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2096 | 2026-05-20T16:35:12.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2097 | 2026-05-20T16:35:12.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2098 | 2026-05-20T16:35:12.264Z | |
| 2099 | 2026-05-20T16:35:12.264Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276) |
| 2100 | 2026-05-20T16:35:12.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2101 | 2026-05-20T16:35:12.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2102 | 2026-05-20T16:35:12.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2103 | 2026-05-20T16:35:12.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2104 | 2026-05-20T16:35:12.864Z | |
| 2105 | 2026-05-20T16:35:12.864Z | info: running `cargo check --bins` on omicron-passwords (54/276) |
| 2106 | 2026-05-20T16:35:13.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2107 | 2026-05-20T16:35:13.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2108 | 2026-05-20T16:35:13.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2109 | 2026-05-20T16:35:13.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2110 | 2026-05-20T16:35:13.432Z | |
| 2111 | 2026-05-20T16:35:13.432Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/276) |
| 2112 | 2026-05-20T16:35:13.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2113 | 2026-05-20T16:35:13.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2114 | 2026-05-20T16:35:13.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2115 | 2026-05-20T16:35:13.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2116 | 2026-05-20T16:35:14.027Z | |
| 2117 | 2026-05-20T16:35:14.027Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276) |
| 2118 | 2026-05-20T16:35:14.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2119 | 2026-05-20T16:35:14.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2120 | 2026-05-20T16:35:14.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2121 | 2026-05-20T16:35:14.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2122 | 2026-05-20T16:35:14.635Z | |
| 2123 | 2026-05-20T16:35:14.635Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276) |
| 2124 | 2026-05-20T16:35:15.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2125 | 2026-05-20T16:35:15.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2126 | 2026-05-20T16:35:15.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2127 | 2026-05-20T16:35:15.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2128 | 2026-05-20T16:35:15.226Z | |
| 2129 | 2026-05-20T16:35:15.226Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276) |
| 2130 | 2026-05-20T16:35:15.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2131 | 2026-05-20T16:35:15.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2132 | 2026-05-20T16:35:15.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2133 | 2026-05-20T16:35:15.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2134 | 2026-05-20T16:35:15.895Z | |
| 2135 | 2026-05-20T16:35:15.896Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276) |
| 2136 | 2026-05-20T16:35:16.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2137 | 2026-05-20T16:35:16.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2138 | 2026-05-20T16:35:16.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2139 | 2026-05-20T16:35:16.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2140 | 2026-05-20T16:35:16.404Z | |
| 2141 | 2026-05-20T16:35:16.404Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276) |
| 2142 | 2026-05-20T16:35:16.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2143 | 2026-05-20T16:35:16.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2144 | 2026-05-20T16:35:16.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2145 | 2026-05-20T16:35:16.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2146 | 2026-05-20T16:35:17.431Z | |
| 2147 | 2026-05-20T16:35:17.432Z | info: running `cargo check --bins --no-default-features` on gfss (61/276) |
| 2148 | 2026-05-20T16:35:17.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2149 | 2026-05-20T16:35:17.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2150 | 2026-05-20T16:35:17.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2151 | 2026-05-20T16:35:17.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2152 | 2026-05-20T16:35:17.556Z | |
| 2153 | 2026-05-20T16:35:17.556Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276) |
| 2154 | 2026-05-20T16:35:18.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2155 | 2026-05-20T16:35:18.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2156 | 2026-05-20T16:35:18.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2157 | 2026-05-20T16:35:18.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2158 | 2026-05-20T16:35:18.132Z | |
| 2159 | 2026-05-20T16:35:18.132Z | info: running `cargo check --bins` on clickhouse-admin-types (63/276) |
| 2160 | 2026-05-20T16:35:18.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2161 | 2026-05-20T16:35:18.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2162 | 2026-05-20T16:35:18.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2163 | 2026-05-20T16:35:18.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2164 | 2026-05-20T16:35:18.713Z | |
| 2165 | 2026-05-20T16:35:18.713Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/276) |
| 2166 | 2026-05-20T16:35:19.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2167 | 2026-05-20T16:35:19.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2168 | 2026-05-20T16:35:19.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2169 | 2026-05-20T16:35:19.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2170 | 2026-05-20T16:35:19.297Z | |
| 2171 | 2026-05-20T16:35:19.297Z | info: running `cargo check --bins` on cockroach-admin-types (65/276) |
| 2172 | 2026-05-20T16:35:19.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2173 | 2026-05-20T16:35:19.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2174 | 2026-05-20T16:35:19.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2175 | 2026-05-20T16:35:19.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2176 | 2026-05-20T16:35:19.869Z | |
| 2177 | 2026-05-20T16:35:19.869Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/276) |
| 2178 | 2026-05-20T16:35:20.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2179 | 2026-05-20T16:35:20.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2180 | 2026-05-20T16:35:20.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2181 | 2026-05-20T16:35:20.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2182 | 2026-05-20T16:35:20.453Z | |
| 2183 | 2026-05-20T16:35:20.453Z | info: running `cargo check --bins` on ereport-types (67/276) |
| 2184 | 2026-05-20T16:35:20.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2185 | 2026-05-20T16:35:20.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2186 | 2026-05-20T16:35:20.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2187 | 2026-05-20T16:35:20.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2188 | 2026-05-20T16:35:21.042Z | |
| 2189 | 2026-05-20T16:35:21.042Z | info: running `cargo check --bins` on gateway-client (68/276) |
| 2190 | 2026-05-20T16:35:21.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2191 | 2026-05-20T16:35:21.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2192 | 2026-05-20T16:35:21.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2193 | 2026-05-20T16:35:21.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2194 | 2026-05-20T16:35:21.628Z | |
| 2195 | 2026-05-20T16:35:21.628Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/276) |
| 2196 | 2026-05-20T16:35:22.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2197 | 2026-05-20T16:35:22.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2198 | 2026-05-20T16:35:22.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2199 | 2026-05-20T16:35:22.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2200 | 2026-05-20T16:35:22.224Z | |
| 2201 | 2026-05-20T16:35:22.224Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276) |
| 2202 | 2026-05-20T16:35:22.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2203 | 2026-05-20T16:35:22.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2204 | 2026-05-20T16:35:22.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2205 | 2026-05-20T16:35:22.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2206 | 2026-05-20T16:35:22.799Z | |
| 2207 | 2026-05-20T16:35:22.800Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276) |
| 2208 | 2026-05-20T16:35:23.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2209 | 2026-05-20T16:35:23.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2210 | 2026-05-20T16:35:23.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2211 | 2026-05-20T16:35:23.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2212 | 2026-05-20T16:35:23.385Z | |
| 2213 | 2026-05-20T16:35:23.385Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276) |
| 2214 | 2026-05-20T16:35:23.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2215 | 2026-05-20T16:35:23.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2216 | 2026-05-20T16:35:23.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2217 | 2026-05-20T16:35:23.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2218 | 2026-05-20T16:35:23.967Z | |
| 2219 | 2026-05-20T16:35:23.967Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/276) |
| 2220 | 2026-05-20T16:35:24.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2221 | 2026-05-20T16:35:24.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2222 | 2026-05-20T16:35:24.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2223 | 2026-05-20T16:35:24.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2224 | 2026-05-20T16:35:24.576Z | |
| 2225 | 2026-05-20T16:35:24.576Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276) |
| 2226 | 2026-05-20T16:35:25.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2227 | 2026-05-20T16:35:25.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2228 | 2026-05-20T16:35:25.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2229 | 2026-05-20T16:35:25.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2230 | 2026-05-20T16:35:25.180Z | |
| 2231 | 2026-05-20T16:35:25.180Z | info: running `cargo check --bins` on key-manager-types (75/276) |
| 2232 | 2026-05-20T16:35:25.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2233 | 2026-05-20T16:35:25.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2234 | 2026-05-20T16:35:25.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2235 | 2026-05-20T16:35:25.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2236 | 2026-05-20T16:35:25.760Z | |
| 2237 | 2026-05-20T16:35:25.760Z | info: running `cargo check --bins` on oxlog (76/276) |
| 2238 | 2026-05-20T16:35:26.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2239 | 2026-05-20T16:35:26.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2240 | 2026-05-20T16:35:26.369Z | Checking cfg-if v1.0.4 |
| 2241 | 2026-05-20T16:35:26.371Z | Checking libc v0.2.185 |
| 2242 | 2026-05-20T16:35:26.371Z | Checking serde_core v1.0.228 |
| 2243 | 2026-05-20T16:35:26.484Z | Checking zeroize v1.8.2 |
| 2244 | 2026-05-20T16:35:26.492Z | Checking memchr v2.8.0 |
| 2245 | 2026-05-20T16:35:26.501Z | Checking log v0.4.29 |
| 2246 | 2026-05-20T16:35:26.509Z | Checking smallvec v1.15.1 |
| 2247 | 2026-05-20T16:35:26.520Z | Checking typenum v1.19.0 |
| 2248 | 2026-05-20T16:35:26.531Z | Checking subtle v2.6.1 |
| 2249 | 2026-05-20T16:35:26.623Z | Checking itoa v1.0.17 |
| 2250 | 2026-05-20T16:35:26.654Z | Checking scopeguard v1.2.0 |
| 2251 | 2026-05-20T16:35:26.677Z | Checking stable_deref_trait v1.2.1 |
| 2252 | 2026-05-20T16:35:26.689Z | Checking const-oid v0.9.6 |
| 2253 | 2026-05-20T16:35:26.750Z | Checking lock_api v0.4.14 |
| 2254 | 2026-05-20T16:35:26.764Z | Checking zerofrom v0.1.6 |
| 2255 | 2026-05-20T16:35:26.777Z | Checking pin-project-lite v0.2.17 |
| 2256 | 2026-05-20T16:35:26.858Z | Checking portable-atomic v1.13.1 |
| 2257 | 2026-05-20T16:35:26.871Z | Checking yoke v0.8.1 |
| 2258 | 2026-05-20T16:35:26.875Z | Checking futures-core v0.3.32 |
| 2259 | 2026-05-20T16:35:26.892Z | Checking getrandom v0.2.17 |
| 2260 | 2026-05-20T16:35:26.947Z | Checking errno v0.3.14 |
| 2261 | 2026-05-20T16:35:26.989Z | Checking parking_lot_core v0.9.12 |
| 2262 | 2026-05-20T16:35:27.034Z | Checking rand_core v0.6.4 |
| 2263 | 2026-05-20T16:35:27.045Z | Checking generic-array v0.14.7 |
| 2264 | 2026-05-20T16:35:27.046Z | Checking zerovec v0.11.5 |
| 2265 | 2026-05-20T16:35:27.075Z | Checking signal-hook-registry v1.4.8 |
| 2266 | 2026-05-20T16:35:27.172Z | Checking critical-section v1.2.0 |
| 2267 | 2026-05-20T16:35:27.205Z | Checking parking_lot v0.12.5 |
| 2268 | 2026-05-20T16:35:27.219Z | Checking mio v1.2.0 |
| 2269 | 2026-05-20T16:35:27.252Z | Checking zerocopy v0.8.40 |
| 2270 | 2026-05-20T16:35:27.267Z | Checking once_cell v1.21.3 |
| 2271 | 2026-05-20T16:35:27.364Z | Checking zmij v1.0.21 |
| 2272 | 2026-05-20T16:35:27.460Z | Checking socket2 v0.6.3 |
| 2273 | 2026-05-20T16:35:27.465Z | Checking libm v0.2.16 |
| 2274 | 2026-05-20T16:35:27.473Z | Checking tinystr v0.8.2 |
| 2275 | 2026-05-20T16:35:27.475Z | Checking crypto-common v0.1.7 |
| 2276 | 2026-05-20T16:35:27.501Z | Checking block-buffer v0.10.4 |
| 2277 | 2026-05-20T16:35:27.573Z | Checking writeable v0.6.2 |
| 2278 | 2026-05-20T16:35:27.602Z | Checking equivalent v1.0.2 |
| 2279 | 2026-05-20T16:35:27.627Z | Checking litemap v0.8.1 |
| 2280 | 2026-05-20T16:35:27.639Z | Checking digest v0.10.7 |
| 2281 | 2026-05-20T16:35:27.650Z | Checking percent-encoding v2.3.2 |
| 2282 | 2026-05-20T16:35:27.680Z | Checking potential_utf v0.1.4 |
| 2283 | 2026-05-20T16:35:27.730Z | Checking zerotrie v0.2.3 |
| 2284 | 2026-05-20T16:35:27.785Z | Checking futures-sink v0.3.32 |
| 2285 | 2026-05-20T16:35:27.797Z | Checking icu_locale_core v2.1.1 |
| 2286 | 2026-05-20T16:35:27.809Z | Checking icu_collections v2.1.1 |
| 2287 | 2026-05-20T16:35:27.825Z | Checking futures-task v0.3.32 |
| 2288 | 2026-05-20T16:35:27.881Z | Checking futures-channel v0.3.32 |
| 2289 | 2026-05-20T16:35:27.956Z | Checking serde v1.0.228 |
| 2290 | 2026-05-20T16:35:27.968Z | Checking bitflags v2.11.0 |
| 2291 | 2026-05-20T16:35:27.980Z | Checking serde_json v1.0.149 |
| 2292 | 2026-05-20T16:35:28.074Z | Checking slab v0.4.12 |
| 2293 | 2026-05-20T16:35:28.109Z | Checking cpufeatures v0.2.17 |
| 2294 | 2026-05-20T16:35:28.133Z | Checking futures-io v0.3.32 |
| 2295 | 2026-05-20T16:35:28.136Z | Checking num-traits v0.2.19 |
| 2296 | 2026-05-20T16:35:28.192Z | Checking hmac v0.12.1 |
| 2297 | 2026-05-20T16:35:28.226Z | Checking icu_normalizer_data v2.1.1 |
| 2298 | 2026-05-20T16:35:28.274Z | Checking futures-util v0.3.32 |
| 2299 | 2026-05-20T16:35:28.298Z | Checking icu_properties_data v2.1.2 |
| 2300 | 2026-05-20T16:35:28.327Z | Checking rand_core v0.10.0 |
| 2301 | 2026-05-20T16:35:28.340Z | Checking icu_provider v2.1.1 |
| 2302 | 2026-05-20T16:35:28.356Z | Checking bytes v1.11.1 |
| 2303 | 2026-05-20T16:35:28.427Z | Checking hashbrown v0.17.0 |
| 2304 | 2026-05-20T16:35:28.465Z | Checking getrandom v0.4.1 |
| 2305 | 2026-05-20T16:35:28.568Z | Checking icu_normalizer v2.1.1 |
| 2306 | 2026-05-20T16:35:28.620Z | Checking icu_properties v2.1.2 |
| 2307 | 2026-05-20T16:35:28.650Z | Checking block-padding v0.3.3 |
| 2308 | 2026-05-20T16:35:28.704Z | Checking utf8_iter v1.0.4 |
| 2309 | 2026-05-20T16:35:28.784Z | Checking inout v0.1.4 |
| 2310 | 2026-05-20T16:35:28.809Z | Checking tokio v1.52.1 |
| 2311 | 2026-05-20T16:35:28.833Z | Checking sha2 v0.10.9 |
| 2312 | 2026-05-20T16:35:28.885Z | Checking form_urlencoded v1.2.2 |
| 2313 | 2026-05-20T16:35:28.903Z | Checking indexmap v2.14.0 |
| 2314 | 2026-05-20T16:35:28.918Z | Checking cipher v0.4.4 |
| 2315 | 2026-05-20T16:35:29.008Z | Checking getrandom v0.3.4 |
| 2316 | 2026-05-20T16:35:29.109Z | Checking byteorder v1.5.0 |
| 2317 | 2026-05-20T16:35:29.123Z | Checking fnv v1.0.7 |
| 2318 | 2026-05-20T16:35:29.153Z | Checking base64ct v1.8.3 |
| 2319 | 2026-05-20T16:35:29.218Z | Checking flagset v0.4.7 |
| 2320 | 2026-05-20T16:35:29.313Z | Checking rand_core v0.9.5 |
| 2321 | 2026-05-20T16:35:29.345Z | Checking http v1.4.0 |
| 2322 | 2026-05-20T16:35:29.390Z | Checking pem-rfc7468 v0.7.0 |
| 2323 | 2026-05-20T16:35:29.471Z | Checking idna_adapter v1.2.1 |
| 2324 | 2026-05-20T16:35:29.487Z | Checking regex-syntax v0.8.10 |
| 2325 | 2026-05-20T16:35:29.496Z | Checking salsa20 v0.10.2 |
| 2326 | 2026-05-20T16:35:29.551Z | Checking der v0.7.10 |
| 2327 | 2026-05-20T16:35:29.595Z | Checking idna v1.1.0 |
| 2328 | 2026-05-20T16:35:29.640Z | Checking uuid v1.23.0 |
| 2329 | 2026-05-20T16:35:29.859Z | Checking url v2.5.8 |
| 2330 | 2026-05-20T16:35:29.930Z | Checking pbkdf2 v0.12.2 |
| 2331 | 2026-05-20T16:35:29.958Z | Checking rustix v1.1.3 |
| 2332 | 2026-05-20T16:35:30.035Z | Checking tracing-core v0.1.36 |
| 2333 | 2026-05-20T16:35:30.096Z | Checking ppv-lite86 v0.2.21 |
| 2334 | 2026-05-20T16:35:30.242Z | Checking rustls-pki-types v1.14.0 |
| 2335 | 2026-05-20T16:35:30.284Z | Checking spki v0.7.3 |
| 2336 | 2026-05-20T16:35:30.306Z | Checking iana-time-zone v0.1.65 |
| 2337 | 2026-05-20T16:35:30.345Z | Checking base64 v0.22.1 |
| 2338 | 2026-05-20T16:35:30.379Z | Checking tracing v0.1.44 |
| 2339 | 2026-05-20T16:35:30.436Z | Checking chrono v0.4.44 |
| 2340 | 2026-05-20T16:35:30.465Z | Checking rand_chacha v0.9.0 |
| 2341 | 2026-05-20T16:35:30.514Z | Checking scrypt v0.11.0 |
| 2342 | 2026-05-20T16:35:30.549Z | Checking http-body v1.0.1 |
| 2343 | 2026-05-20T16:35:30.566Z | Checking aes v0.8.4 |
| 2344 | 2026-05-20T16:35:30.652Z | Checking cbc v0.1.2 |
| 2345 | 2026-05-20T16:35:30.652Z | Checking aws-lc-sys v0.40.0 |
| 2346 | 2026-05-20T16:35:31.072Z | Checking tinyvec_macros v0.1.1 |
| 2347 | 2026-05-20T16:35:31.112Z | Checking untrusted v0.9.0 |
| 2348 | 2026-05-20T16:35:31.112Z | Checking untrusted v0.7.1 |
| 2349 | 2026-05-20T16:35:31.112Z | Checking openssl-probe v0.2.1 |
| 2350 | 2026-05-20T16:35:31.112Z | Checking tinyvec v1.10.0 |
| 2351 | 2026-05-20T16:35:31.112Z | Checking ring v0.17.14 |
| 2352 | 2026-05-20T16:35:31.112Z | Checking rand v0.9.2 |
| 2353 | 2026-05-20T16:35:31.112Z | Checking atomic-waker v1.1.2 |
| 2354 | 2026-05-20T16:35:31.113Z | Checking pkcs5 v0.7.1 |
| 2355 | 2026-05-20T16:35:31.113Z | Checking try-lock v0.2.5 |
| 2356 | 2026-05-20T16:35:31.113Z | Checking tower-service v0.3.3 |
| 2357 | 2026-05-20T16:35:31.144Z | Checking tower-layer v0.3.3 |
| 2358 | 2026-05-20T16:35:31.160Z | Checking aws-lc-rs v1.16.3 |
| 2359 | 2026-05-20T16:35:31.181Z | Checking want v0.3.1 |
| 2360 | 2026-05-20T16:35:31.248Z | Checking pkcs8 v0.10.2 |
| 2361 | 2026-05-20T16:35:31.285Z | Checking ipnet v2.11.0 |
| 2362 | 2026-05-20T16:35:31.285Z | Checking httparse v1.10.1 |
| 2363 | 2026-05-20T16:35:31.312Z | Checking aho-corasick v1.1.4 |
| 2364 | 2026-05-20T16:35:31.336Z | Checking fastrand v2.3.0 |
| 2365 | 2026-05-20T16:35:31.394Z | Checking plain v0.2.3 |
| 2366 | 2026-05-20T16:35:31.475Z | Checking dyn-clone v1.0.20 |
| 2367 | 2026-05-20T16:35:31.510Z | Checking foreign-types-shared v0.1.1 |
| 2368 | 2026-05-20T16:35:31.529Z | Checking pin-utils v0.1.0 |
| 2369 | 2026-05-20T16:35:31.529Z | Checking httpdate v1.0.3 |
| 2370 | 2026-05-20T16:35:31.574Z | Checking foreign-types v0.3.2 |
| 2371 | 2026-05-20T16:35:31.580Z | Checking tempfile v3.25.0 |
| 2372 | 2026-05-20T16:35:31.606Z | Checking unicode-normalization v0.1.25 |
| 2373 | 2026-05-20T16:35:31.636Z | Checking semver v1.0.28 |
| 2374 | 2026-05-20T16:35:31.661Z | Checking openssl-sys v0.9.115 |
| 2375 | 2026-05-20T16:35:31.770Z | Checking spin v0.9.8 |
| 2376 | 2026-05-20T16:35:31.820Z | Checking ucd-trie v0.1.7 |
| 2377 | 2026-05-20T16:35:31.846Z | Checking unicode-ident v1.0.24 |
| 2378 | 2026-05-20T16:35:31.954Z | Checking pest v2.8.6 |
| 2379 | 2026-05-20T16:35:31.954Z | Checking proc-macro2 v1.0.106 |
| 2380 | 2026-05-20T16:35:31.980Z | Checking regex-automata v0.4.14 |
| 2381 | 2026-05-20T16:35:31.988Z | Checking rustls-webpki v0.103.9 |
| 2382 | 2026-05-20T16:35:31.994Z | Checking schemars v0.8.22 |
| 2383 | 2026-05-20T16:35:32.014Z | Checking rustls-native-certs v0.8.3 |
| 2384 | 2026-05-20T16:35:32.040Z | Checking openssl v0.10.79 |
| 2385 | 2026-05-20T16:35:32.054Z | Checking tokio-util v0.7.18 |
| 2386 | 2026-05-20T16:35:32.137Z | Checking thiserror v2.0.18 |
| 2387 | 2026-05-20T16:35:32.234Z | Checking sync_wrapper v1.0.2 |
| 2388 | 2026-05-20T16:35:32.258Z | Checking wait-timeout v0.2.1 |
| 2389 | 2026-05-20T16:35:32.338Z | Checking anstyle v1.0.13 |
| 2390 | 2026-05-20T16:35:32.380Z | Checking siphasher v1.0.2 |
| 2391 | 2026-05-20T16:35:32.409Z | Checking rustls v0.23.37 |
| 2392 | 2026-05-20T16:35:32.516Z | Checking powerfmt v0.2.0 |
| 2393 | 2026-05-20T16:35:32.533Z | Checking simd-adler32 v0.3.8 |
| 2394 | 2026-05-20T16:35:32.643Z | Checking bit-vec v0.8.0 |
| 2395 | 2026-05-20T16:35:32.660Z | Checking h2 v0.4.13 |
| 2396 | 2026-05-20T16:35:32.673Z | Checking utf8parse v0.2.2 |
| 2397 | 2026-05-20T16:35:32.697Z | Checking pretty-hex v0.4.1 |
| 2398 | 2026-05-20T16:35:32.769Z | Checking quick-error v1.2.3 |
| 2399 | 2026-05-20T16:35:32.813Z | Checking anstyle-parse v0.2.7 |
| 2400 | 2026-05-20T16:35:32.837Z | Checking bit-set v0.8.0 |
| 2401 | 2026-05-20T16:35:32.866Z | Checking rusty-fork v0.3.1 |
| 2402 | 2026-05-20T16:35:32.965Z | Checking deranged v0.5.8 |
| 2403 | 2026-05-20T16:35:32.980Z | Checking tower v0.5.3 |
| 2404 | 2026-05-20T16:35:33.017Z | Checking quote v1.0.45 |
| 2405 | 2026-05-20T16:35:33.034Z | Compiling newtype-uuid v1.3.2 |
| 2406 | 2026-05-20T16:35:33.183Z | Checking http-body-util v0.1.3 |
| 2407 | 2026-05-20T16:35:33.218Z | Checking webpki-roots v1.0.6 |
| 2408 | 2026-05-20T16:35:33.336Z | Checking crossbeam-utils v0.8.21 |
| 2409 | 2026-05-20T16:35:33.361Z | Checking rand_xorshift v0.4.0 |
| 2410 | 2026-05-20T16:35:33.398Z | Checking crc32fast v1.5.0 |
| 2411 | 2026-05-20T16:35:33.478Z | Checking scroll v0.13.0 |
| 2412 | 2026-05-20T16:35:33.537Z | Checking signature v2.2.0 |
| 2413 | 2026-05-20T16:35:33.671Z | Checking allocator-api2 v0.2.21 |
| 2414 | 2026-05-20T16:35:33.688Z | Checking unicode-properties v0.1.4 |
| 2415 | 2026-05-20T16:35:33.729Z | Checking adler2 v2.0.1 |
| 2416 | 2026-05-20T16:35:33.812Z | Checking iri-string v0.7.10 |
| 2417 | 2026-05-20T16:35:33.837Z | Checking unarray v0.1.4 |
| 2418 | 2026-05-20T16:35:33.877Z | Checking unicode-bidi v0.3.18 |
| 2419 | 2026-05-20T16:35:33.912Z | Checking colorchoice v1.0.4 |
| 2420 | 2026-05-20T16:35:33.940Z | Checking anstyle-query v1.1.5 |
| 2421 | 2026-05-20T16:35:33.959Z | Checking time-core v0.1.8 |
| 2422 | 2026-05-20T16:35:34.010Z | Checking num_threads v0.1.7 |
| 2423 | 2026-05-20T16:35:34.034Z | Checking is_terminal_polyfill v1.70.2 |
| 2424 | 2026-05-20T16:35:34.088Z | Checking native-tls v0.2.18 |
| 2425 | 2026-05-20T16:35:34.102Z | Checking ryu v1.0.23 |
| 2426 | 2026-05-20T16:35:34.106Z | Checking num-conv v0.2.0 |
| 2427 | 2026-05-20T16:35:34.127Z | Checking anstream v0.6.21 |
| 2428 | 2026-05-20T16:35:34.181Z | Checking stringprep v0.1.5 |
| 2429 | 2026-05-20T16:35:34.226Z | Checking time v0.3.47 |
| 2430 | 2026-05-20T16:35:34.238Z | Checking serde_urlencoded v0.7.1 |
| 2431 | 2026-05-20T16:35:34.263Z | Checking tokio-native-tls v0.3.1 |
| 2432 | 2026-05-20T16:35:34.321Z | Checking proptest v1.10.0 |
| 2433 | 2026-05-20T16:35:34.335Z | Checking miniz_oxide v0.8.9 |
| 2434 | 2026-05-20T16:35:34.417Z | Checking bstr v1.12.1 |
| 2435 | 2026-05-20T16:35:34.441Z | Checking goblin v0.10.5 |
| 2436 | 2026-05-20T16:35:34.695Z | Checking crossbeam-epoch v0.9.18 |
| 2437 | 2026-05-20T16:35:34.813Z | Checking tokio-rustls v0.26.4 |
| 2438 | 2026-05-20T16:35:34.826Z | Checking syn v2.0.117 |
| 2439 | 2026-05-20T16:35:34.839Z | Checking tower-http v0.6.8 |
| 2440 | 2026-05-20T16:35:34.918Z | Compiling daft v0.1.5 |
| 2441 | 2026-05-20T16:35:35.039Z | Checking ipnetwork v0.21.1 |
| 2442 | 2026-05-20T16:35:35.115Z | Checking rand_chacha v0.3.1 |
| 2443 | 2026-05-20T16:35:35.200Z | Checking scroll v0.12.0 |
| 2444 | 2026-05-20T16:35:35.254Z | Checking thiserror v1.0.69 |
| 2445 | 2026-05-20T16:35:35.325Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2446 | 2026-05-20T16:35:35.352Z | Checking hash32 v0.2.1 |
| 2447 | 2026-05-20T16:35:35.373Z | Checking num-integer v0.1.46 |
| 2448 | 2026-05-20T16:35:35.419Z | Checking hyper v1.8.1 |
| 2449 | 2026-05-20T16:35:35.432Z | Checking toml_datetime v0.6.11 |
| 2450 | 2026-05-20T16:35:35.435Z | Checking serde_spanned v0.6.9 |
| 2451 | 2026-05-20T16:35:35.505Z | Checking md-5 v0.10.6 |
| 2452 | 2026-05-20T16:35:35.565Z | Checking ff v0.13.1 |
| 2453 | 2026-05-20T16:35:35.595Z | Checking encoding_rs v0.8.35 |
| 2454 | 2026-05-20T16:35:35.612Z | Checking fallible-iterator v0.2.0 |
| 2455 | 2026-05-20T16:35:35.641Z | Checking mime v0.3.17 |
| 2456 | 2026-05-20T16:35:35.693Z | Checking zlib-rs v0.6.2 |
| 2457 | 2026-05-20T16:35:35.815Z | Checking psl-types v2.0.11 |
| 2458 | 2026-05-20T16:35:35.879Z | Checking base16ct v0.2.0 |
| 2459 | 2026-05-20T16:35:35.932Z | Checking publicsuffix v2.3.0 |
| 2460 | 2026-05-20T16:35:36.006Z | Checking sec1 v0.7.3 |
| 2461 | 2026-05-20T16:35:36.093Z | Checking postgres-protocol v0.6.10 |
| 2462 | 2026-05-20T16:35:36.211Z | Checking group v0.13.0 |
| 2463 | 2026-05-20T16:35:36.272Z | Checking num-iter v0.1.45 |
| 2464 | 2026-05-20T16:35:36.314Z | Checking hyper-util v0.1.20 |
| 2465 | 2026-05-20T16:35:36.359Z | Checking heapless v0.7.17 |
| 2466 | 2026-05-20T16:35:36.383Z | Checking goblin v0.8.2 |
| 2467 | 2026-05-20T16:35:36.402Z | Checking zstd-safe v7.2.4 |
| 2468 | 2026-05-20T16:35:36.564Z | Checking cookie v0.18.1 |
| 2469 | 2026-05-20T16:35:36.571Z | Checking rand v0.8.6 |
| 2470 | 2026-05-20T16:35:36.576Z | Checking flate2 v1.1.9 |
| 2471 | 2026-05-20T16:35:36.766Z | Checking oxnet v0.1.4 |
| 2472 | 2026-05-20T16:35:36.769Z | Compiling iddqd v0.4.1 |
| 2473 | 2026-05-20T16:35:36.791Z | Checking dof v0.4.0 |
| 2474 | 2026-05-20T16:35:36.872Z | Checking dtrace-parser v0.3.0 |
| 2475 | 2026-05-20T16:35:37.011Z | Checking phf_shared v0.13.1 |
| 2476 | 2026-05-20T16:35:37.078Z | Checking lazy_static v1.5.0 |
| 2477 | 2026-05-20T16:35:37.107Z | Checking pin-project v1.1.11 |
| 2478 | 2026-05-20T16:35:37.121Z | Checking zerocopy v0.7.35 |
| 2479 | 2026-05-20T16:35:37.164Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2480 | 2026-05-20T16:35:37.202Z | Checking signal-hook v0.3.18 |
| 2481 | 2026-05-20T16:35:37.206Z | Checking terminal_size v0.4.3 |
| 2482 | 2026-05-20T16:35:37.248Z | Checking futures-executor v0.3.32 |
| 2483 | 2026-05-20T16:35:37.326Z | Checking hex v0.4.3 |
| 2484 | 2026-05-20T16:35:37.389Z | Checking hkdf v0.12.4 |
| 2485 | 2026-05-20T16:35:37.403Z | Checking crypto-bigint v0.5.5 |
| 2486 | 2026-05-20T16:35:37.422Z | Checking thread-id v5.1.0 |
| 2487 | 2026-05-20T16:35:37.504Z | Checking foldhash v0.1.5 |
| 2488 | 2026-05-20T16:35:37.521Z | Checking strsim v0.11.1 |
| 2489 | 2026-05-20T16:35:37.548Z | Checking either v1.15.0 |
| 2490 | 2026-05-20T16:35:37.573Z | Checking hyper-rustls v0.27.7 |
| 2491 | 2026-05-20T16:35:37.603Z | Checking hyper-tls v0.6.0 |
| 2492 | 2026-05-20T16:35:37.634Z | Checking bitflags v1.3.2 |
| 2493 | 2026-05-20T16:35:37.680Z | Checking bumpalo v3.20.2 |
| 2494 | 2026-05-20T16:35:37.708Z | Compiling rayon-core v1.13.0 |
| 2495 | 2026-05-20T16:35:37.728Z | Checking libbz2-rs-sys v0.2.2 |
| 2496 | 2026-05-20T16:35:37.769Z | Checking clap_lex v1.0.0 |
| 2497 | 2026-05-20T16:35:37.781Z | Checking managed v0.8.0 |
| 2498 | 2026-05-20T16:35:37.878Z | Checking foldhash v0.2.0 |
| 2499 | 2026-05-20T16:35:37.891Z | Checking same-file v1.0.6 |
| 2500 | 2026-05-20T16:35:37.921Z | Checking winnow v0.5.40 |
| 2501 | 2026-05-20T16:35:37.965Z | Checking winnow v0.7.14 |
| 2502 | 2026-05-20T16:35:37.986Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2503 | 2026-05-20T16:35:37.999Z | Checking walkdir v2.5.0 |
| 2504 | 2026-05-20T16:35:38.030Z | Checking hashbrown v0.16.1 |
| 2505 | 2026-05-20T16:35:38.113Z | Checking bzip2 v0.6.1 |
| 2506 | 2026-05-20T16:35:38.159Z | Checking smoltcp v0.9.1 |
| 2507 | 2026-05-20T16:35:38.174Z | Checking clap_builder v4.5.60 |
| 2508 | 2026-05-20T16:35:38.291Z | Checking dof v0.3.0 |
| 2509 | 2026-05-20T16:35:38.300Z | Checking elliptic-curve v0.13.8 |
| 2510 | 2026-05-20T16:35:38.311Z | Checking zopfli v0.8.3 |
| 2511 | 2026-05-20T16:35:38.527Z | Checking reqwest v0.12.28 |
| 2512 | 2026-05-20T16:35:38.564Z | Checking hashbrown v0.15.5 |
| 2513 | 2026-05-20T16:35:38.617Z | Checking usdt-impl v0.6.0 |
| 2514 | 2026-05-20T16:35:38.647Z | Checking futures v0.3.32 |
| 2515 | 2026-05-20T16:35:38.726Z | Checking signal-hook-mio v0.2.5 |
| 2516 | 2026-05-20T16:35:38.755Z | Checking bzip2 v0.4.4 |
| 2517 | 2026-05-20T16:35:38.829Z | Checking snafu v0.8.9 |
| 2518 | 2026-05-20T16:35:38.901Z | Checking phf v0.13.1 |
| 2519 | 2026-05-20T16:35:38.919Z | Checking num-bigint-dig v0.8.6 |
| 2520 | 2026-05-20T16:35:39.058Z | Checking cookie_store v0.22.1 |
| 2521 | 2026-05-20T16:35:39.070Z | Checking zstd v0.13.3 |
| 2522 | 2026-05-20T16:35:39.095Z | Checking toml_edit v0.19.15 |
| 2523 | 2026-05-20T16:35:39.171Z | Checking postgres-types v0.2.12 |
| 2524 | 2026-05-20T16:35:39.253Z | Checking dtrace-parser v0.2.0 |
| 2525 | 2026-05-20T16:35:39.281Z | Checking crossbeam-deque v0.8.6 |
| 2526 | 2026-05-20T16:35:39.388Z | Checking rustls-platform-verifier v0.6.2 |
| 2527 | 2026-05-20T16:35:39.396Z | Checking globset v0.4.18 |
| 2528 | 2026-05-20T16:35:39.439Z | Checking regex v1.12.3 |
| 2529 | 2026-05-20T16:35:39.455Z | Checking ed25519 v2.2.3 |
| 2530 | 2026-05-20T16:35:39.479Z | Checking phf_shared v0.11.3 |
| 2531 | 2026-05-20T16:35:39.483Z | Checking olpc-cjson v0.1.4 |
| 2532 | 2026-05-20T16:35:39.542Z | Checking curve25519-dalek v4.1.3 |
| 2533 | 2026-05-20T16:35:39.612Z | Checking ref-cast v1.0.25 |
| 2534 | 2026-05-20T16:35:39.629Z | Checking strum v0.27.2 |
| 2535 | 2026-05-20T16:35:39.646Z | Checking hubpack v0.1.2 |
| 2536 | 2026-05-20T16:35:39.654Z | Checking memoffset v0.9.1 |
| 2537 | 2026-05-20T16:35:39.705Z | Checking rustix v0.38.44 |
| 2538 | 2026-05-20T16:35:39.717Z | Checking pkcs1 v0.7.5 |
| 2539 | 2026-05-20T16:35:39.727Z | Checking pem v3.0.6 |
| 2540 | 2026-05-20T16:35:39.738Z | Checking float-cmp v0.10.0 |
| 2541 | 2026-05-20T16:35:39.741Z | Checking serde_plain v1.0.2 |
| 2542 | 2026-05-20T16:35:39.804Z | Checking serde-big-array v0.5.1 |
| 2543 | 2026-05-20T16:35:39.863Z | Checking erased-serde v0.3.31 |
| 2544 | 2026-05-20T16:35:39.876Z | Checking rfc6979 v0.4.0 |
| 2545 | 2026-05-20T16:35:39.890Z | Checking thread-id v4.2.2 |
| 2546 | 2026-05-20T16:35:39.921Z | Checking memmap2 v0.9.10 |
| 2547 | 2026-05-20T16:35:39.935Z | Checking env_filter v1.0.0 |
| 2548 | 2026-05-20T16:35:39.964Z | Checking typed-path v0.9.3 |
| 2549 | 2026-05-20T16:35:39.986Z | Checking normalize-line-endings v0.3.0 |
| 2550 | 2026-05-20T16:35:40.074Z | Checking precomputed-hash v0.1.1 |
| 2551 | 2026-05-20T16:35:40.077Z | Checking fixedbitset v0.5.7 |
| 2552 | 2026-05-20T16:35:40.077Z | Checking jiff v0.2.21 |
| 2553 | 2026-05-20T16:35:40.145Z | Checking whoami v2.1.0 |
| 2554 | 2026-05-20T16:35:40.167Z | Checking data-encoding v2.10.0 |
| 2555 | 2026-05-20T16:35:40.245Z | Checking new_debug_unreachable v1.0.6 |
| 2556 | 2026-05-20T16:35:40.292Z | Checking keccak v0.1.6 |
| 2557 | 2026-05-20T16:35:40.313Z | Checking unicode-segmentation v1.12.0 |
| 2558 | 2026-05-20T16:35:40.335Z | Checking fixedbitset v0.4.2 |
| 2559 | 2026-05-20T16:35:40.338Z | Checking toml_write v0.1.2 |
| 2560 | 2026-05-20T16:35:40.438Z | Checking predicates-core v1.0.10 |
| 2561 | 2026-05-20T16:35:40.460Z | Checking difflib v0.4.0 |
| 2562 | 2026-05-20T16:35:40.486Z | Checking static_assertions v1.1.0 |
| 2563 | 2026-05-20T16:35:40.506Z | Checking crossterm v0.28.1 |
| 2564 | 2026-05-20T16:35:40.519Z | Checking toml_edit v0.22.27 |
| 2565 | 2026-05-20T16:35:40.555Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2566 | 2026-05-20T16:35:40.569Z | Checking petgraph v0.6.5 |
| 2567 | 2026-05-20T16:35:40.628Z | Checking similar v2.7.0 |
| 2568 | 2026-05-20T16:35:40.643Z | Checking predicates v3.1.4 |
| 2569 | 2026-05-20T16:35:40.736Z | Checking tough v0.22.0 |
| 2570 | 2026-05-20T16:35:40.930Z | Checking sha3 v0.10.8 |
| 2571 | 2026-05-20T16:35:41.005Z | Checking hickory-proto v0.25.2 |
| 2572 | 2026-05-20T16:35:41.142Z | Checking ed25519-dalek v2.2.0 |
| 2573 | 2026-05-20T16:35:41.213Z | Checking tokio-postgres v0.7.16 |
| 2574 | 2026-05-20T16:35:41.373Z | Checking string_cache v0.8.9 |
| 2575 | 2026-05-20T16:35:41.542Z | Checking petgraph v0.8.3 |
| 2576 | 2026-05-20T16:35:41.596Z | Checking slog v2.8.2 |
| 2577 | 2026-05-20T16:35:41.816Z | Checking toml v0.7.8 |
| 2578 | 2026-05-20T16:35:41.858Z | Checking env_logger v0.11.9 |
| 2579 | 2026-05-20T16:35:42.048Z | Checking usdt v0.6.0 |
| 2580 | 2026-05-20T16:35:42.129Z | Checking ecdsa v0.16.9 |
| 2581 | 2026-05-20T16:35:42.215Z | Checking usdt-impl v0.5.0 |
| 2582 | 2026-05-20T16:35:42.325Z | Checking zip v4.6.1 |
| 2583 | 2026-05-20T16:35:42.459Z | Checking rsa v0.9.10 |
| 2584 | 2026-05-20T16:35:42.473Z | Checking nix v0.31.2 |
| 2585 | 2026-05-20T16:35:42.745Z | Checking reqwest v0.13.2 |
| 2586 | 2026-05-20T16:35:42.891Z | Checking clap v4.5.60 |
| 2587 | 2026-05-20T16:35:42.925Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2588 | 2026-05-20T16:35:42.971Z | Checking zip v0.6.6 |
| 2589 | 2026-05-20T16:35:43.121Z | Checking itertools v0.13.0 |
| 2590 | 2026-05-20T16:35:43.161Z | Checking serde_with v3.17.0 |
| 2591 | 2026-05-20T16:35:43.248Z | Checking strum v0.26.3 |
| 2592 | 2026-05-20T16:35:43.295Z | Checking fs-err v3.3.0 |
| 2593 | 2026-05-20T16:35:43.362Z | Checking ahash v0.8.12 |
| 2594 | 2026-05-20T16:35:43.413Z | Checking object v0.37.3 |
| 2595 | 2026-05-20T16:35:43.541Z | Checking tokio-stream v0.1.18 |
| 2596 | 2026-05-20T16:35:43.568Z | Checking buf-list v1.1.2 |
| 2597 | 2026-05-20T16:35:43.610Z | Checking anyhow v1.0.102 |
| 2598 | 2026-05-20T16:35:43.622Z | Checking camino v1.2.2 |
| 2599 | 2026-05-20T16:35:43.757Z | Checking x509-cert v0.2.5 |
| 2600 | 2026-05-20T16:35:43.809Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2601 | 2026-05-20T16:35:43.812Z | Checking openapiv3 v2.2.0 |
| 2602 | 2026-05-20T16:35:43.878Z | Checking sha1 v0.10.6 |
| 2603 | 2026-05-20T16:35:43.930Z | Checking peg-runtime v0.8.5 |
| 2604 | 2026-05-20T16:35:44.045Z | Checking lalrpop-util v0.19.12 |
| 2605 | 2026-05-20T16:35:44.073Z | Checking rayon v1.11.0 |
| 2606 | 2026-05-20T16:35:44.086Z | Checking sigpipe v0.1.3 |
| 2607 | 2026-05-20T16:35:44.163Z | Checking glob v0.3.3 |
| 2608 | 2026-05-20T16:35:45.671Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2609 | 2026-05-20T16:35:45.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.18s |
| 2610 | 2026-05-20T16:35:46.114Z | |
| 2611 | 2026-05-20T16:35:46.114Z | info: running `cargo check --bins` on internal-dns-types (77/276) |
| 2612 | 2026-05-20T16:35:46.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2613 | 2026-05-20T16:35:46.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2614 | 2026-05-20T16:35:46.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2615 | 2026-05-20T16:35:46.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2616 | 2026-05-20T16:35:46.713Z | |
| 2617 | 2026-05-20T16:35:46.713Z | info: running `cargo check --bins` on internal-dns-types-versions (78/276) |
| 2618 | 2026-05-20T16:35:47.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2619 | 2026-05-20T16:35:47.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2620 | 2026-05-20T16:35:47.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2621 | 2026-05-20T16:35:47.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2622 | 2026-05-20T16:35:47.308Z | |
| 2623 | 2026-05-20T16:35:47.308Z | info: running `cargo check --bins` on nexus-types-versions (79/276) |
| 2624 | 2026-05-20T16:35:47.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2625 | 2026-05-20T16:35:47.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2626 | 2026-05-20T16:35:47.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2627 | 2026-05-20T16:35:47.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2628 | 2026-05-20T16:35:47.909Z | |
| 2629 | 2026-05-20T16:35:47.909Z | info: running `cargo check --bins` on oxql-types (80/276) |
| 2630 | 2026-05-20T16:35:48.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2631 | 2026-05-20T16:35:48.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2632 | 2026-05-20T16:35:48.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2633 | 2026-05-20T16:35:48.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2634 | 2026-05-20T16:35:48.501Z | |
| 2635 | 2026-05-20T16:35:48.501Z | info: running `cargo check --bins` on oximeter-types (81/276) |
| 2636 | 2026-05-20T16:35:49.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2637 | 2026-05-20T16:35:49.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2638 | 2026-05-20T16:35:49.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2639 | 2026-05-20T16:35:49.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2640 | 2026-05-20T16:35:49.103Z | |
| 2641 | 2026-05-20T16:35:49.103Z | info: running `cargo check --bins` on oximeter-types-versions (82/276) |
| 2642 | 2026-05-20T16:35:49.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2643 | 2026-05-20T16:35:49.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2644 | 2026-05-20T16:35:49.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2645 | 2026-05-20T16:35:49.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2646 | 2026-05-20T16:35:49.695Z | |
| 2647 | 2026-05-20T16:35:49.695Z | info: running `cargo check --bins` on oximeter-macro-impl (83/276) |
| 2648 | 2026-05-20T16:35:50.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2649 | 2026-05-20T16:35:50.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2650 | 2026-05-20T16:35:50.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2651 | 2026-05-20T16:35:50.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2652 | 2026-05-20T16:35:50.275Z | |
| 2653 | 2026-05-20T16:35:50.275Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/276) |
| 2654 | 2026-05-20T16:35:50.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2655 | 2026-05-20T16:35:50.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2656 | 2026-05-20T16:35:50.961Z | Compiling structmeta-derive v0.3.0 |
| 2657 | 2026-05-20T16:35:51.077Z | Compiling rustls v0.22.4 |
| 2658 | 2026-05-20T16:35:51.083Z | Compiling multer v3.1.0 |
| 2659 | 2026-05-20T16:35:51.093Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2660 | 2026-05-20T16:35:51.093Z | Compiling async-stream-impl v0.3.6 |
| 2661 | 2026-05-20T16:35:51.114Z | Compiling dropshot v0.17.0 |
| 2662 | 2026-05-20T16:35:51.129Z | Compiling newtype-uuid-macros v0.1.0 |
| 2663 | 2026-05-20T16:35:51.129Z | Compiling dropshot_endpoint v0.17.0 |
| 2664 | 2026-05-20T16:35:51.251Z | Checking newtype-uuid v1.3.2 |
| 2665 | 2026-05-20T16:35:51.313Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2666 | 2026-05-20T16:35:51.381Z | Checking rustls-webpki v0.102.8 |
| 2667 | 2026-05-20T16:35:51.448Z | Checking daft v0.1.5 |
| 2668 | 2026-05-20T16:35:51.469Z | Checking thread_local v1.1.9 |
| 2669 | 2026-05-20T16:35:51.640Z | Checking compression-core v0.4.31 |
| 2670 | 2026-05-20T16:35:51.687Z | Checking match_cfg v0.1.0 |
| 2671 | 2026-05-20T16:35:51.704Z | Checking iddqd v0.4.1 |
| 2672 | 2026-05-20T16:35:51.721Z | Checking crossbeam-channel v0.5.15 |
| 2673 | 2026-05-20T16:35:51.760Z | Checking hostname v0.3.1 |
| 2674 | 2026-05-20T16:35:51.772Z | Checking compression-codecs v0.4.37 |
| 2675 | 2026-05-20T16:35:51.856Z | Checking slog-json v2.6.1 |
| 2676 | 2026-05-20T16:35:51.885Z | Checking is-terminal v0.4.17 |
| 2677 | 2026-05-20T16:35:51.934Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2678 | 2026-05-20T16:35:51.973Z | Checking serde_spanned v1.0.4 |
| 2679 | 2026-05-20T16:35:52.013Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2680 | 2026-05-20T16:35:52.061Z | Checking take_mut v0.2.2 |
| 2681 | 2026-05-20T16:35:52.103Z | Checking debug-ignore v1.0.5 |
| 2682 | 2026-05-20T16:35:52.134Z | Checking term v1.2.1 |
| 2683 | 2026-05-20T16:35:52.148Z | Compiling structmeta v0.3.0 |
| 2684 | 2026-05-20T16:35:52.161Z | Checking slog-async v2.8.0 |
| 2685 | 2026-05-20T16:35:52.190Z | Checking toml v1.0.6+spec-1.1.0 |
| 2686 | 2026-05-20T16:35:52.204Z | Checking slog-bunyan v2.5.0 |
| 2687 | 2026-05-20T16:35:52.316Z | Checking async-compression v0.4.41 |
| 2688 | 2026-05-20T16:35:52.330Z | Checking async-stream v0.3.6 |
| 2689 | 2026-05-20T16:35:52.351Z | Checking slog-term v2.9.2 |
| 2690 | 2026-05-20T16:35:52.364Z | Compiling derive-ex v0.1.8 |
| 2691 | 2026-05-20T16:35:52.458Z | Compiling parse-display-derive v0.10.0 |
| 2692 | 2026-05-20T16:35:52.559Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2693 | 2026-05-20T16:35:52.612Z | Checking progenitor-client v0.14.0 |
| 2694 | 2026-05-20T16:35:52.659Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2695 | 2026-05-20T16:35:52.667Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2696 | 2026-05-20T16:35:52.768Z | Checking waitgroup v0.1.2 |
| 2697 | 2026-05-20T16:35:52.808Z | Checking backon v1.6.0 |
| 2698 | 2026-05-20T16:35:52.843Z | Checking rustls-pemfile v2.2.0 |
| 2699 | 2026-05-20T16:35:52.896Z | Checking serde_path_to_error v0.1.20 |
| 2700 | 2026-05-20T16:35:52.920Z | Checking hostname v0.4.2 |
| 2701 | 2026-05-20T16:35:52.972Z | Checking instant v0.1.13 |
| 2702 | 2026-05-20T16:35:53.058Z | Checking backoff v0.4.0 |
| 2703 | 2026-05-20T16:35:53.163Z | Checking progenitor-extras v0.2.0 |
| 2704 | 2026-05-20T16:35:53.194Z | Checking tokio-rustls v0.25.0 |
| 2705 | 2026-05-20T16:35:53.229Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2706 | 2026-05-20T16:35:53.242Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2707 | 2026-05-20T16:35:53.384Z | Checking itertools v0.14.0 |
| 2708 | 2026-05-20T16:35:53.440Z | Checking progenitor-client v0.10.0 |
| 2709 | 2026-05-20T16:35:53.629Z | Checking regress v0.10.5 |
| 2710 | 2026-05-20T16:35:53.666Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2711 | 2026-05-20T16:35:53.899Z | Checking macaddr v1.0.1 |
| 2712 | 2026-05-20T16:35:54.086Z | Compiling test-strategy v0.4.5 |
| 2713 | 2026-05-20T16:35:54.183Z | Checking parse-display v0.10.0 |
| 2714 | 2026-05-20T16:35:55.259Z | Compiling prettyplease v0.2.37 |
| 2715 | 2026-05-20T16:35:55.588Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2716 | 2026-05-20T16:35:55.718Z | Checking num-rational v0.4.2 |
| 2717 | 2026-05-20T16:35:55.968Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2718 | 2026-05-20T16:35:56.183Z | Checking num-complex v0.4.6 |
| 2719 | 2026-05-20T16:35:56.807Z | Checking num v0.4.3 |
| 2720 | 2026-05-20T16:35:56.917Z | Compiling usdt-macro v0.5.0 |
| 2721 | 2026-05-20T16:35:56.963Z | Compiling usdt-attr-macro v0.5.0 |
| 2722 | 2026-05-20T16:35:56.978Z | Checking memmap v0.7.0 |
| 2723 | 2026-05-20T16:35:56.989Z | Checking float-ord v0.3.2 |
| 2724 | 2026-05-20T16:35:57.096Z | Checking unicode-width v0.2.0 |
| 2725 | 2026-05-20T16:35:57.109Z | Compiling convert_case v0.4.0 |
| 2726 | 2026-05-20T16:35:57.351Z | Checking console v0.15.11 |
| 2727 | 2026-05-20T16:35:57.484Z | Compiling derive_more v0.99.20 |
| 2728 | 2026-05-20T16:35:57.678Z | Checking newline-converter v0.3.0 |
| 2729 | 2026-05-20T16:35:57.685Z | Checking atomicwrites v0.4.4 |
| 2730 | 2026-05-20T16:35:57.743Z | Checking usdt v0.5.0 |
| 2731 | 2026-05-20T16:35:57.758Z | Compiling toml v0.8.23 |
| 2732 | 2026-05-20T16:35:57.786Z | Compiling minimal-lexical v0.2.1 |
| 2733 | 2026-05-20T16:35:57.916Z | Checking linked-hash-map v0.5.6 |
| 2734 | 2026-05-20T16:35:58.044Z | Compiling nom v7.1.3 |
| 2735 | 2026-05-20T16:35:58.093Z | Checking lru-cache v0.1.2 |
| 2736 | 2026-05-20T16:35:58.219Z | Checking expectorate v1.2.0 |
| 2737 | 2026-05-20T16:35:58.743Z | Checking camino-tempfile v1.4.1 |
| 2738 | 2026-05-20T16:35:58.914Z | Checking hickory-proto v0.24.4 |
| 2739 | 2026-05-20T16:35:58.928Z | Checking phf_shared v0.12.1 |
| 2740 | 2026-05-20T16:35:59.076Z | Compiling slog-dtrace v0.3.0 |
| 2741 | 2026-05-20T16:35:59.172Z | Checking heck v0.5.0 |
| 2742 | 2026-05-20T16:35:59.275Z | Compiling chrono-tz v0.10.4 |
| 2743 | 2026-05-20T16:35:59.305Z | Checking resolv-conf v0.7.6 |
| 2744 | 2026-05-20T16:35:59.478Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2745 | 2026-05-20T16:35:59.507Z | Compiling const_format_proc_macros v0.2.34 |
| 2746 | 2026-05-20T16:35:59.544Z | Checking phf v0.12.1 |
| 2747 | 2026-05-20T16:35:59.691Z | Checking tokio-dtrace v0.1.1 |
| 2748 | 2026-05-20T16:35:59.707Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2749 | 2026-05-20T16:35:59.882Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2750 | 2026-05-20T16:35:59.965Z | Compiling derive-where v1.6.0 |
| 2751 | 2026-05-20T16:36:00.131Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2752 | 2026-05-20T16:36:00.329Z | Checking highway v1.3.0 |
| 2753 | 2026-05-20T16:36:00.562Z | Checking const_format v0.2.35 |
| 2754 | 2026-05-20T16:36:00.763Z | Checking hickory-resolver v0.24.4 |
| 2755 | 2026-05-20T16:36:00.796Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2756 | 2026-05-20T16:36:00.952Z | Checking oxide-tokio-rt v0.1.4 |
| 2757 | 2026-05-20T16:36:01.246Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2758 | 2026-05-20T16:36:01.310Z | Checking gethostname v0.5.0 |
| 2759 | 2026-05-20T16:36:01.369Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2760 | 2026-05-20T16:36:01.399Z | Checking bcs v0.1.6 |
| 2761 | 2026-05-20T16:36:01.441Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2762 | 2026-05-20T16:36:01.505Z | Checking qorb v0.4.1 |
| 2763 | 2026-05-20T16:36:01.518Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2764 | 2026-05-20T16:36:01.563Z | Checking termtree v0.5.1 |
| 2765 | 2026-05-20T16:36:04.914Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2766 | 2026-05-20T16:36:07.692Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2767 | 2026-05-20T16:36:09.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.59s |
| 2768 | 2026-05-20T16:36:10.044Z | |
| 2769 | 2026-05-20T16:36:10.044Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276) |
| 2770 | 2026-05-20T16:36:10.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2771 | 2026-05-20T16:36:10.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2772 | 2026-05-20T16:36:10.724Z | Compiling ar_archive_writer v0.5.1 |
| 2773 | 2026-05-20T16:36:10.834Z | Compiling stacker v0.1.23 |
| 2774 | 2026-05-20T16:36:10.837Z | Compiling cfg_aliases v0.1.1 |
| 2775 | 2026-05-20T16:36:10.849Z | Compiling convert_case v0.10.0 |
| 2776 | 2026-05-20T16:36:10.856Z | Checking unicode-width v0.1.14 |
| 2777 | 2026-05-20T16:36:10.865Z | Compiling proc-macro-error v1.0.4 |
| 2778 | 2026-05-20T16:36:10.877Z | Checking fd-lock v4.0.4 |
| 2779 | 2026-05-20T16:36:10.880Z | Checking nibble_vec v0.1.0 |
| 2780 | 2026-05-20T16:36:10.901Z | Compiling nix v0.28.0 |
| 2781 | 2026-05-20T16:36:10.989Z | Checking vte v0.14.1 |
| 2782 | 2026-05-20T16:36:11.006Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2783 | 2026-05-20T16:36:11.089Z | Checking bytecount v0.6.9 |
| 2784 | 2026-05-20T16:36:11.102Z | Checking endian-type v0.1.2 |
| 2785 | 2026-05-20T16:36:11.148Z | Compiling derive_more-impl v2.1.1 |
| 2786 | 2026-05-20T16:36:11.162Z | Checking strip-ansi-escapes v0.2.1 |
| 2787 | 2026-05-20T16:36:11.177Z | Compiling tabled_derive v0.7.0 |
| 2788 | 2026-05-20T16:36:11.195Z | Checking papergrid v0.11.0 |
| 2789 | 2026-05-20T16:36:11.267Z | Checking radix_trie v0.2.1 |
| 2790 | 2026-05-20T16:36:11.279Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2791 | 2026-05-20T16:36:11.408Z | Compiling peg-macros v0.8.5 |
| 2792 | 2026-05-20T16:36:11.476Z | Checking winnow v0.6.26 |
| 2793 | 2026-05-20T16:36:11.669Z | Compiling psm v0.1.30 |
| 2794 | 2026-05-20T16:36:11.753Z | Compiling sqlparser_derive v0.5.0 |
| 2795 | 2026-05-20T16:36:11.803Z | Checking nu-ansi-term v0.50.3 |
| 2796 | 2026-05-20T16:36:11.949Z | Checking derive_more v2.1.1 |
| 2797 | 2026-05-20T16:36:12.017Z | Checking home v0.5.12 |
| 2798 | 2026-05-20T16:36:12.031Z | Checking unicode_categories v0.1.1 |
| 2799 | 2026-05-20T16:36:12.125Z | Checking crossterm v0.29.0 |
| 2800 | 2026-05-20T16:36:12.148Z | Checking tabled v0.15.0 |
| 2801 | 2026-05-20T16:36:12.195Z | Checking rustyline v14.0.0 |
| 2802 | 2026-05-20T16:36:12.199Z | Checking reedline v0.40.0 |
| 2803 | 2026-05-20T16:36:12.461Z | Checking recursive v0.1.1 |
| 2804 | 2026-05-20T16:36:12.539Z | Checking display-error-chain v0.2.2 |
| 2805 | 2026-05-20T16:36:12.554Z | Checking sqlparser v0.61.0 |
| 2806 | 2026-05-20T16:36:12.618Z | Checking sqlformat v0.3.5 |
| 2807 | 2026-05-20T16:36:12.770Z | Checking peg v0.8.5 |
| 2808 | 2026-05-20T16:36:23.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s |
| 2809 | 2026-05-20T16:36:24.026Z | |
| 2810 | 2026-05-20T16:36:24.026Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276) |
| 2811 | 2026-05-20T16:36:24.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2812 | 2026-05-20T16:36:24.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2813 | 2026-05-20T16:36:24.701Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2814 | 2026-05-20T16:36:28.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
| 2815 | 2026-05-20T16:36:28.375Z | |
| 2816 | 2026-05-20T16:36:28.375Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276) |
| 2817 | 2026-05-20T16:36:28.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2818 | 2026-05-20T16:36:28.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2819 | 2026-05-20T16:36:29.054Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2820 | 2026-05-20T16:36:31.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s |
| 2821 | 2026-05-20T16:36:31.707Z | |
| 2822 | 2026-05-20T16:36:31.707Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276) |
| 2823 | 2026-05-20T16:36:32.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2824 | 2026-05-20T16:36:32.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2825 | 2026-05-20T16:36:32.375Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2826 | 2026-05-20T16:36:35.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
| 2827 | 2026-05-20T16:36:35.828Z | |
| 2828 | 2026-05-20T16:36:35.828Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276) |
| 2829 | 2026-05-20T16:36:36.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2830 | 2026-05-20T16:36:36.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2831 | 2026-05-20T16:36:36.505Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2832 | 2026-05-20T16:36:39.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s |
| 2833 | 2026-05-20T16:36:39.987Z | |
| 2834 | 2026-05-20T16:36:39.987Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276) |
| 2835 | 2026-05-20T16:36:40.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2836 | 2026-05-20T16:36:40.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2837 | 2026-05-20T16:36:40.663Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2838 | 2026-05-20T16:36:43.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
| 2839 | 2026-05-20T16:36:43.480Z | |
| 2840 | 2026-05-20T16:36:43.480Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276) |
| 2841 | 2026-05-20T16:36:43.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2842 | 2026-05-20T16:36:44.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2843 | 2026-05-20T16:36:44.156Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2844 | 2026-05-20T16:36:46.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s |
| 2845 | 2026-05-20T16:36:46.988Z | |
| 2846 | 2026-05-20T16:36:46.988Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276) |
| 2847 | 2026-05-20T16:36:47.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2848 | 2026-05-20T16:36:47.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2849 | 2026-05-20T16:36:47.665Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2850 | 2026-05-20T16:36:51.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
| 2851 | 2026-05-20T16:36:51.321Z | |
| 2852 | 2026-05-20T16:36:51.321Z | info: running `cargo check --bins` on oximeter (93/276) |
| 2853 | 2026-05-20T16:36:51.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2854 | 2026-05-20T16:36:51.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2855 | 2026-05-20T16:36:51.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2856 | 2026-05-20T16:36:51.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2857 | 2026-05-20T16:36:51.916Z | |
| 2858 | 2026-05-20T16:36:51.916Z | info: running `cargo check --bins` on oximeter-schema (94/276) |
| 2859 | 2026-05-20T16:36:52.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2860 | 2026-05-20T16:36:52.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2861 | 2026-05-20T16:36:52.551Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2862 | 2026-05-20T16:36:52.717Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2863 | 2026-05-20T16:36:52.719Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2864 | 2026-05-20T16:36:53.057Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2865 | 2026-05-20T16:36:55.998Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2866 | 2026-05-20T16:36:57.225Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2867 | 2026-05-20T16:36:57.390Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2868 | 2026-05-20T16:36:58.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s |
| 2869 | 2026-05-20T16:36:58.251Z | |
| 2870 | 2026-05-20T16:36:58.251Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/276) |
| 2871 | 2026-05-20T16:36:58.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2872 | 2026-05-20T16:36:58.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2873 | 2026-05-20T16:36:58.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2874 | 2026-05-20T16:36:58.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2875 | 2026-05-20T16:36:58.858Z | |
| 2876 | 2026-05-20T16:36:58.858Z | info: running `cargo check --bins` on oximeter-test-utils (96/276) |
| 2877 | 2026-05-20T16:36:59.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2878 | 2026-05-20T16:36:59.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2879 | 2026-05-20T16:36:59.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2880 | 2026-05-20T16:36:59.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2881 | 2026-05-20T16:36:59.494Z | |
| 2882 | 2026-05-20T16:36:59.494Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276) |
| 2883 | 2026-05-20T16:37:00.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2884 | 2026-05-20T16:37:00.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2885 | 2026-05-20T16:37:00.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2886 | 2026-05-20T16:37:00.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2887 | 2026-05-20T16:37:00.098Z | |
| 2888 | 2026-05-20T16:37:00.098Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276) |
| 2889 | 2026-05-20T16:37:00.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2890 | 2026-05-20T16:37:00.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2891 | 2026-05-20T16:37:00.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2892 | 2026-05-20T16:37:00.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2893 | 2026-05-20T16:37:00.704Z | |
| 2894 | 2026-05-20T16:37:00.704Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276) |
| 2895 | 2026-05-20T16:37:01.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2896 | 2026-05-20T16:37:01.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2897 | 2026-05-20T16:37:01.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2898 | 2026-05-20T16:37:01.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2899 | 2026-05-20T16:37:01.305Z | |
| 2900 | 2026-05-20T16:37:01.305Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276) |
| 2901 | 2026-05-20T16:37:01.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2902 | 2026-05-20T16:37:01.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2903 | 2026-05-20T16:37:01.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2904 | 2026-05-20T16:37:01.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2905 | 2026-05-20T16:37:01.915Z | |
| 2906 | 2026-05-20T16:37:01.915Z | info: running `cargo check --bins` on trust-quorum-types (101/276) |
| 2907 | 2026-05-20T16:37:02.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2908 | 2026-05-20T16:37:02.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2909 | 2026-05-20T16:37:02.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2910 | 2026-05-20T16:37:02.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2911 | 2026-05-20T16:37:02.502Z | |
| 2912 | 2026-05-20T16:37:02.502Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/276) |
| 2913 | 2026-05-20T16:37:03.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2914 | 2026-05-20T16:37:03.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2915 | 2026-05-20T16:37:03.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2916 | 2026-05-20T16:37:03.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2917 | 2026-05-20T16:37:03.105Z | |
| 2918 | 2026-05-20T16:37:03.105Z | info: running `cargo check --bins` on update-engine (103/276) |
| 2919 | 2026-05-20T16:37:03.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2920 | 2026-05-20T16:37:03.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2921 | 2026-05-20T16:37:03.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2922 | 2026-05-20T16:37:03.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2923 | 2026-05-20T16:37:03.688Z | |
| 2924 | 2026-05-20T16:37:03.688Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/276) |
| 2925 | 2026-05-20T16:37:04.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2926 | 2026-05-20T16:37:04.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2927 | 2026-05-20T16:37:04.410Z | Compiling crucible-workspace-hack v0.1.0 |
| 2928 | 2026-05-20T16:37:04.527Z | Checking secrecy v0.10.3 |
| 2929 | 2026-05-20T16:37:04.535Z | Compiling heapless v0.8.0 |
| 2930 | 2026-05-20T16:37:04.538Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2931 | 2026-05-20T16:37:04.549Z | Compiling ingot-macros v0.1.1 |
| 2932 | 2026-05-20T16:37:04.558Z | Checking hash32 v0.3.1 |
| 2933 | 2026-05-20T16:37:04.570Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2934 | 2026-05-20T16:37:04.573Z | Compiling smoltcp v0.11.0 |
| 2935 | 2026-05-20T16:37:04.631Z | Checking cobs v0.3.0 |
| 2936 | 2026-05-20T16:37:04.677Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2937 | 2026-05-20T16:37:04.768Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2938 | 2026-05-20T16:37:04.771Z | Checking universal-hash v0.5.1 |
| 2939 | 2026-05-20T16:37:04.807Z | Checking half v2.7.1 |
| 2940 | 2026-05-20T16:37:04.831Z | Checking opaque-debug v0.3.1 |
| 2941 | 2026-05-20T16:37:04.899Z | Checking ciborium-io v0.2.2 |
| 2942 | 2026-05-20T16:37:04.913Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2943 | 2026-05-20T16:37:04.945Z | Checking poly1305 v0.8.0 |
| 2944 | 2026-05-20T16:37:04.995Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2945 | 2026-05-20T16:37:05.062Z | Checking ciborium-ll v0.2.2 |
| 2946 | 2026-05-20T16:37:05.113Z | Checking postcard v1.1.3 |
| 2947 | 2026-05-20T16:37:05.212Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2948 | 2026-05-20T16:37:05.236Z | Checking password-hash v0.5.0 |
| 2949 | 2026-05-20T16:37:05.367Z | Compiling proc-macro-crate v3.4.0 |
| 2950 | 2026-05-20T16:37:05.410Z | Checking chacha20 v0.9.1 |
| 2951 | 2026-05-20T16:37:05.487Z | Compiling proc-macro-crate v1.3.1 |
| 2952 | 2026-05-20T16:37:05.510Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2953 | 2026-05-20T16:37:05.609Z | Checking blake2 v0.10.6 |
| 2954 | 2026-05-20T16:37:05.747Z | Checking aead v0.5.2 |
| 2955 | 2026-05-20T16:37:05.836Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2956 | 2026-05-20T16:37:05.850Z | Compiling foreign-types-macros v0.2.3 |
| 2957 | 2026-05-20T16:37:05.863Z | Checking thiserror-no-std v2.0.2 |
| 2958 | 2026-05-20T16:37:05.893Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2959 | 2026-05-20T16:37:05.908Z | Checking foreign-types-shared v0.3.1 |
| 2960 | 2026-05-20T16:37:05.929Z | Compiling num_enum_derive v0.7.5 |
| 2961 | 2026-05-20T16:37:05.945Z | Checking cpufeatures v0.3.0 |
| 2962 | 2026-05-20T16:37:05.997Z | Checking vsss-rs v3.3.4 |
| 2963 | 2026-05-20T16:37:06.021Z | Checking chacha20 v0.10.0 |
| 2964 | 2026-05-20T16:37:06.043Z | Compiling num_enum_derive v0.5.11 |
| 2965 | 2026-05-20T16:37:06.132Z | Checking chacha20poly1305 v0.10.1 |
| 2966 | 2026-05-20T16:37:06.245Z | Checking argon2 v0.5.3 |
| 2967 | 2026-05-20T16:37:06.261Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2968 | 2026-05-20T16:37:06.434Z | Checking foreign-types v0.5.0 |
| 2969 | 2026-05-20T16:37:06.516Z | Checking ciborium v0.2.2 |
| 2970 | 2026-05-20T16:37:06.684Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2971 | 2026-05-20T16:37:06.704Z | Checking tabwriter v1.4.1 |
| 2972 | 2026-05-20T16:37:06.853Z | Checking byte-wrapper v0.1.0 |
| 2973 | 2026-05-20T16:37:06.937Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2974 | 2026-05-20T16:37:06.973Z | Checking cstr-argument v0.1.2 |
| 2975 | 2026-05-20T16:37:06.987Z | Checking num_enum v0.7.5 |
| 2976 | 2026-05-20T16:37:07.064Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2977 | 2026-05-20T16:37:07.079Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2978 | 2026-05-20T16:37:07.095Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2979 | 2026-05-20T16:37:07.109Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2980 | 2026-05-20T16:37:07.123Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2981 | 2026-05-20T16:37:07.276Z | Checking num_enum v0.5.11 |
| 2982 | 2026-05-20T16:37:07.276Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2983 | 2026-05-20T16:37:07.303Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2984 | 2026-05-20T16:37:07.363Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2985 | 2026-05-20T16:37:07.377Z | Checking ingot-types v0.1.2 |
| 2986 | 2026-05-20T16:37:07.401Z | Checking rand v0.10.0 |
| 2987 | 2026-05-20T16:37:07.473Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2988 | 2026-05-20T16:37:07.502Z | Checking colored v3.1.1 |
| 2989 | 2026-05-20T16:37:07.516Z | Checking indent_write v2.2.0 |
| 2990 | 2026-05-20T16:37:07.648Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2991 | 2026-05-20T16:37:07.702Z | Compiling zone_cfg_derive v0.3.1 |
| 2992 | 2026-05-20T16:37:07.735Z | Checking ingot v0.1.1 |
| 2993 | 2026-05-20T16:37:07.749Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2994 | 2026-05-20T16:37:07.785Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2995 | 2026-05-20T16:37:07.820Z | Checking itertools v0.12.1 |
| 2996 | 2026-05-20T16:37:07.844Z | Compiling num-derive v0.4.2 |
| 2997 | 2026-05-20T16:37:07.901Z | Checking swrite v0.1.0 |
| 2998 | 2026-05-20T16:37:07.956Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2999 | 2026-05-20T16:37:07.994Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3000 | 2026-05-20T16:37:08.155Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3001 | 2026-05-20T16:37:08.232Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3002 | 2026-05-20T16:37:08.316Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3003 | 2026-05-20T16:37:08.333Z | Checking dropshot-api-manager-types v0.7.1 |
| 3004 | 2026-05-20T16:37:08.343Z | Checking smf v0.2.3 |
| 3005 | 2026-05-20T16:37:08.430Z | Checking nanorand v0.7.0 |
| 3006 | 2026-05-20T16:37:08.497Z | Checking whoami v1.6.1 |
| 3007 | 2026-05-20T16:37:08.615Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3008 | 2026-05-20T16:37:08.674Z | Checking flume v0.11.1 |
| 3009 | 2026-05-20T16:37:08.818Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3010 | 2026-05-20T16:37:08.852Z | Checking zone v0.3.1 |
| 3011 | 2026-05-20T16:37:09.360Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3012 | 2026-05-20T16:37:10.347Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3013 | 2026-05-20T16:37:11.246Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3014 | 2026-05-20T16:37:14.448Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3015 | 2026-05-20T16:37:16.508Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3016 | 2026-05-20T16:37:17.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.93s |
| 3017 | 2026-05-20T16:37:17.812Z | |
| 3018 | 2026-05-20T16:37:17.812Z | info: running `cargo check --bins` on clickhouse-admin-api (105/276) |
| 3019 | 2026-05-20T16:37:18.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3020 | 2026-05-20T16:37:18.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3021 | 2026-05-20T16:37:18.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3022 | 2026-05-20T16:37:18.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3023 | 2026-05-20T16:37:18.410Z | |
| 3024 | 2026-05-20T16:37:18.410Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/276) |
| 3025 | 2026-05-20T16:37:18.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3026 | 2026-05-20T16:37:18.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3027 | 2026-05-20T16:37:18.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3028 | 2026-05-20T16:37:18.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3029 | 2026-05-20T16:37:19.015Z | |
| 3030 | 2026-05-20T16:37:19.015Z | info: running `cargo check --bins` on bootstrap-agent-client (107/276) |
| 3031 | 2026-05-20T16:37:19.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3032 | 2026-05-20T16:37:19.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3033 | 2026-05-20T16:37:19.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3034 | 2026-05-20T16:37:19.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3035 | 2026-05-20T16:37:19.626Z | |
| 3036 | 2026-05-20T16:37:19.626Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276) |
| 3037 | 2026-05-20T16:37:20.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3038 | 2026-05-20T16:37:20.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3039 | 2026-05-20T16:37:20.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3040 | 2026-05-20T16:37:20.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3041 | 2026-05-20T16:37:20.242Z | |
| 3042 | 2026-05-20T16:37:20.242Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276) |
| 3043 | 2026-05-20T16:37:20.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3044 | 2026-05-20T16:37:20.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3045 | 2026-05-20T16:37:20.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3046 | 2026-05-20T16:37:20.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3047 | 2026-05-20T16:37:20.850Z | |
| 3048 | 2026-05-20T16:37:20.850Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/276) |
| 3049 | 2026-05-20T16:37:21.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3050 | 2026-05-20T16:37:21.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3051 | 2026-05-20T16:37:21.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3052 | 2026-05-20T16:37:21.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3053 | 2026-05-20T16:37:21.457Z | |
| 3054 | 2026-05-20T16:37:21.457Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/276) |
| 3055 | 2026-05-20T16:37:21.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3056 | 2026-05-20T16:37:21.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3057 | 2026-05-20T16:37:21.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3058 | 2026-05-20T16:37:21.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3059 | 2026-05-20T16:37:22.063Z | |
| 3060 | 2026-05-20T16:37:22.063Z | info: running `cargo check --bins` on cockroach-admin-client (112/276) |
| 3061 | 2026-05-20T16:37:22.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3062 | 2026-05-20T16:37:22.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3063 | 2026-05-20T16:37:22.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3064 | 2026-05-20T16:37:22.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3065 | 2026-05-20T16:37:22.662Z | |
| 3066 | 2026-05-20T16:37:22.662Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/276) |
| 3067 | 2026-05-20T16:37:23.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3068 | 2026-05-20T16:37:23.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3069 | 2026-05-20T16:37:23.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3070 | 2026-05-20T16:37:23.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3071 | 2026-05-20T16:37:23.274Z | |
| 3072 | 2026-05-20T16:37:23.274Z | info: running `cargo check --bins` on dns-service-client (114/276) |
| 3073 | 2026-05-20T16:37:23.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3074 | 2026-05-20T16:37:23.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3075 | 2026-05-20T16:37:23.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3076 | 2026-05-20T16:37:23.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3077 | 2026-05-20T16:37:23.887Z | |
| 3078 | 2026-05-20T16:37:23.887Z | info: running `cargo check --bins` on installinator-client (115/276) |
| 3079 | 2026-05-20T16:37:24.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3080 | 2026-05-20T16:37:24.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3081 | 2026-05-20T16:37:24.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3082 | 2026-05-20T16:37:24.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3083 | 2026-05-20T16:37:24.497Z | |
| 3084 | 2026-05-20T16:37:24.497Z | info: running `cargo check --bins` on nexus-client (116/276) |
| 3085 | 2026-05-20T16:37:25.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3086 | 2026-05-20T16:37:25.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3087 | 2026-05-20T16:37:25.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3088 | 2026-05-20T16:37:25.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3089 | 2026-05-20T16:37:25.143Z | |
| 3090 | 2026-05-20T16:37:25.143Z | info: running `cargo check --bins` on nexus-lockstep-client (117/276) |
| 3091 | 2026-05-20T16:37:25.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3092 | 2026-05-20T16:37:25.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3093 | 2026-05-20T16:37:25.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3094 | 2026-05-20T16:37:25.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3095 | 2026-05-20T16:37:25.791Z | |
| 3096 | 2026-05-20T16:37:25.792Z | info: running `cargo check --bins` on ntp-admin-client (118/276) |
| 3097 | 2026-05-20T16:37:26.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3098 | 2026-05-20T16:37:26.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3099 | 2026-05-20T16:37:26.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3100 | 2026-05-20T16:37:26.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3101 | 2026-05-20T16:37:26.391Z | |
| 3102 | 2026-05-20T16:37:26.391Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/276) |
| 3103 | 2026-05-20T16:37:26.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3104 | 2026-05-20T16:37:26.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3105 | 2026-05-20T16:37:26.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3106 | 2026-05-20T16:37:26.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3107 | 2026-05-20T16:37:26.988Z | |
| 3108 | 2026-05-20T16:37:26.988Z | info: running `cargo check --bins` on oxide-client (120/276) |
| 3109 | 2026-05-20T16:37:27.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3110 | 2026-05-20T16:37:27.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3111 | 2026-05-20T16:37:27.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3112 | 2026-05-20T16:37:27.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3113 | 2026-05-20T16:37:27.578Z | |
| 3114 | 2026-05-20T16:37:27.578Z | info: running `cargo check --bins` on oximeter-client (121/276) |
| 3115 | 2026-05-20T16:37:28.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3116 | 2026-05-20T16:37:28.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3117 | 2026-05-20T16:37:28.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3118 | 2026-05-20T16:37:28.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3119 | 2026-05-20T16:37:28.185Z | |
| 3120 | 2026-05-20T16:37:28.185Z | info: running `cargo check --bins` on repo-depot-client (122/276) |
| 3121 | 2026-05-20T16:37:28.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3122 | 2026-05-20T16:37:28.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3123 | 2026-05-20T16:37:28.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3124 | 2026-05-20T16:37:28.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3125 | 2026-05-20T16:37:28.781Z | |
| 3126 | 2026-05-20T16:37:28.781Z | info: running `cargo check --bins` on sled-agent-client (123/276) |
| 3127 | 2026-05-20T16:37:29.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3128 | 2026-05-20T16:37:29.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3129 | 2026-05-20T16:37:29.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3130 | 2026-05-20T16:37:29.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3131 | 2026-05-20T16:37:29.399Z | |
| 3132 | 2026-05-20T16:37:29.399Z | info: running `cargo check --bins` on wicketd-client (124/276) |
| 3133 | 2026-05-20T16:37:29.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3134 | 2026-05-20T16:37:29.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3135 | 2026-05-20T16:37:29.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3136 | 2026-05-20T16:37:29.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3137 | 2026-05-20T16:37:30.035Z | |
| 3138 | 2026-05-20T16:37:30.035Z | info: running `cargo check --bins` on installinator-common (125/276) |
| 3139 | 2026-05-20T16:37:30.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3140 | 2026-05-20T16:37:30.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3141 | 2026-05-20T16:37:30.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3142 | 2026-05-20T16:37:30.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3143 | 2026-05-20T16:37:30.659Z | |
| 3144 | 2026-05-20T16:37:30.659Z | info: running `cargo check --bins` on installinator-common-versions (126/276) |
| 3145 | 2026-05-20T16:37:31.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3146 | 2026-05-20T16:37:31.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3147 | 2026-05-20T16:37:31.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3148 | 2026-05-20T16:37:31.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3149 | 2026-05-20T16:37:31.248Z | |
| 3150 | 2026-05-20T16:37:31.248Z | info: running `cargo check --bins` on wicket-common (127/276) |
| 3151 | 2026-05-20T16:37:31.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3152 | 2026-05-20T16:37:31.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3153 | 2026-05-20T16:37:31.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3154 | 2026-05-20T16:37:31.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3155 | 2026-05-20T16:37:31.887Z | |
| 3156 | 2026-05-20T16:37:31.887Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/276) |
| 3157 | 2026-05-20T16:37:32.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3158 | 2026-05-20T16:37:32.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3159 | 2026-05-20T16:37:32.569Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3160 | 2026-05-20T16:37:32.686Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3161 | 2026-05-20T16:37:32.692Z | Checking csv-core v0.1.13 |
| 3162 | 2026-05-20T16:37:32.699Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3163 | 2026-05-20T16:37:32.706Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3164 | 2026-05-20T16:37:32.716Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3165 | 2026-05-20T16:37:32.728Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3166 | 2026-05-20T16:37:32.740Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3167 | 2026-05-20T16:37:32.850Z | Checking csv v1.4.0 |
| 3168 | 2026-05-20T16:37:32.895Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3169 | 2026-05-20T16:37:32.910Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3170 | 2026-05-20T16:37:32.937Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3171 | 2026-05-20T16:37:32.950Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3172 | 2026-05-20T16:37:33.192Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3173 | 2026-05-20T16:37:33.562Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3174 | 2026-05-20T16:37:33.565Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3175 | 2026-05-20T16:37:33.896Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3176 | 2026-05-20T16:37:39.893Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3177 | 2026-05-20T16:37:40.438Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3178 | 2026-05-20T16:37:42.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.93s |
| 3179 | 2026-05-20T16:37:43.004Z | |
| 3180 | 2026-05-20T16:37:43.004Z | info: running `cargo check --bins` on cockroach-admin-api (129/276) |
| 3181 | 2026-05-20T16:37:43.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3182 | 2026-05-20T16:37:43.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3183 | 2026-05-20T16:37:43.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3184 | 2026-05-20T16:37:43.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3185 | 2026-05-20T16:37:43.607Z | |
| 3186 | 2026-05-20T16:37:43.607Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276) |
| 3187 | 2026-05-20T16:37:44.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3188 | 2026-05-20T16:37:44.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3189 | 2026-05-20T16:37:44.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3190 | 2026-05-20T16:37:44.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3191 | 2026-05-20T16:37:44.292Z | |
| 3192 | 2026-05-20T16:37:44.292Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276) |
| 3193 | 2026-05-20T16:37:44.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3194 | 2026-05-20T16:37:44.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3195 | 2026-05-20T16:37:44.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3196 | 2026-05-20T16:37:44.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3197 | 2026-05-20T16:37:44.981Z | |
| 3198 | 2026-05-20T16:37:44.981Z | info: running `cargo check --bins` on gateway-test-utils (132/276) |
| 3199 | 2026-05-20T16:37:45.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3200 | 2026-05-20T16:37:45.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3201 | 2026-05-20T16:37:45.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3202 | 2026-05-20T16:37:45.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3203 | 2026-05-20T16:37:45.639Z | |
| 3204 | 2026-05-20T16:37:45.639Z | info: running `cargo check --bins` on omicron-gateway (133/276) |
| 3205 | 2026-05-20T16:37:46.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3206 | 2026-05-20T16:37:46.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3207 | 2026-05-20T16:37:46.410Z | Compiling regress v0.11.1 |
| 3208 | 2026-05-20T16:37:46.546Z | Compiling unsafe-libyaml v0.2.11 |
| 3209 | 2026-05-20T16:37:46.560Z | Compiling semver v0.1.20 |
| 3210 | 2026-05-20T16:37:46.563Z | Compiling radium v0.7.0 |
| 3211 | 2026-05-20T16:37:46.585Z | Compiling maybe-uninit v2.0.0 |
| 3212 | 2026-05-20T16:37:46.585Z | Checking tap v1.0.1 |
| 3213 | 2026-05-20T16:37:46.613Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3214 | 2026-05-20T16:37:46.702Z | Checking wyz v0.5.1 |
| 3215 | 2026-05-20T16:37:46.835Z | Compiling rustc_version v0.1.7 |
| 3216 | 2026-05-20T16:37:46.879Z | Checking progenitor-client v0.13.0 |
| 3217 | 2026-05-20T16:37:46.910Z | Compiling zerocopy-derive v0.6.6 |
| 3218 | 2026-05-20T16:37:47.020Z | Compiling owo-colors v4.3.0 |
| 3219 | 2026-05-20T16:37:47.074Z | Compiling serde_yaml v0.9.34+deprecated |
| 3220 | 2026-05-20T16:37:47.112Z | Compiling newtype_derive v0.1.6 |
| 3221 | 2026-05-20T16:37:47.294Z | Checking crc-catalog v2.4.0 |
| 3222 | 2026-05-20T16:37:47.310Z | Checking funty v2.0.0 |
| 3223 | 2026-05-20T16:37:47.376Z | Compiling packed_struct v0.10.1 |
| 3224 | 2026-05-20T16:37:47.393Z | Compiling cancel-safe-futures v0.1.5 |
| 3225 | 2026-05-20T16:37:47.628Z | Checking crc v3.4.0 |
| 3226 | 2026-05-20T16:37:47.642Z | Checking bitvec v1.0.1 |
| 3227 | 2026-05-20T16:37:47.759Z | Checking zerocopy v0.6.6 |
| 3228 | 2026-05-20T16:37:47.803Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3229 | 2026-05-20T16:37:47.848Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3230 | 2026-05-20T16:37:48.001Z | Checking typify-impl v0.6.2 |
| 3231 | 2026-05-20T16:37:48.057Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3232 | 2026-05-20T16:37:48.189Z | Compiling packed_struct_codegen v0.10.1 |
| 3233 | 2026-05-20T16:37:48.311Z | Checking libsw-core v0.3.2 |
| 3234 | 2026-05-20T16:37:48.357Z | Compiling bitfield-macros v0.19.4 |
| 3235 | 2026-05-20T16:37:48.461Z | Compiling indexmap v1.9.3 |
| 3236 | 2026-05-20T16:37:48.547Z | Checking nodrop v0.1.14 |
| 3237 | 2026-05-20T16:37:48.647Z | Checking array-init v0.0.4 |
| 3238 | 2026-05-20T16:37:48.696Z | Checking libsw v3.5.0 |
| 3239 | 2026-05-20T16:37:48.855Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3240 | 2026-05-20T16:37:48.957Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3241 | 2026-05-20T16:37:48.972Z | Checking smallvec v0.6.14 |
| 3242 | 2026-05-20T16:37:49.105Z | Checking bitfield v0.19.4 |
| 3243 | 2026-05-20T16:37:49.140Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3244 | 2026-05-20T16:37:49.275Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3245 | 2026-05-20T16:37:49.387Z | Checking tagptr v0.2.0 |
| 3246 | 2026-05-20T16:37:49.404Z | Checking base64 v0.21.7 |
| 3247 | 2026-05-20T16:37:49.491Z | Checking unicode-linebreak v0.1.5 |
| 3248 | 2026-05-20T16:37:49.529Z | Checking smawk v0.3.2 |
| 3249 | 2026-05-20T16:37:49.564Z | Checking hashbrown v0.12.3 |
| 3250 | 2026-05-20T16:37:49.647Z | Checking linear-map v1.2.0 |
| 3251 | 2026-05-20T16:37:49.663Z | Checking ron v0.8.1 |
| 3252 | 2026-05-20T16:37:49.708Z | Checking textwrap v0.16.2 |
| 3253 | 2026-05-20T16:37:49.772Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3254 | 2026-05-20T16:37:49.820Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3255 | 2026-05-20T16:37:49.841Z | Checking moka v0.12.13 |
| 3256 | 2026-05-20T16:37:49.922Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3257 | 2026-05-20T16:37:49.945Z | Checking steno v0.4.1 |
| 3258 | 2026-05-20T16:37:50.193Z | Checking serde-hex v0.1.0 |
| 3259 | 2026-05-20T16:37:50.311Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3260 | 2026-05-20T16:37:50.362Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3261 | 2026-05-20T16:37:50.477Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3262 | 2026-05-20T16:37:50.492Z | Checking hashbrown v0.13.2 |
| 3263 | 2026-05-20T16:37:50.725Z | Checking crc-any v2.5.0 |
| 3264 | 2026-05-20T16:37:50.908Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3265 | 2026-05-20T16:37:50.923Z | Checking humantime v2.3.0 |
| 3266 | 2026-05-20T16:37:50.938Z | Checking object v0.30.4 |
| 3267 | 2026-05-20T16:37:51.062Z | Checking hickory-resolver v0.25.2 |
| 3268 | 2026-05-20T16:37:51.094Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3269 | 2026-05-20T16:37:51.110Z | Checking half v1.8.3 |
| 3270 | 2026-05-20T16:37:51.142Z | Checking path-slash v0.1.5 |
| 3271 | 2026-05-20T16:37:51.247Z | Checking void v1.0.2 |
| 3272 | 2026-05-20T16:37:51.262Z | Checking utf-8 v0.7.6 |
| 3273 | 2026-05-20T16:37:51.321Z | Checking serde_cbor v0.11.2 |
| 3274 | 2026-05-20T16:37:51.354Z | Checking lzss v0.8.2 |
| 3275 | 2026-05-20T16:37:51.395Z | Checking tungstenite v0.23.0 |
| 3276 | 2026-05-20T16:37:51.684Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3277 | 2026-05-20T16:37:51.699Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3278 | 2026-05-20T16:37:51.713Z | Checking nix v0.27.1 |
| 3279 | 2026-05-20T16:37:51.762Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3280 | 2026-05-20T16:37:51.820Z | Checking kstat-rs v0.2.4 |
| 3281 | 2026-05-20T16:37:51.844Z | Checking fxhash v0.2.1 |
| 3282 | 2026-05-20T16:37:51.936Z | Checking serde_bytes v0.11.19 |
| 3283 | 2026-05-20T16:37:51.964Z | Checking tokio-tungstenite v0.23.1 |
| 3284 | 2026-05-20T16:37:52.011Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3285 | 2026-05-20T16:37:52.114Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3286 | 2026-05-20T16:37:52.188Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3287 | 2026-05-20T16:37:52.222Z | Checking signal-hook-tokio v0.3.1 |
| 3288 | 2026-05-20T16:37:52.516Z | Compiling typify-macro v0.6.2 |
| 3289 | 2026-05-20T16:37:53.329Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3290 | 2026-05-20T16:37:53.679Z | Compiling typify v0.6.2 |
| 3291 | 2026-05-20T16:37:53.760Z | Compiling progenitor-impl v0.13.0 |
| 3292 | 2026-05-20T16:37:53.760Z | Compiling progenitor-impl v0.14.0 |
| 3293 | 2026-05-20T16:37:54.240Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3294 | 2026-05-20T16:37:54.575Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 3295 | 2026-05-20T16:37:55.375Z | Compiling progenitor-macro v0.13.0 |
| 3296 | 2026-05-20T16:37:55.413Z | Compiling progenitor-macro v0.14.0 |
| 3297 | 2026-05-20T16:37:57.794Z | Checking progenitor v0.13.0 |
| 3298 | 2026-05-20T16:37:57.923Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3299 | 2026-05-20T16:37:58.093Z | Checking progenitor v0.14.0 |
| 3300 | 2026-05-20T16:37:58.212Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3301 | 2026-05-20T16:38:00.991Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3302 | 2026-05-20T16:38:08.746Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3303 | 2026-05-20T16:38:15.150Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3304 | 2026-05-20T16:38:16.521Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3305 | 2026-05-20T16:38:17.032Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3306 | 2026-05-20T16:38:19.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.48s |
| 3307 | 2026-05-20T16:38:19.334Z | |
| 3308 | 2026-05-20T16:38:19.334Z | info: running `cargo check --bins` on gateway-api (134/276) |
| 3309 | 2026-05-20T16:38:19.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3310 | 2026-05-20T16:38:19.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3311 | 2026-05-20T16:38:19.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3312 | 2026-05-20T16:38:19.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3313 | 2026-05-20T16:38:19.938Z | |
| 3314 | 2026-05-20T16:38:19.938Z | info: running `cargo check --bins` on ipcc (135/276) |
| 3315 | 2026-05-20T16:38:20.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3316 | 2026-05-20T16:38:20.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3317 | 2026-05-20T16:38:20.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3318 | 2026-05-20T16:38:20.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3319 | 2026-05-20T16:38:20.546Z | |
| 3320 | 2026-05-20T16:38:20.546Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276) |
| 3321 | 2026-05-20T16:38:21.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3322 | 2026-05-20T16:38:21.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3323 | 2026-05-20T16:38:21.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3324 | 2026-05-20T16:38:21.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3325 | 2026-05-20T16:38:21.139Z | |
| 3326 | 2026-05-20T16:38:21.139Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276) |
| 3327 | 2026-05-20T16:38:21.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3328 | 2026-05-20T16:38:21.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3329 | 2026-05-20T16:38:21.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3330 | 2026-05-20T16:38:21.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3331 | 2026-05-20T16:38:21.745Z | |
| 3332 | 2026-05-20T16:38:21.745Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276) |
| 3333 | 2026-05-20T16:38:22.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3334 | 2026-05-20T16:38:22.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3335 | 2026-05-20T16:38:22.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3336 | 2026-05-20T16:38:22.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3337 | 2026-05-20T16:38:22.356Z | |
| 3338 | 2026-05-20T16:38:22.356Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276) |
| 3339 | 2026-05-20T16:38:22.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3340 | 2026-05-20T16:38:22.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3341 | 2026-05-20T16:38:22.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3342 | 2026-05-20T16:38:22.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3343 | 2026-05-20T16:38:22.967Z | |
| 3344 | 2026-05-20T16:38:22.967Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276) |
| 3345 | 2026-05-20T16:38:23.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3346 | 2026-05-20T16:38:23.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3347 | 2026-05-20T16:38:23.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3348 | 2026-05-20T16:38:23.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3349 | 2026-05-20T16:38:23.575Z | |
| 3350 | 2026-05-20T16:38:23.575Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276) |
| 3351 | 2026-05-20T16:38:24.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3352 | 2026-05-20T16:38:24.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3353 | 2026-05-20T16:38:24.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3354 | 2026-05-20T16:38:24.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3355 | 2026-05-20T16:38:24.186Z | |
| 3356 | 2026-05-20T16:38:24.186Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276) |
| 3357 | 2026-05-20T16:38:24.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3358 | 2026-05-20T16:38:24.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3359 | 2026-05-20T16:38:24.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3360 | 2026-05-20T16:38:24.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3361 | 2026-05-20T16:38:24.796Z | |
| 3362 | 2026-05-20T16:38:24.796Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276) |
| 3363 | 2026-05-20T16:38:25.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3364 | 2026-05-20T16:38:25.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3365 | 2026-05-20T16:38:25.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3366 | 2026-05-20T16:38:25.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3367 | 2026-05-20T16:38:25.413Z | |
| 3368 | 2026-05-20T16:38:25.413Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276) |
| 3369 | 2026-05-20T16:38:25.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3370 | 2026-05-20T16:38:25.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3371 | 2026-05-20T16:38:25.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3372 | 2026-05-20T16:38:25.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3373 | 2026-05-20T16:38:26.023Z | |
| 3374 | 2026-05-20T16:38:26.023Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276) |
| 3375 | 2026-05-20T16:38:26.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3376 | 2026-05-20T16:38:26.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3377 | 2026-05-20T16:38:26.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3378 | 2026-05-20T16:38:26.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3379 | 2026-05-20T16:38:26.638Z | |
| 3380 | 2026-05-20T16:38:26.638Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276) |
| 3381 | 2026-05-20T16:38:27.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3382 | 2026-05-20T16:38:27.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3383 | 2026-05-20T16:38:27.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3384 | 2026-05-20T16:38:27.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3385 | 2026-05-20T16:38:27.250Z | |
| 3386 | 2026-05-20T16:38:27.250Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276) |
| 3387 | 2026-05-20T16:38:27.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3388 | 2026-05-20T16:38:27.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3389 | 2026-05-20T16:38:27.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3390 | 2026-05-20T16:38:27.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3391 | 2026-05-20T16:38:27.864Z | |
| 3392 | 2026-05-20T16:38:27.864Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276) |
| 3393 | 2026-05-20T16:38:28.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3394 | 2026-05-20T16:38:28.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3395 | 2026-05-20T16:38:28.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3396 | 2026-05-20T16:38:28.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3397 | 2026-05-20T16:38:28.475Z | |
| 3398 | 2026-05-20T16:38:28.475Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276) |
| 3399 | 2026-05-20T16:38:28.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3400 | 2026-05-20T16:38:28.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3401 | 2026-05-20T16:38:28.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3402 | 2026-05-20T16:38:28.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3403 | 2026-05-20T16:38:29.074Z | |
| 3404 | 2026-05-20T16:38:29.074Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276) |
| 3405 | 2026-05-20T16:38:29.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3406 | 2026-05-20T16:38:29.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3407 | 2026-05-20T16:38:29.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3408 | 2026-05-20T16:38:29.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3409 | 2026-05-20T16:38:29.673Z | |
| 3410 | 2026-05-20T16:38:29.673Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276) |
| 3411 | 2026-05-20T16:38:30.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3412 | 2026-05-20T16:38:30.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3413 | 2026-05-20T16:38:30.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3414 | 2026-05-20T16:38:30.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3415 | 2026-05-20T16:38:30.273Z | |
| 3416 | 2026-05-20T16:38:30.273Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276) |
| 3417 | 2026-05-20T16:38:30.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3418 | 2026-05-20T16:38:30.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3419 | 2026-05-20T16:38:30.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3420 | 2026-05-20T16:38:30.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3421 | 2026-05-20T16:38:30.867Z | |
| 3422 | 2026-05-20T16:38:30.867Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276) |
| 3423 | 2026-05-20T16:38:31.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3424 | 2026-05-20T16:38:31.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3425 | 2026-05-20T16:38:31.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3426 | 2026-05-20T16:38:31.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3427 | 2026-05-20T16:38:31.467Z | |
| 3428 | 2026-05-20T16:38:31.467Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276) |
| 3429 | 2026-05-20T16:38:31.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3430 | 2026-05-20T16:38:31.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3431 | 2026-05-20T16:38:31.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3432 | 2026-05-20T16:38:31.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3433 | 2026-05-20T16:38:32.071Z | |
| 3434 | 2026-05-20T16:38:32.071Z | info: running `cargo check --bins` on oximeter-producer (155/276) |
| 3435 | 2026-05-20T16:38:32.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3436 | 2026-05-20T16:38:32.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3437 | 2026-05-20T16:38:32.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3438 | 2026-05-20T16:38:32.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3439 | 2026-05-20T16:38:32.712Z | |
| 3440 | 2026-05-20T16:38:32.712Z | info: running `cargo check --bins` on internal-dns-resolver (156/276) |
| 3441 | 2026-05-20T16:38:33.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3442 | 2026-05-20T16:38:33.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3443 | 2026-05-20T16:38:33.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3444 | 2026-05-20T16:38:33.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3445 | 2026-05-20T16:38:33.318Z | |
| 3446 | 2026-05-20T16:38:33.318Z | info: running `cargo check --bins` on dns-server (157/276) |
| 3447 | 2026-05-20T16:38:33.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3448 | 2026-05-20T16:38:33.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3449 | 2026-05-20T16:38:33.975Z | Compiling parking_lot_core v0.8.6 |
| 3450 | 2026-05-20T16:38:33.975Z | Compiling atomicwrites v0.4.4 |
| 3451 | 2026-05-20T16:38:33.978Z | Compiling git-stub v1.0.0 |
| 3452 | 2026-05-20T16:38:33.978Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3453 | 2026-05-20T16:38:33.978Z | Checking prefix-trie v0.7.0 |
| 3454 | 2026-05-20T16:38:34.215Z | Compiling git-stub-vcs v0.1.0 |
| 3455 | 2026-05-20T16:38:34.391Z | Checking hickory-server v0.25.2 |
| 3456 | 2026-05-20T16:38:34.496Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3457 | 2026-05-20T16:38:34.533Z | Checking parking_lot v0.11.2 |
| 3458 | 2026-05-20T16:38:34.561Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3459 | 2026-05-20T16:38:34.564Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3460 | 2026-05-20T16:38:34.707Z | Checking sled v0.34.7 |
| 3461 | 2026-05-20T16:38:36.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
| 3462 | 2026-05-20T16:38:36.799Z | |
| 3463 | 2026-05-20T16:38:36.799Z | info: running `cargo check --bins` on dns-server-api (158/276) |
| 3464 | 2026-05-20T16:38:37.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3465 | 2026-05-20T16:38:37.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3466 | 2026-05-20T16:38:37.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3467 | 2026-05-20T16:38:37.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3468 | 2026-05-20T16:38:37.406Z | |
| 3469 | 2026-05-20T16:38:37.406Z | info: running `cargo check --bins` on oximeter-producer-api (159/276) |
| 3470 | 2026-05-20T16:38:37.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3471 | 2026-05-20T16:38:37.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3472 | 2026-05-20T16:38:37.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3473 | 2026-05-20T16:38:37.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3474 | 2026-05-20T16:38:38.007Z | |
| 3475 | 2026-05-20T16:38:38.007Z | info: running `cargo check --bins` on sp-sim (160/276) |
| 3476 | 2026-05-20T16:38:38.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3477 | 2026-05-20T16:38:38.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3478 | 2026-05-20T16:38:38.746Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3479 | 2026-05-20T16:38:40.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s |
| 3480 | 2026-05-20T16:38:40.740Z | |
| 3481 | 2026-05-20T16:38:40.740Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276) |
| 3482 | 2026-05-20T16:38:41.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3483 | 2026-05-20T16:38:41.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3484 | 2026-05-20T16:38:41.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3485 | 2026-05-20T16:38:41.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3486 | 2026-05-20T16:38:41.371Z | |
| 3487 | 2026-05-20T16:38:41.371Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276) |
| 3488 | 2026-05-20T16:38:41.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3489 | 2026-05-20T16:38:41.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3490 | 2026-05-20T16:38:41.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3491 | 2026-05-20T16:38:41.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3492 | 2026-05-20T16:38:42.036Z | |
| 3493 | 2026-05-20T16:38:42.036Z | info: running `cargo check --bins` on db-macros (163/276) |
| 3494 | 2026-05-20T16:38:42.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3495 | 2026-05-20T16:38:42.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3496 | 2026-05-20T16:38:42.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3497 | 2026-05-20T16:38:42.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3498 | 2026-05-20T16:38:42.624Z | |
| 3499 | 2026-05-20T16:38:42.624Z | info: running `cargo check --bins` on nexus-macros-common (164/276) |
| 3500 | 2026-05-20T16:38:43.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3501 | 2026-05-20T16:38:43.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3502 | 2026-05-20T16:38:43.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3503 | 2026-05-20T16:38:43.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3504 | 2026-05-20T16:38:43.215Z | |
| 3505 | 2026-05-20T16:38:43.215Z | info: running `cargo check --bins` on nexus-auth (165/276) |
| 3506 | 2026-05-20T16:38:43.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3507 | 2026-05-20T16:38:43.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3508 | 2026-05-20T16:38:43.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3509 | 2026-05-20T16:38:43.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3510 | 2026-05-20T16:38:43.874Z | |
| 3511 | 2026-05-20T16:38:43.875Z | info: running `cargo check --bins` on authz-macros (166/276) |
| 3512 | 2026-05-20T16:38:44.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3513 | 2026-05-20T16:38:44.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3514 | 2026-05-20T16:38:44.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3515 | 2026-05-20T16:38:44.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3516 | 2026-05-20T16:38:44.466Z | |
| 3517 | 2026-05-20T16:38:44.466Z | info: running `cargo check --bins` on nexus-db-fixed-data (167/276) |
| 3518 | 2026-05-20T16:38:45.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3519 | 2026-05-20T16:38:45.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3520 | 2026-05-20T16:38:45.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3521 | 2026-05-20T16:38:45.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3522 | 2026-05-20T16:38:45.113Z | |
| 3523 | 2026-05-20T16:38:45.113Z | info: running `cargo check --bins` on nexus-db-model (168/276) |
| 3524 | 2026-05-20T16:38:45.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3525 | 2026-05-20T16:38:45.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3526 | 2026-05-20T16:38:45.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3527 | 2026-05-20T16:38:45.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3528 | 2026-05-20T16:38:45.763Z | |
| 3529 | 2026-05-20T16:38:45.763Z | info: running `cargo check --bins` on nexus-db-schema (169/276) |
| 3530 | 2026-05-20T16:38:46.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3531 | 2026-05-20T16:38:46.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3532 | 2026-05-20T16:38:46.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3533 | 2026-05-20T16:38:46.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3534 | 2026-05-20T16:38:46.360Z | |
| 3535 | 2026-05-20T16:38:46.360Z | info: running `cargo check --bins` on omicron-rpaths (170/276) |
| 3536 | 2026-05-20T16:38:46.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3537 | 2026-05-20T16:38:46.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3538 | 2026-05-20T16:38:46.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3539 | 2026-05-20T16:38:46.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3540 | 2026-05-20T16:38:46.954Z | |
| 3541 | 2026-05-20T16:38:46.954Z | info: running `cargo check --bins` on nexus-defaults (171/276) |
| 3542 | 2026-05-20T16:38:47.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3543 | 2026-05-20T16:38:47.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3544 | 2026-05-20T16:38:47.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3545 | 2026-05-20T16:38:47.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3546 | 2026-05-20T16:38:47.560Z | |
| 3547 | 2026-05-20T16:38:47.560Z | info: running `cargo check --bins` on omicron-cockroach-metrics (172/276) |
| 3548 | 2026-05-20T16:38:48.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3549 | 2026-05-20T16:38:48.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3550 | 2026-05-20T16:38:48.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3551 | 2026-05-20T16:38:48.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3552 | 2026-05-20T16:38:48.218Z | |
| 3553 | 2026-05-20T16:38:48.218Z | info: running `cargo check --bins` on parallel-task-set (173/276) |
| 3554 | 2026-05-20T16:38:48.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3555 | 2026-05-20T16:38:48.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3556 | 2026-05-20T16:38:48.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3557 | 2026-05-20T16:38:48.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3558 | 2026-05-20T16:38:48.772Z | |
| 3559 | 2026-05-20T16:38:48.772Z | info: running `cargo check --bins` on nexus-db-errors (174/276) |
| 3560 | 2026-05-20T16:38:49.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3561 | 2026-05-20T16:38:49.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3562 | 2026-05-20T16:38:49.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3563 | 2026-05-20T16:38:49.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3564 | 2026-05-20T16:38:49.413Z | |
| 3565 | 2026-05-20T16:38:49.413Z | info: running `cargo check --bins` on nexus-db-lookup (175/276) |
| 3566 | 2026-05-20T16:38:49.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3567 | 2026-05-20T16:38:49.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3568 | 2026-05-20T16:38:49.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3569 | 2026-05-20T16:38:49.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3570 | 2026-05-20T16:38:50.071Z | |
| 3571 | 2026-05-20T16:38:50.071Z | info: running `cargo check --bins` on nexus-inventory (176/276) |
| 3572 | 2026-05-20T16:38:50.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3573 | 2026-05-20T16:38:50.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3574 | 2026-05-20T16:38:50.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3575 | 2026-05-20T16:38:50.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3576 | 2026-05-20T16:38:50.721Z | |
| 3577 | 2026-05-20T16:38:50.721Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276) |
| 3578 | 2026-05-20T16:38:51.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3579 | 2026-05-20T16:38:51.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3580 | 2026-05-20T16:38:51.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3581 | 2026-05-20T16:38:51.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3582 | 2026-05-20T16:38:51.346Z | |
| 3583 | 2026-05-20T16:38:51.346Z | info: running `cargo check --bins --no-default-features` on sled-storage (178/276) |
| 3584 | 2026-05-20T16:38:51.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3585 | 2026-05-20T16:38:51.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3586 | 2026-05-20T16:38:51.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3587 | 2026-05-20T16:38:51.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3588 | 2026-05-20T16:38:51.966Z | |
| 3589 | 2026-05-20T16:38:51.966Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276) |
| 3590 | 2026-05-20T16:38:52.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3591 | 2026-05-20T16:38:52.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3592 | 2026-05-20T16:38:52.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3593 | 2026-05-20T16:38:52.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3594 | 2026-05-20T16:38:52.591Z | |
| 3595 | 2026-05-20T16:38:52.591Z | info: running `cargo check --bins` on key-manager (180/276) |
| 3596 | 2026-05-20T16:38:53.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3597 | 2026-05-20T16:38:53.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3598 | 2026-05-20T16:38:53.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3599 | 2026-05-20T16:38:53.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3600 | 2026-05-20T16:38:53.195Z | |
| 3601 | 2026-05-20T16:38:53.195Z | info: running `cargo check --bins --no-default-features` on sled-hardware (181/276) |
| 3602 | 2026-05-20T16:38:53.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3603 | 2026-05-20T16:38:53.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3604 | 2026-05-20T16:38:53.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3605 | 2026-05-20T16:38:53.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3606 | 2026-05-20T16:38:53.819Z | |
| 3607 | 2026-05-20T16:38:53.819Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276) |
| 3608 | 2026-05-20T16:38:54.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3609 | 2026-05-20T16:38:54.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3610 | 2026-05-20T16:38:54.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3611 | 2026-05-20T16:38:54.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3612 | 2026-05-20T16:38:54.450Z | |
| 3613 | 2026-05-20T16:38:54.450Z | info: running `cargo check --bins` on typed-rng (183/276) |
| 3614 | 2026-05-20T16:38:54.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3615 | 2026-05-20T16:38:54.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3616 | 2026-05-20T16:38:54.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3617 | 2026-05-20T16:38:54.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3618 | 2026-05-20T16:38:55.044Z | |
| 3619 | 2026-05-20T16:38:55.044Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276) |
| 3620 | 2026-05-20T16:38:55.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3621 | 2026-05-20T16:38:55.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3622 | 2026-05-20T16:38:55.910Z | Compiling libefi-sys v0.1.0 |
| 3623 | 2026-05-20T16:38:55.913Z | Compiling bitfield-struct v0.6.2 |
| 3624 | 2026-05-20T16:38:56.057Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3625 | 2026-05-20T16:38:56.065Z | Compiling xshell-macros v0.2.7 |
| 3626 | 2026-05-20T16:38:56.075Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3627 | 2026-05-20T16:38:56.102Z | Compiling typify-impl v0.4.3 |
| 3628 | 2026-05-20T16:38:56.106Z | Compiling salty v0.3.0 |
| 3629 | 2026-05-20T16:38:56.106Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3630 | 2026-05-20T16:38:56.178Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3631 | 2026-05-20T16:38:56.257Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3632 | 2026-05-20T16:38:56.413Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3633 | 2026-05-20T16:38:56.429Z | Checking xshell v0.2.7 |
| 3634 | 2026-05-20T16:38:56.449Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3635 | 2026-05-20T16:38:56.628Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3636 | 2026-05-20T16:38:56.646Z | Checking primeorder v0.13.6 |
| 3637 | 2026-05-20T16:38:56.664Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3638 | 2026-05-20T16:38:56.667Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3639 | 2026-05-20T16:38:56.791Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3640 | 2026-05-20T16:38:56.807Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3641 | 2026-05-20T16:38:56.888Z | Checking tungstenite v0.21.0 |
| 3642 | 2026-05-20T16:38:56.913Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3643 | 2026-05-20T16:38:57.020Z | Checking p384 v0.13.1 |
| 3644 | 2026-05-20T16:38:57.052Z | Compiling proc-macro-error2 v2.0.1 |
| 3645 | 2026-05-20T16:38:57.081Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3646 | 2026-05-20T16:38:57.146Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3647 | 2026-05-20T16:38:57.439Z | Compiling num-derive v0.3.3 |
| 3648 | 2026-05-20T16:38:57.642Z | Compiling tabled_derive v0.11.0 |
| 3649 | 2026-05-20T16:38:57.742Z | Checking tokio-tungstenite v0.21.0 |
| 3650 | 2026-05-20T16:38:58.016Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3651 | 2026-05-20T16:38:58.033Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3652 | 2026-05-20T16:38:58.308Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3653 | 2026-05-20T16:38:58.335Z | Checking libscf-sys v1.1.0 |
| 3654 | 2026-05-20T16:38:58.510Z | Checking papergrid v0.17.0 |
| 3655 | 2026-05-20T16:38:58.632Z | Checking testing_table v0.3.0 |
| 3656 | 2026-05-20T16:38:58.734Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3657 | 2026-05-20T16:38:58.753Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3658 | 2026-05-20T16:38:58.833Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3659 | 2026-05-20T16:38:58.851Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3660 | 2026-05-20T16:38:59.065Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3661 | 2026-05-20T16:38:59.223Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3662 | 2026-05-20T16:38:59.277Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3663 | 2026-05-20T16:38:59.293Z | Checking corncobs v0.1.4 |
| 3664 | 2026-05-20T16:38:59.322Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3665 | 2026-05-20T16:38:59.402Z | Compiling unicase v2.9.0 |
| 3666 | 2026-05-20T16:38:59.421Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3667 | 2026-05-20T16:38:59.527Z | Checking tabled v0.20.0 |
| 3668 | 2026-05-20T16:38:59.569Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3669 | 2026-05-20T16:38:59.610Z | Compiling mime_guess v2.0.5 |
| 3670 | 2026-05-20T16:38:59.628Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3671 | 2026-05-20T16:38:59.686Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3672 | 2026-05-20T16:38:59.895Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3673 | 2026-05-20T16:38:59.895Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3674 | 2026-05-20T16:38:59.926Z | Checking progenitor-client v0.11.2 |
| 3675 | 2026-05-20T16:38:59.943Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3676 | 2026-05-20T16:39:00.152Z | Checking secrecy v0.8.0 |
| 3677 | 2026-05-20T16:39:00.169Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3678 | 2026-05-20T16:39:00.502Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3679 | 2026-05-20T16:39:00.518Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3680 | 2026-05-20T16:39:00.544Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3681 | 2026-05-20T16:39:00.687Z | Compiling typify-macro v0.4.3 |
| 3682 | 2026-05-20T16:39:00.704Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3683 | 2026-05-20T16:39:00.787Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3684 | 2026-05-20T16:39:00.818Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3685 | 2026-05-20T16:39:00.858Z | Checking filetime v0.2.27 |
| 3686 | 2026-05-20T16:39:00.986Z | Checking xattr v1.6.1 |
| 3687 | 2026-05-20T16:39:01.004Z | Checking crc8 v0.1.1 |
| 3688 | 2026-05-20T16:39:01.125Z | Checking http-range v0.1.5 |
| 3689 | 2026-05-20T16:39:01.244Z | Checking tar v0.4.45 |
| 3690 | 2026-05-20T16:39:01.260Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3691 | 2026-05-20T16:39:01.456Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3692 | 2026-05-20T16:39:01.558Z | Checking illumos-nvpair v0.3.0 |
| 3693 | 2026-05-20T16:39:01.640Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3694 | 2026-05-20T16:39:01.719Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3695 | 2026-05-20T16:39:01.753Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3696 | 2026-05-20T16:39:02.036Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3697 | 2026-05-20T16:39:02.129Z | Checking atty v0.2.14 |
| 3698 | 2026-05-20T16:39:02.232Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3699 | 2026-05-20T16:39:02.249Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3700 | 2026-05-20T16:39:02.357Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3701 | 2026-05-20T16:39:02.443Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3702 | 2026-05-20T16:39:02.453Z | Compiling typify v0.4.3 |
| 3703 | 2026-05-20T16:39:02.558Z | Compiling progenitor-impl v0.11.2 |
| 3704 | 2026-05-20T16:39:02.743Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3705 | 2026-05-20T16:39:02.891Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3706 | 2026-05-20T16:39:02.915Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3707 | 2026-05-20T16:39:02.945Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3708 | 2026-05-20T16:39:03.134Z | Checking hyper-staticfile v0.10.1 |
| 3709 | 2026-05-20T16:39:03.199Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3710 | 2026-05-20T16:39:03.422Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3711 | 2026-05-20T16:39:03.462Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3712 | 2026-05-20T16:39:03.753Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3713 | 2026-05-20T16:39:03.769Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3714 | 2026-05-20T16:39:03.960Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3715 | 2026-05-20T16:39:04.125Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3716 | 2026-05-20T16:39:04.174Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3717 | 2026-05-20T16:39:04.326Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3718 | 2026-05-20T16:39:04.407Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3719 | 2026-05-20T16:39:04.451Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3720 | 2026-05-20T16:39:04.623Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3721 | 2026-05-20T16:39:05.064Z | Compiling progenitor-macro v0.11.2 |
| 3722 | 2026-05-20T16:39:07.480Z | Checking progenitor v0.11.2 |
| 3723 | 2026-05-20T16:39:07.617Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3724 | 2026-05-20T16:39:07.786Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3725 | 2026-05-20T16:39:12.314Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3726 | 2026-05-20T16:39:23.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.28s |
| 3727 | 2026-05-20T16:39:23.553Z | |
| 3728 | 2026-05-20T16:39:23.553Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276) |
| 3729 | 2026-05-20T16:39:24.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3730 | 2026-05-20T16:39:24.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3731 | 2026-05-20T16:39:24.348Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3732 | 2026-05-20T16:39:35.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s |
| 3733 | 2026-05-20T16:39:35.281Z | |
| 3734 | 2026-05-20T16:39:35.282Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276) |
| 3735 | 2026-05-20T16:39:35.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3736 | 2026-05-20T16:39:35.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3737 | 2026-05-20T16:39:36.076Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3738 | 2026-05-20T16:39:46.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s |
| 3739 | 2026-05-20T16:39:47.033Z | |
| 3740 | 2026-05-20T16:39:47.033Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276) |
| 3741 | 2026-05-20T16:39:47.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3742 | 2026-05-20T16:39:47.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3743 | 2026-05-20T16:39:47.829Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3744 | 2026-05-20T16:39:58.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s |
| 3745 | 2026-05-20T16:39:58.776Z | |
| 3746 | 2026-05-20T16:39:58.776Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276) |
| 3747 | 2026-05-20T16:39:59.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3748 | 2026-05-20T16:39:59.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3749 | 2026-05-20T16:39:59.570Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3750 | 2026-05-20T16:40:10.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s |
| 3751 | 2026-05-20T16:40:10.568Z | |
| 3752 | 2026-05-20T16:40:10.568Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276) |
| 3753 | 2026-05-20T16:40:11.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3754 | 2026-05-20T16:40:11.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3755 | 2026-05-20T16:40:11.358Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3756 | 2026-05-20T16:40:22.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.63s |
| 3757 | 2026-05-20T16:40:22.427Z | |
| 3758 | 2026-05-20T16:40:22.427Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276) |
| 3759 | 2026-05-20T16:40:22.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3760 | 2026-05-20T16:40:22.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3761 | 2026-05-20T16:40:23.222Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3762 | 2026-05-20T16:40:34.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s |
| 3763 | 2026-05-20T16:40:34.268Z | |
| 3764 | 2026-05-20T16:40:34.268Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276) |
| 3765 | 2026-05-20T16:40:34.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3766 | 2026-05-20T16:40:34.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3767 | 2026-05-20T16:40:35.058Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3768 | 2026-05-20T16:40:45.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s |
| 3769 | 2026-05-20T16:40:46.029Z | |
| 3770 | 2026-05-20T16:40:46.029Z | info: running `cargo check --bins` on bootstrap-agent-api (192/276) |
| 3771 | 2026-05-20T16:40:46.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3772 | 2026-05-20T16:40:46.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3773 | 2026-05-20T16:40:46.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3774 | 2026-05-20T16:40:46.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3775 | 2026-05-20T16:40:46.643Z | |
| 3776 | 2026-05-20T16:40:46.643Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276) |
| 3777 | 2026-05-20T16:40:47.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3778 | 2026-05-20T16:40:47.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3779 | 2026-05-20T16:40:47.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3780 | 2026-05-20T16:40:47.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3781 | 2026-05-20T16:40:47.260Z | |
| 3782 | 2026-05-20T16:40:47.260Z | info: running `cargo check --bins` on range-requests (194/276) |
| 3783 | 2026-05-20T16:40:47.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3784 | 2026-05-20T16:40:47.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3785 | 2026-05-20T16:40:47.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3786 | 2026-05-20T16:40:47.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3787 | 2026-05-20T16:40:47.858Z | |
| 3788 | 2026-05-20T16:40:47.858Z | info: running `cargo check --bins` on repo-depot-api (195/276) |
| 3789 | 2026-05-20T16:40:48.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3790 | 2026-05-20T16:40:48.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3791 | 2026-05-20T16:40:48.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3792 | 2026-05-20T16:40:48.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3793 | 2026-05-20T16:40:48.464Z | |
| 3794 | 2026-05-20T16:40:48.464Z | info: running `cargo check --bins` on sled-agent-api (196/276) |
| 3795 | 2026-05-20T16:40:48.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3796 | 2026-05-20T16:40:48.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3797 | 2026-05-20T16:40:48.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3798 | 2026-05-20T16:40:48.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3799 | 2026-05-20T16:40:49.092Z | |
| 3800 | 2026-05-20T16:40:49.092Z | info: running `cargo check --bins` on sled-diagnostics (197/276) |
| 3801 | 2026-05-20T16:40:49.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3802 | 2026-05-20T16:40:49.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3803 | 2026-05-20T16:40:49.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3804 | 2026-05-20T16:40:49.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3805 | 2026-05-20T16:40:49.718Z | |
| 3806 | 2026-05-20T16:40:49.718Z | info: running `cargo check --bins` on zfs-test-harness (198/276) |
| 3807 | 2026-05-20T16:40:50.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3808 | 2026-05-20T16:40:50.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3809 | 2026-05-20T16:40:50.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3810 | 2026-05-20T16:40:50.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3811 | 2026-05-20T16:40:50.340Z | |
| 3812 | 2026-05-20T16:40:50.340Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276) |
| 3813 | 2026-05-20T16:40:50.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3814 | 2026-05-20T16:40:50.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3815 | 2026-05-20T16:40:50.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3816 | 2026-05-20T16:40:50.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3817 | 2026-05-20T16:40:50.966Z | |
| 3818 | 2026-05-20T16:40:50.966Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276) |
| 3819 | 2026-05-20T16:40:51.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3820 | 2026-05-20T16:40:51.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3821 | 2026-05-20T16:40:51.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3822 | 2026-05-20T16:40:51.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3823 | 2026-05-20T16:40:51.595Z | |
| 3824 | 2026-05-20T16:40:51.595Z | info: running `cargo check --bins` on sled-agent-early-networking (201/276) |
| 3825 | 2026-05-20T16:40:52.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3826 | 2026-05-20T16:40:52.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3827 | 2026-05-20T16:40:52.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3828 | 2026-05-20T16:40:52.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3829 | 2026-05-20T16:40:52.226Z | |
| 3830 | 2026-05-20T16:40:52.226Z | info: running `cargo check --bins` on sled-agent-health-monitor (202/276) |
| 3831 | 2026-05-20T16:40:52.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3832 | 2026-05-20T16:40:52.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3833 | 2026-05-20T16:40:52.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3834 | 2026-05-20T16:40:52.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3835 | 2026-05-20T16:40:52.857Z | |
| 3836 | 2026-05-20T16:40:52.857Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276) |
| 3837 | 2026-05-20T16:40:53.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3838 | 2026-05-20T16:40:53.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3839 | 2026-05-20T16:40:53.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3840 | 2026-05-20T16:40:53.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3841 | 2026-05-20T16:40:53.491Z | |
| 3842 | 2026-05-20T16:40:53.491Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276) |
| 3843 | 2026-05-20T16:40:54.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3844 | 2026-05-20T16:40:54.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3845 | 2026-05-20T16:40:54.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3846 | 2026-05-20T16:40:54.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3847 | 2026-05-20T16:40:54.119Z | |
| 3848 | 2026-05-20T16:40:54.120Z | info: running `cargo check --bins` on sled-agent-resolvable-files (205/276) |
| 3849 | 2026-05-20T16:40:54.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3850 | 2026-05-20T16:40:54.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3851 | 2026-05-20T16:40:54.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3852 | 2026-05-20T16:40:54.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3853 | 2026-05-20T16:40:54.753Z | |
| 3854 | 2026-05-20T16:40:54.753Z | info: running `cargo check --bins` on sled-agent-rack-setup (206/276) |
| 3855 | 2026-05-20T16:40:55.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3856 | 2026-05-20T16:40:55.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3857 | 2026-05-20T16:40:55.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3858 | 2026-05-20T16:40:55.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3859 | 2026-05-20T16:40:55.410Z | |
| 3860 | 2026-05-20T16:40:55.410Z | info: running `cargo check --bins` on trust-quorum (207/276) |
| 3861 | 2026-05-20T16:40:55.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3862 | 2026-05-20T16:40:55.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3863 | 2026-05-20T16:40:55.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3864 | 2026-05-20T16:40:55.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3865 | 2026-05-20T16:40:56.037Z | |
| 3866 | 2026-05-20T16:40:56.037Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276) |
| 3867 | 2026-05-20T16:40:56.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3868 | 2026-05-20T16:40:56.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3869 | 2026-05-20T16:40:56.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3870 | 2026-05-20T16:40:56.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3871 | 2026-05-20T16:40:56.686Z | |
| 3872 | 2026-05-20T16:40:56.686Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (209/276) |
| 3873 | 2026-05-20T16:40:57.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3874 | 2026-05-20T16:40:57.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3875 | 2026-05-20T16:40:57.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3876 | 2026-05-20T16:40:57.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3877 | 2026-05-20T16:40:57.351Z | |
| 3878 | 2026-05-20T16:40:57.351Z | info: running `cargo check --bins` on update-common (210/276) |
| 3879 | 2026-05-20T16:40:57.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3880 | 2026-05-20T16:40:57.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3881 | 2026-05-20T16:40:57.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3882 | 2026-05-20T16:40:57.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3883 | 2026-05-20T16:40:57.969Z | |
| 3884 | 2026-05-20T16:40:57.969Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276) |
| 3885 | 2026-05-20T16:40:58.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3886 | 2026-05-20T16:40:58.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3887 | 2026-05-20T16:40:58.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3888 | 2026-05-20T16:40:58.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3889 | 2026-05-20T16:40:58.636Z | |
| 3890 | 2026-05-20T16:40:58.636Z | info: running `cargo check --bins` on omicron-deployment-graph (212/276) |
| 3891 | 2026-05-20T16:40:59.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3892 | 2026-05-20T16:40:59.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3893 | 2026-05-20T16:40:59.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3894 | 2026-05-20T16:40:59.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3895 | 2026-05-20T16:40:59.234Z | |
| 3896 | 2026-05-20T16:40:59.234Z | info: running `cargo check --bins` on reconfigurator-cli (213/276) |
| 3897 | 2026-05-20T16:40:59.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3898 | 2026-05-20T16:40:59.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3899 | 2026-05-20T16:41:00.025Z | Compiling fs-err v2.11.0 |
| 3900 | 2026-05-20T16:41:00.028Z | Checking ignore v0.4.25 |
| 3901 | 2026-05-20T16:41:00.028Z | Checking arc-swap v1.8.2 |
| 3902 | 2026-05-20T16:41:00.156Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3903 | 2026-05-20T16:41:00.160Z | Checking predicates-tree v1.0.13 |
| 3904 | 2026-05-20T16:41:00.163Z | Checking parse-size v1.1.0 |
| 3905 | 2026-05-20T16:41:00.195Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3906 | 2026-05-20T16:41:00.208Z | Checking rand_seeder v0.4.0 |
| 3907 | 2026-05-20T16:41:00.259Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3908 | 2026-05-20T16:41:00.293Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3909 | 2026-05-20T16:41:00.346Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3910 | 2026-05-20T16:41:00.360Z | Checking slog-scope v4.4.1 |
| 3911 | 2026-05-20T16:41:00.448Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3912 | 2026-05-20T16:41:00.487Z | Compiling petname v2.0.2 |
| 3913 | 2026-05-20T16:41:00.504Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3914 | 2026-05-20T16:41:00.529Z | Checking globwalk v0.9.1 |
| 3915 | 2026-05-20T16:41:00.542Z | Checking slog-stdlog v4.1.1 |
| 3916 | 2026-05-20T16:41:00.601Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3917 | 2026-05-20T16:41:00.663Z | Checking slog-envlogger v2.2.0 |
| 3918 | 2026-05-20T16:41:00.706Z | Checking camino-tempfile-ext v0.3.3 |
| 3919 | 2026-05-20T16:41:00.792Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3920 | 2026-05-20T16:41:00.812Z | Checking sapling-renderdag v0.1.0 |
| 3921 | 2026-05-20T16:41:00.898Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3922 | 2026-05-20T16:41:00.984Z | Checking subprocess v0.2.15 |
| 3923 | 2026-05-20T16:41:01.051Z | Checking sync-ptr v0.1.4 |
| 3924 | 2026-05-20T16:41:01.138Z | Checking colored v2.2.0 |
| 3925 | 2026-05-20T16:41:01.169Z | Checking assert_matches v1.5.0 |
| 3926 | 2026-05-20T16:41:01.266Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3927 | 2026-05-20T16:41:01.416Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3928 | 2026-05-20T16:41:01.419Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3929 | 2026-05-20T16:41:02.113Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3930 | 2026-05-20T16:41:03.441Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3931 | 2026-05-20T16:41:05.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.43s |
| 3932 | 2026-05-20T16:41:05.876Z | |
| 3933 | 2026-05-20T16:41:05.876Z | info: running `cargo check --bins` on omicron-repl-utils (214/276) |
| 3934 | 2026-05-20T16:41:06.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3935 | 2026-05-20T16:41:06.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3936 | 2026-05-20T16:41:06.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3937 | 2026-05-20T16:41:06.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3938 | 2026-05-20T16:41:06.470Z | |
| 3939 | 2026-05-20T16:41:06.470Z | info: running `cargo check --bins` on transient-dns-server (215/276) |
| 3940 | 2026-05-20T16:41:06.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3941 | 2026-05-20T16:41:06.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3942 | 2026-05-20T16:41:06.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3943 | 2026-05-20T16:41:06.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3944 | 2026-05-20T16:41:07.090Z | |
| 3945 | 2026-05-20T16:41:07.090Z | info: running `cargo check --bins` on nexus-test-interface (216/276) |
| 3946 | 2026-05-20T16:41:07.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3947 | 2026-05-20T16:41:07.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3948 | 2026-05-20T16:41:07.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3949 | 2026-05-20T16:41:07.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3950 | 2026-05-20T16:41:07.753Z | |
| 3951 | 2026-05-20T16:41:07.754Z | info: running `cargo check --bins` on oximeter-collector (217/276) |
| 3952 | 2026-05-20T16:41:08.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3953 | 2026-05-20T16:41:08.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3954 | 2026-05-20T16:41:08.490Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3955 | 2026-05-20T16:41:08.490Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3956 | 2026-05-20T16:41:09.138Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3957 | 2026-05-20T16:41:10.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s |
| 3958 | 2026-05-20T16:41:10.950Z | |
| 3959 | 2026-05-20T16:41:10.950Z | info: running `cargo check --bins` on oximeter-api (218/276) |
| 3960 | 2026-05-20T16:41:11.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3961 | 2026-05-20T16:41:11.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3962 | 2026-05-20T16:41:11.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3963 | 2026-05-20T16:41:11.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3964 | 2026-05-20T16:41:11.557Z | |
| 3965 | 2026-05-20T16:41:11.557Z | info: running `cargo check --bins` on cert-dev (219/276) |
| 3966 | 2026-05-20T16:41:12.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3967 | 2026-05-20T16:41:12.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3968 | 2026-05-20T16:41:12.175Z | Checking yasna v0.5.2 |
| 3969 | 2026-05-20T16:41:12.581Z | Checking rcgen v0.12.1 |
| 3970 | 2026-05-20T16:41:12.838Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3971 | 2026-05-20T16:41:13.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 3972 | 2026-05-20T16:41:13.192Z | |
| 3973 | 2026-05-20T16:41:13.192Z | info: running `cargo check --bins` on clickana (220/276) |
| 3974 | 2026-05-20T16:41:13.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3975 | 2026-05-20T16:41:13.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3976 | 2026-05-20T16:41:13.843Z | Compiling darling_core v0.23.0 |
| 3977 | 2026-05-20T16:41:13.953Z | Compiling instability v0.3.11 |
| 3978 | 2026-05-20T16:41:13.960Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3979 | 2026-05-20T16:41:13.960Z | Checking castaway v0.2.4 |
| 3980 | 2026-05-20T16:41:13.973Z | Compiling indoc v2.0.7 |
| 3981 | 2026-05-20T16:41:13.982Z | Checking unicode-truncate v1.1.0 |
| 3982 | 2026-05-20T16:41:13.985Z | Checking lru v0.12.5 |
| 3983 | 2026-05-20T16:41:13.985Z | Checking cassowary v0.3.0 |
| 3984 | 2026-05-20T16:41:14.060Z | Checking compact_str v0.8.1 |
| 3985 | 2026-05-20T16:41:15.017Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3986 | 2026-05-20T16:41:15.202Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3987 | 2026-05-20T16:41:15.384Z | Compiling darling_macro v0.23.0 |
| 3988 | 2026-05-20T16:41:15.800Z | Compiling darling v0.23.0 |
| 3989 | 2026-05-20T16:41:16.411Z | Checking ratatui v0.29.0 |
| 3990 | 2026-05-20T16:41:17.463Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3991 | 2026-05-20T16:41:18.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s |
| 3992 | 2026-05-20T16:41:18.315Z | |
| 3993 | 2026-05-20T16:41:18.315Z | info: running `cargo check --bins` on clickhouse-cluster-dev (221/276) |
| 3994 | 2026-05-20T16:41:18.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3995 | 2026-05-20T16:41:18.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3996 | 2026-05-20T16:41:19.054Z | Checking headers-core v0.3.0 |
| 3997 | 2026-05-20T16:41:19.057Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3998 | 2026-05-20T16:41:19.245Z | Checking headers v0.4.1 |
| 3999 | 2026-05-20T16:41:19.612Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4000 | 2026-05-20T16:41:20.468Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4001 | 2026-05-20T16:41:20.966Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4002 | 2026-05-20T16:41:21.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s |
| 4003 | 2026-05-20T16:41:21.591Z | |
| 4004 | 2026-05-20T16:41:21.591Z | info: running `cargo check --bins` on ch-dev (222/276) |
| 4005 | 2026-05-20T16:41:22.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4006 | 2026-05-20T16:41:22.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4007 | 2026-05-20T16:41:22.318Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4008 | 2026-05-20T16:41:23.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4009 | 2026-05-20T16:41:23.271Z | |
| 4010 | 2026-05-20T16:41:23.271Z | info: running `cargo check --bins` on dev-tools-common (223/276) |
| 4011 | 2026-05-20T16:41:23.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4012 | 2026-05-20T16:41:23.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4013 | 2026-05-20T16:41:23.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4014 | 2026-05-20T16:41:23.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 4015 | 2026-05-20T16:41:23.739Z | |
| 4016 | 2026-05-20T16:41:23.739Z | info: running `cargo check --bins` on crdb-seed (224/276) |
| 4017 | 2026-05-20T16:41:24.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4018 | 2026-05-20T16:41:24.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4019 | 2026-05-20T16:41:24.456Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4020 | 2026-05-20T16:41:25.447Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4021 | 2026-05-20T16:41:25.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
| 4022 | 2026-05-20T16:41:25.997Z | |
| 4023 | 2026-05-20T16:41:25.997Z | info: running `cargo check --bins` on db-dev (225/276) |
| 4024 | 2026-05-20T16:41:26.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4025 | 2026-05-20T16:41:26.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4026 | 2026-05-20T16:41:26.719Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4027 | 2026-05-20T16:41:27.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4028 | 2026-05-20T16:41:27.703Z | |
| 4029 | 2026-05-20T16:41:27.703Z | info: running `cargo check --bins` on omicron-dev-lib (226/276) |
| 4030 | 2026-05-20T16:41:28.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4031 | 2026-05-20T16:41:28.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4032 | 2026-05-20T16:41:28.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4033 | 2026-05-20T16:41:28.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4034 | 2026-05-20T16:41:28.345Z | |
| 4035 | 2026-05-20T16:41:28.345Z | info: running `cargo check --bins` on xtask-downloader (227/276) |
| 4036 | 2026-05-20T16:41:28.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4037 | 2026-05-20T16:41:28.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4038 | 2026-05-20T16:41:28.960Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4039 | 2026-05-20T16:41:29.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
| 4040 | 2026-05-20T16:41:29.830Z | |
| 4041 | 2026-05-20T16:41:29.830Z | info: running `cargo check --bins` on omicron-dropshot-apis (228/276) |
| 4042 | 2026-05-20T16:41:30.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4043 | 2026-05-20T16:41:30.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4044 | 2026-05-20T16:41:30.590Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4045 | 2026-05-20T16:41:30.590Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4046 | 2026-05-20T16:41:30.593Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4047 | 2026-05-20T16:41:30.593Z | Checking git-stub v1.0.0 |
| 4048 | 2026-05-20T16:41:30.593Z | Compiling trait-variant v0.1.2 |
| 4049 | 2026-05-20T16:41:30.593Z | Checking maplit v1.0.2 |
| 4050 | 2026-05-20T16:41:30.593Z | Checking is_ci v1.2.0 |
| 4051 | 2026-05-20T16:41:30.740Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4052 | 2026-05-20T16:41:30.792Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4053 | 2026-05-20T16:41:30.818Z | Checking supports-color v3.0.2 |
| 4054 | 2026-05-20T16:41:30.852Z | Checking git-stub-vcs v0.1.0 |
| 4055 | 2026-05-20T16:41:30.942Z | Checking drift v0.1.4 |
| 4056 | 2026-05-20T16:41:30.972Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4057 | 2026-05-20T16:41:30.995Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4058 | 2026-05-20T16:41:31.055Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4059 | 2026-05-20T16:41:31.208Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4060 | 2026-05-20T16:41:31.232Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4061 | 2026-05-20T16:41:31.235Z | Checking dropshot-api-manager v0.7.1 |
| 4062 | 2026-05-20T16:41:31.261Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4063 | 2026-05-20T16:41:31.456Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4064 | 2026-05-20T16:41:31.477Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4065 | 2026-05-20T16:41:31.709Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4066 | 2026-05-20T16:41:31.971Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4067 | 2026-05-20T16:41:37.006Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4068 | 2026-05-20T16:41:38.114Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4069 | 2026-05-20T16:41:38.679Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4070 | 2026-05-20T16:41:39.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.28s |
| 4071 | 2026-05-20T16:41:39.328Z | |
| 4072 | 2026-05-20T16:41:39.328Z | info: running `cargo check --bins` on installinator-api (229/276) |
| 4073 | 2026-05-20T16:41:39.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4074 | 2026-05-20T16:41:39.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4075 | 2026-05-20T16:41:39.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4076 | 2026-05-20T16:41:39.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4077 | 2026-05-20T16:41:39.939Z | |
| 4078 | 2026-05-20T16:41:39.940Z | info: running `cargo check --bins` on nexus-external-api (230/276) |
| 4079 | 2026-05-20T16:41:40.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4080 | 2026-05-20T16:41:40.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4081 | 2026-05-20T16:41:40.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4082 | 2026-05-20T16:41:40.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4083 | 2026-05-20T16:41:40.589Z | |
| 4084 | 2026-05-20T16:41:40.589Z | info: running `cargo check --bins` on nexus-internal-api (231/276) |
| 4085 | 2026-05-20T16:41:41.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4086 | 2026-05-20T16:41:41.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4087 | 2026-05-20T16:41:41.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4088 | 2026-05-20T16:41:41.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4089 | 2026-05-20T16:41:41.241Z | |
| 4090 | 2026-05-20T16:41:41.241Z | info: running `cargo check --bins` on nexus-lockstep-api (232/276) |
| 4091 | 2026-05-20T16:41:41.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4092 | 2026-05-20T16:41:41.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4093 | 2026-05-20T16:41:41.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4094 | 2026-05-20T16:41:41.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4095 | 2026-05-20T16:41:41.891Z | |
| 4096 | 2026-05-20T16:41:41.892Z | info: running `cargo check --bins` on ntp-admin-api (233/276) |
| 4097 | 2026-05-20T16:41:42.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4098 | 2026-05-20T16:41:42.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4099 | 2026-05-20T16:41:42.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4100 | 2026-05-20T16:41:42.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4101 | 2026-05-20T16:41:42.506Z | |
| 4102 | 2026-05-20T16:41:42.506Z | info: running `cargo check --bins` on ntp-admin-types-versions (234/276) |
| 4103 | 2026-05-20T16:41:43.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4104 | 2026-05-20T16:41:43.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4105 | 2026-05-20T16:41:43.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4106 | 2026-05-20T16:41:43.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4107 | 2026-05-20T16:41:43.110Z | |
| 4108 | 2026-05-20T16:41:43.110Z | info: running `cargo check --bins` on wicketd-api (235/276) |
| 4109 | 2026-05-20T16:41:43.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4110 | 2026-05-20T16:41:43.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4111 | 2026-05-20T16:41:43.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4112 | 2026-05-20T16:41:43.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4113 | 2026-05-20T16:41:43.734Z | |
| 4114 | 2026-05-20T16:41:43.734Z | info: running `cargo check --bins` on omicron-ls-apis (236/276) |
| 4115 | 2026-05-20T16:41:44.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4116 | 2026-05-20T16:41:44.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4117 | 2026-05-20T16:41:44.357Z | Checking typeid v1.0.3 |
| 4118 | 2026-05-20T16:41:44.470Z | Checking ordered-float v2.10.1 |
| 4119 | 2026-05-20T16:41:44.489Z | Checking unicode-xid v0.2.6 |
| 4120 | 2026-05-20T16:41:44.492Z | Checking cargo-platform v0.2.0 |
| 4121 | 2026-05-20T16:41:44.512Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4122 | 2026-05-20T16:41:44.537Z | Checking erased-serde v0.4.9 |
| 4123 | 2026-05-20T16:41:44.674Z | Checking serde-value v0.7.0 |
| 4124 | 2026-05-20T16:41:44.849Z | Checking serde-untagged v0.1.9 |
| 4125 | 2026-05-20T16:41:45.004Z | Checking cargo-util-schemas v0.8.2 |
| 4126 | 2026-05-20T16:41:45.688Z | Checking cargo_metadata v0.21.0 |
| 4127 | 2026-05-20T16:41:46.291Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4128 | 2026-05-20T16:41:46.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s |
| 4129 | 2026-05-20T16:41:47.170Z | |
| 4130 | 2026-05-20T16:41:47.170Z | info: running `cargo check --bins` on mgs-dev (237/276) |
| 4131 | 2026-05-20T16:41:47.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4132 | 2026-05-20T16:41:47.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4133 | 2026-05-20T16:41:47.924Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4134 | 2026-05-20T16:41:48.555Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4135 | 2026-05-20T16:41:49.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
| 4136 | 2026-05-20T16:41:49.276Z | |
| 4137 | 2026-05-20T16:41:49.276Z | info: running `cargo check --bins` on omicron-omdb (238/276) |
| 4138 | 2026-05-20T16:41:49.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4139 | 2026-05-20T16:41:49.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4140 | 2026-05-20T16:41:50.235Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4141 | 2026-05-20T16:41:50.235Z | Compiling vergen-lib v0.1.6 |
| 4142 | 2026-05-20T16:41:50.235Z | Compiling vergen-gitcl v1.0.8 |
| 4143 | 2026-05-20T16:41:50.235Z | Compiling dirs-sys-next v0.1.2 |
| 4144 | 2026-05-20T16:41:50.235Z | Compiling diesel_derives v2.3.7 |
| 4145 | 2026-05-20T16:41:50.238Z | Compiling glob v0.3.3 |
| 4146 | 2026-05-20T16:41:50.238Z | Compiling crunchy v0.2.4 |
| 4147 | 2026-05-20T16:41:50.421Z | Compiling dsl_auto_type v0.2.0 |
| 4148 | 2026-05-20T16:41:50.576Z | Compiling dirs-next v2.0.0 |
| 4149 | 2026-05-20T16:41:50.665Z | Checking scheduled-thread-pool v0.2.7 |
| 4150 | 2026-05-20T16:41:50.681Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4151 | 2026-05-20T16:41:50.696Z | Compiling tiny-keccak v2.0.2 |
| 4152 | 2026-05-20T16:41:50.774Z | Compiling clang-sys v1.8.1 |
| 4153 | 2026-05-20T16:41:50.793Z | Compiling term v0.7.0 |
| 4154 | 2026-05-20T16:41:50.808Z | Checking r2d2 v0.8.10 |
| 4155 | 2026-05-20T16:41:50.926Z | Compiling bit-vec v0.6.3 |
| 4156 | 2026-05-20T16:41:50.991Z | Checking downcast-rs v2.0.2 |
| 4157 | 2026-05-20T16:41:51.099Z | Compiling bit-set v0.5.3 |
| 4158 | 2026-05-20T16:41:51.147Z | Compiling ascii-canvas v3.0.0 |
| 4159 | 2026-05-20T16:41:51.167Z | Compiling itertools v0.10.5 |
| 4160 | 2026-05-20T16:41:51.260Z | Compiling ena v0.14.4 |
| 4161 | 2026-05-20T16:41:51.350Z | Compiling libloading v0.8.9 |
| 4162 | 2026-05-20T16:41:51.391Z | Compiling bindgen v0.71.1 |
| 4163 | 2026-05-20T16:41:51.427Z | Compiling regex-syntax v0.6.29 |
| 4164 | 2026-05-20T16:41:51.459Z | Compiling diff v0.1.13 |
| 4165 | 2026-05-20T16:41:51.477Z | Compiling cexpr v0.6.0 |
| 4166 | 2026-05-20T16:41:51.726Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4167 | 2026-05-20T16:41:51.838Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4168 | 2026-05-20T16:41:51.919Z | Compiling rustc-hash v2.1.1 |
| 4169 | 2026-05-20T16:41:52.020Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4170 | 2026-05-20T16:41:52.057Z | Compiling libxml v0.3.3 |
| 4171 | 2026-05-20T16:41:52.159Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4172 | 2026-05-20T16:41:52.233Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4173 | 2026-05-20T16:41:52.318Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4174 | 2026-05-20T16:41:52.513Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4175 | 2026-05-20T16:41:52.567Z | Compiling strum_macros v0.24.3 |
| 4176 | 2026-05-20T16:41:52.749Z | Compiling lalrpop v0.19.12 |
| 4177 | 2026-05-20T16:41:52.786Z | Compiling indoc v1.0.9 |
| 4178 | 2026-05-20T16:41:53.539Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4179 | 2026-05-20T16:41:53.769Z | Checking derive_builder v0.20.2 |
| 4180 | 2026-05-20T16:41:53.892Z | Compiling oso-derive v0.27.3 |
| 4181 | 2026-05-20T16:41:53.982Z | Checking quick-xml v0.37.5 |
| 4182 | 2026-05-20T16:41:54.100Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4183 | 2026-05-20T16:41:54.402Z | Checking openssl-probe v0.1.6 |
| 4184 | 2026-05-20T16:41:54.549Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4185 | 2026-05-20T16:41:54.897Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4186 | 2026-05-20T16:41:55.094Z | Checking bb8 v0.8.6 |
| 4187 | 2026-05-20T16:41:55.276Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4188 | 2026-05-20T16:41:55.292Z | Compiling libz-sys v1.1.24 |
| 4189 | 2026-05-20T16:41:55.381Z | Checking nonempty v0.12.0 |
| 4190 | 2026-05-20T16:41:55.492Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4191 | 2026-05-20T16:41:55.552Z | Compiling vergen-git2 v9.1.0 |
| 4192 | 2026-05-20T16:41:55.693Z | Compiling rustls v0.21.12 |
| 4193 | 2026-05-20T16:41:55.788Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4194 | 2026-05-20T16:41:55.898Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4195 | 2026-05-20T16:41:55.929Z | Checking rustls-webpki v0.101.7 |
| 4196 | 2026-05-20T16:41:56.089Z | Checking sct v0.7.1 |
| 4197 | 2026-05-20T16:41:56.262Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4198 | 2026-05-20T16:41:56.452Z | Checking diesel v2.3.7 |
| 4199 | 2026-05-20T16:41:56.470Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4200 | 2026-05-20T16:41:56.664Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4201 | 2026-05-20T16:41:56.715Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4202 | 2026-05-20T16:41:56.857Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4203 | 2026-05-20T16:41:57.052Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4204 | 2026-05-20T16:41:57.245Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4205 | 2026-05-20T16:41:57.582Z | Checking tokio-rustls v0.24.1 |
| 4206 | 2026-05-20T16:41:57.604Z | Checking rustls-pemfile v1.0.4 |
| 4207 | 2026-05-20T16:41:57.747Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4208 | 2026-05-20T16:41:57.785Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4209 | 2026-05-20T16:41:57.978Z | Checking twox-hash v2.1.2 |
| 4210 | 2026-05-20T16:41:58.278Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4211 | 2026-05-20T16:41:58.296Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4212 | 2026-05-20T16:41:58.332Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4213 | 2026-05-20T16:42:00.005Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4214 | 2026-05-20T16:42:00.024Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4215 | 2026-05-20T16:42:00.112Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4216 | 2026-05-20T16:42:00.648Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4217 | 2026-05-20T16:42:00.766Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4218 | 2026-05-20T16:42:00.803Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4219 | 2026-05-20T16:42:01.733Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4220 | 2026-05-20T16:42:01.852Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4221 | 2026-05-20T16:42:02.494Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4222 | 2026-05-20T16:42:02.541Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4223 | 2026-05-20T16:42:03.017Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4224 | 2026-05-20T16:42:03.173Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4225 | 2026-05-20T16:42:03.243Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4226 | 2026-05-20T16:42:03.823Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4227 | 2026-05-20T16:42:03.845Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4228 | 2026-05-20T16:42:04.339Z | Checking console v0.16.2 |
| 4229 | 2026-05-20T16:42:04.473Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4230 | 2026-05-20T16:42:04.625Z | Checking fatfs v0.3.6 |
| 4231 | 2026-05-20T16:42:04.647Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4232 | 2026-05-20T16:42:04.834Z | Compiling seq-macro v0.3.6 |
| 4233 | 2026-05-20T16:42:05.090Z | Checking unit-prefix v0.5.2 |
| 4234 | 2026-05-20T16:42:05.228Z | Checking indicatif v0.18.4 |
| 4235 | 2026-05-20T16:42:05.346Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4236 | 2026-05-20T16:42:05.435Z | Checking support-bundle-viewer v0.1.2 |
| 4237 | 2026-05-20T16:42:05.608Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4238 | 2026-05-20T16:42:05.678Z | Checking multimap v0.10.1 |
| 4239 | 2026-05-20T16:42:11.683Z | Checking diesel-dtrace v0.5.0 |
| 4240 | 2026-05-20T16:42:11.921Z | Checking async-bb8-diesel v0.2.1 |
| 4241 | 2026-05-20T16:42:14.886Z | Compiling samael v0.0.19 |
| 4242 | 2026-05-20T16:42:20.100Z | Compiling polar-core v0.27.3 |
| 4243 | 2026-05-20T16:42:20.501Z | Compiling git2 v0.20.4 |
| 4244 | 2026-05-20T16:42:22.779Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4245 | 2026-05-20T16:42:24.710Z | Checking oso v0.27.3 |
| 4246 | 2026-05-20T16:42:57.098Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4247 | 2026-05-20T16:44:08.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
| 4248 | 2026-05-20T16:44:08.788Z | |
| 4249 | 2026-05-20T16:44:08.788Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276) |
| 4250 | 2026-05-20T16:44:09.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4251 | 2026-05-20T16:44:09.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4252 | 2026-05-20T16:44:09.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4253 | 2026-05-20T16:44:09.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 4254 | 2026-05-20T16:44:09.502Z | |
| 4255 | 2026-05-20T16:44:09.502Z | info: running `cargo check --bins` on nexus-saga-recovery (240/276) |
| 4256 | 2026-05-20T16:44:10.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4257 | 2026-05-20T16:44:10.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4258 | 2026-05-20T16:44:10.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4259 | 2026-05-20T16:44:10.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4260 | 2026-05-20T16:44:10.174Z | |
| 4261 | 2026-05-20T16:44:10.174Z | info: running `cargo check --bins` on nexus-test-utils-macros (241/276) |
| 4262 | 2026-05-20T16:44:10.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4263 | 2026-05-20T16:44:10.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4264 | 2026-05-20T16:44:10.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4265 | 2026-05-20T16:44:10.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4266 | 2026-05-20T16:44:10.773Z | |
| 4267 | 2026-05-20T16:44:10.774Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (242/276) |
| 4268 | 2026-05-20T16:44:11.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4269 | 2026-05-20T16:44:11.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4270 | 2026-05-20T16:44:11.621Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4271 | 2026-05-20T16:44:12.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
| 4272 | 2026-05-20T16:44:12.628Z | |
| 4273 | 2026-05-20T16:44:12.628Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276) |
| 4274 | 2026-05-20T16:44:13.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4275 | 2026-05-20T16:44:13.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4276 | 2026-05-20T16:44:13.469Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4277 | 2026-05-20T16:44:50.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.19s |
| 4278 | 2026-05-20T16:44:51.050Z | |
| 4279 | 2026-05-20T16:44:51.050Z | info: running `cargo check --bins` on nexus-background-task-interface (244/276) |
| 4280 | 2026-05-20T16:44:51.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4281 | 2026-05-20T16:44:51.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4282 | 2026-05-20T16:44:51.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4283 | 2026-05-20T16:44:51.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4284 | 2026-05-20T16:44:51.650Z | |
| 4285 | 2026-05-20T16:44:51.651Z | info: running `cargo check --bins --no-default-features` on nexus-fm (245/276) |
| 4286 | 2026-05-20T16:44:52.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4287 | 2026-05-20T16:44:52.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4288 | 2026-05-20T16:44:52.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4289 | 2026-05-20T16:44:52.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4290 | 2026-05-20T16:44:52.305Z | |
| 4291 | 2026-05-20T16:44:52.305Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276) |
| 4292 | 2026-05-20T16:44:52.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4293 | 2026-05-20T16:44:52.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4294 | 2026-05-20T16:44:52.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4295 | 2026-05-20T16:44:52.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4296 | 2026-05-20T16:44:52.971Z | |
| 4297 | 2026-05-20T16:44:52.971Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (247/276) |
| 4298 | 2026-05-20T16:44:53.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4299 | 2026-05-20T16:44:53.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4300 | 2026-05-20T16:44:53.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4301 | 2026-05-20T16:44:53.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4302 | 2026-05-20T16:44:53.635Z | |
| 4303 | 2026-05-20T16:44:53.635Z | info: running `cargo check --bins` on nexus-mgs-updates (248/276) |
| 4304 | 2026-05-20T16:44:54.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4305 | 2026-05-20T16:44:54.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4306 | 2026-05-20T16:44:54.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4307 | 2026-05-20T16:44:54.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4308 | 2026-05-20T16:44:54.310Z | |
| 4309 | 2026-05-20T16:44:54.310Z | info: running `cargo check --bins` on nexus-networking (249/276) |
| 4310 | 2026-05-20T16:44:54.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4311 | 2026-05-20T16:44:54.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4312 | 2026-05-20T16:44:54.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4313 | 2026-05-20T16:44:54.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4314 | 2026-05-20T16:44:54.956Z | |
| 4315 | 2026-05-20T16:44:54.956Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (250/276) |
| 4316 | 2026-05-20T16:44:55.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4317 | 2026-05-20T16:44:55.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4318 | 2026-05-20T16:44:55.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4319 | 2026-05-20T16:44:55.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4320 | 2026-05-20T16:44:55.621Z | |
| 4321 | 2026-05-20T16:44:55.621Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276) |
| 4322 | 2026-05-20T16:44:56.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4323 | 2026-05-20T16:44:56.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4324 | 2026-05-20T16:44:56.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4325 | 2026-05-20T16:44:56.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4326 | 2026-05-20T16:44:56.291Z | |
| 4327 | 2026-05-20T16:44:56.291Z | info: running `cargo check --bins` on omicron-dev (252/276) |
| 4328 | 2026-05-20T16:44:56.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4329 | 2026-05-20T16:44:56.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4330 | 2026-05-20T16:44:57.202Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4331 | 2026-05-20T16:44:57.202Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4332 | 2026-05-20T16:44:57.390Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4333 | 2026-05-20T16:44:57.420Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4334 | 2026-05-20T16:44:57.438Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4335 | 2026-05-20T16:44:57.455Z | Checking diff v0.1.13 |
| 4336 | 2026-05-20T16:44:57.462Z | Checking yansi v1.0.1 |
| 4337 | 2026-05-20T16:44:57.469Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4338 | 2026-05-20T16:44:57.537Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4339 | 2026-05-20T16:44:57.716Z | Checking pretty_assertions v1.4.1 |
| 4340 | 2026-05-20T16:44:58.365Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4341 | 2026-05-20T16:44:58.518Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4342 | 2026-05-20T16:45:22.428Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4343 | 2026-05-20T16:45:22.431Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4344 | 2026-05-20T16:45:22.431Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4345 | 2026-05-20T16:45:22.431Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4346 | 2026-05-20T16:45:22.431Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4347 | 2026-05-20T16:45:22.431Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4348 | 2026-05-20T16:45:23.286Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4349 | 2026-05-20T16:45:24.406Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4350 | 2026-05-20T16:46:01.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 4351 | 2026-05-20T16:46:01.566Z | |
| 4352 | 2026-05-20T16:46:01.566Z | info: running `cargo check --bins` on omicron-pins (253/276) |
| 4353 | 2026-05-20T16:46:02.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4354 | 2026-05-20T16:46:02.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4355 | 2026-05-20T16:46:02.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4356 | 2026-05-20T16:46:02.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4357 | 2026-05-20T16:46:02.165Z | |
| 4358 | 2026-05-20T16:46:02.165Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276) |
| 4359 | 2026-05-20T16:46:02.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4360 | 2026-05-20T16:46:02.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4361 | 2026-05-20T16:46:02.958Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4362 | 2026-05-20T16:46:03.077Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4363 | 2026-05-20T16:46:03.083Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4364 | 2026-05-20T16:46:28.970Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4365 | 2026-05-20T16:46:29.360Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4366 | 2026-05-20T16:46:31.095Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4367 | 2026-05-20T16:46:31.557Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4368 | 2026-05-20T16:46:34.547Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4369 | 2026-05-20T16:46:57.454Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4370 | 2026-05-20T16:46:58.178Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4371 | 2026-05-20T16:46:59.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.69s |
| 4372 | 2026-05-20T16:47:00.071Z | |
| 4373 | 2026-05-20T16:47:00.071Z | info: running `cargo check --bins` on reconfigurator-sp-updater (255/276) |
| 4374 | 2026-05-20T16:47:00.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4375 | 2026-05-20T16:47:00.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4376 | 2026-05-20T16:47:00.808Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4377 | 2026-05-20T16:47:01.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4378 | 2026-05-20T16:47:01.695Z | |
| 4379 | 2026-05-20T16:47:01.695Z | info: running `cargo check --bins` on omicron-releng (256/276) |
| 4380 | 2026-05-20T16:47:02.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4381 | 2026-05-20T16:47:02.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4382 | 2026-05-20T16:47:02.368Z | Compiling blake3 v1.8.3 |
| 4383 | 2026-05-20T16:47:02.478Z | Checking arrayref v0.3.9 |
| 4384 | 2026-05-20T16:47:02.478Z | Checking constant_time_eq v0.4.2 |
| 4385 | 2026-05-20T16:47:02.481Z | Checking arrayvec v0.7.6 |
| 4386 | 2026-05-20T16:47:02.500Z | Checking topological-sort v0.2.2 |
| 4387 | 2026-05-20T16:47:02.503Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4388 | 2026-05-20T16:47:02.503Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4389 | 2026-05-20T16:47:02.503Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4390 | 2026-05-20T16:47:02.543Z | Checking shell-words v1.1.1 |
| 4391 | 2026-05-20T16:47:03.272Z | Checking omicron-zone-package v0.12.2 |
| 4392 | 2026-05-20T16:47:03.987Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4393 | 2026-05-20T16:47:04.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s |
| 4394 | 2026-05-20T16:47:05.040Z | |
| 4395 | 2026-05-20T16:47:05.040Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (257/276) |
| 4396 | 2026-05-20T16:47:05.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4397 | 2026-05-20T16:47:05.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4398 | 2026-05-20T16:47:05.701Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4399 | 2026-05-20T16:47:06.016Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4400 | 2026-05-20T16:47:06.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 4401 | 2026-05-20T16:47:06.613Z | |
| 4402 | 2026-05-20T16:47:06.613Z | info: running `cargo check --bins` on schema (258/276) |
| 4403 | 2026-05-20T16:47:07.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4404 | 2026-05-20T16:47:07.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4405 | 2026-05-20T16:47:07.359Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4406 | 2026-05-20T16:47:08.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4407 | 2026-05-20T16:47:08.273Z | |
| 4408 | 2026-05-20T16:47:08.273Z | info: running `cargo check --bins` on xtask (259/276) |
| 4409 | 2026-05-20T16:47:08.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4410 | 2026-05-20T16:47:08.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4411 | 2026-05-20T16:47:08.724Z | Checking libc v0.2.185 |
| 4412 | 2026-05-20T16:47:08.727Z | Checking serde v1.0.228 |
| 4413 | 2026-05-20T16:47:08.805Z | Checking zerofrom v0.1.6 |
| 4414 | 2026-05-20T16:47:08.814Z | Checking bitflags v2.11.0 |
| 4415 | 2026-05-20T16:47:08.820Z | Checking smallvec v1.15.1 |
| 4416 | 2026-05-20T16:47:08.826Z | Checking indexmap v2.14.0 |
| 4417 | 2026-05-20T16:47:08.835Z | Checking serde_json v1.0.149 |
| 4418 | 2026-05-20T16:47:08.838Z | Checking scroll v0.12.0 |
| 4419 | 2026-05-20T16:47:08.907Z | Checking yoke v0.8.1 |
| 4420 | 2026-05-20T16:47:08.955Z | Checking num-traits v0.2.19 |
| 4421 | 2026-05-20T16:47:08.997Z | Checking thiserror v1.0.69 |
| 4422 | 2026-05-20T16:47:09.068Z | Checking percent-encoding v2.3.2 |
| 4423 | 2026-05-20T16:47:09.079Z | Checking zerovec v0.11.5 |
| 4424 | 2026-05-20T16:47:09.093Z | Checking zerotrie v0.2.3 |
| 4425 | 2026-05-20T16:47:09.105Z | Checking errno v0.3.14 |
| 4426 | 2026-05-20T16:47:09.201Z | Checking serde_spanned v0.6.9 |
| 4427 | 2026-05-20T16:47:09.211Z | Checking toml_datetime v0.6.11 |
| 4428 | 2026-05-20T16:47:09.221Z | Checking rustix v1.1.3 |
| 4429 | 2026-05-20T16:47:09.326Z | Checking log v0.4.29 |
| 4430 | 2026-05-20T16:47:09.337Z | Checking zerocopy v0.7.35 |
| 4431 | 2026-05-20T16:47:09.355Z | Checking form_urlencoded v1.2.2 |
| 4432 | 2026-05-20T16:47:09.389Z | Checking toml_edit v0.22.27 |
| 4433 | 2026-05-20T16:47:09.440Z | Checking getrandom v0.4.1 |
| 4434 | 2026-05-20T16:47:09.474Z | Checking goblin v0.8.2 |
| 4435 | 2026-05-20T16:47:09.484Z | Checking ordered-float v2.10.1 |
| 4436 | 2026-05-20T16:47:09.485Z | Checking thiserror v2.0.18 |
| 4437 | 2026-05-20T16:47:09.507Z | Checking tinystr v0.8.2 |
| 4438 | 2026-05-20T16:47:09.567Z | Checking potential_utf v0.1.4 |
| 4439 | 2026-05-20T16:47:09.590Z | Checking syn v2.0.117 |
| 4440 | 2026-05-20T16:47:09.684Z | Checking icu_locale_core v2.1.1 |
| 4441 | 2026-05-20T16:47:09.697Z | Checking icu_collections v2.1.1 |
| 4442 | 2026-05-20T16:47:09.700Z | Checking serde-value v0.7.0 |
| 4443 | 2026-05-20T16:47:09.825Z | Checking dtrace-parser v0.2.0 |
| 4444 | 2026-05-20T16:47:09.909Z | Checking thread-id v4.2.2 |
| 4445 | 2026-05-20T16:47:09.990Z | Checking once_cell v1.21.3 |
| 4446 | 2026-05-20T16:47:10.006Z | Checking cargo-platform v0.2.0 |
| 4447 | 2026-05-20T16:47:10.041Z | Checking terminal_size v0.4.3 |
| 4448 | 2026-05-20T16:47:10.063Z | Checking memmap v0.7.0 |
| 4449 | 2026-05-20T16:47:10.164Z | Checking clap_builder v4.5.60 |
| 4450 | 2026-05-20T16:47:10.167Z | Checking tempfile v3.25.0 |
| 4451 | 2026-05-20T16:47:10.187Z | Checking textwrap v0.16.2 |
| 4452 | 2026-05-20T16:47:10.198Z | Checking fs-err v3.3.0 |
| 4453 | 2026-05-20T16:47:10.245Z | Checking icu_provider v2.1.1 |
| 4454 | 2026-05-20T16:47:10.368Z | Checking camino-tempfile v1.4.1 |
| 4455 | 2026-05-20T16:47:10.379Z | Checking anyhow v1.0.102 |
| 4456 | 2026-05-20T16:47:10.391Z | Checking tabled v0.15.0 |
| 4457 | 2026-05-20T16:47:10.482Z | Checking icu_properties v2.1.2 |
| 4458 | 2026-05-20T16:47:10.494Z | Checking icu_normalizer v2.1.1 |
| 4459 | 2026-05-20T16:47:10.521Z | Checking toml v0.8.23 |
| 4460 | 2026-05-20T16:47:10.575Z | Checking macaddr v1.0.1 |
| 4461 | 2026-05-20T16:47:10.759Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4462 | 2026-05-20T16:47:10.837Z | Checking cargo_toml v0.21.0 |
| 4463 | 2026-05-20T16:47:11.286Z | Checking idna_adapter v1.2.1 |
| 4464 | 2026-05-20T16:47:11.355Z | Checking dof v0.3.0 |
| 4465 | 2026-05-20T16:47:11.366Z | Checking clap v4.5.60 |
| 4466 | 2026-05-20T16:47:11.402Z | Checking idna v1.1.0 |
| 4467 | 2026-05-20T16:47:11.620Z | Checking usdt-impl v0.5.0 |
| 4468 | 2026-05-20T16:47:11.620Z | Checking url v2.5.8 |
| 4469 | 2026-05-20T16:47:11.869Z | Checking usdt v0.5.0 |
| 4470 | 2026-05-20T16:47:11.967Z | Checking cargo-util-schemas v0.8.2 |
| 4471 | 2026-05-20T16:47:12.664Z | Checking cargo_metadata v0.21.0 |
| 4472 | 2026-05-20T16:47:13.284Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4473 | 2026-05-20T16:47:13.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s |
| 4474 | 2026-05-20T16:47:13.820Z | |
| 4475 | 2026-05-20T16:47:13.820Z | info: running `cargo check --bins` on dnsadm (260/276) |
| 4476 | 2026-05-20T16:47:14.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4477 | 2026-05-20T16:47:14.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4478 | 2026-05-20T16:47:14.466Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4479 | 2026-05-20T16:47:14.941Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4480 | 2026-05-20T16:47:15.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 4481 | 2026-05-20T16:47:15.532Z | |
| 4482 | 2026-05-20T16:47:15.532Z | info: running `cargo check --bins` on end-to-end-tests (261/276) |
| 4483 | 2026-05-20T16:47:16.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4484 | 2026-05-20T16:47:16.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4485 | 2026-05-20T16:47:16.342Z | Checking polyval v0.6.2 |
| 4486 | 2026-05-20T16:47:16.467Z | Checking ctr v0.9.2 |
| 4487 | 2026-05-20T16:47:16.477Z | Checking ssh-encoding v0.2.0 |
| 4488 | 2026-05-20T16:47:16.480Z | Checking blowfish v0.9.1 |
| 4489 | 2026-05-20T16:47:16.497Z | Checking password-hash v0.4.2 |
| 4490 | 2026-05-20T16:47:16.510Z | Checking p256 v0.13.2 |
| 4491 | 2026-05-20T16:47:16.511Z | Checking p521 v0.13.3 |
| 4492 | 2026-05-20T16:47:16.538Z | Checking russh-cryptovec v0.7.3 |
| 4493 | 2026-05-20T16:47:16.607Z | Checking ghash v0.5.1 |
| 4494 | 2026-05-20T16:47:16.621Z | Checking bcrypt-pbkdf v0.10.0 |
| 4495 | 2026-05-20T16:47:16.624Z | Checking md5 v0.7.0 |
| 4496 | 2026-05-20T16:47:16.653Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4497 | 2026-05-20T16:47:16.671Z | Checking num-bigint v0.4.6 |
| 4498 | 2026-05-20T16:47:16.720Z | Checking pbkdf2 v0.11.0 |
| 4499 | 2026-05-20T16:47:16.737Z | Checking aes-gcm v0.10.3 |
| 4500 | 2026-05-20T16:47:16.757Z | Checking des v0.8.1 |
| 4501 | 2026-05-20T16:47:16.775Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4502 | 2026-05-20T16:47:16.797Z | Checking hex-literal v0.4.1 |
| 4503 | 2026-05-20T16:47:16.895Z | Checking ssh-cipher v0.2.0 |
| 4504 | 2026-05-20T16:47:16.898Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4505 | 2026-05-20T16:47:16.898Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4506 | 2026-05-20T16:47:16.936Z | Checking socket2 v0.5.10 |
| 4507 | 2026-05-20T16:47:16.939Z | Checking internet-checksum v0.2.1 |
| 4508 | 2026-05-20T16:47:17.061Z | Checking ssh-key v0.6.7 |
| 4509 | 2026-05-20T16:47:17.164Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4510 | 2026-05-20T16:47:17.704Z | Checking russh-keys v0.45.0 |
| 4511 | 2026-05-20T16:47:18.244Z | Checking russh v0.45.0 |
| 4512 | 2026-05-20T16:47:34.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.27s |
| 4513 | 2026-05-20T16:47:35.016Z | |
| 4514 | 2026-05-20T16:47:35.016Z | info: running `cargo check --bins` on gateway-cli (262/276) |
| 4515 | 2026-05-20T16:47:35.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4516 | 2026-05-20T16:47:35.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4517 | 2026-05-20T16:47:35.664Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4518 | 2026-05-20T16:47:35.772Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4519 | 2026-05-20T16:47:35.779Z | Checking termios v0.3.3 |
| 4520 | 2026-05-20T16:47:36.995Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4521 | 2026-05-20T16:47:37.144Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4522 | 2026-05-20T16:47:38.948Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4523 | 2026-05-20T16:47:39.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s |
| 4524 | 2026-05-20T16:47:39.705Z | |
| 4525 | 2026-05-20T16:47:39.705Z | info: running `cargo check --bins --no-default-features` on installinator (263/276) |
| 4526 | 2026-05-20T16:47:40.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4527 | 2026-05-20T16:47:40.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4528 | 2026-05-20T16:47:40.417Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4529 | 2026-05-20T16:47:40.419Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4530 | 2026-05-20T16:47:40.420Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4531 | 2026-05-20T16:47:40.532Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4532 | 2026-05-20T16:47:40.552Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4533 | 2026-05-20T16:47:40.555Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4534 | 2026-05-20T16:47:41.275Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4535 | 2026-05-20T16:47:41.651Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4536 | 2026-05-20T16:47:41.654Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4537 | 2026-05-20T16:47:42.284Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4538 | 2026-05-20T16:47:43.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s |
| 4539 | 2026-05-20T16:47:44.129Z | |
| 4540 | 2026-05-20T16:47:44.129Z | info: running `cargo check --bins` on internal-dns-cli (264/276) |
| 4541 | 2026-05-20T16:47:44.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4542 | 2026-05-20T16:47:44.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4543 | 2026-05-20T16:47:44.768Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4544 | 2026-05-20T16:47:45.219Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4545 | 2026-05-20T16:47:45.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4546 | 2026-05-20T16:47:45.737Z | |
| 4547 | 2026-05-20T16:47:45.737Z | info: running `cargo check --bins` on omicron-live-tests (265/276) |
| 4548 | 2026-05-20T16:47:46.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4549 | 2026-05-20T16:47:46.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4550 | 2026-05-20T16:47:46.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4551 | 2026-05-20T16:47:46.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4552 | 2026-05-20T16:47:46.320Z | |
| 4553 | 2026-05-20T16:47:46.320Z | info: running `cargo check --bins` on live-tests-macros (266/276) |
| 4554 | 2026-05-20T16:47:46.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4555 | 2026-05-20T16:47:46.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4556 | 2026-05-20T16:47:46.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4557 | 2026-05-20T16:47:46.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4558 | 2026-05-20T16:47:46.907Z | |
| 4559 | 2026-05-20T16:47:46.907Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276) |
| 4560 | 2026-05-20T16:47:47.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4561 | 2026-05-20T16:47:47.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4562 | 2026-05-20T16:47:47.660Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4563 | 2026-05-20T16:47:48.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4564 | 2026-05-20T16:47:48.478Z | |
| 4565 | 2026-05-20T16:47:48.478Z | info: running `cargo check --bins` on omicron-ntp-admin (268/276) |
| 4566 | 2026-05-20T16:47:48.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4567 | 2026-05-20T16:47:48.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4568 | 2026-05-20T16:47:49.131Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4569 | 2026-05-20T16:47:49.134Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4570 | 2026-05-20T16:47:49.409Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4571 | 2026-05-20T16:47:49.409Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4572 | 2026-05-20T16:47:50.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
| 4573 | 2026-05-20T16:47:50.399Z | |
| 4574 | 2026-05-20T16:47:50.399Z | info: running `cargo check --bins` on ntp-admin-types (269/276) |
| 4575 | 2026-05-20T16:47:50.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4576 | 2026-05-20T16:47:50.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4577 | 2026-05-20T16:47:50.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4578 | 2026-05-20T16:47:50.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4579 | 2026-05-20T16:47:50.996Z | |
| 4580 | 2026-05-20T16:47:50.996Z | info: running `cargo check --bins` on omicron-package (270/276) |
| 4581 | 2026-05-20T16:47:51.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4582 | 2026-05-20T16:47:51.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4583 | 2026-05-20T16:47:51.686Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4584 | 2026-05-20T16:47:52.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
| 4585 | 2026-05-20T16:47:52.970Z | |
| 4586 | 2026-05-20T16:47:52.970Z | info: running `cargo check --bins` on tqdb (271/276) |
| 4587 | 2026-05-20T16:47:53.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4588 | 2026-05-20T16:47:53.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4589 | 2026-05-20T16:47:53.766Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4590 | 2026-05-20T16:47:54.118Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4591 | 2026-05-20T16:47:54.630Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4592 | 2026-05-20T16:47:54.630Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4593 | 2026-05-20T16:48:00.631Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4594 | 2026-05-20T16:48:00.634Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4595 | 2026-05-20T16:48:01.209Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4596 | 2026-05-20T16:48:01.212Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4597 | 2026-05-20T16:48:01.212Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4598 | 2026-05-20T16:48:01.213Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4599 | 2026-05-20T16:48:01.992Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4600 | 2026-05-20T16:48:02.973Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4601 | 2026-05-20T16:48:03.749Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4602 | 2026-05-20T16:48:04.364Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4603 | 2026-05-20T16:48:08.639Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4604 | 2026-05-20T16:48:15.085Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4605 | 2026-05-20T16:48:15.088Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4606 | 2026-05-20T16:48:15.088Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4607 | 2026-05-20T16:48:15.088Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4608 | 2026-05-20T16:48:16.609Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4609 | 2026-05-20T16:48:17.979Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4610 | 2026-05-20T16:48:18.661Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4611 | 2026-05-20T16:48:19.948Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4612 | 2026-05-20T16:48:20.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.52s |
| 4613 | 2026-05-20T16:48:20.712Z | |
| 4614 | 2026-05-20T16:48:20.712Z | info: running `cargo check --bins` on wicket-dbg (272/276) |
| 4615 | 2026-05-20T16:48:21.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4616 | 2026-05-20T16:48:21.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4617 | 2026-05-20T16:48:21.423Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4618 | 2026-05-20T16:48:21.424Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4619 | 2026-05-20T16:48:21.426Z | Checking rtoolbox v0.0.3 |
| 4620 | 2026-05-20T16:48:21.426Z | Checking tui-tree-widget v0.23.1 |
| 4621 | 2026-05-20T16:48:21.644Z | Checking rpassword v7.4.0 |
| 4622 | 2026-05-20T16:48:22.698Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4623 | 2026-05-20T16:48:25.717Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4624 | 2026-05-20T16:48:27.572Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4625 | 2026-05-20T16:48:28.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.76s |
| 4626 | 2026-05-20T16:48:28.684Z | |
| 4627 | 2026-05-20T16:48:28.684Z | info: running `cargo check --bins` on wicket (273/276) |
| 4628 | 2026-05-20T16:48:29.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4629 | 2026-05-20T16:48:29.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4630 | 2026-05-20T16:48:29.381Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4631 | 2026-05-20T16:48:29.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 4632 | 2026-05-20T16:48:29.935Z | |
| 4633 | 2026-05-20T16:48:29.935Z | info: running `cargo check --bins` on wicketd (274/276) |
| 4634 | 2026-05-20T16:48:30.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4635 | 2026-05-20T16:48:30.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4636 | 2026-05-20T16:48:30.659Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4637 | 2026-05-20T16:48:30.659Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4638 | 2026-05-20T16:48:30.659Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4639 | 2026-05-20T16:48:30.662Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4640 | 2026-05-20T16:48:31.651Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4641 | 2026-05-20T16:48:32.233Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4642 | 2026-05-20T16:48:35.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s |
| 4643 | 2026-05-20T16:48:35.408Z | |
| 4644 | 2026-05-20T16:48:35.408Z | info: running `cargo check --bins` on omicron-workspace-hack (275/276) |
| 4645 | 2026-05-20T16:48:35.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4646 | 2026-05-20T16:48:35.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4647 | 2026-05-20T16:48:35.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4648 | 2026-05-20T16:48:35.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4649 | 2026-05-20T16:48:35.990Z | |
| 4650 | 2026-05-20T16:48:35.990Z | info: running `cargo check --bins` on zone-setup (276/276) |
| 4651 | 2026-05-20T16:48:36.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4652 | 2026-05-20T16:48:36.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4653 | 2026-05-20T16:48:36.664Z | Checking uzers v0.12.2 |
| 4654 | 2026-05-20T16:48:36.936Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4655 | 2026-05-20T16:48:37.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
| 4656 | 2026-05-20T16:48:37.891Z | |
| 4657 | 2026-05-20T16:48:37.891Z | real 13:59.025527303 |
| 4658 | 2026-05-20T16:48:37.891Z | user 20:39.028014773 |
| 4659 | 2026-05-20T16:48:37.892Z | sys 4:16.810682312 |
| 4660 | 2026-05-20T16:48:37.892Z | trap 0.326136269 |
| 4661 | 2026-05-20T16:48:37.892Z | tflt 1.260108388 |
| 4662 | 2026-05-20T16:48:37.892Z | dflt 1.480819813 |
| 4663 | 2026-05-20T16:48:37.892Z | kflt 0.015706244 |
| 4664 | 2026-05-20T16:48:37.897Z | lock 1:14:51.326384312 |
| 4665 | 2026-05-20T16:48:37.897Z | slp 1:39:25.858097065 |
| 4666 | 2026-05-20T16:48:37.897Z | lat 59.663819425 |
| 4667 | 2026-05-20T16:48:37.897Z | stop 3:44.938536354 |
| 4668 | 2026-05-20T16:48:37.897Z | process exited: duration 975764 ms, exit code 0 |
| |
| 4669 | 2026-05-20T16:48:37.905Z | found 0 output files |