|
|
|
| 1 | 2026-06-05T17:01:55.193Z | job assigned to worker 01KTCBPH29B5NVXWK8QN6G2V41 [factory aws, i-055a5f043c82c5059] (queued for 49 s) |
| |
| 2 | 2026-06-05T17:02:01.568Z | starting task 0: "setup" |
| 3 | 2026-06-05T17:02:01.574Z | ++ uname -s |
| 4 | 2026-06-05T17:02:01.577Z | + kern=SunOS |
| 5 | 2026-06-05T17:02:01.577Z | + build_user=build |
| 6 | 2026-06-05T17:02:01.577Z | + build_uid=12345 |
| 7 | 2026-06-05T17:02:01.577Z | + work_dir=/work |
| 8 | 2026-06-05T17:02:01.577Z | + input_dir=/input |
| 9 | 2026-06-05T17:02:01.577Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-05T17:02:01.577Z | + case "$kern" in |
| 11 | 2026-06-05T17:02:01.577Z | + groupadd -g 12345 build |
| 12 | 2026-06-05T17:02:01.580Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-05T17:02:03.584Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-05T17:02:03.697Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-05T17:02:03.700Z | + home_fs=zfs |
| 16 | 2026-06-05T17:02:03.700Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-05T17:02:03.700Z | + mkdir -p /home/build |
| 18 | 2026-06-05T17:02:03.700Z | + chown build:build /home/build /work |
| 19 | 2026-06-05T17:02:05.701Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-05T17:02:05.704Z | process exited: duration 4135 ms, exit code 0 |
| |
| 21 | 2026-06-05T17:02:05.711Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-05T17:02:05.715Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-05T17:02:05.715Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-05T17:02:05.715Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-05T17:02:05.715Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-05T17:02:05.715Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-06-05T17:02:05.715Z | * rust toolchain profile = "default" |
| 28 | 2026-06-05T17:02:05.718Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-05T17:02:05.718Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-05T17:02:05.798Z | info: downloading installer |
| 31 | 2026-06-05T17:02:07.140Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-05T17:02:07.140Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-05T17:02:07.140Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-05T17:02:07.140Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-05T17:02:07.152Z | info: profile set to default |
| 36 | 2026-06-05T17:02:07.153Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-05T17:02:07.156Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-05T17:02:07.300Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-05T17:02:07.302Z | info: downloading 6 components |
| 40 | 2026-06-05T17:02:21.286Z | |
| 41 | 2026-06-05T17:02:21.286Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-06-05T17:02:21.318Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-05T17:02:21.318Z | |
| 44 | 2026-06-05T17:02:21.318Z | |
| 45 | 2026-06-05T17:02:21.318Z | Rust is installed now. Great! |
| 46 | 2026-06-05T17:02:21.318Z | |
| 47 | 2026-06-05T17:02:21.318Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-05T17:02:21.318Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-05T17:02:21.318Z | |
| 50 | 2026-06-05T17:02:21.318Z | To configure your current shell, you need to source |
| 51 | 2026-06-05T17:02:21.324Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-05T17:02:21.324Z | |
| 53 | 2026-06-05T17:02:21.324Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-05T17:02:21.324Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-05T17:02:21.324Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-05T17:02:21.324Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-05T17:02:21.324Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-05T17:02:21.324Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-05T17:02:21.324Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-05T17:02:21.324Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-05T17:02:21.324Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-05T17:02:21.429Z | + rustup --version |
| 63 | 2026-06-05T17:02:21.434Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-05T17:02:21.434Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-05T17:02:21.453Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-05T17:02:21.457Z | + cargo --version |
| 67 | 2026-06-05T17:02:21.471Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-05T17:02:21.474Z | + rustc --version |
| 69 | 2026-06-05T17:02:21.493Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-05T17:02:21.497Z | process exited: duration 15784 ms, exit code 0 |
| |
| 71 | 2026-06-05T17:02:21.507Z | starting task 2: "authentication" |
| 72 | 2026-06-05T17:02:21.526Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-06-05T17:02:21.539Z | starting task 3: "clone repository" |
| 74 | 2026-06-05T17:02:21.547Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-05T17:02:21.550Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-05T17:02:21.585Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-05T17:02:32.830Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-05T17:02:32.830Z | + git fetch origin ec71f785aacdc38d51e887534fc3fe0326665223 |
| 79 | 2026-06-05T17:02:33.129Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-05T17:02:33.129Z | * branch ec71f785aacdc38d51e887534fc3fe0326665223 -> FETCH_HEAD |
| 81 | 2026-06-05T17:02:33.140Z | + [[ -n ry/opte-984 ]] |
| 82 | 2026-06-05T17:02:33.143Z | ++ git branch --show-current |
| 83 | 2026-06-05T17:02:33.143Z | + current=main |
| 84 | 2026-06-05T17:02:33.143Z | + [[ main != ry/opte-984 ]] |
| 85 | 2026-06-05T17:02:33.143Z | + git branch -f ry/opte-984 ec71f785aacdc38d51e887534fc3fe0326665223 |
| 86 | 2026-06-05T17:02:33.151Z | + git checkout -f ry/opte-984 |
| 87 | 2026-06-05T17:02:33.375Z | Switched to branch 'ry/opte-984' |
| 88 | 2026-06-05T17:02:33.380Z | + git reset --hard ec71f785aacdc38d51e887534fc3fe0326665223 |
| 89 | 2026-06-05T17:02:33.429Z | HEAD is now at ec71f785a Merge branch 'main' into ry/opte-984 |
| 90 | 2026-06-05T17:02:33.432Z | process exited: duration 11885 ms, exit code 0 |
| |
| 91 | 2026-06-05T17:02:33.442Z | starting task 4: "build" |
| 92 | 2026-06-05T17:02:33.446Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-05T17:02:33.446Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-05T17:02:33.446Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-05T17:02:33.446Z | + cargo --version |
| 96 | 2026-06-05T17:02:33.461Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-05T17:02:33.466Z | + rustc --version |
| 98 | 2026-06-05T17:02:33.479Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-05T17:02:33.485Z | + source ./env.sh |
| 100 | 2026-06-05T17:02:33.485Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-06-05T17:02:33.485Z | ++ set -o xtrace |
| 102 | 2026-06-05T17:02:33.485Z | ++++ dirname ./env.sh |
| 103 | 2026-06-05T17:02:33.489Z | +++ readlink -f . |
| 104 | 2026-06-05T17:02:33.489Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-06-05T17:02:33.489Z | ++ 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-06-05T17:02:33.489Z | ++ 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-06-05T17:02:33.489Z | ++ 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-06-05T17:02:33.489Z | ++ 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-06-05T17:02:33.489Z | ++ 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-06-05T17:02:33.489Z | ++ 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-06-05T17:02:33.489Z | ++ 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-06-05T17:02:33.489Z | ++ 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-06-05T17:02:33.489Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-06-05T17:02:33.489Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-06-05T17:02:33.490Z | + 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-06-05T17:02:33.490Z | + 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-06-05T17:02:33.490Z | + banner prerequisites |
| 118 | 2026-06-05T17:02:33.495Z | |
| 119 | 2026-06-05T17:02:33.495Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-06-05T17:02:33.496Z | # # # # # # # # # # # # # # # |
| 121 | 2026-06-05T17:02:33.496Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-06-05T17:02:33.496Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-06-05T17:02:33.496Z | # # # # # # # # # # # # # # # |
| 124 | 2026-06-05T17:02:33.496Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-06-05T17:02:33.496Z | |
| 126 | 2026-06-05T17:02:33.496Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-06-05T17:02:34.931Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-06-05T17:02:35.117Z | Startup: Caching catalogs ... Done |
| 129 | 2026-06-05T17:02:35.445Z | Planning: Solver setup ... Done (0.284s) |
| 130 | 2026-06-05T17:02:35.464Z | Planning: Running solver ... Done (0.021s) |
| 131 | 2026-06-05T17:02:35.471Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-06-05T17:02:35.493Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-06-05T17:02:35.511Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-06-05T17:02:35.515Z | Planning: Package planning ... Done (0.014s) |
| 135 | 2026-06-05T17:02:35.518Z | Planning: Merging actions ... Done (0.001s) |
| 136 | 2026-06-05T17:02:35.709Z | Planning: Checking for conflicting actions ... Done (0.191s) |
| 137 | 2026-06-05T17:02:35.715Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-06-05T17:02:36.530Z | Planning: Evaluating mediators ... Done (0.821s) |
| 139 | 2026-06-05T17:02:36.534Z | Planning: Planning completed in 1.39 seconds |
| 140 | 2026-06-05T17:02:36.538Z | Packages to install: 2 |
| 141 | 2026-06-05T17:02:36.542Z | Estimated space available: 156.07 GB |
| 142 | 2026-06-05T17:02:36.542Z | Estimated space to be consumed: 25.33 MB |
| 143 | 2026-06-05T17:02:36.542Z | Create boot environment: No |
| 144 | 2026-06-05T17:02:36.542Z | Create backup boot environment: No |
| 145 | 2026-06-05T17:02:36.542Z | Rebuild boot archive: No |
| 146 | 2026-06-05T17:02:36.542Z | |
| 147 | 2026-06-05T17:02:36.542Z | Changed packages: |
| 148 | 2026-06-05T17:02:36.542Z | helios |
| 149 | 2026-06-05T17:02:36.542Z | developer/build-essential |
| 150 | 2026-06-05T17:02:36.543Z | None -> 11-3.0 |
| 151 | 2026-06-05T17:02:36.543Z | library/libxmlsec1 |
| 152 | 2026-06-05T17:02:36.543Z | None -> 1.2.35-3.0 |
| 153 | 2026-06-05T17:02:36.568Z | |
| 154 | 2026-06-05T17:02:36.568Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-06-05T17:02:37.100Z | Download: Completed 1.28 MB in 0.53 seconds (2.4M/s) |
| 156 | 2026-06-05T17:02:37.178Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-06-05T17:02:37.213Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-06-05T17:02:37.222Z | Finalize: Updating package state database ... Done (0.008s) |
| 159 | 2026-06-05T17:02:37.229Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-06-05T17:02:37.244Z | Finalize: Updating image state ... Done (0.022s) |
| 161 | 2026-06-05T17:02:40.490Z | Finalize: Creating fast lookup database ... Done (2.367s) |
| 162 | 2026-06-05T17:02:40.542Z | Finalize: Reading search index ... Done (0.012s) |
| 163 | 2026-06-05T17:02:40.542Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-06-05T17:02:40.542Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-06-05T17:02:40.542Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-06-05T17:02:40.542Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-06-05T17:02:40.542Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-06-05T17:02:40.542Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-06-05T17:02:40.542Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-06-05T17:02:40.543Z | Mediators to change: 2 |
| 171 | 2026-06-05T17:02:40.543Z | Create boot environment: No |
| 172 | 2026-06-05T17:02:40.543Z | Create backup boot environment: No |
| 173 | 2026-06-05T17:02:40.544Z | Finalize: Updating package state database ... Done |
| 174 | 2026-06-05T17:02:40.544Z | Finalize: Updating package cache ... Done |
| 175 | 2026-06-05T17:02:40.544Z | Finalize: Updating image state ... Done |
| 176 | 2026-06-05T17:02:42.399Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-06-05T17:02:42.464Z | Finalize: Reading search index ... Done |
| 178 | 2026-06-05T17:02:42.468Z | Finalize: Updating search index ... Done |
| 179 | 2026-06-05T17:02:42.567Z | Finalize: Updating package cache ... Done |
| 180 | 2026-06-05T17:02:42.836Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-06-05T17:02:42.940Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-06-05T17:02:42.944Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-06-05T17:02:43.099Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-06-05T17:02:43.106Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-06-05T17:02:43.122Z | Mediators to change: 1 |
| 186 | 2026-06-05T17:02:43.122Z | Create boot environment: No |
| 187 | 2026-06-05T17:02:43.130Z | Create backup boot environment: No |
| 188 | 2026-06-05T17:02:43.188Z | Finalize: Updating package state database ... Done |
| 189 | 2026-06-05T17:02:43.188Z | Finalize: Updating package cache ... Done |
| 190 | 2026-06-05T17:02:43.201Z | Finalize: Updating image state ... Done |
| 191 | 2026-06-05T17:02:45.144Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-06-05T17:02:45.206Z | Finalize: Reading search index ... Done |
| 193 | 2026-06-05T17:02:45.226Z | Finalize: Updating search index ... Done |
| 194 | 2026-06-05T17:02:45.285Z | Finalize: Updating package cache ... Done |
| 195 | 2026-06-05T17:02:45.595Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-06-05T17:02:45.595Z | apache system 2.4 system |
| 197 | 2026-06-05T17:02:45.595Z | clang system 15 system |
| 198 | 2026-06-05T17:02:45.595Z | csh system system illumos |
| 199 | 2026-06-05T17:02:45.595Z | ctags system system illumos |
| 200 | 2026-06-05T17:02:45.595Z | file vendor vendor darwinsys |
| 201 | 2026-06-05T17:02:45.595Z | file system system illumos |
| 202 | 2026-06-05T17:02:45.595Z | gcc vendor 14 vendor |
| 203 | 2026-06-05T17:02:45.595Z | gcc system 13 system |
| 204 | 2026-06-05T17:02:45.595Z | gcc system 10 system |
| 205 | 2026-06-05T17:02:45.595Z | go system 1.25 system |
| 206 | 2026-06-05T17:02:45.595Z | llvm system 15 system |
| 207 | 2026-06-05T17:02:45.595Z | mariadb system 11.4 system |
| 208 | 2026-06-05T17:02:45.595Z | mta vendor vendor dma |
| 209 | 2026-06-05T17:02:45.595Z | openjdk system 17 system |
| 210 | 2026-06-05T17:02:45.595Z | openjdk system 11 system |
| 211 | 2026-06-05T17:02:45.595Z | openssl vendor 3 vendor |
| 212 | 2026-06-05T17:02:45.597Z | perl system 5.40 system |
| 213 | 2026-06-05T17:02:45.597Z | postgresql system 18 system |
| 214 | 2026-06-05T17:02:45.597Z | postgresql system 17 system |
| 215 | 2026-06-05T17:02:45.597Z | python vendor 3 vendor |
| 216 | 2026-06-05T17:02:45.597Z | python system 2 system |
| 217 | 2026-06-05T17:02:45.597Z | python3 vendor 3.13 vendor |
| 218 | 2026-06-05T17:02:45.597Z | ruby system 3.4 system |
| 219 | 2026-06-05T17:02:45.597Z | ruby system 3.0 system |
| 220 | 2026-06-05T17:02:45.597Z | words vendor vendor american-english |
| 221 | 2026-06-05T17:02:45.597Z | words system system australian-english |
| 222 | 2026-06-05T17:02:45.597Z | words system system british-english |
| 223 | 2026-06-05T17:02:45.597Z | words system system canadian-english |
| 224 | 2026-06-05T17:02:45.597Z | words system system french |
| 225 | 2026-06-05T17:02:45.598Z | words system system italian |
| 226 | 2026-06-05T17:02:45.598Z | words system system ngerman |
| 227 | 2026-06-05T17:02:45.598Z | words system system ogerman |
| 228 | 2026-06-05T17:02:45.598Z | words system system spanish |
| 229 | 2026-06-05T17:02:45.853Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-06-05T17:02:45.853Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-06-05T17:02:46.136Z | FMRI IFO |
| 232 | 2026-06-05T17:02:46.136Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-06-05T17:02:46.136Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-06-05T17:02:46.136Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-06-05T17:02:46.136Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-06-05T17:02:46.136Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-06-05T17:02:46.136Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-06-05T17:02:46.136Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-06-05T17:02:46.136Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-06-05T17:02:46.136Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-06-05T17:02:46.400Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-06-05T17:02:46.719Z | Updating crates.io index |
| 243 | 2026-06-05T17:02:46.727Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-06-05T17:02:47.381Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-06-05T17:02:47.595Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-06-05T17:02:47.876Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-06-05T17:02:52.139Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-06-05T17:02:52.247Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-06-05T17:02:52.247Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-06-05T17:02:52.308Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-06-05T17:02:52.356Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-06-05T17:02:53.365Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-06-05T17:02:53.769Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-06-05T17:02:54.145Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-06-05T17:02:54.478Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-06-05T17:02:55.597Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-06-05T17:02:56.116Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-06-05T17:02:56.418Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-06-05T17:02:56.752Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-06-05T17:02:57.133Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-06-05T17:02:57.494Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-06-05T17:02:57.741Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-06-05T17:02:57.999Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-06-05T17:02:58.290Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-06-05T17:02:58.716Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-06-05T17:02:59.206Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 267 | 2026-06-05T17:02:59.892Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 268 | 2026-06-05T17:03:00.399Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 269 | 2026-06-05T17:03:00.826Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 270 | 2026-06-05T17:03:01.386Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 271 | 2026-06-05T17:03:02.333Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 272 | 2026-06-05T17:03:03.029Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-06-05T17:03:03.473Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 274 | 2026-06-05T17:03:03.857Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 275 | 2026-06-05T17:03:04.224Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 276 | 2026-06-05T17:03:04.514Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-06-05T17:03:04.802Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 278 | 2026-06-05T17:03:05.166Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 279 | 2026-06-05T17:03:05.738Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 280 | 2026-06-05T17:03:06.011Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 281 | 2026-06-05T17:03:06.261Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 282 | 2026-06-05T17:03:06.500Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 283 | 2026-06-05T17:03:06.984Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 284 | 2026-06-05T17:03:18.801Z | Downloading crates ... |
| 285 | 2026-06-05T17:03:18.859Z | Downloaded digest v0.10.7 |
| 286 | 2026-06-05T17:03:18.862Z | Downloaded fs-err v3.3.0 |
| 287 | 2026-06-05T17:03:18.863Z | Downloaded cargo-platform v0.2.0 |
| 288 | 2026-06-05T17:03:18.865Z | Downloaded anstyle-parse v1.0.0 |
| 289 | 2026-06-05T17:03:18.865Z | Downloaded byteorder v1.5.0 |
| 290 | 2026-06-05T17:03:18.869Z | Downloaded generic-array v0.14.7 |
| 291 | 2026-06-05T17:03:18.869Z | Downloaded toml v0.8.23 |
| 292 | 2026-06-05T17:03:18.869Z | Downloaded form_urlencoded v1.2.2 |
| 293 | 2026-06-05T17:03:18.873Z | Downloaded dof v0.3.0 |
| 294 | 2026-06-05T17:03:18.873Z | Downloaded potential_utf v0.1.4 |
| 295 | 2026-06-05T17:03:18.873Z | Downloaded cfg-if v1.0.4 |
| 296 | 2026-06-05T17:03:18.876Z | Downloaded fnv v1.0.7 |
| 297 | 2026-06-05T17:03:18.876Z | Downloaded equivalent v1.0.2 |
| 298 | 2026-06-05T17:03:18.876Z | Downloaded anstream v1.0.0 |
| 299 | 2026-06-05T17:03:18.879Z | Downloaded dtrace-parser v0.2.0 |
| 300 | 2026-06-05T17:03:18.882Z | Downloaded yoke v0.8.1 |
| 301 | 2026-06-05T17:03:18.886Z | Downloaded textwrap v0.16.2 |
| 302 | 2026-06-05T17:03:18.886Z | Downloaded serde-value v0.7.0 |
| 303 | 2026-06-05T17:03:18.889Z | Downloaded thread-id v4.2.2 |
| 304 | 2026-06-05T17:03:18.889Z | Downloaded scroll_derive v0.12.1 |
| 305 | 2026-06-05T17:03:18.889Z | Downloaded pretty-hex v0.4.1 |
| 306 | 2026-06-05T17:03:18.889Z | Downloaded errno v0.3.14 |
| 307 | 2026-06-05T17:03:18.892Z | Downloaded yoke-derive v0.8.1 |
| 308 | 2026-06-05T17:03:18.892Z | Downloaded usdt-macro v0.5.0 |
| 309 | 2026-06-05T17:03:18.892Z | Downloaded displaydoc v0.2.5 |
| 310 | 2026-06-05T17:03:18.895Z | Downloaded cpufeatures v0.2.17 |
| 311 | 2026-06-05T17:03:18.896Z | Downloaded anstyle v1.0.14 |
| 312 | 2026-06-05T17:03:18.896Z | Downloaded stable_deref_trait v1.2.1 |
| 313 | 2026-06-05T17:03:18.896Z | Downloaded serde_spanned v0.6.9 |
| 314 | 2026-06-05T17:03:18.899Z | Downloaded block-buffer v0.10.4 |
| 315 | 2026-06-05T17:03:18.899Z | Downloaded camino-tempfile v1.4.1 |
| 316 | 2026-06-05T17:03:18.899Z | Downloaded unicode-linebreak v0.1.5 |
| 317 | 2026-06-05T17:03:18.902Z | Downloaded fastrand v2.3.0 |
| 318 | 2026-06-05T17:03:18.903Z | Downloaded crypto-common v0.1.7 |
| 319 | 2026-06-05T17:03:18.903Z | Downloaded utf8_iter v1.0.4 |
| 320 | 2026-06-05T17:03:18.906Z | Downloaded strsim v0.11.1 |
| 321 | 2026-06-05T17:03:18.906Z | Downloaded zerofrom v0.1.6 |
| 322 | 2026-06-05T17:03:18.909Z | Downloaded thiserror v1.0.69 |
| 323 | 2026-06-05T17:03:18.912Z | Downloaded writeable v0.6.2 |
| 324 | 2026-06-05T17:03:18.912Z | Downloaded thiserror-impl v1.0.69 |
| 325 | 2026-06-05T17:03:18.913Z | Downloaded zerofrom-derive v0.1.6 |
| 326 | 2026-06-05T17:03:18.916Z | Downloaded typeid v1.0.3 |
| 327 | 2026-06-05T17:03:18.916Z | Downloaded terminal_size v0.4.3 |
| 328 | 2026-06-05T17:03:18.916Z | Downloaded proc-macro-error-attr v1.0.4 |
| 329 | 2026-06-05T17:03:18.916Z | Downloaded erased-serde v0.4.9 |
| 330 | 2026-06-05T17:03:18.920Z | Downloaded bytecount v0.6.9 |
| 331 | 2026-06-05T17:03:18.920Z | Downloaded autocfg v1.5.0 |
| 332 | 2026-06-05T17:03:18.920Z | Downloaded cargo_toml v0.21.0 |
| 333 | 2026-06-05T17:03:18.920Z | Downloaded zmij v1.0.21 |
| 334 | 2026-06-05T17:03:18.923Z | Downloaded utf8parse v0.2.2 |
| 335 | 2026-06-05T17:03:18.923Z | Downloaded scroll v0.12.0 |
| 336 | 2026-06-05T17:03:18.923Z | Downloaded proc-macro-error v1.0.4 |
| 337 | 2026-06-05T17:03:18.927Z | Downloaded toml_datetime v0.6.11 |
| 338 | 2026-06-05T17:03:18.927Z | Downloaded thiserror v2.0.18 |
| 339 | 2026-06-05T17:03:18.931Z | Downloaded tinystr v0.8.2 |
| 340 | 2026-06-05T17:03:18.932Z | Downloaded is_terminal_polyfill v1.70.2 |
| 341 | 2026-06-05T17:03:18.935Z | Downloaded anstyle-query v1.1.5 |
| 342 | 2026-06-05T17:03:18.935Z | Downloaded version_check v0.9.5 |
| 343 | 2026-06-05T17:03:18.935Z | Downloaded plain v0.2.3 |
| 344 | 2026-06-05T17:03:18.936Z | Downloaded unicode-xid v0.2.6 |
| 345 | 2026-06-05T17:03:18.936Z | Downloaded thiserror-impl v2.0.18 |
| 346 | 2026-06-05T17:03:18.936Z | Downloaded itoa v1.0.17 |
| 347 | 2026-06-05T17:03:18.939Z | Downloaded heck v0.5.0 |
| 348 | 2026-06-05T17:03:18.939Z | Downloaded usdt-impl v0.5.0 |
| 349 | 2026-06-05T17:03:18.939Z | Downloaded idna_adapter v1.2.1 |
| 350 | 2026-06-05T17:03:18.939Z | Downloaded toml_write v0.1.2 |
| 351 | 2026-06-05T17:03:18.940Z | Downloaded sha2 v0.10.9 |
| 352 | 2026-06-05T17:03:18.945Z | Downloaded swrite v0.1.0 |
| 353 | 2026-06-05T17:03:18.945Z | Downloaded anyhow v1.0.102 |
| 354 | 2026-06-05T17:03:18.945Z | Downloaded cargo_metadata v0.21.0 |
| 355 | 2026-06-05T17:03:18.949Z | Downloaded usdt-attr-macro v0.5.0 |
| 356 | 2026-06-05T17:03:18.949Z | Downloaded clap_lex v1.0.0 |
| 357 | 2026-06-05T17:03:18.953Z | Downloaded zerovec-derive v0.11.2 |
| 358 | 2026-06-05T17:03:18.953Z | Downloaded usdt v0.5.0 |
| 359 | 2026-06-05T17:03:18.957Z | Downloaded ucd-trie v0.1.7 |
| 360 | 2026-06-05T17:03:18.960Z | Downloaded cargo-util-schemas v0.8.2 |
| 361 | 2026-06-05T17:03:18.960Z | Downloaded camino v1.2.2 |
| 362 | 2026-06-05T17:03:18.960Z | Downloaded zerocopy-derive v0.7.35 |
| 363 | 2026-06-05T17:03:18.963Z | Downloaded bitflags v2.11.0 |
| 364 | 2026-06-05T17:03:18.967Z | Downloaded smawk v0.3.2 |
| 365 | 2026-06-05T17:03:18.967Z | Downloaded tabled_derive v0.7.0 |
| 366 | 2026-06-05T17:03:18.967Z | Downloaded heck v0.4.1 |
| 367 | 2026-06-05T17:03:18.970Z | Downloaded ordered-float v2.10.1 |
| 368 | 2026-06-05T17:03:18.970Z | Downloaded percent-encoding v2.3.2 |
| 369 | 2026-06-05T17:03:18.970Z | Downloaded colorchoice v1.0.4 |
| 370 | 2026-06-05T17:03:18.970Z | Downloaded toml_edit v0.22.27 |
| 371 | 2026-06-05T17:03:18.973Z | Downloaded unicode-ident v1.0.24 |
| 372 | 2026-06-05T17:03:18.976Z | Downloaded synstructure v0.13.2 |
| 373 | 2026-06-05T17:03:18.976Z | Downloaded zerotrie v0.2.3 |
| 374 | 2026-06-05T17:03:18.979Z | Downloaded memmap v0.7.0 |
| 375 | 2026-06-05T17:03:18.983Z | Downloaded smallvec v1.15.1 |
| 376 | 2026-06-05T17:03:18.986Z | Downloaded url v2.5.8 |
| 377 | 2026-06-05T17:03:18.990Z | Downloaded zerovec v0.11.5 |
| 378 | 2026-06-05T17:03:18.994Z | Downloaded typenum v1.19.0 |
| 379 | 2026-06-05T17:03:18.999Z | Downloaded tempfile v3.25.0 |
| 380 | 2026-06-05T17:03:19.005Z | Downloaded unicode-width v0.2.0 |
| 381 | 2026-06-05T17:03:19.009Z | Downloaded serde_tokenstream v0.2.3 |
| 382 | 2026-06-05T17:03:19.012Z | Downloaded zerocopy v0.7.35 |
| 383 | 2026-06-05T17:03:19.019Z | Downloaded serde-untagged v0.1.9 |
| 384 | 2026-06-05T17:03:19.022Z | Downloaded winnow v0.7.14 |
| 385 | 2026-06-05T17:03:19.025Z | Downloaded pest_generator v2.8.6 |
| 386 | 2026-06-05T17:03:19.028Z | Downloaded once_cell v1.21.3 |
| 387 | 2026-06-05T17:03:19.028Z | Downloaded unicode-width v0.1.14 |
| 388 | 2026-06-05T17:03:19.031Z | Downloaded serde_core v1.0.228 |
| 389 | 2026-06-05T17:03:19.034Z | Downloaded num-traits v0.2.19 |
| 390 | 2026-06-05T17:03:19.034Z | Downloaded semver v1.0.28 |
| 391 | 2026-06-05T17:03:19.037Z | Downloaded icu_properties v2.1.2 |
| 392 | 2026-06-05T17:03:19.037Z | Downloaded clap v4.6.1 |
| 393 | 2026-06-05T17:03:19.041Z | Downloaded litemap v0.8.1 |
| 394 | 2026-06-05T17:03:19.044Z | Downloaded icu_provider v2.1.1 |
| 395 | 2026-06-05T17:03:19.044Z | Downloaded clap_derive v4.6.1 |
| 396 | 2026-06-05T17:03:19.047Z | Downloaded pest_derive v2.8.6 |
| 397 | 2026-06-05T17:03:19.047Z | Downloaded quote v1.0.45 |
| 398 | 2026-06-05T17:03:19.050Z | Downloaded macaddr v1.0.1 |
| 399 | 2026-06-05T17:03:19.055Z | Downloaded getrandom v0.4.1 |
| 400 | 2026-06-05T17:03:19.058Z | Downloaded log v0.4.29 |
| 401 | 2026-06-05T17:03:19.062Z | Downloaded serde_derive v1.0.228 |
| 402 | 2026-06-05T17:03:19.062Z | Downloaded papergrid v0.11.0 |
| 403 | 2026-06-05T17:03:19.065Z | Downloaded icu_normalizer v2.1.1 |
| 404 | 2026-06-05T17:03:19.075Z | Downloaded icu_locale_core v2.1.1 |
| 405 | 2026-06-05T17:03:19.081Z | Downloaded proc-macro2 v1.0.106 |
| 406 | 2026-06-05T17:03:19.085Z | Downloaded icu_normalizer_data v2.1.1 |
| 407 | 2026-06-05T17:03:19.085Z | Downloaded icu_collections v2.1.1 |
| 408 | 2026-06-05T17:03:19.089Z | Downloaded serde v1.0.228 |
| 409 | 2026-06-05T17:03:19.102Z | Downloaded pest_meta v2.8.6 |
| 410 | 2026-06-05T17:03:19.105Z | Downloaded memchr v2.8.0 |
| 411 | 2026-06-05T17:03:19.113Z | Downloaded indexmap v2.14.0 |
| 412 | 2026-06-05T17:03:19.123Z | Downloaded pest v2.8.6 |
| 413 | 2026-06-05T17:03:19.138Z | Downloaded serde_json v1.0.149 |
| 414 | 2026-06-05T17:03:19.142Z | Downloaded clap_builder v4.6.0 |
| 415 | 2026-06-05T17:03:19.146Z | Downloaded idna v1.1.0 |
| 416 | 2026-06-05T17:03:19.149Z | Downloaded hashbrown v0.17.0 |
| 417 | 2026-06-05T17:03:19.156Z | Downloaded goblin v0.8.2 |
| 418 | 2026-06-05T17:03:19.160Z | Downloaded tabled v0.15.0 |
| 419 | 2026-06-05T17:03:19.167Z | Downloaded syn v1.0.109 |
| 420 | 2026-06-05T17:03:19.173Z | Downloaded icu_properties_data v2.1.2 |
| 421 | 2026-06-05T17:03:19.180Z | Downloaded syn v2.0.117 |
| 422 | 2026-06-05T17:03:19.196Z | Downloaded rustix v1.1.3 |
| 423 | 2026-06-05T17:03:19.223Z | Downloaded libc v0.2.185 |
| 424 | 2026-06-05T17:03:19.292Z | Compiling proc-macro2 v1.0.106 |
| 425 | 2026-06-05T17:03:19.292Z | Compiling quote v1.0.45 |
| 426 | 2026-06-05T17:03:19.292Z | Compiling unicode-ident v1.0.24 |
| 427 | 2026-06-05T17:03:19.292Z | Compiling serde_core v1.0.228 |
| 428 | 2026-06-05T17:03:19.296Z | Compiling libc v0.2.185 |
| 429 | 2026-06-05T17:03:19.296Z | Compiling version_check v0.9.5 |
| 430 | 2026-06-05T17:03:19.475Z | Compiling serde v1.0.228 |
| 431 | 2026-06-05T17:03:19.479Z | Compiling stable_deref_trait v1.2.1 |
| 432 | 2026-06-05T17:03:19.600Z | Compiling memchr v2.8.0 |
| 433 | 2026-06-05T17:03:19.621Z | Compiling zmij v1.0.21 |
| 434 | 2026-06-05T17:03:19.843Z | Compiling itoa v1.0.17 |
| 435 | 2026-06-05T17:03:19.859Z | Compiling ucd-trie v0.1.7 |
| 436 | 2026-06-05T17:03:19.917Z | Compiling autocfg v1.5.0 |
| 437 | 2026-06-05T17:03:20.018Z | Compiling thiserror v1.0.69 |
| 438 | 2026-06-05T17:03:20.232Z | Compiling pest v2.8.6 |
| 439 | 2026-06-05T17:03:20.300Z | Compiling litemap v0.8.1 |
| 440 | 2026-06-05T17:03:20.341Z | Compiling writeable v0.6.2 |
| 441 | 2026-06-05T17:03:20.397Z | Compiling icu_properties_data v2.1.2 |
| 442 | 2026-06-05T17:03:20.498Z | Compiling byteorder v1.5.0 |
| 443 | 2026-06-05T17:03:20.514Z | Compiling icu_normalizer_data v2.1.1 |
| 444 | 2026-06-05T17:03:20.699Z | Compiling rustix v1.1.3 |
| 445 | 2026-06-05T17:03:20.758Z | Compiling syn v2.0.117 |
| 446 | 2026-06-05T17:03:20.868Z | Compiling errno v0.3.14 |
| 447 | 2026-06-05T17:03:20.902Z | Compiling serde_json v1.0.149 |
| 448 | 2026-06-05T17:03:20.920Z | Compiling bitflags v2.11.0 |
| 449 | 2026-06-05T17:03:21.150Z | Compiling num-traits v0.2.19 |
| 450 | 2026-06-05T17:03:21.168Z | Compiling smallvec v1.15.1 |
| 451 | 2026-06-05T17:03:21.202Z | Compiling hashbrown v0.17.0 |
| 452 | 2026-06-05T17:03:21.337Z | Compiling pest_meta v2.8.6 |
| 453 | 2026-06-05T17:03:21.563Z | Compiling typeid v1.0.3 |
| 454 | 2026-06-05T17:03:21.582Z | Compiling equivalent v1.0.2 |
| 455 | 2026-06-05T17:03:21.792Z | Compiling indexmap v2.14.0 |
| 456 | 2026-06-05T17:03:21.854Z | Compiling thread-id v4.2.2 |
| 457 | 2026-06-05T17:03:21.875Z | Compiling proc-macro-error-attr v1.0.4 |
| 458 | 2026-06-05T17:03:21.892Z | Compiling usdt-impl v0.5.0 |
| 459 | 2026-06-05T17:03:21.939Z | Compiling toml_write v0.1.2 |
| 460 | 2026-06-05T17:03:22.058Z | Compiling erased-serde v0.4.9 |
| 461 | 2026-06-05T17:03:22.100Z | Compiling winnow v0.7.14 |
| 462 | 2026-06-05T17:03:22.137Z | Compiling syn v1.0.109 |
| 463 | 2026-06-05T17:03:22.510Z | Compiling proc-macro-error v1.0.4 |
| 464 | 2026-06-05T17:03:22.557Z | Compiling utf8parse v0.2.2 |
| 465 | 2026-06-05T17:03:22.673Z | Compiling utf8_iter v1.0.4 |
| 466 | 2026-06-05T17:03:22.710Z | Compiling camino v1.2.2 |
| 467 | 2026-06-05T17:03:22.826Z | Compiling thiserror v2.0.18 |
| 468 | 2026-06-05T17:03:22.967Z | Compiling log v0.4.29 |
| 469 | 2026-06-05T17:03:23.024Z | Compiling plain v0.2.3 |
| 470 | 2026-06-05T17:03:23.085Z | Compiling percent-encoding v2.3.2 |
| 471 | 2026-06-05T17:03:23.139Z | Compiling getrandom v0.4.1 |
| 472 | 2026-06-05T17:03:23.204Z | Compiling ordered-float v2.10.1 |
| 473 | 2026-06-05T17:03:23.284Z | Compiling form_urlencoded v1.2.2 |
| 474 | 2026-06-05T17:03:23.387Z | Compiling synstructure v0.13.2 |
| 475 | 2026-06-05T17:03:23.449Z | Compiling pest_generator v2.8.6 |
| 476 | 2026-06-05T17:03:23.467Z | Compiling anstyle-parse v1.0.0 |
| 477 | 2026-06-05T17:03:23.554Z | Compiling terminal_size v0.4.3 |
| 478 | 2026-06-05T17:03:23.695Z | Compiling cfg-if v1.0.4 |
| 479 | 2026-06-05T17:03:23.775Z | Compiling colorchoice v1.0.4 |
| 480 | 2026-06-05T17:03:23.870Z | Compiling is_terminal_polyfill v1.70.2 |
| 481 | 2026-06-05T17:03:23.896Z | Compiling pretty-hex v0.4.1 |
| 482 | 2026-06-05T17:03:23.922Z | Compiling anstyle-query v1.1.5 |
| 483 | 2026-06-05T17:03:23.941Z | Compiling anstyle v1.0.14 |
| 484 | 2026-06-05T17:03:23.986Z | Compiling serde-untagged v0.1.9 |
| 485 | 2026-06-05T17:03:24.073Z | Compiling semver v1.0.28 |
| 486 | 2026-06-05T17:03:24.142Z | Compiling anstream v1.0.0 |
| 487 | 2026-06-05T17:03:24.209Z | Compiling fs-err v3.3.0 |
| 488 | 2026-06-05T17:03:24.226Z | Compiling unicode-xid v0.2.6 |
| 489 | 2026-06-05T17:03:24.355Z | Compiling fastrand v2.3.0 |
| 490 | 2026-06-05T17:03:24.398Z | Compiling bytecount v0.6.9 |
| 491 | 2026-06-05T17:03:24.401Z | Compiling strsim v0.11.1 |
| 492 | 2026-06-05T17:03:24.434Z | Compiling once_cell v1.21.3 |
| 493 | 2026-06-05T17:03:24.449Z | Compiling fnv v1.0.7 |
| 494 | 2026-06-05T17:03:24.539Z | Compiling unicode-width v0.1.14 |
| 495 | 2026-06-05T17:03:24.555Z | Compiling clap_lex v1.0.0 |
| 496 | 2026-06-05T17:03:24.643Z | Compiling anyhow v1.0.102 |
| 497 | 2026-06-05T17:03:24.765Z | Compiling heck v0.4.1 |
| 498 | 2026-06-05T17:03:24.796Z | Compiling heck v0.5.0 |
| 499 | 2026-06-05T17:03:24.817Z | Compiling papergrid v0.11.0 |
| 500 | 2026-06-05T17:03:24.932Z | Compiling clap_builder v4.6.0 |
| 501 | 2026-06-05T17:03:24.991Z | Compiling tempfile v3.25.0 |
| 502 | 2026-06-05T17:03:25.072Z | Compiling serde_derive v1.0.228 |
| 503 | 2026-06-05T17:03:25.137Z | Compiling zerofrom-derive v0.1.6 |
| 504 | 2026-06-05T17:03:25.168Z | Compiling yoke-derive v0.8.1 |
| 505 | 2026-06-05T17:03:25.399Z | Compiling zerovec-derive v0.11.2 |
| 506 | 2026-06-05T17:03:25.562Z | Compiling displaydoc v0.2.5 |
| 507 | 2026-06-05T17:03:26.307Z | Compiling thiserror-impl v1.0.69 |
| 508 | 2026-06-05T17:03:26.324Z | Compiling zerocopy-derive v0.7.35 |
| 509 | 2026-06-05T17:03:26.342Z | Compiling pest_derive v2.8.6 |
| 510 | 2026-06-05T17:03:26.512Z | Compiling scroll_derive v0.12.1 |
| 511 | 2026-06-05T17:03:26.559Z | Compiling zerofrom v0.1.6 |
| 512 | 2026-06-05T17:03:26.738Z | Compiling yoke v0.8.1 |
| 513 | 2026-06-05T17:03:26.781Z | Compiling thiserror-impl v2.0.18 |
| 514 | 2026-06-05T17:03:26.886Z | Compiling zerovec v0.11.5 |
| 515 | 2026-06-05T17:03:27.174Z | Compiling zerotrie v0.2.3 |
| 516 | 2026-06-05T17:03:27.191Z | Compiling zerocopy v0.7.35 |
| 517 | 2026-06-05T17:03:27.395Z | Compiling tinystr v0.8.2 |
| 518 | 2026-06-05T17:03:27.476Z | Compiling potential_utf v0.1.4 |
| 519 | 2026-06-05T17:03:27.606Z | Compiling icu_locale_core v2.1.1 |
| 520 | 2026-06-05T17:03:27.646Z | Compiling icu_collections v2.1.1 |
| 521 | 2026-06-05T17:03:27.676Z | Compiling dtrace-parser v0.2.0 |
| 522 | 2026-06-05T17:03:27.738Z | Compiling scroll v0.12.0 |
| 523 | 2026-06-05T17:03:28.019Z | Compiling goblin v0.8.2 |
| 524 | 2026-06-05T17:03:28.041Z | Compiling tabled_derive v0.7.0 |
| 525 | 2026-06-05T17:03:28.148Z | Compiling clap_derive v4.6.1 |
| 526 | 2026-06-05T17:03:28.244Z | Compiling icu_provider v2.1.1 |
| 527 | 2026-06-05T17:03:28.426Z | Compiling memmap v0.7.0 |
| 528 | 2026-06-05T17:03:28.497Z | Compiling serde_spanned v0.6.9 |
| 529 | 2026-06-05T17:03:28.548Z | Compiling toml_datetime v0.6.11 |
| 530 | 2026-06-05T17:03:28.570Z | Compiling icu_normalizer v2.1.1 |
| 531 | 2026-06-05T17:03:28.608Z | Compiling icu_properties v2.1.2 |
| 532 | 2026-06-05T17:03:28.624Z | Compiling dof v0.3.0 |
| 533 | 2026-06-05T17:03:28.644Z | Compiling serde_tokenstream v0.2.3 |
| 534 | 2026-06-05T17:03:28.816Z | Compiling toml_edit v0.22.27 |
| 535 | 2026-06-05T17:03:28.961Z | Compiling serde-value v0.7.0 |
| 536 | 2026-06-05T17:03:29.006Z | Compiling cargo-platform v0.2.0 |
| 537 | 2026-06-05T17:03:29.099Z | Compiling unicode-linebreak v0.1.5 |
| 538 | 2026-06-05T17:03:29.291Z | Compiling smawk v0.3.2 |
| 539 | 2026-06-05T17:03:29.330Z | Compiling unicode-width v0.2.0 |
| 540 | 2026-06-05T17:03:29.368Z | Compiling tabled v0.15.0 |
| 541 | 2026-06-05T17:03:29.436Z | Compiling macaddr v1.0.1 |
| 542 | 2026-06-05T17:03:29.565Z | Compiling idna_adapter v1.2.1 |
| 543 | 2026-06-05T17:03:29.608Z | Compiling usdt-macro v0.5.0 |
| 544 | 2026-06-05T17:03:29.660Z | Compiling usdt-attr-macro v0.5.0 |
| 545 | 2026-06-05T17:03:29.698Z | Compiling idna v1.1.0 |
| 546 | 2026-06-05T17:03:29.714Z | Compiling textwrap v0.16.2 |
| 547 | 2026-06-05T17:03:29.903Z | Compiling clap v4.6.1 |
| 548 | 2026-06-05T17:03:29.993Z | Compiling url v2.5.8 |
| 549 | 2026-06-05T17:03:30.201Z | Compiling toml v0.8.23 |
| 550 | 2026-06-05T17:03:30.377Z | Compiling camino-tempfile v1.4.1 |
| 551 | 2026-06-05T17:03:30.855Z | Compiling cargo-util-schemas v0.8.2 |
| 552 | 2026-06-05T17:03:30.887Z | Compiling cargo_toml v0.21.0 |
| 553 | 2026-06-05T17:03:30.907Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 554 | 2026-06-05T17:03:30.990Z | Compiling swrite v0.1.0 |
| 555 | 2026-06-05T17:03:31.093Z | Compiling usdt v0.5.0 |
| 556 | 2026-06-05T17:03:31.766Z | Compiling cargo_metadata v0.21.0 |
| 557 | 2026-06-05T17:03:32.691Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 558 | 2026-06-05T17:03:34.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.51s |
| 559 | 2026-06-05T17:03:34.975Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 560 | 2026-06-05T17:03:35.544Z | Downloading crates ... |
| 561 | 2026-06-05T17:03:35.638Z | Downloaded adler2 v2.0.1 |
| 562 | 2026-06-05T17:03:35.644Z | Downloaded array-init v0.0.4 |
| 563 | 2026-06-05T17:03:35.649Z | Downloaded atomic-waker v1.1.2 |
| 564 | 2026-06-05T17:03:35.660Z | Downloaded cstr-argument v0.1.2 |
| 565 | 2026-06-05T17:03:35.665Z | Downloaded crc8 v0.1.1 |
| 566 | 2026-06-05T17:03:35.665Z | Downloaded crossbeam-utils v0.8.21 |
| 567 | 2026-06-05T17:03:35.665Z | Downloaded ar_archive_writer v0.5.1 |
| 568 | 2026-06-05T17:03:35.665Z | Downloaded async-trait v0.1.89 |
| 569 | 2026-06-05T17:03:35.668Z | Downloaded der v0.7.10 |
| 570 | 2026-06-05T17:03:35.672Z | Downloaded crc-any v2.5.0 |
| 571 | 2026-06-05T17:03:35.672Z | Downloaded der_derive v0.7.3 |
| 572 | 2026-06-05T17:03:35.675Z | Downloaded crc-catalog v2.4.0 |
| 573 | 2026-06-05T17:03:35.675Z | Downloaded bytes v1.11.1 |
| 574 | 2026-06-05T17:03:35.679Z | Downloaded anstyle-parse v0.2.7 |
| 575 | 2026-06-05T17:03:35.679Z | Downloaded defmt-parser v1.0.0 |
| 576 | 2026-06-05T17:03:35.679Z | Downloaded derive_builder_core v0.20.2 |
| 577 | 2026-06-05T17:03:35.682Z | Downloaded async-recursion v1.1.1 |
| 578 | 2026-06-05T17:03:35.682Z | Downloaded compression-core v0.4.31 |
| 579 | 2026-06-05T17:03:35.685Z | Downloaded aead v0.5.2 |
| 580 | 2026-06-05T17:03:35.686Z | Downloaded bit-set v0.8.0 |
| 581 | 2026-06-05T17:03:35.686Z | Downloaded atty v0.2.14 |
| 582 | 2026-06-05T17:03:35.690Z | Downloaded atomicwrites v0.4.4 |
| 583 | 2026-06-05T17:03:35.690Z | Downloaded defmt v0.3.100 |
| 584 | 2026-06-05T17:03:35.690Z | Downloaded ctr v0.9.2 |
| 585 | 2026-06-05T17:03:35.690Z | Downloaded data-encoding v2.10.0 |
| 586 | 2026-06-05T17:03:35.693Z | Downloaded cfg_aliases v0.1.1 |
| 587 | 2026-06-05T17:03:35.693Z | Downloaded darling_macro v0.20.11 |
| 588 | 2026-06-05T17:03:35.693Z | Downloaded crossbeam-epoch v0.9.18 |
| 589 | 2026-06-05T17:03:35.695Z | Downloaded derive-where v1.6.0 |
| 590 | 2026-06-05T17:03:35.698Z | Downloaded bitfield v0.19.4 |
| 591 | 2026-06-05T17:03:35.698Z | Downloaded backoff v0.4.0 |
| 592 | 2026-06-05T17:03:35.749Z | Downloaded darling_core v0.13.4 |
| 593 | 2026-06-05T17:03:35.749Z | Downloaded daft-derive v0.1.7 |
| 594 | 2026-06-05T17:03:35.749Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 595 | 2026-06-05T17:03:35.749Z | Downloaded async-stream-impl v0.3.6 |
| 596 | 2026-06-05T17:03:35.750Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 597 | 2026-06-05T17:03:35.750Z | Downloaded arc-swap v1.8.2 |
| 598 | 2026-06-05T17:03:35.750Z | Downloaded bitfield-macros v0.19.4 |
| 599 | 2026-06-05T17:03:35.750Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 600 | 2026-06-05T17:03:35.750Z | Downloaded crucible-workspace-hack v0.1.0 |
| 601 | 2026-06-05T17:03:35.750Z | Downloaded assert_matches v1.5.0 |
| 602 | 2026-06-05T17:03:35.750Z | Downloaded cargo-platform v0.3.2 |
| 603 | 2026-06-05T17:03:35.750Z | Downloaded ascii-canvas v3.0.0 |
| 604 | 2026-06-05T17:03:35.750Z | Downloaded cfg_aliases v0.2.1 |
| 605 | 2026-06-05T17:03:35.750Z | Downloaded embedded-io v0.4.0 |
| 606 | 2026-06-05T17:03:35.750Z | Downloaded document-features v0.2.12 |
| 607 | 2026-06-05T17:03:35.750Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 608 | 2026-06-05T17:03:35.750Z | Downloaded block-padding v0.3.3 |
| 609 | 2026-06-05T17:03:35.750Z | Downloaded difflib v0.4.0 |
| 610 | 2026-06-05T17:03:35.750Z | Downloaded env_filter v1.0.0 |
| 611 | 2026-06-05T17:03:35.750Z | Downloaded bit-vec v0.8.0 |
| 612 | 2026-06-05T17:03:35.750Z | Downloaded arrayref v0.3.9 |
| 613 | 2026-06-05T17:03:35.750Z | Downloaded anstream v0.6.21 |
| 614 | 2026-06-05T17:03:35.750Z | Downloaded dyn-clone v1.0.20 |
| 615 | 2026-06-05T17:03:35.750Z | Downloaded bb8 v0.8.6 |
| 616 | 2026-06-05T17:03:35.750Z | Downloaded ecdsa v0.16.9 |
| 617 | 2026-06-05T17:03:35.750Z | Downloaded diesel-dtrace v0.5.0 |
| 618 | 2026-06-05T17:03:35.750Z | Downloaded darling_core v0.21.3 |
| 619 | 2026-06-05T17:03:35.750Z | Downloaded async-stream v0.3.6 |
| 620 | 2026-06-05T17:03:35.750Z | Downloaded darling_core v0.20.11 |
| 621 | 2026-06-05T17:03:35.750Z | Downloaded foreign-types v0.5.0 |
| 622 | 2026-06-05T17:03:35.750Z | Downloaded bit-set v0.5.3 |
| 623 | 2026-06-05T17:03:35.750Z | Downloaded float-ord v0.3.2 |
| 624 | 2026-06-05T17:03:35.750Z | Downloaded crc v3.4.0 |
| 625 | 2026-06-05T17:03:35.756Z | Downloaded darling_macro v0.13.4 |
| 626 | 2026-06-05T17:03:35.756Z | Downloaded cpufeatures v0.3.0 |
| 627 | 2026-06-05T17:03:35.756Z | Downloaded convert_case v0.4.0 |
| 628 | 2026-06-05T17:03:35.756Z | Downloaded ciborium-io v0.2.2 |
| 629 | 2026-06-05T17:03:35.756Z | Downloaded flagset v0.4.7 |
| 630 | 2026-06-05T17:03:35.756Z | Downloaded castaway v0.2.4 |
| 631 | 2026-06-05T17:03:35.756Z | Downloaded dtrace-parser v0.3.0 |
| 632 | 2026-06-05T17:03:35.756Z | Downloaded foreign-types-macros v0.2.3 |
| 633 | 2026-06-05T17:03:35.756Z | Downloaded debug-ignore v1.0.5 |
| 634 | 2026-06-05T17:03:35.759Z | Downloaded constant_time_eq v0.4.2 |
| 635 | 2026-06-05T17:03:35.759Z | Downloaded dirs-next v2.0.0 |
| 636 | 2026-06-05T17:03:35.759Z | Downloaded chacha20 v0.9.1 |
| 637 | 2026-06-05T17:03:35.762Z | Downloaded argon2 v0.5.3 |
| 638 | 2026-06-05T17:03:35.762Z | Downloaded float-cmp v0.10.0 |
| 639 | 2026-06-05T17:03:35.762Z | Downloaded endian-type v0.1.2 |
| 640 | 2026-06-05T17:03:35.762Z | Downloaded cbc v0.1.2 |
| 641 | 2026-06-05T17:03:35.765Z | Downloaded darling_macro v0.23.0 |
| 642 | 2026-06-05T17:03:35.765Z | Downloaded darling_macro v0.21.3 |
| 643 | 2026-06-05T17:03:35.765Z | Downloaded enum-as-inner v0.6.1 |
| 644 | 2026-06-05T17:03:35.767Z | Downloaded embedded-io v0.6.1 |
| 645 | 2026-06-05T17:03:35.768Z | Downloaded dof v0.4.0 |
| 646 | 2026-06-05T17:03:35.768Z | Downloaded dirs-sys-next v0.1.2 |
| 647 | 2026-06-05T17:03:35.768Z | Downloaded derive_builder_macro v0.20.2 |
| 648 | 2026-06-05T17:03:35.772Z | Downloaded ciborium-ll v0.2.2 |
| 649 | 2026-06-05T17:03:35.772Z | Downloaded futures-sink v0.3.32 |
| 650 | 2026-06-05T17:03:35.772Z | Downloaded futures-macro v0.3.32 |
| 651 | 2026-06-05T17:03:35.772Z | Downloaded futures-io v0.3.32 |
| 652 | 2026-06-05T17:03:35.772Z | Downloaded fixedbitset v0.4.2 |
| 653 | 2026-06-05T17:03:35.776Z | Downloaded dsl_auto_type v0.2.0 |
| 654 | 2026-06-05T17:03:35.776Z | Downloaded gethostname v0.5.0 |
| 655 | 2026-06-05T17:03:35.776Z | Downloaded crossbeam-deque v0.8.6 |
| 656 | 2026-06-05T17:03:35.778Z | Downloaded base16ct v0.2.0 |
| 657 | 2026-06-05T17:03:35.778Z | Downloaded foreign-types-shared v0.1.1 |
| 658 | 2026-06-05T17:03:35.778Z | Downloaded bitflags v1.3.2 |
| 659 | 2026-06-05T17:03:35.778Z | Downloaded futures-core v0.3.32 |
| 660 | 2026-06-05T17:03:35.781Z | Downloaded foreign-types-shared v0.3.1 |
| 661 | 2026-06-05T17:03:35.781Z | Downloaded filetime v0.2.27 |
| 662 | 2026-06-05T17:03:35.781Z | Downloaded darling v0.13.4 |
| 663 | 2026-06-05T17:03:35.784Z | Downloaded fixedbitset v0.5.7 |
| 664 | 2026-06-05T17:03:35.785Z | Downloaded derive-ex v0.1.8 |
| 665 | 2026-06-05T17:03:35.791Z | Downloaded corncobs v0.1.4 |
| 666 | 2026-06-05T17:03:35.791Z | Downloaded cassowary v0.3.0 |
| 667 | 2026-06-05T17:03:35.791Z | Downloaded crunchy v0.2.4 |
| 668 | 2026-06-05T17:03:35.791Z | Downloaded buf-list v1.1.2 |
| 669 | 2026-06-05T17:03:35.794Z | Downloaded fd-lock v4.0.4 |
| 670 | 2026-06-05T17:03:35.794Z | Downloaded bitfield-struct v0.6.2 |
| 671 | 2026-06-05T17:03:35.794Z | Downloaded bcs v0.1.6 |
| 672 | 2026-06-05T17:03:35.794Z | Downloaded blowfish v0.9.1 |
| 673 | 2026-06-05T17:03:35.797Z | Downloaded fxhash v0.2.1 |
| 674 | 2026-06-05T17:03:35.797Z | Downloaded funty v2.0.0 |
| 675 | 2026-06-05T17:03:35.797Z | Downloaded fallible-iterator v0.2.0 |
| 676 | 2026-06-05T17:03:35.797Z | Downloaded git-stub v1.0.0 |
| 677 | 2026-06-05T17:03:35.800Z | Downloaded derive_builder v0.20.2 |
| 678 | 2026-06-05T17:03:35.803Z | Downloaded futures-task v0.3.32 |
| 679 | 2026-06-05T17:03:35.803Z | Downloaded ghash v0.5.1 |
| 680 | 2026-06-05T17:03:35.803Z | Downloaded hash32 v0.3.1 |
| 681 | 2026-06-05T17:03:35.809Z | Downloaded globwalk v0.9.1 |
| 682 | 2026-06-05T17:03:35.809Z | Downloaded hash32 v0.2.1 |
| 683 | 2026-06-05T17:03:35.809Z | Downloaded elliptic-curve v0.13.8 |
| 684 | 2026-06-05T17:03:35.812Z | Downloaded either v1.15.0 |
| 685 | 2026-06-05T17:03:35.812Z | Downloaded display-error-chain v0.2.2 |
| 686 | 2026-06-05T17:03:35.812Z | Downloaded downcast-rs v2.0.2 |
| 687 | 2026-06-05T17:03:35.812Z | Downloaded daft v0.1.7 |
| 688 | 2026-06-05T17:03:35.818Z | Downloaded ena v0.14.4 |
| 689 | 2026-06-05T17:03:35.818Z | Downloaded erased-serde v0.3.31 |
| 690 | 2026-06-05T17:03:35.818Z | Downloaded dunce v1.0.5 |
| 691 | 2026-06-05T17:03:35.822Z | Downloaded fs_extra v1.3.0 |
| 692 | 2026-06-05T17:03:35.822Z | Downloaded foreign-types v0.3.2 |
| 693 | 2026-06-05T17:03:35.822Z | Downloaded ed25519 v2.2.3 |
| 694 | 2026-06-05T17:03:35.822Z | Downloaded futures-executor v0.3.32 |
| 695 | 2026-06-05T17:03:35.822Z | Downloaded compression-codecs v0.4.37 |
| 696 | 2026-06-05T17:03:35.828Z | Downloaded hostname v0.4.2 |
| 697 | 2026-06-05T17:03:35.828Z | Downloaded convert_case v0.10.0 |
| 698 | 2026-06-05T17:03:35.828Z | Downloaded hex-literal v0.4.1 |
| 699 | 2026-06-05T17:03:35.834Z | Downloaded hex v0.4.3 |
| 700 | 2026-06-05T17:03:35.834Z | Downloaded console v0.16.2 |
| 701 | 2026-06-05T17:03:35.834Z | Downloaded backon v1.6.0 |
| 702 | 2026-06-05T17:03:35.834Z | Downloaded hubpack_derive v0.1.1 |
| 703 | 2026-06-05T17:03:35.834Z | Downloaded headers-core v0.3.0 |
| 704 | 2026-06-05T17:03:35.837Z | Downloaded defmt-macros v1.0.1 |
| 705 | 2026-06-05T17:03:35.837Z | Downloaded darling v0.20.11 |
| 706 | 2026-06-05T17:03:35.837Z | Downloaded ciborium v0.2.2 |
| 707 | 2026-06-05T17:03:35.842Z | Downloaded find-msvc-tools v0.1.9 |
| 708 | 2026-06-05T17:03:35.843Z | Downloaded camino-tempfile-ext v0.3.3 |
| 709 | 2026-06-05T17:03:35.843Z | Downloaded deranged v0.5.8 |
| 710 | 2026-06-05T17:03:35.846Z | Downloaded critical-section v1.2.0 |
| 711 | 2026-06-05T17:03:35.846Z | Downloaded cargo_metadata v0.23.1 |
| 712 | 2026-06-05T17:03:35.846Z | Downloaded csv-core v0.1.13 |
| 713 | 2026-06-05T17:03:35.846Z | Downloaded hostname v0.3.1 |
| 714 | 2026-06-05T17:03:35.846Z | Downloaded env_logger v0.11.9 |
| 715 | 2026-06-05T17:03:35.850Z | Downloaded httpdate v1.0.3 |
| 716 | 2026-06-05T17:03:35.850Z | Downloaded des v0.8.1 |
| 717 | 2026-06-05T17:03:35.850Z | Downloaded home v0.5.12 |
| 718 | 2026-06-05T17:03:35.855Z | Downloaded cipher v0.4.4 |
| 719 | 2026-06-05T17:03:35.855Z | Downloaded cmake v0.1.57 |
| 720 | 2026-06-05T17:03:35.855Z | Downloaded illumos-nvpair v0.3.0 |
| 721 | 2026-06-05T17:03:35.862Z | Downloaded ident_case v1.0.1 |
| 722 | 2026-06-05T17:03:35.865Z | Downloaded globset v0.4.18 |
| 723 | 2026-06-05T17:03:35.865Z | Downloaded defmt v1.0.1 |
| 724 | 2026-06-05T17:03:35.865Z | Downloaded hubpack v0.1.2 |
| 725 | 2026-06-05T17:03:35.865Z | Downloaded base64ct v1.8.3 |
| 726 | 2026-06-05T17:03:35.866Z | Downloaded instant v0.1.13 |
| 727 | 2026-06-05T17:03:35.866Z | Downloaded indoc v1.0.9 |
| 728 | 2026-06-05T17:03:35.866Z | Downloaded internet-checksum v0.2.1 |
| 729 | 2026-06-05T17:03:35.866Z | Downloaded instability v0.3.11 |
| 730 | 2026-06-05T17:03:35.866Z | Downloaded is_ci v1.2.0 |
| 731 | 2026-06-05T17:03:35.866Z | Downloaded is-terminal v0.4.17 |
| 732 | 2026-06-05T17:03:35.869Z | Downloaded glob v0.3.3 |
| 733 | 2026-06-05T17:03:35.869Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 734 | 2026-06-05T17:03:35.869Z | Downloaded ahash v0.8.12 |
| 735 | 2026-06-05T17:03:35.872Z | Downloaded fs-err v2.11.0 |
| 736 | 2026-06-05T17:03:35.872Z | Downloaded foldhash v0.2.0 |
| 737 | 2026-06-05T17:03:35.872Z | Downloaded inout v0.1.4 |
| 738 | 2026-06-05T17:03:35.875Z | Downloaded cookie v0.18.1 |
| 739 | 2026-06-05T17:03:35.875Z | Downloaded ff v0.13.1 |
| 740 | 2026-06-05T17:03:35.881Z | Downloaded diff v0.1.13 |
| 741 | 2026-06-05T17:03:35.881Z | Downloaded darling v0.23.0 |
| 742 | 2026-06-05T17:03:35.888Z | Downloaded http-body-util v0.1.3 |
| 743 | 2026-06-05T17:03:35.888Z | Downloaded getrandom v0.2.17 |
| 744 | 2026-06-05T17:03:35.888Z | Downloaded colored v2.2.0 |
| 745 | 2026-06-05T17:03:35.893Z | Downloaded kstat-rs v0.2.4 |
| 746 | 2026-06-05T17:03:35.893Z | Downloaded libscf-sys v1.1.0 |
| 747 | 2026-06-05T17:03:35.893Z | Downloaded bzip2 v0.6.1 |
| 748 | 2026-06-05T17:03:35.893Z | Downloaded lru v0.12.5 |
| 749 | 2026-06-05T17:03:35.893Z | Downloaded linked-hash-map v0.5.6 |
| 750 | 2026-06-05T17:03:35.896Z | Downloaded futures-channel v0.3.32 |
| 751 | 2026-06-05T17:03:35.896Z | Downloaded lalrpop-util v0.19.12 |
| 752 | 2026-06-05T17:03:35.896Z | Downloaded crc32fast v1.5.0 |
| 753 | 2026-06-05T17:03:35.896Z | Downloaded derive_more-impl v2.1.1 |
| 754 | 2026-06-05T17:03:35.899Z | Downloaded lazy_static v1.5.0 |
| 755 | 2026-06-05T17:03:35.902Z | Downloaded keccak v0.1.6 |
| 756 | 2026-06-05T17:03:35.902Z | Downloaded managed v0.8.0 |
| 757 | 2026-06-05T17:03:35.902Z | Downloaded humantime v2.3.0 |
| 758 | 2026-06-05T17:03:35.905Z | Downloaded drift v0.2.0 |
| 759 | 2026-06-05T17:03:35.910Z | Downloaded mime v0.3.17 |
| 760 | 2026-06-05T17:03:35.913Z | Downloaded memoffset v0.9.1 |
| 761 | 2026-06-05T17:03:35.913Z | Downloaded md5 v0.7.0 |
| 762 | 2026-06-05T17:03:35.913Z | Downloaded md-5 v0.10.6 |
| 763 | 2026-06-05T17:03:35.916Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 764 | 2026-06-05T17:03:35.917Z | Downloaded ipnetwork v0.21.1 |
| 765 | 2026-06-05T17:03:35.921Z | Downloaded ipnet v2.11.0 |
| 766 | 2026-06-05T17:03:35.921Z | Downloaded group v0.13.0 |
| 767 | 2026-06-05T17:03:35.921Z | Downloaded match_cfg v0.1.0 |
| 768 | 2026-06-05T17:03:35.921Z | Downloaded maybe-uninit v2.0.0 |
| 769 | 2026-06-05T17:03:35.924Z | Downloaded maplit v1.0.2 |
| 770 | 2026-06-05T17:03:35.924Z | Downloaded lzss v0.8.2 |
| 771 | 2026-06-05T17:03:35.924Z | Downloaded nibble_vec v0.1.0 |
| 772 | 2026-06-05T17:03:35.924Z | Downloaded chacha20 v0.10.0 |
| 773 | 2026-06-05T17:03:35.927Z | Downloaded new_debug_unreachable v1.0.6 |
| 774 | 2026-06-05T17:03:35.927Z | Downloaded ingot v0.1.1 |
| 775 | 2026-06-05T17:03:35.927Z | Downloaded blake2 v0.10.6 |
| 776 | 2026-06-05T17:03:35.930Z | Downloaded num v0.4.3 |
| 777 | 2026-06-05T17:03:35.930Z | Downloaded fatfs v0.3.6 |
| 778 | 2026-06-05T17:03:35.935Z | Downloaded darling v0.21.3 |
| 779 | 2026-06-05T17:03:35.942Z | Downloaded git-stub-vcs v0.1.0 |
| 780 | 2026-06-05T17:03:35.942Z | Downloaded derive_more v0.99.20 |
| 781 | 2026-06-05T17:03:35.947Z | Downloaded allocator-api2 v0.2.21 |
| 782 | 2026-06-05T17:03:35.947Z | Downloaded newtype_derive v0.1.6 |
| 783 | 2026-06-05T17:03:35.947Z | Downloaded newtype-uuid-macros v0.1.0 |
| 784 | 2026-06-05T17:03:35.947Z | Downloaded libloading v0.8.9 |
| 785 | 2026-06-05T17:03:35.947Z | Downloaded ingot-types v0.1.2 |
| 786 | 2026-06-05T17:03:35.947Z | Downloaded indoc v2.0.7 |
| 787 | 2026-06-05T17:03:35.950Z | Downloaded half v1.8.3 |
| 788 | 2026-06-05T17:03:35.950Z | Downloaded dropshot_endpoint v0.17.0 |
| 789 | 2026-06-05T17:03:35.953Z | Downloaded normalize-line-endings v0.3.0 |
| 790 | 2026-06-05T17:03:35.953Z | Downloaded nonempty v0.12.0 |
| 791 | 2026-06-05T17:03:35.957Z | Downloaded nodrop v0.1.14 |
| 792 | 2026-06-05T17:03:35.957Z | Downloaded base64 v0.22.1 |
| 793 | 2026-06-05T17:03:35.960Z | Downloaded num-iter v0.1.45 |
| 794 | 2026-06-05T17:03:35.961Z | Downloaded num-derive v0.4.2 |
| 795 | 2026-06-05T17:03:35.961Z | Downloaded num-derive v0.3.3 |
| 796 | 2026-06-05T17:03:35.986Z | Downloaded opaque-debug v0.3.1 |
| 797 | 2026-06-05T17:03:35.986Z | Downloaded lru-cache v0.1.2 |
| 798 | 2026-06-05T17:03:35.986Z | Downloaded num_enum_derive v0.5.11 |
| 799 | 2026-06-05T17:03:35.986Z | Downloaded olpc-cjson v0.1.4 |
| 800 | 2026-06-05T17:03:35.986Z | Downloaded libefi-sys v0.1.0 |
| 801 | 2026-06-05T17:03:35.991Z | Downloaded jobserver v0.1.34 |
| 802 | 2026-06-05T17:03:35.991Z | Downloaded num_threads v0.1.7 |
| 803 | 2026-06-05T17:03:35.991Z | Downloaded newline-converter v0.3.0 |
| 804 | 2026-06-05T17:03:35.991Z | Downloaded multimap v0.10.1 |
| 805 | 2026-06-05T17:03:35.991Z | Downloaded libsw-core v0.3.2 |
| 806 | 2026-06-05T17:03:35.991Z | Downloaded lock_api v0.4.14 |
| 807 | 2026-06-05T17:03:35.991Z | Downloaded ingot-macros v0.1.1 |
| 808 | 2026-06-05T17:03:35.991Z | Downloaded libsw v3.5.0 |
| 809 | 2026-06-05T17:03:35.991Z | Downloaded mime_guess v2.0.5 |
| 810 | 2026-06-05T17:03:35.991Z | Downloaded lru-slab v0.1.2 |
| 811 | 2026-06-05T17:03:35.991Z | Downloaded nanorand v0.7.0 |
| 812 | 2026-06-05T17:03:35.991Z | Downloaded multer v3.1.0 |
| 813 | 2026-06-05T17:03:35.991Z | Downloaded native-tls v0.2.18 |
| 814 | 2026-06-05T17:03:35.991Z | Downloaded indent_write v2.2.0 |
| 815 | 2026-06-05T17:03:35.992Z | Downloaded hyper-staticfile v0.10.1 |
| 816 | 2026-06-05T17:03:35.992Z | Downloaded foldhash v0.1.5 |
| 817 | 2026-06-05T17:03:35.992Z | Downloaded highway v1.3.0 |
| 818 | 2026-06-05T17:03:35.992Z | Downloaded oso-derive v0.27.3 |
| 819 | 2026-06-05T17:03:35.992Z | Downloaded openssl-probe v0.2.1 |
| 820 | 2026-06-05T17:03:35.992Z | Downloaded openssl-probe v0.1.6 |
| 821 | 2026-06-05T17:03:35.992Z | Downloaded parse-size v1.1.0 |
| 822 | 2026-06-05T17:03:35.992Z | Downloaded parse-display v0.10.0 |
| 823 | 2026-06-05T17:03:35.992Z | Downloaded openssl-macros v0.1.1 |
| 824 | 2026-06-05T17:03:35.992Z | Downloaded cookie_store v0.22.1 |
| 825 | 2026-06-05T17:03:35.997Z | Downloaded clang-sys v1.8.1 |
| 826 | 2026-06-05T17:03:35.997Z | Downloaded chacha20poly1305 v0.10.1 |
| 827 | 2026-06-05T17:03:35.997Z | Downloaded newtype-uuid v1.3.2 |
| 828 | 2026-06-05T17:03:35.997Z | Downloaded base64 v0.21.7 |
| 829 | 2026-06-05T17:03:36.002Z | Downloaded futures v0.3.32 |
| 830 | 2026-06-05T17:03:36.011Z | Downloaded packed_struct_codegen v0.10.1 |
| 831 | 2026-06-05T17:03:36.011Z | Downloaded iana-time-zone v0.1.65 |
| 832 | 2026-06-05T17:03:36.011Z | Downloaded hmac v0.12.1 |
| 833 | 2026-06-05T17:03:36.011Z | Downloaded getrandom v0.3.4 |
| 834 | 2026-06-05T17:03:36.016Z | Downloaded path-slash v0.1.5 |
| 835 | 2026-06-05T17:03:36.016Z | Downloaded bumpalo v3.20.2 |
| 836 | 2026-06-05T17:03:36.016Z | Downloaded peg-runtime v0.8.5 |
| 837 | 2026-06-05T17:03:36.017Z | Downloaded linear-map v1.2.0 |
| 838 | 2026-06-05T17:03:36.017Z | Downloaded darling_core v0.23.0 |
| 839 | 2026-06-05T17:03:36.017Z | Downloaded pbkdf2 v0.11.0 |
| 840 | 2026-06-05T17:03:36.026Z | Downloaded half v2.7.1 |
| 841 | 2026-06-05T17:03:36.026Z | Downloaded crypto-bigint v0.5.5 |
| 842 | 2026-06-05T17:03:36.054Z | Downloaded phf_shared v0.11.3 |
| 843 | 2026-06-05T17:03:36.054Z | Downloaded num-integer v0.1.46 |
| 844 | 2026-06-05T17:03:36.056Z | Downloaded num-complex v0.4.6 |
| 845 | 2026-06-05T17:03:36.056Z | Downloaded pin-utils v0.1.0 |
| 846 | 2026-06-05T17:03:36.056Z | Downloaded flate2 v1.1.9 |
| 847 | 2026-06-05T17:03:36.057Z | Downloaded num_enum v0.5.11 |
| 848 | 2026-06-05T17:03:36.057Z | Downloaded num-rational v0.4.2 |
| 849 | 2026-06-05T17:03:36.057Z | Downloaded num-conv v0.2.0 |
| 850 | 2026-06-05T17:03:36.057Z | Downloaded phf_shared v0.12.1 |
| 851 | 2026-06-05T17:03:36.057Z | Downloaded predicates-core v1.0.10 |
| 852 | 2026-06-05T17:03:36.057Z | Downloaded precomputed-hash v0.1.1 |
| 853 | 2026-06-05T17:03:36.057Z | Downloaded litrs v1.0.0 |
| 854 | 2026-06-05T17:03:36.089Z | Downloaded proc-macro-crate v1.3.1 |
| 855 | 2026-06-05T17:03:36.089Z | Downloaded predicates-tree v1.0.13 |
| 856 | 2026-06-05T17:03:36.089Z | Downloaded powerfmt v0.2.0 |
| 857 | 2026-06-05T17:03:36.089Z | Downloaded oxnet v0.1.5 |
| 858 | 2026-06-05T17:03:36.089Z | Downloaded owo-colors v4.3.0 |
| 859 | 2026-06-05T17:03:36.089Z | Downloaded indexmap v1.9.3 |
| 860 | 2026-06-05T17:03:36.089Z | Downloaded progenitor-client v0.11.2 |
| 861 | 2026-06-05T17:03:36.089Z | Downloaded parse-display-derive v0.10.0 |
| 862 | 2026-06-05T17:03:36.090Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 863 | 2026-06-05T17:03:36.090Z | Downloaded proc-macro-crate v3.4.0 |
| 864 | 2026-06-05T17:03:36.090Z | Downloaded httparse v1.10.1 |
| 865 | 2026-06-05T17:03:36.090Z | Downloaded async-compression v0.4.41 |
| 866 | 2026-06-05T17:03:36.090Z | Downloaded memmap2 v0.9.10 |
| 867 | 2026-06-05T17:03:36.090Z | Downloaded packed_struct v0.10.1 |
| 868 | 2026-06-05T17:03:36.090Z | Downloaded ignore v0.4.25 |
| 869 | 2026-06-05T17:03:36.090Z | Downloaded heapless v0.8.0 |
| 870 | 2026-06-05T17:03:36.090Z | Downloaded progenitor-client v0.14.0 |
| 871 | 2026-06-05T17:03:36.090Z | Downloaded progenitor-client v0.10.0 |
| 872 | 2026-06-05T17:03:36.090Z | Downloaded const_format v0.2.35 |
| 873 | 2026-06-05T17:03:36.142Z | Downloaded pbkdf2 v0.12.2 |
| 874 | 2026-06-05T17:03:36.142Z | Downloaded progenitor-macro v0.11.2 |
| 875 | 2026-06-05T17:03:36.142Z | Downloaded quick-error v1.2.3 |
| 876 | 2026-06-05T17:03:36.142Z | Downloaded progenitor-macro v0.13.0 |
| 877 | 2026-06-05T17:03:36.142Z | Downloaded pem v3.0.6 |
| 878 | 2026-06-05T17:03:36.142Z | Downloaded peg v0.8.5 |
| 879 | 2026-06-05T17:03:36.142Z | Downloaded nu-ansi-term v0.50.3 |
| 880 | 2026-06-05T17:03:36.142Z | Downloaded psl-types v2.0.11 |
| 881 | 2026-06-05T17:03:36.142Z | Downloaded libbz2-rs-sys v0.2.2 |
| 882 | 2026-06-05T17:03:36.142Z | Downloaded crossbeam-channel v0.5.15 |
| 883 | 2026-06-05T17:03:36.142Z | Downloaded progenitor-macro v0.14.0 |
| 884 | 2026-06-05T17:03:36.143Z | Downloaded pin-project-lite v0.2.17 |
| 885 | 2026-06-05T17:03:36.143Z | Downloaded postgres-protocol v0.6.10 |
| 886 | 2026-06-05T17:03:36.143Z | Downloaded pkg-config v0.3.32 |
| 887 | 2026-06-05T17:03:36.143Z | Downloaded phf v0.13.1 |
| 888 | 2026-06-05T17:03:36.143Z | Downloaded peg-macros v0.8.5 |
| 889 | 2026-06-05T17:03:36.143Z | Downloaded num_enum_derive v0.7.6 |
| 890 | 2026-06-05T17:03:36.143Z | Downloaded phf v0.12.1 |
| 891 | 2026-06-05T17:03:36.143Z | Downloaded rand_chacha v0.3.1 |
| 892 | 2026-06-05T17:03:36.143Z | Downloaded radium v0.7.0 |
| 893 | 2026-06-05T17:03:36.143Z | Downloaded pkcs8 v0.10.2 |
| 894 | 2026-06-05T17:03:36.143Z | Downloaded pin-project-internal v1.1.11 |
| 895 | 2026-06-05T17:03:36.143Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 896 | 2026-06-05T17:03:36.143Z | Downloaded recursive v0.1.1 |
| 897 | 2026-06-05T17:03:36.143Z | Downloaded ppv-lite86 v0.2.21 |
| 898 | 2026-06-05T17:03:36.143Z | Downloaded rand_xorshift v0.4.0 |
| 899 | 2026-06-05T17:03:36.143Z | Downloaded polyval v0.6.2 |
| 900 | 2026-06-05T17:03:36.143Z | Downloaded omicron-zone-package v0.12.2 |
| 901 | 2026-06-05T17:03:36.144Z | Downloaded pem-rfc7468 v0.7.0 |
| 902 | 2026-06-05T17:03:36.144Z | Downloaded password-hash v0.4.2 |
| 903 | 2026-06-05T17:03:36.144Z | Downloaded parking_lot v0.11.2 |
| 904 | 2026-06-05T17:03:36.173Z | Downloaded oxide-tokio-rt v0.1.4 |
| 905 | 2026-06-05T17:03:36.174Z | Downloaded heapless v0.7.17 |
| 906 | 2026-06-05T17:03:36.174Z | Downloaded parking_lot_core v0.9.12 |
| 907 | 2026-06-05T17:03:36.174Z | Downloaded headers v0.4.1 |
| 908 | 2026-06-05T17:03:36.174Z | Downloaded parking_lot v0.12.5 |
| 909 | 2026-06-05T17:03:36.174Z | Downloaded predicates v3.1.4 |
| 910 | 2026-06-05T17:03:36.174Z | Downloaded progenitor v0.14.0 |
| 911 | 2026-06-05T17:03:36.174Z | Downloaded progenitor v0.11.2 |
| 912 | 2026-06-05T17:03:36.174Z | Downloaded ref-cast-impl v1.0.25 |
| 913 | 2026-06-05T17:03:36.174Z | Downloaded ref-cast v1.0.25 |
| 914 | 2026-06-05T17:03:36.174Z | Downloaded primeorder v0.13.6 |
| 915 | 2026-06-05T17:03:36.174Z | Downloaded proc-macro-error2 v2.0.1 |
| 916 | 2026-06-05T17:03:36.174Z | Downloaded cc v1.2.56 |
| 917 | 2026-06-05T17:03:36.174Z | Downloaded parking_lot_core v0.8.6 |
| 918 | 2026-06-05T17:03:36.174Z | Downloaded progenitor-extras v0.2.0 |
| 919 | 2026-06-05T17:03:36.175Z | Downloaded progenitor-client v0.13.0 |
| 920 | 2026-06-05T17:03:36.175Z | Downloaded expectorate v1.2.0 |
| 921 | 2026-06-05T17:03:36.175Z | Downloaded ed25519-dalek v2.2.0 |
| 922 | 2026-06-05T17:03:36.176Z | Downloaded paste v1.0.15 |
| 923 | 2026-06-05T17:03:36.176Z | Downloaded rfc6979 v0.4.0 |
| 924 | 2026-06-05T17:03:36.176Z | Downloaded password-hash v0.5.0 |
| 925 | 2026-06-05T17:03:36.176Z | Downloaded derive_more v2.1.1 |
| 926 | 2026-06-05T17:03:36.176Z | Downloaded rtoolbox v0.0.3 |
| 927 | 2026-06-05T17:03:36.176Z | Downloaded psm v0.1.30 |
| 928 | 2026-06-05T17:03:36.289Z | Downloaded hyper-rustls v0.27.7 |
| 929 | 2026-06-05T17:03:36.289Z | Downloaded phf_shared v0.13.1 |
| 930 | 2026-06-05T17:03:36.289Z | Downloaded flume v0.11.1 |
| 931 | 2026-06-05T17:03:36.289Z | Downloaded postcard v1.1.3 |
| 932 | 2026-06-05T17:03:36.289Z | Downloaded rustc_version v0.4.1 |
| 933 | 2026-06-05T17:03:36.289Z | Downloaded r2d2 v0.8.10 |
| 934 | 2026-06-05T17:03:36.289Z | Downloaded pkcs5 v0.7.1 |
| 935 | 2026-06-05T17:03:36.289Z | Downloaded num_enum v0.7.6 |
| 936 | 2026-06-05T17:03:36.289Z | Downloaded rustc_version v0.1.7 |
| 937 | 2026-06-05T17:03:36.289Z | Downloaded rustc-hash v2.1.1 |
| 938 | 2026-06-05T17:03:36.289Z | Downloaded russh-cryptovec v0.7.3 |
| 939 | 2026-06-05T17:03:36.289Z | Downloaded rand_core v0.6.4 |
| 940 | 2026-06-05T17:03:36.289Z | Downloaded poly1305 v0.8.0 |
| 941 | 2026-06-05T17:03:36.289Z | Downloaded rand_chacha v0.9.0 |
| 942 | 2026-06-05T17:03:36.289Z | Downloaded rand_seeder v0.4.0 |
| 943 | 2026-06-05T17:03:36.289Z | Downloaded rand_core v0.10.0 |
| 944 | 2026-06-05T17:03:36.290Z | Downloaded miniz_oxide v0.8.9 |
| 945 | 2026-06-05T17:03:36.290Z | Downloaded rand_core v0.9.5 |
| 946 | 2026-06-05T17:03:36.290Z | Downloaded hickory-resolver v0.24.4 |
| 947 | 2026-06-05T17:03:36.290Z | Downloaded p256 v0.13.2 |
| 948 | 2026-06-05T17:03:36.290Z | Downloaded pkcs1 v0.7.5 |
| 949 | 2026-06-05T17:03:36.290Z | Downloaded compact_str v0.8.1 |
| 950 | 2026-06-05T17:03:36.290Z | Downloaded oso v0.27.3 |
| 951 | 2026-06-05T17:03:36.290Z | Downloaded const_format_proc_macros v0.2.34 |
| 952 | 2026-06-05T17:03:36.290Z | Downloaded salsa20 v0.10.2 |
| 953 | 2026-06-05T17:03:36.290Z | Downloaded colored v3.1.1 |
| 954 | 2026-06-05T17:03:36.290Z | Downloaded cancel-safe-futures v0.1.5 |
| 955 | 2026-06-05T17:03:36.290Z | Downloaded scheduled-thread-pool v0.2.7 |
| 956 | 2026-06-05T17:03:36.290Z | Downloaded async-bb8-diesel v0.2.1 |
| 957 | 2026-06-05T17:03:36.290Z | Downloaded sapling-renderdag v0.1.0 |
| 958 | 2026-06-05T17:03:36.290Z | Downloaded same-file v1.0.6 |
| 959 | 2026-06-05T17:03:36.291Z | Downloaded scroll_derive v0.13.1 |
| 960 | 2026-06-05T17:03:36.291Z | Downloaded bzip2 v0.4.4 |
| 961 | 2026-06-05T17:03:36.291Z | Downloaded const-oid v0.9.6 |
| 962 | 2026-06-05T17:03:36.291Z | Downloaded arrayvec v0.7.6 |
| 963 | 2026-06-05T17:03:36.291Z | Downloaded progenitor v0.13.0 |
| 964 | 2026-06-05T17:03:36.291Z | Downloaded console v0.15.11 |
| 965 | 2026-06-05T17:03:36.291Z | Downloaded hyper-tls v0.6.0 |
| 966 | 2026-06-05T17:03:36.291Z | Downloaded jiff-static v0.2.21 |
| 967 | 2026-06-05T17:03:36.291Z | Downloaded http-range v0.1.5 |
| 968 | 2026-06-05T17:03:36.291Z | Downloaded http-body v1.0.1 |
| 969 | 2026-06-05T17:03:36.291Z | Downloaded cobs v0.3.0 |
| 970 | 2026-06-05T17:03:36.291Z | Downloaded serde_spanned v1.0.4 |
| 971 | 2026-06-05T17:03:36.291Z | Downloaded cexpr v0.6.0 |
| 972 | 2026-06-05T17:03:36.291Z | Downloaded byte-wrapper v0.1.0 |
| 973 | 2026-06-05T17:03:36.291Z | Downloaded bit-vec v0.6.3 |
| 974 | 2026-06-05T17:03:36.317Z | Downloaded secrecy v0.8.0 |
| 975 | 2026-06-05T17:03:36.317Z | Downloaded scrypt v0.11.0 |
| 976 | 2026-06-05T17:03:36.317Z | Downloaded resolv-conf v0.7.6 |
| 977 | 2026-06-05T17:03:36.317Z | Downloaded serde_plain v1.0.2 |
| 978 | 2026-06-05T17:03:36.317Z | Downloaded serde-big-array v0.5.1 |
| 979 | 2026-06-05T17:03:36.317Z | Downloaded serde_bytes v0.11.19 |
| 980 | 2026-06-05T17:03:36.317Z | Downloaded scopeguard v1.2.0 |
| 981 | 2026-06-05T17:03:36.317Z | Downloaded seq-macro v0.3.6 |
| 982 | 2026-06-05T17:03:36.317Z | Downloaded semver v0.1.20 |
| 983 | 2026-06-05T17:03:36.317Z | Downloaded secrecy v0.10.3 |
| 984 | 2026-06-05T17:03:36.317Z | Downloaded serde_repr v0.1.20 |
| 985 | 2026-06-05T17:03:36.317Z | Downloaded quinn-udp v0.5.14 |
| 986 | 2026-06-05T17:03:36.317Z | Downloaded serde_urlencoded v0.7.1 |
| 987 | 2026-06-05T17:03:36.317Z | Downloaded pin-project v1.1.11 |
| 988 | 2026-06-05T17:03:36.317Z | Downloaded sigpipe v0.1.3 |
| 989 | 2026-06-05T17:03:36.317Z | Downloaded sha1 v0.10.6 |
| 990 | 2026-06-05T17:03:36.317Z | Downloaded rustls-native-certs v0.8.3 |
| 991 | 2026-06-05T17:03:36.317Z | Downloaded siphasher v1.0.2 |
| 992 | 2026-06-05T17:03:36.317Z | Downloaded indicatif v0.18.4 |
| 993 | 2026-06-05T17:03:36.317Z | Downloaded rustls-pemfile v1.0.4 |
| 994 | 2026-06-05T17:03:36.318Z | Downloaded papergrid v0.17.0 |
| 995 | 2026-06-05T17:03:36.318Z | Downloaded hashbrown v0.13.2 |
| 996 | 2026-06-05T17:03:36.318Z | Downloaded hickory-resolver v0.25.2 |
| 997 | 2026-06-05T17:03:36.318Z | Downloaded openssl-sys v0.9.115 |
| 998 | 2026-06-05T17:03:36.318Z | Downloaded signature v2.2.0 |
| 999 | 2026-06-05T17:03:36.318Z | Downloaded signal-hook-tokio v0.3.1 |
| 1000 | 2026-06-05T17:03:36.318Z | Downloaded rustversion v1.0.22 |
| 1001 | 2026-06-05T17:03:36.318Z | Downloaded slog-bunyan v2.5.0 |
| 1002 | 2026-06-05T17:03:36.318Z | Downloaded prefix-trie v0.7.0 |
| 1003 | 2026-06-05T17:03:36.318Z | Downloaded slog-envlogger v2.2.0 |
| 1004 | 2026-06-05T17:03:36.318Z | Downloaded sec1 v0.7.3 |
| 1005 | 2026-06-05T17:03:36.318Z | Downloaded rusty-fork v0.3.1 |
| 1006 | 2026-06-05T17:03:36.318Z | Downloaded shell-words v1.1.1 |
| 1007 | 2026-06-05T17:03:36.318Z | Downloaded scroll v0.13.0 |
| 1008 | 2026-06-05T17:03:36.318Z | Downloaded postgres-types v0.2.12 |
| 1009 | 2026-06-05T17:03:36.318Z | Downloaded http v1.4.0 |
| 1010 | 2026-06-05T17:03:36.318Z | Downloaded schemars_derive v0.8.22 |
| 1011 | 2026-06-05T17:03:36.318Z | Downloaded progenitor-impl v0.13.0 |
| 1012 | 2026-06-05T17:03:36.318Z | Downloaded serde-hex v0.1.0 |
| 1013 | 2026-06-05T17:03:36.318Z | Downloaded sct v0.7.1 |
| 1014 | 2026-06-05T17:03:36.318Z | Downloaded crossterm v0.29.0 |
| 1015 | 2026-06-05T17:03:36.335Z | Downloaded ssh-cipher v0.2.0 |
| 1016 | 2026-06-05T17:03:36.335Z | Downloaded ssh-encoding v0.2.0 |
| 1017 | 2026-06-05T17:03:36.335Z | Downloaded serde_derive_internals v0.29.1 |
| 1018 | 2026-06-05T17:03:36.335Z | Downloaded hashbrown v0.12.3 |
| 1019 | 2026-06-05T17:03:36.335Z | Downloaded serde_with_macros v1.5.2 |
| 1020 | 2026-06-05T17:03:36.335Z | Downloaded serde_path_to_error v0.1.20 |
| 1021 | 2026-06-05T17:03:36.335Z | Downloaded diesel_derives v2.3.7 |
| 1022 | 2026-06-05T17:03:36.351Z | Downloaded signal-hook-mio v0.2.5 |
| 1023 | 2026-06-05T17:03:36.351Z | Downloaded simd-adler32 v0.3.8 |
| 1024 | 2026-06-05T17:03:36.351Z | Downloaded shlex v1.3.0 |
| 1025 | 2026-06-05T17:03:36.351Z | Downloaded sqlparser_derive v0.5.0 |
| 1026 | 2026-06-05T17:03:36.351Z | Downloaded strum v0.27.2 |
| 1027 | 2026-06-05T17:03:36.351Z | Downloaded strsim v0.10.0 |
| 1028 | 2026-06-05T17:03:36.351Z | Downloaded rustls-pemfile v2.2.0 |
| 1029 | 2026-06-05T17:03:36.351Z | Downloaded minimal-lexical v0.2.1 |
| 1030 | 2026-06-05T17:03:36.352Z | Downloaded signal-hook-registry v1.4.8 |
| 1031 | 2026-06-05T17:03:36.352Z | Downloaded rustls-pki-types v1.14.0 |
| 1032 | 2026-06-05T17:03:36.352Z | Downloaded pretty_assertions v1.4.1 |
| 1033 | 2026-06-05T17:03:36.352Z | Downloaded hyper-util v0.1.20 |
| 1034 | 2026-06-05T17:03:36.363Z | Downloaded strum v0.26.3 |
| 1035 | 2026-06-05T17:03:36.363Z | Downloaded structmeta-derive v0.3.0 |
| 1036 | 2026-06-05T17:03:36.363Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1037 | 2026-06-05T17:03:36.363Z | Downloaded slab v0.4.12 |
| 1038 | 2026-06-05T17:03:36.363Z | Downloaded prettyplease v0.2.37 |
| 1039 | 2026-06-05T17:03:36.363Z | Downloaded structmeta v0.3.0 |
| 1040 | 2026-06-05T17:03:36.363Z | Downloaded slog-json v2.6.1 |
| 1041 | 2026-06-05T17:03:36.363Z | Downloaded slog-async v2.8.0 |
| 1042 | 2026-06-05T17:03:36.363Z | Downloaded aes v0.8.4 |
| 1043 | 2026-06-05T17:03:36.363Z | Downloaded slog-dtrace v0.3.0 |
| 1044 | 2026-06-05T17:03:36.363Z | Downloaded hickory-server v0.25.2 |
| 1045 | 2026-06-05T17:03:36.375Z | Downloaded sync-ptr v0.1.4 |
| 1046 | 2026-06-05T17:03:36.375Z | Downloaded supports-color v3.0.2 |
| 1047 | 2026-06-05T17:03:36.375Z | Downloaded subtle v2.6.1 |
| 1048 | 2026-06-05T17:03:36.375Z | Downloaded progenitor-impl v0.11.2 |
| 1049 | 2026-06-05T17:03:36.375Z | Downloaded take_mut v0.2.2 |
| 1050 | 2026-06-05T17:03:36.375Z | Downloaded sync_wrapper v1.0.2 |
| 1051 | 2026-06-05T17:03:36.375Z | Downloaded smf v0.2.3 |
| 1052 | 2026-06-05T17:03:36.382Z | Downloaded tabwriter v1.4.1 |
| 1053 | 2026-06-05T17:03:36.382Z | Downloaded smallvec v0.6.14 |
| 1054 | 2026-06-05T17:03:36.382Z | Downloaded aes-gcm v0.10.3 |
| 1055 | 2026-06-05T17:03:36.382Z | Downloaded tap v1.0.1 |
| 1056 | 2026-06-05T17:03:36.382Z | Downloaded slog-stdlog v4.1.1 |
| 1057 | 2026-06-05T17:03:36.382Z | Downloaded slog-scope v4.4.1 |
| 1058 | 2026-06-05T17:03:36.382Z | Downloaded serde_cbor v0.11.2 |
| 1059 | 2026-06-05T17:03:36.382Z | Downloaded snafu-derive v0.8.9 |
| 1060 | 2026-06-05T17:03:36.406Z | Downloaded tagptr v0.2.0 |
| 1061 | 2026-06-05T17:03:36.407Z | Downloaded termtree v0.5.1 |
| 1062 | 2026-06-05T17:03:36.407Z | Downloaded sqlformat v0.3.5 |
| 1063 | 2026-06-05T17:03:36.407Z | Downloaded dropshot-api-manager v0.7.2 |
| 1064 | 2026-06-05T17:03:36.407Z | Downloaded serde_with_macros v3.17.0 |
| 1065 | 2026-06-05T17:03:36.407Z | Downloaded tabled_derive v0.11.0 |
| 1066 | 2026-06-05T17:03:36.407Z | Downloaded spki v0.7.3 |
| 1067 | 2026-06-05T17:03:36.407Z | Downloaded russh-keys v0.45.0 |
| 1068 | 2026-06-05T17:03:36.407Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1069 | 2026-06-05T17:03:36.407Z | Downloaded itertools v0.10.5 |
| 1070 | 2026-06-05T17:03:36.437Z | Downloaded testing_table v0.3.0 |
| 1071 | 2026-06-05T17:03:36.437Z | Downloaded rcgen v0.12.1 |
| 1072 | 2026-06-05T17:03:36.437Z | Downloaded stacker v0.1.23 |
| 1073 | 2026-06-05T17:03:36.437Z | Downloaded rayon-core v1.13.0 |
| 1074 | 2026-06-05T17:03:36.437Z | Downloaded strum_macros v0.24.3 |
| 1075 | 2026-06-05T17:03:36.437Z | Downloaded strum_macros v0.27.2 |
| 1076 | 2026-06-05T17:03:36.471Z | Downloaded ryu v1.0.23 |
| 1077 | 2026-06-05T17:03:36.471Z | Downloaded tinyvec_macros v0.1.1 |
| 1078 | 2026-06-05T17:03:36.471Z | Downloaded string_cache v0.8.9 |
| 1079 | 2026-06-05T17:03:36.471Z | Downloaded stringprep v0.1.5 |
| 1080 | 2026-06-05T17:03:36.471Z | Downloaded static_assertions v1.1.0 |
| 1081 | 2026-06-05T17:03:36.471Z | Downloaded tokio-macros v2.7.0 |
| 1082 | 2026-06-05T17:03:36.471Z | Downloaded schemars v0.8.22 |
| 1083 | 2026-06-05T17:03:36.472Z | Downloaded progenitor-impl v0.14.0 |
| 1084 | 2026-06-05T17:03:36.472Z | Downloaded mio v1.2.0 |
| 1085 | 2026-06-05T17:03:36.472Z | Downloaded hashbrown v0.16.1 |
| 1086 | 2026-06-05T17:03:36.472Z | Downloaded hashbrown v0.15.5 |
| 1087 | 2026-06-05T17:03:36.472Z | Downloaded nom v7.1.3 |
| 1088 | 2026-06-05T17:03:36.472Z | Downloaded support-bundle-viewer v0.1.2 |
| 1089 | 2026-06-05T17:03:36.472Z | Downloaded spin v0.9.8 |
| 1090 | 2026-06-05T17:03:36.472Z | Downloaded slog-term v2.9.2 |
| 1091 | 2026-06-05T17:03:36.472Z | Downloaded strum_macros v0.26.4 |
| 1092 | 2026-06-05T17:03:36.472Z | Downloaded publicsuffix v2.3.0 |
| 1093 | 2026-06-05T17:03:36.489Z | Downloaded num-bigint v0.4.6 |
| 1094 | 2026-06-05T17:03:36.489Z | Downloaded rand v0.8.6 |
| 1095 | 2026-06-05T17:03:36.489Z | Downloaded quinn v0.11.9 |
| 1096 | 2026-06-05T17:03:36.489Z | Downloaded crossterm v0.28.1 |
| 1097 | 2026-06-05T17:03:36.489Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1098 | 2026-06-05T17:03:36.489Z | Downloaded topological-sort v0.2.2 |
| 1099 | 2026-06-05T17:03:36.489Z | Downloaded libxml v0.3.3 |
| 1100 | 2026-06-05T17:03:36.489Z | Downloaded thread_local v1.1.9 |
| 1101 | 2026-06-05T17:03:36.489Z | Downloaded tower-service v0.3.3 |
| 1102 | 2026-06-05T17:03:36.489Z | Downloaded tower-layer v0.3.3 |
| 1103 | 2026-06-05T17:03:36.489Z | Downloaded signal-hook v0.3.18 |
| 1104 | 2026-06-05T17:03:36.489Z | Downloaded thread-id v5.1.0 |
| 1105 | 2026-06-05T17:03:36.489Z | Downloaded thiserror-no-std v2.0.2 |
| 1106 | 2026-06-05T17:03:36.504Z | Downloaded try-lock v0.2.5 |
| 1107 | 2026-06-05T17:03:36.504Z | Downloaded trait-variant v0.1.2 |
| 1108 | 2026-06-05T17:03:36.504Z | Downloaded tiny-keccak v2.0.2 |
| 1109 | 2026-06-05T17:03:36.504Z | Downloaded time-macros v0.2.27 |
| 1110 | 2026-06-05T17:03:36.504Z | Downloaded time-core v0.1.8 |
| 1111 | 2026-06-05T17:03:36.504Z | Downloaded tls_codec v0.4.2 |
| 1112 | 2026-06-05T17:03:36.504Z | Downloaded similar v2.7.0 |
| 1113 | 2026-06-05T17:03:36.504Z | Downloaded typify-macro v0.4.3 |
| 1114 | 2026-06-05T17:03:36.513Z | Downloaded unarray v0.1.4 |
| 1115 | 2026-06-05T17:03:36.513Z | Downloaded typify-macro v0.6.2 |
| 1116 | 2026-06-05T17:03:36.513Z | Downloaded iri-string v0.7.10 |
| 1117 | 2026-06-05T17:03:36.513Z | Downloaded tokio-native-tls v0.3.1 |
| 1118 | 2026-06-05T17:03:36.513Z | Downloaded tls_codec_derive v0.4.2 |
| 1119 | 2026-06-05T17:03:36.513Z | Downloaded unit-prefix v0.5.2 |
| 1120 | 2026-06-05T17:03:36.517Z | Downloaded usdt-attr-macro v0.6.0 |
| 1121 | 2026-06-05T17:03:36.517Z | Downloaded unicode-truncate v1.1.0 |
| 1122 | 2026-06-05T17:03:36.517Z | Downloaded tokio-dtrace v0.1.1 |
| 1123 | 2026-06-05T17:03:36.521Z | Downloaded rand v0.9.2 |
| 1124 | 2026-06-05T17:03:36.521Z | Downloaded usdt v0.6.0 |
| 1125 | 2026-06-05T17:03:36.525Z | Downloaded usdt-macro v0.6.0 |
| 1126 | 2026-06-05T17:03:36.525Z | Downloaded tokio-tungstenite v0.21.0 |
| 1127 | 2026-06-05T17:03:36.525Z | Downloaded term v1.2.1 |
| 1128 | 2026-06-05T17:03:36.529Z | Downloaded untrusted v0.9.0 |
| 1129 | 2026-06-05T17:03:36.530Z | Downloaded universal-hash v0.5.1 |
| 1130 | 2026-06-05T17:03:36.530Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1131 | 2026-06-05T17:03:36.530Z | Downloaded term v0.7.0 |
| 1132 | 2026-06-05T17:03:36.534Z | Downloaded rsa v0.9.10 |
| 1133 | 2026-06-05T17:03:36.534Z | Downloaded untrusted v0.7.1 |
| 1134 | 2026-06-05T17:03:36.534Z | Downloaded termios v0.3.3 |
| 1135 | 2026-06-05T17:03:36.539Z | Downloaded socket2 v0.6.3 |
| 1136 | 2026-06-05T17:03:36.539Z | Downloaded socket2 v0.5.10 |
| 1137 | 2026-06-05T17:03:36.539Z | Downloaded utf-8 v0.7.6 |
| 1138 | 2026-06-05T17:03:36.539Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1139 | 2026-06-05T17:03:36.543Z | Downloaded tokio-tungstenite v0.23.1 |
| 1140 | 2026-06-05T17:03:36.543Z | Downloaded qorb v0.4.1 |
| 1141 | 2026-06-05T17:03:36.543Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1142 | 2026-06-05T17:03:36.547Z | Downloaded slog v2.8.2 |
| 1143 | 2026-06-05T17:03:36.551Z | Downloaded void v1.0.2 |
| 1144 | 2026-06-05T17:03:36.556Z | Downloaded waitgroup v0.1.2 |
| 1145 | 2026-06-05T17:03:36.560Z | Downloaded wait-timeout v0.2.1 |
| 1146 | 2026-06-05T17:03:36.564Z | Downloaded tui-tree-widget v0.23.1 |
| 1147 | 2026-06-05T17:03:36.564Z | Downloaded schemars v0.9.0 |
| 1148 | 2026-06-05T17:03:36.567Z | Downloaded rustls-webpki v0.103.9 |
| 1149 | 2026-06-05T17:03:36.573Z | Downloaded nom v8.0.0 |
| 1150 | 2026-06-05T17:03:36.579Z | Downloaded unicase v2.9.0 |
| 1151 | 2026-06-05T17:03:36.579Z | Downloaded want v0.3.1 |
| 1152 | 2026-06-05T17:03:36.579Z | Downloaded xattr v1.6.1 |
| 1153 | 2026-06-05T17:03:36.579Z | Downloaded hyper v1.8.1 |
| 1154 | 2026-06-05T17:03:36.582Z | Downloaded subprocess v0.2.15 |
| 1155 | 2026-06-05T17:03:36.586Z | Downloaded ron v0.8.1 |
| 1156 | 2026-06-05T17:03:36.587Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1157 | 2026-06-05T17:03:36.589Z | Downloaded tokio-stream v0.1.18 |
| 1158 | 2026-06-05T17:03:36.590Z | Downloaded usdt-impl v0.6.0 |
| 1159 | 2026-06-05T17:03:36.592Z | Downloaded xshell-macros v0.2.7 |
| 1160 | 2026-06-05T17:03:36.592Z | Downloaded tokio-rustls v0.25.0 |
| 1161 | 2026-06-05T17:03:36.592Z | Downloaded tokio-rustls v0.26.4 |
| 1162 | 2026-06-05T17:03:36.597Z | Downloaded futures-util v0.3.32 |
| 1163 | 2026-06-05T17:03:36.601Z | Downloaded zeroize_derive v1.4.3 |
| 1164 | 2026-06-05T17:03:36.603Z | Downloaded num-bigint-dig v0.8.6 |
| 1165 | 2026-06-05T17:03:36.606Z | Downloaded zone v0.3.1 |
| 1166 | 2026-06-05T17:03:36.606Z | Downloaded uzers v0.12.2 |
| 1167 | 2026-06-05T17:03:36.609Z | Downloaded snafu v0.8.9 |
| 1168 | 2026-06-05T17:03:36.611Z | Downloaded zone_cfg_derive v0.3.1 |
| 1169 | 2026-06-05T17:03:36.611Z | Downloaded vergen-lib v0.1.6 |
| 1170 | 2026-06-05T17:03:36.612Z | Downloaded russh v0.45.0 |
| 1171 | 2026-06-05T17:03:36.616Z | Downloaded itertools v0.13.0 |
| 1172 | 2026-06-05T17:03:36.620Z | Downloaded tracing-attributes v0.1.31 |
| 1173 | 2026-06-05T17:03:36.626Z | Downloaded tinyvec v1.10.0 |
| 1174 | 2026-06-05T17:03:36.626Z | Downloaded libm v0.2.16 |
| 1175 | 2026-06-05T17:03:36.640Z | Downloaded vsss-rs v3.3.4 |
| 1176 | 2026-06-05T17:03:36.640Z | Downloaded vergen-git2 v9.1.0 |
| 1177 | 2026-06-05T17:03:36.640Z | Downloaded bitvec v1.0.1 |
| 1178 | 2026-06-05T17:03:36.665Z | Downloaded whoami v1.6.1 |
| 1179 | 2026-06-05T17:03:36.666Z | Downloaded twox-hash v2.1.2 |
| 1180 | 2026-06-05T17:03:36.667Z | Downloaded samael v0.0.19 |
| 1181 | 2026-06-05T17:03:36.667Z | Downloaded unicode-properties v0.1.4 |
| 1182 | 2026-06-05T17:03:36.667Z | Downloaded tokio-rustls v0.24.1 |
| 1183 | 2026-06-05T17:03:36.667Z | Downloaded hkdf v0.12.4 |
| 1184 | 2026-06-05T17:03:36.667Z | Downloaded aws-lc-rs v1.16.3 |
| 1185 | 2026-06-05T17:03:36.668Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1186 | 2026-06-05T17:03:36.673Z | Downloaded wyz v0.5.1 |
| 1187 | 2026-06-05T17:03:36.673Z | Downloaded whoami v2.1.0 |
| 1188 | 2026-06-05T17:03:36.673Z | Downloaded zeroize v1.8.2 |
| 1189 | 2026-06-05T17:03:36.673Z | Downloaded xshell v0.2.7 |
| 1190 | 2026-06-05T17:03:36.673Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1191 | 2026-06-05T17:03:36.673Z | Downloaded toml v0.7.8 |
| 1192 | 2026-06-05T17:03:36.673Z | Downloaded p521 v0.13.3 |
| 1193 | 2026-06-05T17:03:36.673Z | Downloaded test-strategy v0.4.5 |
| 1194 | 2026-06-05T17:03:36.673Z | Downloaded itertools v0.12.1 |
| 1195 | 2026-06-05T17:03:36.673Z | Downloaded zstd v0.13.3 |
| 1196 | 2026-06-05T17:03:36.673Z | Downloaded vergen v9.1.0 |
| 1197 | 2026-06-05T17:03:36.677Z | Downloaded tracing-core v0.1.36 |
| 1198 | 2026-06-05T17:03:36.677Z | Downloaded rand v0.10.0 |
| 1199 | 2026-06-05T17:03:36.680Z | Downloaded steno v0.4.1 |
| 1200 | 2026-06-05T17:03:36.680Z | Downloaded itertools v0.14.0 |
| 1201 | 2026-06-05T17:03:36.685Z | Downloaded walkdir v2.5.0 |
| 1202 | 2026-06-05T17:03:36.688Z | Downloaded zstd-safe v7.2.4 |
| 1203 | 2026-06-05T17:03:36.689Z | Downloaded unicode-bidi v0.3.18 |
| 1204 | 2026-06-05T17:03:36.689Z | Downloaded tungstenite v0.23.0 |
| 1205 | 2026-06-05T17:03:36.689Z | Downloaded rustyline v14.0.0 |
| 1206 | 2026-06-05T17:03:36.693Z | Downloaded typify v0.6.2 |
| 1207 | 2026-06-05T17:03:36.697Z | Downloaded rpassword v7.4.0 |
| 1208 | 2026-06-05T17:03:36.697Z | Downloaded typify v0.4.3 |
| 1209 | 2026-06-05T17:03:36.701Z | Downloaded iddqd v0.4.2 |
| 1210 | 2026-06-05T17:03:36.704Z | Downloaded zerocopy v0.6.6 |
| 1211 | 2026-06-05T17:03:36.704Z | Downloaded schemars v1.2.1 |
| 1212 | 2026-06-05T17:03:36.711Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1213 | 2026-06-05T17:03:36.776Z | Downloaded tar v0.4.45 |
| 1214 | 2026-06-05T17:03:36.776Z | Downloaded vergen-gitcl v1.0.8 |
| 1215 | 2026-06-05T17:03:36.776Z | Downloaded h2 v0.4.13 |
| 1216 | 2026-06-05T17:03:36.776Z | Downloaded vte v0.14.1 |
| 1217 | 2026-06-05T17:03:36.776Z | Downloaded aho-corasick v1.1.4 |
| 1218 | 2026-06-05T17:03:36.776Z | Downloaded uuid v1.23.0 |
| 1219 | 2026-06-05T17:03:36.776Z | Downloaded blake3 v1.8.3 |
| 1220 | 2026-06-05T17:03:36.776Z | Downloaded yasna v0.5.2 |
| 1221 | 2026-06-05T17:03:36.776Z | Downloaded unsafe-libyaml v0.2.11 |
| 1222 | 2026-06-05T17:03:36.776Z | Downloaded tungstenite v0.21.0 |
| 1223 | 2026-06-05T17:03:36.776Z | Downloaded zopfli v0.8.3 |
| 1224 | 2026-06-05T17:03:36.776Z | Downloaded p384 v0.13.1 |
| 1225 | 2026-06-05T17:03:36.776Z | Downloaded tokio-postgres v0.7.16 |
| 1226 | 2026-06-05T17:03:36.777Z | Downloaded ssh-key v0.6.7 |
| 1227 | 2026-06-05T17:03:36.777Z | Downloaded git2 v0.20.4 |
| 1228 | 2026-06-05T17:03:36.777Z | Downloaded serde_with v1.14.0 |
| 1229 | 2026-06-05T17:03:36.777Z | Downloaded reqwest v0.12.28 |
| 1230 | 2026-06-05T17:03:36.807Z | Downloaded reedline v0.40.0 |
| 1231 | 2026-06-05T17:03:36.807Z | Downloaded regex v1.12.3 |
| 1232 | 2026-06-05T17:03:36.807Z | Downloaded bindgen v0.71.1 |
| 1233 | 2026-06-05T17:03:36.815Z | Downloaded zerocopy-derive v0.8.40 |
| 1234 | 2026-06-05T17:03:36.815Z | Downloaded reqwest v0.13.2 |
| 1235 | 2026-06-05T17:03:36.815Z | Downloaded quick-xml v0.37.5 |
| 1236 | 2026-06-05T17:03:36.815Z | Downloaded toml_edit v0.19.15 |
| 1237 | 2026-06-05T17:03:36.815Z | Downloaded salty v0.3.0 |
| 1238 | 2026-06-05T17:03:36.821Z | Downloaded zip v0.6.6 |
| 1239 | 2026-06-05T17:03:36.821Z | Downloaded yansi v1.0.1 |
| 1240 | 2026-06-05T17:03:36.821Z | Downloaded rustls-webpki v0.101.7 |
| 1241 | 2026-06-05T17:03:36.827Z | Downloaded rayon v1.11.0 |
| 1242 | 2026-06-05T17:03:36.831Z | Downloaded portable-atomic v1.13.1 |
| 1243 | 2026-06-05T17:03:36.837Z | Downloaded tokio-util v0.7.18 |
| 1244 | 2026-06-05T17:03:36.840Z | Downloaded chrono v0.4.44 |
| 1245 | 2026-06-05T17:03:36.843Z | Downloaded unicode_categories v0.1.1 |
| 1246 | 2026-06-05T17:03:36.849Z | Downloaded vergen-lib v9.1.0 |
| 1247 | 2026-06-05T17:03:36.853Z | Downloaded proptest v1.10.0 |
| 1248 | 2026-06-05T17:03:36.858Z | Downloaded serde_with v3.17.0 |
| 1249 | 2026-06-05T17:03:36.865Z | Downloaded tower v0.5.3 |
| 1250 | 2026-06-05T17:03:36.872Z | Downloaded rustls-webpki v0.102.8 |
| 1251 | 2026-06-05T17:03:36.880Z | Downloaded unicode-normalization v0.1.25 |
| 1252 | 2026-06-05T17:03:36.882Z | Downloaded typed-path v0.9.3 |
| 1253 | 2026-06-05T17:03:36.885Z | Downloaded x509-cert v0.2.5 |
| 1254 | 2026-06-05T17:03:36.888Z | Downloaded unicode-segmentation v1.12.0 |
| 1255 | 2026-06-05T17:03:36.891Z | Downloaded curve25519-dalek v4.1.3 |
| 1256 | 2026-06-05T17:03:36.895Z | Downloaded radix_trie v0.2.1 |
| 1257 | 2026-06-05T17:03:36.898Z | Downloaded goblin v0.10.5 |
| 1258 | 2026-06-05T17:03:36.902Z | Downloaded quinn-proto v0.11.13 |
| 1259 | 2026-06-05T17:03:36.908Z | Downloaded moka v0.12.13 |
| 1260 | 2026-06-05T17:03:36.911Z | Downloaded lalrpop v0.19.12 |
| 1261 | 2026-06-05T17:03:36.916Z | Downloaded tabled v0.20.0 |
| 1262 | 2026-06-05T17:03:36.926Z | Downloaded time v0.3.47 |
| 1263 | 2026-06-05T17:03:36.933Z | Downloaded tower-http v0.6.8 |
| 1264 | 2026-06-05T17:03:36.937Z | Downloaded tough v0.22.0 |
| 1265 | 2026-06-05T17:03:36.942Z | Downloaded bstr v1.12.1 |
| 1266 | 2026-06-05T17:03:36.965Z | Downloaded vcpkg v0.2.15 |
| 1267 | 2026-06-05T17:03:36.988Z | Downloaded zerocopy v0.8.40 |
| 1268 | 2026-06-05T17:03:36.994Z | Downloaded nix v0.27.1 |
| 1269 | 2026-06-05T17:03:37.002Z | Downloaded smoltcp v0.11.0 |
| 1270 | 2026-06-05T17:03:37.025Z | Downloaded object v0.30.4 |
| 1271 | 2026-06-05T17:03:37.029Z | Downloaded polar-core v0.27.3 |
| 1272 | 2026-06-05T17:03:37.035Z | Downloaded winnow v0.5.40 |
| 1273 | 2026-06-05T17:03:37.046Z | Downloaded winnow v0.6.26 |
| 1274 | 2026-06-05T17:03:37.046Z | Downloaded zip v4.6.1 |
| 1275 | 2026-06-05T17:03:37.051Z | Downloaded nix v0.28.0 |
| 1276 | 2026-06-05T17:03:37.064Z | Downloaded openssl v0.10.79 |
| 1277 | 2026-06-05T17:03:37.089Z | Downloaded petname v2.0.2 |
| 1278 | 2026-06-05T17:03:37.096Z | Downloaded dropshot v0.17.0 |
| 1279 | 2026-06-05T17:03:37.112Z | Downloaded typify-impl v0.4.3 |
| 1280 | 2026-06-05T17:03:37.121Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1281 | 2026-06-05T17:03:37.128Z | Downloaded smoltcp v0.9.1 |
| 1282 | 2026-06-05T17:03:37.134Z | Downloaded regex-syntax v0.6.29 |
| 1283 | 2026-06-05T17:03:37.137Z | Downloaded zlib-rs v0.6.2 |
| 1284 | 2026-06-05T17:03:37.141Z | Downloaded rustls v0.21.12 |
| 1285 | 2026-06-05T17:03:37.148Z | Downloaded zerocopy-derive v0.6.6 |
| 1286 | 2026-06-05T17:03:37.153Z | Downloaded object v0.37.3 |
| 1287 | 2026-06-05T17:03:37.160Z | Downloaded nix v0.31.2 |
| 1288 | 2026-06-05T17:03:37.165Z | Downloaded hickory-proto v0.24.4 |
| 1289 | 2026-06-05T17:03:37.178Z | Downloaded webpki-roots v1.0.6 |
| 1290 | 2026-06-05T17:03:37.181Z | Downloaded petgraph v0.6.5 |
| 1291 | 2026-06-05T17:03:37.193Z | Downloaded regress v0.10.5 |
| 1292 | 2026-06-05T17:03:37.196Z | Downloaded openapiv3 v2.2.0 |
| 1293 | 2026-06-05T17:03:37.202Z | Downloaded hickory-proto v0.25.2 |
| 1294 | 2026-06-05T17:03:37.211Z | Downloaded rustls v0.23.37 |
| 1295 | 2026-06-05T17:03:37.218Z | Downloaded regex-syntax v0.8.10 |
| 1296 | 2026-06-05T17:03:37.226Z | Downloaded diesel v2.3.7 |
| 1297 | 2026-06-05T17:03:37.235Z | Downloaded petgraph v0.8.3 |
| 1298 | 2026-06-05T17:03:37.247Z | Downloaded rustls v0.22.4 |
| 1299 | 2026-06-05T17:03:37.254Z | Downloaded rustix v0.38.44 |
| 1300 | 2026-06-05T17:03:37.267Z | Downloaded regress v0.11.1 |
| 1301 | 2026-06-05T17:03:37.271Z | Downloaded chrono-tz v0.10.4 |
| 1302 | 2026-06-05T17:03:37.282Z | Downloaded sha3 v0.10.8 |
| 1303 | 2026-06-05T17:03:37.289Z | Downloaded tokio v1.52.1 |
| 1304 | 2026-06-05T17:03:37.325Z | Downloaded sqlparser v0.61.0 |
| 1305 | 2026-06-05T17:03:37.342Z | Downloaded sled v0.34.7 |
| 1306 | 2026-06-05T17:03:37.346Z | Downloaded tracing v0.1.44 |
| 1307 | 2026-06-05T17:03:37.359Z | Downloaded typify-impl v0.6.2 |
| 1308 | 2026-06-05T17:03:37.365Z | Downloaded ratatui v0.29.0 |
| 1309 | 2026-06-05T17:03:37.401Z | Downloaded regex-automata v0.4.14 |
| 1310 | 2026-06-05T17:03:37.413Z | Downloaded jiff v0.2.21 |
| 1311 | 2026-06-05T17:03:37.433Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1312 | 2026-06-05T17:03:37.474Z | Downloaded libz-sys v1.1.24 |
| 1313 | 2026-06-05T17:03:37.483Z | Downloaded csv v1.4.0 |
| 1314 | 2026-06-05T17:03:37.495Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1315 | 2026-06-05T17:03:37.541Z | Downloaded encoding_rs v0.8.35 |
| 1316 | 2026-06-05T17:03:37.555Z | Downloaded ring v0.17.14 |
| 1317 | 2026-06-05T17:03:37.979Z | Downloaded aws-lc-sys v0.40.0 |
| 1318 | 2026-06-05T17:03:38.233Z | Compiling libc v0.2.185 |
| 1319 | 2026-06-05T17:03:38.233Z | Compiling serde v1.0.228 |
| 1320 | 2026-06-05T17:03:38.236Z | Compiling log v0.4.29 |
| 1321 | 2026-06-05T17:03:38.236Z | Compiling find-msvc-tools v0.1.9 |
| 1322 | 2026-06-05T17:03:38.236Z | Compiling shlex v1.3.0 |
| 1323 | 2026-06-05T17:03:38.237Z | Compiling syn v2.0.117 |
| 1324 | 2026-06-05T17:03:38.237Z | Compiling smallvec v1.15.1 |
| 1325 | 2026-06-05T17:03:38.367Z | Compiling typenum v1.19.0 |
| 1326 | 2026-06-05T17:03:38.564Z | Compiling generic-array v0.14.7 |
| 1327 | 2026-06-05T17:03:38.581Z | Compiling subtle v2.6.1 |
| 1328 | 2026-06-05T17:03:38.628Z | Compiling scopeguard v1.2.0 |
| 1329 | 2026-06-05T17:03:38.668Z | Compiling const-oid v0.9.6 |
| 1330 | 2026-06-05T17:03:38.695Z | Compiling lock_api v0.4.14 |
| 1331 | 2026-06-05T17:03:38.705Z | Compiling serde_json v1.0.149 |
| 1332 | 2026-06-05T17:03:38.749Z | Compiling zerocopy v0.8.40 |
| 1333 | 2026-06-05T17:03:38.862Z | Compiling parking_lot_core v0.9.12 |
| 1334 | 2026-06-05T17:03:38.961Z | Compiling portable-atomic v1.13.1 |
| 1335 | 2026-06-05T17:03:39.082Z | Compiling pin-project-lite v0.2.17 |
| 1336 | 2026-06-05T17:03:39.155Z | Compiling pkg-config v0.3.32 |
| 1337 | 2026-06-05T17:03:39.170Z | Compiling bitflags v2.11.0 |
| 1338 | 2026-06-05T17:03:39.256Z | Compiling getrandom v0.2.17 |
| 1339 | 2026-06-05T17:03:39.354Z | Compiling jobserver v0.1.34 |
| 1340 | 2026-06-05T17:03:39.418Z | Compiling errno v0.3.14 |
| 1341 | 2026-06-05T17:03:39.460Z | Compiling rand_core v0.6.4 |
| 1342 | 2026-06-05T17:03:39.476Z | Compiling signal-hook-registry v1.4.8 |
| 1343 | 2026-06-05T17:03:39.665Z | Compiling cc v1.2.56 |
| 1344 | 2026-06-05T17:03:39.679Z | Compiling futures-core v0.3.32 |
| 1345 | 2026-06-05T17:03:39.693Z | Compiling critical-section v1.2.0 |
| 1346 | 2026-06-05T17:03:39.696Z | Compiling libm v0.2.16 |
| 1347 | 2026-06-05T17:03:39.757Z | Compiling parking_lot v0.12.5 |
| 1348 | 2026-06-05T17:03:39.833Z | Compiling mio v1.2.0 |
| 1349 | 2026-06-05T17:03:39.846Z | Compiling num-traits v0.2.19 |
| 1350 | 2026-06-05T17:03:40.011Z | Compiling once_cell v1.21.3 |
| 1351 | 2026-06-05T17:03:40.029Z | Compiling percent-encoding v2.3.2 |
| 1352 | 2026-06-05T17:03:40.132Z | Compiling socket2 v0.6.3 |
| 1353 | 2026-06-05T17:03:40.206Z | Compiling futures-sink v0.3.32 |
| 1354 | 2026-06-05T17:03:40.210Z | Compiling futures-task v0.3.32 |
| 1355 | 2026-06-05T17:03:40.210Z | Compiling getrandom v0.4.1 |
| 1356 | 2026-06-05T17:03:40.417Z | Compiling futures-channel v0.3.32 |
| 1357 | 2026-06-05T17:03:40.447Z | Compiling cpufeatures v0.2.17 |
| 1358 | 2026-06-05T17:03:40.493Z | Compiling futures-io v0.3.32 |
| 1359 | 2026-06-05T17:03:40.522Z | Compiling slab v0.4.12 |
| 1360 | 2026-06-05T17:03:40.600Z | Compiling rand_core v0.10.0 |
| 1361 | 2026-06-05T17:03:40.611Z | Compiling indexmap v2.14.0 |
| 1362 | 2026-06-05T17:03:40.633Z | Compiling getrandom v0.3.4 |
| 1363 | 2026-06-05T17:03:40.646Z | Compiling rustversion v1.0.22 |
| 1364 | 2026-06-05T17:03:40.689Z | Compiling cmake v0.1.57 |
| 1365 | 2026-06-05T17:03:41.044Z | Compiling form_urlencoded v1.2.2 |
| 1366 | 2026-06-05T17:03:41.115Z | Compiling fs_extra v1.3.0 |
| 1367 | 2026-06-05T17:03:41.245Z | Compiling dunce v1.0.5 |
| 1368 | 2026-06-05T17:03:41.345Z | Compiling ident_case v1.0.1 |
| 1369 | 2026-06-05T17:03:41.363Z | Compiling base64ct v1.8.3 |
| 1370 | 2026-06-05T17:03:41.383Z | Compiling synstructure v0.13.2 |
| 1371 | 2026-06-05T17:03:41.400Z | Compiling aws-lc-sys v0.40.0 |
| 1372 | 2026-06-05T17:03:41.463Z | Compiling iana-time-zone v0.1.65 |
| 1373 | 2026-06-05T17:03:41.643Z | Compiling pem-rfc7468 v0.7.0 |
| 1374 | 2026-06-05T17:03:41.659Z | Compiling rustix v1.1.3 |
| 1375 | 2026-06-05T17:03:41.663Z | Compiling regex-syntax v0.8.10 |
| 1376 | 2026-06-05T17:03:41.663Z | Compiling flagset v0.4.7 |
| 1377 | 2026-06-05T17:03:41.828Z | Compiling rand_core v0.9.5 |
| 1378 | 2026-06-05T17:03:41.879Z | Compiling ring v0.17.14 |
| 1379 | 2026-06-05T17:03:41.951Z | Compiling aws-lc-rs v1.16.3 |
| 1380 | 2026-06-05T17:03:41.996Z | Compiling vcpkg v0.2.15 |
| 1381 | 2026-06-05T17:03:42.103Z | Compiling uuid v1.23.0 |
| 1382 | 2026-06-05T17:03:42.243Z | Compiling rustc_version v0.4.1 |
| 1383 | 2026-06-05T17:03:42.580Z | Compiling tracing-core v0.1.36 |
| 1384 | 2026-06-05T17:03:42.759Z | Compiling openssl-sys v0.9.115 |
| 1385 | 2026-06-05T17:03:42.826Z | Compiling base64 v0.22.1 |
| 1386 | 2026-06-05T17:03:43.150Z | Compiling untrusted v0.9.0 |
| 1387 | 2026-06-05T17:03:43.171Z | Compiling untrusted v0.7.1 |
| 1388 | 2026-06-05T17:03:43.222Z | Compiling serde_derive v1.0.228 |
| 1389 | 2026-06-05T17:03:43.270Z | Compiling zeroize_derive v1.4.3 |
| 1390 | 2026-06-05T17:03:43.289Z | Compiling zerofrom-derive v0.1.6 |
| 1391 | 2026-06-05T17:03:43.292Z | Compiling yoke-derive v0.8.1 |
| 1392 | 2026-06-05T17:03:43.444Z | Compiling zerovec-derive v0.11.2 |
| 1393 | 2026-06-05T17:03:43.918Z | Compiling zeroize v1.8.2 |
| 1394 | 2026-06-05T17:03:44.130Z | Compiling zerocopy-derive v0.8.40 |
| 1395 | 2026-06-05T17:03:44.469Z | Compiling displaydoc v0.2.5 |
| 1396 | 2026-06-05T17:03:44.569Z | Compiling tokio-macros v2.7.0 |
| 1397 | 2026-06-05T17:03:44.642Z | Compiling crypto-common v0.1.7 |
| 1398 | 2026-06-05T17:03:44.693Z | Compiling zerofrom v0.1.6 |
| 1399 | 2026-06-05T17:03:44.786Z | Compiling block-buffer v0.10.4 |
| 1400 | 2026-06-05T17:03:44.820Z | Compiling yoke v0.8.1 |
| 1401 | 2026-06-05T17:03:44.952Z | Compiling digest v0.10.7 |
| 1402 | 2026-06-05T17:03:45.007Z | Compiling zerovec v0.11.5 |
| 1403 | 2026-06-05T17:03:45.203Z | Compiling zerotrie v0.2.3 |
| 1404 | 2026-06-05T17:03:45.203Z | Compiling futures-macro v0.3.32 |
| 1405 | 2026-06-05T17:03:45.315Z | Compiling hmac v0.12.1 |
| 1406 | 2026-06-05T17:03:45.475Z | Compiling tinystr v0.8.2 |
| 1407 | 2026-06-05T17:03:45.518Z | Compiling potential_utf v0.1.4 |
| 1408 | 2026-06-05T17:03:45.552Z | Compiling block-padding v0.3.3 |
| 1409 | 2026-06-05T17:03:45.675Z | Compiling icu_locale_core v2.1.1 |
| 1410 | 2026-06-05T17:03:45.688Z | Compiling icu_collections v2.1.1 |
| 1411 | 2026-06-05T17:03:45.707Z | Compiling inout v0.1.4 |
| 1412 | 2026-06-05T17:03:45.874Z | Compiling cipher v0.4.4 |
| 1413 | 2026-06-05T17:03:46.045Z | Compiling futures-util v0.3.32 |
| 1414 | 2026-06-05T17:03:46.134Z | Compiling sha2 v0.10.9 |
| 1415 | 2026-06-05T17:03:46.163Z | Compiling der_derive v0.7.3 |
| 1416 | 2026-06-05T17:03:46.556Z | Compiling icu_provider v2.1.1 |
| 1417 | 2026-06-05T17:03:46.575Z | Compiling salsa20 v0.10.2 |
| 1418 | 2026-06-05T17:03:46.712Z | Compiling bytes v1.11.1 |
| 1419 | 2026-06-05T17:03:46.749Z | Compiling chrono v0.4.44 |
| 1420 | 2026-06-05T17:03:46.853Z | Compiling icu_properties v2.1.2 |
| 1421 | 2026-06-05T17:03:47.115Z | Compiling icu_normalizer v2.1.1 |
| 1422 | 2026-06-05T17:03:47.321Z | Compiling tokio v1.52.1 |
| 1423 | 2026-06-05T17:03:47.517Z | Compiling http v1.4.0 |
| 1424 | 2026-06-05T17:03:47.648Z | Compiling der v0.7.10 |
| 1425 | 2026-06-05T17:03:47.930Z | Compiling idna_adapter v1.2.1 |
| 1426 | 2026-06-05T17:03:48.067Z | Compiling idna v1.1.0 |
| 1427 | 2026-06-05T17:03:48.105Z | Compiling pbkdf2 v0.12.2 |
| 1428 | 2026-06-05T17:03:48.223Z | Compiling rustls-pki-types v1.14.0 |
| 1429 | 2026-06-05T17:03:48.297Z | Compiling tracing-attributes v0.1.31 |
| 1430 | 2026-06-05T17:03:48.433Z | Compiling ppv-lite86 v0.2.21 |
| 1431 | 2026-06-05T17:03:48.554Z | Compiling url v2.5.8 |
| 1432 | 2026-06-05T17:03:48.664Z | Compiling spki v0.7.3 |
| 1433 | 2026-06-05T17:03:48.703Z | Compiling thiserror-impl v2.0.18 |
| 1434 | 2026-06-05T17:03:48.739Z | Compiling rand_chacha v0.9.0 |
| 1435 | 2026-06-05T17:03:48.825Z | Compiling scrypt v0.11.0 |
| 1436 | 2026-06-05T17:03:48.863Z | Compiling http-body v1.0.1 |
| 1437 | 2026-06-05T17:03:49.014Z | Compiling cbc v0.1.2 |
| 1438 | 2026-06-05T17:03:49.073Z | Compiling aes v0.8.4 |
| 1439 | 2026-06-05T17:03:49.226Z | Compiling openssl-probe v0.2.1 |
| 1440 | 2026-06-05T17:03:49.327Z | Compiling tinyvec_macros v0.1.1 |
| 1441 | 2026-06-05T17:03:49.395Z | Compiling httparse v1.10.1 |
| 1442 | 2026-06-05T17:03:49.410Z | Compiling tinyvec v1.10.0 |
| 1443 | 2026-06-05T17:03:49.423Z | Compiling rand v0.9.2 |
| 1444 | 2026-06-05T17:03:49.585Z | Compiling tracing v0.1.44 |
| 1445 | 2026-06-05T17:03:49.744Z | Compiling pkcs5 v0.7.1 |
| 1446 | 2026-06-05T17:03:49.843Z | Compiling pest_generator v2.8.6 |
| 1447 | 2026-06-05T17:03:50.007Z | Compiling thiserror v2.0.18 |
| 1448 | 2026-06-05T17:03:50.114Z | Compiling serde_derive_internals v0.29.1 |
| 1449 | 2026-06-05T17:03:50.117Z | Compiling aho-corasick v1.1.4 |
| 1450 | 2026-06-05T17:03:50.206Z | Compiling try-lock v0.2.5 |
| 1451 | 2026-06-05T17:03:50.221Z | Compiling atomic-waker v1.1.2 |
| 1452 | 2026-06-05T17:03:50.326Z | Compiling dyn-clone v1.0.20 |
| 1453 | 2026-06-05T17:03:50.389Z | Compiling rustls v0.23.37 |
| 1454 | 2026-06-05T17:03:50.462Z | Compiling tower-layer v0.3.3 |
| 1455 | 2026-06-05T17:03:50.559Z | Compiling tower-service v0.3.3 |
| 1456 | 2026-06-05T17:03:50.574Z | Compiling schemars v0.8.22 |
| 1457 | 2026-06-05T17:03:50.625Z | Compiling pest_derive v2.8.6 |
| 1458 | 2026-06-05T17:03:50.654Z | Compiling want v0.3.1 |
| 1459 | 2026-06-05T17:03:50.788Z | Compiling pkcs8 v0.10.2 |
| 1460 | 2026-06-05T17:03:51.042Z | Compiling regex-automata v0.4.14 |
| 1461 | 2026-06-05T17:03:51.057Z | Compiling tokio-util v0.7.18 |
| 1462 | 2026-06-05T17:03:51.096Z | Compiling schemars_derive v0.8.22 |
| 1463 | 2026-06-05T17:03:51.116Z | Compiling ipnet v2.11.0 |
| 1464 | 2026-06-05T17:03:51.581Z | Compiling scroll_derive v0.13.1 |
| 1465 | 2026-06-05T17:03:51.614Z | Compiling darling_core v0.20.11 |
| 1466 | 2026-06-05T17:03:51.834Z | Compiling h2 v0.4.13 |
| 1467 | 2026-06-05T17:03:52.078Z | Compiling httpdate v1.0.3 |
| 1468 | 2026-06-05T17:03:52.295Z | Compiling pin-utils v0.1.0 |
| 1469 | 2026-06-05T17:03:52.318Z | Compiling openssl v0.10.79 |
| 1470 | 2026-06-05T17:03:52.366Z | Compiling foreign-types-shared v0.1.1 |
| 1471 | 2026-06-05T17:03:52.369Z | Compiling scroll v0.13.0 |
| 1472 | 2026-06-05T17:03:52.454Z | Compiling foreign-types v0.3.2 |
| 1473 | 2026-06-05T17:03:52.561Z | Compiling tempfile v3.25.0 |
| 1474 | 2026-06-05T17:03:52.640Z | Compiling unicode-normalization v0.1.25 |
| 1475 | 2026-06-05T17:03:53.001Z | Compiling openssl-macros v0.1.1 |
| 1476 | 2026-06-05T17:03:53.092Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1477 | 2026-06-05T17:03:53.344Z | Compiling spin v0.9.8 |
| 1478 | 2026-06-05T17:03:53.384Z | Compiling native-tls v0.2.18 |
| 1479 | 2026-06-05T17:03:53.474Z | Compiling time-core v0.1.8 |
| 1480 | 2026-06-05T17:03:53.548Z | Compiling num-conv v0.2.0 |
| 1481 | 2026-06-05T17:03:53.585Z | Compiling powerfmt v0.2.0 |
| 1482 | 2026-06-05T17:03:53.625Z | Compiling crc32fast v1.5.0 |
| 1483 | 2026-06-05T17:03:53.680Z | Compiling time-macros v0.2.27 |
| 1484 | 2026-06-05T17:03:53.786Z | Compiling deranged v0.5.8 |
| 1485 | 2026-06-05T17:03:53.843Z | Compiling darling_macro v0.20.11 |
| 1486 | 2026-06-05T17:03:54.306Z | Compiling darling v0.20.11 |
| 1487 | 2026-06-05T17:03:54.391Z | Compiling goblin v0.10.5 |
| 1488 | 2026-06-05T17:03:54.718Z | Compiling rustls-native-certs v0.8.3 |
| 1489 | 2026-06-05T17:03:54.746Z | Compiling hyper v1.8.1 |
| 1490 | 2026-06-05T17:03:55.006Z | Compiling sync_wrapper v1.0.2 |
| 1491 | 2026-06-05T17:03:55.099Z | Compiling wait-timeout v0.2.1 |
| 1492 | 2026-06-05T17:03:55.114Z | Compiling usdt-impl v0.6.0 |
| 1493 | 2026-06-05T17:03:55.336Z | Compiling quick-error v1.2.3 |
| 1494 | 2026-06-05T17:03:55.429Z | Compiling crossbeam-utils v0.8.21 |
| 1495 | 2026-06-05T17:03:55.449Z | Compiling syn v1.0.109 |
| 1496 | 2026-06-05T17:03:55.705Z | Compiling siphasher v1.0.2 |
| 1497 | 2026-06-05T17:03:55.751Z | Compiling num_threads v0.1.7 |
| 1498 | 2026-06-05T17:03:55.768Z | Compiling bit-vec v0.8.0 |
| 1499 | 2026-06-05T17:03:55.846Z | Compiling hyper-util v0.1.20 |
| 1500 | 2026-06-05T17:03:55.891Z | Compiling unicode-segmentation v1.12.0 |
| 1501 | 2026-06-05T17:03:55.996Z | Compiling simd-adler32 v0.3.8 |
| 1502 | 2026-06-05T17:03:56.272Z | Compiling bit-set v0.8.0 |
| 1503 | 2026-06-05T17:03:56.380Z | Compiling time v0.3.47 |
| 1504 | 2026-06-05T17:03:56.502Z | Compiling rusty-fork v0.3.1 |
| 1505 | 2026-06-05T17:03:56.582Z | Compiling tower v0.5.3 |
| 1506 | 2026-06-05T17:03:56.818Z | Compiling derive_builder_core v0.20.2 |
| 1507 | 2026-06-05T17:03:57.051Z | Compiling dtrace-parser v0.3.0 |
| 1508 | 2026-06-05T17:03:57.137Z | Compiling http-body-util v0.1.3 |
| 1509 | 2026-06-05T17:03:57.384Z | Compiling dof v0.4.0 |
| 1510 | 2026-06-05T17:03:57.582Z | Compiling webpki-roots v1.0.6 |
| 1511 | 2026-06-05T17:03:57.676Z | Compiling signature v2.2.0 |
| 1512 | 2026-06-05T17:03:57.702Z | Compiling thiserror-impl v1.0.69 |
| 1513 | 2026-06-05T17:03:57.793Z | Compiling scroll_derive v0.12.1 |
| 1514 | 2026-06-05T17:03:57.854Z | Compiling heapless v0.7.17 |
| 1515 | 2026-06-05T17:03:57.982Z | Compiling rand_xorshift v0.4.0 |
| 1516 | 2026-06-05T17:03:58.087Z | Compiling slog v2.8.2 |
| 1517 | 2026-06-05T17:03:58.143Z | Compiling darling_core v0.21.3 |
| 1518 | 2026-06-05T17:03:58.269Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1519 | 2026-06-05T17:03:58.434Z | Compiling thread-id v5.1.0 |
| 1520 | 2026-06-05T17:03:58.543Z | Compiling cookie v0.18.1 |
| 1521 | 2026-06-05T17:03:58.553Z | Compiling unarray v0.1.4 |
| 1522 | 2026-06-05T17:03:58.553Z | Compiling signal-hook v0.3.18 |
| 1523 | 2026-06-05T17:03:58.653Z | Compiling zstd-safe v7.2.4 |
| 1524 | 2026-06-05T17:03:58.670Z | Compiling unicode-bidi v0.3.18 |
| 1525 | 2026-06-05T17:03:58.697Z | Compiling anyhow v1.0.102 |
| 1526 | 2026-06-05T17:03:58.720Z | Compiling iri-string v0.7.10 |
| 1527 | 2026-06-05T17:03:58.842Z | Compiling allocator-api2 v0.2.21 |
| 1528 | 2026-06-05T17:03:58.944Z | Compiling adler2 v2.0.1 |
| 1529 | 2026-06-05T17:03:58.996Z | Compiling ryu v1.0.23 |
| 1530 | 2026-06-05T17:03:59.077Z | Compiling unicode-properties v0.1.4 |
| 1531 | 2026-06-05T17:03:59.166Z | Compiling paste v1.0.15 |
| 1532 | 2026-06-05T17:03:59.182Z | Compiling serde_urlencoded v0.7.1 |
| 1533 | 2026-06-05T17:03:59.197Z | Compiling miniz_oxide v0.8.9 |
| 1534 | 2026-06-05T17:03:59.276Z | Compiling stringprep v0.1.5 |
| 1535 | 2026-06-05T17:03:59.483Z | Compiling thiserror v1.0.69 |
| 1536 | 2026-06-05T17:03:59.637Z | Compiling proptest v1.10.0 |
| 1537 | 2026-06-05T17:03:59.794Z | Compiling scroll v0.12.0 |
| 1538 | 2026-06-05T17:04:00.053Z | Compiling tower-http v0.6.8 |
| 1539 | 2026-06-05T17:04:00.275Z | Compiling derive_builder_macro v0.20.2 |
| 1540 | 2026-06-05T17:04:00.489Z | Compiling tokio-native-tls v0.3.1 |
| 1541 | 2026-06-05T17:04:00.502Z | Compiling heck v0.4.1 |
| 1542 | 2026-06-05T17:04:00.652Z | Compiling darling_macro v0.21.3 |
| 1543 | 2026-06-05T17:04:00.663Z | Compiling ipnetwork v0.21.1 |
| 1544 | 2026-06-05T17:04:00.725Z | Compiling bstr v1.12.1 |
| 1545 | 2026-06-05T17:04:00.741Z | Compiling rand_chacha v0.3.1 |
| 1546 | 2026-06-05T17:04:00.792Z | Compiling serde_tokenstream v0.2.3 |
| 1547 | 2026-06-05T17:04:01.065Z | Compiling erased-serde v0.3.31 |
| 1548 | 2026-06-05T17:04:01.111Z | Compiling serde_spanned v0.6.9 |
| 1549 | 2026-06-05T17:04:01.126Z | Compiling toml_datetime v0.6.11 |
| 1550 | 2026-06-05T17:04:01.262Z | Compiling md-5 v0.10.6 |
| 1551 | 2026-06-05T17:04:01.386Z | Compiling pin-project-internal v1.1.11 |
| 1552 | 2026-06-05T17:04:01.389Z | Compiling zerocopy-derive v0.7.35 |
| 1553 | 2026-06-05T17:04:01.427Z | Compiling async-trait v0.1.89 |
| 1554 | 2026-06-05T17:04:01.552Z | Compiling curve25519-dalek v4.1.3 |
| 1555 | 2026-06-05T17:04:01.567Z | Compiling vergen-lib v9.1.0 |
| 1556 | 2026-06-05T17:04:01.743Z | Compiling num-integer v0.1.46 |
| 1557 | 2026-06-05T17:04:01.887Z | Compiling hash32 v0.2.1 |
| 1558 | 2026-06-05T17:04:02.063Z | Compiling ff v0.13.1 |
| 1559 | 2026-06-05T17:04:02.083Z | Compiling memoffset v0.9.1 |
| 1560 | 2026-06-05T17:04:02.204Z | Compiling encoding_rs v0.8.35 |
| 1561 | 2026-06-05T17:04:02.260Z | Compiling litrs v1.0.0 |
| 1562 | 2026-06-05T17:04:02.275Z | Compiling mime v0.3.17 |
| 1563 | 2026-06-05T17:04:02.437Z | Compiling rustix v0.38.44 |
| 1564 | 2026-06-05T17:04:02.482Z | Compiling fallible-iterator v0.2.0 |
| 1565 | 2026-06-05T17:04:02.535Z | Compiling ref-cast v1.0.25 |
| 1566 | 2026-06-05T17:04:02.767Z | Compiling zlib-rs v0.6.2 |
| 1567 | 2026-06-05T17:04:02.779Z | Compiling smoltcp v0.9.1 |
| 1568 | 2026-06-05T17:04:02.795Z | Compiling psl-types v2.0.11 |
| 1569 | 2026-06-05T17:04:02.835Z | Compiling cfg_aliases v0.2.1 |
| 1570 | 2026-06-05T17:04:02.915Z | Compiling num-bigint-dig v0.8.6 |
| 1571 | 2026-06-05T17:04:02.929Z | Compiling base16ct v0.2.0 |
| 1572 | 2026-06-05T17:04:03.104Z | Compiling sec1 v0.7.3 |
| 1573 | 2026-06-05T17:04:03.163Z | Compiling nix v0.31.2 |
| 1574 | 2026-06-05T17:04:03.168Z | Compiling publicsuffix v2.3.0 |
| 1575 | 2026-06-05T17:04:03.402Z | Compiling document-features v0.2.12 |
| 1576 | 2026-06-05T17:04:03.491Z | Compiling postgres-protocol v0.6.10 |
| 1577 | 2026-06-05T17:04:03.526Z | Compiling pin-project v1.1.11 |
| 1578 | 2026-06-05T17:04:03.719Z | Compiling zerocopy v0.7.35 |
| 1579 | 2026-06-05T17:04:03.727Z | Compiling group v0.13.0 |
| 1580 | 2026-06-05T17:04:03.967Z | Compiling newtype-uuid v1.3.2 |
| 1581 | 2026-06-05T17:04:04.030Z | Compiling num-iter v0.1.45 |
| 1582 | 2026-06-05T17:04:04.255Z | Compiling darling v0.21.3 |
| 1583 | 2026-06-05T17:04:04.255Z | Compiling hubpack_derive v0.1.1 |
| 1584 | 2026-06-05T17:04:04.321Z | Compiling rand v0.8.6 |
| 1585 | 2026-06-05T17:04:04.350Z | Compiling oxnet v0.1.5 |
| 1586 | 2026-06-05T17:04:04.357Z | Compiling derive_builder v0.20.2 |
| 1587 | 2026-06-05T17:04:04.485Z | Compiling snafu-derive v0.8.9 |
| 1588 | 2026-06-05T17:04:04.617Z | Compiling hyper-tls v0.6.0 |
| 1589 | 2026-06-05T17:04:04.817Z | Compiling goblin v0.8.2 |
| 1590 | 2026-06-05T17:04:05.430Z | Compiling phf_shared v0.13.1 |
| 1591 | 2026-06-05T17:04:05.515Z | Compiling lazy_static v1.5.0 |
| 1592 | 2026-06-05T17:04:05.617Z | Compiling flate2 v1.1.9 |
| 1593 | 2026-06-05T17:04:05.675Z | Compiling regex v1.12.3 |
| 1594 | 2026-06-05T17:04:05.809Z | Compiling anstyle-parse v0.2.7 |
| 1595 | 2026-06-05T17:04:05.976Z | Compiling strum_macros v0.27.2 |
| 1596 | 2026-06-05T17:04:05.994Z | Compiling futures-executor v0.3.32 |
| 1597 | 2026-06-05T17:04:06.034Z | Compiling hex v0.4.3 |
| 1598 | 2026-06-05T17:04:06.119Z | Compiling hkdf v0.12.4 |
| 1599 | 2026-06-05T17:04:07.261Z | Compiling crypto-bigint v0.5.5 |
| 1600 | 2026-06-05T17:04:07.265Z | Compiling daft-derive v0.1.7 |
| 1601 | 2026-06-05T17:04:07.265Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1602 | 2026-06-05T17:04:07.265Z | Compiling ref-cast-impl v1.0.25 |
| 1603 | 2026-06-05T17:04:07.265Z | Compiling terminal_size v0.4.3 |
| 1604 | 2026-06-05T17:04:07.265Z | Compiling vergen v9.1.0 |
| 1605 | 2026-06-05T17:04:07.265Z | Compiling fs-err v3.3.0 |
| 1606 | 2026-06-05T17:04:07.265Z | Compiling cargo-platform v0.3.2 |
| 1607 | 2026-06-05T17:04:07.265Z | Compiling ahash v0.8.12 |
| 1608 | 2026-06-05T17:04:07.265Z | Compiling same-file v1.0.6 |
| 1609 | 2026-06-05T17:04:07.346Z | Compiling bumpalo v3.20.2 |
| 1610 | 2026-06-05T17:04:07.361Z | Compiling managed v0.8.0 |
| 1611 | 2026-06-05T17:04:07.361Z | Compiling foldhash v0.1.5 |
| 1612 | 2026-06-05T17:04:07.539Z | Compiling object v0.37.3 |
| 1613 | 2026-06-05T17:04:07.586Z | Compiling libbz2-rs-sys v0.2.2 |
| 1614 | 2026-06-05T17:04:07.601Z | Compiling foldhash v0.2.0 |
| 1615 | 2026-06-05T17:04:07.798Z | Compiling bitflags v1.3.2 |
| 1616 | 2026-06-05T17:04:07.821Z | Compiling winnow v0.5.40 |
| 1617 | 2026-06-05T17:04:07.938Z | Compiling strum v0.27.2 |
| 1618 | 2026-06-05T17:04:08.080Z | Compiling bzip2 v0.6.1 |
| 1619 | 2026-06-05T17:04:08.286Z | Compiling hashbrown v0.16.1 |
| 1620 | 2026-06-05T17:04:08.309Z | Compiling zopfli v0.8.3 |
| 1621 | 2026-06-05T17:04:08.362Z | Compiling hashbrown v0.15.5 |
| 1622 | 2026-06-05T17:04:08.377Z | Compiling clap_builder v4.6.0 |
| 1623 | 2026-06-05T17:04:08.745Z | Compiling walkdir v2.5.0 |
| 1624 | 2026-06-05T17:04:08.875Z | Compiling cargo_metadata v0.23.1 |
| 1625 | 2026-06-05T17:04:08.973Z | Compiling elliptic-curve v0.13.8 |
| 1626 | 2026-06-05T17:04:09.033Z | Compiling dof v0.3.0 |
| 1627 | 2026-06-05T17:04:09.043Z | Compiling daft v0.1.7 |
| 1628 | 2026-06-05T17:04:09.248Z | Compiling toml_edit v0.19.15 |
| 1629 | 2026-06-05T17:04:09.412Z | Compiling snafu v0.8.9 |
| 1630 | 2026-06-05T17:04:09.731Z | Compiling futures v0.3.32 |
| 1631 | 2026-06-05T17:04:09.771Z | Compiling anstream v0.6.21 |
| 1632 | 2026-06-05T17:04:09.806Z | Compiling phf v0.13.1 |
| 1633 | 2026-06-05T17:04:10.075Z | Compiling signal-hook-mio v0.2.5 |
| 1634 | 2026-06-05T17:04:10.209Z | Compiling cookie_store v0.22.1 |
| 1635 | 2026-06-05T17:04:10.584Z | Compiling zstd v0.13.3 |
| 1636 | 2026-06-05T17:04:10.682Z | Compiling bzip2 v0.4.4 |
| 1637 | 2026-06-05T17:04:10.857Z | Compiling hubpack v0.1.2 |
| 1638 | 2026-06-05T17:04:10.857Z | Compiling serde_with_macros v3.17.0 |
| 1639 | 2026-06-05T17:04:10.891Z | Compiling postgres-types v0.2.12 |
| 1640 | 2026-06-05T17:04:11.410Z | Compiling globset v0.4.18 |
| 1641 | 2026-06-05T17:04:11.464Z | Compiling usdt-attr-macro v0.6.0 |
| 1642 | 2026-06-05T17:04:11.921Z | Compiling usdt-macro v0.6.0 |
| 1643 | 2026-06-05T17:04:11.984Z | Compiling dtrace-parser v0.2.0 |
| 1644 | 2026-06-05T17:04:12.126Z | Compiling ed25519 v2.2.3 |
| 1645 | 2026-06-05T17:04:12.226Z | Compiling phf_shared v0.11.3 |
| 1646 | 2026-06-05T17:04:12.301Z | Compiling olpc-cjson v0.1.4 |
| 1647 | 2026-06-05T17:04:12.392Z | Compiling pkcs1 v0.7.5 |
| 1648 | 2026-06-05T17:04:12.410Z | Compiling clap_derive v4.6.1 |
| 1649 | 2026-06-05T17:04:12.445Z | Compiling enum-as-inner v0.6.1 |
| 1650 | 2026-06-05T17:04:12.695Z | Compiling strum_macros v0.26.4 |
| 1651 | 2026-06-05T17:04:12.722Z | Compiling serde_plain v1.0.2 |
| 1652 | 2026-06-05T17:04:12.791Z | Compiling serde-big-array v0.5.1 |
| 1653 | 2026-06-05T17:04:12.925Z | Compiling rfc6979 v0.4.0 |
| 1654 | 2026-06-05T17:04:12.936Z | Compiling async-recursion v1.1.1 |
| 1655 | 2026-06-05T17:04:12.950Z | Compiling serde_repr v0.1.20 |
| 1656 | 2026-06-05T17:04:12.971Z | Compiling pem v3.0.6 |
| 1657 | 2026-06-05T17:04:13.036Z | Compiling float-cmp v0.10.0 |
| 1658 | 2026-06-05T17:04:13.221Z | Compiling memmap2 v0.9.10 |
| 1659 | 2026-06-05T17:04:13.295Z | Compiling thread-id v4.2.2 |
| 1660 | 2026-06-05T17:04:13.381Z | Compiling env_filter v1.0.0 |
| 1661 | 2026-06-05T17:04:13.402Z | Compiling either v1.15.0 |
| 1662 | 2026-06-05T17:04:13.468Z | Compiling data-encoding v2.10.0 |
| 1663 | 2026-06-05T17:04:13.566Z | Compiling difflib v0.4.0 |
| 1664 | 2026-06-05T17:04:13.602Z | Compiling fixedbitset v0.4.2 |
| 1665 | 2026-06-05T17:04:13.684Z | Compiling typed-path v0.9.3 |
| 1666 | 2026-06-05T17:04:13.817Z | Compiling new_debug_unreachable v1.0.6 |
| 1667 | 2026-06-05T17:04:13.891Z | Compiling keccak v0.1.6 |
| 1668 | 2026-06-05T17:04:14.119Z | Compiling normalize-line-endings v0.3.0 |
| 1669 | 2026-06-05T17:04:14.156Z | Compiling whoami v2.1.0 |
| 1670 | 2026-06-05T17:04:14.170Z | Compiling precomputed-hash v0.1.1 |
| 1671 | 2026-06-05T17:04:14.221Z | Compiling fixedbitset v0.5.7 |
| 1672 | 2026-06-05T17:04:14.254Z | Compiling static_assertions v1.1.0 |
| 1673 | 2026-06-05T17:04:14.336Z | Compiling jiff v0.2.21 |
| 1674 | 2026-06-05T17:04:14.415Z | Compiling predicates-core v1.0.10 |
| 1675 | 2026-06-05T17:04:14.522Z | Compiling strum v0.26.3 |
| 1676 | 2026-06-05T17:04:14.529Z | Compiling petgraph v0.8.3 |
| 1677 | 2026-06-05T17:04:14.591Z | Compiling predicates v3.1.4 |
| 1678 | 2026-06-05T17:04:14.645Z | Compiling tokio-postgres v0.7.16 |
| 1679 | 2026-06-05T17:04:14.701Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1680 | 2026-06-05T17:04:14.907Z | Compiling string_cache v0.8.9 |
| 1681 | 2026-06-05T17:04:15.138Z | Compiling clap v4.6.1 |
| 1682 | 2026-06-05T17:04:15.223Z | Compiling sha3 v0.10.8 |
| 1683 | 2026-06-05T17:04:15.246Z | Compiling toml_edit v0.22.27 |
| 1684 | 2026-06-05T17:04:15.586Z | Compiling petgraph v0.6.5 |
| 1685 | 2026-06-05T17:04:15.725Z | Compiling hickory-proto v0.25.2 |
| 1686 | 2026-06-05T17:04:16.556Z | Compiling itertools v0.13.0 |
| 1687 | 2026-06-05T17:04:16.895Z | Compiling env_logger v0.11.9 |
| 1688 | 2026-06-05T17:04:17.083Z | Compiling zip v4.6.1 |
| 1689 | 2026-06-05T17:04:17.253Z | Compiling usdt-impl v0.5.0 |
| 1690 | 2026-06-05T17:04:17.551Z | Compiling usdt v0.6.0 |
| 1691 | 2026-06-05T17:04:17.816Z | Compiling ecdsa v0.16.9 |
| 1692 | 2026-06-05T17:04:17.834Z | Compiling rsa v0.9.10 |
| 1693 | 2026-06-05T17:04:17.842Z | Compiling ed25519-dalek v2.2.0 |
| 1694 | 2026-06-05T17:04:17.993Z | Compiling crossterm v0.28.1 |
| 1695 | 2026-06-05T17:04:18.035Z | Compiling serde_with v3.17.0 |
| 1696 | 2026-06-05T17:04:18.507Z | Compiling zip v0.6.6 |
| 1697 | 2026-06-05T17:04:18.577Z | Compiling toml v0.7.8 |
| 1698 | 2026-06-05T17:04:19.173Z | Compiling iddqd v0.4.2 |
| 1699 | 2026-06-05T17:04:19.717Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1700 | 2026-06-05T17:04:19.724Z | Compiling similar v2.7.0 |
| 1701 | 2026-06-05T17:04:19.742Z | Compiling crossbeam-epoch v0.9.18 |
| 1702 | 2026-06-05T17:04:20.088Z | Compiling tokio-stream v0.1.18 |
| 1703 | 2026-06-05T17:04:20.417Z | Compiling buf-list v1.1.2 |
| 1704 | 2026-06-05T17:04:20.495Z | Compiling x509-cert v0.2.5 |
| 1705 | 2026-06-05T17:04:20.542Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1706 | 2026-06-05T17:04:20.602Z | Compiling openapiv3 v2.2.0 |
| 1707 | 2026-06-05T17:04:20.657Z | Compiling sha1 v0.10.6 |
| 1708 | 2026-06-05T17:04:20.683Z | Compiling peg-runtime v0.8.5 |
| 1709 | 2026-06-05T17:04:20.797Z | Compiling lalrpop-util v0.19.12 |
| 1710 | 2026-06-05T17:04:20.868Z | Compiling thread_local v1.1.9 |
| 1711 | 2026-06-05T17:04:21.014Z | Compiling slog-async v2.8.0 |
| 1712 | 2026-06-05T17:04:21.050Z | Compiling crossbeam-channel v0.5.15 |
| 1713 | 2026-06-05T17:04:21.118Z | Compiling is-terminal v0.4.17 |
| 1714 | 2026-06-05T17:04:21.176Z | Compiling filetime v0.2.27 |
| 1715 | 2026-06-05T17:04:21.242Z | Compiling xattr v1.6.1 |
| 1716 | 2026-06-05T17:04:21.312Z | Compiling term v1.2.1 |
| 1717 | 2026-06-05T17:04:21.353Z | Compiling take_mut v0.2.2 |
| 1718 | 2026-06-05T17:04:21.419Z | Compiling tar v0.4.45 |
| 1719 | 2026-06-05T17:04:21.882Z | Compiling slog-term v2.9.2 |
| 1720 | 2026-06-05T17:04:31.565Z | Compiling rustls-webpki v0.103.9 |
| 1721 | 2026-06-05T17:04:34.382Z | Compiling tokio-rustls v0.26.4 |
| 1722 | 2026-06-05T17:04:34.382Z | Compiling rustls-platform-verifier v0.6.2 |
| 1723 | 2026-06-05T17:04:34.590Z | Compiling hyper-rustls v0.27.7 |
| 1724 | 2026-06-05T17:04:34.811Z | Compiling reqwest v0.12.28 |
| 1725 | 2026-06-05T17:04:34.819Z | Compiling reqwest v0.13.2 |
| 1726 | 2026-06-05T17:04:36.060Z | Compiling tough v0.22.0 |
| 1727 | 2026-06-05T17:04:38.585Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1728 | 2026-06-05T17:04:38.814Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1729 | 2026-06-05T17:04:41.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1730 | 2026-06-05T17:04:41.798Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1731 | 2026-06-05T17:04:41.875Z | Jun 05 17:04:40.738 INFO Starting download, target: Clickhouse |
| 1732 | 2026-06-05T17:04:41.875Z | Jun 05 17:04:40.738 INFO Starting download, target: Cockroach |
| 1733 | 2026-06-05T17:04:41.875Z | Jun 05 17:04:40.738 INFO Starting download, target: Console |
| 1734 | 2026-06-05T17:04:41.875Z | Jun 05 17:04:40.738 INFO Starting download, target: DendriteStub |
| 1735 | 2026-06-05T17:04:41.897Z | Jun 05 17:04:40.738 INFO Starting download, target: MaghemiteMgd |
| 1736 | 2026-06-05T17:04:41.897Z | Jun 05 17:04:40.738 INFO Starting download, target: TransceiverControl |
| 1737 | 2026-06-05T17:04:41.897Z | Jun 05 17:04:40.738 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1738 | 2026-06-05T17:04:41.897Z | Jun 05 17:04:40.738 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1739 | 2026-06-05T17:04:41.897Z | Jun 05 17:04:40.739 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1740 | 2026-06-05T17:04:41.897Z | Jun 05 17:04:40.739 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1741 | 2026-06-05T17:04:41.897Z | Jun 05 17:04:40.739 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1742 | 2026-06-05T17:04:41.897Z | Jun 05 17:04:40.739 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1743 | 2026-06-05T17:04:42.677Z | Jun 05 17:04:41.561 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1744 | 2026-06-05T17:04:42.916Z | Jun 05 17:04:41.773 INFO Download complete, target: TransceiverControl |
| 1745 | 2026-06-05T17:04:42.988Z | Jun 05 17:04:41.872 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1746 | 2026-06-05T17:04:43.292Z | Jun 05 17:04:42.133 INFO Download complete, target: Console |
| 1747 | 2026-06-05T17:04:43.708Z | Jun 05 17:04:42.598 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1748 | 2026-06-05T17:04:44.197Z | Jun 05 17:04:43.077 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1749 | 2026-06-05T17:04:44.240Z | Jun 05 17:04:43.113 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1750 | 2026-06-05T17:04:45.261Z | Jun 05 17:04:43.910 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1751 | 2026-06-05T17:04:45.261Z | Jun 05 17:04:43.910 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1752 | 2026-06-05T17:04:46.515Z | Jun 05 17:04:45.408 INFO Download complete, target: MaghemiteMgd |
| 1753 | 2026-06-05T17:04:46.675Z | Jun 05 17:04:45.533 INFO Download complete, target: DendriteStub |
| 1754 | 2026-06-05T17:04:49.694Z | Jun 05 17:04:48.570 INFO Checking that binary works, target: Cockroach |
| 1755 | 2026-06-05T17:04:49.799Z | Jun 05 17:04:48.688 INFO Download complete, target: Cockroach |
| 1756 | 2026-06-05T17:04:50.538Z | Jun 05 17:04:49.433 INFO Checking that binary works, target: Clickhouse |
| 1757 | 2026-06-05T17:04:50.667Z | Jun 05 17:04:49.561 INFO Download complete, target: Clickhouse |
| 1758 | 2026-06-05T17:04:50.691Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1759 | 2026-06-05T17:04:50.691Z | |
| 1760 | 2026-06-05T17:04:50.691Z | real 2:17.188351719 |
| 1761 | 2026-06-05T17:04:50.691Z | user 6:57.214032686 |
| 1762 | 2026-06-05T17:04:50.691Z | sys 1:22.712142189 |
| 1763 | 2026-06-05T17:04:50.691Z | trap 0.227067897 |
| 1764 | 2026-06-05T17:04:50.691Z | tflt 0.652095473 |
| 1765 | 2026-06-05T17:04:50.692Z | dflt 0.629363335 |
| 1766 | 2026-06-05T17:04:50.692Z | kflt 0.025457635 |
| 1767 | 2026-06-05T17:04:50.692Z | lock 21:52.633738920 |
| 1768 | 2026-06-05T17:04:50.692Z | slp 21:14.468780380 |
| 1769 | 2026-06-05T17:04:50.692Z | lat 45.589506657 |
| 1770 | 2026-06-05T17:04:50.692Z | stop 2:02.330466813 |
| 1771 | 2026-06-05T17:04:50.692Z | + banner hack-check |
| 1772 | 2026-06-05T17:04:50.692Z | |
| 1773 | 2026-06-05T17:04:50.692Z | # # ## #### # # #### # # ###### #### # # |
| 1774 | 2026-06-05T17:04:50.692Z | # # # # # # # # # # # # # # # # # |
| 1775 | 2026-06-05T17:04:50.692Z | ###### # # # #### ##### # ###### ##### # #### |
| 1776 | 2026-06-05T17:04:50.692Z | # # ###### # # # # # # # # # # |
| 1777 | 2026-06-05T17:04:50.692Z | # # # # # # # # # # # # # # # # # |
| 1778 | 2026-06-05T17:04:50.692Z | # # # # #### # # #### # # ###### #### # # |
| 1779 | 2026-06-05T17:04:50.692Z | |
| 1780 | 2026-06-05T17:04:50.692Z | + export CARGO_INCREMENTAL=0 |
| 1781 | 2026-06-05T17:04:50.692Z | + CARGO_INCREMENTAL=0 |
| 1782 | 2026-06-05T17:04:50.692Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1783 | 2026-06-05T17:04:51.213Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1784 | 2026-06-05T17:04:51.434Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1785 | 2026-06-05T17:04:53.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
| 1786 | 2026-06-05T17:04:53.373Z | Running `target/debug/xtask check-features --ci` |
| 1787 | 2026-06-05T17:04:53.402Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1788 | 2026-06-05T17:04:53.402Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1789 | 2026-06-05T17:04:53.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1790 | 2026-06-05T17:04:53.916Z | Running `target/debug/xtask download cargo-hack` |
| 1791 | 2026-06-05T17:04:54.714Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1792 | 2026-06-05T17:04:55.034Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1793 | 2026-06-05T17:04:57.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s |
| 1794 | 2026-06-05T17:04:57.717Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1795 | 2026-06-05T17:04:57.775Z | Jun 05 17:04:56.653 INFO Starting download, target: CargoHack |
| 1796 | 2026-06-05T17:04:57.780Z | Jun 05 17:04:56.654 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1797 | 2026-06-05T17:04:58.126Z | Jun 05 17:04:57.023 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1798 | 2026-06-05T17:04:58.179Z | Jun 05 17:04:57.074 INFO Download complete, target: CargoHack |
| 1799 | 2026-06-05T17:04:58.190Z | 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" |
| 1800 | 2026-06-05T17:04:58.202Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1801 | 2026-06-05T17:04:58.346Z | info: running `cargo check --bins` on api_identity (1/295) |
| 1802 | 2026-06-05T17:04:58.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1803 | 2026-06-05T17:04:58.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1804 | 2026-06-05T17:04:58.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1805 | 2026-06-05T17:04:58.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1806 | 2026-06-05T17:04:58.934Z | |
| 1807 | 2026-06-05T17:04:58.934Z | info: running `cargo check --bins` on bootstore (2/295) |
| 1808 | 2026-06-05T17:04:59.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1809 | 2026-06-05T17:04:59.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1810 | 2026-06-05T17:04:59.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1811 | 2026-06-05T17:04:59.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1812 | 2026-06-05T17:04:59.526Z | |
| 1813 | 2026-06-05T17:04:59.526Z | info: running `cargo check --bins` on omicron-ledger (3/295) |
| 1814 | 2026-06-05T17:05:00.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1815 | 2026-06-05T17:05:00.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1816 | 2026-06-05T17:05:00.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1817 | 2026-06-05T17:05:00.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1818 | 2026-06-05T17:05:00.121Z | |
| 1819 | 2026-06-05T17:05:00.121Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295) |
| 1820 | 2026-06-05T17:05:00.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1821 | 2026-06-05T17:05:00.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1822 | 2026-06-05T17:05:00.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1823 | 2026-06-05T17:05:00.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1824 | 2026-06-05T17:05:00.715Z | |
| 1825 | 2026-06-05T17:05:00.715Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295) |
| 1826 | 2026-06-05T17:05:01.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1827 | 2026-06-05T17:05:01.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1828 | 2026-06-05T17:05:01.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1829 | 2026-06-05T17:05:01.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1830 | 2026-06-05T17:05:01.314Z | |
| 1831 | 2026-06-05T17:05:01.314Z | info: running `cargo check --bins` on omicron-certificates (6/295) |
| 1832 | 2026-06-05T17:05:01.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1833 | 2026-06-05T17:05:01.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1834 | 2026-06-05T17:05:01.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1835 | 2026-06-05T17:05:01.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1836 | 2026-06-05T17:05:01.927Z | |
| 1837 | 2026-06-05T17:05:01.927Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/295) |
| 1838 | 2026-06-05T17:05:02.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1839 | 2026-06-05T17:05:02.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1840 | 2026-06-05T17:05:02.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1841 | 2026-06-05T17:05:02.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1842 | 2026-06-05T17:05:02.537Z | |
| 1843 | 2026-06-05T17:05:02.537Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295) |
| 1844 | 2026-06-05T17:05:03.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1845 | 2026-06-05T17:05:03.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1846 | 2026-06-05T17:05:03.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1847 | 2026-06-05T17:05:03.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1848 | 2026-06-05T17:05:03.128Z | |
| 1849 | 2026-06-05T17:05:03.128Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295) |
| 1850 | 2026-06-05T17:05:03.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1851 | 2026-06-05T17:05:03.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1852 | 2026-06-05T17:05:03.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1853 | 2026-06-05T17:05:03.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1854 | 2026-06-05T17:05:03.598Z | |
| 1855 | 2026-06-05T17:05:03.598Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295) |
| 1856 | 2026-06-05T17:05:04.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1857 | 2026-06-05T17:05:04.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1858 | 2026-06-05T17:05:04.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1859 | 2026-06-05T17:05:04.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1860 | 2026-06-05T17:05:04.071Z | |
| 1861 | 2026-06-05T17:05:04.071Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295) |
| 1862 | 2026-06-05T17:05:04.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1863 | 2026-06-05T17:05:04.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1864 | 2026-06-05T17:05:04.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1865 | 2026-06-05T17:05:04.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1866 | 2026-06-05T17:05:04.535Z | |
| 1867 | 2026-06-05T17:05:04.535Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295) |
| 1868 | 2026-06-05T17:05:04.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1869 | 2026-06-05T17:05:04.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1870 | 2026-06-05T17:05:04.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1871 | 2026-06-05T17:05:04.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1872 | 2026-06-05T17:05:05.002Z | |
| 1873 | 2026-06-05T17:05:05.002Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295) |
| 1874 | 2026-06-05T17:05:05.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1875 | 2026-06-05T17:05:05.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1876 | 2026-06-05T17:05:05.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1877 | 2026-06-05T17:05:05.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1878 | 2026-06-05T17:05:05.463Z | |
| 1879 | 2026-06-05T17:05:05.463Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295) |
| 1880 | 2026-06-05T17:05:05.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1881 | 2026-06-05T17:05:05.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1882 | 2026-06-05T17:05:05.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1883 | 2026-06-05T17:05:05.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1884 | 2026-06-05T17:05:05.923Z | |
| 1885 | 2026-06-05T17:05:05.923Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295) |
| 1886 | 2026-06-05T17:05:06.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1887 | 2026-06-05T17:05:06.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1888 | 2026-06-05T17:05:06.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1889 | 2026-06-05T17:05:06.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1890 | 2026-06-05T17:05:06.487Z | |
| 1891 | 2026-06-05T17:05:06.487Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295) |
| 1892 | 2026-06-05T17:05:06.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2026-06-05T17:05:06.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2026-06-05T17:05:06.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2026-06-05T17:05:06.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1896 | 2026-06-05T17:05:06.853Z | |
| 1897 | 2026-06-05T17:05:06.853Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295) |
| 1898 | 2026-06-05T17:05:07.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2026-06-05T17:05:07.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2026-06-05T17:05:07.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2026-06-05T17:05:07.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1902 | 2026-06-05T17:05:07.318Z | |
| 1903 | 2026-06-05T17:05:07.318Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295) |
| 1904 | 2026-06-05T17:05:07.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2026-06-05T17:05:07.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2026-06-05T17:05:07.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2026-06-05T17:05:07.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1908 | 2026-06-05T17:05:07.807Z | |
| 1909 | 2026-06-05T17:05:07.807Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295) |
| 1910 | 2026-06-05T17:05:08.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2026-06-05T17:05:08.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2026-06-05T17:05:08.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2026-06-05T17:05:08.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1914 | 2026-06-05T17:05:08.297Z | |
| 1915 | 2026-06-05T17:05:08.297Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295) |
| 1916 | 2026-06-05T17:05:08.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2026-06-05T17:05:08.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2026-06-05T17:05:08.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2026-06-05T17:05:08.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1920 | 2026-06-05T17:05:08.732Z | |
| 1921 | 2026-06-05T17:05:08.732Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295) |
| 1922 | 2026-06-05T17:05:09.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2026-06-05T17:05:09.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2026-06-05T17:05:09.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2026-06-05T17:05:09.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1926 | 2026-06-05T17:05:09.192Z | |
| 1927 | 2026-06-05T17:05:09.192Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295) |
| 1928 | 2026-06-05T17:05:09.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2026-06-05T17:05:09.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2026-06-05T17:05:09.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2026-06-05T17:05:09.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1932 | 2026-06-05T17:05:09.670Z | |
| 1933 | 2026-06-05T17:05:09.670Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295) |
| 1934 | 2026-06-05T17:05:10.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2026-06-05T17:05:10.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2026-06-05T17:05:10.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2026-06-05T17:05:10.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1938 | 2026-06-05T17:05:10.890Z | |
| 1939 | 2026-06-05T17:05:10.890Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295) |
| 1940 | 2026-06-05T17:05:10.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2026-06-05T17:05:10.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2026-06-05T17:05:10.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2026-06-05T17:05:10.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1944 | 2026-06-05T17:05:10.890Z | |
| 1945 | 2026-06-05T17:05:10.891Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295) |
| 1946 | 2026-06-05T17:05:11.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2026-06-05T17:05:11.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2026-06-05T17:05:11.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2026-06-05T17:05:11.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1950 | 2026-06-05T17:05:11.075Z | |
| 1951 | 2026-06-05T17:05:11.075Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295) |
| 1952 | 2026-06-05T17:05:11.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2026-06-05T17:05:11.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2026-06-05T17:05:11.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2026-06-05T17:05:11.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1956 | 2026-06-05T17:05:11.588Z | |
| 1957 | 2026-06-05T17:05:11.588Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295) |
| 1958 | 2026-06-05T17:05:11.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2026-06-05T17:05:11.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2026-06-05T17:05:11.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2026-06-05T17:05:11.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1962 | 2026-06-05T17:05:12.047Z | |
| 1963 | 2026-06-05T17:05:12.047Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295) |
| 1964 | 2026-06-05T17:05:12.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2026-06-05T17:05:12.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2026-06-05T17:05:12.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1967 | 2026-06-05T17:05:12.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1968 | 2026-06-05T17:05:12.517Z | |
| 1969 | 2026-06-05T17:05:12.517Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295) |
| 1970 | 2026-06-05T17:05:12.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1971 | 2026-06-05T17:05:12.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1972 | 2026-06-05T17:05:12.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1973 | 2026-06-05T17:05:12.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1974 | 2026-06-05T17:05:12.969Z | |
| 1975 | 2026-06-05T17:05:12.969Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295) |
| 1976 | 2026-06-05T17:05:13.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2026-06-05T17:05:13.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2026-06-05T17:05:13.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1979 | 2026-06-05T17:05:13.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1980 | 2026-06-05T17:05:13.480Z | |
| 1981 | 2026-06-05T17:05:13.480Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295) |
| 1982 | 2026-06-05T17:05:14.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1983 | 2026-06-05T17:05:14.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1984 | 2026-06-05T17:05:14.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1985 | 2026-06-05T17:05:14.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1986 | 2026-06-05T17:05:14.284Z | |
| 1987 | 2026-06-05T17:05:14.284Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295) |
| 1988 | 2026-06-05T17:05:14.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1989 | 2026-06-05T17:05:14.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1990 | 2026-06-05T17:05:14.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1991 | 2026-06-05T17:05:14.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1992 | 2026-06-05T17:05:14.411Z | |
| 1993 | 2026-06-05T17:05:14.411Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295) |
| 1994 | 2026-06-05T17:05:14.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1995 | 2026-06-05T17:05:14.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1996 | 2026-06-05T17:05:14.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1997 | 2026-06-05T17:05:14.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1998 | 2026-06-05T17:05:14.814Z | |
| 1999 | 2026-06-05T17:05:14.814Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295) |
| 2000 | 2026-06-05T17:05:15.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2001 | 2026-06-05T17:05:15.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2002 | 2026-06-05T17:05:15.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2003 | 2026-06-05T17:05:15.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2004 | 2026-06-05T17:05:15.302Z | |
| 2005 | 2026-06-05T17:05:15.302Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295) |
| 2006 | 2026-06-05T17:05:15.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2007 | 2026-06-05T17:05:15.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2008 | 2026-06-05T17:05:15.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2009 | 2026-06-05T17:05:15.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2010 | 2026-06-05T17:05:15.750Z | |
| 2011 | 2026-06-05T17:05:15.751Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295) |
| 2012 | 2026-06-05T17:05:16.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2013 | 2026-06-05T17:05:16.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2014 | 2026-06-05T17:05:16.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2015 | 2026-06-05T17:05:16.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2016 | 2026-06-05T17:05:16.224Z | |
| 2017 | 2026-06-05T17:05:16.224Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295) |
| 2018 | 2026-06-05T17:05:16.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2019 | 2026-06-05T17:05:16.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2020 | 2026-06-05T17:05:16.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2021 | 2026-06-05T17:05:16.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2022 | 2026-06-05T17:05:16.754Z | |
| 2023 | 2026-06-05T17:05:16.754Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295) |
| 2024 | 2026-06-05T17:05:17.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2026-06-05T17:05:17.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2026-06-05T17:05:17.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2027 | 2026-06-05T17:05:17.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2028 | 2026-06-05T17:05:17.854Z | |
| 2029 | 2026-06-05T17:05:17.854Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295) |
| 2030 | 2026-06-05T17:05:18.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2031 | 2026-06-05T17:05:18.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2032 | 2026-06-05T17:05:18.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2033 | 2026-06-05T17:05:18.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2034 | 2026-06-05T17:05:18.059Z | |
| 2035 | 2026-06-05T17:05:18.059Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295) |
| 2036 | 2026-06-05T17:05:18.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2037 | 2026-06-05T17:05:18.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2038 | 2026-06-05T17:05:18.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2039 | 2026-06-05T17:05:18.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2040 | 2026-06-05T17:05:19.883Z | |
| 2041 | 2026-06-05T17:05:19.883Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295) |
| 2042 | 2026-06-05T17:05:20.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2043 | 2026-06-05T17:05:20.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2044 | 2026-06-05T17:05:20.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2045 | 2026-06-05T17:05:20.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2046 | 2026-06-05T17:05:20.044Z | |
| 2047 | 2026-06-05T17:05:20.044Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295) |
| 2048 | 2026-06-05T17:05:20.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2049 | 2026-06-05T17:05:20.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2050 | 2026-06-05T17:05:20.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2051 | 2026-06-05T17:05:20.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2052 | 2026-06-05T17:05:20.045Z | |
| 2053 | 2026-06-05T17:05:20.045Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295) |
| 2054 | 2026-06-05T17:05:20.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2055 | 2026-06-05T17:05:20.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2056 | 2026-06-05T17:05:20.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2057 | 2026-06-05T17:05:20.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2058 | 2026-06-05T17:05:20.045Z | |
| 2059 | 2026-06-05T17:05:20.045Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295) |
| 2060 | 2026-06-05T17:05:20.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2061 | 2026-06-05T17:05:20.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2062 | 2026-06-05T17:05:20.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2063 | 2026-06-05T17:05:20.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2064 | 2026-06-05T17:05:20.152Z | |
| 2065 | 2026-06-05T17:05:20.152Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295) |
| 2066 | 2026-06-05T17:05:20.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2067 | 2026-06-05T17:05:20.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2068 | 2026-06-05T17:05:20.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2069 | 2026-06-05T17:05:20.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2070 | 2026-06-05T17:05:20.422Z | |
| 2071 | 2026-06-05T17:05:20.423Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295) |
| 2072 | 2026-06-05T17:05:20.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2073 | 2026-06-05T17:05:20.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2074 | 2026-06-05T17:05:20.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2075 | 2026-06-05T17:05:20.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2076 | 2026-06-05T17:05:20.915Z | |
| 2077 | 2026-06-05T17:05:20.916Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295) |
| 2078 | 2026-06-05T17:05:21.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2079 | 2026-06-05T17:05:21.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2080 | 2026-06-05T17:05:21.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2081 | 2026-06-05T17:05:21.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2082 | 2026-06-05T17:05:21.363Z | |
| 2083 | 2026-06-05T17:05:21.363Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295) |
| 2084 | 2026-06-05T17:05:22.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2085 | 2026-06-05T17:05:22.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2086 | 2026-06-05T17:05:22.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2087 | 2026-06-05T17:05:22.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2088 | 2026-06-05T17:05:22.385Z | |
| 2089 | 2026-06-05T17:05:22.385Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295) |
| 2090 | 2026-06-05T17:05:22.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2091 | 2026-06-05T17:05:22.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2092 | 2026-06-05T17:05:22.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2093 | 2026-06-05T17:05:22.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2094 | 2026-06-05T17:05:22.606Z | |
| 2095 | 2026-06-05T17:05:22.606Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295) |
| 2096 | 2026-06-05T17:05:23.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2097 | 2026-06-05T17:05:23.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2098 | 2026-06-05T17:05:23.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2099 | 2026-06-05T17:05:23.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2100 | 2026-06-05T17:05:23.131Z | |
| 2101 | 2026-06-05T17:05:23.131Z | info: running `cargo check --bins` on nexus-config (51/295) |
| 2102 | 2026-06-05T17:05:23.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2103 | 2026-06-05T17:05:23.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2104 | 2026-06-05T17:05:23.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2105 | 2026-06-05T17:05:23.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2106 | 2026-06-05T17:05:23.776Z | |
| 2107 | 2026-06-05T17:05:23.776Z | info: running `cargo check --bins` on nexus-types (52/295) |
| 2108 | 2026-06-05T17:05:24.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2109 | 2026-06-05T17:05:24.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2110 | 2026-06-05T17:05:24.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2111 | 2026-06-05T17:05:24.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2112 | 2026-06-05T17:05:24.382Z | |
| 2113 | 2026-06-05T17:05:24.382Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295) |
| 2114 | 2026-06-05T17:05:25.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2115 | 2026-06-05T17:05:25.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2116 | 2026-06-05T17:05:25.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2117 | 2026-06-05T17:05:25.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2118 | 2026-06-05T17:05:25.090Z | |
| 2119 | 2026-06-05T17:05:25.090Z | info: running `cargo check --bins` on omicron-passwords (54/295) |
| 2120 | 2026-06-05T17:05:25.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2121 | 2026-06-05T17:05:25.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2122 | 2026-06-05T17:05:25.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2123 | 2026-06-05T17:05:25.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2124 | 2026-06-05T17:05:25.576Z | |
| 2125 | 2026-06-05T17:05:25.576Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/295) |
| 2126 | 2026-06-05T17:05:26.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2127 | 2026-06-05T17:05:26.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2128 | 2026-06-05T17:05:26.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2129 | 2026-06-05T17:05:26.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2130 | 2026-06-05T17:05:26.308Z | |
| 2131 | 2026-06-05T17:05:26.308Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295) |
| 2132 | 2026-06-05T17:05:26.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2133 | 2026-06-05T17:05:26.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2134 | 2026-06-05T17:05:26.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2135 | 2026-06-05T17:05:26.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2136 | 2026-06-05T17:05:26.792Z | |
| 2137 | 2026-06-05T17:05:26.792Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295) |
| 2138 | 2026-06-05T17:05:27.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2139 | 2026-06-05T17:05:27.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2140 | 2026-06-05T17:05:27.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2141 | 2026-06-05T17:05:27.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2142 | 2026-06-05T17:05:27.380Z | |
| 2143 | 2026-06-05T17:05:27.380Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295) |
| 2144 | 2026-06-05T17:05:27.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2145 | 2026-06-05T17:05:27.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2146 | 2026-06-05T17:05:27.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2147 | 2026-06-05T17:05:27.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2148 | 2026-06-05T17:05:27.992Z | |
| 2149 | 2026-06-05T17:05:27.992Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295) |
| 2150 | 2026-06-05T17:05:28.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2151 | 2026-06-05T17:05:28.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2152 | 2026-06-05T17:05:28.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2153 | 2026-06-05T17:05:28.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2154 | 2026-06-05T17:05:28.588Z | |
| 2155 | 2026-06-05T17:05:28.588Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295) |
| 2156 | 2026-06-05T17:05:29.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2157 | 2026-06-05T17:05:29.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2158 | 2026-06-05T17:05:29.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2159 | 2026-06-05T17:05:29.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2160 | 2026-06-05T17:05:29.167Z | |
| 2161 | 2026-06-05T17:05:29.167Z | info: running `cargo check --bins --no-default-features` on gfss (61/295) |
| 2162 | 2026-06-05T17:05:29.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2163 | 2026-06-05T17:05:29.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2164 | 2026-06-05T17:05:29.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2165 | 2026-06-05T17:05:29.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2166 | 2026-06-05T17:05:29.749Z | |
| 2167 | 2026-06-05T17:05:29.749Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295) |
| 2168 | 2026-06-05T17:05:30.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2169 | 2026-06-05T17:05:30.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2170 | 2026-06-05T17:05:30.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2171 | 2026-06-05T17:05:30.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2172 | 2026-06-05T17:05:30.361Z | |
| 2173 | 2026-06-05T17:05:30.361Z | info: running `cargo check --bins` on clickhouse-admin-types (63/295) |
| 2174 | 2026-06-05T17:05:30.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2175 | 2026-06-05T17:05:30.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2176 | 2026-06-05T17:05:30.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2177 | 2026-06-05T17:05:30.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2178 | 2026-06-05T17:05:30.952Z | |
| 2179 | 2026-06-05T17:05:30.953Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/295) |
| 2180 | 2026-06-05T17:05:31.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2181 | 2026-06-05T17:05:31.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2182 | 2026-06-05T17:05:31.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2183 | 2026-06-05T17:05:31.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2184 | 2026-06-05T17:05:31.544Z | |
| 2185 | 2026-06-05T17:05:31.544Z | info: running `cargo check --bins` on cockroach-admin-types (65/295) |
| 2186 | 2026-06-05T17:05:32.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2187 | 2026-06-05T17:05:32.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2188 | 2026-06-05T17:05:32.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2189 | 2026-06-05T17:05:32.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2190 | 2026-06-05T17:05:32.546Z | |
| 2191 | 2026-06-05T17:05:32.547Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/295) |
| 2192 | 2026-06-05T17:05:32.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2193 | 2026-06-05T17:05:32.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2194 | 2026-06-05T17:05:32.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2195 | 2026-06-05T17:05:32.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2196 | 2026-06-05T17:05:32.796Z | |
| 2197 | 2026-06-05T17:05:32.796Z | info: running `cargo check --bins` on ereport-types (67/295) |
| 2198 | 2026-06-05T17:05:33.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2199 | 2026-06-05T17:05:33.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2200 | 2026-06-05T17:05:33.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2201 | 2026-06-05T17:05:33.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2202 | 2026-06-05T17:05:33.325Z | |
| 2203 | 2026-06-05T17:05:33.325Z | info: running `cargo check --bins` on gateway-client (68/295) |
| 2204 | 2026-06-05T17:05:33.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2205 | 2026-06-05T17:05:33.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2206 | 2026-06-05T17:05:33.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2207 | 2026-06-05T17:05:33.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2208 | 2026-06-05T17:05:33.888Z | |
| 2209 | 2026-06-05T17:05:33.888Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/295) |
| 2210 | 2026-06-05T17:05:34.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2211 | 2026-06-05T17:05:34.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2212 | 2026-06-05T17:05:34.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2213 | 2026-06-05T17:05:34.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2214 | 2026-06-05T17:05:34.488Z | |
| 2215 | 2026-06-05T17:05:34.489Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295) |
| 2216 | 2026-06-05T17:05:35.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2217 | 2026-06-05T17:05:35.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2218 | 2026-06-05T17:05:35.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2219 | 2026-06-05T17:05:35.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2220 | 2026-06-05T17:05:35.547Z | |
| 2221 | 2026-06-05T17:05:35.547Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295) |
| 2222 | 2026-06-05T17:05:35.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2223 | 2026-06-05T17:05:35.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2224 | 2026-06-05T17:05:35.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2225 | 2026-06-05T17:05:35.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2226 | 2026-06-05T17:05:35.697Z | |
| 2227 | 2026-06-05T17:05:35.697Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295) |
| 2228 | 2026-06-05T17:05:36.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2229 | 2026-06-05T17:05:36.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2230 | 2026-06-05T17:05:36.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2231 | 2026-06-05T17:05:36.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2232 | 2026-06-05T17:05:36.288Z | |
| 2233 | 2026-06-05T17:05:36.288Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/295) |
| 2234 | 2026-06-05T17:05:36.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2235 | 2026-06-05T17:05:36.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2236 | 2026-06-05T17:05:36.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2237 | 2026-06-05T17:05:36.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2238 | 2026-06-05T17:05:36.914Z | |
| 2239 | 2026-06-05T17:05:36.914Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295) |
| 2240 | 2026-06-05T17:05:37.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2241 | 2026-06-05T17:05:37.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2242 | 2026-06-05T17:05:37.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2243 | 2026-06-05T17:05:37.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2244 | 2026-06-05T17:05:37.511Z | |
| 2245 | 2026-06-05T17:05:37.511Z | info: running `cargo check --bins` on key-manager-types (75/295) |
| 2246 | 2026-06-05T17:05:38.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2247 | 2026-06-05T17:05:38.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2248 | 2026-06-05T17:05:38.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2249 | 2026-06-05T17:05:38.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2250 | 2026-06-05T17:05:38.177Z | |
| 2251 | 2026-06-05T17:05:38.177Z | info: running `cargo check --bins` on oxlog (76/295) |
| 2252 | 2026-06-05T17:05:38.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2253 | 2026-06-05T17:05:38.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2254 | 2026-06-05T17:05:38.702Z | Checking cfg-if v1.0.4 |
| 2255 | 2026-06-05T17:05:38.710Z | Checking libc v0.2.185 |
| 2256 | 2026-06-05T17:05:38.711Z | Checking serde_core v1.0.228 |
| 2257 | 2026-06-05T17:05:38.849Z | Checking zeroize v1.8.2 |
| 2258 | 2026-06-05T17:05:38.873Z | Checking memchr v2.8.0 |
| 2259 | 2026-06-05T17:05:38.873Z | Checking log v0.4.29 |
| 2260 | 2026-06-05T17:05:38.873Z | Checking smallvec v1.15.1 |
| 2261 | 2026-06-05T17:05:38.895Z | Checking typenum v1.19.0 |
| 2262 | 2026-06-05T17:05:38.895Z | Checking subtle v2.6.1 |
| 2263 | 2026-06-05T17:05:38.954Z | Checking itoa v1.0.17 |
| 2264 | 2026-06-05T17:05:38.992Z | Checking scopeguard v1.2.0 |
| 2265 | 2026-06-05T17:05:39.024Z | Checking stable_deref_trait v1.2.1 |
| 2266 | 2026-06-05T17:05:39.034Z | Checking const-oid v0.9.6 |
| 2267 | 2026-06-05T17:05:39.087Z | Checking lock_api v0.4.14 |
| 2268 | 2026-06-05T17:05:39.129Z | Checking zerofrom v0.1.6 |
| 2269 | 2026-06-05T17:05:39.136Z | Checking pin-project-lite v0.2.17 |
| 2270 | 2026-06-05T17:05:39.197Z | Checking portable-atomic v1.13.1 |
| 2271 | 2026-06-05T17:05:39.220Z | Checking futures-core v0.3.32 |
| 2272 | 2026-06-05T17:05:39.236Z | Checking yoke v0.8.1 |
| 2273 | 2026-06-05T17:05:39.236Z | Checking getrandom v0.2.17 |
| 2274 | 2026-06-05T17:05:39.285Z | Checking errno v0.3.14 |
| 2275 | 2026-06-05T17:05:39.329Z | Checking parking_lot_core v0.9.12 |
| 2276 | 2026-06-05T17:05:39.375Z | Checking generic-array v0.14.7 |
| 2277 | 2026-06-05T17:05:39.397Z | Checking signal-hook-registry v1.4.8 |
| 2278 | 2026-06-05T17:05:39.411Z | Checking rand_core v0.6.4 |
| 2279 | 2026-06-05T17:05:39.452Z | Checking zerovec v0.11.5 |
| 2280 | 2026-06-05T17:05:39.522Z | Checking critical-section v1.2.0 |
| 2281 | 2026-06-05T17:05:39.576Z | Checking parking_lot v0.12.5 |
| 2282 | 2026-06-05T17:05:39.611Z | Checking mio v1.2.0 |
| 2283 | 2026-06-05T17:05:39.633Z | Checking zerocopy v0.8.40 |
| 2284 | 2026-06-05T17:05:39.633Z | Checking once_cell v1.21.3 |
| 2285 | 2026-06-05T17:05:39.771Z | Checking zmij v1.0.21 |
| 2286 | 2026-06-05T17:05:39.792Z | Checking socket2 v0.6.3 |
| 2287 | 2026-06-05T17:05:39.792Z | Checking libm v0.2.16 |
| 2288 | 2026-06-05T17:05:39.819Z | Checking crypto-common v0.1.7 |
| 2289 | 2026-06-05T17:05:39.849Z | Checking block-buffer v0.10.4 |
| 2290 | 2026-06-05T17:05:39.866Z | Checking tinystr v0.8.2 |
| 2291 | 2026-06-05T17:05:39.918Z | Checking equivalent v1.0.2 |
| 2292 | 2026-06-05T17:05:39.947Z | Checking writeable v0.6.2 |
| 2293 | 2026-06-05T17:05:39.981Z | Checking litemap v0.8.1 |
| 2294 | 2026-06-05T17:05:40.008Z | Checking percent-encoding v2.3.2 |
| 2295 | 2026-06-05T17:05:40.008Z | Checking digest v0.10.7 |
| 2296 | 2026-06-05T17:05:40.038Z | Checking potential_utf v0.1.4 |
| 2297 | 2026-06-05T17:05:40.142Z | Checking zerotrie v0.2.3 |
| 2298 | 2026-06-05T17:05:40.480Z | Checking futures-sink v0.3.32 |
| 2299 | 2026-06-05T17:05:40.480Z | Checking icu_locale_core v2.1.1 |
| 2300 | 2026-06-05T17:05:40.632Z | Checking icu_collections v2.1.1 |
| 2301 | 2026-06-05T17:05:40.632Z | Checking slab v0.4.12 |
| 2302 | 2026-06-05T17:05:40.632Z | Checking futures-channel v0.3.32 |
| 2303 | 2026-06-05T17:05:40.632Z | Checking serde v1.0.228 |
| 2304 | 2026-06-05T17:05:40.632Z | Checking bitflags v2.11.0 |
| 2305 | 2026-06-05T17:05:40.632Z | Checking serde_json v1.0.149 |
| 2306 | 2026-06-05T17:05:40.632Z | Checking futures-task v0.3.32 |
| 2307 | 2026-06-05T17:05:40.632Z | Checking futures-io v0.3.32 |
| 2308 | 2026-06-05T17:05:40.632Z | Checking num-traits v0.2.19 |
| 2309 | 2026-06-05T17:05:40.632Z | Checking cpufeatures v0.2.17 |
| 2310 | 2026-06-05T17:05:40.729Z | Checking hmac v0.12.1 |
| 2311 | 2026-06-05T17:05:40.729Z | Checking icu_normalizer_data v2.1.1 |
| 2312 | 2026-06-05T17:05:40.729Z | Checking futures-util v0.3.32 |
| 2313 | 2026-06-05T17:05:40.729Z | Checking icu_properties_data v2.1.2 |
| 2314 | 2026-06-05T17:05:40.804Z | Checking rand_core v0.10.0 |
| 2315 | 2026-06-05T17:05:40.804Z | Checking bytes v1.11.1 |
| 2316 | 2026-06-05T17:05:40.814Z | Checking icu_provider v2.1.1 |
| 2317 | 2026-06-05T17:05:40.878Z | Checking hashbrown v0.17.0 |
| 2318 | 2026-06-05T17:05:40.918Z | Checking getrandom v0.4.1 |
| 2319 | 2026-06-05T17:05:41.006Z | Checking icu_normalizer v2.1.1 |
| 2320 | 2026-06-05T17:05:41.058Z | Checking icu_properties v2.1.2 |
| 2321 | 2026-06-05T17:05:41.058Z | Checking block-padding v0.3.3 |
| 2322 | 2026-06-05T17:05:41.102Z | Checking utf8_iter v1.0.4 |
| 2323 | 2026-06-05T17:05:41.134Z | Checking inout v0.1.4 |
| 2324 | 2026-06-05T17:05:41.161Z | Checking tokio v1.52.1 |
| 2325 | 2026-06-05T17:05:41.227Z | Checking sha2 v0.10.9 |
| 2326 | 2026-06-05T17:05:41.249Z | Checking indexmap v2.14.0 |
| 2327 | 2026-06-05T17:05:41.314Z | Checking form_urlencoded v1.2.2 |
| 2328 | 2026-06-05T17:05:41.331Z | Checking cipher v0.4.4 |
| 2329 | 2026-06-05T17:05:41.407Z | Checking getrandom v0.3.4 |
| 2330 | 2026-06-05T17:05:41.473Z | Checking fnv v1.0.7 |
| 2331 | 2026-06-05T17:05:41.514Z | Checking base64ct v1.8.3 |
| 2332 | 2026-06-05T17:05:41.558Z | Checking byteorder v1.5.0 |
| 2333 | 2026-06-05T17:05:41.585Z | Checking flagset v0.4.7 |
| 2334 | 2026-06-05T17:05:41.710Z | Checking rand_core v0.9.5 |
| 2335 | 2026-06-05T17:05:41.765Z | Checking pem-rfc7468 v0.7.0 |
| 2336 | 2026-06-05T17:05:41.765Z | Checking http v1.4.0 |
| 2337 | 2026-06-05T17:05:41.849Z | Checking regex-syntax v0.8.10 |
| 2338 | 2026-06-05T17:05:41.901Z | Checking idna_adapter v1.2.1 |
| 2339 | 2026-06-05T17:05:41.901Z | Checking salsa20 v0.10.2 |
| 2340 | 2026-06-05T17:05:41.901Z | Checking der v0.7.10 |
| 2341 | 2026-06-05T17:05:41.944Z | Checking idna v1.1.0 |
| 2342 | 2026-06-05T17:05:41.980Z | Checking uuid v1.23.0 |
| 2343 | 2026-06-05T17:05:43.922Z | Checking url v2.5.8 |
| 2344 | 2026-06-05T17:05:44.008Z | Checking pbkdf2 v0.12.2 |
| 2345 | 2026-06-05T17:05:44.008Z | Checking rustix v1.1.3 |
| 2346 | 2026-06-05T17:05:44.008Z | Checking ppv-lite86 v0.2.21 |
| 2347 | 2026-06-05T17:05:44.008Z | Checking tracing-core v0.1.36 |
| 2348 | 2026-06-05T17:05:44.008Z | Checking rustls-pki-types v1.14.0 |
| 2349 | 2026-06-05T17:05:44.008Z | Checking spki v0.7.3 |
| 2350 | 2026-06-05T17:05:44.008Z | Checking iana-time-zone v0.1.65 |
| 2351 | 2026-06-05T17:05:44.008Z | Checking base64 v0.22.1 |
| 2352 | 2026-06-05T17:05:44.008Z | Checking tracing v0.1.44 |
| 2353 | 2026-06-05T17:05:44.008Z | Checking chrono v0.4.44 |
| 2354 | 2026-06-05T17:05:44.008Z | Checking rand_chacha v0.9.0 |
| 2355 | 2026-06-05T17:05:44.008Z | Checking scrypt v0.11.0 |
| 2356 | 2026-06-05T17:05:44.008Z | Checking http-body v1.0.1 |
| 2357 | 2026-06-05T17:05:44.008Z | Checking cbc v0.1.2 |
| 2358 | 2026-06-05T17:05:44.008Z | Checking aes v0.8.4 |
| 2359 | 2026-06-05T17:05:44.008Z | Checking aws-lc-sys v0.40.0 |
| 2360 | 2026-06-05T17:05:44.008Z | Checking untrusted v0.9.0 |
| 2361 | 2026-06-05T17:05:44.008Z | Checking openssl-probe v0.2.1 |
| 2362 | 2026-06-05T17:05:44.009Z | Checking untrusted v0.7.1 |
| 2363 | 2026-06-05T17:05:44.009Z | Checking tinyvec_macros v0.1.1 |
| 2364 | 2026-06-05T17:05:44.009Z | Checking ring v0.17.14 |
| 2365 | 2026-06-05T17:05:44.009Z | Checking rand v0.9.2 |
| 2366 | 2026-06-05T17:05:44.009Z | Checking tinyvec v1.10.0 |
| 2367 | 2026-06-05T17:05:44.009Z | Checking tower-layer v0.3.3 |
| 2368 | 2026-06-05T17:05:44.009Z | Checking pkcs5 v0.7.1 |
| 2369 | 2026-06-05T17:05:44.009Z | Checking tower-service v0.3.3 |
| 2370 | 2026-06-05T17:05:44.009Z | Checking try-lock v0.2.5 |
| 2371 | 2026-06-05T17:05:44.009Z | Checking aws-lc-rs v1.16.3 |
| 2372 | 2026-06-05T17:05:44.009Z | Checking atomic-waker v1.1.2 |
| 2373 | 2026-06-05T17:05:44.009Z | Checking want v0.3.1 |
| 2374 | 2026-06-05T17:05:44.009Z | Checking pkcs8 v0.10.2 |
| 2375 | 2026-06-05T17:05:44.009Z | Checking ipnet v2.11.0 |
| 2376 | 2026-06-05T17:05:44.009Z | Checking httparse v1.10.1 |
| 2377 | 2026-06-05T17:05:44.009Z | Checking aho-corasick v1.1.4 |
| 2378 | 2026-06-05T17:05:44.009Z | Checking pin-utils v0.1.0 |
| 2379 | 2026-06-05T17:05:44.009Z | Checking dyn-clone v1.0.20 |
| 2380 | 2026-06-05T17:05:44.009Z | Checking fastrand v2.3.0 |
| 2381 | 2026-06-05T17:05:44.009Z | Checking utf8parse v0.2.2 |
| 2382 | 2026-06-05T17:05:44.009Z | Checking plain v0.2.3 |
| 2383 | 2026-06-05T17:05:44.009Z | Checking httpdate v1.0.3 |
| 2384 | 2026-06-05T17:05:44.010Z | Checking foreign-types-shared v0.1.1 |
| 2385 | 2026-06-05T17:05:44.010Z | Checking tempfile v3.25.0 |
| 2386 | 2026-06-05T17:05:44.064Z | Checking unicode-normalization v0.1.25 |
| 2387 | 2026-06-05T17:05:44.064Z | Checking foreign-types v0.3.2 |
| 2388 | 2026-06-05T17:05:44.064Z | Checking semver v1.0.28 |
| 2389 | 2026-06-05T17:05:44.097Z | Checking openssl-sys v0.9.115 |
| 2390 | 2026-06-05T17:05:44.131Z | Checking spin v0.9.8 |
| 2391 | 2026-06-05T17:05:44.143Z | Checking unicode-ident v1.0.24 |
| 2392 | 2026-06-05T17:05:44.202Z | Checking ucd-trie v0.1.7 |
| 2393 | 2026-06-05T17:05:44.241Z | Checking anstyle v1.0.14 |
| 2394 | 2026-06-05T17:05:44.361Z | Checking regex-automata v0.4.14 |
| 2395 | 2026-06-05T17:05:44.374Z | Checking proc-macro2 v1.0.106 |
| 2396 | 2026-06-05T17:05:44.374Z | Checking rustls-webpki v0.103.9 |
| 2397 | 2026-06-05T17:05:44.374Z | Checking pest v2.8.6 |
| 2398 | 2026-06-05T17:05:44.374Z | Checking schemars v0.8.22 |
| 2399 | 2026-06-05T17:05:44.400Z | Checking tokio-util v0.7.18 |
| 2400 | 2026-06-05T17:05:44.427Z | Checking rustls-native-certs v0.8.3 |
| 2401 | 2026-06-05T17:05:44.442Z | Checking openssl v0.10.79 |
| 2402 | 2026-06-05T17:05:44.561Z | Checking thiserror v2.0.18 |
| 2403 | 2026-06-05T17:05:44.608Z | Checking sync_wrapper v1.0.2 |
| 2404 | 2026-06-05T17:05:44.660Z | Checking wait-timeout v0.2.1 |
| 2405 | 2026-06-05T17:05:44.710Z | Checking pretty-hex v0.4.1 |
| 2406 | 2026-06-05T17:05:44.736Z | Checking rustls v0.23.37 |
| 2407 | 2026-06-05T17:05:44.779Z | Checking quick-error v1.2.3 |
| 2408 | 2026-06-05T17:05:44.827Z | Checking colorchoice v1.0.4 |
| 2409 | 2026-06-05T17:05:44.878Z | Checking simd-adler32 v0.3.8 |
| 2410 | 2026-06-05T17:05:44.924Z | Checking powerfmt v0.2.0 |
| 2411 | 2026-06-05T17:05:44.990Z | Checking is_terminal_polyfill v1.70.2 |
| 2412 | 2026-06-05T17:05:45.016Z | Checking h2 v0.4.13 |
| 2413 | 2026-06-05T17:05:45.048Z | Checking anstyle-query v1.1.5 |
| 2414 | 2026-06-05T17:05:45.074Z | Checking siphasher v1.0.2 |
| 2415 | 2026-06-05T17:05:45.078Z | Checking bit-vec v0.8.0 |
| 2416 | 2026-06-05T17:05:45.138Z | Checking deranged v0.5.8 |
| 2417 | 2026-06-05T17:05:45.232Z | Checking rusty-fork v0.3.1 |
| 2418 | 2026-06-05T17:05:45.282Z | Checking bit-set v0.8.0 |
| 2419 | 2026-06-05T17:05:45.392Z | Checking tower v0.5.3 |
| 2420 | 2026-06-05T17:05:45.404Z | Checking quote v1.0.45 |
| 2421 | 2026-06-05T17:05:45.541Z | Compiling newtype-uuid v1.3.2 |
| 2422 | 2026-06-05T17:05:45.586Z | Checking http-body-util v0.1.3 |
| 2423 | 2026-06-05T17:05:45.602Z | Checking crossbeam-utils v0.8.21 |
| 2424 | 2026-06-05T17:05:45.766Z | Checking webpki-roots v1.0.6 |
| 2425 | 2026-06-05T17:05:45.785Z | Checking rand_xorshift v0.4.0 |
| 2426 | 2026-06-05T17:05:45.882Z | Checking crc32fast v1.5.0 |
| 2427 | 2026-06-05T17:05:45.906Z | Checking scroll v0.13.0 |
| 2428 | 2026-06-05T17:05:45.945Z | Checking signature v2.2.0 |
| 2429 | 2026-06-05T17:05:46.030Z | Checking unicode-bidi v0.3.18 |
| 2430 | 2026-06-05T17:05:46.072Z | Checking time-core v0.1.8 |
| 2431 | 2026-06-05T17:05:46.085Z | Checking iri-string v0.7.10 |
| 2432 | 2026-06-05T17:05:46.121Z | Checking allocator-api2 v0.2.21 |
| 2433 | 2026-06-05T17:05:46.137Z | Checking adler2 v2.0.1 |
| 2434 | 2026-06-05T17:05:46.205Z | Checking unicode-properties v0.1.4 |
| 2435 | 2026-06-05T17:05:46.239Z | Checking num-conv v0.2.0 |
| 2436 | 2026-06-05T17:05:46.320Z | Checking ryu v1.0.23 |
| 2437 | 2026-06-05T17:05:46.359Z | Checking num_threads v0.1.7 |
| 2438 | 2026-06-05T17:05:46.394Z | Checking unarray v0.1.4 |
| 2439 | 2026-06-05T17:05:46.438Z | Checking stringprep v0.1.5 |
| 2440 | 2026-06-05T17:05:46.486Z | Checking time v0.3.47 |
| 2441 | 2026-06-05T17:05:46.487Z | Checking serde_urlencoded v0.7.1 |
| 2442 | 2026-06-05T17:05:46.487Z | Checking native-tls v0.2.18 |
| 2443 | 2026-06-05T17:05:46.503Z | Checking proptest v1.10.0 |
| 2444 | 2026-06-05T17:05:46.565Z | Checking miniz_oxide v0.8.9 |
| 2445 | 2026-06-05T17:05:46.630Z | Checking tokio-native-tls v0.3.1 |
| 2446 | 2026-06-05T17:05:46.690Z | Checking goblin v0.10.5 |
| 2447 | 2026-06-05T17:05:46.790Z | Checking bstr v1.12.1 |
| 2448 | 2026-06-05T17:05:46.931Z | Checking crossbeam-epoch v0.9.18 |
| 2449 | 2026-06-05T17:05:47.125Z | Checking tokio-rustls v0.26.4 |
| 2450 | 2026-06-05T17:05:47.153Z | Checking tower-http v0.6.8 |
| 2451 | 2026-06-05T17:05:47.170Z | Checking syn v2.0.117 |
| 2452 | 2026-06-05T17:05:47.200Z | Compiling daft v0.1.7 |
| 2453 | 2026-06-05T17:05:47.359Z | Checking ipnetwork v0.21.1 |
| 2454 | 2026-06-05T17:05:47.429Z | Checking anstyle-parse v1.0.0 |
| 2455 | 2026-06-05T17:05:47.473Z | Checking rand_chacha v0.3.1 |
| 2456 | 2026-06-05T17:05:47.574Z | Checking thiserror v1.0.69 |
| 2457 | 2026-06-05T17:05:47.586Z | Checking scroll v0.12.0 |
| 2458 | 2026-06-05T17:05:47.592Z | Checking hash32 v0.2.1 |
| 2459 | 2026-06-05T17:05:47.668Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2460 | 2026-06-05T17:05:47.770Z | Checking num-integer v0.1.46 |
| 2461 | 2026-06-05T17:05:47.777Z | Checking serde_spanned v0.6.9 |
| 2462 | 2026-06-05T17:05:47.777Z | Checking hyper v1.8.1 |
| 2463 | 2026-06-05T17:05:47.783Z | Checking toml_datetime v0.6.11 |
| 2464 | 2026-06-05T17:05:47.820Z | Checking md-5 v0.10.6 |
| 2465 | 2026-06-05T17:05:47.860Z | Checking ff v0.13.1 |
| 2466 | 2026-06-05T17:05:47.899Z | Checking encoding_rs v0.8.35 |
| 2467 | 2026-06-05T17:05:47.952Z | Checking zlib-rs v0.6.2 |
| 2468 | 2026-06-05T17:05:47.955Z | Checking fallible-iterator v0.2.0 |
| 2469 | 2026-06-05T17:05:47.985Z | Checking mime v0.3.17 |
| 2470 | 2026-06-05T17:05:48.154Z | Checking base16ct v0.2.0 |
| 2471 | 2026-06-05T17:05:48.237Z | Checking psl-types v2.0.11 |
| 2472 | 2026-06-05T17:05:48.297Z | Checking sec1 v0.7.3 |
| 2473 | 2026-06-05T17:05:48.354Z | Checking publicsuffix v2.3.0 |
| 2474 | 2026-06-05T17:05:48.512Z | Checking postgres-protocol v0.6.10 |
| 2475 | 2026-06-05T17:05:48.519Z | Checking group v0.13.0 |
| 2476 | 2026-06-05T17:05:48.519Z | Checking num-iter v0.1.45 |
| 2477 | 2026-06-05T17:05:48.639Z | Checking goblin v0.8.2 |
| 2478 | 2026-06-05T17:05:48.645Z | Checking zstd-safe v7.2.4 |
| 2479 | 2026-06-05T17:05:48.663Z | Checking hyper-util v0.1.20 |
| 2480 | 2026-06-05T17:05:48.772Z | Checking heapless v0.7.17 |
| 2481 | 2026-06-05T17:05:48.802Z | Checking rand v0.8.6 |
| 2482 | 2026-06-05T17:05:48.830Z | Checking cookie v0.18.1 |
| 2483 | 2026-06-05T17:05:48.849Z | Checking flate2 v1.1.9 |
| 2484 | 2026-06-05T17:05:49.045Z | Checking dof v0.4.0 |
| 2485 | 2026-06-05T17:05:49.062Z | Checking anstream v1.0.0 |
| 2486 | 2026-06-05T17:05:49.139Z | Checking oxnet v0.1.5 |
| 2487 | 2026-06-05T17:05:49.181Z | Compiling iddqd v0.4.2 |
| 2488 | 2026-06-05T17:05:49.262Z | Checking dtrace-parser v0.3.0 |
| 2489 | 2026-06-05T17:05:49.307Z | Checking phf_shared v0.13.1 |
| 2490 | 2026-06-05T17:05:49.376Z | Checking lazy_static v1.5.0 |
| 2491 | 2026-06-05T17:05:49.441Z | Checking anstyle-parse v0.2.7 |
| 2492 | 2026-06-05T17:05:49.464Z | Checking pin-project v1.1.11 |
| 2493 | 2026-06-05T17:05:49.499Z | Checking zerocopy v0.7.35 |
| 2494 | 2026-06-05T17:05:49.505Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2495 | 2026-06-05T17:05:49.559Z | Checking signal-hook v0.3.18 |
| 2496 | 2026-06-05T17:05:49.589Z | Checking terminal_size v0.4.3 |
| 2497 | 2026-06-05T17:05:49.602Z | Checking futures-executor v0.3.32 |
| 2498 | 2026-06-05T17:05:49.668Z | Checking hex v0.4.3 |
| 2499 | 2026-06-05T17:05:49.699Z | Checking hkdf v0.12.4 |
| 2500 | 2026-06-05T17:05:49.743Z | Checking crypto-bigint v0.5.5 |
| 2501 | 2026-06-05T17:05:49.748Z | Checking thread-id v5.1.0 |
| 2502 | 2026-06-05T17:05:49.831Z | Checking bumpalo v3.20.2 |
| 2503 | 2026-06-05T17:05:49.850Z | Checking winnow v0.5.40 |
| 2504 | 2026-06-05T17:05:49.885Z | Checking managed v0.8.0 |
| 2505 | 2026-06-05T17:05:50.036Z | Checking hyper-rustls v0.27.7 |
| 2506 | 2026-06-05T17:05:50.045Z | Checking hyper-tls v0.6.0 |
| 2507 | 2026-06-05T17:05:50.045Z | Checking same-file v1.0.6 |
| 2508 | 2026-06-05T17:05:50.069Z | Checking clap_lex v1.0.0 |
| 2509 | 2026-06-05T17:05:50.128Z | Compiling rayon-core v1.13.0 |
| 2510 | 2026-06-05T17:05:50.148Z | Checking bitflags v1.3.2 |
| 2511 | 2026-06-05T17:05:50.166Z | Checking strsim v0.11.1 |
| 2512 | 2026-06-05T17:05:50.218Z | Checking either v1.15.0 |
| 2513 | 2026-06-05T17:05:50.234Z | Checking foldhash v0.1.5 |
| 2514 | 2026-06-05T17:05:50.302Z | Checking libbz2-rs-sys v0.2.2 |
| 2515 | 2026-06-05T17:05:50.324Z | Checking winnow v0.7.14 |
| 2516 | 2026-06-05T17:05:50.362Z | Checking foldhash v0.2.0 |
| 2517 | 2026-06-05T17:05:50.405Z | Checking hashbrown v0.15.5 |
| 2518 | 2026-06-05T17:05:50.429Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2519 | 2026-06-05T17:05:50.514Z | Checking dof v0.3.0 |
| 2520 | 2026-06-05T17:05:50.525Z | Checking hashbrown v0.16.1 |
| 2521 | 2026-06-05T17:05:50.616Z | Checking clap_builder v4.6.0 |
| 2522 | 2026-06-05T17:05:50.631Z | Checking elliptic-curve v0.13.8 |
| 2523 | 2026-06-05T17:05:50.692Z | Checking bzip2 v0.6.1 |
| 2524 | 2026-06-05T17:05:50.817Z | Checking smoltcp v0.9.1 |
| 2525 | 2026-06-05T17:05:50.854Z | Checking reqwest v0.12.28 |
| 2526 | 2026-06-05T17:05:50.869Z | Checking walkdir v2.5.0 |
| 2527 | 2026-06-05T17:05:50.949Z | Checking zopfli v0.8.3 |
| 2528 | 2026-06-05T17:05:50.997Z | Checking toml_edit v0.19.15 |
| 2529 | 2026-06-05T17:05:51.025Z | Checking usdt-impl v0.6.0 |
| 2530 | 2026-06-05T17:05:51.031Z | Checking signal-hook-mio v0.2.5 |
| 2531 | 2026-06-05T17:05:51.136Z | Checking futures v0.3.32 |
| 2532 | 2026-06-05T17:05:51.216Z | Checking bzip2 v0.4.4 |
| 2533 | 2026-06-05T17:05:51.268Z | Checking anstream v0.6.21 |
| 2534 | 2026-06-05T17:05:51.291Z | Checking snafu v0.8.9 |
| 2535 | 2026-06-05T17:05:51.375Z | Checking phf v0.13.1 |
| 2536 | 2026-06-05T17:05:51.404Z | Checking num-bigint-dig v0.8.6 |
| 2537 | 2026-06-05T17:05:51.503Z | Checking cookie_store v0.22.1 |
| 2538 | 2026-06-05T17:05:51.531Z | Checking zstd v0.13.3 |
| 2539 | 2026-06-05T17:05:51.550Z | Checking postgres-types v0.2.12 |
| 2540 | 2026-06-05T17:05:51.721Z | Checking dtrace-parser v0.2.0 |
| 2541 | 2026-06-05T17:05:51.736Z | Checking globset v0.4.18 |
| 2542 | 2026-06-05T17:05:51.749Z | Checking crossbeam-deque v0.8.6 |
| 2543 | 2026-06-05T17:05:52.079Z | Checking rustls-platform-verifier v0.6.2 |
| 2544 | 2026-06-05T17:05:52.160Z | Checking regex v1.12.3 |
| 2545 | 2026-06-05T17:05:52.160Z | Checking ed25519 v2.2.3 |
| 2546 | 2026-06-05T17:05:52.160Z | Checking phf_shared v0.11.3 |
| 2547 | 2026-06-05T17:05:52.160Z | Checking olpc-cjson v0.1.4 |
| 2548 | 2026-06-05T17:05:52.160Z | Checking ref-cast v1.0.25 |
| 2549 | 2026-06-05T17:05:52.160Z | Checking curve25519-dalek v4.1.3 |
| 2550 | 2026-06-05T17:05:52.160Z | Checking strum v0.27.2 |
| 2551 | 2026-06-05T17:05:52.160Z | Checking hubpack v0.1.2 |
| 2552 | 2026-06-05T17:05:52.160Z | Checking memoffset v0.9.1 |
| 2553 | 2026-06-05T17:05:52.160Z | Checking rustix v0.38.44 |
| 2554 | 2026-06-05T17:05:52.160Z | Checking pkcs1 v0.7.5 |
| 2555 | 2026-06-05T17:05:52.193Z | Checking pem v3.0.6 |
| 2556 | 2026-06-05T17:05:52.193Z | Checking float-cmp v0.10.0 |
| 2557 | 2026-06-05T17:05:52.193Z | Checking erased-serde v0.3.31 |
| 2558 | 2026-06-05T17:05:52.220Z | Checking serde-big-array v0.5.1 |
| 2559 | 2026-06-05T17:05:52.244Z | Checking serde_plain v1.0.2 |
| 2560 | 2026-06-05T17:05:52.271Z | Checking rfc6979 v0.4.0 |
| 2561 | 2026-06-05T17:05:52.290Z | Checking memmap2 v0.9.10 |
| 2562 | 2026-06-05T17:05:52.303Z | Checking thread-id v4.2.2 |
| 2563 | 2026-06-05T17:05:52.370Z | Checking env_filter v1.0.0 |
| 2564 | 2026-06-05T17:05:52.383Z | Checking predicates-core v1.0.10 |
| 2565 | 2026-06-05T17:05:52.411Z | Checking precomputed-hash v0.1.1 |
| 2566 | 2026-06-05T17:05:52.422Z | Checking new_debug_unreachable v1.0.6 |
| 2567 | 2026-06-05T17:05:52.446Z | Checking difflib v0.4.0 |
| 2568 | 2026-06-05T17:05:52.473Z | Checking fixedbitset v0.4.2 |
| 2569 | 2026-06-05T17:05:52.481Z | Checking normalize-line-endings v0.3.0 |
| 2570 | 2026-06-05T17:05:52.493Z | Checking toml_write v0.1.2 |
| 2571 | 2026-06-05T17:05:52.515Z | Checking static_assertions v1.1.0 |
| 2572 | 2026-06-05T17:05:52.539Z | Checking keccak v0.1.6 |
| 2573 | 2026-06-05T17:05:52.563Z | Checking data-encoding v2.10.0 |
| 2574 | 2026-06-05T17:05:52.578Z | Checking jiff v0.2.21 |
| 2575 | 2026-06-05T17:05:52.615Z | Checking whoami v2.1.0 |
| 2576 | 2026-06-05T17:05:52.638Z | Checking fixedbitset v0.5.7 |
| 2577 | 2026-06-05T17:05:52.653Z | Checking typed-path v0.9.3 |
| 2578 | 2026-06-05T17:05:52.707Z | Checking unicode-segmentation v1.12.0 |
| 2579 | 2026-06-05T17:05:52.755Z | Checking ed25519-dalek v2.2.0 |
| 2580 | 2026-06-05T17:05:52.814Z | Checking tokio-postgres v0.7.16 |
| 2581 | 2026-06-05T17:05:52.828Z | Checking petgraph v0.8.3 |
| 2582 | 2026-06-05T17:05:52.841Z | Checking hickory-proto v0.25.2 |
| 2583 | 2026-06-05T17:05:52.893Z | Checking crossterm v0.28.1 |
| 2584 | 2026-06-05T17:05:52.983Z | Checking sha3 v0.10.8 |
| 2585 | 2026-06-05T17:05:53.022Z | Checking similar v2.7.0 |
| 2586 | 2026-06-05T17:05:53.183Z | Checking toml_edit v0.22.27 |
| 2587 | 2026-06-05T17:05:53.387Z | Checking predicates v3.1.4 |
| 2588 | 2026-06-05T17:05:53.424Z | Checking tough v0.22.0 |
| 2589 | 2026-06-05T17:05:53.603Z | Checking petgraph v0.6.5 |
| 2590 | 2026-06-05T17:05:53.683Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2591 | 2026-06-05T17:05:54.336Z | Checking slog v2.8.2 |
| 2592 | 2026-06-05T17:05:54.394Z | Checking env_logger v0.11.9 |
| 2593 | 2026-06-05T17:05:54.394Z | Checking string_cache v0.8.9 |
| 2594 | 2026-06-05T17:05:54.420Z | Checking usdt v0.6.0 |
| 2595 | 2026-06-05T17:05:54.460Z | Checking ecdsa v0.16.9 |
| 2596 | 2026-06-05T17:05:54.488Z | Checking usdt-impl v0.5.0 |
| 2597 | 2026-06-05T17:05:54.546Z | Checking rsa v0.9.10 |
| 2598 | 2026-06-05T17:05:54.766Z | Checking nix v0.31.2 |
| 2599 | 2026-06-05T17:05:54.800Z | Checking zip v4.6.1 |
| 2600 | 2026-06-05T17:05:54.842Z | Checking toml v0.7.8 |
| 2601 | 2026-06-05T17:05:55.010Z | Checking reqwest v0.13.2 |
| 2602 | 2026-06-05T17:05:55.356Z | Checking clap v4.6.1 |
| 2603 | 2026-06-05T17:05:55.418Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2604 | 2026-06-05T17:05:55.440Z | Checking zip v0.6.6 |
| 2605 | 2026-06-05T17:05:55.491Z | Checking itertools v0.13.0 |
| 2606 | 2026-06-05T17:05:55.605Z | Checking serde_with v3.17.0 |
| 2607 | 2026-06-05T17:05:55.679Z | Checking strum v0.26.3 |
| 2608 | 2026-06-05T17:05:55.741Z | Checking fs-err v3.3.0 |
| 2609 | 2026-06-05T17:05:55.756Z | Checking ahash v0.8.12 |
| 2610 | 2026-06-05T17:05:55.805Z | Checking object v0.37.3 |
| 2611 | 2026-06-05T17:05:55.814Z | Checking tokio-stream v0.1.18 |
| 2612 | 2026-06-05T17:05:55.861Z | Checking buf-list v1.1.2 |
| 2613 | 2026-06-05T17:05:55.944Z | Checking anyhow v1.0.102 |
| 2614 | 2026-06-05T17:05:55.950Z | Checking camino v1.2.2 |
| 2615 | 2026-06-05T17:05:56.043Z | Checking x509-cert v0.2.5 |
| 2616 | 2026-06-05T17:05:56.062Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2617 | 2026-06-05T17:05:56.141Z | Checking openapiv3 v2.2.0 |
| 2618 | 2026-06-05T17:05:56.480Z | Checking sha1 v0.10.6 |
| 2619 | 2026-06-05T17:05:56.541Z | Checking peg-runtime v0.8.5 |
| 2620 | 2026-06-05T17:05:56.541Z | Checking lalrpop-util v0.19.12 |
| 2621 | 2026-06-05T17:05:56.541Z | Checking rayon v1.11.0 |
| 2622 | 2026-06-05T17:05:56.541Z | Checking sigpipe v0.1.3 |
| 2623 | 2026-06-05T17:05:56.541Z | Checking glob v0.3.3 |
| 2624 | 2026-06-05T17:05:58.003Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2625 | 2026-06-05T17:05:58.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.19s |
| 2626 | 2026-06-05T17:05:58.440Z | |
| 2627 | 2026-06-05T17:05:58.440Z | info: running `cargo check --bins` on internal-dns-types (77/295) |
| 2628 | 2026-06-05T17:05:58.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2629 | 2026-06-05T17:05:58.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2630 | 2026-06-05T17:05:58.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2631 | 2026-06-05T17:05:58.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2632 | 2026-06-05T17:05:59.262Z | |
| 2633 | 2026-06-05T17:05:59.262Z | info: running `cargo check --bins` on internal-dns-types-versions (78/295) |
| 2634 | 2026-06-05T17:05:59.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2635 | 2026-06-05T17:05:59.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2636 | 2026-06-05T17:05:59.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2637 | 2026-06-05T17:05:59.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2638 | 2026-06-05T17:05:59.664Z | |
| 2639 | 2026-06-05T17:05:59.664Z | info: running `cargo check --bins` on nexus-types-versions (79/295) |
| 2640 | 2026-06-05T17:06:00.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2641 | 2026-06-05T17:06:00.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2642 | 2026-06-05T17:06:00.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2643 | 2026-06-05T17:06:00.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2644 | 2026-06-05T17:06:00.248Z | |
| 2645 | 2026-06-05T17:06:00.248Z | info: running `cargo check --bins` on oxql-types (80/295) |
| 2646 | 2026-06-05T17:06:00.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2647 | 2026-06-05T17:06:00.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2648 | 2026-06-05T17:06:00.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2649 | 2026-06-05T17:06:00.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2650 | 2026-06-05T17:06:00.848Z | |
| 2651 | 2026-06-05T17:06:00.848Z | info: running `cargo check --bins` on oximeter-types (81/295) |
| 2652 | 2026-06-05T17:06:01.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2653 | 2026-06-05T17:06:01.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2654 | 2026-06-05T17:06:01.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2655 | 2026-06-05T17:06:01.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2656 | 2026-06-05T17:06:01.451Z | |
| 2657 | 2026-06-05T17:06:01.451Z | info: running `cargo check --bins` on oximeter-types-versions (82/295) |
| 2658 | 2026-06-05T17:06:02.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2659 | 2026-06-05T17:06:02.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2660 | 2026-06-05T17:06:02.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2661 | 2026-06-05T17:06:02.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2662 | 2026-06-05T17:06:02.249Z | |
| 2663 | 2026-06-05T17:06:02.249Z | info: running `cargo check --bins` on oximeter-macro-impl (83/295) |
| 2664 | 2026-06-05T17:06:02.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2665 | 2026-06-05T17:06:02.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2666 | 2026-06-05T17:06:02.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2667 | 2026-06-05T17:06:02.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2668 | 2026-06-05T17:06:02.651Z | |
| 2669 | 2026-06-05T17:06:02.651Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/295) |
| 2670 | 2026-06-05T17:06:03.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2671 | 2026-06-05T17:06:03.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2672 | 2026-06-05T17:06:03.326Z | Compiling structmeta-derive v0.3.0 |
| 2673 | 2026-06-05T17:06:03.441Z | Compiling rustls v0.22.4 |
| 2674 | 2026-06-05T17:06:03.451Z | Compiling multer v3.1.0 |
| 2675 | 2026-06-05T17:06:03.470Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2676 | 2026-06-05T17:06:03.485Z | Compiling async-stream-impl v0.3.6 |
| 2677 | 2026-06-05T17:06:03.493Z | Compiling dropshot v0.17.0 |
| 2678 | 2026-06-05T17:06:03.499Z | Compiling newtype-uuid-macros v0.1.0 |
| 2679 | 2026-06-05T17:06:03.500Z | Compiling dropshot_endpoint v0.17.0 |
| 2680 | 2026-06-05T17:06:03.617Z | Checking newtype-uuid v1.3.2 |
| 2681 | 2026-06-05T17:06:03.702Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2682 | 2026-06-05T17:06:03.742Z | Checking rustls-webpki v0.102.8 |
| 2683 | 2026-06-05T17:06:03.808Z | Checking daft v0.1.7 |
| 2684 | 2026-06-05T17:06:03.834Z | Checking thread_local v1.1.9 |
| 2685 | 2026-06-05T17:06:03.999Z | Checking match_cfg v0.1.0 |
| 2686 | 2026-06-05T17:06:04.042Z | Checking compression-core v0.4.31 |
| 2687 | 2026-06-05T17:06:04.059Z | Checking iddqd v0.4.2 |
| 2688 | 2026-06-05T17:06:04.072Z | Checking hostname v0.3.1 |
| 2689 | 2026-06-05T17:06:04.116Z | Checking crossbeam-channel v0.5.15 |
| 2690 | 2026-06-05T17:06:04.163Z | Checking compression-codecs v0.4.37 |
| 2691 | 2026-06-05T17:06:04.169Z | Checking slog-json v2.6.1 |
| 2692 | 2026-06-05T17:06:04.255Z | Checking is-terminal v0.4.17 |
| 2693 | 2026-06-05T17:06:04.326Z | Checking serde_spanned v1.0.4 |
| 2694 | 2026-06-05T17:06:04.340Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2695 | 2026-06-05T17:06:04.352Z | Checking term v1.2.1 |
| 2696 | 2026-06-05T17:06:04.452Z | Checking take_mut v0.2.2 |
| 2697 | 2026-06-05T17:06:04.464Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2698 | 2026-06-05T17:06:04.497Z | Compiling structmeta v0.3.0 |
| 2699 | 2026-06-05T17:06:04.538Z | Checking debug-ignore v1.0.5 |
| 2700 | 2026-06-05T17:06:04.554Z | Checking slog-async v2.8.0 |
| 2701 | 2026-06-05T17:06:04.571Z | Checking slog-term v2.9.2 |
| 2702 | 2026-06-05T17:06:04.636Z | Checking async-compression v0.4.41 |
| 2703 | 2026-06-05T17:06:04.944Z | Checking toml v1.0.6+spec-1.1.0 |
| 2704 | 2026-06-05T17:06:05.049Z | Compiling derive-ex v0.1.8 |
| 2705 | 2026-06-05T17:06:05.049Z | Compiling parse-display-derive v0.10.0 |
| 2706 | 2026-06-05T17:06:05.049Z | Checking slog-bunyan v2.5.0 |
| 2707 | 2026-06-05T17:06:05.049Z | Checking async-stream v0.3.6 |
| 2708 | 2026-06-05T17:06:05.049Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2709 | 2026-06-05T17:06:05.102Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2710 | 2026-06-05T17:06:05.102Z | Checking progenitor-client v0.14.0 |
| 2711 | 2026-06-05T17:06:05.102Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2712 | 2026-06-05T17:06:05.196Z | Checking waitgroup v0.1.2 |
| 2713 | 2026-06-05T17:06:05.231Z | Checking backon v1.6.0 |
| 2714 | 2026-06-05T17:06:05.246Z | Checking rustls-pemfile v2.2.0 |
| 2715 | 2026-06-05T17:06:05.290Z | Checking serde_path_to_error v0.1.20 |
| 2716 | 2026-06-05T17:06:05.313Z | Checking hostname v0.4.2 |
| 2717 | 2026-06-05T17:06:05.381Z | Checking instant v0.1.13 |
| 2718 | 2026-06-05T17:06:05.470Z | Checking backoff v0.4.0 |
| 2719 | 2026-06-05T17:06:05.528Z | Checking tokio-rustls v0.25.0 |
| 2720 | 2026-06-05T17:06:05.554Z | Checking progenitor-extras v0.2.0 |
| 2721 | 2026-06-05T17:06:05.610Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2722 | 2026-06-05T17:06:05.644Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2723 | 2026-06-05T17:06:05.777Z | Checking itertools v0.14.0 |
| 2724 | 2026-06-05T17:06:05.855Z | Checking progenitor-client v0.10.0 |
| 2725 | 2026-06-05T17:06:06.001Z | Checking regress v0.10.5 |
| 2726 | 2026-06-05T17:06:06.015Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2727 | 2026-06-05T17:06:06.255Z | Checking macaddr v1.0.1 |
| 2728 | 2026-06-05T17:06:06.367Z | Compiling test-strategy v0.4.5 |
| 2729 | 2026-06-05T17:06:06.392Z | Checking parse-display v0.10.0 |
| 2730 | 2026-06-05T17:06:06.582Z | Checking humantime v2.3.0 |
| 2731 | 2026-06-05T17:06:08.050Z | Compiling prettyplease v0.2.37 |
| 2732 | 2026-06-05T17:06:08.167Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2733 | 2026-06-05T17:06:08.229Z | Checking num-rational v0.4.2 |
| 2734 | 2026-06-05T17:06:08.291Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2735 | 2026-06-05T17:06:08.535Z | Checking num-complex v0.4.6 |
| 2736 | 2026-06-05T17:06:09.262Z | Compiling num v0.4.3 |
| 2737 | 2026-06-05T17:06:09.343Z | Compiling usdt-macro v0.5.0 |
| 2738 | 2026-06-05T17:06:09.370Z | Compiling usdt-attr-macro v0.5.0 |
| 2739 | 2026-06-05T17:06:09.388Z | Checking memmap v0.7.0 |
| 2740 | 2026-06-05T17:06:09.408Z | Compiling float-ord v0.3.2 |
| 2741 | 2026-06-05T17:06:09.515Z | Compiling convert_case v0.4.0 |
| 2742 | 2026-06-05T17:06:09.529Z | Checking unicode-width v0.2.0 |
| 2743 | 2026-06-05T17:06:09.780Z | Checking console v0.15.11 |
| 2744 | 2026-06-05T17:06:09.890Z | Compiling derive_more v0.99.20 |
| 2745 | 2026-06-05T17:06:10.061Z | Checking newline-converter v0.3.0 |
| 2746 | 2026-06-05T17:06:10.079Z | Checking atomicwrites v0.4.4 |
| 2747 | 2026-06-05T17:06:10.147Z | Checking usdt v0.5.0 |
| 2748 | 2026-06-05T17:06:10.173Z | Compiling toml v0.8.23 |
| 2749 | 2026-06-05T17:06:10.439Z | Checking linked-hash-map v0.5.6 |
| 2750 | 2026-06-05T17:06:10.485Z | Compiling minimal-lexical v0.2.1 |
| 2751 | 2026-06-05T17:06:10.485Z | Checking lru-cache v0.1.2 |
| 2752 | 2026-06-05T17:06:10.529Z | Checking expectorate v1.2.0 |
| 2753 | 2026-06-05T17:06:10.584Z | Compiling nom v7.1.3 |
| 2754 | 2026-06-05T17:06:11.129Z | Checking camino-tempfile v1.4.1 |
| 2755 | 2026-06-05T17:06:11.211Z | Checking hickory-proto v0.24.4 |
| 2756 | 2026-06-05T17:06:11.292Z | Checking phf_shared v0.12.1 |
| 2757 | 2026-06-05T17:06:11.440Z | Compiling slog-dtrace v0.3.0 |
| 2758 | 2026-06-05T17:06:11.469Z | Checking heck v0.5.0 |
| 2759 | 2026-06-05T17:06:11.622Z | Checking resolv-conf v0.7.6 |
| 2760 | 2026-06-05T17:06:11.679Z | Compiling chrono-tz v0.10.4 |
| 2761 | 2026-06-05T17:06:11.874Z | Compiling const_format_proc_macros v0.2.34 |
| 2762 | 2026-06-05T17:06:11.888Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2763 | 2026-06-05T17:06:11.907Z | Checking phf v0.12.1 |
| 2764 | 2026-06-05T17:06:11.944Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2765 | 2026-06-05T17:06:12.059Z | Checking tokio-dtrace v0.1.1 |
| 2766 | 2026-06-05T17:06:12.239Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2767 | 2026-06-05T17:06:12.438Z | Compiling derive-where v1.6.0 |
| 2768 | 2026-06-05T17:06:12.490Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2769 | 2026-06-05T17:06:12.715Z | Checking highway v1.3.0 |
| 2770 | 2026-06-05T17:06:12.940Z | Checking const_format v0.2.35 |
| 2771 | 2026-06-05T17:06:13.072Z | Checking hickory-resolver v0.24.4 |
| 2772 | 2026-06-05T17:06:13.172Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2773 | 2026-06-05T17:06:13.444Z | Checking oxide-tokio-rt v0.1.4 |
| 2774 | 2026-06-05T17:06:13.494Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2775 | 2026-06-05T17:06:13.722Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2776 | 2026-06-05T17:06:13.744Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2777 | 2026-06-05T17:06:13.803Z | Checking qorb v0.4.1 |
| 2778 | 2026-06-05T17:06:13.897Z | Checking gethostname v0.5.0 |
| 2779 | 2026-06-05T17:06:13.981Z | Checking bcs v0.1.6 |
| 2780 | 2026-06-05T17:06:14.011Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2781 | 2026-06-05T17:06:14.054Z | Checking termtree v0.5.1 |
| 2782 | 2026-06-05T17:06:17.330Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2783 | 2026-06-05T17:06:20.070Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2784 | 2026-06-05T17:06:22.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.57s |
| 2785 | 2026-06-05T17:06:22.396Z | |
| 2786 | 2026-06-05T17:06:22.396Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295) |
| 2787 | 2026-06-05T17:06:22.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2788 | 2026-06-05T17:06:22.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2789 | 2026-06-05T17:06:23.083Z | Compiling ar_archive_writer v0.5.1 |
| 2790 | 2026-06-05T17:06:23.193Z | Compiling stacker v0.1.23 |
| 2791 | 2026-06-05T17:06:23.201Z | Compiling cfg_aliases v0.1.1 |
| 2792 | 2026-06-05T17:06:23.207Z | Compiling convert_case v0.10.0 |
| 2793 | 2026-06-05T17:06:23.214Z | Checking unicode-width v0.1.14 |
| 2794 | 2026-06-05T17:06:23.223Z | Compiling proc-macro-error v1.0.4 |
| 2795 | 2026-06-05T17:06:23.235Z | Checking fd-lock v4.0.4 |
| 2796 | 2026-06-05T17:06:23.235Z | Checking nibble_vec v0.1.0 |
| 2797 | 2026-06-05T17:06:23.257Z | Compiling nix v0.28.0 |
| 2798 | 2026-06-05T17:06:23.346Z | Checking vte v0.14.1 |
| 2799 | 2026-06-05T17:06:23.362Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2800 | 2026-06-05T17:06:23.453Z | Checking endian-type v0.1.2 |
| 2801 | 2026-06-05T17:06:23.494Z | Compiling derive_more-impl v2.1.1 |
| 2802 | 2026-06-05T17:06:23.494Z | Checking bytecount v0.6.9 |
| 2803 | 2026-06-05T17:06:23.507Z | Checking strip-ansi-escapes v0.2.1 |
| 2804 | 2026-06-05T17:06:23.532Z | Compiling tabled_derive v0.7.0 |
| 2805 | 2026-06-05T17:06:23.602Z | Checking radix_trie v0.2.1 |
| 2806 | 2026-06-05T17:06:23.606Z | Checking papergrid v0.11.0 |
| 2807 | 2026-06-05T17:06:23.637Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2808 | 2026-06-05T17:06:23.770Z | Compiling peg-macros v0.8.5 |
| 2809 | 2026-06-05T17:06:23.839Z | Checking winnow v0.6.26 |
| 2810 | 2026-06-05T17:06:24.008Z | Compiling psm v0.1.30 |
| 2811 | 2026-06-05T17:06:24.107Z | Compiling sqlparser_derive v0.5.0 |
| 2812 | 2026-06-05T17:06:24.218Z | Checking home v0.5.12 |
| 2813 | 2026-06-05T17:06:24.306Z | Checking derive_more v2.1.1 |
| 2814 | 2026-06-05T17:06:24.320Z | Checking nu-ansi-term v0.50.3 |
| 2815 | 2026-06-05T17:06:24.385Z | Checking unicode_categories v0.1.1 |
| 2816 | 2026-06-05T17:06:24.486Z | Checking tabled v0.15.0 |
| 2817 | 2026-06-05T17:06:24.528Z | Checking reedline v0.40.0 |
| 2818 | 2026-06-05T17:06:24.540Z | Checking crossterm v0.29.0 |
| 2819 | 2026-06-05T17:06:24.553Z | Checking rustyline v14.0.0 |
| 2820 | 2026-06-05T17:06:24.792Z | Checking recursive v0.1.1 |
| 2821 | 2026-06-05T17:06:24.884Z | Checking display-error-chain v0.2.2 |
| 2822 | 2026-06-05T17:06:24.899Z | Checking sqlparser v0.61.0 |
| 2823 | 2026-06-05T17:06:24.946Z | Checking sqlformat v0.3.5 |
| 2824 | 2026-06-05T17:06:25.095Z | Checking peg v0.8.5 |
| 2825 | 2026-06-05T17:06:36.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.73s |
| 2826 | 2026-06-05T17:06:36.342Z | |
| 2827 | 2026-06-05T17:06:36.342Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295) |
| 2828 | 2026-06-05T17:06:36.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2026-06-05T17:06:36.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2026-06-05T17:06:37.026Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2831 | 2026-06-05T17:06:40.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
| 2832 | 2026-06-05T17:06:40.673Z | |
| 2833 | 2026-06-05T17:06:40.673Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295) |
| 2834 | 2026-06-05T17:06:41.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2026-06-05T17:06:41.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2026-06-05T17:06:41.360Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2837 | 2026-06-05T17:06:43.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s |
| 2838 | 2026-06-05T17:06:43.997Z | |
| 2839 | 2026-06-05T17:06:43.997Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295) |
| 2840 | 2026-06-05T17:06:44.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2026-06-05T17:06:44.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2026-06-05T17:06:44.670Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2843 | 2026-06-05T17:06:47.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
| 2844 | 2026-06-05T17:06:48.082Z | |
| 2845 | 2026-06-05T17:06:48.083Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295) |
| 2846 | 2026-06-05T17:06:48.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2026-06-05T17:06:48.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2026-06-05T17:06:48.777Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2849 | 2026-06-05T17:06:52.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s |
| 2850 | 2026-06-05T17:06:52.209Z | |
| 2851 | 2026-06-05T17:06:52.209Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295) |
| 2852 | 2026-06-05T17:06:52.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2026-06-05T17:06:52.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2026-06-05T17:06:52.892Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2855 | 2026-06-05T17:06:55.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 2856 | 2026-06-05T17:06:55.664Z | |
| 2857 | 2026-06-05T17:06:55.664Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295) |
| 2858 | 2026-06-05T17:06:56.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2859 | 2026-06-05T17:06:56.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2860 | 2026-06-05T17:06:56.344Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2861 | 2026-06-05T17:06:58.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s |
| 2862 | 2026-06-05T17:06:59.208Z | |
| 2863 | 2026-06-05T17:06:59.208Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295) |
| 2864 | 2026-06-05T17:06:59.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2865 | 2026-06-05T17:06:59.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2866 | 2026-06-05T17:06:59.851Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2867 | 2026-06-05T17:07:03.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
| 2868 | 2026-06-05T17:07:03.447Z | |
| 2869 | 2026-06-05T17:07:03.447Z | info: running `cargo check --bins` on oximeter (93/295) |
| 2870 | 2026-06-05T17:07:03.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2871 | 2026-06-05T17:07:03.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2872 | 2026-06-05T17:07:03.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2873 | 2026-06-05T17:07:03.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2874 | 2026-06-05T17:07:04.049Z | |
| 2875 | 2026-06-05T17:07:04.049Z | info: running `cargo check --bins` on oximeter-schema (94/295) |
| 2876 | 2026-06-05T17:07:04.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2877 | 2026-06-05T17:07:04.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2878 | 2026-06-05T17:07:04.692Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2879 | 2026-06-05T17:07:04.856Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2880 | 2026-06-05T17:07:04.859Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2881 | 2026-06-05T17:07:05.200Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2882 | 2026-06-05T17:07:08.059Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2883 | 2026-06-05T17:07:09.293Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2884 | 2026-06-05T17:07:09.501Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2885 | 2026-06-05T17:07:10.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s |
| 2886 | 2026-06-05T17:07:10.359Z | |
| 2887 | 2026-06-05T17:07:10.359Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/295) |
| 2888 | 2026-06-05T17:07:10.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2889 | 2026-06-05T17:07:10.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2890 | 2026-06-05T17:07:10.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2891 | 2026-06-05T17:07:10.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2892 | 2026-06-05T17:07:10.961Z | |
| 2893 | 2026-06-05T17:07:10.961Z | info: running `cargo check --bins` on oximeter-test-utils (96/295) |
| 2894 | 2026-06-05T17:07:11.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2895 | 2026-06-05T17:07:11.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2896 | 2026-06-05T17:07:11.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2897 | 2026-06-05T17:07:11.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2898 | 2026-06-05T17:07:11.598Z | |
| 2899 | 2026-06-05T17:07:11.598Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295) |
| 2900 | 2026-06-05T17:07:12.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2901 | 2026-06-05T17:07:12.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2902 | 2026-06-05T17:07:12.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2903 | 2026-06-05T17:07:12.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2904 | 2026-06-05T17:07:12.204Z | |
| 2905 | 2026-06-05T17:07:12.204Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295) |
| 2906 | 2026-06-05T17:07:12.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2907 | 2026-06-05T17:07:12.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2908 | 2026-06-05T17:07:12.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2909 | 2026-06-05T17:07:12.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2910 | 2026-06-05T17:07:12.809Z | |
| 2911 | 2026-06-05T17:07:12.810Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295) |
| 2912 | 2026-06-05T17:07:13.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2913 | 2026-06-05T17:07:13.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2914 | 2026-06-05T17:07:13.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2915 | 2026-06-05T17:07:13.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2916 | 2026-06-05T17:07:13.415Z | |
| 2917 | 2026-06-05T17:07:13.415Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295) |
| 2918 | 2026-06-05T17:07:13.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2919 | 2026-06-05T17:07:13.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2920 | 2026-06-05T17:07:13.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2921 | 2026-06-05T17:07:13.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2922 | 2026-06-05T17:07:14.023Z | |
| 2923 | 2026-06-05T17:07:14.023Z | info: running `cargo check --bins` on trust-quorum-types (101/295) |
| 2924 | 2026-06-05T17:07:14.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2925 | 2026-06-05T17:07:14.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2926 | 2026-06-05T17:07:14.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2927 | 2026-06-05T17:07:14.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2928 | 2026-06-05T17:07:14.619Z | |
| 2929 | 2026-06-05T17:07:14.619Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/295) |
| 2930 | 2026-06-05T17:07:15.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2931 | 2026-06-05T17:07:15.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2932 | 2026-06-05T17:07:15.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2933 | 2026-06-05T17:07:15.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2934 | 2026-06-05T17:07:15.231Z | |
| 2935 | 2026-06-05T17:07:15.231Z | info: running `cargo check --bins` on update-engine (103/295) |
| 2936 | 2026-06-05T17:07:15.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2937 | 2026-06-05T17:07:15.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2938 | 2026-06-05T17:07:15.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2939 | 2026-06-05T17:07:15.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2940 | 2026-06-05T17:07:15.820Z | |
| 2941 | 2026-06-05T17:07:15.820Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/295) |
| 2942 | 2026-06-05T17:07:16.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2943 | 2026-06-05T17:07:16.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2944 | 2026-06-05T17:07:16.547Z | Compiling crucible-workspace-hack v0.1.0 |
| 2945 | 2026-06-05T17:07:16.665Z | Checking secrecy v0.10.3 |
| 2946 | 2026-06-05T17:07:16.672Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2947 | 2026-06-05T17:07:16.675Z | Compiling heapless v0.8.0 |
| 2948 | 2026-06-05T17:07:16.685Z | Compiling ingot-macros v0.1.1 |
| 2949 | 2026-06-05T17:07:16.695Z | Checking hash32 v0.3.1 |
| 2950 | 2026-06-05T17:07:16.706Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2951 | 2026-06-05T17:07:16.709Z | Compiling smoltcp v0.11.0 |
| 2952 | 2026-06-05T17:07:16.766Z | Checking cobs v0.3.0 |
| 2953 | 2026-06-05T17:07:16.812Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2954 | 2026-06-05T17:07:16.892Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2955 | 2026-06-05T17:07:16.906Z | Checking universal-hash v0.5.1 |
| 2956 | 2026-06-05T17:07:16.930Z | Checking half v2.7.1 |
| 2957 | 2026-06-05T17:07:16.942Z | Checking opaque-debug v0.3.1 |
| 2958 | 2026-06-05T17:07:17.009Z | Checking ciborium-io v0.2.2 |
| 2959 | 2026-06-05T17:07:17.039Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2960 | 2026-06-05T17:07:17.072Z | Checking poly1305 v0.8.0 |
| 2961 | 2026-06-05T17:07:17.099Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2962 | 2026-06-05T17:07:17.180Z | Checking ciborium-ll v0.2.2 |
| 2963 | 2026-06-05T17:07:17.238Z | Checking postcard v1.1.3 |
| 2964 | 2026-06-05T17:07:17.327Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2965 | 2026-06-05T17:07:17.355Z | Compiling proc-macro-crate v3.4.0 |
| 2966 | 2026-06-05T17:07:17.512Z | Checking password-hash v0.5.0 |
| 2967 | 2026-06-05T17:07:17.526Z | Checking chacha20 v0.9.1 |
| 2968 | 2026-06-05T17:07:17.600Z | Compiling proc-macro-crate v1.3.1 |
| 2969 | 2026-06-05T17:07:17.734Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2970 | 2026-06-05T17:07:17.757Z | Checking blake2 v0.10.6 |
| 2971 | 2026-06-05T17:07:17.871Z | Checking aead v0.5.2 |
| 2972 | 2026-06-05T17:07:17.908Z | Compiling num_enum_derive v0.7.6 |
| 2973 | 2026-06-05T17:07:17.964Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2974 | 2026-06-05T17:07:17.991Z | Compiling foreign-types-macros v0.2.3 |
| 2975 | 2026-06-05T17:07:18.012Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2976 | 2026-06-05T17:07:18.012Z | Checking cpufeatures v0.3.0 |
| 2977 | 2026-06-05T17:07:18.064Z | Checking thiserror-no-std v2.0.2 |
| 2978 | 2026-06-05T17:07:18.099Z | Checking foreign-types-shared v0.3.1 |
| 2979 | 2026-06-05T17:07:18.153Z | Checking vsss-rs v3.3.4 |
| 2980 | 2026-06-05T17:07:18.171Z | Checking chacha20 v0.10.0 |
| 2981 | 2026-06-05T17:07:18.190Z | Checking chacha20poly1305 v0.10.1 |
| 2982 | 2026-06-05T17:07:18.250Z | Compiling num_enum_derive v0.5.11 |
| 2983 | 2026-06-05T17:07:18.315Z | Checking argon2 v0.5.3 |
| 2984 | 2026-06-05T17:07:18.382Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2985 | 2026-06-05T17:07:18.573Z | Checking foreign-types v0.5.0 |
| 2986 | 2026-06-05T17:07:18.650Z | Checking ciborium v0.2.2 |
| 2987 | 2026-06-05T17:07:18.768Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2988 | 2026-06-05T17:07:18.786Z | Checking tabwriter v1.4.1 |
| 2989 | 2026-06-05T17:07:18.934Z | Checking byte-wrapper v0.1.0 |
| 2990 | 2026-06-05T17:07:18.948Z | Checking num_enum v0.7.6 |
| 2991 | 2026-06-05T17:07:19.053Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2992 | 2026-06-05T17:07:19.068Z | Checking cstr-argument v0.1.2 |
| 2993 | 2026-06-05T17:07:19.074Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2994 | 2026-06-05T17:07:19.139Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2995 | 2026-06-05T17:07:19.190Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2996 | 2026-06-05T17:07:19.258Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2997 | 2026-06-05T17:07:19.282Z | Checking num_enum v0.5.11 |
| 2998 | 2026-06-05T17:07:19.342Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2999 | 2026-06-05T17:07:19.360Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3000 | 2026-06-05T17:07:19.437Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3001 | 2026-06-05T17:07:19.471Z | Checking ingot-types v0.1.2 |
| 3002 | 2026-06-05T17:07:19.485Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3003 | 2026-06-05T17:07:19.522Z | Checking rand v0.10.0 |
| 3004 | 2026-06-05T17:07:19.532Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3005 | 2026-06-05T17:07:19.588Z | Checking colored v3.1.1 |
| 3006 | 2026-06-05T17:07:19.603Z | Checking indent_write v2.2.0 |
| 3007 | 2026-06-05T17:07:19.735Z | Compiling zone_cfg_derive v0.3.1 |
| 3008 | 2026-06-05T17:07:19.789Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3009 | 2026-06-05T17:07:19.824Z | Checking ingot v0.1.1 |
| 3010 | 2026-06-05T17:07:19.839Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3011 | 2026-06-05T17:07:19.853Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3012 | 2026-06-05T17:07:19.934Z | Checking itertools v0.12.1 |
| 3013 | 2026-06-05T17:07:19.950Z | Compiling num-derive v0.4.2 |
| 3014 | 2026-06-05T17:07:19.966Z | Checking swrite v0.1.0 |
| 3015 | 2026-06-05T17:07:20.021Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3016 | 2026-06-05T17:07:20.053Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3017 | 2026-06-05T17:07:20.221Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3018 | 2026-06-05T17:07:20.364Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3019 | 2026-06-05T17:07:20.380Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3020 | 2026-06-05T17:07:20.383Z | Checking dropshot-api-manager-types v0.7.2 |
| 3021 | 2026-06-05T17:07:20.405Z | Checking smf v0.2.3 |
| 3022 | 2026-06-05T17:07:20.488Z | Checking nanorand v0.7.0 |
| 3023 | 2026-06-05T17:07:20.558Z | Checking whoami v1.6.1 |
| 3024 | 2026-06-05T17:07:20.634Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3025 | 2026-06-05T17:07:20.682Z | Checking flume v0.11.1 |
| 3026 | 2026-06-05T17:07:20.866Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3027 | 2026-06-05T17:07:20.941Z | Checking zone v0.3.1 |
| 3028 | 2026-06-05T17:07:21.384Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3029 | 2026-06-05T17:07:22.373Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3030 | 2026-06-05T17:07:23.260Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3031 | 2026-06-05T17:07:26.512Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3032 | 2026-06-05T17:07:28.545Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3033 | 2026-06-05T17:07:29.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.82s |
| 3034 | 2026-06-05T17:07:29.846Z | |
| 3035 | 2026-06-05T17:07:29.846Z | info: running `cargo check --bins` on clickhouse-admin-api (105/295) |
| 3036 | 2026-06-05T17:07:30.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3037 | 2026-06-05T17:07:30.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3038 | 2026-06-05T17:07:30.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3039 | 2026-06-05T17:07:30.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3040 | 2026-06-05T17:07:30.445Z | |
| 3041 | 2026-06-05T17:07:30.446Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/295) |
| 3042 | 2026-06-05T17:07:30.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3043 | 2026-06-05T17:07:30.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3044 | 2026-06-05T17:07:30.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3045 | 2026-06-05T17:07:30.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3046 | 2026-06-05T17:07:31.042Z | |
| 3047 | 2026-06-05T17:07:31.044Z | info: running `cargo check --bins` on bootstrap-agent-client (107/295) |
| 3048 | 2026-06-05T17:07:31.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3049 | 2026-06-05T17:07:31.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3050 | 2026-06-05T17:07:31.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3051 | 2026-06-05T17:07:31.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3052 | 2026-06-05T17:07:31.648Z | |
| 3053 | 2026-06-05T17:07:31.648Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295) |
| 3054 | 2026-06-05T17:07:32.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3055 | 2026-06-05T17:07:32.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3056 | 2026-06-05T17:07:32.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3057 | 2026-06-05T17:07:32.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3058 | 2026-06-05T17:07:32.252Z | |
| 3059 | 2026-06-05T17:07:32.252Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295) |
| 3060 | 2026-06-05T17:07:32.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3061 | 2026-06-05T17:07:32.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3062 | 2026-06-05T17:07:32.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3063 | 2026-06-05T17:07:32.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3064 | 2026-06-05T17:07:32.850Z | |
| 3065 | 2026-06-05T17:07:32.850Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/295) |
| 3066 | 2026-06-05T17:07:33.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3067 | 2026-06-05T17:07:33.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3068 | 2026-06-05T17:07:33.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3069 | 2026-06-05T17:07:33.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3070 | 2026-06-05T17:07:33.448Z | |
| 3071 | 2026-06-05T17:07:33.448Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/295) |
| 3072 | 2026-06-05T17:07:33.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3073 | 2026-06-05T17:07:33.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3074 | 2026-06-05T17:07:33.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3075 | 2026-06-05T17:07:33.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3076 | 2026-06-05T17:07:34.056Z | |
| 3077 | 2026-06-05T17:07:34.056Z | info: running `cargo check --bins` on cockroach-admin-client (112/295) |
| 3078 | 2026-06-05T17:07:34.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3079 | 2026-06-05T17:07:34.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3080 | 2026-06-05T17:07:34.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3081 | 2026-06-05T17:07:34.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3082 | 2026-06-05T17:07:34.635Z | |
| 3083 | 2026-06-05T17:07:34.635Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/295) |
| 3084 | 2026-06-05T17:07:35.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3085 | 2026-06-05T17:07:35.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3086 | 2026-06-05T17:07:35.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3087 | 2026-06-05T17:07:35.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3088 | 2026-06-05T17:07:35.236Z | |
| 3089 | 2026-06-05T17:07:35.236Z | info: running `cargo check --bins` on dns-service-client (114/295) |
| 3090 | 2026-06-05T17:07:35.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3091 | 2026-06-05T17:07:35.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3092 | 2026-06-05T17:07:35.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3093 | 2026-06-05T17:07:35.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3094 | 2026-06-05T17:07:35.839Z | |
| 3095 | 2026-06-05T17:07:35.839Z | info: running `cargo check --bins` on installinator-client (115/295) |
| 3096 | 2026-06-05T17:07:36.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3097 | 2026-06-05T17:07:36.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3098 | 2026-06-05T17:07:36.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3099 | 2026-06-05T17:07:36.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3100 | 2026-06-05T17:07:36.444Z | |
| 3101 | 2026-06-05T17:07:36.444Z | info: running `cargo check --bins` on nexus-client (116/295) |
| 3102 | 2026-06-05T17:07:36.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3103 | 2026-06-05T17:07:37.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3104 | 2026-06-05T17:07:37.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3105 | 2026-06-05T17:07:37.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3106 | 2026-06-05T17:07:37.083Z | |
| 3107 | 2026-06-05T17:07:37.083Z | info: running `cargo check --bins` on nexus-lockstep-client (117/295) |
| 3108 | 2026-06-05T17:07:37.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3109 | 2026-06-05T17:07:37.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3110 | 2026-06-05T17:07:37.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3111 | 2026-06-05T17:07:37.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3112 | 2026-06-05T17:07:37.776Z | |
| 3113 | 2026-06-05T17:07:37.776Z | info: running `cargo check --bins` on ntp-admin-client (118/295) |
| 3114 | 2026-06-05T17:07:38.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3115 | 2026-06-05T17:07:38.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3116 | 2026-06-05T17:07:38.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3117 | 2026-06-05T17:07:38.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3118 | 2026-06-05T17:07:38.316Z | |
| 3119 | 2026-06-05T17:07:38.316Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/295) |
| 3120 | 2026-06-05T17:07:38.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3121 | 2026-06-05T17:07:38.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3122 | 2026-06-05T17:07:38.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3123 | 2026-06-05T17:07:38.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3124 | 2026-06-05T17:07:38.904Z | |
| 3125 | 2026-06-05T17:07:38.904Z | info: running `cargo check --bins` on oxide-client (120/295) |
| 3126 | 2026-06-05T17:07:39.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3127 | 2026-06-05T17:07:39.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3128 | 2026-06-05T17:07:39.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3129 | 2026-06-05T17:07:39.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3130 | 2026-06-05T17:07:39.496Z | |
| 3131 | 2026-06-05T17:07:39.496Z | info: running `cargo check --bins` on oximeter-client (121/295) |
| 3132 | 2026-06-05T17:07:40.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3133 | 2026-06-05T17:07:40.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3134 | 2026-06-05T17:07:40.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3135 | 2026-06-05T17:07:40.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3136 | 2026-06-05T17:07:40.096Z | |
| 3137 | 2026-06-05T17:07:40.096Z | info: running `cargo check --bins` on repo-depot-client (122/295) |
| 3138 | 2026-06-05T17:07:40.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3139 | 2026-06-05T17:07:40.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3140 | 2026-06-05T17:07:40.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3141 | 2026-06-05T17:07:40.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3142 | 2026-06-05T17:07:40.684Z | |
| 3143 | 2026-06-05T17:07:40.684Z | info: running `cargo check --bins` on sled-agent-client (123/295) |
| 3144 | 2026-06-05T17:07:41.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3145 | 2026-06-05T17:07:41.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3146 | 2026-06-05T17:07:41.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3147 | 2026-06-05T17:07:41.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3148 | 2026-06-05T17:07:41.295Z | |
| 3149 | 2026-06-05T17:07:41.295Z | info: running `cargo check --bins` on wicketd-client (124/295) |
| 3150 | 2026-06-05T17:07:41.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3151 | 2026-06-05T17:07:41.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3152 | 2026-06-05T17:07:41.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3153 | 2026-06-05T17:07:41.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3154 | 2026-06-05T17:07:41.924Z | |
| 3155 | 2026-06-05T17:07:41.924Z | info: running `cargo check --bins` on installinator-common (125/295) |
| 3156 | 2026-06-05T17:07:42.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3157 | 2026-06-05T17:07:42.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3158 | 2026-06-05T17:07:42.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3159 | 2026-06-05T17:07:42.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3160 | 2026-06-05T17:07:42.543Z | |
| 3161 | 2026-06-05T17:07:42.543Z | info: running `cargo check --bins` on installinator-common-versions (126/295) |
| 3162 | 2026-06-05T17:07:43.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3163 | 2026-06-05T17:07:43.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3164 | 2026-06-05T17:07:43.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3165 | 2026-06-05T17:07:43.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3166 | 2026-06-05T17:07:43.123Z | |
| 3167 | 2026-06-05T17:07:43.123Z | info: running `cargo check --bins` on wicket-common (127/295) |
| 3168 | 2026-06-05T17:07:43.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3169 | 2026-06-05T17:07:43.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3170 | 2026-06-05T17:07:43.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3171 | 2026-06-05T17:07:43.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3172 | 2026-06-05T17:07:43.737Z | |
| 3173 | 2026-06-05T17:07:43.737Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/295) |
| 3174 | 2026-06-05T17:07:44.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3175 | 2026-06-05T17:07:44.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3176 | 2026-06-05T17:07:44.438Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3177 | 2026-06-05T17:07:44.556Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3178 | 2026-06-05T17:07:44.563Z | Checking csv-core v0.1.13 |
| 3179 | 2026-06-05T17:07:44.572Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3180 | 2026-06-05T17:07:44.579Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3181 | 2026-06-05T17:07:44.583Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3182 | 2026-06-05T17:07:44.600Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3183 | 2026-06-05T17:07:44.612Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3184 | 2026-06-05T17:07:44.723Z | Checking csv v1.4.0 |
| 3185 | 2026-06-05T17:07:44.761Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3186 | 2026-06-05T17:07:44.776Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3187 | 2026-06-05T17:07:44.806Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3188 | 2026-06-05T17:07:44.822Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3189 | 2026-06-05T17:07:45.054Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3190 | 2026-06-05T17:07:45.414Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3191 | 2026-06-05T17:07:45.414Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3192 | 2026-06-05T17:07:45.773Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3193 | 2026-06-05T17:07:51.682Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3194 | 2026-06-05T17:07:52.212Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3195 | 2026-06-05T17:07:54.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.80s |
| 3196 | 2026-06-05T17:07:54.741Z | |
| 3197 | 2026-06-05T17:07:54.741Z | info: running `cargo check --bins` on cockroach-admin-api (129/295) |
| 3198 | 2026-06-05T17:07:55.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3199 | 2026-06-05T17:07:55.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3200 | 2026-06-05T17:07:55.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3201 | 2026-06-05T17:07:55.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3202 | 2026-06-05T17:07:55.346Z | |
| 3203 | 2026-06-05T17:07:55.346Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295) |
| 3204 | 2026-06-05T17:07:55.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3205 | 2026-06-05T17:07:55.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3206 | 2026-06-05T17:07:55.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3207 | 2026-06-05T17:07:55.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3208 | 2026-06-05T17:07:56.034Z | |
| 3209 | 2026-06-05T17:07:56.034Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295) |
| 3210 | 2026-06-05T17:07:56.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3211 | 2026-06-05T17:07:56.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3212 | 2026-06-05T17:07:56.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3213 | 2026-06-05T17:07:56.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3214 | 2026-06-05T17:07:56.720Z | |
| 3215 | 2026-06-05T17:07:56.720Z | info: running `cargo check --bins` on gateway-test-utils (132/295) |
| 3216 | 2026-06-05T17:07:57.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3217 | 2026-06-05T17:07:57.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3218 | 2026-06-05T17:07:57.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3219 | 2026-06-05T17:07:57.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3220 | 2026-06-05T17:07:57.367Z | |
| 3221 | 2026-06-05T17:07:57.367Z | info: running `cargo check --bins` on omicron-gateway (133/295) |
| 3222 | 2026-06-05T17:07:57.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3223 | 2026-06-05T17:07:57.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3224 | 2026-06-05T17:07:58.298Z | Compiling regress v0.11.1 |
| 3225 | 2026-06-05T17:07:58.317Z | Compiling unsafe-libyaml v0.2.11 |
| 3226 | 2026-06-05T17:07:58.317Z | Compiling semver v0.1.20 |
| 3227 | 2026-06-05T17:07:58.327Z | Compiling radium v0.7.0 |
| 3228 | 2026-06-05T17:07:58.327Z | Checking nom v8.0.0 |
| 3229 | 2026-06-05T17:07:58.328Z | Compiling maybe-uninit v2.0.0 |
| 3230 | 2026-06-05T17:07:58.328Z | Checking tap v1.0.1 |
| 3231 | 2026-06-05T17:07:58.445Z | Checking wyz v0.5.1 |
| 3232 | 2026-06-05T17:07:58.564Z | Compiling rustc_version v0.1.7 |
| 3233 | 2026-06-05T17:07:58.621Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3234 | 2026-06-05T17:07:58.640Z | Compiling zerocopy-derive v0.6.6 |
| 3235 | 2026-06-05T17:07:58.750Z | Compiling packed_struct v0.10.1 |
| 3236 | 2026-06-05T17:07:58.783Z | Compiling serde_yaml v0.9.34+deprecated |
| 3237 | 2026-06-05T17:07:58.999Z | Compiling newtype_derive v0.1.6 |
| 3238 | 2026-06-05T17:07:59.013Z | Checking crc-catalog v2.4.0 |
| 3239 | 2026-06-05T17:07:59.154Z | Checking funty v2.0.0 |
| 3240 | 2026-06-05T17:07:59.187Z | Compiling cancel-safe-futures v0.1.5 |
| 3241 | 2026-06-05T17:07:59.394Z | Compiling owo-colors v4.3.0 |
| 3242 | 2026-06-05T17:07:59.468Z | Checking bitvec v1.0.1 |
| 3243 | 2026-06-05T17:07:59.483Z | Checking zerocopy v0.6.6 |
| 3244 | 2026-06-05T17:07:59.726Z | Checking typify-impl v0.6.2 |
| 3245 | 2026-06-05T17:07:59.850Z | Checking crc v3.4.0 |
| 3246 | 2026-06-05T17:08:00.091Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3247 | 2026-06-05T17:08:00.124Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3248 | 2026-06-05T17:08:00.206Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3249 | 2026-06-05T17:08:00.234Z | Compiling packed_struct_codegen v0.10.1 |
| 3250 | 2026-06-05T17:08:00.463Z | Checking libsw-core v0.3.2 |
| 3251 | 2026-06-05T17:08:00.611Z | Compiling bitfield-macros v0.19.4 |
| 3252 | 2026-06-05T17:08:00.626Z | Compiling indexmap v1.9.3 |
| 3253 | 2026-06-05T17:08:00.766Z | Checking nodrop v0.1.14 |
| 3254 | 2026-06-05T17:08:00.825Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3255 | 2026-06-05T17:08:00.864Z | Checking array-init v0.0.4 |
| 3256 | 2026-06-05T17:08:00.899Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3257 | 2026-06-05T17:08:00.899Z | Checking libsw v3.5.0 |
| 3258 | 2026-06-05T17:08:01.063Z | Checking smallvec v0.6.14 |
| 3259 | 2026-06-05T17:08:01.168Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3260 | 2026-06-05T17:08:01.256Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3261 | 2026-06-05T17:08:01.329Z | Checking bitfield v0.19.4 |
| 3262 | 2026-06-05T17:08:01.460Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3263 | 2026-06-05T17:08:01.604Z | Checking tagptr v0.2.0 |
| 3264 | 2026-06-05T17:08:01.618Z | Checking linear-map v1.2.0 |
| 3265 | 2026-06-05T17:08:01.634Z | Checking unicode-linebreak v0.1.5 |
| 3266 | 2026-06-05T17:08:01.678Z | Checking smawk v0.3.2 |
| 3267 | 2026-06-05T17:08:01.745Z | Checking hashbrown v0.12.3 |
| 3268 | 2026-06-05T17:08:01.786Z | Checking base64 v0.21.7 |
| 3269 | 2026-06-05T17:08:01.814Z | Checking moka v0.12.13 |
| 3270 | 2026-06-05T17:08:01.846Z | Checking textwrap v0.16.2 |
| 3271 | 2026-06-05T17:08:01.963Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3272 | 2026-06-05T17:08:02.034Z | Checking ron v0.8.1 |
| 3273 | 2026-06-05T17:08:02.065Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3274 | 2026-06-05T17:08:02.239Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3275 | 2026-06-05T17:08:02.387Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3276 | 2026-06-05T17:08:02.454Z | Checking steno v0.4.1 |
| 3277 | 2026-06-05T17:08:02.483Z | Checking serde-hex v0.1.0 |
| 3278 | 2026-06-05T17:08:02.551Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3279 | 2026-06-05T17:08:02.713Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3280 | 2026-06-05T17:08:03.055Z | Checking hashbrown v0.13.2 |
| 3281 | 2026-06-05T17:08:03.248Z | Checking crc-any v2.5.0 |
| 3282 | 2026-06-05T17:08:03.291Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3283 | 2026-06-05T17:08:03.427Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3284 | 2026-06-05T17:08:03.442Z | Checking hickory-resolver v0.25.2 |
| 3285 | 2026-06-05T17:08:03.481Z | Checking object v0.30.4 |
| 3286 | 2026-06-05T17:08:03.517Z | Checking path-slash v0.1.5 |
| 3287 | 2026-06-05T17:08:03.567Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3288 | 2026-06-05T17:08:03.590Z | Checking void v1.0.2 |
| 3289 | 2026-06-05T17:08:03.620Z | Checking utf-8 v0.7.6 |
| 3290 | 2026-06-05T17:08:03.669Z | Checking half v1.8.3 |
| 3291 | 2026-06-05T17:08:03.697Z | Checking lzss v0.8.2 |
| 3292 | 2026-06-05T17:08:03.762Z | Checking tungstenite v0.23.0 |
| 3293 | 2026-06-05T17:08:03.886Z | Checking serde_cbor v0.11.2 |
| 3294 | 2026-06-05T17:08:03.983Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3295 | 2026-06-05T17:08:04.046Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3296 | 2026-06-05T17:08:04.144Z | Checking nix v0.27.1 |
| 3297 | 2026-06-05T17:08:04.163Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3298 | 2026-06-05T17:08:04.206Z | Checking kstat-rs v0.2.4 |
| 3299 | 2026-06-05T17:08:04.272Z | Checking fxhash v0.2.1 |
| 3300 | 2026-06-05T17:08:04.288Z | Checking serde_bytes v0.11.19 |
| 3301 | 2026-06-05T17:08:04.318Z | Compiling typify-macro v0.6.2 |
| 3302 | 2026-06-05T17:08:04.390Z | Checking tokio-tungstenite v0.23.1 |
| 3303 | 2026-06-05T17:08:04.393Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3304 | 2026-06-05T17:08:04.461Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3305 | 2026-06-05T17:08:04.580Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3306 | 2026-06-05T17:08:04.642Z | Checking signal-hook-tokio v0.3.1 |
| 3307 | 2026-06-05T17:08:05.404Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3308 | 2026-06-05T17:08:05.570Z | Compiling typify v0.6.2 |
| 3309 | 2026-06-05T17:08:05.676Z | Compiling progenitor-impl v0.14.0 |
| 3310 | 2026-06-05T17:08:06.284Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3311 | 2026-06-05T17:08:06.591Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3312 | 2026-06-05T17:08:07.107Z | Compiling progenitor-macro v0.14.0 |
| 3313 | 2026-06-05T17:08:09.427Z | Checking progenitor v0.14.0 |
| 3314 | 2026-06-05T17:08:09.543Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3315 | 2026-06-05T17:08:09.546Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3316 | 2026-06-05T17:08:12.180Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3317 | 2026-06-05T17:08:19.993Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3318 | 2026-06-05T17:08:26.309Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3319 | 2026-06-05T17:08:27.661Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3320 | 2026-06-05T17:08:28.153Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3321 | 2026-06-05T17:08:30.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.84s |
| 3322 | 2026-06-05T17:08:30.421Z | |
| 3323 | 2026-06-05T17:08:30.421Z | info: running `cargo check --bins` on gateway-api (134/295) |
| 3324 | 2026-06-05T17:08:30.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3325 | 2026-06-05T17:08:30.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3326 | 2026-06-05T17:08:30.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3327 | 2026-06-05T17:08:30.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3328 | 2026-06-05T17:08:31.016Z | |
| 3329 | 2026-06-05T17:08:31.016Z | info: running `cargo check --bins` on ipcc (135/295) |
| 3330 | 2026-06-05T17:08:31.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3331 | 2026-06-05T17:08:31.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3332 | 2026-06-05T17:08:31.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3333 | 2026-06-05T17:08:31.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3334 | 2026-06-05T17:08:31.615Z | |
| 3335 | 2026-06-05T17:08:31.615Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295) |
| 3336 | 2026-06-05T17:08:32.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3337 | 2026-06-05T17:08:32.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3338 | 2026-06-05T17:08:32.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3339 | 2026-06-05T17:08:32.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3340 | 2026-06-05T17:08:32.194Z | |
| 3341 | 2026-06-05T17:08:32.194Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295) |
| 3342 | 2026-06-05T17:08:32.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3343 | 2026-06-05T17:08:32.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3344 | 2026-06-05T17:08:32.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3345 | 2026-06-05T17:08:32.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3346 | 2026-06-05T17:08:32.814Z | |
| 3347 | 2026-06-05T17:08:32.814Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295) |
| 3348 | 2026-06-05T17:08:33.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3349 | 2026-06-05T17:08:33.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3350 | 2026-06-05T17:08:33.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3351 | 2026-06-05T17:08:33.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3352 | 2026-06-05T17:08:33.413Z | |
| 3353 | 2026-06-05T17:08:33.413Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295) |
| 3354 | 2026-06-05T17:08:33.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3355 | 2026-06-05T17:08:33.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3356 | 2026-06-05T17:08:33.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3357 | 2026-06-05T17:08:33.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3358 | 2026-06-05T17:08:34.016Z | |
| 3359 | 2026-06-05T17:08:34.016Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295) |
| 3360 | 2026-06-05T17:08:34.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3361 | 2026-06-05T17:08:34.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3362 | 2026-06-05T17:08:34.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3363 | 2026-06-05T17:08:34.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3364 | 2026-06-05T17:08:34.622Z | |
| 3365 | 2026-06-05T17:08:34.622Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295) |
| 3366 | 2026-06-05T17:08:35.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3367 | 2026-06-05T17:08:35.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3368 | 2026-06-05T17:08:35.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3369 | 2026-06-05T17:08:35.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3370 | 2026-06-05T17:08:35.251Z | |
| 3371 | 2026-06-05T17:08:35.251Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295) |
| 3372 | 2026-06-05T17:08:35.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3373 | 2026-06-05T17:08:35.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3374 | 2026-06-05T17:08:35.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3375 | 2026-06-05T17:08:35.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3376 | 2026-06-05T17:08:35.850Z | |
| 3377 | 2026-06-05T17:08:35.850Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295) |
| 3378 | 2026-06-05T17:08:36.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3379 | 2026-06-05T17:08:36.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3380 | 2026-06-05T17:08:36.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3381 | 2026-06-05T17:08:36.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3382 | 2026-06-05T17:08:36.455Z | |
| 3383 | 2026-06-05T17:08:36.455Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295) |
| 3384 | 2026-06-05T17:08:36.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3385 | 2026-06-05T17:08:36.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3386 | 2026-06-05T17:08:36.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3387 | 2026-06-05T17:08:36.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3388 | 2026-06-05T17:08:37.054Z | |
| 3389 | 2026-06-05T17:08:37.054Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295) |
| 3390 | 2026-06-05T17:08:37.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3391 | 2026-06-05T17:08:37.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3392 | 2026-06-05T17:08:37.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3393 | 2026-06-05T17:08:37.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3394 | 2026-06-05T17:08:37.656Z | |
| 3395 | 2026-06-05T17:08:37.656Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295) |
| 3396 | 2026-06-05T17:08:38.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3397 | 2026-06-05T17:08:38.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3398 | 2026-06-05T17:08:38.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3399 | 2026-06-05T17:08:38.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3400 | 2026-06-05T17:08:38.262Z | |
| 3401 | 2026-06-05T17:08:38.262Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295) |
| 3402 | 2026-06-05T17:08:38.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3403 | 2026-06-05T17:08:38.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3404 | 2026-06-05T17:08:38.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3405 | 2026-06-05T17:08:38.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3406 | 2026-06-05T17:08:38.866Z | |
| 3407 | 2026-06-05T17:08:38.866Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295) |
| 3408 | 2026-06-05T17:08:39.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3409 | 2026-06-05T17:08:39.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3410 | 2026-06-05T17:08:39.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3411 | 2026-06-05T17:08:39.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3412 | 2026-06-05T17:08:39.491Z | |
| 3413 | 2026-06-05T17:08:39.491Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295) |
| 3414 | 2026-06-05T17:08:40.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3415 | 2026-06-05T17:08:40.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3416 | 2026-06-05T17:08:40.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3417 | 2026-06-05T17:08:40.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3418 | 2026-06-05T17:08:40.111Z | |
| 3419 | 2026-06-05T17:08:40.111Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295) |
| 3420 | 2026-06-05T17:08:40.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3421 | 2026-06-05T17:08:40.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3422 | 2026-06-05T17:08:40.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3423 | 2026-06-05T17:08:40.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3424 | 2026-06-05T17:08:40.725Z | |
| 3425 | 2026-06-05T17:08:40.725Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295) |
| 3426 | 2026-06-05T17:08:41.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3427 | 2026-06-05T17:08:41.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3428 | 2026-06-05T17:08:41.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3429 | 2026-06-05T17:08:41.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3430 | 2026-06-05T17:08:41.348Z | |
| 3431 | 2026-06-05T17:08:41.348Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295) |
| 3432 | 2026-06-05T17:08:41.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3433 | 2026-06-05T17:08:41.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3434 | 2026-06-05T17:08:41.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3435 | 2026-06-05T17:08:41.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3436 | 2026-06-05T17:08:41.974Z | |
| 3437 | 2026-06-05T17:08:41.974Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295) |
| 3438 | 2026-06-05T17:08:42.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3439 | 2026-06-05T17:08:42.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3440 | 2026-06-05T17:08:42.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3441 | 2026-06-05T17:08:42.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3442 | 2026-06-05T17:08:42.597Z | |
| 3443 | 2026-06-05T17:08:42.597Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295) |
| 3444 | 2026-06-05T17:08:43.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3445 | 2026-06-05T17:08:43.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3446 | 2026-06-05T17:08:43.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3447 | 2026-06-05T17:08:43.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3448 | 2026-06-05T17:08:43.210Z | |
| 3449 | 2026-06-05T17:08:43.210Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295) |
| 3450 | 2026-06-05T17:08:43.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3451 | 2026-06-05T17:08:43.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3452 | 2026-06-05T17:08:43.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3453 | 2026-06-05T17:08:43.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3454 | 2026-06-05T17:08:43.828Z | |
| 3455 | 2026-06-05T17:08:43.828Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295) |
| 3456 | 2026-06-05T17:08:44.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3457 | 2026-06-05T17:08:44.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3458 | 2026-06-05T17:08:44.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3459 | 2026-06-05T17:08:44.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3460 | 2026-06-05T17:08:44.448Z | |
| 3461 | 2026-06-05T17:08:44.448Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295) |
| 3462 | 2026-06-05T17:08:44.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3463 | 2026-06-05T17:08:44.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3464 | 2026-06-05T17:08:44.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3465 | 2026-06-05T17:08:44.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3466 | 2026-06-05T17:08:45.070Z | |
| 3467 | 2026-06-05T17:08:45.070Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295) |
| 3468 | 2026-06-05T17:08:45.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3469 | 2026-06-05T17:08:45.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3470 | 2026-06-05T17:08:45.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3471 | 2026-06-05T17:08:45.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3472 | 2026-06-05T17:08:45.680Z | |
| 3473 | 2026-06-05T17:08:45.680Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295) |
| 3474 | 2026-06-05T17:08:46.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3475 | 2026-06-05T17:08:46.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3476 | 2026-06-05T17:08:46.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3477 | 2026-06-05T17:08:46.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3478 | 2026-06-05T17:08:46.312Z | |
| 3479 | 2026-06-05T17:08:46.312Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295) |
| 3480 | 2026-06-05T17:08:46.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3481 | 2026-06-05T17:08:46.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3482 | 2026-06-05T17:08:46.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3483 | 2026-06-05T17:08:46.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3484 | 2026-06-05T17:08:46.884Z | |
| 3485 | 2026-06-05T17:08:46.884Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295) |
| 3486 | 2026-06-05T17:08:47.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3487 | 2026-06-05T17:08:47.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3488 | 2026-06-05T17:08:47.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3489 | 2026-06-05T17:08:47.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3490 | 2026-06-05T17:08:47.486Z | |
| 3491 | 2026-06-05T17:08:47.486Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295) |
| 3492 | 2026-06-05T17:08:47.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3493 | 2026-06-05T17:08:47.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3494 | 2026-06-05T17:08:47.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3495 | 2026-06-05T17:08:48.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3496 | 2026-06-05T17:08:48.090Z | |
| 3497 | 2026-06-05T17:08:48.090Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295) |
| 3498 | 2026-06-05T17:08:48.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3499 | 2026-06-05T17:08:48.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3500 | 2026-06-05T17:08:48.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3501 | 2026-06-05T17:08:48.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3502 | 2026-06-05T17:08:48.696Z | |
| 3503 | 2026-06-05T17:08:48.696Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295) |
| 3504 | 2026-06-05T17:08:49.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3505 | 2026-06-05T17:08:49.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3506 | 2026-06-05T17:08:49.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3507 | 2026-06-05T17:08:49.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3508 | 2026-06-05T17:08:49.313Z | |
| 3509 | 2026-06-05T17:08:49.313Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295) |
| 3510 | 2026-06-05T17:08:49.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3511 | 2026-06-05T17:08:49.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3512 | 2026-06-05T17:08:49.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3513 | 2026-06-05T17:08:49.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3514 | 2026-06-05T17:08:49.903Z | |
| 3515 | 2026-06-05T17:08:49.903Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295) |
| 3516 | 2026-06-05T17:08:50.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3517 | 2026-06-05T17:08:50.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3518 | 2026-06-05T17:08:50.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3519 | 2026-06-05T17:08:50.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3520 | 2026-06-05T17:08:50.523Z | |
| 3521 | 2026-06-05T17:08:50.523Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295) |
| 3522 | 2026-06-05T17:08:51.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3523 | 2026-06-05T17:08:51.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3524 | 2026-06-05T17:08:51.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3525 | 2026-06-05T17:08:51.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3526 | 2026-06-05T17:08:51.145Z | |
| 3527 | 2026-06-05T17:08:51.145Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295) |
| 3528 | 2026-06-05T17:08:51.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3529 | 2026-06-05T17:08:51.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3530 | 2026-06-05T17:08:51.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3531 | 2026-06-05T17:08:51.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3532 | 2026-06-05T17:08:51.764Z | |
| 3533 | 2026-06-05T17:08:51.764Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295) |
| 3534 | 2026-06-05T17:08:52.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3535 | 2026-06-05T17:08:52.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3536 | 2026-06-05T17:08:52.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3537 | 2026-06-05T17:08:52.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3538 | 2026-06-05T17:08:52.385Z | |
| 3539 | 2026-06-05T17:08:52.385Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295) |
| 3540 | 2026-06-05T17:08:52.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3541 | 2026-06-05T17:08:52.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3542 | 2026-06-05T17:08:52.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3543 | 2026-06-05T17:08:52.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3544 | 2026-06-05T17:08:53.004Z | |
| 3545 | 2026-06-05T17:08:53.004Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295) |
| 3546 | 2026-06-05T17:08:53.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3547 | 2026-06-05T17:08:53.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3548 | 2026-06-05T17:08:53.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3549 | 2026-06-05T17:08:53.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3550 | 2026-06-05T17:08:53.624Z | |
| 3551 | 2026-06-05T17:08:53.624Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295) |
| 3552 | 2026-06-05T17:08:54.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3553 | 2026-06-05T17:08:54.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3554 | 2026-06-05T17:08:54.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3555 | 2026-06-05T17:08:54.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3556 | 2026-06-05T17:08:54.245Z | |
| 3557 | 2026-06-05T17:08:54.246Z | info: running `cargo check --bins` on oximeter-producer (173/295) |
| 3558 | 2026-06-05T17:08:54.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3559 | 2026-06-05T17:08:54.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3560 | 2026-06-05T17:08:54.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3561 | 2026-06-05T17:08:54.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3562 | 2026-06-05T17:08:54.885Z | |
| 3563 | 2026-06-05T17:08:54.885Z | info: running `cargo check --bins` on internal-dns-resolver (174/295) |
| 3564 | 2026-06-05T17:08:55.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3565 | 2026-06-05T17:08:55.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3566 | 2026-06-05T17:08:55.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3567 | 2026-06-05T17:08:55.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3568 | 2026-06-05T17:08:55.494Z | |
| 3569 | 2026-06-05T17:08:55.494Z | info: running `cargo check --bins` on dns-server (175/295) |
| 3570 | 2026-06-05T17:08:56.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3571 | 2026-06-05T17:08:56.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3572 | 2026-06-05T17:08:56.146Z | Compiling parking_lot_core v0.8.6 |
| 3573 | 2026-06-05T17:08:56.146Z | Compiling atomicwrites v0.4.4 |
| 3574 | 2026-06-05T17:08:56.150Z | Compiling git-stub v1.0.0 |
| 3575 | 2026-06-05T17:08:56.150Z | Checking prefix-trie v0.7.0 |
| 3576 | 2026-06-05T17:08:56.150Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3577 | 2026-06-05T17:08:56.386Z | Compiling git-stub-vcs v0.1.0 |
| 3578 | 2026-06-05T17:08:56.545Z | Checking hickory-server v0.25.2 |
| 3579 | 2026-06-05T17:08:56.662Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3580 | 2026-06-05T17:08:56.674Z | Checking parking_lot v0.11.2 |
| 3581 | 2026-06-05T17:08:56.751Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3582 | 2026-06-05T17:08:56.751Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3583 | 2026-06-05T17:08:56.840Z | Checking sled v0.34.7 |
| 3584 | 2026-06-05T17:08:58.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 3585 | 2026-06-05T17:08:58.900Z | |
| 3586 | 2026-06-05T17:08:58.900Z | info: running `cargo check --bins` on dns-server-api (176/295) |
| 3587 | 2026-06-05T17:08:59.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3588 | 2026-06-05T17:08:59.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3589 | 2026-06-05T17:08:59.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3590 | 2026-06-05T17:08:59.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3591 | 2026-06-05T17:08:59.501Z | |
| 3592 | 2026-06-05T17:08:59.501Z | info: running `cargo check --bins` on oximeter-producer-api (177/295) |
| 3593 | 2026-06-05T17:09:00.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3594 | 2026-06-05T17:09:00.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3595 | 2026-06-05T17:09:00.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3596 | 2026-06-05T17:09:00.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3597 | 2026-06-05T17:09:00.103Z | |
| 3598 | 2026-06-05T17:09:00.103Z | info: running `cargo check --bins` on sp-sim (178/295) |
| 3599 | 2026-06-05T17:09:00.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3600 | 2026-06-05T17:09:00.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3601 | 2026-06-05T17:09:00.832Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3602 | 2026-06-05T17:09:02.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s |
| 3603 | 2026-06-05T17:09:02.785Z | |
| 3604 | 2026-06-05T17:09:02.786Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295) |
| 3605 | 2026-06-05T17:09:03.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3606 | 2026-06-05T17:09:03.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3607 | 2026-06-05T17:09:03.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3608 | 2026-06-05T17:09:03.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3609 | 2026-06-05T17:09:03.434Z | |
| 3610 | 2026-06-05T17:09:03.434Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295) |
| 3611 | 2026-06-05T17:09:03.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3612 | 2026-06-05T17:09:03.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3613 | 2026-06-05T17:09:03.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3614 | 2026-06-05T17:09:03.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3615 | 2026-06-05T17:09:04.087Z | |
| 3616 | 2026-06-05T17:09:04.087Z | info: running `cargo check --bins` on db-macros (181/295) |
| 3617 | 2026-06-05T17:09:04.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3618 | 2026-06-05T17:09:04.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3619 | 2026-06-05T17:09:04.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3620 | 2026-06-05T17:09:04.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3621 | 2026-06-05T17:09:04.673Z | |
| 3622 | 2026-06-05T17:09:04.673Z | info: running `cargo check --bins` on nexus-macros-common (182/295) |
| 3623 | 2026-06-05T17:09:05.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3624 | 2026-06-05T17:09:05.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3625 | 2026-06-05T17:09:05.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3626 | 2026-06-05T17:09:05.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3627 | 2026-06-05T17:09:05.259Z | |
| 3628 | 2026-06-05T17:09:05.259Z | info: running `cargo check --bins` on nexus-auth (183/295) |
| 3629 | 2026-06-05T17:09:05.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3630 | 2026-06-05T17:09:05.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3631 | 2026-06-05T17:09:05.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3632 | 2026-06-05T17:09:05.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3633 | 2026-06-05T17:09:05.911Z | |
| 3634 | 2026-06-05T17:09:05.911Z | info: running `cargo check --bins` on authz-macros (184/295) |
| 3635 | 2026-06-05T17:09:06.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3636 | 2026-06-05T17:09:06.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3637 | 2026-06-05T17:09:06.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3638 | 2026-06-05T17:09:06.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3639 | 2026-06-05T17:09:06.502Z | |
| 3640 | 2026-06-05T17:09:06.502Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/295) |
| 3641 | 2026-06-05T17:09:07.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3642 | 2026-06-05T17:09:07.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3643 | 2026-06-05T17:09:07.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3644 | 2026-06-05T17:09:07.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3645 | 2026-06-05T17:09:07.151Z | |
| 3646 | 2026-06-05T17:09:07.152Z | info: running `cargo check --bins` on nexus-db-model (186/295) |
| 3647 | 2026-06-05T17:09:07.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3648 | 2026-06-05T17:09:07.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3649 | 2026-06-05T17:09:07.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3650 | 2026-06-05T17:09:07.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3651 | 2026-06-05T17:09:07.797Z | |
| 3652 | 2026-06-05T17:09:07.797Z | info: running `cargo check --bins` on nexus-db-schema (187/295) |
| 3653 | 2026-06-05T17:09:08.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3654 | 2026-06-05T17:09:08.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3655 | 2026-06-05T17:09:08.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3656 | 2026-06-05T17:09:08.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3657 | 2026-06-05T17:09:08.386Z | |
| 3658 | 2026-06-05T17:09:08.386Z | info: running `cargo check --bins` on omicron-rpaths (188/295) |
| 3659 | 2026-06-05T17:09:08.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3660 | 2026-06-05T17:09:08.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3661 | 2026-06-05T17:09:08.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3662 | 2026-06-05T17:09:08.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3663 | 2026-06-05T17:09:08.973Z | |
| 3664 | 2026-06-05T17:09:08.973Z | info: running `cargo check --bins` on nexus-defaults (189/295) |
| 3665 | 2026-06-05T17:09:09.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3666 | 2026-06-05T17:09:09.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3667 | 2026-06-05T17:09:09.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3668 | 2026-06-05T17:09:09.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3669 | 2026-06-05T17:09:09.576Z | |
| 3670 | 2026-06-05T17:09:09.577Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/295) |
| 3671 | 2026-06-05T17:09:10.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3672 | 2026-06-05T17:09:10.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3673 | 2026-06-05T17:09:10.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3674 | 2026-06-05T17:09:10.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3675 | 2026-06-05T17:09:10.168Z | |
| 3676 | 2026-06-05T17:09:10.169Z | info: running `cargo check --bins` on parallel-task-set (191/295) |
| 3677 | 2026-06-05T17:09:10.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3678 | 2026-06-05T17:09:10.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3679 | 2026-06-05T17:09:10.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3680 | 2026-06-05T17:09:10.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3681 | 2026-06-05T17:09:10.757Z | |
| 3682 | 2026-06-05T17:09:10.757Z | info: running `cargo check --bins` on nexus-db-errors (192/295) |
| 3683 | 2026-06-05T17:09:11.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3684 | 2026-06-05T17:09:11.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3685 | 2026-06-05T17:09:11.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3686 | 2026-06-05T17:09:11.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3687 | 2026-06-05T17:09:11.414Z | |
| 3688 | 2026-06-05T17:09:11.414Z | info: running `cargo check --bins` on nexus-db-lookup (193/295) |
| 3689 | 2026-06-05T17:09:11.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3690 | 2026-06-05T17:09:11.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3691 | 2026-06-05T17:09:11.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3692 | 2026-06-05T17:09:11.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3693 | 2026-06-05T17:09:12.066Z | |
| 3694 | 2026-06-05T17:09:12.066Z | info: running `cargo check --bins` on nexus-inventory (194/295) |
| 3695 | 2026-06-05T17:09:12.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3696 | 2026-06-05T17:09:12.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3697 | 2026-06-05T17:09:12.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3698 | 2026-06-05T17:09:12.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3699 | 2026-06-05T17:09:12.711Z | |
| 3700 | 2026-06-05T17:09:12.711Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295) |
| 3701 | 2026-06-05T17:09:13.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3702 | 2026-06-05T17:09:13.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3703 | 2026-06-05T17:09:13.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3704 | 2026-06-05T17:09:13.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3705 | 2026-06-05T17:09:13.649Z | |
| 3706 | 2026-06-05T17:09:13.649Z | info: running `cargo check --bins --no-default-features` on sled-storage (196/295) |
| 3707 | 2026-06-05T17:09:13.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3708 | 2026-06-05T17:09:13.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3709 | 2026-06-05T17:09:13.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3710 | 2026-06-05T17:09:13.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3711 | 2026-06-05T17:09:13.958Z | |
| 3712 | 2026-06-05T17:09:13.958Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295) |
| 3713 | 2026-06-05T17:09:14.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3714 | 2026-06-05T17:09:14.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3715 | 2026-06-05T17:09:14.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3716 | 2026-06-05T17:09:14.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3717 | 2026-06-05T17:09:14.583Z | |
| 3718 | 2026-06-05T17:09:14.583Z | info: running `cargo check --bins` on key-manager (198/295) |
| 3719 | 2026-06-05T17:09:15.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3720 | 2026-06-05T17:09:15.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3721 | 2026-06-05T17:09:15.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3722 | 2026-06-05T17:09:15.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3723 | 2026-06-05T17:09:15.187Z | |
| 3724 | 2026-06-05T17:09:15.187Z | info: running `cargo check --bins --no-default-features` on sled-hardware (199/295) |
| 3725 | 2026-06-05T17:09:15.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3726 | 2026-06-05T17:09:15.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3727 | 2026-06-05T17:09:15.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3728 | 2026-06-05T17:09:15.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3729 | 2026-06-05T17:09:15.804Z | |
| 3730 | 2026-06-05T17:09:15.804Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295) |
| 3731 | 2026-06-05T17:09:16.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3732 | 2026-06-05T17:09:16.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3733 | 2026-06-05T17:09:16.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3734 | 2026-06-05T17:09:16.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3735 | 2026-06-05T17:09:16.423Z | |
| 3736 | 2026-06-05T17:09:16.423Z | info: running `cargo check --bins` on typed-rng (201/295) |
| 3737 | 2026-06-05T17:09:16.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3738 | 2026-06-05T17:09:16.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3739 | 2026-06-05T17:09:16.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3740 | 2026-06-05T17:09:16.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3741 | 2026-06-05T17:09:17.010Z | |
| 3742 | 2026-06-05T17:09:17.010Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295) |
| 3743 | 2026-06-05T17:09:17.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3744 | 2026-06-05T17:09:17.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3745 | 2026-06-05T17:09:17.879Z | Compiling libefi-sys v0.1.0 |
| 3746 | 2026-06-05T17:09:17.884Z | Compiling bitfield-struct v0.6.2 |
| 3747 | 2026-06-05T17:09:18.028Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3748 | 2026-06-05T17:09:18.036Z | Compiling xshell-macros v0.2.7 |
| 3749 | 2026-06-05T17:09:18.046Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3750 | 2026-06-05T17:09:18.083Z | Compiling typify-impl v0.4.3 |
| 3751 | 2026-06-05T17:09:18.085Z | Compiling salty v0.3.0 |
| 3752 | 2026-06-05T17:09:18.088Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3753 | 2026-06-05T17:09:18.092Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3754 | 2026-06-05T17:09:18.267Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3755 | 2026-06-05T17:09:18.367Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3756 | 2026-06-05T17:09:18.460Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3757 | 2026-06-05T17:09:18.465Z | Checking xshell v0.2.7 |
| 3758 | 2026-06-05T17:09:18.568Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3759 | 2026-06-05T17:09:18.598Z | Checking primeorder v0.13.6 |
| 3760 | 2026-06-05T17:09:18.632Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3761 | 2026-06-05T17:09:18.683Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3762 | 2026-06-05T17:09:18.735Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3763 | 2026-06-05T17:09:18.781Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3764 | 2026-06-05T17:09:18.831Z | Checking p384 v0.13.1 |
| 3765 | 2026-06-05T17:09:18.868Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3766 | 2026-06-05T17:09:18.993Z | Checking tungstenite v0.21.0 |
| 3767 | 2026-06-05T17:09:19.029Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3768 | 2026-06-05T17:09:19.104Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3769 | 2026-06-05T17:09:19.123Z | Compiling proc-macro-error2 v2.0.1 |
| 3770 | 2026-06-05T17:09:19.443Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3771 | 2026-06-05T17:09:19.576Z | Compiling num-derive v0.3.3 |
| 3772 | 2026-06-05T17:09:19.687Z | Compiling tabled_derive v0.11.0 |
| 3773 | 2026-06-05T17:09:19.823Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3774 | 2026-06-05T17:09:19.961Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3775 | 2026-06-05T17:09:20.124Z | Checking tokio-tungstenite v0.21.0 |
| 3776 | 2026-06-05T17:09:20.240Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3777 | 2026-06-05T17:09:20.462Z | Checking libscf-sys v1.1.0 |
| 3778 | 2026-06-05T17:09:20.551Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3779 | 2026-06-05T17:09:20.662Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3780 | 2026-06-05T17:09:20.733Z | Checking papergrid v0.17.0 |
| 3781 | 2026-06-05T17:09:20.837Z | Checking testing_table v0.3.0 |
| 3782 | 2026-06-05T17:09:20.919Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3783 | 2026-06-05T17:09:20.936Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3784 | 2026-06-05T17:09:20.939Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3785 | 2026-06-05T17:09:21.124Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3786 | 2026-06-05T17:09:21.160Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3787 | 2026-06-05T17:09:21.241Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3788 | 2026-06-05T17:09:21.360Z | Checking corncobs v0.1.4 |
| 3789 | 2026-06-05T17:09:21.440Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3790 | 2026-06-05T17:09:21.458Z | Compiling unicase v2.9.0 |
| 3791 | 2026-06-05T17:09:21.493Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3792 | 2026-06-05T17:09:21.529Z | Checking tabled v0.20.0 |
| 3793 | 2026-06-05T17:09:21.688Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3794 | 2026-06-05T17:09:21.704Z | Compiling mime_guess v2.0.5 |
| 3795 | 2026-06-05T17:09:21.734Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3796 | 2026-06-05T17:09:21.754Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3797 | 2026-06-05T17:09:21.784Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3798 | 2026-06-05T17:09:21.861Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3799 | 2026-06-05T17:09:21.993Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3800 | 2026-06-05T17:09:22.097Z | Checking progenitor-client v0.11.2 |
| 3801 | 2026-06-05T17:09:22.231Z | Checking secrecy v0.8.0 |
| 3802 | 2026-06-05T17:09:22.339Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3803 | 2026-06-05T17:09:22.578Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3804 | 2026-06-05T17:09:22.592Z | Compiling typify-macro v0.4.3 |
| 3805 | 2026-06-05T17:09:22.623Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3806 | 2026-06-05T17:09:22.628Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3807 | 2026-06-05T17:09:22.728Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3808 | 2026-06-05T17:09:22.842Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3809 | 2026-06-05T17:09:22.929Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3810 | 2026-06-05T17:09:23.001Z | Checking filetime v0.2.27 |
| 3811 | 2026-06-05T17:09:23.101Z | Checking crc8 v0.1.1 |
| 3812 | 2026-06-05T17:09:23.143Z | Checking http-range v0.1.5 |
| 3813 | 2026-06-05T17:09:23.275Z | Checking xattr v1.6.1 |
| 3814 | 2026-06-05T17:09:23.302Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3815 | 2026-06-05T17:09:23.411Z | Checking tar v0.4.45 |
| 3816 | 2026-06-05T17:09:23.494Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3817 | 2026-06-05T17:09:23.581Z | Checking illumos-nvpair v0.3.0 |
| 3818 | 2026-06-05T17:09:23.744Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3819 | 2026-06-05T17:09:23.795Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3820 | 2026-06-05T17:09:23.886Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3821 | 2026-06-05T17:09:24.143Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3822 | 2026-06-05T17:09:24.173Z | Checking atty v0.2.14 |
| 3823 | 2026-06-05T17:09:24.272Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3824 | 2026-06-05T17:09:24.287Z | Compiling typify v0.4.3 |
| 3825 | 2026-06-05T17:09:24.401Z | Compiling progenitor-impl v0.11.2 |
| 3826 | 2026-06-05T17:09:24.432Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3827 | 2026-06-05T17:09:24.484Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3828 | 2026-06-05T17:09:24.609Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3829 | 2026-06-05T17:09:24.810Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3830 | 2026-06-05T17:09:24.826Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3831 | 2026-06-05T17:09:24.856Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3832 | 2026-06-05T17:09:25.145Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3833 | 2026-06-05T17:09:25.528Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3834 | 2026-06-05T17:09:25.568Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3835 | 2026-06-05T17:09:25.568Z | Checking hyper-staticfile v0.10.1 |
| 3836 | 2026-06-05T17:09:25.625Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3837 | 2026-06-05T17:09:25.662Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3838 | 2026-06-05T17:09:25.752Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3839 | 2026-06-05T17:09:25.807Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3840 | 2026-06-05T17:09:25.824Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3841 | 2026-06-05T17:09:26.010Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3842 | 2026-06-05T17:09:26.057Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3843 | 2026-06-05T17:09:26.269Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3844 | 2026-06-05T17:09:26.299Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3845 | 2026-06-05T17:09:26.326Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3846 | 2026-06-05T17:09:26.900Z | Compiling progenitor-macro v0.11.2 |
| 3847 | 2026-06-05T17:09:29.304Z | Checking progenitor v0.11.2 |
| 3848 | 2026-06-05T17:09:29.447Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3849 | 2026-06-05T17:09:29.839Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3850 | 2026-06-05T17:09:34.147Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3851 | 2026-06-05T17:09:45.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.00s |
| 3852 | 2026-06-05T17:09:45.229Z | |
| 3853 | 2026-06-05T17:09:45.229Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295) |
| 3854 | 2026-06-05T17:09:45.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3855 | 2026-06-05T17:09:45.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3856 | 2026-06-05T17:09:46.011Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3857 | 2026-06-05T17:09:56.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s |
| 3858 | 2026-06-05T17:09:56.811Z | |
| 3859 | 2026-06-05T17:09:56.811Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295) |
| 3860 | 2026-06-05T17:09:57.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3861 | 2026-06-05T17:09:57.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3862 | 2026-06-05T17:09:57.595Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3863 | 2026-06-05T17:10:08.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s |
| 3864 | 2026-06-05T17:10:08.479Z | |
| 3865 | 2026-06-05T17:10:08.479Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295) |
| 3866 | 2026-06-05T17:10:09.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3867 | 2026-06-05T17:10:09.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3868 | 2026-06-05T17:10:09.260Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3869 | 2026-06-05T17:10:19.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s |
| 3870 | 2026-06-05T17:10:20.193Z | |
| 3871 | 2026-06-05T17:10:20.193Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295) |
| 3872 | 2026-06-05T17:10:20.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3873 | 2026-06-05T17:10:20.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3874 | 2026-06-05T17:10:20.977Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3875 | 2026-06-05T17:10:31.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s |
| 3876 | 2026-06-05T17:10:31.823Z | |
| 3877 | 2026-06-05T17:10:31.823Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295) |
| 3878 | 2026-06-05T17:10:33.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3879 | 2026-06-05T17:10:33.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3880 | 2026-06-05T17:10:33.274Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3881 | 2026-06-05T17:10:43.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s |
| 3882 | 2026-06-05T17:10:43.423Z | |
| 3883 | 2026-06-05T17:10:43.423Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295) |
| 3884 | 2026-06-05T17:10:43.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3885 | 2026-06-05T17:10:44.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3886 | 2026-06-05T17:10:44.212Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3887 | 2026-06-05T17:10:54.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s |
| 3888 | 2026-06-05T17:10:55.060Z | |
| 3889 | 2026-06-05T17:10:55.060Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295) |
| 3890 | 2026-06-05T17:10:55.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3891 | 2026-06-05T17:10:55.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3892 | 2026-06-05T17:10:55.843Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3893 | 2026-06-05T17:11:06.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s |
| 3894 | 2026-06-05T17:11:06.688Z | |
| 3895 | 2026-06-05T17:11:06.689Z | info: running `cargo check --bins` on bootstrap-agent-api (210/295) |
| 3896 | 2026-06-05T17:11:07.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3897 | 2026-06-05T17:11:07.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3898 | 2026-06-05T17:11:07.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3899 | 2026-06-05T17:11:07.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3900 | 2026-06-05T17:11:07.290Z | |
| 3901 | 2026-06-05T17:11:07.291Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295) |
| 3902 | 2026-06-05T17:11:07.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3903 | 2026-06-05T17:11:07.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3904 | 2026-06-05T17:11:07.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3905 | 2026-06-05T17:11:07.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3906 | 2026-06-05T17:11:07.901Z | |
| 3907 | 2026-06-05T17:11:07.902Z | info: running `cargo check --bins` on range-requests (212/295) |
| 3908 | 2026-06-05T17:11:08.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3909 | 2026-06-05T17:11:08.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3910 | 2026-06-05T17:11:08.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3911 | 2026-06-05T17:11:08.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3912 | 2026-06-05T17:11:08.499Z | |
| 3913 | 2026-06-05T17:11:08.499Z | info: running `cargo check --bins` on repo-depot-api (213/295) |
| 3914 | 2026-06-05T17:11:09.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3915 | 2026-06-05T17:11:09.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3916 | 2026-06-05T17:11:09.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3917 | 2026-06-05T17:11:09.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3918 | 2026-06-05T17:11:09.095Z | |
| 3919 | 2026-06-05T17:11:09.095Z | info: running `cargo check --bins` on sled-agent-api (214/295) |
| 3920 | 2026-06-05T17:11:09.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3921 | 2026-06-05T17:11:09.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3922 | 2026-06-05T17:11:09.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3923 | 2026-06-05T17:11:09.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3924 | 2026-06-05T17:11:09.716Z | |
| 3925 | 2026-06-05T17:11:09.716Z | info: running `cargo check --bins` on sled-diagnostics (215/295) |
| 3926 | 2026-06-05T17:11:10.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3927 | 2026-06-05T17:11:10.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3928 | 2026-06-05T17:11:10.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3929 | 2026-06-05T17:11:10.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3930 | 2026-06-05T17:11:10.330Z | |
| 3931 | 2026-06-05T17:11:10.330Z | info: running `cargo check --bins` on zfs-test-harness (216/295) |
| 3932 | 2026-06-05T17:11:10.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3933 | 2026-06-05T17:11:10.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3934 | 2026-06-05T17:11:10.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3935 | 2026-06-05T17:11:10.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3936 | 2026-06-05T17:11:10.955Z | |
| 3937 | 2026-06-05T17:11:10.955Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295) |
| 3938 | 2026-06-05T17:11:11.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3939 | 2026-06-05T17:11:11.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3940 | 2026-06-05T17:11:11.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3941 | 2026-06-05T17:11:11.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3942 | 2026-06-05T17:11:11.582Z | |
| 3943 | 2026-06-05T17:11:11.582Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295) |
| 3944 | 2026-06-05T17:11:12.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3945 | 2026-06-05T17:11:12.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3946 | 2026-06-05T17:11:12.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3947 | 2026-06-05T17:11:12.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3948 | 2026-06-05T17:11:12.211Z | |
| 3949 | 2026-06-05T17:11:12.211Z | info: running `cargo check --bins` on sled-agent-early-networking (219/295) |
| 3950 | 2026-06-05T17:11:12.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3951 | 2026-06-05T17:11:12.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3952 | 2026-06-05T17:11:12.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3953 | 2026-06-05T17:11:12.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3954 | 2026-06-05T17:11:12.835Z | |
| 3955 | 2026-06-05T17:11:12.835Z | info: running `cargo check --bins` on sled-agent-health-monitor (220/295) |
| 3956 | 2026-06-05T17:11:13.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3957 | 2026-06-05T17:11:13.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3958 | 2026-06-05T17:11:13.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3959 | 2026-06-05T17:11:13.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3960 | 2026-06-05T17:11:13.455Z | |
| 3961 | 2026-06-05T17:11:13.456Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295) |
| 3962 | 2026-06-05T17:11:13.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3963 | 2026-06-05T17:11:13.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3964 | 2026-06-05T17:11:13.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3965 | 2026-06-05T17:11:13.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3966 | 2026-06-05T17:11:14.081Z | |
| 3967 | 2026-06-05T17:11:14.081Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295) |
| 3968 | 2026-06-05T17:11:14.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3969 | 2026-06-05T17:11:14.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3970 | 2026-06-05T17:11:14.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3971 | 2026-06-05T17:11:14.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3972 | 2026-06-05T17:11:14.707Z | |
| 3973 | 2026-06-05T17:11:14.707Z | info: running `cargo check --bins` on sled-agent-resolvable-files (223/295) |
| 3974 | 2026-06-05T17:11:15.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3975 | 2026-06-05T17:11:15.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3976 | 2026-06-05T17:11:15.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3977 | 2026-06-05T17:11:15.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3978 | 2026-06-05T17:11:15.335Z | |
| 3979 | 2026-06-05T17:11:15.335Z | info: running `cargo check --bins` on sled-agent-rack-setup (224/295) |
| 3980 | 2026-06-05T17:11:15.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3981 | 2026-06-05T17:11:15.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3982 | 2026-06-05T17:11:15.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3983 | 2026-06-05T17:11:15.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3984 | 2026-06-05T17:11:15.992Z | |
| 3985 | 2026-06-05T17:11:15.992Z | info: running `cargo check --bins` on trust-quorum (225/295) |
| 3986 | 2026-06-05T17:11:16.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3987 | 2026-06-05T17:11:16.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3988 | 2026-06-05T17:11:16.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3989 | 2026-06-05T17:11:16.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3990 | 2026-06-05T17:11:16.621Z | |
| 3991 | 2026-06-05T17:11:16.621Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295) |
| 3992 | 2026-06-05T17:11:17.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3993 | 2026-06-05T17:11:17.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3994 | 2026-06-05T17:11:17.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3995 | 2026-06-05T17:11:17.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3996 | 2026-06-05T17:11:17.263Z | |
| 3997 | 2026-06-05T17:11:17.263Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (227/295) |
| 3998 | 2026-06-05T17:11:17.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3999 | 2026-06-05T17:11:17.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4000 | 2026-06-05T17:11:17.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4001 | 2026-06-05T17:11:17.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4002 | 2026-06-05T17:11:17.915Z | |
| 4003 | 2026-06-05T17:11:17.915Z | info: running `cargo check --bins` on update-common (228/295) |
| 4004 | 2026-06-05T17:11:18.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4005 | 2026-06-05T17:11:18.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4006 | 2026-06-05T17:11:18.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4007 | 2026-06-05T17:11:18.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4008 | 2026-06-05T17:11:18.527Z | |
| 4009 | 2026-06-05T17:11:18.527Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295) |
| 4010 | 2026-06-05T17:11:19.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4011 | 2026-06-05T17:11:19.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4012 | 2026-06-05T17:11:19.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4013 | 2026-06-05T17:11:19.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4014 | 2026-06-05T17:11:19.185Z | |
| 4015 | 2026-06-05T17:11:19.185Z | info: running `cargo check --bins` on omicron-deployment-graph (230/295) |
| 4016 | 2026-06-05T17:11:19.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4017 | 2026-06-05T17:11:19.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4018 | 2026-06-05T17:11:19.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4019 | 2026-06-05T17:11:19.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4020 | 2026-06-05T17:11:19.779Z | |
| 4021 | 2026-06-05T17:11:19.779Z | info: running `cargo check --bins` on reconfigurator-cli (231/295) |
| 4022 | 2026-06-05T17:11:20.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4023 | 2026-06-05T17:11:20.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4024 | 2026-06-05T17:11:20.560Z | Compiling fs-err v2.11.0 |
| 4025 | 2026-06-05T17:11:20.560Z | Checking ignore v0.4.25 |
| 4026 | 2026-06-05T17:11:20.563Z | Checking arc-swap v1.8.2 |
| 4027 | 2026-06-05T17:11:20.690Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4028 | 2026-06-05T17:11:20.693Z | Checking predicates-tree v1.0.13 |
| 4029 | 2026-06-05T17:11:20.705Z | Checking parse-size v1.1.0 |
| 4030 | 2026-06-05T17:11:20.742Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4031 | 2026-06-05T17:11:20.748Z | Checking rand_seeder v0.4.0 |
| 4032 | 2026-06-05T17:11:20.809Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4033 | 2026-06-05T17:11:20.829Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4034 | 2026-06-05T17:11:20.878Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4035 | 2026-06-05T17:11:20.892Z | Checking slog-scope v4.4.1 |
| 4036 | 2026-06-05T17:11:20.928Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4037 | 2026-06-05T17:11:21.011Z | Compiling petname v2.0.2 |
| 4038 | 2026-06-05T17:11:21.026Z | Checking slog-stdlog v4.1.1 |
| 4039 | 2026-06-05T17:11:21.043Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4040 | 2026-06-05T17:11:21.068Z | Checking globwalk v0.9.1 |
| 4041 | 2026-06-05T17:11:21.112Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4042 | 2026-06-05T17:11:21.142Z | Checking slog-envlogger v2.2.0 |
| 4043 | 2026-06-05T17:11:21.245Z | Checking camino-tempfile-ext v0.3.3 |
| 4044 | 2026-06-05T17:11:21.291Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4045 | 2026-06-05T17:11:21.341Z | Checking sapling-renderdag v0.1.0 |
| 4046 | 2026-06-05T17:11:21.438Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4047 | 2026-06-05T17:11:21.479Z | Checking subprocess v0.2.15 |
| 4048 | 2026-06-05T17:11:21.590Z | Checking sync-ptr v0.1.4 |
| 4049 | 2026-06-05T17:11:21.655Z | Checking colored v2.2.0 |
| 4050 | 2026-06-05T17:11:21.710Z | Checking assert_matches v1.5.0 |
| 4051 | 2026-06-05T17:11:21.764Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4052 | 2026-06-05T17:11:21.912Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4053 | 2026-06-05T17:11:21.915Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4054 | 2026-06-05T17:11:22.572Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4055 | 2026-06-05T17:11:23.885Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4056 | 2026-06-05T17:11:26.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s |
| 4057 | 2026-06-05T17:11:26.251Z | |
| 4058 | 2026-06-05T17:11:26.251Z | info: running `cargo check --bins` on omicron-repl-utils (232/295) |
| 4059 | 2026-06-05T17:11:26.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4060 | 2026-06-05T17:11:26.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4061 | 2026-06-05T17:11:26.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4062 | 2026-06-05T17:11:26.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4063 | 2026-06-05T17:11:26.847Z | |
| 4064 | 2026-06-05T17:11:26.847Z | info: running `cargo check --bins` on transient-dns-server (233/295) |
| 4065 | 2026-06-05T17:11:27.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4066 | 2026-06-05T17:11:27.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4067 | 2026-06-05T17:11:27.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4068 | 2026-06-05T17:11:27.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4069 | 2026-06-05T17:11:27.461Z | |
| 4070 | 2026-06-05T17:11:27.461Z | info: running `cargo check --bins` on nexus-test-interface (234/295) |
| 4071 | 2026-06-05T17:11:28.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4072 | 2026-06-05T17:11:28.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4073 | 2026-06-05T17:11:28.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4074 | 2026-06-05T17:11:28.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4075 | 2026-06-05T17:11:28.122Z | |
| 4076 | 2026-06-05T17:11:28.123Z | info: running `cargo check --bins` on oximeter-collector (235/295) |
| 4077 | 2026-06-05T17:11:28.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4078 | 2026-06-05T17:11:28.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4079 | 2026-06-05T17:11:28.855Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4080 | 2026-06-05T17:11:28.855Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4081 | 2026-06-05T17:11:29.497Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4082 | 2026-06-05T17:11:31.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s |
| 4083 | 2026-06-05T17:11:31.245Z | |
| 4084 | 2026-06-05T17:11:31.245Z | info: running `cargo check --bins` on oximeter-api (236/295) |
| 4085 | 2026-06-05T17:11:31.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4086 | 2026-06-05T17:11:31.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4087 | 2026-06-05T17:11:31.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4088 | 2026-06-05T17:11:31.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4089 | 2026-06-05T17:11:31.850Z | |
| 4090 | 2026-06-05T17:11:31.850Z | info: running `cargo check --bins` on cert-dev (237/295) |
| 4091 | 2026-06-05T17:11:32.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4092 | 2026-06-05T17:11:32.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4093 | 2026-06-05T17:11:32.462Z | Checking yasna v0.5.2 |
| 4094 | 2026-06-05T17:11:32.864Z | Checking rcgen v0.12.1 |
| 4095 | 2026-06-05T17:11:33.110Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4096 | 2026-06-05T17:11:33.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4097 | 2026-06-05T17:11:33.474Z | |
| 4098 | 2026-06-05T17:11:33.474Z | info: running `cargo check --bins` on clickana (238/295) |
| 4099 | 2026-06-05T17:11:33.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4100 | 2026-06-05T17:11:33.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4101 | 2026-06-05T17:11:34.128Z | Compiling darling_core v0.23.0 |
| 4102 | 2026-06-05T17:11:34.130Z | Compiling instability v0.3.11 |
| 4103 | 2026-06-05T17:11:34.237Z | Checking castaway v0.2.4 |
| 4104 | 2026-06-05T17:11:34.245Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4105 | 2026-06-05T17:11:34.251Z | Compiling indoc v2.0.7 |
| 4106 | 2026-06-05T17:11:34.259Z | Checking unicode-truncate v1.1.0 |
| 4107 | 2026-06-05T17:11:34.277Z | Checking lru v0.12.5 |
| 4108 | 2026-06-05T17:11:34.280Z | Checking cassowary v0.3.0 |
| 4109 | 2026-06-05T17:11:34.343Z | Checking compact_str v0.8.1 |
| 4110 | 2026-06-05T17:11:35.562Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4111 | 2026-06-05T17:11:35.649Z | Compiling darling_macro v0.23.0 |
| 4112 | 2026-06-05T17:11:35.738Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4113 | 2026-06-05T17:11:36.051Z | Compiling darling v0.23.0 |
| 4114 | 2026-06-05T17:11:36.661Z | Checking ratatui v0.29.0 |
| 4115 | 2026-06-05T17:11:37.713Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4116 | 2026-06-05T17:11:38.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s |
| 4117 | 2026-06-05T17:11:38.566Z | |
| 4118 | 2026-06-05T17:11:38.566Z | info: running `cargo check --bins` on clickhouse-cluster-dev (239/295) |
| 4119 | 2026-06-05T17:11:39.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4120 | 2026-06-05T17:11:39.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4121 | 2026-06-05T17:11:39.291Z | Checking headers-core v0.3.0 |
| 4122 | 2026-06-05T17:11:39.293Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4123 | 2026-06-05T17:11:39.494Z | Checking headers v0.4.1 |
| 4124 | 2026-06-05T17:11:39.848Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4125 | 2026-06-05T17:11:40.673Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4126 | 2026-06-05T17:11:41.154Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4127 | 2026-06-05T17:11:41.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s |
| 4128 | 2026-06-05T17:11:41.759Z | |
| 4129 | 2026-06-05T17:11:41.759Z | info: running `cargo check --bins` on ch-dev (240/295) |
| 4130 | 2026-06-05T17:11:42.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4131 | 2026-06-05T17:11:42.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4132 | 2026-06-05T17:11:42.484Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4133 | 2026-06-05T17:11:43.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4134 | 2026-06-05T17:11:43.413Z | |
| 4135 | 2026-06-05T17:11:43.413Z | info: running `cargo check --bins` on dev-tools-common (241/295) |
| 4136 | 2026-06-05T17:11:43.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4137 | 2026-06-05T17:11:43.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4138 | 2026-06-05T17:11:43.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4139 | 2026-06-05T17:11:43.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 4140 | 2026-06-05T17:11:43.883Z | |
| 4141 | 2026-06-05T17:11:43.883Z | info: running `cargo check --bins` on crdb-seed (242/295) |
| 4142 | 2026-06-05T17:11:44.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4143 | 2026-06-05T17:11:44.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4144 | 2026-06-05T17:11:44.605Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4145 | 2026-06-05T17:11:45.610Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4146 | 2026-06-05T17:11:45.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
| 4147 | 2026-06-05T17:11:46.102Z | |
| 4148 | 2026-06-05T17:11:46.102Z | info: running `cargo check --bins` on db-dev (243/295) |
| 4149 | 2026-06-05T17:11:46.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4150 | 2026-06-05T17:11:46.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4151 | 2026-06-05T17:11:46.820Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4152 | 2026-06-05T17:11:47.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4153 | 2026-06-05T17:11:47.772Z | |
| 4154 | 2026-06-05T17:11:47.772Z | info: running `cargo check --bins` on omicron-dev-lib (244/295) |
| 4155 | 2026-06-05T17:11:48.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4156 | 2026-06-05T17:11:48.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4157 | 2026-06-05T17:11:48.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4158 | 2026-06-05T17:11:48.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4159 | 2026-06-05T17:11:48.418Z | |
| 4160 | 2026-06-05T17:11:48.418Z | info: running `cargo check --bins` on xtask-downloader (245/295) |
| 4161 | 2026-06-05T17:11:48.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4162 | 2026-06-05T17:11:48.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4163 | 2026-06-05T17:11:49.032Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4164 | 2026-06-05T17:11:49.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
| 4165 | 2026-06-05T17:11:49.874Z | |
| 4166 | 2026-06-05T17:11:49.874Z | info: running `cargo check --bins` on omicron-dropshot-apis (246/295) |
| 4167 | 2026-06-05T17:11:50.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4168 | 2026-06-05T17:11:50.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4169 | 2026-06-05T17:11:50.631Z | Compiling progenitor-impl v0.13.0 |
| 4170 | 2026-06-05T17:11:50.751Z | Checking progenitor-client v0.13.0 |
| 4171 | 2026-06-05T17:11:50.751Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4172 | 2026-06-05T17:11:50.754Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4173 | 2026-06-05T17:11:50.774Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4174 | 2026-06-05T17:11:50.797Z | Checking git-stub v1.0.0 |
| 4175 | 2026-06-05T17:11:50.797Z | Compiling trait-variant v0.1.2 |
| 4176 | 2026-06-05T17:11:50.941Z | Checking maplit v1.0.2 |
| 4177 | 2026-06-05T17:11:50.971Z | Checking is_ci v1.2.0 |
| 4178 | 2026-06-05T17:11:51.021Z | Checking git-stub-vcs v0.1.0 |
| 4179 | 2026-06-05T17:11:51.024Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4180 | 2026-06-05T17:11:51.111Z | Checking supports-color v3.0.2 |
| 4181 | 2026-06-05T17:11:51.221Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4182 | 2026-06-05T17:11:51.236Z | Checking drift v0.2.0 |
| 4183 | 2026-06-05T17:11:51.333Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4184 | 2026-06-05T17:11:51.429Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4185 | 2026-06-05T17:11:51.501Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4186 | 2026-06-05T17:11:51.592Z | Checking dropshot-api-manager v0.7.2 |
| 4187 | 2026-06-05T17:11:51.604Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4188 | 2026-06-05T17:11:51.658Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4189 | 2026-06-05T17:11:51.739Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4190 | 2026-06-05T17:11:51.894Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4191 | 2026-06-05T17:11:52.085Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4192 | 2026-06-05T17:11:52.107Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4193 | 2026-06-05T17:11:52.615Z | Compiling progenitor-macro v0.13.0 |
| 4194 | 2026-06-05T17:11:54.971Z | Checking progenitor v0.13.0 |
| 4195 | 2026-06-05T17:11:55.086Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4196 | 2026-06-05T17:12:00.123Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4197 | 2026-06-05T17:12:01.199Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4198 | 2026-06-05T17:12:01.765Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4199 | 2026-06-05T17:12:02.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.32s |
| 4200 | 2026-06-05T17:12:02.395Z | |
| 4201 | 2026-06-05T17:12:02.395Z | info: running `cargo check --bins` on installinator-api (247/295) |
| 4202 | 2026-06-05T17:12:02.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4203 | 2026-06-05T17:12:02.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4204 | 2026-06-05T17:12:02.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4205 | 2026-06-05T17:12:02.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4206 | 2026-06-05T17:12:03.003Z | |
| 4207 | 2026-06-05T17:12:03.003Z | info: running `cargo check --bins` on nexus-external-api (248/295) |
| 4208 | 2026-06-05T17:12:03.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4209 | 2026-06-05T17:12:03.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4210 | 2026-06-05T17:12:03.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4211 | 2026-06-05T17:12:03.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4212 | 2026-06-05T17:12:03.645Z | |
| 4213 | 2026-06-05T17:12:03.645Z | info: running `cargo check --bins` on nexus-internal-api (249/295) |
| 4214 | 2026-06-05T17:12:04.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4215 | 2026-06-05T17:12:04.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4216 | 2026-06-05T17:12:04.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4217 | 2026-06-05T17:12:04.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4218 | 2026-06-05T17:12:04.289Z | |
| 4219 | 2026-06-05T17:12:04.289Z | info: running `cargo check --bins` on nexus-lockstep-api (250/295) |
| 4220 | 2026-06-05T17:12:04.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4221 | 2026-06-05T17:12:04.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4222 | 2026-06-05T17:12:04.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4223 | 2026-06-05T17:12:04.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4224 | 2026-06-05T17:12:04.934Z | |
| 4225 | 2026-06-05T17:12:04.934Z | info: running `cargo check --bins` on ntp-admin-api (251/295) |
| 4226 | 2026-06-05T17:12:05.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4227 | 2026-06-05T17:12:05.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4228 | 2026-06-05T17:12:05.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4229 | 2026-06-05T17:12:05.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4230 | 2026-06-05T17:12:05.539Z | |
| 4231 | 2026-06-05T17:12:05.539Z | info: running `cargo check --bins` on ntp-admin-types-versions (252/295) |
| 4232 | 2026-06-05T17:12:06.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4233 | 2026-06-05T17:12:06.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4234 | 2026-06-05T17:12:06.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4235 | 2026-06-05T17:12:06.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4236 | 2026-06-05T17:12:06.131Z | |
| 4237 | 2026-06-05T17:12:06.131Z | info: running `cargo check --bins` on wicketd-api (253/295) |
| 4238 | 2026-06-05T17:12:06.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4239 | 2026-06-05T17:12:06.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4240 | 2026-06-05T17:12:06.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4241 | 2026-06-05T17:12:06.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4242 | 2026-06-05T17:12:06.754Z | |
| 4243 | 2026-06-05T17:12:06.754Z | info: running `cargo check --bins` on omicron-ls-apis (254/295) |
| 4244 | 2026-06-05T17:12:07.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4245 | 2026-06-05T17:12:07.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4246 | 2026-06-05T17:12:07.371Z | Checking typeid v1.0.3 |
| 4247 | 2026-06-05T17:12:07.483Z | Checking ordered-float v2.10.1 |
| 4248 | 2026-06-05T17:12:07.502Z | Checking unicode-xid v0.2.6 |
| 4249 | 2026-06-05T17:12:07.515Z | Checking cargo-platform v0.2.0 |
| 4250 | 2026-06-05T17:12:07.524Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4251 | 2026-06-05T17:12:07.550Z | Checking erased-serde v0.4.9 |
| 4252 | 2026-06-05T17:12:07.685Z | Checking serde-value v0.7.0 |
| 4253 | 2026-06-05T17:12:07.859Z | Checking serde-untagged v0.1.9 |
| 4254 | 2026-06-05T17:12:08.010Z | Checking cargo-util-schemas v0.8.2 |
| 4255 | 2026-06-05T17:12:08.690Z | Checking cargo_metadata v0.21.0 |
| 4256 | 2026-06-05T17:12:09.287Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4257 | 2026-06-05T17:12:10.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 4258 | 2026-06-05T17:12:10.193Z | |
| 4259 | 2026-06-05T17:12:10.193Z | info: running `cargo check --bins` on mgs-dev (255/295) |
| 4260 | 2026-06-05T17:12:10.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4261 | 2026-06-05T17:12:10.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4262 | 2026-06-05T17:12:10.927Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4263 | 2026-06-05T17:12:11.543Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4264 | 2026-06-05T17:12:12.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
| 4265 | 2026-06-05T17:12:12.250Z | |
| 4266 | 2026-06-05T17:12:12.250Z | info: running `cargo check --bins` on omicron-omdb (256/295) |
| 4267 | 2026-06-05T17:12:12.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4268 | 2026-06-05T17:12:12.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4269 | 2026-06-05T17:12:13.217Z | Compiling vergen-lib v0.1.6 |
| 4270 | 2026-06-05T17:12:13.217Z | Compiling vergen-gitcl v1.0.8 |
| 4271 | 2026-06-05T17:12:13.217Z | Compiling dirs-sys-next v0.1.2 |
| 4272 | 2026-06-05T17:12:13.217Z | Compiling glob v0.3.3 |
| 4273 | 2026-06-05T17:12:13.218Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4274 | 2026-06-05T17:12:13.222Z | Compiling diesel_derives v2.3.7 |
| 4275 | 2026-06-05T17:12:13.371Z | Compiling crunchy v0.2.4 |
| 4276 | 2026-06-05T17:12:13.435Z | Compiling dsl_auto_type v0.2.0 |
| 4277 | 2026-06-05T17:12:13.574Z | Compiling dirs-next v2.0.0 |
| 4278 | 2026-06-05T17:12:13.609Z | Checking scheduled-thread-pool v0.2.7 |
| 4279 | 2026-06-05T17:12:13.691Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4280 | 2026-06-05T17:12:13.709Z | Compiling tiny-keccak v2.0.2 |
| 4281 | 2026-06-05T17:12:13.782Z | Checking r2d2 v0.8.10 |
| 4282 | 2026-06-05T17:12:13.785Z | Compiling clang-sys v1.8.1 |
| 4283 | 2026-06-05T17:12:13.915Z | Compiling term v0.7.0 |
| 4284 | 2026-06-05T17:12:13.939Z | Compiling bit-vec v0.6.3 |
| 4285 | 2026-06-05T17:12:13.970Z | Checking downcast-rs v2.0.2 |
| 4286 | 2026-06-05T17:12:14.069Z | Compiling itertools v0.10.5 |
| 4287 | 2026-06-05T17:12:15.164Z | Compiling bit-set v0.5.3 |
| 4288 | 2026-06-05T17:12:15.167Z | Compiling ascii-canvas v3.0.0 |
| 4289 | 2026-06-05T17:12:15.167Z | Compiling ena v0.14.4 |
| 4290 | 2026-06-05T17:12:15.167Z | Compiling libloading v0.8.9 |
| 4291 | 2026-06-05T17:12:15.167Z | Compiling diff v0.1.13 |
| 4292 | 2026-06-05T17:12:15.168Z | Compiling regex-syntax v0.6.29 |
| 4293 | 2026-06-05T17:12:15.168Z | Compiling bindgen v0.71.1 |
| 4294 | 2026-06-05T17:12:15.168Z | Compiling cexpr v0.6.0 |
| 4295 | 2026-06-05T17:12:15.168Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4296 | 2026-06-05T17:12:15.168Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4297 | 2026-06-05T17:12:15.168Z | Compiling rustc-hash v2.1.1 |
| 4298 | 2026-06-05T17:12:15.168Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4299 | 2026-06-05T17:12:15.168Z | Compiling libxml v0.3.3 |
| 4300 | 2026-06-05T17:12:15.168Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4301 | 2026-06-05T17:12:15.214Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4302 | 2026-06-05T17:12:15.310Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4303 | 2026-06-05T17:12:15.554Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4304 | 2026-06-05T17:12:15.592Z | Compiling strum_macros v0.24.3 |
| 4305 | 2026-06-05T17:12:15.667Z | Compiling indoc v1.0.9 |
| 4306 | 2026-06-05T17:12:15.748Z | Compiling lalrpop v0.19.12 |
| 4307 | 2026-06-05T17:12:16.531Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4308 | 2026-06-05T17:12:16.735Z | Checking derive_builder v0.20.2 |
| 4309 | 2026-06-05T17:12:16.859Z | Compiling oso-derive v0.27.3 |
| 4310 | 2026-06-05T17:12:16.990Z | Checking quick-xml v0.37.5 |
| 4311 | 2026-06-05T17:12:17.037Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4312 | 2026-06-05T17:12:17.362Z | Checking openssl-probe v0.1.6 |
| 4313 | 2026-06-05T17:12:17.508Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4314 | 2026-06-05T17:12:17.876Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4315 | 2026-06-05T17:12:18.071Z | Checking bb8 v0.8.6 |
| 4316 | 2026-06-05T17:12:18.259Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4317 | 2026-06-05T17:12:18.311Z | Compiling libz-sys v1.1.24 |
| 4318 | 2026-06-05T17:12:18.355Z | Checking nonempty v0.12.0 |
| 4319 | 2026-06-05T17:12:18.473Z | Compiling strsim v0.10.0 |
| 4320 | 2026-06-05T17:12:18.523Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4321 | 2026-06-05T17:12:18.590Z | Compiling vergen-git2 v9.1.0 |
| 4322 | 2026-06-05T17:12:18.767Z | Compiling darling_core v0.13.4 |
| 4323 | 2026-06-05T17:12:18.837Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4324 | 2026-06-05T17:12:18.909Z | Compiling rustls v0.21.12 |
| 4325 | 2026-06-05T17:12:19.031Z | Compiling base64 v0.21.7 |
| 4326 | 2026-06-05T17:12:19.148Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4327 | 2026-06-05T17:12:19.355Z | Checking diesel v2.3.7 |
| 4328 | 2026-06-05T17:12:19.371Z | Compiling ron v0.8.1 |
| 4329 | 2026-06-05T17:12:20.130Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4330 | 2026-06-05T17:12:20.321Z | Checking sct v0.7.1 |
| 4331 | 2026-06-05T17:12:20.324Z | Checking rustls-webpki v0.101.7 |
| 4332 | 2026-06-05T17:12:20.493Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4333 | 2026-06-05T17:12:20.638Z | Compiling darling_macro v0.13.4 |
| 4334 | 2026-06-05T17:12:21.113Z | Compiling darling v0.13.4 |
| 4335 | 2026-06-05T17:12:21.209Z | Compiling serde_with_macros v1.5.2 |
| 4336 | 2026-06-05T17:12:21.252Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4337 | 2026-06-05T17:12:22.064Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4338 | 2026-06-05T17:12:22.107Z | Compiling serde_with v1.14.0 |
| 4339 | 2026-06-05T17:12:22.957Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4340 | 2026-06-05T17:12:23.253Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4341 | 2026-06-05T17:12:23.806Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4342 | 2026-06-05T17:12:24.463Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4343 | 2026-06-05T17:12:24.534Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4344 | 2026-06-05T17:12:24.660Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4345 | 2026-06-05T17:12:24.726Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4346 | 2026-06-05T17:12:24.797Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4347 | 2026-06-05T17:12:24.851Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4348 | 2026-06-05T17:12:25.054Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4349 | 2026-06-05T17:12:25.089Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4350 | 2026-06-05T17:12:25.106Z | Checking tokio-rustls v0.24.1 |
| 4351 | 2026-06-05T17:12:25.310Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4352 | 2026-06-05T17:12:25.892Z | Checking rustls-pemfile v1.0.4 |
| 4353 | 2026-06-05T17:12:25.920Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4354 | 2026-06-05T17:12:26.037Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4355 | 2026-06-05T17:12:26.137Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4356 | 2026-06-05T17:12:26.232Z | Checking twox-hash v2.1.2 |
| 4357 | 2026-06-05T17:12:26.514Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4358 | 2026-06-05T17:12:26.532Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4359 | 2026-06-05T17:12:26.585Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4360 | 2026-06-05T17:12:26.884Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4361 | 2026-06-05T17:12:27.043Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4362 | 2026-06-05T17:12:28.265Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4363 | 2026-06-05T17:12:28.307Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4364 | 2026-06-05T17:12:28.539Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4365 | 2026-06-05T17:12:28.842Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4366 | 2026-06-05T17:12:28.928Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4367 | 2026-06-05T17:12:29.199Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4368 | 2026-06-05T17:12:29.439Z | Checking console v0.16.2 |
| 4369 | 2026-06-05T17:12:29.755Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4370 | 2026-06-05T17:12:29.906Z | Checking fatfs v0.3.6 |
| 4371 | 2026-06-05T17:12:30.183Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4372 | 2026-06-05T17:12:30.367Z | Compiling seq-macro v0.3.6 |
| 4373 | 2026-06-05T17:12:30.884Z | Checking unit-prefix v0.5.2 |
| 4374 | 2026-06-05T17:12:31.024Z | Checking indicatif v0.18.4 |
| 4375 | 2026-06-05T17:12:31.493Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4376 | 2026-06-05T17:12:31.509Z | Checking support-bundle-viewer v0.1.2 |
| 4377 | 2026-06-05T17:12:31.766Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4378 | 2026-06-05T17:12:31.785Z | Checking multimap v0.10.1 |
| 4379 | 2026-06-05T17:12:37.761Z | Checking diesel-dtrace v0.5.0 |
| 4380 | 2026-06-05T17:12:38.010Z | Checking async-bb8-diesel v0.2.1 |
| 4381 | 2026-06-05T17:12:41.808Z | Compiling samael v0.0.19 |
| 4382 | 2026-06-05T17:12:45.907Z | Compiling git2 v0.20.4 |
| 4383 | 2026-06-05T17:12:47.362Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4384 | 2026-06-05T17:12:47.793Z | Compiling polar-core v0.27.3 |
| 4385 | 2026-06-05T17:12:48.406Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4386 | 2026-06-05T17:12:52.278Z | Checking oso v0.27.3 |
| 4387 | 2026-06-05T17:13:19.873Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4388 | 2026-06-05T17:14:31.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
| 4389 | 2026-06-05T17:14:31.586Z | |
| 4390 | 2026-06-05T17:14:31.586Z | info: running `cargo check --bins` on nexus-networking (257/295) |
| 4391 | 2026-06-05T17:14:32.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4392 | 2026-06-05T17:14:32.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4393 | 2026-06-05T17:14:32.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4394 | 2026-06-05T17:14:32.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 4395 | 2026-06-05T17:14:32.303Z | |
| 4396 | 2026-06-05T17:14:32.303Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295) |
| 4397 | 2026-06-05T17:14:32.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4398 | 2026-06-05T17:14:32.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4399 | 2026-06-05T17:14:32.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4400 | 2026-06-05T17:14:32.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4401 | 2026-06-05T17:14:32.973Z | |
| 4402 | 2026-06-05T17:14:32.973Z | info: running `cargo check --bins` on nexus-saga-recovery (259/295) |
| 4403 | 2026-06-05T17:14:33.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4404 | 2026-06-05T17:14:33.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4405 | 2026-06-05T17:14:33.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4406 | 2026-06-05T17:14:33.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4407 | 2026-06-05T17:14:33.644Z | |
| 4408 | 2026-06-05T17:14:33.644Z | info: running `cargo check --bins` on nexus-test-utils-macros (260/295) |
| 4409 | 2026-06-05T17:14:34.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4410 | 2026-06-05T17:14:34.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4411 | 2026-06-05T17:14:34.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4412 | 2026-06-05T17:14:34.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4413 | 2026-06-05T17:14:34.249Z | |
| 4414 | 2026-06-05T17:14:34.249Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (261/295) |
| 4415 | 2026-06-05T17:14:34.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4416 | 2026-06-05T17:14:34.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4417 | 2026-06-05T17:14:35.105Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4418 | 2026-06-05T17:14:35.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
| 4419 | 2026-06-05T17:14:36.084Z | |
| 4420 | 2026-06-05T17:14:36.084Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295) |
| 4421 | 2026-06-05T17:14:36.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4422 | 2026-06-05T17:14:36.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4423 | 2026-06-05T17:14:36.929Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4424 | 2026-06-05T17:15:13.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.69s |
| 4425 | 2026-06-05T17:15:14.006Z | |
| 4426 | 2026-06-05T17:15:14.006Z | info: running `cargo check --bins` on nexus-background-task-interface (263/295) |
| 4427 | 2026-06-05T17:15:14.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4428 | 2026-06-05T17:15:14.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4429 | 2026-06-05T17:15:14.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4430 | 2026-06-05T17:15:14.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4431 | 2026-06-05T17:15:14.605Z | |
| 4432 | 2026-06-05T17:15:14.605Z | info: running `cargo check --bins --no-default-features` on nexus-fm (264/295) |
| 4433 | 2026-06-05T17:15:15.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4434 | 2026-06-05T17:15:15.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4435 | 2026-06-05T17:15:15.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4436 | 2026-06-05T17:15:15.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4437 | 2026-06-05T17:15:15.264Z | |
| 4438 | 2026-06-05T17:15:15.264Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295) |
| 4439 | 2026-06-05T17:15:15.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4440 | 2026-06-05T17:15:15.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4441 | 2026-06-05T17:15:15.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4442 | 2026-06-05T17:15:15.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4443 | 2026-06-05T17:15:15.936Z | |
| 4444 | 2026-06-05T17:15:15.936Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (266/295) |
| 4445 | 2026-06-05T17:15:16.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4446 | 2026-06-05T17:15:16.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4447 | 2026-06-05T17:15:16.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4448 | 2026-06-05T17:15:16.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4449 | 2026-06-05T17:15:16.611Z | |
| 4450 | 2026-06-05T17:15:16.611Z | info: running `cargo check --bins` on nexus-mgs-updates (267/295) |
| 4451 | 2026-06-05T17:15:17.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4452 | 2026-06-05T17:15:17.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4453 | 2026-06-05T17:15:17.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4454 | 2026-06-05T17:15:17.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4455 | 2026-06-05T17:15:17.270Z | |
| 4456 | 2026-06-05T17:15:17.270Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (268/295) |
| 4457 | 2026-06-05T17:15:17.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4458 | 2026-06-05T17:15:17.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4459 | 2026-06-05T17:15:17.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4460 | 2026-06-05T17:15:17.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4461 | 2026-06-05T17:15:17.943Z | |
| 4462 | 2026-06-05T17:15:17.943Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295) |
| 4463 | 2026-06-05T17:15:18.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4464 | 2026-06-05T17:15:18.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4465 | 2026-06-05T17:15:18.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4466 | 2026-06-05T17:15:18.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4467 | 2026-06-05T17:15:18.606Z | |
| 4468 | 2026-06-05T17:15:18.606Z | info: running `cargo check --bins` on support-bundle-collection (270/295) |
| 4469 | 2026-06-05T17:15:19.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4470 | 2026-06-05T17:15:19.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4471 | 2026-06-05T17:15:19.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4472 | 2026-06-05T17:15:19.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4473 | 2026-06-05T17:15:19.280Z | |
| 4474 | 2026-06-05T17:15:19.280Z | info: running `cargo check --bins` on omicron-dev (271/295) |
| 4475 | 2026-06-05T17:15:19.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4476 | 2026-06-05T17:15:19.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4477 | 2026-06-05T17:15:20.204Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4478 | 2026-06-05T17:15:20.208Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4479 | 2026-06-05T17:15:20.393Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4480 | 2026-06-05T17:15:20.422Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4481 | 2026-06-05T17:15:20.444Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4482 | 2026-06-05T17:15:20.447Z | Checking yansi v1.0.1 |
| 4483 | 2026-06-05T17:15:20.447Z | Checking diff v0.1.13 |
| 4484 | 2026-06-05T17:15:20.463Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4485 | 2026-06-05T17:15:20.533Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4486 | 2026-06-05T17:15:20.738Z | Checking pretty_assertions v1.4.1 |
| 4487 | 2026-06-05T17:15:21.352Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4488 | 2026-06-05T17:15:21.521Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4489 | 2026-06-05T17:15:45.430Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4490 | 2026-06-05T17:15:45.434Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4491 | 2026-06-05T17:15:45.434Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4492 | 2026-06-05T17:15:45.434Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4493 | 2026-06-05T17:15:45.434Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4494 | 2026-06-05T17:15:45.434Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4495 | 2026-06-05T17:15:46.275Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4496 | 2026-06-05T17:15:46.276Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4497 | 2026-06-05T17:15:47.472Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4498 | 2026-06-05T17:16:23.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 4499 | 2026-06-05T17:16:24.096Z | |
| 4500 | 2026-06-05T17:16:24.096Z | info: running `cargo check --bins` on omicron-pins (272/295) |
| 4501 | 2026-06-05T17:16:24.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4502 | 2026-06-05T17:16:24.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4503 | 2026-06-05T17:16:24.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4504 | 2026-06-05T17:16:24.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4505 | 2026-06-05T17:16:24.707Z | |
| 4506 | 2026-06-05T17:16:24.707Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295) |
| 4507 | 2026-06-05T17:16:25.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4508 | 2026-06-05T17:16:25.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4509 | 2026-06-05T17:16:25.504Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4510 | 2026-06-05T17:16:25.627Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4511 | 2026-06-05T17:16:25.630Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4512 | 2026-06-05T17:16:51.457Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4513 | 2026-06-05T17:16:51.838Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4514 | 2026-06-05T17:16:53.535Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4515 | 2026-06-05T17:16:53.984Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4516 | 2026-06-05T17:16:56.941Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4517 | 2026-06-05T17:17:20.190Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4518 | 2026-06-05T17:17:20.894Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4519 | 2026-06-05T17:17:22.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.82s |
| 4520 | 2026-06-05T17:17:22.741Z | |
| 4521 | 2026-06-05T17:17:22.741Z | info: running `cargo check --bins` on reconfigurator-sp-updater (274/295) |
| 4522 | 2026-06-05T17:17:23.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4523 | 2026-06-05T17:17:23.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4524 | 2026-06-05T17:17:23.486Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4525 | 2026-06-05T17:17:24.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4526 | 2026-06-05T17:17:24.363Z | |
| 4527 | 2026-06-05T17:17:24.363Z | info: running `cargo check --bins` on omicron-releng (275/295) |
| 4528 | 2026-06-05T17:17:24.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4529 | 2026-06-05T17:17:24.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4530 | 2026-06-05T17:17:25.035Z | Compiling blake3 v1.8.3 |
| 4531 | 2026-06-05T17:17:25.145Z | Checking arrayref v0.3.9 |
| 4532 | 2026-06-05T17:17:25.149Z | Checking constant_time_eq v0.4.2 |
| 4533 | 2026-06-05T17:17:25.149Z | Checking arrayvec v0.7.6 |
| 4534 | 2026-06-05T17:17:25.167Z | Checking topological-sort v0.2.2 |
| 4535 | 2026-06-05T17:17:25.171Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4536 | 2026-06-05T17:17:25.171Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4537 | 2026-06-05T17:17:25.171Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4538 | 2026-06-05T17:17:25.210Z | Checking shell-words v1.1.1 |
| 4539 | 2026-06-05T17:17:26.039Z | Checking omicron-zone-package v0.12.2 |
| 4540 | 2026-06-05T17:17:26.757Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4541 | 2026-06-05T17:17:27.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
| 4542 | 2026-06-05T17:17:27.813Z | |
| 4543 | 2026-06-05T17:17:27.813Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (276/295) |
| 4544 | 2026-06-05T17:17:28.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4545 | 2026-06-05T17:17:28.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4546 | 2026-06-05T17:17:28.479Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4547 | 2026-06-05T17:17:28.803Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4548 | 2026-06-05T17:17:29.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4549 | 2026-06-05T17:17:29.389Z | |
| 4550 | 2026-06-05T17:17:29.389Z | info: running `cargo check --bins` on schema (277/295) |
| 4551 | 2026-06-05T17:17:29.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4552 | 2026-06-05T17:17:29.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4553 | 2026-06-05T17:17:30.133Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4554 | 2026-06-05T17:17:30.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4555 | 2026-06-05T17:17:31.031Z | |
| 4556 | 2026-06-05T17:17:31.031Z | info: running `cargo check --bins` on xtask (278/295) |
| 4557 | 2026-06-05T17:17:31.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4558 | 2026-06-05T17:17:31.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4559 | 2026-06-05T17:17:31.497Z | Checking libc v0.2.185 |
| 4560 | 2026-06-05T17:17:31.501Z | Checking serde v1.0.228 |
| 4561 | 2026-06-05T17:17:31.585Z | Checking zerofrom v0.1.6 |
| 4562 | 2026-06-05T17:17:31.591Z | Checking bitflags v2.11.0 |
| 4563 | 2026-06-05T17:17:31.596Z | Checking smallvec v1.15.1 |
| 4564 | 2026-06-05T17:17:31.603Z | Checking indexmap v2.14.0 |
| 4565 | 2026-06-05T17:17:31.613Z | Checking serde_json v1.0.149 |
| 4566 | 2026-06-05T17:17:31.616Z | Checking scroll v0.12.0 |
| 4567 | 2026-06-05T17:17:31.687Z | Checking yoke v0.8.1 |
| 4568 | 2026-06-05T17:17:31.740Z | Checking num-traits v0.2.19 |
| 4569 | 2026-06-05T17:17:31.769Z | Checking thiserror v1.0.69 |
| 4570 | 2026-06-05T17:17:31.846Z | Checking log v0.4.29 |
| 4571 | 2026-06-05T17:17:31.857Z | Checking zerovec v0.11.5 |
| 4572 | 2026-06-05T17:17:31.867Z | Checking zerotrie v0.2.3 |
| 4573 | 2026-06-05T17:17:31.878Z | Checking errno v0.3.14 |
| 4574 | 2026-06-05T17:17:31.971Z | Checking serde_spanned v0.6.9 |
| 4575 | 2026-06-05T17:17:31.993Z | Checking rustix v1.1.3 |
| 4576 | 2026-06-05T17:17:31.994Z | Checking toml_datetime v0.6.11 |
| 4577 | 2026-06-05T17:17:32.095Z | Checking percent-encoding v2.3.2 |
| 4578 | 2026-06-05T17:17:32.108Z | Checking zerocopy v0.7.35 |
| 4579 | 2026-06-05T17:17:32.129Z | Checking goblin v0.8.2 |
| 4580 | 2026-06-05T17:17:32.179Z | Checking toml_edit v0.22.27 |
| 4581 | 2026-06-05T17:17:32.227Z | Checking getrandom v0.4.1 |
| 4582 | 2026-06-05T17:17:32.238Z | Checking form_urlencoded v1.2.2 |
| 4583 | 2026-06-05T17:17:32.260Z | Checking ordered-float v2.10.1 |
| 4584 | 2026-06-05T17:17:32.292Z | Checking tinystr v0.8.2 |
| 4585 | 2026-06-05T17:17:32.357Z | Checking potential_utf v0.1.4 |
| 4586 | 2026-06-05T17:17:32.368Z | Checking thiserror v2.0.18 |
| 4587 | 2026-06-05T17:17:32.468Z | Checking syn v2.0.117 |
| 4588 | 2026-06-05T17:17:32.471Z | Checking icu_locale_core v2.1.1 |
| 4589 | 2026-06-05T17:17:32.486Z | Checking serde-value v0.7.0 |
| 4590 | 2026-06-05T17:17:32.489Z | Checking icu_collections v2.1.1 |
| 4591 | 2026-06-05T17:17:32.599Z | Checking dtrace-parser v0.2.0 |
| 4592 | 2026-06-05T17:17:32.705Z | Checking thread-id v4.2.2 |
| 4593 | 2026-06-05T17:17:32.789Z | Checking once_cell v1.21.3 |
| 4594 | 2026-06-05T17:17:32.807Z | Checking terminal_size v0.4.3 |
| 4595 | 2026-06-05T17:17:32.823Z | Checking cargo-platform v0.2.0 |
| 4596 | 2026-06-05T17:17:32.836Z | Checking memmap v0.7.0 |
| 4597 | 2026-06-05T17:17:32.919Z | Checking clap_builder v4.6.0 |
| 4598 | 2026-06-05T17:17:32.964Z | Checking textwrap v0.16.2 |
| 4599 | 2026-06-05T17:17:32.964Z | Checking tempfile v3.25.0 |
| 4600 | 2026-06-05T17:17:32.997Z | Checking fs-err v3.3.0 |
| 4601 | 2026-06-05T17:17:33.081Z | Checking icu_provider v2.1.1 |
| 4602 | 2026-06-05T17:17:33.162Z | Checking camino-tempfile v1.4.1 |
| 4603 | 2026-06-05T17:17:33.176Z | Checking tabled v0.15.0 |
| 4604 | 2026-06-05T17:17:33.179Z | Checking anyhow v1.0.102 |
| 4605 | 2026-06-05T17:17:33.287Z | Checking toml v0.8.23 |
| 4606 | 2026-06-05T17:17:33.315Z | Checking macaddr v1.0.1 |
| 4607 | 2026-06-05T17:17:33.326Z | Checking icu_normalizer v2.1.1 |
| 4608 | 2026-06-05T17:17:33.385Z | Checking icu_properties v2.1.2 |
| 4609 | 2026-06-05T17:17:33.495Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4610 | 2026-06-05T17:17:33.613Z | Checking cargo_toml v0.21.0 |
| 4611 | 2026-06-05T17:17:34.017Z | Checking dof v0.3.0 |
| 4612 | 2026-06-05T17:17:34.136Z | Checking clap v4.6.1 |
| 4613 | 2026-06-05T17:17:34.206Z | Checking idna_adapter v1.2.1 |
| 4614 | 2026-06-05T17:17:34.310Z | Checking usdt-impl v0.5.0 |
| 4615 | 2026-06-05T17:17:34.323Z | Checking idna v1.1.0 |
| 4616 | 2026-06-05T17:17:34.535Z | Checking url v2.5.8 |
| 4617 | 2026-06-05T17:17:34.555Z | Checking usdt v0.5.0 |
| 4618 | 2026-06-05T17:17:34.869Z | Checking cargo-util-schemas v0.8.2 |
| 4619 | 2026-06-05T17:17:35.557Z | Checking cargo_metadata v0.21.0 |
| 4620 | 2026-06-05T17:17:36.178Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4621 | 2026-06-05T17:17:36.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s |
| 4622 | 2026-06-05T17:17:36.744Z | |
| 4623 | 2026-06-05T17:17:36.744Z | info: running `cargo check --bins` on dnsadm (279/295) |
| 4624 | 2026-06-05T17:17:37.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4625 | 2026-06-05T17:17:37.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4626 | 2026-06-05T17:17:37.377Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4627 | 2026-06-05T17:17:37.869Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4628 | 2026-06-05T17:17:38.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
| 4629 | 2026-06-05T17:17:38.476Z | |
| 4630 | 2026-06-05T17:17:38.476Z | info: running `cargo check --bins` on end-to-end-tests (280/295) |
| 4631 | 2026-06-05T17:17:39.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4632 | 2026-06-05T17:17:39.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4633 | 2026-06-05T17:17:39.298Z | Checking polyval v0.6.2 |
| 4634 | 2026-06-05T17:17:39.432Z | Checking ctr v0.9.2 |
| 4635 | 2026-06-05T17:17:39.436Z | Checking ssh-encoding v0.2.0 |
| 4636 | 2026-06-05T17:17:39.437Z | Checking blowfish v0.9.1 |
| 4637 | 2026-06-05T17:17:39.467Z | Checking password-hash v0.4.2 |
| 4638 | 2026-06-05T17:17:39.478Z | Checking p256 v0.13.2 |
| 4639 | 2026-06-05T17:17:39.478Z | Checking p521 v0.13.3 |
| 4640 | 2026-06-05T17:17:39.504Z | Checking russh-cryptovec v0.7.3 |
| 4641 | 2026-06-05T17:17:39.566Z | Checking ghash v0.5.1 |
| 4642 | 2026-06-05T17:17:39.581Z | Checking bcrypt-pbkdf v0.10.0 |
| 4643 | 2026-06-05T17:17:39.584Z | Checking md5 v0.7.0 |
| 4644 | 2026-06-05T17:17:39.609Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4645 | 2026-06-05T17:17:39.626Z | Checking num-bigint v0.4.6 |
| 4646 | 2026-06-05T17:17:39.666Z | Checking pbkdf2 v0.11.0 |
| 4647 | 2026-06-05T17:17:39.684Z | Checking aes-gcm v0.10.3 |
| 4648 | 2026-06-05T17:17:39.728Z | Checking des v0.8.1 |
| 4649 | 2026-06-05T17:17:39.743Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4650 | 2026-06-05T17:17:39.759Z | Checking hex-literal v0.4.1 |
| 4651 | 2026-06-05T17:17:39.817Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4652 | 2026-06-05T17:17:39.833Z | Checking ssh-cipher v0.2.0 |
| 4653 | 2026-06-05T17:17:39.836Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4654 | 2026-06-05T17:17:39.862Z | Checking socket2 v0.5.10 |
| 4655 | 2026-06-05T17:17:39.879Z | Checking internet-checksum v0.2.1 |
| 4656 | 2026-06-05T17:17:40.004Z | Checking ssh-key v0.6.7 |
| 4657 | 2026-06-05T17:17:40.135Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4658 | 2026-06-05T17:17:40.646Z | Checking russh-keys v0.45.0 |
| 4659 | 2026-06-05T17:17:41.205Z | Checking russh v0.45.0 |
| 4660 | 2026-06-05T17:17:57.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.28s |
| 4661 | 2026-06-05T17:17:57.974Z | |
| 4662 | 2026-06-05T17:17:57.974Z | info: running `cargo check --bins` on gateway-cli (281/295) |
| 4663 | 2026-06-05T17:17:58.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4664 | 2026-06-05T17:17:58.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4665 | 2026-06-05T17:17:58.636Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4666 | 2026-06-05T17:17:58.745Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4667 | 2026-06-05T17:17:58.753Z | Checking termios v0.3.3 |
| 4668 | 2026-06-05T17:17:59.975Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4669 | 2026-06-05T17:18:00.126Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4670 | 2026-06-05T17:18:01.927Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4671 | 2026-06-05T17:18:02.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s |
| 4672 | 2026-06-05T17:18:02.692Z | |
| 4673 | 2026-06-05T17:18:02.692Z | info: running `cargo check --bins --no-default-features` on installinator (282/295) |
| 4674 | 2026-06-05T17:18:03.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4675 | 2026-06-05T17:18:03.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4676 | 2026-06-05T17:18:03.426Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4677 | 2026-06-05T17:18:03.430Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4678 | 2026-06-05T17:18:03.430Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4679 | 2026-06-05T17:18:03.543Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4680 | 2026-06-05T17:18:03.563Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4681 | 2026-06-05T17:18:03.573Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4682 | 2026-06-05T17:18:04.305Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4683 | 2026-06-05T17:18:04.645Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4684 | 2026-06-05T17:18:04.649Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4685 | 2026-06-05T17:18:05.282Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4686 | 2026-06-05T17:18:06.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s |
| 4687 | 2026-06-05T17:18:07.128Z | |
| 4688 | 2026-06-05T17:18:07.128Z | info: running `cargo check --bins` on internal-dns-cli (283/295) |
| 4689 | 2026-06-05T17:18:07.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4690 | 2026-06-05T17:18:07.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4691 | 2026-06-05T17:18:07.777Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4692 | 2026-06-05T17:18:08.245Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4693 | 2026-06-05T17:18:08.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4694 | 2026-06-05T17:18:08.780Z | |
| 4695 | 2026-06-05T17:18:08.780Z | info: running `cargo check --bins` on omicron-live-tests (284/295) |
| 4696 | 2026-06-05T17:18:09.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4697 | 2026-06-05T17:18:09.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4698 | 2026-06-05T17:18:09.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4699 | 2026-06-05T17:18:09.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4700 | 2026-06-05T17:18:09.398Z | |
| 4701 | 2026-06-05T17:18:09.398Z | info: running `cargo check --bins` on live-tests-macros (285/295) |
| 4702 | 2026-06-05T17:18:09.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4703 | 2026-06-05T17:18:09.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4704 | 2026-06-05T17:18:09.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4705 | 2026-06-05T17:18:09.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4706 | 2026-06-05T17:18:09.982Z | |
| 4707 | 2026-06-05T17:18:09.983Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295) |
| 4708 | 2026-06-05T17:18:10.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4709 | 2026-06-05T17:18:10.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4710 | 2026-06-05T17:18:10.747Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4711 | 2026-06-05T17:18:11.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 4712 | 2026-06-05T17:18:11.548Z | |
| 4713 | 2026-06-05T17:18:11.548Z | info: running `cargo check --bins` on omicron-ntp-admin (287/295) |
| 4714 | 2026-06-05T17:18:12.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4715 | 2026-06-05T17:18:12.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4716 | 2026-06-05T17:18:12.215Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4717 | 2026-06-05T17:18:12.219Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4718 | 2026-06-05T17:18:12.499Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4719 | 2026-06-05T17:18:12.499Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4720 | 2026-06-05T17:18:13.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
| 4721 | 2026-06-05T17:18:13.515Z | |
| 4722 | 2026-06-05T17:18:13.515Z | info: running `cargo check --bins` on ntp-admin-types (288/295) |
| 4723 | 2026-06-05T17:18:14.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4724 | 2026-06-05T17:18:14.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4725 | 2026-06-05T17:18:14.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4726 | 2026-06-05T17:18:14.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4727 | 2026-06-05T17:18:14.113Z | |
| 4728 | 2026-06-05T17:18:14.113Z | info: running `cargo check --bins` on omicron-package (289/295) |
| 4729 | 2026-06-05T17:18:14.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4730 | 2026-06-05T17:18:14.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4731 | 2026-06-05T17:18:14.821Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4732 | 2026-06-05T17:18:15.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s |
| 4733 | 2026-06-05T17:18:16.102Z | |
| 4734 | 2026-06-05T17:18:16.102Z | info: running `cargo check --bins` on tqdb (290/295) |
| 4735 | 2026-06-05T17:18:16.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4736 | 2026-06-05T17:18:16.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4737 | 2026-06-05T17:18:16.898Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4738 | 2026-06-05T17:18:17.256Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4739 | 2026-06-05T17:18:17.772Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4740 | 2026-06-05T17:18:17.776Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4741 | 2026-06-05T17:18:23.792Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4742 | 2026-06-05T17:18:23.797Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4743 | 2026-06-05T17:18:24.395Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4744 | 2026-06-05T17:18:24.399Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4745 | 2026-06-05T17:18:24.399Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4746 | 2026-06-05T17:18:24.399Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4747 | 2026-06-05T17:18:25.165Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4748 | 2026-06-05T17:18:26.245Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4749 | 2026-06-05T17:18:27.025Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4750 | 2026-06-05T17:18:27.651Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4751 | 2026-06-05T17:18:32.105Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4752 | 2026-06-05T17:18:38.589Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4753 | 2026-06-05T17:18:38.592Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4754 | 2026-06-05T17:18:38.593Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4755 | 2026-06-05T17:18:38.593Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4756 | 2026-06-05T17:18:40.122Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4757 | 2026-06-05T17:18:41.478Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4758 | 2026-06-05T17:18:42.144Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4759 | 2026-06-05T17:18:43.392Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4760 | 2026-06-05T17:18:43.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.83s |
| 4761 | 2026-06-05T17:18:44.160Z | |
| 4762 | 2026-06-05T17:18:44.160Z | info: running `cargo check --bins` on wicket-dbg (291/295) |
| 4763 | 2026-06-05T17:18:44.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4764 | 2026-06-05T17:18:44.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4765 | 2026-06-05T17:18:44.894Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4766 | 2026-06-05T17:18:44.894Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4767 | 2026-06-05T17:18:44.898Z | Checking rtoolbox v0.0.3 |
| 4768 | 2026-06-05T17:18:44.898Z | Checking tui-tree-widget v0.23.1 |
| 4769 | 2026-06-05T17:18:45.141Z | Checking rpassword v7.4.0 |
| 4770 | 2026-06-05T17:18:46.163Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4771 | 2026-06-05T17:18:49.145Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4772 | 2026-06-05T17:18:51.016Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4773 | 2026-06-05T17:18:51.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s |
| 4774 | 2026-06-05T17:18:52.156Z | |
| 4775 | 2026-06-05T17:18:52.156Z | info: running `cargo check --bins` on wicket (292/295) |
| 4776 | 2026-06-05T17:18:52.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4777 | 2026-06-05T17:18:52.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4778 | 2026-06-05T17:18:52.856Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4779 | 2026-06-05T17:18:53.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 4780 | 2026-06-05T17:18:53.426Z | |
| 4781 | 2026-06-05T17:18:53.426Z | info: running `cargo check --bins` on wicketd (293/295) |
| 4782 | 2026-06-05T17:18:53.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4783 | 2026-06-05T17:18:53.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4784 | 2026-06-05T17:18:54.171Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4785 | 2026-06-05T17:18:54.176Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4786 | 2026-06-05T17:18:54.176Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4787 | 2026-06-05T17:18:54.176Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4788 | 2026-06-05T17:18:55.181Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4789 | 2026-06-05T17:18:55.754Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4790 | 2026-06-05T17:18:58.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s |
| 4791 | 2026-06-05T17:18:58.942Z | |
| 4792 | 2026-06-05T17:18:58.942Z | info: running `cargo check --bins` on omicron-workspace-hack (294/295) |
| 4793 | 2026-06-05T17:18:59.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4794 | 2026-06-05T17:18:59.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4795 | 2026-06-05T17:18:59.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4796 | 2026-06-05T17:18:59.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4797 | 2026-06-05T17:18:59.543Z | |
| 4798 | 2026-06-05T17:18:59.543Z | info: running `cargo check --bins` on zone-setup (295/295) |
| 4799 | 2026-06-05T17:19:00.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4800 | 2026-06-05T17:19:00.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4801 | 2026-06-05T17:19:00.241Z | Checking uzers v0.12.2 |
| 4802 | 2026-06-05T17:19:00.517Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4803 | 2026-06-05T17:19:01.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
| 4804 | 2026-06-05T17:19:01.499Z | |
| 4805 | 2026-06-05T17:19:01.503Z | real 14:10.806188530 |
| 4806 | 2026-06-05T17:19:01.503Z | user 21:13.832380017 |
| 4807 | 2026-06-05T17:19:01.503Z | sys 4:23.005427784 |
| 4808 | 2026-06-05T17:19:01.503Z | trap 0.330233469 |
| 4809 | 2026-06-05T17:19:01.503Z | tflt 0.679493605 |
| 4810 | 2026-06-05T17:19:01.503Z | dflt 1.286609530 |
| 4811 | 2026-06-05T17:19:01.503Z | kflt 0.005035662 |
| 4812 | 2026-06-05T17:19:01.504Z | lock 1:18:45.655134244 |
| 4813 | 2026-06-05T17:19:01.504Z | slp 1:41:34.981628746 |
| 4814 | 2026-06-05T17:19:01.504Z | lat 1:05.195915380 |
| 4815 | 2026-06-05T17:19:01.504Z | stop 4:00.554940055 |
| 4816 | 2026-06-05T17:19:01.504Z | process exited: duration 988051 ms, exit code 0 |
| |
| 4817 | 2026-06-05T17:19:01.522Z | found 0 output files |