|
|
|
| 1 | 2026-05-15T21:13:07.898Z | job assigned to worker 01KRPQQ7566HA530EMM508AV9J [factory aws, i-0d64b53080dd83939] (queued for 54 s) |
| |
| 2 | 2026-05-15T21:13:14.377Z | starting task 0: "setup" |
| 3 | 2026-05-15T21:13:14.384Z | ++ uname -s |
| 4 | 2026-05-15T21:13:14.387Z | + kern=SunOS |
| 5 | 2026-05-15T21:13:14.387Z | + build_user=build |
| 6 | 2026-05-15T21:13:14.387Z | + build_uid=12345 |
| 7 | 2026-05-15T21:13:14.387Z | + work_dir=/work |
| 8 | 2026-05-15T21:13:14.387Z | + input_dir=/input |
| 9 | 2026-05-15T21:13:14.387Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-15T21:13:14.387Z | + case "$kern" in |
| 11 | 2026-05-15T21:13:14.387Z | + groupadd -g 12345 build |
| 12 | 2026-05-15T21:13:14.398Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-15T21:13:16.405Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-15T21:13:16.509Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-15T21:13:16.512Z | + home_fs=zfs |
| 16 | 2026-05-15T21:13:16.512Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-15T21:13:16.512Z | + mkdir -p /home/build |
| 18 | 2026-05-15T21:13:16.512Z | + chown build:build /home/build /work |
| 19 | 2026-05-15T21:13:18.513Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-15T21:13:18.517Z | process exited: duration 4138 ms, exit code 0 |
| |
| 21 | 2026-05-15T21:13:18.523Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-15T21:13:18.527Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-15T21:13:18.527Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-15T21:13:18.527Z | * rust toolchain profile = "default" |
| 25 | 2026-05-15T21:13:18.527Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-15T21:13:18.527Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-15T21:13:18.527Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-15T21:13:18.530Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-15T21:13:18.530Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-15T21:13:18.608Z | info: downloading installer |
| 31 | 2026-05-15T21:13:20.014Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-15T21:13:20.014Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-15T21:13:20.014Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-15T21:13:20.014Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-15T21:13:20.026Z | info: profile set to default |
| 36 | 2026-05-15T21:13:20.026Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-15T21:13:20.029Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-15T21:13:20.157Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-15T21:13:20.160Z | info: downloading 6 components |
| 40 | 2026-05-15T21:13:34.216Z | |
| 41 | 2026-05-15T21:13:34.216Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-05-15T21:13:34.246Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-15T21:13:34.246Z | |
| 44 | 2026-05-15T21:13:34.246Z | |
| 45 | 2026-05-15T21:13:34.246Z | Rust is installed now. Great! |
| 46 | 2026-05-15T21:13:34.246Z | |
| 47 | 2026-05-15T21:13:34.250Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-15T21:13:34.250Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-15T21:13:34.250Z | |
| 50 | 2026-05-15T21:13:34.250Z | To configure your current shell, you need to source |
| 51 | 2026-05-15T21:13:34.250Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-15T21:13:34.250Z | |
| 53 | 2026-05-15T21:13:34.250Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-15T21:13:34.250Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-15T21:13:34.250Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-15T21:13:34.250Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-15T21:13:34.250Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-15T21:13:34.250Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-15T21:13:34.250Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-15T21:13:34.250Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-15T21:13:34.250Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-15T21:13:34.346Z | + rustup --version |
| 63 | 2026-05-15T21:13:34.355Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-15T21:13:34.358Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-15T21:13:34.376Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-15T21:13:34.383Z | + cargo --version |
| 67 | 2026-05-15T21:13:34.392Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-15T21:13:34.395Z | + rustc --version |
| 69 | 2026-05-15T21:13:34.414Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-15T21:13:34.417Z | process exited: duration 15894 ms, exit code 0 |
| |
| 71 | 2026-05-15T21:13:34.423Z | starting task 2: "authentication" |
| 72 | 2026-05-15T21:13:34.440Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-15T21:13:34.446Z | starting task 3: "clone repository" |
| 74 | 2026-05-15T21:13:34.449Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-15T21:13:34.453Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-15T21:13:34.486Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-15T21:13:44.743Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-15T21:13:44.743Z | + git fetch origin 63ede604c380307525230cf817e635e8bda806bd |
| 79 | 2026-05-15T21:13:45.039Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-15T21:13:45.039Z | * branch 63ede604c380307525230cf817e635e8bda806bd -> FETCH_HEAD |
| 81 | 2026-05-15T21:13:45.050Z | + [[ -n eliza/failure-reason-2 ]] |
| 82 | 2026-05-15T21:13:46.056Z | ++ git branch --show-current |
| 83 | 2026-05-15T21:13:46.056Z | + current=main |
| 84 | 2026-05-15T21:13:46.056Z | + [[ main != eliza/failure-reason-2 ]] |
| 85 | 2026-05-15T21:13:46.056Z | + git branch -f eliza/failure-reason-2 63ede604c380307525230cf817e635e8bda806bd |
| 86 | 2026-05-15T21:13:46.060Z | + git checkout -f eliza/failure-reason-2 |
| 87 | 2026-05-15T21:13:46.060Z | Switched to branch 'eliza/failure-reason-2' |
| 88 | 2026-05-15T21:13:46.060Z | + git reset --hard 63ede604c380307525230cf817e635e8bda806bd |
| 89 | 2026-05-15T21:13:46.060Z | HEAD is now at 63ede604c Merge branch 'main' into eliza/failure-reason-2 |
| 90 | 2026-05-15T21:13:46.060Z | process exited: duration 10864 ms, exit code 0 |
| |
| 91 | 2026-05-15T21:13:46.068Z | starting task 4: "build" |
| 92 | 2026-05-15T21:13:46.073Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-15T21:13:46.073Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-15T21:13:46.073Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-15T21:13:46.073Z | + cargo --version |
| 96 | 2026-05-15T21:13:46.083Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-15T21:13:46.086Z | + rustc --version |
| 98 | 2026-05-15T21:13:46.106Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-15T21:13:46.110Z | + source ./env.sh |
| 100 | 2026-05-15T21:13:46.110Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-15T21:13:46.110Z | ++ set -o xtrace |
| 102 | 2026-05-15T21:13:46.113Z | ++++ dirname ./env.sh |
| 103 | 2026-05-15T21:13:46.122Z | +++ readlink -f . |
| 104 | 2026-05-15T21:13:46.126Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-15T21:13:46.126Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-05-15T21:13:46.126Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-05-15T21:13:46.126Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-05-15T21:13:46.126Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-05-15T21:13:46.126Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-05-15T21:13:46.126Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-05-15T21:13:46.126Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-05-15T21:13:46.126Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-05-15T21:13:46.126Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-05-15T21:13:46.126Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-05-15T21:13:46.126Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 116 | 2026-05-15T21:13:46.126Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 117 | 2026-05-15T21:13:46.126Z | + banner prerequisites |
| 118 | 2026-05-15T21:13:46.130Z | |
| 119 | 2026-05-15T21:13:46.130Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-15T21:13:46.130Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-15T21:13:46.130Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-15T21:13:46.130Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-15T21:13:46.130Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-15T21:13:46.130Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-15T21:13:46.130Z | |
| 126 | 2026-05-15T21:13:46.130Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-15T21:13:48.471Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-15T21:13:48.528Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-15T21:13:48.733Z | Planning: Solver setup ... Done (0.173s) |
| 130 | 2026-05-15T21:13:48.749Z | Planning: Running solver ... Done (0.016s) |
| 131 | 2026-05-15T21:13:48.764Z | Planning: Finding local manifests ... Done (0.013s) |
| 132 | 2026-05-15T21:13:48.778Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-15T21:13:48.795Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-15T21:13:48.808Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-05-15T21:13:48.811Z | Planning: Merging actions ... Done (0.001s) |
| 136 | 2026-05-15T21:13:49.006Z | Planning: Checking for conflicting actions ... Done (0.195s) |
| 137 | 2026-05-15T21:13:49.009Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-15T21:13:50.300Z | Planning: Evaluating mediators ... Done (1.293s) |
| 139 | 2026-05-15T21:13:50.303Z | Planning: Planning completed in 1.75 seconds |
| 140 | 2026-05-15T21:13:50.309Z | Packages to install: 2 |
| 141 | 2026-05-15T21:13:50.309Z | Estimated space available: 156.08 GB |
| 142 | 2026-05-15T21:13:50.311Z | Estimated space to be consumed: 19.74 MB |
| 143 | 2026-05-15T21:13:50.312Z | Create boot environment: No |
| 144 | 2026-05-15T21:13:50.312Z | Create backup boot environment: No |
| 145 | 2026-05-15T21:13:50.312Z | Rebuild boot archive: No |
| 146 | 2026-05-15T21:13:50.312Z | |
| 147 | 2026-05-15T21:13:50.312Z | Changed packages: |
| 148 | 2026-05-15T21:13:50.312Z | helios |
| 149 | 2026-05-15T21:13:50.312Z | developer/build-essential |
| 150 | 2026-05-15T21:13:50.312Z | None -> 11-3.0 |
| 151 | 2026-05-15T21:13:50.312Z | library/libxmlsec1 |
| 152 | 2026-05-15T21:13:50.312Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-15T21:13:50.356Z | |
| 154 | 2026-05-15T21:13:50.356Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-15T21:13:51.017Z | Download: Completed 1.28 MB in 0.66 seconds (1.9M/s) |
| 156 | 2026-05-15T21:13:51.098Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-15T21:13:51.147Z | Actions: Completed 268 actions in 0.05 seconds. |
| 158 | 2026-05-15T21:13:51.153Z | Finalize: Updating package state database ... Done (0.006s) |
| 159 | 2026-05-15T21:13:51.157Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-15T21:13:51.169Z | Finalize: Updating image state ... Done (0.015s) |
| 161 | 2026-05-15T21:13:53.812Z | Finalize: Creating fast lookup database ... Done (2.621s) |
| 162 | 2026-05-15T21:13:53.879Z | Finalize: Reading search index ... Done (0.013s) |
| 163 | 2026-05-15T21:13:53.883Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-15T21:13:54.047Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-15T21:13:54.341Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-15T21:13:54.446Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-15T21:13:54.449Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-15T21:13:54.605Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-15T21:13:54.608Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-05-15T21:13:54.628Z | Mediators to change: 2 |
| 171 | 2026-05-15T21:13:54.628Z | Create boot environment: No |
| 172 | 2026-05-15T21:13:54.628Z | Create backup boot environment: No |
| 173 | 2026-05-15T21:13:54.695Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-15T21:13:54.695Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-15T21:13:54.704Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-15T21:13:56.642Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-15T21:13:56.702Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-15T21:13:56.707Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-15T21:13:56.797Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-15T21:13:57.083Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-15T21:13:57.189Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-15T21:13:57.192Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-15T21:13:57.347Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-15T21:13:57.349Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-05-15T21:13:57.368Z | Mediators to change: 1 |
| 186 | 2026-05-15T21:13:57.368Z | Create boot environment: No |
| 187 | 2026-05-15T21:13:57.368Z | Create backup boot environment: No |
| 188 | 2026-05-15T21:13:57.439Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-15T21:13:57.442Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-15T21:13:57.448Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-15T21:13:59.402Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-15T21:13:59.467Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-15T21:13:59.470Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-15T21:13:59.547Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-15T21:13:59.857Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-15T21:13:59.857Z | apache system 2.4 system |
| 197 | 2026-05-15T21:13:59.857Z | clang system 15 system |
| 198 | 2026-05-15T21:13:59.857Z | csh system system illumos |
| 199 | 2026-05-15T21:13:59.857Z | ctags system system illumos |
| 200 | 2026-05-15T21:13:59.857Z | file vendor vendor darwinsys |
| 201 | 2026-05-15T21:13:59.857Z | file system system illumos |
| 202 | 2026-05-15T21:13:59.857Z | gcc vendor 14 vendor |
| 203 | 2026-05-15T21:13:59.857Z | gcc system 13 system |
| 204 | 2026-05-15T21:13:59.857Z | gcc system 10 system |
| 205 | 2026-05-15T21:13:59.857Z | go system 1.25 system |
| 206 | 2026-05-15T21:13:59.857Z | llvm system 15 system |
| 207 | 2026-05-15T21:13:59.857Z | mariadb system 11.4 system |
| 208 | 2026-05-15T21:13:59.857Z | mta vendor vendor dma |
| 209 | 2026-05-15T21:13:59.857Z | openjdk system 17 system |
| 210 | 2026-05-15T21:13:59.857Z | openjdk system 11 system |
| 211 | 2026-05-15T21:13:59.857Z | openssl vendor 3 vendor |
| 212 | 2026-05-15T21:13:59.857Z | perl system 5.40 system |
| 213 | 2026-05-15T21:13:59.857Z | postgresql system 18 system |
| 214 | 2026-05-15T21:13:59.857Z | postgresql system 17 system |
| 215 | 2026-05-15T21:13:59.857Z | python vendor 3 vendor |
| 216 | 2026-05-15T21:13:59.857Z | python system 2 system |
| 217 | 2026-05-15T21:13:59.857Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-15T21:13:59.857Z | ruby system 3.4 system |
| 219 | 2026-05-15T21:13:59.857Z | ruby system 3.0 system |
| 220 | 2026-05-15T21:13:59.858Z | words vendor vendor american-english |
| 221 | 2026-05-15T21:13:59.858Z | words system system australian-english |
| 222 | 2026-05-15T21:13:59.858Z | words system system british-english |
| 223 | 2026-05-15T21:13:59.858Z | words system system canadian-english |
| 224 | 2026-05-15T21:13:59.858Z | words system system french |
| 225 | 2026-05-15T21:13:59.858Z | words system system italian |
| 226 | 2026-05-15T21:13:59.858Z | words system system ngerman |
| 227 | 2026-05-15T21:13:59.858Z | words system system ogerman |
| 228 | 2026-05-15T21:13:59.858Z | words system system spanish |
| 229 | 2026-05-15T21:14:00.113Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-15T21:14:00.113Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-15T21:14:00.379Z | FMRI IFO |
| 232 | 2026-05-15T21:14:00.379Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-15T21:14:00.379Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-15T21:14:00.379Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-15T21:14:00.379Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-15T21:14:00.379Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-15T21:14:00.379Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-15T21:14:00.379Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-15T21:14:00.379Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-15T21:14:00.379Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-15T21:14:00.628Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-15T21:14:00.906Z | Updating crates.io index |
| 243 | 2026-05-15T21:14:00.941Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-15T21:14:01.682Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-15T21:14:02.169Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-15T21:14:02.873Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-15T21:14:03.934Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-15T21:14:04.456Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-15T21:14:05.806Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-15T21:14:06.695Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-15T21:14:07.016Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-15T21:14:08.128Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-15T21:14:08.516Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-15T21:14:08.923Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-15T21:14:09.382Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-15T21:14:10.306Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-15T21:14:10.792Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-05-15T21:14:11.171Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-05-15T21:14:11.551Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-05-15T21:14:11.998Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-05-15T21:14:12.422Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-05-15T21:14:12.804Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-05-15T21:14:13.036Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-05-15T21:14:13.295Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-05-15T21:14:13.770Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-05-15T21:14:14.403Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 267 | 2026-05-15T21:14:14.934Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 268 | 2026-05-15T21:14:15.361Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 269 | 2026-05-15T21:14:15.665Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 270 | 2026-05-15T21:14:16.668Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 271 | 2026-05-15T21:14:17.345Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 272 | 2026-05-15T21:14:18.329Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-05-15T21:14:18.849Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 274 | 2026-05-15T21:14:19.163Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 275 | 2026-05-15T21:14:19.489Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 276 | 2026-05-15T21:14:19.893Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 277 | 2026-05-15T21:14:20.202Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 278 | 2026-05-15T21:14:20.793Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 279 | 2026-05-15T21:14:21.066Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 280 | 2026-05-15T21:14:21.370Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 281 | 2026-05-15T21:14:21.714Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 282 | 2026-05-15T21:14:33.323Z | Downloading crates ... |
| 283 | 2026-05-15T21:14:33.387Z | Downloaded dof v0.3.0 |
| 284 | 2026-05-15T21:14:33.390Z | Downloaded equivalent v1.0.2 |
| 285 | 2026-05-15T21:14:33.390Z | Downloaded dtrace-parser v0.2.0 |
| 286 | 2026-05-15T21:14:33.394Z | Downloaded thread-id v4.2.2 |
| 287 | 2026-05-15T21:14:33.397Z | Downloaded typeid v1.0.3 |
| 288 | 2026-05-15T21:14:33.397Z | Downloaded cfg-if v1.0.4 |
| 289 | 2026-05-15T21:14:33.400Z | Downloaded cargo-util-schemas v0.8.2 |
| 290 | 2026-05-15T21:14:33.402Z | Downloaded toml_write v0.1.2 |
| 291 | 2026-05-15T21:14:33.402Z | Downloaded toml v0.8.23 |
| 292 | 2026-05-15T21:14:33.405Z | Downloaded toml_datetime v0.6.11 |
| 293 | 2026-05-15T21:14:33.405Z | Downloaded usdt-macro v0.5.0 |
| 294 | 2026-05-15T21:14:33.408Z | Downloaded clap v4.5.60 |
| 295 | 2026-05-15T21:14:33.411Z | Downloaded utf8parse v0.2.2 |
| 296 | 2026-05-15T21:14:33.411Z | Downloaded version_check v0.9.5 |
| 297 | 2026-05-15T21:14:33.414Z | Downloaded proc-macro-error-attr v1.0.4 |
| 298 | 2026-05-15T21:14:33.414Z | Downloaded errno v0.3.14 |
| 299 | 2026-05-15T21:14:33.414Z | Downloaded crypto-common v0.1.7 |
| 300 | 2026-05-15T21:14:33.417Z | Downloaded zmij v1.0.21 |
| 301 | 2026-05-15T21:14:33.417Z | Downloaded yoke-derive v0.8.1 |
| 302 | 2026-05-15T21:14:33.418Z | Downloaded serde-value v0.7.0 |
| 303 | 2026-05-15T21:14:33.420Z | Downloaded usdt-attr-macro v0.5.0 |
| 304 | 2026-05-15T21:14:33.420Z | Downloaded anstream v0.6.21 |
| 305 | 2026-05-15T21:14:33.423Z | Downloaded utf8_iter v1.0.4 |
| 306 | 2026-05-15T21:14:33.426Z | Downloaded cargo-platform v0.2.0 |
| 307 | 2026-05-15T21:14:33.426Z | Downloaded writeable v0.6.2 |
| 308 | 2026-05-15T21:14:33.427Z | Downloaded anyhow v1.0.102 |
| 309 | 2026-05-15T21:14:33.429Z | Downloaded form_urlencoded v1.2.2 |
| 310 | 2026-05-15T21:14:33.429Z | Downloaded clap_lex v1.0.0 |
| 311 | 2026-05-15T21:14:33.432Z | Downloaded thiserror-impl v1.0.69 |
| 312 | 2026-05-15T21:14:33.432Z | Downloaded tinystr v0.8.2 |
| 313 | 2026-05-15T21:14:33.432Z | Downloaded block-buffer v0.10.4 |
| 314 | 2026-05-15T21:14:33.436Z | Downloaded anstyle-query v1.1.5 |
| 315 | 2026-05-15T21:14:33.436Z | Downloaded autocfg v1.5.0 |
| 316 | 2026-05-15T21:14:33.436Z | Downloaded anstyle-parse v0.2.7 |
| 317 | 2026-05-15T21:14:33.436Z | Downloaded thiserror v2.0.18 |
| 318 | 2026-05-15T21:14:33.439Z | Downloaded strsim v0.11.1 |
| 319 | 2026-05-15T21:14:33.439Z | Downloaded usdt v0.5.0 |
| 320 | 2026-05-15T21:14:33.442Z | Downloaded ucd-trie v0.1.7 |
| 321 | 2026-05-15T21:14:33.442Z | Downloaded fastrand v2.3.0 |
| 322 | 2026-05-15T21:14:33.442Z | Downloaded zerovec-derive v0.11.2 |
| 323 | 2026-05-15T21:14:33.446Z | Downloaded usdt-impl v0.5.0 |
| 324 | 2026-05-15T21:14:33.446Z | Downloaded zerocopy-derive v0.7.35 |
| 325 | 2026-05-15T21:14:33.449Z | Downloaded bitflags v2.11.0 |
| 326 | 2026-05-15T21:14:33.451Z | Downloaded pest_derive v2.8.6 |
| 327 | 2026-05-15T21:14:33.451Z | Downloaded getrandom v0.4.1 |
| 328 | 2026-05-15T21:14:33.454Z | Downloaded unicode-xid v0.2.6 |
| 329 | 2026-05-15T21:14:33.454Z | Downloaded unicode-linebreak v0.1.5 |
| 330 | 2026-05-15T21:14:33.457Z | Downloaded icu_collections v2.1.1 |
| 331 | 2026-05-15T21:14:33.460Z | Downloaded plain v0.2.3 |
| 332 | 2026-05-15T21:14:33.461Z | Downloaded fs-err v3.3.0 |
| 333 | 2026-05-15T21:14:33.461Z | Downloaded toml_edit v0.22.27 |
| 334 | 2026-05-15T21:14:33.464Z | Downloaded idna_adapter v1.2.1 |
| 335 | 2026-05-15T21:14:33.464Z | Downloaded serde_spanned v0.6.9 |
| 336 | 2026-05-15T21:14:33.467Z | Downloaded zerofrom-derive v0.1.6 |
| 337 | 2026-05-15T21:14:33.467Z | Downloaded unicode-ident v1.0.24 |
| 338 | 2026-05-15T21:14:33.467Z | Downloaded zerotrie v0.2.3 |
| 339 | 2026-05-15T21:14:33.471Z | Downloaded thiserror v1.0.69 |
| 340 | 2026-05-15T21:14:33.474Z | Downloaded typenum v1.19.0 |
| 341 | 2026-05-15T21:14:33.474Z | Downloaded thiserror-impl v2.0.18 |
| 342 | 2026-05-15T21:14:33.474Z | Downloaded anstyle v1.0.13 |
| 343 | 2026-05-15T21:14:33.477Z | Downloaded zerofrom v0.1.6 |
| 344 | 2026-05-15T21:14:33.477Z | Downloaded camino-tempfile v1.4.1 |
| 345 | 2026-05-15T21:14:33.480Z | Downloaded yoke v0.8.1 |
| 346 | 2026-05-15T21:14:33.483Z | Downloaded url v2.5.8 |
| 347 | 2026-05-15T21:14:33.487Z | Downloaded textwrap v0.16.2 |
| 348 | 2026-05-15T21:14:33.487Z | Downloaded scroll_derive v0.12.1 |
| 349 | 2026-05-15T21:14:33.487Z | Downloaded heck v0.4.1 |
| 350 | 2026-05-15T21:14:33.506Z | Downloaded itoa v1.0.17 |
| 351 | 2026-05-15T21:14:33.506Z | Downloaded erased-serde v0.4.9 |
| 352 | 2026-05-15T21:14:33.506Z | Downloaded zerovec v0.11.5 |
| 353 | 2026-05-15T21:14:33.506Z | Downloaded terminal_size v0.4.3 |
| 354 | 2026-05-15T21:14:33.506Z | Downloaded percent-encoding v2.3.2 |
| 355 | 2026-05-15T21:14:33.506Z | Downloaded zerocopy v0.7.35 |
| 356 | 2026-05-15T21:14:33.510Z | Downloaded stable_deref_trait v1.2.1 |
| 357 | 2026-05-15T21:14:33.510Z | Downloaded pretty-hex v0.4.1 |
| 358 | 2026-05-15T21:14:33.510Z | Downloaded heck v0.5.0 |
| 359 | 2026-05-15T21:14:33.513Z | Downloaded fnv v1.0.7 |
| 360 | 2026-05-15T21:14:33.513Z | Downloaded colorchoice v1.0.4 |
| 361 | 2026-05-15T21:14:33.513Z | Downloaded potential_utf v0.1.4 |
| 362 | 2026-05-15T21:14:33.513Z | Downloaded generic-array v0.14.7 |
| 363 | 2026-05-15T21:14:33.513Z | Downloaded icu_locale_core v2.1.1 |
| 364 | 2026-05-15T21:14:33.516Z | Downloaded cargo_toml v0.21.0 |
| 365 | 2026-05-15T21:14:33.519Z | Downloaded cargo_metadata v0.21.0 |
| 366 | 2026-05-15T21:14:33.519Z | Downloaded unicode-width v0.1.14 |
| 367 | 2026-05-15T21:14:33.522Z | Downloaded winnow v0.7.14 |
| 368 | 2026-05-15T21:14:33.526Z | Downloaded smawk v0.3.2 |
| 369 | 2026-05-15T21:14:33.529Z | Downloaded bytecount v0.6.9 |
| 370 | 2026-05-15T21:14:33.529Z | Downloaded cpufeatures v0.2.17 |
| 371 | 2026-05-15T21:14:33.529Z | Downloaded ordered-float v2.10.1 |
| 372 | 2026-05-15T21:14:33.532Z | Downloaded unicode-width v0.2.0 |
| 373 | 2026-05-15T21:14:33.535Z | Downloaded memmap v0.7.0 |
| 374 | 2026-05-15T21:14:33.535Z | Downloaded quote v1.0.45 |
| 375 | 2026-05-15T21:14:33.535Z | Downloaded macaddr v1.0.1 |
| 376 | 2026-05-15T21:14:33.538Z | Downloaded tabled_derive v0.7.0 |
| 377 | 2026-05-15T21:14:33.538Z | Downloaded swrite v0.1.0 |
| 378 | 2026-05-15T21:14:33.538Z | Downloaded is_terminal_polyfill v1.70.2 |
| 379 | 2026-05-15T21:14:33.541Z | Downloaded scroll v0.12.0 |
| 380 | 2026-05-15T21:14:33.544Z | Downloaded displaydoc v0.2.5 |
| 381 | 2026-05-15T21:14:33.547Z | Downloaded tempfile v3.25.0 |
| 382 | 2026-05-15T21:14:33.551Z | Downloaded sha2 v0.10.9 |
| 383 | 2026-05-15T21:14:33.556Z | Downloaded serde_derive v1.0.228 |
| 384 | 2026-05-15T21:14:33.559Z | Downloaded once_cell v1.21.3 |
| 385 | 2026-05-15T21:14:33.563Z | Downloaded synstructure v0.13.2 |
| 386 | 2026-05-15T21:14:33.566Z | Downloaded digest v0.10.7 |
| 387 | 2026-05-15T21:14:33.566Z | Downloaded serde_tokenstream v0.2.3 |
| 388 | 2026-05-15T21:14:33.566Z | Downloaded semver v1.0.28 |
| 389 | 2026-05-15T21:14:33.571Z | Downloaded serde-untagged v0.1.9 |
| 390 | 2026-05-15T21:14:33.578Z | Downloaded litemap v0.8.1 |
| 391 | 2026-05-15T21:14:33.583Z | Downloaded byteorder v1.5.0 |
| 392 | 2026-05-15T21:14:33.586Z | Downloaded smallvec v1.15.1 |
| 393 | 2026-05-15T21:14:33.589Z | Downloaded clap_derive v4.5.55 |
| 394 | 2026-05-15T21:14:33.592Z | Downloaded camino v1.2.2 |
| 395 | 2026-05-15T21:14:33.599Z | Downloaded pest_generator v2.8.6 |
| 396 | 2026-05-15T21:14:33.603Z | Downloaded proc-macro-error v1.0.4 |
| 397 | 2026-05-15T21:14:33.606Z | Downloaded serde_core v1.0.228 |
| 398 | 2026-05-15T21:14:33.609Z | Downloaded pest_meta v2.8.6 |
| 399 | 2026-05-15T21:14:33.609Z | Downloaded num-traits v0.2.19 |
| 400 | 2026-05-15T21:14:33.613Z | Downloaded log v0.4.29 |
| 401 | 2026-05-15T21:14:33.616Z | Downloaded serde v1.0.228 |
| 402 | 2026-05-15T21:14:33.616Z | Downloaded icu_provider v2.1.1 |
| 403 | 2026-05-15T21:14:33.619Z | Downloaded papergrid v0.11.0 |
| 404 | 2026-05-15T21:14:33.622Z | Downloaded icu_normalizer v2.1.1 |
| 405 | 2026-05-15T21:14:33.625Z | Downloaded icu_properties v2.1.2 |
| 406 | 2026-05-15T21:14:33.628Z | Downloaded icu_normalizer_data v2.1.1 |
| 407 | 2026-05-15T21:14:33.638Z | Downloaded indexmap v2.14.0 |
| 408 | 2026-05-15T21:14:33.641Z | Downloaded proc-macro2 v1.0.106 |
| 409 | 2026-05-15T21:14:33.644Z | Downloaded memchr v2.8.0 |
| 410 | 2026-05-15T21:14:33.647Z | Downloaded clap_builder v4.5.60 |
| 411 | 2026-05-15T21:14:33.652Z | Downloaded hashbrown v0.17.0 |
| 412 | 2026-05-15T21:14:33.665Z | Downloaded serde_json v1.0.149 |
| 413 | 2026-05-15T21:14:33.669Z | Downloaded icu_properties_data v2.1.2 |
| 414 | 2026-05-15T21:14:33.674Z | Downloaded idna v1.1.0 |
| 415 | 2026-05-15T21:14:33.682Z | Downloaded pest v2.8.6 |
| 416 | 2026-05-15T21:14:33.690Z | Downloaded goblin v0.8.2 |
| 417 | 2026-05-15T21:14:33.699Z | Downloaded tabled v0.15.0 |
| 418 | 2026-05-15T21:14:33.711Z | Downloaded syn v2.0.117 |
| 419 | 2026-05-15T21:14:33.717Z | Downloaded syn v1.0.109 |
| 420 | 2026-05-15T21:14:33.741Z | Downloaded rustix v1.1.3 |
| 421 | 2026-05-15T21:14:33.768Z | Downloaded libc v0.2.185 |
| 422 | 2026-05-15T21:14:33.836Z | Compiling proc-macro2 v1.0.106 |
| 423 | 2026-05-15T21:14:33.837Z | Compiling unicode-ident v1.0.24 |
| 424 | 2026-05-15T21:14:33.840Z | Compiling quote v1.0.45 |
| 425 | 2026-05-15T21:14:33.840Z | Compiling serde_core v1.0.228 |
| 426 | 2026-05-15T21:14:33.840Z | Compiling libc v0.2.185 |
| 427 | 2026-05-15T21:14:33.840Z | Compiling version_check v0.9.5 |
| 428 | 2026-05-15T21:14:33.840Z | Compiling stable_deref_trait v1.2.1 |
| 429 | 2026-05-15T21:14:33.840Z | Compiling memchr v2.8.0 |
| 430 | 2026-05-15T21:14:34.119Z | Compiling serde v1.0.228 |
| 431 | 2026-05-15T21:14:34.165Z | Compiling zmij v1.0.21 |
| 432 | 2026-05-15T21:14:34.594Z | Compiling autocfg v1.5.0 |
| 433 | 2026-05-15T21:14:34.597Z | Compiling ucd-trie v0.1.7 |
| 434 | 2026-05-15T21:14:34.707Z | Compiling thiserror v1.0.69 |
| 435 | 2026-05-15T21:14:34.716Z | Compiling itoa v1.0.17 |
| 436 | 2026-05-15T21:14:34.960Z | Compiling pest v2.8.6 |
| 437 | 2026-05-15T21:14:35.029Z | Compiling writeable v0.6.2 |
| 438 | 2026-05-15T21:14:35.029Z | Compiling litemap v0.8.1 |
| 439 | 2026-05-15T21:14:35.089Z | Compiling icu_normalizer_data v2.1.1 |
| 440 | 2026-05-15T21:14:35.145Z | Compiling rustix v1.1.3 |
| 441 | 2026-05-15T21:14:35.195Z | Compiling byteorder v1.5.0 |
| 442 | 2026-05-15T21:14:35.278Z | Compiling icu_properties_data v2.1.2 |
| 443 | 2026-05-15T21:14:35.479Z | Compiling errno v0.3.14 |
| 444 | 2026-05-15T21:14:35.555Z | Compiling bitflags v2.11.0 |
| 445 | 2026-05-15T21:14:35.593Z | Compiling serde_json v1.0.149 |
| 446 | 2026-05-15T21:14:35.626Z | Compiling syn v2.0.117 |
| 447 | 2026-05-15T21:14:35.794Z | Compiling num-traits v0.2.19 |
| 448 | 2026-05-15T21:14:35.917Z | Compiling hashbrown v0.17.0 |
| 449 | 2026-05-15T21:14:35.981Z | Compiling pest_meta v2.8.6 |
| 450 | 2026-05-15T21:14:36.000Z | Compiling equivalent v1.0.2 |
| 451 | 2026-05-15T21:14:36.091Z | Compiling typeid v1.0.3 |
| 452 | 2026-05-15T21:14:36.170Z | Compiling smallvec v1.15.1 |
| 453 | 2026-05-15T21:14:36.399Z | Compiling indexmap v2.14.0 |
| 454 | 2026-05-15T21:14:36.463Z | Compiling thread-id v4.2.2 |
| 455 | 2026-05-15T21:14:36.487Z | Compiling usdt-impl v0.5.0 |
| 456 | 2026-05-15T21:14:36.544Z | Compiling proc-macro-error-attr v1.0.4 |
| 457 | 2026-05-15T21:14:36.573Z | Compiling erased-serde v0.4.9 |
| 458 | 2026-05-15T21:14:36.692Z | Compiling toml_write v0.1.2 |
| 459 | 2026-05-15T21:14:36.831Z | Compiling syn v1.0.109 |
| 460 | 2026-05-15T21:14:36.834Z | Compiling winnow v0.7.14 |
| 461 | 2026-05-15T21:14:37.120Z | Compiling proc-macro-error v1.0.4 |
| 462 | 2026-05-15T21:14:37.184Z | Compiling utf8parse v0.2.2 |
| 463 | 2026-05-15T21:14:37.297Z | Compiling plain v0.2.3 |
| 464 | 2026-05-15T21:14:37.313Z | Compiling percent-encoding v2.3.2 |
| 465 | 2026-05-15T21:14:37.411Z | Compiling getrandom v0.4.1 |
| 466 | 2026-05-15T21:14:37.501Z | Compiling log v0.4.29 |
| 467 | 2026-05-15T21:14:37.540Z | Compiling utf8_iter v1.0.4 |
| 468 | 2026-05-15T21:14:37.588Z | Compiling camino v1.2.2 |
| 469 | 2026-05-15T21:14:37.681Z | Compiling thiserror v2.0.18 |
| 470 | 2026-05-15T21:14:37.707Z | Compiling ordered-float v2.10.1 |
| 471 | 2026-05-15T21:14:37.741Z | Compiling form_urlencoded v1.2.2 |
| 472 | 2026-05-15T21:14:37.880Z | Compiling anstyle-parse v0.2.7 |
| 473 | 2026-05-15T21:14:38.032Z | Compiling terminal_size v0.4.3 |
| 474 | 2026-05-15T21:14:38.164Z | Compiling synstructure v0.13.2 |
| 475 | 2026-05-15T21:14:38.216Z | Compiling pest_generator v2.8.6 |
| 476 | 2026-05-15T21:14:38.283Z | Compiling is_terminal_polyfill v1.70.2 |
| 477 | 2026-05-15T21:14:38.299Z | Compiling anstyle-query v1.1.5 |
| 478 | 2026-05-15T21:14:38.372Z | Compiling colorchoice v1.0.4 |
| 479 | 2026-05-15T21:14:38.388Z | Compiling pretty-hex v0.4.1 |
| 480 | 2026-05-15T21:14:38.408Z | Compiling cfg-if v1.0.4 |
| 481 | 2026-05-15T21:14:38.412Z | Compiling anstyle v1.0.13 |
| 482 | 2026-05-15T21:14:38.500Z | Compiling serde-untagged v0.1.9 |
| 483 | 2026-05-15T21:14:38.631Z | Compiling anstream v0.6.21 |
| 484 | 2026-05-15T21:14:38.663Z | Compiling semver v1.0.28 |
| 485 | 2026-05-15T21:14:38.768Z | Compiling fs-err v3.3.0 |
| 486 | 2026-05-15T21:14:38.908Z | Compiling unicode-width v0.1.14 |
| 487 | 2026-05-15T21:14:38.933Z | Compiling once_cell v1.21.3 |
| 488 | 2026-05-15T21:14:38.953Z | Compiling fastrand v2.3.0 |
| 489 | 2026-05-15T21:14:39.023Z | Compiling clap_lex v1.0.0 |
| 490 | 2026-05-15T21:14:39.144Z | Compiling anyhow v1.0.102 |
| 491 | 2026-05-15T21:14:39.176Z | Compiling heck v0.4.1 |
| 492 | 2026-05-15T21:14:39.212Z | Compiling fnv v1.0.7 |
| 493 | 2026-05-15T21:14:39.255Z | Compiling strsim v0.11.1 |
| 494 | 2026-05-15T21:14:39.282Z | Compiling heck v0.5.0 |
| 495 | 2026-05-15T21:14:39.314Z | Compiling unicode-xid v0.2.6 |
| 496 | 2026-05-15T21:14:39.398Z | Compiling bytecount v0.6.9 |
| 497 | 2026-05-15T21:14:39.437Z | Compiling clap_builder v4.5.60 |
| 498 | 2026-05-15T21:14:39.573Z | Compiling papergrid v0.11.0 |
| 499 | 2026-05-15T21:14:39.576Z | Compiling tempfile v3.25.0 |
| 500 | 2026-05-15T21:14:39.688Z | Compiling memmap v0.7.0 |
| 501 | 2026-05-15T21:14:39.748Z | Compiling unicode-width v0.2.0 |
| 502 | 2026-05-15T21:14:39.868Z | Compiling smawk v0.3.2 |
| 503 | 2026-05-15T21:14:39.896Z | Compiling serde_derive v1.0.228 |
| 504 | 2026-05-15T21:14:39.912Z | Compiling zerofrom-derive v0.1.6 |
| 505 | 2026-05-15T21:14:39.962Z | Compiling yoke-derive v0.8.1 |
| 506 | 2026-05-15T21:14:40.005Z | Compiling zerovec-derive v0.11.2 |
| 507 | 2026-05-15T21:14:40.020Z | Compiling displaydoc v0.2.5 |
| 508 | 2026-05-15T21:14:40.752Z | Compiling thiserror-impl v1.0.69 |
| 509 | 2026-05-15T21:14:40.998Z | Compiling zerocopy-derive v0.7.35 |
| 510 | 2026-05-15T21:14:41.108Z | Compiling pest_derive v2.8.6 |
| 511 | 2026-05-15T21:14:41.124Z | Compiling scroll_derive v0.12.1 |
| 512 | 2026-05-15T21:14:41.282Z | Compiling zerofrom v0.1.6 |
| 513 | 2026-05-15T21:14:41.412Z | Compiling yoke v0.8.1 |
| 514 | 2026-05-15T21:14:41.533Z | Compiling thiserror-impl v2.0.18 |
| 515 | 2026-05-15T21:14:41.601Z | Compiling zerovec v0.11.5 |
| 516 | 2026-05-15T21:14:41.776Z | Compiling zerotrie v0.2.3 |
| 517 | 2026-05-15T21:14:41.848Z | Compiling zerocopy v0.7.35 |
| 518 | 2026-05-15T21:14:42.072Z | Compiling tinystr v0.8.2 |
| 519 | 2026-05-15T21:14:42.097Z | Compiling potential_utf v0.1.4 |
| 520 | 2026-05-15T21:14:42.128Z | Compiling dtrace-parser v0.2.0 |
| 521 | 2026-05-15T21:14:42.263Z | Compiling icu_locale_core v2.1.1 |
| 522 | 2026-05-15T21:14:42.279Z | Compiling icu_collections v2.1.1 |
| 523 | 2026-05-15T21:14:42.406Z | Compiling scroll v0.12.0 |
| 524 | 2026-05-15T21:14:42.493Z | Compiling tabled_derive v0.7.0 |
| 525 | 2026-05-15T21:14:42.675Z | Compiling goblin v0.8.2 |
| 526 | 2026-05-15T21:14:42.691Z | Compiling clap_derive v4.5.55 |
| 527 | 2026-05-15T21:14:42.757Z | Compiling unicode-linebreak v0.1.5 |
| 528 | 2026-05-15T21:14:42.982Z | Compiling icu_provider v2.1.1 |
| 529 | 2026-05-15T21:14:42.996Z | Compiling textwrap v0.16.2 |
| 530 | 2026-05-15T21:14:43.142Z | Compiling camino-tempfile v1.4.1 |
| 531 | 2026-05-15T21:14:43.280Z | Compiling serde_spanned v0.6.9 |
| 532 | 2026-05-15T21:14:43.303Z | Compiling toml_datetime v0.6.11 |
| 533 | 2026-05-15T21:14:43.361Z | Compiling icu_normalizer v2.1.1 |
| 534 | 2026-05-15T21:14:43.378Z | Compiling icu_properties v2.1.2 |
| 535 | 2026-05-15T21:14:43.401Z | Compiling dof v0.3.0 |
| 536 | 2026-05-15T21:14:43.425Z | Compiling serde_tokenstream v0.2.3 |
| 537 | 2026-05-15T21:14:43.453Z | Compiling serde-value v0.7.0 |
| 538 | 2026-05-15T21:14:43.562Z | Compiling toml_edit v0.22.27 |
| 539 | 2026-05-15T21:14:43.782Z | Compiling cargo-platform v0.2.0 |
| 540 | 2026-05-15T21:14:43.807Z | Compiling tabled v0.15.0 |
| 541 | 2026-05-15T21:14:43.885Z | Compiling macaddr v1.0.1 |
| 542 | 2026-05-15T21:14:44.329Z | Compiling idna_adapter v1.2.1 |
| 543 | 2026-05-15T21:14:44.352Z | Compiling usdt-macro v0.5.0 |
| 544 | 2026-05-15T21:14:44.436Z | Compiling idna v1.1.0 |
| 545 | 2026-05-15T21:14:44.452Z | Compiling usdt-attr-macro v0.5.0 |
| 546 | 2026-05-15T21:14:44.467Z | Compiling clap v4.5.60 |
| 547 | 2026-05-15T21:14:44.470Z | Compiling swrite v0.1.0 |
| 548 | 2026-05-15T21:14:44.603Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 549 | 2026-05-15T21:14:44.760Z | Compiling url v2.5.8 |
| 550 | 2026-05-15T21:14:44.991Z | Compiling toml v0.8.23 |
| 551 | 2026-05-15T21:14:45.417Z | Compiling cargo-util-schemas v0.8.2 |
| 552 | 2026-05-15T21:14:45.505Z | Compiling cargo_toml v0.21.0 |
| 553 | 2026-05-15T21:14:45.788Z | Compiling usdt v0.5.0 |
| 554 | 2026-05-15T21:14:46.305Z | Compiling cargo_metadata v0.21.0 |
| 555 | 2026-05-15T21:14:47.219Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 556 | 2026-05-15T21:14:49.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.80s |
| 557 | 2026-05-15T21:14:49.508Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 558 | 2026-05-15T21:14:50.080Z | Downloading crates ... |
| 559 | 2026-05-15T21:14:50.180Z | Downloaded adler2 v2.0.1 |
| 560 | 2026-05-15T21:14:50.187Z | Downloaded arrayref v0.3.9 |
| 561 | 2026-05-15T21:14:50.193Z | Downloaded castaway v0.2.4 |
| 562 | 2026-05-15T21:14:50.201Z | Downloaded chacha20 v0.9.1 |
| 563 | 2026-05-15T21:14:50.208Z | Downloaded crc32fast v1.5.0 |
| 564 | 2026-05-15T21:14:50.211Z | Downloaded console v0.15.11 |
| 565 | 2026-05-15T21:14:50.214Z | Downloaded debug-ignore v1.0.5 |
| 566 | 2026-05-15T21:14:50.217Z | Downloaded downcast-rs v2.0.2 |
| 567 | 2026-05-15T21:14:50.217Z | Downloaded convert_case v0.4.0 |
| 568 | 2026-05-15T21:14:50.220Z | Downloaded dtrace-parser v0.3.0 |
| 569 | 2026-05-15T21:14:50.223Z | Downloaded ecdsa v0.16.9 |
| 570 | 2026-05-15T21:14:50.223Z | Downloaded ena v0.14.4 |
| 571 | 2026-05-15T21:14:50.226Z | Downloaded defmt v1.0.1 |
| 572 | 2026-05-15T21:14:50.226Z | Downloaded cmake v0.1.57 |
| 573 | 2026-05-15T21:14:50.229Z | Downloaded assert_matches v1.5.0 |
| 574 | 2026-05-15T21:14:50.232Z | Downloaded crc-catalog v2.4.0 |
| 575 | 2026-05-15T21:14:50.232Z | Downloaded aho-corasick v1.1.4 |
| 576 | 2026-05-15T21:14:50.237Z | Downloaded console v0.16.2 |
| 577 | 2026-05-15T21:14:50.240Z | Downloaded colored v3.1.1 |
| 578 | 2026-05-15T21:14:50.240Z | Downloaded curve25519-dalek v4.1.3 |
| 579 | 2026-05-15T21:14:50.245Z | Downloaded enum-as-inner v0.6.1 |
| 580 | 2026-05-15T21:14:50.248Z | Downloaded derive-ex v0.1.8 |
| 581 | 2026-05-15T21:14:50.248Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 582 | 2026-05-15T21:14:50.248Z | Downloaded crc8 v0.1.1 |
| 583 | 2026-05-15T21:14:50.251Z | Downloaded ciborium-io v0.2.2 |
| 584 | 2026-05-15T21:14:50.251Z | Downloaded ascii-canvas v3.0.0 |
| 585 | 2026-05-15T21:14:50.251Z | Downloaded defmt v0.3.100 |
| 586 | 2026-05-15T21:14:50.251Z | Downloaded convert_case v0.10.0 |
| 587 | 2026-05-15T21:14:50.256Z | Downloaded ahash v0.8.12 |
| 588 | 2026-05-15T21:14:50.259Z | Downloaded bumpalo v3.20.2 |
| 589 | 2026-05-15T21:14:50.259Z | Downloaded flagset v0.4.7 |
| 590 | 2026-05-15T21:14:50.259Z | Downloaded derive_builder_macro v0.20.2 |
| 591 | 2026-05-15T21:14:50.262Z | Downloaded crc v3.4.0 |
| 592 | 2026-05-15T21:14:50.265Z | Downloaded dirs-sys-next v0.1.2 |
| 593 | 2026-05-15T21:14:50.265Z | Downloaded embedded-io v0.4.0 |
| 594 | 2026-05-15T21:14:50.266Z | Downloaded cfg_aliases v0.1.1 |
| 595 | 2026-05-15T21:14:50.269Z | Downloaded fixedbitset v0.5.7 |
| 596 | 2026-05-15T21:14:50.272Z | Downloaded daft v0.1.5 |
| 597 | 2026-05-15T21:14:50.272Z | Downloaded cfg_aliases v0.2.1 |
| 598 | 2026-05-15T21:14:50.275Z | Downloaded corncobs v0.1.4 |
| 599 | 2026-05-15T21:14:50.275Z | Downloaded float-cmp v0.10.0 |
| 600 | 2026-05-15T21:14:50.275Z | Downloaded dof v0.4.0 |
| 601 | 2026-05-15T21:14:50.278Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 602 | 2026-05-15T21:14:50.278Z | Downloaded darling_macro v0.23.0 |
| 603 | 2026-05-15T21:14:50.278Z | Downloaded bit-set v0.5.3 |
| 604 | 2026-05-15T21:14:50.281Z | Downloaded bitfield-macros v0.19.4 |
| 605 | 2026-05-15T21:14:50.281Z | Downloaded atty v0.2.14 |
| 606 | 2026-05-15T21:14:50.281Z | Downloaded atomic-waker v1.1.2 |
| 607 | 2026-05-15T21:14:50.284Z | Downloaded async-recursion v1.1.1 |
| 608 | 2026-05-15T21:14:50.284Z | Downloaded endian-type v0.1.2 |
| 609 | 2026-05-15T21:14:50.287Z | Downloaded darling_macro v0.21.3 |
| 610 | 2026-05-15T21:14:50.287Z | Downloaded cpufeatures v0.3.0 |
| 611 | 2026-05-15T21:14:50.287Z | Downloaded env_filter v1.0.0 |
| 612 | 2026-05-15T21:14:50.290Z | Downloaded bit-set v0.8.0 |
| 613 | 2026-05-15T21:14:50.290Z | Downloaded bb8 v0.8.6 |
| 614 | 2026-05-15T21:14:50.290Z | Downloaded base16ct v0.2.0 |
| 615 | 2026-05-15T21:14:50.293Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 616 | 2026-05-15T21:14:50.293Z | Downloaded darling_macro v0.20.11 |
| 617 | 2026-05-15T21:14:50.293Z | Downloaded array-init v0.0.4 |
| 618 | 2026-05-15T21:14:50.294Z | Downloaded env_logger v0.11.9 |
| 619 | 2026-05-15T21:14:50.297Z | Downloaded ctr v0.9.2 |
| 620 | 2026-05-15T21:14:50.297Z | Downloaded document-features v0.2.12 |
| 621 | 2026-05-15T21:14:50.301Z | Downloaded dyn-clone v1.0.20 |
| 622 | 2026-05-15T21:14:50.301Z | Downloaded crucible-workspace-hack v0.1.0 |
| 623 | 2026-05-15T21:14:50.301Z | Downloaded block-padding v0.3.3 |
| 624 | 2026-05-15T21:14:50.304Z | Downloaded defmt-parser v1.0.0 |
| 625 | 2026-05-15T21:14:50.304Z | Downloaded async-stream v0.3.6 |
| 626 | 2026-05-15T21:14:50.307Z | Downloaded dirs-next v2.0.0 |
| 627 | 2026-05-15T21:14:50.310Z | Downloaded crunchy v0.2.4 |
| 628 | 2026-05-15T21:14:50.313Z | Downloaded foreign-types-shared v0.3.1 |
| 629 | 2026-05-15T21:14:50.313Z | Downloaded bitfield-struct v0.6.2 |
| 630 | 2026-05-15T21:14:50.313Z | Downloaded async-stream-impl v0.3.6 |
| 631 | 2026-05-15T21:14:50.313Z | Downloaded float-ord v0.3.2 |
| 632 | 2026-05-15T21:14:50.316Z | Downloaded cargo-platform v0.1.9 |
| 633 | 2026-05-15T21:14:50.316Z | Downloaded dunce v1.0.5 |
| 634 | 2026-05-15T21:14:50.320Z | Downloaded foreign-types v0.3.2 |
| 635 | 2026-05-15T21:14:50.320Z | Downloaded futures-macro v0.3.32 |
| 636 | 2026-05-15T21:14:50.320Z | Downloaded allocator-api2 v0.2.21 |
| 637 | 2026-05-15T21:14:50.323Z | Downloaded colored v2.2.0 |
| 638 | 2026-05-15T21:14:50.323Z | Downloaded foreign-types-shared v0.1.1 |
| 639 | 2026-05-15T21:14:50.323Z | Downloaded foreign-types-macros v0.2.3 |
| 640 | 2026-05-15T21:14:50.326Z | Downloaded embedded-io v0.6.1 |
| 641 | 2026-05-15T21:14:50.326Z | Downloaded foreign-types v0.5.0 |
| 642 | 2026-05-15T21:14:50.326Z | Downloaded aead v0.5.2 |
| 643 | 2026-05-15T21:14:50.329Z | Downloaded fd-lock v4.0.4 |
| 644 | 2026-05-15T21:14:50.329Z | Downloaded cobs v0.3.0 |
| 645 | 2026-05-15T21:14:50.332Z | Downloaded compression-codecs v0.4.37 |
| 646 | 2026-05-15T21:14:50.332Z | Downloaded async-trait v0.1.89 |
| 647 | 2026-05-15T21:14:50.335Z | Downloaded bcs v0.1.6 |
| 648 | 2026-05-15T21:14:50.338Z | Downloaded display-error-chain v0.2.2 |
| 649 | 2026-05-15T21:14:50.338Z | Downloaded cstr-argument v0.1.2 |
| 650 | 2026-05-15T21:14:50.338Z | Downloaded difflib v0.4.0 |
| 651 | 2026-05-15T21:14:50.338Z | Downloaded fxhash v0.2.1 |
| 652 | 2026-05-15T21:14:50.341Z | Downloaded futures-sink v0.3.32 |
| 653 | 2026-05-15T21:14:50.341Z | Downloaded futures-io v0.3.32 |
| 654 | 2026-05-15T21:14:50.341Z | Downloaded futures-core v0.3.32 |
| 655 | 2026-05-15T21:14:50.341Z | Downloaded gethostname v0.5.0 |
| 656 | 2026-05-15T21:14:50.344Z | Downloaded futures-task v0.3.32 |
| 657 | 2026-05-15T21:14:50.344Z | Downloaded globwalk v0.9.1 |
| 658 | 2026-05-15T21:14:50.344Z | Downloaded ff v0.13.1 |
| 659 | 2026-05-15T21:14:50.347Z | Downloaded foldhash v0.2.0 |
| 660 | 2026-05-15T21:14:50.347Z | Downloaded erased-serde v0.3.31 |
| 661 | 2026-05-15T21:14:50.350Z | Downloaded hash32 v0.2.1 |
| 662 | 2026-05-15T21:14:50.350Z | Downloaded const_format_proc_macros v0.2.34 |
| 663 | 2026-05-15T21:14:50.350Z | Downloaded byte-wrapper v0.1.0 |
| 664 | 2026-05-15T21:14:50.353Z | Downloaded darling_core v0.23.0 |
| 665 | 2026-05-15T21:14:50.356Z | Downloaded darling v0.23.0 |
| 666 | 2026-05-15T21:14:50.359Z | Downloaded filetime v0.2.27 |
| 667 | 2026-05-15T21:14:50.362Z | Downloaded defmt-macros v1.0.1 |
| 668 | 2026-05-15T21:14:50.362Z | Downloaded constant_time_eq v0.4.2 |
| 669 | 2026-05-15T21:14:50.365Z | Downloaded cipher v0.4.4 |
| 670 | 2026-05-15T21:14:50.365Z | Downloaded compression-core v0.4.31 |
| 671 | 2026-05-15T21:14:50.365Z | Downloaded cbc v0.1.2 |
| 672 | 2026-05-15T21:14:50.368Z | Downloaded cassowary v0.3.0 |
| 673 | 2026-05-15T21:14:50.368Z | Downloaded backoff v0.4.0 |
| 674 | 2026-05-15T21:14:50.368Z | Downloaded hash32 v0.3.1 |
| 675 | 2026-05-15T21:14:50.372Z | Downloaded camino-tempfile-ext v0.3.3 |
| 676 | 2026-05-15T21:14:50.372Z | Downloaded hex-literal v0.4.1 |
| 677 | 2026-05-15T21:14:50.372Z | Downloaded headers-core v0.3.0 |
| 678 | 2026-05-15T21:14:50.373Z | Downloaded arc-swap v1.8.2 |
| 679 | 2026-05-15T21:14:50.376Z | Downloaded hex v0.4.3 |
| 680 | 2026-05-15T21:14:50.379Z | Downloaded hostname v0.4.2 |
| 681 | 2026-05-15T21:14:50.379Z | Downloaded home v0.5.12 |
| 682 | 2026-05-15T21:14:50.379Z | Downloaded bitflags v1.3.2 |
| 683 | 2026-05-15T21:14:50.382Z | Downloaded argon2 v0.5.3 |
| 684 | 2026-05-15T21:14:50.382Z | Downloaded either v1.15.0 |
| 685 | 2026-05-15T21:14:50.386Z | Downloaded bit-vec v0.8.0 |
| 686 | 2026-05-15T21:14:50.386Z | Downloaded bit-vec v0.6.3 |
| 687 | 2026-05-15T21:14:50.386Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 688 | 2026-05-15T21:14:50.389Z | Downloaded ciborium-ll v0.2.2 |
| 689 | 2026-05-15T21:14:50.389Z | Downloaded base64ct v1.8.3 |
| 690 | 2026-05-15T21:14:50.389Z | Downloaded diesel-dtrace v0.5.0 |
| 691 | 2026-05-15T21:14:50.389Z | Downloaded data-encoding v2.10.0 |
| 692 | 2026-05-15T21:14:50.392Z | Downloaded http-range v0.1.5 |
| 693 | 2026-05-15T21:14:50.392Z | Downloaded foldhash v0.1.5 |
| 694 | 2026-05-15T21:14:50.392Z | Downloaded critical-section v1.2.0 |
| 695 | 2026-05-15T21:14:50.395Z | Downloaded fixedbitset v0.4.2 |
| 696 | 2026-05-15T21:14:50.395Z | Downloaded cookie v0.18.1 |
| 697 | 2026-05-15T21:14:50.398Z | Downloaded blake2 v0.10.6 |
| 698 | 2026-05-15T21:14:50.398Z | Downloaded find-msvc-tools v0.1.9 |
| 699 | 2026-05-15T21:14:50.401Z | Downloaded fs-err v2.11.0 |
| 700 | 2026-05-15T21:14:50.401Z | Downloaded httpdate v1.0.3 |
| 701 | 2026-05-15T21:14:50.406Z | Downloaded http-body v1.0.1 |
| 702 | 2026-05-15T21:14:50.406Z | Downloaded hubpack_derive v0.1.1 |
| 703 | 2026-05-15T21:14:50.406Z | Downloaded futures-executor v0.3.32 |
| 704 | 2026-05-15T21:14:50.409Z | Downloaded ident_case v1.0.1 |
| 705 | 2026-05-15T21:14:50.409Z | Downloaded derive_builder v0.20.2 |
| 706 | 2026-05-15T21:14:50.409Z | Downloaded group v0.13.0 |
| 707 | 2026-05-15T21:14:50.412Z | Downloaded fs_extra v1.3.0 |
| 708 | 2026-05-15T21:14:50.412Z | Downloaded cookie_store v0.22.1 |
| 709 | 2026-05-15T21:14:50.415Z | Downloaded funty v2.0.0 |
| 710 | 2026-05-15T21:14:50.415Z | Downloaded blowfish v0.9.1 |
| 711 | 2026-05-15T21:14:50.418Z | Downloaded cexpr v0.6.0 |
| 712 | 2026-05-15T21:14:50.418Z | Downloaded ed25519-dalek v2.2.0 |
| 713 | 2026-05-15T21:14:50.421Z | Downloaded darling v0.21.3 |
| 714 | 2026-05-15T21:14:50.424Z | Downloaded is_ci v1.2.0 |
| 715 | 2026-05-15T21:14:50.424Z | Downloaded indoc v1.0.9 |
| 716 | 2026-05-15T21:14:50.428Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 717 | 2026-05-15T21:14:50.428Z | Downloaded instability v0.3.11 |
| 718 | 2026-05-15T21:14:50.428Z | Downloaded is-terminal v0.4.17 |
| 719 | 2026-05-15T21:14:50.431Z | Downloaded globset v0.4.18 |
| 720 | 2026-05-15T21:14:50.431Z | Downloaded chacha20 v0.10.0 |
| 721 | 2026-05-15T21:14:50.434Z | Downloaded async-bb8-diesel v0.2.1 |
| 722 | 2026-05-15T21:14:50.434Z | Downloaded bzip2 v0.6.1 |
| 723 | 2026-05-15T21:14:50.439Z | Downloaded git-stub-vcs v0.1.0 |
| 724 | 2026-05-15T21:14:50.439Z | Downloaded keccak v0.1.6 |
| 725 | 2026-05-15T21:14:50.443Z | Downloaded inout v0.1.4 |
| 726 | 2026-05-15T21:14:50.443Z | Downloaded indent_write v2.2.0 |
| 727 | 2026-05-15T21:14:50.443Z | Downloaded internet-checksum v0.2.1 |
| 728 | 2026-05-15T21:14:50.443Z | Downloaded instant v0.1.13 |
| 729 | 2026-05-15T21:14:50.443Z | Downloaded illumos-nvpair v0.3.0 |
| 730 | 2026-05-15T21:14:50.443Z | Downloaded hyper-tls v0.6.0 |
| 731 | 2026-05-15T21:14:50.443Z | Downloaded backon v1.6.0 |
| 732 | 2026-05-15T21:14:50.446Z | Downloaded lazy_static v1.5.0 |
| 733 | 2026-05-15T21:14:50.446Z | Downloaded daft-derive v0.1.5 |
| 734 | 2026-05-15T21:14:50.449Z | Downloaded ciborium v0.2.2 |
| 735 | 2026-05-15T21:14:50.449Z | Downloaded lru v0.12.5 |
| 736 | 2026-05-15T21:14:50.452Z | Downloaded bzip2 v0.4.4 |
| 737 | 2026-05-15T21:14:50.452Z | Downloaded fallible-iterator v0.2.0 |
| 738 | 2026-05-15T21:14:50.452Z | Downloaded csv-core v0.1.13 |
| 739 | 2026-05-15T21:14:50.456Z | Downloaded highway v1.3.0 |
| 740 | 2026-05-15T21:14:50.456Z | Downloaded clang-sys v1.8.1 |
| 741 | 2026-05-15T21:14:50.460Z | Downloaded lalrpop-util v0.19.12 |
| 742 | 2026-05-15T21:14:50.460Z | Downloaded libscf-sys v1.1.0 |
| 743 | 2026-05-15T21:14:50.460Z | Downloaded drift v0.1.4 |
| 744 | 2026-05-15T21:14:50.463Z | Downloaded md5 v0.7.0 |
| 745 | 2026-05-15T21:14:50.466Z | Downloaded managed v0.8.0 |
| 746 | 2026-05-15T21:14:50.466Z | Downloaded linked-hash-map v0.5.6 |
| 747 | 2026-05-15T21:14:50.466Z | Downloaded match_cfg v0.1.0 |
| 748 | 2026-05-15T21:14:50.466Z | Downloaded crossbeam-utils v0.8.21 |
| 749 | 2026-05-15T21:14:50.469Z | Downloaded mime v0.3.17 |
| 750 | 2026-05-15T21:14:50.469Z | Downloaded crossbeam-deque v0.8.6 |
| 751 | 2026-05-15T21:14:50.473Z | Downloaded crc-any v2.5.0 |
| 752 | 2026-05-15T21:14:50.473Z | Downloaded cargo_metadata v0.19.2 |
| 753 | 2026-05-15T21:14:50.473Z | Downloaded hubpack v0.1.2 |
| 754 | 2026-05-15T21:14:50.476Z | Downloaded maybe-uninit v2.0.0 |
| 755 | 2026-05-15T21:14:50.476Z | Downloaded lru-slab v0.1.2 |
| 756 | 2026-05-15T21:14:50.476Z | Downloaded derive_builder_core v0.20.2 |
| 757 | 2026-05-15T21:14:50.479Z | Downloaded darling v0.20.11 |
| 758 | 2026-05-15T21:14:50.481Z | Downloaded lzss v0.8.2 |
| 759 | 2026-05-15T21:14:50.481Z | Downloaded humantime v2.3.0 |
| 760 | 2026-05-15T21:14:50.481Z | Downloaded derive_more v0.99.20 |
| 761 | 2026-05-15T21:14:50.484Z | Downloaded ingot v0.1.1 |
| 762 | 2026-05-15T21:14:50.487Z | Downloaded base64 v0.21.7 |
| 763 | 2026-05-15T21:14:50.487Z | Downloaded futures-channel v0.3.32 |
| 764 | 2026-05-15T21:14:50.490Z | Downloaded fatfs v0.3.6 |
| 765 | 2026-05-15T21:14:50.493Z | Downloaded hyper-staticfile v0.10.1 |
| 766 | 2026-05-15T21:14:50.493Z | Downloaded newtype_derive v0.1.6 |
| 767 | 2026-05-15T21:14:50.493Z | Downloaded newline-converter v0.3.0 |
| 768 | 2026-05-15T21:14:50.496Z | Downloaded memoffset v0.9.1 |
| 769 | 2026-05-15T21:14:50.496Z | Downloaded ipnet v2.11.0 |
| 770 | 2026-05-15T21:14:50.496Z | Downloaded indoc v2.0.7 |
| 771 | 2026-05-15T21:14:50.499Z | Downloaded ar_archive_writer v0.5.1 |
| 772 | 2026-05-15T21:14:50.499Z | Downloaded nibble_vec v0.1.0 |
| 773 | 2026-05-15T21:14:50.502Z | Downloaded newtype-uuid-macros v0.1.0 |
| 774 | 2026-05-15T21:14:50.502Z | Downloaded derive_more-impl v2.1.1 |
| 775 | 2026-05-15T21:14:50.505Z | Downloaded kstat-rs v0.2.4 |
| 776 | 2026-05-15T21:14:50.505Z | Downloaded http-body-util v0.1.3 |
| 777 | 2026-05-15T21:14:50.508Z | Downloaded normalize-line-endings v0.3.0 |
| 778 | 2026-05-15T21:14:50.508Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 779 | 2026-05-15T21:14:50.511Z | Downloaded num-derive v0.3.3 |
| 780 | 2026-05-15T21:14:50.511Z | Downloaded openssl-probe v0.1.6 |
| 781 | 2026-05-15T21:14:50.511Z | Downloaded num-derive v0.4.2 |
| 782 | 2026-05-15T21:14:50.514Z | Downloaded ingot-types v0.1.2 |
| 783 | 2026-05-15T21:14:50.514Z | Downloaded libefi-sys v0.1.0 |
| 784 | 2026-05-15T21:14:50.514Z | Downloaded ipnetwork v0.21.1 |
| 785 | 2026-05-15T21:14:50.517Z | Downloaded num v0.4.3 |
| 786 | 2026-05-15T21:14:50.517Z | Downloaded nodrop v0.1.14 |
| 787 | 2026-05-15T21:14:50.517Z | Downloaded libloading v0.8.9 |
| 788 | 2026-05-15T21:14:50.520Z | Downloaded getrandom v0.3.4 |
| 789 | 2026-05-15T21:14:50.520Z | Downloaded num-conv v0.2.0 |
| 790 | 2026-05-15T21:14:50.523Z | Downloaded jobserver v0.1.34 |
| 791 | 2026-05-15T21:14:50.523Z | Downloaded maplit v1.0.2 |
| 792 | 2026-05-15T21:14:50.523Z | Downloaded num_threads v0.1.7 |
| 793 | 2026-05-15T21:14:50.526Z | Downloaded linear-map v1.2.0 |
| 794 | 2026-05-15T21:14:50.526Z | Downloaded mime_guess v2.0.5 |
| 795 | 2026-05-15T21:14:50.526Z | Downloaded md-5 v0.10.6 |
| 796 | 2026-05-15T21:14:50.529Z | Downloaded num_enum_derive v0.5.11 |
| 797 | 2026-05-15T21:14:50.529Z | Downloaded libsw-core v0.3.2 |
| 798 | 2026-05-15T21:14:50.529Z | Downloaded libsw v3.5.0 |
| 799 | 2026-05-15T21:14:50.534Z | Downloaded opaque-debug v0.3.1 |
| 800 | 2026-05-15T21:14:50.534Z | Downloaded olpc-cjson v0.1.4 |
| 801 | 2026-05-15T21:14:50.534Z | Downloaded hyper-rustls v0.27.7 |
| 802 | 2026-05-15T21:14:50.538Z | Downloaded des v0.8.1 |
| 803 | 2026-05-15T21:14:50.538Z | Downloaded httparse v1.10.1 |
| 804 | 2026-05-15T21:14:50.538Z | Downloaded dropshot_endpoint v0.17.0 |
| 805 | 2026-05-15T21:14:50.541Z | Downloaded base64 v0.22.1 |
| 806 | 2026-05-15T21:14:50.541Z | Downloaded lock_api v0.4.14 |
| 807 | 2026-05-15T21:14:50.544Z | Downloaded compact_str v0.8.1 |
| 808 | 2026-05-15T21:14:50.547Z | Downloaded derive-where v1.6.0 |
| 809 | 2026-05-15T21:14:50.547Z | Downloaded darling_core v0.21.3 |
| 810 | 2026-05-15T21:14:50.551Z | Downloaded oso-derive v0.27.3 |
| 811 | 2026-05-15T21:14:50.556Z | Downloaded openssl-macros v0.1.1 |
| 812 | 2026-05-15T21:14:50.556Z | Downloaded half v2.7.1 |
| 813 | 2026-05-15T21:14:50.559Z | Downloaded packed_struct_codegen v0.10.1 |
| 814 | 2026-05-15T21:14:50.559Z | Downloaded flate2 v1.1.9 |
| 815 | 2026-05-15T21:14:50.559Z | Downloaded newtype-uuid v1.3.2 |
| 816 | 2026-05-15T21:14:50.559Z | Downloaded iana-time-zone v0.1.65 |
| 817 | 2026-05-15T21:14:50.562Z | Downloaded multer v3.1.0 |
| 818 | 2026-05-15T21:14:50.565Z | Downloaded nanorand v0.7.0 |
| 819 | 2026-05-15T21:14:50.565Z | Downloaded elliptic-curve v0.13.8 |
| 820 | 2026-05-15T21:14:50.568Z | Downloaded chacha20poly1305 v0.10.1 |
| 821 | 2026-05-15T21:14:50.571Z | Downloaded futures v0.3.32 |
| 822 | 2026-05-15T21:14:50.574Z | Downloaded peg-runtime v0.8.5 |
| 823 | 2026-05-15T21:14:50.574Z | Downloaded pbkdf2 v0.11.0 |
| 824 | 2026-05-15T21:14:50.577Z | Downloaded getrandom v0.2.17 |
| 825 | 2026-05-15T21:14:50.577Z | Downloaded path-slash v0.1.5 |
| 826 | 2026-05-15T21:14:50.577Z | Downloaded parse-display v0.10.0 |
| 827 | 2026-05-15T21:14:50.580Z | Downloaded parse-size v1.1.0 |
| 828 | 2026-05-15T21:14:50.592Z | Downloaded phf_shared v0.12.1 |
| 829 | 2026-05-15T21:14:50.595Z | Downloaded num_enum_derive v0.7.5 |
| 830 | 2026-05-15T21:14:50.595Z | Downloaded pbkdf2 v0.12.2 |
| 831 | 2026-05-15T21:14:50.595Z | Downloaded num_enum v0.7.5 |
| 832 | 2026-05-15T21:14:50.599Z | Downloaded num-iter v0.1.45 |
| 833 | 2026-05-15T21:14:50.599Z | Downloaded num-complex v0.4.6 |
| 834 | 2026-05-15T21:14:50.602Z | Downloaded phf_shared v0.11.3 |
| 835 | 2026-05-15T21:14:50.602Z | Downloaded openssl-probe v0.2.1 |
| 836 | 2026-05-15T21:14:50.602Z | Downloaded hmac v0.12.1 |
| 837 | 2026-05-15T21:14:50.605Z | Downloaded num_enum v0.5.11 |
| 838 | 2026-05-15T21:14:50.605Z | Downloaded ignore v0.4.25 |
| 839 | 2026-05-15T21:14:50.608Z | Downloaded num-rational v0.4.2 |
| 840 | 2026-05-15T21:14:50.608Z | Downloaded ingot-macros v0.1.1 |
| 841 | 2026-05-15T21:14:50.626Z | Downloaded flume v0.11.1 |
| 842 | 2026-05-15T21:14:50.626Z | Downloaded dropshot_endpoint v0.16.7 |
| 843 | 2026-05-15T21:14:50.626Z | Downloaded pin-utils v0.1.0 |
| 844 | 2026-05-15T21:14:50.626Z | Downloaded aes-gcm v0.10.3 |
| 845 | 2026-05-15T21:14:50.626Z | Downloaded num-integer v0.1.46 |
| 846 | 2026-05-15T21:14:50.626Z | Downloaded bytes v1.11.1 |
| 847 | 2026-05-15T21:14:50.626Z | Downloaded native-tls v0.2.18 |
| 848 | 2026-05-15T21:14:50.626Z | Downloaded oxide-tokio-rt v0.1.4 |
| 849 | 2026-05-15T21:14:50.626Z | Downloaded predicates-tree v1.0.13 |
| 850 | 2026-05-15T21:14:50.626Z | Downloaded precomputed-hash v0.1.1 |
| 851 | 2026-05-15T21:14:50.626Z | Downloaded owo-colors v4.3.0 |
| 852 | 2026-05-15T21:14:50.626Z | Downloaded darling_core v0.20.11 |
| 853 | 2026-05-15T21:14:50.630Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 854 | 2026-05-15T21:14:50.630Z | Downloaded progenitor-client v0.11.2 |
| 855 | 2026-05-15T21:14:50.630Z | Downloaded progenitor-client v0.10.0 |
| 856 | 2026-05-15T21:14:50.632Z | Downloaded packed_struct v0.10.1 |
| 857 | 2026-05-15T21:14:50.633Z | Downloaded oxnet v0.1.4 |
| 858 | 2026-05-15T21:14:50.633Z | Downloaded der v0.7.10 |
| 859 | 2026-05-15T21:14:50.635Z | Downloaded progenitor-macro v0.14.0 |
| 860 | 2026-05-15T21:14:50.636Z | Downloaded progenitor-macro v0.10.0 |
| 861 | 2026-05-15T21:14:50.638Z | Downloaded progenitor-macro v0.13.0 |
| 862 | 2026-05-15T21:14:50.638Z | Downloaded nu-ansi-term v0.50.3 |
| 863 | 2026-05-15T21:14:50.638Z | Downloaded memmap2 v0.9.10 |
| 864 | 2026-05-15T21:14:50.642Z | Downloaded heapless v0.7.17 |
| 865 | 2026-05-15T21:14:50.645Z | Downloaded psl-types v2.0.11 |
| 866 | 2026-05-15T21:14:50.645Z | Downloaded progenitor-macro v0.11.2 |
| 867 | 2026-05-15T21:14:50.645Z | Downloaded paste v1.0.15 |
| 868 | 2026-05-15T21:14:50.648Z | Downloaded password-hash v0.5.0 |
| 869 | 2026-05-15T21:14:50.648Z | Downloaded parking_lot_core v0.8.6 |
| 870 | 2026-05-15T21:14:50.648Z | Downloaded const_format v0.2.35 |
| 871 | 2026-05-15T21:14:50.651Z | Downloaded phf v0.12.1 |
| 872 | 2026-05-15T21:14:50.654Z | Downloaded pem v3.0.6 |
| 873 | 2026-05-15T21:14:50.654Z | Downloaded peg-macros v0.8.5 |
| 874 | 2026-05-15T21:14:50.654Z | Downloaded async-compression v0.4.41 |
| 875 | 2026-05-15T21:14:50.657Z | Downloaded libbz2-rs-sys v0.2.2 |
| 876 | 2026-05-15T21:14:50.660Z | Downloaded peg v0.8.5 |
| 877 | 2026-05-15T21:14:50.663Z | Downloaded omicron-zone-package v0.12.2 |
| 878 | 2026-05-15T21:14:50.663Z | Downloaded phf v0.13.1 |
| 879 | 2026-05-15T21:14:50.667Z | Downloaded litrs v1.0.0 |
| 880 | 2026-05-15T21:14:50.667Z | Downloaded quick-error v1.2.3 |
| 881 | 2026-05-15T21:14:50.670Z | Downloaded pin-project-internal v1.1.11 |
| 882 | 2026-05-15T21:14:50.670Z | Downloaded radium v0.7.0 |
| 883 | 2026-05-15T21:14:50.670Z | Downloaded phf_shared v0.13.1 |
| 884 | 2026-05-15T21:14:50.670Z | Downloaded parse-display-derive v0.10.0 |
| 885 | 2026-05-15T21:14:50.670Z | Downloaded rand_chacha v0.3.1 |
| 886 | 2026-05-15T21:14:50.673Z | Downloaded heapless v0.8.0 |
| 887 | 2026-05-15T21:14:50.673Z | Downloaded proc-macro-crate v3.4.0 |
| 888 | 2026-05-15T21:14:50.676Z | Downloaded pin-project-lite v0.2.17 |
| 889 | 2026-05-15T21:14:50.679Z | Downloaded cc v1.2.56 |
| 890 | 2026-05-15T21:14:50.679Z | Downloaded indexmap v1.9.3 |
| 891 | 2026-05-15T21:14:50.682Z | Downloaded ppv-lite86 v0.2.21 |
| 892 | 2026-05-15T21:14:50.682Z | Downloaded powerfmt v0.2.0 |
| 893 | 2026-05-15T21:14:50.685Z | Downloaded pkcs8 v0.10.2 |
| 894 | 2026-05-15T21:14:50.685Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 895 | 2026-05-15T21:14:50.685Z | Downloaded rand_xorshift v0.4.0 |
| 896 | 2026-05-15T21:14:50.688Z | Downloaded derive_more v2.1.1 |
| 897 | 2026-05-15T21:14:50.693Z | Downloaded progenitor-client v0.14.0 |
| 898 | 2026-05-15T21:14:50.696Z | Downloaded predicates v3.1.4 |
| 899 | 2026-05-15T21:14:50.696Z | Downloaded proc-macro-error2 v2.0.1 |
| 900 | 2026-05-15T21:14:50.699Z | Downloaded progenitor-client v0.13.0 |
| 901 | 2026-05-15T21:14:50.699Z | Downloaded progenitor v0.13.0 |
| 902 | 2026-05-15T21:14:50.699Z | Downloaded ref-cast v1.0.25 |
| 903 | 2026-05-15T21:14:50.702Z | Downloaded recursive v0.1.1 |
| 904 | 2026-05-15T21:14:50.702Z | Downloaded progenitor v0.11.2 |
| 905 | 2026-05-15T21:14:50.707Z | Downloaded progenitor v0.10.0 |
| 906 | 2026-05-15T21:14:50.707Z | Downloaded primeorder v0.13.6 |
| 907 | 2026-05-15T21:14:50.707Z | Downloaded postgres-protocol v0.6.10 |
| 908 | 2026-05-15T21:14:50.707Z | Downloaded ref-cast-impl v1.0.25 |
| 909 | 2026-05-15T21:14:50.707Z | Downloaded progenitor-extras v0.2.0 |
| 910 | 2026-05-15T21:14:50.710Z | Downloaded progenitor v0.14.0 |
| 911 | 2026-05-15T21:14:50.710Z | Downloaded parking_lot v0.12.5 |
| 912 | 2026-05-15T21:14:50.710Z | Downloaded hickory-resolver v0.24.4 |
| 913 | 2026-05-15T21:14:50.713Z | Downloaded pem-rfc7468 v0.7.0 |
| 914 | 2026-05-15T21:14:50.716Z | Downloaded parking_lot v0.11.2 |
| 915 | 2026-05-15T21:14:50.716Z | Downloaded parking_lot_core v0.9.12 |
| 916 | 2026-05-15T21:14:50.716Z | Downloaded hickory-resolver v0.25.2 |
| 917 | 2026-05-15T21:14:50.719Z | Downloaded psm v0.1.30 |
| 918 | 2026-05-15T21:14:50.723Z | Downloaded rfc6979 v0.4.0 |
| 919 | 2026-05-15T21:14:50.723Z | Downloaded r2d2 v0.8.10 |
| 920 | 2026-05-15T21:14:50.723Z | Downloaded indicatif v0.18.4 |
| 921 | 2026-05-15T21:14:50.726Z | Downloaded password-hash v0.4.2 |
| 922 | 2026-05-15T21:14:50.726Z | Downloaded poly1305 v0.8.0 |
| 923 | 2026-05-15T21:14:50.729Z | Downloaded headers v0.4.1 |
| 924 | 2026-05-15T21:14:50.732Z | Downloaded expectorate v1.2.0 |
| 925 | 2026-05-15T21:14:50.732Z | Downloaded pkg-config v0.3.32 |
| 926 | 2026-05-15T21:14:50.735Z | Downloaded proc-macro-crate v1.3.1 |
| 927 | 2026-05-15T21:14:50.735Z | Downloaded rustc_version v0.4.1 |
| 928 | 2026-05-15T21:14:50.735Z | Downloaded rustc_version v0.1.7 |
| 929 | 2026-05-15T21:14:50.735Z | Downloaded predicates-core v1.0.10 |
| 930 | 2026-05-15T21:14:50.738Z | Downloaded aes v0.8.4 |
| 931 | 2026-05-15T21:14:50.738Z | Downloaded russh-cryptovec v0.7.3 |
| 932 | 2026-05-15T21:14:50.738Z | Downloaded nonempty v0.12.0 |
| 933 | 2026-05-15T21:14:50.741Z | Downloaded half v1.8.3 |
| 934 | 2026-05-15T21:14:50.741Z | Downloaded dropshot-api-manager v0.7.1 |
| 935 | 2026-05-15T21:14:50.745Z | Downloaded crossbeam-channel v0.5.15 |
| 936 | 2026-05-15T21:14:50.747Z | Downloaded pkcs1 v0.7.5 |
| 937 | 2026-05-15T21:14:50.748Z | Downloaded miniz_oxide v0.8.9 |
| 938 | 2026-05-15T21:14:50.750Z | Downloaded rand_seeder v0.4.0 |
| 939 | 2026-05-15T21:14:50.750Z | Downloaded rand_core v0.10.0 |
| 940 | 2026-05-15T21:14:50.750Z | Downloaded rand_core v0.6.4 |
| 941 | 2026-05-15T21:14:50.753Z | Downloaded rand_chacha v0.9.0 |
| 942 | 2026-05-15T21:14:50.753Z | Downloaded oso v0.27.3 |
| 943 | 2026-05-15T21:14:50.756Z | Downloaded salsa20 v0.10.2 |
| 944 | 2026-05-15T21:14:50.756Z | Downloaded postgres-types v0.2.12 |
| 945 | 2026-05-15T21:14:50.759Z | Downloaded postcard v1.1.3 |
| 946 | 2026-05-15T21:14:50.759Z | Downloaded pkcs5 v0.7.1 |
| 947 | 2026-05-15T21:14:50.762Z | Downloaded polyval v0.6.2 |
| 948 | 2026-05-15T21:14:50.762Z | Downloaded diesel_derives v2.3.7 |
| 949 | 2026-05-15T21:14:50.766Z | Downloaded scrypt v0.11.0 |
| 950 | 2026-05-15T21:14:50.769Z | Downloaded scheduled-thread-pool v0.2.7 |
| 951 | 2026-05-15T21:14:50.769Z | Downloaded sapling-renderdag v0.1.0 |
| 952 | 2026-05-15T21:14:50.769Z | Downloaded secrecy v0.8.0 |
| 953 | 2026-05-15T21:14:50.772Z | Downloaded scopeguard v1.2.0 |
| 954 | 2026-05-15T21:14:50.772Z | Downloaded same-file v1.0.6 |
| 955 | 2026-05-15T21:14:50.772Z | Downloaded p256 v0.13.2 |
| 956 | 2026-05-15T21:14:50.775Z | Downloaded crypto-bigint v0.5.5 |
| 957 | 2026-05-15T21:14:50.777Z | Downloaded papergrid v0.17.0 |
| 958 | 2026-05-15T21:14:50.781Z | Downloaded new_debug_unreachable v1.0.6 |
| 959 | 2026-05-15T21:14:50.781Z | Downloaded multimap v0.10.1 |
| 960 | 2026-05-15T21:14:50.784Z | Downloaded glob v0.3.3 |
| 961 | 2026-05-15T21:14:50.784Z | Downloaded lru-cache v0.1.2 |
| 962 | 2026-05-15T21:14:50.784Z | Downloaded deranged v0.5.8 |
| 963 | 2026-05-15T21:14:50.784Z | Downloaded resolv-conf v0.7.6 |
| 964 | 2026-05-15T21:14:50.788Z | Downloaded serde_bytes v0.11.19 |
| 965 | 2026-05-15T21:14:50.788Z | Downloaded serde-big-array v0.5.1 |
| 966 | 2026-05-15T21:14:50.788Z | Downloaded seq-macro v0.3.6 |
| 967 | 2026-05-15T21:14:50.792Z | Downloaded semver v0.1.20 |
| 968 | 2026-05-15T21:14:50.792Z | Downloaded scroll_derive v0.13.1 |
| 969 | 2026-05-15T21:14:50.792Z | Downloaded crossbeam-epoch v0.9.18 |
| 970 | 2026-05-15T21:14:50.792Z | Downloaded diff v0.1.13 |
| 971 | 2026-05-15T21:14:50.795Z | Downloaded serde_spanned v1.0.4 |
| 972 | 2026-05-15T21:14:50.795Z | Downloaded serde_plain v1.0.2 |
| 973 | 2026-05-15T21:14:50.795Z | Downloaded hostname v0.3.1 |
| 974 | 2026-05-15T21:14:50.798Z | Downloaded der_derive v0.7.3 |
| 975 | 2026-05-15T21:14:50.798Z | Downloaded arrayvec v0.7.6 |
| 976 | 2026-05-15T21:14:50.798Z | Downloaded quinn-udp v0.5.14 |
| 977 | 2026-05-15T21:14:50.801Z | Downloaded openssl-sys v0.9.115 |
| 978 | 2026-05-15T21:14:50.804Z | Downloaded jiff-static v0.2.21 |
| 979 | 2026-05-15T21:14:50.804Z | Downloaded rtoolbox v0.0.3 |
| 980 | 2026-05-15T21:14:50.807Z | Downloaded buf-list v1.1.2 |
| 981 | 2026-05-15T21:14:50.807Z | Downloaded shell-words v1.1.1 |
| 982 | 2026-05-15T21:14:50.807Z | Downloaded sha1 v0.10.6 |
| 983 | 2026-05-15T21:14:50.810Z | Downloaded pin-project v1.1.11 |
| 984 | 2026-05-15T21:14:50.814Z | Downloaded signature v2.2.0 |
| 985 | 2026-05-15T21:14:50.817Z | Downloaded rustls-pemfile v1.0.4 |
| 986 | 2026-05-15T21:14:50.817Z | Downloaded signal-hook-mio v0.2.5 |
| 987 | 2026-05-15T21:14:50.820Z | Downloaded serde_urlencoded v0.7.1 |
| 988 | 2026-05-15T21:14:50.820Z | Downloaded http v1.4.0 |
| 989 | 2026-05-15T21:14:50.823Z | Downloaded rand_core v0.9.5 |
| 990 | 2026-05-15T21:14:50.823Z | Downloaded rustversion v1.0.22 |
| 991 | 2026-05-15T21:14:50.826Z | Downloaded rustls-pemfile v2.2.0 |
| 992 | 2026-05-15T21:14:50.826Z | Downloaded signal-hook-tokio v0.3.1 |
| 993 | 2026-05-15T21:14:50.826Z | Downloaded siphasher v1.0.2 |
| 994 | 2026-05-15T21:14:50.829Z | Downloaded rustls-native-certs v0.8.3 |
| 995 | 2026-05-15T21:14:50.829Z | Downloaded rustc-hash v2.1.1 |
| 996 | 2026-05-15T21:14:50.829Z | Downloaded ed25519 v2.2.3 |
| 997 | 2026-05-15T21:14:50.832Z | Downloaded sigpipe v0.1.3 |
| 998 | 2026-05-15T21:14:50.832Z | Downloaded const-oid v0.9.6 |
| 999 | 2026-05-15T21:14:50.832Z | Downloaded rusty-fork v0.3.1 |
| 1000 | 2026-05-15T21:14:50.835Z | Downloaded prefix-trie v0.7.0 |
| 1001 | 2026-05-15T21:14:50.835Z | Downloaded git-stub v1.0.0 |
| 1002 | 2026-05-15T21:14:50.838Z | Downloaded ghash v0.5.1 |
| 1003 | 2026-05-15T21:14:50.838Z | Downloaded atomicwrites v0.4.4 |
| 1004 | 2026-05-15T21:14:50.838Z | Downloaded bitfield v0.19.4 |
| 1005 | 2026-05-15T21:14:50.838Z | Downloaded cancel-safe-futures v0.1.5 |
| 1006 | 2026-05-15T21:14:50.841Z | Downloaded dsl_auto_type v0.2.0 |
| 1007 | 2026-05-15T21:14:50.849Z | Downloaded slog-envlogger v2.2.0 |
| 1008 | 2026-05-15T21:14:50.852Z | Downloaded slog-bunyan v2.5.0 |
| 1009 | 2026-05-15T21:14:50.855Z | Downloaded secrecy v0.10.3 |
| 1010 | 2026-05-15T21:14:50.855Z | Downloaded progenitor-impl v0.10.0 |
| 1011 | 2026-05-15T21:14:50.855Z | Downloaded sec1 v0.7.3 |
| 1012 | 2026-05-15T21:14:50.858Z | Downloaded progenitor-impl v0.14.0 |
| 1013 | 2026-05-15T21:14:50.858Z | Downloaded schemars_derive v0.8.22 |
| 1014 | 2026-05-15T21:14:50.861Z | Downloaded hickory-server v0.25.2 |
| 1015 | 2026-05-15T21:14:50.861Z | Downloaded ssh-encoding v0.2.0 |
| 1016 | 2026-05-15T21:14:50.864Z | Downloaded sct v0.7.1 |
| 1017 | 2026-05-15T21:14:50.864Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1018 | 2026-05-15T21:14:50.867Z | Downloaded progenitor-impl v0.13.0 |
| 1019 | 2026-05-15T21:14:50.867Z | Downloaded serde_path_to_error v0.1.20 |
| 1020 | 2026-05-15T21:14:50.870Z | Downloaded serde-hex v0.1.0 |
| 1021 | 2026-05-15T21:14:50.870Z | Downloaded hashbrown v0.13.2 |
| 1022 | 2026-05-15T21:14:50.873Z | Downloaded serde_derive_internals v0.29.1 |
| 1023 | 2026-05-15T21:14:50.873Z | Downloaded scroll v0.13.0 |
| 1024 | 2026-05-15T21:14:50.876Z | Downloaded ssh-cipher v0.2.0 |
| 1025 | 2026-05-15T21:14:50.879Z | Downloaded strum v0.27.2 |
| 1026 | 2026-05-15T21:14:50.882Z | Downloaded strum v0.26.3 |
| 1027 | 2026-05-15T21:14:50.882Z | Downloaded structmeta v0.3.0 |
| 1028 | 2026-05-15T21:14:50.889Z | Downloaded crossterm v0.28.1 |
| 1029 | 2026-05-15T21:14:50.894Z | Downloaded slog-scope v4.4.1 |
| 1030 | 2026-05-15T21:14:50.897Z | Downloaded slab v0.4.12 |
| 1031 | 2026-05-15T21:14:50.897Z | Downloaded simd-adler32 v0.3.8 |
| 1032 | 2026-05-15T21:14:50.897Z | Downloaded shlex v1.3.0 |
| 1033 | 2026-05-15T21:14:50.897Z | Downloaded structmeta-derive v0.3.0 |
| 1034 | 2026-05-15T21:14:50.900Z | Downloaded serde_repr v0.1.20 |
| 1035 | 2026-05-15T21:14:50.900Z | Downloaded russh-keys v0.45.0 |
| 1036 | 2026-05-15T21:14:50.903Z | Downloaded supports-color v3.0.2 |
| 1037 | 2026-05-15T21:14:50.903Z | Downloaded signal-hook-registry v1.4.8 |
| 1038 | 2026-05-15T21:14:50.903Z | Downloaded tabled_derive v0.11.0 |
| 1039 | 2026-05-15T21:14:50.906Z | Downloaded rustls-pki-types v1.14.0 |
| 1040 | 2026-05-15T21:14:50.906Z | Downloaded sync-ptr v0.1.4 |
| 1041 | 2026-05-15T21:14:50.906Z | Downloaded tap v1.0.1 |
| 1042 | 2026-05-15T21:14:50.909Z | Downloaded minimal-lexical v0.2.1 |
| 1043 | 2026-05-15T21:14:50.909Z | Downloaded smallvec v0.6.14 |
| 1044 | 2026-05-15T21:14:50.912Z | Downloaded slog-term v2.9.2 |
| 1045 | 2026-05-15T21:14:50.912Z | Downloaded hyper-util v0.1.20 |
| 1046 | 2026-05-15T21:14:50.915Z | Downloaded subtle v2.6.1 |
| 1047 | 2026-05-15T21:14:50.918Z | Downloaded sync_wrapper v1.0.2 |
| 1048 | 2026-05-15T21:14:50.921Z | Downloaded prettyplease v0.2.37 |
| 1049 | 2026-05-15T21:14:50.921Z | Downloaded itertools v0.10.5 |
| 1050 | 2026-05-15T21:14:50.924Z | Downloaded slog-async v2.8.0 |
| 1051 | 2026-05-15T21:14:50.927Z | Downloaded rcgen v0.12.1 |
| 1052 | 2026-05-15T21:14:50.927Z | Downloaded sqlparser_derive v0.5.0 |
| 1053 | 2026-05-15T21:14:50.930Z | Downloaded sqlformat v0.3.5 |
| 1054 | 2026-05-15T21:14:50.930Z | Downloaded static_assertions v1.1.0 |
| 1055 | 2026-05-15T21:14:50.930Z | Downloaded stacker v0.1.23 |
| 1056 | 2026-05-15T21:14:50.933Z | Downloaded slog-dtrace v0.3.0 |
| 1057 | 2026-05-15T21:14:50.933Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1058 | 2026-05-15T21:14:50.933Z | Downloaded testing_table v0.3.0 |
| 1059 | 2026-05-15T21:14:50.936Z | Downloaded termtree v0.5.1 |
| 1060 | 2026-05-15T21:14:50.936Z | Downloaded take_mut v0.2.2 |
| 1061 | 2026-05-15T21:14:50.936Z | Downloaded smf v0.2.3 |
| 1062 | 2026-05-15T21:14:50.936Z | Downloaded slog-stdlog v4.1.1 |
| 1063 | 2026-05-15T21:14:50.941Z | Downloaded tagptr v0.2.0 |
| 1064 | 2026-05-15T21:14:50.941Z | Downloaded tabwriter v1.4.1 |
| 1065 | 2026-05-15T21:14:50.941Z | Downloaded hashbrown v0.12.3 |
| 1066 | 2026-05-15T21:14:50.945Z | Downloaded progenitor-impl v0.11.2 |
| 1067 | 2026-05-15T21:14:50.945Z | Downloaded spki v0.7.3 |
| 1068 | 2026-05-15T21:14:50.945Z | Downloaded ron v0.8.1 |
| 1069 | 2026-05-15T21:14:50.948Z | Downloaded time-core v0.1.8 |
| 1070 | 2026-05-15T21:14:50.948Z | Downloaded serde_cbor v0.11.2 |
| 1071 | 2026-05-15T21:14:50.954Z | Downloaded serde_with_macros v3.17.0 |
| 1072 | 2026-05-15T21:14:50.958Z | Downloaded strum_macros v0.24.3 |
| 1073 | 2026-05-15T21:14:50.965Z | Downloaded slog-json v2.6.1 |
| 1074 | 2026-05-15T21:14:50.971Z | Downloaded ryu v1.0.23 |
| 1075 | 2026-05-15T21:14:50.972Z | Downloaded tinyvec_macros v0.1.1 |
| 1076 | 2026-05-15T21:14:50.972Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1077 | 2026-05-15T21:14:50.975Z | Downloaded string_cache v0.8.9 |
| 1078 | 2026-05-15T21:14:50.985Z | Downloaded termios v0.3.3 |
| 1079 | 2026-05-15T21:14:50.988Z | Downloaded support-bundle-viewer v0.1.2 |
| 1080 | 2026-05-15T21:14:50.988Z | Downloaded strum_macros v0.26.4 |
| 1081 | 2026-05-15T21:14:50.991Z | Downloaded tokio-macros v2.7.0 |
| 1082 | 2026-05-15T21:14:50.991Z | Downloaded strum_macros v0.27.2 |
| 1083 | 2026-05-15T21:14:50.994Z | Downloaded mio v1.2.0 |
| 1084 | 2026-05-15T21:14:50.997Z | Downloaded hashbrown v0.16.1 |
| 1085 | 2026-05-15T21:14:51.000Z | Downloaded pretty_assertions v1.4.1 |
| 1086 | 2026-05-15T21:14:51.004Z | Downloaded schemars v0.8.22 |
| 1087 | 2026-05-15T21:14:51.008Z | Downloaded topological-sort v0.2.2 |
| 1088 | 2026-05-15T21:14:51.011Z | Downloaded thiserror-no-std v2.0.2 |
| 1089 | 2026-05-15T21:14:51.011Z | Downloaded tower-service v0.3.3 |
| 1090 | 2026-05-15T21:14:51.014Z | Downloaded thread_local v1.1.9 |
| 1091 | 2026-05-15T21:14:51.017Z | Downloaded tiny-keccak v2.0.2 |
| 1092 | 2026-05-15T21:14:51.017Z | Downloaded nom v7.1.3 |
| 1093 | 2026-05-15T21:14:51.020Z | Downloaded trait-variant v0.1.2 |
| 1094 | 2026-05-15T21:14:51.023Z | Downloaded time-macros v0.2.27 |
| 1095 | 2026-05-15T21:14:51.023Z | Downloaded spin v0.9.8 |
| 1096 | 2026-05-15T21:14:51.028Z | Downloaded thread-id v5.1.0 |
| 1097 | 2026-05-15T21:14:51.028Z | Downloaded num-bigint v0.4.6 |
| 1098 | 2026-05-15T21:14:51.031Z | Downloaded stringprep v0.1.5 |
| 1099 | 2026-05-15T21:14:51.031Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1100 | 2026-05-15T21:14:51.031Z | Downloaded snafu-derive v0.8.9 |
| 1101 | 2026-05-15T21:14:51.037Z | Downloaded crossterm v0.29.0 |
| 1102 | 2026-05-15T21:14:51.037Z | Downloaded similar v2.7.0 |
| 1103 | 2026-05-15T21:14:51.040Z | Downloaded try-lock v0.2.5 |
| 1104 | 2026-05-15T21:14:51.040Z | Downloaded signal-hook v0.3.18 |
| 1105 | 2026-05-15T21:14:51.043Z | Downloaded typify-macro v0.6.2 |
| 1106 | 2026-05-15T21:14:51.043Z | Downloaded libxml v0.3.3 |
| 1107 | 2026-05-15T21:14:51.046Z | Downloaded tokio-native-tls v0.3.1 |
| 1108 | 2026-05-15T21:14:51.046Z | Downloaded unit-prefix v0.5.2 |
| 1109 | 2026-05-15T21:14:51.050Z | Downloaded tokio-dtrace v0.1.1 |
| 1110 | 2026-05-15T21:14:51.053Z | Downloaded tls_codec_derive v0.4.2 |
| 1111 | 2026-05-15T21:14:51.056Z | Downloaded tokio-tungstenite v0.23.1 |
| 1112 | 2026-05-15T21:14:51.056Z | Downloaded tokio-tungstenite v0.21.0 |
| 1113 | 2026-05-15T21:14:51.056Z | Downloaded tokio-rustls v0.25.0 |
| 1114 | 2026-05-15T21:14:51.059Z | Downloaded unarray v0.1.4 |
| 1115 | 2026-05-15T21:14:51.059Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1116 | 2026-05-15T21:14:51.062Z | Downloaded typify-macro v0.4.3 |
| 1117 | 2026-05-15T21:14:51.062Z | Downloaded utf-8 v0.7.6 |
| 1118 | 2026-05-15T21:14:51.062Z | Downloaded untrusted v0.7.1 |
| 1119 | 2026-05-15T21:14:51.065Z | Downloaded qorb v0.4.1 |
| 1120 | 2026-05-15T21:14:51.070Z | Downloaded universal-hash v0.5.1 |
| 1121 | 2026-05-15T21:14:51.070Z | Downloaded iddqd v0.3.18 |
| 1122 | 2026-05-15T21:14:51.073Z | Downloaded usdt-macro v0.6.0 |
| 1123 | 2026-05-15T21:14:51.073Z | Downloaded usdt-attr-macro v0.6.0 |
| 1124 | 2026-05-15T21:14:51.073Z | Downloaded untrusted v0.9.0 |
| 1125 | 2026-05-15T21:14:51.073Z | Downloaded rayon-core v1.13.0 |
| 1126 | 2026-05-15T21:14:51.076Z | Downloaded slog v2.8.2 |
| 1127 | 2026-05-15T21:14:51.079Z | Downloaded iri-string v0.7.10 |
| 1128 | 2026-05-15T21:14:51.082Z | Downloaded tower-layer v0.3.3 |
| 1129 | 2026-05-15T21:14:51.082Z | Downloaded term v1.2.1 |
| 1130 | 2026-05-15T21:14:51.085Z | Downloaded term v0.7.0 |
| 1131 | 2026-05-15T21:14:51.085Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1132 | 2026-05-15T21:14:51.088Z | Downloaded socket2 v0.5.10 |
| 1133 | 2026-05-15T21:14:51.088Z | Downloaded schemars v0.9.0 |
| 1134 | 2026-05-15T21:14:51.093Z | Downloaded wait-timeout v0.2.1 |
| 1135 | 2026-05-15T21:14:51.096Z | Downloaded want v0.3.1 |
| 1136 | 2026-05-15T21:14:51.096Z | Downloaded itertools v0.12.1 |
| 1137 | 2026-05-15T21:14:51.100Z | Downloaded waitgroup v0.1.2 |
| 1138 | 2026-05-15T21:14:51.100Z | Downloaded rand v0.10.0 |
| 1139 | 2026-05-15T21:14:51.102Z | Downloaded socket2 v0.6.3 |
| 1140 | 2026-05-15T21:14:51.105Z | Downloaded publicsuffix v2.3.0 |
| 1141 | 2026-05-15T21:14:51.105Z | Downloaded void v1.0.2 |
| 1142 | 2026-05-15T21:14:51.105Z | Downloaded hashbrown v0.15.5 |
| 1143 | 2026-05-15T21:14:51.109Z | Downloaded rand v0.9.2 |
| 1144 | 2026-05-15T21:14:51.113Z | Downloaded rand v0.8.6 |
| 1145 | 2026-05-15T21:14:51.116Z | Downloaded tui-tree-widget v0.23.1 |
| 1146 | 2026-05-15T21:14:51.116Z | Downloaded tls_codec v0.4.2 |
| 1147 | 2026-05-15T21:14:51.116Z | Downloaded tokio-rustls v0.24.1 |
| 1148 | 2026-05-15T21:14:51.116Z | Downloaded unicode-truncate v1.1.0 |
| 1149 | 2026-05-15T21:14:51.120Z | Downloaded quinn v0.11.9 |
| 1150 | 2026-05-15T21:14:51.120Z | Downloaded futures-util v0.3.32 |
| 1151 | 2026-05-15T21:14:51.126Z | Downloaded unicase v2.9.0 |
| 1152 | 2026-05-15T21:14:51.129Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1153 | 2026-05-15T21:14:51.129Z | Downloaded tokio-rustls v0.26.4 |
| 1154 | 2026-05-15T21:14:51.129Z | Downloaded xshell-macros v0.2.7 |
| 1155 | 2026-05-15T21:14:51.129Z | Downloaded xattr v1.6.1 |
| 1156 | 2026-05-15T21:14:51.132Z | Downloaded zeroize_derive v1.4.3 |
| 1157 | 2026-05-15T21:14:51.132Z | Downloaded rustls-webpki v0.103.9 |
| 1158 | 2026-05-15T21:14:51.135Z | Downloaded rsa v0.9.10 |
| 1159 | 2026-05-15T21:14:51.135Z | Downloaded subprocess v0.2.15 |
| 1160 | 2026-05-15T21:14:51.140Z | Downloaded usdt v0.6.0 |
| 1161 | 2026-05-15T21:14:51.146Z | Downloaded test-strategy v0.4.5 |
| 1162 | 2026-05-15T21:14:51.148Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1163 | 2026-05-15T21:14:51.151Z | Downloaded itertools v0.14.0 |
| 1164 | 2026-05-15T21:14:51.154Z | Downloaded snafu v0.8.9 |
| 1165 | 2026-05-15T21:14:51.158Z | Downloaded itertools v0.13.0 |
| 1166 | 2026-05-15T21:14:51.161Z | Downloaded zone_cfg_derive v0.3.1 |
| 1167 | 2026-05-15T21:14:51.164Z | Downloaded vsss-rs v3.3.4 |
| 1168 | 2026-05-15T21:14:51.164Z | Downloaded zone v0.3.1 |
| 1169 | 2026-05-15T21:14:51.164Z | Downloaded uzers v0.12.2 |
| 1170 | 2026-05-15T21:14:51.170Z | Downloaded twox-hash v2.1.2 |
| 1171 | 2026-05-15T21:14:51.170Z | Downloaded libm v0.2.16 |
| 1172 | 2026-05-15T21:14:51.173Z | Downloaded num-bigint-dig v0.8.6 |
| 1173 | 2026-05-15T21:14:51.175Z | Downloaded vergen-gitcl v1.0.8 |
| 1174 | 2026-05-15T21:14:51.175Z | Downloaded tinyvec v1.10.0 |
| 1175 | 2026-05-15T21:14:51.179Z | Downloaded vergen-git2 v1.0.7 |
| 1176 | 2026-05-15T21:14:51.179Z | Downloaded tracing-attributes v0.1.31 |
| 1177 | 2026-05-15T21:14:51.179Z | Downloaded tokio-stream v0.1.18 |
| 1178 | 2026-05-15T21:14:51.182Z | Downloaded wyz v0.5.1 |
| 1179 | 2026-05-15T21:14:51.185Z | Downloaded whoami v2.1.0 |
| 1180 | 2026-05-15T21:14:51.185Z | Downloaded blake3 v1.8.3 |
| 1181 | 2026-05-15T21:14:51.188Z | Downloaded vergen-lib v0.1.6 |
| 1182 | 2026-05-15T21:14:51.191Z | Downloaded walkdir v2.5.0 |
| 1183 | 2026-05-15T21:14:51.191Z | Downloaded toml v0.7.8 |
| 1184 | 2026-05-15T21:14:51.194Z | Downloaded schemars v1.2.1 |
| 1185 | 2026-05-15T21:14:51.200Z | Downloaded xshell v0.2.7 |
| 1186 | 2026-05-15T21:14:51.203Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1187 | 2026-05-15T21:14:51.203Z | Downloaded usdt-impl v0.6.0 |
| 1188 | 2026-05-15T21:14:51.206Z | Downloaded p521 v0.13.3 |
| 1189 | 2026-05-15T21:14:51.207Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1190 | 2026-05-15T21:14:51.210Z | Downloaded zeroize v1.8.2 |
| 1191 | 2026-05-15T21:14:51.210Z | Downloaded tar v0.4.45 |
| 1192 | 2026-05-15T21:14:51.213Z | Downloaded russh v0.45.0 |
| 1193 | 2026-05-15T21:14:51.216Z | Downloaded samael v0.0.19 |
| 1194 | 2026-05-15T21:14:51.219Z | Downloaded hyper v1.8.1 |
| 1195 | 2026-05-15T21:14:51.222Z | Downloaded hkdf v0.12.4 |
| 1196 | 2026-05-15T21:14:51.225Z | Downloaded zstd-safe v7.2.4 |
| 1197 | 2026-05-15T21:14:51.231Z | Downloaded typify v0.6.2 |
| 1198 | 2026-05-15T21:14:51.236Z | Downloaded vergen v9.0.6 |
| 1199 | 2026-05-15T21:14:51.236Z | Downloaded typify v0.4.3 |
| 1200 | 2026-05-15T21:14:51.236Z | Downloaded h2 v0.4.13 |
| 1201 | 2026-05-15T21:14:51.241Z | Downloaded zstd v0.13.3 |
| 1202 | 2026-05-15T21:14:51.242Z | Downloaded steno v0.4.1 |
| 1203 | 2026-05-15T21:14:51.244Z | Downloaded tracing-core v0.1.36 |
| 1204 | 2026-05-15T21:14:51.248Z | Downloaded tungstenite v0.21.0 |
| 1205 | 2026-05-15T21:14:51.248Z | Downloaded unsafe-libyaml v0.2.11 |
| 1206 | 2026-05-15T21:14:51.251Z | Downloaded yasna v0.5.2 |
| 1207 | 2026-05-15T21:14:51.251Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1208 | 2026-05-15T21:14:51.256Z | Downloaded unicode-properties v0.1.4 |
| 1209 | 2026-05-15T21:14:51.259Z | Downloaded whoami v1.6.1 |
| 1210 | 2026-05-15T21:14:51.259Z | Downloaded rustyline v14.0.0 |
| 1211 | 2026-05-15T21:14:51.263Z | Downloaded vte v0.14.1 |
| 1212 | 2026-05-15T21:14:51.263Z | Downloaded zerocopy v0.6.6 |
| 1213 | 2026-05-15T21:14:51.266Z | Downloaded aws-lc-rs v1.16.3 |
| 1214 | 2026-05-15T21:14:51.273Z | Downloaded rpassword v7.4.0 |
| 1215 | 2026-05-15T21:14:51.282Z | Downloaded tokio-postgres v0.7.16 |
| 1216 | 2026-05-15T21:14:51.300Z | Downloaded tungstenite v0.23.0 |
| 1217 | 2026-05-15T21:14:51.304Z | Downloaded reedline v0.40.0 |
| 1218 | 2026-05-15T21:14:51.315Z | Downloaded chrono v0.4.44 |
| 1219 | 2026-05-15T21:14:51.323Z | Downloaded ssh-key v0.6.7 |
| 1220 | 2026-05-15T21:14:51.329Z | Downloaded uuid v1.23.0 |
| 1221 | 2026-05-15T21:14:51.333Z | Downloaded yansi v1.0.1 |
| 1222 | 2026-05-15T21:14:51.333Z | Downloaded zopfli v0.8.3 |
| 1223 | 2026-05-15T21:14:51.333Z | Downloaded unicode_categories v0.1.1 |
| 1224 | 2026-05-15T21:14:51.338Z | Downloaded regex v1.12.3 |
| 1225 | 2026-05-15T21:14:51.338Z | Downloaded unicode-bidi v0.3.18 |
| 1226 | 2026-05-15T21:14:51.342Z | Downloaded bindgen v0.71.1 |
| 1227 | 2026-05-15T21:14:51.347Z | Downloaded typed-path v0.9.3 |
| 1228 | 2026-05-15T21:14:51.354Z | Downloaded bitvec v1.0.1 |
| 1229 | 2026-05-15T21:14:51.364Z | Downloaded rayon v1.11.0 |
| 1230 | 2026-05-15T21:14:51.371Z | Downloaded reqwest v0.13.2 |
| 1231 | 2026-05-15T21:14:51.376Z | Downloaded tower v0.5.3 |
| 1232 | 2026-05-15T21:14:51.380Z | Downloaded zip v0.6.6 |
| 1233 | 2026-05-15T21:14:51.380Z | Downloaded x509-cert v0.2.5 |
| 1234 | 2026-05-15T21:14:51.385Z | Downloaded unicode-segmentation v1.12.0 |
| 1235 | 2026-05-15T21:14:51.385Z | Downloaded rustls-webpki v0.101.7 |
| 1236 | 2026-05-15T21:14:51.391Z | Downloaded git2 v0.20.4 |
| 1237 | 2026-05-15T21:14:51.396Z | Downloaded lalrpop v0.19.12 |
| 1238 | 2026-05-15T21:14:51.412Z | Downloaded toml_edit v0.19.15 |
| 1239 | 2026-05-15T21:14:51.419Z | Downloaded quick-xml v0.37.5 |
| 1240 | 2026-05-15T21:14:51.419Z | Downloaded goblin v0.10.5 |
| 1241 | 2026-05-15T21:14:51.424Z | Downloaded zerocopy-derive v0.8.40 |
| 1242 | 2026-05-15T21:14:51.424Z | Downloaded reqwest v0.12.28 |
| 1243 | 2026-05-15T21:14:51.428Z | Downloaded petname v2.0.2 |
| 1244 | 2026-05-15T21:14:51.433Z | Downloaded tower-http v0.6.8 |
| 1245 | 2026-05-15T21:14:51.437Z | Downloaded p384 v0.13.1 |
| 1246 | 2026-05-15T21:14:51.437Z | Downloaded portable-atomic v1.13.1 |
| 1247 | 2026-05-15T21:14:51.442Z | Downloaded tokio-util v0.7.18 |
| 1248 | 2026-05-15T21:14:51.447Z | Downloaded rustls-webpki v0.102.8 |
| 1249 | 2026-05-15T21:14:51.454Z | Downloaded object v0.30.4 |
| 1250 | 2026-05-15T21:14:51.483Z | Downloaded salty v0.3.0 |
| 1251 | 2026-05-15T21:14:51.492Z | Downloaded zip v4.6.1 |
| 1252 | 2026-05-15T21:14:51.496Z | Downloaded serde_with v3.17.0 |
| 1253 | 2026-05-15T21:14:51.508Z | Downloaded bstr v1.12.1 |
| 1254 | 2026-05-15T21:14:51.512Z | Downloaded moka v0.12.13 |
| 1255 | 2026-05-15T21:14:51.516Z | Downloaded unicode-normalization v0.1.25 |
| 1256 | 2026-05-15T21:14:51.521Z | Downloaded proptest v1.10.0 |
| 1257 | 2026-05-15T21:14:51.528Z | Downloaded tough v0.22.0 |
| 1258 | 2026-05-15T21:14:51.539Z | Downloaded rustls v0.21.12 |
| 1259 | 2026-05-15T21:14:51.546Z | Downloaded regex-syntax v0.6.29 |
| 1260 | 2026-05-15T21:14:51.551Z | Downloaded dropshot v0.17.0 |
| 1261 | 2026-05-15T21:14:51.564Z | Downloaded nix v0.27.1 |
| 1262 | 2026-05-15T21:14:51.573Z | Downloaded nix v0.29.0 |
| 1263 | 2026-05-15T21:14:51.585Z | Downloaded winnow v0.5.40 |
| 1264 | 2026-05-15T21:14:51.592Z | Downloaded winnow v0.6.26 |
| 1265 | 2026-05-15T21:14:51.597Z | Downloaded quinn-proto v0.11.13 |
| 1266 | 2026-05-15T21:14:51.597Z | Downloaded radix_trie v0.2.1 |
| 1267 | 2026-05-15T21:14:51.601Z | Downloaded webpki-roots v1.0.6 |
| 1268 | 2026-05-15T21:14:51.601Z | Downloaded nix v0.31.2 |
| 1269 | 2026-05-15T21:14:51.611Z | Downloaded polar-core v0.27.3 |
| 1270 | 2026-05-15T21:14:51.615Z | Downloaded rustls v0.22.4 |
| 1271 | 2026-05-15T21:14:51.624Z | Downloaded openssl v0.10.79 |
| 1272 | 2026-05-15T21:14:51.630Z | Downloaded tabled v0.20.0 |
| 1273 | 2026-05-15T21:14:51.638Z | Downloaded openapiv3 v2.2.0 |
| 1274 | 2026-05-15T21:14:51.646Z | Downloaded nix v0.28.0 |
| 1275 | 2026-05-15T21:14:51.652Z | Downloaded regress v0.11.1 |
| 1276 | 2026-05-15T21:14:51.657Z | Downloaded time v0.3.47 |
| 1277 | 2026-05-15T21:14:51.667Z | Downloaded hickory-proto v0.25.2 |
| 1278 | 2026-05-15T21:14:51.674Z | Downloaded dropshot v0.16.7 |
| 1279 | 2026-05-15T21:14:51.684Z | Downloaded zlib-rs v0.6.2 |
| 1280 | 2026-05-15T21:14:51.688Z | Downloaded hickory-proto v0.24.4 |
| 1281 | 2026-05-15T21:14:51.694Z | Downloaded smoltcp v0.9.1 |
| 1282 | 2026-05-15T21:14:51.702Z | Downloaded vcpkg v0.2.15 |
| 1283 | 2026-05-15T21:14:51.723Z | Downloaded object v0.37.3 |
| 1284 | 2026-05-15T21:14:51.729Z | Downloaded sqlparser v0.61.0 |
| 1285 | 2026-05-15T21:14:51.735Z | Downloaded smoltcp v0.11.0 |
| 1286 | 2026-05-15T21:14:51.743Z | Downloaded regress v0.10.5 |
| 1287 | 2026-05-15T21:14:51.749Z | Downloaded rustls v0.23.37 |
| 1288 | 2026-05-15T21:14:51.756Z | Downloaded zerocopy v0.8.40 |
| 1289 | 2026-05-15T21:14:51.761Z | Downloaded rustix v0.38.44 |
| 1290 | 2026-05-15T21:14:51.775Z | Downloaded diesel v2.3.7 |
| 1291 | 2026-05-15T21:14:51.786Z | Downloaded typify-impl v0.6.2 |
| 1292 | 2026-05-15T21:14:51.792Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1293 | 2026-05-15T21:14:51.800Z | Downloaded ratatui v0.29.0 |
| 1294 | 2026-05-15T21:14:51.811Z | Downloaded typify-impl v0.4.3 |
| 1295 | 2026-05-15T21:14:51.820Z | Downloaded tracing v0.1.44 |
| 1296 | 2026-05-15T21:14:51.835Z | Downloaded sled v0.34.7 |
| 1297 | 2026-05-15T21:14:51.840Z | Downloaded regex-syntax v0.8.10 |
| 1298 | 2026-05-15T21:14:51.847Z | Downloaded regex-automata v0.4.14 |
| 1299 | 2026-05-15T21:14:51.856Z | Downloaded chrono-tz v0.10.4 |
| 1300 | 2026-05-15T21:14:51.901Z | Downloaded petgraph v0.8.3 |
| 1301 | 2026-05-15T21:14:51.907Z | Downloaded zerocopy-derive v0.6.6 |
| 1302 | 2026-05-15T21:14:51.907Z | Downloaded sha3 v0.10.8 |
| 1303 | 2026-05-15T21:14:51.921Z | Downloaded petgraph v0.6.5 |
| 1304 | 2026-05-15T21:14:51.953Z | Downloaded jiff v0.2.21 |
| 1305 | 2026-05-15T21:14:51.973Z | Downloaded csv v1.4.0 |
| 1306 | 2026-05-15T21:14:51.985Z | Downloaded libz-sys v1.1.24 |
| 1307 | 2026-05-15T21:14:51.997Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1308 | 2026-05-15T21:14:52.017Z | Downloaded tokio v1.52.1 |
| 1309 | 2026-05-15T21:14:52.057Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1310 | 2026-05-15T21:14:52.091Z | Downloaded encoding_rs v0.8.35 |
| 1311 | 2026-05-15T21:14:52.101Z | Downloaded ring v0.17.14 |
| 1312 | 2026-05-15T21:14:52.558Z | Downloaded aws-lc-sys v0.40.0 |
| 1313 | 2026-05-15T21:14:52.807Z | Compiling libc v0.2.185 |
| 1314 | 2026-05-15T21:14:52.807Z | Compiling serde v1.0.228 |
| 1315 | 2026-05-15T21:14:52.812Z | Compiling log v0.4.29 |
| 1316 | 2026-05-15T21:14:52.812Z | Compiling find-msvc-tools v0.1.9 |
| 1317 | 2026-05-15T21:14:52.946Z | Compiling shlex v1.3.0 |
| 1318 | 2026-05-15T21:14:52.949Z | Compiling smallvec v1.15.1 |
| 1319 | 2026-05-15T21:14:52.969Z | Compiling syn v2.0.117 |
| 1320 | 2026-05-15T21:14:52.990Z | Compiling typenum v1.19.0 |
| 1321 | 2026-05-15T21:14:53.142Z | Compiling generic-array v0.14.7 |
| 1322 | 2026-05-15T21:14:53.158Z | Compiling subtle v2.6.1 |
| 1323 | 2026-05-15T21:14:53.158Z | Compiling scopeguard v1.2.0 |
| 1324 | 2026-05-15T21:14:53.196Z | Compiling const-oid v0.9.6 |
| 1325 | 2026-05-15T21:14:53.273Z | Compiling lock_api v0.4.14 |
| 1326 | 2026-05-15T21:14:53.304Z | Compiling serde_json v1.0.149 |
| 1327 | 2026-05-15T21:14:53.346Z | Compiling zerocopy v0.8.40 |
| 1328 | 2026-05-15T21:14:53.371Z | Compiling pin-project-lite v0.2.17 |
| 1329 | 2026-05-15T21:14:53.462Z | Compiling portable-atomic v1.13.1 |
| 1330 | 2026-05-15T21:14:53.492Z | Compiling parking_lot_core v0.9.12 |
| 1331 | 2026-05-15T21:14:53.748Z | Compiling pkg-config v0.3.32 |
| 1332 | 2026-05-15T21:14:53.764Z | Compiling getrandom v0.2.17 |
| 1333 | 2026-05-15T21:14:53.827Z | Compiling jobserver v0.1.34 |
| 1334 | 2026-05-15T21:14:53.906Z | Compiling rand_core v0.6.4 |
| 1335 | 2026-05-15T21:14:53.910Z | Compiling errno v0.3.14 |
| 1336 | 2026-05-15T21:14:54.060Z | Compiling cc v1.2.56 |
| 1337 | 2026-05-15T21:14:54.178Z | Compiling signal-hook-registry v1.4.8 |
| 1338 | 2026-05-15T21:14:54.194Z | Compiling bitflags v2.11.0 |
| 1339 | 2026-05-15T21:14:54.259Z | Compiling futures-core v0.3.32 |
| 1340 | 2026-05-15T21:14:54.280Z | Compiling libm v0.2.16 |
| 1341 | 2026-05-15T21:14:54.408Z | Compiling critical-section v1.2.0 |
| 1342 | 2026-05-15T21:14:54.421Z | Compiling parking_lot v0.12.5 |
| 1343 | 2026-05-15T21:14:54.438Z | Compiling mio v1.2.0 |
| 1344 | 2026-05-15T21:14:54.473Z | Compiling num-traits v0.2.19 |
| 1345 | 2026-05-15T21:14:54.639Z | Compiling once_cell v1.21.3 |
| 1346 | 2026-05-15T21:14:54.669Z | Compiling percent-encoding v2.3.2 |
| 1347 | 2026-05-15T21:14:54.854Z | Compiling socket2 v0.6.3 |
| 1348 | 2026-05-15T21:14:54.871Z | Compiling futures-sink v0.3.32 |
| 1349 | 2026-05-15T21:14:54.884Z | Compiling slab v0.4.12 |
| 1350 | 2026-05-15T21:14:54.941Z | Compiling futures-task v0.3.32 |
| 1351 | 2026-05-15T21:14:54.974Z | Compiling futures-channel v0.3.32 |
| 1352 | 2026-05-15T21:14:55.025Z | Compiling futures-io v0.3.32 |
| 1353 | 2026-05-15T21:14:55.064Z | Compiling getrandom v0.4.1 |
| 1354 | 2026-05-15T21:14:55.115Z | Compiling cpufeatures v0.2.17 |
| 1355 | 2026-05-15T21:14:55.182Z | Compiling rand_core v0.10.0 |
| 1356 | 2026-05-15T21:14:55.194Z | Compiling indexmap v2.14.0 |
| 1357 | 2026-05-15T21:14:55.210Z | Compiling rustversion v1.0.22 |
| 1358 | 2026-05-15T21:14:55.270Z | Compiling getrandom v0.3.4 |
| 1359 | 2026-05-15T21:14:55.349Z | Compiling cmake v0.1.57 |
| 1360 | 2026-05-15T21:14:55.694Z | Compiling form_urlencoded v1.2.2 |
| 1361 | 2026-05-15T21:14:55.765Z | Compiling dunce v1.0.5 |
| 1362 | 2026-05-15T21:14:55.783Z | Compiling fs_extra v1.3.0 |
| 1363 | 2026-05-15T21:14:55.860Z | Compiling synstructure v0.13.2 |
| 1364 | 2026-05-15T21:14:55.860Z | Compiling ident_case v1.0.1 |
| 1365 | 2026-05-15T21:14:55.884Z | Compiling base64ct v1.8.3 |
| 1366 | 2026-05-15T21:14:55.985Z | Compiling flagset v0.4.7 |
| 1367 | 2026-05-15T21:14:56.052Z | Compiling aws-lc-sys v0.40.0 |
| 1368 | 2026-05-15T21:14:56.116Z | Compiling pem-rfc7468 v0.7.0 |
| 1369 | 2026-05-15T21:14:56.174Z | Compiling rustix v1.1.3 |
| 1370 | 2026-05-15T21:14:56.189Z | Compiling regex-syntax v0.8.10 |
| 1371 | 2026-05-15T21:14:56.252Z | Compiling iana-time-zone v0.1.65 |
| 1372 | 2026-05-15T21:14:56.445Z | Compiling rand_core v0.9.5 |
| 1373 | 2026-05-15T21:14:56.462Z | Compiling ring v0.17.14 |
| 1374 | 2026-05-15T21:14:56.506Z | Compiling aws-lc-rs v1.16.3 |
| 1375 | 2026-05-15T21:14:56.586Z | Compiling vcpkg v0.2.15 |
| 1376 | 2026-05-15T21:14:56.757Z | Compiling uuid v1.23.0 |
| 1377 | 2026-05-15T21:14:56.861Z | Compiling rustc_version v0.4.1 |
| 1378 | 2026-05-15T21:14:57.190Z | Compiling tracing-core v0.1.36 |
| 1379 | 2026-05-15T21:14:57.335Z | Compiling openssl-sys v0.9.115 |
| 1380 | 2026-05-15T21:14:57.461Z | Compiling base64 v0.22.1 |
| 1381 | 2026-05-15T21:14:57.643Z | Compiling serde_derive v1.0.228 |
| 1382 | 2026-05-15T21:14:57.734Z | Compiling zeroize_derive v1.4.3 |
| 1383 | 2026-05-15T21:14:57.783Z | Compiling zerofrom-derive v0.1.6 |
| 1384 | 2026-05-15T21:14:57.858Z | Compiling yoke-derive v0.8.1 |
| 1385 | 2026-05-15T21:14:58.006Z | Compiling zerovec-derive v0.11.2 |
| 1386 | 2026-05-15T21:14:58.378Z | Compiling zeroize v1.8.2 |
| 1387 | 2026-05-15T21:14:58.575Z | Compiling zerocopy-derive v0.8.40 |
| 1388 | 2026-05-15T21:14:59.010Z | Compiling displaydoc v0.2.5 |
| 1389 | 2026-05-15T21:14:59.116Z | Compiling crypto-common v0.1.7 |
| 1390 | 2026-05-15T21:14:59.116Z | Compiling block-buffer v0.10.4 |
| 1391 | 2026-05-15T21:14:59.159Z | Compiling zerofrom v0.1.6 |
| 1392 | 2026-05-15T21:14:59.270Z | Compiling yoke v0.8.1 |
| 1393 | 2026-05-15T21:14:59.284Z | Compiling digest v0.10.7 |
| 1394 | 2026-05-15T21:14:59.284Z | Compiling tokio-macros v2.7.0 |
| 1395 | 2026-05-15T21:14:59.450Z | Compiling zerovec v0.11.5 |
| 1396 | 2026-05-15T21:14:59.575Z | Compiling futures-macro v0.3.32 |
| 1397 | 2026-05-15T21:14:59.797Z | Compiling zerotrie v0.2.3 |
| 1398 | 2026-05-15T21:14:59.998Z | Compiling tinystr v0.8.2 |
| 1399 | 2026-05-15T21:15:00.030Z | Compiling potential_utf v0.1.4 |
| 1400 | 2026-05-15T21:15:00.096Z | Compiling hmac v0.12.1 |
| 1401 | 2026-05-15T21:15:00.187Z | Compiling icu_locale_core v2.1.1 |
| 1402 | 2026-05-15T21:15:00.201Z | Compiling icu_collections v2.1.1 |
| 1403 | 2026-05-15T21:15:00.245Z | Compiling block-padding v0.3.3 |
| 1404 | 2026-05-15T21:15:00.375Z | Compiling futures-util v0.3.32 |
| 1405 | 2026-05-15T21:15:00.399Z | Compiling inout v0.1.4 |
| 1406 | 2026-05-15T21:15:00.567Z | Compiling cipher v0.4.4 |
| 1407 | 2026-05-15T21:15:00.674Z | Compiling sha2 v0.10.9 |
| 1408 | 2026-05-15T21:15:00.827Z | Compiling icu_provider v2.1.1 |
| 1409 | 2026-05-15T21:15:01.058Z | Compiling bytes v1.11.1 |
| 1410 | 2026-05-15T21:15:01.061Z | Compiling icu_properties v2.1.2 |
| 1411 | 2026-05-15T21:15:01.117Z | Compiling icu_normalizer v2.1.1 |
| 1412 | 2026-05-15T21:15:01.634Z | Compiling tokio v1.52.1 |
| 1413 | 2026-05-15T21:15:01.647Z | Compiling der_derive v0.7.3 |
| 1414 | 2026-05-15T21:15:01.919Z | Compiling idna_adapter v1.2.1 |
| 1415 | 2026-05-15T21:15:02.032Z | Compiling idna v1.1.0 |
| 1416 | 2026-05-15T21:15:02.126Z | Compiling http v1.4.0 |
| 1417 | 2026-05-15T21:15:02.142Z | Compiling chrono v0.4.44 |
| 1418 | 2026-05-15T21:15:02.570Z | Compiling url v2.5.8 |
| 1419 | 2026-05-15T21:15:02.605Z | Compiling der v0.7.10 |
| 1420 | 2026-05-15T21:15:02.675Z | Compiling salsa20 v0.10.2 |
| 1421 | 2026-05-15T21:15:02.813Z | Compiling ppv-lite86 v0.2.21 |
| 1422 | 2026-05-15T21:15:02.952Z | Compiling pbkdf2 v0.12.2 |
| 1423 | 2026-05-15T21:15:03.018Z | Compiling rustls-pki-types v1.14.0 |
| 1424 | 2026-05-15T21:15:03.065Z | Compiling thiserror-impl v2.0.18 |
| 1425 | 2026-05-15T21:15:03.124Z | Compiling tracing-attributes v0.1.31 |
| 1426 | 2026-05-15T21:15:03.344Z | Compiling rand_chacha v0.9.0 |
| 1427 | 2026-05-15T21:15:03.454Z | Compiling spki v0.7.3 |
| 1428 | 2026-05-15T21:15:03.479Z | Compiling scrypt v0.11.0 |
| 1429 | 2026-05-15T21:15:03.655Z | Compiling http-body v1.0.1 |
| 1430 | 2026-05-15T21:15:03.728Z | Compiling aes v0.8.4 |
| 1431 | 2026-05-15T21:15:03.775Z | Compiling cbc v0.1.2 |
| 1432 | 2026-05-15T21:15:03.891Z | Compiling tinyvec_macros v0.1.1 |
| 1433 | 2026-05-15T21:15:03.920Z | Compiling openssl-probe v0.2.1 |
| 1434 | 2026-05-15T21:15:03.960Z | Compiling untrusted v0.9.0 |
| 1435 | 2026-05-15T21:15:04.026Z | Compiling untrusted v0.7.1 |
| 1436 | 2026-05-15T21:15:04.079Z | Compiling httparse v1.10.1 |
| 1437 | 2026-05-15T21:15:04.145Z | Compiling pkcs5 v0.7.1 |
| 1438 | 2026-05-15T21:15:04.358Z | Compiling thiserror v2.0.18 |
| 1439 | 2026-05-15T21:15:04.401Z | Compiling tracing v0.1.44 |
| 1440 | 2026-05-15T21:15:04.457Z | Compiling tinyvec v1.10.0 |
| 1441 | 2026-05-15T21:15:04.471Z | Compiling pest_generator v2.8.6 |
| 1442 | 2026-05-15T21:15:04.677Z | Compiling rand v0.9.2 |
| 1443 | 2026-05-15T21:15:04.721Z | Compiling serde_derive_internals v0.29.1 |
| 1444 | 2026-05-15T21:15:04.789Z | Compiling aho-corasick v1.1.4 |
| 1445 | 2026-05-15T21:15:04.832Z | Compiling rustls v0.23.37 |
| 1446 | 2026-05-15T21:15:05.002Z | Compiling tower-layer v0.3.3 |
| 1447 | 2026-05-15T21:15:05.161Z | Compiling schemars v0.8.22 |
| 1448 | 2026-05-15T21:15:05.175Z | Compiling tower-service v0.3.3 |
| 1449 | 2026-05-15T21:15:05.268Z | Compiling dyn-clone v1.0.20 |
| 1450 | 2026-05-15T21:15:05.356Z | Compiling tokio-util v0.7.18 |
| 1451 | 2026-05-15T21:15:05.404Z | Compiling try-lock v0.2.5 |
| 1452 | 2026-05-15T21:15:05.461Z | Compiling atomic-waker v1.1.2 |
| 1453 | 2026-05-15T21:15:05.510Z | Compiling want v0.3.1 |
| 1454 | 2026-05-15T21:15:05.583Z | Compiling regex-automata v0.4.14 |
| 1455 | 2026-05-15T21:15:05.606Z | Compiling schemars_derive v0.8.22 |
| 1456 | 2026-05-15T21:15:05.689Z | Compiling pest_derive v2.8.6 |
| 1457 | 2026-05-15T21:15:06.108Z | Compiling h2 v0.4.13 |
| 1458 | 2026-05-15T21:15:06.167Z | Compiling pkcs8 v0.10.2 |
| 1459 | 2026-05-15T21:15:06.368Z | Compiling ipnet v2.11.0 |
| 1460 | 2026-05-15T21:15:06.452Z | Compiling scroll_derive v0.13.1 |
| 1461 | 2026-05-15T21:15:06.467Z | Compiling darling_core v0.20.11 |
| 1462 | 2026-05-15T21:15:06.839Z | Compiling foreign-types-shared v0.1.1 |
| 1463 | 2026-05-15T21:15:06.859Z | Compiling httpdate v1.0.3 |
| 1464 | 2026-05-15T21:15:06.926Z | Compiling openssl v0.10.79 |
| 1465 | 2026-05-15T21:15:07.074Z | Compiling pin-utils v0.1.0 |
| 1466 | 2026-05-15T21:15:07.145Z | Compiling tempfile v3.25.0 |
| 1467 | 2026-05-15T21:15:07.177Z | Compiling foreign-types v0.3.2 |
| 1468 | 2026-05-15T21:15:07.236Z | Compiling scroll v0.13.0 |
| 1469 | 2026-05-15T21:15:07.280Z | Compiling unicode-normalization v0.1.25 |
| 1470 | 2026-05-15T21:15:07.511Z | Compiling openssl-macros v0.1.1 |
| 1471 | 2026-05-15T21:15:07.722Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1472 | 2026-05-15T21:15:07.891Z | Compiling spin v0.9.8 |
| 1473 | 2026-05-15T21:15:07.906Z | Compiling num-conv v0.2.0 |
| 1474 | 2026-05-15T21:15:08.034Z | Compiling powerfmt v0.2.0 |
| 1475 | 2026-05-15T21:15:08.096Z | Compiling native-tls v0.2.18 |
| 1476 | 2026-05-15T21:15:08.110Z | Compiling crc32fast v1.5.0 |
| 1477 | 2026-05-15T21:15:08.229Z | Compiling time-core v0.1.8 |
| 1478 | 2026-05-15T21:15:08.313Z | Compiling deranged v0.5.8 |
| 1479 | 2026-05-15T21:15:08.381Z | Compiling time-macros v0.2.27 |
| 1480 | 2026-05-15T21:15:08.685Z | Compiling darling_macro v0.20.11 |
| 1481 | 2026-05-15T21:15:09.140Z | Compiling hyper v1.8.1 |
| 1482 | 2026-05-15T21:15:09.254Z | Compiling darling v0.20.11 |
| 1483 | 2026-05-15T21:15:09.336Z | Compiling goblin v0.10.5 |
| 1484 | 2026-05-15T21:15:09.422Z | Compiling rustls-native-certs v0.8.3 |
| 1485 | 2026-05-15T21:15:09.615Z | Compiling sync_wrapper v1.0.2 |
| 1486 | 2026-05-15T21:15:09.723Z | Compiling wait-timeout v0.2.1 |
| 1487 | 2026-05-15T21:15:09.783Z | Compiling usdt-impl v0.6.0 |
| 1488 | 2026-05-15T21:15:09.964Z | Compiling quick-error v1.2.3 |
| 1489 | 2026-05-15T21:15:09.982Z | Compiling simd-adler32 v0.3.8 |
| 1490 | 2026-05-15T21:15:09.996Z | Compiling crossbeam-utils v0.8.21 |
| 1491 | 2026-05-15T21:15:10.070Z | Compiling unicode-segmentation v1.12.0 |
| 1492 | 2026-05-15T21:15:10.222Z | Compiling syn v1.0.109 |
| 1493 | 2026-05-15T21:15:10.275Z | Compiling hyper-util v0.1.20 |
| 1494 | 2026-05-15T21:15:10.446Z | Compiling siphasher v1.0.2 |
| 1495 | 2026-05-15T21:15:10.521Z | Compiling bit-vec v0.8.0 |
| 1496 | 2026-05-15T21:15:10.637Z | Compiling num_threads v0.1.7 |
| 1497 | 2026-05-15T21:15:10.737Z | Compiling bit-set v0.8.0 |
| 1498 | 2026-05-15T21:15:10.752Z | Compiling time v0.3.47 |
| 1499 | 2026-05-15T21:15:10.963Z | Compiling rusty-fork v0.3.1 |
| 1500 | 2026-05-15T21:15:11.108Z | Compiling tower v0.5.3 |
| 1501 | 2026-05-15T21:15:11.274Z | Compiling derive_builder_core v0.20.2 |
| 1502 | 2026-05-15T21:15:11.574Z | Compiling dtrace-parser v0.3.0 |
| 1503 | 2026-05-15T21:15:11.710Z | Compiling http-body-util v0.1.3 |
| 1504 | 2026-05-15T21:15:11.953Z | Compiling webpki-roots v1.0.6 |
| 1505 | 2026-05-15T21:15:11.993Z | Compiling signature v2.2.0 |
| 1506 | 2026-05-15T21:15:12.075Z | Compiling dof v0.4.0 |
| 1507 | 2026-05-15T21:15:12.135Z | Compiling thiserror-impl v1.0.69 |
| 1508 | 2026-05-15T21:15:12.174Z | Compiling scroll_derive v0.12.1 |
| 1509 | 2026-05-15T21:15:12.288Z | Compiling heapless v0.7.17 |
| 1510 | 2026-05-15T21:15:12.310Z | Compiling rand_xorshift v0.4.0 |
| 1511 | 2026-05-15T21:15:12.472Z | Compiling slog v2.8.2 |
| 1512 | 2026-05-15T21:15:12.522Z | Compiling darling_core v0.21.3 |
| 1513 | 2026-05-15T21:15:12.650Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1514 | 2026-05-15T21:15:12.813Z | Compiling thread-id v5.1.0 |
| 1515 | 2026-05-15T21:15:12.898Z | Compiling cookie v0.18.1 |
| 1516 | 2026-05-15T21:15:12.923Z | Compiling adler2 v2.0.1 |
| 1517 | 2026-05-15T21:15:13.054Z | Compiling signal-hook v0.3.18 |
| 1518 | 2026-05-15T21:15:13.075Z | Compiling iri-string v0.7.10 |
| 1519 | 2026-05-15T21:15:13.214Z | Compiling allocator-api2 v0.2.21 |
| 1520 | 2026-05-15T21:15:13.227Z | Compiling unicode-bidi v0.3.18 |
| 1521 | 2026-05-15T21:15:13.355Z | Compiling ryu v1.0.23 |
| 1522 | 2026-05-15T21:15:13.531Z | Compiling zstd-safe v7.2.4 |
| 1523 | 2026-05-15T21:15:13.534Z | Compiling paste v1.0.15 |
| 1524 | 2026-05-15T21:15:13.574Z | Compiling anyhow v1.0.102 |
| 1525 | 2026-05-15T21:15:13.718Z | Compiling unicode-properties v0.1.4 |
| 1526 | 2026-05-15T21:15:13.737Z | Compiling unarray v0.1.4 |
| 1527 | 2026-05-15T21:15:13.846Z | Compiling proptest v1.10.0 |
| 1528 | 2026-05-15T21:15:13.849Z | Compiling serde_urlencoded v0.7.1 |
| 1529 | 2026-05-15T21:15:13.921Z | Compiling stringprep v0.1.5 |
| 1530 | 2026-05-15T21:15:14.083Z | Compiling thiserror v1.0.69 |
| 1531 | 2026-05-15T21:15:14.162Z | Compiling miniz_oxide v0.8.9 |
| 1532 | 2026-05-15T21:15:14.185Z | Compiling tower-http v0.6.8 |
| 1533 | 2026-05-15T21:15:14.630Z | Compiling scroll v0.12.0 |
| 1534 | 2026-05-15T21:15:14.847Z | Compiling derive_builder_macro v0.20.2 |
| 1535 | 2026-05-15T21:15:14.890Z | Compiling tokio-native-tls v0.3.1 |
| 1536 | 2026-05-15T21:15:15.008Z | Compiling darling_macro v0.21.3 |
| 1537 | 2026-05-15T21:15:15.151Z | Compiling heck v0.4.1 |
| 1538 | 2026-05-15T21:15:15.289Z | Compiling ipnetwork v0.21.1 |
| 1539 | 2026-05-15T21:15:15.333Z | Compiling bstr v1.12.1 |
| 1540 | 2026-05-15T21:15:15.378Z | Compiling rand_chacha v0.3.1 |
| 1541 | 2026-05-15T21:15:15.475Z | Compiling toml_datetime v0.6.11 |
| 1542 | 2026-05-15T21:15:15.546Z | Compiling serde_tokenstream v0.2.3 |
| 1543 | 2026-05-15T21:15:15.686Z | Compiling erased-serde v0.3.31 |
| 1544 | 2026-05-15T21:15:15.729Z | Compiling serde_spanned v0.6.9 |
| 1545 | 2026-05-15T21:15:15.857Z | Compiling md-5 v0.10.6 |
| 1546 | 2026-05-15T21:15:15.875Z | Compiling async-trait v0.1.89 |
| 1547 | 2026-05-15T21:15:15.977Z | Compiling pin-project-internal v1.1.11 |
| 1548 | 2026-05-15T21:15:16.020Z | Compiling zerocopy-derive v0.7.35 |
| 1549 | 2026-05-15T21:15:16.170Z | Compiling curve25519-dalek v4.1.3 |
| 1550 | 2026-05-15T21:15:16.187Z | Compiling vergen-lib v0.1.6 |
| 1551 | 2026-05-15T21:15:16.365Z | Compiling num-integer v0.1.46 |
| 1552 | 2026-05-15T21:15:16.499Z | Compiling hash32 v0.2.1 |
| 1553 | 2026-05-15T21:15:16.689Z | Compiling ff v0.13.1 |
| 1554 | 2026-05-15T21:15:16.689Z | Compiling memoffset v0.9.1 |
| 1555 | 2026-05-15T21:15:16.831Z | Compiling rustix v0.38.44 |
| 1556 | 2026-05-15T21:15:16.870Z | Compiling ref-cast v1.0.25 |
| 1557 | 2026-05-15T21:15:16.883Z | Compiling base16ct v0.2.0 |
| 1558 | 2026-05-15T21:15:16.895Z | Compiling num-bigint-dig v0.8.6 |
| 1559 | 2026-05-15T21:15:17.075Z | Compiling psl-types v2.0.11 |
| 1560 | 2026-05-15T21:15:17.078Z | Compiling smoltcp v0.9.1 |
| 1561 | 2026-05-15T21:15:17.089Z | Compiling litrs v1.0.0 |
| 1562 | 2026-05-15T21:15:17.167Z | Compiling fallible-iterator v0.2.0 |
| 1563 | 2026-05-15T21:15:17.170Z | Compiling cfg_aliases v0.2.1 |
| 1564 | 2026-05-15T21:15:17.193Z | Compiling zlib-rs v0.6.2 |
| 1565 | 2026-05-15T21:15:17.255Z | Compiling nix v0.31.2 |
| 1566 | 2026-05-15T21:15:17.481Z | Compiling postgres-protocol v0.6.10 |
| 1567 | 2026-05-15T21:15:17.563Z | Compiling publicsuffix v2.3.0 |
| 1568 | 2026-05-15T21:15:17.592Z | Compiling document-features v0.2.12 |
| 1569 | 2026-05-15T21:15:17.635Z | Compiling pin-project v1.1.11 |
| 1570 | 2026-05-15T21:15:17.731Z | Compiling sec1 v0.7.3 |
| 1571 | 2026-05-15T21:15:17.844Z | Compiling zerocopy v0.7.35 |
| 1572 | 2026-05-15T21:15:18.010Z | Compiling group v0.13.0 |
| 1573 | 2026-05-15T21:15:18.161Z | Compiling num-iter v0.1.45 |
| 1574 | 2026-05-15T21:15:18.280Z | Compiling newtype-uuid v1.3.2 |
| 1575 | 2026-05-15T21:15:18.387Z | Compiling rand v0.8.6 |
| 1576 | 2026-05-15T21:15:18.480Z | Compiling oxnet v0.1.4 |
| 1577 | 2026-05-15T21:15:18.606Z | Compiling darling v0.21.3 |
| 1578 | 2026-05-15T21:15:18.674Z | Compiling snafu-derive v0.8.9 |
| 1579 | 2026-05-15T21:15:18.868Z | Compiling derive_builder v0.20.2 |
| 1580 | 2026-05-15T21:15:18.901Z | Compiling hubpack_derive v0.1.1 |
| 1581 | 2026-05-15T21:15:18.993Z | Compiling hyper-tls v0.6.0 |
| 1582 | 2026-05-15T21:15:19.009Z | Compiling goblin v0.8.2 |
| 1583 | 2026-05-15T21:15:19.752Z | Compiling phf_shared v0.13.1 |
| 1584 | 2026-05-15T21:15:19.786Z | Compiling lazy_static v1.5.0 |
| 1585 | 2026-05-15T21:15:19.885Z | Compiling regex v1.12.3 |
| 1586 | 2026-05-15T21:15:19.994Z | Compiling strum_macros v0.27.2 |
| 1587 | 2026-05-15T21:15:20.030Z | Compiling futures-executor v0.3.32 |
| 1588 | 2026-05-15T21:15:20.307Z | Compiling flate2 v1.1.9 |
| 1589 | 2026-05-15T21:15:20.328Z | Compiling cargo-platform v0.1.9 |
| 1590 | 2026-05-15T21:15:20.467Z | Compiling hex v0.4.3 |
| 1591 | 2026-05-15T21:15:20.590Z | Compiling hkdf v0.12.4 |
| 1592 | 2026-05-15T21:15:20.630Z | Compiling crypto-bigint v0.5.5 |
| 1593 | 2026-05-15T21:15:20.719Z | Compiling terminal_size v0.4.3 |
| 1594 | 2026-05-15T21:15:20.742Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1595 | 2026-05-15T21:15:20.757Z | Compiling ref-cast-impl v1.0.25 |
| 1596 | 2026-05-15T21:15:20.858Z | Compiling daft-derive v0.1.5 |
| 1597 | 2026-05-15T21:15:21.284Z | Compiling vergen v9.0.6 |
| 1598 | 2026-05-15T21:15:21.371Z | Compiling fs-err v3.3.0 |
| 1599 | 2026-05-15T21:15:21.467Z | Compiling ahash v0.8.12 |
| 1600 | 2026-05-15T21:15:21.558Z | Compiling encoding_rs v0.8.35 |
| 1601 | 2026-05-15T21:15:21.572Z | Compiling foldhash v0.1.5 |
| 1602 | 2026-05-15T21:15:21.668Z | Compiling mime v0.3.17 |
| 1603 | 2026-05-15T21:15:21.739Z | Compiling object v0.37.3 |
| 1604 | 2026-05-15T21:15:21.922Z | Compiling bumpalo v3.20.2 |
| 1605 | 2026-05-15T21:15:21.960Z | Compiling libbz2-rs-sys v0.2.2 |
| 1606 | 2026-05-15T21:15:22.004Z | Compiling bitflags v1.3.2 |
| 1607 | 2026-05-15T21:15:22.082Z | Compiling managed v0.8.0 |
| 1608 | 2026-05-15T21:15:22.171Z | Compiling foldhash v0.2.0 |
| 1609 | 2026-05-15T21:15:22.315Z | Compiling same-file v1.0.6 |
| 1610 | 2026-05-15T21:15:22.395Z | Compiling winnow v0.5.40 |
| 1611 | 2026-05-15T21:15:22.479Z | Compiling walkdir v2.5.0 |
| 1612 | 2026-05-15T21:15:22.493Z | Compiling clap_builder v4.5.60 |
| 1613 | 2026-05-15T21:15:22.646Z | Compiling bzip2 v0.6.1 |
| 1614 | 2026-05-15T21:15:22.731Z | Compiling hashbrown v0.16.1 |
| 1615 | 2026-05-15T21:15:22.853Z | Compiling zopfli v0.8.3 |
| 1616 | 2026-05-15T21:15:23.099Z | Compiling strum v0.27.2 |
| 1617 | 2026-05-15T21:15:23.235Z | Compiling hashbrown v0.15.5 |
| 1618 | 2026-05-15T21:15:23.467Z | Compiling daft v0.1.5 |
| 1619 | 2026-05-15T21:15:23.501Z | Compiling elliptic-curve v0.13.8 |
| 1620 | 2026-05-15T21:15:23.739Z | Compiling toml_edit v0.19.15 |
| 1621 | 2026-05-15T21:15:23.778Z | Compiling dof v0.3.0 |
| 1622 | 2026-05-15T21:15:23.895Z | Compiling snafu v0.8.9 |
| 1623 | 2026-05-15T21:15:23.910Z | Compiling cargo_metadata v0.19.2 |
| 1624 | 2026-05-15T21:15:24.252Z | Compiling futures v0.3.32 |
| 1625 | 2026-05-15T21:15:24.339Z | Compiling phf v0.13.1 |
| 1626 | 2026-05-15T21:15:24.841Z | Compiling cookie_store v0.22.1 |
| 1627 | 2026-05-15T21:15:24.924Z | Compiling signal-hook-mio v0.2.5 |
| 1628 | 2026-05-15T21:15:25.047Z | Compiling hubpack v0.1.2 |
| 1629 | 2026-05-15T21:15:25.280Z | Compiling bzip2 v0.4.4 |
| 1630 | 2026-05-15T21:15:25.280Z | Compiling zstd v0.13.3 |
| 1631 | 2026-05-15T21:15:25.482Z | Compiling serde_with_macros v3.17.0 |
| 1632 | 2026-05-15T21:15:25.520Z | Compiling postgres-types v0.2.12 |
| 1633 | 2026-05-15T21:15:25.598Z | Compiling usdt-macro v0.6.0 |
| 1634 | 2026-05-15T21:15:26.073Z | Compiling usdt-attr-macro v0.6.0 |
| 1635 | 2026-05-15T21:15:26.320Z | Compiling globset v0.4.18 |
| 1636 | 2026-05-15T21:15:26.427Z | Compiling dtrace-parser v0.2.0 |
| 1637 | 2026-05-15T21:15:26.609Z | Compiling ed25519 v2.2.3 |
| 1638 | 2026-05-15T21:15:26.628Z | Compiling phf_shared v0.11.3 |
| 1639 | 2026-05-15T21:15:26.665Z | Compiling olpc-cjson v0.1.4 |
| 1640 | 2026-05-15T21:15:26.809Z | Compiling pkcs1 v0.7.5 |
| 1641 | 2026-05-15T21:15:26.827Z | Compiling enum-as-inner v0.6.1 |
| 1642 | 2026-05-15T21:15:26.841Z | Compiling strum_macros v0.26.4 |
| 1643 | 2026-05-15T21:15:26.997Z | Compiling clap_derive v4.5.55 |
| 1644 | 2026-05-15T21:15:27.160Z | Compiling serde_plain v1.0.2 |
| 1645 | 2026-05-15T21:15:27.201Z | Compiling serde-big-array v0.5.1 |
| 1646 | 2026-05-15T21:15:27.319Z | Compiling rfc6979 v0.4.0 |
| 1647 | 2026-05-15T21:15:27.344Z | Compiling pem v3.0.6 |
| 1648 | 2026-05-15T21:15:27.361Z | Compiling async-recursion v1.1.1 |
| 1649 | 2026-05-15T21:15:27.438Z | Compiling serde_repr v0.1.20 |
| 1650 | 2026-05-15T21:15:27.497Z | Compiling float-cmp v0.10.0 |
| 1651 | 2026-05-15T21:15:27.645Z | Compiling thread-id v4.2.2 |
| 1652 | 2026-05-15T21:15:27.665Z | Compiling memmap2 v0.9.10 |
| 1653 | 2026-05-15T21:15:27.734Z | Compiling env_filter v1.0.0 |
| 1654 | 2026-05-15T21:15:27.876Z | Compiling whoami v2.1.0 |
| 1655 | 2026-05-15T21:15:27.956Z | Compiling predicates-core v1.0.10 |
| 1656 | 2026-05-15T21:15:27.997Z | Compiling jiff v0.2.21 |
| 1657 | 2026-05-15T21:15:28.034Z | Compiling typed-path v0.9.3 |
| 1658 | 2026-05-15T21:15:28.135Z | Compiling rustc-hash v2.1.1 |
| 1659 | 2026-05-15T21:15:28.255Z | Compiling normalize-line-endings v0.3.0 |
| 1660 | 2026-05-15T21:15:28.270Z | Compiling precomputed-hash v0.1.1 |
| 1661 | 2026-05-15T21:15:28.354Z | Compiling new_debug_unreachable v1.0.6 |
| 1662 | 2026-05-15T21:15:28.368Z | Compiling data-encoding v2.10.0 |
| 1663 | 2026-05-15T21:15:28.429Z | Compiling static_assertions v1.1.0 |
| 1664 | 2026-05-15T21:15:28.505Z | Compiling either v1.15.0 |
| 1665 | 2026-05-15T21:15:28.552Z | Compiling fixedbitset v0.5.7 |
| 1666 | 2026-05-15T21:15:28.710Z | Compiling keccak v0.1.6 |
| 1667 | 2026-05-15T21:15:28.741Z | Compiling difflib v0.4.0 |
| 1668 | 2026-05-15T21:15:28.855Z | Compiling fixedbitset v0.4.2 |
| 1669 | 2026-05-15T21:15:29.061Z | Compiling petgraph v0.6.5 |
| 1670 | 2026-05-15T21:15:29.074Z | Compiling predicates v3.1.4 |
| 1671 | 2026-05-15T21:15:29.236Z | Compiling sha3 v0.10.8 |
| 1672 | 2026-05-15T21:15:29.309Z | Compiling petgraph v0.8.3 |
| 1673 | 2026-05-15T21:15:29.523Z | Compiling clap v4.5.60 |
| 1674 | 2026-05-15T21:15:29.648Z | Compiling itertools v0.13.0 |
| 1675 | 2026-05-15T21:15:29.716Z | Compiling hickory-proto v0.25.2 |
| 1676 | 2026-05-15T21:15:29.781Z | Compiling strum v0.26.3 |
| 1677 | 2026-05-15T21:15:29.916Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1678 | 2026-05-15T21:15:30.143Z | Compiling string_cache v0.8.9 |
| 1679 | 2026-05-15T21:15:30.373Z | Compiling toml_edit v0.22.27 |
| 1680 | 2026-05-15T21:15:30.606Z | Compiling zip v4.6.1 |
| 1681 | 2026-05-15T21:15:30.897Z | Compiling iddqd v0.3.18 |
| 1682 | 2026-05-15T21:15:31.284Z | Compiling tokio-postgres v0.7.16 |
| 1683 | 2026-05-15T21:15:31.557Z | Compiling env_logger v0.11.9 |
| 1684 | 2026-05-15T21:15:31.928Z | Compiling usdt v0.6.0 |
| 1685 | 2026-05-15T21:15:32.046Z | Compiling usdt-impl v0.5.0 |
| 1686 | 2026-05-15T21:15:32.190Z | Compiling ecdsa v0.16.9 |
| 1687 | 2026-05-15T21:15:32.226Z | Compiling rsa v0.9.10 |
| 1688 | 2026-05-15T21:15:32.579Z | Compiling ed25519-dalek v2.2.0 |
| 1689 | 2026-05-15T21:15:32.625Z | Compiling serde_with v3.17.0 |
| 1690 | 2026-05-15T21:15:32.734Z | Compiling crossterm v0.28.1 |
| 1691 | 2026-05-15T21:15:33.235Z | Compiling zip v0.6.6 |
| 1692 | 2026-05-15T21:15:33.474Z | Compiling toml v0.7.8 |
| 1693 | 2026-05-15T21:15:34.308Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1694 | 2026-05-15T21:15:34.332Z | Compiling similar v2.7.0 |
| 1695 | 2026-05-15T21:15:34.345Z | Compiling crossbeam-epoch v0.9.18 |
| 1696 | 2026-05-15T21:15:34.450Z | Compiling tokio-stream v0.1.18 |
| 1697 | 2026-05-15T21:15:34.517Z | Compiling buf-list v1.1.2 |
| 1698 | 2026-05-15T21:15:34.701Z | Compiling x509-cert v0.2.5 |
| 1699 | 2026-05-15T21:15:34.805Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1700 | 2026-05-15T21:15:34.923Z | Compiling openapiv3 v2.2.0 |
| 1701 | 2026-05-15T21:15:34.970Z | Compiling sha1 v0.10.6 |
| 1702 | 2026-05-15T21:15:35.115Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1703 | 2026-05-15T21:15:35.200Z | Compiling lalrpop-util v0.19.12 |
| 1704 | 2026-05-15T21:15:35.215Z | Compiling peg-runtime v0.8.5 |
| 1705 | 2026-05-15T21:15:35.403Z | Compiling thread_local v1.1.9 |
| 1706 | 2026-05-15T21:15:35.417Z | Compiling slog-async v2.8.0 |
| 1707 | 2026-05-15T21:15:35.500Z | Compiling crossbeam-channel v0.5.15 |
| 1708 | 2026-05-15T21:15:35.565Z | Compiling filetime v0.2.27 |
| 1709 | 2026-05-15T21:15:35.655Z | Compiling is-terminal v0.4.17 |
| 1710 | 2026-05-15T21:15:35.731Z | Compiling term v1.2.1 |
| 1711 | 2026-05-15T21:15:35.746Z | Compiling xattr v1.6.1 |
| 1712 | 2026-05-15T21:15:35.764Z | Compiling take_mut v0.2.2 |
| 1713 | 2026-05-15T21:15:35.911Z | Compiling tar v0.4.45 |
| 1714 | 2026-05-15T21:15:36.304Z | Compiling slog-term v2.9.2 |
| 1715 | 2026-05-15T21:15:45.990Z | Compiling rustls-webpki v0.103.9 |
| 1716 | 2026-05-15T21:15:48.768Z | Compiling tokio-rustls v0.26.4 |
| 1717 | 2026-05-15T21:15:48.768Z | Compiling rustls-platform-verifier v0.6.2 |
| 1718 | 2026-05-15T21:15:48.964Z | Compiling hyper-rustls v0.27.7 |
| 1719 | 2026-05-15T21:15:49.177Z | Compiling reqwest v0.12.28 |
| 1720 | 2026-05-15T21:15:49.195Z | Compiling reqwest v0.13.2 |
| 1721 | 2026-05-15T21:15:50.434Z | Compiling tough v0.22.0 |
| 1722 | 2026-05-15T21:15:52.957Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1723 | 2026-05-15T21:15:53.172Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1724 | 2026-05-15T21:15:55.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1725 | 2026-05-15T21:15:56.132Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1726 | 2026-05-15T21:15:56.186Z | May 15 21:15:55.084 INFO Starting download, target: DendriteStub |
| 1727 | 2026-05-15T21:15:56.186Z | May 15 21:15:55.085 INFO Starting download, target: Clickhouse |
| 1728 | 2026-05-15T21:15:56.186Z | May 15 21:15:55.085 INFO Starting download, target: Console |
| 1729 | 2026-05-15T21:15:56.190Z | May 15 21:15:55.085 INFO Starting download, target: Cockroach |
| 1730 | 2026-05-15T21:15:56.190Z | May 15 21:15:55.085 INFO Starting download, target: MaghemiteMgd |
| 1731 | 2026-05-15T21:15:56.190Z | May 15 21:15:55.085 INFO Starting download, target: TransceiverControl |
| 1732 | 2026-05-15T21:15:56.190Z | May 15 21:15:55.085 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1733 | 2026-05-15T21:15:56.190Z | May 15 21:15:55.085 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1734 | 2026-05-15T21:15:56.190Z | May 15 21:15:55.085 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1735 | 2026-05-15T21:15:56.190Z | May 15 21:15:55.085 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1736 | 2026-05-15T21:15:56.190Z | May 15 21:15:55.085 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1737 | 2026-05-15T21:15:56.190Z | May 15 21:15:55.085 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1738 | 2026-05-15T21:15:56.719Z | May 15 21:15:55.614 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1739 | 2026-05-15T21:15:56.932Z | May 15 21:15:55.822 INFO Download complete, target: TransceiverControl |
| 1740 | 2026-05-15T21:15:57.170Z | May 15 21:15:56.065 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1741 | 2026-05-15T21:15:57.413Z | May 15 21:15:56.296 INFO Download complete, target: Console |
| 1742 | 2026-05-15T21:15:58.335Z | May 15 21:15:57.223 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1743 | 2026-05-15T21:15:58.497Z | May 15 21:15:57.363 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1744 | 2026-05-15T21:15:58.600Z | May 15 21:15:57.462 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1745 | 2026-05-15T21:15:59.185Z | May 15 21:15:58.083 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1746 | 2026-05-15T21:15:59.185Z | May 15 21:15:58.083 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1747 | 2026-05-15T21:16:00.703Z | May 15 21:15:59.601 INFO Download complete, target: DendriteStub |
| 1748 | 2026-05-15T21:16:00.939Z | May 15 21:15:59.837 INFO Download complete, target: MaghemiteMgd |
| 1749 | 2026-05-15T21:16:03.827Z | May 15 21:16:02.725 INFO Checking that binary works, target: Cockroach |
| 1750 | 2026-05-15T21:16:04.038Z | May 15 21:16:02.935 INFO Download complete, target: Cockroach |
| 1751 | 2026-05-15T21:16:05.129Z | May 15 21:16:04.027 INFO Checking that binary works, target: Clickhouse |
| 1752 | 2026-05-15T21:16:05.255Z | May 15 21:16:04.152 INFO Download complete, target: Clickhouse |
| 1753 | 2026-05-15T21:16:05.268Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1754 | 2026-05-15T21:16:05.272Z | |
| 1755 | 2026-05-15T21:16:05.272Z | real 2:19.127037518 |
| 1756 | 2026-05-15T21:16:05.272Z | user 6:54.153578366 |
| 1757 | 2026-05-15T21:16:05.272Z | sys 1:22.002647970 |
| 1758 | 2026-05-15T21:16:05.272Z | trap 0.221840539 |
| 1759 | 2026-05-15T21:16:05.272Z | tflt 1.088766663 |
| 1760 | 2026-05-15T21:16:05.272Z | dflt 1.052416459 |
| 1761 | 2026-05-15T21:16:05.272Z | kflt 0.053842423 |
| 1762 | 2026-05-15T21:16:05.272Z | lock 21:22.625031429 |
| 1763 | 2026-05-15T21:16:05.272Z | slp 21:30.934197854 |
| 1764 | 2026-05-15T21:16:05.272Z | lat 42.559254561 |
| 1765 | 2026-05-15T21:16:05.272Z | stop 1:50.508539472 |
| 1766 | 2026-05-15T21:16:05.272Z | + banner hack-check |
| 1767 | 2026-05-15T21:16:05.272Z | |
| 1768 | 2026-05-15T21:16:05.272Z | # # ## #### # # #### # # ###### #### # # |
| 1769 | 2026-05-15T21:16:05.272Z | # # # # # # # # # # # # # # # # # |
| 1770 | 2026-05-15T21:16:05.272Z | ###### # # # #### ##### # ###### ##### # #### |
| 1771 | 2026-05-15T21:16:05.273Z | # # ###### # # # # # # # # # # |
| 1772 | 2026-05-15T21:16:05.273Z | # # # # # # # # # # # # # # # # # |
| 1773 | 2026-05-15T21:16:05.273Z | # # # # #### # # #### # # ###### #### # # |
| 1774 | 2026-05-15T21:16:05.273Z | |
| 1775 | 2026-05-15T21:16:05.273Z | + export CARGO_INCREMENTAL=0 |
| 1776 | 2026-05-15T21:16:05.273Z | + CARGO_INCREMENTAL=0 |
| 1777 | 2026-05-15T21:16:05.273Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1778 | 2026-05-15T21:16:05.797Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1779 | 2026-05-15T21:16:06.028Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1780 | 2026-05-15T21:16:07.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
| 1781 | 2026-05-15T21:16:07.964Z | Running `target/debug/xtask check-features --ci` |
| 1782 | 2026-05-15T21:16:07.992Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1783 | 2026-05-15T21:16:07.995Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1784 | 2026-05-15T21:16:08.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1785 | 2026-05-15T21:16:08.504Z | Running `target/debug/xtask download cargo-hack` |
| 1786 | 2026-05-15T21:16:09.288Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1787 | 2026-05-15T21:16:09.608Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1788 | 2026-05-15T21:16:12.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s |
| 1789 | 2026-05-15T21:16:12.231Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1790 | 2026-05-15T21:16:12.269Z | May 15 21:16:11.167 INFO Starting download, target: CargoHack |
| 1791 | 2026-05-15T21:16:12.272Z | May 15 21:16:11.168 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1792 | 2026-05-15T21:16:12.935Z | May 15 21:16:11.833 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1793 | 2026-05-15T21:16:12.984Z | May 15 21:16:11.882 INFO Download complete, target: CargoHack |
| 1794 | 2026-05-15T21:16:12.989Z | 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" |
| 1795 | 2026-05-15T21:16:13.000Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1796 | 2026-05-15T21:16:13.153Z | info: running `cargo check --bins` on api_identity (1/276) |
| 1797 | 2026-05-15T21:16:13.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1798 | 2026-05-15T21:16:13.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1799 | 2026-05-15T21:16:13.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1800 | 2026-05-15T21:16:13.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1801 | 2026-05-15T21:16:13.738Z | |
| 1802 | 2026-05-15T21:16:13.738Z | info: running `cargo check --bins` on bootstore (2/276) |
| 1803 | 2026-05-15T21:16:14.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1804 | 2026-05-15T21:16:14.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1805 | 2026-05-15T21:16:14.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1806 | 2026-05-15T21:16:14.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1807 | 2026-05-15T21:16:14.325Z | |
| 1808 | 2026-05-15T21:16:14.325Z | info: running `cargo check --bins` on omicron-ledger (3/276) |
| 1809 | 2026-05-15T21:16:14.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1810 | 2026-05-15T21:16:14.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1811 | 2026-05-15T21:16:14.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1812 | 2026-05-15T21:16:14.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1813 | 2026-05-15T21:16:14.910Z | |
| 1814 | 2026-05-15T21:16:14.910Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276) |
| 1815 | 2026-05-15T21:16:15.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1816 | 2026-05-15T21:16:15.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1817 | 2026-05-15T21:16:15.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1818 | 2026-05-15T21:16:15.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1819 | 2026-05-15T21:16:15.521Z | |
| 1820 | 2026-05-15T21:16:15.521Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276) |
| 1821 | 2026-05-15T21:16:16.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1822 | 2026-05-15T21:16:16.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1823 | 2026-05-15T21:16:16.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1824 | 2026-05-15T21:16:16.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1825 | 2026-05-15T21:16:16.093Z | |
| 1826 | 2026-05-15T21:16:16.093Z | info: running `cargo check --bins` on omicron-certificates (6/276) |
| 1827 | 2026-05-15T21:16:16.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1828 | 2026-05-15T21:16:16.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1829 | 2026-05-15T21:16:16.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1830 | 2026-05-15T21:16:16.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1831 | 2026-05-15T21:16:16.692Z | |
| 1832 | 2026-05-15T21:16:16.692Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/276) |
| 1833 | 2026-05-15T21:16:17.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1834 | 2026-05-15T21:16:17.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1835 | 2026-05-15T21:16:17.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1836 | 2026-05-15T21:16:17.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1837 | 2026-05-15T21:16:17.284Z | |
| 1838 | 2026-05-15T21:16:17.284Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276) |
| 1839 | 2026-05-15T21:16:17.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1840 | 2026-05-15T21:16:17.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1841 | 2026-05-15T21:16:17.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1842 | 2026-05-15T21:16:17.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1843 | 2026-05-15T21:16:17.879Z | |
| 1844 | 2026-05-15T21:16:17.879Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276) |
| 1845 | 2026-05-15T21:16:18.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1846 | 2026-05-15T21:16:18.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1847 | 2026-05-15T21:16:18.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1848 | 2026-05-15T21:16:18.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1849 | 2026-05-15T21:16:18.347Z | |
| 1850 | 2026-05-15T21:16:18.348Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276) |
| 1851 | 2026-05-15T21:16:18.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1852 | 2026-05-15T21:16:18.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1853 | 2026-05-15T21:16:18.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1854 | 2026-05-15T21:16:18.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1855 | 2026-05-15T21:16:18.819Z | |
| 1856 | 2026-05-15T21:16:18.819Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276) |
| 1857 | 2026-05-15T21:16:19.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1858 | 2026-05-15T21:16:19.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1859 | 2026-05-15T21:16:19.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1860 | 2026-05-15T21:16:19.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1861 | 2026-05-15T21:16:19.285Z | |
| 1862 | 2026-05-15T21:16:19.286Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276) |
| 1863 | 2026-05-15T21:16:19.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1864 | 2026-05-15T21:16:19.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1865 | 2026-05-15T21:16:19.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1866 | 2026-05-15T21:16:19.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1867 | 2026-05-15T21:16:19.749Z | |
| 1868 | 2026-05-15T21:16:19.749Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276) |
| 1869 | 2026-05-15T21:16:20.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1870 | 2026-05-15T21:16:20.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1871 | 2026-05-15T21:16:20.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1872 | 2026-05-15T21:16:20.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1873 | 2026-05-15T21:16:20.218Z | |
| 1874 | 2026-05-15T21:16:20.218Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276) |
| 1875 | 2026-05-15T21:16:20.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1876 | 2026-05-15T21:16:20.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1877 | 2026-05-15T21:16:20.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1878 | 2026-05-15T21:16:20.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1879 | 2026-05-15T21:16:20.682Z | |
| 1880 | 2026-05-15T21:16:20.682Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276) |
| 1881 | 2026-05-15T21:16:21.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1882 | 2026-05-15T21:16:21.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1883 | 2026-05-15T21:16:21.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1884 | 2026-05-15T21:16:21.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1885 | 2026-05-15T21:16:21.147Z | |
| 1886 | 2026-05-15T21:16:21.147Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276) |
| 1887 | 2026-05-15T21:16:21.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1888 | 2026-05-15T21:16:21.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1889 | 2026-05-15T21:16:21.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1890 | 2026-05-15T21:16:21.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1891 | 2026-05-15T21:16:21.617Z | |
| 1892 | 2026-05-15T21:16:21.617Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276) |
| 1893 | 2026-05-15T21:16:22.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1894 | 2026-05-15T21:16:22.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1895 | 2026-05-15T21:16:22.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1896 | 2026-05-15T21:16:22.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1897 | 2026-05-15T21:16:22.085Z | |
| 1898 | 2026-05-15T21:16:22.085Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276) |
| 1899 | 2026-05-15T21:16:22.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1900 | 2026-05-15T21:16:22.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1901 | 2026-05-15T21:16:22.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1902 | 2026-05-15T21:16:22.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1903 | 2026-05-15T21:16:22.553Z | |
| 1904 | 2026-05-15T21:16:22.553Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276) |
| 1905 | 2026-05-15T21:16:22.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1906 | 2026-05-15T21:16:22.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1907 | 2026-05-15T21:16:22.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1908 | 2026-05-15T21:16:22.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1909 | 2026-05-15T21:16:23.028Z | |
| 1910 | 2026-05-15T21:16:23.028Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276) |
| 1911 | 2026-05-15T21:16:23.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1912 | 2026-05-15T21:16:23.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1913 | 2026-05-15T21:16:23.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1914 | 2026-05-15T21:16:23.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1915 | 2026-05-15T21:16:23.496Z | |
| 1916 | 2026-05-15T21:16:23.496Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276) |
| 1917 | 2026-05-15T21:16:23.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1918 | 2026-05-15T21:16:23.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1919 | 2026-05-15T21:16:23.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1920 | 2026-05-15T21:16:23.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1921 | 2026-05-15T21:16:23.967Z | |
| 1922 | 2026-05-15T21:16:23.967Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276) |
| 1923 | 2026-05-15T21:16:24.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1924 | 2026-05-15T21:16:24.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1925 | 2026-05-15T21:16:24.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1926 | 2026-05-15T21:16:24.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1927 | 2026-05-15T21:16:24.440Z | |
| 1928 | 2026-05-15T21:16:24.440Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276) |
| 1929 | 2026-05-15T21:16:24.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1930 | 2026-05-15T21:16:24.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1931 | 2026-05-15T21:16:24.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1932 | 2026-05-15T21:16:24.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1933 | 2026-05-15T21:16:24.916Z | |
| 1934 | 2026-05-15T21:16:24.916Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276) |
| 1935 | 2026-05-15T21:16:25.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1936 | 2026-05-15T21:16:25.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1937 | 2026-05-15T21:16:25.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1938 | 2026-05-15T21:16:25.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1939 | 2026-05-15T21:16:25.392Z | |
| 1940 | 2026-05-15T21:16:25.392Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276) |
| 1941 | 2026-05-15T21:16:25.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1942 | 2026-05-15T21:16:25.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1943 | 2026-05-15T21:16:25.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1944 | 2026-05-15T21:16:25.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1945 | 2026-05-15T21:16:25.859Z | |
| 1946 | 2026-05-15T21:16:25.859Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276) |
| 1947 | 2026-05-15T21:16:26.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1948 | 2026-05-15T21:16:26.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1949 | 2026-05-15T21:16:26.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1950 | 2026-05-15T21:16:26.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1951 | 2026-05-15T21:16:26.330Z | |
| 1952 | 2026-05-15T21:16:26.330Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276) |
| 1953 | 2026-05-15T21:16:26.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1954 | 2026-05-15T21:16:26.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1955 | 2026-05-15T21:16:26.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1956 | 2026-05-15T21:16:26.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1957 | 2026-05-15T21:16:26.803Z | |
| 1958 | 2026-05-15T21:16:26.803Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276) |
| 1959 | 2026-05-15T21:16:27.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1960 | 2026-05-15T21:16:27.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1961 | 2026-05-15T21:16:27.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1962 | 2026-05-15T21:16:27.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1963 | 2026-05-15T21:16:27.271Z | |
| 1964 | 2026-05-15T21:16:27.271Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276) |
| 1965 | 2026-05-15T21:16:27.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1966 | 2026-05-15T21:16:27.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1967 | 2026-05-15T21:16:27.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1968 | 2026-05-15T21:16:27.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1969 | 2026-05-15T21:16:27.739Z | |
| 1970 | 2026-05-15T21:16:27.739Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276) |
| 1971 | 2026-05-15T21:16:28.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1972 | 2026-05-15T21:16:28.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1973 | 2026-05-15T21:16:28.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1974 | 2026-05-15T21:16:28.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1975 | 2026-05-15T21:16:28.209Z | |
| 1976 | 2026-05-15T21:16:28.209Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276) |
| 1977 | 2026-05-15T21:16:28.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1978 | 2026-05-15T21:16:28.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1979 | 2026-05-15T21:16:28.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1980 | 2026-05-15T21:16:28.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1981 | 2026-05-15T21:16:28.674Z | |
| 1982 | 2026-05-15T21:16:28.674Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276) |
| 1983 | 2026-05-15T21:16:29.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1984 | 2026-05-15T21:16:29.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1985 | 2026-05-15T21:16:29.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1986 | 2026-05-15T21:16:29.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1987 | 2026-05-15T21:16:29.141Z | |
| 1988 | 2026-05-15T21:16:29.141Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276) |
| 1989 | 2026-05-15T21:16:29.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1990 | 2026-05-15T21:16:29.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1991 | 2026-05-15T21:16:29.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1992 | 2026-05-15T21:16:29.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1993 | 2026-05-15T21:16:29.607Z | |
| 1994 | 2026-05-15T21:16:29.607Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276) |
| 1995 | 2026-05-15T21:16:30.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1996 | 2026-05-15T21:16:30.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1997 | 2026-05-15T21:16:30.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1998 | 2026-05-15T21:16:30.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1999 | 2026-05-15T21:16:30.072Z | |
| 2000 | 2026-05-15T21:16:30.072Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276) |
| 2001 | 2026-05-15T21:16:30.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2002 | 2026-05-15T21:16:30.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2003 | 2026-05-15T21:16:30.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2004 | 2026-05-15T21:16:30.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2005 | 2026-05-15T21:16:30.538Z | |
| 2006 | 2026-05-15T21:16:30.538Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276) |
| 2007 | 2026-05-15T21:16:30.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2008 | 2026-05-15T21:16:30.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2009 | 2026-05-15T21:16:30.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2010 | 2026-05-15T21:16:30.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2011 | 2026-05-15T21:16:31.004Z | |
| 2012 | 2026-05-15T21:16:31.004Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276) |
| 2013 | 2026-05-15T21:16:31.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2014 | 2026-05-15T21:16:31.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2015 | 2026-05-15T21:16:31.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2016 | 2026-05-15T21:16:31.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2017 | 2026-05-15T21:16:31.471Z | |
| 2018 | 2026-05-15T21:16:31.471Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276) |
| 2019 | 2026-05-15T21:16:31.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2020 | 2026-05-15T21:16:31.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2021 | 2026-05-15T21:16:31.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2022 | 2026-05-15T21:16:31.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2023 | 2026-05-15T21:16:31.938Z | |
| 2024 | 2026-05-15T21:16:31.938Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276) |
| 2025 | 2026-05-15T21:16:32.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2026 | 2026-05-15T21:16:32.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2027 | 2026-05-15T21:16:32.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2028 | 2026-05-15T21:16:32.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2029 | 2026-05-15T21:16:32.405Z | |
| 2030 | 2026-05-15T21:16:32.405Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276) |
| 2031 | 2026-05-15T21:16:32.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2032 | 2026-05-15T21:16:32.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2033 | 2026-05-15T21:16:32.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2034 | 2026-05-15T21:16:32.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2035 | 2026-05-15T21:16:32.880Z | |
| 2036 | 2026-05-15T21:16:32.880Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276) |
| 2037 | 2026-05-15T21:16:33.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2038 | 2026-05-15T21:16:33.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2039 | 2026-05-15T21:16:33.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2040 | 2026-05-15T21:16:33.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2041 | 2026-05-15T21:16:33.355Z | |
| 2042 | 2026-05-15T21:16:33.355Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276) |
| 2043 | 2026-05-15T21:16:33.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2044 | 2026-05-15T21:16:33.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2045 | 2026-05-15T21:16:33.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2046 | 2026-05-15T21:16:33.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2047 | 2026-05-15T21:16:33.830Z | |
| 2048 | 2026-05-15T21:16:33.830Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276) |
| 2049 | 2026-05-15T21:16:34.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2050 | 2026-05-15T21:16:34.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2051 | 2026-05-15T21:16:34.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2052 | 2026-05-15T21:16:34.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2053 | 2026-05-15T21:16:34.302Z | |
| 2054 | 2026-05-15T21:16:34.302Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276) |
| 2055 | 2026-05-15T21:16:34.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2056 | 2026-05-15T21:16:34.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2057 | 2026-05-15T21:16:34.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2058 | 2026-05-15T21:16:34.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2059 | 2026-05-15T21:16:34.773Z | |
| 2060 | 2026-05-15T21:16:34.773Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276) |
| 2061 | 2026-05-15T21:16:35.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2062 | 2026-05-15T21:16:35.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2063 | 2026-05-15T21:16:35.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2064 | 2026-05-15T21:16:35.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2065 | 2026-05-15T21:16:35.241Z | |
| 2066 | 2026-05-15T21:16:35.241Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276) |
| 2067 | 2026-05-15T21:16:35.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2068 | 2026-05-15T21:16:35.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2069 | 2026-05-15T21:16:35.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2070 | 2026-05-15T21:16:35.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2071 | 2026-05-15T21:16:35.711Z | |
| 2072 | 2026-05-15T21:16:35.711Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276) |
| 2073 | 2026-05-15T21:16:36.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2074 | 2026-05-15T21:16:36.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2075 | 2026-05-15T21:16:36.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2076 | 2026-05-15T21:16:36.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2077 | 2026-05-15T21:16:36.182Z | |
| 2078 | 2026-05-15T21:16:36.182Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276) |
| 2079 | 2026-05-15T21:16:36.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2080 | 2026-05-15T21:16:36.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2081 | 2026-05-15T21:16:36.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2082 | 2026-05-15T21:16:36.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2083 | 2026-05-15T21:16:36.657Z | |
| 2084 | 2026-05-15T21:16:36.657Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276) |
| 2085 | 2026-05-15T21:16:37.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2086 | 2026-05-15T21:16:37.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2087 | 2026-05-15T21:16:37.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2088 | 2026-05-15T21:16:37.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2089 | 2026-05-15T21:16:37.296Z | |
| 2090 | 2026-05-15T21:16:37.296Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276) |
| 2091 | 2026-05-15T21:16:37.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2092 | 2026-05-15T21:16:37.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2093 | 2026-05-15T21:16:37.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2094 | 2026-05-15T21:16:37.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2095 | 2026-05-15T21:16:37.934Z | |
| 2096 | 2026-05-15T21:16:37.935Z | info: running `cargo check --bins` on nexus-config (51/276) |
| 2097 | 2026-05-15T21:16:38.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2098 | 2026-05-15T21:16:38.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2099 | 2026-05-15T21:16:38.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2100 | 2026-05-15T21:16:38.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2101 | 2026-05-15T21:16:38.574Z | |
| 2102 | 2026-05-15T21:16:38.575Z | info: running `cargo check --bins` on nexus-types (52/276) |
| 2103 | 2026-05-15T21:16:39.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2104 | 2026-05-15T21:16:39.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2105 | 2026-05-15T21:16:39.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2106 | 2026-05-15T21:16:39.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2107 | 2026-05-15T21:16:39.211Z | |
| 2108 | 2026-05-15T21:16:39.211Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276) |
| 2109 | 2026-05-15T21:16:39.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2110 | 2026-05-15T21:16:39.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2111 | 2026-05-15T21:16:39.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2112 | 2026-05-15T21:16:39.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2113 | 2026-05-15T21:16:39.819Z | |
| 2114 | 2026-05-15T21:16:39.819Z | info: running `cargo check --bins` on omicron-passwords (54/276) |
| 2115 | 2026-05-15T21:16:40.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2116 | 2026-05-15T21:16:40.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2117 | 2026-05-15T21:16:40.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2118 | 2026-05-15T21:16:40.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2119 | 2026-05-15T21:16:40.407Z | |
| 2120 | 2026-05-15T21:16:40.407Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/276) |
| 2121 | 2026-05-15T21:16:40.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2122 | 2026-05-15T21:16:40.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2123 | 2026-05-15T21:16:40.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2124 | 2026-05-15T21:16:40.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2125 | 2026-05-15T21:16:41.016Z | |
| 2126 | 2026-05-15T21:16:41.016Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276) |
| 2127 | 2026-05-15T21:16:41.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2128 | 2026-05-15T21:16:41.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2129 | 2026-05-15T21:16:41.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2130 | 2026-05-15T21:16:41.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2131 | 2026-05-15T21:16:41.623Z | |
| 2132 | 2026-05-15T21:16:41.623Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276) |
| 2133 | 2026-05-15T21:16:42.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2134 | 2026-05-15T21:16:42.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2135 | 2026-05-15T21:16:42.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2136 | 2026-05-15T21:16:42.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2137 | 2026-05-15T21:16:42.227Z | |
| 2138 | 2026-05-15T21:16:42.227Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276) |
| 2139 | 2026-05-15T21:16:42.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2140 | 2026-05-15T21:16:42.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2141 | 2026-05-15T21:16:42.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2142 | 2026-05-15T21:16:42.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2143 | 2026-05-15T21:16:42.828Z | |
| 2144 | 2026-05-15T21:16:42.828Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276) |
| 2145 | 2026-05-15T21:16:43.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2146 | 2026-05-15T21:16:43.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2147 | 2026-05-15T21:16:43.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2148 | 2026-05-15T21:16:43.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2149 | 2026-05-15T21:16:43.419Z | |
| 2150 | 2026-05-15T21:16:43.419Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276) |
| 2151 | 2026-05-15T21:16:43.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2152 | 2026-05-15T21:16:43.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2153 | 2026-05-15T21:16:43.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2154 | 2026-05-15T21:16:43.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2155 | 2026-05-15T21:16:44.008Z | |
| 2156 | 2026-05-15T21:16:44.008Z | info: running `cargo check --bins --no-default-features` on gfss (61/276) |
| 2157 | 2026-05-15T21:16:44.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2158 | 2026-05-15T21:16:44.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2159 | 2026-05-15T21:16:44.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2160 | 2026-05-15T21:16:44.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2161 | 2026-05-15T21:16:44.590Z | |
| 2162 | 2026-05-15T21:16:44.590Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276) |
| 2163 | 2026-05-15T21:16:45.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2164 | 2026-05-15T21:16:45.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2165 | 2026-05-15T21:16:45.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2166 | 2026-05-15T21:16:45.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2167 | 2026-05-15T21:16:45.177Z | |
| 2168 | 2026-05-15T21:16:45.177Z | info: running `cargo check --bins` on clickhouse-admin-types (63/276) |
| 2169 | 2026-05-15T21:16:45.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2170 | 2026-05-15T21:16:45.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2171 | 2026-05-15T21:16:45.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2172 | 2026-05-15T21:16:45.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2173 | 2026-05-15T21:16:45.782Z | |
| 2174 | 2026-05-15T21:16:45.782Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/276) |
| 2175 | 2026-05-15T21:16:46.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2176 | 2026-05-15T21:16:46.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2177 | 2026-05-15T21:16:46.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2178 | 2026-05-15T21:16:46.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2179 | 2026-05-15T21:16:46.388Z | |
| 2180 | 2026-05-15T21:16:46.388Z | info: running `cargo check --bins` on cockroach-admin-types (65/276) |
| 2181 | 2026-05-15T21:16:46.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2182 | 2026-05-15T21:16:46.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2183 | 2026-05-15T21:16:46.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2184 | 2026-05-15T21:16:46.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2185 | 2026-05-15T21:16:46.971Z | |
| 2186 | 2026-05-15T21:16:46.971Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/276) |
| 2187 | 2026-05-15T21:16:47.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2188 | 2026-05-15T21:16:47.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2189 | 2026-05-15T21:16:47.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2190 | 2026-05-15T21:16:47.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2191 | 2026-05-15T21:16:47.554Z | |
| 2192 | 2026-05-15T21:16:47.554Z | info: running `cargo check --bins` on ereport-types (67/276) |
| 2193 | 2026-05-15T21:16:48.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2194 | 2026-05-15T21:16:48.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2195 | 2026-05-15T21:16:48.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2196 | 2026-05-15T21:16:48.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2197 | 2026-05-15T21:16:48.148Z | |
| 2198 | 2026-05-15T21:16:48.148Z | info: running `cargo check --bins` on gateway-client (68/276) |
| 2199 | 2026-05-15T21:16:48.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2200 | 2026-05-15T21:16:48.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2201 | 2026-05-15T21:16:48.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2202 | 2026-05-15T21:16:48.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2203 | 2026-05-15T21:16:48.751Z | |
| 2204 | 2026-05-15T21:16:48.751Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/276) |
| 2205 | 2026-05-15T21:16:49.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2206 | 2026-05-15T21:16:49.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2207 | 2026-05-15T21:16:49.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2208 | 2026-05-15T21:16:49.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2209 | 2026-05-15T21:16:49.350Z | |
| 2210 | 2026-05-15T21:16:49.351Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276) |
| 2211 | 2026-05-15T21:16:49.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2212 | 2026-05-15T21:16:49.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2213 | 2026-05-15T21:16:49.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2214 | 2026-05-15T21:16:49.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2215 | 2026-05-15T21:16:49.942Z | |
| 2216 | 2026-05-15T21:16:49.942Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276) |
| 2217 | 2026-05-15T21:16:50.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2218 | 2026-05-15T21:16:50.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2219 | 2026-05-15T21:16:50.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2220 | 2026-05-15T21:16:50.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2221 | 2026-05-15T21:16:50.535Z | |
| 2222 | 2026-05-15T21:16:50.535Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276) |
| 2223 | 2026-05-15T21:16:51.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2224 | 2026-05-15T21:16:51.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2225 | 2026-05-15T21:16:51.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2226 | 2026-05-15T21:16:51.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2227 | 2026-05-15T21:16:51.131Z | |
| 2228 | 2026-05-15T21:16:51.131Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/276) |
| 2229 | 2026-05-15T21:16:51.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2230 | 2026-05-15T21:16:51.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2231 | 2026-05-15T21:16:51.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2232 | 2026-05-15T21:16:51.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2233 | 2026-05-15T21:16:51.746Z | |
| 2234 | 2026-05-15T21:16:51.746Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276) |
| 2235 | 2026-05-15T21:16:52.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2236 | 2026-05-15T21:16:52.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2237 | 2026-05-15T21:16:52.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2238 | 2026-05-15T21:16:52.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2239 | 2026-05-15T21:16:52.366Z | |
| 2240 | 2026-05-15T21:16:52.366Z | info: running `cargo check --bins` on key-manager-types (75/276) |
| 2241 | 2026-05-15T21:16:52.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2242 | 2026-05-15T21:16:52.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2243 | 2026-05-15T21:16:52.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2244 | 2026-05-15T21:16:52.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2245 | 2026-05-15T21:16:52.954Z | |
| 2246 | 2026-05-15T21:16:52.954Z | info: running `cargo check --bins` on oxlog (76/276) |
| 2247 | 2026-05-15T21:16:53.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2248 | 2026-05-15T21:16:53.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2249 | 2026-05-15T21:16:53.577Z | Checking cfg-if v1.0.4 |
| 2250 | 2026-05-15T21:16:53.580Z | Checking libc v0.2.185 |
| 2251 | 2026-05-15T21:16:53.580Z | Checking serde_core v1.0.228 |
| 2252 | 2026-05-15T21:16:53.698Z | Checking zeroize v1.8.2 |
| 2253 | 2026-05-15T21:16:53.705Z | Checking memchr v2.8.0 |
| 2254 | 2026-05-15T21:16:53.713Z | Checking log v0.4.29 |
| 2255 | 2026-05-15T21:16:53.723Z | Checking smallvec v1.15.1 |
| 2256 | 2026-05-15T21:16:53.735Z | Checking typenum v1.19.0 |
| 2257 | 2026-05-15T21:16:53.739Z | Checking subtle v2.6.1 |
| 2258 | 2026-05-15T21:16:53.838Z | Checking itoa v1.0.17 |
| 2259 | 2026-05-15T21:16:53.872Z | Checking scopeguard v1.2.0 |
| 2260 | 2026-05-15T21:16:53.884Z | Checking stable_deref_trait v1.2.1 |
| 2261 | 2026-05-15T21:16:53.897Z | Checking const-oid v0.9.6 |
| 2262 | 2026-05-15T21:16:53.957Z | Checking zerofrom v0.1.6 |
| 2263 | 2026-05-15T21:16:53.971Z | Checking lock_api v0.4.14 |
| 2264 | 2026-05-15T21:16:53.984Z | Checking pin-project-lite v0.2.17 |
| 2265 | 2026-05-15T21:16:54.072Z | Checking yoke v0.8.1 |
| 2266 | 2026-05-15T21:16:54.083Z | Checking getrandom v0.2.17 |
| 2267 | 2026-05-15T21:16:54.083Z | Checking errno v0.3.14 |
| 2268 | 2026-05-15T21:16:54.104Z | Checking parking_lot_core v0.9.12 |
| 2269 | 2026-05-15T21:16:54.168Z | Checking portable-atomic v1.13.1 |
| 2270 | 2026-05-15T21:16:54.203Z | Checking signal-hook-registry v1.4.8 |
| 2271 | 2026-05-15T21:16:54.224Z | Checking rand_core v0.6.4 |
| 2272 | 2026-05-15T21:16:54.236Z | Checking zerovec v0.11.5 |
| 2273 | 2026-05-15T21:16:54.260Z | Checking generic-array v0.14.7 |
| 2274 | 2026-05-15T21:16:54.294Z | Checking futures-core v0.3.32 |
| 2275 | 2026-05-15T21:16:54.356Z | Checking critical-section v1.2.0 |
| 2276 | 2026-05-15T21:16:54.404Z | Checking parking_lot v0.12.5 |
| 2277 | 2026-05-15T21:16:54.412Z | Checking mio v1.2.0 |
| 2278 | 2026-05-15T21:16:54.451Z | Checking zerocopy v0.8.40 |
| 2279 | 2026-05-15T21:16:54.563Z | Checking once_cell v1.21.3 |
| 2280 | 2026-05-15T21:16:54.581Z | Checking zmij v1.0.21 |
| 2281 | 2026-05-15T21:16:54.593Z | Checking socket2 v0.6.3 |
| 2282 | 2026-05-15T21:16:54.657Z | Checking tinystr v0.8.2 |
| 2283 | 2026-05-15T21:16:54.681Z | Checking libm v0.2.16 |
| 2284 | 2026-05-15T21:16:54.697Z | Checking crypto-common v0.1.7 |
| 2285 | 2026-05-15T21:16:54.733Z | Checking block-buffer v0.10.4 |
| 2286 | 2026-05-15T21:16:54.787Z | Checking percent-encoding v2.3.2 |
| 2287 | 2026-05-15T21:16:54.816Z | Checking litemap v0.8.1 |
| 2288 | 2026-05-15T21:16:54.830Z | Checking writeable v0.6.2 |
| 2289 | 2026-05-15T21:16:54.838Z | Checking equivalent v1.0.2 |
| 2290 | 2026-05-15T21:16:54.870Z | Checking digest v0.10.7 |
| 2291 | 2026-05-15T21:16:54.917Z | Checking potential_utf v0.1.4 |
| 2292 | 2026-05-15T21:16:54.929Z | Checking zerotrie v0.2.3 |
| 2293 | 2026-05-15T21:16:54.983Z | Checking icu_locale_core v2.1.1 |
| 2294 | 2026-05-15T21:16:54.996Z | Checking futures-sink v0.3.32 |
| 2295 | 2026-05-15T21:16:55.043Z | Checking icu_collections v2.1.1 |
| 2296 | 2026-05-15T21:16:55.066Z | Checking slab v0.4.12 |
| 2297 | 2026-05-15T21:16:55.089Z | Checking futures-channel v0.3.32 |
| 2298 | 2026-05-15T21:16:55.159Z | Checking serde v1.0.228 |
| 2299 | 2026-05-15T21:16:55.172Z | Checking bitflags v2.11.0 |
| 2300 | 2026-05-15T21:16:55.233Z | Checking serde_json v1.0.149 |
| 2301 | 2026-05-15T21:16:55.273Z | Checking futures-io v0.3.32 |
| 2302 | 2026-05-15T21:16:55.332Z | Checking futures-task v0.3.32 |
| 2303 | 2026-05-15T21:16:55.345Z | Checking cpufeatures v0.2.17 |
| 2304 | 2026-05-15T21:16:55.380Z | Checking num-traits v0.2.19 |
| 2305 | 2026-05-15T21:16:55.385Z | Checking hmac v0.12.1 |
| 2306 | 2026-05-15T21:16:55.436Z | Checking icu_normalizer_data v2.1.1 |
| 2307 | 2026-05-15T21:16:55.468Z | Checking futures-util v0.3.32 |
| 2308 | 2026-05-15T21:16:55.506Z | Checking icu_properties_data v2.1.2 |
| 2309 | 2026-05-15T21:16:55.532Z | Checking icu_provider v2.1.1 |
| 2310 | 2026-05-15T21:16:55.551Z | Checking rand_core v0.10.0 |
| 2311 | 2026-05-15T21:16:55.564Z | Checking bytes v1.11.1 |
| 2312 | 2026-05-15T21:16:55.633Z | Checking hashbrown v0.17.0 |
| 2313 | 2026-05-15T21:16:55.687Z | Checking getrandom v0.4.1 |
| 2314 | 2026-05-15T21:16:55.760Z | Checking icu_properties v2.1.2 |
| 2315 | 2026-05-15T21:16:55.831Z | Checking icu_normalizer v2.1.1 |
| 2316 | 2026-05-15T21:16:55.877Z | Checking block-padding v0.3.3 |
| 2317 | 2026-05-15T21:16:55.938Z | Checking utf8_iter v1.0.4 |
| 2318 | 2026-05-15T21:16:55.999Z | Checking tokio v1.52.1 |
| 2319 | 2026-05-15T21:16:56.012Z | Checking inout v0.1.4 |
| 2320 | 2026-05-15T21:16:56.062Z | Checking sha2 v0.10.9 |
| 2321 | 2026-05-15T21:16:56.108Z | Checking indexmap v2.14.0 |
| 2322 | 2026-05-15T21:16:56.142Z | Checking form_urlencoded v1.2.2 |
| 2323 | 2026-05-15T21:16:56.153Z | Checking cipher v0.4.4 |
| 2324 | 2026-05-15T21:16:56.269Z | Checking getrandom v0.3.4 |
| 2325 | 2026-05-15T21:16:56.339Z | Checking base64ct v1.8.3 |
| 2326 | 2026-05-15T21:16:56.367Z | Checking byteorder v1.5.0 |
| 2327 | 2026-05-15T21:16:56.410Z | Checking fnv v1.0.7 |
| 2328 | 2026-05-15T21:16:56.506Z | Checking flagset v0.4.7 |
| 2329 | 2026-05-15T21:16:56.562Z | Checking rand_core v0.9.5 |
| 2330 | 2026-05-15T21:16:56.574Z | Checking pem-rfc7468 v0.7.0 |
| 2331 | 2026-05-15T21:16:56.594Z | Checking idna_adapter v1.2.1 |
| 2332 | 2026-05-15T21:16:56.629Z | Checking http v1.4.0 |
| 2333 | 2026-05-15T21:16:56.666Z | Checking regex-syntax v0.8.10 |
| 2334 | 2026-05-15T21:16:56.710Z | Checking idna v1.1.0 |
| 2335 | 2026-05-15T21:16:56.725Z | Checking der v0.7.10 |
| 2336 | 2026-05-15T21:16:56.739Z | Checking salsa20 v0.10.2 |
| 2337 | 2026-05-15T21:16:56.869Z | Checking uuid v1.23.0 |
| 2338 | 2026-05-15T21:16:56.945Z | Checking url v2.5.8 |
| 2339 | 2026-05-15T21:16:57.188Z | Checking pbkdf2 v0.12.2 |
| 2340 | 2026-05-15T21:16:57.201Z | Checking rustix v1.1.3 |
| 2341 | 2026-05-15T21:16:57.240Z | Checking ppv-lite86 v0.2.21 |
| 2342 | 2026-05-15T21:16:57.298Z | Checking tracing-core v0.1.36 |
| 2343 | 2026-05-15T21:16:57.379Z | Checking rustls-pki-types v1.14.0 |
| 2344 | 2026-05-15T21:16:57.393Z | Checking base64 v0.22.1 |
| 2345 | 2026-05-15T21:16:57.458Z | Checking spki v0.7.3 |
| 2346 | 2026-05-15T21:16:57.532Z | Checking iana-time-zone v0.1.65 |
| 2347 | 2026-05-15T21:16:57.601Z | Checking tracing v0.1.44 |
| 2348 | 2026-05-15T21:16:57.622Z | Checking rand_chacha v0.9.0 |
| 2349 | 2026-05-15T21:16:57.635Z | Checking scrypt v0.11.0 |
| 2350 | 2026-05-15T21:16:57.645Z | Checking chrono v0.4.44 |
| 2351 | 2026-05-15T21:16:57.661Z | Checking http-body v1.0.1 |
| 2352 | 2026-05-15T21:16:57.772Z | Checking cbc v0.1.2 |
| 2353 | 2026-05-15T21:16:57.789Z | Checking aes v0.8.4 |
| 2354 | 2026-05-15T21:16:57.800Z | Checking aws-lc-sys v0.40.0 |
| 2355 | 2026-05-15T21:16:57.815Z | Checking tinyvec_macros v0.1.1 |
| 2356 | 2026-05-15T21:16:57.884Z | Checking openssl-probe v0.2.1 |
| 2357 | 2026-05-15T21:16:57.893Z | Checking untrusted v0.9.0 |
| 2358 | 2026-05-15T21:16:57.977Z | Checking untrusted v0.7.1 |
| 2359 | 2026-05-15T21:16:57.990Z | Checking tinyvec v1.10.0 |
| 2360 | 2026-05-15T21:16:58.001Z | Checking ring v0.17.14 |
| 2361 | 2026-05-15T21:16:58.021Z | Checking rand v0.9.2 |
| 2362 | 2026-05-15T21:16:58.087Z | Checking tower-layer v0.3.3 |
| 2363 | 2026-05-15T21:16:58.173Z | Checking pkcs5 v0.7.1 |
| 2364 | 2026-05-15T21:16:58.236Z | Checking tower-service v0.3.3 |
| 2365 | 2026-05-15T21:16:58.291Z | Checking try-lock v0.2.5 |
| 2366 | 2026-05-15T21:16:58.304Z | Checking aws-lc-rs v1.16.3 |
| 2367 | 2026-05-15T21:16:58.325Z | Checking atomic-waker v1.1.2 |
| 2368 | 2026-05-15T21:16:58.388Z | Checking want v0.3.1 |
| 2369 | 2026-05-15T21:16:58.420Z | Checking ipnet v2.11.0 |
| 2370 | 2026-05-15T21:16:58.433Z | Checking pkcs8 v0.10.2 |
| 2371 | 2026-05-15T21:16:58.490Z | Checking httparse v1.10.1 |
| 2372 | 2026-05-15T21:16:58.490Z | Checking aho-corasick v1.1.4 |
| 2373 | 2026-05-15T21:16:58.515Z | Checking fastrand v2.3.0 |
| 2374 | 2026-05-15T21:16:58.608Z | Checking pin-utils v0.1.0 |
| 2375 | 2026-05-15T21:16:58.674Z | Checking dyn-clone v1.0.20 |
| 2376 | 2026-05-15T21:16:58.678Z | Checking httpdate v1.0.3 |
| 2377 | 2026-05-15T21:16:58.698Z | Checking foreign-types-shared v0.1.1 |
| 2378 | 2026-05-15T21:16:58.709Z | Checking plain v0.2.3 |
| 2379 | 2026-05-15T21:16:58.775Z | Checking foreign-types v0.3.2 |
| 2380 | 2026-05-15T21:16:58.788Z | Checking tempfile v3.25.0 |
| 2381 | 2026-05-15T21:16:58.808Z | Checking unicode-normalization v0.1.25 |
| 2382 | 2026-05-15T21:16:58.826Z | Checking semver v1.0.28 |
| 2383 | 2026-05-15T21:16:58.842Z | Checking openssl-sys v0.9.115 |
| 2384 | 2026-05-15T21:16:58.977Z | Checking spin v0.9.8 |
| 2385 | 2026-05-15T21:16:58.995Z | Checking ucd-trie v0.1.7 |
| 2386 | 2026-05-15T21:16:59.038Z | Checking unicode-ident v1.0.24 |
| 2387 | 2026-05-15T21:16:59.130Z | Checking rustls-webpki v0.103.9 |
| 2388 | 2026-05-15T21:16:59.144Z | Checking pest v2.8.6 |
| 2389 | 2026-05-15T21:16:59.154Z | Checking proc-macro2 v1.0.106 |
| 2390 | 2026-05-15T21:16:59.166Z | Checking schemars v0.8.22 |
| 2391 | 2026-05-15T21:16:59.177Z | Checking regex-automata v0.4.14 |
| 2392 | 2026-05-15T21:16:59.211Z | Checking tokio-util v0.7.18 |
| 2393 | 2026-05-15T21:16:59.211Z | Checking rustls-native-certs v0.8.3 |
| 2394 | 2026-05-15T21:16:59.234Z | Checking openssl v0.10.79 |
| 2395 | 2026-05-15T21:16:59.336Z | Checking thiserror v2.0.18 |
| 2396 | 2026-05-15T21:16:59.436Z | Checking sync_wrapper v1.0.2 |
| 2397 | 2026-05-15T21:16:59.456Z | Checking wait-timeout v0.2.1 |
| 2398 | 2026-05-15T21:16:59.538Z | Checking pretty-hex v0.4.1 |
| 2399 | 2026-05-15T21:16:59.553Z | Checking rustls v0.23.37 |
| 2400 | 2026-05-15T21:16:59.574Z | Checking bit-vec v0.8.0 |
| 2401 | 2026-05-15T21:16:59.652Z | Checking powerfmt v0.2.0 |
| 2402 | 2026-05-15T21:16:59.766Z | Checking simd-adler32 v0.3.8 |
| 2403 | 2026-05-15T21:16:59.800Z | Checking siphasher v1.0.2 |
| 2404 | 2026-05-15T21:16:59.814Z | Checking quick-error v1.2.3 |
| 2405 | 2026-05-15T21:16:59.828Z | Checking h2 v0.4.13 |
| 2406 | 2026-05-15T21:16:59.912Z | Checking anstyle v1.0.13 |
| 2407 | 2026-05-15T21:16:59.931Z | Checking utf8parse v0.2.2 |
| 2408 | 2026-05-15T21:16:59.951Z | Checking rusty-fork v0.3.1 |
| 2409 | 2026-05-15T21:17:00.032Z | Checking anstyle-parse v0.2.7 |
| 2410 | 2026-05-15T21:17:00.091Z | Checking deranged v0.5.8 |
| 2411 | 2026-05-15T21:17:00.119Z | Checking bit-set v0.8.0 |
| 2412 | 2026-05-15T21:17:00.180Z | Checking tower v0.5.3 |
| 2413 | 2026-05-15T21:17:00.198Z | Checking quote v1.0.45 |
| 2414 | 2026-05-15T21:17:00.263Z | Compiling newtype-uuid v1.3.2 |
| 2415 | 2026-05-15T21:17:00.356Z | Checking http-body-util v0.1.3 |
| 2416 | 2026-05-15T21:17:00.440Z | Checking webpki-roots v1.0.6 |
| 2417 | 2026-05-15T21:17:00.558Z | Checking crossbeam-utils v0.8.21 |
| 2418 | 2026-05-15T21:17:00.558Z | Checking rand_xorshift v0.4.0 |
| 2419 | 2026-05-15T21:17:00.582Z | Checking crc32fast v1.5.0 |
| 2420 | 2026-05-15T21:17:00.677Z | Checking scroll v0.13.0 |
| 2421 | 2026-05-15T21:17:00.717Z | Checking signature v2.2.0 |
| 2422 | 2026-05-15T21:17:00.849Z | Checking unarray v0.1.4 |
| 2423 | 2026-05-15T21:17:00.891Z | Checking num_threads v0.1.7 |
| 2424 | 2026-05-15T21:17:00.903Z | Checking iri-string v0.7.10 |
| 2425 | 2026-05-15T21:17:00.970Z | Checking unicode-bidi v0.3.18 |
| 2426 | 2026-05-15T21:17:00.979Z | Checking is_terminal_polyfill v1.70.2 |
| 2427 | 2026-05-15T21:17:01.006Z | Checking allocator-api2 v0.2.21 |
| 2428 | 2026-05-15T21:17:01.023Z | Checking time-core v0.1.8 |
| 2429 | 2026-05-15T21:17:01.065Z | Checking anstyle-query v1.1.5 |
| 2430 | 2026-05-15T21:17:01.159Z | Checking ryu v1.0.23 |
| 2431 | 2026-05-15T21:17:01.172Z | Checking adler2 v2.0.1 |
| 2432 | 2026-05-15T21:17:01.262Z | Checking colorchoice v1.0.4 |
| 2433 | 2026-05-15T21:17:01.266Z | Checking native-tls v0.2.18 |
| 2434 | 2026-05-15T21:17:01.288Z | Checking num-conv v0.2.0 |
| 2435 | 2026-05-15T21:17:01.291Z | Checking unicode-properties v0.1.4 |
| 2436 | 2026-05-15T21:17:01.309Z | Checking serde_urlencoded v0.7.1 |
| 2437 | 2026-05-15T21:17:01.359Z | Checking anstream v0.6.21 |
| 2438 | 2026-05-15T21:17:01.407Z | Checking time v0.3.47 |
| 2439 | 2026-05-15T21:17:01.450Z | Checking tokio-native-tls v0.3.1 |
| 2440 | 2026-05-15T21:17:01.484Z | Checking stringprep v0.1.5 |
| 2441 | 2026-05-15T21:17:01.513Z | Checking miniz_oxide v0.8.9 |
| 2442 | 2026-05-15T21:17:01.559Z | Checking bstr v1.12.1 |
| 2443 | 2026-05-15T21:17:01.604Z | Checking proptest v1.10.0 |
| 2444 | 2026-05-15T21:17:01.634Z | Checking goblin v0.10.5 |
| 2445 | 2026-05-15T21:17:01.871Z | Checking crossbeam-epoch v0.9.18 |
| 2446 | 2026-05-15T21:17:01.930Z | Checking tokio-rustls v0.26.4 |
| 2447 | 2026-05-15T21:17:01.945Z | Checking tower-http v0.6.8 |
| 2448 | 2026-05-15T21:17:01.959Z | Compiling daft v0.1.5 |
| 2449 | 2026-05-15T21:17:02.093Z | Checking syn v2.0.117 |
| 2450 | 2026-05-15T21:17:02.166Z | Checking ipnetwork v0.21.1 |
| 2451 | 2026-05-15T21:17:02.223Z | Checking rand_chacha v0.3.1 |
| 2452 | 2026-05-15T21:17:02.236Z | Checking scroll v0.12.0 |
| 2453 | 2026-05-15T21:17:02.376Z | Checking thiserror v1.0.69 |
| 2454 | 2026-05-15T21:17:02.431Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2455 | 2026-05-15T21:17:02.466Z | Checking hash32 v0.2.1 |
| 2456 | 2026-05-15T21:17:02.478Z | Checking num-integer v0.1.46 |
| 2457 | 2026-05-15T21:17:02.532Z | Checking serde_spanned v0.6.9 |
| 2458 | 2026-05-15T21:17:02.546Z | Checking toml_datetime v0.6.11 |
| 2459 | 2026-05-15T21:17:02.549Z | Checking hyper v1.8.1 |
| 2460 | 2026-05-15T21:17:02.621Z | Checking md-5 v0.10.6 |
| 2461 | 2026-05-15T21:17:02.656Z | Checking ff v0.13.1 |
| 2462 | 2026-05-15T21:17:02.697Z | Checking psl-types v2.0.11 |
| 2463 | 2026-05-15T21:17:02.722Z | Checking base16ct v0.2.0 |
| 2464 | 2026-05-15T21:17:02.758Z | Checking fallible-iterator v0.2.0 |
| 2465 | 2026-05-15T21:17:02.782Z | Checking zlib-rs v0.6.2 |
| 2466 | 2026-05-15T21:17:02.813Z | Checking publicsuffix v2.3.0 |
| 2467 | 2026-05-15T21:17:02.842Z | Checking sec1 v0.7.3 |
| 2468 | 2026-05-15T21:17:02.968Z | Checking group v0.13.0 |
| 2469 | 2026-05-15T21:17:03.027Z | Checking postgres-protocol v0.6.10 |
| 2470 | 2026-05-15T21:17:03.047Z | Compiling iddqd v0.3.18 |
| 2471 | 2026-05-15T21:17:03.115Z | Checking num-iter v0.1.45 |
| 2472 | 2026-05-15T21:17:03.229Z | Checking heapless v0.7.17 |
| 2473 | 2026-05-15T21:17:03.338Z | Checking zstd-safe v7.2.4 |
| 2474 | 2026-05-15T21:17:03.446Z | Checking hyper-util v0.1.20 |
| 2475 | 2026-05-15T21:17:03.502Z | Checking cookie v0.18.1 |
| 2476 | 2026-05-15T21:17:03.538Z | Checking goblin v0.8.2 |
| 2477 | 2026-05-15T21:17:03.635Z | Checking rand v0.8.6 |
| 2478 | 2026-05-15T21:17:03.654Z | Checking flate2 v1.1.9 |
| 2479 | 2026-05-15T21:17:03.730Z | Checking oxnet v0.1.4 |
| 2480 | 2026-05-15T21:17:03.950Z | Checking dtrace-parser v0.3.0 |
| 2481 | 2026-05-15T21:17:03.971Z | Checking dof v0.4.0 |
| 2482 | 2026-05-15T21:17:03.983Z | Checking phf_shared v0.13.1 |
| 2483 | 2026-05-15T21:17:04.152Z | Checking lazy_static v1.5.0 |
| 2484 | 2026-05-15T21:17:04.168Z | Checking pin-project v1.1.11 |
| 2485 | 2026-05-15T21:17:04.180Z | Checking zerocopy v0.7.35 |
| 2486 | 2026-05-15T21:17:04.184Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2487 | 2026-05-15T21:17:04.240Z | Checking terminal_size v0.4.3 |
| 2488 | 2026-05-15T21:17:04.259Z | Checking signal-hook v0.3.18 |
| 2489 | 2026-05-15T21:17:04.274Z | Checking futures-executor v0.3.32 |
| 2490 | 2026-05-15T21:17:04.350Z | Checking hex v0.4.3 |
| 2491 | 2026-05-15T21:17:04.350Z | Checking hkdf v0.12.4 |
| 2492 | 2026-05-15T21:17:04.416Z | Checking crypto-bigint v0.5.5 |
| 2493 | 2026-05-15T21:17:04.443Z | Checking thread-id v5.1.0 |
| 2494 | 2026-05-15T21:17:04.492Z | Checking encoding_rs v0.8.35 |
| 2495 | 2026-05-15T21:17:04.521Z | Compiling rayon-core v1.13.0 |
| 2496 | 2026-05-15T21:17:04.569Z | Checking foldhash v0.1.5 |
| 2497 | 2026-05-15T21:17:04.604Z | Checking winnow v0.7.14 |
| 2498 | 2026-05-15T21:17:04.667Z | Checking libbz2-rs-sys v0.2.2 |
| 2499 | 2026-05-15T21:17:04.689Z | Checking hyper-rustls v0.27.7 |
| 2500 | 2026-05-15T21:17:04.702Z | Checking hyper-tls v0.6.0 |
| 2501 | 2026-05-15T21:17:04.706Z | Checking bitflags v1.3.2 |
| 2502 | 2026-05-15T21:17:04.787Z | Checking mime v0.3.17 |
| 2503 | 2026-05-15T21:17:04.867Z | Checking winnow v0.5.40 |
| 2504 | 2026-05-15T21:17:04.895Z | Checking foldhash v0.2.0 |
| 2505 | 2026-05-15T21:17:04.952Z | Checking bumpalo v3.20.2 |
| 2506 | 2026-05-15T21:17:05.049Z | Checking clap_lex v1.0.0 |
| 2507 | 2026-05-15T21:17:05.062Z | Checking either v1.15.0 |
| 2508 | 2026-05-15T21:17:05.151Z | Checking strsim v0.11.1 |
| 2509 | 2026-05-15T21:17:05.198Z | Checking managed v0.8.0 |
| 2510 | 2026-05-15T21:17:05.241Z | Checking same-file v1.0.6 |
| 2511 | 2026-05-15T21:17:05.312Z | Checking clap_builder v4.5.60 |
| 2512 | 2026-05-15T21:17:05.315Z | Checking elliptic-curve v0.13.8 |
| 2513 | 2026-05-15T21:17:05.357Z | Checking walkdir v2.5.0 |
| 2514 | 2026-05-15T21:17:05.382Z | Checking smoltcp v0.9.1 |
| 2515 | 2026-05-15T21:17:05.426Z | Checking reqwest v0.12.28 |
| 2516 | 2026-05-15T21:17:05.438Z | Checking dof v0.3.0 |
| 2517 | 2026-05-15T21:17:05.518Z | Checking zopfli v0.8.3 |
| 2518 | 2026-05-15T21:17:05.631Z | Checking bzip2 v0.6.1 |
| 2519 | 2026-05-15T21:17:05.716Z | Checking hashbrown v0.16.1 |
| 2520 | 2026-05-15T21:17:05.787Z | Checking hashbrown v0.15.5 |
| 2521 | 2026-05-15T21:17:05.814Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2522 | 2026-05-15T21:17:05.844Z | Checking usdt-impl v0.6.0 |
| 2523 | 2026-05-15T21:17:05.967Z | Checking signal-hook-mio v0.2.5 |
| 2524 | 2026-05-15T21:17:06.017Z | Checking futures v0.3.32 |
| 2525 | 2026-05-15T21:17:06.040Z | Checking toml_edit v0.19.15 |
| 2526 | 2026-05-15T21:17:06.070Z | Checking bzip2 v0.4.4 |
| 2527 | 2026-05-15T21:17:06.098Z | Checking snafu v0.8.9 |
| 2528 | 2026-05-15T21:17:06.130Z | Checking num-bigint-dig v0.8.6 |
| 2529 | 2026-05-15T21:17:06.233Z | Checking phf v0.13.1 |
| 2530 | 2026-05-15T21:17:06.266Z | Checking cookie_store v0.22.1 |
| 2531 | 2026-05-15T21:17:06.288Z | Checking zstd v0.13.3 |
| 2532 | 2026-05-15T21:17:06.338Z | Checking postgres-types v0.2.12 |
| 2533 | 2026-05-15T21:17:06.382Z | Checking dtrace-parser v0.2.0 |
| 2534 | 2026-05-15T21:17:06.479Z | Checking crossbeam-deque v0.8.6 |
| 2535 | 2026-05-15T21:17:06.495Z | Checking globset v0.4.18 |
| 2536 | 2026-05-15T21:17:06.567Z | Checking rustls-platform-verifier v0.6.2 |
| 2537 | 2026-05-15T21:17:06.596Z | Checking regex v1.12.3 |
| 2538 | 2026-05-15T21:17:06.616Z | Checking ed25519 v2.2.3 |
| 2539 | 2026-05-15T21:17:06.648Z | Checking phf_shared v0.11.3 |
| 2540 | 2026-05-15T21:17:06.661Z | Checking olpc-cjson v0.1.4 |
| 2541 | 2026-05-15T21:17:06.703Z | Checking ref-cast v1.0.25 |
| 2542 | 2026-05-15T21:17:06.746Z | Checking curve25519-dalek v4.1.3 |
| 2543 | 2026-05-15T21:17:06.787Z | Checking strum v0.27.2 |
| 2544 | 2026-05-15T21:17:06.791Z | Checking hubpack v0.1.2 |
| 2545 | 2026-05-15T21:17:06.815Z | Checking memoffset v0.9.1 |
| 2546 | 2026-05-15T21:17:06.820Z | Checking rustix v0.38.44 |
| 2547 | 2026-05-15T21:17:06.868Z | Checking pkcs1 v0.7.5 |
| 2548 | 2026-05-15T21:17:06.887Z | Checking pem v3.0.6 |
| 2549 | 2026-05-15T21:17:06.899Z | Checking float-cmp v0.10.0 |
| 2550 | 2026-05-15T21:17:06.956Z | Checking serde-big-array v0.5.1 |
| 2551 | 2026-05-15T21:17:06.971Z | Checking serde_plain v1.0.2 |
| 2552 | 2026-05-15T21:17:07.022Z | Checking erased-serde v0.3.31 |
| 2553 | 2026-05-15T21:17:07.037Z | Checking rfc6979 v0.4.0 |
| 2554 | 2026-05-15T21:17:07.073Z | Checking memmap2 v0.9.10 |
| 2555 | 2026-05-15T21:17:07.089Z | Checking thread-id v4.2.2 |
| 2556 | 2026-05-15T21:17:07.095Z | Checking env_filter v1.0.0 |
| 2557 | 2026-05-15T21:17:07.112Z | Checking static_assertions v1.1.0 |
| 2558 | 2026-05-15T21:17:07.151Z | Checking unicode-segmentation v1.12.0 |
| 2559 | 2026-05-15T21:17:07.164Z | Checking toml_write v0.1.2 |
| 2560 | 2026-05-15T21:17:07.178Z | Checking rustc-hash v2.1.1 |
| 2561 | 2026-05-15T21:17:07.251Z | Checking data-encoding v2.10.0 |
| 2562 | 2026-05-15T21:17:07.257Z | Checking normalize-line-endings v0.3.0 |
| 2563 | 2026-05-15T21:17:07.286Z | Checking predicates-core v1.0.10 |
| 2564 | 2026-05-15T21:17:07.325Z | Checking fixedbitset v0.5.7 |
| 2565 | 2026-05-15T21:17:07.340Z | Checking difflib v0.4.0 |
| 2566 | 2026-05-15T21:17:07.401Z | Checking whoami v2.1.0 |
| 2567 | 2026-05-15T21:17:07.413Z | Checking fixedbitset v0.4.2 |
| 2568 | 2026-05-15T21:17:07.459Z | Checking typed-path v0.9.3 |
| 2569 | 2026-05-15T21:17:07.496Z | Checking keccak v0.1.6 |
| 2570 | 2026-05-15T21:17:07.507Z | Checking jiff v0.2.21 |
| 2571 | 2026-05-15T21:17:07.519Z | Checking new_debug_unreachable v1.0.6 |
| 2572 | 2026-05-15T21:17:07.522Z | Checking precomputed-hash v0.1.1 |
| 2573 | 2026-05-15T21:17:07.556Z | Checking petgraph v0.6.5 |
| 2574 | 2026-05-15T21:17:07.584Z | Checking ed25519-dalek v2.2.0 |
| 2575 | 2026-05-15T21:17:07.596Z | Checking tokio-postgres v0.7.16 |
| 2576 | 2026-05-15T21:17:07.609Z | Checking string_cache v0.8.9 |
| 2577 | 2026-05-15T21:17:07.623Z | Checking crossterm v0.28.1 |
| 2578 | 2026-05-15T21:17:07.661Z | Checking sha3 v0.10.8 |
| 2579 | 2026-05-15T21:17:07.773Z | Checking petgraph v0.8.3 |
| 2580 | 2026-05-15T21:17:07.811Z | Checking predicates v3.1.4 |
| 2581 | 2026-05-15T21:17:07.867Z | Checking hickory-proto v0.25.2 |
| 2582 | 2026-05-15T21:17:08.104Z | Checking similar v2.7.0 |
| 2583 | 2026-05-15T21:17:08.226Z | Checking tough v0.22.0 |
| 2584 | 2026-05-15T21:17:08.317Z | Checking slog v2.8.2 |
| 2585 | 2026-05-15T21:17:08.486Z | Checking toml_edit v0.22.27 |
| 2586 | 2026-05-15T21:17:08.802Z | Checking env_logger v0.11.9 |
| 2587 | 2026-05-15T21:17:08.842Z | Checking usdt v0.6.0 |
| 2588 | 2026-05-15T21:17:08.991Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2589 | 2026-05-15T21:17:09.011Z | Checking usdt-impl v0.5.0 |
| 2590 | 2026-05-15T21:17:09.291Z | Checking ecdsa v0.16.9 |
| 2591 | 2026-05-15T21:17:09.340Z | Checking toml v0.7.8 |
| 2592 | 2026-05-15T21:17:09.427Z | Checking rsa v0.9.10 |
| 2593 | 2026-05-15T21:17:09.576Z | Checking nix v0.31.2 |
| 2594 | 2026-05-15T21:17:09.628Z | Checking reqwest v0.13.2 |
| 2595 | 2026-05-15T21:17:09.749Z | Checking zip v4.6.1 |
| 2596 | 2026-05-15T21:17:09.899Z | Checking clap v4.5.60 |
| 2597 | 2026-05-15T21:17:09.973Z | Checking zip v0.6.6 |
| 2598 | 2026-05-15T21:17:10.003Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2599 | 2026-05-15T21:17:10.220Z | Checking itertools v0.13.0 |
| 2600 | 2026-05-15T21:17:10.294Z | Checking serde_with v3.17.0 |
| 2601 | 2026-05-15T21:17:10.318Z | Checking strum v0.26.3 |
| 2602 | 2026-05-15T21:17:10.331Z | Checking fs-err v3.3.0 |
| 2603 | 2026-05-15T21:17:10.430Z | Checking ahash v0.8.12 |
| 2604 | 2026-05-15T21:17:10.463Z | Checking object v0.37.3 |
| 2605 | 2026-05-15T21:17:10.572Z | Checking tokio-stream v0.1.18 |
| 2606 | 2026-05-15T21:17:10.626Z | Checking buf-list v1.1.2 |
| 2607 | 2026-05-15T21:17:10.629Z | Checking anyhow v1.0.102 |
| 2608 | 2026-05-15T21:17:10.649Z | Checking camino v1.2.2 |
| 2609 | 2026-05-15T21:17:10.806Z | Checking x509-cert v0.2.5 |
| 2610 | 2026-05-15T21:17:10.833Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2611 | 2026-05-15T21:17:10.895Z | Checking openapiv3 v2.2.0 |
| 2612 | 2026-05-15T21:17:10.968Z | Checking sha1 v0.10.6 |
| 2613 | 2026-05-15T21:17:11.109Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2614 | 2026-05-15T21:17:11.138Z | Checking lalrpop-util v0.19.12 |
| 2615 | 2026-05-15T21:17:11.257Z | Checking peg-runtime v0.8.5 |
| 2616 | 2026-05-15T21:17:11.274Z | Checking rayon v1.11.0 |
| 2617 | 2026-05-15T21:17:11.300Z | Checking sigpipe v0.1.3 |
| 2618 | 2026-05-15T21:17:11.312Z | Checking glob v0.3.3 |
| 2619 | 2026-05-15T21:17:12.735Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2620 | 2026-05-15T21:17:13.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.06s |
| 2621 | 2026-05-15T21:17:13.188Z | |
| 2622 | 2026-05-15T21:17:13.188Z | info: running `cargo check --bins` on internal-dns-types (77/276) |
| 2623 | 2026-05-15T21:17:13.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2624 | 2026-05-15T21:17:13.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2625 | 2026-05-15T21:17:13.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2626 | 2026-05-15T21:17:13.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2627 | 2026-05-15T21:17:13.789Z | |
| 2628 | 2026-05-15T21:17:13.789Z | info: running `cargo check --bins` on internal-dns-types-versions (78/276) |
| 2629 | 2026-05-15T21:17:14.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2630 | 2026-05-15T21:17:14.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2631 | 2026-05-15T21:17:14.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2632 | 2026-05-15T21:17:14.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2633 | 2026-05-15T21:17:14.388Z | |
| 2634 | 2026-05-15T21:17:14.388Z | info: running `cargo check --bins` on nexus-types-versions (79/276) |
| 2635 | 2026-05-15T21:17:14.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2636 | 2026-05-15T21:17:14.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2637 | 2026-05-15T21:17:14.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2638 | 2026-05-15T21:17:14.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2639 | 2026-05-15T21:17:15.010Z | |
| 2640 | 2026-05-15T21:17:15.010Z | info: running `cargo check --bins` on oxql-types (80/276) |
| 2641 | 2026-05-15T21:17:15.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2642 | 2026-05-15T21:17:15.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2643 | 2026-05-15T21:17:15.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2644 | 2026-05-15T21:17:15.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2645 | 2026-05-15T21:17:15.618Z | |
| 2646 | 2026-05-15T21:17:15.618Z | info: running `cargo check --bins` on oximeter-types (81/276) |
| 2647 | 2026-05-15T21:17:16.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2648 | 2026-05-15T21:17:16.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2649 | 2026-05-15T21:17:16.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2650 | 2026-05-15T21:17:16.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2651 | 2026-05-15T21:17:16.227Z | |
| 2652 | 2026-05-15T21:17:16.227Z | info: running `cargo check --bins` on oximeter-types-versions (82/276) |
| 2653 | 2026-05-15T21:17:16.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2654 | 2026-05-15T21:17:16.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2655 | 2026-05-15T21:17:16.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2656 | 2026-05-15T21:17:16.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2657 | 2026-05-15T21:17:16.825Z | |
| 2658 | 2026-05-15T21:17:16.825Z | info: running `cargo check --bins` on oximeter-macro-impl (83/276) |
| 2659 | 2026-05-15T21:17:17.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2660 | 2026-05-15T21:17:17.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2661 | 2026-05-15T21:17:17.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2662 | 2026-05-15T21:17:17.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2663 | 2026-05-15T21:17:17.414Z | |
| 2664 | 2026-05-15T21:17:17.414Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/276) |
| 2665 | 2026-05-15T21:17:17.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2666 | 2026-05-15T21:17:17.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2667 | 2026-05-15T21:17:18.106Z | Compiling structmeta-derive v0.3.0 |
| 2668 | 2026-05-15T21:17:18.225Z | Compiling rustls v0.22.4 |
| 2669 | 2026-05-15T21:17:18.234Z | Compiling multer v3.1.0 |
| 2670 | 2026-05-15T21:17:18.243Z | Compiling async-stream-impl v0.3.6 |
| 2671 | 2026-05-15T21:17:18.243Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2672 | 2026-05-15T21:17:18.264Z | Compiling dropshot v0.17.0 |
| 2673 | 2026-05-15T21:17:18.278Z | Compiling dropshot_endpoint v0.17.0 |
| 2674 | 2026-05-15T21:17:18.278Z | Compiling newtype-uuid-macros v0.1.0 |
| 2675 | 2026-05-15T21:17:18.402Z | Checking newtype-uuid v1.3.2 |
| 2676 | 2026-05-15T21:17:18.464Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2677 | 2026-05-15T21:17:18.504Z | Checking rustls-webpki v0.102.8 |
| 2678 | 2026-05-15T21:17:18.603Z | Checking daft v0.1.5 |
| 2679 | 2026-05-15T21:17:18.621Z | Checking thread_local v1.1.9 |
| 2680 | 2026-05-15T21:17:18.789Z | Checking compression-core v0.4.31 |
| 2681 | 2026-05-15T21:17:18.820Z | Checking match_cfg v0.1.0 |
| 2682 | 2026-05-15T21:17:18.843Z | Checking iddqd v0.3.18 |
| 2683 | 2026-05-15T21:17:18.859Z | Checking crossbeam-channel v0.5.15 |
| 2684 | 2026-05-15T21:17:18.890Z | Checking hostname v0.3.1 |
| 2685 | 2026-05-15T21:17:18.920Z | Checking compression-codecs v0.4.37 |
| 2686 | 2026-05-15T21:17:18.985Z | Checking slog-json v2.6.1 |
| 2687 | 2026-05-15T21:17:19.031Z | Checking is-terminal v0.4.17 |
| 2688 | 2026-05-15T21:17:19.082Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2689 | 2026-05-15T21:17:19.124Z | Checking serde_spanned v1.0.4 |
| 2690 | 2026-05-15T21:17:19.138Z | Checking take_mut v0.2.2 |
| 2691 | 2026-05-15T21:17:19.199Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2692 | 2026-05-15T21:17:19.242Z | Checking debug-ignore v1.0.5 |
| 2693 | 2026-05-15T21:17:19.254Z | Checking term v1.2.1 |
| 2694 | 2026-05-15T21:17:19.283Z | Compiling structmeta v0.3.0 |
| 2695 | 2026-05-15T21:17:19.286Z | Checking slog-async v2.8.0 |
| 2696 | 2026-05-15T21:17:19.338Z | Checking slog-bunyan v2.5.0 |
| 2697 | 2026-05-15T21:17:19.375Z | Checking toml v1.0.6+spec-1.1.0 |
| 2698 | 2026-05-15T21:17:19.452Z | Checking async-compression v0.4.41 |
| 2699 | 2026-05-15T21:17:19.465Z | Checking async-stream v0.3.6 |
| 2700 | 2026-05-15T21:17:19.476Z | Checking slog-term v2.9.2 |
| 2701 | 2026-05-15T21:17:19.493Z | Compiling derive-ex v0.1.8 |
| 2702 | 2026-05-15T21:17:19.590Z | Compiling parse-display-derive v0.10.0 |
| 2703 | 2026-05-15T21:17:19.696Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2704 | 2026-05-15T21:17:19.709Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2705 | 2026-05-15T21:17:19.727Z | Checking progenitor-client v0.14.0 |
| 2706 | 2026-05-15T21:17:19.782Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2707 | 2026-05-15T21:17:19.925Z | Checking waitgroup v0.1.2 |
| 2708 | 2026-05-15T21:17:19.947Z | Checking backon v1.6.0 |
| 2709 | 2026-05-15T21:17:19.960Z | Checking rustls-pemfile v2.2.0 |
| 2710 | 2026-05-15T21:17:20.028Z | Checking serde_path_to_error v0.1.20 |
| 2711 | 2026-05-15T21:17:20.032Z | Checking hostname v0.4.2 |
| 2712 | 2026-05-15T21:17:20.098Z | Checking instant v0.1.13 |
| 2713 | 2026-05-15T21:17:20.183Z | Checking backoff v0.4.0 |
| 2714 | 2026-05-15T21:17:20.298Z | Checking progenitor-extras v0.2.0 |
| 2715 | 2026-05-15T21:17:20.345Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2716 | 2026-05-15T21:17:20.358Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2717 | 2026-05-15T21:17:20.370Z | Checking tokio-rustls v0.25.0 |
| 2718 | 2026-05-15T21:17:20.521Z | Checking itertools v0.14.0 |
| 2719 | 2026-05-15T21:17:20.551Z | Checking progenitor-client v0.10.0 |
| 2720 | 2026-05-15T21:17:20.716Z | Checking regress v0.10.5 |
| 2721 | 2026-05-15T21:17:20.769Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2722 | 2026-05-15T21:17:21.015Z | Checking macaddr v1.0.1 |
| 2723 | 2026-05-15T21:17:21.218Z | Compiling test-strategy v0.4.5 |
| 2724 | 2026-05-15T21:17:21.288Z | Checking parse-display v0.10.0 |
| 2725 | 2026-05-15T21:17:22.348Z | Compiling prettyplease v0.2.37 |
| 2726 | 2026-05-15T21:17:22.691Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2727 | 2026-05-15T21:17:22.806Z | Checking num-rational v0.4.2 |
| 2728 | 2026-05-15T21:17:23.060Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2729 | 2026-05-15T21:17:23.376Z | Checking num-complex v0.4.6 |
| 2730 | 2026-05-15T21:17:23.881Z | Checking num v0.4.3 |
| 2731 | 2026-05-15T21:17:23.953Z | Compiling usdt-macro v0.5.0 |
| 2732 | 2026-05-15T21:17:24.103Z | Compiling usdt-attr-macro v0.5.0 |
| 2733 | 2026-05-15T21:17:24.132Z | Checking memmap v0.7.0 |
| 2734 | 2026-05-15T21:17:24.148Z | Checking float-ord v0.3.2 |
| 2735 | 2026-05-15T21:17:24.259Z | Compiling convert_case v0.4.0 |
| 2736 | 2026-05-15T21:17:24.270Z | Checking unicode-width v0.2.0 |
| 2737 | 2026-05-15T21:17:24.517Z | Checking console v0.15.11 |
| 2738 | 2026-05-15T21:17:24.632Z | Compiling derive_more v0.99.20 |
| 2739 | 2026-05-15T21:17:24.675Z | Checking newline-converter v0.3.0 |
| 2740 | 2026-05-15T21:17:24.789Z | Checking atomicwrites v0.4.4 |
| 2741 | 2026-05-15T21:17:24.802Z | Compiling toml v0.8.23 |
| 2742 | 2026-05-15T21:17:24.864Z | Checking usdt v0.5.0 |
| 2743 | 2026-05-15T21:17:24.919Z | Checking linked-hash-map v0.5.6 |
| 2744 | 2026-05-15T21:17:25.028Z | Compiling minimal-lexical v0.2.1 |
| 2745 | 2026-05-15T21:17:25.094Z | Checking lru-cache v0.1.2 |
| 2746 | 2026-05-15T21:17:25.220Z | Checking expectorate v1.2.0 |
| 2747 | 2026-05-15T21:17:25.355Z | Compiling nom v7.1.3 |
| 2748 | 2026-05-15T21:17:25.758Z | Checking camino-tempfile v1.4.1 |
| 2749 | 2026-05-15T21:17:25.974Z | Checking hickory-proto v0.24.4 |
| 2750 | 2026-05-15T21:17:25.982Z | Checking phf_shared v0.12.1 |
| 2751 | 2026-05-15T21:17:25.982Z | Compiling slog-dtrace v0.3.0 |
| 2752 | 2026-05-15T21:17:26.140Z | Checking heck v0.5.0 |
| 2753 | 2026-05-15T21:17:26.177Z | Checking resolv-conf v0.7.6 |
| 2754 | 2026-05-15T21:17:26.266Z | Compiling chrono-tz v0.10.4 |
| 2755 | 2026-05-15T21:17:26.373Z | Compiling const_format_proc_macros v0.2.34 |
| 2756 | 2026-05-15T21:17:26.519Z | Checking phf v0.12.1 |
| 2757 | 2026-05-15T21:17:26.656Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2758 | 2026-05-15T21:17:26.671Z | Checking tokio-dtrace v0.1.1 |
| 2759 | 2026-05-15T21:17:26.747Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2760 | 2026-05-15T21:17:26.857Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2761 | 2026-05-15T21:17:27.206Z | Compiling derive-where v1.6.0 |
| 2762 | 2026-05-15T21:17:27.254Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2763 | 2026-05-15T21:17:27.386Z | Checking highway v1.3.0 |
| 2764 | 2026-05-15T21:17:27.620Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2765 | 2026-05-15T21:17:27.791Z | Checking hickory-resolver v0.24.4 |
| 2766 | 2026-05-15T21:17:27.955Z | Checking const_format v0.2.35 |
| 2767 | 2026-05-15T21:17:28.111Z | Checking oxide-tokio-rt v0.1.4 |
| 2768 | 2026-05-15T21:17:28.173Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2769 | 2026-05-15T21:17:28.374Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2770 | 2026-05-15T21:17:28.477Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2771 | 2026-05-15T21:17:28.492Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2772 | 2026-05-15T21:17:28.504Z | Checking gethostname v0.5.0 |
| 2773 | 2026-05-15T21:17:28.507Z | Checking bcs v0.1.6 |
| 2774 | 2026-05-15T21:17:28.527Z | Checking qorb v0.4.1 |
| 2775 | 2026-05-15T21:17:28.601Z | Checking termtree v0.5.1 |
| 2776 | 2026-05-15T21:17:31.858Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2777 | 2026-05-15T21:17:34.579Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2778 | 2026-05-15T21:17:36.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.31s |
| 2779 | 2026-05-15T21:17:36.914Z | |
| 2780 | 2026-05-15T21:17:36.914Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276) |
| 2781 | 2026-05-15T21:17:37.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2782 | 2026-05-15T21:17:37.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2783 | 2026-05-15T21:17:37.600Z | Compiling ar_archive_writer v0.5.1 |
| 2784 | 2026-05-15T21:17:37.712Z | Compiling stacker v0.1.23 |
| 2785 | 2026-05-15T21:17:37.722Z | Compiling cfg_aliases v0.1.1 |
| 2786 | 2026-05-15T21:17:37.731Z | Compiling convert_case v0.10.0 |
| 2787 | 2026-05-15T21:17:37.734Z | Checking unicode-width v0.1.14 |
| 2788 | 2026-05-15T21:17:37.750Z | Compiling proc-macro-error v1.0.4 |
| 2789 | 2026-05-15T21:17:37.761Z | Checking fd-lock v4.0.4 |
| 2790 | 2026-05-15T21:17:37.761Z | Checking nibble_vec v0.1.0 |
| 2791 | 2026-05-15T21:17:37.783Z | Compiling nix v0.28.0 |
| 2792 | 2026-05-15T21:17:37.873Z | Checking vte v0.14.1 |
| 2793 | 2026-05-15T21:17:37.888Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2794 | 2026-05-15T21:17:37.967Z | Checking endian-type v0.1.2 |
| 2795 | 2026-05-15T21:17:37.981Z | Checking bytecount v0.6.9 |
| 2796 | 2026-05-15T21:17:38.024Z | Compiling derive_more-impl v2.1.1 |
| 2797 | 2026-05-15T21:17:38.036Z | Checking strip-ansi-escapes v0.2.1 |
| 2798 | 2026-05-15T21:17:38.048Z | Compiling tabled_derive v0.7.0 |
| 2799 | 2026-05-15T21:17:38.097Z | Checking radix_trie v0.2.1 |
| 2800 | 2026-05-15T21:17:38.111Z | Checking papergrid v0.11.0 |
| 2801 | 2026-05-15T21:17:38.142Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2802 | 2026-05-15T21:17:38.280Z | Compiling peg-macros v0.8.5 |
| 2803 | 2026-05-15T21:17:38.302Z | Checking winnow v0.6.26 |
| 2804 | 2026-05-15T21:17:38.544Z | Compiling psm v0.1.30 |
| 2805 | 2026-05-15T21:17:38.604Z | Compiling sqlparser_derive v0.5.0 |
| 2806 | 2026-05-15T21:17:38.713Z | Checking home v0.5.12 |
| 2807 | 2026-05-15T21:17:38.821Z | Checking unicode_categories v0.1.1 |
| 2808 | 2026-05-15T21:17:38.825Z | Checking derive_more v2.1.1 |
| 2809 | 2026-05-15T21:17:38.910Z | Checking nu-ansi-term v0.50.3 |
| 2810 | 2026-05-15T21:17:38.977Z | Checking crossterm v0.29.0 |
| 2811 | 2026-05-15T21:17:39.036Z | Checking tabled v0.15.0 |
| 2812 | 2026-05-15T21:17:39.078Z | Checking rustyline v14.0.0 |
| 2813 | 2026-05-15T21:17:39.117Z | Checking reedline v0.40.0 |
| 2814 | 2026-05-15T21:17:39.313Z | Checking recursive v0.1.1 |
| 2815 | 2026-05-15T21:17:39.372Z | Checking display-error-chain v0.2.2 |
| 2816 | 2026-05-15T21:17:39.408Z | Checking sqlparser v0.61.0 |
| 2817 | 2026-05-15T21:17:39.450Z | Checking sqlformat v0.3.5 |
| 2818 | 2026-05-15T21:17:39.626Z | Checking peg v0.8.5 |
| 2819 | 2026-05-15T21:17:50.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s |
| 2820 | 2026-05-15T21:17:50.794Z | |
| 2821 | 2026-05-15T21:17:50.794Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276) |
| 2822 | 2026-05-15T21:17:51.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2823 | 2026-05-15T21:17:51.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2824 | 2026-05-15T21:17:51.471Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2825 | 2026-05-15T21:17:54.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
| 2826 | 2026-05-15T21:17:55.109Z | |
| 2827 | 2026-05-15T21:17:55.109Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276) |
| 2828 | 2026-05-15T21:17:55.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2026-05-15T21:17:55.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2026-05-15T21:17:55.800Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2831 | 2026-05-15T21:17:58.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s |
| 2832 | 2026-05-15T21:17:58.432Z | |
| 2833 | 2026-05-15T21:17:58.432Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276) |
| 2834 | 2026-05-15T21:17:58.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2026-05-15T21:17:58.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2026-05-15T21:17:59.112Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2837 | 2026-05-15T21:18:02.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s |
| 2838 | 2026-05-15T21:18:02.531Z | |
| 2839 | 2026-05-15T21:18:02.531Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276) |
| 2840 | 2026-05-15T21:18:03.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2026-05-15T21:18:03.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2026-05-15T21:18:03.217Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2843 | 2026-05-15T21:18:06.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s |
| 2844 | 2026-05-15T21:18:06.668Z | |
| 2845 | 2026-05-15T21:18:06.668Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276) |
| 2846 | 2026-05-15T21:18:07.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2026-05-15T21:18:07.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2026-05-15T21:18:07.351Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2849 | 2026-05-15T21:18:09.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
| 2850 | 2026-05-15T21:18:10.137Z | |
| 2851 | 2026-05-15T21:18:10.137Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276) |
| 2852 | 2026-05-15T21:18:10.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2026-05-15T21:18:10.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2026-05-15T21:18:10.821Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2855 | 2026-05-15T21:18:13.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s |
| 2856 | 2026-05-15T21:18:13.637Z | |
| 2857 | 2026-05-15T21:18:13.637Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276) |
| 2858 | 2026-05-15T21:18:14.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2859 | 2026-05-15T21:18:14.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2860 | 2026-05-15T21:18:14.322Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2861 | 2026-05-15T21:18:17.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
| 2862 | 2026-05-15T21:18:17.914Z | |
| 2863 | 2026-05-15T21:18:17.914Z | info: running `cargo check --bins` on oximeter (93/276) |
| 2864 | 2026-05-15T21:18:18.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2865 | 2026-05-15T21:18:18.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2866 | 2026-05-15T21:18:18.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2867 | 2026-05-15T21:18:18.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2868 | 2026-05-15T21:18:18.526Z | |
| 2869 | 2026-05-15T21:18:18.526Z | info: running `cargo check --bins` on oximeter-schema (94/276) |
| 2870 | 2026-05-15T21:18:19.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2871 | 2026-05-15T21:18:19.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2872 | 2026-05-15T21:18:19.175Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2873 | 2026-05-15T21:18:19.339Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2874 | 2026-05-15T21:18:19.342Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2875 | 2026-05-15T21:18:19.675Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2876 | 2026-05-15T21:18:22.567Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2877 | 2026-05-15T21:18:23.775Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2878 | 2026-05-15T21:18:23.939Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2879 | 2026-05-15T21:18:24.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s |
| 2880 | 2026-05-15T21:18:24.796Z | |
| 2881 | 2026-05-15T21:18:24.796Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/276) |
| 2882 | 2026-05-15T21:18:25.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2883 | 2026-05-15T21:18:25.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2884 | 2026-05-15T21:18:25.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2885 | 2026-05-15T21:18:25.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2886 | 2026-05-15T21:18:25.409Z | |
| 2887 | 2026-05-15T21:18:25.409Z | info: running `cargo check --bins` on oximeter-test-utils (96/276) |
| 2888 | 2026-05-15T21:18:25.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2889 | 2026-05-15T21:18:25.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2890 | 2026-05-15T21:18:25.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2891 | 2026-05-15T21:18:25.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2892 | 2026-05-15T21:18:26.059Z | |
| 2893 | 2026-05-15T21:18:26.059Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276) |
| 2894 | 2026-05-15T21:18:26.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2895 | 2026-05-15T21:18:26.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2896 | 2026-05-15T21:18:26.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2897 | 2026-05-15T21:18:26.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2898 | 2026-05-15T21:18:26.678Z | |
| 2899 | 2026-05-15T21:18:26.678Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276) |
| 2900 | 2026-05-15T21:18:27.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2901 | 2026-05-15T21:18:27.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2902 | 2026-05-15T21:18:27.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2903 | 2026-05-15T21:18:27.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2904 | 2026-05-15T21:18:27.294Z | |
| 2905 | 2026-05-15T21:18:27.294Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276) |
| 2906 | 2026-05-15T21:18:27.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2907 | 2026-05-15T21:18:27.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2908 | 2026-05-15T21:18:27.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2909 | 2026-05-15T21:18:27.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2910 | 2026-05-15T21:18:27.905Z | |
| 2911 | 2026-05-15T21:18:27.905Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276) |
| 2912 | 2026-05-15T21:18:28.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2913 | 2026-05-15T21:18:28.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2914 | 2026-05-15T21:18:28.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2915 | 2026-05-15T21:18:28.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2916 | 2026-05-15T21:18:28.527Z | |
| 2917 | 2026-05-15T21:18:28.527Z | info: running `cargo check --bins` on trust-quorum-types (101/276) |
| 2918 | 2026-05-15T21:18:29.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2919 | 2026-05-15T21:18:29.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2920 | 2026-05-15T21:18:29.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2921 | 2026-05-15T21:18:29.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2922 | 2026-05-15T21:18:29.126Z | |
| 2923 | 2026-05-15T21:18:29.126Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/276) |
| 2924 | 2026-05-15T21:18:29.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2925 | 2026-05-15T21:18:29.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2926 | 2026-05-15T21:18:29.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2927 | 2026-05-15T21:18:29.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2928 | 2026-05-15T21:18:29.742Z | |
| 2929 | 2026-05-15T21:18:29.742Z | info: running `cargo check --bins` on update-engine (103/276) |
| 2930 | 2026-05-15T21:18:30.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2931 | 2026-05-15T21:18:30.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2932 | 2026-05-15T21:18:30.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2933 | 2026-05-15T21:18:30.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2934 | 2026-05-15T21:18:30.346Z | |
| 2935 | 2026-05-15T21:18:30.346Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/276) |
| 2936 | 2026-05-15T21:18:30.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2937 | 2026-05-15T21:18:30.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2938 | 2026-05-15T21:18:31.070Z | Compiling crucible-workspace-hack v0.1.0 |
| 2939 | 2026-05-15T21:18:31.190Z | Checking secrecy v0.10.3 |
| 2940 | 2026-05-15T21:18:31.197Z | Compiling heapless v0.8.0 |
| 2941 | 2026-05-15T21:18:31.205Z | Compiling ingot-macros v0.1.1 |
| 2942 | 2026-05-15T21:18:31.211Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2943 | 2026-05-15T21:18:31.214Z | Checking hash32 v0.3.1 |
| 2944 | 2026-05-15T21:18:31.231Z | Compiling smoltcp v0.11.0 |
| 2945 | 2026-05-15T21:18:31.233Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2946 | 2026-05-15T21:18:31.294Z | Checking cobs v0.3.0 |
| 2947 | 2026-05-15T21:18:31.339Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2948 | 2026-05-15T21:18:31.431Z | Checking universal-hash v0.5.1 |
| 2949 | 2026-05-15T21:18:31.472Z | Checking half v2.7.1 |
| 2950 | 2026-05-15T21:18:31.483Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2951 | 2026-05-15T21:18:31.552Z | Checking ciborium-io v0.2.2 |
| 2952 | 2026-05-15T21:18:31.584Z | Checking opaque-debug v0.3.1 |
| 2953 | 2026-05-15T21:18:31.645Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2954 | 2026-05-15T21:18:31.658Z | Checking poly1305 v0.8.0 |
| 2955 | 2026-05-15T21:18:31.688Z | Checking postcard v1.1.3 |
| 2956 | 2026-05-15T21:18:31.728Z | Compiling proc-macro-crate v3.4.0 |
| 2957 | 2026-05-15T21:18:31.914Z | Checking ciborium-ll v0.2.2 |
| 2958 | 2026-05-15T21:18:31.928Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2959 | 2026-05-15T21:18:31.968Z | Checking password-hash v0.5.0 |
| 2960 | 2026-05-15T21:18:32.092Z | Checking chacha20 v0.9.1 |
| 2961 | 2026-05-15T21:18:32.194Z | Compiling proc-macro-crate v1.3.1 |
| 2962 | 2026-05-15T21:18:32.198Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2963 | 2026-05-15T21:18:32.237Z | Checking blake2 v0.10.6 |
| 2964 | 2026-05-15T21:18:32.281Z | Compiling num_enum_derive v0.7.5 |
| 2965 | 2026-05-15T21:18:32.294Z | Checking aead v0.5.2 |
| 2966 | 2026-05-15T21:18:32.434Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2967 | 2026-05-15T21:18:32.437Z | Compiling foreign-types-macros v0.2.3 |
| 2968 | 2026-05-15T21:18:32.468Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2969 | 2026-05-15T21:18:32.508Z | Checking thiserror-no-std v2.0.2 |
| 2970 | 2026-05-15T21:18:32.597Z | Checking cpufeatures v0.3.0 |
| 2971 | 2026-05-15T21:18:32.610Z | Checking foreign-types-shared v0.3.1 |
| 2972 | 2026-05-15T21:18:32.639Z | Compiling num_enum_derive v0.5.11 |
| 2973 | 2026-05-15T21:18:32.669Z | Checking chacha20 v0.10.0 |
| 2974 | 2026-05-15T21:18:32.696Z | Checking vsss-rs v3.3.4 |
| 2975 | 2026-05-15T21:18:32.709Z | Checking argon2 v0.5.3 |
| 2976 | 2026-05-15T21:18:32.881Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2977 | 2026-05-15T21:18:33.028Z | Checking foreign-types v0.5.0 |
| 2978 | 2026-05-15T21:18:33.046Z | Checking chacha20poly1305 v0.10.1 |
| 2979 | 2026-05-15T21:18:33.107Z | Checking ciborium v0.2.2 |
| 2980 | 2026-05-15T21:18:33.281Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2981 | 2026-05-15T21:18:33.297Z | Checking tabwriter v1.4.1 |
| 2982 | 2026-05-15T21:18:33.327Z | Checking num_enum v0.7.5 |
| 2983 | 2026-05-15T21:18:33.438Z | Checking byte-wrapper v0.1.0 |
| 2984 | 2026-05-15T21:18:33.441Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2985 | 2026-05-15T21:18:33.525Z | Checking cstr-argument v0.1.2 |
| 2986 | 2026-05-15T21:18:33.557Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2987 | 2026-05-15T21:18:33.645Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2988 | 2026-05-15T21:18:33.645Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2989 | 2026-05-15T21:18:33.669Z | Checking num_enum v0.5.11 |
| 2990 | 2026-05-15T21:18:33.787Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2991 | 2026-05-15T21:18:33.804Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2992 | 2026-05-15T21:18:33.852Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2993 | 2026-05-15T21:18:33.880Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2994 | 2026-05-15T21:18:33.955Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2995 | 2026-05-15T21:18:33.985Z | Checking rand v0.10.0 |
| 2996 | 2026-05-15T21:18:33.998Z | Checking ingot-types v0.1.2 |
| 2997 | 2026-05-15T21:18:34.011Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2998 | 2026-05-15T21:18:34.022Z | Checking colored v3.1.1 |
| 2999 | 2026-05-15T21:18:34.155Z | Checking indent_write v2.2.0 |
| 3000 | 2026-05-15T21:18:34.218Z | Compiling zone_cfg_derive v0.3.1 |
| 3001 | 2026-05-15T21:18:34.282Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3002 | 2026-05-15T21:18:34.296Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3003 | 2026-05-15T21:18:34.319Z | Checking itertools v0.12.1 |
| 3004 | 2026-05-15T21:18:34.331Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3005 | 2026-05-15T21:18:34.350Z | Checking ingot v0.1.1 |
| 3006 | 2026-05-15T21:18:34.427Z | Compiling num-derive v0.4.2 |
| 3007 | 2026-05-15T21:18:34.450Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3008 | 2026-05-15T21:18:34.464Z | Checking swrite v0.1.0 |
| 3009 | 2026-05-15T21:18:34.567Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3010 | 2026-05-15T21:18:34.651Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3011 | 2026-05-15T21:18:34.815Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3012 | 2026-05-15T21:18:34.856Z | Checking dropshot-api-manager-types v0.7.1 |
| 3013 | 2026-05-15T21:18:34.873Z | Checking smf v0.2.3 |
| 3014 | 2026-05-15T21:18:34.895Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3015 | 2026-05-15T21:18:34.925Z | Checking nanorand v0.7.0 |
| 3016 | 2026-05-15T21:18:35.021Z | Checking whoami v1.6.1 |
| 3017 | 2026-05-15T21:18:35.099Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3018 | 2026-05-15T21:18:35.118Z | Checking flume v0.11.1 |
| 3019 | 2026-05-15T21:18:35.319Z | Checking zone v0.3.1 |
| 3020 | 2026-05-15T21:18:35.339Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3021 | 2026-05-15T21:18:35.896Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3022 | 2026-05-15T21:18:36.873Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3023 | 2026-05-15T21:18:37.776Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3024 | 2026-05-15T21:18:40.929Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3025 | 2026-05-15T21:18:42.959Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3026 | 2026-05-15T21:18:44.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.71s |
| 3027 | 2026-05-15T21:18:44.252Z | |
| 3028 | 2026-05-15T21:18:44.252Z | info: running `cargo check --bins` on clickhouse-admin-api (105/276) |
| 3029 | 2026-05-15T21:18:44.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3030 | 2026-05-15T21:18:44.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3031 | 2026-05-15T21:18:44.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3032 | 2026-05-15T21:18:44.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3033 | 2026-05-15T21:18:44.866Z | |
| 3034 | 2026-05-15T21:18:44.866Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/276) |
| 3035 | 2026-05-15T21:18:45.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3036 | 2026-05-15T21:18:45.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3037 | 2026-05-15T21:18:45.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3038 | 2026-05-15T21:18:45.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3039 | 2026-05-15T21:18:45.480Z | |
| 3040 | 2026-05-15T21:18:45.480Z | info: running `cargo check --bins` on bootstrap-agent-client (107/276) |
| 3041 | 2026-05-15T21:18:45.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3042 | 2026-05-15T21:18:46.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3043 | 2026-05-15T21:18:46.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3044 | 2026-05-15T21:18:46.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3045 | 2026-05-15T21:18:46.098Z | |
| 3046 | 2026-05-15T21:18:46.098Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276) |
| 3047 | 2026-05-15T21:18:46.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3048 | 2026-05-15T21:18:46.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3049 | 2026-05-15T21:18:46.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3050 | 2026-05-15T21:18:46.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3051 | 2026-05-15T21:18:46.717Z | |
| 3052 | 2026-05-15T21:18:46.717Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276) |
| 3053 | 2026-05-15T21:18:47.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3054 | 2026-05-15T21:18:47.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3055 | 2026-05-15T21:18:47.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3056 | 2026-05-15T21:18:47.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3057 | 2026-05-15T21:18:47.336Z | |
| 3058 | 2026-05-15T21:18:47.336Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/276) |
| 3059 | 2026-05-15T21:18:47.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3060 | 2026-05-15T21:18:47.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3061 | 2026-05-15T21:18:47.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3062 | 2026-05-15T21:18:47.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3063 | 2026-05-15T21:18:47.951Z | |
| 3064 | 2026-05-15T21:18:47.951Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/276) |
| 3065 | 2026-05-15T21:18:48.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3066 | 2026-05-15T21:18:48.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3067 | 2026-05-15T21:18:48.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3068 | 2026-05-15T21:18:48.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3069 | 2026-05-15T21:18:48.567Z | |
| 3070 | 2026-05-15T21:18:48.567Z | info: running `cargo check --bins` on cockroach-admin-client (112/276) |
| 3071 | 2026-05-15T21:18:49.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3072 | 2026-05-15T21:18:49.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3073 | 2026-05-15T21:18:49.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3074 | 2026-05-15T21:18:49.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3075 | 2026-05-15T21:18:49.169Z | |
| 3076 | 2026-05-15T21:18:49.169Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/276) |
| 3077 | 2026-05-15T21:18:49.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3078 | 2026-05-15T21:18:49.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3079 | 2026-05-15T21:18:49.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3080 | 2026-05-15T21:18:49.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3081 | 2026-05-15T21:18:49.776Z | |
| 3082 | 2026-05-15T21:18:49.776Z | info: running `cargo check --bins` on dns-service-client (114/276) |
| 3083 | 2026-05-15T21:18:50.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3084 | 2026-05-15T21:18:50.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3085 | 2026-05-15T21:18:50.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3086 | 2026-05-15T21:18:50.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3087 | 2026-05-15T21:18:50.387Z | |
| 3088 | 2026-05-15T21:18:50.387Z | info: running `cargo check --bins` on installinator-client (115/276) |
| 3089 | 2026-05-15T21:18:50.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3090 | 2026-05-15T21:18:50.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3091 | 2026-05-15T21:18:50.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3092 | 2026-05-15T21:18:50.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3093 | 2026-05-15T21:18:50.998Z | |
| 3094 | 2026-05-15T21:18:50.998Z | info: running `cargo check --bins` on nexus-client (116/276) |
| 3095 | 2026-05-15T21:18:51.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3096 | 2026-05-15T21:18:51.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3097 | 2026-05-15T21:18:51.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3098 | 2026-05-15T21:18:51.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3099 | 2026-05-15T21:18:51.648Z | |
| 3100 | 2026-05-15T21:18:51.648Z | info: running `cargo check --bins` on nexus-lockstep-client (117/276) |
| 3101 | 2026-05-15T21:18:52.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3102 | 2026-05-15T21:18:52.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3103 | 2026-05-15T21:18:52.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3104 | 2026-05-15T21:18:52.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3105 | 2026-05-15T21:18:52.284Z | |
| 3106 | 2026-05-15T21:18:52.284Z | info: running `cargo check --bins` on ntp-admin-client (118/276) |
| 3107 | 2026-05-15T21:18:52.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3108 | 2026-05-15T21:18:52.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3109 | 2026-05-15T21:18:52.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3110 | 2026-05-15T21:18:52.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3111 | 2026-05-15T21:18:52.882Z | |
| 3112 | 2026-05-15T21:18:52.882Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/276) |
| 3113 | 2026-05-15T21:18:53.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3114 | 2026-05-15T21:18:53.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3115 | 2026-05-15T21:18:53.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3116 | 2026-05-15T21:18:53.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3117 | 2026-05-15T21:18:53.482Z | |
| 3118 | 2026-05-15T21:18:53.482Z | info: running `cargo check --bins` on oxide-client (120/276) |
| 3119 | 2026-05-15T21:18:53.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3120 | 2026-05-15T21:18:53.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3121 | 2026-05-15T21:18:53.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3122 | 2026-05-15T21:18:53.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3123 | 2026-05-15T21:18:54.086Z | |
| 3124 | 2026-05-15T21:18:54.086Z | info: running `cargo check --bins` on oximeter-client (121/276) |
| 3125 | 2026-05-15T21:18:54.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3126 | 2026-05-15T21:18:54.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3127 | 2026-05-15T21:18:54.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3128 | 2026-05-15T21:18:54.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3129 | 2026-05-15T21:18:54.699Z | |
| 3130 | 2026-05-15T21:18:54.699Z | info: running `cargo check --bins` on repo-depot-client (122/276) |
| 3131 | 2026-05-15T21:18:55.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3132 | 2026-05-15T21:18:55.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3133 | 2026-05-15T21:18:55.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3134 | 2026-05-15T21:18:55.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3135 | 2026-05-15T21:18:55.285Z | |
| 3136 | 2026-05-15T21:18:55.285Z | info: running `cargo check --bins` on sled-agent-client (123/276) |
| 3137 | 2026-05-15T21:18:55.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3138 | 2026-05-15T21:18:55.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3139 | 2026-05-15T21:18:55.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3140 | 2026-05-15T21:18:55.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3141 | 2026-05-15T21:18:55.890Z | |
| 3142 | 2026-05-15T21:18:55.890Z | info: running `cargo check --bins` on wicketd-client (124/276) |
| 3143 | 2026-05-15T21:18:56.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3144 | 2026-05-15T21:18:56.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3145 | 2026-05-15T21:18:56.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3146 | 2026-05-15T21:18:56.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3147 | 2026-05-15T21:18:56.511Z | |
| 3148 | 2026-05-15T21:18:56.511Z | info: running `cargo check --bins` on installinator-common (125/276) |
| 3149 | 2026-05-15T21:18:57.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3150 | 2026-05-15T21:18:57.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3151 | 2026-05-15T21:18:57.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3152 | 2026-05-15T21:18:57.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3153 | 2026-05-15T21:18:57.125Z | |
| 3154 | 2026-05-15T21:18:57.125Z | info: running `cargo check --bins` on installinator-common-versions (126/276) |
| 3155 | 2026-05-15T21:18:57.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3156 | 2026-05-15T21:18:57.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3157 | 2026-05-15T21:18:57.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3158 | 2026-05-15T21:18:57.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3159 | 2026-05-15T21:18:57.709Z | |
| 3160 | 2026-05-15T21:18:57.709Z | info: running `cargo check --bins` on wicket-common (127/276) |
| 3161 | 2026-05-15T21:18:58.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3162 | 2026-05-15T21:18:58.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3163 | 2026-05-15T21:18:58.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3164 | 2026-05-15T21:18:58.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3165 | 2026-05-15T21:18:58.316Z | |
| 3166 | 2026-05-15T21:18:58.316Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/276) |
| 3167 | 2026-05-15T21:18:58.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3168 | 2026-05-15T21:18:58.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3169 | 2026-05-15T21:18:59.002Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3170 | 2026-05-15T21:18:59.118Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3171 | 2026-05-15T21:18:59.128Z | Checking csv-core v0.1.13 |
| 3172 | 2026-05-15T21:18:59.136Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3173 | 2026-05-15T21:18:59.145Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3174 | 2026-05-15T21:18:59.148Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3175 | 2026-05-15T21:18:59.165Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3176 | 2026-05-15T21:18:59.176Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3177 | 2026-05-15T21:18:59.287Z | Checking csv v1.4.0 |
| 3178 | 2026-05-15T21:18:59.317Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3179 | 2026-05-15T21:18:59.343Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3180 | 2026-05-15T21:18:59.357Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3181 | 2026-05-15T21:18:59.389Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3182 | 2026-05-15T21:18:59.621Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3183 | 2026-05-15T21:18:59.983Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3184 | 2026-05-15T21:18:59.987Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3185 | 2026-05-15T21:19:00.320Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3186 | 2026-05-15T21:19:06.220Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3187 | 2026-05-15T21:19:06.748Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3188 | 2026-05-15T21:19:09.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.75s |
| 3189 | 2026-05-15T21:19:09.266Z | |
| 3190 | 2026-05-15T21:19:09.266Z | info: running `cargo check --bins` on cockroach-admin-api (129/276) |
| 3191 | 2026-05-15T21:19:09.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3192 | 2026-05-15T21:19:09.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3193 | 2026-05-15T21:19:09.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3194 | 2026-05-15T21:19:09.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3195 | 2026-05-15T21:19:09.860Z | |
| 3196 | 2026-05-15T21:19:09.860Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276) |
| 3197 | 2026-05-15T21:19:10.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3198 | 2026-05-15T21:19:10.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3199 | 2026-05-15T21:19:10.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3200 | 2026-05-15T21:19:10.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3201 | 2026-05-15T21:19:10.539Z | |
| 3202 | 2026-05-15T21:19:10.539Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276) |
| 3203 | 2026-05-15T21:19:11.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3204 | 2026-05-15T21:19:11.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3205 | 2026-05-15T21:19:11.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3206 | 2026-05-15T21:19:11.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3207 | 2026-05-15T21:19:11.227Z | |
| 3208 | 2026-05-15T21:19:11.227Z | info: running `cargo check --bins` on gateway-test-utils (132/276) |
| 3209 | 2026-05-15T21:19:11.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3210 | 2026-05-15T21:19:11.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3211 | 2026-05-15T21:19:11.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3212 | 2026-05-15T21:19:11.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3213 | 2026-05-15T21:19:11.881Z | |
| 3214 | 2026-05-15T21:19:11.881Z | info: running `cargo check --bins` on omicron-gateway (133/276) |
| 3215 | 2026-05-15T21:19:12.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3216 | 2026-05-15T21:19:12.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3217 | 2026-05-15T21:19:12.650Z | Compiling regress v0.11.1 |
| 3218 | 2026-05-15T21:19:12.788Z | Compiling unsafe-libyaml v0.2.11 |
| 3219 | 2026-05-15T21:19:12.802Z | Compiling semver v0.1.20 |
| 3220 | 2026-05-15T21:19:12.813Z | Compiling radium v0.7.0 |
| 3221 | 2026-05-15T21:19:12.827Z | Compiling maybe-uninit v2.0.0 |
| 3222 | 2026-05-15T21:19:12.829Z | Checking tap v1.0.1 |
| 3223 | 2026-05-15T21:19:12.852Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3224 | 2026-05-15T21:19:12.938Z | Checking wyz v0.5.1 |
| 3225 | 2026-05-15T21:19:13.075Z | Compiling rustc_version v0.1.7 |
| 3226 | 2026-05-15T21:19:13.117Z | Checking progenitor-client v0.13.0 |
| 3227 | 2026-05-15T21:19:13.138Z | Compiling zerocopy-derive v0.6.6 |
| 3228 | 2026-05-15T21:19:13.273Z | Compiling cancel-safe-futures v0.1.5 |
| 3229 | 2026-05-15T21:19:13.295Z | Compiling serde_yaml v0.9.34+deprecated |
| 3230 | 2026-05-15T21:19:13.349Z | Compiling newtype_derive v0.1.6 |
| 3231 | 2026-05-15T21:19:13.514Z | Compiling owo-colors v4.3.0 |
| 3232 | 2026-05-15T21:19:13.528Z | Checking crc-catalog v2.4.0 |
| 3233 | 2026-05-15T21:19:13.539Z | Checking funty v2.0.0 |
| 3234 | 2026-05-15T21:19:13.619Z | Compiling packed_struct v0.10.1 |
| 3235 | 2026-05-15T21:19:13.858Z | Checking bitvec v1.0.1 |
| 3236 | 2026-05-15T21:19:13.885Z | Checking crc v3.4.0 |
| 3237 | 2026-05-15T21:19:13.984Z | Checking zerocopy v0.6.6 |
| 3238 | 2026-05-15T21:19:14.045Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3239 | 2026-05-15T21:19:14.059Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3240 | 2026-05-15T21:19:14.207Z | Checking typify-impl v0.6.2 |
| 3241 | 2026-05-15T21:19:14.320Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3242 | 2026-05-15T21:19:14.395Z | Compiling packed_struct_codegen v0.10.1 |
| 3243 | 2026-05-15T21:19:14.572Z | Checking libsw-core v0.3.2 |
| 3244 | 2026-05-15T21:19:14.588Z | Compiling bitfield-macros v0.19.4 |
| 3245 | 2026-05-15T21:19:14.721Z | Compiling indexmap v1.9.3 |
| 3246 | 2026-05-15T21:19:14.787Z | Checking nodrop v0.1.14 |
| 3247 | 2026-05-15T21:19:14.881Z | Checking array-init v0.0.4 |
| 3248 | 2026-05-15T21:19:14.934Z | Checking libsw v3.5.0 |
| 3249 | 2026-05-15T21:19:15.086Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3250 | 2026-05-15T21:19:15.150Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3251 | 2026-05-15T21:19:15.184Z | Checking smallvec v0.6.14 |
| 3252 | 2026-05-15T21:19:15.294Z | Checking bitfield v0.19.4 |
| 3253 | 2026-05-15T21:19:15.327Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3254 | 2026-05-15T21:19:15.490Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3255 | 2026-05-15T21:19:15.564Z | Checking base64 v0.21.7 |
| 3256 | 2026-05-15T21:19:15.580Z | Checking smawk v0.3.2 |
| 3257 | 2026-05-15T21:19:15.617Z | Checking tagptr v0.2.0 |
| 3258 | 2026-05-15T21:19:15.710Z | Checking hashbrown v0.12.3 |
| 3259 | 2026-05-15T21:19:15.748Z | Checking linear-map v1.2.0 |
| 3260 | 2026-05-15T21:19:15.763Z | Checking unicode-linebreak v0.1.5 |
| 3261 | 2026-05-15T21:19:15.802Z | Checking ron v0.8.1 |
| 3262 | 2026-05-15T21:19:15.942Z | Checking moka v0.12.13 |
| 3263 | 2026-05-15T21:19:15.961Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3264 | 2026-05-15T21:19:15.999Z | Checking textwrap v0.16.2 |
| 3265 | 2026-05-15T21:19:16.052Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3266 | 2026-05-15T21:19:16.133Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3267 | 2026-05-15T21:19:16.222Z | Checking steno v0.4.1 |
| 3268 | 2026-05-15T21:19:16.368Z | Checking serde-hex v0.1.0 |
| 3269 | 2026-05-15T21:19:16.478Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3270 | 2026-05-15T21:19:16.565Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3271 | 2026-05-15T21:19:16.584Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3272 | 2026-05-15T21:19:16.642Z | Checking hashbrown v0.13.2 |
| 3273 | 2026-05-15T21:19:16.975Z | Checking crc-any v2.5.0 |
| 3274 | 2026-05-15T21:19:17.068Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3275 | 2026-05-15T21:19:17.153Z | Checking humantime v2.3.0 |
| 3276 | 2026-05-15T21:19:17.168Z | Checking object v0.30.4 |
| 3277 | 2026-05-15T21:19:17.230Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3278 | 2026-05-15T21:19:17.277Z | Checking hickory-resolver v0.25.2 |
| 3279 | 2026-05-15T21:19:17.338Z | Checking half v1.8.3 |
| 3280 | 2026-05-15T21:19:17.353Z | Checking void v1.0.2 |
| 3281 | 2026-05-15T21:19:17.394Z | Checking path-slash v0.1.5 |
| 3282 | 2026-05-15T21:19:17.456Z | Checking utf-8 v0.7.6 |
| 3283 | 2026-05-15T21:19:17.500Z | Checking lzss v0.8.2 |
| 3284 | 2026-05-15T21:19:17.534Z | Checking serde_cbor v0.11.2 |
| 3285 | 2026-05-15T21:19:17.593Z | Checking tungstenite v0.23.0 |
| 3286 | 2026-05-15T21:19:17.826Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3287 | 2026-05-15T21:19:17.863Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3288 | 2026-05-15T21:19:17.918Z | Checking nix v0.27.1 |
| 3289 | 2026-05-15T21:19:17.974Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3290 | 2026-05-15T21:19:17.987Z | Checking kstat-rs v0.2.4 |
| 3291 | 2026-05-15T21:19:18.008Z | Checking fxhash v0.2.1 |
| 3292 | 2026-05-15T21:19:18.096Z | Checking serde_bytes v0.11.19 |
| 3293 | 2026-05-15T21:19:18.129Z | Checking tokio-tungstenite v0.23.1 |
| 3294 | 2026-05-15T21:19:18.169Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3295 | 2026-05-15T21:19:18.267Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3296 | 2026-05-15T21:19:18.385Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3297 | 2026-05-15T21:19:18.402Z | Checking signal-hook-tokio v0.3.1 |
| 3298 | 2026-05-15T21:19:18.673Z | Compiling typify-macro v0.6.2 |
| 3299 | 2026-05-15T21:19:19.481Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3300 | 2026-05-15T21:19:19.811Z | Compiling typify v0.6.2 |
| 3301 | 2026-05-15T21:19:19.891Z | Compiling progenitor-impl v0.13.0 |
| 3302 | 2026-05-15T21:19:19.891Z | Compiling progenitor-impl v0.14.0 |
| 3303 | 2026-05-15T21:19:20.401Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3304 | 2026-05-15T21:19:20.723Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 3305 | 2026-05-15T21:19:21.486Z | Compiling progenitor-macro v0.13.0 |
| 3306 | 2026-05-15T21:19:21.523Z | Compiling progenitor-macro v0.14.0 |
| 3307 | 2026-05-15T21:19:23.886Z | Checking progenitor v0.13.0 |
| 3308 | 2026-05-15T21:19:24.018Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3309 | 2026-05-15T21:19:24.182Z | Checking progenitor v0.14.0 |
| 3310 | 2026-05-15T21:19:24.301Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3311 | 2026-05-15T21:19:27.067Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3312 | 2026-05-15T21:19:34.671Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3313 | 2026-05-15T21:19:41.045Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3314 | 2026-05-15T21:19:42.421Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3315 | 2026-05-15T21:19:42.936Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3316 | 2026-05-15T21:19:45.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.15s |
| 3317 | 2026-05-15T21:19:45.236Z | |
| 3318 | 2026-05-15T21:19:45.236Z | info: running `cargo check --bins` on gateway-api (134/276) |
| 3319 | 2026-05-15T21:19:45.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3320 | 2026-05-15T21:19:45.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3321 | 2026-05-15T21:19:45.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3322 | 2026-05-15T21:19:45.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3323 | 2026-05-15T21:19:45.848Z | |
| 3324 | 2026-05-15T21:19:45.848Z | info: running `cargo check --bins` on ipcc (135/276) |
| 3325 | 2026-05-15T21:19:46.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3326 | 2026-05-15T21:19:46.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3327 | 2026-05-15T21:19:46.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3328 | 2026-05-15T21:19:46.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3329 | 2026-05-15T21:19:46.464Z | |
| 3330 | 2026-05-15T21:19:46.464Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276) |
| 3331 | 2026-05-15T21:19:46.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3332 | 2026-05-15T21:19:46.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3333 | 2026-05-15T21:19:46.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3334 | 2026-05-15T21:19:46.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3335 | 2026-05-15T21:19:47.058Z | |
| 3336 | 2026-05-15T21:19:47.058Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276) |
| 3337 | 2026-05-15T21:19:47.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3338 | 2026-05-15T21:19:47.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3339 | 2026-05-15T21:19:47.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3340 | 2026-05-15T21:19:47.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3341 | 2026-05-15T21:19:47.673Z | |
| 3342 | 2026-05-15T21:19:47.673Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276) |
| 3343 | 2026-05-15T21:19:48.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3344 | 2026-05-15T21:19:48.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3345 | 2026-05-15T21:19:48.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3346 | 2026-05-15T21:19:48.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3347 | 2026-05-15T21:19:48.288Z | |
| 3348 | 2026-05-15T21:19:48.288Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276) |
| 3349 | 2026-05-15T21:19:48.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3350 | 2026-05-15T21:19:48.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3351 | 2026-05-15T21:19:48.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3352 | 2026-05-15T21:19:48.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3353 | 2026-05-15T21:19:48.898Z | |
| 3354 | 2026-05-15T21:19:48.899Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276) |
| 3355 | 2026-05-15T21:19:49.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3356 | 2026-05-15T21:19:49.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3357 | 2026-05-15T21:19:49.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3358 | 2026-05-15T21:19:49.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3359 | 2026-05-15T21:19:49.506Z | |
| 3360 | 2026-05-15T21:19:49.507Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276) |
| 3361 | 2026-05-15T21:19:50.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3362 | 2026-05-15T21:19:50.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3363 | 2026-05-15T21:19:50.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3364 | 2026-05-15T21:19:50.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3365 | 2026-05-15T21:19:50.114Z | |
| 3366 | 2026-05-15T21:19:50.114Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276) |
| 3367 | 2026-05-15T21:19:50.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3368 | 2026-05-15T21:19:50.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3369 | 2026-05-15T21:19:50.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3370 | 2026-05-15T21:19:50.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3371 | 2026-05-15T21:19:50.727Z | |
| 3372 | 2026-05-15T21:19:50.727Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276) |
| 3373 | 2026-05-15T21:19:51.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3374 | 2026-05-15T21:19:51.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3375 | 2026-05-15T21:19:51.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3376 | 2026-05-15T21:19:51.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3377 | 2026-05-15T21:19:51.331Z | |
| 3378 | 2026-05-15T21:19:51.331Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276) |
| 3379 | 2026-05-15T21:19:51.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3380 | 2026-05-15T21:19:51.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3381 | 2026-05-15T21:19:51.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3382 | 2026-05-15T21:19:51.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3383 | 2026-05-15T21:19:51.941Z | |
| 3384 | 2026-05-15T21:19:51.941Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276) |
| 3385 | 2026-05-15T21:19:52.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3386 | 2026-05-15T21:19:52.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3387 | 2026-05-15T21:19:52.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3388 | 2026-05-15T21:19:52.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3389 | 2026-05-15T21:19:52.554Z | |
| 3390 | 2026-05-15T21:19:52.554Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276) |
| 3391 | 2026-05-15T21:19:53.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3392 | 2026-05-15T21:19:53.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3393 | 2026-05-15T21:19:53.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3394 | 2026-05-15T21:19:53.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3395 | 2026-05-15T21:19:53.163Z | |
| 3396 | 2026-05-15T21:19:53.164Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276) |
| 3397 | 2026-05-15T21:19:53.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3398 | 2026-05-15T21:19:53.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3399 | 2026-05-15T21:19:53.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3400 | 2026-05-15T21:19:53.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3401 | 2026-05-15T21:19:53.779Z | |
| 3402 | 2026-05-15T21:19:53.779Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276) |
| 3403 | 2026-05-15T21:19:54.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3404 | 2026-05-15T21:19:54.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3405 | 2026-05-15T21:19:54.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3406 | 2026-05-15T21:19:54.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3407 | 2026-05-15T21:19:54.391Z | |
| 3408 | 2026-05-15T21:19:54.391Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276) |
| 3409 | 2026-05-15T21:19:54.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3410 | 2026-05-15T21:19:54.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3411 | 2026-05-15T21:19:54.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3412 | 2026-05-15T21:19:54.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3413 | 2026-05-15T21:19:55.002Z | |
| 3414 | 2026-05-15T21:19:55.002Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276) |
| 3415 | 2026-05-15T21:19:55.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3416 | 2026-05-15T21:19:55.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3417 | 2026-05-15T21:19:55.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3418 | 2026-05-15T21:19:55.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3419 | 2026-05-15T21:19:55.605Z | |
| 3420 | 2026-05-15T21:19:55.605Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276) |
| 3421 | 2026-05-15T21:19:56.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3422 | 2026-05-15T21:19:56.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3423 | 2026-05-15T21:19:56.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3424 | 2026-05-15T21:19:56.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3425 | 2026-05-15T21:19:56.215Z | |
| 3426 | 2026-05-15T21:19:56.215Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276) |
| 3427 | 2026-05-15T21:19:56.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3428 | 2026-05-15T21:19:56.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3429 | 2026-05-15T21:19:56.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3430 | 2026-05-15T21:19:56.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3431 | 2026-05-15T21:19:56.827Z | |
| 3432 | 2026-05-15T21:19:56.827Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276) |
| 3433 | 2026-05-15T21:19:57.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3434 | 2026-05-15T21:19:57.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3435 | 2026-05-15T21:19:57.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3436 | 2026-05-15T21:19:57.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3437 | 2026-05-15T21:19:57.440Z | |
| 3438 | 2026-05-15T21:19:57.440Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276) |
| 3439 | 2026-05-15T21:19:57.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3440 | 2026-05-15T21:19:57.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3441 | 2026-05-15T21:19:57.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3442 | 2026-05-15T21:19:57.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3443 | 2026-05-15T21:19:58.052Z | |
| 3444 | 2026-05-15T21:19:58.052Z | info: running `cargo check --bins` on oximeter-producer (155/276) |
| 3445 | 2026-05-15T21:19:58.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3446 | 2026-05-15T21:19:58.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3447 | 2026-05-15T21:19:58.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3448 | 2026-05-15T21:19:58.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3449 | 2026-05-15T21:19:58.705Z | |
| 3450 | 2026-05-15T21:19:58.705Z | info: running `cargo check --bins` on internal-dns-resolver (156/276) |
| 3451 | 2026-05-15T21:19:59.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3452 | 2026-05-15T21:19:59.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3453 | 2026-05-15T21:19:59.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3454 | 2026-05-15T21:19:59.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3455 | 2026-05-15T21:19:59.322Z | |
| 3456 | 2026-05-15T21:19:59.322Z | info: running `cargo check --bins` on dns-server (157/276) |
| 3457 | 2026-05-15T21:19:59.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3458 | 2026-05-15T21:19:59.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3459 | 2026-05-15T21:19:59.988Z | Compiling parking_lot_core v0.8.6 |
| 3460 | 2026-05-15T21:19:59.988Z | Compiling atomicwrites v0.4.4 |
| 3461 | 2026-05-15T21:19:59.988Z | Compiling git-stub v1.0.0 |
| 3462 | 2026-05-15T21:19:59.994Z | Checking prefix-trie v0.7.0 |
| 3463 | 2026-05-15T21:19:59.995Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3464 | 2026-05-15T21:20:00.220Z | Compiling git-stub-vcs v0.1.0 |
| 3465 | 2026-05-15T21:20:00.401Z | Checking hickory-server v0.25.2 |
| 3466 | 2026-05-15T21:20:00.492Z | Checking parking_lot v0.11.2 |
| 3467 | 2026-05-15T21:20:00.495Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3468 | 2026-05-15T21:20:00.591Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3469 | 2026-05-15T21:20:00.591Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3470 | 2026-05-15T21:20:00.664Z | Checking sled v0.34.7 |
| 3471 | 2026-05-15T21:20:02.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
| 3472 | 2026-05-15T21:20:02.750Z | |
| 3473 | 2026-05-15T21:20:02.750Z | info: running `cargo check --bins` on dns-server-api (158/276) |
| 3474 | 2026-05-15T21:20:03.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3475 | 2026-05-15T21:20:03.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3476 | 2026-05-15T21:20:03.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3477 | 2026-05-15T21:20:03.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3478 | 2026-05-15T21:20:03.363Z | |
| 3479 | 2026-05-15T21:20:03.363Z | info: running `cargo check --bins` on oximeter-producer-api (159/276) |
| 3480 | 2026-05-15T21:20:03.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3481 | 2026-05-15T21:20:03.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3482 | 2026-05-15T21:20:03.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3483 | 2026-05-15T21:20:03.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3484 | 2026-05-15T21:20:03.972Z | |
| 3485 | 2026-05-15T21:20:03.972Z | info: running `cargo check --bins` on sp-sim (160/276) |
| 3486 | 2026-05-15T21:20:04.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3487 | 2026-05-15T21:20:04.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3488 | 2026-05-15T21:20:04.703Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3489 | 2026-05-15T21:20:06.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s |
| 3490 | 2026-05-15T21:20:06.657Z | |
| 3491 | 2026-05-15T21:20:06.657Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276) |
| 3492 | 2026-05-15T21:20:07.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3493 | 2026-05-15T21:20:07.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3494 | 2026-05-15T21:20:07.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3495 | 2026-05-15T21:20:07.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3496 | 2026-05-15T21:20:07.309Z | |
| 3497 | 2026-05-15T21:20:07.309Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276) |
| 3498 | 2026-05-15T21:20:07.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3499 | 2026-05-15T21:20:07.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3500 | 2026-05-15T21:20:07.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3501 | 2026-05-15T21:20:07.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3502 | 2026-05-15T21:20:07.960Z | |
| 3503 | 2026-05-15T21:20:07.960Z | info: running `cargo check --bins` on db-macros (163/276) |
| 3504 | 2026-05-15T21:20:08.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3505 | 2026-05-15T21:20:08.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3506 | 2026-05-15T21:20:08.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3507 | 2026-05-15T21:20:08.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3508 | 2026-05-15T21:20:08.546Z | |
| 3509 | 2026-05-15T21:20:08.546Z | info: running `cargo check --bins` on nexus-macros-common (164/276) |
| 3510 | 2026-05-15T21:20:09.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3511 | 2026-05-15T21:20:09.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3512 | 2026-05-15T21:20:09.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3513 | 2026-05-15T21:20:09.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3514 | 2026-05-15T21:20:09.128Z | |
| 3515 | 2026-05-15T21:20:09.128Z | info: running `cargo check --bins` on nexus-auth (165/276) |
| 3516 | 2026-05-15T21:20:09.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3517 | 2026-05-15T21:20:09.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3518 | 2026-05-15T21:20:09.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3519 | 2026-05-15T21:20:09.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3520 | 2026-05-15T21:20:09.777Z | |
| 3521 | 2026-05-15T21:20:09.777Z | info: running `cargo check --bins` on authz-macros (166/276) |
| 3522 | 2026-05-15T21:20:10.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3523 | 2026-05-15T21:20:10.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3524 | 2026-05-15T21:20:10.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3525 | 2026-05-15T21:20:10.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3526 | 2026-05-15T21:20:10.367Z | |
| 3527 | 2026-05-15T21:20:10.367Z | info: running `cargo check --bins` on nexus-db-fixed-data (167/276) |
| 3528 | 2026-05-15T21:20:10.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3529 | 2026-05-15T21:20:10.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3530 | 2026-05-15T21:20:10.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3531 | 2026-05-15T21:20:10.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3532 | 2026-05-15T21:20:11.013Z | |
| 3533 | 2026-05-15T21:20:11.013Z | info: running `cargo check --bins` on nexus-db-model (168/276) |
| 3534 | 2026-05-15T21:20:11.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3535 | 2026-05-15T21:20:11.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3536 | 2026-05-15T21:20:11.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3537 | 2026-05-15T21:20:11.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3538 | 2026-05-15T21:20:11.655Z | |
| 3539 | 2026-05-15T21:20:11.655Z | info: running `cargo check --bins` on nexus-db-schema (169/276) |
| 3540 | 2026-05-15T21:20:12.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3541 | 2026-05-15T21:20:12.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3542 | 2026-05-15T21:20:12.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3543 | 2026-05-15T21:20:12.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3544 | 2026-05-15T21:20:12.245Z | |
| 3545 | 2026-05-15T21:20:12.245Z | info: running `cargo check --bins` on omicron-rpaths (170/276) |
| 3546 | 2026-05-15T21:20:12.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3547 | 2026-05-15T21:20:12.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3548 | 2026-05-15T21:20:12.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3549 | 2026-05-15T21:20:12.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3550 | 2026-05-15T21:20:12.828Z | |
| 3551 | 2026-05-15T21:20:12.828Z | info: running `cargo check --bins` on nexus-defaults (171/276) |
| 3552 | 2026-05-15T21:20:13.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3553 | 2026-05-15T21:20:13.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3554 | 2026-05-15T21:20:13.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3555 | 2026-05-15T21:20:13.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3556 | 2026-05-15T21:20:13.421Z | |
| 3557 | 2026-05-15T21:20:13.421Z | info: running `cargo check --bins` on omicron-cockroach-metrics (172/276) |
| 3558 | 2026-05-15T21:20:13.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3559 | 2026-05-15T21:20:13.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3560 | 2026-05-15T21:20:13.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3561 | 2026-05-15T21:20:13.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3562 | 2026-05-15T21:20:14.008Z | |
| 3563 | 2026-05-15T21:20:14.008Z | info: running `cargo check --bins` on parallel-task-set (173/276) |
| 3564 | 2026-05-15T21:20:14.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3565 | 2026-05-15T21:20:14.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3566 | 2026-05-15T21:20:14.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3567 | 2026-05-15T21:20:14.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3568 | 2026-05-15T21:20:14.595Z | |
| 3569 | 2026-05-15T21:20:14.595Z | info: running `cargo check --bins` on nexus-db-errors (174/276) |
| 3570 | 2026-05-15T21:20:15.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3571 | 2026-05-15T21:20:15.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3572 | 2026-05-15T21:20:15.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3573 | 2026-05-15T21:20:15.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3574 | 2026-05-15T21:20:15.247Z | |
| 3575 | 2026-05-15T21:20:15.247Z | info: running `cargo check --bins` on nexus-db-lookup (175/276) |
| 3576 | 2026-05-15T21:20:15.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3577 | 2026-05-15T21:20:15.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3578 | 2026-05-15T21:20:15.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3579 | 2026-05-15T21:20:15.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3580 | 2026-05-15T21:20:15.899Z | |
| 3581 | 2026-05-15T21:20:15.899Z | info: running `cargo check --bins` on nexus-inventory (176/276) |
| 3582 | 2026-05-15T21:20:16.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3583 | 2026-05-15T21:20:16.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3584 | 2026-05-15T21:20:16.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3585 | 2026-05-15T21:20:16.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3586 | 2026-05-15T21:20:16.542Z | |
| 3587 | 2026-05-15T21:20:16.542Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276) |
| 3588 | 2026-05-15T21:20:17.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3589 | 2026-05-15T21:20:17.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3590 | 2026-05-15T21:20:17.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3591 | 2026-05-15T21:20:17.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3592 | 2026-05-15T21:20:17.156Z | |
| 3593 | 2026-05-15T21:20:17.156Z | info: running `cargo check --bins --no-default-features` on sled-storage (178/276) |
| 3594 | 2026-05-15T21:20:17.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3595 | 2026-05-15T21:20:17.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3596 | 2026-05-15T21:20:17.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3597 | 2026-05-15T21:20:17.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3598 | 2026-05-15T21:20:17.782Z | |
| 3599 | 2026-05-15T21:20:17.782Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276) |
| 3600 | 2026-05-15T21:20:18.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3601 | 2026-05-15T21:20:18.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3602 | 2026-05-15T21:20:18.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3603 | 2026-05-15T21:20:18.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3604 | 2026-05-15T21:20:18.409Z | |
| 3605 | 2026-05-15T21:20:18.409Z | info: running `cargo check --bins` on key-manager (180/276) |
| 3606 | 2026-05-15T21:20:18.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3607 | 2026-05-15T21:20:18.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3608 | 2026-05-15T21:20:18.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3609 | 2026-05-15T21:20:18.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3610 | 2026-05-15T21:20:19.016Z | |
| 3611 | 2026-05-15T21:20:19.017Z | info: running `cargo check --bins --no-default-features` on sled-hardware (181/276) |
| 3612 | 2026-05-15T21:20:19.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3613 | 2026-05-15T21:20:19.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3614 | 2026-05-15T21:20:19.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3615 | 2026-05-15T21:20:19.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3616 | 2026-05-15T21:20:19.644Z | |
| 3617 | 2026-05-15T21:20:19.644Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276) |
| 3618 | 2026-05-15T21:20:20.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3619 | 2026-05-15T21:20:20.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3620 | 2026-05-15T21:20:20.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3621 | 2026-05-15T21:20:20.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3622 | 2026-05-15T21:20:20.275Z | |
| 3623 | 2026-05-15T21:20:20.275Z | info: running `cargo check --bins` on typed-rng (183/276) |
| 3624 | 2026-05-15T21:20:20.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3625 | 2026-05-15T21:20:20.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3626 | 2026-05-15T21:20:20.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3627 | 2026-05-15T21:20:20.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3628 | 2026-05-15T21:20:20.866Z | |
| 3629 | 2026-05-15T21:20:20.866Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276) |
| 3630 | 2026-05-15T21:20:21.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3631 | 2026-05-15T21:20:21.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3632 | 2026-05-15T21:20:21.739Z | Compiling typify-impl v0.4.3 |
| 3633 | 2026-05-15T21:20:21.739Z | Compiling libefi-sys v0.1.0 |
| 3634 | 2026-05-15T21:20:21.742Z | Compiling bitfield-struct v0.6.2 |
| 3635 | 2026-05-15T21:20:21.896Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3636 | 2026-05-15T21:20:21.906Z | Compiling xshell-macros v0.2.7 |
| 3637 | 2026-05-15T21:20:21.931Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3638 | 2026-05-15T21:20:21.934Z | Compiling salty v0.3.0 |
| 3639 | 2026-05-15T21:20:22.003Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3640 | 2026-05-15T21:20:22.136Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3641 | 2026-05-15T21:20:22.242Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3642 | 2026-05-15T21:20:22.321Z | Checking xshell v0.2.7 |
| 3643 | 2026-05-15T21:20:22.338Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3644 | 2026-05-15T21:20:22.389Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3645 | 2026-05-15T21:20:22.506Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3646 | 2026-05-15T21:20:22.520Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3647 | 2026-05-15T21:20:22.593Z | Checking primeorder v0.13.6 |
| 3648 | 2026-05-15T21:20:22.687Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3649 | 2026-05-15T21:20:22.742Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3650 | 2026-05-15T21:20:22.832Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3651 | 2026-05-15T21:20:22.867Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3652 | 2026-05-15T21:20:22.976Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3653 | 2026-05-15T21:20:23.009Z | Checking tungstenite v0.21.0 |
| 3654 | 2026-05-15T21:20:23.078Z | Compiling proc-macro-error2 v2.0.1 |
| 3655 | 2026-05-15T21:20:23.096Z | Checking p384 v0.13.1 |
| 3656 | 2026-05-15T21:20:23.110Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3657 | 2026-05-15T21:20:23.443Z | Compiling num-derive v0.3.3 |
| 3658 | 2026-05-15T21:20:23.523Z | Checking tokio-tungstenite v0.21.0 |
| 3659 | 2026-05-15T21:20:23.724Z | Compiling tabled_derive v0.11.0 |
| 3660 | 2026-05-15T21:20:23.810Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3661 | 2026-05-15T21:20:23.826Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3662 | 2026-05-15T21:20:23.894Z | Checking papergrid v0.17.0 |
| 3663 | 2026-05-15T21:20:24.209Z | Checking testing_table v0.3.0 |
| 3664 | 2026-05-15T21:20:24.266Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3665 | 2026-05-15T21:20:24.305Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3666 | 2026-05-15T21:20:24.347Z | Checking libscf-sys v1.1.0 |
| 3667 | 2026-05-15T21:20:24.525Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3668 | 2026-05-15T21:20:24.690Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3669 | 2026-05-15T21:20:24.778Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3670 | 2026-05-15T21:20:24.826Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3671 | 2026-05-15T21:20:24.894Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3672 | 2026-05-15T21:20:24.980Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3673 | 2026-05-15T21:20:24.994Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3674 | 2026-05-15T21:20:25.023Z | Compiling unicase v2.9.0 |
| 3675 | 2026-05-15T21:20:25.090Z | Checking corncobs v0.1.4 |
| 3676 | 2026-05-15T21:20:25.223Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3677 | 2026-05-15T21:20:25.237Z | Compiling mime_guess v2.0.5 |
| 3678 | 2026-05-15T21:20:25.279Z | Checking tabled v0.20.0 |
| 3679 | 2026-05-15T21:20:25.388Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3680 | 2026-05-15T21:20:25.467Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3681 | 2026-05-15T21:20:25.483Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3682 | 2026-05-15T21:20:25.598Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3683 | 2026-05-15T21:20:25.679Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3684 | 2026-05-15T21:20:25.770Z | Checking progenitor-client v0.11.2 |
| 3685 | 2026-05-15T21:20:25.816Z | Checking secrecy v0.8.0 |
| 3686 | 2026-05-15T21:20:25.905Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3687 | 2026-05-15T21:20:25.987Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3688 | 2026-05-15T21:20:26.249Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3689 | 2026-05-15T21:20:26.328Z | Compiling typify-macro v0.4.3 |
| 3690 | 2026-05-15T21:20:26.360Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3691 | 2026-05-15T21:20:26.375Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3692 | 2026-05-15T21:20:26.434Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3693 | 2026-05-15T21:20:26.522Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3694 | 2026-05-15T21:20:26.614Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3695 | 2026-05-15T21:20:26.649Z | Checking filetime v0.2.27 |
| 3696 | 2026-05-15T21:20:26.803Z | Checking xattr v1.6.1 |
| 3697 | 2026-05-15T21:20:26.941Z | Checking http-range v0.1.5 |
| 3698 | 2026-05-15T21:20:26.958Z | Checking crc8 v0.1.1 |
| 3699 | 2026-05-15T21:20:27.062Z | Checking tar v0.4.45 |
| 3700 | 2026-05-15T21:20:27.076Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3701 | 2026-05-15T21:20:27.268Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3702 | 2026-05-15T21:20:27.307Z | Checking illumos-nvpair v0.3.0 |
| 3703 | 2026-05-15T21:20:27.446Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3704 | 2026-05-15T21:20:27.469Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3705 | 2026-05-15T21:20:27.500Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3706 | 2026-05-15T21:20:27.840Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3707 | 2026-05-15T21:20:27.928Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3708 | 2026-05-15T21:20:27.945Z | Checking atty v0.2.14 |
| 3709 | 2026-05-15T21:20:28.018Z | Compiling typify v0.4.3 |
| 3710 | 2026-05-15T21:20:28.092Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3711 | 2026-05-15T21:20:28.159Z | Compiling progenitor-impl v0.11.2 |
| 3712 | 2026-05-15T21:20:28.193Z | Compiling progenitor-impl v0.10.0 |
| 3713 | 2026-05-15T21:20:28.564Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3714 | 2026-05-15T21:20:29.109Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3715 | 2026-05-15T21:20:29.149Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3716 | 2026-05-15T21:20:29.400Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3717 | 2026-05-15T21:20:29.544Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3718 | 2026-05-15T21:20:29.914Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3719 | 2026-05-15T21:20:30.261Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3720 | 2026-05-15T21:20:30.286Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3721 | 2026-05-15T21:20:30.354Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3722 | 2026-05-15T21:20:30.460Z | Checking hyper-staticfile v0.10.1 |
| 3723 | 2026-05-15T21:20:30.605Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3724 | 2026-05-15T21:20:30.621Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3725 | 2026-05-15T21:20:30.666Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3726 | 2026-05-15T21:20:30.750Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3727 | 2026-05-15T21:20:30.753Z | Compiling progenitor-macro v0.11.2 |
| 3728 | 2026-05-15T21:20:30.780Z | Compiling progenitor-macro v0.10.0 |
| 3729 | 2026-05-15T21:20:30.860Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3730 | 2026-05-15T21:20:31.000Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3731 | 2026-05-15T21:20:31.093Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3732 | 2026-05-15T21:20:31.217Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3733 | 2026-05-15T21:20:33.602Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3734 | 2026-05-15T21:20:33.774Z | Checking progenitor v0.10.0 |
| 3735 | 2026-05-15T21:20:33.895Z | Checking progenitor v0.11.2 |
| 3736 | 2026-05-15T21:20:33.911Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3737 | 2026-05-15T21:20:34.025Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3738 | 2026-05-15T21:20:38.685Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3739 | 2026-05-15T21:20:49.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.73s |
| 3740 | 2026-05-15T21:20:49.826Z | |
| 3741 | 2026-05-15T21:20:49.826Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276) |
| 3742 | 2026-05-15T21:20:50.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3743 | 2026-05-15T21:20:50.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3744 | 2026-05-15T21:20:50.629Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3745 | 2026-05-15T21:21:01.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s |
| 3746 | 2026-05-15T21:21:01.626Z | |
| 3747 | 2026-05-15T21:21:01.626Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276) |
| 3748 | 2026-05-15T21:21:02.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3749 | 2026-05-15T21:21:02.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3750 | 2026-05-15T21:21:02.424Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3751 | 2026-05-15T21:21:13.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s |
| 3752 | 2026-05-15T21:21:13.346Z | |
| 3753 | 2026-05-15T21:21:13.346Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276) |
| 3754 | 2026-05-15T21:21:13.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3755 | 2026-05-15T21:21:13.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3756 | 2026-05-15T21:21:14.140Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3757 | 2026-05-15T21:21:24.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s |
| 3758 | 2026-05-15T21:21:25.043Z | |
| 3759 | 2026-05-15T21:21:25.043Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276) |
| 3760 | 2026-05-15T21:21:25.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3761 | 2026-05-15T21:21:25.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3762 | 2026-05-15T21:21:25.838Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3763 | 2026-05-15T21:21:36.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s |
| 3764 | 2026-05-15T21:21:36.730Z | |
| 3765 | 2026-05-15T21:21:36.730Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276) |
| 3766 | 2026-05-15T21:21:37.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3767 | 2026-05-15T21:21:37.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3768 | 2026-05-15T21:21:37.522Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3769 | 2026-05-15T21:21:48.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s |
| 3770 | 2026-05-15T21:21:48.370Z | |
| 3771 | 2026-05-15T21:21:48.371Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276) |
| 3772 | 2026-05-15T21:21:48.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3773 | 2026-05-15T21:21:48.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3774 | 2026-05-15T21:21:49.162Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3775 | 2026-05-15T21:21:59.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s |
| 3776 | 2026-05-15T21:22:00.071Z | |
| 3777 | 2026-05-15T21:22:00.071Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276) |
| 3778 | 2026-05-15T21:22:00.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3779 | 2026-05-15T21:22:00.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3780 | 2026-05-15T21:22:00.858Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3781 | 2026-05-15T21:22:11.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s |
| 3782 | 2026-05-15T21:22:11.731Z | |
| 3783 | 2026-05-15T21:22:11.731Z | info: running `cargo check --bins` on bootstrap-agent-api (192/276) |
| 3784 | 2026-05-15T21:22:12.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3785 | 2026-05-15T21:22:12.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3786 | 2026-05-15T21:22:12.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3787 | 2026-05-15T21:22:12.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3788 | 2026-05-15T21:22:12.347Z | |
| 3789 | 2026-05-15T21:22:12.348Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276) |
| 3790 | 2026-05-15T21:22:12.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3791 | 2026-05-15T21:22:12.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3792 | 2026-05-15T21:22:12.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3793 | 2026-05-15T21:22:12.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3794 | 2026-05-15T21:22:12.959Z | |
| 3795 | 2026-05-15T21:22:12.959Z | info: running `cargo check --bins` on range-requests (194/276) |
| 3796 | 2026-05-15T21:22:13.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3797 | 2026-05-15T21:22:13.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3798 | 2026-05-15T21:22:13.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3799 | 2026-05-15T21:22:13.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3800 | 2026-05-15T21:22:13.557Z | |
| 3801 | 2026-05-15T21:22:13.557Z | info: running `cargo check --bins` on repo-depot-api (195/276) |
| 3802 | 2026-05-15T21:22:14.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2026-05-15T21:22:14.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2026-05-15T21:22:14.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3805 | 2026-05-15T21:22:14.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3806 | 2026-05-15T21:22:14.165Z | |
| 3807 | 2026-05-15T21:22:14.165Z | info: running `cargo check --bins` on sled-agent-api (196/276) |
| 3808 | 2026-05-15T21:22:14.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3809 | 2026-05-15T21:22:14.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3810 | 2026-05-15T21:22:14.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3811 | 2026-05-15T21:22:14.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3812 | 2026-05-15T21:22:14.794Z | |
| 3813 | 2026-05-15T21:22:14.794Z | info: running `cargo check --bins` on sled-diagnostics (197/276) |
| 3814 | 2026-05-15T21:22:15.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3815 | 2026-05-15T21:22:15.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3816 | 2026-05-15T21:22:15.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3817 | 2026-05-15T21:22:15.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3818 | 2026-05-15T21:22:15.424Z | |
| 3819 | 2026-05-15T21:22:15.424Z | info: running `cargo check --bins` on zfs-test-harness (198/276) |
| 3820 | 2026-05-15T21:22:15.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3821 | 2026-05-15T21:22:15.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3822 | 2026-05-15T21:22:15.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3823 | 2026-05-15T21:22:15.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3824 | 2026-05-15T21:22:16.044Z | |
| 3825 | 2026-05-15T21:22:16.044Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276) |
| 3826 | 2026-05-15T21:22:16.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3827 | 2026-05-15T21:22:16.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3828 | 2026-05-15T21:22:16.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3829 | 2026-05-15T21:22:16.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3830 | 2026-05-15T21:22:16.676Z | |
| 3831 | 2026-05-15T21:22:16.676Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276) |
| 3832 | 2026-05-15T21:22:17.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3833 | 2026-05-15T21:22:17.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3834 | 2026-05-15T21:22:17.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3835 | 2026-05-15T21:22:17.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3836 | 2026-05-15T21:22:17.309Z | |
| 3837 | 2026-05-15T21:22:17.309Z | info: running `cargo check --bins` on sled-agent-early-networking (201/276) |
| 3838 | 2026-05-15T21:22:17.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3839 | 2026-05-15T21:22:17.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3840 | 2026-05-15T21:22:17.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3841 | 2026-05-15T21:22:17.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3842 | 2026-05-15T21:22:17.943Z | |
| 3843 | 2026-05-15T21:22:17.943Z | info: running `cargo check --bins` on sled-agent-health-monitor (202/276) |
| 3844 | 2026-05-15T21:22:18.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3845 | 2026-05-15T21:22:18.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3846 | 2026-05-15T21:22:18.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3847 | 2026-05-15T21:22:18.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3848 | 2026-05-15T21:22:18.570Z | |
| 3849 | 2026-05-15T21:22:18.570Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276) |
| 3850 | 2026-05-15T21:22:19.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3851 | 2026-05-15T21:22:19.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3852 | 2026-05-15T21:22:19.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3853 | 2026-05-15T21:22:19.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3854 | 2026-05-15T21:22:19.201Z | |
| 3855 | 2026-05-15T21:22:19.201Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276) |
| 3856 | 2026-05-15T21:22:19.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3857 | 2026-05-15T21:22:19.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3858 | 2026-05-15T21:22:19.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3859 | 2026-05-15T21:22:19.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3860 | 2026-05-15T21:22:19.829Z | |
| 3861 | 2026-05-15T21:22:19.829Z | info: running `cargo check --bins` on sled-agent-resolvable-files (205/276) |
| 3862 | 2026-05-15T21:22:20.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3863 | 2026-05-15T21:22:20.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3864 | 2026-05-15T21:22:20.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3865 | 2026-05-15T21:22:20.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3866 | 2026-05-15T21:22:20.459Z | |
| 3867 | 2026-05-15T21:22:20.459Z | info: running `cargo check --bins` on sled-agent-rack-setup (206/276) |
| 3868 | 2026-05-15T21:22:21.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3869 | 2026-05-15T21:22:21.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3870 | 2026-05-15T21:22:21.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3871 | 2026-05-15T21:22:21.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3872 | 2026-05-15T21:22:21.106Z | |
| 3873 | 2026-05-15T21:22:21.106Z | info: running `cargo check --bins` on trust-quorum (207/276) |
| 3874 | 2026-05-15T21:22:21.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3875 | 2026-05-15T21:22:21.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3876 | 2026-05-15T21:22:21.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3877 | 2026-05-15T21:22:21.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3878 | 2026-05-15T21:22:21.742Z | |
| 3879 | 2026-05-15T21:22:21.742Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276) |
| 3880 | 2026-05-15T21:22:22.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3881 | 2026-05-15T21:22:22.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3882 | 2026-05-15T21:22:22.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3883 | 2026-05-15T21:22:22.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3884 | 2026-05-15T21:22:22.390Z | |
| 3885 | 2026-05-15T21:22:22.390Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (209/276) |
| 3886 | 2026-05-15T21:22:22.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3887 | 2026-05-15T21:22:22.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3888 | 2026-05-15T21:22:22.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3889 | 2026-05-15T21:22:22.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3890 | 2026-05-15T21:22:23.051Z | |
| 3891 | 2026-05-15T21:22:23.051Z | info: running `cargo check --bins` on update-common (210/276) |
| 3892 | 2026-05-15T21:22:23.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3893 | 2026-05-15T21:22:23.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3894 | 2026-05-15T21:22:23.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3895 | 2026-05-15T21:22:23.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3896 | 2026-05-15T21:22:23.667Z | |
| 3897 | 2026-05-15T21:22:23.667Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276) |
| 3898 | 2026-05-15T21:22:24.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3899 | 2026-05-15T21:22:24.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3900 | 2026-05-15T21:22:24.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3901 | 2026-05-15T21:22:24.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3902 | 2026-05-15T21:22:24.335Z | |
| 3903 | 2026-05-15T21:22:24.335Z | info: running `cargo check --bins` on omicron-deployment-graph (212/276) |
| 3904 | 2026-05-15T21:22:24.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3905 | 2026-05-15T21:22:24.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3906 | 2026-05-15T21:22:24.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3907 | 2026-05-15T21:22:24.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3908 | 2026-05-15T21:22:24.921Z | |
| 3909 | 2026-05-15T21:22:24.921Z | info: running `cargo check --bins` on reconfigurator-cli (213/276) |
| 3910 | 2026-05-15T21:22:25.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3911 | 2026-05-15T21:22:25.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3912 | 2026-05-15T21:22:25.703Z | Compiling fs-err v2.11.0 |
| 3913 | 2026-05-15T21:22:25.703Z | Checking ignore v0.4.25 |
| 3914 | 2026-05-15T21:22:25.706Z | Checking arc-swap v1.8.2 |
| 3915 | 2026-05-15T21:22:25.832Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3916 | 2026-05-15T21:22:25.835Z | Checking predicates-tree v1.0.13 |
| 3917 | 2026-05-15T21:22:25.839Z | Checking parse-size v1.1.0 |
| 3918 | 2026-05-15T21:22:25.871Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3919 | 2026-05-15T21:22:25.874Z | Checking rand_seeder v0.4.0 |
| 3920 | 2026-05-15T21:22:25.937Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3921 | 2026-05-15T21:22:25.971Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3922 | 2026-05-15T21:22:26.025Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3923 | 2026-05-15T21:22:26.042Z | Checking slog-scope v4.4.1 |
| 3924 | 2026-05-15T21:22:26.077Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3925 | 2026-05-15T21:22:26.170Z | Checking slog-stdlog v4.1.1 |
| 3926 | 2026-05-15T21:22:26.186Z | Compiling petname v2.0.2 |
| 3927 | 2026-05-15T21:22:26.200Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3928 | 2026-05-15T21:22:26.213Z | Checking globwalk v0.9.1 |
| 3929 | 2026-05-15T21:22:26.257Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3930 | 2026-05-15T21:22:26.289Z | Checking slog-envlogger v2.2.0 |
| 3931 | 2026-05-15T21:22:26.389Z | Checking camino-tempfile-ext v0.3.3 |
| 3932 | 2026-05-15T21:22:26.438Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3933 | 2026-05-15T21:22:26.467Z | Checking sapling-renderdag v0.1.0 |
| 3934 | 2026-05-15T21:22:26.602Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3935 | 2026-05-15T21:22:26.625Z | Checking subprocess v0.2.15 |
| 3936 | 2026-05-15T21:22:26.706Z | Checking sync-ptr v0.1.4 |
| 3937 | 2026-05-15T21:22:26.822Z | Checking colored v2.2.0 |
| 3938 | 2026-05-15T21:22:26.838Z | Checking assert_matches v1.5.0 |
| 3939 | 2026-05-15T21:22:26.904Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3940 | 2026-05-15T21:22:27.053Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3941 | 2026-05-15T21:22:27.053Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3942 | 2026-05-15T21:22:27.753Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3943 | 2026-05-15T21:22:29.075Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3944 | 2026-05-15T21:22:31.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s |
| 3945 | 2026-05-15T21:22:31.521Z | |
| 3946 | 2026-05-15T21:22:31.521Z | info: running `cargo check --bins` on omicron-repl-utils (214/276) |
| 3947 | 2026-05-15T21:22:32.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-05-15T21:22:32.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-05-15T21:22:32.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2026-05-15T21:22:32.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3951 | 2026-05-15T21:22:32.115Z | |
| 3952 | 2026-05-15T21:22:32.115Z | info: running `cargo check --bins` on transient-dns-server (215/276) |
| 3953 | 2026-05-15T21:22:32.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-05-15T21:22:32.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-05-15T21:22:32.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-05-15T21:22:32.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3957 | 2026-05-15T21:22:32.737Z | |
| 3958 | 2026-05-15T21:22:32.737Z | info: running `cargo check --bins` on nexus-test-interface (216/276) |
| 3959 | 2026-05-15T21:22:33.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-05-15T21:22:33.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-05-15T21:22:33.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3962 | 2026-05-15T21:22:33.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3963 | 2026-05-15T21:22:33.399Z | |
| 3964 | 2026-05-15T21:22:33.399Z | info: running `cargo check --bins` on oximeter-collector (217/276) |
| 3965 | 2026-05-15T21:22:33.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-05-15T21:22:33.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-05-15T21:22:34.134Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3968 | 2026-05-15T21:22:34.135Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3969 | 2026-05-15T21:22:34.779Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3970 | 2026-05-15T21:22:36.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s |
| 3971 | 2026-05-15T21:22:36.576Z | |
| 3972 | 2026-05-15T21:22:36.576Z | info: running `cargo check --bins` on oximeter-api (218/276) |
| 3973 | 2026-05-15T21:22:37.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3974 | 2026-05-15T21:22:37.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3975 | 2026-05-15T21:22:37.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3976 | 2026-05-15T21:22:37.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3977 | 2026-05-15T21:22:37.191Z | |
| 3978 | 2026-05-15T21:22:37.191Z | info: running `cargo check --bins` on cert-dev (219/276) |
| 3979 | 2026-05-15T21:22:37.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3980 | 2026-05-15T21:22:37.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3981 | 2026-05-15T21:22:37.802Z | Checking yasna v0.5.2 |
| 3982 | 2026-05-15T21:22:38.208Z | Checking rcgen v0.12.1 |
| 3983 | 2026-05-15T21:22:38.455Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3984 | 2026-05-15T21:22:38.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 3985 | 2026-05-15T21:22:38.822Z | |
| 3986 | 2026-05-15T21:22:38.822Z | info: running `cargo check --bins` on clickana (220/276) |
| 3987 | 2026-05-15T21:22:39.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3988 | 2026-05-15T21:22:39.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3989 | 2026-05-15T21:22:39.480Z | Compiling darling_core v0.23.0 |
| 3990 | 2026-05-15T21:22:39.483Z | Compiling instability v0.3.11 |
| 3991 | 2026-05-15T21:22:39.483Z | Checking castaway v0.2.4 |
| 3992 | 2026-05-15T21:22:39.597Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3993 | 2026-05-15T21:22:39.601Z | Compiling indoc v2.0.7 |
| 3994 | 2026-05-15T21:22:39.616Z | Checking unicode-truncate v1.1.0 |
| 3995 | 2026-05-15T21:22:39.627Z | Checking lru v0.12.5 |
| 3996 | 2026-05-15T21:22:39.627Z | Checking cassowary v0.3.0 |
| 3997 | 2026-05-15T21:22:39.682Z | Checking compact_str v0.8.1 |
| 3998 | 2026-05-15T21:22:40.645Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3999 | 2026-05-15T21:22:40.836Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4000 | 2026-05-15T21:22:41.001Z | Compiling darling_macro v0.23.0 |
| 4001 | 2026-05-15T21:22:41.413Z | Compiling darling v0.23.0 |
| 4002 | 2026-05-15T21:22:42.023Z | Checking ratatui v0.29.0 |
| 4003 | 2026-05-15T21:22:43.087Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4004 | 2026-05-15T21:22:43.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s |
| 4005 | 2026-05-15T21:22:43.953Z | |
| 4006 | 2026-05-15T21:22:43.953Z | info: running `cargo check --bins` on clickhouse-cluster-dev (221/276) |
| 4007 | 2026-05-15T21:22:44.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2026-05-15T21:22:44.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2026-05-15T21:22:44.691Z | Checking headers-core v0.3.0 |
| 4010 | 2026-05-15T21:22:44.694Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4011 | 2026-05-15T21:22:44.887Z | Checking headers v0.4.1 |
| 4012 | 2026-05-15T21:22:45.258Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4013 | 2026-05-15T21:22:46.112Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4014 | 2026-05-15T21:22:46.608Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4015 | 2026-05-15T21:22:47.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s |
| 4016 | 2026-05-15T21:22:47.239Z | |
| 4017 | 2026-05-15T21:22:47.239Z | info: running `cargo check --bins` on ch-dev (222/276) |
| 4018 | 2026-05-15T21:22:47.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4019 | 2026-05-15T21:22:47.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4020 | 2026-05-15T21:22:47.965Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4021 | 2026-05-15T21:22:48.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4022 | 2026-05-15T21:22:48.912Z | |
| 4023 | 2026-05-15T21:22:48.912Z | info: running `cargo check --bins` on dev-tools-common (223/276) |
| 4024 | 2026-05-15T21:22:49.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4025 | 2026-05-15T21:22:49.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4026 | 2026-05-15T21:22:49.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4027 | 2026-05-15T21:22:49.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 4028 | 2026-05-15T21:22:49.386Z | |
| 4029 | 2026-05-15T21:22:49.386Z | info: running `cargo check --bins` on crdb-seed (224/276) |
| 4030 | 2026-05-15T21:22:49.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4031 | 2026-05-15T21:22:49.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4032 | 2026-05-15T21:22:50.101Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4033 | 2026-05-15T21:22:51.096Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4034 | 2026-05-15T21:22:51.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
| 4035 | 2026-05-15T21:22:51.641Z | |
| 4036 | 2026-05-15T21:22:51.641Z | info: running `cargo check --bins` on db-dev (225/276) |
| 4037 | 2026-05-15T21:22:52.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4038 | 2026-05-15T21:22:52.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4039 | 2026-05-15T21:22:52.363Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4040 | 2026-05-15T21:22:53.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4041 | 2026-05-15T21:22:53.321Z | |
| 4042 | 2026-05-15T21:22:53.321Z | info: running `cargo check --bins` on omicron-dev-lib (226/276) |
| 4043 | 2026-05-15T21:22:53.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4044 | 2026-05-15T21:22:53.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4045 | 2026-05-15T21:22:53.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4046 | 2026-05-15T21:22:53.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4047 | 2026-05-15T21:22:53.965Z | |
| 4048 | 2026-05-15T21:22:53.965Z | info: running `cargo check --bins` on xtask-downloader (227/276) |
| 4049 | 2026-05-15T21:22:54.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4050 | 2026-05-15T21:22:54.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4051 | 2026-05-15T21:22:54.582Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4052 | 2026-05-15T21:22:55.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4053 | 2026-05-15T21:22:55.446Z | |
| 4054 | 2026-05-15T21:22:55.446Z | info: running `cargo check --bins` on omicron-dropshot-apis (228/276) |
| 4055 | 2026-05-15T21:22:55.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4056 | 2026-05-15T21:22:55.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4057 | 2026-05-15T21:22:56.203Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4058 | 2026-05-15T21:22:56.203Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4059 | 2026-05-15T21:22:56.206Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4060 | 2026-05-15T21:22:56.206Z | Checking git-stub v1.0.0 |
| 4061 | 2026-05-15T21:22:56.206Z | Compiling trait-variant v0.1.2 |
| 4062 | 2026-05-15T21:22:56.206Z | Checking maplit v1.0.2 |
| 4063 | 2026-05-15T21:22:56.206Z | Checking is_ci v1.2.0 |
| 4064 | 2026-05-15T21:22:56.323Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4065 | 2026-05-15T21:22:56.412Z | Checking supports-color v3.0.2 |
| 4066 | 2026-05-15T21:22:56.446Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4067 | 2026-05-15T21:22:56.492Z | Checking git-stub-vcs v0.1.0 |
| 4068 | 2026-05-15T21:22:56.544Z | Checking drift v0.1.4 |
| 4069 | 2026-05-15T21:22:56.573Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4070 | 2026-05-15T21:22:56.647Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4071 | 2026-05-15T21:22:56.707Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4072 | 2026-05-15T21:22:56.841Z | Checking dropshot-api-manager v0.7.1 |
| 4073 | 2026-05-15T21:22:56.855Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 4074 | 2026-05-15T21:22:56.870Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4075 | 2026-05-15T21:22:56.870Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4076 | 2026-05-15T21:22:57.093Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4077 | 2026-05-15T21:22:57.146Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4078 | 2026-05-15T21:22:57.254Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4079 | 2026-05-15T21:22:57.577Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4080 | 2026-05-15T21:23:02.489Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4081 | 2026-05-15T21:23:03.574Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4082 | 2026-05-15T21:23:04.138Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4083 | 2026-05-15T21:23:04.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s |
| 4084 | 2026-05-15T21:23:04.761Z | |
| 4085 | 2026-05-15T21:23:04.762Z | info: running `cargo check --bins` on installinator-api (229/276) |
| 4086 | 2026-05-15T21:23:05.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4087 | 2026-05-15T21:23:05.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4088 | 2026-05-15T21:23:05.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4089 | 2026-05-15T21:23:05.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4090 | 2026-05-15T21:23:05.368Z | |
| 4091 | 2026-05-15T21:23:05.368Z | info: running `cargo check --bins` on nexus-external-api (230/276) |
| 4092 | 2026-05-15T21:23:05.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4093 | 2026-05-15T21:23:05.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4094 | 2026-05-15T21:23:05.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4095 | 2026-05-15T21:23:05.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4096 | 2026-05-15T21:23:06.010Z | |
| 4097 | 2026-05-15T21:23:06.010Z | info: running `cargo check --bins` on nexus-internal-api (231/276) |
| 4098 | 2026-05-15T21:23:06.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4099 | 2026-05-15T21:23:06.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4100 | 2026-05-15T21:23:06.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4101 | 2026-05-15T21:23:06.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4102 | 2026-05-15T21:23:06.661Z | |
| 4103 | 2026-05-15T21:23:06.661Z | info: running `cargo check --bins` on nexus-lockstep-api (232/276) |
| 4104 | 2026-05-15T21:23:07.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4105 | 2026-05-15T21:23:07.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4106 | 2026-05-15T21:23:07.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4107 | 2026-05-15T21:23:07.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4108 | 2026-05-15T21:23:07.310Z | |
| 4109 | 2026-05-15T21:23:07.310Z | info: running `cargo check --bins` on ntp-admin-api (233/276) |
| 4110 | 2026-05-15T21:23:07.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4111 | 2026-05-15T21:23:07.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4112 | 2026-05-15T21:23:07.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4113 | 2026-05-15T21:23:07.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4114 | 2026-05-15T21:23:07.921Z | |
| 4115 | 2026-05-15T21:23:07.921Z | info: running `cargo check --bins` on ntp-admin-types-versions (234/276) |
| 4116 | 2026-05-15T21:23:08.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4117 | 2026-05-15T21:23:08.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4118 | 2026-05-15T21:23:08.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4119 | 2026-05-15T21:23:08.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4120 | 2026-05-15T21:23:08.519Z | |
| 4121 | 2026-05-15T21:23:08.519Z | info: running `cargo check --bins` on wicketd-api (235/276) |
| 4122 | 2026-05-15T21:23:09.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4123 | 2026-05-15T21:23:09.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4124 | 2026-05-15T21:23:09.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4125 | 2026-05-15T21:23:09.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4126 | 2026-05-15T21:23:09.145Z | |
| 4127 | 2026-05-15T21:23:09.145Z | info: running `cargo check --bins` on omicron-ls-apis (236/276) |
| 4128 | 2026-05-15T21:23:09.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4129 | 2026-05-15T21:23:09.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4130 | 2026-05-15T21:23:09.765Z | Checking typeid v1.0.3 |
| 4131 | 2026-05-15T21:23:09.878Z | Checking ordered-float v2.10.1 |
| 4132 | 2026-05-15T21:23:09.897Z | Checking unicode-xid v0.2.6 |
| 4133 | 2026-05-15T21:23:09.910Z | Checking cargo-platform v0.2.0 |
| 4134 | 2026-05-15T21:23:09.918Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4135 | 2026-05-15T21:23:09.948Z | Checking erased-serde v0.4.9 |
| 4136 | 2026-05-15T21:23:10.086Z | Checking serde-value v0.7.0 |
| 4137 | 2026-05-15T21:23:10.259Z | Checking serde-untagged v0.1.9 |
| 4138 | 2026-05-15T21:23:10.418Z | Checking cargo-util-schemas v0.8.2 |
| 4139 | 2026-05-15T21:23:11.112Z | Checking cargo_metadata v0.21.0 |
| 4140 | 2026-05-15T21:23:11.715Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4141 | 2026-05-15T21:23:12.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 4142 | 2026-05-15T21:23:12.585Z | |
| 4143 | 2026-05-15T21:23:12.585Z | info: running `cargo check --bins` on mgs-dev (237/276) |
| 4144 | 2026-05-15T21:23:13.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4145 | 2026-05-15T21:23:13.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4146 | 2026-05-15T21:23:13.325Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4147 | 2026-05-15T21:23:13.961Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4148 | 2026-05-15T21:23:14.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
| 4149 | 2026-05-15T21:23:14.684Z | |
| 4150 | 2026-05-15T21:23:14.684Z | info: running `cargo check --bins` on omicron-omdb (238/276) |
| 4151 | 2026-05-15T21:23:15.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4152 | 2026-05-15T21:23:15.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4153 | 2026-05-15T21:23:15.555Z | Compiling vergen-gitcl v1.0.8 |
| 4154 | 2026-05-15T21:23:15.555Z | Compiling dirs-sys-next v0.1.2 |
| 4155 | 2026-05-15T21:23:15.555Z | Compiling crunchy v0.2.4 |
| 4156 | 2026-05-15T21:23:15.555Z | Compiling diesel_derives v2.3.7 |
| 4157 | 2026-05-15T21:23:15.558Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4158 | 2026-05-15T21:23:15.558Z | Compiling glob v0.3.3 |
| 4159 | 2026-05-15T21:23:15.558Z | Compiling dsl_auto_type v0.2.0 |
| 4160 | 2026-05-15T21:23:15.558Z | Checking scheduled-thread-pool v0.2.7 |
| 4161 | 2026-05-15T21:23:15.836Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4162 | 2026-05-15T21:23:15.874Z | Compiling tiny-keccak v2.0.2 |
| 4163 | 2026-05-15T21:23:15.934Z | Compiling dirs-next v2.0.0 |
| 4164 | 2026-05-15T21:23:16.020Z | Compiling term v0.7.0 |
| 4165 | 2026-05-15T21:23:16.065Z | Checking r2d2 v0.8.10 |
| 4166 | 2026-05-15T21:23:16.098Z | Compiling bit-vec v0.6.3 |
| 4167 | 2026-05-15T21:23:16.112Z | Compiling clang-sys v1.8.1 |
| 4168 | 2026-05-15T21:23:16.125Z | Checking downcast-rs v2.0.2 |
| 4169 | 2026-05-15T21:23:16.242Z | Compiling itertools v0.10.5 |
| 4170 | 2026-05-15T21:23:16.313Z | Compiling ascii-canvas v3.0.0 |
| 4171 | 2026-05-15T21:23:16.485Z | Compiling bit-set v0.5.3 |
| 4172 | 2026-05-15T21:23:16.561Z | Compiling ena v0.14.4 |
| 4173 | 2026-05-15T21:23:16.578Z | Compiling libloading v0.8.9 |
| 4174 | 2026-05-15T21:23:16.612Z | Compiling regex-syntax v0.6.29 |
| 4175 | 2026-05-15T21:23:16.630Z | Compiling diff v0.1.13 |
| 4176 | 2026-05-15T21:23:16.641Z | Compiling bindgen v0.71.1 |
| 4177 | 2026-05-15T21:23:16.784Z | Compiling cexpr v0.6.0 |
| 4178 | 2026-05-15T21:23:16.949Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4179 | 2026-05-15T21:23:17.105Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4180 | 2026-05-15T21:23:17.166Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4181 | 2026-05-15T21:23:17.261Z | Compiling libxml v0.3.3 |
| 4182 | 2026-05-15T21:23:17.308Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4183 | 2026-05-15T21:23:17.455Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4184 | 2026-05-15T21:23:17.508Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4185 | 2026-05-15T21:23:17.620Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4186 | 2026-05-15T21:23:17.696Z | Compiling strum_macros v0.24.3 |
| 4187 | 2026-05-15T21:23:17.748Z | Compiling indoc v1.0.9 |
| 4188 | 2026-05-15T21:23:18.189Z | Compiling lalrpop v0.19.12 |
| 4189 | 2026-05-15T21:23:18.736Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4190 | 2026-05-15T21:23:18.736Z | Checking derive_builder v0.20.2 |
| 4191 | 2026-05-15T21:23:18.855Z | Compiling oso-derive v0.27.3 |
| 4192 | 2026-05-15T21:23:18.942Z | Checking quick-xml v0.37.5 |
| 4193 | 2026-05-15T21:23:19.028Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4194 | 2026-05-15T21:23:19.354Z | Checking openssl-probe v0.1.6 |
| 4195 | 2026-05-15T21:23:19.495Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4196 | 2026-05-15T21:23:19.808Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4197 | 2026-05-15T21:23:20.004Z | Checking bb8 v0.8.6 |
| 4198 | 2026-05-15T21:23:20.265Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4199 | 2026-05-15T21:23:20.300Z | Checking nonempty v0.12.0 |
| 4200 | 2026-05-15T21:23:20.420Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4201 | 2026-05-15T21:23:20.471Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4202 | 2026-05-15T21:23:20.491Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4203 | 2026-05-15T21:23:20.558Z | Checking console v0.16.2 |
| 4204 | 2026-05-15T21:23:20.658Z | Checking unit-prefix v0.5.2 |
| 4205 | 2026-05-15T21:23:20.693Z | Checking support-bundle-viewer v0.1.2 |
| 4206 | 2026-05-15T21:23:20.794Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4207 | 2026-05-15T21:23:20.872Z | Checking indicatif v0.18.4 |
| 4208 | 2026-05-15T21:23:20.942Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4209 | 2026-05-15T21:23:21.091Z | Checking multimap v0.10.1 |
| 4210 | 2026-05-15T21:23:21.587Z | Checking diesel v2.3.7 |
| 4211 | 2026-05-15T21:23:23.468Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4212 | 2026-05-15T21:23:23.951Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4213 | 2026-05-15T21:23:24.271Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4214 | 2026-05-15T21:23:24.492Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4215 | 2026-05-15T21:23:25.113Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4216 | 2026-05-15T21:23:25.705Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4217 | 2026-05-15T21:23:25.844Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4218 | 2026-05-15T21:23:26.378Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4219 | 2026-05-15T21:23:28.401Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4220 | 2026-05-15T21:23:32.355Z | Compiling samael v0.0.19 |
| 4221 | 2026-05-15T21:23:37.624Z | Checking diesel-dtrace v0.5.0 |
| 4222 | 2026-05-15T21:23:37.866Z | Checking async-bb8-diesel v0.2.1 |
| 4223 | 2026-05-15T21:23:38.989Z | Compiling polar-core v0.27.3 |
| 4224 | 2026-05-15T21:23:44.385Z | Checking oso v0.27.3 |
| 4225 | 2026-05-15T21:24:19.704Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4226 | 2026-05-15T21:24:53.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s |
| 4227 | 2026-05-15T21:24:53.239Z | |
| 4228 | 2026-05-15T21:24:53.239Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276) |
| 4229 | 2026-05-15T21:24:53.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4230 | 2026-05-15T21:24:53.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4231 | 2026-05-15T21:24:53.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4232 | 2026-05-15T21:24:53.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4233 | 2026-05-15T21:24:53.906Z | |
| 4234 | 2026-05-15T21:24:53.906Z | info: running `cargo check --bins` on nexus-saga-recovery (240/276) |
| 4235 | 2026-05-15T21:24:54.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4236 | 2026-05-15T21:24:54.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4237 | 2026-05-15T21:24:54.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4238 | 2026-05-15T21:24:54.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4239 | 2026-05-15T21:24:54.571Z | |
| 4240 | 2026-05-15T21:24:54.571Z | info: running `cargo check --bins` on nexus-test-utils-macros (241/276) |
| 4241 | 2026-05-15T21:24:55.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4242 | 2026-05-15T21:24:55.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4243 | 2026-05-15T21:24:55.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4244 | 2026-05-15T21:24:55.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4245 | 2026-05-15T21:24:55.170Z | |
| 4246 | 2026-05-15T21:24:55.170Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (242/276) |
| 4247 | 2026-05-15T21:24:55.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4248 | 2026-05-15T21:24:55.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4249 | 2026-05-15T21:24:56.045Z | Compiling libz-sys v1.1.24 |
| 4250 | 2026-05-15T21:24:56.179Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4251 | 2026-05-15T21:24:56.191Z | Compiling vergen-git2 v1.0.7 |
| 4252 | 2026-05-15T21:24:56.202Z | Compiling rustls v0.21.12 |
| 4253 | 2026-05-15T21:24:56.226Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4254 | 2026-05-15T21:24:56.229Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4255 | 2026-05-15T21:24:56.229Z | Checking rustls-webpki v0.101.7 |
| 4256 | 2026-05-15T21:24:56.229Z | Checking sct v0.7.1 |
| 4257 | 2026-05-15T21:24:56.381Z | Compiling nix v0.29.0 |
| 4258 | 2026-05-15T21:24:56.395Z | Compiling dropshot v0.16.7 |
| 4259 | 2026-05-15T21:24:56.445Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4260 | 2026-05-15T21:24:56.487Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4261 | 2026-05-15T21:24:56.561Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4262 | 2026-05-15T21:24:56.639Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4263 | 2026-05-15T21:24:56.668Z | Checking toml v0.9.12+spec-1.1.0 |
| 4264 | 2026-05-15T21:24:56.706Z | Compiling dropshot_endpoint v0.16.7 |
| 4265 | 2026-05-15T21:24:56.852Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4266 | 2026-05-15T21:24:57.001Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4267 | 2026-05-15T21:24:57.229Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4268 | 2026-05-15T21:24:57.246Z | Checking rustls-pemfile v1.0.4 |
| 4269 | 2026-05-15T21:24:57.384Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4270 | 2026-05-15T21:24:57.580Z | Checking twox-hash v2.1.2 |
| 4271 | 2026-05-15T21:24:57.609Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4272 | 2026-05-15T21:24:57.892Z | Checking tokio-rustls v0.24.1 |
| 4273 | 2026-05-15T21:24:58.340Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4274 | 2026-05-15T21:24:58.356Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4275 | 2026-05-15T21:24:58.708Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4276 | 2026-05-15T21:24:59.036Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4277 | 2026-05-15T21:24:59.155Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4278 | 2026-05-15T21:24:59.247Z | Checking fatfs v0.3.6 |
| 4279 | 2026-05-15T21:24:59.264Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4280 | 2026-05-15T21:24:59.297Z | Compiling seq-macro v0.3.6 |
| 4281 | 2026-05-15T21:25:03.094Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4282 | 2026-05-15T21:25:03.221Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4283 | 2026-05-15T21:25:03.594Z | Compiling git2 v0.20.4 |
| 4284 | 2026-05-15T21:25:05.786Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4285 | 2026-05-15T21:25:53.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.06s |
| 4286 | 2026-05-15T21:25:53.457Z | |
| 4287 | 2026-05-15T21:25:53.457Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276) |
| 4288 | 2026-05-15T21:25:54.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4289 | 2026-05-15T21:25:54.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4290 | 2026-05-15T21:25:54.351Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4291 | 2026-05-15T21:26:33.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.73s |
| 4292 | 2026-05-15T21:26:33.405Z | |
| 4293 | 2026-05-15T21:26:33.406Z | info: running `cargo check --bins` on nexus-background-task-interface (244/276) |
| 4294 | 2026-05-15T21:26:33.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4295 | 2026-05-15T21:26:33.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4296 | 2026-05-15T21:26:33.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4297 | 2026-05-15T21:26:33.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4298 | 2026-05-15T21:26:33.998Z | |
| 4299 | 2026-05-15T21:26:33.998Z | info: running `cargo check --bins --no-default-features` on nexus-fm (245/276) |
| 4300 | 2026-05-15T21:26:34.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4301 | 2026-05-15T21:26:34.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4302 | 2026-05-15T21:26:34.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4303 | 2026-05-15T21:26:34.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4304 | 2026-05-15T21:26:34.644Z | |
| 4305 | 2026-05-15T21:26:34.644Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276) |
| 4306 | 2026-05-15T21:26:35.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4307 | 2026-05-15T21:26:35.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4308 | 2026-05-15T21:26:35.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4309 | 2026-05-15T21:26:35.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4310 | 2026-05-15T21:26:35.305Z | |
| 4311 | 2026-05-15T21:26:35.305Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (247/276) |
| 4312 | 2026-05-15T21:26:35.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4313 | 2026-05-15T21:26:35.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4314 | 2026-05-15T21:26:35.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4315 | 2026-05-15T21:26:35.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4316 | 2026-05-15T21:26:35.970Z | |
| 4317 | 2026-05-15T21:26:35.970Z | info: running `cargo check --bins` on nexus-mgs-updates (248/276) |
| 4318 | 2026-05-15T21:26:36.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4319 | 2026-05-15T21:26:36.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4320 | 2026-05-15T21:26:36.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4321 | 2026-05-15T21:26:36.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4322 | 2026-05-15T21:26:36.626Z | |
| 4323 | 2026-05-15T21:26:36.626Z | info: running `cargo check --bins` on nexus-networking (249/276) |
| 4324 | 2026-05-15T21:26:37.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4325 | 2026-05-15T21:26:37.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4326 | 2026-05-15T21:26:37.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4327 | 2026-05-15T21:26:37.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4328 | 2026-05-15T21:26:37.293Z | |
| 4329 | 2026-05-15T21:26:37.293Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (250/276) |
| 4330 | 2026-05-15T21:26:37.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4331 | 2026-05-15T21:26:37.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4332 | 2026-05-15T21:26:37.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4333 | 2026-05-15T21:26:37.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4334 | 2026-05-15T21:26:37.955Z | |
| 4335 | 2026-05-15T21:26:37.955Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276) |
| 4336 | 2026-05-15T21:26:38.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4337 | 2026-05-15T21:26:38.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4338 | 2026-05-15T21:26:38.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4339 | 2026-05-15T21:26:38.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4340 | 2026-05-15T21:26:38.614Z | |
| 4341 | 2026-05-15T21:26:38.614Z | info: running `cargo check --bins` on omicron-dev (252/276) |
| 4342 | 2026-05-15T21:26:39.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4343 | 2026-05-15T21:26:39.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4344 | 2026-05-15T21:26:39.511Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4345 | 2026-05-15T21:26:39.511Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4346 | 2026-05-15T21:26:39.699Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4347 | 2026-05-15T21:26:39.728Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4348 | 2026-05-15T21:26:39.748Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4349 | 2026-05-15T21:26:39.751Z | Checking yansi v1.0.1 |
| 4350 | 2026-05-15T21:26:39.751Z | Checking diff v0.1.13 |
| 4351 | 2026-05-15T21:26:39.791Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4352 | 2026-05-15T21:26:39.830Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4353 | 2026-05-15T21:26:40.025Z | Checking pretty_assertions v1.4.1 |
| 4354 | 2026-05-15T21:26:40.678Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4355 | 2026-05-15T21:26:40.811Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4356 | 2026-05-15T21:27:04.241Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4357 | 2026-05-15T21:27:04.244Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4358 | 2026-05-15T21:27:04.244Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4359 | 2026-05-15T21:27:04.244Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4360 | 2026-05-15T21:27:04.244Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4361 | 2026-05-15T21:27:04.244Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4362 | 2026-05-15T21:27:05.094Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4363 | 2026-05-15T21:27:06.184Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4364 | 2026-05-15T21:27:44.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 4365 | 2026-05-15T21:27:45.012Z | |
| 4366 | 2026-05-15T21:27:45.012Z | info: running `cargo check --bins` on omicron-pins (253/276) |
| 4367 | 2026-05-15T21:27:45.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4368 | 2026-05-15T21:27:45.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4369 | 2026-05-15T21:27:45.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4370 | 2026-05-15T21:27:45.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4371 | 2026-05-15T21:27:45.615Z | |
| 4372 | 2026-05-15T21:27:45.615Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276) |
| 4373 | 2026-05-15T21:27:46.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4374 | 2026-05-15T21:27:46.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4375 | 2026-05-15T21:27:46.401Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4376 | 2026-05-15T21:27:46.523Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4377 | 2026-05-15T21:27:46.526Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4378 | 2026-05-15T21:28:12.359Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4379 | 2026-05-15T21:28:12.756Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4380 | 2026-05-15T21:28:14.497Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4381 | 2026-05-15T21:28:14.959Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4382 | 2026-05-15T21:28:17.960Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4383 | 2026-05-15T21:28:40.669Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4384 | 2026-05-15T21:28:41.387Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4385 | 2026-05-15T21:28:43.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.42s |
| 4386 | 2026-05-15T21:28:43.257Z | |
| 4387 | 2026-05-15T21:28:43.257Z | info: running `cargo check --bins` on reconfigurator-sp-updater (255/276) |
| 4388 | 2026-05-15T21:28:43.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4389 | 2026-05-15T21:28:43.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4390 | 2026-05-15T21:28:43.988Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4391 | 2026-05-15T21:28:44.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4392 | 2026-05-15T21:28:44.894Z | |
| 4393 | 2026-05-15T21:28:44.894Z | info: running `cargo check --bins` on omicron-releng (256/276) |
| 4394 | 2026-05-15T21:28:45.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4395 | 2026-05-15T21:28:45.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4396 | 2026-05-15T21:28:45.555Z | Compiling blake3 v1.8.3 |
| 4397 | 2026-05-15T21:28:45.666Z | Checking constant_time_eq v0.4.2 |
| 4398 | 2026-05-15T21:28:45.669Z | Checking arrayref v0.3.9 |
| 4399 | 2026-05-15T21:28:45.669Z | Checking arrayvec v0.7.6 |
| 4400 | 2026-05-15T21:28:45.687Z | Checking topological-sort v0.2.2 |
| 4401 | 2026-05-15T21:28:45.690Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4402 | 2026-05-15T21:28:45.690Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4403 | 2026-05-15T21:28:45.690Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4404 | 2026-05-15T21:28:45.730Z | Checking shell-words v1.1.1 |
| 4405 | 2026-05-15T21:28:46.551Z | Checking omicron-zone-package v0.12.2 |
| 4406 | 2026-05-15T21:28:47.282Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4407 | 2026-05-15T21:28:48.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 4408 | 2026-05-15T21:28:48.285Z | |
| 4409 | 2026-05-15T21:28:48.285Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (257/276) |
| 4410 | 2026-05-15T21:28:48.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4411 | 2026-05-15T21:28:48.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4412 | 2026-05-15T21:28:48.940Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4413 | 2026-05-15T21:28:49.262Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4414 | 2026-05-15T21:28:49.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 4415 | 2026-05-15T21:28:49.864Z | |
| 4416 | 2026-05-15T21:28:49.864Z | info: running `cargo check --bins` on schema (258/276) |
| 4417 | 2026-05-15T21:28:50.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4418 | 2026-05-15T21:28:50.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4419 | 2026-05-15T21:28:50.601Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4420 | 2026-05-15T21:28:51.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4421 | 2026-05-15T21:28:51.521Z | |
| 4422 | 2026-05-15T21:28:51.522Z | info: running `cargo check --bins` on xtask (259/276) |
| 4423 | 2026-05-15T21:28:51.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4424 | 2026-05-15T21:28:51.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4425 | 2026-05-15T21:28:51.981Z | Checking libc v0.2.185 |
| 4426 | 2026-05-15T21:28:51.989Z | Checking serde v1.0.228 |
| 4427 | 2026-05-15T21:28:52.138Z | Checking zerofrom v0.1.6 |
| 4428 | 2026-05-15T21:28:52.146Z | Checking bitflags v2.11.0 |
| 4429 | 2026-05-15T21:28:52.147Z | Checking smallvec v1.15.1 |
| 4430 | 2026-05-15T21:28:52.147Z | Checking indexmap v2.14.0 |
| 4431 | 2026-05-15T21:28:52.147Z | Checking serde_json v1.0.149 |
| 4432 | 2026-05-15T21:28:52.147Z | Checking num-traits v0.2.19 |
| 4433 | 2026-05-15T21:28:52.170Z | Checking yoke v0.8.1 |
| 4434 | 2026-05-15T21:28:52.218Z | Checking scroll v0.12.0 |
| 4435 | 2026-05-15T21:28:52.250Z | Checking thiserror v1.0.69 |
| 4436 | 2026-05-15T21:28:52.330Z | Checking zerovec v0.11.5 |
| 4437 | 2026-05-15T21:28:52.344Z | Checking zerotrie v0.2.3 |
| 4438 | 2026-05-15T21:28:52.369Z | Checking errno v0.3.14 |
| 4439 | 2026-05-15T21:28:52.451Z | Checking percent-encoding v2.3.2 |
| 4440 | 2026-05-15T21:28:52.457Z | Checking toml_datetime v0.6.11 |
| 4441 | 2026-05-15T21:28:52.477Z | Checking rustix v1.1.3 |
| 4442 | 2026-05-15T21:28:52.580Z | Checking serde_spanned v0.6.9 |
| 4443 | 2026-05-15T21:28:52.596Z | Checking log v0.4.29 |
| 4444 | 2026-05-15T21:28:52.612Z | Checking form_urlencoded v1.2.2 |
| 4445 | 2026-05-15T21:28:52.623Z | Checking ordered-float v2.10.1 |
| 4446 | 2026-05-15T21:28:52.633Z | Checking zerocopy v0.7.35 |
| 4447 | 2026-05-15T21:28:52.705Z | Checking toml_edit v0.22.27 |
| 4448 | 2026-05-15T21:28:52.716Z | Checking getrandom v0.4.1 |
| 4449 | 2026-05-15T21:28:52.737Z | Checking goblin v0.8.2 |
| 4450 | 2026-05-15T21:28:52.743Z | Checking thiserror v2.0.18 |
| 4451 | 2026-05-15T21:28:52.778Z | Checking tinystr v0.8.2 |
| 4452 | 2026-05-15T21:28:52.838Z | Checking potential_utf v0.1.4 |
| 4453 | 2026-05-15T21:28:52.850Z | Checking syn v2.0.117 |
| 4454 | 2026-05-15T21:28:52.861Z | Checking serde-value v0.7.0 |
| 4455 | 2026-05-15T21:28:52.950Z | Checking icu_locale_core v2.1.1 |
| 4456 | 2026-05-15T21:28:52.970Z | Checking icu_collections v2.1.1 |
| 4457 | 2026-05-15T21:28:53.058Z | Checking dtrace-parser v0.2.0 |
| 4458 | 2026-05-15T21:28:53.113Z | Checking thread-id v4.2.2 |
| 4459 | 2026-05-15T21:28:53.197Z | Checking once_cell v1.21.3 |
| 4460 | 2026-05-15T21:28:53.281Z | Checking cargo-platform v0.2.0 |
| 4461 | 2026-05-15T21:28:53.294Z | Checking terminal_size v0.4.3 |
| 4462 | 2026-05-15T21:28:53.298Z | Checking memmap v0.7.0 |
| 4463 | 2026-05-15T21:28:53.371Z | Checking tempfile v3.25.0 |
| 4464 | 2026-05-15T21:28:53.431Z | Checking clap_builder v4.5.60 |
| 4465 | 2026-05-15T21:28:53.444Z | Checking textwrap v0.16.2 |
| 4466 | 2026-05-15T21:28:53.455Z | Checking fs-err v3.3.0 |
| 4467 | 2026-05-15T21:28:53.501Z | Checking icu_provider v2.1.1 |
| 4468 | 2026-05-15T21:28:53.565Z | Checking camino-tempfile v1.4.1 |
| 4469 | 2026-05-15T21:28:53.630Z | Checking anyhow v1.0.102 |
| 4470 | 2026-05-15T21:28:53.653Z | Checking tabled v0.15.0 |
| 4471 | 2026-05-15T21:28:53.722Z | Checking macaddr v1.0.1 |
| 4472 | 2026-05-15T21:28:53.739Z | Checking icu_properties v2.1.2 |
| 4473 | 2026-05-15T21:28:53.807Z | Checking icu_normalizer v2.1.1 |
| 4474 | 2026-05-15T21:28:53.824Z | Checking toml v0.8.23 |
| 4475 | 2026-05-15T21:28:53.898Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4476 | 2026-05-15T21:28:54.136Z | Checking cargo_toml v0.21.0 |
| 4477 | 2026-05-15T21:28:54.546Z | Checking idna_adapter v1.2.1 |
| 4478 | 2026-05-15T21:28:54.603Z | Checking dof v0.3.0 |
| 4479 | 2026-05-15T21:28:54.612Z | Checking clap v4.5.60 |
| 4480 | 2026-05-15T21:28:54.665Z | Checking idna v1.1.0 |
| 4481 | 2026-05-15T21:28:54.868Z | Checking usdt-impl v0.5.0 |
| 4482 | 2026-05-15T21:28:54.886Z | Checking url v2.5.8 |
| 4483 | 2026-05-15T21:28:55.114Z | Checking usdt v0.5.0 |
| 4484 | 2026-05-15T21:28:55.226Z | Checking cargo-util-schemas v0.8.2 |
| 4485 | 2026-05-15T21:28:55.900Z | Checking cargo_metadata v0.21.0 |
| 4486 | 2026-05-15T21:28:56.502Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4487 | 2026-05-15T21:28:56.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s |
| 4488 | 2026-05-15T21:28:57.039Z | |
| 4489 | 2026-05-15T21:28:57.039Z | info: running `cargo check --bins` on dnsadm (260/276) |
| 4490 | 2026-05-15T21:28:57.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4491 | 2026-05-15T21:28:57.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4492 | 2026-05-15T21:28:57.701Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4493 | 2026-05-15T21:28:58.175Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4494 | 2026-05-15T21:28:58.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
| 4495 | 2026-05-15T21:28:58.750Z | |
| 4496 | 2026-05-15T21:28:58.750Z | info: running `cargo check --bins` on end-to-end-tests (261/276) |
| 4497 | 2026-05-15T21:28:59.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4498 | 2026-05-15T21:28:59.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4499 | 2026-05-15T21:28:59.563Z | Checking polyval v0.6.2 |
| 4500 | 2026-05-15T21:28:59.688Z | Checking ctr v0.9.2 |
| 4501 | 2026-05-15T21:28:59.701Z | Checking ssh-encoding v0.2.0 |
| 4502 | 2026-05-15T21:28:59.701Z | Checking blowfish v0.9.1 |
| 4503 | 2026-05-15T21:28:59.722Z | Checking password-hash v0.4.2 |
| 4504 | 2026-05-15T21:28:59.735Z | Checking p256 v0.13.2 |
| 4505 | 2026-05-15T21:28:59.741Z | Checking p521 v0.13.3 |
| 4506 | 2026-05-15T21:28:59.762Z | Checking russh-cryptovec v0.7.3 |
| 4507 | 2026-05-15T21:28:59.830Z | Checking ghash v0.5.1 |
| 4508 | 2026-05-15T21:28:59.843Z | Checking md5 v0.7.0 |
| 4509 | 2026-05-15T21:28:59.855Z | Checking bcrypt-pbkdf v0.10.0 |
| 4510 | 2026-05-15T21:28:59.877Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4511 | 2026-05-15T21:28:59.926Z | Checking num-bigint v0.4.6 |
| 4512 | 2026-05-15T21:28:59.950Z | Checking pbkdf2 v0.11.0 |
| 4513 | 2026-05-15T21:28:59.976Z | Checking aes-gcm v0.10.3 |
| 4514 | 2026-05-15T21:29:00.042Z | Checking des v0.8.1 |
| 4515 | 2026-05-15T21:29:00.046Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4516 | 2026-05-15T21:29:00.046Z | Checking hex-literal v0.4.1 |
| 4517 | 2026-05-15T21:29:00.081Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4518 | 2026-05-15T21:29:00.113Z | Checking ssh-cipher v0.2.0 |
| 4519 | 2026-05-15T21:29:00.113Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4520 | 2026-05-15T21:29:00.118Z | Checking socket2 v0.5.10 |
| 4521 | 2026-05-15T21:29:00.152Z | Checking internet-checksum v0.2.1 |
| 4522 | 2026-05-15T21:29:00.283Z | Checking ssh-key v0.6.7 |
| 4523 | 2026-05-15T21:29:00.395Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4524 | 2026-05-15T21:29:00.904Z | Checking russh-keys v0.45.0 |
| 4525 | 2026-05-15T21:29:01.458Z | Checking russh v0.45.0 |
| 4526 | 2026-05-15T21:29:17.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.88s |
| 4527 | 2026-05-15T21:29:17.842Z | |
| 4528 | 2026-05-15T21:29:17.842Z | info: running `cargo check --bins` on gateway-cli (262/276) |
| 4529 | 2026-05-15T21:29:18.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4530 | 2026-05-15T21:29:18.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4531 | 2026-05-15T21:29:18.493Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4532 | 2026-05-15T21:29:18.603Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4533 | 2026-05-15T21:29:18.611Z | Checking termios v0.3.3 |
| 4534 | 2026-05-15T21:29:19.826Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4535 | 2026-05-15T21:29:19.977Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4536 | 2026-05-15T21:29:21.795Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4537 | 2026-05-15T21:29:22.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s |
| 4538 | 2026-05-15T21:29:22.553Z | |
| 4539 | 2026-05-15T21:29:22.553Z | info: running `cargo check --bins --no-default-features` on installinator (263/276) |
| 4540 | 2026-05-15T21:29:23.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4541 | 2026-05-15T21:29:23.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4542 | 2026-05-15T21:29:23.270Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4543 | 2026-05-15T21:29:23.274Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4544 | 2026-05-15T21:29:23.274Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4545 | 2026-05-15T21:29:23.274Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4546 | 2026-05-15T21:29:23.408Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4547 | 2026-05-15T21:29:23.412Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4548 | 2026-05-15T21:29:24.133Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4549 | 2026-05-15T21:29:24.498Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4550 | 2026-05-15T21:29:24.502Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4551 | 2026-05-15T21:29:25.129Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4552 | 2026-05-15T21:29:26.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s |
| 4553 | 2026-05-15T21:29:26.969Z | |
| 4554 | 2026-05-15T21:29:26.969Z | info: running `cargo check --bins` on internal-dns-cli (264/276) |
| 4555 | 2026-05-15T21:29:27.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4556 | 2026-05-15T21:29:27.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4557 | 2026-05-15T21:29:27.609Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4558 | 2026-05-15T21:29:28.067Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4559 | 2026-05-15T21:29:28.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4560 | 2026-05-15T21:29:28.581Z | |
| 4561 | 2026-05-15T21:29:28.581Z | info: running `cargo check --bins` on omicron-live-tests (265/276) |
| 4562 | 2026-05-15T21:29:29.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4563 | 2026-05-15T21:29:29.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4564 | 2026-05-15T21:29:29.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4565 | 2026-05-15T21:29:29.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4566 | 2026-05-15T21:29:29.174Z | |
| 4567 | 2026-05-15T21:29:29.174Z | info: running `cargo check --bins` on live-tests-macros (266/276) |
| 4568 | 2026-05-15T21:29:29.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4569 | 2026-05-15T21:29:29.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4570 | 2026-05-15T21:29:29.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4571 | 2026-05-15T21:29:29.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4572 | 2026-05-15T21:29:29.773Z | |
| 4573 | 2026-05-15T21:29:29.773Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276) |
| 4574 | 2026-05-15T21:29:30.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4575 | 2026-05-15T21:29:30.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4576 | 2026-05-15T21:29:30.529Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4577 | 2026-05-15T21:29:31.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 4578 | 2026-05-15T21:29:31.355Z | |
| 4579 | 2026-05-15T21:29:31.355Z | info: running `cargo check --bins` on omicron-ntp-admin (268/276) |
| 4580 | 2026-05-15T21:29:31.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4581 | 2026-05-15T21:29:31.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4582 | 2026-05-15T21:29:32.010Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4583 | 2026-05-15T21:29:32.016Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4584 | 2026-05-15T21:29:32.292Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4585 | 2026-05-15T21:29:32.295Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4586 | 2026-05-15T21:29:33.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
| 4587 | 2026-05-15T21:29:33.287Z | |
| 4588 | 2026-05-15T21:29:33.287Z | info: running `cargo check --bins` on ntp-admin-types (269/276) |
| 4589 | 2026-05-15T21:29:33.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4590 | 2026-05-15T21:29:33.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4591 | 2026-05-15T21:29:33.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4592 | 2026-05-15T21:29:33.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4593 | 2026-05-15T21:29:33.875Z | |
| 4594 | 2026-05-15T21:29:33.875Z | info: running `cargo check --bins` on omicron-package (270/276) |
| 4595 | 2026-05-15T21:29:34.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4596 | 2026-05-15T21:29:34.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4597 | 2026-05-15T21:29:34.564Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4598 | 2026-05-15T21:29:35.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 4599 | 2026-05-15T21:29:35.835Z | |
| 4600 | 2026-05-15T21:29:35.835Z | info: running `cargo check --bins` on tqdb (271/276) |
| 4601 | 2026-05-15T21:29:36.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4602 | 2026-05-15T21:29:36.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4603 | 2026-05-15T21:29:36.618Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4604 | 2026-05-15T21:29:36.976Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4605 | 2026-05-15T21:29:37.489Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4606 | 2026-05-15T21:29:37.490Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4607 | 2026-05-15T21:29:43.393Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4608 | 2026-05-15T21:29:43.393Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4609 | 2026-05-15T21:29:43.972Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4610 | 2026-05-15T21:29:43.972Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4611 | 2026-05-15T21:29:43.976Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4612 | 2026-05-15T21:29:43.976Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4613 | 2026-05-15T21:29:44.770Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4614 | 2026-05-15T21:29:45.708Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4615 | 2026-05-15T21:29:46.477Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4616 | 2026-05-15T21:29:47.086Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4617 | 2026-05-15T21:29:51.296Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4618 | 2026-05-15T21:29:57.702Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4619 | 2026-05-15T21:29:57.705Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4620 | 2026-05-15T21:29:57.705Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4621 | 2026-05-15T21:29:57.705Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4622 | 2026-05-15T21:29:59.188Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4623 | 2026-05-15T21:30:00.523Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4624 | 2026-05-15T21:30:01.201Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4625 | 2026-05-15T21:30:02.443Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4626 | 2026-05-15T21:30:02.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.15s |
| 4627 | 2026-05-15T21:30:03.212Z | |
| 4628 | 2026-05-15T21:30:03.212Z | info: running `cargo check --bins` on wicket-dbg (272/276) |
| 4629 | 2026-05-15T21:30:03.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4630 | 2026-05-15T21:30:03.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4631 | 2026-05-15T21:30:03.927Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4632 | 2026-05-15T21:30:03.930Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4633 | 2026-05-15T21:30:03.930Z | Checking rtoolbox v0.0.3 |
| 4634 | 2026-05-15T21:30:04.062Z | Checking tui-tree-widget v0.23.1 |
| 4635 | 2026-05-15T21:30:04.162Z | Checking rpassword v7.4.0 |
| 4636 | 2026-05-15T21:30:05.167Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4637 | 2026-05-15T21:30:08.131Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4638 | 2026-05-15T21:30:09.990Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4639 | 2026-05-15T21:30:10.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s |
| 4640 | 2026-05-15T21:30:11.105Z | |
| 4641 | 2026-05-15T21:30:11.105Z | info: running `cargo check --bins` on wicket (273/276) |
| 4642 | 2026-05-15T21:30:11.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4643 | 2026-05-15T21:30:11.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4644 | 2026-05-15T21:30:11.806Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4645 | 2026-05-15T21:30:12.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 4646 | 2026-05-15T21:30:12.365Z | |
| 4647 | 2026-05-15T21:30:12.365Z | info: running `cargo check --bins` on wicketd (274/276) |
| 4648 | 2026-05-15T21:30:12.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4649 | 2026-05-15T21:30:12.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4650 | 2026-05-15T21:30:13.092Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4651 | 2026-05-15T21:30:13.095Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4652 | 2026-05-15T21:30:13.095Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4653 | 2026-05-15T21:30:13.095Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4654 | 2026-05-15T21:30:14.081Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4655 | 2026-05-15T21:30:14.656Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4656 | 2026-05-15T21:30:17.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s |
| 4657 | 2026-05-15T21:30:17.797Z | |
| 4658 | 2026-05-15T21:30:17.797Z | info: running `cargo check --bins` on omicron-workspace-hack (275/276) |
| 4659 | 2026-05-15T21:30:18.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4660 | 2026-05-15T21:30:18.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4661 | 2026-05-15T21:30:18.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4662 | 2026-05-15T21:30:18.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4663 | 2026-05-15T21:30:18.390Z | |
| 4664 | 2026-05-15T21:30:18.390Z | info: running `cargo check --bins` on zone-setup (276/276) |
| 4665 | 2026-05-15T21:30:18.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4666 | 2026-05-15T21:30:18.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4667 | 2026-05-15T21:30:19.071Z | Checking uzers v0.12.2 |
| 4668 | 2026-05-15T21:30:19.345Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4669 | 2026-05-15T21:30:20.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 4670 | 2026-05-15T21:30:20.305Z | |
| 4671 | 2026-05-15T21:30:20.305Z | real 14:15.026489755 |
| 4672 | 2026-05-15T21:30:20.305Z | user 20:38.408192071 |
| 4673 | 2026-05-15T21:30:20.305Z | sys 4:18.227959122 |
| 4674 | 2026-05-15T21:30:20.305Z | trap 0.331938152 |
| 4675 | 2026-05-15T21:30:20.305Z | tflt 1.009181905 |
| 4676 | 2026-05-15T21:30:20.305Z | dflt 1.611832629 |
| 4677 | 2026-05-15T21:30:20.305Z | kflt 0.038130167 |
| 4678 | 2026-05-15T21:30:20.305Z | lock 1:17:53.377129872 |
| 4679 | 2026-05-15T21:30:20.305Z | slp 1:38:54.807418586 |
| 4680 | 2026-05-15T21:30:20.305Z | lat 57.891650573 |
| 4681 | 2026-05-15T21:30:20.305Z | stop 3:37.814058432 |
| 4682 | 2026-05-15T21:30:20.309Z | process exited: duration 994231 ms, exit code 0 |
| |
| 4683 | 2026-05-15T21:30:20.315Z | found 0 output files |