|
|
|
| 1 | 2026-05-07T16:33:19.383Z | job assigned to worker 01KR1MHDKJXED01E7YAXXJPRES [factory aws, i-09663f5ceb026cd77] (queued for 48 s) |
| |
| 2 | 2026-05-07T16:33:25.990Z | starting task 0: "setup" |
| 3 | 2026-05-07T16:33:25.994Z | ++ uname -s |
| 4 | 2026-05-07T16:33:25.997Z | + kern=SunOS |
| 5 | 2026-05-07T16:33:25.997Z | + build_user=build |
| 6 | 2026-05-07T16:33:25.997Z | + build_uid=12345 |
| 7 | 2026-05-07T16:33:25.997Z | + work_dir=/work |
| 8 | 2026-05-07T16:33:25.997Z | + input_dir=/input |
| 9 | 2026-05-07T16:33:25.997Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-07T16:33:25.997Z | + case "$kern" in |
| 11 | 2026-05-07T16:33:25.997Z | + groupadd -g 12345 build |
| 12 | 2026-05-07T16:33:26.000Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-07T16:33:28.004Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-07T16:33:28.167Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-07T16:33:28.170Z | + home_fs=zfs |
| 16 | 2026-05-07T16:33:28.170Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-07T16:33:28.171Z | + mkdir -p /home/build |
| 18 | 2026-05-07T16:33:28.171Z | + chown build:build /home/build /work |
| 19 | 2026-05-07T16:33:30.172Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-07T16:33:30.175Z | process exited: duration 4186 ms, exit code 0 |
| |
| 21 | 2026-05-07T16:33:30.182Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-07T16:33:30.187Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-07T16:33:30.187Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-07T16:33:30.187Z | * rust toolchain profile = "default" |
| 25 | 2026-05-07T16:33:30.187Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-07T16:33:30.187Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-07T16:33:30.187Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-07T16:33:30.190Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-07T16:33:30.190Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-07T16:33:30.292Z | info: downloading installer |
| 31 | 2026-05-07T16:33:31.635Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-07T16:33:31.635Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-07T16:33:31.635Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-07T16:33:31.635Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-07T16:33:31.648Z | info: profile set to default |
| 36 | 2026-05-07T16:33:31.648Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-07T16:33:31.650Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-07T16:33:31.778Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-07T16:33:31.780Z | info: downloading 6 components |
| 40 | 2026-05-07T16:33:46.285Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-07T16:33:46.285Z | |
| 42 | 2026-05-07T16:33:46.314Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-07T16:33:46.314Z | |
| 44 | 2026-05-07T16:33:46.314Z | |
| 45 | 2026-05-07T16:33:46.314Z | Rust is installed now. Great! |
| 46 | 2026-05-07T16:33:46.314Z | |
| 47 | 2026-05-07T16:33:46.314Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-07T16:33:46.314Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-07T16:33:46.317Z | |
| 50 | 2026-05-07T16:33:46.317Z | To configure your current shell, you need to source |
| 51 | 2026-05-07T16:33:46.317Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-07T16:33:46.317Z | |
| 53 | 2026-05-07T16:33:46.317Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-07T16:33:46.317Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-07T16:33:46.317Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-07T16:33:46.317Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-07T16:33:46.318Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-07T16:33:46.318Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-07T16:33:46.318Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-07T16:33:46.318Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-07T16:33:46.318Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-07T16:33:46.403Z | + rustup --version |
| 63 | 2026-05-07T16:33:46.411Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-07T16:33:46.414Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-07T16:33:46.433Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-07T16:33:46.435Z | + cargo --version |
| 67 | 2026-05-07T16:33:46.448Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-07T16:33:46.451Z | + rustc --version |
| 69 | 2026-05-07T16:33:46.471Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-07T16:33:46.473Z | process exited: duration 16289 ms, exit code 0 |
| |
| 71 | 2026-05-07T16:33:46.479Z | starting task 2: "authentication" |
| 72 | 2026-05-07T16:33:46.495Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-07T16:33:46.502Z | starting task 3: "clone repository" |
| 74 | 2026-05-07T16:33:46.505Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-07T16:33:46.507Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-07T16:33:46.535Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-07T16:33:56.839Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-07T16:33:56.839Z | + git fetch origin 7af0a7fcf6e255eab5a78a3d8f30e1301839e22a |
| 79 | 2026-05-07T16:33:57.157Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-07T16:33:57.157Z | * branch 7af0a7fcf6e255eab5a78a3d8f30e1301839e22a -> FETCH_HEAD |
| 81 | 2026-05-07T16:33:57.167Z | + [[ -n zl/flake-test_join_by_ip_existing_group ]] |
| 82 | 2026-05-07T16:33:57.170Z | ++ git branch --show-current |
| 83 | 2026-05-07T16:33:57.170Z | + current=main |
| 84 | 2026-05-07T16:33:57.170Z | + [[ main != zl/flake-test_join_by_ip_existing_group ]] |
| 85 | 2026-05-07T16:33:57.170Z | + git branch -f zl/flake-test_join_by_ip_existing_group 7af0a7fcf6e255eab5a78a3d8f30e1301839e22a |
| 86 | 2026-05-07T16:33:57.173Z | + git checkout -f zl/flake-test_join_by_ip_existing_group |
| 87 | 2026-05-07T16:33:57.402Z | Switched to branch 'zl/flake-test_join_by_ip_existing_group' |
| 88 | 2026-05-07T16:33:57.405Z | + git reset --hard 7af0a7fcf6e255eab5a78a3d8f30e1301839e22a |
| 89 | 2026-05-07T16:33:57.417Z | HEAD is now at 7af0a7fcf [multicast,instance,test-flake] reorder instance_stop and send stop before tearing down multicast member state |
| 90 | 2026-05-07T16:33:57.420Z | process exited: duration 10917 ms, exit code 0 |
| |
| 91 | 2026-05-07T16:33:57.426Z | starting task 4: "build" |
| 92 | 2026-05-07T16:33:57.430Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-07T16:33:57.430Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-07T16:33:57.430Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-07T16:33:57.430Z | + cargo --version |
| 96 | 2026-05-07T16:33:57.440Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-07T16:33:57.443Z | + rustc --version |
| 98 | 2026-05-07T16:33:57.463Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-07T16:33:57.465Z | + source ./env.sh |
| 100 | 2026-05-07T16:33:57.465Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-07T16:33:57.465Z | ++ set -o xtrace |
| 102 | 2026-05-07T16:33:57.468Z | ++++ dirname ./env.sh |
| 103 | 2026-05-07T16:33:57.468Z | +++ readlink -f . |
| 104 | 2026-05-07T16:33:57.472Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-07T16:33:57.472Z | ++ 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-07T16:33:57.472Z | ++ 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-07T16:33:57.472Z | ++ 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-07T16:33:57.472Z | ++ 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-07T16:33:57.472Z | ++ 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-07T16:33:57.472Z | ++ 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-07T16:33:57.472Z | ++ 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-07T16:33:57.472Z | ++ 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-07T16:33:57.472Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-05-07T16:33:57.472Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-05-07T16:33:57.472Z | + 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-07T16:33:57.472Z | + 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-07T16:33:57.472Z | + banner prerequisites |
| 118 | 2026-05-07T16:33:57.475Z | |
| 119 | 2026-05-07T16:33:57.475Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-07T16:33:57.475Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-07T16:33:57.475Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-07T16:33:57.475Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-07T16:33:57.475Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-07T16:33:57.475Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-07T16:33:57.475Z | |
| 126 | 2026-05-07T16:33:57.475Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-07T16:33:58.822Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-07T16:33:58.876Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-07T16:33:59.042Z | Planning: Solver setup ... Done (0.138s) |
| 130 | 2026-05-07T16:33:59.053Z | Planning: Running solver ... Done (0.011s) |
| 131 | 2026-05-07T16:33:59.057Z | Planning: Finding local manifests ... Done (0.002s) |
| 132 | 2026-05-07T16:33:59.067Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-07T16:33:59.089Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-07T16:33:59.102Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-05-07T16:33:59.104Z | Planning: Merging actions ... Done (0.001s) |
| 136 | 2026-05-07T16:33:59.284Z | Planning: Checking for conflicting actions ... Done (0.180s) |
| 137 | 2026-05-07T16:33:59.287Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-07T16:34:00.103Z | Planning: Evaluating mediators ... Done (0.818s) |
| 139 | 2026-05-07T16:34:00.106Z | Planning: Planning completed in 1.21 seconds |
| 140 | 2026-05-07T16:34:00.112Z | Packages to install: 2 |
| 141 | 2026-05-07T16:34:00.112Z | Estimated space available: 156.08 GB |
| 142 | 2026-05-07T16:34:00.115Z | Estimated space to be consumed: 16.39 MB |
| 143 | 2026-05-07T16:34:00.115Z | Create boot environment: No |
| 144 | 2026-05-07T16:34:00.115Z | Create backup boot environment: No |
| 145 | 2026-05-07T16:34:00.115Z | Rebuild boot archive: No |
| 146 | 2026-05-07T16:34:00.115Z | |
| 147 | 2026-05-07T16:34:00.115Z | Changed packages: |
| 148 | 2026-05-07T16:34:00.115Z | helios |
| 149 | 2026-05-07T16:34:00.115Z | developer/build-essential |
| 150 | 2026-05-07T16:34:00.115Z | None -> 11-3.0 |
| 151 | 2026-05-07T16:34:00.115Z | library/libxmlsec1 |
| 152 | 2026-05-07T16:34:00.115Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-07T16:34:00.137Z | |
| 154 | 2026-05-07T16:34:00.137Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-07T16:34:00.812Z | Download: Completed 1.28 MB in 0.67 seconds (1.9M/s) |
| 156 | 2026-05-07T16:34:00.887Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-07T16:34:00.925Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-05-07T16:34:00.930Z | Finalize: Updating package state database ... Done (0.004s) |
| 159 | 2026-05-07T16:34:00.933Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-07T16:34:00.940Z | Finalize: Updating image state ... Done (0.010s) |
| 161 | 2026-05-07T16:34:03.322Z | Finalize: Creating fast lookup database ... Done (2.362s) |
| 162 | 2026-05-07T16:34:03.395Z | Finalize: Reading search index ... Done (0.014s) |
| 163 | 2026-05-07T16:34:03.398Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-07T16:34:03.494Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-07T16:34:03.783Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-07T16:34:03.886Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-07T16:34:03.889Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-07T16:34:04.042Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-07T16:34:04.046Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-05-07T16:34:04.066Z | Mediators to change: 2 |
| 171 | 2026-05-07T16:34:04.066Z | Create boot environment: No |
| 172 | 2026-05-07T16:34:04.066Z | Create backup boot environment: No |
| 173 | 2026-05-07T16:34:04.118Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-07T16:34:04.118Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-07T16:34:04.125Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-07T16:34:06.088Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-07T16:34:06.153Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-07T16:34:06.156Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-07T16:34:06.244Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-07T16:34:06.531Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-07T16:34:06.637Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-07T16:34:06.639Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-07T16:34:06.793Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-07T16:34:06.797Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-05-07T16:34:06.815Z | Mediators to change: 1 |
| 186 | 2026-05-07T16:34:06.815Z | Create boot environment: No |
| 187 | 2026-05-07T16:34:06.815Z | Create backup boot environment: No |
| 188 | 2026-05-07T16:34:06.878Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-07T16:34:06.878Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-07T16:34:06.885Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-07T16:34:08.824Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-07T16:34:08.892Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-07T16:34:08.895Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-07T16:34:08.960Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-07T16:34:09.276Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-07T16:34:09.276Z | apache system 2.4 system |
| 197 | 2026-05-07T16:34:09.276Z | clang system 15 system |
| 198 | 2026-05-07T16:34:09.276Z | csh system system illumos |
| 199 | 2026-05-07T16:34:09.276Z | ctags system system illumos |
| 200 | 2026-05-07T16:34:09.276Z | file vendor vendor darwinsys |
| 201 | 2026-05-07T16:34:09.276Z | file system system illumos |
| 202 | 2026-05-07T16:34:09.276Z | gcc vendor 14 vendor |
| 203 | 2026-05-07T16:34:09.276Z | gcc system 13 system |
| 204 | 2026-05-07T16:34:09.276Z | gcc system 10 system |
| 205 | 2026-05-07T16:34:09.276Z | go system 1.25 system |
| 206 | 2026-05-07T16:34:09.276Z | llvm system 15 system |
| 207 | 2026-05-07T16:34:09.276Z | mariadb system 11.4 system |
| 208 | 2026-05-07T16:34:09.276Z | mta vendor vendor dma |
| 209 | 2026-05-07T16:34:09.276Z | openjdk system 17 system |
| 210 | 2026-05-07T16:34:09.276Z | openjdk system 11 system |
| 211 | 2026-05-07T16:34:09.276Z | openssl vendor 3 vendor |
| 212 | 2026-05-07T16:34:09.276Z | perl system 5.40 system |
| 213 | 2026-05-07T16:34:09.276Z | postgresql system 18 system |
| 214 | 2026-05-07T16:34:09.276Z | postgresql system 17 system |
| 215 | 2026-05-07T16:34:09.276Z | python vendor 3 vendor |
| 216 | 2026-05-07T16:34:09.276Z | python system 2 system |
| 217 | 2026-05-07T16:34:09.276Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-07T16:34:09.276Z | ruby system 3.4 system |
| 219 | 2026-05-07T16:34:09.276Z | ruby system 3.0 system |
| 220 | 2026-05-07T16:34:09.276Z | words vendor vendor american-english |
| 221 | 2026-05-07T16:34:09.276Z | words system system australian-english |
| 222 | 2026-05-07T16:34:09.276Z | words system system british-english |
| 223 | 2026-05-07T16:34:09.276Z | words system system canadian-english |
| 224 | 2026-05-07T16:34:09.276Z | words system system french |
| 225 | 2026-05-07T16:34:09.276Z | words system system italian |
| 226 | 2026-05-07T16:34:09.276Z | words system system ngerman |
| 227 | 2026-05-07T16:34:09.276Z | words system system ogerman |
| 228 | 2026-05-07T16:34:09.276Z | words system system spanish |
| 229 | 2026-05-07T16:34:09.532Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-07T16:34:09.532Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-07T16:34:09.789Z | FMRI IFO |
| 232 | 2026-05-07T16:34:09.789Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-07T16:34:09.789Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-07T16:34:09.789Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-07T16:34:09.789Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-07T16:34:09.789Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-07T16:34:09.789Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-07T16:34:09.789Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-07T16:34:09.789Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-07T16:34:09.789Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-07T16:34:10.020Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-07T16:34:10.307Z | Updating crates.io index |
| 243 | 2026-05-07T16:34:10.341Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-07T16:34:11.092Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-07T16:34:11.599Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-07T16:34:12.334Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-07T16:34:13.151Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-07T16:34:13.655Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-07T16:34:15.359Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-07T16:34:16.256Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-07T16:34:16.541Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-07T16:34:17.441Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-07T16:34:17.978Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-07T16:34:18.351Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-07T16:34:18.746Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-07T16:34:19.785Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-07T16:34:20.324Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 258 | 2026-05-07T16:34:20.637Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 259 | 2026-05-07T16:34:20.983Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 260 | 2026-05-07T16:34:21.276Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 261 | 2026-05-07T16:34:21.806Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 262 | 2026-05-07T16:34:22.120Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 263 | 2026-05-07T16:34:22.411Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 264 | 2026-05-07T16:34:23.079Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 265 | 2026-05-07T16:34:23.701Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 266 | 2026-05-07T16:34:24.181Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 267 | 2026-05-07T16:34:24.446Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 268 | 2026-05-07T16:34:24.760Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 269 | 2026-05-07T16:34:25.822Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 270 | 2026-05-07T16:34:26.096Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 271 | 2026-05-07T16:34:26.943Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 272 | 2026-05-07T16:34:27.434Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 273 | 2026-05-07T16:34:27.741Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 274 | 2026-05-07T16:34:28.091Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 275 | 2026-05-07T16:34:28.369Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 276 | 2026-05-07T16:34:28.725Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 277 | 2026-05-07T16:34:29.137Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 278 | 2026-05-07T16:34:29.420Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 279 | 2026-05-07T16:34:29.748Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 280 | 2026-05-07T16:34:30.106Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 281 | 2026-05-07T16:34:41.755Z | Downloading crates ... |
| 282 | 2026-05-07T16:34:41.813Z | Downloaded anyhow v1.0.102 |
| 283 | 2026-05-07T16:34:41.817Z | Downloaded anstream v0.6.21 |
| 284 | 2026-05-07T16:34:41.820Z | Downloaded ordered-float v2.10.1 |
| 285 | 2026-05-07T16:34:41.823Z | Downloaded anstyle v1.0.13 |
| 286 | 2026-05-07T16:34:41.823Z | Downloaded semver v1.0.28 |
| 287 | 2026-05-07T16:34:41.825Z | Downloaded serde_derive v1.0.228 |
| 288 | 2026-05-07T16:34:41.825Z | Downloaded heck v0.4.1 |
| 289 | 2026-05-07T16:34:41.828Z | Downloaded cargo-util-schemas v0.8.2 |
| 290 | 2026-05-07T16:34:41.831Z | Downloaded scroll_derive v0.12.1 |
| 291 | 2026-05-07T16:34:41.831Z | Downloaded textwrap v0.16.2 |
| 292 | 2026-05-07T16:34:41.834Z | Downloaded autocfg v1.5.0 |
| 293 | 2026-05-07T16:34:41.834Z | Downloaded zerocopy-derive v0.7.35 |
| 294 | 2026-05-07T16:34:41.836Z | Downloaded macaddr v1.0.1 |
| 295 | 2026-05-07T16:34:41.836Z | Downloaded colorchoice v1.0.4 |
| 296 | 2026-05-07T16:34:41.839Z | Downloaded toml_datetime v0.6.11 |
| 297 | 2026-05-07T16:34:41.839Z | Downloaded version_check v0.9.5 |
| 298 | 2026-05-07T16:34:41.842Z | Downloaded dtrace-parser v0.2.0 |
| 299 | 2026-05-07T16:34:41.842Z | Downloaded utf8_iter v1.0.4 |
| 300 | 2026-05-07T16:34:41.842Z | Downloaded typeid v1.0.3 |
| 301 | 2026-05-07T16:34:41.846Z | Downloaded yoke-derive v0.8.1 |
| 302 | 2026-05-07T16:34:41.848Z | Downloaded memmap v0.7.0 |
| 303 | 2026-05-07T16:34:41.848Z | Downloaded thread-id v4.2.2 |
| 304 | 2026-05-07T16:34:41.851Z | Downloaded proc-macro-error-attr v1.0.4 |
| 305 | 2026-05-07T16:34:41.854Z | Downloaded utf8parse v0.2.2 |
| 306 | 2026-05-07T16:34:41.854Z | Downloaded bytecount v0.6.9 |
| 307 | 2026-05-07T16:34:41.854Z | Downloaded toml_write v0.1.2 |
| 308 | 2026-05-07T16:34:41.857Z | Downloaded zerofrom v0.1.6 |
| 309 | 2026-05-07T16:34:41.857Z | Downloaded pest_generator v2.8.6 |
| 310 | 2026-05-07T16:34:41.860Z | Downloaded once_cell v1.21.3 |
| 311 | 2026-05-07T16:34:41.860Z | Downloaded litemap v0.8.1 |
| 312 | 2026-05-07T16:34:41.860Z | Downloaded unicode-xid v0.2.6 |
| 313 | 2026-05-07T16:34:41.863Z | Downloaded unicode-linebreak v0.1.5 |
| 314 | 2026-05-07T16:34:41.863Z | Downloaded itoa v1.0.17 |
| 315 | 2026-05-07T16:34:41.863Z | Downloaded is_terminal_polyfill v1.70.2 |
| 316 | 2026-05-07T16:34:41.863Z | Downloaded cpufeatures v0.2.17 |
| 317 | 2026-05-07T16:34:41.866Z | Downloaded usdt-macro v0.5.0 |
| 318 | 2026-05-07T16:34:41.869Z | Downloaded zerofrom-derive v0.1.6 |
| 319 | 2026-05-07T16:34:41.872Z | Downloaded usdt v0.5.0 |
| 320 | 2026-05-07T16:34:41.872Z | Downloaded plain v0.2.3 |
| 321 | 2026-05-07T16:34:41.877Z | Downloaded percent-encoding v2.3.2 |
| 322 | 2026-05-07T16:34:41.877Z | Downloaded zerovec-derive v0.11.2 |
| 323 | 2026-05-07T16:34:41.877Z | Downloaded thiserror v1.0.69 |
| 324 | 2026-05-07T16:34:41.880Z | Downloaded strsim v0.11.1 |
| 325 | 2026-05-07T16:34:41.880Z | Downloaded cfg-if v1.0.4 |
| 326 | 2026-05-07T16:34:41.880Z | Downloaded erased-serde v0.4.9 |
| 327 | 2026-05-07T16:34:41.883Z | Downloaded cargo_metadata v0.21.0 |
| 328 | 2026-05-07T16:34:41.886Z | Downloaded tinystr v0.8.2 |
| 329 | 2026-05-07T16:34:41.886Z | Downloaded usdt-impl v0.5.0 |
| 330 | 2026-05-07T16:34:41.888Z | Downloaded thiserror v2.0.18 |
| 331 | 2026-05-07T16:34:41.891Z | Downloaded zmij v1.0.21 |
| 332 | 2026-05-07T16:34:41.891Z | Downloaded equivalent v1.0.2 |
| 333 | 2026-05-07T16:34:41.891Z | Downloaded crypto-common v0.1.7 |
| 334 | 2026-05-07T16:34:41.894Z | Downloaded usdt-attr-macro v0.5.0 |
| 335 | 2026-05-07T16:34:41.894Z | Downloaded yoke v0.8.1 |
| 336 | 2026-05-07T16:34:41.894Z | Downloaded thiserror-impl v1.0.69 |
| 337 | 2026-05-07T16:34:41.894Z | Downloaded idna_adapter v1.2.1 |
| 338 | 2026-05-07T16:34:41.897Z | Downloaded heck v0.5.0 |
| 339 | 2026-05-07T16:34:41.897Z | Downloaded serde-value v0.7.0 |
| 340 | 2026-05-07T16:34:41.897Z | Downloaded unicode-ident v1.0.24 |
| 341 | 2026-05-07T16:34:41.899Z | Downloaded writeable v0.6.2 |
| 342 | 2026-05-07T16:34:41.902Z | Downloaded ucd-trie v0.1.7 |
| 343 | 2026-05-07T16:34:41.902Z | Downloaded thiserror-impl v2.0.18 |
| 344 | 2026-05-07T16:34:41.902Z | Downloaded swrite v0.1.0 |
| 345 | 2026-05-07T16:34:41.905Z | Downloaded smawk v0.3.2 |
| 346 | 2026-05-07T16:34:41.905Z | Downloaded anstyle-query v1.1.5 |
| 347 | 2026-05-07T16:34:41.905Z | Downloaded stable_deref_trait v1.2.1 |
| 348 | 2026-05-07T16:34:41.908Z | Downloaded block-buffer v0.10.4 |
| 349 | 2026-05-07T16:34:41.908Z | Downloaded errno v0.3.14 |
| 350 | 2026-05-07T16:34:41.908Z | Downloaded terminal_size v0.4.3 |
| 351 | 2026-05-07T16:34:41.910Z | Downloaded fnv v1.0.7 |
| 352 | 2026-05-07T16:34:41.910Z | Downloaded cargo-platform v0.2.0 |
| 353 | 2026-05-07T16:34:41.913Z | Downloaded cargo_toml v0.21.0 |
| 354 | 2026-05-07T16:34:41.918Z | Downloaded zerotrie v0.2.3 |
| 355 | 2026-05-07T16:34:41.920Z | Downloaded toml v0.8.23 |
| 356 | 2026-05-07T16:34:41.923Z | Downloaded typenum v1.19.0 |
| 357 | 2026-05-07T16:34:41.923Z | Downloaded toml_edit v0.22.27 |
| 358 | 2026-05-07T16:34:41.926Z | Downloaded clap_lex v1.0.0 |
| 359 | 2026-05-07T16:34:41.928Z | Downloaded form_urlencoded v1.2.2 |
| 360 | 2026-05-07T16:34:41.929Z | Downloaded url v2.5.8 |
| 361 | 2026-05-07T16:34:41.937Z | Downloaded dof v0.3.0 |
| 362 | 2026-05-07T16:34:41.942Z | Downloaded potential_utf v0.1.4 |
| 363 | 2026-05-07T16:34:41.944Z | Downloaded serde_spanned v0.6.9 |
| 364 | 2026-05-07T16:34:41.944Z | Downloaded generic-array v0.14.7 |
| 365 | 2026-05-07T16:34:41.947Z | Downloaded zerovec v0.11.5 |
| 366 | 2026-05-07T16:34:41.951Z | Downloaded zerocopy v0.7.35 |
| 367 | 2026-05-07T16:34:41.959Z | Downloaded winnow v0.7.14 |
| 368 | 2026-05-07T16:34:41.964Z | Downloaded tabled_derive v0.7.0 |
| 369 | 2026-05-07T16:34:41.967Z | Downloaded icu_locale_core v2.1.1 |
| 370 | 2026-05-07T16:34:41.970Z | Downloaded synstructure v0.13.2 |
| 371 | 2026-05-07T16:34:41.970Z | Downloaded serde_tokenstream v0.2.3 |
| 372 | 2026-05-07T16:34:41.970Z | Downloaded fastrand v2.3.0 |
| 373 | 2026-05-07T16:34:41.973Z | Downloaded unicode-width v0.2.0 |
| 374 | 2026-05-07T16:34:41.975Z | Downloaded unicode-width v0.1.14 |
| 375 | 2026-05-07T16:34:41.978Z | Downloaded sha2 v0.10.9 |
| 376 | 2026-05-07T16:34:41.978Z | Downloaded icu_normalizer_data v2.1.1 |
| 377 | 2026-05-07T16:34:41.981Z | Downloaded anstyle-parse v0.2.7 |
| 378 | 2026-05-07T16:34:41.981Z | Downloaded pretty-hex v0.4.1 |
| 379 | 2026-05-07T16:34:41.981Z | Downloaded digest v0.10.7 |
| 380 | 2026-05-07T16:34:41.985Z | Downloaded displaydoc v0.2.5 |
| 381 | 2026-05-07T16:34:41.990Z | Downloaded scroll v0.12.0 |
| 382 | 2026-05-07T16:34:41.996Z | Downloaded camino-tempfile v1.4.1 |
| 383 | 2026-05-07T16:34:41.999Z | Downloaded byteorder v1.5.0 |
| 384 | 2026-05-07T16:34:41.999Z | Downloaded quote v1.0.45 |
| 385 | 2026-05-07T16:34:42.010Z | Downloaded proc-macro-error v1.0.4 |
| 386 | 2026-05-07T16:34:42.013Z | Downloaded getrandom v0.4.1 |
| 387 | 2026-05-07T16:34:42.022Z | Downloaded clap_derive v4.5.55 |
| 388 | 2026-05-07T16:34:42.026Z | Downloaded pest_derive v2.8.6 |
| 389 | 2026-05-07T16:34:42.028Z | Downloaded bitflags v2.11.0 |
| 390 | 2026-05-07T16:34:42.031Z | Downloaded smallvec v1.15.1 |
| 391 | 2026-05-07T16:34:42.031Z | Downloaded serde-untagged v0.1.9 |
| 392 | 2026-05-07T16:34:42.031Z | Downloaded fs-err v3.3.0 |
| 393 | 2026-05-07T16:34:42.042Z | Downloaded tempfile v3.25.0 |
| 394 | 2026-05-07T16:34:42.046Z | Downloaded proc-macro2 v1.0.106 |
| 395 | 2026-05-07T16:34:42.062Z | Downloaded log v0.4.29 |
| 396 | 2026-05-07T16:34:42.066Z | Downloaded num-traits v0.2.19 |
| 397 | 2026-05-07T16:34:42.069Z | Downloaded camino v1.2.2 |
| 398 | 2026-05-07T16:34:42.069Z | Downloaded icu_provider v2.1.1 |
| 399 | 2026-05-07T16:34:42.072Z | Downloaded serde_core v1.0.228 |
| 400 | 2026-05-07T16:34:42.076Z | Downloaded pest_meta v2.8.6 |
| 401 | 2026-05-07T16:34:42.076Z | Downloaded pest v2.8.6 |
| 402 | 2026-05-07T16:34:42.081Z | Downloaded icu_properties v2.1.2 |
| 403 | 2026-05-07T16:34:42.084Z | Downloaded icu_normalizer v2.1.1 |
| 404 | 2026-05-07T16:34:42.087Z | Downloaded papergrid v0.11.0 |
| 405 | 2026-05-07T16:34:42.089Z | Downloaded clap v4.5.60 |
| 406 | 2026-05-07T16:34:42.093Z | Downloaded icu_collections v2.1.1 |
| 407 | 2026-05-07T16:34:42.098Z | Downloaded memchr v2.8.0 |
| 408 | 2026-05-07T16:34:42.107Z | Downloaded serde v1.0.228 |
| 409 | 2026-05-07T16:34:42.117Z | Downloaded indexmap v2.14.0 |
| 410 | 2026-05-07T16:34:42.121Z | Downloaded icu_properties_data v2.1.2 |
| 411 | 2026-05-07T16:34:42.133Z | Downloaded serde_json v1.0.149 |
| 412 | 2026-05-07T16:34:42.136Z | Downloaded goblin v0.8.2 |
| 413 | 2026-05-07T16:34:42.141Z | Downloaded idna v1.1.0 |
| 414 | 2026-05-07T16:34:42.159Z | Downloaded clap_builder v4.5.60 |
| 415 | 2026-05-07T16:34:42.163Z | Downloaded hashbrown v0.17.0 |
| 416 | 2026-05-07T16:34:42.169Z | Downloaded tabled v0.15.0 |
| 417 | 2026-05-07T16:34:42.189Z | Downloaded syn v1.0.109 |
| 418 | 2026-05-07T16:34:42.200Z | Downloaded syn v2.0.117 |
| 419 | 2026-05-07T16:34:42.217Z | Downloaded rustix v1.1.3 |
| 420 | 2026-05-07T16:34:42.248Z | Downloaded libc v0.2.185 |
| 421 | 2026-05-07T16:34:42.316Z | Compiling proc-macro2 v1.0.106 |
| 422 | 2026-05-07T16:34:42.316Z | Compiling unicode-ident v1.0.24 |
| 423 | 2026-05-07T16:34:42.319Z | Compiling quote v1.0.45 |
| 424 | 2026-05-07T16:34:42.319Z | Compiling serde_core v1.0.228 |
| 425 | 2026-05-07T16:34:42.319Z | Compiling libc v0.2.185 |
| 426 | 2026-05-07T16:34:42.319Z | Compiling version_check v0.9.5 |
| 427 | 2026-05-07T16:34:42.319Z | Compiling memchr v2.8.0 |
| 428 | 2026-05-07T16:34:42.319Z | Compiling serde v1.0.228 |
| 429 | 2026-05-07T16:34:42.644Z | Compiling stable_deref_trait v1.2.1 |
| 430 | 2026-05-07T16:34:42.719Z | Compiling zmij v1.0.21 |
| 431 | 2026-05-07T16:34:42.844Z | Compiling itoa v1.0.17 |
| 432 | 2026-05-07T16:34:42.944Z | Compiling ucd-trie v0.1.7 |
| 433 | 2026-05-07T16:34:42.947Z | Compiling autocfg v1.5.0 |
| 434 | 2026-05-07T16:34:43.116Z | Compiling thiserror v1.0.69 |
| 435 | 2026-05-07T16:34:43.208Z | Compiling pest v2.8.6 |
| 436 | 2026-05-07T16:34:43.292Z | Compiling litemap v0.8.1 |
| 437 | 2026-05-07T16:34:43.321Z | Compiling writeable v0.6.2 |
| 438 | 2026-05-07T16:34:43.379Z | Compiling rustix v1.1.3 |
| 439 | 2026-05-07T16:34:43.485Z | Compiling byteorder v1.5.0 |
| 440 | 2026-05-07T16:34:43.516Z | Compiling icu_normalizer_data v2.1.1 |
| 441 | 2026-05-07T16:34:43.696Z | Compiling icu_properties_data v2.1.2 |
| 442 | 2026-05-07T16:34:43.808Z | Compiling syn v2.0.117 |
| 443 | 2026-05-07T16:34:43.865Z | Compiling errno v0.3.14 |
| 444 | 2026-05-07T16:34:43.900Z | Compiling bitflags v2.11.0 |
| 445 | 2026-05-07T16:34:43.988Z | Compiling serde_json v1.0.149 |
| 446 | 2026-05-07T16:34:44.193Z | Compiling num-traits v0.2.19 |
| 447 | 2026-05-07T16:34:44.223Z | Compiling hashbrown v0.17.0 |
| 448 | 2026-05-07T16:34:44.389Z | Compiling pest_meta v2.8.6 |
| 449 | 2026-05-07T16:34:44.426Z | Compiling equivalent v1.0.2 |
| 450 | 2026-05-07T16:34:44.502Z | Compiling typeid v1.0.3 |
| 451 | 2026-05-07T16:34:44.517Z | Compiling smallvec v1.15.1 |
| 452 | 2026-05-07T16:34:44.761Z | Compiling indexmap v2.14.0 |
| 453 | 2026-05-07T16:34:44.806Z | Compiling thread-id v4.2.2 |
| 454 | 2026-05-07T16:34:44.822Z | Compiling proc-macro-error-attr v1.0.4 |
| 455 | 2026-05-07T16:34:44.888Z | Compiling usdt-impl v0.5.0 |
| 456 | 2026-05-07T16:34:44.957Z | Compiling toml_write v0.1.2 |
| 457 | 2026-05-07T16:34:45.002Z | Compiling erased-serde v0.4.9 |
| 458 | 2026-05-07T16:34:45.158Z | Compiling syn v1.0.109 |
| 459 | 2026-05-07T16:34:45.198Z | Compiling winnow v0.7.14 |
| 460 | 2026-05-07T16:34:45.507Z | Compiling proc-macro-error v1.0.4 |
| 461 | 2026-05-07T16:34:45.523Z | Compiling plain v0.2.3 |
| 462 | 2026-05-07T16:34:45.633Z | Compiling log v0.4.29 |
| 463 | 2026-05-07T16:34:45.691Z | Compiling camino v1.2.2 |
| 464 | 2026-05-07T16:34:45.816Z | Compiling percent-encoding v2.3.2 |
| 465 | 2026-05-07T16:34:46.003Z | Compiling thiserror v2.0.18 |
| 466 | 2026-05-07T16:34:46.030Z | Compiling utf8_iter v1.0.4 |
| 467 | 2026-05-07T16:34:46.030Z | Compiling utf8parse v0.2.2 |
| 468 | 2026-05-07T16:34:46.074Z | Compiling getrandom v0.4.1 |
| 469 | 2026-05-07T16:34:46.119Z | Compiling anstyle-parse v0.2.7 |
| 470 | 2026-05-07T16:34:46.182Z | Compiling form_urlencoded v1.2.2 |
| 471 | 2026-05-07T16:34:46.217Z | Compiling ordered-float v2.10.1 |
| 472 | 2026-05-07T16:34:46.421Z | Compiling terminal_size v0.4.3 |
| 473 | 2026-05-07T16:34:46.464Z | Compiling synstructure v0.13.2 |
| 474 | 2026-05-07T16:34:46.547Z | Compiling pest_generator v2.8.6 |
| 475 | 2026-05-07T16:34:46.677Z | Compiling colorchoice v1.0.4 |
| 476 | 2026-05-07T16:34:46.784Z | Compiling pretty-hex v0.4.1 |
| 477 | 2026-05-07T16:34:46.798Z | Compiling anstyle-query v1.1.5 |
| 478 | 2026-05-07T16:34:46.798Z | Compiling cfg-if v1.0.4 |
| 479 | 2026-05-07T16:34:46.848Z | Compiling anstyle v1.0.13 |
| 480 | 2026-05-07T16:34:46.872Z | Compiling is_terminal_polyfill v1.70.2 |
| 481 | 2026-05-07T16:34:46.954Z | Compiling serde-untagged v0.1.9 |
| 482 | 2026-05-07T16:34:47.038Z | Compiling anstream v0.6.21 |
| 483 | 2026-05-07T16:34:47.070Z | Compiling semver v1.0.28 |
| 484 | 2026-05-07T16:34:47.216Z | Compiling fs-err v3.3.0 |
| 485 | 2026-05-07T16:34:47.232Z | Compiling clap_lex v1.0.0 |
| 486 | 2026-05-07T16:34:47.343Z | Compiling heck v0.4.1 |
| 487 | 2026-05-07T16:34:47.388Z | Compiling unicode-width v0.1.14 |
| 488 | 2026-05-07T16:34:47.406Z | Compiling anyhow v1.0.102 |
| 489 | 2026-05-07T16:34:47.460Z | Compiling fastrand v2.3.0 |
| 490 | 2026-05-07T16:34:47.564Z | Compiling once_cell v1.21.3 |
| 491 | 2026-05-07T16:34:47.662Z | Compiling bytecount v0.6.9 |
| 492 | 2026-05-07T16:34:47.704Z | Compiling unicode-xid v0.2.6 |
| 493 | 2026-05-07T16:34:47.723Z | Compiling strsim v0.11.1 |
| 494 | 2026-05-07T16:34:47.723Z | Compiling fnv v1.0.7 |
| 495 | 2026-05-07T16:34:47.773Z | Compiling heck v0.5.0 |
| 496 | 2026-05-07T16:34:47.791Z | Compiling tempfile v3.25.0 |
| 497 | 2026-05-07T16:34:47.826Z | Compiling papergrid v0.11.0 |
| 498 | 2026-05-07T16:34:48.006Z | Compiling clap_builder v4.5.60 |
| 499 | 2026-05-07T16:34:48.067Z | Compiling memmap v0.7.0 |
| 500 | 2026-05-07T16:34:48.115Z | Compiling serde_derive v1.0.228 |
| 501 | 2026-05-07T16:34:48.146Z | Compiling zerofrom-derive v0.1.6 |
| 502 | 2026-05-07T16:34:48.162Z | Compiling yoke-derive v0.8.1 |
| 503 | 2026-05-07T16:34:48.241Z | Compiling zerovec-derive v0.11.2 |
| 504 | 2026-05-07T16:34:48.341Z | Compiling displaydoc v0.2.5 |
| 505 | 2026-05-07T16:34:49.103Z | Compiling thiserror-impl v1.0.69 |
| 506 | 2026-05-07T16:34:49.278Z | Compiling zerocopy-derive v0.7.35 |
| 507 | 2026-05-07T16:34:49.344Z | Compiling pest_derive v2.8.6 |
| 508 | 2026-05-07T16:34:49.359Z | Compiling scroll_derive v0.12.1 |
| 509 | 2026-05-07T16:34:49.557Z | Compiling zerofrom v0.1.6 |
| 510 | 2026-05-07T16:34:49.691Z | Compiling yoke v0.8.1 |
| 511 | 2026-05-07T16:34:49.768Z | Compiling thiserror-impl v2.0.18 |
| 512 | 2026-05-07T16:34:49.889Z | Compiling zerovec v0.11.5 |
| 513 | 2026-05-07T16:34:50.017Z | Compiling zerotrie v0.2.3 |
| 514 | 2026-05-07T16:34:50.140Z | Compiling zerocopy v0.7.35 |
| 515 | 2026-05-07T16:34:50.323Z | Compiling scroll v0.12.0 |
| 516 | 2026-05-07T16:34:50.364Z | Compiling tinystr v0.8.2 |
| 517 | 2026-05-07T16:34:50.523Z | Compiling potential_utf v0.1.4 |
| 518 | 2026-05-07T16:34:50.569Z | Compiling icu_locale_core v2.1.1 |
| 519 | 2026-05-07T16:34:50.591Z | Compiling dtrace-parser v0.2.0 |
| 520 | 2026-05-07T16:34:50.687Z | Compiling icu_collections v2.1.1 |
| 521 | 2026-05-07T16:34:50.687Z | Compiling goblin v0.8.2 |
| 522 | 2026-05-07T16:34:50.965Z | Compiling tabled_derive v0.7.0 |
| 523 | 2026-05-07T16:34:51.163Z | Compiling clap_derive v4.5.55 |
| 524 | 2026-05-07T16:34:51.216Z | Compiling icu_provider v2.1.1 |
| 525 | 2026-05-07T16:34:51.325Z | Compiling unicode-width v0.2.0 |
| 526 | 2026-05-07T16:34:51.450Z | Compiling icu_normalizer v2.1.1 |
| 527 | 2026-05-07T16:34:51.512Z | Compiling icu_properties v2.1.2 |
| 528 | 2026-05-07T16:34:51.528Z | Compiling toml_datetime v0.6.11 |
| 529 | 2026-05-07T16:34:51.543Z | Compiling serde_spanned v0.6.9 |
| 530 | 2026-05-07T16:34:51.598Z | Compiling dof v0.3.0 |
| 531 | 2026-05-07T16:34:51.688Z | Compiling serde_tokenstream v0.2.3 |
| 532 | 2026-05-07T16:34:51.786Z | Compiling toml_edit v0.22.27 |
| 533 | 2026-05-07T16:34:51.982Z | Compiling serde-value v0.7.0 |
| 534 | 2026-05-07T16:34:51.998Z | Compiling cargo-platform v0.2.0 |
| 535 | 2026-05-07T16:34:52.001Z | Compiling smawk v0.3.2 |
| 536 | 2026-05-07T16:34:52.149Z | Compiling unicode-linebreak v0.1.5 |
| 537 | 2026-05-07T16:34:52.265Z | Compiling tabled v0.15.0 |
| 538 | 2026-05-07T16:34:52.335Z | Compiling idna_adapter v1.2.1 |
| 539 | 2026-05-07T16:34:52.395Z | Compiling textwrap v0.16.2 |
| 540 | 2026-05-07T16:34:52.479Z | Compiling idna v1.1.0 |
| 541 | 2026-05-07T16:34:52.495Z | Compiling usdt-macro v0.5.0 |
| 542 | 2026-05-07T16:34:52.587Z | Compiling usdt-attr-macro v0.5.0 |
| 543 | 2026-05-07T16:34:52.853Z | Compiling url v2.5.8 |
| 544 | 2026-05-07T16:34:53.106Z | Compiling clap v4.5.60 |
| 545 | 2026-05-07T16:34:53.122Z | Compiling macaddr v1.0.1 |
| 546 | 2026-05-07T16:34:53.193Z | Compiling toml v0.8.23 |
| 547 | 2026-05-07T16:34:53.583Z | Compiling cargo-util-schemas v0.8.2 |
| 548 | 2026-05-07T16:34:53.611Z | Compiling usdt v0.5.0 |
| 549 | 2026-05-07T16:34:53.628Z | Compiling cargo_toml v0.21.0 |
| 550 | 2026-05-07T16:34:53.843Z | Compiling camino-tempfile v1.4.1 |
| 551 | 2026-05-07T16:34:53.865Z | Compiling swrite v0.1.0 |
| 552 | 2026-05-07T16:34:54.049Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 553 | 2026-05-07T16:34:54.530Z | Compiling cargo_metadata v0.21.0 |
| 554 | 2026-05-07T16:34:55.462Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 555 | 2026-05-07T16:34:57.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.63s |
| 556 | 2026-05-07T16:34:57.732Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 557 | 2026-05-07T16:34:58.288Z | Downloading crates ... |
| 558 | 2026-05-07T16:34:58.382Z | Downloaded base64ct v1.8.3 |
| 559 | 2026-05-07T16:34:58.385Z | Downloaded chacha20 v0.9.1 |
| 560 | 2026-05-07T16:34:58.393Z | Downloaded atomic-waker v1.1.2 |
| 561 | 2026-05-07T16:34:58.398Z | Downloaded bit-set v0.8.0 |
| 562 | 2026-05-07T16:34:58.401Z | Downloaded byte-wrapper v0.1.0 |
| 563 | 2026-05-07T16:34:58.401Z | Downloaded base16ct v0.2.0 |
| 564 | 2026-05-07T16:34:58.404Z | Downloaded crc32fast v1.5.0 |
| 565 | 2026-05-07T16:34:58.404Z | Downloaded atty v0.2.14 |
| 566 | 2026-05-07T16:34:58.404Z | Downloaded backoff v0.4.0 |
| 567 | 2026-05-07T16:34:58.407Z | Downloaded aead v0.5.2 |
| 568 | 2026-05-07T16:34:58.407Z | Downloaded display-error-chain v0.2.2 |
| 569 | 2026-05-07T16:34:58.409Z | Downloaded async-recursion v1.1.1 |
| 570 | 2026-05-07T16:34:58.410Z | Downloaded async-stream v0.3.6 |
| 571 | 2026-05-07T16:34:58.412Z | Downloaded adler2 v2.0.1 |
| 572 | 2026-05-07T16:34:58.415Z | Downloaded arc-swap v1.8.2 |
| 573 | 2026-05-07T16:34:58.418Z | Downloaded dropshot_endpoint v0.16.7 |
| 574 | 2026-05-07T16:34:58.418Z | Downloaded downcast-rs v2.0.2 |
| 575 | 2026-05-07T16:34:58.420Z | Downloaded diff v0.1.13 |
| 576 | 2026-05-07T16:34:58.420Z | Downloaded crypto-bigint v0.5.5 |
| 577 | 2026-05-07T16:34:58.425Z | Downloaded embedded-io v0.4.0 |
| 578 | 2026-05-07T16:34:58.427Z | Downloaded document-features v0.2.12 |
| 579 | 2026-05-07T16:34:58.427Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 580 | 2026-05-07T16:34:58.428Z | Downloaded async-trait v0.1.89 |
| 581 | 2026-05-07T16:34:58.430Z | Downloaded dirs-next v2.0.0 |
| 582 | 2026-05-07T16:34:58.430Z | Downloaded dsl_auto_type v0.2.0 |
| 583 | 2026-05-07T16:34:58.433Z | Downloaded arrayvec v0.7.6 |
| 584 | 2026-05-07T16:34:58.433Z | Downloaded derive-ex v0.1.8 |
| 585 | 2026-05-07T16:34:58.435Z | Downloaded critical-section v1.2.0 |
| 586 | 2026-05-07T16:34:58.436Z | Downloaded darling v0.23.0 |
| 587 | 2026-05-07T16:34:58.438Z | Downloaded dtrace-parser v0.3.0 |
| 588 | 2026-05-07T16:34:58.438Z | Downloaded bitfield-struct v0.6.2 |
| 589 | 2026-05-07T16:34:58.441Z | Downloaded difflib v0.4.0 |
| 590 | 2026-05-07T16:34:58.441Z | Downloaded ciborium-io v0.2.2 |
| 591 | 2026-05-07T16:34:58.441Z | Downloaded backon v1.6.0 |
| 592 | 2026-05-07T16:34:58.444Z | Downloaded dof v0.4.0 |
| 593 | 2026-05-07T16:34:58.444Z | Downloaded bb8 v0.8.6 |
| 594 | 2026-05-07T16:34:58.444Z | Downloaded async-stream-impl v0.3.6 |
| 595 | 2026-05-07T16:34:58.451Z | Downloaded dyn-clone v1.0.20 |
| 596 | 2026-05-07T16:34:58.451Z | Downloaded crc8 v0.1.1 |
| 597 | 2026-05-07T16:34:58.451Z | Downloaded arrayref v0.3.9 |
| 598 | 2026-05-07T16:34:58.454Z | Downloaded convert_case v0.4.0 |
| 599 | 2026-05-07T16:34:58.454Z | Downloaded compression-codecs v0.4.37 |
| 600 | 2026-05-07T16:34:58.454Z | Downloaded block-padding v0.3.3 |
| 601 | 2026-05-07T16:34:58.454Z | Downloaded debug-ignore v1.0.5 |
| 602 | 2026-05-07T16:34:58.454Z | Downloaded darling_macro v0.21.3 |
| 603 | 2026-05-07T16:34:58.454Z | Downloaded assert_matches v1.5.0 |
| 604 | 2026-05-07T16:34:58.454Z | Downloaded atomicwrites v0.4.4 |
| 605 | 2026-05-07T16:34:58.454Z | Downloaded flagset v0.4.7 |
| 606 | 2026-05-07T16:34:58.457Z | Downloaded crc v3.4.0 |
| 607 | 2026-05-07T16:34:58.457Z | Downloaded ascii-canvas v3.0.0 |
| 608 | 2026-05-07T16:34:58.460Z | Downloaded either v1.15.0 |
| 609 | 2026-05-07T16:34:58.460Z | Downloaded dropshot-api-manager v0.7.1 |
| 610 | 2026-05-07T16:34:58.463Z | Downloaded daft v0.1.5 |
| 611 | 2026-05-07T16:34:58.463Z | Downloaded endian-type v0.1.2 |
| 612 | 2026-05-07T16:34:58.465Z | Downloaded cfg_aliases v0.1.1 |
| 613 | 2026-05-07T16:34:58.465Z | Downloaded fd-lock v4.0.4 |
| 614 | 2026-05-07T16:34:58.470Z | Downloaded cargo-platform v0.1.9 |
| 615 | 2026-05-07T16:34:58.470Z | Downloaded darling_macro v0.20.11 |
| 616 | 2026-05-07T16:34:58.470Z | Downloaded crucible-workspace-hack v0.1.0 |
| 617 | 2026-05-07T16:34:58.473Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 618 | 2026-05-07T16:34:58.473Z | Downloaded crossbeam-utils v0.8.21 |
| 619 | 2026-05-07T16:34:58.473Z | Downloaded fallible-iterator v0.2.0 |
| 620 | 2026-05-07T16:34:58.473Z | Downloaded defmt v1.0.1 |
| 621 | 2026-05-07T16:34:58.476Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 622 | 2026-05-07T16:34:58.476Z | Downloaded darling v0.21.3 |
| 623 | 2026-05-07T16:34:58.479Z | Downloaded embedded-io v0.6.1 |
| 624 | 2026-05-07T16:34:58.482Z | Downloaded cexpr v0.6.0 |
| 625 | 2026-05-07T16:34:58.482Z | Downloaded cbc v0.1.2 |
| 626 | 2026-05-07T16:34:58.484Z | Downloaded derive_builder_core v0.20.2 |
| 627 | 2026-05-07T16:34:58.484Z | Downloaded dirs-sys-next v0.1.2 |
| 628 | 2026-05-07T16:34:58.484Z | Downloaded base64 v0.22.1 |
| 629 | 2026-05-07T16:34:58.487Z | Downloaded defmt v0.3.100 |
| 630 | 2026-05-07T16:34:58.490Z | Downloaded crossbeam-epoch v0.9.18 |
| 631 | 2026-05-07T16:34:58.493Z | Downloaded derive_more v0.99.20 |
| 632 | 2026-05-07T16:34:58.496Z | Downloaded cfg_aliases v0.2.1 |
| 633 | 2026-05-07T16:34:58.496Z | Downloaded array-init v0.0.4 |
| 634 | 2026-05-07T16:34:58.498Z | Downloaded ciborium-ll v0.2.2 |
| 635 | 2026-05-07T16:34:58.498Z | Downloaded foreign-types v0.5.0 |
| 636 | 2026-05-07T16:34:58.501Z | Downloaded env_filter v1.0.0 |
| 637 | 2026-05-07T16:34:58.501Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 638 | 2026-05-07T16:34:58.501Z | Downloaded cstr-argument v0.1.2 |
| 639 | 2026-05-07T16:34:58.501Z | Downloaded crc-catalog v2.4.0 |
| 640 | 2026-05-07T16:34:58.504Z | Downloaded cipher v0.4.4 |
| 641 | 2026-05-07T16:34:58.504Z | Downloaded foreign-types-macros v0.2.3 |
| 642 | 2026-05-07T16:34:58.507Z | Downloaded compression-core v0.4.31 |
| 643 | 2026-05-07T16:34:58.507Z | Downloaded futures-core v0.3.32 |
| 644 | 2026-05-07T16:34:58.507Z | Downloaded derive_builder_macro v0.20.2 |
| 645 | 2026-05-07T16:34:58.507Z | Downloaded funty v2.0.0 |
| 646 | 2026-05-07T16:34:58.509Z | Downloaded foreign-types-shared v0.3.1 |
| 647 | 2026-05-07T16:34:58.510Z | Downloaded foreign-types-shared v0.1.1 |
| 648 | 2026-05-07T16:34:58.510Z | Downloaded enum-as-inner v0.6.1 |
| 649 | 2026-05-07T16:34:58.510Z | Downloaded castaway v0.2.4 |
| 650 | 2026-05-07T16:34:58.512Z | Downloaded bitfield-macros v0.19.4 |
| 651 | 2026-05-07T16:34:58.512Z | Downloaded futures-task v0.3.32 |
| 652 | 2026-05-07T16:34:58.512Z | Downloaded float-ord v0.3.2 |
| 653 | 2026-05-07T16:34:58.515Z | Downloaded bit-set v0.5.3 |
| 654 | 2026-05-07T16:34:58.515Z | Downloaded daft-derive v0.1.5 |
| 655 | 2026-05-07T16:34:58.519Z | Downloaded const_format_proc_macros v0.2.34 |
| 656 | 2026-05-07T16:34:58.519Z | Downloaded dunce v1.0.5 |
| 657 | 2026-05-07T16:34:58.521Z | Downloaded erased-serde v0.3.31 |
| 658 | 2026-05-07T16:34:58.521Z | Downloaded cpufeatures v0.3.0 |
| 659 | 2026-05-07T16:34:58.522Z | Downloaded cmake v0.1.57 |
| 660 | 2026-05-07T16:34:58.524Z | Downloaded crunchy v0.2.4 |
| 661 | 2026-05-07T16:34:58.524Z | Downloaded darling_macro v0.23.0 |
| 662 | 2026-05-07T16:34:58.524Z | Downloaded futures-sink v0.3.32 |
| 663 | 2026-05-07T16:34:58.524Z | Downloaded futures-macro v0.3.32 |
| 664 | 2026-05-07T16:34:58.527Z | Downloaded foreign-types v0.3.2 |
| 665 | 2026-05-07T16:34:58.527Z | Downloaded corncobs v0.1.4 |
| 666 | 2026-05-07T16:34:58.527Z | Downloaded futures-io v0.3.32 |
| 667 | 2026-05-07T16:34:58.527Z | Downloaded cargo_metadata v0.19.2 |
| 668 | 2026-05-07T16:34:58.530Z | Downloaded bcs v0.1.6 |
| 669 | 2026-05-07T16:34:58.530Z | Downloaded bitfield v0.19.4 |
| 670 | 2026-05-07T16:34:58.533Z | Downloaded ghash v0.5.1 |
| 671 | 2026-05-07T16:34:58.533Z | Downloaded float-cmp v0.10.0 |
| 672 | 2026-05-07T16:34:58.533Z | Downloaded constant_time_eq v0.4.2 |
| 673 | 2026-05-07T16:34:58.533Z | Downloaded argon2 v0.5.3 |
| 674 | 2026-05-07T16:34:58.538Z | Downloaded cassowary v0.3.0 |
| 675 | 2026-05-07T16:34:58.538Z | Downloaded allocator-api2 v0.2.21 |
| 676 | 2026-05-07T16:34:58.542Z | Downloaded defmt-parser v1.0.0 |
| 677 | 2026-05-07T16:34:58.542Z | Downloaded fixedbitset v0.4.2 |
| 678 | 2026-05-07T16:34:58.542Z | Downloaded buf-list v1.1.2 |
| 679 | 2026-05-07T16:34:58.544Z | Downloaded git-stub v1.0.0 |
| 680 | 2026-05-07T16:34:58.544Z | Downloaded gethostname v0.5.0 |
| 681 | 2026-05-07T16:34:58.544Z | Downloaded ena v0.14.4 |
| 682 | 2026-05-07T16:34:58.544Z | Downloaded dropshot_endpoint v0.17.0 |
| 683 | 2026-05-07T16:34:58.547Z | Downloaded ed25519 v2.2.3 |
| 684 | 2026-05-07T16:34:58.550Z | Downloaded fxhash v0.2.1 |
| 685 | 2026-05-07T16:34:58.550Z | Downloaded hash32 v0.2.1 |
| 686 | 2026-05-07T16:34:58.552Z | Downloaded headers-core v0.3.0 |
| 687 | 2026-05-07T16:34:58.552Z | Downloaded hash32 v0.3.1 |
| 688 | 2026-05-07T16:34:58.555Z | Downloaded async-compression v0.4.41 |
| 689 | 2026-05-07T16:34:58.558Z | Downloaded cobs v0.3.0 |
| 690 | 2026-05-07T16:34:58.561Z | Downloaded bit-vec v0.6.3 |
| 691 | 2026-05-07T16:34:58.561Z | Downloaded home v0.5.12 |
| 692 | 2026-05-07T16:34:58.563Z | Downloaded hostname v0.4.2 |
| 693 | 2026-05-07T16:34:58.563Z | Downloaded hex-literal v0.4.1 |
| 694 | 2026-05-07T16:34:58.567Z | Downloaded deranged v0.5.8 |
| 695 | 2026-05-07T16:34:58.569Z | Downloaded fixedbitset v0.5.7 |
| 696 | 2026-05-07T16:34:58.572Z | Downloaded csv-core v0.1.13 |
| 697 | 2026-05-07T16:34:58.572Z | Downloaded blowfish v0.9.1 |
| 698 | 2026-05-07T16:34:58.572Z | Downloaded data-encoding v2.10.0 |
| 699 | 2026-05-07T16:34:58.572Z | Downloaded futures-executor v0.3.32 |
| 700 | 2026-05-07T16:34:58.575Z | Downloaded fs-err v2.11.0 |
| 701 | 2026-05-07T16:34:58.575Z | Downloaded httpdate v1.0.3 |
| 702 | 2026-05-07T16:34:58.577Z | Downloaded http-body v1.0.1 |
| 703 | 2026-05-07T16:34:58.577Z | Downloaded hostname v0.3.1 |
| 704 | 2026-05-07T16:34:58.577Z | Downloaded foldhash v0.1.5 |
| 705 | 2026-05-07T16:34:58.581Z | Downloaded hubpack_derive v0.1.1 |
| 706 | 2026-05-07T16:34:58.581Z | Downloaded hubpack v0.1.2 |
| 707 | 2026-05-07T16:34:58.581Z | Downloaded http-range v0.1.5 |
| 708 | 2026-05-07T16:34:58.581Z | Downloaded cookie_store v0.22.1 |
| 709 | 2026-05-07T16:34:58.583Z | Downloaded hyper-tls v0.6.0 |
| 710 | 2026-05-07T16:34:58.584Z | Downloaded cookie v0.18.1 |
| 711 | 2026-05-07T16:34:58.586Z | Downloaded colored v2.2.0 |
| 712 | 2026-05-07T16:34:58.586Z | Downloaded ciborium v0.2.2 |
| 713 | 2026-05-07T16:34:58.589Z | Downloaded chacha20 v0.10.0 |
| 714 | 2026-05-07T16:34:58.589Z | Downloaded inout v0.1.4 |
| 715 | 2026-05-07T16:34:58.592Z | Downloaded darling v0.20.11 |
| 716 | 2026-05-07T16:34:58.595Z | Downloaded env_logger v0.11.9 |
| 717 | 2026-05-07T16:34:58.595Z | Downloaded is_ci v1.2.0 |
| 718 | 2026-05-07T16:34:58.595Z | Downloaded globwalk v0.9.1 |
| 719 | 2026-05-07T16:34:58.598Z | Downloaded ecdsa v0.16.9 |
| 720 | 2026-05-07T16:34:58.598Z | Downloaded diesel-dtrace v0.5.0 |
| 721 | 2026-05-07T16:34:58.601Z | Downloaded glob v0.3.3 |
| 722 | 2026-05-07T16:34:58.601Z | Downloaded der_derive v0.7.3 |
| 723 | 2026-05-07T16:34:58.601Z | Downloaded base64 v0.21.7 |
| 724 | 2026-05-07T16:34:58.604Z | Downloaded hex v0.4.3 |
| 725 | 2026-05-07T16:34:58.604Z | Downloaded console v0.15.11 |
| 726 | 2026-05-07T16:34:58.607Z | Downloaded find-msvc-tools v0.1.9 |
| 727 | 2026-05-07T16:34:58.607Z | Downloaded ident_case v1.0.1 |
| 728 | 2026-05-07T16:34:58.607Z | Downloaded crossbeam-deque v0.8.6 |
| 729 | 2026-05-07T16:34:58.609Z | Downloaded is-terminal v0.4.17 |
| 730 | 2026-05-07T16:34:58.609Z | Downloaded clang-sys v1.8.1 |
| 731 | 2026-05-07T16:34:58.612Z | Downloaded blake2 v0.10.6 |
| 732 | 2026-05-07T16:34:58.612Z | Downloaded async-bb8-diesel v0.2.1 |
| 733 | 2026-05-07T16:34:58.615Z | Downloaded elliptic-curve v0.13.8 |
| 734 | 2026-05-07T16:34:58.618Z | Downloaded keccak v0.1.6 |
| 735 | 2026-05-07T16:34:58.618Z | Downloaded convert_case v0.10.0 |
| 736 | 2026-05-07T16:34:58.618Z | Downloaded internet-checksum v0.2.1 |
| 737 | 2026-05-07T16:34:58.620Z | Downloaded instant v0.1.13 |
| 738 | 2026-05-07T16:34:58.620Z | Downloaded instability v0.3.11 |
| 739 | 2026-05-07T16:34:58.620Z | Downloaded globset v0.4.18 |
| 740 | 2026-05-07T16:34:58.623Z | Downloaded group v0.13.0 |
| 741 | 2026-05-07T16:34:58.623Z | Downloaded kstat-rs v0.2.4 |
| 742 | 2026-05-07T16:34:58.626Z | Downloaded highway v1.3.0 |
| 743 | 2026-05-07T16:34:58.626Z | Downloaded git-stub-vcs v0.1.0 |
| 744 | 2026-05-07T16:34:58.626Z | Downloaded lazy_static v1.5.0 |
| 745 | 2026-05-07T16:34:58.629Z | Downloaded lalrpop-util v0.19.12 |
| 746 | 2026-05-07T16:34:58.629Z | Downloaded defmt-macros v1.0.1 |
| 747 | 2026-05-07T16:34:58.631Z | Downloaded libscf-sys v1.1.0 |
| 748 | 2026-05-07T16:34:58.631Z | Downloaded bzip2 v0.6.1 |
| 749 | 2026-05-07T16:34:58.631Z | Downloaded des v0.8.1 |
| 750 | 2026-05-07T16:34:58.634Z | Downloaded crossbeam-channel v0.5.15 |
| 751 | 2026-05-07T16:34:58.637Z | Downloaded cancel-safe-futures v0.1.5 |
| 752 | 2026-05-07T16:34:58.637Z | Downloaded fs_extra v1.3.0 |
| 753 | 2026-05-07T16:34:58.640Z | Downloaded bitflags v1.3.2 |
| 754 | 2026-05-07T16:34:58.640Z | Downloaded linked-hash-map v0.5.6 |
| 755 | 2026-05-07T16:34:58.642Z | Downloaded humantime v2.3.0 |
| 756 | 2026-05-07T16:34:58.643Z | Downloaded http-body-util v0.1.3 |
| 757 | 2026-05-07T16:34:58.643Z | Downloaded match_cfg v0.1.0 |
| 758 | 2026-05-07T16:34:58.645Z | Downloaded lru-cache v0.1.2 |
| 759 | 2026-05-07T16:34:58.645Z | Downloaded lru-slab v0.1.2 |
| 760 | 2026-05-07T16:34:58.645Z | Downloaded maplit v1.0.2 |
| 761 | 2026-05-07T16:34:58.645Z | Downloaded managed v0.8.0 |
| 762 | 2026-05-07T16:34:58.648Z | Downloaded foldhash v0.2.0 |
| 763 | 2026-05-07T16:34:58.648Z | Downloaded bzip2 v0.4.4 |
| 764 | 2026-05-07T16:34:58.651Z | Downloaded memoffset v0.9.1 |
| 765 | 2026-05-07T16:34:58.651Z | Downloaded md-5 v0.10.6 |
| 766 | 2026-05-07T16:34:58.651Z | Downloaded lzss v0.8.2 |
| 767 | 2026-05-07T16:34:58.653Z | Downloaded lru v0.12.5 |
| 768 | 2026-05-07T16:34:58.653Z | Downloaded bit-vec v0.8.0 |
| 769 | 2026-05-07T16:34:58.653Z | Downloaded const-oid v0.9.6 |
| 770 | 2026-05-07T16:34:58.656Z | Downloaded console v0.16.2 |
| 771 | 2026-05-07T16:34:58.656Z | Downloaded filetime v0.2.27 |
| 772 | 2026-05-07T16:34:58.659Z | Downloaded md5 v0.7.0 |
| 773 | 2026-05-07T16:34:58.659Z | Downloaded mime v0.3.17 |
| 774 | 2026-05-07T16:34:58.659Z | Downloaded indent_write v2.2.0 |
| 775 | 2026-05-07T16:34:58.659Z | Downloaded ctr v0.9.2 |
| 776 | 2026-05-07T16:34:58.662Z | Downloaded camino-tempfile-ext v0.3.3 |
| 777 | 2026-05-07T16:34:58.662Z | Downloaded getrandom v0.2.17 |
| 778 | 2026-05-07T16:34:58.665Z | Downloaded ff v0.13.1 |
| 779 | 2026-05-07T16:34:58.665Z | Downloaded ipnet v2.11.0 |
| 780 | 2026-05-07T16:34:58.667Z | Downloaded futures-channel v0.3.32 |
| 781 | 2026-05-07T16:34:58.667Z | Downloaded derive-where v1.6.0 |
| 782 | 2026-05-07T16:34:58.670Z | Downloaded ingot v0.1.1 |
| 783 | 2026-05-07T16:34:58.670Z | Downloaded half v1.8.3 |
| 784 | 2026-05-07T16:34:58.673Z | Downloaded indoc v2.0.7 |
| 785 | 2026-05-07T16:34:58.676Z | Downloaded newline-converter v0.3.0 |
| 786 | 2026-05-07T16:34:58.676Z | Downloaded new_debug_unreachable v1.0.6 |
| 787 | 2026-05-07T16:34:58.676Z | Downloaded crc-any v2.5.0 |
| 788 | 2026-05-07T16:34:58.679Z | Downloaded const_format v0.2.35 |
| 789 | 2026-05-07T16:34:58.679Z | Downloaded nibble_vec v0.1.0 |
| 790 | 2026-05-07T16:34:58.682Z | Downloaded newtype_derive v0.1.6 |
| 791 | 2026-05-07T16:34:58.682Z | Downloaded newtype-uuid-macros v0.1.0 |
| 792 | 2026-05-07T16:34:58.682Z | Downloaded ahash v0.8.12 |
| 793 | 2026-05-07T16:34:58.685Z | Downloaded jobserver v0.1.34 |
| 794 | 2026-05-07T16:34:58.685Z | Downloaded chacha20poly1305 v0.10.1 |
| 795 | 2026-05-07T16:34:58.688Z | Downloaded multimap v0.10.1 |
| 796 | 2026-05-07T16:34:58.688Z | Downloaded libefi-sys v0.1.0 |
| 797 | 2026-05-07T16:34:58.688Z | Downloaded ipnetwork v0.21.1 |
| 798 | 2026-05-07T16:34:58.691Z | Downloaded derive_builder v0.20.2 |
| 799 | 2026-05-07T16:34:58.693Z | Downloaded num-derive v0.3.3 |
| 800 | 2026-05-07T16:34:58.693Z | Downloaded normalize-line-endings v0.3.0 |
| 801 | 2026-05-07T16:34:58.694Z | Downloaded num-conv v0.2.0 |
| 802 | 2026-05-07T16:34:58.697Z | Downloaded nonempty v0.12.0 |
| 803 | 2026-05-07T16:34:58.697Z | Downloaded num v0.4.3 |
| 804 | 2026-05-07T16:34:58.697Z | Downloaded nodrop v0.1.14 |
| 805 | 2026-05-07T16:34:58.700Z | Downloaded num-iter v0.1.45 |
| 806 | 2026-05-07T16:34:58.700Z | Downloaded libsw-core v0.3.2 |
| 807 | 2026-05-07T16:34:58.700Z | Downloaded hmac v0.12.1 |
| 808 | 2026-05-07T16:34:58.703Z | Downloaded maybe-uninit v2.0.0 |
| 809 | 2026-05-07T16:34:58.703Z | Downloaded fatfs v0.3.6 |
| 810 | 2026-05-07T16:34:58.703Z | Downloaded hyper-rustls v0.27.7 |
| 811 | 2026-05-07T16:34:58.706Z | Downloaded linear-map v1.2.0 |
| 812 | 2026-05-07T16:34:58.706Z | Downloaded libsw v3.5.0 |
| 813 | 2026-05-07T16:34:58.709Z | Downloaded libloading v0.8.9 |
| 814 | 2026-05-07T16:34:58.709Z | Downloaded openssl-probe v0.2.1 |
| 815 | 2026-05-07T16:34:58.709Z | Downloaded opaque-debug v0.3.1 |
| 816 | 2026-05-07T16:34:58.712Z | Downloaded olpc-cjson v0.1.4 |
| 817 | 2026-05-07T16:34:58.712Z | Downloaded openssl-probe v0.1.6 |
| 818 | 2026-05-07T16:34:58.712Z | Downloaded openssl-macros v0.1.1 |
| 819 | 2026-05-07T16:34:58.713Z | Downloaded num_threads v0.1.7 |
| 820 | 2026-05-07T16:34:58.715Z | Downloaded flume v0.11.1 |
| 821 | 2026-05-07T16:34:58.715Z | Downloaded hyper-staticfile v0.10.1 |
| 822 | 2026-05-07T16:34:58.718Z | Downloaded num_enum_derive v0.5.11 |
| 823 | 2026-05-07T16:34:58.718Z | Downloaded bytes v1.11.1 |
| 824 | 2026-05-07T16:34:58.721Z | Downloaded mime_guess v2.0.5 |
| 825 | 2026-05-07T16:34:58.721Z | Downloaded iana-time-zone v0.1.65 |
| 826 | 2026-05-07T16:34:58.724Z | Downloaded futures v0.3.32 |
| 827 | 2026-05-07T16:34:58.727Z | Downloaded drift v0.1.3 |
| 828 | 2026-05-07T16:34:58.729Z | Downloaded lock_api v0.4.14 |
| 829 | 2026-05-07T16:34:58.732Z | Downloaded half v2.7.1 |
| 830 | 2026-05-07T16:34:58.732Z | Downloaded ingot-types v0.1.2 |
| 831 | 2026-05-07T16:34:58.736Z | Downloaded indoc v1.0.9 |
| 832 | 2026-05-07T16:34:58.736Z | Downloaded oso-derive v0.27.3 |
| 833 | 2026-05-07T16:34:58.736Z | Downloaded parse-size v1.1.0 |
| 834 | 2026-05-07T16:34:58.739Z | Downloaded ingot-macros v0.1.1 |
| 835 | 2026-05-07T16:34:58.739Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 836 | 2026-05-07T16:34:58.739Z | Downloaded pbkdf2 v0.12.2 |
| 837 | 2026-05-07T16:34:58.742Z | Downloaded pbkdf2 v0.11.0 |
| 838 | 2026-05-07T16:34:58.742Z | Downloaded parse-display v0.10.0 |
| 839 | 2026-05-07T16:34:58.742Z | Downloaded ed25519-dalek v2.2.0 |
| 840 | 2026-05-07T16:34:58.745Z | Downloaded colored v3.1.1 |
| 841 | 2026-05-07T16:34:58.747Z | Downloaded peg-runtime v0.8.5 |
| 842 | 2026-05-07T16:34:58.748Z | Downloaded path-slash v0.1.5 |
| 843 | 2026-05-07T16:34:58.748Z | Downloaded newtype-uuid v1.3.2 |
| 844 | 2026-05-07T16:34:58.748Z | Downloaded multer v3.1.0 |
| 845 | 2026-05-07T16:34:58.750Z | Downloaded nanorand v0.7.0 |
| 846 | 2026-05-07T16:34:58.758Z | Downloaded nu-ansi-term v0.50.3 |
| 847 | 2026-05-07T16:34:58.761Z | Downloaded num-derive v0.4.2 |
| 848 | 2026-05-07T16:34:58.764Z | Downloaded num-integer v0.1.46 |
| 849 | 2026-05-07T16:34:58.766Z | Downloaded litrs v1.0.0 |
| 850 | 2026-05-07T16:34:58.769Z | Downloaded compact_str v0.8.1 |
| 851 | 2026-05-07T16:34:58.772Z | Downloaded pin-utils v0.1.0 |
| 852 | 2026-05-07T16:34:58.772Z | Downloaded crossterm v0.28.1 |
| 853 | 2026-05-07T16:34:58.775Z | Downloaded phf_shared v0.12.1 |
| 854 | 2026-05-07T16:34:58.778Z | Downloaded darling_core v0.21.3 |
| 855 | 2026-05-07T16:34:58.781Z | Downloaded num_enum v0.7.5 |
| 856 | 2026-05-07T16:34:58.783Z | Downloaded owo-colors v4.3.0 |
| 857 | 2026-05-07T16:34:58.783Z | Downloaded getrandom v0.3.4 |
| 858 | 2026-05-07T16:34:58.786Z | Downloaded indexmap v1.9.3 |
| 859 | 2026-05-07T16:34:58.786Z | Downloaded bumpalo v3.20.2 |
| 860 | 2026-05-07T16:34:58.789Z | Downloaded oxide-tokio-rt v0.1.4 |
| 861 | 2026-05-07T16:34:58.792Z | Downloaded num_enum_derive v0.7.5 |
| 862 | 2026-05-07T16:34:58.792Z | Downloaded num_enum v0.5.11 |
| 863 | 2026-05-07T16:34:58.795Z | Downloaded predicates-core v1.0.10 |
| 864 | 2026-05-07T16:34:58.795Z | Downloaded precomputed-hash v0.1.1 |
| 865 | 2026-05-07T16:34:58.795Z | Downloaded powerfmt v0.2.0 |
| 866 | 2026-05-07T16:34:58.799Z | Downloaded num-rational v0.4.2 |
| 867 | 2026-05-07T16:34:58.799Z | Downloaded num-complex v0.4.6 |
| 868 | 2026-05-07T16:34:58.799Z | Downloaded darling_core v0.20.11 |
| 869 | 2026-05-07T16:34:58.814Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 870 | 2026-05-07T16:34:58.816Z | Downloaded der v0.7.10 |
| 871 | 2026-05-07T16:34:58.819Z | Downloaded proc-macro-crate v1.3.1 |
| 872 | 2026-05-07T16:34:58.819Z | Downloaded predicates-tree v1.0.13 |
| 873 | 2026-05-07T16:34:58.819Z | Downloaded peg v0.8.5 |
| 874 | 2026-05-07T16:34:58.822Z | Downloaded progenitor-macro v0.13.0 |
| 875 | 2026-05-07T16:34:58.822Z | Downloaded progenitor-macro v0.11.2 |
| 876 | 2026-05-07T16:34:58.825Z | Downloaded progenitor-macro v0.10.0 |
| 877 | 2026-05-07T16:34:58.825Z | Downloaded progenitor-client v0.11.2 |
| 878 | 2026-05-07T16:34:58.825Z | Downloaded progenitor-client v0.10.0 |
| 879 | 2026-05-07T16:34:58.825Z | Downloaded proc-macro-crate v3.4.0 |
| 880 | 2026-05-07T16:34:58.827Z | Downloaded paste v1.0.15 |
| 881 | 2026-05-07T16:34:58.827Z | Downloaded libbz2-rs-sys v0.2.2 |
| 882 | 2026-05-07T16:34:58.830Z | Downloaded password-hash v0.5.0 |
| 883 | 2026-05-07T16:34:58.830Z | Downloaded heapless v0.8.0 |
| 884 | 2026-05-07T16:34:58.833Z | Downloaded password-hash v0.4.2 |
| 885 | 2026-05-07T16:34:58.836Z | Downloaded parse-display-derive v0.10.0 |
| 886 | 2026-05-07T16:34:58.836Z | Downloaded heapless v0.7.17 |
| 887 | 2026-05-07T16:34:58.838Z | Downloaded psl-types v2.0.11 |
| 888 | 2026-05-07T16:34:58.839Z | Downloaded pem-rfc7468 v0.7.0 |
| 889 | 2026-05-07T16:34:58.839Z | Downloaded cc v1.2.56 |
| 890 | 2026-05-07T16:34:58.841Z | Downloaded headers v0.4.1 |
| 891 | 2026-05-07T16:34:58.844Z | Downloaded quick-error v1.2.3 |
| 892 | 2026-05-07T16:34:58.847Z | Downloaded phf_shared v0.13.1 |
| 893 | 2026-05-07T16:34:58.847Z | Downloaded phf v0.13.1 |
| 894 | 2026-05-07T16:34:58.847Z | Downloaded phf v0.12.1 |
| 895 | 2026-05-07T16:34:58.849Z | Downloaded peg-macros v0.8.5 |
| 896 | 2026-05-07T16:34:58.849Z | Downloaded rand_chacha v0.3.1 |
| 897 | 2026-05-07T16:34:58.850Z | Downloaded pin-project-internal v1.1.11 |
| 898 | 2026-05-07T16:34:58.852Z | Downloaded httparse v1.10.1 |
| 899 | 2026-05-07T16:34:58.853Z | Downloaded parking_lot_core v0.8.6 |
| 900 | 2026-05-07T16:34:58.855Z | Downloaded packed_struct_codegen v0.10.1 |
| 901 | 2026-05-07T16:34:58.855Z | Downloaded ignore v0.4.25 |
| 902 | 2026-05-07T16:34:58.858Z | Downloaded polyval v0.6.2 |
| 903 | 2026-05-07T16:34:58.858Z | Downloaded poly1305 v0.8.0 |
| 904 | 2026-05-07T16:34:58.861Z | Downloaded pkg-config v0.3.32 |
| 905 | 2026-05-07T16:34:58.861Z | Downloaded packed_struct v0.10.1 |
| 906 | 2026-05-07T16:34:58.861Z | Downloaded pkcs8 v0.10.2 |
| 907 | 2026-05-07T16:34:58.864Z | Downloaded radium v0.7.0 |
| 908 | 2026-05-07T16:34:58.864Z | Downloaded oxnet v0.1.4 |
| 909 | 2026-05-07T16:34:58.867Z | Downloaded native-tls v0.2.18 |
| 910 | 2026-05-07T16:34:58.867Z | Downloaded memmap2 v0.9.10 |
| 911 | 2026-05-07T16:34:58.867Z | Downloaded derive_more-impl v2.1.1 |
| 912 | 2026-05-07T16:34:58.870Z | Downloaded rand_xorshift v0.4.0 |
| 913 | 2026-05-07T16:34:58.873Z | Downloaded postgres-protocol v0.6.10 |
| 914 | 2026-05-07T16:34:58.873Z | Downloaded derive_more v2.1.1 |
| 915 | 2026-05-07T16:34:58.878Z | Downloaded ref-cast v1.0.25 |
| 916 | 2026-05-07T16:34:58.881Z | Downloaded parking_lot_core v0.9.12 |
| 917 | 2026-05-07T16:34:58.883Z | Downloaded parking_lot v0.11.2 |
| 918 | 2026-05-07T16:34:58.883Z | Downloaded progenitor-macro v0.14.0 |
| 919 | 2026-05-07T16:34:58.883Z | Downloaded progenitor-client v0.14.0 |
| 920 | 2026-05-07T16:34:58.886Z | Downloaded progenitor v0.13.0 |
| 921 | 2026-05-07T16:34:58.886Z | Downloaded proc-macro-error2 v2.0.1 |
| 922 | 2026-05-07T16:34:58.889Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 923 | 2026-05-07T16:34:58.889Z | Downloaded primeorder v0.13.6 |
| 924 | 2026-05-07T16:34:58.889Z | Downloaded ppv-lite86 v0.2.21 |
| 925 | 2026-05-07T16:34:58.892Z | Downloaded rfc6979 v0.4.0 |
| 926 | 2026-05-07T16:34:58.892Z | Downloaded flate2 v1.1.9 |
| 927 | 2026-05-07T16:34:58.894Z | Downloaded progenitor v0.14.0 |
| 928 | 2026-05-07T16:34:58.894Z | Downloaded hickory-resolver v0.24.4 |
| 929 | 2026-05-07T16:34:58.899Z | Downloaded progenitor v0.11.2 |
| 930 | 2026-05-07T16:34:58.901Z | Downloaded progenitor v0.10.0 |
| 931 | 2026-05-07T16:34:58.901Z | Downloaded parking_lot v0.12.5 |
| 932 | 2026-05-07T16:34:58.901Z | Downloaded ref-cast-impl v1.0.25 |
| 933 | 2026-05-07T16:34:58.904Z | Downloaded recursive v0.1.1 |
| 934 | 2026-05-07T16:34:58.904Z | Downloaded darling_core v0.23.0 |
| 935 | 2026-05-07T16:34:58.907Z | Downloaded phf_shared v0.11.3 |
| 936 | 2026-05-07T16:34:58.907Z | Downloaded hickory-resolver v0.25.2 |
| 937 | 2026-05-07T16:34:58.909Z | Downloaded psm v0.1.30 |
| 938 | 2026-05-07T16:34:58.912Z | Downloaded ar_archive_writer v0.5.1 |
| 939 | 2026-05-07T16:34:58.915Z | Downloaded rand_chacha v0.9.0 |
| 940 | 2026-05-07T16:34:58.915Z | Downloaded pin-project-lite v0.2.17 |
| 941 | 2026-05-07T16:34:58.918Z | Downloaded rtoolbox v0.0.3 |
| 942 | 2026-05-07T16:34:58.932Z | Downloaded rand_seeder v0.4.0 |
| 943 | 2026-05-07T16:34:58.935Z | Downloaded rustc_version v0.4.1 |
| 944 | 2026-05-07T16:34:58.935Z | Downloaded rustc_version v0.1.7 |
| 945 | 2026-05-07T16:34:58.938Z | Downloaded indicatif v0.18.4 |
| 946 | 2026-05-07T16:34:58.943Z | Downloaded rand_core v0.10.0 |
| 947 | 2026-05-07T16:34:58.943Z | Downloaded rustc-hash v2.1.1 |
| 948 | 2026-05-07T16:34:58.943Z | Downloaded oso v0.27.3 |
| 949 | 2026-05-07T16:34:58.945Z | Downloaded papergrid v0.17.0 |
| 950 | 2026-05-07T16:34:58.948Z | Downloaded predicates v3.1.4 |
| 951 | 2026-05-07T16:34:58.948Z | Downloaded russh-cryptovec v0.7.3 |
| 952 | 2026-05-07T16:34:58.949Z | Downloaded postgres-types v0.2.12 |
| 953 | 2026-05-07T16:34:58.951Z | Downloaded scheduled-thread-pool v0.2.7 |
| 954 | 2026-05-07T16:34:58.951Z | Downloaded scopeguard v1.2.0 |
| 955 | 2026-05-07T16:34:58.954Z | Downloaded progenitor-client v0.13.0 |
| 956 | 2026-05-07T16:34:58.954Z | Downloaded pem v3.0.6 |
| 957 | 2026-05-07T16:34:58.954Z | Downloaded miniz_oxide v0.8.9 |
| 958 | 2026-05-07T16:34:58.959Z | Downloaded salsa20 v0.10.2 |
| 959 | 2026-05-07T16:34:58.960Z | Downloaded rand_core v0.6.4 |
| 960 | 2026-05-07T16:34:58.960Z | Downloaded r2d2 v0.8.10 |
| 961 | 2026-05-07T16:34:58.960Z | Downloaded postcard v1.1.3 |
| 962 | 2026-05-07T16:34:58.963Z | Downloaded progenitor-extras v0.2.0 |
| 963 | 2026-05-07T16:34:58.963Z | Downloaded pkcs5 v0.7.1 |
| 964 | 2026-05-07T16:34:58.966Z | Downloaded pkcs1 v0.7.5 |
| 965 | 2026-05-07T16:34:58.966Z | Downloaded secrecy v0.10.3 |
| 966 | 2026-05-07T16:34:58.966Z | Downloaded secrecy v0.8.0 |
| 967 | 2026-05-07T16:34:58.970Z | Downloaded scrypt v0.11.0 |
| 968 | 2026-05-07T16:34:58.970Z | Downloaded seq-macro v0.3.6 |
| 969 | 2026-05-07T16:34:58.970Z | Downloaded semver v0.1.20 |
| 970 | 2026-05-07T16:34:58.970Z | Downloaded http v1.4.0 |
| 971 | 2026-05-07T16:34:58.973Z | Downloaded hashbrown v0.12.3 |
| 972 | 2026-05-07T16:34:58.977Z | Downloaded omicron-zone-package v0.12.2 |
| 973 | 2026-05-07T16:34:58.980Z | Downloaded resolv-conf v0.7.6 |
| 974 | 2026-05-07T16:34:58.985Z | Downloaded serde-big-array v0.5.1 |
| 975 | 2026-05-07T16:34:58.988Z | Downloaded serde_spanned v1.0.4 |
| 976 | 2026-05-07T16:34:58.988Z | Downloaded rustls-pemfile v2.2.0 |
| 977 | 2026-05-07T16:34:58.991Z | Downloaded rustls-pemfile v1.0.4 |
| 978 | 2026-05-07T16:34:58.991Z | Downloaded pin-project v1.1.11 |
| 979 | 2026-05-07T16:34:58.997Z | Downloaded shell-words v1.1.1 |
| 980 | 2026-05-07T16:34:59.000Z | Downloaded rand_core v0.9.5 |
| 981 | 2026-05-07T16:34:59.000Z | Downloaded quinn-udp v0.5.14 |
| 982 | 2026-05-07T16:34:59.003Z | Downloaded rusty-fork v0.3.1 |
| 983 | 2026-05-07T16:34:59.006Z | Downloaded rustversion v1.0.22 |
| 984 | 2026-05-07T16:34:59.009Z | Downloaded serde_plain v1.0.2 |
| 985 | 2026-05-07T16:34:59.009Z | Downloaded serde_urlencoded v0.7.1 |
| 986 | 2026-05-07T16:34:59.009Z | Downloaded serde_repr v0.1.20 |
| 987 | 2026-05-07T16:34:59.012Z | Downloaded p256 v0.13.2 |
| 988 | 2026-05-07T16:34:59.014Z | Downloaded openssl-sys v0.9.114 |
| 989 | 2026-05-07T16:34:59.017Z | Downloaded signal-hook-tokio v0.3.1 |
| 990 | 2026-05-07T16:34:59.017Z | Downloaded signal-hook-mio v0.2.5 |
| 991 | 2026-05-07T16:34:59.020Z | Downloaded sha1 v0.10.6 |
| 992 | 2026-05-07T16:34:59.020Z | Downloaded expectorate v1.2.0 |
| 993 | 2026-05-07T16:34:59.020Z | Downloaded diesel_derives v2.3.7 |
| 994 | 2026-05-07T16:34:59.023Z | Downloaded siphasher v1.0.2 |
| 995 | 2026-05-07T16:34:59.026Z | Downloaded hashbrown v0.13.2 |
| 996 | 2026-05-07T16:34:59.029Z | Downloaded aes v0.8.4 |
| 997 | 2026-05-07T16:34:59.029Z | Downloaded schemars_derive v0.8.22 |
| 998 | 2026-05-07T16:34:59.032Z | Downloaded sapling-renderdag v0.1.0 |
| 999 | 2026-05-07T16:34:59.032Z | Downloaded progenitor-impl v0.11.2 |
| 1000 | 2026-05-07T16:34:59.035Z | Downloaded hickory-server v0.25.2 |
| 1001 | 2026-05-07T16:34:59.038Z | Downloaded sigpipe v0.1.3 |
| 1002 | 2026-05-07T16:34:59.038Z | Downloaded sct v0.7.1 |
| 1003 | 2026-05-07T16:34:59.041Z | Downloaded sec1 v0.7.3 |
| 1004 | 2026-05-07T16:34:59.041Z | Downloaded scroll_derive v0.13.1 |
| 1005 | 2026-05-07T16:34:59.041Z | Downloaded progenitor-impl v0.14.0 |
| 1006 | 2026-05-07T16:34:59.044Z | Downloaded jiff-static v0.2.21 |
| 1007 | 2026-05-07T16:34:59.044Z | Downloaded scroll v0.13.0 |
| 1008 | 2026-05-07T16:34:59.046Z | Downloaded progenitor-impl v0.10.0 |
| 1009 | 2026-05-07T16:34:59.047Z | Downloaded same-file v1.0.6 |
| 1010 | 2026-05-07T16:34:59.047Z | Downloaded slog-bunyan v2.5.0 |
| 1011 | 2026-05-07T16:34:59.052Z | Downloaded minimal-lexical v0.2.1 |
| 1012 | 2026-05-07T16:34:59.055Z | Downloaded serde_path_to_error v0.1.20 |
| 1013 | 2026-05-07T16:34:59.064Z | Downloaded serde_derive_internals v0.29.1 |
| 1014 | 2026-05-07T16:34:59.064Z | Downloaded ssh-cipher v0.2.0 |
| 1015 | 2026-05-07T16:34:59.064Z | Downloaded aes-gcm v0.10.3 |
| 1016 | 2026-05-07T16:34:59.068Z | Downloaded serde_bytes v0.11.19 |
| 1017 | 2026-05-07T16:34:59.068Z | Downloaded serde-hex v0.1.0 |
| 1018 | 2026-05-07T16:34:59.068Z | Downloaded slog-envlogger v2.2.0 |
| 1019 | 2026-05-07T16:34:59.068Z | Downloaded rustls-native-certs v0.8.3 |
| 1020 | 2026-05-07T16:34:59.072Z | Downloaded sqlparser_derive v0.5.0 |
| 1021 | 2026-05-07T16:34:59.075Z | Downloaded rustls-pki-types v1.14.0 |
| 1022 | 2026-05-07T16:34:59.079Z | Downloaded ssh-encoding v0.2.0 |
| 1023 | 2026-05-07T16:34:59.083Z | Downloaded signal-hook-registry v1.4.8 |
| 1024 | 2026-05-07T16:34:59.086Z | Downloaded pretty_assertions v1.4.1 |
| 1025 | 2026-05-07T16:34:59.086Z | Downloaded rcgen v0.12.1 |
| 1026 | 2026-05-07T16:34:59.089Z | Downloaded prettyplease v0.2.37 |
| 1027 | 2026-05-07T16:34:59.093Z | Downloaded prefix-trie v0.7.0 |
| 1028 | 2026-05-07T16:34:59.098Z | Downloaded signature v2.2.0 |
| 1029 | 2026-05-07T16:34:59.098Z | Downloaded hyper-util v0.1.20 |
| 1030 | 2026-05-07T16:34:59.104Z | Downloaded slog-async v2.8.0 |
| 1031 | 2026-05-07T16:34:59.104Z | Downloaded structmeta-derive v0.3.0 |
| 1032 | 2026-05-07T16:34:59.104Z | Downloaded structmeta v0.3.0 |
| 1033 | 2026-05-07T16:34:59.104Z | Downloaded smallvec v0.6.14 |
| 1034 | 2026-05-07T16:34:59.104Z | Downloaded slog-dtrace v0.3.0 |
| 1035 | 2026-05-07T16:34:59.104Z | Downloaded simd-adler32 v0.3.8 |
| 1036 | 2026-05-07T16:34:59.110Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1037 | 2026-05-07T16:34:59.110Z | Downloaded itertools v0.10.5 |
| 1038 | 2026-05-07T16:34:59.113Z | Downloaded progenitor-impl v0.13.0 |
| 1039 | 2026-05-07T16:34:59.116Z | Downloaded serde_with_macros v3.17.0 |
| 1040 | 2026-05-07T16:34:59.116Z | Downloaded crossterm v0.29.0 |
| 1041 | 2026-05-07T16:34:59.119Z | Downloaded stacker v0.1.23 |
| 1042 | 2026-05-07T16:34:59.123Z | Downloaded tagptr v0.2.0 |
| 1043 | 2026-05-07T16:34:59.124Z | Downloaded supports-color v3.0.2 |
| 1044 | 2026-05-07T16:34:59.124Z | Downloaded subtle v2.6.1 |
| 1045 | 2026-05-07T16:34:59.124Z | Downloaded strum v0.27.2 |
| 1046 | 2026-05-07T16:34:59.128Z | Downloaded spki v0.7.3 |
| 1047 | 2026-05-07T16:34:59.128Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1048 | 2026-05-07T16:34:59.132Z | Downloaded snafu-derive v0.8.9 |
| 1049 | 2026-05-07T16:34:59.135Z | Downloaded slog-scope v4.4.1 |
| 1050 | 2026-05-07T16:34:59.135Z | Downloaded tinyvec_macros v0.1.1 |
| 1051 | 2026-05-07T16:34:59.135Z | Downloaded smf v0.2.3 |
| 1052 | 2026-05-07T16:34:59.138Z | Downloaded slog-term v2.9.2 |
| 1053 | 2026-05-07T16:34:59.138Z | Downloaded slog-stdlog v4.1.1 |
| 1054 | 2026-05-07T16:34:59.141Z | Downloaded slog-json v2.6.1 |
| 1055 | 2026-05-07T16:34:59.141Z | Downloaded termtree v0.5.1 |
| 1056 | 2026-05-07T16:34:59.145Z | Downloaded thread-id v5.1.0 |
| 1057 | 2026-05-07T16:34:59.145Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1058 | 2026-05-07T16:34:59.145Z | Downloaded publicsuffix v2.3.0 |
| 1059 | 2026-05-07T16:34:59.150Z | Downloaded slab v0.4.12 |
| 1060 | 2026-05-07T16:34:59.150Z | Downloaded mio v1.2.0 |
| 1061 | 2026-05-07T16:34:59.152Z | Downloaded ron v0.8.1 |
| 1062 | 2026-05-07T16:34:59.152Z | Downloaded russh-keys v0.45.0 |
| 1063 | 2026-05-07T16:34:59.159Z | Downloaded rayon-core v1.13.0 |
| 1064 | 2026-05-07T16:34:59.162Z | Downloaded qorb v0.4.1 |
| 1065 | 2026-05-07T16:34:59.165Z | Downloaded static_assertions v1.1.0 |
| 1066 | 2026-05-07T16:34:59.168Z | Downloaded serde_cbor v0.11.2 |
| 1067 | 2026-05-07T16:34:59.168Z | Downloaded testing_table v0.3.0 |
| 1068 | 2026-05-07T16:34:59.168Z | Downloaded tap v1.0.1 |
| 1069 | 2026-05-07T16:34:59.171Z | Downloaded tabled_derive v0.11.0 |
| 1070 | 2026-05-07T16:34:59.171Z | Downloaded sqlformat v0.3.5 |
| 1071 | 2026-05-07T16:34:59.171Z | Downloaded num-bigint v0.4.6 |
| 1072 | 2026-05-07T16:34:59.174Z | Downloaded take_mut v0.2.2 |
| 1073 | 2026-05-07T16:34:59.176Z | Downloaded spin v0.9.8 |
| 1074 | 2026-05-07T16:34:59.176Z | Downloaded schemars v0.8.22 |
| 1075 | 2026-05-07T16:34:59.183Z | Downloaded tokio-macros v2.7.0 |
| 1076 | 2026-05-07T16:34:59.186Z | Downloaded hashbrown v0.16.1 |
| 1077 | 2026-05-07T16:34:59.188Z | Downloaded shlex v1.3.0 |
| 1078 | 2026-05-07T16:34:59.188Z | Downloaded ryu v1.0.23 |
| 1079 | 2026-05-07T16:34:59.191Z | Downloaded nom v7.1.3 |
| 1080 | 2026-05-07T16:34:59.194Z | Downloaded support-bundle-viewer v0.1.2 |
| 1081 | 2026-05-07T16:34:59.197Z | Downloaded iddqd v0.3.18 |
| 1082 | 2026-05-07T16:34:59.199Z | Downloaded strum v0.26.3 |
| 1083 | 2026-05-07T16:34:59.199Z | Downloaded quinn v0.11.9 |
| 1084 | 2026-05-07T16:34:59.202Z | Downloaded sync_wrapper v1.0.2 |
| 1085 | 2026-05-07T16:34:59.206Z | Downloaded time-core v0.1.8 |
| 1086 | 2026-05-07T16:34:59.206Z | Downloaded rand v0.8.5 |
| 1087 | 2026-05-07T16:34:59.209Z | Downloaded sync-ptr v0.1.4 |
| 1088 | 2026-05-07T16:34:59.209Z | Downloaded aho-corasick v1.1.4 |
| 1089 | 2026-05-07T16:34:59.211Z | Downloaded tabwriter v1.4.1 |
| 1090 | 2026-05-07T16:34:59.211Z | Downloaded slog v2.8.2 |
| 1091 | 2026-05-07T16:34:59.214Z | Downloaded tower-service v0.3.3 |
| 1092 | 2026-05-07T16:34:59.214Z | Downloaded tower-layer v0.3.3 |
| 1093 | 2026-05-07T16:34:59.214Z | Downloaded tiny-keccak v2.0.2 |
| 1094 | 2026-05-07T16:34:59.217Z | Downloaded time-macros v0.2.27 |
| 1095 | 2026-05-07T16:34:59.217Z | Downloaded thread_local v1.1.9 |
| 1096 | 2026-05-07T16:34:59.220Z | Downloaded thiserror-no-std v2.0.2 |
| 1097 | 2026-05-07T16:34:59.223Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1098 | 2026-05-07T16:34:59.223Z | Downloaded try-lock v0.2.5 |
| 1099 | 2026-05-07T16:34:59.225Z | Downloaded string_cache v0.8.9 |
| 1100 | 2026-05-07T16:34:59.225Z | Downloaded itertools v0.12.1 |
| 1101 | 2026-05-07T16:34:59.230Z | Downloaded tls_codec_derive v0.4.2 |
| 1102 | 2026-05-07T16:34:59.233Z | Downloaded strum_macros v0.27.2 |
| 1103 | 2026-05-07T16:34:59.233Z | Downloaded signal-hook v0.3.18 |
| 1104 | 2026-05-07T16:34:59.236Z | Downloaded trait-variant v0.1.2 |
| 1105 | 2026-05-07T16:34:59.236Z | Downloaded tokio-dtrace v0.1.1 |
| 1106 | 2026-05-07T16:34:59.238Z | Downloaded termios v0.3.3 |
| 1107 | 2026-05-07T16:34:59.238Z | Downloaded strum_macros v0.26.4 |
| 1108 | 2026-05-07T16:34:59.241Z | Downloaded itertools v0.13.0 |
| 1109 | 2026-05-07T16:34:59.244Z | Downloaded tokio-native-tls v0.3.1 |
| 1110 | 2026-05-07T16:34:59.247Z | Downloaded schemars v0.9.0 |
| 1111 | 2026-05-07T16:34:59.252Z | Downloaded unarray v0.1.4 |
| 1112 | 2026-05-07T16:34:59.255Z | Downloaded hyper v1.8.1 |
| 1113 | 2026-05-07T16:34:59.258Z | Downloaded universal-hash v0.5.1 |
| 1114 | 2026-05-07T16:34:59.258Z | Downloaded rustls-webpki v0.103.9 |
| 1115 | 2026-05-07T16:34:59.261Z | Downloaded tokio-tungstenite v0.23.1 |
| 1116 | 2026-05-07T16:34:59.265Z | Downloaded unit-prefix v0.5.2 |
| 1117 | 2026-05-07T16:34:59.265Z | Downloaded tokio-tungstenite v0.21.0 |
| 1118 | 2026-05-07T16:34:59.265Z | Downloaded typify-macro v0.4.3 |
| 1119 | 2026-05-07T16:34:59.268Z | Downloaded tokio-rustls v0.25.0 |
| 1120 | 2026-05-07T16:34:59.268Z | Downloaded typify-macro v0.6.2 |
| 1121 | 2026-05-07T16:34:59.268Z | Downloaded samael v0.0.19 |
| 1122 | 2026-05-07T16:34:59.270Z | Downloaded untrusted v0.7.1 |
| 1123 | 2026-05-07T16:34:59.271Z | Downloaded unicode-truncate v1.1.0 |
| 1124 | 2026-05-07T16:34:59.273Z | Downloaded rsa v0.9.10 |
| 1125 | 2026-05-07T16:34:59.276Z | Downloaded usdt-attr-macro v0.6.0 |
| 1126 | 2026-05-07T16:34:59.276Z | Downloaded usdt v0.6.0 |
| 1127 | 2026-05-07T16:34:59.276Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1128 | 2026-05-07T16:34:59.279Z | Downloaded rand v0.9.2 |
| 1129 | 2026-05-07T16:34:59.282Z | Downloaded strum_macros v0.24.3 |
| 1130 | 2026-05-07T16:34:59.282Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1131 | 2026-05-07T16:34:59.286Z | Downloaded topological-sort v0.2.2 |
| 1132 | 2026-05-07T16:34:59.286Z | Downloaded socket2 v0.6.3 |
| 1133 | 2026-05-07T16:34:59.286Z | Downloaded utf-8 v0.7.6 |
| 1134 | 2026-05-07T16:34:59.289Z | Downloaded untrusted v0.9.0 |
| 1135 | 2026-05-07T16:34:59.289Z | Downloaded socket2 v0.5.10 |
| 1136 | 2026-05-07T16:34:59.289Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1137 | 2026-05-07T16:34:59.289Z | Downloaded void v1.0.2 |
| 1138 | 2026-05-07T16:34:59.292Z | Downloaded iri-string v0.7.10 |
| 1139 | 2026-05-07T16:34:59.296Z | Downloaded futures-util v0.3.32 |
| 1140 | 2026-05-07T16:34:59.300Z | Downloaded h2 v0.4.13 |
| 1141 | 2026-05-07T16:34:59.304Z | Downloaded usdt-macro v0.6.0 |
| 1142 | 2026-05-07T16:34:59.307Z | Downloaded num-bigint-dig v0.8.6 |
| 1143 | 2026-05-07T16:34:59.309Z | Downloaded wait-timeout v0.2.1 |
| 1144 | 2026-05-07T16:34:59.309Z | Downloaded hashbrown v0.15.5 |
| 1145 | 2026-05-07T16:34:59.312Z | Downloaded schemars v1.2.1 |
| 1146 | 2026-05-07T16:34:59.321Z | Downloaded want v0.3.1 |
| 1147 | 2026-05-07T16:34:59.324Z | Downloaded libxml v0.3.3 |
| 1148 | 2026-05-07T16:34:59.327Z | Downloaded waitgroup v0.1.2 |
| 1149 | 2026-05-07T16:34:59.327Z | Downloaded term v0.7.0 |
| 1150 | 2026-05-07T16:34:59.330Z | Downloaded unicase v2.9.0 |
| 1151 | 2026-05-07T16:34:59.330Z | Downloaded xshell-macros v0.2.7 |
| 1152 | 2026-05-07T16:34:59.333Z | Downloaded tokio-stream v0.1.18 |
| 1153 | 2026-05-07T16:34:59.333Z | Downloaded tls_codec v0.4.2 |
| 1154 | 2026-05-07T16:34:59.335Z | Downloaded term v1.2.1 |
| 1155 | 2026-05-07T16:34:59.338Z | Downloaded zeroize_derive v1.4.3 |
| 1156 | 2026-05-07T16:34:59.338Z | Downloaded tokio-rustls v0.24.1 |
| 1157 | 2026-05-07T16:34:59.341Z | Downloaded p521 v0.13.3 |
| 1158 | 2026-05-07T16:34:59.343Z | Downloaded snafu v0.8.9 |
| 1159 | 2026-05-07T16:34:59.348Z | Downloaded tokio-rustls v0.26.4 |
| 1160 | 2026-05-07T16:34:59.351Z | Downloaded zone_cfg_derive v0.3.1 |
| 1161 | 2026-05-07T16:34:59.355Z | Downloaded tracing-attributes v0.1.31 |
| 1162 | 2026-05-07T16:34:59.355Z | Downloaded zone v0.3.1 |
| 1163 | 2026-05-07T16:34:59.355Z | Downloaded test-strategy v0.4.5 |
| 1164 | 2026-05-07T16:34:59.358Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1165 | 2026-05-07T16:34:59.358Z | Downloaded aws-lc-rs v1.16.0 |
| 1166 | 2026-05-07T16:34:59.362Z | Downloaded vsss-rs v3.3.4 |
| 1167 | 2026-05-07T16:34:59.365Z | Downloaded usdt-impl v0.6.0 |
| 1168 | 2026-05-07T16:34:59.365Z | Downloaded vergen-git2 v1.0.7 |
| 1169 | 2026-05-07T16:34:59.368Z | Downloaded uzers v0.12.2 |
| 1170 | 2026-05-07T16:34:59.368Z | Downloaded tui-tree-widget v0.23.1 |
| 1171 | 2026-05-07T16:34:59.371Z | Downloaded vergen-lib v0.1.6 |
| 1172 | 2026-05-07T16:34:59.371Z | Downloaded itertools v0.14.0 |
| 1173 | 2026-05-07T16:34:59.374Z | Downloaded similar v2.7.0 |
| 1174 | 2026-05-07T16:34:59.377Z | Downloaded wyz v0.5.1 |
| 1175 | 2026-05-07T16:34:59.380Z | Downloaded twox-hash v2.1.2 |
| 1176 | 2026-05-07T16:34:59.380Z | Downloaded hkdf v0.12.4 |
| 1177 | 2026-05-07T16:34:59.383Z | Downloaded libm v0.2.16 |
| 1178 | 2026-05-07T16:34:59.386Z | Downloaded whoami v1.6.1 |
| 1179 | 2026-05-07T16:34:59.389Z | Downloaded walkdir v2.5.0 |
| 1180 | 2026-05-07T16:34:59.389Z | Downloaded rand v0.10.0 |
| 1181 | 2026-05-07T16:34:59.392Z | Downloaded unicode-properties v0.1.4 |
| 1182 | 2026-05-07T16:34:59.395Z | Downloaded toml v0.7.8 |
| 1183 | 2026-05-07T16:34:59.398Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1184 | 2026-05-07T16:34:59.400Z | Downloaded xshell v0.2.7 |
| 1185 | 2026-05-07T16:34:59.403Z | Downloaded subprocess v0.2.15 |
| 1186 | 2026-05-07T16:34:59.403Z | Downloaded rustyline v14.0.0 |
| 1187 | 2026-05-07T16:34:59.407Z | Downloaded xattr v1.6.1 |
| 1188 | 2026-05-07T16:34:59.410Z | Downloaded bindgen v0.71.1 |
| 1189 | 2026-05-07T16:34:59.413Z | Downloaded zeroize v1.8.2 |
| 1190 | 2026-05-07T16:34:59.413Z | Downloaded vergen v9.0.6 |
| 1191 | 2026-05-07T16:34:59.415Z | Downloaded russh v0.45.0 |
| 1192 | 2026-05-07T16:34:59.418Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1193 | 2026-05-07T16:34:59.418Z | Downloaded tracing-core v0.1.36 |
| 1194 | 2026-05-07T16:34:59.421Z | Downloaded vergen-gitcl v1.0.8 |
| 1195 | 2026-05-07T16:34:59.421Z | Downloaded tinyvec v1.10.0 |
| 1196 | 2026-05-07T16:34:59.424Z | Downloaded zstd-safe v7.2.4 |
| 1197 | 2026-05-07T16:34:59.424Z | Downloaded zstd v0.13.3 |
| 1198 | 2026-05-07T16:34:59.426Z | Downloaded typify v0.4.3 |
| 1199 | 2026-05-07T16:34:59.429Z | Downloaded stringprep v0.1.5 |
| 1200 | 2026-05-07T16:34:59.432Z | Downloaded tungstenite v0.23.0 |
| 1201 | 2026-05-07T16:34:59.437Z | Downloaded tungstenite v0.21.0 |
| 1202 | 2026-05-07T16:34:59.440Z | Downloaded yasna v0.5.2 |
| 1203 | 2026-05-07T16:34:59.443Z | Downloaded rpassword v7.4.0 |
| 1204 | 2026-05-07T16:34:59.443Z | Downloaded zerocopy v0.6.6 |
| 1205 | 2026-05-07T16:34:59.446Z | Downloaded bitvec v1.0.1 |
| 1206 | 2026-05-07T16:34:59.454Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1207 | 2026-05-07T16:34:59.457Z | Downloaded whoami v2.1.0 |
| 1208 | 2026-05-07T16:34:59.460Z | Downloaded uuid v1.23.0 |
| 1209 | 2026-05-07T16:34:59.463Z | Downloaded unsafe-libyaml v0.2.11 |
| 1210 | 2026-05-07T16:34:59.463Z | Downloaded chrono v0.4.44 |
| 1211 | 2026-05-07T16:34:59.467Z | Downloaded tar v0.4.45 |
| 1212 | 2026-05-07T16:34:59.471Z | Downloaded vte v0.14.1 |
| 1213 | 2026-05-07T16:34:59.471Z | Downloaded blake3 v1.8.3 |
| 1214 | 2026-05-07T16:34:59.475Z | Downloaded typify v0.6.2 |
| 1215 | 2026-05-07T16:34:59.482Z | Downloaded unicode-bidi v0.3.18 |
| 1216 | 2026-05-07T16:34:59.487Z | Downloaded steno v0.4.1 |
| 1217 | 2026-05-07T16:34:59.493Z | Downloaded ssh-key v0.6.7 |
| 1218 | 2026-05-07T16:34:59.500Z | Downloaded toml_edit v0.19.15 |
| 1219 | 2026-05-07T16:34:59.510Z | Downloaded p384 v0.13.1 |
| 1220 | 2026-05-07T16:34:59.513Z | Downloaded git2 v0.20.4 |
| 1221 | 2026-05-07T16:34:59.518Z | Downloaded zopfli v0.8.3 |
| 1222 | 2026-05-07T16:34:59.520Z | Downloaded reqwest v0.12.28 |
| 1223 | 2026-05-07T16:34:59.524Z | Downloaded reedline v0.40.0 |
| 1224 | 2026-05-07T16:34:59.527Z | Downloaded reqwest v0.13.2 |
| 1225 | 2026-05-07T16:34:59.530Z | Downloaded regex v1.12.3 |
| 1226 | 2026-05-07T16:34:59.533Z | Downloaded portable-atomic v1.13.1 |
| 1227 | 2026-05-07T16:34:59.541Z | Downloaded unicode_categories v0.1.1 |
| 1228 | 2026-05-07T16:34:59.544Z | Downloaded rayon v1.11.0 |
| 1229 | 2026-05-07T16:34:59.559Z | Downloaded quick-xml v0.37.5 |
| 1230 | 2026-05-07T16:34:59.566Z | Downloaded yansi v1.0.1 |
| 1231 | 2026-05-07T16:34:59.572Z | Downloaded zip v0.6.6 |
| 1232 | 2026-05-07T16:34:59.575Z | Downloaded salty v0.3.0 |
| 1233 | 2026-05-07T16:34:59.579Z | Downloaded moka v0.12.13 |
| 1234 | 2026-05-07T16:34:59.583Z | Downloaded rustls-webpki v0.101.7 |
| 1235 | 2026-05-07T16:34:59.591Z | Downloaded zerocopy-derive v0.8.40 |
| 1236 | 2026-05-07T16:34:59.596Z | Downloaded unicode-segmentation v1.12.0 |
| 1237 | 2026-05-07T16:34:59.598Z | Downloaded tower v0.5.3 |
| 1238 | 2026-05-07T16:34:59.602Z | Downloaded tokio-postgres v0.7.16 |
| 1239 | 2026-05-07T16:34:59.605Z | Downloaded curve25519-dalek v4.1.3 |
| 1240 | 2026-05-07T16:34:59.610Z | Downloaded x509-cert v0.2.5 |
| 1241 | 2026-05-07T16:34:59.613Z | Downloaded proptest v1.10.0 |
| 1242 | 2026-05-07T16:34:59.618Z | Downloaded typed-path v0.9.3 |
| 1243 | 2026-05-07T16:34:59.622Z | Downloaded zip v4.6.1 |
| 1244 | 2026-05-07T16:34:59.625Z | Downloaded goblin v0.10.5 |
| 1245 | 2026-05-07T16:34:59.629Z | Downloaded tower-http v0.6.8 |
| 1246 | 2026-05-07T16:34:59.657Z | Downloaded serde_with v3.17.0 |
| 1247 | 2026-05-07T16:34:59.662Z | Downloaded unicode-normalization v0.1.25 |
| 1248 | 2026-05-07T16:34:59.665Z | Downloaded rustls-webpki v0.102.8 |
| 1249 | 2026-05-07T16:34:59.675Z | Downloaded tokio-util v0.7.18 |
| 1250 | 2026-05-07T16:34:59.682Z | Downloaded tough v0.20.0 |
| 1251 | 2026-05-07T16:34:59.685Z | Downloaded bstr v1.12.1 |
| 1252 | 2026-05-07T16:34:59.690Z | Downloaded lalrpop v0.19.12 |
| 1253 | 2026-05-07T16:34:59.707Z | Downloaded polar-core v0.27.3 |
| 1254 | 2026-05-07T16:34:59.712Z | Downloaded petname v2.0.2 |
| 1255 | 2026-05-07T16:34:59.715Z | Downloaded object v0.30.4 |
| 1256 | 2026-05-07T16:34:59.721Z | Downloaded quinn-proto v0.11.13 |
| 1257 | 2026-05-07T16:34:59.725Z | Downloaded openssl v0.10.78 |
| 1258 | 2026-05-07T16:34:59.733Z | Downloaded regex-syntax v0.6.29 |
| 1259 | 2026-05-07T16:34:59.738Z | Downloaded nix v0.27.1 |
| 1260 | 2026-05-07T16:34:59.746Z | Downloaded radix_trie v0.2.1 |
| 1261 | 2026-05-07T16:34:59.764Z | Downloaded winnow v0.6.26 |
| 1262 | 2026-05-07T16:34:59.774Z | Downloaded smoltcp v0.9.1 |
| 1263 | 2026-05-07T16:34:59.780Z | Downloaded winnow v0.5.40 |
| 1264 | 2026-05-07T16:34:59.789Z | Downloaded openapiv3 v2.2.0 |
| 1265 | 2026-05-07T16:34:59.798Z | Downloaded zerocopy v0.8.40 |
| 1266 | 2026-05-07T16:34:59.804Z | Downloaded nix v0.29.0 |
| 1267 | 2026-05-07T16:34:59.811Z | Downloaded smoltcp v0.11.0 |
| 1268 | 2026-05-07T16:34:59.832Z | Downloaded time v0.3.47 |
| 1269 | 2026-05-07T16:34:59.839Z | Downloaded rustls v0.21.12 |
| 1270 | 2026-05-07T16:34:59.845Z | Downloaded tabled v0.20.0 |
| 1271 | 2026-05-07T16:34:59.854Z | Downloaded nix v0.28.0 |
| 1272 | 2026-05-07T16:34:59.862Z | Downloaded dropshot v0.17.0 |
| 1273 | 2026-05-07T16:34:59.873Z | Downloaded object v0.37.3 |
| 1274 | 2026-05-07T16:34:59.880Z | Downloaded vcpkg v0.2.15 |
| 1275 | 2026-05-07T16:34:59.902Z | Downloaded zlib-rs v0.6.2 |
| 1276 | 2026-05-07T16:34:59.905Z | Downloaded regress v0.10.5 |
| 1277 | 2026-05-07T16:34:59.911Z | Downloaded rustls v0.22.4 |
| 1278 | 2026-05-07T16:34:59.917Z | Downloaded diesel v2.3.7 |
| 1279 | 2026-05-07T16:34:59.929Z | Downloaded rustls v0.23.37 |
| 1280 | 2026-05-07T16:34:59.936Z | Downloaded rustix v0.38.44 |
| 1281 | 2026-05-07T16:34:59.949Z | Downloaded sqlparser v0.61.0 |
| 1282 | 2026-05-07T16:34:59.955Z | Downloaded regex-syntax v0.8.10 |
| 1283 | 2026-05-07T16:34:59.959Z | Downloaded regress v0.11.1 |
| 1284 | 2026-05-07T16:34:59.964Z | Downloaded hickory-proto v0.25.2 |
| 1285 | 2026-05-07T16:34:59.973Z | Downloaded sled v0.34.7 |
| 1286 | 2026-05-07T16:34:59.980Z | Downloaded webpki-roots v1.0.6 |
| 1287 | 2026-05-07T16:34:59.984Z | Downloaded dropshot v0.16.7 |
| 1288 | 2026-05-07T16:34:59.993Z | Downloaded nix v0.31.2 |
| 1289 | 2026-05-07T16:35:00.000Z | Downloaded tracing v0.1.44 |
| 1290 | 2026-05-07T16:35:00.012Z | Downloaded typify-impl v0.6.2 |
| 1291 | 2026-05-07T16:35:00.020Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1292 | 2026-05-07T16:35:00.028Z | Downloaded ratatui v0.29.0 |
| 1293 | 2026-05-07T16:35:00.039Z | Downloaded typify-impl v0.4.3 |
| 1294 | 2026-05-07T16:35:00.047Z | Downloaded zerocopy-derive v0.6.6 |
| 1295 | 2026-05-07T16:35:00.053Z | Downloaded regex-automata v0.4.14 |
| 1296 | 2026-05-07T16:35:00.061Z | Downloaded hickory-proto v0.24.4 |
| 1297 | 2026-05-07T16:35:00.075Z | Downloaded petgraph v0.6.5 |
| 1298 | 2026-05-07T16:35:00.087Z | Downloaded jiff v0.2.21 |
| 1299 | 2026-05-07T16:35:00.096Z | Downloaded chrono-tz v0.10.4 |
| 1300 | 2026-05-07T16:35:00.121Z | Downloaded petgraph v0.8.3 |
| 1301 | 2026-05-07T16:35:00.135Z | Downloaded libz-sys v1.1.24 |
| 1302 | 2026-05-07T16:35:00.147Z | Downloaded csv v1.4.0 |
| 1303 | 2026-05-07T16:35:00.160Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1304 | 2026-05-07T16:35:00.172Z | Downloaded tokio v1.52.1 |
| 1305 | 2026-05-07T16:35:00.195Z | Downloaded sha3 v0.10.8 |
| 1306 | 2026-05-07T16:35:00.233Z | Downloaded encoding_rs v0.8.35 |
| 1307 | 2026-05-07T16:35:00.269Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1308 | 2026-05-07T16:35:00.302Z | Downloaded ring v0.17.14 |
| 1309 | 2026-05-07T16:35:00.822Z | Downloaded aws-lc-sys v0.37.1 |
| 1310 | 2026-05-07T16:35:01.067Z | Compiling libc v0.2.185 |
| 1311 | 2026-05-07T16:35:01.067Z | Compiling serde v1.0.228 |
| 1312 | 2026-05-07T16:35:01.070Z | Compiling find-msvc-tools v0.1.9 |
| 1313 | 2026-05-07T16:35:01.070Z | Compiling shlex v1.3.0 |
| 1314 | 2026-05-07T16:35:01.070Z | Compiling log v0.4.29 |
| 1315 | 2026-05-07T16:35:01.203Z | Compiling smallvec v1.15.1 |
| 1316 | 2026-05-07T16:35:01.210Z | Compiling syn v2.0.117 |
| 1317 | 2026-05-07T16:35:01.214Z | Compiling typenum v1.19.0 |
| 1318 | 2026-05-07T16:35:01.392Z | Compiling generic-array v0.14.7 |
| 1319 | 2026-05-07T16:35:01.405Z | Compiling subtle v2.6.1 |
| 1320 | 2026-05-07T16:35:01.456Z | Compiling scopeguard v1.2.0 |
| 1321 | 2026-05-07T16:35:01.491Z | Compiling const-oid v0.9.6 |
| 1322 | 2026-05-07T16:35:01.521Z | Compiling portable-atomic v1.13.1 |
| 1323 | 2026-05-07T16:35:01.561Z | Compiling lock_api v0.4.14 |
| 1324 | 2026-05-07T16:35:01.585Z | Compiling zerocopy v0.8.40 |
| 1325 | 2026-05-07T16:35:01.634Z | Compiling critical-section v1.2.0 |
| 1326 | 2026-05-07T16:35:01.735Z | Compiling serde_json v1.0.149 |
| 1327 | 2026-05-07T16:35:01.785Z | Compiling pin-project-lite v0.2.17 |
| 1328 | 2026-05-07T16:35:01.876Z | Compiling parking_lot_core v0.9.12 |
| 1329 | 2026-05-07T16:35:02.016Z | Compiling pkg-config v0.3.32 |
| 1330 | 2026-05-07T16:35:02.087Z | Compiling getrandom v0.2.17 |
| 1331 | 2026-05-07T16:35:02.100Z | Compiling jobserver v0.1.34 |
| 1332 | 2026-05-07T16:35:02.160Z | Compiling errno v0.3.14 |
| 1333 | 2026-05-07T16:35:02.306Z | Compiling cc v1.2.56 |
| 1334 | 2026-05-07T16:35:02.306Z | Compiling rand_core v0.6.4 |
| 1335 | 2026-05-07T16:35:02.462Z | Compiling once_cell v1.21.3 |
| 1336 | 2026-05-07T16:35:02.482Z | Compiling signal-hook-registry v1.4.8 |
| 1337 | 2026-05-07T16:35:02.496Z | Compiling bitflags v2.11.0 |
| 1338 | 2026-05-07T16:35:02.550Z | Compiling libm v0.2.16 |
| 1339 | 2026-05-07T16:35:02.583Z | Compiling parking_lot v0.12.5 |
| 1340 | 2026-05-07T16:35:02.659Z | Compiling mio v1.2.0 |
| 1341 | 2026-05-07T16:35:02.709Z | Compiling num-traits v0.2.19 |
| 1342 | 2026-05-07T16:35:02.740Z | Compiling futures-core v0.3.32 |
| 1343 | 2026-05-07T16:35:02.888Z | Compiling percent-encoding v2.3.2 |
| 1344 | 2026-05-07T16:35:02.940Z | Compiling socket2 v0.6.3 |
| 1345 | 2026-05-07T16:35:03.027Z | Compiling futures-sink v0.3.32 |
| 1346 | 2026-05-07T16:35:03.046Z | Compiling cpufeatures v0.2.17 |
| 1347 | 2026-05-07T16:35:03.081Z | Compiling slab v0.4.12 |
| 1348 | 2026-05-07T16:35:03.106Z | Compiling futures-channel v0.3.32 |
| 1349 | 2026-05-07T16:35:03.118Z | Compiling futures-task v0.3.32 |
| 1350 | 2026-05-07T16:35:03.130Z | Compiling getrandom v0.4.1 |
| 1351 | 2026-05-07T16:35:03.251Z | Compiling futures-io v0.3.32 |
| 1352 | 2026-05-07T16:35:03.279Z | Compiling getrandom v0.3.4 |
| 1353 | 2026-05-07T16:35:03.323Z | Compiling rustversion v1.0.22 |
| 1354 | 2026-05-07T16:35:03.335Z | Compiling rand_core v0.10.0 |
| 1355 | 2026-05-07T16:35:03.403Z | Compiling indexmap v2.14.0 |
| 1356 | 2026-05-07T16:35:03.471Z | Compiling form_urlencoded v1.2.2 |
| 1357 | 2026-05-07T16:35:03.726Z | Compiling cmake v0.1.57 |
| 1358 | 2026-05-07T16:35:03.824Z | Compiling dunce v1.0.5 |
| 1359 | 2026-05-07T16:35:03.973Z | Compiling synstructure v0.13.2 |
| 1360 | 2026-05-07T16:35:03.976Z | Compiling ident_case v1.0.1 |
| 1361 | 2026-05-07T16:35:04.129Z | Compiling fs_extra v1.3.0 |
| 1362 | 2026-05-07T16:35:04.172Z | Compiling base64ct v1.8.3 |
| 1363 | 2026-05-07T16:35:04.232Z | Compiling flagset v0.4.7 |
| 1364 | 2026-05-07T16:35:04.312Z | Compiling rand_core v0.9.5 |
| 1365 | 2026-05-07T16:35:04.326Z | Compiling rustix v1.1.3 |
| 1366 | 2026-05-07T16:35:04.338Z | Compiling iana-time-zone v0.1.65 |
| 1367 | 2026-05-07T16:35:04.365Z | Compiling ring v0.17.14 |
| 1368 | 2026-05-07T16:35:04.400Z | Compiling aws-lc-sys v0.37.1 |
| 1369 | 2026-05-07T16:35:04.474Z | Compiling pem-rfc7468 v0.7.0 |
| 1370 | 2026-05-07T16:35:04.536Z | Compiling uuid v1.23.0 |
| 1371 | 2026-05-07T16:35:04.588Z | Compiling rustc_version v0.4.1 |
| 1372 | 2026-05-07T16:35:04.658Z | Compiling regex-syntax v0.8.10 |
| 1373 | 2026-05-07T16:35:04.783Z | Compiling aws-lc-rs v1.16.0 |
| 1374 | 2026-05-07T16:35:04.891Z | Compiling vcpkg v0.2.15 |
| 1375 | 2026-05-07T16:35:05.070Z | Compiling tracing-core v0.1.36 |
| 1376 | 2026-05-07T16:35:05.259Z | Compiling pest_generator v2.8.6 |
| 1377 | 2026-05-07T16:35:05.634Z | Compiling openssl-sys v0.9.114 |
| 1378 | 2026-05-07T16:35:05.639Z | Compiling serde_derive_internals v0.29.1 |
| 1379 | 2026-05-07T16:35:05.782Z | Compiling serde_derive v1.0.228 |
| 1380 | 2026-05-07T16:35:05.977Z | Compiling zeroize_derive v1.4.3 |
| 1381 | 2026-05-07T16:35:06.075Z | Compiling zerofrom-derive v0.1.6 |
| 1382 | 2026-05-07T16:35:06.160Z | Compiling yoke-derive v0.8.1 |
| 1383 | 2026-05-07T16:35:06.557Z | Compiling zerocopy-derive v0.8.40 |
| 1384 | 2026-05-07T16:35:06.619Z | Compiling zeroize v1.8.2 |
| 1385 | 2026-05-07T16:35:07.030Z | Compiling zerovec-derive v0.11.2 |
| 1386 | 2026-05-07T16:35:07.354Z | Compiling crypto-common v0.1.7 |
| 1387 | 2026-05-07T16:35:07.382Z | Compiling block-buffer v0.10.4 |
| 1388 | 2026-05-07T16:35:07.497Z | Compiling displaydoc v0.2.5 |
| 1389 | 2026-05-07T16:35:07.499Z | Compiling zerofrom v0.1.6 |
| 1390 | 2026-05-07T16:35:07.548Z | Compiling digest v0.10.7 |
| 1391 | 2026-05-07T16:35:07.622Z | Compiling yoke v0.8.1 |
| 1392 | 2026-05-07T16:35:07.794Z | Compiling tokio-macros v2.7.0 |
| 1393 | 2026-05-07T16:35:07.807Z | Compiling hmac v0.12.1 |
| 1394 | 2026-05-07T16:35:07.961Z | Compiling futures-macro v0.3.32 |
| 1395 | 2026-05-07T16:35:08.139Z | Compiling zerovec v0.11.5 |
| 1396 | 2026-05-07T16:35:08.244Z | Compiling zerotrie v0.2.3 |
| 1397 | 2026-05-07T16:35:08.498Z | Compiling block-padding v0.3.3 |
| 1398 | 2026-05-07T16:35:08.528Z | Compiling sha2 v0.10.9 |
| 1399 | 2026-05-07T16:35:08.611Z | Compiling tinystr v0.8.2 |
| 1400 | 2026-05-07T16:35:08.653Z | Compiling potential_utf v0.1.4 |
| 1401 | 2026-05-07T16:35:08.741Z | Compiling futures-util v0.3.32 |
| 1402 | 2026-05-07T16:35:08.806Z | Compiling icu_locale_core v2.1.1 |
| 1403 | 2026-05-07T16:35:08.817Z | Compiling icu_collections v2.1.1 |
| 1404 | 2026-05-07T16:35:09.080Z | Compiling inout v0.1.4 |
| 1405 | 2026-05-07T16:35:09.254Z | Compiling bytes v1.11.1 |
| 1406 | 2026-05-07T16:35:09.294Z | Compiling cipher v0.4.4 |
| 1407 | 2026-05-07T16:35:09.340Z | Compiling der_derive v0.7.3 |
| 1408 | 2026-05-07T16:35:09.558Z | Compiling icu_provider v2.1.1 |
| 1409 | 2026-05-07T16:35:09.730Z | Compiling tokio v1.52.1 |
| 1410 | 2026-05-07T16:35:09.866Z | Compiling icu_normalizer v2.1.1 |
| 1411 | 2026-05-07T16:35:09.878Z | Compiling icu_properties v2.1.2 |
| 1412 | 2026-05-07T16:35:09.976Z | Compiling http v1.4.0 |
| 1413 | 2026-05-07T16:35:10.298Z | Compiling der v0.7.10 |
| 1414 | 2026-05-07T16:35:10.393Z | Compiling salsa20 v0.10.2 |
| 1415 | 2026-05-07T16:35:10.529Z | Compiling chrono v0.4.44 |
| 1416 | 2026-05-07T16:35:10.863Z | Compiling ppv-lite86 v0.2.21 |
| 1417 | 2026-05-07T16:35:10.937Z | Compiling idna_adapter v1.2.1 |
| 1418 | 2026-05-07T16:35:11.009Z | Compiling pbkdf2 v0.12.2 |
| 1419 | 2026-05-07T16:35:11.024Z | Compiling thiserror-impl v2.0.18 |
| 1420 | 2026-05-07T16:35:11.063Z | Compiling idna v1.1.0 |
| 1421 | 2026-05-07T16:35:11.120Z | Compiling spki v0.7.3 |
| 1422 | 2026-05-07T16:35:11.172Z | Compiling rand_chacha v0.9.0 |
| 1423 | 2026-05-07T16:35:11.320Z | Compiling scrypt v0.11.0 |
| 1424 | 2026-05-07T16:35:11.467Z | Compiling url v2.5.8 |
| 1425 | 2026-05-07T16:35:11.561Z | Compiling aes v0.8.4 |
| 1426 | 2026-05-07T16:35:11.689Z | Compiling cbc v0.1.2 |
| 1427 | 2026-05-07T16:35:11.835Z | Compiling rustls-pki-types v1.14.0 |
| 1428 | 2026-05-07T16:35:11.850Z | Compiling tracing-attributes v0.1.31 |
| 1429 | 2026-05-07T16:35:11.864Z | Compiling rand v0.9.2 |
| 1430 | 2026-05-07T16:35:12.234Z | Compiling pkcs5 v0.7.1 |
| 1431 | 2026-05-07T16:35:12.270Z | Compiling http-body v1.0.1 |
| 1432 | 2026-05-07T16:35:12.308Z | Compiling thiserror v2.0.18 |
| 1433 | 2026-05-07T16:35:12.425Z | Compiling openssl-probe v0.2.1 |
| 1434 | 2026-05-07T16:35:12.473Z | Compiling schemars v0.8.22 |
| 1435 | 2026-05-07T16:35:12.586Z | Compiling httparse v1.10.1 |
| 1436 | 2026-05-07T16:35:12.598Z | Compiling untrusted v0.9.0 |
| 1437 | 2026-05-07T16:35:12.638Z | Compiling base64 v0.22.1 |
| 1438 | 2026-05-07T16:35:12.664Z | Compiling untrusted v0.7.1 |
| 1439 | 2026-05-07T16:35:12.726Z | Compiling pkcs8 v0.10.2 |
| 1440 | 2026-05-07T16:35:12.782Z | Compiling schemars_derive v0.8.22 |
| 1441 | 2026-05-07T16:35:12.943Z | Compiling pest_derive v2.8.6 |
| 1442 | 2026-05-07T16:35:12.956Z | Compiling scroll_derive v0.13.1 |
| 1443 | 2026-05-07T16:35:13.017Z | Compiling darling_core v0.20.11 |
| 1444 | 2026-05-07T16:35:13.114Z | Compiling tracing v0.1.44 |
| 1445 | 2026-05-07T16:35:13.356Z | Compiling tokio-util v0.7.18 |
| 1446 | 2026-05-07T16:35:13.374Z | Compiling try-lock v0.2.5 |
| 1447 | 2026-05-07T16:35:13.480Z | Compiling rustls v0.23.37 |
| 1448 | 2026-05-07T16:35:13.648Z | Compiling tinyvec_macros v0.1.1 |
| 1449 | 2026-05-07T16:35:13.718Z | Compiling atomic-waker v1.1.2 |
| 1450 | 2026-05-07T16:35:13.736Z | Compiling dyn-clone v1.0.20 |
| 1451 | 2026-05-07T16:35:13.840Z | Compiling tower-layer v0.3.3 |
| 1452 | 2026-05-07T16:35:13.870Z | Compiling tower-service v0.3.3 |
| 1453 | 2026-05-07T16:35:14.003Z | Compiling scroll v0.13.0 |
| 1454 | 2026-05-07T16:35:14.003Z | Compiling tinyvec v1.10.0 |
| 1455 | 2026-05-07T16:35:14.266Z | Compiling h2 v0.4.13 |
| 1456 | 2026-05-07T16:35:14.354Z | Compiling want v0.3.1 |
| 1457 | 2026-05-07T16:35:14.462Z | Compiling ipnet v2.11.0 |
| 1458 | 2026-05-07T16:35:14.512Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1459 | 2026-05-07T16:35:14.703Z | Compiling spin v0.9.8 |
| 1460 | 2026-05-07T16:35:14.891Z | Compiling aho-corasick v1.1.4 |
| 1461 | 2026-05-07T16:35:14.906Z | Compiling time-core v0.1.8 |
| 1462 | 2026-05-07T16:35:14.952Z | Compiling foreign-types-shared v0.1.1 |
| 1463 | 2026-05-07T16:35:15.038Z | Compiling powerfmt v0.2.0 |
| 1464 | 2026-05-07T16:35:15.050Z | Compiling pin-utils v0.1.0 |
| 1465 | 2026-05-07T16:35:15.121Z | Compiling crc32fast v1.5.0 |
| 1466 | 2026-05-07T16:35:15.239Z | Compiling num-conv v0.2.0 |
| 1467 | 2026-05-07T16:35:15.289Z | Compiling darling_macro v0.20.11 |
| 1468 | 2026-05-07T16:35:15.304Z | Compiling httpdate v1.0.3 |
| 1469 | 2026-05-07T16:35:15.319Z | Compiling openssl v0.10.78 |
| 1470 | 2026-05-07T16:35:15.366Z | Compiling time-macros v0.2.27 |
| 1471 | 2026-05-07T16:35:15.426Z | Compiling deranged v0.5.8 |
| 1472 | 2026-05-07T16:35:15.518Z | Compiling foreign-types v0.3.2 |
| 1473 | 2026-05-07T16:35:15.557Z | Compiling tempfile v3.25.0 |
| 1474 | 2026-05-07T16:35:15.741Z | Compiling darling v0.20.11 |
| 1475 | 2026-05-07T16:35:15.821Z | Compiling regex-automata v0.4.14 |
| 1476 | 2026-05-07T16:35:15.911Z | Compiling goblin v0.10.5 |
| 1477 | 2026-05-07T16:35:16.403Z | Compiling openssl-macros v0.1.1 |
| 1478 | 2026-05-07T16:35:16.560Z | Compiling wait-timeout v0.2.1 |
| 1479 | 2026-05-07T16:35:16.785Z | Compiling siphasher v1.0.2 |
| 1480 | 2026-05-07T16:35:16.818Z | Compiling syn v1.0.109 |
| 1481 | 2026-05-07T16:35:16.891Z | Compiling usdt-impl v0.6.0 |
| 1482 | 2026-05-07T16:35:16.962Z | Compiling num_threads v0.1.7 |
| 1483 | 2026-05-07T16:35:17.059Z | Compiling simd-adler32 v0.3.8 |
| 1484 | 2026-05-07T16:35:17.089Z | Compiling bit-vec v0.8.0 |
| 1485 | 2026-05-07T16:35:17.107Z | Compiling native-tls v0.2.18 |
| 1486 | 2026-05-07T16:35:17.292Z | Compiling hyper v1.8.1 |
| 1487 | 2026-05-07T16:35:17.305Z | Compiling quick-error v1.2.3 |
| 1488 | 2026-05-07T16:35:17.317Z | Compiling crossbeam-utils v0.8.21 |
| 1489 | 2026-05-07T16:35:17.405Z | Compiling rusty-fork v0.3.1 |
| 1490 | 2026-05-07T16:35:17.629Z | Compiling bit-set v0.8.0 |
| 1491 | 2026-05-07T16:35:17.775Z | Compiling time v0.3.47 |
| 1492 | 2026-05-07T16:35:18.169Z | Compiling derive_builder_core v0.20.2 |
| 1493 | 2026-05-07T16:35:18.812Z | Compiling dof v0.4.0 |
| 1494 | 2026-05-07T16:35:19.070Z | Compiling hyper-util v0.1.20 |
| 1495 | 2026-05-07T16:35:19.531Z | Compiling unicode-normalization v0.1.25 |
| 1496 | 2026-05-07T16:35:19.849Z | Compiling dtrace-parser v0.3.0 |
| 1497 | 2026-05-07T16:35:19.981Z | Compiling rustls-native-certs v0.8.3 |
| 1498 | 2026-05-07T16:35:20.017Z | Compiling signature v2.2.0 |
| 1499 | 2026-05-07T16:35:20.096Z | Compiling scroll_derive v0.12.1 |
| 1500 | 2026-05-07T16:35:20.189Z | Compiling thiserror-impl v1.0.69 |
| 1501 | 2026-05-07T16:35:20.260Z | Compiling heapless v0.7.17 |
| 1502 | 2026-05-07T16:35:20.495Z | Compiling rand_xorshift v0.4.0 |
| 1503 | 2026-05-07T16:35:20.576Z | Compiling slog v2.8.2 |
| 1504 | 2026-05-07T16:35:20.654Z | Compiling darling_core v0.21.3 |
| 1505 | 2026-05-07T16:35:20.737Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1506 | 2026-05-07T16:35:20.753Z | Compiling sync_wrapper v1.0.2 |
| 1507 | 2026-05-07T16:35:20.762Z | Compiling thread-id v5.1.0 |
| 1508 | 2026-05-07T16:35:20.775Z | Compiling cookie v0.18.1 |
| 1509 | 2026-05-07T16:35:20.837Z | Compiling paste v1.0.15 |
| 1510 | 2026-05-07T16:35:20.850Z | Compiling unarray v0.1.4 |
| 1511 | 2026-05-07T16:35:20.946Z | Compiling unicode-properties v0.1.4 |
| 1512 | 2026-05-07T16:35:20.962Z | Compiling adler2 v2.0.1 |
| 1513 | 2026-05-07T16:35:20.994Z | Compiling zstd-safe v7.2.4 |
| 1514 | 2026-05-07T16:35:21.083Z | Compiling anyhow v1.0.102 |
| 1515 | 2026-05-07T16:35:21.096Z | Compiling allocator-api2 v0.2.21 |
| 1516 | 2026-05-07T16:35:21.149Z | Compiling unicode-bidi v0.3.18 |
| 1517 | 2026-05-07T16:35:21.188Z | Compiling signal-hook v0.3.18 |
| 1518 | 2026-05-07T16:35:21.408Z | Compiling miniz_oxide v0.8.9 |
| 1519 | 2026-05-07T16:35:21.433Z | Compiling thiserror v1.0.69 |
| 1520 | 2026-05-07T16:35:21.531Z | Compiling stringprep v0.1.5 |
| 1521 | 2026-05-07T16:35:21.626Z | Compiling proptest v1.10.0 |
| 1522 | 2026-05-07T16:35:21.653Z | Compiling tower v0.5.3 |
| 1523 | 2026-05-07T16:35:22.003Z | Compiling scroll v0.12.0 |
| 1524 | 2026-05-07T16:35:22.180Z | Compiling derive_builder_macro v0.20.2 |
| 1525 | 2026-05-07T16:35:22.465Z | Compiling ipnetwork v0.21.1 |
| 1526 | 2026-05-07T16:35:22.513Z | Compiling http-body-util v0.1.3 |
| 1527 | 2026-05-07T16:35:22.617Z | Compiling webpki-roots v1.0.6 |
| 1528 | 2026-05-07T16:35:22.728Z | Compiling rand_chacha v0.3.1 |
| 1529 | 2026-05-07T16:35:22.742Z | Compiling erased-serde v0.3.31 |
| 1530 | 2026-05-07T16:35:22.755Z | Compiling toml_datetime v0.6.11 |
| 1531 | 2026-05-07T16:35:22.850Z | Compiling serde_tokenstream v0.2.3 |
| 1532 | 2026-05-07T16:35:23.010Z | Compiling serde_spanned v0.6.9 |
| 1533 | 2026-05-07T16:35:23.102Z | Compiling darling_macro v0.21.3 |
| 1534 | 2026-05-07T16:35:23.149Z | Compiling md-5 v0.10.6 |
| 1535 | 2026-05-07T16:35:23.149Z | Compiling zerocopy-derive v0.7.35 |
| 1536 | 2026-05-07T16:35:23.207Z | Compiling curve25519-dalek v4.1.3 |
| 1537 | 2026-05-07T16:35:23.315Z | Compiling vergen-lib v0.1.6 |
| 1538 | 2026-05-07T16:35:23.497Z | Compiling num-integer v0.1.46 |
| 1539 | 2026-05-07T16:35:23.524Z | Compiling hash32 v0.2.1 |
| 1540 | 2026-05-07T16:35:23.537Z | Compiling ff v0.13.1 |
| 1541 | 2026-05-07T16:35:23.558Z | Compiling memoffset v0.9.1 |
| 1542 | 2026-05-07T16:35:23.665Z | Compiling psl-types v2.0.11 |
| 1543 | 2026-05-07T16:35:23.707Z | Compiling fallible-iterator v0.2.0 |
| 1544 | 2026-05-07T16:35:23.744Z | Compiling rustix v0.38.44 |
| 1545 | 2026-05-07T16:35:23.785Z | Compiling num-bigint-dig v0.8.6 |
| 1546 | 2026-05-07T16:35:23.806Z | Compiling ryu v1.0.23 |
| 1547 | 2026-05-07T16:35:24.022Z | Compiling smoltcp v0.9.1 |
| 1548 | 2026-05-07T16:35:24.036Z | Compiling iri-string v0.7.10 |
| 1549 | 2026-05-07T16:35:24.036Z | Compiling ref-cast v1.0.25 |
| 1550 | 2026-05-07T16:35:24.060Z | Compiling cfg_aliases v0.2.1 |
| 1551 | 2026-05-07T16:35:24.132Z | Compiling zlib-rs v0.6.2 |
| 1552 | 2026-05-07T16:35:24.149Z | Compiling litrs v1.0.0 |
| 1553 | 2026-05-07T16:35:24.337Z | Compiling base16ct v0.2.0 |
| 1554 | 2026-05-07T16:35:24.506Z | Compiling sec1 v0.7.3 |
| 1555 | 2026-05-07T16:35:24.520Z | Compiling nix v0.31.2 |
| 1556 | 2026-05-07T16:35:24.655Z | Compiling document-features v0.2.12 |
| 1557 | 2026-05-07T16:35:24.779Z | Compiling zerocopy v0.7.35 |
| 1558 | 2026-05-07T16:35:24.903Z | Compiling postgres-protocol v0.6.10 |
| 1559 | 2026-05-07T16:35:25.238Z | Compiling tower-http v0.6.8 |
| 1560 | 2026-05-07T16:35:25.322Z | Compiling serde_urlencoded v0.7.1 |
| 1561 | 2026-05-07T16:35:25.441Z | Compiling newtype-uuid v1.3.2 |
| 1562 | 2026-05-07T16:35:25.545Z | Compiling publicsuffix v2.3.0 |
| 1563 | 2026-05-07T16:35:25.633Z | Compiling num-iter v0.1.45 |
| 1564 | 2026-05-07T16:35:25.711Z | Compiling group v0.13.0 |
| 1565 | 2026-05-07T16:35:25.748Z | Compiling darling v0.21.3 |
| 1566 | 2026-05-07T16:35:25.857Z | Compiling rand v0.8.5 |
| 1567 | 2026-05-07T16:35:25.883Z | Compiling oxnet v0.1.4 |
| 1568 | 2026-05-07T16:35:26.066Z | Compiling hubpack_derive v0.1.1 |
| 1569 | 2026-05-07T16:35:26.099Z | Compiling derive_builder v0.20.2 |
| 1570 | 2026-05-07T16:35:26.217Z | Compiling tokio-native-tls v0.3.1 |
| 1571 | 2026-05-07T16:35:26.231Z | Compiling goblin v0.8.2 |
| 1572 | 2026-05-07T16:35:26.809Z | Compiling regex v1.12.3 |
| 1573 | 2026-05-07T16:35:26.956Z | Compiling flate2 v1.1.9 |
| 1574 | 2026-05-07T16:35:26.974Z | Compiling phf_shared v0.13.1 |
| 1575 | 2026-05-07T16:35:26.988Z | Compiling lazy_static v1.5.0 |
| 1576 | 2026-05-07T16:35:27.080Z | Compiling cargo-platform v0.1.9 |
| 1577 | 2026-05-07T16:35:27.213Z | Compiling hkdf v0.12.4 |
| 1578 | 2026-05-07T16:35:27.239Z | Compiling crypto-bigint v0.5.5 |
| 1579 | 2026-05-07T16:35:27.319Z | Compiling terminal_size v0.4.3 |
| 1580 | 2026-05-07T16:35:27.334Z | Compiling strum_macros v0.27.2 |
| 1581 | 2026-05-07T16:35:27.358Z | Compiling async-trait v0.1.89 |
| 1582 | 2026-05-07T16:35:27.376Z | Compiling daft-derive v0.1.5 |
| 1583 | 2026-05-07T16:35:27.449Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1584 | 2026-05-07T16:35:28.077Z | Compiling ref-cast-impl v1.0.25 |
| 1585 | 2026-05-07T16:35:28.092Z | Compiling vergen v9.0.6 |
| 1586 | 2026-05-07T16:35:28.267Z | Compiling fs-err v3.3.0 |
| 1587 | 2026-05-07T16:35:28.363Z | Compiling ahash v0.8.12 |
| 1588 | 2026-05-07T16:35:28.454Z | Compiling winnow v0.5.40 |
| 1589 | 2026-05-07T16:35:28.561Z | Compiling bitflags v1.3.2 |
| 1590 | 2026-05-07T16:35:28.600Z | Compiling bumpalo v3.20.2 |
| 1591 | 2026-05-07T16:35:28.635Z | Compiling object v0.37.3 |
| 1592 | 2026-05-07T16:35:28.848Z | Compiling foldhash v0.2.0 |
| 1593 | 2026-05-07T16:35:28.905Z | Compiling managed v0.8.0 |
| 1594 | 2026-05-07T16:35:29.118Z | Compiling unicode-segmentation v1.12.0 |
| 1595 | 2026-05-07T16:35:29.158Z | Compiling foldhash v0.1.5 |
| 1596 | 2026-05-07T16:35:29.269Z | Compiling libbz2-rs-sys v0.2.2 |
| 1597 | 2026-05-07T16:35:29.328Z | Compiling hashbrown v0.15.5 |
| 1598 | 2026-05-07T16:35:29.355Z | Compiling strum v0.27.2 |
| 1599 | 2026-05-07T16:35:29.503Z | Compiling hashbrown v0.16.1 |
| 1600 | 2026-05-07T16:35:29.697Z | Compiling bzip2 v0.6.1 |
| 1601 | 2026-05-07T16:35:29.874Z | Compiling toml_edit v0.19.15 |
| 1602 | 2026-05-07T16:35:29.913Z | Compiling clap_builder v4.5.60 |
| 1603 | 2026-05-07T16:35:29.944Z | Compiling zopfli v0.8.3 |
| 1604 | 2026-05-07T16:35:30.108Z | Compiling dof v0.3.0 |
| 1605 | 2026-05-07T16:35:30.210Z | Compiling elliptic-curve v0.13.8 |
| 1606 | 2026-05-07T16:35:30.286Z | Compiling daft v0.1.5 |
| 1607 | 2026-05-07T16:35:30.597Z | Compiling cargo_metadata v0.19.2 |
| 1608 | 2026-05-07T16:35:30.597Z | Compiling phf v0.13.1 |
| 1609 | 2026-05-07T16:35:30.808Z | Compiling signal-hook-mio v0.2.5 |
| 1610 | 2026-05-07T16:35:30.920Z | Compiling cookie_store v0.22.1 |
| 1611 | 2026-05-07T16:35:31.910Z | Compiling hubpack v0.1.2 |
| 1612 | 2026-05-07T16:35:31.931Z | Compiling bzip2 v0.4.4 |
| 1613 | 2026-05-07T16:35:32.124Z | Compiling zstd v0.13.3 |
| 1614 | 2026-05-07T16:35:32.138Z | Compiling hyper-tls v0.6.0 |
| 1615 | 2026-05-07T16:35:32.359Z | Compiling serde_with_macros v3.17.0 |
| 1616 | 2026-05-07T16:35:32.440Z | Compiling postgres-types v0.2.12 |
| 1617 | 2026-05-07T16:35:32.507Z | Compiling usdt-macro v0.6.0 |
| 1618 | 2026-05-07T16:35:32.852Z | Compiling usdt-attr-macro v0.6.0 |
| 1619 | 2026-05-07T16:35:32.992Z | Compiling dtrace-parser v0.2.0 |
| 1620 | 2026-05-07T16:35:33.233Z | Compiling ed25519 v2.2.3 |
| 1621 | 2026-05-07T16:35:33.462Z | Compiling bstr v1.12.1 |
| 1622 | 2026-05-07T16:35:33.485Z | Compiling phf_shared v0.11.3 |
| 1623 | 2026-05-07T16:35:33.563Z | Compiling pkcs1 v0.7.5 |
| 1624 | 2026-05-07T16:35:33.619Z | Compiling serde-big-array v0.5.1 |
| 1625 | 2026-05-07T16:35:33.664Z | Compiling hex v0.4.3 |
| 1626 | 2026-05-07T16:35:33.727Z | Compiling rfc6979 v0.4.0 |
| 1627 | 2026-05-07T16:35:33.757Z | Compiling strum_macros v0.26.4 |
| 1628 | 2026-05-07T16:35:33.847Z | Compiling clap_derive v4.5.55 |
| 1629 | 2026-05-07T16:35:33.922Z | Compiling enum-as-inner v0.6.1 |
| 1630 | 2026-05-07T16:35:33.980Z | Compiling serde_repr v0.1.20 |
| 1631 | 2026-05-07T16:35:34.135Z | Compiling float-cmp v0.10.0 |
| 1632 | 2026-05-07T16:35:34.162Z | Compiling thread-id v4.2.2 |
| 1633 | 2026-05-07T16:35:34.247Z | Compiling memmap2 v0.9.10 |
| 1634 | 2026-05-07T16:35:34.282Z | Compiling env_filter v1.0.0 |
| 1635 | 2026-05-07T16:35:34.459Z | Compiling encoding_rs v0.8.35 |
| 1636 | 2026-05-07T16:35:34.472Z | Compiling rustc-hash v2.1.1 |
| 1637 | 2026-05-07T16:35:34.504Z | Compiling fixedbitset v0.5.7 |
| 1638 | 2026-05-07T16:35:34.586Z | Compiling fixedbitset v0.4.2 |
| 1639 | 2026-05-07T16:35:34.599Z | Compiling new_debug_unreachable v1.0.6 |
| 1640 | 2026-05-07T16:35:34.669Z | Compiling whoami v2.1.0 |
| 1641 | 2026-05-07T16:35:34.801Z | Compiling difflib v0.4.0 |
| 1642 | 2026-05-07T16:35:34.805Z | Compiling jiff v0.2.21 |
| 1643 | 2026-05-07T16:35:35.046Z | Compiling precomputed-hash v0.1.1 |
| 1644 | 2026-05-07T16:35:35.134Z | Compiling either v1.15.0 |
| 1645 | 2026-05-07T16:35:35.341Z | Compiling static_assertions v1.1.0 |
| 1646 | 2026-05-07T16:35:35.358Z | Compiling mime v0.3.17 |
| 1647 | 2026-05-07T16:35:35.416Z | Compiling predicates-core v1.0.10 |
| 1648 | 2026-05-07T16:35:35.529Z | Compiling keccak v0.1.6 |
| 1649 | 2026-05-07T16:35:35.584Z | Compiling normalize-line-endings v0.3.0 |
| 1650 | 2026-05-07T16:35:35.607Z | Compiling data-encoding v2.10.0 |
| 1651 | 2026-05-07T16:35:35.635Z | Compiling clap v4.5.60 |
| 1652 | 2026-05-07T16:35:35.675Z | Compiling sha3 v0.10.8 |
| 1653 | 2026-05-07T16:35:35.716Z | Compiling predicates v3.1.4 |
| 1654 | 2026-05-07T16:35:35.942Z | Compiling hickory-proto v0.25.2 |
| 1655 | 2026-05-07T16:35:36.124Z | Compiling toml_edit v0.22.27 |
| 1656 | 2026-05-07T16:35:36.262Z | Compiling strum v0.26.3 |
| 1657 | 2026-05-07T16:35:36.292Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1658 | 2026-05-07T16:35:36.327Z | Compiling itertools v0.13.0 |
| 1659 | 2026-05-07T16:35:36.347Z | Compiling string_cache v0.8.9 |
| 1660 | 2026-05-07T16:35:36.385Z | Compiling tokio-postgres v0.7.16 |
| 1661 | 2026-05-07T16:35:36.563Z | Compiling petgraph v0.6.5 |
| 1662 | 2026-05-07T16:35:37.531Z | Compiling zip v4.6.1 |
| 1663 | 2026-05-07T16:35:37.993Z | Compiling petgraph v0.8.3 |
| 1664 | 2026-05-07T16:35:38.468Z | Compiling iddqd v0.3.18 |
| 1665 | 2026-05-07T16:35:38.508Z | Compiling env_logger v0.11.9 |
| 1666 | 2026-05-07T16:35:38.761Z | Compiling usdt v0.6.0 |
| 1667 | 2026-05-07T16:35:38.860Z | Compiling usdt-impl v0.5.0 |
| 1668 | 2026-05-07T16:35:38.955Z | Compiling serde_with v3.17.0 |
| 1669 | 2026-05-07T16:35:39.050Z | Compiling similar v2.7.0 |
| 1670 | 2026-05-07T16:35:39.065Z | Compiling ecdsa v0.16.9 |
| 1671 | 2026-05-07T16:35:39.452Z | Compiling rsa v0.9.10 |
| 1672 | 2026-05-07T16:35:39.469Z | Compiling ed25519-dalek v2.2.0 |
| 1673 | 2026-05-07T16:35:39.641Z | Compiling crossterm v0.28.1 |
| 1674 | 2026-05-07T16:35:39.937Z | Compiling zip v0.6.6 |
| 1675 | 2026-05-07T16:35:40.510Z | Compiling toml v0.7.8 |
| 1676 | 2026-05-07T16:35:40.790Z | Compiling heck v0.4.1 |
| 1677 | 2026-05-07T16:35:40.935Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1678 | 2026-05-07T16:35:40.951Z | Compiling crossbeam-epoch v0.9.18 |
| 1679 | 2026-05-07T16:35:41.013Z | Compiling tokio-stream v0.1.18 |
| 1680 | 2026-05-07T16:35:41.097Z | Compiling buf-list v1.1.2 |
| 1681 | 2026-05-07T16:35:41.270Z | Compiling x509-cert v0.2.5 |
| 1682 | 2026-05-07T16:35:41.308Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1683 | 2026-05-07T16:35:41.376Z | Compiling openapiv3 v2.2.0 |
| 1684 | 2026-05-07T16:35:41.470Z | Compiling sha1 v0.10.6 |
| 1685 | 2026-05-07T16:35:41.570Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1686 | 2026-05-07T16:35:41.601Z | Compiling peg-runtime v0.8.5 |
| 1687 | 2026-05-07T16:35:41.687Z | Compiling lalrpop-util v0.19.12 |
| 1688 | 2026-05-07T16:35:41.853Z | Compiling thread_local v1.1.9 |
| 1689 | 2026-05-07T16:35:41.875Z | Compiling slog-async v2.8.0 |
| 1690 | 2026-05-07T16:35:41.878Z | Compiling crossbeam-channel v0.5.15 |
| 1691 | 2026-05-07T16:35:42.099Z | Compiling futures-executor v0.3.32 |
| 1692 | 2026-05-07T16:35:42.185Z | Compiling filetime v0.2.27 |
| 1693 | 2026-05-07T16:35:42.334Z | Compiling is-terminal v0.4.17 |
| 1694 | 2026-05-07T16:35:42.353Z | Compiling take_mut v0.2.2 |
| 1695 | 2026-05-07T16:35:42.367Z | Compiling xattr v1.6.1 |
| 1696 | 2026-05-07T16:35:42.425Z | Compiling term v1.2.1 |
| 1697 | 2026-05-07T16:35:42.534Z | Compiling tar v0.4.45 |
| 1698 | 2026-05-07T16:35:42.745Z | Compiling slog-term v2.9.2 |
| 1699 | 2026-05-07T16:35:42.864Z | Compiling futures v0.3.32 |
| 1700 | 2026-05-07T16:35:52.462Z | Compiling rustls-webpki v0.103.9 |
| 1701 | 2026-05-07T16:35:55.241Z | Compiling tokio-rustls v0.26.4 |
| 1702 | 2026-05-07T16:35:55.242Z | Compiling rustls-platform-verifier v0.6.2 |
| 1703 | 2026-05-07T16:35:55.446Z | Compiling hyper-rustls v0.27.7 |
| 1704 | 2026-05-07T16:35:55.637Z | Compiling reqwest v0.12.28 |
| 1705 | 2026-05-07T16:35:55.637Z | Compiling reqwest v0.13.2 |
| 1706 | 2026-05-07T16:35:57.703Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1707 | 2026-05-07T16:35:57.915Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1708 | 2026-05-07T16:36:00.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
| 1709 | 2026-05-07T16:36:00.906Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1710 | 2026-05-07T16:36:00.958Z | May 07 16:35:59.572 INFO Starting download, target: Clickhouse |
| 1711 | 2026-05-07T16:36:00.958Z | May 07 16:35:59.573 INFO Starting download, target: Console |
| 1712 | 2026-05-07T16:36:00.958Z | May 07 16:35:59.573 INFO Starting download, target: Cockroach |
| 1713 | 2026-05-07T16:36:00.958Z | May 07 16:35:59.573 INFO Starting download, target: DendriteStub |
| 1714 | 2026-05-07T16:36:00.958Z | May 07 16:35:59.573 INFO Starting download, target: MaghemiteMgd |
| 1715 | 2026-05-07T16:36:00.961Z | May 07 16:35:59.573 INFO Starting download, target: TransceiverControl |
| 1716 | 2026-05-07T16:36:00.961Z | May 07 16:35:59.573 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1717 | 2026-05-07T16:36:00.961Z | May 07 16:35:59.573 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1718 | 2026-05-07T16:36:00.961Z | May 07 16:35:59.573 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1719 | 2026-05-07T16:36:00.961Z | May 07 16:35:59.573 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1720 | 2026-05-07T16:36:00.961Z | May 07 16:35:59.573 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1721 | 2026-05-07T16:36:00.961Z | May 07 16:35:59.573 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1722 | 2026-05-07T16:36:01.242Z | May 07 16:35:59.858 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1723 | 2026-05-07T16:36:01.462Z | May 07 16:36:00.062 INFO Download complete, target: TransceiverControl |
| 1724 | 2026-05-07T16:36:01.994Z | May 07 16:36:00.606 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1725 | 2026-05-07T16:36:02.217Z | May 07 16:36:00.832 INFO Download complete, target: Console |
| 1726 | 2026-05-07T16:36:02.360Z | May 07 16:36:00.969 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1727 | 2026-05-07T16:36:02.745Z | May 07 16:36:01.357 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1728 | 2026-05-07T16:36:03.078Z | May 07 16:36:01.693 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1729 | 2026-05-07T16:36:03.078Z | May 07 16:36:01.693 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1730 | 2026-05-07T16:36:04.638Z | May 07 16:36:03.252 INFO Download complete, target: DendriteStub |
| 1731 | 2026-05-07T16:36:05.057Z | May 07 16:36:03.672 INFO Download complete, target: MaghemiteMgd |
| 1732 | 2026-05-07T16:36:06.876Z | May 07 16:36:05.488 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1733 | 2026-05-07T16:36:07.692Z | May 07 16:36:06.307 INFO Checking that binary works, target: Cockroach |
| 1734 | 2026-05-07T16:36:07.803Z | May 07 16:36:06.417 INFO Download complete, target: Cockroach |
| 1735 | 2026-05-07T16:36:13.479Z | May 07 16:36:12.093 INFO Checking that binary works, target: Clickhouse |
| 1736 | 2026-05-07T16:36:13.560Z | May 07 16:36:12.174 INFO Download complete, target: Clickhouse |
| 1737 | 2026-05-07T16:36:13.575Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1738 | 2026-05-07T16:36:13.578Z | |
| 1739 | 2026-05-07T16:36:13.578Z | real 2:16.087076193 |
| 1740 | 2026-05-07T16:36:13.578Z | user 6:41.859733408 |
| 1741 | 2026-05-07T16:36:13.578Z | sys 1:19.244769503 |
| 1742 | 2026-05-07T16:36:13.578Z | trap 0.212931543 |
| 1743 | 2026-05-07T16:36:13.579Z | tflt 0.662637204 |
| 1744 | 2026-05-07T16:36:13.579Z | dflt 0.509453760 |
| 1745 | 2026-05-07T16:36:13.579Z | kflt 0.023724867 |
| 1746 | 2026-05-07T16:36:13.579Z | lock 21:38.514856628 |
| 1747 | 2026-05-07T16:36:13.579Z | slp 20:56.190014740 |
| 1748 | 2026-05-07T16:36:13.579Z | lat 40.881783867 |
| 1749 | 2026-05-07T16:36:13.579Z | stop 1:48.067306780 |
| 1750 | 2026-05-07T16:36:13.579Z | + banner hack-check |
| 1751 | 2026-05-07T16:36:13.579Z | |
| 1752 | 2026-05-07T16:36:13.579Z | # # ## #### # # #### # # ###### #### # # |
| 1753 | 2026-05-07T16:36:13.579Z | # # # # # # # # # # # # # # # # # |
| 1754 | 2026-05-07T16:36:13.579Z | ###### # # # #### ##### # ###### ##### # #### |
| 1755 | 2026-05-07T16:36:13.579Z | # # ###### # # # # # # # # # # |
| 1756 | 2026-05-07T16:36:13.579Z | # # # # # # # # # # # # # # # # # |
| 1757 | 2026-05-07T16:36:13.579Z | # # # # #### # # #### # # ###### #### # # |
| 1758 | 2026-05-07T16:36:13.579Z | |
| 1759 | 2026-05-07T16:36:13.579Z | + export CARGO_INCREMENTAL=0 |
| 1760 | 2026-05-07T16:36:13.579Z | + CARGO_INCREMENTAL=0 |
| 1761 | 2026-05-07T16:36:13.579Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1762 | 2026-05-07T16:36:14.098Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1763 | 2026-05-07T16:36:14.318Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1764 | 2026-05-07T16:36:16.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
| 1765 | 2026-05-07T16:36:16.234Z | Running `target/debug/xtask check-features --ci` |
| 1766 | 2026-05-07T16:36:16.260Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1767 | 2026-05-07T16:36:16.263Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1768 | 2026-05-07T16:36:16.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1769 | 2026-05-07T16:36:16.769Z | Running `target/debug/xtask download cargo-hack` |
| 1770 | 2026-05-07T16:36:17.544Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1771 | 2026-05-07T16:36:17.854Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1772 | 2026-05-07T16:36:20.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s |
| 1773 | 2026-05-07T16:36:20.459Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1774 | 2026-05-07T16:36:20.500Z | May 07 16:36:19.112 INFO Starting download, target: CargoHack |
| 1775 | 2026-05-07T16:36:20.503Z | May 07 16:36:19.113 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1776 | 2026-05-07T16:36:20.917Z | May 07 16:36:19.530 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1777 | 2026-05-07T16:36:20.965Z | May 07 16:36:19.578 INFO Download complete, target: CargoHack |
| 1778 | 2026-05-07T16:36:20.968Z | 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" |
| 1779 | 2026-05-07T16:36:20.981Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1780 | 2026-05-07T16:36:21.135Z | info: running `cargo check --bins` on api_identity (1/274) |
| 1781 | 2026-05-07T16:36:21.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1782 | 2026-05-07T16:36:21.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1783 | 2026-05-07T16:36:21.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1784 | 2026-05-07T16:36:21.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1785 | 2026-05-07T16:36:21.714Z | |
| 1786 | 2026-05-07T16:36:21.714Z | info: running `cargo check --bins` on bootstore (2/274) |
| 1787 | 2026-05-07T16:36:22.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1788 | 2026-05-07T16:36:22.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1789 | 2026-05-07T16:36:22.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1790 | 2026-05-07T16:36:22.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1791 | 2026-05-07T16:36:22.289Z | |
| 1792 | 2026-05-07T16:36:22.289Z | info: running `cargo check --bins` on omicron-ledger (3/274) |
| 1793 | 2026-05-07T16:36:22.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1794 | 2026-05-07T16:36:22.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1795 | 2026-05-07T16:36:22.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1796 | 2026-05-07T16:36:22.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1797 | 2026-05-07T16:36:22.866Z | |
| 1798 | 2026-05-07T16:36:22.866Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274) |
| 1799 | 2026-05-07T16:36:23.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1800 | 2026-05-07T16:36:23.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1801 | 2026-05-07T16:36:23.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1802 | 2026-05-07T16:36:23.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1803 | 2026-05-07T16:36:23.446Z | |
| 1804 | 2026-05-07T16:36:23.446Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274) |
| 1805 | 2026-05-07T16:36:23.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1806 | 2026-05-07T16:36:23.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1807 | 2026-05-07T16:36:23.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1808 | 2026-05-07T16:36:23.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1809 | 2026-05-07T16:36:24.020Z | |
| 1810 | 2026-05-07T16:36:24.020Z | info: running `cargo check --bins` on omicron-certificates (6/274) |
| 1811 | 2026-05-07T16:36:24.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1812 | 2026-05-07T16:36:24.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1813 | 2026-05-07T16:36:24.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1814 | 2026-05-07T16:36:24.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1815 | 2026-05-07T16:36:24.613Z | |
| 1816 | 2026-05-07T16:36:24.613Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/274) |
| 1817 | 2026-05-07T16:36:25.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1818 | 2026-05-07T16:36:25.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1819 | 2026-05-07T16:36:25.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1820 | 2026-05-07T16:36:25.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1821 | 2026-05-07T16:36:25.207Z | |
| 1822 | 2026-05-07T16:36:25.207Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274) |
| 1823 | 2026-05-07T16:36:25.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1824 | 2026-05-07T16:36:25.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1825 | 2026-05-07T16:36:25.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1826 | 2026-05-07T16:36:25.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1827 | 2026-05-07T16:36:25.798Z | |
| 1828 | 2026-05-07T16:36:25.799Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274) |
| 1829 | 2026-05-07T16:36:26.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1830 | 2026-05-07T16:36:26.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1831 | 2026-05-07T16:36:26.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1832 | 2026-05-07T16:36:26.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1833 | 2026-05-07T16:36:26.257Z | |
| 1834 | 2026-05-07T16:36:26.257Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274) |
| 1835 | 2026-05-07T16:36:26.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1836 | 2026-05-07T16:36:26.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1837 | 2026-05-07T16:36:26.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1838 | 2026-05-07T16:36:26.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1839 | 2026-05-07T16:36:26.723Z | |
| 1840 | 2026-05-07T16:36:26.723Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274) |
| 1841 | 2026-05-07T16:36:27.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1842 | 2026-05-07T16:36:27.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1843 | 2026-05-07T16:36:27.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1844 | 2026-05-07T16:36:27.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1845 | 2026-05-07T16:36:27.188Z | |
| 1846 | 2026-05-07T16:36:27.188Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274) |
| 1847 | 2026-05-07T16:36:27.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1848 | 2026-05-07T16:36:27.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1849 | 2026-05-07T16:36:27.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1850 | 2026-05-07T16:36:27.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1851 | 2026-05-07T16:36:27.654Z | |
| 1852 | 2026-05-07T16:36:27.654Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274) |
| 1853 | 2026-05-07T16:36:28.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1854 | 2026-05-07T16:36:28.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1855 | 2026-05-07T16:36:28.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1856 | 2026-05-07T16:36:28.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1857 | 2026-05-07T16:36:28.117Z | |
| 1858 | 2026-05-07T16:36:28.117Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274) |
| 1859 | 2026-05-07T16:36:28.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1860 | 2026-05-07T16:36:28.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1861 | 2026-05-07T16:36:28.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1862 | 2026-05-07T16:36:28.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1863 | 2026-05-07T16:36:28.584Z | |
| 1864 | 2026-05-07T16:36:28.585Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274) |
| 1865 | 2026-05-07T16:36:28.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1866 | 2026-05-07T16:36:28.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1867 | 2026-05-07T16:36:28.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1868 | 2026-05-07T16:36:28.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1869 | 2026-05-07T16:36:29.049Z | |
| 1870 | 2026-05-07T16:36:29.049Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274) |
| 1871 | 2026-05-07T16:36:29.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1872 | 2026-05-07T16:36:29.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1873 | 2026-05-07T16:36:29.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1874 | 2026-05-07T16:36:29.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1875 | 2026-05-07T16:36:29.516Z | |
| 1876 | 2026-05-07T16:36:29.516Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274) |
| 1877 | 2026-05-07T16:36:29.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1878 | 2026-05-07T16:36:29.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1879 | 2026-05-07T16:36:29.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1880 | 2026-05-07T16:36:29.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1881 | 2026-05-07T16:36:29.979Z | |
| 1882 | 2026-05-07T16:36:29.979Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274) |
| 1883 | 2026-05-07T16:36:30.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1884 | 2026-05-07T16:36:30.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1885 | 2026-05-07T16:36:30.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1886 | 2026-05-07T16:36:30.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1887 | 2026-05-07T16:36:30.445Z | |
| 1888 | 2026-05-07T16:36:30.445Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274) |
| 1889 | 2026-05-07T16:36:30.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1890 | 2026-05-07T16:36:30.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1891 | 2026-05-07T16:36:30.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1892 | 2026-05-07T16:36:30.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1893 | 2026-05-07T16:36:30.912Z | |
| 1894 | 2026-05-07T16:36:30.912Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274) |
| 1895 | 2026-05-07T16:36:31.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1896 | 2026-05-07T16:36:31.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1897 | 2026-05-07T16:36:31.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1898 | 2026-05-07T16:36:31.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1899 | 2026-05-07T16:36:31.382Z | |
| 1900 | 2026-05-07T16:36:31.382Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274) |
| 1901 | 2026-05-07T16:36:31.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1902 | 2026-05-07T16:36:31.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1903 | 2026-05-07T16:36:31.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1904 | 2026-05-07T16:36:31.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1905 | 2026-05-07T16:36:31.849Z | |
| 1906 | 2026-05-07T16:36:31.849Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274) |
| 1907 | 2026-05-07T16:36:32.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1908 | 2026-05-07T16:36:32.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1909 | 2026-05-07T16:36:32.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1910 | 2026-05-07T16:36:32.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1911 | 2026-05-07T16:36:32.317Z | |
| 1912 | 2026-05-07T16:36:32.317Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274) |
| 1913 | 2026-05-07T16:36:32.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1914 | 2026-05-07T16:36:32.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1915 | 2026-05-07T16:36:32.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1916 | 2026-05-07T16:36:32.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1917 | 2026-05-07T16:36:32.786Z | |
| 1918 | 2026-05-07T16:36:32.786Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274) |
| 1919 | 2026-05-07T16:36:33.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1920 | 2026-05-07T16:36:33.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1921 | 2026-05-07T16:36:33.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1922 | 2026-05-07T16:36:33.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1923 | 2026-05-07T16:36:33.252Z | |
| 1924 | 2026-05-07T16:36:33.252Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274) |
| 1925 | 2026-05-07T16:36:33.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1926 | 2026-05-07T16:36:33.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1927 | 2026-05-07T16:36:33.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1928 | 2026-05-07T16:36:33.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1929 | 2026-05-07T16:36:33.721Z | |
| 1930 | 2026-05-07T16:36:33.721Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274) |
| 1931 | 2026-05-07T16:36:34.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1932 | 2026-05-07T16:36:34.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1933 | 2026-05-07T16:36:34.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1934 | 2026-05-07T16:36:34.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1935 | 2026-05-07T16:36:34.187Z | |
| 1936 | 2026-05-07T16:36:34.187Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274) |
| 1937 | 2026-05-07T16:36:34.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1938 | 2026-05-07T16:36:34.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1939 | 2026-05-07T16:36:34.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1940 | 2026-05-07T16:36:34.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1941 | 2026-05-07T16:36:34.657Z | |
| 1942 | 2026-05-07T16:36:34.657Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274) |
| 1943 | 2026-05-07T16:36:35.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1944 | 2026-05-07T16:36:35.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1945 | 2026-05-07T16:36:35.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1946 | 2026-05-07T16:36:35.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1947 | 2026-05-07T16:36:35.124Z | |
| 1948 | 2026-05-07T16:36:35.124Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274) |
| 1949 | 2026-05-07T16:36:35.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1950 | 2026-05-07T16:36:35.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1951 | 2026-05-07T16:36:35.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1952 | 2026-05-07T16:36:35.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1953 | 2026-05-07T16:36:35.591Z | |
| 1954 | 2026-05-07T16:36:35.591Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274) |
| 1955 | 2026-05-07T16:36:35.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1956 | 2026-05-07T16:36:35.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1957 | 2026-05-07T16:36:35.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1958 | 2026-05-07T16:36:36.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1959 | 2026-05-07T16:36:36.056Z | |
| 1960 | 2026-05-07T16:36:36.056Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274) |
| 1961 | 2026-05-07T16:36:36.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1962 | 2026-05-07T16:36:36.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1963 | 2026-05-07T16:36:36.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1964 | 2026-05-07T16:36:36.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1965 | 2026-05-07T16:36:36.520Z | |
| 1966 | 2026-05-07T16:36:36.520Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274) |
| 1967 | 2026-05-07T16:36:36.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1968 | 2026-05-07T16:36:36.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1969 | 2026-05-07T16:36:36.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1970 | 2026-05-07T16:36:36.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1971 | 2026-05-07T16:36:36.987Z | |
| 1972 | 2026-05-07T16:36:36.987Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274) |
| 1973 | 2026-05-07T16:36:37.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1974 | 2026-05-07T16:36:37.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1975 | 2026-05-07T16:36:37.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1976 | 2026-05-07T16:36:37.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1977 | 2026-05-07T16:36:37.452Z | |
| 1978 | 2026-05-07T16:36:37.452Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274) |
| 1979 | 2026-05-07T16:36:37.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1980 | 2026-05-07T16:36:37.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1981 | 2026-05-07T16:36:37.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1982 | 2026-05-07T16:36:37.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1983 | 2026-05-07T16:36:37.917Z | |
| 1984 | 2026-05-07T16:36:37.917Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274) |
| 1985 | 2026-05-07T16:36:38.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1986 | 2026-05-07T16:36:38.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1987 | 2026-05-07T16:36:38.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1988 | 2026-05-07T16:36:38.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1989 | 2026-05-07T16:36:38.383Z | |
| 1990 | 2026-05-07T16:36:38.383Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274) |
| 1991 | 2026-05-07T16:36:38.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1992 | 2026-05-07T16:36:38.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1993 | 2026-05-07T16:36:38.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1994 | 2026-05-07T16:36:38.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1995 | 2026-05-07T16:36:38.848Z | |
| 1996 | 2026-05-07T16:36:38.848Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274) |
| 1997 | 2026-05-07T16:36:39.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1998 | 2026-05-07T16:36:39.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1999 | 2026-05-07T16:36:39.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2000 | 2026-05-07T16:36:39.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2001 | 2026-05-07T16:36:39.311Z | |
| 2002 | 2026-05-07T16:36:39.311Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274) |
| 2003 | 2026-05-07T16:36:39.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2004 | 2026-05-07T16:36:39.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2005 | 2026-05-07T16:36:39.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2006 | 2026-05-07T16:36:39.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2007 | 2026-05-07T16:36:39.776Z | |
| 2008 | 2026-05-07T16:36:39.776Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274) |
| 2009 | 2026-05-07T16:36:40.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2010 | 2026-05-07T16:36:40.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2011 | 2026-05-07T16:36:40.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2012 | 2026-05-07T16:36:40.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2013 | 2026-05-07T16:36:40.242Z | |
| 2014 | 2026-05-07T16:36:40.242Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274) |
| 2015 | 2026-05-07T16:36:40.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2016 | 2026-05-07T16:36:40.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2017 | 2026-05-07T16:36:40.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2018 | 2026-05-07T16:36:40.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2019 | 2026-05-07T16:36:40.710Z | |
| 2020 | 2026-05-07T16:36:40.710Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274) |
| 2021 | 2026-05-07T16:36:41.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2022 | 2026-05-07T16:36:41.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2023 | 2026-05-07T16:36:41.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2024 | 2026-05-07T16:36:41.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2025 | 2026-05-07T16:36:41.181Z | |
| 2026 | 2026-05-07T16:36:41.181Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274) |
| 2027 | 2026-05-07T16:36:41.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2028 | 2026-05-07T16:36:41.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2029 | 2026-05-07T16:36:41.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2030 | 2026-05-07T16:36:41.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2031 | 2026-05-07T16:36:41.652Z | |
| 2032 | 2026-05-07T16:36:41.652Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274) |
| 2033 | 2026-05-07T16:36:42.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2034 | 2026-05-07T16:36:42.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2035 | 2026-05-07T16:36:42.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2036 | 2026-05-07T16:36:42.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2037 | 2026-05-07T16:36:42.119Z | |
| 2038 | 2026-05-07T16:36:42.119Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274) |
| 2039 | 2026-05-07T16:36:42.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2040 | 2026-05-07T16:36:42.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2041 | 2026-05-07T16:36:42.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2042 | 2026-05-07T16:36:42.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2043 | 2026-05-07T16:36:42.587Z | |
| 2044 | 2026-05-07T16:36:42.588Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274) |
| 2045 | 2026-05-07T16:36:42.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2046 | 2026-05-07T16:36:42.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2047 | 2026-05-07T16:36:42.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2048 | 2026-05-07T16:36:42.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2049 | 2026-05-07T16:36:43.055Z | |
| 2050 | 2026-05-07T16:36:43.055Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274) |
| 2051 | 2026-05-07T16:36:43.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2052 | 2026-05-07T16:36:43.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2053 | 2026-05-07T16:36:43.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2054 | 2026-05-07T16:36:43.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2055 | 2026-05-07T16:36:43.522Z | |
| 2056 | 2026-05-07T16:36:43.522Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274) |
| 2057 | 2026-05-07T16:36:43.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2058 | 2026-05-07T16:36:43.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2059 | 2026-05-07T16:36:43.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2060 | 2026-05-07T16:36:43.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2061 | 2026-05-07T16:36:43.990Z | |
| 2062 | 2026-05-07T16:36:43.990Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274) |
| 2063 | 2026-05-07T16:36:44.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2064 | 2026-05-07T16:36:44.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2065 | 2026-05-07T16:36:44.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2066 | 2026-05-07T16:36:44.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2067 | 2026-05-07T16:36:44.459Z | |
| 2068 | 2026-05-07T16:36:44.459Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274) |
| 2069 | 2026-05-07T16:36:44.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2070 | 2026-05-07T16:36:44.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2071 | 2026-05-07T16:36:44.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2072 | 2026-05-07T16:36:44.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2073 | 2026-05-07T16:36:45.095Z | |
| 2074 | 2026-05-07T16:36:45.095Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274) |
| 2075 | 2026-05-07T16:36:45.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2076 | 2026-05-07T16:36:45.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2077 | 2026-05-07T16:36:45.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2078 | 2026-05-07T16:36:45.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2079 | 2026-05-07T16:36:45.732Z | |
| 2080 | 2026-05-07T16:36:45.732Z | info: running `cargo check --bins` on nexus-config (51/274) |
| 2081 | 2026-05-07T16:36:46.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2082 | 2026-05-07T16:36:46.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2083 | 2026-05-07T16:36:46.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2084 | 2026-05-07T16:36:46.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2085 | 2026-05-07T16:36:46.365Z | |
| 2086 | 2026-05-07T16:36:46.365Z | info: running `cargo check --bins` on nexus-types (52/274) |
| 2087 | 2026-05-07T16:36:46.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2088 | 2026-05-07T16:36:46.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2089 | 2026-05-07T16:36:46.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2090 | 2026-05-07T16:36:46.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2091 | 2026-05-07T16:36:47.007Z | |
| 2092 | 2026-05-07T16:36:47.007Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274) |
| 2093 | 2026-05-07T16:36:47.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2094 | 2026-05-07T16:36:47.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2095 | 2026-05-07T16:36:47.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2096 | 2026-05-07T16:36:47.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2097 | 2026-05-07T16:36:47.607Z | |
| 2098 | 2026-05-07T16:36:47.607Z | info: running `cargo check --bins` on omicron-passwords (54/274) |
| 2099 | 2026-05-07T16:36:48.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2100 | 2026-05-07T16:36:48.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2101 | 2026-05-07T16:36:48.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2102 | 2026-05-07T16:36:48.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2103 | 2026-05-07T16:36:48.185Z | |
| 2104 | 2026-05-07T16:36:48.185Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/274) |
| 2105 | 2026-05-07T16:36:48.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2106 | 2026-05-07T16:36:48.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2107 | 2026-05-07T16:36:48.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2108 | 2026-05-07T16:36:48.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2109 | 2026-05-07T16:36:48.790Z | |
| 2110 | 2026-05-07T16:36:48.790Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274) |
| 2111 | 2026-05-07T16:36:49.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2112 | 2026-05-07T16:36:49.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2113 | 2026-05-07T16:36:49.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2114 | 2026-05-07T16:36:49.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2115 | 2026-05-07T16:36:49.391Z | |
| 2116 | 2026-05-07T16:36:49.391Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274) |
| 2117 | 2026-05-07T16:36:49.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2118 | 2026-05-07T16:36:49.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2119 | 2026-05-07T16:36:49.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2120 | 2026-05-07T16:36:49.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2121 | 2026-05-07T16:36:49.998Z | |
| 2122 | 2026-05-07T16:36:49.998Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274) |
| 2123 | 2026-05-07T16:36:50.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2124 | 2026-05-07T16:36:50.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2125 | 2026-05-07T16:36:50.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2126 | 2026-05-07T16:36:50.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2127 | 2026-05-07T16:36:50.603Z | |
| 2128 | 2026-05-07T16:36:50.604Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274) |
| 2129 | 2026-05-07T16:36:51.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2130 | 2026-05-07T16:36:51.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2131 | 2026-05-07T16:36:51.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2132 | 2026-05-07T16:36:51.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2133 | 2026-05-07T16:36:51.187Z | |
| 2134 | 2026-05-07T16:36:51.187Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274) |
| 2135 | 2026-05-07T16:36:51.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2136 | 2026-05-07T16:36:51.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2137 | 2026-05-07T16:36:51.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2138 | 2026-05-07T16:36:51.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2139 | 2026-05-07T16:36:51.771Z | |
| 2140 | 2026-05-07T16:36:51.771Z | info: running `cargo check --bins --no-default-features` on gfss (61/274) |
| 2141 | 2026-05-07T16:36:52.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2142 | 2026-05-07T16:36:52.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2143 | 2026-05-07T16:36:52.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2144 | 2026-05-07T16:36:52.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2145 | 2026-05-07T16:36:52.352Z | |
| 2146 | 2026-05-07T16:36:52.352Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274) |
| 2147 | 2026-05-07T16:36:52.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2148 | 2026-05-07T16:36:52.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2149 | 2026-05-07T16:36:52.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2150 | 2026-05-07T16:36:52.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2151 | 2026-05-07T16:36:52.938Z | |
| 2152 | 2026-05-07T16:36:52.938Z | info: running `cargo check --bins` on clickhouse-admin-types (63/274) |
| 2153 | 2026-05-07T16:36:53.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2154 | 2026-05-07T16:36:53.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2155 | 2026-05-07T16:36:53.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2156 | 2026-05-07T16:36:53.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2157 | 2026-05-07T16:36:53.533Z | |
| 2158 | 2026-05-07T16:36:53.533Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/274) |
| 2159 | 2026-05-07T16:36:54.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2160 | 2026-05-07T16:36:54.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2161 | 2026-05-07T16:36:54.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2162 | 2026-05-07T16:36:54.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2163 | 2026-05-07T16:36:54.131Z | |
| 2164 | 2026-05-07T16:36:54.131Z | info: running `cargo check --bins` on cockroach-admin-types (65/274) |
| 2165 | 2026-05-07T16:36:54.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2166 | 2026-05-07T16:36:54.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2167 | 2026-05-07T16:36:54.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2168 | 2026-05-07T16:36:54.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2169 | 2026-05-07T16:36:54.709Z | |
| 2170 | 2026-05-07T16:36:54.709Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/274) |
| 2171 | 2026-05-07T16:36:55.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2172 | 2026-05-07T16:36:55.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2173 | 2026-05-07T16:36:55.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2174 | 2026-05-07T16:36:55.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2175 | 2026-05-07T16:36:55.293Z | |
| 2176 | 2026-05-07T16:36:55.293Z | info: running `cargo check --bins` on ereport-types (67/274) |
| 2177 | 2026-05-07T16:36:55.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2178 | 2026-05-07T16:36:55.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2179 | 2026-05-07T16:36:55.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2180 | 2026-05-07T16:36:55.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2181 | 2026-05-07T16:36:55.884Z | |
| 2182 | 2026-05-07T16:36:55.884Z | info: running `cargo check --bins` on gateway-client (68/274) |
| 2183 | 2026-05-07T16:36:56.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2184 | 2026-05-07T16:36:56.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2185 | 2026-05-07T16:36:56.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2186 | 2026-05-07T16:36:56.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2187 | 2026-05-07T16:36:56.480Z | |
| 2188 | 2026-05-07T16:36:56.480Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/274) |
| 2189 | 2026-05-07T16:36:56.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2190 | 2026-05-07T16:36:56.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2191 | 2026-05-07T16:36:56.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2192 | 2026-05-07T16:36:56.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2193 | 2026-05-07T16:36:57.070Z | |
| 2194 | 2026-05-07T16:36:57.070Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274) |
| 2195 | 2026-05-07T16:36:57.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2196 | 2026-05-07T16:36:57.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2197 | 2026-05-07T16:36:57.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2198 | 2026-05-07T16:36:57.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2199 | 2026-05-07T16:36:57.655Z | |
| 2200 | 2026-05-07T16:36:57.655Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274) |
| 2201 | 2026-05-07T16:36:58.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2202 | 2026-05-07T16:36:58.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2203 | 2026-05-07T16:36:58.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2204 | 2026-05-07T16:36:58.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2205 | 2026-05-07T16:36:58.243Z | |
| 2206 | 2026-05-07T16:36:58.243Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274) |
| 2207 | 2026-05-07T16:36:58.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2208 | 2026-05-07T16:36:58.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2209 | 2026-05-07T16:36:58.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2210 | 2026-05-07T16:36:58.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2211 | 2026-05-07T16:36:58.835Z | |
| 2212 | 2026-05-07T16:36:58.835Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/274) |
| 2213 | 2026-05-07T16:36:59.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2214 | 2026-05-07T16:36:59.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2215 | 2026-05-07T16:36:59.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2216 | 2026-05-07T16:36:59.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2217 | 2026-05-07T16:36:59.447Z | |
| 2218 | 2026-05-07T16:36:59.447Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274) |
| 2219 | 2026-05-07T16:36:59.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2220 | 2026-05-07T16:36:59.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2221 | 2026-05-07T16:36:59.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2222 | 2026-05-07T16:36:59.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2223 | 2026-05-07T16:37:00.058Z | |
| 2224 | 2026-05-07T16:37:00.058Z | info: running `cargo check --bins` on key-manager-types (75/274) |
| 2225 | 2026-05-07T16:37:00.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2226 | 2026-05-07T16:37:00.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2227 | 2026-05-07T16:37:00.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2228 | 2026-05-07T16:37:00.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2229 | 2026-05-07T16:37:00.643Z | |
| 2230 | 2026-05-07T16:37:00.643Z | info: running `cargo check --bins` on oxlog (76/274) |
| 2231 | 2026-05-07T16:37:01.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2232 | 2026-05-07T16:37:01.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2233 | 2026-05-07T16:37:01.244Z | Checking cfg-if v1.0.4 |
| 2234 | 2026-05-07T16:37:01.248Z | Checking libc v0.2.185 |
| 2235 | 2026-05-07T16:37:01.248Z | Checking serde_core v1.0.228 |
| 2236 | 2026-05-07T16:37:01.360Z | Checking zeroize v1.8.2 |
| 2237 | 2026-05-07T16:37:01.368Z | Checking memchr v2.8.0 |
| 2238 | 2026-05-07T16:37:01.377Z | Checking log v0.4.29 |
| 2239 | 2026-05-07T16:37:01.380Z | Checking smallvec v1.15.1 |
| 2240 | 2026-05-07T16:37:01.397Z | Checking typenum v1.19.0 |
| 2241 | 2026-05-07T16:37:01.407Z | Checking subtle v2.6.1 |
| 2242 | 2026-05-07T16:37:01.497Z | Checking itoa v1.0.17 |
| 2243 | 2026-05-07T16:37:01.534Z | Checking scopeguard v1.2.0 |
| 2244 | 2026-05-07T16:37:01.546Z | Checking stable_deref_trait v1.2.1 |
| 2245 | 2026-05-07T16:37:01.557Z | Checking const-oid v0.9.6 |
| 2246 | 2026-05-07T16:37:01.617Z | Checking portable-atomic v1.13.1 |
| 2247 | 2026-05-07T16:37:01.636Z | Checking lock_api v0.4.14 |
| 2248 | 2026-05-07T16:37:01.641Z | Checking zerofrom v0.1.6 |
| 2249 | 2026-05-07T16:37:01.737Z | Checking critical-section v1.2.0 |
| 2250 | 2026-05-07T16:37:01.750Z | Checking getrandom v0.2.17 |
| 2251 | 2026-05-07T16:37:01.750Z | Checking errno v0.3.14 |
| 2252 | 2026-05-07T16:37:01.821Z | Checking yoke v0.8.1 |
| 2253 | 2026-05-07T16:37:01.834Z | Checking parking_lot_core v0.9.12 |
| 2254 | 2026-05-07T16:37:01.859Z | Checking signal-hook-registry v1.4.8 |
| 2255 | 2026-05-07T16:37:01.905Z | Checking rand_core v0.6.4 |
| 2256 | 2026-05-07T16:37:01.915Z | Checking generic-array v0.14.7 |
| 2257 | 2026-05-07T16:37:01.980Z | Checking zerovec v0.11.5 |
| 2258 | 2026-05-07T16:37:02.009Z | Checking zerocopy v0.8.40 |
| 2259 | 2026-05-07T16:37:02.015Z | Checking pin-project-lite v0.2.17 |
| 2260 | 2026-05-07T16:37:02.015Z | Checking once_cell v1.21.3 |
| 2261 | 2026-05-07T16:37:02.069Z | Checking parking_lot v0.12.5 |
| 2262 | 2026-05-07T16:37:02.108Z | Checking mio v1.2.0 |
| 2263 | 2026-05-07T16:37:02.200Z | Checking socket2 v0.6.3 |
| 2264 | 2026-05-07T16:37:02.226Z | Checking libm v0.2.16 |
| 2265 | 2026-05-07T16:37:02.249Z | Checking zmij v1.0.21 |
| 2266 | 2026-05-07T16:37:02.338Z | Checking crypto-common v0.1.7 |
| 2267 | 2026-05-07T16:37:02.380Z | Checking block-buffer v0.10.4 |
| 2268 | 2026-05-07T16:37:02.401Z | Checking tinystr v0.8.2 |
| 2269 | 2026-05-07T16:37:02.437Z | Checking writeable v0.6.2 |
| 2270 | 2026-05-07T16:37:02.455Z | Checking equivalent v1.0.2 |
| 2271 | 2026-05-07T16:37:02.462Z | Checking percent-encoding v2.3.2 |
| 2272 | 2026-05-07T16:37:02.514Z | Checking digest v0.10.7 |
| 2273 | 2026-05-07T16:37:02.529Z | Checking futures-core v0.3.32 |
| 2274 | 2026-05-07T16:37:02.573Z | Checking litemap v0.8.1 |
| 2275 | 2026-05-07T16:37:02.592Z | Checking potential_utf v0.1.4 |
| 2276 | 2026-05-07T16:37:02.595Z | Checking zerotrie v0.2.3 |
| 2277 | 2026-05-07T16:37:02.647Z | Checking cpufeatures v0.2.17 |
| 2278 | 2026-05-07T16:37:02.699Z | Checking hmac v0.12.1 |
| 2279 | 2026-05-07T16:37:02.715Z | Checking icu_collections v2.1.1 |
| 2280 | 2026-05-07T16:37:02.730Z | Checking block-padding v0.3.3 |
| 2281 | 2026-05-07T16:37:02.735Z | Checking icu_locale_core v2.1.1 |
| 2282 | 2026-05-07T16:37:02.801Z | Checking serde v1.0.228 |
| 2283 | 2026-05-07T16:37:02.824Z | Checking bitflags v2.11.0 |
| 2284 | 2026-05-07T16:37:02.835Z | Checking serde_json v1.0.149 |
| 2285 | 2026-05-07T16:37:02.885Z | Checking icu_normalizer_data v2.1.1 |
| 2286 | 2026-05-07T16:37:02.905Z | Checking num-traits v0.2.19 |
| 2287 | 2026-05-07T16:37:02.955Z | Checking icu_properties_data v2.1.2 |
| 2288 | 2026-05-07T16:37:02.985Z | Checking futures-sink v0.3.32 |
| 2289 | 2026-05-07T16:37:03.013Z | Checking hashbrown v0.17.0 |
| 2290 | 2026-05-07T16:37:03.079Z | Checking rand_core v0.10.0 |
| 2291 | 2026-05-07T16:37:03.092Z | Checking futures-channel v0.3.32 |
| 2292 | 2026-05-07T16:37:03.206Z | Checking bytes v1.11.1 |
| 2293 | 2026-05-07T16:37:03.228Z | Checking getrandom v0.4.1 |
| 2294 | 2026-05-07T16:37:03.289Z | Checking inout v0.1.4 |
| 2295 | 2026-05-07T16:37:03.330Z | Checking icu_provider v2.1.1 |
| 2296 | 2026-05-07T16:37:03.364Z | Checking slab v0.4.12 |
| 2297 | 2026-05-07T16:37:03.415Z | Checking futures-task v0.3.32 |
| 2298 | 2026-05-07T16:37:03.429Z | Checking futures-io v0.3.32 |
| 2299 | 2026-05-07T16:37:03.471Z | Checking indexmap v2.14.0 |
| 2300 | 2026-05-07T16:37:03.491Z | Checking cipher v0.4.4 |
| 2301 | 2026-05-07T16:37:03.516Z | Checking sha2 v0.10.9 |
| 2302 | 2026-05-07T16:37:03.535Z | Checking getrandom v0.3.4 |
| 2303 | 2026-05-07T16:37:03.547Z | Checking futures-util v0.3.32 |
| 2304 | 2026-05-07T16:37:03.550Z | Checking icu_normalizer v2.1.1 |
| 2305 | 2026-05-07T16:37:03.638Z | Checking tokio v1.52.1 |
| 2306 | 2026-05-07T16:37:03.672Z | Checking icu_properties v2.1.2 |
| 2307 | 2026-05-07T16:37:03.696Z | Checking byteorder v1.5.0 |
| 2308 | 2026-05-07T16:37:03.777Z | Checking base64ct v1.8.3 |
| 2309 | 2026-05-07T16:37:03.845Z | Checking utf8_iter v1.0.4 |
| 2310 | 2026-05-07T16:37:03.890Z | Checking form_urlencoded v1.2.2 |
| 2311 | 2026-05-07T16:37:03.963Z | Checking fnv v1.0.7 |
| 2312 | 2026-05-07T16:37:04.028Z | Checking pem-rfc7468 v0.7.0 |
| 2313 | 2026-05-07T16:37:04.034Z | Checking flagset v0.4.7 |
| 2314 | 2026-05-07T16:37:04.044Z | Checking rand_core v0.9.5 |
| 2315 | 2026-05-07T16:37:04.057Z | Checking salsa20 v0.10.2 |
| 2316 | 2026-05-07T16:37:04.152Z | Checking http v1.4.0 |
| 2317 | 2026-05-07T16:37:04.164Z | Checking der v0.7.10 |
| 2318 | 2026-05-07T16:37:04.183Z | Checking uuid v1.23.0 |
| 2319 | 2026-05-07T16:37:04.200Z | Checking pbkdf2 v0.12.2 |
| 2320 | 2026-05-07T16:37:04.309Z | Checking scrypt v0.11.0 |
| 2321 | 2026-05-07T16:37:04.447Z | Checking aes v0.8.4 |
| 2322 | 2026-05-07T16:37:04.481Z | Checking idna_adapter v1.2.1 |
| 2323 | 2026-05-07T16:37:04.490Z | Checking cbc v0.1.2 |
| 2324 | 2026-05-07T16:37:04.596Z | Checking idna v1.1.0 |
| 2325 | 2026-05-07T16:37:04.614Z | Checking rustix v1.1.3 |
| 2326 | 2026-05-07T16:37:04.695Z | Checking tracing-core v0.1.36 |
| 2327 | 2026-05-07T16:37:04.742Z | Checking ppv-lite86 v0.2.21 |
| 2328 | 2026-05-07T16:37:04.838Z | Checking rustls-pki-types v1.14.0 |
| 2329 | 2026-05-07T16:37:04.845Z | Checking url v2.5.8 |
| 2330 | 2026-05-07T16:37:04.877Z | Checking spki v0.7.3 |
| 2331 | 2026-05-07T16:37:04.997Z | Checking iana-time-zone v0.1.65 |
| 2332 | 2026-05-07T16:37:05.031Z | Checking rand_chacha v0.9.0 |
| 2333 | 2026-05-07T16:37:05.042Z | Checking regex-syntax v0.8.10 |
| 2334 | 2026-05-07T16:37:05.101Z | Checking chrono v0.4.44 |
| 2335 | 2026-05-07T16:37:05.115Z | Checking pkcs5 v0.7.1 |
| 2336 | 2026-05-07T16:37:05.223Z | Checking rand v0.9.2 |
| 2337 | 2026-05-07T16:37:05.275Z | Checking tracing v0.1.44 |
| 2338 | 2026-05-07T16:37:05.368Z | Checking http-body v1.0.1 |
| 2339 | 2026-05-07T16:37:05.430Z | Checking aws-lc-sys v0.37.1 |
| 2340 | 2026-05-07T16:37:05.452Z | Checking untrusted v0.9.0 |
| 2341 | 2026-05-07T16:37:05.470Z | Checking openssl-probe v0.2.1 |
| 2342 | 2026-05-07T16:37:05.500Z | Checking base64 v0.22.1 |
| 2343 | 2026-05-07T16:37:05.563Z | Checking untrusted v0.7.1 |
| 2344 | 2026-05-07T16:37:05.574Z | Checking ring v0.17.14 |
| 2345 | 2026-05-07T16:37:05.679Z | Checking pkcs8 v0.10.2 |
| 2346 | 2026-05-07T16:37:05.686Z | Checking tower-service v0.3.3 |
| 2347 | 2026-05-07T16:37:05.729Z | Checking try-lock v0.2.5 |
| 2348 | 2026-05-07T16:37:05.776Z | Checking plain v0.2.3 |
| 2349 | 2026-05-07T16:37:05.825Z | Checking tower-layer v0.3.3 |
| 2350 | 2026-05-07T16:37:05.849Z | Checking tinyvec_macros v0.1.1 |
| 2351 | 2026-05-07T16:37:05.878Z | Checking atomic-waker v1.1.2 |
| 2352 | 2026-05-07T16:37:05.924Z | Checking tinyvec v1.10.0 |
| 2353 | 2026-05-07T16:37:05.943Z | Checking aws-lc-rs v1.16.0 |
| 2354 | 2026-05-07T16:37:05.955Z | Checking want v0.3.1 |
| 2355 | 2026-05-07T16:37:05.975Z | Checking ipnet v2.11.0 |
| 2356 | 2026-05-07T16:37:05.988Z | Checking semver v1.0.28 |
| 2357 | 2026-05-07T16:37:06.075Z | Checking httparse v1.10.1 |
| 2358 | 2026-05-07T16:37:06.192Z | Checking spin v0.9.8 |
| 2359 | 2026-05-07T16:37:06.232Z | Checking fastrand v2.3.0 |
| 2360 | 2026-05-07T16:37:06.244Z | Checking pin-utils v0.1.0 |
| 2361 | 2026-05-07T16:37:06.283Z | Checking foreign-types-shared v0.1.1 |
| 2362 | 2026-05-07T16:37:06.311Z | Checking dyn-clone v1.0.20 |
| 2363 | 2026-05-07T16:37:06.361Z | Checking httpdate v1.0.3 |
| 2364 | 2026-05-07T16:37:06.388Z | Checking ucd-trie v0.1.7 |
| 2365 | 2026-05-07T16:37:06.401Z | Checking unicode-ident v1.0.24 |
| 2366 | 2026-05-07T16:37:06.411Z | Checking tempfile v3.25.0 |
| 2367 | 2026-05-07T16:37:06.416Z | Checking schemars v0.8.22 |
| 2368 | 2026-05-07T16:37:06.485Z | Checking proc-macro2 v1.0.106 |
| 2369 | 2026-05-07T16:37:06.498Z | Checking pest v2.8.6 |
| 2370 | 2026-05-07T16:37:06.511Z | Checking foreign-types v0.3.2 |
| 2371 | 2026-05-07T16:37:06.578Z | Checking openssl-sys v0.9.114 |
| 2372 | 2026-05-07T16:37:06.593Z | Checking thiserror v2.0.18 |
| 2373 | 2026-05-07T16:37:06.605Z | Checking wait-timeout v0.2.1 |
| 2374 | 2026-05-07T16:37:06.692Z | Checking aho-corasick v1.1.4 |
| 2375 | 2026-05-07T16:37:06.729Z | Checking simd-adler32 v0.3.8 |
| 2376 | 2026-05-07T16:37:06.773Z | Checking rustls-webpki v0.103.9 |
| 2377 | 2026-05-07T16:37:06.790Z | Checking quick-error v1.2.3 |
| 2378 | 2026-05-07T16:37:06.870Z | Checking tokio-util v0.7.18 |
| 2379 | 2026-05-07T16:37:06.888Z | Checking bit-vec v0.8.0 |
| 2380 | 2026-05-07T16:37:06.900Z | Checking utf8parse v0.2.2 |
| 2381 | 2026-05-07T16:37:07.003Z | Checking anstyle v1.0.13 |
| 2382 | 2026-05-07T16:37:07.078Z | Checking siphasher v1.0.2 |
| 2383 | 2026-05-07T16:37:07.078Z | Checking pretty-hex v0.4.1 |
| 2384 | 2026-05-07T16:37:07.096Z | Checking powerfmt v0.2.0 |
| 2385 | 2026-05-07T16:37:07.175Z | Checking bit-set v0.8.0 |
| 2386 | 2026-05-07T16:37:07.188Z | Checking openssl v0.10.78 |
| 2387 | 2026-05-07T16:37:07.200Z | Checking rustls v0.23.37 |
| 2388 | 2026-05-07T16:37:07.234Z | Checking deranged v0.5.8 |
| 2389 | 2026-05-07T16:37:07.246Z | Checking anstyle-parse v0.2.7 |
| 2390 | 2026-05-07T16:37:07.328Z | Checking rusty-fork v0.3.1 |
| 2391 | 2026-05-07T16:37:07.365Z | Checking regex-automata v0.4.14 |
| 2392 | 2026-05-07T16:37:07.391Z | Checking quote v1.0.45 |
| 2393 | 2026-05-07T16:37:07.473Z | Checking h2 v0.4.13 |
| 2394 | 2026-05-07T16:37:07.492Z | Compiling newtype-uuid v1.3.2 |
| 2395 | 2026-05-07T16:37:07.560Z | Checking unicode-normalization v0.1.25 |
| 2396 | 2026-05-07T16:37:07.567Z | Checking rustls-native-certs v0.8.3 |
| 2397 | 2026-05-07T16:37:07.665Z | Checking crossbeam-utils v0.8.21 |
| 2398 | 2026-05-07T16:37:07.700Z | Checking rand_xorshift v0.4.0 |
| 2399 | 2026-05-07T16:37:07.810Z | Checking crc32fast v1.5.0 |
| 2400 | 2026-05-07T16:37:07.950Z | Checking scroll v0.13.0 |
| 2401 | 2026-05-07T16:37:07.963Z | Checking signature v2.2.0 |
| 2402 | 2026-05-07T16:37:07.989Z | Checking sync_wrapper v1.0.2 |
| 2403 | 2026-05-07T16:37:08.089Z | Checking anstyle-query v1.1.5 |
| 2404 | 2026-05-07T16:37:08.099Z | Checking is_terminal_polyfill v1.70.2 |
| 2405 | 2026-05-07T16:37:08.144Z | Checking colorchoice v1.0.4 |
| 2406 | 2026-05-07T16:37:08.169Z | Checking num_threads v0.1.7 |
| 2407 | 2026-05-07T16:37:08.185Z | Checking time-core v0.1.8 |
| 2408 | 2026-05-07T16:37:08.194Z | Checking num-conv v0.2.0 |
| 2409 | 2026-05-07T16:37:08.237Z | Checking adler2 v2.0.1 |
| 2410 | 2026-05-07T16:37:08.256Z | Checking unicode-bidi v0.3.18 |
| 2411 | 2026-05-07T16:37:08.303Z | Checking allocator-api2 v0.2.21 |
| 2412 | 2026-05-07T16:37:08.315Z | Checking unicode-properties v0.1.4 |
| 2413 | 2026-05-07T16:37:08.352Z | Checking unarray v0.1.4 |
| 2414 | 2026-05-07T16:37:08.442Z | Checking proptest v1.10.0 |
| 2415 | 2026-05-07T16:37:08.496Z | Checking miniz_oxide v0.8.9 |
| 2416 | 2026-05-07T16:37:08.535Z | Checking stringprep v0.1.5 |
| 2417 | 2026-05-07T16:37:08.579Z | Checking time v0.3.47 |
| 2418 | 2026-05-07T16:37:08.681Z | Checking anstream v0.6.21 |
| 2419 | 2026-05-07T16:37:08.846Z | Checking goblin v0.10.5 |
| 2420 | 2026-05-07T16:37:08.876Z | Checking tower v0.5.3 |
| 2421 | 2026-05-07T16:37:09.135Z | Checking crossbeam-epoch v0.9.18 |
| 2422 | 2026-05-07T16:37:09.162Z | Checking native-tls v0.2.18 |
| 2423 | 2026-05-07T16:37:09.268Z | Compiling daft v0.1.5 |
| 2424 | 2026-05-07T16:37:09.336Z | Checking syn v2.0.117 |
| 2425 | 2026-05-07T16:37:09.355Z | Checking ipnetwork v0.21.1 |
| 2426 | 2026-05-07T16:37:09.508Z | Checking tokio-rustls v0.26.4 |
| 2427 | 2026-05-07T16:37:09.541Z | Checking http-body-util v0.1.3 |
| 2428 | 2026-05-07T16:37:09.572Z | Checking webpki-roots v1.0.6 |
| 2429 | 2026-05-07T16:37:09.687Z | Checking rand_chacha v0.3.1 |
| 2430 | 2026-05-07T16:37:09.702Z | Checking thiserror v1.0.69 |
| 2431 | 2026-05-07T16:37:09.731Z | Checking scroll v0.12.0 |
| 2432 | 2026-05-07T16:37:09.749Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2433 | 2026-05-07T16:37:09.795Z | Checking hash32 v0.2.1 |
| 2434 | 2026-05-07T16:37:09.867Z | Checking num-integer v0.1.46 |
| 2435 | 2026-05-07T16:37:09.883Z | Checking serde_spanned v0.6.9 |
| 2436 | 2026-05-07T16:37:09.942Z | Checking toml_datetime v0.6.11 |
| 2437 | 2026-05-07T16:37:09.958Z | Checking md-5 v0.10.6 |
| 2438 | 2026-05-07T16:37:10.013Z | Checking ff v0.13.1 |
| 2439 | 2026-05-07T16:37:10.079Z | Checking iri-string v0.7.10 |
| 2440 | 2026-05-07T16:37:10.092Z | Checking ryu v1.0.23 |
| 2441 | 2026-05-07T16:37:10.115Z | Checking hyper v1.8.1 |
| 2442 | 2026-05-07T16:37:10.119Z | Checking base16ct v0.2.0 |
| 2443 | 2026-05-07T16:37:10.138Z | Checking fallible-iterator v0.2.0 |
| 2444 | 2026-05-07T16:37:10.183Z | Checking zlib-rs v0.6.2 |
| 2445 | 2026-05-07T16:37:10.218Z | Checking psl-types v2.0.11 |
| 2446 | 2026-05-07T16:37:10.245Z | Checking sec1 v0.7.3 |
| 2447 | 2026-05-07T16:37:10.331Z | Checking publicsuffix v2.3.0 |
| 2448 | 2026-05-07T16:37:10.399Z | Checking postgres-protocol v0.6.10 |
| 2449 | 2026-05-07T16:37:10.446Z | Checking serde_urlencoded v0.7.1 |
| 2450 | 2026-05-07T16:37:10.634Z | Checking group v0.13.0 |
| 2451 | 2026-05-07T16:37:10.647Z | Compiling iddqd v0.3.18 |
| 2452 | 2026-05-07T16:37:10.703Z | Checking num-iter v0.1.45 |
| 2453 | 2026-05-07T16:37:10.778Z | Checking goblin v0.8.2 |
| 2454 | 2026-05-07T16:37:10.812Z | Checking heapless v0.7.17 |
| 2455 | 2026-05-07T16:37:11.008Z | Checking hyper-util v0.1.20 |
| 2456 | 2026-05-07T16:37:11.063Z | Checking flate2 v1.1.9 |
| 2457 | 2026-05-07T16:37:11.086Z | Checking tower-http v0.6.8 |
| 2458 | 2026-05-07T16:37:11.168Z | Checking dof v0.4.0 |
| 2459 | 2026-05-07T16:37:11.232Z | Checking rand v0.8.5 |
| 2460 | 2026-05-07T16:37:11.361Z | Checking zstd-safe v7.2.4 |
| 2461 | 2026-05-07T16:37:11.369Z | Checking cookie v0.18.1 |
| 2462 | 2026-05-07T16:37:11.526Z | Checking oxnet v0.1.4 |
| 2463 | 2026-05-07T16:37:11.595Z | Checking tokio-native-tls v0.3.1 |
| 2464 | 2026-05-07T16:37:11.611Z | Checking dtrace-parser v0.3.0 |
| 2465 | 2026-05-07T16:37:11.748Z | Checking phf_shared v0.13.1 |
| 2466 | 2026-05-07T16:37:11.761Z | Checking lazy_static v1.5.0 |
| 2467 | 2026-05-07T16:37:11.764Z | Checking zerocopy v0.7.35 |
| 2468 | 2026-05-07T16:37:11.782Z | Checking terminal_size v0.4.3 |
| 2469 | 2026-05-07T16:37:11.795Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2470 | 2026-05-07T16:37:11.846Z | Checking signal-hook v0.3.18 |
| 2471 | 2026-05-07T16:37:11.859Z | Checking hkdf v0.12.4 |
| 2472 | 2026-05-07T16:37:11.872Z | Checking crypto-bigint v0.5.5 |
| 2473 | 2026-05-07T16:37:11.887Z | Checking thread-id v5.1.0 |
| 2474 | 2026-05-07T16:37:11.938Z | Checking libbz2-rs-sys v0.2.2 |
| 2475 | 2026-05-07T16:37:11.964Z | Checking foldhash v0.1.5 |
| 2476 | 2026-05-07T16:37:11.983Z | Checking winnow v0.5.40 |
| 2477 | 2026-05-07T16:37:12.032Z | Checking strsim v0.11.1 |
| 2478 | 2026-05-07T16:37:12.091Z | Checking foldhash v0.2.0 |
| 2479 | 2026-05-07T16:37:12.190Z | Checking bumpalo v3.20.2 |
| 2480 | 2026-05-07T16:37:12.241Z | Compiling rayon-core v1.13.0 |
| 2481 | 2026-05-07T16:37:12.244Z | Checking clap_lex v1.0.0 |
| 2482 | 2026-05-07T16:37:12.264Z | Checking hyper-rustls v0.27.7 |
| 2483 | 2026-05-07T16:37:12.314Z | Checking winnow v0.7.14 |
| 2484 | 2026-05-07T16:37:12.388Z | Checking bitflags v1.3.2 |
| 2485 | 2026-05-07T16:37:12.401Z | Checking either v1.15.0 |
| 2486 | 2026-05-07T16:37:12.413Z | Checking managed v0.8.0 |
| 2487 | 2026-05-07T16:37:12.468Z | Checking clap_builder v4.5.60 |
| 2488 | 2026-05-07T16:37:12.483Z | Checking zopfli v0.8.3 |
| 2489 | 2026-05-07T16:37:12.576Z | Checking bzip2 v0.6.1 |
| 2490 | 2026-05-07T16:37:12.590Z | Checking smoltcp v0.9.1 |
| 2491 | 2026-05-07T16:37:12.674Z | Checking dof v0.3.0 |
| 2492 | 2026-05-07T16:37:12.736Z | Checking hyper-tls v0.6.0 |
| 2493 | 2026-05-07T16:37:12.756Z | Checking elliptic-curve v0.13.8 |
| 2494 | 2026-05-07T16:37:12.807Z | Checking hashbrown v0.16.1 |
| 2495 | 2026-05-07T16:37:12.901Z | Checking hashbrown v0.15.5 |
| 2496 | 2026-05-07T16:37:12.950Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2497 | 2026-05-07T16:37:13.072Z | Checking signal-hook-mio v0.2.5 |
| 2498 | 2026-05-07T16:37:13.109Z | Checking toml_edit v0.19.15 |
| 2499 | 2026-05-07T16:37:13.128Z | Checking usdt-impl v0.6.0 |
| 2500 | 2026-05-07T16:37:13.162Z | Checking phf v0.13.1 |
| 2501 | 2026-05-07T16:37:13.174Z | Checking bzip2 v0.4.4 |
| 2502 | 2026-05-07T16:37:13.301Z | Checking num-bigint-dig v0.8.6 |
| 2503 | 2026-05-07T16:37:13.328Z | Checking cookie_store v0.22.1 |
| 2504 | 2026-05-07T16:37:13.358Z | Checking zstd v0.13.3 |
| 2505 | 2026-05-07T16:37:13.402Z | Checking postgres-types v0.2.12 |
| 2506 | 2026-05-07T16:37:13.483Z | Checking dtrace-parser v0.2.0 |
| 2507 | 2026-05-07T16:37:13.539Z | Checking rustls-platform-verifier v0.6.2 |
| 2508 | 2026-05-07T16:37:13.551Z | Checking crossbeam-deque v0.8.6 |
| 2509 | 2026-05-07T16:37:13.651Z | Checking bstr v1.12.1 |
| 2510 | 2026-05-07T16:37:13.674Z | Checking regex v1.12.3 |
| 2511 | 2026-05-07T16:37:13.687Z | Checking ed25519 v2.2.3 |
| 2512 | 2026-05-07T16:37:13.707Z | Checking phf_shared v0.11.3 |
| 2513 | 2026-05-07T16:37:13.718Z | Checking ref-cast v1.0.25 |
| 2514 | 2026-05-07T16:37:13.722Z | Checking curve25519-dalek v4.1.3 |
| 2515 | 2026-05-07T16:37:13.810Z | Checking strum v0.27.2 |
| 2516 | 2026-05-07T16:37:13.842Z | Checking hubpack v0.1.2 |
| 2517 | 2026-05-07T16:37:13.859Z | Checking memoffset v0.9.1 |
| 2518 | 2026-05-07T16:37:13.916Z | Checking rustix v0.38.44 |
| 2519 | 2026-05-07T16:37:13.935Z | Checking pkcs1 v0.7.5 |
| 2520 | 2026-05-07T16:37:13.947Z | Checking float-cmp v0.10.0 |
| 2521 | 2026-05-07T16:37:14.005Z | Checking serde-big-array v0.5.1 |
| 2522 | 2026-05-07T16:37:14.030Z | Checking hex v0.4.3 |
| 2523 | 2026-05-07T16:37:14.071Z | Checking erased-serde v0.3.31 |
| 2524 | 2026-05-07T16:37:14.109Z | Checking rfc6979 v0.4.0 |
| 2525 | 2026-05-07T16:37:14.121Z | Checking thread-id v4.2.2 |
| 2526 | 2026-05-07T16:37:14.133Z | Checking memmap2 v0.9.10 |
| 2527 | 2026-05-07T16:37:14.145Z | Checking env_filter v1.0.0 |
| 2528 | 2026-05-07T16:37:14.193Z | Checking encoding_rs v0.8.35 |
| 2529 | 2026-05-07T16:37:14.219Z | Checking whoami v2.1.0 |
| 2530 | 2026-05-07T16:37:14.249Z | Checking jiff v0.2.21 |
| 2531 | 2026-05-07T16:37:14.278Z | Checking data-encoding v2.10.0 |
| 2532 | 2026-05-07T16:37:14.289Z | Checking normalize-line-endings v0.3.0 |
| 2533 | 2026-05-07T16:37:14.375Z | Checking static_assertions v1.1.0 |
| 2534 | 2026-05-07T16:37:14.404Z | Checking difflib v0.4.0 |
| 2535 | 2026-05-07T16:37:14.443Z | Checking keccak v0.1.6 |
| 2536 | 2026-05-07T16:37:14.455Z | Checking predicates-core v1.0.10 |
| 2537 | 2026-05-07T16:37:14.486Z | Checking unicode-segmentation v1.12.0 |
| 2538 | 2026-05-07T16:37:14.547Z | Checking rustc-hash v2.1.1 |
| 2539 | 2026-05-07T16:37:14.572Z | Checking toml_write v0.1.2 |
| 2540 | 2026-05-07T16:37:14.584Z | Checking fixedbitset v0.5.7 |
| 2541 | 2026-05-07T16:37:14.605Z | Checking fixedbitset v0.4.2 |
| 2542 | 2026-05-07T16:37:14.656Z | Checking new_debug_unreachable v1.0.6 |
| 2543 | 2026-05-07T16:37:14.707Z | Checking mime v0.3.17 |
| 2544 | 2026-05-07T16:37:14.722Z | Checking precomputed-hash v0.1.1 |
| 2545 | 2026-05-07T16:37:14.737Z | Checking toml_edit v0.22.27 |
| 2546 | 2026-05-07T16:37:14.751Z | Checking petgraph v0.6.5 |
| 2547 | 2026-05-07T16:37:14.773Z | Checking petgraph v0.8.3 |
| 2548 | 2026-05-07T16:37:14.800Z | Checking string_cache v0.8.9 |
| 2549 | 2026-05-07T16:37:14.803Z | Checking similar v2.7.0 |
| 2550 | 2026-05-07T16:37:14.876Z | Checking crossterm v0.28.1 |
| 2551 | 2026-05-07T16:37:15.140Z | Checking reqwest v0.12.28 |
| 2552 | 2026-05-07T16:37:15.194Z | Checking sha3 v0.10.8 |
| 2553 | 2026-05-07T16:37:15.396Z | Checking predicates v3.1.4 |
| 2554 | 2026-05-07T16:37:15.568Z | Checking hickory-proto v0.25.2 |
| 2555 | 2026-05-07T16:37:15.686Z | Checking ed25519-dalek v2.2.0 |
| 2556 | 2026-05-07T16:37:15.797Z | Checking slog v2.8.2 |
| 2557 | 2026-05-07T16:37:15.811Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2558 | 2026-05-07T16:37:15.922Z | Checking tokio-postgres v0.7.16 |
| 2559 | 2026-05-07T16:37:15.949Z | Checking usdt v0.6.0 |
| 2560 | 2026-05-07T16:37:15.988Z | Checking env_logger v0.11.9 |
| 2561 | 2026-05-07T16:37:16.075Z | Checking serde_with v3.17.0 |
| 2562 | 2026-05-07T16:37:16.110Z | Checking ecdsa v0.16.9 |
| 2563 | 2026-05-07T16:37:16.178Z | Checking usdt-impl v0.5.0 |
| 2564 | 2026-05-07T16:37:16.352Z | Checking rsa v0.9.10 |
| 2565 | 2026-05-07T16:37:16.448Z | Checking toml v0.7.8 |
| 2566 | 2026-05-07T16:37:16.465Z | Checking nix v0.31.2 |
| 2567 | 2026-05-07T16:37:16.481Z | Checking zip v4.6.1 |
| 2568 | 2026-05-07T16:37:16.820Z | Checking clap v4.5.60 |
| 2569 | 2026-05-07T16:37:16.899Z | Checking reqwest v0.13.2 |
| 2570 | 2026-05-07T16:37:17.039Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2571 | 2026-05-07T16:37:17.063Z | Checking zip v0.6.6 |
| 2572 | 2026-05-07T16:37:17.188Z | Checking itertools v0.13.0 |
| 2573 | 2026-05-07T16:37:17.355Z | Checking strum v0.26.3 |
| 2574 | 2026-05-07T16:37:17.383Z | Checking fs-err v3.3.0 |
| 2575 | 2026-05-07T16:37:17.446Z | Checking ahash v0.8.12 |
| 2576 | 2026-05-07T16:37:17.462Z | Checking tokio-stream v0.1.18 |
| 2577 | 2026-05-07T16:37:17.474Z | Checking object v0.37.3 |
| 2578 | 2026-05-07T16:37:17.628Z | Checking buf-list v1.1.2 |
| 2579 | 2026-05-07T16:37:17.677Z | Checking camino v1.2.2 |
| 2580 | 2026-05-07T16:37:17.735Z | Checking anyhow v1.0.102 |
| 2581 | 2026-05-07T16:37:17.808Z | Checking x509-cert v0.2.5 |
| 2582 | 2026-05-07T16:37:17.839Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2583 | 2026-05-07T16:37:17.922Z | Checking openapiv3 v2.2.0 |
| 2584 | 2026-05-07T16:37:17.934Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2585 | 2026-05-07T16:37:18.055Z | Checking sha1 v0.10.6 |
| 2586 | 2026-05-07T16:37:18.100Z | Checking lalrpop-util v0.19.12 |
| 2587 | 2026-05-07T16:37:18.123Z | Checking peg-runtime v0.8.5 |
| 2588 | 2026-05-07T16:37:18.206Z | Checking rayon v1.11.0 |
| 2589 | 2026-05-07T16:37:18.219Z | Checking sigpipe v0.1.3 |
| 2590 | 2026-05-07T16:37:18.254Z | Checking glob v0.3.3 |
| 2591 | 2026-05-07T16:37:19.643Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2592 | 2026-05-07T16:37:19.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.27s |
| 2593 | 2026-05-07T16:37:20.081Z | |
| 2594 | 2026-05-07T16:37:20.082Z | info: running `cargo check --bins` on internal-dns-types (77/274) |
| 2595 | 2026-05-07T16:37:20.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2596 | 2026-05-07T16:37:20.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2597 | 2026-05-07T16:37:20.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2598 | 2026-05-07T16:37:20.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2599 | 2026-05-07T16:37:20.676Z | |
| 2600 | 2026-05-07T16:37:20.676Z | info: running `cargo check --bins` on internal-dns-types-versions (78/274) |
| 2601 | 2026-05-07T16:37:21.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2602 | 2026-05-07T16:37:21.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2603 | 2026-05-07T16:37:21.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2604 | 2026-05-07T16:37:21.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2605 | 2026-05-07T16:37:21.276Z | |
| 2606 | 2026-05-07T16:37:21.276Z | info: running `cargo check --bins` on nexus-types-versions (79/274) |
| 2607 | 2026-05-07T16:37:21.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2608 | 2026-05-07T16:37:21.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2609 | 2026-05-07T16:37:21.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2610 | 2026-05-07T16:37:21.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2611 | 2026-05-07T16:37:21.894Z | |
| 2612 | 2026-05-07T16:37:21.894Z | info: running `cargo check --bins` on oxql-types (80/274) |
| 2613 | 2026-05-07T16:37:22.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2614 | 2026-05-07T16:37:22.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2615 | 2026-05-07T16:37:22.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2616 | 2026-05-07T16:37:22.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2617 | 2026-05-07T16:37:22.497Z | |
| 2618 | 2026-05-07T16:37:22.497Z | info: running `cargo check --bins` on oximeter-types (81/274) |
| 2619 | 2026-05-07T16:37:22.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2620 | 2026-05-07T16:37:23.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2621 | 2026-05-07T16:37:23.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2622 | 2026-05-07T16:37:23.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2623 | 2026-05-07T16:37:23.094Z | |
| 2624 | 2026-05-07T16:37:23.094Z | info: running `cargo check --bins` on oximeter-types-versions (82/274) |
| 2625 | 2026-05-07T16:37:23.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2626 | 2026-05-07T16:37:23.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2627 | 2026-05-07T16:37:23.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2628 | 2026-05-07T16:37:23.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2629 | 2026-05-07T16:37:23.697Z | |
| 2630 | 2026-05-07T16:37:23.697Z | info: running `cargo check --bins` on oximeter-macro-impl (83/274) |
| 2631 | 2026-05-07T16:37:24.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2632 | 2026-05-07T16:37:24.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2633 | 2026-05-07T16:37:24.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2634 | 2026-05-07T16:37:24.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2635 | 2026-05-07T16:37:24.279Z | |
| 2636 | 2026-05-07T16:37:24.279Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/274) |
| 2637 | 2026-05-07T16:37:24.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2638 | 2026-05-07T16:37:24.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2639 | 2026-05-07T16:37:24.974Z | Compiling structmeta-derive v0.3.0 |
| 2640 | 2026-05-07T16:37:25.082Z | Compiling rustls v0.22.4 |
| 2641 | 2026-05-07T16:37:25.095Z | Compiling multer v3.1.0 |
| 2642 | 2026-05-07T16:37:25.103Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2643 | 2026-05-07T16:37:25.103Z | Compiling async-stream-impl v0.3.6 |
| 2644 | 2026-05-07T16:37:25.123Z | Compiling dropshot v0.17.0 |
| 2645 | 2026-05-07T16:37:25.138Z | Compiling dropshot_endpoint v0.17.0 |
| 2646 | 2026-05-07T16:37:25.138Z | Compiling newtype-uuid-macros v0.1.0 |
| 2647 | 2026-05-07T16:37:25.274Z | Checking newtype-uuid v1.3.2 |
| 2648 | 2026-05-07T16:37:25.341Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2649 | 2026-05-07T16:37:25.374Z | Checking rustls-webpki v0.102.8 |
| 2650 | 2026-05-07T16:37:25.476Z | Checking daft v0.1.5 |
| 2651 | 2026-05-07T16:37:25.489Z | Checking futures-executor v0.3.32 |
| 2652 | 2026-05-07T16:37:25.634Z | Checking thread_local v1.1.9 |
| 2653 | 2026-05-07T16:37:25.683Z | Checking match_cfg v0.1.0 |
| 2654 | 2026-05-07T16:37:25.715Z | Checking compression-core v0.4.31 |
| 2655 | 2026-05-07T16:37:25.741Z | Checking iddqd v0.3.18 |
| 2656 | 2026-05-07T16:37:25.766Z | Checking hostname v0.3.1 |
| 2657 | 2026-05-07T16:37:25.796Z | Checking futures v0.3.32 |
| 2658 | 2026-05-07T16:37:25.841Z | Checking compression-codecs v0.4.37 |
| 2659 | 2026-05-07T16:37:25.880Z | Checking crossbeam-channel v0.5.15 |
| 2660 | 2026-05-07T16:37:25.895Z | Checking slog-json v2.6.1 |
| 2661 | 2026-05-07T16:37:25.908Z | Checking serde_spanned v1.0.4 |
| 2662 | 2026-05-07T16:37:26.007Z | Checking is-terminal v0.4.17 |
| 2663 | 2026-05-07T16:37:26.040Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2664 | 2026-05-07T16:37:26.052Z | Checking debug-ignore v1.0.5 |
| 2665 | 2026-05-07T16:37:26.097Z | Checking term v1.2.1 |
| 2666 | 2026-05-07T16:37:26.138Z | Compiling structmeta v0.3.0 |
| 2667 | 2026-05-07T16:37:26.150Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2668 | 2026-05-07T16:37:26.215Z | Checking take_mut v0.2.2 |
| 2669 | 2026-05-07T16:37:26.240Z | Checking slog-bunyan v2.5.0 |
| 2670 | 2026-05-07T16:37:26.317Z | Checking slog-async v2.8.0 |
| 2671 | 2026-05-07T16:37:26.317Z | Checking slog-term v2.9.2 |
| 2672 | 2026-05-07T16:37:26.341Z | Checking toml v1.0.6+spec-1.1.0 |
| 2673 | 2026-05-07T16:37:26.353Z | Compiling derive-ex v0.1.8 |
| 2674 | 2026-05-07T16:37:26.356Z | Compiling parse-display-derive v0.10.0 |
| 2675 | 2026-05-07T16:37:26.500Z | Checking async-compression v0.4.41 |
| 2676 | 2026-05-07T16:37:26.572Z | Checking async-stream v0.3.6 |
| 2677 | 2026-05-07T16:37:26.623Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2678 | 2026-05-07T16:37:26.696Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2679 | 2026-05-07T16:37:26.710Z | Checking progenitor-client v0.14.0 |
| 2680 | 2026-05-07T16:37:26.740Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2681 | 2026-05-07T16:37:26.873Z | Checking waitgroup v0.1.2 |
| 2682 | 2026-05-07T16:37:26.896Z | Checking backon v1.6.0 |
| 2683 | 2026-05-07T16:37:26.907Z | Checking rustls-pemfile v2.2.0 |
| 2684 | 2026-05-07T16:37:26.970Z | Checking serde_path_to_error v0.1.20 |
| 2685 | 2026-05-07T16:37:27.023Z | Checking hostname v0.4.2 |
| 2686 | 2026-05-07T16:37:27.041Z | Checking instant v0.1.13 |
| 2687 | 2026-05-07T16:37:27.133Z | Checking backoff v0.4.0 |
| 2688 | 2026-05-07T16:37:27.228Z | Checking tokio-rustls v0.25.0 |
| 2689 | 2026-05-07T16:37:27.263Z | Checking progenitor-extras v0.2.0 |
| 2690 | 2026-05-07T16:37:27.276Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2691 | 2026-05-07T16:37:27.312Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2692 | 2026-05-07T16:37:27.492Z | Checking progenitor-client v0.10.0 |
| 2693 | 2026-05-07T16:37:27.492Z | Checking itertools v0.14.0 |
| 2694 | 2026-05-07T16:37:27.663Z | Checking regress v0.10.5 |
| 2695 | 2026-05-07T16:37:27.688Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2696 | 2026-05-07T16:37:27.920Z | Checking macaddr v1.0.1 |
| 2697 | 2026-05-07T16:37:27.997Z | Compiling test-strategy v0.4.5 |
| 2698 | 2026-05-07T16:37:28.026Z | Checking parse-display v0.10.0 |
| 2699 | 2026-05-07T16:37:29.204Z | Compiling prettyplease v0.2.37 |
| 2700 | 2026-05-07T16:37:29.470Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2701 | 2026-05-07T16:37:29.647Z | Checking num-rational v0.4.2 |
| 2702 | 2026-05-07T16:37:29.839Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2703 | 2026-05-07T16:37:30.138Z | Checking num-complex v0.4.6 |
| 2704 | 2026-05-07T16:37:30.742Z | Checking num v0.4.3 |
| 2705 | 2026-05-07T16:37:30.755Z | Compiling usdt-macro v0.5.0 |
| 2706 | 2026-05-07T16:37:30.843Z | Compiling usdt-attr-macro v0.5.0 |
| 2707 | 2026-05-07T16:37:30.896Z | Checking memmap v0.7.0 |
| 2708 | 2026-05-07T16:37:30.923Z | Compiling float-ord v0.3.2 |
| 2709 | 2026-05-07T16:37:31.031Z | Checking unicode-width v0.2.0 |
| 2710 | 2026-05-07T16:37:31.042Z | Compiling convert_case v0.4.0 |
| 2711 | 2026-05-07T16:37:31.280Z | Checking console v0.15.11 |
| 2712 | 2026-05-07T16:37:31.418Z | Compiling derive_more v0.99.20 |
| 2713 | 2026-05-07T16:37:31.519Z | Checking newline-converter v0.3.0 |
| 2714 | 2026-05-07T16:37:31.559Z | Checking atomicwrites v0.4.4 |
| 2715 | 2026-05-07T16:37:31.626Z | Compiling toml v0.8.23 |
| 2716 | 2026-05-07T16:37:31.630Z | Checking usdt v0.5.0 |
| 2717 | 2026-05-07T16:37:31.683Z | Checking linked-hash-map v0.5.6 |
| 2718 | 2026-05-07T16:37:31.803Z | Compiling minimal-lexical v0.2.1 |
| 2719 | 2026-05-07T16:37:31.853Z | Checking lru-cache v0.1.2 |
| 2720 | 2026-05-07T16:37:31.980Z | Checking expectorate v1.2.0 |
| 2721 | 2026-05-07T16:37:32.061Z | Compiling nom v7.1.3 |
| 2722 | 2026-05-07T16:37:32.574Z | Checking camino-tempfile v1.4.1 |
| 2723 | 2026-05-07T16:37:32.627Z | Checking hickory-proto v0.24.4 |
| 2724 | 2026-05-07T16:37:32.736Z | Checking phf_shared v0.12.1 |
| 2725 | 2026-05-07T16:37:32.880Z | Compiling slog-dtrace v0.3.0 |
| 2726 | 2026-05-07T16:37:33.045Z | Compiling chrono-tz v0.10.4 |
| 2727 | 2026-05-07T16:37:33.071Z | Checking heck v0.5.0 |
| 2728 | 2026-05-07T16:37:33.197Z | Checking resolv-conf v0.7.6 |
| 2729 | 2026-05-07T16:37:33.223Z | Compiling const_format_proc_macros v0.2.34 |
| 2730 | 2026-05-07T16:37:33.412Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2731 | 2026-05-07T16:37:33.448Z | Checking phf v0.12.1 |
| 2732 | 2026-05-07T16:37:33.590Z | Checking tokio-dtrace v0.1.1 |
| 2733 | 2026-05-07T16:37:33.635Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2734 | 2026-05-07T16:37:33.777Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2735 | 2026-05-07T16:37:33.883Z | Compiling derive-where v1.6.0 |
| 2736 | 2026-05-07T16:37:33.959Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2737 | 2026-05-07T16:37:34.034Z | Checking highway v1.3.0 |
| 2738 | 2026-05-07T16:37:34.306Z | Checking const_format v0.2.35 |
| 2739 | 2026-05-07T16:37:34.414Z | Checking hickory-resolver v0.24.4 |
| 2740 | 2026-05-07T16:37:34.529Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2741 | 2026-05-07T16:37:34.817Z | Checking oxide-tokio-rt v0.1.4 |
| 2742 | 2026-05-07T16:37:35.143Z | Checking gethostname v0.5.0 |
| 2743 | 2026-05-07T16:37:35.150Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2744 | 2026-05-07T16:37:35.163Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2745 | 2026-05-07T16:37:35.184Z | Checking qorb v0.4.1 |
| 2746 | 2026-05-07T16:37:35.219Z | Checking bcs v0.1.6 |
| 2747 | 2026-05-07T16:37:35.232Z | Compiling async-recursion v1.1.1 |
| 2748 | 2026-05-07T16:37:35.338Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2749 | 2026-05-07T16:37:35.357Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2750 | 2026-05-07T16:37:35.443Z | Checking termtree v0.5.1 |
| 2751 | 2026-05-07T16:37:38.884Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2752 | 2026-05-07T16:37:41.437Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2753 | 2026-05-07T16:37:43.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.25s |
| 2754 | 2026-05-07T16:37:43.713Z | |
| 2755 | 2026-05-07T16:37:43.713Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274) |
| 2756 | 2026-05-07T16:37:44.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2757 | 2026-05-07T16:37:44.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2758 | 2026-05-07T16:37:44.391Z | Compiling ar_archive_writer v0.5.1 |
| 2759 | 2026-05-07T16:37:44.502Z | Compiling stacker v0.1.23 |
| 2760 | 2026-05-07T16:37:44.508Z | Compiling cfg_aliases v0.1.1 |
| 2761 | 2026-05-07T16:37:44.515Z | Compiling convert_case v0.10.0 |
| 2762 | 2026-05-07T16:37:44.521Z | Checking unicode-width v0.1.14 |
| 2763 | 2026-05-07T16:37:44.531Z | Compiling proc-macro-error v1.0.4 |
| 2764 | 2026-05-07T16:37:44.541Z | Checking fd-lock v4.0.4 |
| 2765 | 2026-05-07T16:37:44.544Z | Checking nibble_vec v0.1.0 |
| 2766 | 2026-05-07T16:37:44.562Z | Compiling nix v0.28.0 |
| 2767 | 2026-05-07T16:37:44.649Z | Checking vte v0.14.1 |
| 2768 | 2026-05-07T16:37:44.667Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2769 | 2026-05-07T16:37:44.751Z | Checking endian-type v0.1.2 |
| 2770 | 2026-05-07T16:37:44.764Z | Checking bytecount v0.6.9 |
| 2771 | 2026-05-07T16:37:44.813Z | Compiling derive_more-impl v2.1.1 |
| 2772 | 2026-05-07T16:37:44.823Z | Checking strip-ansi-escapes v0.2.1 |
| 2773 | 2026-05-07T16:37:44.837Z | Compiling tabled_derive v0.7.0 |
| 2774 | 2026-05-07T16:37:44.869Z | Checking radix_trie v0.2.1 |
| 2775 | 2026-05-07T16:37:44.901Z | Checking papergrid v0.11.0 |
| 2776 | 2026-05-07T16:37:44.928Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2777 | 2026-05-07T16:37:45.057Z | Compiling peg-macros v0.8.5 |
| 2778 | 2026-05-07T16:37:45.068Z | Checking winnow v0.6.26 |
| 2779 | 2026-05-07T16:37:45.336Z | Compiling psm v0.1.30 |
| 2780 | 2026-05-07T16:37:45.388Z | Compiling sqlparser_derive v0.5.0 |
| 2781 | 2026-05-07T16:37:45.512Z | Checking home v0.5.12 |
| 2782 | 2026-05-07T16:37:45.599Z | Checking derive_more v2.1.1 |
| 2783 | 2026-05-07T16:37:45.618Z | Checking unicode_categories v0.1.1 |
| 2784 | 2026-05-07T16:37:45.675Z | Checking nu-ansi-term v0.50.3 |
| 2785 | 2026-05-07T16:37:45.769Z | Checking crossterm v0.29.0 |
| 2786 | 2026-05-07T16:37:45.784Z | Checking tabled v0.15.0 |
| 2787 | 2026-05-07T16:37:45.833Z | Checking rustyline v14.0.0 |
| 2788 | 2026-05-07T16:37:45.888Z | Checking reedline v0.40.0 |
| 2789 | 2026-05-07T16:37:46.147Z | Checking recursive v0.1.1 |
| 2790 | 2026-05-07T16:37:46.214Z | Checking display-error-chain v0.2.2 |
| 2791 | 2026-05-07T16:37:46.237Z | Checking sqlparser v0.61.0 |
| 2792 | 2026-05-07T16:37:46.251Z | Checking sqlformat v0.3.5 |
| 2793 | 2026-05-07T16:37:46.435Z | Checking peg v0.8.5 |
| 2794 | 2026-05-07T16:37:57.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s |
| 2795 | 2026-05-07T16:37:57.431Z | |
| 2796 | 2026-05-07T16:37:57.432Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274) |
| 2797 | 2026-05-07T16:37:57.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2798 | 2026-05-07T16:37:57.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2799 | 2026-05-07T16:37:58.101Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2800 | 2026-05-07T16:38:01.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
| 2801 | 2026-05-07T16:38:01.677Z | |
| 2802 | 2026-05-07T16:38:01.677Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274) |
| 2803 | 2026-05-07T16:38:02.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2804 | 2026-05-07T16:38:02.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2805 | 2026-05-07T16:38:02.349Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2806 | 2026-05-07T16:38:04.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s |
| 2807 | 2026-05-07T16:38:04.930Z | |
| 2808 | 2026-05-07T16:38:04.930Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274) |
| 2809 | 2026-05-07T16:38:05.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2810 | 2026-05-07T16:38:05.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2811 | 2026-05-07T16:38:05.591Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2812 | 2026-05-07T16:38:08.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s |
| 2813 | 2026-05-07T16:38:08.987Z | |
| 2814 | 2026-05-07T16:38:08.987Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274) |
| 2815 | 2026-05-07T16:38:09.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2816 | 2026-05-07T16:38:09.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2817 | 2026-05-07T16:38:09.659Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2818 | 2026-05-07T16:38:12.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
| 2819 | 2026-05-07T16:38:13.114Z | |
| 2820 | 2026-05-07T16:38:13.114Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274) |
| 2821 | 2026-05-07T16:38:13.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2822 | 2026-05-07T16:38:13.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2823 | 2026-05-07T16:38:13.779Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2824 | 2026-05-07T16:38:16.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
| 2825 | 2026-05-07T16:38:16.542Z | |
| 2826 | 2026-05-07T16:38:16.542Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274) |
| 2827 | 2026-05-07T16:38:17.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2026-05-07T16:38:17.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2026-05-07T16:38:17.207Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2830 | 2026-05-07T16:38:19.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s |
| 2831 | 2026-05-07T16:38:19.992Z | |
| 2832 | 2026-05-07T16:38:19.992Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274) |
| 2833 | 2026-05-07T16:38:20.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2026-05-07T16:38:20.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2026-05-07T16:38:20.655Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2836 | 2026-05-07T16:38:24.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s |
| 2837 | 2026-05-07T16:38:24.200Z | |
| 2838 | 2026-05-07T16:38:24.200Z | info: running `cargo check --bins` on oximeter (93/274) |
| 2839 | 2026-05-07T16:38:24.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2026-05-07T16:38:24.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2026-05-07T16:38:24.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2842 | 2026-05-07T16:38:24.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2843 | 2026-05-07T16:38:24.786Z | |
| 2844 | 2026-05-07T16:38:24.786Z | info: running `cargo check --bins` on oximeter-schema (94/274) |
| 2845 | 2026-05-07T16:38:25.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2026-05-07T16:38:25.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2026-05-07T16:38:25.409Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2848 | 2026-05-07T16:38:25.570Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2849 | 2026-05-07T16:38:25.573Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2850 | 2026-05-07T16:38:25.907Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2851 | 2026-05-07T16:38:28.974Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2852 | 2026-05-07T16:38:30.184Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2853 | 2026-05-07T16:38:30.344Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2854 | 2026-05-07T16:38:31.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s |
| 2855 | 2026-05-07T16:38:31.193Z | |
| 2856 | 2026-05-07T16:38:31.193Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/274) |
| 2857 | 2026-05-07T16:38:31.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2858 | 2026-05-07T16:38:31.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2859 | 2026-05-07T16:38:31.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2860 | 2026-05-07T16:38:31.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2861 | 2026-05-07T16:38:31.786Z | |
| 2862 | 2026-05-07T16:38:31.786Z | info: running `cargo check --bins` on oximeter-test-utils (96/274) |
| 2863 | 2026-05-07T16:38:32.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2026-05-07T16:38:32.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2026-05-07T16:38:32.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2866 | 2026-05-07T16:38:32.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2867 | 2026-05-07T16:38:32.415Z | |
| 2868 | 2026-05-07T16:38:32.415Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274) |
| 2869 | 2026-05-07T16:38:32.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2026-05-07T16:38:32.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2026-05-07T16:38:32.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2872 | 2026-05-07T16:38:32.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2873 | 2026-05-07T16:38:33.015Z | |
| 2874 | 2026-05-07T16:38:33.015Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274) |
| 2875 | 2026-05-07T16:38:33.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2876 | 2026-05-07T16:38:33.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2877 | 2026-05-07T16:38:33.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2878 | 2026-05-07T16:38:33.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2879 | 2026-05-07T16:38:33.615Z | |
| 2880 | 2026-05-07T16:38:33.615Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274) |
| 2881 | 2026-05-07T16:38:34.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2882 | 2026-05-07T16:38:34.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2883 | 2026-05-07T16:38:34.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2884 | 2026-05-07T16:38:34.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2885 | 2026-05-07T16:38:34.216Z | |
| 2886 | 2026-05-07T16:38:34.216Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274) |
| 2887 | 2026-05-07T16:38:34.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2888 | 2026-05-07T16:38:34.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2889 | 2026-05-07T16:38:34.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2890 | 2026-05-07T16:38:34.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2891 | 2026-05-07T16:38:34.812Z | |
| 2892 | 2026-05-07T16:38:34.812Z | info: running `cargo check --bins` on trust-quorum-types (101/274) |
| 2893 | 2026-05-07T16:38:35.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2894 | 2026-05-07T16:38:35.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2895 | 2026-05-07T16:38:35.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2896 | 2026-05-07T16:38:35.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2897 | 2026-05-07T16:38:35.389Z | |
| 2898 | 2026-05-07T16:38:35.389Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/274) |
| 2899 | 2026-05-07T16:38:35.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2900 | 2026-05-07T16:38:35.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2901 | 2026-05-07T16:38:35.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2902 | 2026-05-07T16:38:35.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2903 | 2026-05-07T16:38:35.985Z | |
| 2904 | 2026-05-07T16:38:35.985Z | info: running `cargo check --bins` on update-engine (103/274) |
| 2905 | 2026-05-07T16:38:36.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2906 | 2026-05-07T16:38:36.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2907 | 2026-05-07T16:38:36.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2908 | 2026-05-07T16:38:36.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2909 | 2026-05-07T16:38:36.560Z | |
| 2910 | 2026-05-07T16:38:36.560Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/274) |
| 2911 | 2026-05-07T16:38:37.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2912 | 2026-05-07T16:38:37.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2913 | 2026-05-07T16:38:37.265Z | Compiling crucible-workspace-hack v0.1.0 |
| 2914 | 2026-05-07T16:38:37.382Z | Checking secrecy v0.10.3 |
| 2915 | 2026-05-07T16:38:37.389Z | Compiling heapless v0.8.0 |
| 2916 | 2026-05-07T16:38:37.396Z | Compiling ingot-macros v0.1.1 |
| 2917 | 2026-05-07T16:38:37.403Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2918 | 2026-05-07T16:38:37.406Z | Checking hash32 v0.3.1 |
| 2919 | 2026-05-07T16:38:37.425Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2920 | 2026-05-07T16:38:37.428Z | Compiling smoltcp v0.11.0 |
| 2921 | 2026-05-07T16:38:37.483Z | Checking cobs v0.3.0 |
| 2922 | 2026-05-07T16:38:37.520Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2923 | 2026-05-07T16:38:37.617Z | Checking half v2.7.1 |
| 2924 | 2026-05-07T16:38:37.630Z | Checking universal-hash v0.5.1 |
| 2925 | 2026-05-07T16:38:37.666Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2926 | 2026-05-07T16:38:37.775Z | Checking ciborium-io v0.2.2 |
| 2927 | 2026-05-07T16:38:37.791Z | Checking opaque-debug v0.3.1 |
| 2928 | 2026-05-07T16:38:37.858Z | Checking poly1305 v0.8.0 |
| 2929 | 2026-05-07T16:38:37.871Z | Checking ciborium-ll v0.2.2 |
| 2930 | 2026-05-07T16:38:37.874Z | Checking postcard v1.1.3 |
| 2931 | 2026-05-07T16:38:37.913Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2932 | 2026-05-07T16:38:38.040Z | Compiling proc-macro-crate v3.4.0 |
| 2933 | 2026-05-07T16:38:38.105Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2934 | 2026-05-07T16:38:38.166Z | Checking password-hash v0.5.0 |
| 2935 | 2026-05-07T16:38:38.197Z | Checking chacha20 v0.9.1 |
| 2936 | 2026-05-07T16:38:38.373Z | Compiling proc-macro-crate v1.3.1 |
| 2937 | 2026-05-07T16:38:38.387Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2938 | 2026-05-07T16:38:38.398Z | Checking blake2 v0.10.6 |
| 2939 | 2026-05-07T16:38:38.460Z | Checking aead v0.5.2 |
| 2940 | 2026-05-07T16:38:38.587Z | Compiling num_enum_derive v0.7.5 |
| 2941 | 2026-05-07T16:38:38.602Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2942 | 2026-05-07T16:38:38.616Z | Compiling foreign-types-macros v0.2.3 |
| 2943 | 2026-05-07T16:38:38.628Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2944 | 2026-05-07T16:38:38.692Z | Checking thiserror-no-std v2.0.2 |
| 2945 | 2026-05-07T16:38:38.780Z | Checking foreign-types-shared v0.3.1 |
| 2946 | 2026-05-07T16:38:38.793Z | Checking cpufeatures v0.3.0 |
| 2947 | 2026-05-07T16:38:38.804Z | Compiling num_enum_derive v0.5.11 |
| 2948 | 2026-05-07T16:38:38.861Z | Checking vsss-rs v3.3.4 |
| 2949 | 2026-05-07T16:38:38.873Z | Checking argon2 v0.5.3 |
| 2950 | 2026-05-07T16:38:38.877Z | Checking chacha20 v0.10.0 |
| 2951 | 2026-05-07T16:38:39.095Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2952 | 2026-05-07T16:38:39.193Z | Checking foreign-types v0.5.0 |
| 2953 | 2026-05-07T16:38:39.208Z | Checking chacha20poly1305 v0.10.1 |
| 2954 | 2026-05-07T16:38:39.271Z | Checking ciborium v0.2.2 |
| 2955 | 2026-05-07T16:38:39.434Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2956 | 2026-05-07T16:38:39.459Z | Checking tabwriter v1.4.1 |
| 2957 | 2026-05-07T16:38:39.604Z | Checking byte-wrapper v0.1.0 |
| 2958 | 2026-05-07T16:38:39.616Z | Checking num_enum v0.7.5 |
| 2959 | 2026-05-07T16:38:39.691Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2960 | 2026-05-07T16:38:39.714Z | Checking cstr-argument v0.1.2 |
| 2961 | 2026-05-07T16:38:39.729Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2962 | 2026-05-07T16:38:39.805Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2963 | 2026-05-07T16:38:39.819Z | Checking num_enum v0.5.11 |
| 2964 | 2026-05-07T16:38:39.832Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2965 | 2026-05-07T16:38:39.928Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2966 | 2026-05-07T16:38:39.952Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2967 | 2026-05-07T16:38:39.997Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2968 | 2026-05-07T16:38:40.013Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2969 | 2026-05-07T16:38:40.110Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2970 | 2026-05-07T16:38:40.154Z | Checking rand v0.10.0 |
| 2971 | 2026-05-07T16:38:40.168Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2972 | 2026-05-07T16:38:40.180Z | Checking ingot-types v0.1.2 |
| 2973 | 2026-05-07T16:38:40.209Z | Checking indent_write v2.2.0 |
| 2974 | 2026-05-07T16:38:40.223Z | Checking colored v3.1.1 |
| 2975 | 2026-05-07T16:38:40.340Z | Compiling zone_cfg_derive v0.3.1 |
| 2976 | 2026-05-07T16:38:40.419Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2977 | 2026-05-07T16:38:40.468Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2978 | 2026-05-07T16:38:40.519Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2979 | 2026-05-07T16:38:40.533Z | Checking ingot v0.1.1 |
| 2980 | 2026-05-07T16:38:40.546Z | Checking itertools v0.12.1 |
| 2981 | 2026-05-07T16:38:40.583Z | Compiling num-derive v0.4.2 |
| 2982 | 2026-05-07T16:38:40.615Z | Checking swrite v0.1.0 |
| 2983 | 2026-05-07T16:38:40.641Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2984 | 2026-05-07T16:38:40.703Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2985 | 2026-05-07T16:38:40.839Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2986 | 2026-05-07T16:38:41.002Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2987 | 2026-05-07T16:38:41.018Z | Checking dropshot-api-manager-types v0.7.1 |
| 2988 | 2026-05-07T16:38:41.048Z | Checking smf v0.2.3 |
| 2989 | 2026-05-07T16:38:41.076Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2990 | 2026-05-07T16:38:41.112Z | Checking nanorand v0.7.0 |
| 2991 | 2026-05-07T16:38:41.181Z | Checking whoami v1.6.1 |
| 2992 | 2026-05-07T16:38:41.282Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2993 | 2026-05-07T16:38:41.309Z | Checking flume v0.11.1 |
| 2994 | 2026-05-07T16:38:41.525Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2995 | 2026-05-07T16:38:41.586Z | Checking zone v0.3.1 |
| 2996 | 2026-05-07T16:38:42.136Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2997 | 2026-05-07T16:38:43.106Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2998 | 2026-05-07T16:38:43.974Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2999 | 2026-05-07T16:38:46.980Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3000 | 2026-05-07T16:38:49.000Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3001 | 2026-05-07T16:38:50.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.52s |
| 3002 | 2026-05-07T16:38:50.279Z | |
| 3003 | 2026-05-07T16:38:50.279Z | info: running `cargo check --bins` on clickhouse-admin-api (105/274) |
| 3004 | 2026-05-07T16:38:50.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3005 | 2026-05-07T16:38:50.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3006 | 2026-05-07T16:38:50.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3007 | 2026-05-07T16:38:50.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3008 | 2026-05-07T16:38:50.872Z | |
| 3009 | 2026-05-07T16:38:50.872Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/274) |
| 3010 | 2026-05-07T16:38:51.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3011 | 2026-05-07T16:38:51.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3012 | 2026-05-07T16:38:51.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3013 | 2026-05-07T16:38:51.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3014 | 2026-05-07T16:38:51.466Z | |
| 3015 | 2026-05-07T16:38:51.466Z | info: running `cargo check --bins` on bootstrap-agent-client (107/274) |
| 3016 | 2026-05-07T16:38:51.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3017 | 2026-05-07T16:38:51.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3018 | 2026-05-07T16:38:51.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3019 | 2026-05-07T16:38:51.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3020 | 2026-05-07T16:38:52.061Z | |
| 3021 | 2026-05-07T16:38:52.061Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274) |
| 3022 | 2026-05-07T16:38:52.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3023 | 2026-05-07T16:38:52.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3024 | 2026-05-07T16:38:52.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3025 | 2026-05-07T16:38:52.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3026 | 2026-05-07T16:38:52.662Z | |
| 3027 | 2026-05-07T16:38:52.662Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274) |
| 3028 | 2026-05-07T16:38:53.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3029 | 2026-05-07T16:38:53.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3030 | 2026-05-07T16:38:53.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3031 | 2026-05-07T16:38:53.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3032 | 2026-05-07T16:38:53.257Z | |
| 3033 | 2026-05-07T16:38:53.257Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/274) |
| 3034 | 2026-05-07T16:38:53.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2026-05-07T16:38:53.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2026-05-07T16:38:53.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3037 | 2026-05-07T16:38:53.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3038 | 2026-05-07T16:38:53.849Z | |
| 3039 | 2026-05-07T16:38:53.849Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/274) |
| 3040 | 2026-05-07T16:38:54.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2026-05-07T16:38:54.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2026-05-07T16:38:54.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2026-05-07T16:38:54.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3044 | 2026-05-07T16:38:54.440Z | |
| 3045 | 2026-05-07T16:38:54.440Z | info: running `cargo check --bins` on cockroach-admin-client (112/274) |
| 3046 | 2026-05-07T16:38:54.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2026-05-07T16:38:54.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2026-05-07T16:38:54.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3049 | 2026-05-07T16:38:54.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3050 | 2026-05-07T16:38:55.019Z | |
| 3051 | 2026-05-07T16:38:55.019Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/274) |
| 3052 | 2026-05-07T16:38:55.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3053 | 2026-05-07T16:38:55.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3054 | 2026-05-07T16:38:55.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3055 | 2026-05-07T16:38:55.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3056 | 2026-05-07T16:38:55.614Z | |
| 3057 | 2026-05-07T16:38:55.614Z | info: running `cargo check --bins` on dns-service-client (114/274) |
| 3058 | 2026-05-07T16:38:56.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2026-05-07T16:38:56.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2026-05-07T16:38:56.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2026-05-07T16:38:56.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3062 | 2026-05-07T16:38:56.204Z | |
| 3063 | 2026-05-07T16:38:56.204Z | info: running `cargo check --bins` on installinator-client (115/274) |
| 3064 | 2026-05-07T16:38:56.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2026-05-07T16:38:56.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2026-05-07T16:38:56.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2026-05-07T16:38:56.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3068 | 2026-05-07T16:38:56.797Z | |
| 3069 | 2026-05-07T16:38:56.797Z | info: running `cargo check --bins` on nexus-client (116/274) |
| 3070 | 2026-05-07T16:38:57.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2026-05-07T16:38:57.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2026-05-07T16:38:57.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3073 | 2026-05-07T16:38:57.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3074 | 2026-05-07T16:38:57.429Z | |
| 3075 | 2026-05-07T16:38:57.429Z | info: running `cargo check --bins` on nexus-lockstep-client (117/274) |
| 3076 | 2026-05-07T16:38:57.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3077 | 2026-05-07T16:38:57.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3078 | 2026-05-07T16:38:57.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3079 | 2026-05-07T16:38:57.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3080 | 2026-05-07T16:38:58.059Z | |
| 3081 | 2026-05-07T16:38:58.059Z | info: running `cargo check --bins` on ntp-admin-client (118/274) |
| 3082 | 2026-05-07T16:38:58.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3083 | 2026-05-07T16:38:58.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3084 | 2026-05-07T16:38:58.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3085 | 2026-05-07T16:38:58.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3086 | 2026-05-07T16:38:58.632Z | |
| 3087 | 2026-05-07T16:38:58.632Z | info: running `cargo check --bins` on oxide-client (119/274) |
| 3088 | 2026-05-07T16:38:59.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3089 | 2026-05-07T16:38:59.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3090 | 2026-05-07T16:38:59.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3091 | 2026-05-07T16:38:59.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3092 | 2026-05-07T16:38:59.211Z | |
| 3093 | 2026-05-07T16:38:59.211Z | info: running `cargo check --bins` on oximeter-client (120/274) |
| 3094 | 2026-05-07T16:38:59.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3095 | 2026-05-07T16:38:59.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3096 | 2026-05-07T16:38:59.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3097 | 2026-05-07T16:38:59.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3098 | 2026-05-07T16:38:59.805Z | |
| 3099 | 2026-05-07T16:38:59.805Z | info: running `cargo check --bins` on repo-depot-client (121/274) |
| 3100 | 2026-05-07T16:39:00.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3101 | 2026-05-07T16:39:00.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3102 | 2026-05-07T16:39:00.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3103 | 2026-05-07T16:39:00.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3104 | 2026-05-07T16:39:00.383Z | |
| 3105 | 2026-05-07T16:39:00.384Z | info: running `cargo check --bins` on sled-agent-client (122/274) |
| 3106 | 2026-05-07T16:39:00.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3107 | 2026-05-07T16:39:00.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3108 | 2026-05-07T16:39:00.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3109 | 2026-05-07T16:39:00.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3110 | 2026-05-07T16:39:00.982Z | |
| 3111 | 2026-05-07T16:39:00.982Z | info: running `cargo check --bins` on wicketd-client (123/274) |
| 3112 | 2026-05-07T16:39:01.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2026-05-07T16:39:01.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2026-05-07T16:39:01.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3115 | 2026-05-07T16:39:01.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3116 | 2026-05-07T16:39:01.595Z | |
| 3117 | 2026-05-07T16:39:01.595Z | info: running `cargo check --bins` on installinator-common (124/274) |
| 3118 | 2026-05-07T16:39:02.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3119 | 2026-05-07T16:39:02.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3120 | 2026-05-07T16:39:02.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3121 | 2026-05-07T16:39:02.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3122 | 2026-05-07T16:39:02.208Z | |
| 3123 | 2026-05-07T16:39:02.208Z | info: running `cargo check --bins` on installinator-common-versions (125/274) |
| 3124 | 2026-05-07T16:39:02.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3125 | 2026-05-07T16:39:02.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3126 | 2026-05-07T16:39:02.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3127 | 2026-05-07T16:39:02.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3128 | 2026-05-07T16:39:02.787Z | |
| 3129 | 2026-05-07T16:39:02.787Z | info: running `cargo check --bins` on wicket-common (126/274) |
| 3130 | 2026-05-07T16:39:03.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3131 | 2026-05-07T16:39:03.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3132 | 2026-05-07T16:39:03.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3133 | 2026-05-07T16:39:03.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3134 | 2026-05-07T16:39:03.392Z | |
| 3135 | 2026-05-07T16:39:03.392Z | info: running `cargo check --bins` on omicron-cockroach-admin (127/274) |
| 3136 | 2026-05-07T16:39:03.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3137 | 2026-05-07T16:39:03.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3138 | 2026-05-07T16:39:04.073Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3139 | 2026-05-07T16:39:04.187Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3140 | 2026-05-07T16:39:04.194Z | Checking csv-core v0.1.13 |
| 3141 | 2026-05-07T16:39:04.202Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3142 | 2026-05-07T16:39:04.208Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3143 | 2026-05-07T16:39:04.218Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3144 | 2026-05-07T16:39:04.229Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3145 | 2026-05-07T16:39:04.239Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3146 | 2026-05-07T16:39:04.352Z | Checking csv v1.4.0 |
| 3147 | 2026-05-07T16:39:04.365Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3148 | 2026-05-07T16:39:04.416Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3149 | 2026-05-07T16:39:04.444Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3150 | 2026-05-07T16:39:04.680Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3151 | 2026-05-07T16:39:05.038Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3152 | 2026-05-07T16:39:05.041Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3153 | 2026-05-07T16:39:05.366Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3154 | 2026-05-07T16:39:11.087Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3155 | 2026-05-07T16:39:11.614Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3156 | 2026-05-07T16:39:13.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.56s |
| 3157 | 2026-05-07T16:39:14.142Z | |
| 3158 | 2026-05-07T16:39:14.142Z | info: running `cargo check --bins` on cockroach-admin-api (128/274) |
| 3159 | 2026-05-07T16:39:14.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3160 | 2026-05-07T16:39:14.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3161 | 2026-05-07T16:39:14.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3162 | 2026-05-07T16:39:14.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3163 | 2026-05-07T16:39:14.732Z | |
| 3164 | 2026-05-07T16:39:14.732Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274) |
| 3165 | 2026-05-07T16:39:15.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3166 | 2026-05-07T16:39:15.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3167 | 2026-05-07T16:39:15.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3168 | 2026-05-07T16:39:15.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3169 | 2026-05-07T16:39:15.413Z | |
| 3170 | 2026-05-07T16:39:15.413Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274) |
| 3171 | 2026-05-07T16:39:15.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3172 | 2026-05-07T16:39:15.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3173 | 2026-05-07T16:39:15.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3174 | 2026-05-07T16:39:15.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3175 | 2026-05-07T16:39:16.098Z | |
| 3176 | 2026-05-07T16:39:16.098Z | info: running `cargo check --bins` on gateway-test-utils (131/274) |
| 3177 | 2026-05-07T16:39:16.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3178 | 2026-05-07T16:39:16.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3179 | 2026-05-07T16:39:16.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3180 | 2026-05-07T16:39:16.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3181 | 2026-05-07T16:39:16.746Z | |
| 3182 | 2026-05-07T16:39:16.746Z | info: running `cargo check --bins` on omicron-gateway (132/274) |
| 3183 | 2026-05-07T16:39:17.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3184 | 2026-05-07T16:39:17.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3185 | 2026-05-07T16:39:17.511Z | Compiling regress v0.11.1 |
| 3186 | 2026-05-07T16:39:17.649Z | Compiling unsafe-libyaml v0.2.11 |
| 3187 | 2026-05-07T16:39:17.663Z | Compiling radium v0.7.0 |
| 3188 | 2026-05-07T16:39:17.675Z | Compiling semver v0.1.20 |
| 3189 | 2026-05-07T16:39:17.690Z | Compiling pin-project-internal v1.1.11 |
| 3190 | 2026-05-07T16:39:17.693Z | Checking tap v1.0.1 |
| 3191 | 2026-05-07T16:39:17.713Z | Compiling maybe-uninit v2.0.0 |
| 3192 | 2026-05-07T16:39:17.801Z | Checking wyz v0.5.1 |
| 3193 | 2026-05-07T16:39:17.930Z | Compiling rustc_version v0.1.7 |
| 3194 | 2026-05-07T16:39:17.991Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3195 | 2026-05-07T16:39:18.024Z | Checking progenitor-client v0.13.0 |
| 3196 | 2026-05-07T16:39:18.122Z | Compiling snafu-derive v0.8.9 |
| 3197 | 2026-05-07T16:39:18.145Z | Compiling serde_yaml v0.9.34+deprecated |
| 3198 | 2026-05-07T16:39:18.257Z | Compiling newtype_derive v0.1.6 |
| 3199 | 2026-05-07T16:39:18.370Z | Compiling zerocopy-derive v0.6.6 |
| 3200 | 2026-05-07T16:39:18.447Z | Checking funty v2.0.0 |
| 3201 | 2026-05-07T16:39:18.780Z | Checking crc-catalog v2.4.0 |
| 3202 | 2026-05-07T16:39:18.798Z | Checking pin-project v1.1.11 |
| 3203 | 2026-05-07T16:39:18.874Z | Compiling cancel-safe-futures v0.1.5 |
| 3204 | 2026-05-07T16:39:18.894Z | Compiling packed_struct v0.10.1 |
| 3205 | 2026-05-07T16:39:19.068Z | Checking typify-impl v0.6.2 |
| 3206 | 2026-05-07T16:39:19.081Z | Compiling owo-colors v4.3.0 |
| 3207 | 2026-05-07T16:39:19.234Z | Checking same-file v1.0.6 |
| 3208 | 2026-05-07T16:39:19.356Z | Checking walkdir v2.5.0 |
| 3209 | 2026-05-07T16:39:19.443Z | Checking zerocopy v0.6.6 |
| 3210 | 2026-05-07T16:39:19.517Z | Checking crc v3.4.0 |
| 3211 | 2026-05-07T16:39:19.531Z | Checking bitvec v1.0.1 |
| 3212 | 2026-05-07T16:39:19.692Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3213 | 2026-05-07T16:39:19.712Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3214 | 2026-05-07T16:39:19.735Z | Checking globset v0.4.18 |
| 3215 | 2026-05-07T16:39:19.996Z | Checking olpc-cjson v0.1.4 |
| 3216 | 2026-05-07T16:39:20.025Z | Checking snafu v0.8.9 |
| 3217 | 2026-05-07T16:39:20.053Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3218 | 2026-05-07T16:39:20.135Z | Checking pem v3.0.6 |
| 3219 | 2026-05-07T16:39:20.226Z | Compiling packed_struct_codegen v0.10.1 |
| 3220 | 2026-05-07T16:39:20.241Z | Checking libsw-core v0.3.2 |
| 3221 | 2026-05-07T16:39:20.264Z | Checking serde_plain v1.0.2 |
| 3222 | 2026-05-07T16:39:20.293Z | Compiling bitfield-macros v0.19.4 |
| 3223 | 2026-05-07T16:39:20.306Z | Compiling indexmap v1.9.3 |
| 3224 | 2026-05-07T16:39:20.383Z | Checking typed-path v0.9.3 |
| 3225 | 2026-05-07T16:39:20.413Z | Checking nodrop v0.1.14 |
| 3226 | 2026-05-07T16:39:20.513Z | Checking array-init v0.0.4 |
| 3227 | 2026-05-07T16:39:20.530Z | Checking libsw v3.5.0 |
| 3228 | 2026-05-07T16:39:20.681Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3229 | 2026-05-07T16:39:20.801Z | Checking smallvec v0.6.14 |
| 3230 | 2026-05-07T16:39:20.835Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3231 | 2026-05-07T16:39:21.016Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3232 | 2026-05-07T16:39:21.031Z | Checking bitfield v0.19.4 |
| 3233 | 2026-05-07T16:39:21.185Z | Checking tough v0.20.0 |
| 3234 | 2026-05-07T16:39:21.199Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3235 | 2026-05-07T16:39:21.214Z | Checking unicode-linebreak v0.1.5 |
| 3236 | 2026-05-07T16:39:21.303Z | Checking hashbrown v0.12.3 |
| 3237 | 2026-05-07T16:39:21.317Z | Checking smawk v0.3.2 |
| 3238 | 2026-05-07T16:39:21.345Z | Checking linear-map v1.2.0 |
| 3239 | 2026-05-07T16:39:21.428Z | Checking tagptr v0.2.0 |
| 3240 | 2026-05-07T16:39:21.446Z | Checking base64 v0.21.7 |
| 3241 | 2026-05-07T16:39:21.514Z | Checking textwrap v0.16.2 |
| 3242 | 2026-05-07T16:39:21.569Z | Checking moka v0.12.13 |
| 3243 | 2026-05-07T16:39:21.685Z | Checking ron v0.8.1 |
| 3244 | 2026-05-07T16:39:21.702Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3245 | 2026-05-07T16:39:21.734Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3246 | 2026-05-07T16:39:22.035Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3247 | 2026-05-07T16:39:22.190Z | Checking serde-hex v0.1.0 |
| 3248 | 2026-05-07T16:39:22.193Z | Checking steno v0.4.1 |
| 3249 | 2026-05-07T16:39:22.217Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3250 | 2026-05-07T16:39:22.374Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3251 | 2026-05-07T16:39:22.389Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3252 | 2026-05-07T16:39:22.530Z | Checking hashbrown v0.13.2 |
| 3253 | 2026-05-07T16:39:22.938Z | Checking humantime v2.3.0 |
| 3254 | 2026-05-07T16:39:22.953Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3255 | 2026-05-07T16:39:22.956Z | Checking crc-any v2.5.0 |
| 3256 | 2026-05-07T16:39:23.123Z | Checking object v0.30.4 |
| 3257 | 2026-05-07T16:39:23.141Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3258 | 2026-05-07T16:39:23.166Z | Checking hickory-resolver v0.25.2 |
| 3259 | 2026-05-07T16:39:23.180Z | Checking half v1.8.3 |
| 3260 | 2026-05-07T16:39:23.180Z | Checking path-slash v0.1.5 |
| 3261 | 2026-05-07T16:39:23.291Z | Checking void v1.0.2 |
| 3262 | 2026-05-07T16:39:23.313Z | Checking utf-8 v0.7.6 |
| 3263 | 2026-05-07T16:39:23.367Z | Checking serde_cbor v0.11.2 |
| 3264 | 2026-05-07T16:39:23.394Z | Checking lzss v0.8.2 |
| 3265 | 2026-05-07T16:39:23.446Z | Checking tungstenite v0.23.0 |
| 3266 | 2026-05-07T16:39:23.664Z | Compiling typify-macro v0.6.2 |
| 3267 | 2026-05-07T16:39:23.679Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3268 | 2026-05-07T16:39:23.709Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3269 | 2026-05-07T16:39:23.738Z | Checking nix v0.27.1 |
| 3270 | 2026-05-07T16:39:23.834Z | Checking kstat-rs v0.2.4 |
| 3271 | 2026-05-07T16:39:23.849Z | Checking fxhash v0.2.1 |
| 3272 | 2026-05-07T16:39:23.852Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3273 | 2026-05-07T16:39:23.940Z | Checking serde_bytes v0.11.19 |
| 3274 | 2026-05-07T16:39:23.981Z | Checking tokio-tungstenite v0.23.1 |
| 3275 | 2026-05-07T16:39:24.015Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3276 | 2026-05-07T16:39:24.114Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3277 | 2026-05-07T16:39:24.232Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3278 | 2026-05-07T16:39:24.235Z | Checking signal-hook-tokio v0.3.1 |
| 3279 | 2026-05-07T16:39:25.107Z | Compiling typify v0.6.2 |
| 3280 | 2026-05-07T16:39:25.189Z | Compiling progenitor-impl v0.13.0 |
| 3281 | 2026-05-07T16:39:25.189Z | Compiling progenitor-impl v0.14.0 |
| 3282 | 2026-05-07T16:39:25.301Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3283 | 2026-05-07T16:39:26.211Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3284 | 2026-05-07T16:39:26.539Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 3285 | 2026-05-07T16:39:26.802Z | Compiling progenitor-macro v0.14.0 |
| 3286 | 2026-05-07T16:39:26.817Z | Compiling progenitor-macro v0.13.0 |
| 3287 | 2026-05-07T16:39:29.313Z | Checking progenitor v0.14.0 |
| 3288 | 2026-05-07T16:39:29.433Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3289 | 2026-05-07T16:39:29.451Z | Checking progenitor v0.13.0 |
| 3290 | 2026-05-07T16:39:29.560Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3291 | 2026-05-07T16:39:32.560Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3292 | 2026-05-07T16:39:39.892Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3293 | 2026-05-07T16:39:46.095Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3294 | 2026-05-07T16:39:47.454Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3295 | 2026-05-07T16:39:47.954Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3296 | 2026-05-07T16:39:50.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.26s |
| 3297 | 2026-05-07T16:39:50.210Z | |
| 3298 | 2026-05-07T16:39:50.210Z | info: running `cargo check --bins` on gateway-api (133/274) |
| 3299 | 2026-05-07T16:39:50.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3300 | 2026-05-07T16:39:50.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3301 | 2026-05-07T16:39:50.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3302 | 2026-05-07T16:39:50.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3303 | 2026-05-07T16:39:50.807Z | |
| 3304 | 2026-05-07T16:39:50.807Z | info: running `cargo check --bins` on ipcc (134/274) |
| 3305 | 2026-05-07T16:39:51.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3306 | 2026-05-07T16:39:51.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3307 | 2026-05-07T16:39:51.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3308 | 2026-05-07T16:39:51.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3309 | 2026-05-07T16:39:51.400Z | |
| 3310 | 2026-05-07T16:39:51.400Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274) |
| 3311 | 2026-05-07T16:39:51.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3312 | 2026-05-07T16:39:51.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3313 | 2026-05-07T16:39:51.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3314 | 2026-05-07T16:39:51.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3315 | 2026-05-07T16:39:51.984Z | |
| 3316 | 2026-05-07T16:39:51.984Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274) |
| 3317 | 2026-05-07T16:39:52.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3318 | 2026-05-07T16:39:52.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3319 | 2026-05-07T16:39:52.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3320 | 2026-05-07T16:39:52.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3321 | 2026-05-07T16:39:52.584Z | |
| 3322 | 2026-05-07T16:39:52.584Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274) |
| 3323 | 2026-05-07T16:39:53.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3324 | 2026-05-07T16:39:53.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3325 | 2026-05-07T16:39:53.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3326 | 2026-05-07T16:39:53.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3327 | 2026-05-07T16:39:53.184Z | |
| 3328 | 2026-05-07T16:39:53.184Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274) |
| 3329 | 2026-05-07T16:39:53.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3330 | 2026-05-07T16:39:53.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3331 | 2026-05-07T16:39:53.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3332 | 2026-05-07T16:39:53.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3333 | 2026-05-07T16:39:53.785Z | |
| 3334 | 2026-05-07T16:39:53.785Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274) |
| 3335 | 2026-05-07T16:39:54.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3336 | 2026-05-07T16:39:54.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3337 | 2026-05-07T16:39:54.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3338 | 2026-05-07T16:39:54.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3339 | 2026-05-07T16:39:54.382Z | |
| 3340 | 2026-05-07T16:39:54.382Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274) |
| 3341 | 2026-05-07T16:39:54.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3342 | 2026-05-07T16:39:54.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3343 | 2026-05-07T16:39:54.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3344 | 2026-05-07T16:39:54.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3345 | 2026-05-07T16:39:54.982Z | |
| 3346 | 2026-05-07T16:39:54.982Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274) |
| 3347 | 2026-05-07T16:39:55.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3348 | 2026-05-07T16:39:55.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3349 | 2026-05-07T16:39:55.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3350 | 2026-05-07T16:39:55.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3351 | 2026-05-07T16:39:55.576Z | |
| 3352 | 2026-05-07T16:39:55.576Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274) |
| 3353 | 2026-05-07T16:39:56.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2026-05-07T16:39:56.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2026-05-07T16:39:56.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3356 | 2026-05-07T16:39:56.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3357 | 2026-05-07T16:39:56.175Z | |
| 3358 | 2026-05-07T16:39:56.175Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274) |
| 3359 | 2026-05-07T16:39:56.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2026-05-07T16:39:56.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2026-05-07T16:39:56.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3362 | 2026-05-07T16:39:56.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3363 | 2026-05-07T16:39:56.772Z | |
| 3364 | 2026-05-07T16:39:56.772Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274) |
| 3365 | 2026-05-07T16:39:57.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2026-05-07T16:39:57.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2026-05-07T16:39:57.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3368 | 2026-05-07T16:39:57.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3369 | 2026-05-07T16:39:57.371Z | |
| 3370 | 2026-05-07T16:39:57.371Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274) |
| 3371 | 2026-05-07T16:39:57.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2026-05-07T16:39:57.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2026-05-07T16:39:57.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3374 | 2026-05-07T16:39:57.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3375 | 2026-05-07T16:39:57.970Z | |
| 3376 | 2026-05-07T16:39:57.970Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274) |
| 3377 | 2026-05-07T16:39:58.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-05-07T16:39:58.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-05-07T16:39:58.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-05-07T16:39:58.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3381 | 2026-05-07T16:39:58.572Z | |
| 3382 | 2026-05-07T16:39:58.572Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274) |
| 3383 | 2026-05-07T16:39:59.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-05-07T16:39:59.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-05-07T16:39:59.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-05-07T16:39:59.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3387 | 2026-05-07T16:39:59.172Z | |
| 3388 | 2026-05-07T16:39:59.172Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274) |
| 3389 | 2026-05-07T16:39:59.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-05-07T16:39:59.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-05-07T16:39:59.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-05-07T16:39:59.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3393 | 2026-05-07T16:39:59.769Z | |
| 3394 | 2026-05-07T16:39:59.769Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274) |
| 3395 | 2026-05-07T16:40:00.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-05-07T16:40:00.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-05-07T16:40:00.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-05-07T16:40:00.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3399 | 2026-05-07T16:40:00.368Z | |
| 3400 | 2026-05-07T16:40:00.369Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274) |
| 3401 | 2026-05-07T16:40:00.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-05-07T16:40:00.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-05-07T16:40:00.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-05-07T16:40:00.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3405 | 2026-05-07T16:40:00.970Z | |
| 3406 | 2026-05-07T16:40:00.970Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274) |
| 3407 | 2026-05-07T16:40:01.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-05-07T16:40:01.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-05-07T16:40:01.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-05-07T16:40:01.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3411 | 2026-05-07T16:40:01.563Z | |
| 3412 | 2026-05-07T16:40:01.563Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274) |
| 3413 | 2026-05-07T16:40:02.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-05-07T16:40:02.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-05-07T16:40:02.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-05-07T16:40:02.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3417 | 2026-05-07T16:40:02.163Z | |
| 3418 | 2026-05-07T16:40:02.163Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274) |
| 3419 | 2026-05-07T16:40:02.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-05-07T16:40:02.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-05-07T16:40:02.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-05-07T16:40:02.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3423 | 2026-05-07T16:40:02.765Z | |
| 3424 | 2026-05-07T16:40:02.765Z | info: running `cargo check --bins` on oximeter-producer (154/274) |
| 3425 | 2026-05-07T16:40:03.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-05-07T16:40:03.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-05-07T16:40:03.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-05-07T16:40:03.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3429 | 2026-05-07T16:40:03.405Z | |
| 3430 | 2026-05-07T16:40:03.405Z | info: running `cargo check --bins` on internal-dns-resolver (155/274) |
| 3431 | 2026-05-07T16:40:03.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-05-07T16:40:03.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-05-07T16:40:03.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-05-07T16:40:03.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3435 | 2026-05-07T16:40:04.006Z | |
| 3436 | 2026-05-07T16:40:04.006Z | info: running `cargo check --bins` on dns-server (156/274) |
| 3437 | 2026-05-07T16:40:04.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-05-07T16:40:04.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-05-07T16:40:04.659Z | Compiling parking_lot_core v0.8.6 |
| 3440 | 2026-05-07T16:40:04.659Z | Compiling git-stub v1.0.0 |
| 3441 | 2026-05-07T16:40:04.659Z | Compiling atomicwrites v0.4.4 |
| 3442 | 2026-05-07T16:40:04.662Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3443 | 2026-05-07T16:40:04.662Z | Checking prefix-trie v0.7.0 |
| 3444 | 2026-05-07T16:40:04.897Z | Compiling git-stub-vcs v0.1.0 |
| 3445 | 2026-05-07T16:40:05.074Z | Checking hickory-server v0.25.2 |
| 3446 | 2026-05-07T16:40:05.163Z | Checking parking_lot v0.11.2 |
| 3447 | 2026-05-07T16:40:05.174Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3448 | 2026-05-07T16:40:05.256Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3449 | 2026-05-07T16:40:05.256Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3450 | 2026-05-07T16:40:05.330Z | Checking sled v0.34.7 |
| 3451 | 2026-05-07T16:40:07.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 3452 | 2026-05-07T16:40:07.389Z | |
| 3453 | 2026-05-07T16:40:07.389Z | info: running `cargo check --bins` on dns-server-api (157/274) |
| 3454 | 2026-05-07T16:40:07.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3455 | 2026-05-07T16:40:07.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3456 | 2026-05-07T16:40:07.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3457 | 2026-05-07T16:40:07.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3458 | 2026-05-07T16:40:07.980Z | |
| 3459 | 2026-05-07T16:40:07.980Z | info: running `cargo check --bins` on oximeter-producer-api (158/274) |
| 3460 | 2026-05-07T16:40:08.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3461 | 2026-05-07T16:40:08.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3462 | 2026-05-07T16:40:08.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3463 | 2026-05-07T16:40:08.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3464 | 2026-05-07T16:40:08.579Z | |
| 3465 | 2026-05-07T16:40:08.579Z | info: running `cargo check --bins` on sp-sim (159/274) |
| 3466 | 2026-05-07T16:40:09.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3467 | 2026-05-07T16:40:09.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3468 | 2026-05-07T16:40:09.300Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3469 | 2026-05-07T16:40:11.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s |
| 3470 | 2026-05-07T16:40:11.247Z | |
| 3471 | 2026-05-07T16:40:11.247Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274) |
| 3472 | 2026-05-07T16:40:11.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3473 | 2026-05-07T16:40:11.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3474 | 2026-05-07T16:40:11.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3475 | 2026-05-07T16:40:11.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3476 | 2026-05-07T16:40:11.902Z | |
| 3477 | 2026-05-07T16:40:11.902Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274) |
| 3478 | 2026-05-07T16:40:12.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3479 | 2026-05-07T16:40:12.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3480 | 2026-05-07T16:40:12.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3481 | 2026-05-07T16:40:12.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3482 | 2026-05-07T16:40:12.554Z | |
| 3483 | 2026-05-07T16:40:12.555Z | info: running `cargo check --bins` on db-macros (162/274) |
| 3484 | 2026-05-07T16:40:13.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3485 | 2026-05-07T16:40:13.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3486 | 2026-05-07T16:40:13.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3487 | 2026-05-07T16:40:13.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3488 | 2026-05-07T16:40:13.140Z | |
| 3489 | 2026-05-07T16:40:13.140Z | info: running `cargo check --bins` on nexus-macros-common (163/274) |
| 3490 | 2026-05-07T16:40:13.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3491 | 2026-05-07T16:40:13.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3492 | 2026-05-07T16:40:13.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3493 | 2026-05-07T16:40:13.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3494 | 2026-05-07T16:40:13.721Z | |
| 3495 | 2026-05-07T16:40:13.721Z | info: running `cargo check --bins` on nexus-auth (164/274) |
| 3496 | 2026-05-07T16:40:14.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3497 | 2026-05-07T16:40:14.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3498 | 2026-05-07T16:40:14.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3499 | 2026-05-07T16:40:14.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3500 | 2026-05-07T16:40:14.370Z | |
| 3501 | 2026-05-07T16:40:14.370Z | info: running `cargo check --bins` on authz-macros (165/274) |
| 3502 | 2026-05-07T16:40:14.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2026-05-07T16:40:14.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2026-05-07T16:40:14.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3505 | 2026-05-07T16:40:14.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3506 | 2026-05-07T16:40:14.952Z | |
| 3507 | 2026-05-07T16:40:14.952Z | info: running `cargo check --bins` on nexus-db-fixed-data (166/274) |
| 3508 | 2026-05-07T16:40:15.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3509 | 2026-05-07T16:40:15.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3510 | 2026-05-07T16:40:15.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3511 | 2026-05-07T16:40:15.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3512 | 2026-05-07T16:40:15.598Z | |
| 3513 | 2026-05-07T16:40:15.598Z | info: running `cargo check --bins` on nexus-db-model (167/274) |
| 3514 | 2026-05-07T16:40:16.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3515 | 2026-05-07T16:40:16.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3516 | 2026-05-07T16:40:16.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3517 | 2026-05-07T16:40:16.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3518 | 2026-05-07T16:40:16.236Z | |
| 3519 | 2026-05-07T16:40:16.236Z | info: running `cargo check --bins` on nexus-db-schema (168/274) |
| 3520 | 2026-05-07T16:40:16.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3521 | 2026-05-07T16:40:16.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3522 | 2026-05-07T16:40:16.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3523 | 2026-05-07T16:40:16.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3524 | 2026-05-07T16:40:16.821Z | |
| 3525 | 2026-05-07T16:40:16.821Z | info: running `cargo check --bins` on omicron-rpaths (169/274) |
| 3526 | 2026-05-07T16:40:17.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3527 | 2026-05-07T16:40:17.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3528 | 2026-05-07T16:40:17.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3529 | 2026-05-07T16:40:17.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3530 | 2026-05-07T16:40:17.397Z | |
| 3531 | 2026-05-07T16:40:17.397Z | info: running `cargo check --bins` on nexus-defaults (170/274) |
| 3532 | 2026-05-07T16:40:17.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3533 | 2026-05-07T16:40:17.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3534 | 2026-05-07T16:40:17.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3535 | 2026-05-07T16:40:17.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3536 | 2026-05-07T16:40:17.997Z | |
| 3537 | 2026-05-07T16:40:17.997Z | info: running `cargo check --bins` on omicron-cockroach-metrics (171/274) |
| 3538 | 2026-05-07T16:40:18.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2026-05-07T16:40:18.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2026-05-07T16:40:18.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2026-05-07T16:40:18.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3542 | 2026-05-07T16:40:18.585Z | |
| 3543 | 2026-05-07T16:40:18.585Z | info: running `cargo check --bins` on parallel-task-set (172/274) |
| 3544 | 2026-05-07T16:40:19.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2026-05-07T16:40:19.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2026-05-07T16:40:19.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2026-05-07T16:40:19.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3548 | 2026-05-07T16:40:19.166Z | |
| 3549 | 2026-05-07T16:40:19.166Z | info: running `cargo check --bins` on nexus-db-errors (173/274) |
| 3550 | 2026-05-07T16:40:19.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2026-05-07T16:40:19.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2026-05-07T16:40:19.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2026-05-07T16:40:19.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3554 | 2026-05-07T16:40:19.820Z | |
| 3555 | 2026-05-07T16:40:19.820Z | info: running `cargo check --bins` on nexus-db-lookup (174/274) |
| 3556 | 2026-05-07T16:40:20.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2026-05-07T16:40:20.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2026-05-07T16:40:20.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2026-05-07T16:40:20.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3560 | 2026-05-07T16:40:20.474Z | |
| 3561 | 2026-05-07T16:40:20.474Z | info: running `cargo check --bins` on nexus-inventory (175/274) |
| 3562 | 2026-05-07T16:40:21.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2026-05-07T16:40:21.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2026-05-07T16:40:21.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2026-05-07T16:40:21.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3566 | 2026-05-07T16:40:21.111Z | |
| 3567 | 2026-05-07T16:40:21.111Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274) |
| 3568 | 2026-05-07T16:40:21.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2026-05-07T16:40:21.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2026-05-07T16:40:21.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3571 | 2026-05-07T16:40:21.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3572 | 2026-05-07T16:40:21.733Z | |
| 3573 | 2026-05-07T16:40:21.733Z | info: running `cargo check --bins --no-default-features` on sled-storage (177/274) |
| 3574 | 2026-05-07T16:40:22.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3575 | 2026-05-07T16:40:22.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3576 | 2026-05-07T16:40:22.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3577 | 2026-05-07T16:40:22.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3578 | 2026-05-07T16:40:22.349Z | |
| 3579 | 2026-05-07T16:40:22.349Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274) |
| 3580 | 2026-05-07T16:40:22.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-05-07T16:40:22.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-05-07T16:40:22.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-05-07T16:40:22.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3584 | 2026-05-07T16:40:22.965Z | |
| 3585 | 2026-05-07T16:40:22.965Z | info: running `cargo check --bins` on key-manager (179/274) |
| 3586 | 2026-05-07T16:40:23.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-05-07T16:40:23.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-05-07T16:40:23.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-05-07T16:40:23.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3590 | 2026-05-07T16:40:23.563Z | |
| 3591 | 2026-05-07T16:40:23.563Z | info: running `cargo check --bins --no-default-features` on sled-hardware (180/274) |
| 3592 | 2026-05-07T16:40:24.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-05-07T16:40:24.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-05-07T16:40:24.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3595 | 2026-05-07T16:40:24.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3596 | 2026-05-07T16:40:24.176Z | |
| 3597 | 2026-05-07T16:40:24.176Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274) |
| 3598 | 2026-05-07T16:40:24.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-05-07T16:40:24.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-05-07T16:40:24.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-05-07T16:40:24.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3602 | 2026-05-07T16:40:24.793Z | |
| 3603 | 2026-05-07T16:40:24.793Z | info: running `cargo check --bins` on typed-rng (182/274) |
| 3604 | 2026-05-07T16:40:25.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-05-07T16:40:25.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-05-07T16:40:25.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3607 | 2026-05-07T16:40:25.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3608 | 2026-05-07T16:40:25.376Z | |
| 3609 | 2026-05-07T16:40:25.376Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274) |
| 3610 | 2026-05-07T16:40:25.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2026-05-07T16:40:25.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2026-05-07T16:40:26.228Z | Compiling typify-impl v0.4.3 |
| 3613 | 2026-05-07T16:40:26.228Z | Compiling libefi-sys v0.1.0 |
| 3614 | 2026-05-07T16:40:26.231Z | Compiling bitfield-struct v0.6.2 |
| 3615 | 2026-05-07T16:40:26.381Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3616 | 2026-05-07T16:40:26.388Z | Compiling xshell-macros v0.2.7 |
| 3617 | 2026-05-07T16:40:26.400Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3618 | 2026-05-07T16:40:26.441Z | Compiling salty v0.3.0 |
| 3619 | 2026-05-07T16:40:26.444Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3620 | 2026-05-07T16:40:26.598Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3621 | 2026-05-07T16:40:26.724Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3622 | 2026-05-07T16:40:26.738Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3623 | 2026-05-07T16:40:26.750Z | Checking xshell v0.2.7 |
| 3624 | 2026-05-07T16:40:26.945Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3625 | 2026-05-07T16:40:26.976Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3626 | 2026-05-07T16:40:27.005Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3627 | 2026-05-07T16:40:27.110Z | Checking primeorder v0.13.6 |
| 3628 | 2026-05-07T16:40:27.126Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3629 | 2026-05-07T16:40:27.213Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3630 | 2026-05-07T16:40:27.252Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3631 | 2026-05-07T16:40:27.349Z | Checking p384 v0.13.1 |
| 3632 | 2026-05-07T16:40:27.349Z | Checking tungstenite v0.21.0 |
| 3633 | 2026-05-07T16:40:27.443Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3634 | 2026-05-07T16:40:27.504Z | Compiling proc-macro-error2 v2.0.1 |
| 3635 | 2026-05-07T16:40:27.586Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3636 | 2026-05-07T16:40:27.761Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3637 | 2026-05-07T16:40:27.780Z | Compiling num-derive v0.3.3 |
| 3638 | 2026-05-07T16:40:27.815Z | Compiling tabled_derive v0.11.0 |
| 3639 | 2026-05-07T16:40:28.086Z | Checking tokio-tungstenite v0.21.0 |
| 3640 | 2026-05-07T16:40:28.306Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3641 | 2026-05-07T16:40:28.362Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3642 | 2026-05-07T16:40:28.377Z | Checking papergrid v0.17.0 |
| 3643 | 2026-05-07T16:40:28.651Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3644 | 2026-05-07T16:40:28.738Z | Checking libscf-sys v1.1.0 |
| 3645 | 2026-05-07T16:40:28.871Z | Checking testing_table v0.3.0 |
| 3646 | 2026-05-07T16:40:28.955Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3647 | 2026-05-07T16:40:28.970Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3648 | 2026-05-07T16:40:28.984Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3649 | 2026-05-07T16:40:29.161Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3650 | 2026-05-07T16:40:29.328Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3651 | 2026-05-07T16:40:29.370Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3652 | 2026-05-07T16:40:29.439Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3653 | 2026-05-07T16:40:29.470Z | Checking corncobs v0.1.4 |
| 3654 | 2026-05-07T16:40:29.525Z | Compiling unicase v2.9.0 |
| 3655 | 2026-05-07T16:40:29.576Z | Checking tabled v0.20.0 |
| 3656 | 2026-05-07T16:40:29.594Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3657 | 2026-05-07T16:40:29.609Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3658 | 2026-05-07T16:40:29.728Z | Compiling mime_guess v2.0.5 |
| 3659 | 2026-05-07T16:40:29.743Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3660 | 2026-05-07T16:40:29.811Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3661 | 2026-05-07T16:40:29.849Z | Checking progenitor-client v0.11.2 |
| 3662 | 2026-05-07T16:40:30.068Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3663 | 2026-05-07T16:40:30.084Z | Checking secrecy v0.8.0 |
| 3664 | 2026-05-07T16:40:30.134Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3665 | 2026-05-07T16:40:30.149Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3666 | 2026-05-07T16:40:30.281Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3667 | 2026-05-07T16:40:30.357Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3668 | 2026-05-07T16:40:30.600Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3669 | 2026-05-07T16:40:30.736Z | Compiling typify-macro v0.4.3 |
| 3670 | 2026-05-07T16:40:30.754Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3671 | 2026-05-07T16:40:30.819Z | Checking filetime v0.2.27 |
| 3672 | 2026-05-07T16:40:30.840Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3673 | 2026-05-07T16:40:30.978Z | Checking xattr v1.6.1 |
| 3674 | 2026-05-07T16:40:31.068Z | Checking crc8 v0.1.1 |
| 3675 | 2026-05-07T16:40:31.111Z | Checking http-range v0.1.5 |
| 3676 | 2026-05-07T16:40:31.169Z | Checking tar v0.4.45 |
| 3677 | 2026-05-07T16:40:31.415Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3678 | 2026-05-07T16:40:31.567Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3679 | 2026-05-07T16:40:31.613Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3680 | 2026-05-07T16:40:31.704Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3681 | 2026-05-07T16:40:31.721Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3682 | 2026-05-07T16:40:31.905Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3683 | 2026-05-07T16:40:32.004Z | Checking atty v0.2.14 |
| 3684 | 2026-05-07T16:40:32.106Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3685 | 2026-05-07T16:40:32.238Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3686 | 2026-05-07T16:40:32.324Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3687 | 2026-05-07T16:40:32.474Z | Compiling typify v0.4.3 |
| 3688 | 2026-05-07T16:40:32.592Z | Compiling progenitor-impl v0.11.2 |
| 3689 | 2026-05-07T16:40:32.650Z | Compiling progenitor-impl v0.10.0 |
| 3690 | 2026-05-07T16:40:32.900Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3691 | 2026-05-07T16:40:33.016Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3692 | 2026-05-07T16:40:33.138Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3693 | 2026-05-07T16:40:33.543Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3694 | 2026-05-07T16:40:33.922Z | Checking hyper-staticfile v0.10.1 |
| 3695 | 2026-05-07T16:40:33.986Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3696 | 2026-05-07T16:40:34.017Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3697 | 2026-05-07T16:40:34.207Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3698 | 2026-05-07T16:40:34.238Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3699 | 2026-05-07T16:40:34.424Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3700 | 2026-05-07T16:40:34.463Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3701 | 2026-05-07T16:40:34.604Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3702 | 2026-05-07T16:40:34.735Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3703 | 2026-05-07T16:40:34.878Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3704 | 2026-05-07T16:40:35.023Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3705 | 2026-05-07T16:40:35.179Z | Compiling progenitor-macro v0.11.2 |
| 3706 | 2026-05-07T16:40:35.205Z | Compiling progenitor-macro v0.10.0 |
| 3707 | 2026-05-07T16:40:37.946Z | Checking progenitor v0.11.2 |
| 3708 | 2026-05-07T16:40:38.075Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3709 | 2026-05-07T16:40:38.103Z | Checking progenitor v0.10.0 |
| 3710 | 2026-05-07T16:40:38.223Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3711 | 2026-05-07T16:40:42.742Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3712 | 2026-05-07T16:40:43.843Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3713 | 2026-05-07T16:40:54.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.76s |
| 3714 | 2026-05-07T16:40:54.364Z | |
| 3715 | 2026-05-07T16:40:54.364Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274) |
| 3716 | 2026-05-07T16:40:54.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3717 | 2026-05-07T16:40:54.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3718 | 2026-05-07T16:40:55.145Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3719 | 2026-05-07T16:41:05.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.14s |
| 3720 | 2026-05-07T16:41:05.733Z | |
| 3721 | 2026-05-07T16:41:05.733Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274) |
| 3722 | 2026-05-07T16:41:06.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3723 | 2026-05-07T16:41:06.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3724 | 2026-05-07T16:41:06.507Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3725 | 2026-05-07T16:41:16.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s |
| 3726 | 2026-05-07T16:41:17.168Z | |
| 3727 | 2026-05-07T16:41:17.168Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274) |
| 3728 | 2026-05-07T16:41:17.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3729 | 2026-05-07T16:41:17.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3730 | 2026-05-07T16:41:17.946Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3731 | 2026-05-07T16:41:28.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.13s |
| 3732 | 2026-05-07T16:41:28.520Z | |
| 3733 | 2026-05-07T16:41:28.520Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274) |
| 3734 | 2026-05-07T16:41:29.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3735 | 2026-05-07T16:41:29.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3736 | 2026-05-07T16:41:29.296Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3737 | 2026-05-07T16:41:39.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s |
| 3738 | 2026-05-07T16:41:39.902Z | |
| 3739 | 2026-05-07T16:41:39.902Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274) |
| 3740 | 2026-05-07T16:41:40.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3741 | 2026-05-07T16:41:40.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3742 | 2026-05-07T16:41:40.674Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3743 | 2026-05-07T16:41:51.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s |
| 3744 | 2026-05-07T16:41:51.295Z | |
| 3745 | 2026-05-07T16:41:51.295Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274) |
| 3746 | 2026-05-07T16:41:51.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3747 | 2026-05-07T16:41:51.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3748 | 2026-05-07T16:41:52.062Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3749 | 2026-05-07T16:42:02.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s |
| 3750 | 2026-05-07T16:42:02.682Z | |
| 3751 | 2026-05-07T16:42:02.682Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274) |
| 3752 | 2026-05-07T16:42:03.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3753 | 2026-05-07T16:42:03.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3754 | 2026-05-07T16:42:03.451Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3755 | 2026-05-07T16:42:13.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s |
| 3756 | 2026-05-07T16:42:14.078Z | |
| 3757 | 2026-05-07T16:42:14.078Z | info: running `cargo check --bins` on bootstrap-agent-api (191/274) |
| 3758 | 2026-05-07T16:42:14.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3759 | 2026-05-07T16:42:14.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3760 | 2026-05-07T16:42:14.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3761 | 2026-05-07T16:42:14.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3762 | 2026-05-07T16:42:14.678Z | |
| 3763 | 2026-05-07T16:42:14.678Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274) |
| 3764 | 2026-05-07T16:42:15.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3765 | 2026-05-07T16:42:15.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3766 | 2026-05-07T16:42:15.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3767 | 2026-05-07T16:42:15.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3768 | 2026-05-07T16:42:15.274Z | |
| 3769 | 2026-05-07T16:42:15.274Z | info: running `cargo check --bins` on range-requests (193/274) |
| 3770 | 2026-05-07T16:42:15.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3771 | 2026-05-07T16:42:15.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3772 | 2026-05-07T16:42:15.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3773 | 2026-05-07T16:42:15.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3774 | 2026-05-07T16:42:15.864Z | |
| 3775 | 2026-05-07T16:42:15.864Z | info: running `cargo check --bins` on repo-depot-api (194/274) |
| 3776 | 2026-05-07T16:42:16.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3777 | 2026-05-07T16:42:16.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3778 | 2026-05-07T16:42:16.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3779 | 2026-05-07T16:42:16.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3780 | 2026-05-07T16:42:16.465Z | |
| 3781 | 2026-05-07T16:42:16.465Z | info: running `cargo check --bins` on sled-agent-api (195/274) |
| 3782 | 2026-05-07T16:42:16.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3783 | 2026-05-07T16:42:16.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3784 | 2026-05-07T16:42:16.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3785 | 2026-05-07T16:42:16.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3786 | 2026-05-07T16:42:17.073Z | |
| 3787 | 2026-05-07T16:42:17.073Z | info: running `cargo check --bins` on sled-diagnostics (196/274) |
| 3788 | 2026-05-07T16:42:17.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3789 | 2026-05-07T16:42:17.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3790 | 2026-05-07T16:42:17.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3791 | 2026-05-07T16:42:17.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3792 | 2026-05-07T16:42:17.686Z | |
| 3793 | 2026-05-07T16:42:17.686Z | info: running `cargo check --bins` on zfs-test-harness (197/274) |
| 3794 | 2026-05-07T16:42:18.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3795 | 2026-05-07T16:42:18.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3796 | 2026-05-07T16:42:18.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3797 | 2026-05-07T16:42:18.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3798 | 2026-05-07T16:42:18.300Z | |
| 3799 | 2026-05-07T16:42:18.300Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274) |
| 3800 | 2026-05-07T16:42:18.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3801 | 2026-05-07T16:42:18.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3802 | 2026-05-07T16:42:18.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3803 | 2026-05-07T16:42:18.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3804 | 2026-05-07T16:42:18.920Z | |
| 3805 | 2026-05-07T16:42:18.920Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274) |
| 3806 | 2026-05-07T16:42:19.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3807 | 2026-05-07T16:42:19.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3808 | 2026-05-07T16:42:19.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3809 | 2026-05-07T16:42:19.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3810 | 2026-05-07T16:42:19.539Z | |
| 3811 | 2026-05-07T16:42:19.539Z | info: running `cargo check --bins` on sled-agent-health-monitor (200/274) |
| 3812 | 2026-05-07T16:42:20.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3813 | 2026-05-07T16:42:20.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3814 | 2026-05-07T16:42:20.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3815 | 2026-05-07T16:42:20.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3816 | 2026-05-07T16:42:20.156Z | |
| 3817 | 2026-05-07T16:42:20.156Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274) |
| 3818 | 2026-05-07T16:42:20.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3819 | 2026-05-07T16:42:20.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3820 | 2026-05-07T16:42:20.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3821 | 2026-05-07T16:42:20.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3822 | 2026-05-07T16:42:20.771Z | |
| 3823 | 2026-05-07T16:42:20.771Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274) |
| 3824 | 2026-05-07T16:42:21.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3825 | 2026-05-07T16:42:21.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3826 | 2026-05-07T16:42:21.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3827 | 2026-05-07T16:42:21.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3828 | 2026-05-07T16:42:21.386Z | |
| 3829 | 2026-05-07T16:42:21.386Z | info: running `cargo check --bins` on sled-agent-resolvable-files (203/274) |
| 3830 | 2026-05-07T16:42:21.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3831 | 2026-05-07T16:42:21.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3832 | 2026-05-07T16:42:21.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3833 | 2026-05-07T16:42:21.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3834 | 2026-05-07T16:42:22.003Z | |
| 3835 | 2026-05-07T16:42:22.003Z | info: running `cargo check --bins` on sled-agent-rack-setup (204/274) |
| 3836 | 2026-05-07T16:42:22.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3837 | 2026-05-07T16:42:22.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3838 | 2026-05-07T16:42:22.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3839 | 2026-05-07T16:42:22.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3840 | 2026-05-07T16:42:22.653Z | |
| 3841 | 2026-05-07T16:42:22.653Z | info: running `cargo check --bins` on trust-quorum (205/274) |
| 3842 | 2026-05-07T16:42:23.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3843 | 2026-05-07T16:42:23.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3844 | 2026-05-07T16:42:23.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3845 | 2026-05-07T16:42:23.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3846 | 2026-05-07T16:42:23.280Z | |
| 3847 | 2026-05-07T16:42:23.280Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274) |
| 3848 | 2026-05-07T16:42:23.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3849 | 2026-05-07T16:42:23.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3850 | 2026-05-07T16:42:23.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3851 | 2026-05-07T16:42:23.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3852 | 2026-05-07T16:42:23.909Z | |
| 3853 | 2026-05-07T16:42:23.909Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (207/274) |
| 3854 | 2026-05-07T16:42:24.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3855 | 2026-05-07T16:42:24.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3856 | 2026-05-07T16:42:24.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3857 | 2026-05-07T16:42:24.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3858 | 2026-05-07T16:42:24.563Z | |
| 3859 | 2026-05-07T16:42:24.563Z | info: running `cargo check --bins` on update-common (208/274) |
| 3860 | 2026-05-07T16:42:25.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3861 | 2026-05-07T16:42:25.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3862 | 2026-05-07T16:42:25.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3863 | 2026-05-07T16:42:25.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3864 | 2026-05-07T16:42:25.165Z | |
| 3865 | 2026-05-07T16:42:25.165Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274) |
| 3866 | 2026-05-07T16:42:25.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3867 | 2026-05-07T16:42:25.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3868 | 2026-05-07T16:42:25.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3869 | 2026-05-07T16:42:25.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3870 | 2026-05-07T16:42:25.816Z | |
| 3871 | 2026-05-07T16:42:25.816Z | info: running `cargo check --bins` on omicron-deployment-graph (210/274) |
| 3872 | 2026-05-07T16:42:26.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3873 | 2026-05-07T16:42:26.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3874 | 2026-05-07T16:42:26.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3875 | 2026-05-07T16:42:26.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3876 | 2026-05-07T16:42:26.398Z | |
| 3877 | 2026-05-07T16:42:26.398Z | info: running `cargo check --bins` on reconfigurator-cli (211/274) |
| 3878 | 2026-05-07T16:42:26.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3879 | 2026-05-07T16:42:26.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3880 | 2026-05-07T16:42:27.167Z | Compiling fs-err v2.11.0 |
| 3881 | 2026-05-07T16:42:27.170Z | Checking ignore v0.4.25 |
| 3882 | 2026-05-07T16:42:27.170Z | Checking arc-swap v1.8.2 |
| 3883 | 2026-05-07T16:42:27.170Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3884 | 2026-05-07T16:42:27.170Z | Checking predicates-tree v1.0.13 |
| 3885 | 2026-05-07T16:42:27.300Z | Checking parse-size v1.1.0 |
| 3886 | 2026-05-07T16:42:27.335Z | Checking rand_seeder v0.4.0 |
| 3887 | 2026-05-07T16:42:27.338Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3888 | 2026-05-07T16:42:27.412Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3889 | 2026-05-07T16:42:27.430Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3890 | 2026-05-07T16:42:27.471Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3891 | 2026-05-07T16:42:27.496Z | Checking slog-scope v4.4.1 |
| 3892 | 2026-05-07T16:42:27.612Z | Compiling petname v2.0.2 |
| 3893 | 2026-05-07T16:42:27.628Z | Checking slog-stdlog v4.1.1 |
| 3894 | 2026-05-07T16:42:27.645Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3895 | 2026-05-07T16:42:27.681Z | Checking globwalk v0.9.1 |
| 3896 | 2026-05-07T16:42:27.721Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3897 | 2026-05-07T16:42:27.745Z | Checking slog-envlogger v2.2.0 |
| 3898 | 2026-05-07T16:42:27.856Z | Checking camino-tempfile-ext v0.3.3 |
| 3899 | 2026-05-07T16:42:27.872Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3900 | 2026-05-07T16:42:27.894Z | Checking sapling-renderdag v0.1.0 |
| 3901 | 2026-05-07T16:42:28.037Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3902 | 2026-05-07T16:42:28.051Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3903 | 2026-05-07T16:42:28.126Z | Checking subprocess v0.2.15 |
| 3904 | 2026-05-07T16:42:28.227Z | Checking sync-ptr v0.1.4 |
| 3905 | 2026-05-07T16:42:28.263Z | Checking colored v2.2.0 |
| 3906 | 2026-05-07T16:42:28.344Z | Checking assert_matches v1.5.0 |
| 3907 | 2026-05-07T16:42:28.404Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3908 | 2026-05-07T16:42:28.473Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3909 | 2026-05-07T16:42:28.523Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3910 | 2026-05-07T16:42:28.534Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3911 | 2026-05-07T16:42:29.152Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3912 | 2026-05-07T16:42:30.457Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3913 | 2026-05-07T16:42:32.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s |
| 3914 | 2026-05-07T16:42:32.907Z | |
| 3915 | 2026-05-07T16:42:32.907Z | info: running `cargo check --bins` on omicron-repl-utils (212/274) |
| 3916 | 2026-05-07T16:42:33.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3917 | 2026-05-07T16:42:33.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3918 | 2026-05-07T16:42:33.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3919 | 2026-05-07T16:42:33.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3920 | 2026-05-07T16:42:33.494Z | |
| 3921 | 2026-05-07T16:42:33.494Z | info: running `cargo check --bins` on transient-dns-server (213/274) |
| 3922 | 2026-05-07T16:42:34.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3923 | 2026-05-07T16:42:34.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3924 | 2026-05-07T16:42:34.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3925 | 2026-05-07T16:42:34.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3926 | 2026-05-07T16:42:34.105Z | |
| 3927 | 2026-05-07T16:42:34.105Z | info: running `cargo check --bins` on nexus-test-interface (214/274) |
| 3928 | 2026-05-07T16:42:34.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3929 | 2026-05-07T16:42:34.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3930 | 2026-05-07T16:42:34.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3931 | 2026-05-07T16:42:34.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3932 | 2026-05-07T16:42:34.754Z | |
| 3933 | 2026-05-07T16:42:34.755Z | info: running `cargo check --bins` on oximeter-collector (215/274) |
| 3934 | 2026-05-07T16:42:35.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3935 | 2026-05-07T16:42:35.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3936 | 2026-05-07T16:42:35.482Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3937 | 2026-05-07T16:42:35.482Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3938 | 2026-05-07T16:42:36.131Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3939 | 2026-05-07T16:42:37.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
| 3940 | 2026-05-07T16:42:37.937Z | |
| 3941 | 2026-05-07T16:42:37.937Z | info: running `cargo check --bins` on oximeter-api (216/274) |
| 3942 | 2026-05-07T16:42:38.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3943 | 2026-05-07T16:42:38.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3944 | 2026-05-07T16:42:38.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3945 | 2026-05-07T16:42:38.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3946 | 2026-05-07T16:42:38.538Z | |
| 3947 | 2026-05-07T16:42:38.538Z | info: running `cargo check --bins` on cert-dev (217/274) |
| 3948 | 2026-05-07T16:42:39.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3949 | 2026-05-07T16:42:39.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3950 | 2026-05-07T16:42:39.144Z | Checking yasna v0.5.2 |
| 3951 | 2026-05-07T16:42:39.549Z | Checking rcgen v0.12.1 |
| 3952 | 2026-05-07T16:42:39.799Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3953 | 2026-05-07T16:42:39.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 3954 | 2026-05-07T16:42:40.159Z | |
| 3955 | 2026-05-07T16:42:40.159Z | info: running `cargo check --bins` on clickana (218/274) |
| 3956 | 2026-05-07T16:42:40.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3957 | 2026-05-07T16:42:40.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3958 | 2026-05-07T16:42:40.805Z | Compiling darling_core v0.23.0 |
| 3959 | 2026-05-07T16:42:40.811Z | Compiling instability v0.3.11 |
| 3960 | 2026-05-07T16:42:40.924Z | Checking castaway v0.2.4 |
| 3961 | 2026-05-07T16:42:40.929Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3962 | 2026-05-07T16:42:40.932Z | Compiling indoc v2.0.7 |
| 3963 | 2026-05-07T16:42:40.946Z | Checking unicode-truncate v1.1.0 |
| 3964 | 2026-05-07T16:42:40.949Z | Checking lru v0.12.5 |
| 3965 | 2026-05-07T16:42:40.949Z | Checking cassowary v0.3.0 |
| 3966 | 2026-05-07T16:42:41.012Z | Checking compact_str v0.8.1 |
| 3967 | 2026-05-07T16:42:41.943Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3968 | 2026-05-07T16:42:42.126Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3969 | 2026-05-07T16:42:42.323Z | Compiling darling_macro v0.23.0 |
| 3970 | 2026-05-07T16:42:42.735Z | Compiling darling v0.23.0 |
| 3971 | 2026-05-07T16:42:43.345Z | Checking ratatui v0.29.0 |
| 3972 | 2026-05-07T16:42:44.398Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3973 | 2026-05-07T16:42:45.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s |
| 3974 | 2026-05-07T16:42:45.261Z | |
| 3975 | 2026-05-07T16:42:45.261Z | info: running `cargo check --bins` on clickhouse-cluster-dev (219/274) |
| 3976 | 2026-05-07T16:42:45.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3977 | 2026-05-07T16:42:45.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3978 | 2026-05-07T16:42:45.980Z | Checking headers-core v0.3.0 |
| 3979 | 2026-05-07T16:42:45.985Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3980 | 2026-05-07T16:42:46.175Z | Checking headers v0.4.1 |
| 3981 | 2026-05-07T16:42:46.542Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3982 | 2026-05-07T16:42:47.394Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3983 | 2026-05-07T16:42:47.890Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3984 | 2026-05-07T16:42:48.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s |
| 3985 | 2026-05-07T16:42:48.513Z | |
| 3986 | 2026-05-07T16:42:48.513Z | info: running `cargo check --bins` on ch-dev (220/274) |
| 3987 | 2026-05-07T16:42:49.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3988 | 2026-05-07T16:42:49.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3989 | 2026-05-07T16:42:49.225Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3990 | 2026-05-07T16:42:49.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 3991 | 2026-05-07T16:42:50.186Z | |
| 3992 | 2026-05-07T16:42:50.187Z | info: running `cargo check --bins` on dev-tools-common (221/274) |
| 3993 | 2026-05-07T16:42:50.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3994 | 2026-05-07T16:42:50.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3995 | 2026-05-07T16:42:50.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3996 | 2026-05-07T16:42:50.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 3997 | 2026-05-07T16:42:50.649Z | |
| 3998 | 2026-05-07T16:42:50.649Z | info: running `cargo check --bins` on crdb-seed (222/274) |
| 3999 | 2026-05-07T16:42:51.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4000 | 2026-05-07T16:42:51.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4001 | 2026-05-07T16:42:51.369Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4002 | 2026-05-07T16:42:52.357Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4003 | 2026-05-07T16:42:52.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
| 4004 | 2026-05-07T16:42:52.901Z | |
| 4005 | 2026-05-07T16:42:52.901Z | info: running `cargo check --bins` on db-dev (223/274) |
| 4006 | 2026-05-07T16:42:53.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4007 | 2026-05-07T16:42:53.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4008 | 2026-05-07T16:42:53.610Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4009 | 2026-05-07T16:42:54.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4010 | 2026-05-07T16:42:54.556Z | |
| 4011 | 2026-05-07T16:42:54.556Z | info: running `cargo check --bins` on omicron-dev-lib (224/274) |
| 4012 | 2026-05-07T16:42:55.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4013 | 2026-05-07T16:42:55.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4014 | 2026-05-07T16:42:55.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4015 | 2026-05-07T16:42:55.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4016 | 2026-05-07T16:42:55.198Z | |
| 4017 | 2026-05-07T16:42:55.198Z | info: running `cargo check --bins` on xtask-downloader (225/274) |
| 4018 | 2026-05-07T16:42:55.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4019 | 2026-05-07T16:42:55.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4020 | 2026-05-07T16:42:55.797Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4021 | 2026-05-07T16:42:56.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
| 4022 | 2026-05-07T16:42:56.631Z | |
| 4023 | 2026-05-07T16:42:56.631Z | info: running `cargo check --bins` on omicron-dropshot-apis (226/274) |
| 4024 | 2026-05-07T16:42:57.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4025 | 2026-05-07T16:42:57.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4026 | 2026-05-07T16:42:57.374Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4027 | 2026-05-07T16:42:57.374Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4028 | 2026-05-07T16:42:57.374Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092) |
| 4029 | 2026-05-07T16:42:57.379Z | Checking git-stub v1.0.0 |
| 4030 | 2026-05-07T16:42:57.380Z | Compiling trait-variant v0.1.2 |
| 4031 | 2026-05-07T16:42:57.380Z | Checking is_ci v1.2.0 |
| 4032 | 2026-05-07T16:42:57.380Z | Checking maplit v1.0.2 |
| 4033 | 2026-05-07T16:42:57.508Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4034 | 2026-05-07T16:42:57.587Z | Checking supports-color v3.0.2 |
| 4035 | 2026-05-07T16:42:57.592Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4036 | 2026-05-07T16:42:57.634Z | Checking git-stub-vcs v0.1.0 |
| 4037 | 2026-05-07T16:42:57.721Z | Checking drift v0.1.3 |
| 4038 | 2026-05-07T16:42:57.753Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4039 | 2026-05-07T16:42:57.768Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4040 | 2026-05-07T16:42:57.818Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4041 | 2026-05-07T16:42:57.957Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4042 | 2026-05-07T16:42:58.010Z | Checking dropshot-api-manager v0.7.1 |
| 4043 | 2026-05-07T16:42:58.017Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 4044 | 2026-05-07T16:42:58.036Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4045 | 2026-05-07T16:42:58.224Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4046 | 2026-05-07T16:42:58.254Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4047 | 2026-05-07T16:42:58.480Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092) |
| 4048 | 2026-05-07T16:42:58.739Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4049 | 2026-05-07T16:43:03.691Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4050 | 2026-05-07T16:43:04.810Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4051 | 2026-05-07T16:43:05.340Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4052 | 2026-05-07T16:43:05.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.13s |
| 4053 | 2026-05-07T16:43:05.978Z | |
| 4054 | 2026-05-07T16:43:05.978Z | info: running `cargo check --bins` on installinator-api (227/274) |
| 4055 | 2026-05-07T16:43:06.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4056 | 2026-05-07T16:43:06.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4057 | 2026-05-07T16:43:06.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4058 | 2026-05-07T16:43:06.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4059 | 2026-05-07T16:43:06.650Z | |
| 4060 | 2026-05-07T16:43:06.650Z | info: running `cargo check --bins` on nexus-external-api (228/274) |
| 4061 | 2026-05-07T16:43:07.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4062 | 2026-05-07T16:43:07.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4063 | 2026-05-07T16:43:07.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4064 | 2026-05-07T16:43:07.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4065 | 2026-05-07T16:43:07.236Z | |
| 4066 | 2026-05-07T16:43:07.236Z | info: running `cargo check --bins` on nexus-internal-api (229/274) |
| 4067 | 2026-05-07T16:43:07.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4068 | 2026-05-07T16:43:07.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4069 | 2026-05-07T16:43:07.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4070 | 2026-05-07T16:43:07.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4071 | 2026-05-07T16:43:07.829Z | |
| 4072 | 2026-05-07T16:43:07.829Z | info: running `cargo check --bins` on nexus-lockstep-api (230/274) |
| 4073 | 2026-05-07T16:43:08.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4074 | 2026-05-07T16:43:08.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4075 | 2026-05-07T16:43:08.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4076 | 2026-05-07T16:43:08.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4077 | 2026-05-07T16:43:08.559Z | |
| 4078 | 2026-05-07T16:43:08.559Z | info: running `cargo check --bins` on ntp-admin-api (231/274) |
| 4079 | 2026-05-07T16:43:08.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4080 | 2026-05-07T16:43:08.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4081 | 2026-05-07T16:43:08.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4082 | 2026-05-07T16:43:08.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4083 | 2026-05-07T16:43:09.087Z | |
| 4084 | 2026-05-07T16:43:09.087Z | info: running `cargo check --bins` on ntp-admin-types-versions (232/274) |
| 4085 | 2026-05-07T16:43:09.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4086 | 2026-05-07T16:43:09.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4087 | 2026-05-07T16:43:09.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4088 | 2026-05-07T16:43:09.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4089 | 2026-05-07T16:43:09.658Z | |
| 4090 | 2026-05-07T16:43:09.658Z | info: running `cargo check --bins` on wicketd-api (233/274) |
| 4091 | 2026-05-07T16:43:10.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4092 | 2026-05-07T16:43:10.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4093 | 2026-05-07T16:43:10.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4094 | 2026-05-07T16:43:10.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4095 | 2026-05-07T16:43:10.266Z | |
| 4096 | 2026-05-07T16:43:10.266Z | info: running `cargo check --bins` on omicron-ls-apis (234/274) |
| 4097 | 2026-05-07T16:43:10.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4098 | 2026-05-07T16:43:10.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4099 | 2026-05-07T16:43:10.868Z | Checking typeid v1.0.3 |
| 4100 | 2026-05-07T16:43:10.981Z | Checking ordered-float v2.10.1 |
| 4101 | 2026-05-07T16:43:10.999Z | Checking unicode-xid v0.2.6 |
| 4102 | 2026-05-07T16:43:11.015Z | Checking cargo-platform v0.2.0 |
| 4103 | 2026-05-07T16:43:11.021Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4104 | 2026-05-07T16:43:11.045Z | Checking erased-serde v0.4.9 |
| 4105 | 2026-05-07T16:43:11.180Z | Checking serde-value v0.7.0 |
| 4106 | 2026-05-07T16:43:11.360Z | Checking serde-untagged v0.1.9 |
| 4107 | 2026-05-07T16:43:11.512Z | Checking cargo-util-schemas v0.8.2 |
| 4108 | 2026-05-07T16:43:12.219Z | Checking cargo_metadata v0.21.0 |
| 4109 | 2026-05-07T16:43:12.789Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4110 | 2026-05-07T16:43:16.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 4111 | 2026-05-07T16:43:16.753Z | |
| 4112 | 2026-05-07T16:43:16.753Z | info: running `cargo check --bins` on mgs-dev (235/274) |
| 4113 | 2026-05-07T16:43:16.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4114 | 2026-05-07T16:43:16.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4115 | 2026-05-07T16:43:16.753Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4116 | 2026-05-07T16:43:16.753Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4117 | 2026-05-07T16:43:16.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 4118 | 2026-05-07T16:43:16.753Z | |
| 4119 | 2026-05-07T16:43:16.753Z | info: running `cargo check --bins` on omicron-omdb (236/274) |
| 4120 | 2026-05-07T16:43:16.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4121 | 2026-05-07T16:43:16.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4122 | 2026-05-07T16:43:16.811Z | Compiling vergen-gitcl v1.0.8 |
| 4123 | 2026-05-07T16:43:16.811Z | Compiling dirs-sys-next v0.1.2 |
| 4124 | 2026-05-07T16:43:16.811Z | Compiling diesel_derives v2.3.7 |
| 4125 | 2026-05-07T16:43:16.811Z | Compiling glob v0.3.3 |
| 4126 | 2026-05-07T16:43:16.811Z | Compiling crunchy v0.2.4 |
| 4127 | 2026-05-07T16:43:16.811Z | Compiling dsl_auto_type v0.2.0 |
| 4128 | 2026-05-07T16:43:16.811Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4129 | 2026-05-07T16:43:16.811Z | Checking scheduled-thread-pool v0.2.7 |
| 4130 | 2026-05-07T16:43:16.892Z | Compiling dirs-next v2.0.0 |
| 4131 | 2026-05-07T16:43:16.908Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4132 | 2026-05-07T16:43:16.959Z | Compiling tiny-keccak v2.0.2 |
| 4133 | 2026-05-07T16:43:16.981Z | Compiling term v0.7.0 |
| 4134 | 2026-05-07T16:43:17.103Z | Checking r2d2 v0.8.10 |
| 4135 | 2026-05-07T16:43:17.118Z | Checking downcast-rs v2.0.2 |
| 4136 | 2026-05-07T16:43:17.157Z | Compiling clang-sys v1.8.1 |
| 4137 | 2026-05-07T16:43:17.174Z | Compiling bit-vec v0.6.3 |
| 4138 | 2026-05-07T16:43:17.280Z | Compiling ascii-canvas v3.0.0 |
| 4139 | 2026-05-07T16:43:17.388Z | Compiling bit-set v0.5.3 |
| 4140 | 2026-05-07T16:43:17.526Z | Compiling itertools v0.10.5 |
| 4141 | 2026-05-07T16:43:17.526Z | Compiling ena v0.14.4 |
| 4142 | 2026-05-07T16:43:17.552Z | Compiling libloading v0.8.9 |
| 4143 | 2026-05-07T16:43:17.555Z | Compiling bindgen v0.71.1 |
| 4144 | 2026-05-07T16:43:17.579Z | Compiling regex-syntax v0.6.29 |
| 4145 | 2026-05-07T16:43:17.613Z | Compiling diff v0.1.13 |
| 4146 | 2026-05-07T16:43:17.754Z | Compiling cexpr v0.6.0 |
| 4147 | 2026-05-07T16:43:17.884Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4148 | 2026-05-07T16:43:17.995Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4149 | 2026-05-07T16:43:18.081Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4150 | 2026-05-07T16:43:18.146Z | Compiling libxml v0.3.3 |
| 4151 | 2026-05-07T16:43:18.365Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4152 | 2026-05-07T16:43:18.440Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4153 | 2026-05-07T16:43:18.578Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4154 | 2026-05-07T16:43:18.661Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4155 | 2026-05-07T16:43:18.677Z | Compiling strum_macros v0.24.3 |
| 4156 | 2026-05-07T16:43:18.764Z | Compiling indoc v1.0.9 |
| 4157 | 2026-05-07T16:43:18.923Z | Compiling lalrpop v0.19.12 |
| 4158 | 2026-05-07T16:43:19.708Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4159 | 2026-05-07T16:43:19.898Z | Checking derive_builder v0.20.2 |
| 4160 | 2026-05-07T16:43:20.017Z | Compiling oso-derive v0.27.3 |
| 4161 | 2026-05-07T16:43:20.031Z | Checking quick-xml v0.37.5 |
| 4162 | 2026-05-07T16:43:20.249Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4163 | 2026-05-07T16:43:20.513Z | Checking openssl-probe v0.1.6 |
| 4164 | 2026-05-07T16:43:20.654Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4165 | 2026-05-07T16:43:20.895Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4166 | 2026-05-07T16:43:21.127Z | Checking bb8 v0.8.6 |
| 4167 | 2026-05-07T16:43:21.412Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4168 | 2026-05-07T16:43:21.432Z | Checking nonempty v0.12.0 |
| 4169 | 2026-05-07T16:43:21.450Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4170 | 2026-05-07T16:43:21.598Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4171 | 2026-05-07T16:43:21.636Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4172 | 2026-05-07T16:43:21.670Z | Checking console v0.16.2 |
| 4173 | 2026-05-07T16:43:21.810Z | Checking unit-prefix v0.5.2 |
| 4174 | 2026-05-07T16:43:21.830Z | Checking support-bundle-viewer v0.1.2 |
| 4175 | 2026-05-07T16:43:21.948Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4176 | 2026-05-07T16:43:21.991Z | Checking indicatif v0.18.4 |
| 4177 | 2026-05-07T16:43:22.076Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4178 | 2026-05-07T16:43:22.221Z | Checking multimap v0.10.1 |
| 4179 | 2026-05-07T16:43:22.646Z | Checking diesel v2.3.7 |
| 4180 | 2026-05-07T16:43:24.371Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4181 | 2026-05-07T16:43:24.664Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4182 | 2026-05-07T16:43:24.743Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4183 | 2026-05-07T16:43:24.991Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4184 | 2026-05-07T16:43:25.214Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4185 | 2026-05-07T16:43:26.093Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4186 | 2026-05-07T16:43:26.438Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4187 | 2026-05-07T16:43:27.099Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4188 | 2026-05-07T16:43:29.132Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4189 | 2026-05-07T16:43:33.597Z | Compiling samael v0.0.19 |
| 4190 | 2026-05-07T16:43:38.381Z | Checking diesel-dtrace v0.5.0 |
| 4191 | 2026-05-07T16:43:38.556Z | Checking async-bb8-diesel v0.2.1 |
| 4192 | 2026-05-07T16:43:39.795Z | Compiling polar-core v0.27.3 |
| 4193 | 2026-05-07T16:43:44.160Z | Checking oso v0.27.3 |
| 4194 | 2026-05-07T16:44:20.379Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4195 | 2026-05-07T16:44:53.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s |
| 4196 | 2026-05-07T16:44:53.944Z | |
| 4197 | 2026-05-07T16:44:53.944Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274) |
| 4198 | 2026-05-07T16:44:54.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4199 | 2026-05-07T16:44:54.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4200 | 2026-05-07T16:44:54.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4201 | 2026-05-07T16:44:54.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4202 | 2026-05-07T16:44:54.609Z | |
| 4203 | 2026-05-07T16:44:54.610Z | info: running `cargo check --bins` on nexus-saga-recovery (238/274) |
| 4204 | 2026-05-07T16:44:55.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4205 | 2026-05-07T16:44:55.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4206 | 2026-05-07T16:44:55.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4207 | 2026-05-07T16:44:55.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4208 | 2026-05-07T16:44:55.266Z | |
| 4209 | 2026-05-07T16:44:55.266Z | info: running `cargo check --bins` on nexus-test-utils-macros (239/274) |
| 4210 | 2026-05-07T16:44:55.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4211 | 2026-05-07T16:44:55.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4212 | 2026-05-07T16:44:55.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4213 | 2026-05-07T16:44:55.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4214 | 2026-05-07T16:44:55.848Z | |
| 4215 | 2026-05-07T16:44:55.848Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (240/274) |
| 4216 | 2026-05-07T16:44:56.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4217 | 2026-05-07T16:44:56.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4218 | 2026-05-07T16:44:56.706Z | Compiling libz-sys v1.1.24 |
| 4219 | 2026-05-07T16:44:56.836Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4220 | 2026-05-07T16:44:56.848Z | Compiling vergen-git2 v1.0.7 |
| 4221 | 2026-05-07T16:44:56.858Z | Compiling rustls v0.21.12 |
| 4222 | 2026-05-07T16:44:56.867Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4223 | 2026-05-07T16:44:56.888Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4224 | 2026-05-07T16:44:56.892Z | Checking rustls-webpki v0.101.7 |
| 4225 | 2026-05-07T16:44:56.892Z | Checking sct v0.7.1 |
| 4226 | 2026-05-07T16:44:57.047Z | Compiling nix v0.29.0 |
| 4227 | 2026-05-07T16:44:57.061Z | Compiling dropshot v0.16.7 |
| 4228 | 2026-05-07T16:44:57.075Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4229 | 2026-05-07T16:44:57.146Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4230 | 2026-05-07T16:44:57.209Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4231 | 2026-05-07T16:44:57.309Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4232 | 2026-05-07T16:44:57.324Z | Checking toml v0.9.12+spec-1.1.0 |
| 4233 | 2026-05-07T16:44:57.353Z | Compiling dropshot_endpoint v0.16.7 |
| 4234 | 2026-05-07T16:44:57.509Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4235 | 2026-05-07T16:44:57.670Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4236 | 2026-05-07T16:44:57.801Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4237 | 2026-05-07T16:44:57.890Z | Checking rustls-pemfile v1.0.4 |
| 4238 | 2026-05-07T16:44:58.028Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4239 | 2026-05-07T16:44:58.217Z | Checking twox-hash v2.1.2 |
| 4240 | 2026-05-07T16:44:58.263Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4241 | 2026-05-07T16:44:58.542Z | Checking tokio-rustls v0.24.1 |
| 4242 | 2026-05-07T16:44:58.966Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4243 | 2026-05-07T16:44:58.969Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4244 | 2026-05-07T16:44:59.344Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4245 | 2026-05-07T16:44:59.646Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4246 | 2026-05-07T16:44:59.794Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4247 | 2026-05-07T16:44:59.870Z | Checking fatfs v0.3.6 |
| 4248 | 2026-05-07T16:44:59.888Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4249 | 2026-05-07T16:44:59.931Z | Compiling seq-macro v0.3.6 |
| 4250 | 2026-05-07T16:45:03.717Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4251 | 2026-05-07T16:45:03.835Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4252 | 2026-05-07T16:45:04.120Z | Compiling git2 v0.20.4 |
| 4253 | 2026-05-07T16:45:06.299Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4254 | 2026-05-07T16:45:53.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.28s |
| 4255 | 2026-05-07T16:45:53.363Z | |
| 4256 | 2026-05-07T16:45:53.363Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274) |
| 4257 | 2026-05-07T16:45:53.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4258 | 2026-05-07T16:45:53.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4259 | 2026-05-07T16:45:54.251Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4260 | 2026-05-07T16:46:32.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.30s |
| 4261 | 2026-05-07T16:46:32.895Z | |
| 4262 | 2026-05-07T16:46:32.895Z | info: running `cargo check --bins` on nexus-background-task-interface (242/274) |
| 4263 | 2026-05-07T16:46:33.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4264 | 2026-05-07T16:46:33.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4265 | 2026-05-07T16:46:33.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4266 | 2026-05-07T16:46:33.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4267 | 2026-05-07T16:46:33.479Z | |
| 4268 | 2026-05-07T16:46:33.479Z | info: running `cargo check --bins --no-default-features` on nexus-fm (243/274) |
| 4269 | 2026-05-07T16:46:34.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4270 | 2026-05-07T16:46:34.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4271 | 2026-05-07T16:46:34.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4272 | 2026-05-07T16:46:34.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4273 | 2026-05-07T16:46:34.115Z | |
| 4274 | 2026-05-07T16:46:34.115Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274) |
| 4275 | 2026-05-07T16:46:34.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4276 | 2026-05-07T16:46:34.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4277 | 2026-05-07T16:46:34.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4278 | 2026-05-07T16:46:34.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4279 | 2026-05-07T16:46:34.782Z | |
| 4280 | 2026-05-07T16:46:34.782Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (245/274) |
| 4281 | 2026-05-07T16:46:35.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4282 | 2026-05-07T16:46:35.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4283 | 2026-05-07T16:46:35.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4284 | 2026-05-07T16:46:35.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4285 | 2026-05-07T16:46:35.432Z | |
| 4286 | 2026-05-07T16:46:35.432Z | info: running `cargo check --bins` on nexus-mgs-updates (246/274) |
| 4287 | 2026-05-07T16:46:35.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4288 | 2026-05-07T16:46:35.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4289 | 2026-05-07T16:46:35.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4290 | 2026-05-07T16:46:35.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4291 | 2026-05-07T16:46:36.075Z | |
| 4292 | 2026-05-07T16:46:36.075Z | info: running `cargo check --bins` on nexus-networking (247/274) |
| 4293 | 2026-05-07T16:46:36.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4294 | 2026-05-07T16:46:36.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4295 | 2026-05-07T16:46:36.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4296 | 2026-05-07T16:46:36.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4297 | 2026-05-07T16:46:36.727Z | |
| 4298 | 2026-05-07T16:46:36.727Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (248/274) |
| 4299 | 2026-05-07T16:46:37.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4300 | 2026-05-07T16:46:37.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4301 | 2026-05-07T16:46:37.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4302 | 2026-05-07T16:46:37.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4303 | 2026-05-07T16:46:37.386Z | |
| 4304 | 2026-05-07T16:46:37.386Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274) |
| 4305 | 2026-05-07T16:46:37.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4306 | 2026-05-07T16:46:37.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4307 | 2026-05-07T16:46:37.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4308 | 2026-05-07T16:46:37.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4309 | 2026-05-07T16:46:38.038Z | |
| 4310 | 2026-05-07T16:46:38.038Z | info: running `cargo check --bins` on omicron-dev (250/274) |
| 4311 | 2026-05-07T16:46:38.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4312 | 2026-05-07T16:46:38.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4313 | 2026-05-07T16:46:38.935Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4314 | 2026-05-07T16:46:38.935Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4315 | 2026-05-07T16:46:39.123Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4316 | 2026-05-07T16:46:39.154Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4317 | 2026-05-07T16:46:39.173Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4318 | 2026-05-07T16:46:39.189Z | Checking yansi v1.0.1 |
| 4319 | 2026-05-07T16:46:39.192Z | Checking diff v0.1.13 |
| 4320 | 2026-05-07T16:46:39.192Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4321 | 2026-05-07T16:46:39.260Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4322 | 2026-05-07T16:46:39.456Z | Checking pretty_assertions v1.4.1 |
| 4323 | 2026-05-07T16:46:40.093Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4324 | 2026-05-07T16:46:40.426Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4325 | 2026-05-07T16:47:03.575Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4326 | 2026-05-07T16:47:03.578Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4327 | 2026-05-07T16:47:03.578Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4328 | 2026-05-07T16:47:03.578Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4329 | 2026-05-07T16:47:03.578Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4330 | 2026-05-07T16:47:03.578Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4331 | 2026-05-07T16:47:04.370Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4332 | 2026-05-07T16:47:05.463Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4333 | 2026-05-07T16:47:44.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 4334 | 2026-05-07T16:47:44.219Z | |
| 4335 | 2026-05-07T16:47:44.219Z | info: running `cargo check --bins` on omicron-pins (251/274) |
| 4336 | 2026-05-07T16:47:44.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4337 | 2026-05-07T16:47:44.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4338 | 2026-05-07T16:47:44.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4339 | 2026-05-07T16:47:44.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4340 | 2026-05-07T16:47:44.812Z | |
| 4341 | 2026-05-07T16:47:44.812Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274) |
| 4342 | 2026-05-07T16:47:45.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4343 | 2026-05-07T16:47:45.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4344 | 2026-05-07T16:47:45.590Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4345 | 2026-05-07T16:47:45.713Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4346 | 2026-05-07T16:47:45.717Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4347 | 2026-05-07T16:48:11.338Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4348 | 2026-05-07T16:48:11.726Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4349 | 2026-05-07T16:48:13.418Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4350 | 2026-05-07T16:48:13.872Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4351 | 2026-05-07T16:48:16.790Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4352 | 2026-05-07T16:48:39.358Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4353 | 2026-05-07T16:48:40.060Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4354 | 2026-05-07T16:48:41.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.87s |
| 4355 | 2026-05-07T16:48:41.903Z | |
| 4356 | 2026-05-07T16:48:41.903Z | info: running `cargo check --bins` on reconfigurator-sp-updater (253/274) |
| 4357 | 2026-05-07T16:48:42.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4358 | 2026-05-07T16:48:42.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4359 | 2026-05-07T16:48:42.616Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4360 | 2026-05-07T16:48:43.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4361 | 2026-05-07T16:48:43.504Z | |
| 4362 | 2026-05-07T16:48:43.504Z | info: running `cargo check --bins` on omicron-releng (254/274) |
| 4363 | 2026-05-07T16:48:44.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4364 | 2026-05-07T16:48:44.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4365 | 2026-05-07T16:48:44.151Z | Compiling blake3 v1.8.3 |
| 4366 | 2026-05-07T16:48:44.261Z | Checking constant_time_eq v0.4.2 |
| 4367 | 2026-05-07T16:48:44.264Z | Checking arrayvec v0.7.6 |
| 4368 | 2026-05-07T16:48:44.264Z | Checking arrayref v0.3.9 |
| 4369 | 2026-05-07T16:48:44.283Z | Checking topological-sort v0.2.2 |
| 4370 | 2026-05-07T16:48:44.286Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4371 | 2026-05-07T16:48:44.286Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4372 | 2026-05-07T16:48:44.286Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4373 | 2026-05-07T16:48:44.333Z | Checking shell-words v1.1.1 |
| 4374 | 2026-05-07T16:48:45.041Z | Checking omicron-zone-package v0.12.2 |
| 4375 | 2026-05-07T16:48:45.747Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4376 | 2026-05-07T16:48:46.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s |
| 4377 | 2026-05-07T16:48:46.739Z | |
| 4378 | 2026-05-07T16:48:46.739Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (255/274) |
| 4379 | 2026-05-07T16:48:47.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4380 | 2026-05-07T16:48:47.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4381 | 2026-05-07T16:48:47.377Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4382 | 2026-05-07T16:48:47.696Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4383 | 2026-05-07T16:48:48.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4384 | 2026-05-07T16:48:48.272Z | |
| 4385 | 2026-05-07T16:48:48.272Z | info: running `cargo check --bins` on schema (256/274) |
| 4386 | 2026-05-07T16:48:48.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4387 | 2026-05-07T16:48:48.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4388 | 2026-05-07T16:48:48.990Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4389 | 2026-05-07T16:48:49.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4390 | 2026-05-07T16:48:49.888Z | |
| 4391 | 2026-05-07T16:48:49.888Z | info: running `cargo check --bins` on xtask (257/274) |
| 4392 | 2026-05-07T16:48:50.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4393 | 2026-05-07T16:48:50.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4394 | 2026-05-07T16:48:50.340Z | Checking libc v0.2.185 |
| 4395 | 2026-05-07T16:48:50.343Z | Checking serde v1.0.228 |
| 4396 | 2026-05-07T16:48:50.421Z | Checking zerofrom v0.1.6 |
| 4397 | 2026-05-07T16:48:50.427Z | Checking bitflags v2.11.0 |
| 4398 | 2026-05-07T16:48:50.437Z | Checking smallvec v1.15.1 |
| 4399 | 2026-05-07T16:48:50.443Z | Checking indexmap v2.14.0 |
| 4400 | 2026-05-07T16:48:50.452Z | Checking serde_json v1.0.149 |
| 4401 | 2026-05-07T16:48:50.455Z | Checking scroll v0.12.0 |
| 4402 | 2026-05-07T16:48:50.521Z | Checking yoke v0.8.1 |
| 4403 | 2026-05-07T16:48:50.574Z | Checking num-traits v0.2.19 |
| 4404 | 2026-05-07T16:48:50.608Z | Checking thiserror v1.0.69 |
| 4405 | 2026-05-07T16:48:50.678Z | Checking log v0.4.29 |
| 4406 | 2026-05-07T16:48:50.689Z | Checking zerovec v0.11.5 |
| 4407 | 2026-05-07T16:48:50.699Z | Checking zerotrie v0.2.3 |
| 4408 | 2026-05-07T16:48:50.715Z | Checking errno v0.3.14 |
| 4409 | 2026-05-07T16:48:50.802Z | Checking serde_spanned v0.6.9 |
| 4410 | 2026-05-07T16:48:50.823Z | Checking toml_datetime v0.6.11 |
| 4411 | 2026-05-07T16:48:50.834Z | Checking rustix v1.1.3 |
| 4412 | 2026-05-07T16:48:50.923Z | Checking percent-encoding v2.3.2 |
| 4413 | 2026-05-07T16:48:50.935Z | Checking goblin v0.8.2 |
| 4414 | 2026-05-07T16:48:50.966Z | Checking zerocopy v0.7.35 |
| 4415 | 2026-05-07T16:48:50.998Z | Checking toml_edit v0.22.27 |
| 4416 | 2026-05-07T16:48:51.047Z | Checking getrandom v0.4.1 |
| 4417 | 2026-05-07T16:48:51.061Z | Checking form_urlencoded v1.2.2 |
| 4418 | 2026-05-07T16:48:51.089Z | Checking ordered-float v2.10.1 |
| 4419 | 2026-05-07T16:48:51.111Z | Checking tinystr v0.8.2 |
| 4420 | 2026-05-07T16:48:51.173Z | Checking potential_utf v0.1.4 |
| 4421 | 2026-05-07T16:48:51.183Z | Checking thiserror v2.0.18 |
| 4422 | 2026-05-07T16:48:51.279Z | Checking syn v2.0.117 |
| 4423 | 2026-05-07T16:48:51.289Z | Checking icu_locale_core v2.1.1 |
| 4424 | 2026-05-07T16:48:51.300Z | Checking icu_collections v2.1.1 |
| 4425 | 2026-05-07T16:48:51.310Z | Checking serde-value v0.7.0 |
| 4426 | 2026-05-07T16:48:51.443Z | Checking dtrace-parser v0.2.0 |
| 4427 | 2026-05-07T16:48:51.506Z | Checking thread-id v4.2.2 |
| 4428 | 2026-05-07T16:48:51.586Z | Checking once_cell v1.21.3 |
| 4429 | 2026-05-07T16:48:51.599Z | Checking cargo-platform v0.2.0 |
| 4430 | 2026-05-07T16:48:51.623Z | Checking terminal_size v0.4.3 |
| 4431 | 2026-05-07T16:48:51.678Z | Checking memmap v0.7.0 |
| 4432 | 2026-05-07T16:48:51.753Z | Checking clap_builder v4.5.60 |
| 4433 | 2026-05-07T16:48:51.757Z | Checking tempfile v3.25.0 |
| 4434 | 2026-05-07T16:48:51.773Z | Checking textwrap v0.16.2 |
| 4435 | 2026-05-07T16:48:51.804Z | Checking fs-err v3.3.0 |
| 4436 | 2026-05-07T16:48:51.831Z | Checking icu_provider v2.1.1 |
| 4437 | 2026-05-07T16:48:51.939Z | Checking camino-tempfile v1.4.1 |
| 4438 | 2026-05-07T16:48:51.978Z | Checking tabled v0.15.0 |
| 4439 | 2026-05-07T16:48:51.978Z | Checking anyhow v1.0.102 |
| 4440 | 2026-05-07T16:48:52.064Z | Checking icu_normalizer v2.1.1 |
| 4441 | 2026-05-07T16:48:52.074Z | Checking icu_properties v2.1.2 |
| 4442 | 2026-05-07T16:48:52.087Z | Checking toml v0.8.23 |
| 4443 | 2026-05-07T16:48:52.173Z | Checking macaddr v1.0.1 |
| 4444 | 2026-05-07T16:48:52.349Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4445 | 2026-05-07T16:48:52.405Z | Checking cargo_toml v0.21.0 |
| 4446 | 2026-05-07T16:48:52.789Z | Checking dof v0.3.0 |
| 4447 | 2026-05-07T16:48:52.876Z | Checking idna_adapter v1.2.1 |
| 4448 | 2026-05-07T16:48:52.926Z | Checking clap v4.5.60 |
| 4449 | 2026-05-07T16:48:52.991Z | Checking idna v1.1.0 |
| 4450 | 2026-05-07T16:48:53.057Z | Checking usdt-impl v0.5.0 |
| 4451 | 2026-05-07T16:48:53.214Z | Checking url v2.5.8 |
| 4452 | 2026-05-07T16:48:53.303Z | Checking usdt v0.5.0 |
| 4453 | 2026-05-07T16:48:53.548Z | Checking cargo-util-schemas v0.8.2 |
| 4454 | 2026-05-07T16:48:54.227Z | Checking cargo_metadata v0.21.0 |
| 4455 | 2026-05-07T16:48:54.832Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4456 | 2026-05-07T16:48:55.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s |
| 4457 | 2026-05-07T16:48:55.363Z | |
| 4458 | 2026-05-07T16:48:55.363Z | info: running `cargo check --bins` on dnsadm (258/274) |
| 4459 | 2026-05-07T16:48:55.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4460 | 2026-05-07T16:48:55.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4461 | 2026-05-07T16:48:55.992Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4462 | 2026-05-07T16:48:56.466Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4463 | 2026-05-07T16:48:56.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
| 4464 | 2026-05-07T16:48:57.041Z | |
| 4465 | 2026-05-07T16:48:57.041Z | info: running `cargo check --bins` on end-to-end-tests (259/274) |
| 4466 | 2026-05-07T16:48:57.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4467 | 2026-05-07T16:48:57.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4468 | 2026-05-07T16:48:57.828Z | Checking polyval v0.6.2 |
| 4469 | 2026-05-07T16:48:57.953Z | Checking ctr v0.9.2 |
| 4470 | 2026-05-07T16:48:57.963Z | Checking ssh-encoding v0.2.0 |
| 4471 | 2026-05-07T16:48:57.966Z | Checking blowfish v0.9.1 |
| 4472 | 2026-05-07T16:48:57.984Z | Checking password-hash v0.4.2 |
| 4473 | 2026-05-07T16:48:57.998Z | Checking p256 v0.13.2 |
| 4474 | 2026-05-07T16:48:57.998Z | Checking p521 v0.13.3 |
| 4475 | 2026-05-07T16:48:58.024Z | Checking russh-cryptovec v0.7.3 |
| 4476 | 2026-05-07T16:48:58.091Z | Checking ghash v0.5.1 |
| 4477 | 2026-05-07T16:48:58.104Z | Checking bcrypt-pbkdf v0.10.0 |
| 4478 | 2026-05-07T16:48:58.107Z | Checking md5 v0.7.0 |
| 4479 | 2026-05-07T16:48:58.134Z | Checking num-bigint v0.4.6 |
| 4480 | 2026-05-07T16:48:58.148Z | Checking des v0.8.1 |
| 4481 | 2026-05-07T16:48:58.190Z | Checking pbkdf2 v0.11.0 |
| 4482 | 2026-05-07T16:48:58.204Z | Checking aes-gcm v0.10.3 |
| 4483 | 2026-05-07T16:48:58.252Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4484 | 2026-05-07T16:48:58.256Z | Checking hex-literal v0.4.1 |
| 4485 | 2026-05-07T16:48:58.305Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4486 | 2026-05-07T16:48:58.308Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4487 | 2026-05-07T16:48:58.343Z | Checking ssh-cipher v0.2.0 |
| 4488 | 2026-05-07T16:48:58.356Z | Checking socket2 v0.5.10 |
| 4489 | 2026-05-07T16:48:58.376Z | Checking internet-checksum v0.2.1 |
| 4490 | 2026-05-07T16:48:58.506Z | Checking ssh-key v0.6.7 |
| 4491 | 2026-05-07T16:48:58.653Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4492 | 2026-05-07T16:48:59.135Z | Checking russh-keys v0.45.0 |
| 4493 | 2026-05-07T16:48:59.687Z | Checking russh v0.45.0 |
| 4494 | 2026-05-07T16:49:14.400Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4495 | 2026-05-07T16:49:15.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.56s |
| 4496 | 2026-05-07T16:49:15.819Z | |
| 4497 | 2026-05-07T16:49:15.819Z | info: running `cargo check --bins` on gateway-cli (260/274) |
| 4498 | 2026-05-07T16:49:16.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4499 | 2026-05-07T16:49:16.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4500 | 2026-05-07T16:49:16.450Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4501 | 2026-05-07T16:49:16.596Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4502 | 2026-05-07T16:49:17.008Z | Checking termios v0.3.3 |
| 4503 | 2026-05-07T16:49:17.752Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4504 | 2026-05-07T16:49:17.899Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4505 | 2026-05-07T16:49:19.679Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4506 | 2026-05-07T16:49:20.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s |
| 4507 | 2026-05-07T16:49:20.435Z | |
| 4508 | 2026-05-07T16:49:20.435Z | info: running `cargo check --bins --no-default-features` on installinator (261/274) |
| 4509 | 2026-05-07T16:49:20.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4510 | 2026-05-07T16:49:20.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4511 | 2026-05-07T16:49:21.139Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4512 | 2026-05-07T16:49:21.254Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4513 | 2026-05-07T16:49:21.264Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4514 | 2026-05-07T16:49:21.269Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4515 | 2026-05-07T16:49:21.278Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4516 | 2026-05-07T16:49:21.286Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4517 | 2026-05-07T16:49:21.996Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4518 | 2026-05-07T16:49:22.354Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4519 | 2026-05-07T16:49:22.359Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4520 | 2026-05-07T16:49:22.979Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4521 | 2026-05-07T16:49:24.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
| 4522 | 2026-05-07T16:49:24.807Z | |
| 4523 | 2026-05-07T16:49:24.807Z | info: running `cargo check --bins` on internal-dns-cli (262/274) |
| 4524 | 2026-05-07T16:49:25.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4525 | 2026-05-07T16:49:25.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4526 | 2026-05-07T16:49:25.436Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4527 | 2026-05-07T16:49:25.885Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4528 | 2026-05-07T16:49:26.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4529 | 2026-05-07T16:49:26.387Z | |
| 4530 | 2026-05-07T16:49:26.388Z | info: running `cargo check --bins` on omicron-live-tests (263/274) |
| 4531 | 2026-05-07T16:49:26.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4532 | 2026-05-07T16:49:26.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4533 | 2026-05-07T16:49:26.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4534 | 2026-05-07T16:49:26.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4535 | 2026-05-07T16:49:26.964Z | |
| 4536 | 2026-05-07T16:49:26.964Z | info: running `cargo check --bins` on live-tests-macros (264/274) |
| 4537 | 2026-05-07T16:49:27.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4538 | 2026-05-07T16:49:27.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4539 | 2026-05-07T16:49:27.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4540 | 2026-05-07T16:49:27.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4541 | 2026-05-07T16:49:27.550Z | |
| 4542 | 2026-05-07T16:49:27.550Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274) |
| 4543 | 2026-05-07T16:49:28.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4544 | 2026-05-07T16:49:28.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4545 | 2026-05-07T16:49:28.296Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4546 | 2026-05-07T16:49:28.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 4547 | 2026-05-07T16:49:29.117Z | |
| 4548 | 2026-05-07T16:49:29.117Z | info: running `cargo check --bins` on omicron-ntp-admin (266/274) |
| 4549 | 2026-05-07T16:49:29.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4550 | 2026-05-07T16:49:29.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4551 | 2026-05-07T16:49:29.760Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4552 | 2026-05-07T16:49:29.791Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4553 | 2026-05-07T16:49:30.008Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4554 | 2026-05-07T16:49:30.009Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4555 | 2026-05-07T16:49:30.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
| 4556 | 2026-05-07T16:49:31.036Z | |
| 4557 | 2026-05-07T16:49:31.036Z | info: running `cargo check --bins` on ntp-admin-types (267/274) |
| 4558 | 2026-05-07T16:49:31.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4559 | 2026-05-07T16:49:31.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4560 | 2026-05-07T16:49:31.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4561 | 2026-05-07T16:49:31.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4562 | 2026-05-07T16:49:31.567Z | |
| 4563 | 2026-05-07T16:49:31.567Z | info: running `cargo check --bins` on omicron-package (268/274) |
| 4564 | 2026-05-07T16:49:32.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4565 | 2026-05-07T16:49:32.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4566 | 2026-05-07T16:49:32.237Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4567 | 2026-05-07T16:49:33.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
| 4568 | 2026-05-07T16:49:33.511Z | |
| 4569 | 2026-05-07T16:49:33.511Z | info: running `cargo check --bins` on tqdb (269/274) |
| 4570 | 2026-05-07T16:49:34.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4571 | 2026-05-07T16:49:34.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4572 | 2026-05-07T16:49:34.291Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4573 | 2026-05-07T16:49:34.641Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4574 | 2026-05-07T16:49:39.195Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4575 | 2026-05-07T16:49:39.234Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4576 | 2026-05-07T16:49:40.828Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4577 | 2026-05-07T16:49:40.831Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4578 | 2026-05-07T16:49:41.395Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4579 | 2026-05-07T16:49:41.395Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4580 | 2026-05-07T16:49:41.398Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4581 | 2026-05-07T16:49:41.398Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4582 | 2026-05-07T16:49:42.135Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4583 | 2026-05-07T16:49:43.163Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4584 | 2026-05-07T16:49:43.923Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4585 | 2026-05-07T16:49:44.525Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4586 | 2026-05-07T16:49:48.465Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4587 | 2026-05-07T16:49:54.782Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4588 | 2026-05-07T16:49:54.785Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4589 | 2026-05-07T16:49:54.785Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4590 | 2026-05-07T16:49:54.785Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4591 | 2026-05-07T16:49:56.241Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4592 | 2026-05-07T16:49:57.541Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4593 | 2026-05-07T16:49:58.214Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4594 | 2026-05-07T16:49:59.446Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4595 | 2026-05-07T16:49:59.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.47s |
| 4596 | 2026-05-07T16:50:00.202Z | |
| 4597 | 2026-05-07T16:50:00.202Z | info: running `cargo check --bins` on wicket-dbg (270/274) |
| 4598 | 2026-05-07T16:50:00.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4599 | 2026-05-07T16:50:00.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4600 | 2026-05-07T16:50:00.906Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4601 | 2026-05-07T16:50:00.911Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4602 | 2026-05-07T16:50:00.911Z | Checking rtoolbox v0.0.3 |
| 4603 | 2026-05-07T16:50:01.037Z | Checking tui-tree-widget v0.23.1 |
| 4604 | 2026-05-07T16:50:01.136Z | Checking rpassword v7.4.0 |
| 4605 | 2026-05-07T16:50:02.137Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4606 | 2026-05-07T16:50:05.165Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4607 | 2026-05-07T16:50:06.993Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4608 | 2026-05-07T16:50:07.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.69s |
| 4609 | 2026-05-07T16:50:08.105Z | |
| 4610 | 2026-05-07T16:50:08.105Z | info: running `cargo check --bins` on wicket (271/274) |
| 4611 | 2026-05-07T16:50:08.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4612 | 2026-05-07T16:50:08.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4613 | 2026-05-07T16:50:08.797Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4614 | 2026-05-07T16:50:09.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 4615 | 2026-05-07T16:50:09.367Z | |
| 4616 | 2026-05-07T16:50:09.368Z | info: running `cargo check --bins` on wicketd (272/274) |
| 4617 | 2026-05-07T16:50:09.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4618 | 2026-05-07T16:50:09.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4619 | 2026-05-07T16:50:10.089Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4620 | 2026-05-07T16:50:10.093Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4621 | 2026-05-07T16:50:10.093Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4622 | 2026-05-07T16:50:10.093Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4623 | 2026-05-07T16:50:11.098Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4624 | 2026-05-07T16:50:11.668Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4625 | 2026-05-07T16:50:14.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s |
| 4626 | 2026-05-07T16:50:14.793Z | |
| 4627 | 2026-05-07T16:50:14.793Z | info: running `cargo check --bins` on omicron-workspace-hack (273/274) |
| 4628 | 2026-05-07T16:50:15.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4629 | 2026-05-07T16:50:15.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4630 | 2026-05-07T16:50:15.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4631 | 2026-05-07T16:50:15.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4632 | 2026-05-07T16:50:15.384Z | |
| 4633 | 2026-05-07T16:50:15.384Z | info: running `cargo check --bins` on zone-setup (274/274) |
| 4634 | 2026-05-07T16:50:15.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4635 | 2026-05-07T16:50:15.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4636 | 2026-05-07T16:50:16.055Z | Checking uzers v0.12.2 |
| 4637 | 2026-05-07T16:50:16.324Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4638 | 2026-05-07T16:50:17.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
| 4639 | 2026-05-07T16:50:17.273Z | |
| 4640 | 2026-05-07T16:50:17.273Z | real 14:03.604870106 |
| 4641 | 2026-05-07T16:50:17.273Z | user 20:27.453818598 |
| 4642 | 2026-05-07T16:50:17.273Z | sys 4:13.528731459 |
| 4643 | 2026-05-07T16:50:17.276Z | trap 0.330416156 |
| 4644 | 2026-05-07T16:50:17.276Z | tflt 0.650879912 |
| 4645 | 2026-05-07T16:50:17.276Z | dflt 1.183787155 |
| 4646 | 2026-05-07T16:50:17.277Z | kflt 0.004607727 |
| 4647 | 2026-05-07T16:50:17.277Z | lock 1:16:34.018854210 |
| 4648 | 2026-05-07T16:50:17.277Z | slp 1:38:03.852201848 |
| 4649 | 2026-05-07T16:50:17.277Z | lat 49.634629169 |
| 4650 | 2026-05-07T16:50:17.277Z | stop 3:19.697713568 |
| 4651 | 2026-05-07T16:50:17.277Z | process exited: duration 979745 ms, exit code 0 |
| |
| 4652 | 2026-05-07T16:50:17.283Z | found 0 output files |