|
|
|
| 1 | 2026-05-22T21:25:27.030Z | job assigned to worker 01KS8S7461JX4GC78033SGCVV8 [factory aws, i-05c7a61ca4b5d5d00] (queued for 47 s) |
| |
| 2 | 2026-05-22T21:25:33.526Z | starting task 0: "setup" |
| 3 | 2026-05-22T21:25:33.530Z | ++ uname -s |
| 4 | 2026-05-22T21:25:33.533Z | + kern=SunOS |
| 5 | 2026-05-22T21:25:33.533Z | + build_user=build |
| 6 | 2026-05-22T21:25:33.533Z | + build_uid=12345 |
| 7 | 2026-05-22T21:25:33.533Z | + work_dir=/work |
| 8 | 2026-05-22T21:25:33.533Z | + input_dir=/input |
| 9 | 2026-05-22T21:25:33.533Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-22T21:25:33.533Z | + case "$kern" in |
| 11 | 2026-05-22T21:25:33.533Z | + groupadd -g 12345 build |
| 12 | 2026-05-22T21:25:33.536Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-22T21:25:35.543Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-22T21:25:35.614Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-22T21:25:35.617Z | + home_fs=zfs |
| 16 | 2026-05-22T21:25:35.617Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-22T21:25:35.617Z | + mkdir -p /home/build |
| 18 | 2026-05-22T21:25:35.617Z | + chown build:build /home/build /work |
| 19 | 2026-05-22T21:25:37.619Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-22T21:25:37.622Z | process exited: duration 4096 ms, exit code 0 |
| |
| 21 | 2026-05-22T21:25:37.628Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-22T21:25:37.632Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-22T21:25:37.632Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-22T21:25:37.638Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-05-22T21:25:37.638Z | * rust toolchain profile = "default" |
| 26 | 2026-05-22T21:25:37.638Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-22T21:25:37.638Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-22T21:25:37.638Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-22T21:25:37.638Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-22T21:25:37.693Z | info: downloading installer |
| 31 | 2026-05-22T21:25:39.031Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-22T21:25:39.031Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-22T21:25:39.031Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-22T21:25:39.031Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-22T21:25:39.043Z | info: profile set to default |
| 36 | 2026-05-22T21:25:39.043Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-22T21:25:39.046Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-22T21:25:39.182Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-22T21:25:39.185Z | info: downloading 6 components |
| 40 | 2026-05-22T21:25:52.813Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-22T21:25:52.813Z | |
| 42 | 2026-05-22T21:25:52.841Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-22T21:25:52.841Z | |
| 44 | 2026-05-22T21:25:52.841Z | |
| 45 | 2026-05-22T21:25:52.841Z | Rust is installed now. Great! |
| 46 | 2026-05-22T21:25:52.841Z | |
| 47 | 2026-05-22T21:25:52.841Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-22T21:25:52.841Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-22T21:25:52.841Z | |
| 50 | 2026-05-22T21:25:52.841Z | To configure your current shell, you need to source |
| 51 | 2026-05-22T21:25:52.841Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-22T21:25:52.841Z | |
| 53 | 2026-05-22T21:25:52.841Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-22T21:25:52.844Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-22T21:25:52.844Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-22T21:25:52.844Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-22T21:25:52.844Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-22T21:25:52.844Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-22T21:25:52.844Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-22T21:25:52.844Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-22T21:25:52.844Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-22T21:25:52.928Z | + rustup --version |
| 63 | 2026-05-22T21:25:52.937Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-22T21:25:52.940Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-22T21:25:52.958Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-22T21:25:52.961Z | + cargo --version |
| 67 | 2026-05-22T21:25:52.973Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-22T21:25:52.976Z | + rustc --version |
| 69 | 2026-05-22T21:25:52.995Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-22T21:25:52.998Z | process exited: duration 15369 ms, exit code 0 |
| |
| 71 | 2026-05-22T21:25:53.004Z | starting task 2: "authentication" |
| 72 | 2026-05-22T21:25:53.020Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-22T21:25:53.026Z | starting task 3: "clone repository" |
| 74 | 2026-05-22T21:25:53.029Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-22T21:25:53.033Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-22T21:25:53.072Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-22T21:26:04.852Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-22T21:26:04.852Z | + git fetch origin dd347a40fafd94a70d9c67f8f124788c46d922eb |
| 79 | 2026-05-22T21:26:05.134Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-22T21:26:05.134Z | * branch dd347a40fafd94a70d9c67f8f124788c46d922eb -> FETCH_HEAD |
| 81 | 2026-05-22T21:26:05.144Z | + [[ -n emunn/omdb-db-system-version ]] |
| 82 | 2026-05-22T21:26:05.147Z | ++ git branch --show-current |
| 83 | 2026-05-22T21:26:05.147Z | + current=main |
| 84 | 2026-05-22T21:26:05.147Z | + [[ main != emunn/omdb-db-system-version ]] |
| 85 | 2026-05-22T21:26:05.147Z | + git branch -f emunn/omdb-db-system-version dd347a40fafd94a70d9c67f8f124788c46d922eb |
| 86 | 2026-05-22T21:26:05.149Z | + git checkout -f emunn/omdb-db-system-version |
| 87 | 2026-05-22T21:26:05.390Z | Switched to branch 'emunn/omdb-db-system-version' |
| 88 | 2026-05-22T21:26:05.393Z | + git reset --hard dd347a40fafd94a70d9c67f8f124788c46d922eb |
| 89 | 2026-05-22T21:26:05.625Z | HEAD is now at dd347a40f Change the sorting order for --all, keep the convention in omdb db saga and omdb nexus blueprints list |
| 90 | 2026-05-22T21:26:05.628Z | process exited: duration 12601 ms, exit code 0 |
| |
| 91 | 2026-05-22T21:26:05.634Z | starting task 4: "build" |
| 92 | 2026-05-22T21:26:05.639Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-22T21:26:05.639Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-22T21:26:05.639Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-22T21:26:05.639Z | + cargo --version |
| 96 | 2026-05-22T21:26:05.650Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-22T21:26:05.652Z | + rustc --version |
| 98 | 2026-05-22T21:26:05.673Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-22T21:26:05.676Z | + source ./env.sh |
| 100 | 2026-05-22T21:26:05.676Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-22T21:26:05.676Z | ++ set -o xtrace |
| 102 | 2026-05-22T21:26:05.679Z | ++++ dirname ./env.sh |
| 103 | 2026-05-22T21:26:05.682Z | +++ readlink -f . |
| 104 | 2026-05-22T21:26:05.685Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-22T21:26:05.685Z | ++ 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-22T21:26:05.685Z | ++ 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-22T21:26:05.685Z | ++ 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-22T21:26:05.685Z | ++ 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-22T21:26:05.685Z | ++ 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-22T21:26:05.685Z | ++ 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-22T21:26:05.685Z | ++ 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-22T21:26:05.685Z | ++ 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-22T21:26:05.685Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-05-22T21:26:05.685Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-05-22T21:26:05.685Z | + 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-22T21:26:05.685Z | + 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-22T21:26:05.685Z | + banner prerequisites |
| 118 | 2026-05-22T21:26:05.688Z | |
| 119 | 2026-05-22T21:26:05.688Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-22T21:26:05.688Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-22T21:26:05.688Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-22T21:26:05.688Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-22T21:26:05.688Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-22T21:26:05.688Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-22T21:26:05.688Z | |
| 126 | 2026-05-22T21:26:05.688Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-22T21:26:07.663Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-22T21:26:07.730Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-22T21:26:07.990Z | Planning: Solver setup ... Done (0.224s) |
| 130 | 2026-05-22T21:26:08.008Z | Planning: Running solver ... Done (0.018s) |
| 131 | 2026-05-22T21:26:08.015Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-05-22T21:26:08.027Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-22T21:26:08.044Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-22T21:26:08.057Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-05-22T21:26:08.060Z | Planning: Merging actions ... Done (0.002s) |
| 136 | 2026-05-22T21:26:08.248Z | Planning: Checking for conflicting actions ... Done (0.189s) |
| 137 | 2026-05-22T21:26:08.251Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-22T21:26:09.064Z | Planning: Evaluating mediators ... Done (0.815s) |
| 139 | 2026-05-22T21:26:09.067Z | Planning: Planning completed in 1.32 seconds |
| 140 | 2026-05-22T21:26:09.073Z | Packages to install: 2 |
| 141 | 2026-05-22T21:26:09.073Z | Estimated space available: 156.07 GB |
| 142 | 2026-05-22T21:26:09.076Z | Estimated space to be consumed: 22.53 MB |
| 143 | 2026-05-22T21:26:09.076Z | Create boot environment: No |
| 144 | 2026-05-22T21:26:09.076Z | Create backup boot environment: No |
| 145 | 2026-05-22T21:26:09.076Z | Rebuild boot archive: No |
| 146 | 2026-05-22T21:26:09.076Z | |
| 147 | 2026-05-22T21:26:09.076Z | Changed packages: |
| 148 | 2026-05-22T21:26:09.076Z | helios |
| 149 | 2026-05-22T21:26:09.076Z | developer/build-essential |
| 150 | 2026-05-22T21:26:09.076Z | None -> 11-3.0 |
| 151 | 2026-05-22T21:26:09.076Z | library/libxmlsec1 |
| 152 | 2026-05-22T21:26:09.076Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-22T21:26:09.101Z | |
| 154 | 2026-05-22T21:26:09.101Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-22T21:26:09.637Z | Download: Completed 1.28 MB in 0.54 seconds (2.4M/s) |
| 156 | 2026-05-22T21:26:09.719Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-22T21:26:09.757Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-05-22T21:26:09.790Z | Finalize: Updating package state database ... Done (0.033s) |
| 159 | 2026-05-22T21:26:09.790Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-22T21:26:09.810Z | Finalize: Updating image state ... Done (0.019s) |
| 161 | 2026-05-22T21:26:12.138Z | Finalize: Creating fast lookup database ... Done (2.306s) |
| 162 | 2026-05-22T21:26:12.204Z | Finalize: Reading search index ... Done (0.013s) |
| 163 | 2026-05-22T21:26:12.207Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-22T21:26:12.292Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-22T21:26:12.594Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-22T21:26:12.698Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-22T21:26:12.701Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-22T21:26:12.859Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-22T21:26:12.862Z | Planning: Planning completed in 0.27 seconds |
| 170 | 2026-05-22T21:26:12.882Z | Mediators to change: 2 |
| 171 | 2026-05-22T21:26:12.882Z | Create boot environment: No |
| 172 | 2026-05-22T21:26:12.882Z | Create backup boot environment: No |
| 173 | 2026-05-22T21:26:12.953Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-22T21:26:12.953Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-22T21:26:12.964Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-22T21:26:14.902Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-22T21:26:14.963Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-22T21:26:14.966Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-22T21:26:15.037Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-22T21:26:15.321Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-22T21:26:15.427Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-22T21:26:15.430Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-22T21:26:15.586Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-22T21:26:15.589Z | Planning: Planning completed in 0.27 seconds |
| 185 | 2026-05-22T21:26:15.609Z | Mediators to change: 1 |
| 186 | 2026-05-22T21:26:15.609Z | Create boot environment: No |
| 187 | 2026-05-22T21:26:15.609Z | Create backup boot environment: No |
| 188 | 2026-05-22T21:26:15.664Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-22T21:26:15.664Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-22T21:26:15.675Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-22T21:26:17.621Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-22T21:26:17.686Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-22T21:26:17.696Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-22T21:26:17.826Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-22T21:26:18.138Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-22T21:26:18.138Z | apache system 2.4 system |
| 197 | 2026-05-22T21:26:18.138Z | clang system 15 system |
| 198 | 2026-05-22T21:26:18.138Z | csh system system illumos |
| 199 | 2026-05-22T21:26:18.138Z | ctags system system illumos |
| 200 | 2026-05-22T21:26:18.138Z | file vendor vendor darwinsys |
| 201 | 2026-05-22T21:26:18.139Z | file system system illumos |
| 202 | 2026-05-22T21:26:18.139Z | gcc vendor 14 vendor |
| 203 | 2026-05-22T21:26:18.139Z | gcc system 13 system |
| 204 | 2026-05-22T21:26:18.139Z | gcc system 10 system |
| 205 | 2026-05-22T21:26:18.139Z | go system 1.25 system |
| 206 | 2026-05-22T21:26:18.139Z | llvm system 15 system |
| 207 | 2026-05-22T21:26:18.139Z | mariadb system 11.4 system |
| 208 | 2026-05-22T21:26:18.139Z | mta vendor vendor dma |
| 209 | 2026-05-22T21:26:18.139Z | openjdk system 17 system |
| 210 | 2026-05-22T21:26:18.139Z | openjdk system 11 system |
| 211 | 2026-05-22T21:26:18.139Z | openssl vendor 3 vendor |
| 212 | 2026-05-22T21:26:18.139Z | perl system 5.40 system |
| 213 | 2026-05-22T21:26:18.139Z | postgresql system 18 system |
| 214 | 2026-05-22T21:26:18.139Z | postgresql system 17 system |
| 215 | 2026-05-22T21:26:18.139Z | python vendor 3 vendor |
| 216 | 2026-05-22T21:26:18.139Z | python system 2 system |
| 217 | 2026-05-22T21:26:18.139Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-22T21:26:18.139Z | ruby system 3.4 system |
| 219 | 2026-05-22T21:26:18.139Z | ruby system 3.0 system |
| 220 | 2026-05-22T21:26:18.139Z | words vendor vendor american-english |
| 221 | 2026-05-22T21:26:18.139Z | words system system australian-english |
| 222 | 2026-05-22T21:26:18.139Z | words system system british-english |
| 223 | 2026-05-22T21:26:18.139Z | words system system canadian-english |
| 224 | 2026-05-22T21:26:18.139Z | words system system french |
| 225 | 2026-05-22T21:26:18.139Z | words system system italian |
| 226 | 2026-05-22T21:26:18.139Z | words system system ngerman |
| 227 | 2026-05-22T21:26:18.139Z | words system system ogerman |
| 228 | 2026-05-22T21:26:18.139Z | words system system spanish |
| 229 | 2026-05-22T21:26:18.398Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-22T21:26:18.398Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-22T21:26:18.675Z | FMRI IFO |
| 232 | 2026-05-22T21:26:18.675Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-22T21:26:18.675Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-22T21:26:18.675Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-22T21:26:18.675Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-22T21:26:18.675Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-22T21:26:18.675Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-22T21:26:18.675Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-22T21:26:18.675Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-22T21:26:18.675Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-22T21:26:18.919Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-22T21:26:19.175Z | Updating crates.io index |
| 243 | 2026-05-22T21:26:19.178Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-22T21:26:19.701Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-22T21:26:20.006Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-22T21:26:20.578Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-22T21:26:21.414Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-22T21:26:21.913Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-22T21:26:23.224Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-22T21:26:23.945Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-22T21:26:24.296Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-22T21:26:25.081Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-22T21:26:25.474Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-22T21:26:25.907Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-22T21:26:26.224Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-22T21:26:27.111Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-22T21:26:27.574Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-05-22T21:26:27.830Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-05-22T21:26:28.220Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-05-22T21:26:28.541Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-05-22T21:26:28.850Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-05-22T21:26:29.143Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-05-22T21:26:29.402Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-05-22T21:26:29.654Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-05-22T21:26:30.024Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-05-22T21:26:30.398Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 267 | 2026-05-22T21:26:30.935Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 268 | 2026-05-22T21:26:31.347Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 269 | 2026-05-22T21:26:31.656Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 270 | 2026-05-22T21:26:32.615Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 271 | 2026-05-22T21:26:33.265Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 272 | 2026-05-22T21:26:34.118Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-05-22T21:26:34.568Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 274 | 2026-05-22T21:26:34.926Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 275 | 2026-05-22T21:26:35.208Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 276 | 2026-05-22T21:26:35.559Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 277 | 2026-05-22T21:26:36.108Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 278 | 2026-05-22T21:26:36.347Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 279 | 2026-05-22T21:26:36.574Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 280 | 2026-05-22T21:26:36.810Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 281 | 2026-05-22T21:26:37.241Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 282 | 2026-05-22T21:26:49.021Z | Downloading crates ... |
| 283 | 2026-05-22T21:26:49.082Z | Downloaded thiserror v1.0.69 |
| 284 | 2026-05-22T21:26:49.086Z | Downloaded cargo-util-schemas v0.8.2 |
| 285 | 2026-05-22T21:26:49.088Z | Downloaded anstream v0.6.21 |
| 286 | 2026-05-22T21:26:49.089Z | Downloaded zerofrom-derive v0.1.6 |
| 287 | 2026-05-22T21:26:49.091Z | Downloaded anstyle-query v1.1.5 |
| 288 | 2026-05-22T21:26:49.091Z | Downloaded usdt-impl v0.5.0 |
| 289 | 2026-05-22T21:26:49.091Z | Downloaded fastrand v2.3.0 |
| 290 | 2026-05-22T21:26:49.094Z | Downloaded dtrace-parser v0.2.0 |
| 291 | 2026-05-22T21:26:49.094Z | Downloaded equivalent v1.0.2 |
| 292 | 2026-05-22T21:26:49.097Z | Downloaded anstyle-parse v0.2.7 |
| 293 | 2026-05-22T21:26:49.097Z | Downloaded toml v0.8.23 |
| 294 | 2026-05-22T21:26:49.100Z | Downloaded unicode-linebreak v0.1.5 |
| 295 | 2026-05-22T21:26:49.101Z | Downloaded toml_datetime v0.6.11 |
| 296 | 2026-05-22T21:26:49.101Z | Downloaded memchr v2.8.0 |
| 297 | 2026-05-22T21:26:49.104Z | Downloaded goblin v0.8.2 |
| 298 | 2026-05-22T21:26:49.106Z | Downloaded zerofrom v0.1.6 |
| 299 | 2026-05-22T21:26:49.107Z | Downloaded utf8parse v0.2.2 |
| 300 | 2026-05-22T21:26:49.109Z | Downloaded typeid v1.0.3 |
| 301 | 2026-05-22T21:26:49.109Z | Downloaded getrandom v0.4.1 |
| 302 | 2026-05-22T21:26:49.112Z | Downloaded usdt v0.5.0 |
| 303 | 2026-05-22T21:26:49.112Z | Downloaded generic-array v0.14.7 |
| 304 | 2026-05-22T21:26:49.112Z | Downloaded unicode-xid v0.2.6 |
| 305 | 2026-05-22T21:26:49.115Z | Downloaded utf8_iter v1.0.4 |
| 306 | 2026-05-22T21:26:49.115Z | Downloaded anyhow v1.0.102 |
| 307 | 2026-05-22T21:26:49.119Z | Downloaded toml_write v0.1.2 |
| 308 | 2026-05-22T21:26:49.119Z | Downloaded usdt-macro v0.5.0 |
| 309 | 2026-05-22T21:26:49.119Z | Downloaded form_urlencoded v1.2.2 |
| 310 | 2026-05-22T21:26:49.119Z | Downloaded digest v0.10.7 |
| 311 | 2026-05-22T21:26:49.122Z | Downloaded heck v0.4.1 |
| 312 | 2026-05-22T21:26:49.122Z | Downloaded version_check v0.9.5 |
| 313 | 2026-05-22T21:26:49.122Z | Downloaded usdt-attr-macro v0.5.0 |
| 314 | 2026-05-22T21:26:49.122Z | Downloaded cargo_metadata v0.21.0 |
| 315 | 2026-05-22T21:26:49.122Z | Downloaded erased-serde v0.4.9 |
| 316 | 2026-05-22T21:26:49.125Z | Downloaded serde-untagged v0.1.9 |
| 317 | 2026-05-22T21:26:49.125Z | Downloaded thread-id v4.2.2 |
| 318 | 2026-05-22T21:26:49.125Z | Downloaded autocfg v1.5.0 |
| 319 | 2026-05-22T21:26:49.128Z | Downloaded yoke v0.8.1 |
| 320 | 2026-05-22T21:26:49.128Z | Downloaded zerovec-derive v0.11.2 |
| 321 | 2026-05-22T21:26:49.131Z | Downloaded idna_adapter v1.2.1 |
| 322 | 2026-05-22T21:26:49.131Z | Downloaded crypto-common v0.1.7 |
| 323 | 2026-05-22T21:26:49.131Z | Downloaded zmij v1.0.21 |
| 324 | 2026-05-22T21:26:49.131Z | Downloaded percent-encoding v2.3.2 |
| 325 | 2026-05-22T21:26:49.134Z | Downloaded thiserror-impl v2.0.18 |
| 326 | 2026-05-22T21:26:49.134Z | Downloaded tinystr v0.8.2 |
| 327 | 2026-05-22T21:26:49.137Z | Downloaded cfg-if v1.0.4 |
| 328 | 2026-05-22T21:26:49.137Z | Downloaded displaydoc v0.2.5 |
| 329 | 2026-05-22T21:26:49.141Z | Downloaded yoke-derive v0.8.1 |
| 330 | 2026-05-22T21:26:49.141Z | Downloaded itoa v1.0.17 |
| 331 | 2026-05-22T21:26:49.141Z | Downloaded writeable v0.6.2 |
| 332 | 2026-05-22T21:26:49.141Z | Downloaded terminal_size v0.4.3 |
| 333 | 2026-05-22T21:26:49.143Z | Downloaded proc-macro-error v1.0.4 |
| 334 | 2026-05-22T21:26:49.143Z | Downloaded plain v0.2.3 |
| 335 | 2026-05-22T21:26:49.144Z | Downloaded thiserror-impl v1.0.69 |
| 336 | 2026-05-22T21:26:49.146Z | Downloaded clap_lex v1.0.0 |
| 337 | 2026-05-22T21:26:49.146Z | Downloaded anstyle v1.0.13 |
| 338 | 2026-05-22T21:26:49.146Z | Downloaded memmap v0.7.0 |
| 339 | 2026-05-22T21:26:49.149Z | Downloaded proc-macro-error-attr v1.0.4 |
| 340 | 2026-05-22T21:26:49.149Z | Downloaded cargo-platform v0.2.0 |
| 341 | 2026-05-22T21:26:49.149Z | Downloaded fnv v1.0.7 |
| 342 | 2026-05-22T21:26:49.149Z | Downloaded colorchoice v1.0.4 |
| 343 | 2026-05-22T21:26:49.149Z | Downloaded thiserror v2.0.18 |
| 344 | 2026-05-22T21:26:49.152Z | Downloaded ucd-trie v0.1.7 |
| 345 | 2026-05-22T21:26:49.155Z | Downloaded tabled_derive v0.7.0 |
| 346 | 2026-05-22T21:26:49.157Z | Downloaded zerocopy-derive v0.7.35 |
| 347 | 2026-05-22T21:26:49.160Z | Downloaded typenum v1.19.0 |
| 348 | 2026-05-22T21:26:49.160Z | Downloaded textwrap v0.16.2 |
| 349 | 2026-05-22T21:26:49.163Z | Downloaded strsim v0.11.1 |
| 350 | 2026-05-22T21:26:49.163Z | Downloaded unicode-ident v1.0.24 |
| 351 | 2026-05-22T21:26:49.166Z | Downloaded errno v0.3.14 |
| 352 | 2026-05-22T21:26:49.166Z | Downloaded smawk v0.3.2 |
| 353 | 2026-05-22T21:26:49.166Z | Downloaded pretty-hex v0.4.1 |
| 354 | 2026-05-22T21:26:49.169Z | Downloaded heck v0.5.0 |
| 355 | 2026-05-22T21:26:49.169Z | Downloaded is_terminal_polyfill v1.70.2 |
| 356 | 2026-05-22T21:26:49.169Z | Downloaded serde-value v0.7.0 |
| 357 | 2026-05-22T21:26:49.169Z | Downloaded cpufeatures v0.2.17 |
| 358 | 2026-05-22T21:26:49.172Z | Downloaded scroll_derive v0.12.1 |
| 359 | 2026-05-22T21:26:49.172Z | Downloaded url v2.5.8 |
| 360 | 2026-05-22T21:26:49.174Z | Downloaded potential_utf v0.1.4 |
| 361 | 2026-05-22T21:26:49.174Z | Downloaded zerotrie v0.2.3 |
| 362 | 2026-05-22T21:26:49.177Z | Downloaded serde_spanned v0.6.9 |
| 363 | 2026-05-22T21:26:49.178Z | Downloaded dof v0.3.0 |
| 364 | 2026-05-22T21:26:49.178Z | Downloaded ordered-float v2.10.1 |
| 365 | 2026-05-22T21:26:49.180Z | Downloaded toml_edit v0.22.27 |
| 366 | 2026-05-22T21:26:49.183Z | Downloaded swrite v0.1.0 |
| 367 | 2026-05-22T21:26:49.183Z | Downloaded macaddr v1.0.1 |
| 368 | 2026-05-22T21:26:49.192Z | Downloaded icu_normalizer v2.1.1 |
| 369 | 2026-05-22T21:26:49.195Z | Downloaded zerocopy v0.7.35 |
| 370 | 2026-05-22T21:26:49.198Z | Downloaded zerovec v0.11.5 |
| 371 | 2026-05-22T21:26:49.202Z | Downloaded stable_deref_trait v1.2.1 |
| 372 | 2026-05-22T21:26:49.205Z | Downloaded cargo_toml v0.21.0 |
| 373 | 2026-05-22T21:26:49.207Z | Downloaded winnow v0.7.14 |
| 374 | 2026-05-22T21:26:49.211Z | Downloaded quote v1.0.45 |
| 375 | 2026-05-22T21:26:49.214Z | Downloaded bytecount v0.6.9 |
| 376 | 2026-05-22T21:26:49.214Z | Downloaded unicode-width v0.1.14 |
| 377 | 2026-05-22T21:26:49.217Z | Downloaded serde_tokenstream v0.2.3 |
| 378 | 2026-05-22T21:26:49.220Z | Downloaded scroll v0.12.0 |
| 379 | 2026-05-22T21:26:49.220Z | Downloaded unicode-width v0.2.0 |
| 380 | 2026-05-22T21:26:49.223Z | Downloaded sha2 v0.10.9 |
| 381 | 2026-05-22T21:26:49.225Z | Downloaded fs-err v3.3.0 |
| 382 | 2026-05-22T21:26:49.225Z | Downloaded block-buffer v0.10.4 |
| 383 | 2026-05-22T21:26:49.228Z | Downloaded tempfile v3.25.0 |
| 384 | 2026-05-22T21:26:49.230Z | Downloaded bitflags v2.11.0 |
| 385 | 2026-05-22T21:26:49.238Z | Downloaded synstructure v0.13.2 |
| 386 | 2026-05-22T21:26:49.241Z | Downloaded smallvec v1.15.1 |
| 387 | 2026-05-22T21:26:49.244Z | Downloaded clap_derive v4.5.55 |
| 388 | 2026-05-22T21:26:49.246Z | Downloaded semver v1.0.28 |
| 389 | 2026-05-22T21:26:49.249Z | Downloaded pest_derive v2.8.6 |
| 390 | 2026-05-22T21:26:49.254Z | Downloaded litemap v0.8.1 |
| 391 | 2026-05-22T21:26:49.257Z | Downloaded once_cell v1.21.3 |
| 392 | 2026-05-22T21:26:49.259Z | Downloaded icu_provider v2.1.1 |
| 393 | 2026-05-22T21:26:49.259Z | Downloaded byteorder v1.5.0 |
| 394 | 2026-05-22T21:26:49.259Z | Downloaded camino-tempfile v1.4.1 |
| 395 | 2026-05-22T21:26:49.262Z | Downloaded pest_generator v2.8.6 |
| 396 | 2026-05-22T21:26:49.265Z | Downloaded serde_derive v1.0.228 |
| 397 | 2026-05-22T21:26:49.268Z | Downloaded log v0.4.29 |
| 398 | 2026-05-22T21:26:49.270Z | Downloaded camino v1.2.2 |
| 399 | 2026-05-22T21:26:49.285Z | Downloaded icu_properties v2.1.2 |
| 400 | 2026-05-22T21:26:49.289Z | Downloaded clap v4.5.60 |
| 401 | 2026-05-22T21:26:49.294Z | Downloaded serde_core v1.0.228 |
| 402 | 2026-05-22T21:26:49.297Z | Downloaded papergrid v0.11.0 |
| 403 | 2026-05-22T21:26:49.299Z | Downloaded icu_locale_core v2.1.1 |
| 404 | 2026-05-22T21:26:49.302Z | Downloaded icu_normalizer_data v2.1.1 |
| 405 | 2026-05-22T21:26:49.305Z | Downloaded pest_meta v2.8.6 |
| 406 | 2026-05-22T21:26:49.305Z | Downloaded num-traits v0.2.19 |
| 407 | 2026-05-22T21:26:49.308Z | Downloaded proc-macro2 v1.0.106 |
| 408 | 2026-05-22T21:26:49.310Z | Downloaded serde v1.0.228 |
| 409 | 2026-05-22T21:26:49.313Z | Downloaded icu_collections v2.1.1 |
| 410 | 2026-05-22T21:26:49.327Z | Downloaded indexmap v2.14.0 |
| 411 | 2026-05-22T21:26:49.352Z | Downloaded idna v1.1.0 |
| 412 | 2026-05-22T21:26:49.359Z | Downloaded pest v2.8.6 |
| 413 | 2026-05-22T21:26:49.362Z | Downloaded hashbrown v0.17.0 |
| 414 | 2026-05-22T21:26:49.365Z | Downloaded icu_properties_data v2.1.2 |
| 415 | 2026-05-22T21:26:49.370Z | Downloaded clap_builder v4.5.60 |
| 416 | 2026-05-22T21:26:49.376Z | Downloaded serde_json v1.0.149 |
| 417 | 2026-05-22T21:26:49.394Z | Downloaded tabled v0.15.0 |
| 418 | 2026-05-22T21:26:49.402Z | Downloaded syn v2.0.117 |
| 419 | 2026-05-22T21:26:49.409Z | Downloaded syn v1.0.109 |
| 420 | 2026-05-22T21:26:49.423Z | Downloaded rustix v1.1.3 |
| 421 | 2026-05-22T21:26:49.450Z | Downloaded libc v0.2.185 |
| 422 | 2026-05-22T21:26:49.517Z | Compiling proc-macro2 v1.0.106 |
| 423 | 2026-05-22T21:26:49.517Z | Compiling quote v1.0.45 |
| 424 | 2026-05-22T21:26:49.520Z | Compiling unicode-ident v1.0.24 |
| 425 | 2026-05-22T21:26:49.520Z | Compiling serde_core v1.0.228 |
| 426 | 2026-05-22T21:26:49.520Z | Compiling libc v0.2.185 |
| 427 | 2026-05-22T21:26:49.520Z | Compiling version_check v0.9.5 |
| 428 | 2026-05-22T21:26:49.521Z | Compiling memchr v2.8.0 |
| 429 | 2026-05-22T21:26:49.521Z | Compiling serde v1.0.228 |
| 430 | 2026-05-22T21:26:49.847Z | Compiling stable_deref_trait v1.2.1 |
| 431 | 2026-05-22T21:26:49.919Z | Compiling zmij v1.0.21 |
| 432 | 2026-05-22T21:26:50.086Z | Compiling thiserror v1.0.69 |
| 433 | 2026-05-22T21:26:50.100Z | Compiling ucd-trie v0.1.7 |
| 434 | 2026-05-22T21:26:50.363Z | Compiling autocfg v1.5.0 |
| 435 | 2026-05-22T21:26:50.379Z | Compiling itoa v1.0.17 |
| 436 | 2026-05-22T21:26:50.475Z | Compiling pest v2.8.6 |
| 437 | 2026-05-22T21:26:50.490Z | Compiling litemap v0.8.1 |
| 438 | 2026-05-22T21:26:50.490Z | Compiling writeable v0.6.2 |
| 439 | 2026-05-22T21:26:50.682Z | Compiling icu_normalizer_data v2.1.1 |
| 440 | 2026-05-22T21:26:50.696Z | Compiling byteorder v1.5.0 |
| 441 | 2026-05-22T21:26:50.860Z | Compiling icu_properties_data v2.1.2 |
| 442 | 2026-05-22T21:26:50.863Z | Compiling rustix v1.1.3 |
| 443 | 2026-05-22T21:26:50.986Z | Compiling syn v2.0.117 |
| 444 | 2026-05-22T21:26:51.037Z | Compiling errno v0.3.14 |
| 445 | 2026-05-22T21:26:51.065Z | Compiling serde_json v1.0.149 |
| 446 | 2026-05-22T21:26:51.081Z | Compiling bitflags v2.11.0 |
| 447 | 2026-05-22T21:26:51.297Z | Compiling num-traits v0.2.19 |
| 448 | 2026-05-22T21:26:51.312Z | Compiling smallvec v1.15.1 |
| 449 | 2026-05-22T21:26:51.345Z | Compiling equivalent v1.0.2 |
| 450 | 2026-05-22T21:26:51.429Z | Compiling typeid v1.0.3 |
| 451 | 2026-05-22T21:26:51.473Z | Compiling hashbrown v0.17.0 |
| 452 | 2026-05-22T21:26:51.513Z | Compiling pest_meta v2.8.6 |
| 453 | 2026-05-22T21:26:51.897Z | Compiling thread-id v4.2.2 |
| 454 | 2026-05-22T21:26:51.911Z | Compiling proc-macro-error-attr v1.0.4 |
| 455 | 2026-05-22T21:26:51.924Z | Compiling usdt-impl v0.5.0 |
| 456 | 2026-05-22T21:26:51.981Z | Compiling indexmap v2.14.0 |
| 457 | 2026-05-22T21:26:51.998Z | Compiling syn v1.0.109 |
| 458 | 2026-05-22T21:26:52.089Z | Compiling winnow v0.7.14 |
| 459 | 2026-05-22T21:26:52.126Z | Compiling erased-serde v0.4.9 |
| 460 | 2026-05-22T21:26:52.320Z | Compiling toml_write v0.1.2 |
| 461 | 2026-05-22T21:26:52.593Z | Compiling proc-macro-error v1.0.4 |
| 462 | 2026-05-22T21:26:52.689Z | Compiling thiserror v2.0.18 |
| 463 | 2026-05-22T21:26:52.829Z | Compiling log v0.4.29 |
| 464 | 2026-05-22T21:26:53.019Z | Compiling utf8parse v0.2.2 |
| 465 | 2026-05-22T21:26:53.044Z | Compiling getrandom v0.4.1 |
| 466 | 2026-05-22T21:26:53.134Z | Compiling utf8_iter v1.0.4 |
| 467 | 2026-05-22T21:26:53.164Z | Compiling plain v0.2.3 |
| 468 | 2026-05-22T21:26:53.201Z | Compiling percent-encoding v2.3.2 |
| 469 | 2026-05-22T21:26:53.278Z | Compiling camino v1.2.2 |
| 470 | 2026-05-22T21:26:53.292Z | Compiling ordered-float v2.10.1 |
| 471 | 2026-05-22T21:26:53.420Z | Compiling form_urlencoded v1.2.2 |
| 472 | 2026-05-22T21:26:53.420Z | Compiling anstyle-parse v0.2.7 |
| 473 | 2026-05-22T21:26:53.572Z | Compiling synstructure v0.13.2 |
| 474 | 2026-05-22T21:26:53.605Z | Compiling pest_generator v2.8.6 |
| 475 | 2026-05-22T21:26:53.693Z | Compiling terminal_size v0.4.3 |
| 476 | 2026-05-22T21:26:53.831Z | Compiling anstyle-query v1.1.5 |
| 477 | 2026-05-22T21:26:53.939Z | Compiling anstyle v1.0.13 |
| 478 | 2026-05-22T21:26:53.955Z | Compiling is_terminal_polyfill v1.70.2 |
| 479 | 2026-05-22T21:26:54.045Z | Compiling pretty-hex v0.4.1 |
| 480 | 2026-05-22T21:26:54.061Z | Compiling cfg-if v1.0.4 |
| 481 | 2026-05-22T21:26:54.105Z | Compiling colorchoice v1.0.4 |
| 482 | 2026-05-22T21:26:54.165Z | Compiling serde-untagged v0.1.9 |
| 483 | 2026-05-22T21:26:54.221Z | Compiling anstream v0.6.21 |
| 484 | 2026-05-22T21:26:54.280Z | Compiling semver v1.0.28 |
| 485 | 2026-05-22T21:26:54.316Z | Compiling fs-err v3.3.0 |
| 486 | 2026-05-22T21:26:54.408Z | Compiling anyhow v1.0.102 |
| 487 | 2026-05-22T21:26:54.503Z | Compiling strsim v0.11.1 |
| 488 | 2026-05-22T21:26:54.523Z | Compiling clap_lex v1.0.0 |
| 489 | 2026-05-22T21:26:54.570Z | Compiling heck v0.4.1 |
| 490 | 2026-05-22T21:26:54.604Z | Compiling unicode-width v0.1.14 |
| 491 | 2026-05-22T21:26:54.716Z | Compiling bytecount v0.6.9 |
| 492 | 2026-05-22T21:26:54.752Z | Compiling heck v0.5.0 |
| 493 | 2026-05-22T21:26:54.849Z | Compiling unicode-xid v0.2.6 |
| 494 | 2026-05-22T21:26:54.852Z | Compiling once_cell v1.21.3 |
| 495 | 2026-05-22T21:26:54.878Z | Compiling fastrand v2.3.0 |
| 496 | 2026-05-22T21:26:54.973Z | Compiling fnv v1.0.7 |
| 497 | 2026-05-22T21:26:55.072Z | Compiling papergrid v0.11.0 |
| 498 | 2026-05-22T21:26:55.075Z | Compiling tempfile v3.25.0 |
| 499 | 2026-05-22T21:26:55.101Z | Compiling clap_builder v4.5.60 |
| 500 | 2026-05-22T21:26:55.198Z | Compiling memmap v0.7.0 |
| 501 | 2026-05-22T21:26:55.229Z | Compiling unicode-width v0.2.0 |
| 502 | 2026-05-22T21:26:55.262Z | Compiling serde_derive v1.0.228 |
| 503 | 2026-05-22T21:26:55.376Z | Compiling zerofrom-derive v0.1.6 |
| 504 | 2026-05-22T21:26:55.449Z | Compiling yoke-derive v0.8.1 |
| 505 | 2026-05-22T21:26:55.493Z | Compiling zerovec-derive v0.11.2 |
| 506 | 2026-05-22T21:26:55.680Z | Compiling displaydoc v0.2.5 |
| 507 | 2026-05-22T21:26:56.401Z | Compiling thiserror-impl v1.0.69 |
| 508 | 2026-05-22T21:26:56.465Z | Compiling zerocopy-derive v0.7.35 |
| 509 | 2026-05-22T21:26:56.565Z | Compiling pest_derive v2.8.6 |
| 510 | 2026-05-22T21:26:56.581Z | Compiling scroll_derive v0.12.1 |
| 511 | 2026-05-22T21:26:56.735Z | Compiling zerofrom v0.1.6 |
| 512 | 2026-05-22T21:26:56.866Z | Compiling yoke v0.8.1 |
| 513 | 2026-05-22T21:26:56.985Z | Compiling thiserror-impl v2.0.18 |
| 514 | 2026-05-22T21:26:57.053Z | Compiling zerovec v0.11.5 |
| 515 | 2026-05-22T21:26:57.229Z | Compiling zerotrie v0.2.3 |
| 516 | 2026-05-22T21:26:57.312Z | Compiling zerocopy v0.7.35 |
| 517 | 2026-05-22T21:26:57.537Z | Compiling tinystr v0.8.2 |
| 518 | 2026-05-22T21:26:57.569Z | Compiling potential_utf v0.1.4 |
| 519 | 2026-05-22T21:26:57.755Z | Compiling icu_locale_core v2.1.1 |
| 520 | 2026-05-22T21:26:57.793Z | Compiling icu_collections v2.1.1 |
| 521 | 2026-05-22T21:26:57.808Z | Compiling dtrace-parser v0.2.0 |
| 522 | 2026-05-22T21:26:57.903Z | Compiling scroll v0.12.0 |
| 523 | 2026-05-22T21:26:58.062Z | Compiling tabled_derive v0.7.0 |
| 524 | 2026-05-22T21:26:58.147Z | Compiling goblin v0.8.2 |
| 525 | 2026-05-22T21:26:58.173Z | Compiling clap_derive v4.5.55 |
| 526 | 2026-05-22T21:26:58.487Z | Compiling icu_provider v2.1.1 |
| 527 | 2026-05-22T21:26:58.546Z | Compiling unicode-linebreak v0.1.5 |
| 528 | 2026-05-22T21:26:58.658Z | Compiling serde_spanned v0.6.9 |
| 529 | 2026-05-22T21:26:58.704Z | Compiling toml_datetime v0.6.11 |
| 530 | 2026-05-22T21:26:58.797Z | Compiling icu_properties v2.1.2 |
| 531 | 2026-05-22T21:26:58.834Z | Compiling icu_normalizer v2.1.1 |
| 532 | 2026-05-22T21:26:58.853Z | Compiling dof v0.3.0 |
| 533 | 2026-05-22T21:26:58.853Z | Compiling serde_tokenstream v0.2.3 |
| 534 | 2026-05-22T21:26:58.966Z | Compiling toml_edit v0.22.27 |
| 535 | 2026-05-22T21:26:58.996Z | Compiling serde-value v0.7.0 |
| 536 | 2026-05-22T21:26:59.236Z | Compiling cargo-platform v0.2.0 |
| 537 | 2026-05-22T21:26:59.415Z | Compiling smawk v0.3.2 |
| 538 | 2026-05-22T21:26:59.485Z | Compiling tabled v0.15.0 |
| 539 | 2026-05-22T21:26:59.556Z | Compiling textwrap v0.16.2 |
| 540 | 2026-05-22T21:26:59.556Z | Compiling macaddr v1.0.1 |
| 541 | 2026-05-22T21:26:59.750Z | Compiling idna_adapter v1.2.1 |
| 542 | 2026-05-22T21:26:59.801Z | Compiling usdt-macro v0.5.0 |
| 543 | 2026-05-22T21:26:59.884Z | Compiling idna v1.1.0 |
| 544 | 2026-05-22T21:26:59.904Z | Compiling usdt-attr-macro v0.5.0 |
| 545 | 2026-05-22T21:26:59.949Z | Compiling clap v4.5.60 |
| 546 | 2026-05-22T21:26:59.979Z | Compiling camino-tempfile v1.4.1 |
| 547 | 2026-05-22T21:27:00.189Z | Compiling url v2.5.8 |
| 548 | 2026-05-22T21:27:00.384Z | Compiling toml v0.8.23 |
| 549 | 2026-05-22T21:27:00.537Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 550 | 2026-05-22T21:27:00.663Z | Compiling swrite v0.1.0 |
| 551 | 2026-05-22T21:27:00.764Z | Compiling cargo-util-schemas v0.8.2 |
| 552 | 2026-05-22T21:27:00.792Z | Compiling cargo_toml v0.21.0 |
| 553 | 2026-05-22T21:27:01.263Z | Compiling usdt v0.5.0 |
| 554 | 2026-05-22T21:27:01.660Z | Compiling cargo_metadata v0.21.0 |
| 555 | 2026-05-22T21:27:02.566Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 556 | 2026-05-22T21:27:04.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.88s |
| 557 | 2026-05-22T21:27:04.879Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 558 | 2026-05-22T21:27:05.431Z | Downloading crates ... |
| 559 | 2026-05-22T21:27:05.536Z | Downloaded bit-set v0.8.0 |
| 560 | 2026-05-22T21:27:05.539Z | Downloaded bit-set v0.5.3 |
| 561 | 2026-05-22T21:27:05.545Z | Downloaded downcast-rs v2.0.2 |
| 562 | 2026-05-22T21:27:05.548Z | Downloaded crunchy v0.2.4 |
| 563 | 2026-05-22T21:27:05.548Z | Downloaded dirs-next v2.0.0 |
| 564 | 2026-05-22T21:27:05.548Z | Downloaded cstr-argument v0.1.2 |
| 565 | 2026-05-22T21:27:05.552Z | Downloaded adler2 v2.0.1 |
| 566 | 2026-05-22T21:27:05.554Z | Downloaded darling_macro v0.23.0 |
| 567 | 2026-05-22T21:27:05.554Z | Downloaded critical-section v1.2.0 |
| 568 | 2026-05-22T21:27:05.557Z | Downloaded fixedbitset v0.4.2 |
| 569 | 2026-05-22T21:27:05.557Z | Downloaded fd-lock v4.0.4 |
| 570 | 2026-05-22T21:27:05.560Z | Downloaded debug-ignore v1.0.5 |
| 571 | 2026-05-22T21:27:05.560Z | Downloaded dsl_auto_type v0.2.0 |
| 572 | 2026-05-22T21:27:05.560Z | Downloaded difflib v0.4.0 |
| 573 | 2026-05-22T21:27:05.562Z | Downloaded flagset v0.4.7 |
| 574 | 2026-05-22T21:27:05.562Z | Downloaded argon2 v0.5.3 |
| 575 | 2026-05-22T21:27:05.562Z | Downloaded crucible-workspace-hack v0.1.0 |
| 576 | 2026-05-22T21:27:05.566Z | Downloaded castaway v0.2.4 |
| 577 | 2026-05-22T21:27:05.566Z | Downloaded async-stream v0.3.6 |
| 578 | 2026-05-22T21:27:05.570Z | Downloaded darling_macro v0.21.3 |
| 579 | 2026-05-22T21:27:05.570Z | Downloaded arc-swap v1.8.2 |
| 580 | 2026-05-22T21:27:05.570Z | Downloaded embedded-io v0.6.1 |
| 581 | 2026-05-22T21:27:05.573Z | Downloaded ahash v0.8.12 |
| 582 | 2026-05-22T21:27:05.573Z | Downloaded dunce v1.0.5 |
| 583 | 2026-05-22T21:27:05.573Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 584 | 2026-05-22T21:27:05.573Z | Downloaded endian-type v0.1.2 |
| 585 | 2026-05-22T21:27:05.573Z | Downloaded dirs-sys-next v0.1.2 |
| 586 | 2026-05-22T21:27:05.576Z | Downloaded darling_macro v0.20.11 |
| 587 | 2026-05-22T21:27:05.576Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 588 | 2026-05-22T21:27:05.576Z | Downloaded crc8 v0.1.1 |
| 589 | 2026-05-22T21:27:05.576Z | Downloaded allocator-api2 v0.2.21 |
| 590 | 2026-05-22T21:27:05.579Z | Downloaded arrayvec v0.7.6 |
| 591 | 2026-05-22T21:27:05.579Z | Downloaded aead v0.5.2 |
| 592 | 2026-05-22T21:27:05.582Z | Downloaded dof v0.4.0 |
| 593 | 2026-05-22T21:27:05.584Z | Downloaded dtrace-parser v0.3.0 |
| 594 | 2026-05-22T21:27:05.587Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 595 | 2026-05-22T21:27:05.587Z | Downloaded crc-catalog v2.4.0 |
| 596 | 2026-05-22T21:27:05.589Z | Downloaded backoff v0.4.0 |
| 597 | 2026-05-22T21:27:05.592Z | Downloaded convert_case v0.4.0 |
| 598 | 2026-05-22T21:27:05.592Z | Downloaded cfg_aliases v0.1.1 |
| 599 | 2026-05-22T21:27:05.592Z | Downloaded arrayref v0.3.9 |
| 600 | 2026-05-22T21:27:05.595Z | Downloaded cfg_aliases v0.2.1 |
| 601 | 2026-05-22T21:27:05.595Z | Downloaded base16ct v0.2.0 |
| 602 | 2026-05-22T21:27:05.601Z | Downloaded float-cmp v0.10.0 |
| 603 | 2026-05-22T21:27:05.603Z | Downloaded embedded-io v0.4.0 |
| 604 | 2026-05-22T21:27:05.603Z | Downloaded colored v3.1.1 |
| 605 | 2026-05-22T21:27:05.606Z | Downloaded blake2 v0.10.6 |
| 606 | 2026-05-22T21:27:05.609Z | Downloaded document-features v0.2.12 |
| 607 | 2026-05-22T21:27:05.609Z | Downloaded dyn-clone v1.0.20 |
| 608 | 2026-05-22T21:27:05.611Z | Downloaded bitfield-struct v0.6.2 |
| 609 | 2026-05-22T21:27:05.611Z | Downloaded crossbeam-deque v0.8.6 |
| 610 | 2026-05-22T21:27:05.614Z | Downloaded defmt v0.3.100 |
| 611 | 2026-05-22T21:27:05.614Z | Downloaded async-recursion v1.1.1 |
| 612 | 2026-05-22T21:27:05.617Z | Downloaded assert_matches v1.5.0 |
| 613 | 2026-05-22T21:27:05.617Z | Downloaded bitflags v1.3.2 |
| 614 | 2026-05-22T21:27:05.620Z | Downloaded enum-as-inner v0.6.1 |
| 615 | 2026-05-22T21:27:05.622Z | Downloaded cobs v0.3.0 |
| 616 | 2026-05-22T21:27:05.623Z | Downloaded float-ord v0.3.2 |
| 617 | 2026-05-22T21:27:05.623Z | Downloaded env_filter v1.0.0 |
| 618 | 2026-05-22T21:27:05.625Z | Downloaded ciborium-ll v0.2.2 |
| 619 | 2026-05-22T21:27:05.625Z | Downloaded atomic-waker v1.1.2 |
| 620 | 2026-05-22T21:27:05.625Z | Downloaded crc v3.4.0 |
| 621 | 2026-05-22T21:27:05.628Z | Downloaded compression-core v0.4.31 |
| 622 | 2026-05-22T21:27:05.628Z | Downloaded derive_builder_macro v0.20.2 |
| 623 | 2026-05-22T21:27:05.628Z | Downloaded ascii-canvas v3.0.0 |
| 624 | 2026-05-22T21:27:05.628Z | Downloaded atomicwrites v0.4.4 |
| 625 | 2026-05-22T21:27:05.631Z | Downloaded atty v0.2.14 |
| 626 | 2026-05-22T21:27:05.631Z | Downloaded buf-list v1.1.2 |
| 627 | 2026-05-22T21:27:05.634Z | Downloaded foreign-types-shared v0.1.1 |
| 628 | 2026-05-22T21:27:05.634Z | Downloaded foreign-types-shared v0.3.1 |
| 629 | 2026-05-22T21:27:05.634Z | Downloaded defmt-parser v1.0.0 |
| 630 | 2026-05-22T21:27:05.634Z | Downloaded foreign-types v0.5.0 |
| 631 | 2026-05-22T21:27:05.637Z | Downloaded ecdsa v0.16.9 |
| 632 | 2026-05-22T21:27:05.637Z | Downloaded foreign-types-macros v0.2.3 |
| 633 | 2026-05-22T21:27:05.637Z | Downloaded bb8 v0.8.6 |
| 634 | 2026-05-22T21:27:05.640Z | Downloaded futures-macro v0.3.32 |
| 635 | 2026-05-22T21:27:05.640Z | Downloaded find-msvc-tools v0.1.9 |
| 636 | 2026-05-22T21:27:05.642Z | Downloaded corncobs v0.1.4 |
| 637 | 2026-05-22T21:27:05.642Z | Downloaded diesel-dtrace v0.5.0 |
| 638 | 2026-05-22T21:27:05.642Z | Downloaded daft-derive v0.1.7 |
| 639 | 2026-05-22T21:27:05.645Z | Downloaded futures-io v0.3.32 |
| 640 | 2026-05-22T21:27:05.648Z | Downloaded base64ct v1.8.3 |
| 641 | 2026-05-22T21:27:05.648Z | Downloaded bitfield-macros v0.19.4 |
| 642 | 2026-05-22T21:27:05.650Z | Downloaded convert_case v0.10.0 |
| 643 | 2026-05-22T21:27:05.650Z | Downloaded erased-serde v0.3.31 |
| 644 | 2026-05-22T21:27:05.653Z | Downloaded either v1.15.0 |
| 645 | 2026-05-22T21:27:05.653Z | Downloaded fallible-iterator v0.2.0 |
| 646 | 2026-05-22T21:27:05.653Z | Downloaded ena v0.14.4 |
| 647 | 2026-05-22T21:27:05.656Z | Downloaded der_derive v0.7.3 |
| 648 | 2026-05-22T21:27:05.656Z | Downloaded derive_builder_core v0.20.2 |
| 649 | 2026-05-22T21:27:05.658Z | Downloaded console v0.15.11 |
| 650 | 2026-05-22T21:27:05.661Z | Downloaded filetime v0.2.27 |
| 651 | 2026-05-22T21:27:05.661Z | Downloaded data-encoding v2.10.0 |
| 652 | 2026-05-22T21:27:05.664Z | Downloaded funty v2.0.0 |
| 653 | 2026-05-22T21:27:05.664Z | Downloaded cmake v0.1.57 |
| 654 | 2026-05-22T21:27:05.664Z | Downloaded byte-wrapper v0.1.0 |
| 655 | 2026-05-22T21:27:05.666Z | Downloaded cargo-platform v0.1.9 |
| 656 | 2026-05-22T21:27:05.667Z | Downloaded fxhash v0.2.1 |
| 657 | 2026-05-22T21:27:05.669Z | Downloaded crossbeam-channel v0.5.15 |
| 658 | 2026-05-22T21:27:05.669Z | Downloaded ed25519 v2.2.3 |
| 659 | 2026-05-22T21:27:05.672Z | Downloaded foldhash v0.2.0 |
| 660 | 2026-05-22T21:27:05.675Z | Downloaded darling v0.21.3 |
| 661 | 2026-05-22T21:27:05.677Z | Downloaded gethostname v0.5.0 |
| 662 | 2026-05-22T21:27:05.677Z | Downloaded git-stub v1.0.0 |
| 663 | 2026-05-22T21:27:05.677Z | Downloaded futures-task v0.3.32 |
| 664 | 2026-05-22T21:27:05.680Z | Downloaded ciborium v0.2.2 |
| 665 | 2026-05-22T21:27:05.680Z | Downloaded defmt-macros v1.0.1 |
| 666 | 2026-05-22T21:27:05.683Z | Downloaded foreign-types v0.3.2 |
| 667 | 2026-05-22T21:27:05.685Z | Downloaded cancel-safe-futures v0.1.5 |
| 668 | 2026-05-22T21:27:05.685Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 669 | 2026-05-22T21:27:05.688Z | Downloaded ciborium-io v0.2.2 |
| 670 | 2026-05-22T21:27:05.688Z | Downloaded crossbeam-utils v0.8.21 |
| 671 | 2026-05-22T21:27:05.688Z | Downloaded cexpr v0.6.0 |
| 672 | 2026-05-22T21:27:05.692Z | Downloaded env_logger v0.11.9 |
| 673 | 2026-05-22T21:27:05.695Z | Downloaded globwalk v0.9.1 |
| 674 | 2026-05-22T21:27:05.695Z | Downloaded array-init v0.0.4 |
| 675 | 2026-05-22T21:27:05.695Z | Downloaded block-padding v0.3.3 |
| 676 | 2026-05-22T21:27:05.695Z | Downloaded constant_time_eq v0.4.2 |
| 677 | 2026-05-22T21:27:05.698Z | Downloaded futures-sink v0.3.32 |
| 678 | 2026-05-22T21:27:05.698Z | Downloaded futures-core v0.3.32 |
| 679 | 2026-05-22T21:27:05.698Z | Downloaded ctr v0.9.2 |
| 680 | 2026-05-22T21:27:05.700Z | Downloaded hex-literal v0.4.1 |
| 681 | 2026-05-22T21:27:05.700Z | Downloaded hex v0.4.3 |
| 682 | 2026-05-22T21:27:05.703Z | Downloaded fs_extra v1.3.0 |
| 683 | 2026-05-22T21:27:05.703Z | Downloaded cargo_metadata v0.19.2 |
| 684 | 2026-05-22T21:27:05.706Z | Downloaded fs-err v2.11.0 |
| 685 | 2026-05-22T21:27:05.706Z | Downloaded darling v0.20.11 |
| 686 | 2026-05-22T21:27:05.709Z | Downloaded const_format_proc_macros v0.2.34 |
| 687 | 2026-05-22T21:27:05.712Z | Downloaded cbc v0.1.2 |
| 688 | 2026-05-22T21:27:05.712Z | Downloaded csv-core v0.1.13 |
| 689 | 2026-05-22T21:27:05.714Z | Downloaded bcs v0.1.6 |
| 690 | 2026-05-22T21:27:05.714Z | Downloaded derive_builder v0.20.2 |
| 691 | 2026-05-22T21:27:05.717Z | Downloaded hostname v0.3.1 |
| 692 | 2026-05-22T21:27:05.720Z | Downloaded http-range v0.1.5 |
| 693 | 2026-05-22T21:27:05.720Z | Downloaded http-body v1.0.1 |
| 694 | 2026-05-22T21:27:05.720Z | Downloaded hostname v0.4.2 |
| 695 | 2026-05-22T21:27:05.723Z | Downloaded hubpack_derive v0.1.1 |
| 696 | 2026-05-22T21:27:05.723Z | Downloaded headers-core v0.3.0 |
| 697 | 2026-05-22T21:27:05.723Z | Downloaded ghash v0.5.1 |
| 698 | 2026-05-22T21:27:05.723Z | Downloaded darling v0.23.0 |
| 699 | 2026-05-22T21:27:05.727Z | Downloaded home v0.5.12 |
| 700 | 2026-05-22T21:27:05.729Z | Downloaded crc32fast v1.5.0 |
| 701 | 2026-05-22T21:27:05.729Z | Downloaded foldhash v0.1.5 |
| 702 | 2026-05-22T21:27:05.732Z | Downloaded daft v0.1.7 |
| 703 | 2026-05-22T21:27:05.732Z | Downloaded colored v2.2.0 |
| 704 | 2026-05-22T21:27:05.735Z | Downloaded hyper-tls v0.6.0 |
| 705 | 2026-05-22T21:27:05.735Z | Downloaded illumos-nvpair v0.3.0 |
| 706 | 2026-05-22T21:27:05.737Z | Downloaded glob v0.3.3 |
| 707 | 2026-05-22T21:27:05.738Z | Downloaded base64 v0.21.7 |
| 708 | 2026-05-22T21:27:05.740Z | Downloaded ident_case v1.0.1 |
| 709 | 2026-05-22T21:27:05.740Z | Downloaded hubpack v0.1.2 |
| 710 | 2026-05-22T21:27:05.740Z | Downloaded compression-codecs v0.4.37 |
| 711 | 2026-05-22T21:27:05.743Z | Downloaded indoc v1.0.9 |
| 712 | 2026-05-22T21:27:05.747Z | Downloaded indent_write v2.2.0 |
| 713 | 2026-05-22T21:27:05.747Z | Downloaded cpufeatures v0.3.0 |
| 714 | 2026-05-22T21:27:05.750Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 715 | 2026-05-22T21:27:05.750Z | Downloaded bit-vec v0.6.3 |
| 716 | 2026-05-22T21:27:05.750Z | Downloaded instability v0.3.11 |
| 717 | 2026-05-22T21:27:05.753Z | Downloaded globset v0.4.18 |
| 718 | 2026-05-22T21:27:05.753Z | Downloaded instant v0.1.13 |
| 719 | 2026-05-22T21:27:05.753Z | Downloaded fixedbitset v0.5.7 |
| 720 | 2026-05-22T21:27:05.756Z | Downloaded drift v0.1.4 |
| 721 | 2026-05-22T21:27:05.759Z | Downloaded is_ci v1.2.0 |
| 722 | 2026-05-22T21:27:05.762Z | Downloaded group v0.13.0 |
| 723 | 2026-05-22T21:27:05.762Z | Downloaded futures-executor v0.3.32 |
| 724 | 2026-05-22T21:27:05.765Z | Downloaded is-terminal v0.4.17 |
| 725 | 2026-05-22T21:27:05.765Z | Downloaded bzip2 v0.6.1 |
| 726 | 2026-05-22T21:27:05.765Z | Downloaded internet-checksum v0.2.1 |
| 727 | 2026-05-22T21:27:05.768Z | Downloaded console v0.16.2 |
| 728 | 2026-05-22T21:27:05.768Z | Downloaded lalrpop-util v0.19.12 |
| 729 | 2026-05-22T21:27:05.768Z | Downloaded keccak v0.1.6 |
| 730 | 2026-05-22T21:27:05.770Z | Downloaded clang-sys v1.8.1 |
| 731 | 2026-05-22T21:27:05.770Z | Downloaded lazy_static v1.5.0 |
| 732 | 2026-05-22T21:27:05.773Z | Downloaded kstat-rs v0.2.4 |
| 733 | 2026-05-22T21:27:05.773Z | Downloaded highway v1.3.0 |
| 734 | 2026-05-22T21:27:05.776Z | Downloaded camino-tempfile-ext v0.3.3 |
| 735 | 2026-05-22T21:27:05.776Z | Downloaded cassowary v0.3.0 |
| 736 | 2026-05-22T21:27:05.780Z | Downloaded libscf-sys v1.1.0 |
| 737 | 2026-05-22T21:27:05.780Z | Downloaded dropshot_endpoint v0.16.7 |
| 738 | 2026-05-22T21:27:05.782Z | Downloaded ff v0.13.1 |
| 739 | 2026-05-22T21:27:05.783Z | Downloaded humantime v2.3.0 |
| 740 | 2026-05-22T21:27:05.783Z | Downloaded derive_more v0.99.20 |
| 741 | 2026-05-22T21:27:05.785Z | Downloaded half v1.8.3 |
| 742 | 2026-05-22T21:27:05.788Z | Downloaded cookie_store v0.22.1 |
| 743 | 2026-05-22T21:27:05.790Z | Downloaded diff v0.1.13 |
| 744 | 2026-05-22T21:27:05.790Z | Downloaded crossbeam-epoch v0.9.18 |
| 745 | 2026-05-22T21:27:05.794Z | Downloaded elliptic-curve v0.13.8 |
| 746 | 2026-05-22T21:27:05.796Z | Downloaded compact_str v0.8.1 |
| 747 | 2026-05-22T21:27:05.796Z | Downloaded md5 v0.7.0 |
| 748 | 2026-05-22T21:27:05.799Z | Downloaded lru-cache v0.1.2 |
| 749 | 2026-05-22T21:27:05.799Z | Downloaded httpdate v1.0.3 |
| 750 | 2026-05-22T21:27:05.802Z | Downloaded http-body-util v0.1.3 |
| 751 | 2026-05-22T21:27:05.802Z | Downloaded linked-hash-map v0.5.6 |
| 752 | 2026-05-22T21:27:05.802Z | Downloaded lru-slab v0.1.2 |
| 753 | 2026-05-22T21:27:05.805Z | Downloaded lru v0.12.5 |
| 754 | 2026-05-22T21:27:05.805Z | Downloaded hyper-staticfile v0.10.1 |
| 755 | 2026-05-22T21:27:05.808Z | Downloaded async-bb8-diesel v0.2.1 |
| 756 | 2026-05-22T21:27:05.808Z | Downloaded match_cfg v0.1.0 |
| 757 | 2026-05-22T21:27:05.808Z | Downloaded git-stub-vcs v0.1.0 |
| 758 | 2026-05-22T21:27:05.811Z | Downloaded maplit v1.0.2 |
| 759 | 2026-05-22T21:27:05.811Z | Downloaded managed v0.8.0 |
| 760 | 2026-05-22T21:27:05.811Z | Downloaded indoc v2.0.7 |
| 761 | 2026-05-22T21:27:05.820Z | Downloaded futures-channel v0.3.32 |
| 762 | 2026-05-22T21:27:05.820Z | Downloaded memoffset v0.9.1 |
| 763 | 2026-05-22T21:27:05.820Z | Downloaded md-5 v0.10.6 |
| 764 | 2026-05-22T21:27:05.820Z | Downloaded lzss v0.8.2 |
| 765 | 2026-05-22T21:27:05.820Z | Downloaded getrandom v0.2.17 |
| 766 | 2026-05-22T21:27:05.820Z | Downloaded dropshot_endpoint v0.17.0 |
| 767 | 2026-05-22T21:27:05.824Z | Downloaded maybe-uninit v2.0.0 |
| 768 | 2026-05-22T21:27:05.824Z | Downloaded fatfs v0.3.6 |
| 769 | 2026-05-22T21:27:05.826Z | Downloaded new_debug_unreachable v1.0.6 |
| 770 | 2026-05-22T21:27:05.826Z | Downloaded multimap v0.10.1 |
| 771 | 2026-05-22T21:27:05.826Z | Downloaded ingot-types v0.1.2 |
| 772 | 2026-05-22T21:27:05.829Z | Downloaded derive-where v1.6.0 |
| 773 | 2026-05-22T21:27:05.832Z | Downloaded ipnet v2.11.0 |
| 774 | 2026-05-22T21:27:05.832Z | Downloaded cipher v0.4.4 |
| 775 | 2026-05-22T21:27:05.835Z | Downloaded bit-vec v0.8.0 |
| 776 | 2026-05-22T21:27:05.835Z | Downloaded deranged v0.5.8 |
| 777 | 2026-05-22T21:27:05.835Z | Downloaded blowfish v0.9.1 |
| 778 | 2026-05-22T21:27:05.838Z | Downloaded async-trait v0.1.89 |
| 779 | 2026-05-22T21:27:05.840Z | Downloaded cookie v0.18.1 |
| 780 | 2026-05-22T21:27:05.840Z | Downloaded num v0.4.3 |
| 781 | 2026-05-22T21:27:05.843Z | Downloaded num-derive v0.4.2 |
| 782 | 2026-05-22T21:27:05.843Z | Downloaded normalize-line-endings v0.3.0 |
| 783 | 2026-05-22T21:27:05.843Z | Downloaded libloading v0.8.9 |
| 784 | 2026-05-22T21:27:05.846Z | Downloaded libefi-sys v0.1.0 |
| 785 | 2026-05-22T21:27:05.846Z | Downloaded libsw-core v0.3.2 |
| 786 | 2026-05-22T21:27:05.849Z | Downloaded darling_core v0.21.3 |
| 787 | 2026-05-22T21:27:05.852Z | Downloaded libsw v3.5.0 |
| 788 | 2026-05-22T21:27:05.852Z | Downloaded des v0.8.1 |
| 789 | 2026-05-22T21:27:05.854Z | Downloaded const-oid v0.9.6 |
| 790 | 2026-05-22T21:27:05.857Z | Downloaded nonempty v0.12.0 |
| 791 | 2026-05-22T21:27:05.857Z | Downloaded lock_api v0.4.14 |
| 792 | 2026-05-22T21:27:05.857Z | Downloaded num-conv v0.2.0 |
| 793 | 2026-05-22T21:27:05.859Z | Downloaded linear-map v1.2.0 |
| 794 | 2026-05-22T21:27:05.859Z | Downloaded defmt v1.0.1 |
| 795 | 2026-05-22T21:27:05.862Z | Downloaded num_threads v0.1.7 |
| 796 | 2026-05-22T21:27:05.862Z | Downloaded num-iter v0.1.45 |
| 797 | 2026-05-22T21:27:05.865Z | Downloaded num_enum_derive v0.5.11 |
| 798 | 2026-05-22T21:27:05.865Z | Downloaded httparse v1.10.1 |
| 799 | 2026-05-22T21:27:05.868Z | Downloaded crypto-bigint v0.5.5 |
| 800 | 2026-05-22T21:27:05.870Z | Downloaded openssl-probe v0.1.6 |
| 801 | 2026-05-22T21:27:05.871Z | Downloaded openssl-macros v0.1.1 |
| 802 | 2026-05-22T21:27:05.873Z | Downloaded hyper-rustls v0.27.7 |
| 803 | 2026-05-22T21:27:05.873Z | Downloaded mime_guess v2.0.5 |
| 804 | 2026-05-22T21:27:05.876Z | Downloaded jobserver v0.1.34 |
| 805 | 2026-05-22T21:27:05.876Z | Downloaded openssl-probe v0.2.1 |
| 806 | 2026-05-22T21:27:05.878Z | Downloaded iana-time-zone v0.1.65 |
| 807 | 2026-05-22T21:27:05.878Z | Downloaded olpc-cjson v0.1.4 |
| 808 | 2026-05-22T21:27:05.881Z | Downloaded mime v0.3.17 |
| 809 | 2026-05-22T21:27:05.881Z | Downloaded const_format v0.2.35 |
| 810 | 2026-05-22T21:27:05.884Z | Downloaded aho-corasick v1.1.4 |
| 811 | 2026-05-22T21:27:05.887Z | Downloaded oso-derive v0.27.3 |
| 812 | 2026-05-22T21:27:05.889Z | Downloaded packed_struct_codegen v0.10.1 |
| 813 | 2026-05-22T21:27:05.889Z | Downloaded ingot v0.1.1 |
| 814 | 2026-05-22T21:27:05.892Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 815 | 2026-05-22T21:27:05.892Z | Downloaded darling_core v0.23.0 |
| 816 | 2026-05-22T21:27:05.895Z | Downloaded newline-converter v0.3.0 |
| 817 | 2026-05-22T21:27:05.897Z | Downloaded nanorand v0.7.0 |
| 818 | 2026-05-22T21:27:05.897Z | Downloaded bytes v1.11.1 |
| 819 | 2026-05-22T21:27:05.900Z | Downloaded newtype-uuid v1.3.2 |
| 820 | 2026-05-22T21:27:05.903Z | Downloaded native-tls v0.2.18 |
| 821 | 2026-05-22T21:27:05.903Z | Downloaded nodrop v0.1.14 |
| 822 | 2026-05-22T21:27:05.905Z | Downloaded multer v3.1.0 |
| 823 | 2026-05-22T21:27:05.905Z | Downloaded ipnetwork v0.21.1 |
| 824 | 2026-05-22T21:27:05.908Z | Downloaded pbkdf2 v0.12.2 |
| 825 | 2026-05-22T21:27:05.908Z | Downloaded pbkdf2 v0.11.0 |
| 826 | 2026-05-22T21:27:05.912Z | Downloaded parse-size v1.1.0 |
| 827 | 2026-05-22T21:27:05.912Z | Downloaded path-slash v0.1.5 |
| 828 | 2026-05-22T21:27:05.914Z | Downloaded peg-runtime v0.8.5 |
| 829 | 2026-05-22T21:27:05.914Z | Downloaded async-compression v0.4.41 |
| 830 | 2026-05-22T21:27:05.917Z | Downloaded nu-ansi-term v0.50.3 |
| 831 | 2026-05-22T21:27:05.920Z | Downloaded opaque-debug v0.3.1 |
| 832 | 2026-05-22T21:27:05.920Z | Downloaded chacha20poly1305 v0.10.1 |
| 833 | 2026-05-22T21:27:05.922Z | Downloaded hmac v0.12.1 |
| 834 | 2026-05-22T21:27:05.922Z | Downloaded derive_more v2.1.1 |
| 835 | 2026-05-22T21:27:05.928Z | Downloaded num-rational v0.4.2 |
| 836 | 2026-05-22T21:27:05.931Z | Downloaded litrs v1.0.0 |
| 837 | 2026-05-22T21:27:05.933Z | Downloaded num_enum v0.7.5 |
| 838 | 2026-05-22T21:27:05.937Z | Downloaded phf_shared v0.13.1 |
| 839 | 2026-05-22T21:27:05.937Z | Downloaded phf_shared v0.12.1 |
| 840 | 2026-05-22T21:27:05.937Z | Downloaded num_enum v0.5.11 |
| 841 | 2026-05-22T21:27:05.955Z | Downloaded pin-utils v0.1.0 |
| 842 | 2026-05-22T21:27:05.958Z | Downloaded headers v0.4.1 |
| 843 | 2026-05-22T21:27:05.961Z | Downloaded crc-any v2.5.0 |
| 844 | 2026-05-22T21:27:05.961Z | Downloaded phf_shared v0.11.3 |
| 845 | 2026-05-22T21:27:05.965Z | Downloaded packed_struct v0.10.1 |
| 846 | 2026-05-22T21:27:05.965Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 847 | 2026-05-22T21:27:05.965Z | Downloaded proc-macro-crate v3.4.0 |
| 848 | 2026-05-22T21:27:05.965Z | Downloaded proc-macro-crate v1.3.1 |
| 849 | 2026-05-22T21:27:05.969Z | Downloaded predicates-tree v1.0.13 |
| 850 | 2026-05-22T21:27:05.969Z | Downloaded predicates-core v1.0.10 |
| 851 | 2026-05-22T21:27:05.969Z | Downloaded precomputed-hash v0.1.1 |
| 852 | 2026-05-22T21:27:05.969Z | Downloaded oxnet v0.1.4 |
| 853 | 2026-05-22T21:27:05.972Z | Downloaded powerfmt v0.2.0 |
| 854 | 2026-05-22T21:27:05.972Z | Downloaded base64 v0.22.1 |
| 855 | 2026-05-22T21:27:05.975Z | Downloaded pem-rfc7468 v0.7.0 |
| 856 | 2026-05-22T21:27:05.975Z | Downloaded heapless v0.7.17 |
| 857 | 2026-05-22T21:27:05.978Z | Downloaded progenitor-macro v0.10.0 |
| 858 | 2026-05-22T21:27:05.982Z | Downloaded progenitor-client v0.14.0 |
| 859 | 2026-05-22T21:27:05.982Z | Downloaded pem v3.0.6 |
| 860 | 2026-05-22T21:27:05.982Z | Downloaded password-hash v0.4.2 |
| 861 | 2026-05-22T21:27:05.982Z | Downloaded libbz2-rs-sys v0.2.2 |
| 862 | 2026-05-22T21:27:05.985Z | Downloaded cc v1.2.56 |
| 863 | 2026-05-22T21:27:05.988Z | Downloaded peg-macros v0.8.5 |
| 864 | 2026-05-22T21:27:05.988Z | Downloaded paste v1.0.15 |
| 865 | 2026-05-22T21:27:05.990Z | Downloaded progenitor-client v0.11.2 |
| 866 | 2026-05-22T21:27:05.990Z | Downloaded parse-display-derive v0.10.0 |
| 867 | 2026-05-22T21:27:05.990Z | Downloaded progenitor-macro v0.14.0 |
| 868 | 2026-05-22T21:27:05.993Z | Downloaded ed25519-dalek v2.2.0 |
| 869 | 2026-05-22T21:27:05.993Z | Downloaded der v0.7.10 |
| 870 | 2026-05-22T21:27:05.997Z | Downloaded pkcs8 v0.10.2 |
| 871 | 2026-05-22T21:27:06.001Z | Downloaded diesel_derives v2.3.7 |
| 872 | 2026-05-22T21:27:06.004Z | Downloaded phf v0.12.1 |
| 873 | 2026-05-22T21:27:06.007Z | Downloaded psl-types v2.0.11 |
| 874 | 2026-05-22T21:27:06.007Z | Downloaded password-hash v0.5.0 |
| 875 | 2026-05-22T21:27:06.007Z | Downloaded omicron-zone-package v0.12.2 |
| 876 | 2026-05-22T21:27:06.010Z | Downloaded derive_more-impl v2.1.1 |
| 877 | 2026-05-22T21:27:06.013Z | Downloaded radium v0.7.0 |
| 878 | 2026-05-22T21:27:06.013Z | Downloaded quick-error v1.2.3 |
| 879 | 2026-05-22T21:27:06.013Z | Downloaded pin-project-internal v1.1.11 |
| 880 | 2026-05-22T21:27:06.016Z | Downloaded bumpalo v3.20.2 |
| 881 | 2026-05-22T21:27:06.016Z | Downloaded postgres-protocol v0.6.10 |
| 882 | 2026-05-22T21:27:06.019Z | Downloaded progenitor-macro v0.13.0 |
| 883 | 2026-05-22T21:27:06.019Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 884 | 2026-05-22T21:27:06.019Z | Downloaded parking_lot_core v0.8.6 |
| 885 | 2026-05-22T21:27:06.021Z | Downloaded crossterm v0.29.0 |
| 886 | 2026-05-22T21:27:06.025Z | Downloaded rand_xorshift v0.4.0 |
| 887 | 2026-05-22T21:27:06.025Z | Downloaded ingot-macros v0.1.1 |
| 888 | 2026-05-22T21:27:06.027Z | Downloaded parking_lot v0.12.5 |
| 889 | 2026-05-22T21:27:06.027Z | Downloaded ref-cast-impl v1.0.25 |
| 890 | 2026-05-22T21:27:06.027Z | Downloaded ref-cast v1.0.25 |
| 891 | 2026-05-22T21:27:06.030Z | Downloaded progenitor v0.11.2 |
| 892 | 2026-05-22T21:27:06.033Z | Downloaded ppv-lite86 v0.2.21 |
| 893 | 2026-05-22T21:27:06.033Z | Downloaded recursive v0.1.1 |
| 894 | 2026-05-22T21:27:06.033Z | Downloaded parking_lot_core v0.9.12 |
| 895 | 2026-05-22T21:27:06.035Z | Downloaded hickory-resolver v0.24.4 |
| 896 | 2026-05-22T21:27:06.038Z | Downloaded progenitor-extras v0.2.0 |
| 897 | 2026-05-22T21:27:06.038Z | Downloaded predicates v3.1.4 |
| 898 | 2026-05-22T21:27:06.042Z | Downloaded indicatif v0.18.4 |
| 899 | 2026-05-22T21:27:06.045Z | Downloaded expectorate v1.2.0 |
| 900 | 2026-05-22T21:27:06.045Z | Downloaded pkg-config v0.3.32 |
| 901 | 2026-05-22T21:27:06.045Z | Downloaded heapless v0.8.0 |
| 902 | 2026-05-22T21:27:06.047Z | Downloaded progenitor v0.10.0 |
| 903 | 2026-05-22T21:27:06.047Z | Downloaded pkcs5 v0.7.1 |
| 904 | 2026-05-22T21:27:06.050Z | Downloaded psm v0.1.30 |
| 905 | 2026-05-22T21:27:06.053Z | Downloaded peg v0.8.5 |
| 906 | 2026-05-22T21:27:06.056Z | Downloaded rfc6979 v0.4.0 |
| 907 | 2026-05-22T21:27:06.056Z | Downloaded progenitor v0.14.0 |
| 908 | 2026-05-22T21:27:06.056Z | Downloaded phf v0.13.1 |
| 909 | 2026-05-22T21:27:06.056Z | Downloaded proc-macro-error2 v2.0.1 |
| 910 | 2026-05-22T21:27:06.059Z | Downloaded primeorder v0.13.6 |
| 911 | 2026-05-22T21:27:06.059Z | Downloaded rustc_version v0.4.1 |
| 912 | 2026-05-22T21:27:06.061Z | Downloaded rustc_version v0.1.7 |
| 913 | 2026-05-22T21:27:06.061Z | Downloaded polyval v0.6.2 |
| 914 | 2026-05-22T21:27:06.064Z | Downloaded rand_chacha v0.3.1 |
| 915 | 2026-05-22T21:27:06.064Z | Downloaded poly1305 v0.8.0 |
| 916 | 2026-05-22T21:27:06.064Z | Downloaded parking_lot v0.11.2 |
| 917 | 2026-05-22T21:27:06.067Z | Downloaded hickory-resolver v0.25.2 |
| 918 | 2026-05-22T21:27:06.070Z | Downloaded progenitor-macro v0.11.2 |
| 919 | 2026-05-22T21:27:06.070Z | Downloaded pkcs1 v0.7.5 |
| 920 | 2026-05-22T21:27:06.073Z | Downloaded postcard v1.1.3 |
| 921 | 2026-05-22T21:27:06.073Z | Downloaded r2d2 v0.8.10 |
| 922 | 2026-05-22T21:27:06.073Z | Downloaded pin-project-lite v0.2.17 |
| 923 | 2026-05-22T21:27:06.075Z | Downloaded russh-cryptovec v0.7.3 |
| 924 | 2026-05-22T21:27:06.078Z | Downloaded rand_core v0.10.0 |
| 925 | 2026-05-22T21:27:06.078Z | Downloaded oso v0.27.3 |
| 926 | 2026-05-22T21:27:06.081Z | Downloaded progenitor-client v0.10.0 |
| 927 | 2026-05-22T21:27:06.081Z | Downloaded miniz_oxide v0.8.9 |
| 928 | 2026-05-22T21:27:06.083Z | Downloaded rand_core v0.6.4 |
| 929 | 2026-05-22T21:27:06.084Z | Downloaded rand_chacha v0.9.0 |
| 930 | 2026-05-22T21:27:06.084Z | Downloaded jiff-static v0.2.21 |
| 931 | 2026-05-22T21:27:06.086Z | Downloaded rand_core v0.9.5 |
| 932 | 2026-05-22T21:27:06.089Z | Downloaded postgres-types v0.2.12 |
| 933 | 2026-05-22T21:27:06.089Z | Downloaded p256 v0.13.2 |
| 934 | 2026-05-22T21:27:06.092Z | Downloaded same-file v1.0.6 |
| 935 | 2026-05-22T21:27:06.092Z | Downloaded num-complex v0.4.6 |
| 936 | 2026-05-22T21:27:06.092Z | Downloaded flate2 v1.1.9 |
| 937 | 2026-05-22T21:27:06.095Z | Downloaded scheduled-thread-pool v0.2.7 |
| 938 | 2026-05-22T21:27:06.097Z | Downloaded salsa20 v0.10.2 |
| 939 | 2026-05-22T21:27:06.097Z | Downloaded oxide-tokio-rt v0.1.4 |
| 940 | 2026-05-22T21:27:06.100Z | Downloaded scroll_derive v0.13.1 |
| 941 | 2026-05-22T21:27:06.100Z | Downloaded owo-colors v4.3.0 |
| 942 | 2026-05-22T21:27:06.100Z | Downloaded sapling-renderdag v0.1.0 |
| 943 | 2026-05-22T21:27:06.103Z | Downloaded scrypt v0.11.0 |
| 944 | 2026-05-22T21:27:06.103Z | Downloaded secrecy v0.8.0 |
| 945 | 2026-05-22T21:27:06.103Z | Downloaded progenitor v0.13.0 |
| 946 | 2026-05-22T21:27:06.105Z | Downloaded num_enum_derive v0.7.5 |
| 947 | 2026-05-22T21:27:06.105Z | Downloaded memmap2 v0.9.10 |
| 948 | 2026-05-22T21:27:06.105Z | Downloaded indexmap v1.9.3 |
| 949 | 2026-05-22T21:27:06.108Z | Downloaded secrecy v0.10.3 |
| 950 | 2026-05-22T21:27:06.108Z | Downloaded progenitor-client v0.13.0 |
| 951 | 2026-05-22T21:27:06.111Z | Downloaded dropshot-api-manager v0.7.1 |
| 952 | 2026-05-22T21:27:06.111Z | Downloaded ignore v0.4.25 |
| 953 | 2026-05-22T21:27:06.114Z | Downloaded half v2.7.1 |
| 954 | 2026-05-22T21:27:06.116Z | Downloaded futures v0.3.32 |
| 955 | 2026-05-22T21:27:06.119Z | Downloaded rtoolbox v0.0.3 |
| 956 | 2026-05-22T21:27:06.119Z | Downloaded seq-macro v0.3.6 |
| 957 | 2026-05-22T21:27:06.119Z | Downloaded rustc-hash v2.1.1 |
| 958 | 2026-05-22T21:27:06.122Z | Downloaded pin-project v1.1.11 |
| 959 | 2026-05-22T21:27:06.126Z | Downloaded serde_plain v1.0.2 |
| 960 | 2026-05-22T21:27:06.129Z | Downloaded sha1 v0.10.6 |
| 961 | 2026-05-22T21:27:06.129Z | Downloaded serde_repr v0.1.20 |
| 962 | 2026-05-22T21:27:06.131Z | Downloaded serde_bytes v0.11.19 |
| 963 | 2026-05-22T21:27:06.131Z | Downloaded semver v0.1.20 |
| 964 | 2026-05-22T21:27:06.131Z | Downloaded serde_urlencoded v0.7.1 |
| 965 | 2026-05-22T21:27:06.134Z | Downloaded resolv-conf v0.7.6 |
| 966 | 2026-05-22T21:27:06.134Z | Downloaded num-integer v0.1.46 |
| 967 | 2026-05-22T21:27:06.137Z | Downloaded ar_archive_writer v0.5.1 |
| 968 | 2026-05-22T21:27:06.137Z | Downloaded parse-display v0.10.0 |
| 969 | 2026-05-22T21:27:06.139Z | Downloaded nibble_vec v0.1.0 |
| 970 | 2026-05-22T21:27:06.139Z | Downloaded flume v0.11.1 |
| 971 | 2026-05-22T21:27:06.142Z | Downloaded quinn-udp v0.5.14 |
| 972 | 2026-05-22T21:27:06.142Z | Downloaded getrandom v0.3.4 |
| 973 | 2026-05-22T21:27:06.145Z | Downloaded serde_spanned v1.0.4 |
| 974 | 2026-05-22T21:27:06.145Z | Downloaded rustls-native-certs v0.8.3 |
| 975 | 2026-05-22T21:27:06.148Z | Downloaded chacha20 v0.10.0 |
| 976 | 2026-05-22T21:27:06.148Z | Downloaded signal-hook-mio v0.2.5 |
| 977 | 2026-05-22T21:27:06.151Z | Downloaded num-derive v0.3.3 |
| 978 | 2026-05-22T21:27:06.151Z | Downloaded shell-words v1.1.1 |
| 979 | 2026-05-22T21:27:06.151Z | Downloaded sigpipe v0.1.3 |
| 980 | 2026-05-22T21:27:06.154Z | Downloaded serde-big-array v0.5.1 |
| 981 | 2026-05-22T21:27:06.154Z | Downloaded signature v2.2.0 |
| 982 | 2026-05-22T21:27:06.155Z | Downloaded rusty-fork v0.3.1 |
| 983 | 2026-05-22T21:27:06.155Z | Downloaded rustls-pemfile v1.0.4 |
| 984 | 2026-05-22T21:27:06.157Z | Downloaded rustls-pemfile v2.2.0 |
| 985 | 2026-05-22T21:27:06.157Z | Downloaded darling_core v0.20.11 |
| 986 | 2026-05-22T21:27:06.160Z | Downloaded papergrid v0.17.0 |
| 987 | 2026-05-22T21:27:06.163Z | Downloaded rustversion v1.0.22 |
| 988 | 2026-05-22T21:27:06.165Z | Downloaded newtype_derive v0.1.6 |
| 989 | 2026-05-22T21:27:06.165Z | Downloaded newtype-uuid-macros v0.1.0 |
| 990 | 2026-05-22T21:27:06.165Z | Downloaded siphasher v1.0.2 |
| 991 | 2026-05-22T21:27:06.171Z | Downloaded derive-ex v0.1.8 |
| 992 | 2026-05-22T21:27:06.171Z | Downloaded inout v0.1.4 |
| 993 | 2026-05-22T21:27:06.171Z | Downloaded rand_seeder v0.4.0 |
| 994 | 2026-05-22T21:27:06.174Z | Downloaded sec1 v0.7.3 |
| 995 | 2026-05-22T21:27:06.174Z | Downloaded sct v0.7.1 |
| 996 | 2026-05-22T21:27:06.174Z | Downloaded http v1.4.0 |
| 997 | 2026-05-22T21:27:06.177Z | Downloaded scroll v0.13.0 |
| 998 | 2026-05-22T21:27:06.177Z | Downloaded slog-bunyan v2.5.0 |
| 999 | 2026-05-22T21:27:06.177Z | Downloaded slog-envlogger v2.2.0 |
| 1000 | 2026-05-22T21:27:06.179Z | Downloaded hashbrown v0.12.3 |
| 1001 | 2026-05-22T21:27:06.179Z | Downloaded scopeguard v1.2.0 |
| 1002 | 2026-05-22T21:27:06.182Z | Downloaded schemars_derive v0.8.22 |
| 1003 | 2026-05-22T21:27:06.182Z | Downloaded hashbrown v0.13.2 |
| 1004 | 2026-05-22T21:27:06.185Z | Downloaded aes-gcm v0.10.3 |
| 1005 | 2026-05-22T21:27:06.188Z | Downloaded progenitor-impl v0.13.0 |
| 1006 | 2026-05-22T21:27:06.188Z | Downloaded chacha20 v0.9.1 |
| 1007 | 2026-05-22T21:27:06.191Z | Downloaded bzip2 v0.4.4 |
| 1008 | 2026-05-22T21:27:06.191Z | Downloaded bitfield v0.19.4 |
| 1009 | 2026-05-22T21:27:06.191Z | Downloaded backon v1.6.0 |
| 1010 | 2026-05-22T21:27:06.194Z | Downloaded hash32 v0.3.1 |
| 1011 | 2026-05-22T21:27:06.194Z | Downloaded progenitor-impl v0.11.2 |
| 1012 | 2026-05-22T21:27:06.197Z | Downloaded progenitor-impl v0.10.0 |
| 1013 | 2026-05-22T21:27:06.197Z | Downloaded russh-keys v0.45.0 |
| 1014 | 2026-05-22T21:27:06.200Z | Downloaded hash32 v0.2.1 |
| 1015 | 2026-05-22T21:27:06.200Z | Downloaded sqlparser_derive v0.5.0 |
| 1016 | 2026-05-22T21:27:06.200Z | Downloaded serde_path_to_error v0.1.20 |
| 1017 | 2026-05-22T21:27:06.205Z | Downloaded crossterm v0.28.1 |
| 1018 | 2026-05-22T21:27:06.208Z | Downloaded serde-hex v0.1.0 |
| 1019 | 2026-05-22T21:27:06.208Z | Downloaded display-error-chain v0.2.2 |
| 1020 | 2026-05-22T21:27:06.208Z | Downloaded async-stream-impl v0.3.6 |
| 1021 | 2026-05-22T21:27:06.211Z | Downloaded aes v0.8.4 |
| 1022 | 2026-05-22T21:27:06.213Z | Downloaded ssh-encoding v0.2.0 |
| 1023 | 2026-05-22T21:27:06.213Z | Downloaded ssh-cipher v0.2.0 |
| 1024 | 2026-05-22T21:27:06.224Z | Downloaded strum v0.26.3 |
| 1025 | 2026-05-22T21:27:06.226Z | Downloaded simd-adler32 v0.3.8 |
| 1026 | 2026-05-22T21:27:06.226Z | Downloaded signal-hook-tokio v0.3.1 |
| 1027 | 2026-05-22T21:27:06.226Z | Downloaded shlex v1.3.0 |
| 1028 | 2026-05-22T21:27:06.229Z | Downloaded structmeta v0.3.0 |
| 1029 | 2026-05-22T21:27:06.229Z | Downloaded structmeta-derive v0.3.0 |
| 1030 | 2026-05-22T21:27:06.229Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1031 | 2026-05-22T21:27:06.232Z | Downloaded pretty_assertions v1.4.1 |
| 1032 | 2026-05-22T21:27:06.232Z | Downloaded itertools v0.10.5 |
| 1033 | 2026-05-22T21:27:06.234Z | Downloaded signal-hook-registry v1.4.8 |
| 1034 | 2026-05-22T21:27:06.238Z | Downloaded minimal-lexical v0.2.1 |
| 1035 | 2026-05-22T21:27:06.241Z | Downloaded supports-color v3.0.2 |
| 1036 | 2026-05-22T21:27:06.241Z | Downloaded subtle v2.6.1 |
| 1037 | 2026-05-22T21:27:06.241Z | Downloaded strum v0.27.2 |
| 1038 | 2026-05-22T21:27:06.243Z | Downloaded slog-json v2.6.1 |
| 1039 | 2026-05-22T21:27:06.243Z | Downloaded slab v0.4.12 |
| 1040 | 2026-05-22T21:27:06.243Z | Downloaded rustls-pki-types v1.14.0 |
| 1041 | 2026-05-22T21:27:06.246Z | Downloaded slog-dtrace v0.3.0 |
| 1042 | 2026-05-22T21:27:06.249Z | Downloaded sync_wrapper v1.0.2 |
| 1043 | 2026-05-22T21:27:06.252Z | Downloaded tabwriter v1.4.1 |
| 1044 | 2026-05-22T21:27:06.252Z | Downloaded sync-ptr v0.1.4 |
| 1045 | 2026-05-22T21:27:06.252Z | Downloaded smallvec v0.6.14 |
| 1046 | 2026-05-22T21:27:06.254Z | Downloaded slog-async v2.8.0 |
| 1047 | 2026-05-22T21:27:06.259Z | Downloaded progenitor-impl v0.14.0 |
| 1048 | 2026-05-22T21:27:06.261Z | Downloaded serde_derive_internals v0.29.1 |
| 1049 | 2026-05-22T21:27:06.264Z | Downloaded tap v1.0.1 |
| 1050 | 2026-05-22T21:27:06.264Z | Downloaded smf v0.2.3 |
| 1051 | 2026-05-22T21:27:06.266Z | Downloaded take_mut v0.2.2 |
| 1052 | 2026-05-22T21:27:06.266Z | Downloaded tagptr v0.2.0 |
| 1053 | 2026-05-22T21:27:06.266Z | Downloaded tabled_derive v0.11.0 |
| 1054 | 2026-05-22T21:27:06.269Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1055 | 2026-05-22T21:27:06.269Z | Downloaded testing_table v0.3.0 |
| 1056 | 2026-05-22T21:27:06.269Z | Downloaded thread-id v5.1.0 |
| 1057 | 2026-05-22T21:27:06.272Z | Downloaded tinyvec_macros v0.1.1 |
| 1058 | 2026-05-22T21:27:06.272Z | Downloaded slog-stdlog v4.1.1 |
| 1059 | 2026-05-22T21:27:06.272Z | Downloaded ron v0.8.1 |
| 1060 | 2026-05-22T21:27:06.276Z | Downloaded spki v0.7.3 |
| 1061 | 2026-05-22T21:27:06.279Z | Downloaded openssl-sys v0.9.115 |
| 1062 | 2026-05-22T21:27:06.282Z | Downloaded sqlformat v0.3.5 |
| 1063 | 2026-05-22T21:27:06.285Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1064 | 2026-05-22T21:27:06.288Z | Downloaded time-core v0.1.8 |
| 1065 | 2026-05-22T21:27:06.288Z | Downloaded static_assertions v1.1.0 |
| 1066 | 2026-05-22T21:27:06.288Z | Downloaded serde_with_macros v3.17.0 |
| 1067 | 2026-05-22T21:27:06.292Z | Downloaded stringprep v0.1.5 |
| 1068 | 2026-05-22T21:27:06.292Z | Downloaded snafu-derive v0.8.9 |
| 1069 | 2026-05-22T21:27:06.295Z | Downloaded tokio-macros v2.7.0 |
| 1070 | 2026-05-22T21:27:06.297Z | Downloaded prefix-trie v0.7.0 |
| 1071 | 2026-05-22T21:27:06.300Z | Downloaded rayon-core v1.13.0 |
| 1072 | 2026-05-22T21:27:06.300Z | Downloaded string_cache v0.8.9 |
| 1073 | 2026-05-22T21:27:06.303Z | Downloaded hashbrown v0.15.5 |
| 1074 | 2026-05-22T21:27:06.306Z | Downloaded strum_macros v0.27.2 |
| 1075 | 2026-05-22T21:27:06.306Z | Downloaded prettyplease v0.2.37 |
| 1076 | 2026-05-22T21:27:06.309Z | Downloaded hyper-util v0.1.20 |
| 1077 | 2026-05-22T21:27:06.311Z | Downloaded strum_macros v0.26.4 |
| 1078 | 2026-05-22T21:27:06.314Z | Downloaded schemars v0.8.22 |
| 1079 | 2026-05-22T21:27:06.319Z | Downloaded support-bundle-viewer v0.1.2 |
| 1080 | 2026-05-22T21:27:06.322Z | Downloaded aws-lc-rs v1.16.3 |
| 1081 | 2026-05-22T21:27:06.327Z | Downloaded publicsuffix v2.3.0 |
| 1082 | 2026-05-22T21:27:06.330Z | Downloaded slog-term v2.9.2 |
| 1083 | 2026-05-22T21:27:06.330Z | Downloaded nom v7.1.3 |
| 1084 | 2026-05-22T21:27:06.332Z | Downloaded thiserror-no-std v2.0.2 |
| 1085 | 2026-05-22T21:27:06.335Z | Downloaded termtree v0.5.1 |
| 1086 | 2026-05-22T21:27:06.338Z | Downloaded termios v0.3.3 |
| 1087 | 2026-05-22T21:27:06.338Z | Downloaded tower-service v0.3.3 |
| 1088 | 2026-05-22T21:27:06.338Z | Downloaded tower-layer v0.3.3 |
| 1089 | 2026-05-22T21:27:06.338Z | Downloaded bindgen v0.71.1 |
| 1090 | 2026-05-22T21:27:06.343Z | Downloaded tls_codec_derive v0.4.2 |
| 1091 | 2026-05-22T21:27:06.346Z | Downloaded serde_cbor v0.11.2 |
| 1092 | 2026-05-22T21:27:06.346Z | Downloaded rand v0.8.6 |
| 1093 | 2026-05-22T21:27:06.349Z | Downloaded quinn v0.11.9 |
| 1094 | 2026-05-22T21:27:06.351Z | Downloaded topological-sort v0.2.2 |
| 1095 | 2026-05-22T21:27:06.352Z | Downloaded tiny-keccak v2.0.2 |
| 1096 | 2026-05-22T21:27:06.352Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1097 | 2026-05-22T21:27:06.354Z | Downloaded tokio-dtrace v0.1.1 |
| 1098 | 2026-05-22T21:27:06.357Z | Downloaded time-macros v0.2.27 |
| 1099 | 2026-05-22T21:27:06.357Z | Downloaded trait-variant v0.1.2 |
| 1100 | 2026-05-22T21:27:06.359Z | Downloaded qorb v0.4.1 |
| 1101 | 2026-05-22T21:27:06.359Z | Downloaded itertools v0.12.1 |
| 1102 | 2026-05-22T21:27:06.363Z | Downloaded signal-hook v0.3.18 |
| 1103 | 2026-05-22T21:27:06.366Z | Downloaded try-lock v0.2.5 |
| 1104 | 2026-05-22T21:27:06.366Z | Downloaded libxml v0.3.3 |
| 1105 | 2026-05-22T21:27:06.369Z | Downloaded strum_macros v0.24.3 |
| 1106 | 2026-05-22T21:27:06.372Z | Downloaded mio v1.2.0 |
| 1107 | 2026-05-22T21:27:06.374Z | Downloaded tls_codec v0.4.2 |
| 1108 | 2026-05-22T21:27:06.377Z | Downloaded stacker v0.1.23 |
| 1109 | 2026-05-22T21:27:06.377Z | Downloaded thread_local v1.1.9 |
| 1110 | 2026-05-22T21:27:06.377Z | Downloaded unicode-truncate v1.1.0 |
| 1111 | 2026-05-22T21:27:06.380Z | Downloaded num-bigint v0.4.6 |
| 1112 | 2026-05-22T21:27:06.383Z | Downloaded untrusted v0.7.1 |
| 1113 | 2026-05-22T21:27:06.383Z | Downloaded tokio-tungstenite v0.23.1 |
| 1114 | 2026-05-22T21:27:06.385Z | Downloaded spin v0.9.8 |
| 1115 | 2026-05-22T21:27:06.385Z | Downloaded schemars v0.9.0 |
| 1116 | 2026-05-22T21:27:06.391Z | Downloaded num-bigint-dig v0.8.6 |
| 1117 | 2026-05-22T21:27:06.394Z | Downloaded term v1.2.1 |
| 1118 | 2026-05-22T21:27:06.396Z | Downloaded term v0.7.0 |
| 1119 | 2026-05-22T21:27:06.399Z | Downloaded usdt-attr-macro v0.6.0 |
| 1120 | 2026-05-22T21:27:06.399Z | Downloaded iri-string v0.7.10 |
| 1121 | 2026-05-22T21:27:06.402Z | Downloaded utf-8 v0.7.6 |
| 1122 | 2026-05-22T21:27:06.405Z | Downloaded usdt-macro v0.6.0 |
| 1123 | 2026-05-22T21:27:06.405Z | Downloaded tokio-tungstenite v0.21.0 |
| 1124 | 2026-05-22T21:27:06.405Z | Downloaded typify-macro v0.4.3 |
| 1125 | 2026-05-22T21:27:06.408Z | Downloaded slog-scope v4.4.1 |
| 1126 | 2026-05-22T21:27:06.408Z | Downloaded typify-macro v0.6.2 |
| 1127 | 2026-05-22T21:27:06.408Z | Downloaded unit-prefix v0.5.2 |
| 1128 | 2026-05-22T21:27:06.408Z | Downloaded hickory-server v0.25.2 |
| 1129 | 2026-05-22T21:27:06.411Z | Downloaded usdt v0.6.0 |
| 1130 | 2026-05-22T21:27:06.414Z | Downloaded untrusted v0.9.0 |
| 1131 | 2026-05-22T21:27:06.414Z | Downloaded hashbrown v0.16.1 |
| 1132 | 2026-05-22T21:27:06.416Z | Downloaded socket2 v0.5.10 |
| 1133 | 2026-05-22T21:27:06.419Z | Downloaded rsa v0.9.10 |
| 1134 | 2026-05-22T21:27:06.422Z | Downloaded void v1.0.2 |
| 1135 | 2026-05-22T21:27:06.422Z | Downloaded ryu v1.0.23 |
| 1136 | 2026-05-22T21:27:06.424Z | Downloaded rcgen v0.12.1 |
| 1137 | 2026-05-22T21:27:06.425Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1138 | 2026-05-22T21:27:06.425Z | Downloaded socket2 v0.6.3 |
| 1139 | 2026-05-22T21:27:06.427Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1140 | 2026-05-22T21:27:06.430Z | Downloaded tokio-rustls v0.26.4 |
| 1141 | 2026-05-22T21:27:06.432Z | Downloaded unarray v0.1.4 |
| 1142 | 2026-05-22T21:27:06.433Z | Downloaded tokio-rustls v0.25.0 |
| 1143 | 2026-05-22T21:27:06.435Z | Downloaded want v0.3.1 |
| 1144 | 2026-05-22T21:27:06.435Z | Downloaded waitgroup v0.1.2 |
| 1145 | 2026-05-22T21:27:06.435Z | Downloaded wait-timeout v0.2.1 |
| 1146 | 2026-05-22T21:27:06.439Z | Downloaded tokio-rustls v0.24.1 |
| 1147 | 2026-05-22T21:27:06.442Z | Downloaded snafu v0.8.9 |
| 1148 | 2026-05-22T21:27:06.444Z | Downloaded subprocess v0.2.15 |
| 1149 | 2026-05-22T21:27:06.447Z | Downloaded futures-util v0.3.32 |
| 1150 | 2026-05-22T21:27:06.452Z | Downloaded xshell-macros v0.2.7 |
| 1151 | 2026-05-22T21:27:06.455Z | Downloaded xattr v1.6.1 |
| 1152 | 2026-05-22T21:27:06.455Z | Downloaded schemars v1.2.1 |
| 1153 | 2026-05-22T21:27:06.461Z | Downloaded tui-tree-widget v0.23.1 |
| 1154 | 2026-05-22T21:27:06.464Z | Downloaded hyper v1.8.1 |
| 1155 | 2026-05-22T21:27:06.466Z | Downloaded itertools v0.14.0 |
| 1156 | 2026-05-22T21:27:06.470Z | Downloaded libm v0.2.16 |
| 1157 | 2026-05-22T21:27:06.475Z | Downloaded zone v0.3.1 |
| 1158 | 2026-05-22T21:27:06.478Z | Downloaded unicase v2.9.0 |
| 1159 | 2026-05-22T21:27:06.478Z | Downloaded tokio-native-tls v0.3.1 |
| 1160 | 2026-05-22T21:27:06.478Z | Downloaded zone_cfg_derive v0.3.1 |
| 1161 | 2026-05-22T21:27:06.481Z | Downloaded test-strategy v0.4.5 |
| 1162 | 2026-05-22T21:27:06.481Z | Downloaded universal-hash v0.5.1 |
| 1163 | 2026-05-22T21:27:06.484Z | Downloaded itertools v0.13.0 |
| 1164 | 2026-05-22T21:27:06.486Z | Downloaded tracing-attributes v0.1.31 |
| 1165 | 2026-05-22T21:27:06.489Z | Downloaded h2 v0.4.13 |
| 1166 | 2026-05-22T21:27:06.492Z | Downloaded rustls-webpki v0.103.9 |
| 1167 | 2026-05-22T21:27:06.494Z | Downloaded tinyvec v1.10.0 |
| 1168 | 2026-05-22T21:27:06.494Z | Downloaded slog v2.8.2 |
| 1169 | 2026-05-22T21:27:06.497Z | Downloaded usdt-impl v0.6.0 |
| 1170 | 2026-05-22T21:27:06.497Z | Downloaded samael v0.0.19 |
| 1171 | 2026-05-22T21:27:06.500Z | Downloaded vergen-lib v0.1.6 |
| 1172 | 2026-05-22T21:27:06.503Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1173 | 2026-05-22T21:27:06.503Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1174 | 2026-05-22T21:27:06.505Z | Downloaded rand v0.9.2 |
| 1175 | 2026-05-22T21:27:06.508Z | Downloaded tokio-stream v0.1.18 |
| 1176 | 2026-05-22T21:27:06.508Z | Downloaded wyz v0.5.1 |
| 1177 | 2026-05-22T21:27:06.511Z | Downloaded walkdir v2.5.0 |
| 1178 | 2026-05-22T21:27:06.511Z | Downloaded rand v0.10.0 |
| 1179 | 2026-05-22T21:27:06.514Z | Downloaded vergen-git2 v1.0.7 |
| 1180 | 2026-05-22T21:27:06.514Z | Downloaded p521 v0.13.3 |
| 1181 | 2026-05-22T21:27:06.517Z | Downloaded uzers v0.12.2 |
| 1182 | 2026-05-22T21:27:06.517Z | Downloaded whoami v1.6.1 |
| 1183 | 2026-05-22T21:27:06.519Z | Downloaded iddqd v0.4.1 |
| 1184 | 2026-05-22T21:27:06.522Z | Downloaded xshell v0.2.7 |
| 1185 | 2026-05-22T21:27:06.525Z | Downloaded twox-hash v2.1.2 |
| 1186 | 2026-05-22T21:27:06.525Z | Downloaded similar v2.7.0 |
| 1187 | 2026-05-22T21:27:06.528Z | Downloaded zeroize v1.8.2 |
| 1188 | 2026-05-22T21:27:06.528Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1189 | 2026-05-22T21:27:06.533Z | Downloaded tar v0.4.45 |
| 1190 | 2026-05-22T21:27:06.536Z | Downloaded toml v0.7.8 |
| 1191 | 2026-05-22T21:27:06.539Z | Downloaded steno v0.4.1 |
| 1192 | 2026-05-22T21:27:06.539Z | Downloaded unicode-properties v0.1.4 |
| 1193 | 2026-05-22T21:27:06.542Z | Downloaded zstd v0.13.3 |
| 1194 | 2026-05-22T21:27:06.545Z | Downloaded zeroize_derive v1.4.3 |
| 1195 | 2026-05-22T21:27:06.548Z | Downloaded russh v0.45.0 |
| 1196 | 2026-05-22T21:27:06.550Z | Downloaded hkdf v0.12.4 |
| 1197 | 2026-05-22T21:27:06.553Z | Downloaded tungstenite v0.23.0 |
| 1198 | 2026-05-22T21:27:06.557Z | Downloaded zstd-safe v7.2.4 |
| 1199 | 2026-05-22T21:27:06.557Z | Downloaded vergen-gitcl v1.0.8 |
| 1200 | 2026-05-22T21:27:06.560Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1201 | 2026-05-22T21:27:06.562Z | Downloaded typify v0.4.3 |
| 1202 | 2026-05-22T21:27:06.565Z | Downloaded vsss-rs v3.3.4 |
| 1203 | 2026-05-22T21:27:06.565Z | Downloaded rustyline v14.0.0 |
| 1204 | 2026-05-22T21:27:06.568Z | Downloaded unicode-bidi v0.3.18 |
| 1205 | 2026-05-22T21:27:06.570Z | Downloaded typify v0.6.2 |
| 1206 | 2026-05-22T21:27:06.573Z | Downloaded tungstenite v0.21.0 |
| 1207 | 2026-05-22T21:27:06.573Z | Downloaded yasna v0.5.2 |
| 1208 | 2026-05-22T21:27:06.576Z | Downloaded zerocopy v0.6.6 |
| 1209 | 2026-05-22T21:27:06.579Z | Downloaded vergen v9.0.6 |
| 1210 | 2026-05-22T21:27:06.579Z | Downloaded unsafe-libyaml v0.2.11 |
| 1211 | 2026-05-22T21:27:06.582Z | Downloaded whoami v2.1.0 |
| 1212 | 2026-05-22T21:27:06.586Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1213 | 2026-05-22T21:27:06.593Z | Downloaded uuid v1.23.0 |
| 1214 | 2026-05-22T21:27:06.604Z | Downloaded rpassword v7.4.0 |
| 1215 | 2026-05-22T21:27:06.606Z | Downloaded vte v0.14.1 |
| 1216 | 2026-05-22T21:27:06.617Z | Downloaded tracing-core v0.1.36 |
| 1217 | 2026-05-22T21:27:06.623Z | Downloaded blake3 v1.8.3 |
| 1218 | 2026-05-22T21:27:06.630Z | Downloaded toml_edit v0.19.15 |
| 1219 | 2026-05-22T21:27:06.639Z | Downloaded tokio-postgres v0.7.16 |
| 1220 | 2026-05-22T21:27:06.647Z | Downloaded zopfli v0.8.3 |
| 1221 | 2026-05-22T21:27:06.651Z | Downloaded reedline v0.40.0 |
| 1222 | 2026-05-22T21:27:06.658Z | Downloaded yansi v1.0.1 |
| 1223 | 2026-05-22T21:27:06.662Z | Downloaded chrono v0.4.44 |
| 1224 | 2026-05-22T21:27:06.666Z | Downloaded ssh-key v0.6.7 |
| 1225 | 2026-05-22T21:27:06.670Z | Downloaded reqwest v0.13.2 |
| 1226 | 2026-05-22T21:27:06.673Z | Downloaded bitvec v1.0.1 |
| 1227 | 2026-05-22T21:27:06.681Z | Downloaded portable-atomic v1.13.1 |
| 1228 | 2026-05-22T21:27:06.686Z | Downloaded reqwest v0.12.28 |
| 1229 | 2026-05-22T21:27:06.690Z | Downloaded zip v0.6.6 |
| 1230 | 2026-05-22T21:27:06.714Z | Downloaded rayon v1.11.0 |
| 1231 | 2026-05-22T21:27:06.719Z | Downloaded regex v1.12.3 |
| 1232 | 2026-05-22T21:27:06.722Z | Downloaded p384 v0.13.1 |
| 1233 | 2026-05-22T21:27:06.725Z | Downloaded x509-cert v0.2.5 |
| 1234 | 2026-05-22T21:27:06.728Z | Downloaded unicode_categories v0.1.1 |
| 1235 | 2026-05-22T21:27:06.730Z | Downloaded unicode-segmentation v1.12.0 |
| 1236 | 2026-05-22T21:27:06.733Z | Downloaded lalrpop v0.19.12 |
| 1237 | 2026-05-22T21:27:06.738Z | Downloaded git2 v0.20.4 |
| 1238 | 2026-05-22T21:27:06.745Z | Downloaded quick-xml v0.37.5 |
| 1239 | 2026-05-22T21:27:06.747Z | Downloaded goblin v0.10.5 |
| 1240 | 2026-05-22T21:27:06.752Z | Downloaded tower v0.5.3 |
| 1241 | 2026-05-22T21:27:06.756Z | Downloaded zerocopy-derive v0.8.40 |
| 1242 | 2026-05-22T21:27:06.761Z | Downloaded tough v0.22.0 |
| 1243 | 2026-05-22T21:27:06.766Z | Downloaded proptest v1.10.0 |
| 1244 | 2026-05-22T21:27:06.774Z | Downloaded salty v0.3.0 |
| 1245 | 2026-05-22T21:27:06.777Z | Downloaded rustls-webpki v0.102.8 |
| 1246 | 2026-05-22T21:27:06.784Z | Downloaded rustls-webpki v0.101.7 |
| 1247 | 2026-05-22T21:27:06.793Z | Downloaded typed-path v0.9.3 |
| 1248 | 2026-05-22T21:27:06.796Z | Downloaded serde_with v3.17.0 |
| 1249 | 2026-05-22T21:27:06.803Z | Downloaded petname v2.0.2 |
| 1250 | 2026-05-22T21:27:06.806Z | Downloaded curve25519-dalek v4.1.3 |
| 1251 | 2026-05-22T21:27:06.811Z | Downloaded zip v4.6.1 |
| 1252 | 2026-05-22T21:27:06.814Z | Downloaded tower-http v0.6.8 |
| 1253 | 2026-05-22T21:27:06.818Z | Downloaded tokio-util v0.7.18 |
| 1254 | 2026-05-22T21:27:06.822Z | Downloaded object v0.30.4 |
| 1255 | 2026-05-22T21:27:06.827Z | Downloaded unicode-normalization v0.1.25 |
| 1256 | 2026-05-22T21:27:06.829Z | Downloaded moka v0.12.13 |
| 1257 | 2026-05-22T21:27:06.833Z | Downloaded bstr v1.12.1 |
| 1258 | 2026-05-22T21:27:06.845Z | Downloaded radix_trie v0.2.1 |
| 1259 | 2026-05-22T21:27:06.848Z | Downloaded winnow v0.6.26 |
| 1260 | 2026-05-22T21:27:06.853Z | Downloaded quinn-proto v0.11.13 |
| 1261 | 2026-05-22T21:27:06.857Z | Downloaded polar-core v0.27.3 |
| 1262 | 2026-05-22T21:27:06.861Z | Downloaded nix v0.27.1 |
| 1263 | 2026-05-22T21:27:06.868Z | Downloaded openssl v0.10.79 |
| 1264 | 2026-05-22T21:27:06.873Z | Downloaded winnow v0.5.40 |
| 1265 | 2026-05-22T21:27:06.910Z | Downloaded dropshot v0.16.7 |
| 1266 | 2026-05-22T21:27:06.922Z | Downloaded time v0.3.47 |
| 1267 | 2026-05-22T21:27:06.929Z | Downloaded object v0.37.3 |
| 1268 | 2026-05-22T21:27:06.935Z | Downloaded dropshot v0.17.0 |
| 1269 | 2026-05-22T21:27:06.947Z | Downloaded webpki-roots v1.0.6 |
| 1270 | 2026-05-22T21:27:06.950Z | Downloaded nix v0.28.0 |
| 1271 | 2026-05-22T21:27:06.955Z | Downloaded regex-syntax v0.6.29 |
| 1272 | 2026-05-22T21:27:06.959Z | Downloaded openapiv3 v2.2.0 |
| 1273 | 2026-05-22T21:27:06.965Z | Downloaded zerocopy v0.8.40 |
| 1274 | 2026-05-22T21:27:06.971Z | Downloaded tabled v0.20.0 |
| 1275 | 2026-05-22T21:27:06.980Z | Downloaded zlib-rs v0.6.2 |
| 1276 | 2026-05-22T21:27:06.983Z | Downloaded rustix v0.38.44 |
| 1277 | 2026-05-22T21:27:06.996Z | Downloaded nix v0.31.2 |
| 1278 | 2026-05-22T21:27:07.002Z | Downloaded vcpkg v0.2.15 |
| 1279 | 2026-05-22T21:27:07.023Z | Downloaded regress v0.11.1 |
| 1280 | 2026-05-22T21:27:07.028Z | Downloaded hickory-proto v0.24.4 |
| 1281 | 2026-05-22T21:27:07.037Z | Downloaded rustls v0.22.4 |
| 1282 | 2026-05-22T21:27:07.044Z | Downloaded regress v0.10.5 |
| 1283 | 2026-05-22T21:27:07.049Z | Downloaded smoltcp v0.11.0 |
| 1284 | 2026-05-22T21:27:07.056Z | Downloaded regex-syntax v0.8.10 |
| 1285 | 2026-05-22T21:27:07.061Z | Downloaded rustls v0.23.37 |
| 1286 | 2026-05-22T21:27:07.068Z | Downloaded sqlparser v0.61.0 |
| 1287 | 2026-05-22T21:27:07.073Z | Downloaded diesel v2.3.7 |
| 1288 | 2026-05-22T21:27:07.084Z | Downloaded smoltcp v0.9.1 |
| 1289 | 2026-05-22T21:27:07.090Z | Downloaded sled v0.34.7 |
| 1290 | 2026-05-22T21:27:07.096Z | Downloaded hickory-proto v0.25.2 |
| 1291 | 2026-05-22T21:27:07.105Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1292 | 2026-05-22T21:27:07.112Z | Downloaded tracing v0.1.44 |
| 1293 | 2026-05-22T21:27:07.124Z | Downloaded rustls v0.21.12 |
| 1294 | 2026-05-22T21:27:07.130Z | Downloaded nix v0.29.0 |
| 1295 | 2026-05-22T21:27:07.145Z | Downloaded regex-automata v0.4.14 |
| 1296 | 2026-05-22T21:27:07.154Z | Downloaded typify-impl v0.6.2 |
| 1297 | 2026-05-22T21:27:07.162Z | Downloaded petgraph v0.6.5 |
| 1298 | 2026-05-22T21:27:07.174Z | Downloaded typify-impl v0.4.3 |
| 1299 | 2026-05-22T21:27:07.182Z | Downloaded ratatui v0.29.0 |
| 1300 | 2026-05-22T21:27:07.192Z | Downloaded chrono-tz v0.10.4 |
| 1301 | 2026-05-22T21:27:07.213Z | Downloaded zerocopy-derive v0.6.6 |
| 1302 | 2026-05-22T21:27:07.218Z | Downloaded libz-sys v1.1.24 |
| 1303 | 2026-05-22T21:27:07.230Z | Downloaded sha3 v0.10.8 |
| 1304 | 2026-05-22T21:27:07.234Z | Downloaded tokio v1.52.1 |
| 1305 | 2026-05-22T21:27:07.256Z | Downloaded jiff v0.2.21 |
| 1306 | 2026-05-22T21:27:07.294Z | Downloaded csv v1.4.0 |
| 1307 | 2026-05-22T21:27:07.306Z | Downloaded petgraph v0.8.3 |
| 1308 | 2026-05-22T21:27:07.327Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1309 | 2026-05-22T21:27:07.415Z | Downloaded encoding_rs v0.8.35 |
| 1310 | 2026-05-22T21:27:07.430Z | Downloaded ring v0.17.14 |
| 1311 | 2026-05-22T21:27:07.464Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1312 | 2026-05-22T21:27:07.789Z | Downloaded aws-lc-sys v0.40.0 |
| 1313 | 2026-05-22T21:27:08.027Z | Compiling libc v0.2.185 |
| 1314 | 2026-05-22T21:27:08.030Z | Compiling serde v1.0.228 |
| 1315 | 2026-05-22T21:27:08.030Z | Compiling log v0.4.29 |
| 1316 | 2026-05-22T21:27:08.030Z | Compiling shlex v1.3.0 |
| 1317 | 2026-05-22T21:27:08.175Z | Compiling find-msvc-tools v0.1.9 |
| 1318 | 2026-05-22T21:27:08.183Z | Compiling smallvec v1.15.1 |
| 1319 | 2026-05-22T21:27:08.202Z | Compiling syn v2.0.117 |
| 1320 | 2026-05-22T21:27:08.213Z | Compiling typenum v1.19.0 |
| 1321 | 2026-05-22T21:27:08.361Z | Compiling generic-array v0.14.7 |
| 1322 | 2026-05-22T21:27:08.374Z | Compiling subtle v2.6.1 |
| 1323 | 2026-05-22T21:27:08.415Z | Compiling scopeguard v1.2.0 |
| 1324 | 2026-05-22T21:27:08.473Z | Compiling const-oid v0.9.6 |
| 1325 | 2026-05-22T21:27:08.496Z | Compiling serde_json v1.0.149 |
| 1326 | 2026-05-22T21:27:08.523Z | Compiling lock_api v0.4.14 |
| 1327 | 2026-05-22T21:27:08.549Z | Compiling zerocopy v0.8.40 |
| 1328 | 2026-05-22T21:27:08.617Z | Compiling parking_lot_core v0.9.12 |
| 1329 | 2026-05-22T21:27:08.752Z | Compiling portable-atomic v1.13.1 |
| 1330 | 2026-05-22T21:27:08.849Z | Compiling pin-project-lite v0.2.17 |
| 1331 | 2026-05-22T21:27:08.972Z | Compiling pkg-config v0.3.32 |
| 1332 | 2026-05-22T21:27:08.988Z | Compiling bitflags v2.11.0 |
| 1333 | 2026-05-22T21:27:09.081Z | Compiling getrandom v0.2.17 |
| 1334 | 2026-05-22T21:27:09.182Z | Compiling jobserver v0.1.34 |
| 1335 | 2026-05-22T21:27:09.212Z | Compiling errno v0.3.14 |
| 1336 | 2026-05-22T21:27:09.225Z | Compiling rand_core v0.6.4 |
| 1337 | 2026-05-22T21:27:09.316Z | Compiling signal-hook-registry v1.4.8 |
| 1338 | 2026-05-22T21:27:09.498Z | Compiling cc v1.2.56 |
| 1339 | 2026-05-22T21:27:09.532Z | Compiling libm v0.2.16 |
| 1340 | 2026-05-22T21:27:09.562Z | Compiling critical-section v1.2.0 |
| 1341 | 2026-05-22T21:27:09.594Z | Compiling futures-core v0.3.32 |
| 1342 | 2026-05-22T21:27:09.651Z | Compiling parking_lot v0.12.5 |
| 1343 | 2026-05-22T21:27:09.667Z | Compiling mio v1.2.0 |
| 1344 | 2026-05-22T21:27:09.743Z | Compiling once_cell v1.21.3 |
| 1345 | 2026-05-22T21:27:09.789Z | Compiling num-traits v0.2.19 |
| 1346 | 2026-05-22T21:27:09.858Z | Compiling percent-encoding v2.3.2 |
| 1347 | 2026-05-22T21:27:09.975Z | Compiling socket2 v0.6.3 |
| 1348 | 2026-05-22T21:27:10.047Z | Compiling futures-sink v0.3.32 |
| 1349 | 2026-05-22T21:27:10.051Z | Compiling futures-task v0.3.32 |
| 1350 | 2026-05-22T21:27:10.140Z | Compiling futures-channel v0.3.32 |
| 1351 | 2026-05-22T21:27:10.154Z | Compiling slab v0.4.12 |
| 1352 | 2026-05-22T21:27:10.167Z | Compiling getrandom v0.4.1 |
| 1353 | 2026-05-22T21:27:10.224Z | Compiling cpufeatures v0.2.17 |
| 1354 | 2026-05-22T21:27:10.300Z | Compiling futures-io v0.3.32 |
| 1355 | 2026-05-22T21:27:10.324Z | Compiling rand_core v0.10.0 |
| 1356 | 2026-05-22T21:27:10.361Z | Compiling indexmap v2.14.0 |
| 1357 | 2026-05-22T21:27:10.375Z | Compiling getrandom v0.3.4 |
| 1358 | 2026-05-22T21:27:10.448Z | Compiling rustversion v1.0.22 |
| 1359 | 2026-05-22T21:27:10.487Z | Compiling cmake v0.1.57 |
| 1360 | 2026-05-22T21:27:10.837Z | Compiling form_urlencoded v1.2.2 |
| 1361 | 2026-05-22T21:27:10.897Z | Compiling fs_extra v1.3.0 |
| 1362 | 2026-05-22T21:27:10.967Z | Compiling dunce v1.0.5 |
| 1363 | 2026-05-22T21:27:11.013Z | Compiling synstructure v0.13.2 |
| 1364 | 2026-05-22T21:27:11.061Z | Compiling ident_case v1.0.1 |
| 1365 | 2026-05-22T21:27:11.074Z | Compiling base64ct v1.8.3 |
| 1366 | 2026-05-22T21:27:11.168Z | Compiling aws-lc-sys v0.40.0 |
| 1367 | 2026-05-22T21:27:11.183Z | Compiling rustix v1.1.3 |
| 1368 | 2026-05-22T21:27:11.334Z | Compiling pem-rfc7468 v0.7.0 |
| 1369 | 2026-05-22T21:27:11.365Z | Compiling regex-syntax v0.8.10 |
| 1370 | 2026-05-22T21:27:11.380Z | Compiling iana-time-zone v0.1.65 |
| 1371 | 2026-05-22T21:27:11.528Z | Compiling flagset v0.4.7 |
| 1372 | 2026-05-22T21:27:11.572Z | Compiling rand_core v0.9.5 |
| 1373 | 2026-05-22T21:27:11.624Z | Compiling ring v0.17.14 |
| 1374 | 2026-05-22T21:27:11.637Z | Compiling aws-lc-rs v1.16.3 |
| 1375 | 2026-05-22T21:27:11.653Z | Compiling vcpkg v0.2.15 |
| 1376 | 2026-05-22T21:27:11.849Z | Compiling uuid v1.23.0 |
| 1377 | 2026-05-22T21:27:11.907Z | Compiling rustc_version v0.4.1 |
| 1378 | 2026-05-22T21:27:12.231Z | Compiling tracing-core v0.1.36 |
| 1379 | 2026-05-22T21:27:12.368Z | Compiling openssl-sys v0.9.115 |
| 1380 | 2026-05-22T21:27:12.528Z | Compiling base64 v0.22.1 |
| 1381 | 2026-05-22T21:27:12.736Z | Compiling serde_derive v1.0.228 |
| 1382 | 2026-05-22T21:27:12.810Z | Compiling zeroize_derive v1.4.3 |
| 1383 | 2026-05-22T21:27:12.905Z | Compiling zerofrom-derive v0.1.6 |
| 1384 | 2026-05-22T21:27:12.936Z | Compiling yoke-derive v0.8.1 |
| 1385 | 2026-05-22T21:27:12.955Z | Compiling zerovec-derive v0.11.2 |
| 1386 | 2026-05-22T21:27:13.443Z | Compiling zeroize v1.8.2 |
| 1387 | 2026-05-22T21:27:13.734Z | Compiling zerocopy-derive v0.8.40 |
| 1388 | 2026-05-22T21:27:14.062Z | Compiling displaydoc v0.2.5 |
| 1389 | 2026-05-22T21:27:14.094Z | Compiling tokio-macros v2.7.0 |
| 1390 | 2026-05-22T21:27:14.209Z | Compiling crypto-common v0.1.7 |
| 1391 | 2026-05-22T21:27:14.299Z | Compiling zerofrom v0.1.6 |
| 1392 | 2026-05-22T21:27:14.353Z | Compiling block-buffer v0.10.4 |
| 1393 | 2026-05-22T21:27:14.422Z | Compiling yoke v0.8.1 |
| 1394 | 2026-05-22T21:27:14.519Z | Compiling digest v0.10.7 |
| 1395 | 2026-05-22T21:27:14.603Z | Compiling zerovec v0.11.5 |
| 1396 | 2026-05-22T21:27:14.764Z | Compiling futures-macro v0.3.32 |
| 1397 | 2026-05-22T21:27:14.785Z | Compiling zerotrie v0.2.3 |
| 1398 | 2026-05-22T21:27:14.805Z | Compiling hmac v0.12.1 |
| 1399 | 2026-05-22T21:27:14.954Z | Compiling block-padding v0.3.3 |
| 1400 | 2026-05-22T21:27:15.069Z | Compiling tinystr v0.8.2 |
| 1401 | 2026-05-22T21:27:15.096Z | Compiling potential_utf v0.1.4 |
| 1402 | 2026-05-22T21:27:15.109Z | Compiling inout v0.1.4 |
| 1403 | 2026-05-22T21:27:15.251Z | Compiling icu_locale_core v2.1.1 |
| 1404 | 2026-05-22T21:27:15.264Z | Compiling icu_collections v2.1.1 |
| 1405 | 2026-05-22T21:27:15.277Z | Compiling cipher v0.4.4 |
| 1406 | 2026-05-22T21:27:15.524Z | Compiling sha2 v0.10.9 |
| 1407 | 2026-05-22T21:27:15.539Z | Compiling futures-util v0.3.32 |
| 1408 | 2026-05-22T21:27:15.721Z | Compiling der_derive v0.7.3 |
| 1409 | 2026-05-22T21:27:16.105Z | Compiling bytes v1.11.1 |
| 1410 | 2026-05-22T21:27:16.150Z | Compiling icu_provider v2.1.1 |
| 1411 | 2026-05-22T21:27:16.268Z | Compiling chrono v0.4.44 |
| 1412 | 2026-05-22T21:27:16.437Z | Compiling icu_properties v2.1.2 |
| 1413 | 2026-05-22T21:27:16.676Z | Compiling tokio v1.52.1 |
| 1414 | 2026-05-22T21:27:16.698Z | Compiling icu_normalizer v2.1.1 |
| 1415 | 2026-05-22T21:27:16.880Z | Compiling der v0.7.10 |
| 1416 | 2026-05-22T21:27:17.221Z | Compiling http v1.4.0 |
| 1417 | 2026-05-22T21:27:17.505Z | Compiling idna_adapter v1.2.1 |
| 1418 | 2026-05-22T21:27:17.614Z | Compiling idna v1.1.0 |
| 1419 | 2026-05-22T21:27:17.637Z | Compiling salsa20 v0.10.2 |
| 1420 | 2026-05-22T21:27:17.728Z | Compiling spki v0.7.3 |
| 1421 | 2026-05-22T21:27:17.835Z | Compiling pbkdf2 v0.12.2 |
| 1422 | 2026-05-22T21:27:17.952Z | Compiling ppv-lite86 v0.2.21 |
| 1423 | 2026-05-22T21:27:17.966Z | Compiling url v2.5.8 |
| 1424 | 2026-05-22T21:27:18.071Z | Compiling rustls-pki-types v1.14.0 |
| 1425 | 2026-05-22T21:27:18.085Z | Compiling tracing-attributes v0.1.31 |
| 1426 | 2026-05-22T21:27:18.114Z | Compiling thiserror-impl v2.0.18 |
| 1427 | 2026-05-22T21:27:18.267Z | Compiling rand_chacha v0.9.0 |
| 1428 | 2026-05-22T21:27:18.301Z | Compiling scrypt v0.11.0 |
| 1429 | 2026-05-22T21:27:18.511Z | Compiling http-body v1.0.1 |
| 1430 | 2026-05-22T21:27:18.551Z | Compiling cbc v0.1.2 |
| 1431 | 2026-05-22T21:27:18.661Z | Compiling aes v0.8.4 |
| 1432 | 2026-05-22T21:27:18.758Z | Compiling openssl-probe v0.2.1 |
| 1433 | 2026-05-22T21:27:18.772Z | Compiling untrusted v0.7.1 |
| 1434 | 2026-05-22T21:27:18.901Z | Compiling httparse v1.10.1 |
| 1435 | 2026-05-22T21:27:18.930Z | Compiling untrusted v0.9.0 |
| 1436 | 2026-05-22T21:27:18.957Z | Compiling tinyvec_macros v0.1.1 |
| 1437 | 2026-05-22T21:27:19.049Z | Compiling pkcs5 v0.7.1 |
| 1438 | 2026-05-22T21:27:19.278Z | Compiling tinyvec v1.10.0 |
| 1439 | 2026-05-22T21:27:19.372Z | Compiling tracing v0.1.44 |
| 1440 | 2026-05-22T21:27:19.427Z | Compiling thiserror v2.0.18 |
| 1441 | 2026-05-22T21:27:19.521Z | Compiling pest_generator v2.8.6 |
| 1442 | 2026-05-22T21:27:19.535Z | Compiling rand v0.9.2 |
| 1443 | 2026-05-22T21:27:19.610Z | Compiling serde_derive_internals v0.29.1 |
| 1444 | 2026-05-22T21:27:19.625Z | Compiling aho-corasick v1.1.4 |
| 1445 | 2026-05-22T21:27:19.707Z | Compiling try-lock v0.2.5 |
| 1446 | 2026-05-22T21:27:19.813Z | Compiling atomic-waker v1.1.2 |
| 1447 | 2026-05-22T21:27:19.937Z | Compiling schemars v0.8.22 |
| 1448 | 2026-05-22T21:27:20.130Z | Compiling dyn-clone v1.0.20 |
| 1449 | 2026-05-22T21:27:20.204Z | Compiling tower-layer v0.3.3 |
| 1450 | 2026-05-22T21:27:20.265Z | Compiling rustls v0.23.37 |
| 1451 | 2026-05-22T21:27:20.317Z | Compiling tower-service v0.3.3 |
| 1452 | 2026-05-22T21:27:20.359Z | Compiling tokio-util v0.7.18 |
| 1453 | 2026-05-22T21:27:20.410Z | Compiling regex-automata v0.4.14 |
| 1454 | 2026-05-22T21:27:20.427Z | Compiling pest_derive v2.8.6 |
| 1455 | 2026-05-22T21:27:20.474Z | Compiling schemars_derive v0.8.22 |
| 1456 | 2026-05-22T21:27:20.778Z | Compiling want v0.3.1 |
| 1457 | 2026-05-22T21:27:20.835Z | Compiling pkcs8 v0.10.2 |
| 1458 | 2026-05-22T21:27:21.131Z | Compiling h2 v0.4.13 |
| 1459 | 2026-05-22T21:27:21.222Z | Compiling ipnet v2.11.0 |
| 1460 | 2026-05-22T21:27:21.251Z | Compiling scroll_derive v0.13.1 |
| 1461 | 2026-05-22T21:27:21.355Z | Compiling darling_core v0.20.11 |
| 1462 | 2026-05-22T21:27:21.685Z | Compiling foreign-types-shared v0.1.1 |
| 1463 | 2026-05-22T21:27:21.703Z | Compiling openssl v0.10.79 |
| 1464 | 2026-05-22T21:27:21.770Z | Compiling pin-utils v0.1.0 |
| 1465 | 2026-05-22T21:27:21.842Z | Compiling httpdate v1.0.3 |
| 1466 | 2026-05-22T21:27:21.946Z | Compiling foreign-types v0.3.2 |
| 1467 | 2026-05-22T21:27:22.017Z | Compiling tempfile v3.25.0 |
| 1468 | 2026-05-22T21:27:22.030Z | Compiling scroll v0.13.0 |
| 1469 | 2026-05-22T21:27:22.273Z | Compiling unicode-normalization v0.1.25 |
| 1470 | 2026-05-22T21:27:22.378Z | Compiling openssl-macros v0.1.1 |
| 1471 | 2026-05-22T21:27:22.693Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1472 | 2026-05-22T21:27:22.728Z | Compiling spin v0.9.8 |
| 1473 | 2026-05-22T21:27:22.785Z | Compiling powerfmt v0.2.0 |
| 1474 | 2026-05-22T21:27:22.977Z | Compiling crc32fast v1.5.0 |
| 1475 | 2026-05-22T21:27:22.991Z | Compiling time-core v0.1.8 |
| 1476 | 2026-05-22T21:27:23.114Z | Compiling native-tls v0.2.18 |
| 1477 | 2026-05-22T21:27:23.136Z | Compiling num-conv v0.2.0 |
| 1478 | 2026-05-22T21:27:23.266Z | Compiling time-macros v0.2.27 |
| 1479 | 2026-05-22T21:27:23.327Z | Compiling deranged v0.5.8 |
| 1480 | 2026-05-22T21:27:23.619Z | Compiling darling_macro v0.20.11 |
| 1481 | 2026-05-22T21:27:24.076Z | Compiling hyper v1.8.1 |
| 1482 | 2026-05-22T21:27:24.276Z | Compiling darling v0.20.11 |
| 1483 | 2026-05-22T21:27:24.311Z | Compiling goblin v0.10.5 |
| 1484 | 2026-05-22T21:27:24.356Z | Compiling rustls-native-certs v0.8.3 |
| 1485 | 2026-05-22T21:27:24.458Z | Compiling sync_wrapper v1.0.2 |
| 1486 | 2026-05-22T21:27:24.563Z | Compiling wait-timeout v0.2.1 |
| 1487 | 2026-05-22T21:27:24.639Z | Compiling num_threads v0.1.7 |
| 1488 | 2026-05-22T21:27:24.736Z | Compiling simd-adler32 v0.3.8 |
| 1489 | 2026-05-22T21:27:24.821Z | Compiling crossbeam-utils v0.8.21 |
| 1490 | 2026-05-22T21:27:24.979Z | Compiling bit-vec v0.8.0 |
| 1491 | 2026-05-22T21:27:25.020Z | Compiling syn v1.0.109 |
| 1492 | 2026-05-22T21:27:25.099Z | Compiling hyper-util v0.1.20 |
| 1493 | 2026-05-22T21:27:25.197Z | Compiling quick-error v1.2.3 |
| 1494 | 2026-05-22T21:27:25.303Z | Compiling usdt-impl v0.6.0 |
| 1495 | 2026-05-22T21:27:25.317Z | Compiling siphasher v1.0.2 |
| 1496 | 2026-05-22T21:27:25.531Z | Compiling rusty-fork v0.3.1 |
| 1497 | 2026-05-22T21:27:25.601Z | Compiling bit-set v0.8.0 |
| 1498 | 2026-05-22T21:27:25.778Z | Compiling time v0.3.47 |
| 1499 | 2026-05-22T21:27:25.833Z | Compiling tower v0.5.3 |
| 1500 | 2026-05-22T21:27:25.863Z | Compiling derive_builder_core v0.20.2 |
| 1501 | 2026-05-22T21:27:26.312Z | Compiling dtrace-parser v0.3.0 |
| 1502 | 2026-05-22T21:27:26.476Z | Compiling http-body-util v0.1.3 |
| 1503 | 2026-05-22T21:27:26.706Z | Compiling webpki-roots v1.0.6 |
| 1504 | 2026-05-22T21:27:26.720Z | Compiling signature v2.2.0 |
| 1505 | 2026-05-22T21:27:26.788Z | Compiling thiserror-impl v1.0.69 |
| 1506 | 2026-05-22T21:27:26.823Z | Compiling scroll_derive v0.12.1 |
| 1507 | 2026-05-22T21:27:26.896Z | Compiling heapless v0.7.17 |
| 1508 | 2026-05-22T21:27:27.057Z | Compiling dof v0.4.0 |
| 1509 | 2026-05-22T21:27:27.132Z | Compiling rand_xorshift v0.4.0 |
| 1510 | 2026-05-22T21:27:27.294Z | Compiling slog v2.8.2 |
| 1511 | 2026-05-22T21:27:27.325Z | Compiling darling_core v0.21.3 |
| 1512 | 2026-05-22T21:27:27.466Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1513 | 2026-05-22T21:27:27.480Z | Compiling thread-id v5.1.0 |
| 1514 | 2026-05-22T21:27:27.559Z | Compiling cookie v0.18.1 |
| 1515 | 2026-05-22T21:27:27.781Z | Compiling allocator-api2 v0.2.21 |
| 1516 | 2026-05-22T21:27:27.794Z | Compiling paste v1.0.15 |
| 1517 | 2026-05-22T21:27:28.053Z | Compiling adler2 v2.0.1 |
| 1518 | 2026-05-22T21:27:28.068Z | Compiling iri-string v0.7.10 |
| 1519 | 2026-05-22T21:27:28.100Z | Compiling anyhow v1.0.102 |
| 1520 | 2026-05-22T21:27:28.184Z | Compiling ryu v1.0.23 |
| 1521 | 2026-05-22T21:27:28.227Z | Compiling zstd-safe v7.2.4 |
| 1522 | 2026-05-22T21:27:28.360Z | Compiling unicode-bidi v0.3.18 |
| 1523 | 2026-05-22T21:27:28.400Z | Compiling unicode-properties v0.1.4 |
| 1524 | 2026-05-22T21:27:28.416Z | Compiling unarray v0.1.4 |
| 1525 | 2026-05-22T21:27:28.457Z | Compiling signal-hook v0.3.18 |
| 1526 | 2026-05-22T21:27:28.519Z | Compiling proptest v1.10.0 |
| 1527 | 2026-05-22T21:27:28.641Z | Compiling serde_urlencoded v0.7.1 |
| 1528 | 2026-05-22T21:27:28.816Z | Compiling stringprep v0.1.5 |
| 1529 | 2026-05-22T21:27:28.877Z | Compiling miniz_oxide v0.8.9 |
| 1530 | 2026-05-22T21:27:28.892Z | Compiling thiserror v1.0.69 |
| 1531 | 2026-05-22T21:27:29.246Z | Compiling tower-http v0.6.8 |
| 1532 | 2026-05-22T21:27:29.563Z | Compiling scroll v0.12.0 |
| 1533 | 2026-05-22T21:27:29.676Z | Compiling derive_builder_macro v0.20.2 |
| 1534 | 2026-05-22T21:27:29.816Z | Compiling tokio-native-tls v0.3.1 |
| 1535 | 2026-05-22T21:27:29.846Z | Compiling darling_macro v0.21.3 |
| 1536 | 2026-05-22T21:27:29.976Z | Compiling ipnetwork v0.21.1 |
| 1537 | 2026-05-22T21:27:30.070Z | Compiling bstr v1.12.1 |
| 1538 | 2026-05-22T21:27:30.113Z | Compiling rand_chacha v0.3.1 |
| 1539 | 2026-05-22T21:27:30.268Z | Compiling serde_spanned v0.6.9 |
| 1540 | 2026-05-22T21:27:30.303Z | Compiling toml_datetime v0.6.11 |
| 1541 | 2026-05-22T21:27:30.368Z | Compiling erased-serde v0.3.31 |
| 1542 | 2026-05-22T21:27:30.408Z | Compiling serde_tokenstream v0.2.3 |
| 1543 | 2026-05-22T21:27:30.555Z | Compiling md-5 v0.10.6 |
| 1544 | 2026-05-22T21:27:30.699Z | Compiling async-trait v0.1.89 |
| 1545 | 2026-05-22T21:27:30.716Z | Compiling zerocopy-derive v0.7.35 |
| 1546 | 2026-05-22T21:27:30.720Z | Compiling pin-project-internal v1.1.11 |
| 1547 | 2026-05-22T21:27:30.838Z | Compiling curve25519-dalek v4.1.3 |
| 1548 | 2026-05-22T21:27:30.906Z | Compiling vergen-lib v0.1.6 |
| 1549 | 2026-05-22T21:27:31.085Z | Compiling num-integer v0.1.46 |
| 1550 | 2026-05-22T21:27:31.163Z | Compiling hash32 v0.2.1 |
| 1551 | 2026-05-22T21:27:31.357Z | Compiling ff v0.13.1 |
| 1552 | 2026-05-22T21:27:31.403Z | Compiling memoffset v0.9.1 |
| 1553 | 2026-05-22T21:27:31.494Z | Compiling num-bigint-dig v0.8.6 |
| 1554 | 2026-05-22T21:27:31.571Z | Compiling psl-types v2.0.11 |
| 1555 | 2026-05-22T21:27:31.591Z | Compiling fallible-iterator v0.2.0 |
| 1556 | 2026-05-22T21:27:31.681Z | Compiling litrs v1.0.0 |
| 1557 | 2026-05-22T21:27:31.695Z | Compiling base16ct v0.2.0 |
| 1558 | 2026-05-22T21:27:31.708Z | Compiling ref-cast v1.0.25 |
| 1559 | 2026-05-22T21:27:31.791Z | Compiling rustix v0.38.44 |
| 1560 | 2026-05-22T21:27:31.869Z | Compiling cfg_aliases v0.2.1 |
| 1561 | 2026-05-22T21:27:31.901Z | Compiling smoltcp v0.9.1 |
| 1562 | 2026-05-22T21:27:31.941Z | Compiling zlib-rs v0.6.2 |
| 1563 | 2026-05-22T21:27:32.050Z | Compiling nix v0.31.2 |
| 1564 | 2026-05-22T21:27:32.180Z | Compiling document-features v0.2.12 |
| 1565 | 2026-05-22T21:27:32.219Z | Compiling postgres-protocol v0.6.10 |
| 1566 | 2026-05-22T21:27:32.250Z | Compiling sec1 v0.7.3 |
| 1567 | 2026-05-22T21:27:32.407Z | Compiling pin-project v1.1.11 |
| 1568 | 2026-05-22T21:27:32.524Z | Compiling publicsuffix v2.3.0 |
| 1569 | 2026-05-22T21:27:32.641Z | Compiling zerocopy v0.7.35 |
| 1570 | 2026-05-22T21:27:32.692Z | Compiling group v0.13.0 |
| 1571 | 2026-05-22T21:27:32.792Z | Compiling num-iter v0.1.45 |
| 1572 | 2026-05-22T21:27:32.943Z | Compiling newtype-uuid v1.3.2 |
| 1573 | 2026-05-22T21:27:33.229Z | Compiling rand v0.8.6 |
| 1574 | 2026-05-22T21:27:33.243Z | Compiling darling v0.21.3 |
| 1575 | 2026-05-22T21:27:33.273Z | Compiling oxnet v0.1.4 |
| 1576 | 2026-05-22T21:27:33.318Z | Compiling derive_builder v0.20.2 |
| 1577 | 2026-05-22T21:27:33.371Z | Compiling hyper-tls v0.6.0 |
| 1578 | 2026-05-22T21:27:33.649Z | Compiling goblin v0.8.2 |
| 1579 | 2026-05-22T21:27:33.728Z | Compiling hubpack_derive v0.1.1 |
| 1580 | 2026-05-22T21:27:35.876Z | Compiling phf_shared v0.13.1 |
| 1581 | 2026-05-22T21:27:35.898Z | Compiling lazy_static v1.5.0 |
| 1582 | 2026-05-22T21:27:35.898Z | Compiling regex v1.12.3 |
| 1583 | 2026-05-22T21:27:35.899Z | Compiling futures-executor v0.3.32 |
| 1584 | 2026-05-22T21:27:35.899Z | Compiling hex v0.4.3 |
| 1585 | 2026-05-22T21:27:35.899Z | Compiling cargo-platform v0.1.9 |
| 1586 | 2026-05-22T21:27:35.899Z | Compiling hkdf v0.12.4 |
| 1587 | 2026-05-22T21:27:35.899Z | Compiling crypto-bigint v0.5.5 |
| 1588 | 2026-05-22T21:27:35.899Z | Compiling daft-derive v0.1.7 |
| 1589 | 2026-05-22T21:27:35.899Z | Compiling ref-cast-impl v1.0.25 |
| 1590 | 2026-05-22T21:27:35.899Z | Compiling flate2 v1.1.9 |
| 1591 | 2026-05-22T21:27:35.899Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1592 | 2026-05-22T21:27:35.899Z | Compiling snafu-derive v0.8.9 |
| 1593 | 2026-05-22T21:27:35.899Z | Compiling strum_macros v0.27.2 |
| 1594 | 2026-05-22T21:27:35.899Z | Compiling terminal_size v0.4.3 |
| 1595 | 2026-05-22T21:27:35.899Z | Compiling vergen v9.0.6 |
| 1596 | 2026-05-22T21:27:35.899Z | Compiling fs-err v3.3.0 |
| 1597 | 2026-05-22T21:27:35.899Z | Compiling ahash v0.8.12 |
| 1598 | 2026-05-22T21:27:35.910Z | Compiling encoding_rs v0.8.35 |
| 1599 | 2026-05-22T21:27:37.475Z | Compiling managed v0.8.0 |
| 1600 | 2026-05-22T21:27:37.481Z | Compiling bumpalo v3.20.2 |
| 1601 | 2026-05-22T21:27:37.481Z | Compiling foldhash v0.1.5 |
| 1602 | 2026-05-22T21:27:37.481Z | Compiling libbz2-rs-sys v0.2.2 |
| 1603 | 2026-05-22T21:27:37.481Z | Compiling foldhash v0.2.0 |
| 1604 | 2026-05-22T21:27:37.481Z | Compiling unicode-segmentation v1.12.0 |
| 1605 | 2026-05-22T21:27:37.481Z | Compiling object v0.37.3 |
| 1606 | 2026-05-22T21:27:37.481Z | Compiling mime v0.3.17 |
| 1607 | 2026-05-22T21:27:37.481Z | Compiling bitflags v1.3.2 |
| 1608 | 2026-05-22T21:27:37.481Z | Compiling winnow v0.5.40 |
| 1609 | 2026-05-22T21:27:37.481Z | Compiling same-file v1.0.6 |
| 1610 | 2026-05-22T21:27:37.482Z | Compiling clap_builder v4.5.60 |
| 1611 | 2026-05-22T21:27:37.482Z | Compiling strum v0.27.2 |
| 1612 | 2026-05-22T21:27:37.482Z | Compiling walkdir v2.5.0 |
| 1613 | 2026-05-22T21:27:37.482Z | Compiling snafu v0.8.9 |
| 1614 | 2026-05-22T21:27:37.534Z | Compiling bzip2 v0.6.1 |
| 1615 | 2026-05-22T21:27:38.011Z | Compiling hashbrown v0.16.1 |
| 1616 | 2026-05-22T21:27:38.022Z | Compiling hashbrown v0.15.5 |
| 1617 | 2026-05-22T21:27:38.022Z | Compiling zopfli v0.8.3 |
| 1618 | 2026-05-22T21:27:38.401Z | Compiling dof v0.3.0 |
| 1619 | 2026-05-22T21:27:38.409Z | Compiling elliptic-curve v0.13.8 |
| 1620 | 2026-05-22T21:27:38.473Z | Compiling daft v0.1.7 |
| 1621 | 2026-05-22T21:27:39.215Z | Compiling toml_edit v0.19.15 |
| 1622 | 2026-05-22T21:27:39.215Z | Compiling cargo_metadata v0.19.2 |
| 1623 | 2026-05-22T21:27:39.215Z | Compiling futures v0.3.32 |
| 1624 | 2026-05-22T21:27:39.215Z | Compiling phf v0.13.1 |
| 1625 | 2026-05-22T21:27:39.215Z | Compiling signal-hook-mio v0.2.5 |
| 1626 | 2026-05-22T21:27:39.522Z | Compiling hubpack v0.1.2 |
| 1627 | 2026-05-22T21:27:39.526Z | Compiling cookie_store v0.22.1 |
| 1628 | 2026-05-22T21:27:39.648Z | Compiling bzip2 v0.4.4 |
| 1629 | 2026-05-22T21:27:40.675Z | Compiling zstd v0.13.3 |
| 1630 | 2026-05-22T21:27:40.687Z | Compiling serde_with_macros v3.17.0 |
| 1631 | 2026-05-22T21:27:40.687Z | Compiling postgres-types v0.2.12 |
| 1632 | 2026-05-22T21:27:40.687Z | Compiling usdt-attr-macro v0.6.0 |
| 1633 | 2026-05-22T21:27:40.687Z | Compiling usdt-macro v0.6.0 |
| 1634 | 2026-05-22T21:27:41.429Z | Compiling globset v0.4.18 |
| 1635 | 2026-05-22T21:27:41.436Z | Compiling dtrace-parser v0.2.0 |
| 1636 | 2026-05-22T21:27:41.436Z | Compiling ed25519 v2.2.3 |
| 1637 | 2026-05-22T21:27:41.436Z | Compiling phf_shared v0.11.3 |
| 1638 | 2026-05-22T21:27:41.436Z | Compiling olpc-cjson v0.1.4 |
| 1639 | 2026-05-22T21:27:41.436Z | Compiling pkcs1 v0.7.5 |
| 1640 | 2026-05-22T21:27:41.436Z | Compiling serde-big-array v0.5.1 |
| 1641 | 2026-05-22T21:27:41.436Z | Compiling serde_plain v1.0.2 |
| 1642 | 2026-05-22T21:27:41.601Z | Compiling rfc6979 v0.4.0 |
| 1643 | 2026-05-22T21:27:41.619Z | Compiling pem v3.0.6 |
| 1644 | 2026-05-22T21:27:41.768Z | Compiling strum_macros v0.26.4 |
| 1645 | 2026-05-22T21:27:41.777Z | Compiling async-recursion v1.1.1 |
| 1646 | 2026-05-22T21:27:41.777Z | Compiling clap_derive v4.5.55 |
| 1647 | 2026-05-22T21:27:42.274Z | Compiling enum-as-inner v0.6.1 |
| 1648 | 2026-05-22T21:27:42.284Z | Compiling serde_repr v0.1.20 |
| 1649 | 2026-05-22T21:27:42.284Z | Compiling float-cmp v0.10.0 |
| 1650 | 2026-05-22T21:27:42.284Z | Compiling thread-id v4.2.2 |
| 1651 | 2026-05-22T21:27:42.354Z | Compiling memmap2 v0.9.10 |
| 1652 | 2026-05-22T21:27:42.476Z | Compiling env_filter v1.0.0 |
| 1653 | 2026-05-22T21:27:42.480Z | Compiling typed-path v0.9.3 |
| 1654 | 2026-05-22T21:27:42.480Z | Compiling fixedbitset v0.5.7 |
| 1655 | 2026-05-22T21:27:42.558Z | Compiling predicates-core v1.0.10 |
| 1656 | 2026-05-22T21:27:42.714Z | Compiling either v1.15.0 |
| 1657 | 2026-05-22T21:27:42.754Z | Compiling jiff v0.2.21 |
| 1658 | 2026-05-22T21:27:42.798Z | Compiling data-encoding v2.10.0 |
| 1659 | 2026-05-22T21:27:42.924Z | Compiling keccak v0.1.6 |
| 1660 | 2026-05-22T21:27:43.447Z | Compiling precomputed-hash v0.1.1 |
| 1661 | 2026-05-22T21:27:43.482Z | Compiling whoami v2.1.0 |
| 1662 | 2026-05-22T21:27:43.532Z | Compiling static_assertions v1.1.0 |
| 1663 | 2026-05-22T21:27:43.547Z | Compiling normalize-line-endings v0.3.0 |
| 1664 | 2026-05-22T21:27:43.609Z | Compiling new_debug_unreachable v1.0.6 |
| 1665 | 2026-05-22T21:27:43.623Z | Compiling fixedbitset v0.4.2 |
| 1666 | 2026-05-22T21:27:43.638Z | Compiling difflib v0.4.0 |
| 1667 | 2026-05-22T21:27:43.681Z | Compiling tokio-postgres v0.7.16 |
| 1668 | 2026-05-22T21:27:43.735Z | Compiling string_cache v0.8.9 |
| 1669 | 2026-05-22T21:27:43.839Z | Compiling petgraph v0.6.5 |
| 1670 | 2026-05-22T21:27:43.854Z | Compiling toml_edit v0.22.27 |
| 1671 | 2026-05-22T21:27:43.967Z | Compiling predicates v3.1.4 |
| 1672 | 2026-05-22T21:27:44.208Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1673 | 2026-05-22T21:27:44.608Z | Compiling clap v4.5.60 |
| 1674 | 2026-05-22T21:27:44.692Z | Compiling strum v0.26.3 |
| 1675 | 2026-05-22T21:27:44.771Z | Compiling hickory-proto v0.25.2 |
| 1676 | 2026-05-22T21:27:44.820Z | Compiling sha3 v0.10.8 |
| 1677 | 2026-05-22T21:27:45.276Z | Compiling itertools v0.13.0 |
| 1678 | 2026-05-22T21:27:45.292Z | Compiling petgraph v0.8.3 |
| 1679 | 2026-05-22T21:27:45.852Z | Compiling zip v4.6.1 |
| 1680 | 2026-05-22T21:27:46.490Z | Compiling env_logger v0.11.9 |
| 1681 | 2026-05-22T21:27:46.523Z | Compiling usdt v0.6.0 |
| 1682 | 2026-05-22T21:27:46.787Z | Compiling usdt-impl v0.5.0 |
| 1683 | 2026-05-22T21:27:46.794Z | Compiling ecdsa v0.16.9 |
| 1684 | 2026-05-22T21:27:46.831Z | Compiling rsa v0.9.10 |
| 1685 | 2026-05-22T21:27:46.914Z | Compiling ed25519-dalek v2.2.0 |
| 1686 | 2026-05-22T21:27:46.987Z | Compiling serde_with v3.17.0 |
| 1687 | 2026-05-22T21:27:47.179Z | Compiling crossterm v0.28.1 |
| 1688 | 2026-05-22T21:27:47.349Z | Compiling toml v0.7.8 |
| 1689 | 2026-05-22T21:27:47.565Z | Compiling zip v0.6.6 |
| 1690 | 2026-05-22T21:27:48.144Z | Compiling iddqd v0.4.1 |
| 1691 | 2026-05-22T21:27:48.700Z | Compiling heck v0.4.1 |
| 1692 | 2026-05-22T21:27:48.732Z | Compiling similar v2.7.0 |
| 1693 | 2026-05-22T21:27:48.764Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1694 | 2026-05-22T21:27:48.925Z | Compiling crossbeam-epoch v0.9.18 |
| 1695 | 2026-05-22T21:27:49.249Z | Compiling tokio-stream v0.1.18 |
| 1696 | 2026-05-22T21:27:49.363Z | Compiling buf-list v1.1.2 |
| 1697 | 2026-05-22T21:27:49.383Z | Compiling x509-cert v0.2.5 |
| 1698 | 2026-05-22T21:27:49.428Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1699 | 2026-05-22T21:27:49.589Z | Compiling openapiv3 v2.2.0 |
| 1700 | 2026-05-22T21:27:49.639Z | Compiling sha1 v0.10.6 |
| 1701 | 2026-05-22T21:27:49.705Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1702 | 2026-05-22T21:27:49.726Z | Compiling lalrpop-util v0.19.12 |
| 1703 | 2026-05-22T21:27:49.856Z | Compiling peg-runtime v0.8.5 |
| 1704 | 2026-05-22T21:27:49.920Z | Compiling thread_local v1.1.9 |
| 1705 | 2026-05-22T21:27:49.991Z | Compiling slog-async v2.8.0 |
| 1706 | 2026-05-22T21:27:50.133Z | Compiling crossbeam-channel v0.5.15 |
| 1707 | 2026-05-22T21:27:50.149Z | Compiling filetime v0.2.27 |
| 1708 | 2026-05-22T21:27:50.171Z | Compiling is-terminal v0.4.17 |
| 1709 | 2026-05-22T21:27:50.267Z | Compiling take_mut v0.2.2 |
| 1710 | 2026-05-22T21:27:50.299Z | Compiling xattr v1.6.1 |
| 1711 | 2026-05-22T21:27:50.317Z | Compiling term v1.2.1 |
| 1712 | 2026-05-22T21:27:50.566Z | Compiling tar v0.4.45 |
| 1713 | 2026-05-22T21:27:50.885Z | Compiling slog-term v2.9.2 |
| 1714 | 2026-05-22T21:28:00.669Z | Compiling rustls-webpki v0.103.9 |
| 1715 | 2026-05-22T21:28:03.440Z | Compiling tokio-rustls v0.26.4 |
| 1716 | 2026-05-22T21:28:03.440Z | Compiling rustls-platform-verifier v0.6.2 |
| 1717 | 2026-05-22T21:28:03.624Z | Compiling hyper-rustls v0.27.7 |
| 1718 | 2026-05-22T21:28:03.828Z | Compiling reqwest v0.12.28 |
| 1719 | 2026-05-22T21:28:03.829Z | Compiling reqwest v0.13.2 |
| 1720 | 2026-05-22T21:28:05.085Z | Compiling tough v0.22.0 |
| 1721 | 2026-05-22T21:28:07.597Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1722 | 2026-05-22T21:28:07.806Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1723 | 2026-05-22T21:28:10.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1724 | 2026-05-22T21:28:10.744Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1725 | 2026-05-22T21:28:10.797Z | May 22 21:28:09.263 INFO Starting download, target: Console |
| 1726 | 2026-05-22T21:28:10.797Z | May 22 21:28:09.263 INFO Starting download, target: DendriteStub |
| 1727 | 2026-05-22T21:28:10.800Z | May 22 21:28:09.263 INFO Starting download, target: Clickhouse |
| 1728 | 2026-05-22T21:28:10.800Z | May 22 21:28:09.263 INFO Starting download, target: Cockroach |
| 1729 | 2026-05-22T21:28:10.800Z | May 22 21:28:09.263 INFO Starting download, target: MaghemiteMgd |
| 1730 | 2026-05-22T21:28:10.800Z | May 22 21:28:09.263 INFO Starting download, target: TransceiverControl |
| 1731 | 2026-05-22T21:28:10.801Z | May 22 21:28:09.263 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1732 | 2026-05-22T21:28:10.801Z | May 22 21:28:09.263 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1733 | 2026-05-22T21:28:10.801Z | May 22 21:28:09.263 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1734 | 2026-05-22T21:28:10.801Z | May 22 21:28:09.263 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1735 | 2026-05-22T21:28:10.801Z | May 22 21:28:09.263 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1736 | 2026-05-22T21:28:10.801Z | May 22 21:28:09.263 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1737 | 2026-05-22T21:28:11.604Z | May 22 21:28:10.029 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1738 | 2026-05-22T21:28:11.727Z | May 22 21:28:10.193 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1739 | 2026-05-22T21:28:11.764Z | May 22 21:28:10.230 INFO Download complete, target: TransceiverControl |
| 1740 | 2026-05-22T21:28:12.073Z | May 22 21:28:10.418 INFO Download complete, target: Console |
| 1741 | 2026-05-22T21:28:13.236Z | May 22 21:28:11.645 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1742 | 2026-05-22T21:28:15.150Z | May 22 21:28:13.603 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1743 | 2026-05-22T21:28:15.273Z | May 22 21:28:13.663 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1744 | 2026-05-22T21:28:16.495Z | May 22 21:28:14.957 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1745 | 2026-05-22T21:28:16.496Z | May 22 21:28:14.957 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1746 | 2026-05-22T21:28:17.472Z | May 22 21:28:15.937 INFO Download complete, target: DendriteStub |
| 1747 | 2026-05-22T21:28:17.553Z | May 22 21:28:16.018 INFO Download complete, target: MaghemiteMgd |
| 1748 | 2026-05-22T21:28:19.857Z | May 22 21:28:18.299 INFO Checking that binary works, target: Clickhouse |
| 1749 | 2026-05-22T21:28:19.957Z | May 22 21:28:18.396 INFO Download complete, target: Clickhouse |
| 1750 | 2026-05-22T21:28:21.079Z | May 22 21:28:19.534 INFO Checking that binary works, target: Cockroach |
| 1751 | 2026-05-22T21:28:21.194Z | May 22 21:28:19.648 INFO Download complete, target: Cockroach |
| 1752 | 2026-05-22T21:28:21.216Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1753 | 2026-05-22T21:28:21.216Z | |
| 1754 | 2026-05-22T21:28:21.216Z | real 2:15.510807588 |
| 1755 | 2026-05-22T21:28:21.216Z | user 6:51.700923063 |
| 1756 | 2026-05-22T21:28:21.216Z | sys 1:20.788644787 |
| 1757 | 2026-05-22T21:28:21.216Z | trap 0.218310569 |
| 1758 | 2026-05-22T21:28:21.216Z | tflt 0.724582135 |
| 1759 | 2026-05-22T21:28:21.216Z | dflt 0.581087918 |
| 1760 | 2026-05-22T21:28:21.216Z | kflt 0.030763875 |
| 1761 | 2026-05-22T21:28:21.216Z | lock 21:29.972147489 |
| 1762 | 2026-05-22T21:28:21.216Z | slp 21:08.517196268 |
| 1763 | 2026-05-22T21:28:21.216Z | lat 43.054321713 |
| 1764 | 2026-05-22T21:28:21.216Z | stop 1:50.259467528 |
| 1765 | 2026-05-22T21:28:21.216Z | + banner hack-check |
| 1766 | 2026-05-22T21:28:21.216Z | |
| 1767 | 2026-05-22T21:28:21.217Z | # # ## #### # # #### # # ###### #### # # |
| 1768 | 2026-05-22T21:28:21.217Z | # # # # # # # # # # # # # # # # # |
| 1769 | 2026-05-22T21:28:21.217Z | ###### # # # #### ##### # ###### ##### # #### |
| 1770 | 2026-05-22T21:28:21.217Z | # # ###### # # # # # # # # # # |
| 1771 | 2026-05-22T21:28:21.217Z | # # # # # # # # # # # # # # # # # |
| 1772 | 2026-05-22T21:28:21.217Z | # # # # #### # # #### # # ###### #### # # |
| 1773 | 2026-05-22T21:28:21.217Z | |
| 1774 | 2026-05-22T21:28:21.217Z | + export CARGO_INCREMENTAL=0 |
| 1775 | 2026-05-22T21:28:21.218Z | + CARGO_INCREMENTAL=0 |
| 1776 | 2026-05-22T21:28:21.218Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1777 | 2026-05-22T21:28:21.741Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1778 | 2026-05-22T21:28:21.940Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1779 | 2026-05-22T21:28:23.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
| 1780 | 2026-05-22T21:28:23.879Z | Running `target/debug/xtask check-features --ci` |
| 1781 | 2026-05-22T21:28:23.906Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1782 | 2026-05-22T21:28:23.909Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1783 | 2026-05-22T21:28:24.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1784 | 2026-05-22T21:28:24.410Z | Running `target/debug/xtask download cargo-hack` |
| 1785 | 2026-05-22T21:28:25.195Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1786 | 2026-05-22T21:28:25.508Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1787 | 2026-05-22T21:28:27.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s |
| 1788 | 2026-05-22T21:28:28.122Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1789 | 2026-05-22T21:28:28.163Z | May 22 21:28:26.628 INFO Starting download, target: CargoHack |
| 1790 | 2026-05-22T21:28:28.167Z | May 22 21:28:26.629 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1791 | 2026-05-22T21:28:28.714Z | May 22 21:28:27.181 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1792 | 2026-05-22T21:28:28.764Z | May 22 21:28:27.229 INFO Download complete, target: CargoHack |
| 1793 | 2026-05-22T21:28:28.768Z | 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" |
| 1794 | 2026-05-22T21:28:28.780Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1795 | 2026-05-22T21:28:28.935Z | info: running `cargo check --bins` on api_identity (1/276) |
| 1796 | 2026-05-22T21:28:29.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1797 | 2026-05-22T21:28:29.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1798 | 2026-05-22T21:28:29.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1799 | 2026-05-22T21:28:29.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1800 | 2026-05-22T21:28:29.501Z | |
| 1801 | 2026-05-22T21:28:29.501Z | info: running `cargo check --bins` on bootstore (2/276) |
| 1802 | 2026-05-22T21:28:29.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1803 | 2026-05-22T21:28:29.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1804 | 2026-05-22T21:28:29.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1805 | 2026-05-22T21:28:29.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1806 | 2026-05-22T21:28:30.076Z | |
| 1807 | 2026-05-22T21:28:30.076Z | info: running `cargo check --bins` on omicron-ledger (3/276) |
| 1808 | 2026-05-22T21:28:30.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1809 | 2026-05-22T21:28:30.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1810 | 2026-05-22T21:28:30.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1811 | 2026-05-22T21:28:30.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1812 | 2026-05-22T21:28:30.655Z | |
| 1813 | 2026-05-22T21:28:30.655Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276) |
| 1814 | 2026-05-22T21:28:31.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1815 | 2026-05-22T21:28:31.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1816 | 2026-05-22T21:28:31.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1817 | 2026-05-22T21:28:31.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1818 | 2026-05-22T21:28:31.232Z | |
| 1819 | 2026-05-22T21:28:31.232Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276) |
| 1820 | 2026-05-22T21:28:31.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1821 | 2026-05-22T21:28:31.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1822 | 2026-05-22T21:28:31.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1823 | 2026-05-22T21:28:31.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1824 | 2026-05-22T21:28:31.812Z | |
| 1825 | 2026-05-22T21:28:31.813Z | info: running `cargo check --bins` on omicron-certificates (6/276) |
| 1826 | 2026-05-22T21:28:32.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1827 | 2026-05-22T21:28:32.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1828 | 2026-05-22T21:28:32.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1829 | 2026-05-22T21:28:32.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1830 | 2026-05-22T21:28:32.397Z | |
| 1831 | 2026-05-22T21:28:32.397Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/276) |
| 1832 | 2026-05-22T21:28:32.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1833 | 2026-05-22T21:28:32.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1834 | 2026-05-22T21:28:32.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1835 | 2026-05-22T21:28:32.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1836 | 2026-05-22T21:28:32.983Z | |
| 1837 | 2026-05-22T21:28:32.983Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276) |
| 1838 | 2026-05-22T21:28:33.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1839 | 2026-05-22T21:28:33.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1840 | 2026-05-22T21:28:33.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1841 | 2026-05-22T21:28:33.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1842 | 2026-05-22T21:28:33.572Z | |
| 1843 | 2026-05-22T21:28:33.572Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276) |
| 1844 | 2026-05-22T21:28:33.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1845 | 2026-05-22T21:28:33.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1846 | 2026-05-22T21:28:33.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1847 | 2026-05-22T21:28:33.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1848 | 2026-05-22T21:28:34.034Z | |
| 1849 | 2026-05-22T21:28:34.034Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276) |
| 1850 | 2026-05-22T21:28:34.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1851 | 2026-05-22T21:28:34.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1852 | 2026-05-22T21:28:34.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1853 | 2026-05-22T21:28:34.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1854 | 2026-05-22T21:28:34.503Z | |
| 1855 | 2026-05-22T21:28:34.503Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276) |
| 1856 | 2026-05-22T21:28:34.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1857 | 2026-05-22T21:28:34.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1858 | 2026-05-22T21:28:34.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1859 | 2026-05-22T21:28:34.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1860 | 2026-05-22T21:28:34.961Z | |
| 1861 | 2026-05-22T21:28:34.961Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276) |
| 1862 | 2026-05-22T21:28:35.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1863 | 2026-05-22T21:28:35.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1864 | 2026-05-22T21:28:35.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1865 | 2026-05-22T21:28:35.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1866 | 2026-05-22T21:28:35.421Z | |
| 1867 | 2026-05-22T21:28:35.421Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276) |
| 1868 | 2026-05-22T21:28:35.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1869 | 2026-05-22T21:28:35.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1870 | 2026-05-22T21:28:35.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1871 | 2026-05-22T21:28:35.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1872 | 2026-05-22T21:28:35.883Z | |
| 1873 | 2026-05-22T21:28:35.883Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276) |
| 1874 | 2026-05-22T21:28:36.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1875 | 2026-05-22T21:28:36.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1876 | 2026-05-22T21:28:36.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1877 | 2026-05-22T21:28:36.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1878 | 2026-05-22T21:28:36.343Z | |
| 1879 | 2026-05-22T21:28:36.343Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276) |
| 1880 | 2026-05-22T21:28:36.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1881 | 2026-05-22T21:28:36.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1882 | 2026-05-22T21:28:36.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1883 | 2026-05-22T21:28:36.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1884 | 2026-05-22T21:28:36.808Z | |
| 1885 | 2026-05-22T21:28:36.808Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276) |
| 1886 | 2026-05-22T21:28:37.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1887 | 2026-05-22T21:28:37.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1888 | 2026-05-22T21:28:37.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1889 | 2026-05-22T21:28:37.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1890 | 2026-05-22T21:28:37.269Z | |
| 1891 | 2026-05-22T21:28:37.269Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276) |
| 1892 | 2026-05-22T21:28:37.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2026-05-22T21:28:37.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2026-05-22T21:28:37.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2026-05-22T21:28:37.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1896 | 2026-05-22T21:28:37.730Z | |
| 1897 | 2026-05-22T21:28:37.730Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276) |
| 1898 | 2026-05-22T21:28:38.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2026-05-22T21:28:38.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2026-05-22T21:28:38.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2026-05-22T21:28:38.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1902 | 2026-05-22T21:28:38.196Z | |
| 1903 | 2026-05-22T21:28:38.196Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276) |
| 1904 | 2026-05-22T21:28:38.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2026-05-22T21:28:38.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2026-05-22T21:28:38.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2026-05-22T21:28:38.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1908 | 2026-05-22T21:28:38.664Z | |
| 1909 | 2026-05-22T21:28:38.664Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276) |
| 1910 | 2026-05-22T21:28:39.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2026-05-22T21:28:39.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2026-05-22T21:28:39.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2026-05-22T21:28:39.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1914 | 2026-05-22T21:28:39.131Z | |
| 1915 | 2026-05-22T21:28:39.131Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276) |
| 1916 | 2026-05-22T21:28:39.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2026-05-22T21:28:39.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2026-05-22T21:28:39.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2026-05-22T21:28:39.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1920 | 2026-05-22T21:28:39.601Z | |
| 1921 | 2026-05-22T21:28:39.601Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276) |
| 1922 | 2026-05-22T21:28:40.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2026-05-22T21:28:40.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2026-05-22T21:28:40.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2026-05-22T21:28:40.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1926 | 2026-05-22T21:28:40.061Z | |
| 1927 | 2026-05-22T21:28:40.061Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276) |
| 1928 | 2026-05-22T21:28:40.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2026-05-22T21:28:40.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2026-05-22T21:28:40.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2026-05-22T21:28:40.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1932 | 2026-05-22T21:28:40.527Z | |
| 1933 | 2026-05-22T21:28:40.527Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276) |
| 1934 | 2026-05-22T21:28:40.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2026-05-22T21:28:40.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2026-05-22T21:28:40.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2026-05-22T21:28:40.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1938 | 2026-05-22T21:28:40.994Z | |
| 1939 | 2026-05-22T21:28:40.994Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276) |
| 1940 | 2026-05-22T21:28:41.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2026-05-22T21:28:41.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2026-05-22T21:28:41.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2026-05-22T21:28:41.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1944 | 2026-05-22T21:28:41.462Z | |
| 1945 | 2026-05-22T21:28:41.462Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276) |
| 1946 | 2026-05-22T21:28:41.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2026-05-22T21:28:41.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2026-05-22T21:28:41.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2026-05-22T21:28:41.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1950 | 2026-05-22T21:28:41.926Z | |
| 1951 | 2026-05-22T21:28:41.926Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276) |
| 1952 | 2026-05-22T21:28:42.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2026-05-22T21:28:42.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2026-05-22T21:28:42.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2026-05-22T21:28:42.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1956 | 2026-05-22T21:28:42.390Z | |
| 1957 | 2026-05-22T21:28:42.390Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276) |
| 1958 | 2026-05-22T21:28:42.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2026-05-22T21:28:42.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2026-05-22T21:28:42.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2026-05-22T21:28:42.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1962 | 2026-05-22T21:28:42.855Z | |
| 1963 | 2026-05-22T21:28:42.855Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276) |
| 1964 | 2026-05-22T21:28:43.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2026-05-22T21:28:43.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2026-05-22T21:28:43.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1967 | 2026-05-22T21:28:43.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1968 | 2026-05-22T21:28:43.322Z | |
| 1969 | 2026-05-22T21:28:43.322Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276) |
| 1970 | 2026-05-22T21:28:43.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1971 | 2026-05-22T21:28:43.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1972 | 2026-05-22T21:28:43.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1973 | 2026-05-22T21:28:43.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1974 | 2026-05-22T21:28:43.787Z | |
| 1975 | 2026-05-22T21:28:43.787Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276) |
| 1976 | 2026-05-22T21:28:44.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2026-05-22T21:28:44.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2026-05-22T21:28:44.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1979 | 2026-05-22T21:28:44.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1980 | 2026-05-22T21:28:44.253Z | |
| 1981 | 2026-05-22T21:28:44.253Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276) |
| 1982 | 2026-05-22T21:28:44.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1983 | 2026-05-22T21:28:44.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1984 | 2026-05-22T21:28:44.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1985 | 2026-05-22T21:28:44.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1986 | 2026-05-22T21:28:44.721Z | |
| 1987 | 2026-05-22T21:28:44.721Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276) |
| 1988 | 2026-05-22T21:28:45.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1989 | 2026-05-22T21:28:45.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1990 | 2026-05-22T21:28:45.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1991 | 2026-05-22T21:28:45.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1992 | 2026-05-22T21:28:45.189Z | |
| 1993 | 2026-05-22T21:28:45.189Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276) |
| 1994 | 2026-05-22T21:28:45.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1995 | 2026-05-22T21:28:45.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1996 | 2026-05-22T21:28:45.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1997 | 2026-05-22T21:28:45.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1998 | 2026-05-22T21:28:45.651Z | |
| 1999 | 2026-05-22T21:28:45.651Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276) |
| 2000 | 2026-05-22T21:28:46.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2001 | 2026-05-22T21:28:46.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2002 | 2026-05-22T21:28:46.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2003 | 2026-05-22T21:28:46.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2004 | 2026-05-22T21:28:46.110Z | |
| 2005 | 2026-05-22T21:28:46.110Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276) |
| 2006 | 2026-05-22T21:28:46.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2007 | 2026-05-22T21:28:46.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2008 | 2026-05-22T21:28:46.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2009 | 2026-05-22T21:28:46.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2010 | 2026-05-22T21:28:46.570Z | |
| 2011 | 2026-05-22T21:28:46.570Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276) |
| 2012 | 2026-05-22T21:28:46.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2013 | 2026-05-22T21:28:46.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2014 | 2026-05-22T21:28:46.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2015 | 2026-05-22T21:28:46.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2016 | 2026-05-22T21:28:47.032Z | |
| 2017 | 2026-05-22T21:28:47.032Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276) |
| 2018 | 2026-05-22T21:28:47.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2019 | 2026-05-22T21:28:47.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2020 | 2026-05-22T21:28:47.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2021 | 2026-05-22T21:28:47.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2022 | 2026-05-22T21:28:47.493Z | |
| 2023 | 2026-05-22T21:28:47.493Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276) |
| 2024 | 2026-05-22T21:28:47.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2026-05-22T21:28:47.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2026-05-22T21:28:47.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2027 | 2026-05-22T21:28:47.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2028 | 2026-05-22T21:28:47.957Z | |
| 2029 | 2026-05-22T21:28:47.957Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276) |
| 2030 | 2026-05-22T21:28:48.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2031 | 2026-05-22T21:28:48.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2032 | 2026-05-22T21:28:48.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2033 | 2026-05-22T21:28:48.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2034 | 2026-05-22T21:28:48.424Z | |
| 2035 | 2026-05-22T21:28:48.424Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276) |
| 2036 | 2026-05-22T21:28:48.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2037 | 2026-05-22T21:28:48.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2038 | 2026-05-22T21:28:48.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2039 | 2026-05-22T21:28:48.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2040 | 2026-05-22T21:28:48.891Z | |
| 2041 | 2026-05-22T21:28:48.891Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276) |
| 2042 | 2026-05-22T21:28:49.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2043 | 2026-05-22T21:28:49.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2044 | 2026-05-22T21:28:49.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2045 | 2026-05-22T21:28:49.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2046 | 2026-05-22T21:28:49.355Z | |
| 2047 | 2026-05-22T21:28:49.355Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276) |
| 2048 | 2026-05-22T21:28:49.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2049 | 2026-05-22T21:28:49.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2050 | 2026-05-22T21:28:49.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2051 | 2026-05-22T21:28:49.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2052 | 2026-05-22T21:28:49.816Z | |
| 2053 | 2026-05-22T21:28:49.816Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276) |
| 2054 | 2026-05-22T21:28:50.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2055 | 2026-05-22T21:28:50.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2056 | 2026-05-22T21:28:50.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2057 | 2026-05-22T21:28:50.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2058 | 2026-05-22T21:28:50.281Z | |
| 2059 | 2026-05-22T21:28:50.281Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276) |
| 2060 | 2026-05-22T21:28:50.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2061 | 2026-05-22T21:28:50.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2062 | 2026-05-22T21:28:50.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2063 | 2026-05-22T21:28:50.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2064 | 2026-05-22T21:28:50.750Z | |
| 2065 | 2026-05-22T21:28:50.750Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276) |
| 2066 | 2026-05-22T21:28:51.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2067 | 2026-05-22T21:28:51.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2068 | 2026-05-22T21:28:51.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2069 | 2026-05-22T21:28:51.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2070 | 2026-05-22T21:28:51.219Z | |
| 2071 | 2026-05-22T21:28:51.219Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276) |
| 2072 | 2026-05-22T21:28:51.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2073 | 2026-05-22T21:28:51.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2074 | 2026-05-22T21:28:51.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2075 | 2026-05-22T21:28:51.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2076 | 2026-05-22T21:28:51.687Z | |
| 2077 | 2026-05-22T21:28:51.687Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276) |
| 2078 | 2026-05-22T21:28:52.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2079 | 2026-05-22T21:28:52.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2080 | 2026-05-22T21:28:52.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2081 | 2026-05-22T21:28:52.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2082 | 2026-05-22T21:28:52.149Z | |
| 2083 | 2026-05-22T21:28:52.149Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276) |
| 2084 | 2026-05-22T21:28:52.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2085 | 2026-05-22T21:28:52.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2086 | 2026-05-22T21:28:52.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2087 | 2026-05-22T21:28:52.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2088 | 2026-05-22T21:28:52.773Z | |
| 2089 | 2026-05-22T21:28:52.773Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276) |
| 2090 | 2026-05-22T21:28:53.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2091 | 2026-05-22T21:28:53.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2092 | 2026-05-22T21:28:53.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2093 | 2026-05-22T21:28:53.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2094 | 2026-05-22T21:28:53.404Z | |
| 2095 | 2026-05-22T21:28:53.404Z | info: running `cargo check --bins` on nexus-config (51/276) |
| 2096 | 2026-05-22T21:28:53.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2097 | 2026-05-22T21:28:53.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2098 | 2026-05-22T21:28:53.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2099 | 2026-05-22T21:28:53.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2100 | 2026-05-22T21:28:54.028Z | |
| 2101 | 2026-05-22T21:28:54.028Z | info: running `cargo check --bins` on nexus-types (52/276) |
| 2102 | 2026-05-22T21:28:54.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2103 | 2026-05-22T21:28:54.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2104 | 2026-05-22T21:28:54.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2105 | 2026-05-22T21:28:54.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2106 | 2026-05-22T21:28:54.654Z | |
| 2107 | 2026-05-22T21:28:54.654Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276) |
| 2108 | 2026-05-22T21:28:55.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2109 | 2026-05-22T21:28:55.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2110 | 2026-05-22T21:28:55.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2111 | 2026-05-22T21:28:55.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2112 | 2026-05-22T21:28:55.255Z | |
| 2113 | 2026-05-22T21:28:55.255Z | info: running `cargo check --bins` on omicron-passwords (54/276) |
| 2114 | 2026-05-22T21:28:55.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2115 | 2026-05-22T21:28:55.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2116 | 2026-05-22T21:28:55.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2117 | 2026-05-22T21:28:55.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2118 | 2026-05-22T21:28:55.835Z | |
| 2119 | 2026-05-22T21:28:55.835Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/276) |
| 2120 | 2026-05-22T21:28:56.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2121 | 2026-05-22T21:28:56.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2122 | 2026-05-22T21:28:56.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2123 | 2026-05-22T21:28:56.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2124 | 2026-05-22T21:28:56.434Z | |
| 2125 | 2026-05-22T21:28:56.434Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276) |
| 2126 | 2026-05-22T21:28:56.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2127 | 2026-05-22T21:28:56.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2128 | 2026-05-22T21:28:56.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2129 | 2026-05-22T21:28:56.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2130 | 2026-05-22T21:28:57.033Z | |
| 2131 | 2026-05-22T21:28:57.033Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276) |
| 2132 | 2026-05-22T21:28:57.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2133 | 2026-05-22T21:28:57.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2134 | 2026-05-22T21:28:57.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2135 | 2026-05-22T21:28:57.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2136 | 2026-05-22T21:28:57.633Z | |
| 2137 | 2026-05-22T21:28:57.633Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276) |
| 2138 | 2026-05-22T21:28:58.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2139 | 2026-05-22T21:28:58.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2140 | 2026-05-22T21:28:58.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2141 | 2026-05-22T21:28:58.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2142 | 2026-05-22T21:28:58.230Z | |
| 2143 | 2026-05-22T21:28:58.230Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276) |
| 2144 | 2026-05-22T21:28:58.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2145 | 2026-05-22T21:28:58.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2146 | 2026-05-22T21:28:58.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2147 | 2026-05-22T21:28:58.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2148 | 2026-05-22T21:28:58.814Z | |
| 2149 | 2026-05-22T21:28:58.814Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276) |
| 2150 | 2026-05-22T21:28:59.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2151 | 2026-05-22T21:28:59.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2152 | 2026-05-22T21:28:59.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2153 | 2026-05-22T21:28:59.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2154 | 2026-05-22T21:28:59.391Z | |
| 2155 | 2026-05-22T21:28:59.391Z | info: running `cargo check --bins --no-default-features` on gfss (61/276) |
| 2156 | 2026-05-22T21:28:59.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2157 | 2026-05-22T21:28:59.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2158 | 2026-05-22T21:28:59.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2159 | 2026-05-22T21:28:59.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2160 | 2026-05-22T21:28:59.966Z | |
| 2161 | 2026-05-22T21:28:59.966Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276) |
| 2162 | 2026-05-22T21:29:00.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2163 | 2026-05-22T21:29:00.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2164 | 2026-05-22T21:29:00.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2165 | 2026-05-22T21:29:00.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2166 | 2026-05-22T21:29:00.549Z | |
| 2167 | 2026-05-22T21:29:00.549Z | info: running `cargo check --bins` on clickhouse-admin-types (63/276) |
| 2168 | 2026-05-22T21:29:01.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2169 | 2026-05-22T21:29:01.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2170 | 2026-05-22T21:29:01.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2171 | 2026-05-22T21:29:01.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2172 | 2026-05-22T21:29:01.139Z | |
| 2173 | 2026-05-22T21:29:01.139Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/276) |
| 2174 | 2026-05-22T21:29:01.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2175 | 2026-05-22T21:29:01.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2176 | 2026-05-22T21:29:01.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2177 | 2026-05-22T21:29:01.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2178 | 2026-05-22T21:29:01.739Z | |
| 2179 | 2026-05-22T21:29:01.740Z | info: running `cargo check --bins` on cockroach-admin-types (65/276) |
| 2180 | 2026-05-22T21:29:02.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2181 | 2026-05-22T21:29:02.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2182 | 2026-05-22T21:29:02.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2183 | 2026-05-22T21:29:02.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2184 | 2026-05-22T21:29:02.319Z | |
| 2185 | 2026-05-22T21:29:02.319Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/276) |
| 2186 | 2026-05-22T21:29:02.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2187 | 2026-05-22T21:29:02.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2188 | 2026-05-22T21:29:02.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2189 | 2026-05-22T21:29:02.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2190 | 2026-05-22T21:29:02.903Z | |
| 2191 | 2026-05-22T21:29:02.903Z | info: running `cargo check --bins` on ereport-types (67/276) |
| 2192 | 2026-05-22T21:29:03.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2193 | 2026-05-22T21:29:03.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2194 | 2026-05-22T21:29:03.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2195 | 2026-05-22T21:29:03.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2196 | 2026-05-22T21:29:03.487Z | |
| 2197 | 2026-05-22T21:29:03.487Z | info: running `cargo check --bins` on gateway-client (68/276) |
| 2198 | 2026-05-22T21:29:03.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2199 | 2026-05-22T21:29:03.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2200 | 2026-05-22T21:29:03.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2201 | 2026-05-22T21:29:03.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2202 | 2026-05-22T21:29:04.079Z | |
| 2203 | 2026-05-22T21:29:04.079Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/276) |
| 2204 | 2026-05-22T21:29:04.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2205 | 2026-05-22T21:29:04.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2206 | 2026-05-22T21:29:04.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2207 | 2026-05-22T21:29:04.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2208 | 2026-05-22T21:29:04.668Z | |
| 2209 | 2026-05-22T21:29:04.668Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276) |
| 2210 | 2026-05-22T21:29:05.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2211 | 2026-05-22T21:29:05.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2212 | 2026-05-22T21:29:05.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2213 | 2026-05-22T21:29:05.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2214 | 2026-05-22T21:29:05.257Z | |
| 2215 | 2026-05-22T21:29:05.257Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276) |
| 2216 | 2026-05-22T21:29:05.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2217 | 2026-05-22T21:29:05.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2218 | 2026-05-22T21:29:05.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2219 | 2026-05-22T21:29:05.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2220 | 2026-05-22T21:29:05.845Z | |
| 2221 | 2026-05-22T21:29:05.845Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276) |
| 2222 | 2026-05-22T21:29:06.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2223 | 2026-05-22T21:29:06.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2224 | 2026-05-22T21:29:06.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2225 | 2026-05-22T21:29:06.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2226 | 2026-05-22T21:29:06.430Z | |
| 2227 | 2026-05-22T21:29:06.430Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/276) |
| 2228 | 2026-05-22T21:29:06.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2229 | 2026-05-22T21:29:06.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2230 | 2026-05-22T21:29:06.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2231 | 2026-05-22T21:29:06.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2232 | 2026-05-22T21:29:07.041Z | |
| 2233 | 2026-05-22T21:29:07.041Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276) |
| 2234 | 2026-05-22T21:29:07.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2235 | 2026-05-22T21:29:07.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2236 | 2026-05-22T21:29:07.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2237 | 2026-05-22T21:29:07.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2238 | 2026-05-22T21:29:07.646Z | |
| 2239 | 2026-05-22T21:29:07.646Z | info: running `cargo check --bins` on key-manager-types (75/276) |
| 2240 | 2026-05-22T21:29:08.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2241 | 2026-05-22T21:29:08.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2242 | 2026-05-22T21:29:08.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2243 | 2026-05-22T21:29:08.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2244 | 2026-05-22T21:29:08.225Z | |
| 2245 | 2026-05-22T21:29:08.225Z | info: running `cargo check --bins` on oxlog (76/276) |
| 2246 | 2026-05-22T21:29:08.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2247 | 2026-05-22T21:29:08.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2248 | 2026-05-22T21:29:08.835Z | Checking cfg-if v1.0.4 |
| 2249 | 2026-05-22T21:29:08.838Z | Checking libc v0.2.185 |
| 2250 | 2026-05-22T21:29:08.838Z | Checking serde_core v1.0.228 |
| 2251 | 2026-05-22T21:29:08.953Z | Checking zeroize v1.8.2 |
| 2252 | 2026-05-22T21:29:08.960Z | Checking memchr v2.8.0 |
| 2253 | 2026-05-22T21:29:08.969Z | Checking log v0.4.29 |
| 2254 | 2026-05-22T21:29:08.978Z | Checking smallvec v1.15.1 |
| 2255 | 2026-05-22T21:29:08.990Z | Checking typenum v1.19.0 |
| 2256 | 2026-05-22T21:29:08.990Z | Checking subtle v2.6.1 |
| 2257 | 2026-05-22T21:29:09.092Z | Checking itoa v1.0.17 |
| 2258 | 2026-05-22T21:29:09.126Z | Checking scopeguard v1.2.0 |
| 2259 | 2026-05-22T21:29:09.145Z | Checking stable_deref_trait v1.2.1 |
| 2260 | 2026-05-22T21:29:09.148Z | Checking const-oid v0.9.6 |
| 2261 | 2026-05-22T21:29:09.217Z | Checking lock_api v0.4.14 |
| 2262 | 2026-05-22T21:29:09.230Z | Checking zerofrom v0.1.6 |
| 2263 | 2026-05-22T21:29:09.245Z | Checking pin-project-lite v0.2.17 |
| 2264 | 2026-05-22T21:29:09.320Z | Checking portable-atomic v1.13.1 |
| 2265 | 2026-05-22T21:29:09.341Z | Checking getrandom v0.2.17 |
| 2266 | 2026-05-22T21:29:09.341Z | Checking errno v0.3.14 |
| 2267 | 2026-05-22T21:29:09.361Z | Checking yoke v0.8.1 |
| 2268 | 2026-05-22T21:29:09.416Z | Checking parking_lot_core v0.9.12 |
| 2269 | 2026-05-22T21:29:09.450Z | Checking signal-hook-registry v1.4.8 |
| 2270 | 2026-05-22T21:29:09.489Z | Checking rand_core v0.6.4 |
| 2271 | 2026-05-22T21:29:09.515Z | Checking generic-array v0.14.7 |
| 2272 | 2026-05-22T21:29:09.526Z | Checking zerovec v0.11.5 |
| 2273 | 2026-05-22T21:29:09.597Z | Checking critical-section v1.2.0 |
| 2274 | 2026-05-22T21:29:09.609Z | Checking futures-core v0.3.32 |
| 2275 | 2026-05-22T21:29:09.659Z | Checking parking_lot v0.12.5 |
| 2276 | 2026-05-22T21:29:09.692Z | Checking mio v1.2.0 |
| 2277 | 2026-05-22T21:29:09.711Z | Checking once_cell v1.21.3 |
| 2278 | 2026-05-22T21:29:09.725Z | Checking zerocopy v0.8.40 |
| 2279 | 2026-05-22T21:29:09.821Z | Checking zmij v1.0.21 |
| 2280 | 2026-05-22T21:29:09.843Z | Checking socket2 v0.6.3 |
| 2281 | 2026-05-22T21:29:09.878Z | Checking libm v0.2.16 |
| 2282 | 2026-05-22T21:29:09.941Z | Checking crypto-common v0.1.7 |
| 2283 | 2026-05-22T21:29:09.953Z | Checking block-buffer v0.10.4 |
| 2284 | 2026-05-22T21:29:09.964Z | Checking tinystr v0.8.2 |
| 2285 | 2026-05-22T21:29:10.026Z | Checking percent-encoding v2.3.2 |
| 2286 | 2026-05-22T21:29:10.062Z | Checking writeable v0.6.2 |
| 2287 | 2026-05-22T21:29:10.076Z | Checking litemap v0.8.1 |
| 2288 | 2026-05-22T21:29:10.088Z | Checking digest v0.10.7 |
| 2289 | 2026-05-22T21:29:10.138Z | Checking equivalent v1.0.2 |
| 2290 | 2026-05-22T21:29:10.162Z | Checking potential_utf v0.1.4 |
| 2291 | 2026-05-22T21:29:10.216Z | Checking zerotrie v0.2.3 |
| 2292 | 2026-05-22T21:29:10.227Z | Checking futures-sink v0.3.32 |
| 2293 | 2026-05-22T21:29:10.242Z | Checking icu_locale_core v2.1.1 |
| 2294 | 2026-05-22T21:29:10.278Z | Checking futures-task v0.3.32 |
| 2295 | 2026-05-22T21:29:10.290Z | Checking icu_collections v2.1.1 |
| 2296 | 2026-05-22T21:29:10.319Z | Checking futures-channel v0.3.32 |
| 2297 | 2026-05-22T21:29:10.403Z | Checking serde v1.0.228 |
| 2298 | 2026-05-22T21:29:10.415Z | Checking bitflags v2.11.0 |
| 2299 | 2026-05-22T21:29:10.450Z | Checking serde_json v1.0.149 |
| 2300 | 2026-05-22T21:29:10.507Z | Checking slab v0.4.12 |
| 2301 | 2026-05-22T21:29:10.569Z | Checking num-traits v0.2.19 |
| 2302 | 2026-05-22T21:29:10.577Z | Checking futures-io v0.3.32 |
| 2303 | 2026-05-22T21:29:10.597Z | Checking cpufeatures v0.2.17 |
| 2304 | 2026-05-22T21:29:10.663Z | Checking hmac v0.12.1 |
| 2305 | 2026-05-22T21:29:10.674Z | Checking icu_normalizer_data v2.1.1 |
| 2306 | 2026-05-22T21:29:10.686Z | Checking futures-util v0.3.32 |
| 2307 | 2026-05-22T21:29:10.740Z | Checking icu_properties_data v2.1.2 |
| 2308 | 2026-05-22T21:29:10.786Z | Checking rand_core v0.10.0 |
| 2309 | 2026-05-22T21:29:10.789Z | Checking icu_provider v2.1.1 |
| 2310 | 2026-05-22T21:29:10.810Z | Checking bytes v1.11.1 |
| 2311 | 2026-05-22T21:29:10.863Z | Checking hashbrown v0.17.0 |
| 2312 | 2026-05-22T21:29:10.924Z | Checking getrandom v0.4.1 |
| 2313 | 2026-05-22T21:29:11.026Z | Checking icu_properties v2.1.2 |
| 2314 | 2026-05-22T21:29:11.067Z | Checking icu_normalizer v2.1.1 |
| 2315 | 2026-05-22T21:29:11.081Z | Checking block-padding v0.3.3 |
| 2316 | 2026-05-22T21:29:11.100Z | Checking utf8_iter v1.0.4 |
| 2317 | 2026-05-22T21:29:11.210Z | Checking inout v0.1.4 |
| 2318 | 2026-05-22T21:29:11.224Z | Checking sha2 v0.10.9 |
| 2319 | 2026-05-22T21:29:11.241Z | Checking tokio v1.52.1 |
| 2320 | 2026-05-22T21:29:11.316Z | Checking indexmap v2.14.0 |
| 2321 | 2026-05-22T21:29:11.344Z | Checking cipher v0.4.4 |
| 2322 | 2026-05-22T21:29:11.364Z | Checking form_urlencoded v1.2.2 |
| 2323 | 2026-05-22T21:29:11.488Z | Checking getrandom v0.3.4 |
| 2324 | 2026-05-22T21:29:11.501Z | Checking byteorder v1.5.0 |
| 2325 | 2026-05-22T21:29:11.545Z | Checking base64ct v1.8.3 |
| 2326 | 2026-05-22T21:29:11.630Z | Checking fnv v1.0.7 |
| 2327 | 2026-05-22T21:29:11.693Z | Checking flagset v0.4.7 |
| 2328 | 2026-05-22T21:29:11.723Z | Checking rand_core v0.9.5 |
| 2329 | 2026-05-22T21:29:11.776Z | Checking pem-rfc7468 v0.7.0 |
| 2330 | 2026-05-22T21:29:11.816Z | Checking http v1.4.0 |
| 2331 | 2026-05-22T21:29:11.838Z | Checking idna_adapter v1.2.1 |
| 2332 | 2026-05-22T21:29:11.865Z | Checking regex-syntax v0.8.10 |
| 2333 | 2026-05-22T21:29:11.893Z | Checking salsa20 v0.10.2 |
| 2334 | 2026-05-22T21:29:11.927Z | Checking der v0.7.10 |
| 2335 | 2026-05-22T21:29:11.954Z | Checking idna v1.1.0 |
| 2336 | 2026-05-22T21:29:12.023Z | Checking uuid v1.23.0 |
| 2337 | 2026-05-22T21:29:12.192Z | Checking url v2.5.8 |
| 2338 | 2026-05-22T21:29:12.325Z | Checking pbkdf2 v0.12.2 |
| 2339 | 2026-05-22T21:29:12.372Z | Checking rustix v1.1.3 |
| 2340 | 2026-05-22T21:29:12.430Z | Checking tracing-core v0.1.36 |
| 2341 | 2026-05-22T21:29:12.447Z | Checking ppv-lite86 v0.2.21 |
| 2342 | 2026-05-22T21:29:12.559Z | Checking rustls-pki-types v1.14.0 |
| 2343 | 2026-05-22T21:29:12.621Z | Checking iana-time-zone v0.1.65 |
| 2344 | 2026-05-22T21:29:12.646Z | Checking spki v0.7.3 |
| 2345 | 2026-05-22T21:29:12.725Z | Checking base64 v0.22.1 |
| 2346 | 2026-05-22T21:29:12.738Z | Checking rand_chacha v0.9.0 |
| 2347 | 2026-05-22T21:29:12.749Z | Checking chrono v0.4.44 |
| 2348 | 2026-05-22T21:29:12.807Z | Checking tracing v0.1.44 |
| 2349 | 2026-05-22T21:29:12.844Z | Checking scrypt v0.11.0 |
| 2350 | 2026-05-22T21:29:12.930Z | Checking http-body v1.0.1 |
| 2351 | 2026-05-22T21:29:12.955Z | Checking aes v0.8.4 |
| 2352 | 2026-05-22T21:29:12.978Z | Checking cbc v0.1.2 |
| 2353 | 2026-05-22T21:29:13.007Z | Checking aws-lc-sys v0.40.0 |
| 2354 | 2026-05-22T21:29:13.058Z | Checking untrusted v0.9.0 |
| 2355 | 2026-05-22T21:29:13.102Z | Checking untrusted v0.7.1 |
| 2356 | 2026-05-22T21:29:13.145Z | Checking tinyvec_macros v0.1.1 |
| 2357 | 2026-05-22T21:29:13.163Z | Checking openssl-probe v0.2.1 |
| 2358 | 2026-05-22T21:29:13.186Z | Checking ring v0.17.14 |
| 2359 | 2026-05-22T21:29:13.208Z | Checking tinyvec v1.10.0 |
| 2360 | 2026-05-22T21:29:13.222Z | Checking rand v0.9.2 |
| 2361 | 2026-05-22T21:29:13.264Z | Checking atomic-waker v1.1.2 |
| 2362 | 2026-05-22T21:29:13.339Z | Checking pkcs5 v0.7.1 |
| 2363 | 2026-05-22T21:29:13.360Z | Checking tower-layer v0.3.3 |
| 2364 | 2026-05-22T21:29:13.502Z | Checking tower-service v0.3.3 |
| 2365 | 2026-05-22T21:29:13.506Z | Checking aws-lc-rs v1.16.3 |
| 2366 | 2026-05-22T21:29:13.531Z | Checking try-lock v0.2.5 |
| 2367 | 2026-05-22T21:29:13.583Z | Checking pkcs8 v0.10.2 |
| 2368 | 2026-05-22T21:29:13.597Z | Checking ipnet v2.11.0 |
| 2369 | 2026-05-22T21:29:13.610Z | Checking httparse v1.10.1 |
| 2370 | 2026-05-22T21:29:13.622Z | Checking want v0.3.1 |
| 2371 | 2026-05-22T21:29:13.707Z | Checking aho-corasick v1.1.4 |
| 2372 | 2026-05-22T21:29:13.762Z | Checking plain v0.2.3 |
| 2373 | 2026-05-22T21:29:13.774Z | Checking dyn-clone v1.0.20 |
| 2374 | 2026-05-22T21:29:13.814Z | Checking httpdate v1.0.3 |
| 2375 | 2026-05-22T21:29:13.863Z | Checking fastrand v2.3.0 |
| 2376 | 2026-05-22T21:29:13.876Z | Checking pin-utils v0.1.0 |
| 2377 | 2026-05-22T21:29:13.892Z | Checking foreign-types-shared v0.1.1 |
| 2378 | 2026-05-22T21:29:13.946Z | Checking unicode-normalization v0.1.25 |
| 2379 | 2026-05-22T21:29:13.960Z | Checking semver v1.0.28 |
| 2380 | 2026-05-22T21:29:13.971Z | Checking foreign-types v0.3.2 |
| 2381 | 2026-05-22T21:29:14.035Z | Checking openssl-sys v0.9.115 |
| 2382 | 2026-05-22T21:29:14.047Z | Checking tempfile v3.25.0 |
| 2383 | 2026-05-22T21:29:14.167Z | Checking spin v0.9.8 |
| 2384 | 2026-05-22T21:29:14.182Z | Checking ucd-trie v0.1.7 |
| 2385 | 2026-05-22T21:29:14.245Z | Checking unicode-ident v1.0.24 |
| 2386 | 2026-05-22T21:29:14.317Z | Checking pest v2.8.6 |
| 2387 | 2026-05-22T21:29:14.348Z | Checking proc-macro2 v1.0.106 |
| 2388 | 2026-05-22T21:29:14.360Z | Checking schemars v0.8.22 |
| 2389 | 2026-05-22T21:29:14.372Z | Checking rustls-webpki v0.103.9 |
| 2390 | 2026-05-22T21:29:14.375Z | Checking rustls-native-certs v0.8.3 |
| 2391 | 2026-05-22T21:29:14.393Z | Checking regex-automata v0.4.14 |
| 2392 | 2026-05-22T21:29:14.416Z | Checking openssl v0.10.79 |
| 2393 | 2026-05-22T21:29:14.431Z | Checking tokio-util v0.7.18 |
| 2394 | 2026-05-22T21:29:14.503Z | Checking thiserror v2.0.18 |
| 2395 | 2026-05-22T21:29:14.601Z | Checking sync_wrapper v1.0.2 |
| 2396 | 2026-05-22T21:29:14.649Z | Checking wait-timeout v0.2.1 |
| 2397 | 2026-05-22T21:29:14.702Z | Checking pretty-hex v0.4.1 |
| 2398 | 2026-05-22T21:29:14.766Z | Checking quick-error v1.2.3 |
| 2399 | 2026-05-22T21:29:14.784Z | Checking rustls v0.23.37 |
| 2400 | 2026-05-22T21:29:14.816Z | Checking powerfmt v0.2.0 |
| 2401 | 2026-05-22T21:29:14.863Z | Checking bit-vec v0.8.0 |
| 2402 | 2026-05-22T21:29:14.965Z | Checking utf8parse v0.2.2 |
| 2403 | 2026-05-22T21:29:14.985Z | Checking simd-adler32 v0.3.8 |
| 2404 | 2026-05-22T21:29:15.030Z | Checking h2 v0.4.13 |
| 2405 | 2026-05-22T21:29:15.056Z | Checking siphasher v1.0.2 |
| 2406 | 2026-05-22T21:29:15.068Z | Checking anstyle v1.0.13 |
| 2407 | 2026-05-22T21:29:15.151Z | Checking anstyle-parse v0.2.7 |
| 2408 | 2026-05-22T21:29:15.209Z | Checking bit-set v0.8.0 |
| 2409 | 2026-05-22T21:29:15.243Z | Checking deranged v0.5.8 |
| 2410 | 2026-05-22T21:29:15.299Z | Checking rusty-fork v0.3.1 |
| 2411 | 2026-05-22T21:29:15.349Z | Checking tower v0.5.3 |
| 2412 | 2026-05-22T21:29:15.361Z | Checking quote v1.0.45 |
| 2413 | 2026-05-22T21:29:15.463Z | Compiling newtype-uuid v1.3.2 |
| 2414 | 2026-05-22T21:29:15.529Z | Checking http-body-util v0.1.3 |
| 2415 | 2026-05-22T21:29:15.644Z | Checking webpki-roots v1.0.6 |
| 2416 | 2026-05-22T21:29:15.738Z | Checking crossbeam-utils v0.8.21 |
| 2417 | 2026-05-22T21:29:15.750Z | Checking rand_xorshift v0.4.0 |
| 2418 | 2026-05-22T21:29:15.761Z | Checking crc32fast v1.5.0 |
| 2419 | 2026-05-22T21:29:15.862Z | Checking scroll v0.13.0 |
| 2420 | 2026-05-22T21:29:15.893Z | Checking signature v2.2.0 |
| 2421 | 2026-05-22T21:29:16.022Z | Checking adler2 v2.0.1 |
| 2422 | 2026-05-22T21:29:16.061Z | Checking unarray v0.1.4 |
| 2423 | 2026-05-22T21:29:16.089Z | Checking is_terminal_polyfill v1.70.2 |
| 2424 | 2026-05-22T21:29:16.126Z | Checking ryu v1.0.23 |
| 2425 | 2026-05-22T21:29:16.138Z | Checking unicode-bidi v0.3.18 |
| 2426 | 2026-05-22T21:29:16.160Z | Checking colorchoice v1.0.4 |
| 2427 | 2026-05-22T21:29:16.172Z | Checking iri-string v0.7.10 |
| 2428 | 2026-05-22T21:29:16.184Z | Checking allocator-api2 v0.2.21 |
| 2429 | 2026-05-22T21:29:16.255Z | Checking time-core v0.1.8 |
| 2430 | 2026-05-22T21:29:16.270Z | Checking num-conv v0.2.0 |
| 2431 | 2026-05-22T21:29:16.382Z | Checking num_threads v0.1.7 |
| 2432 | 2026-05-22T21:29:16.396Z | Checking unicode-properties v0.1.4 |
| 2433 | 2026-05-22T21:29:16.407Z | Checking native-tls v0.2.18 |
| 2434 | 2026-05-22T21:29:16.421Z | Checking anstyle-query v1.1.5 |
| 2435 | 2026-05-22T21:29:16.460Z | Checking serde_urlencoded v0.7.1 |
| 2436 | 2026-05-22T21:29:16.474Z | Checking time v0.3.47 |
| 2437 | 2026-05-22T21:29:16.507Z | Checking anstream v0.6.21 |
| 2438 | 2026-05-22T21:29:16.574Z | Checking stringprep v0.1.5 |
| 2439 | 2026-05-22T21:29:16.578Z | Checking tokio-native-tls v0.3.1 |
| 2440 | 2026-05-22T21:29:16.667Z | Checking bstr v1.12.1 |
| 2441 | 2026-05-22T21:29:16.702Z | Checking proptest v1.10.0 |
| 2442 | 2026-05-22T21:29:16.725Z | Checking miniz_oxide v0.8.9 |
| 2443 | 2026-05-22T21:29:16.738Z | Checking goblin v0.10.5 |
| 2444 | 2026-05-22T21:29:17.055Z | Checking crossbeam-epoch v0.9.18 |
| 2445 | 2026-05-22T21:29:17.069Z | Compiling daft v0.1.7 |
| 2446 | 2026-05-22T21:29:17.094Z | Checking tokio-rustls v0.26.4 |
| 2447 | 2026-05-22T21:29:17.162Z | Checking tower-http v0.6.8 |
| 2448 | 2026-05-22T21:29:17.278Z | Checking syn v2.0.117 |
| 2449 | 2026-05-22T21:29:17.323Z | Checking ipnetwork v0.21.1 |
| 2450 | 2026-05-22T21:29:17.339Z | Checking rand_chacha v0.3.1 |
| 2451 | 2026-05-22T21:29:17.440Z | Checking scroll v0.12.0 |
| 2452 | 2026-05-22T21:29:17.534Z | Checking thiserror v1.0.69 |
| 2453 | 2026-05-22T21:29:17.547Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2454 | 2026-05-22T21:29:17.573Z | Checking hash32 v0.2.1 |
| 2455 | 2026-05-22T21:29:17.627Z | Checking num-integer v0.1.46 |
| 2456 | 2026-05-22T21:29:17.655Z | Checking toml_datetime v0.6.11 |
| 2457 | 2026-05-22T21:29:17.668Z | Checking serde_spanned v0.6.9 |
| 2458 | 2026-05-22T21:29:17.680Z | Checking hyper v1.8.1 |
| 2459 | 2026-05-22T21:29:17.730Z | Checking md-5 v0.10.6 |
| 2460 | 2026-05-22T21:29:17.788Z | Checking ff v0.13.1 |
| 2461 | 2026-05-22T21:29:17.828Z | Checking zlib-rs v0.6.2 |
| 2462 | 2026-05-22T21:29:17.856Z | Checking psl-types v2.0.11 |
| 2463 | 2026-05-22T21:29:17.869Z | Checking fallible-iterator v0.2.0 |
| 2464 | 2026-05-22T21:29:17.920Z | Checking base16ct v0.2.0 |
| 2465 | 2026-05-22T21:29:17.960Z | Checking publicsuffix v2.3.0 |
| 2466 | 2026-05-22T21:29:18.038Z | Checking sec1 v0.7.3 |
| 2467 | 2026-05-22T21:29:18.120Z | Checking group v0.13.0 |
| 2468 | 2026-05-22T21:29:18.133Z | Checking postgres-protocol v0.6.10 |
| 2469 | 2026-05-22T21:29:18.239Z | Checking num-iter v0.1.45 |
| 2470 | 2026-05-22T21:29:18.256Z | Checking heapless v0.7.17 |
| 2471 | 2026-05-22T21:29:18.354Z | Checking goblin v0.8.2 |
| 2472 | 2026-05-22T21:29:18.422Z | Checking zstd-safe v7.2.4 |
| 2473 | 2026-05-22T21:29:18.565Z | Checking hyper-util v0.1.20 |
| 2474 | 2026-05-22T21:29:18.584Z | Checking cookie v0.18.1 |
| 2475 | 2026-05-22T21:29:18.607Z | Checking rand v0.8.6 |
| 2476 | 2026-05-22T21:29:18.668Z | Checking oxnet v0.1.4 |
| 2477 | 2026-05-22T21:29:18.701Z | Checking flate2 v1.1.9 |
| 2478 | 2026-05-22T21:29:18.832Z | Compiling iddqd v0.4.1 |
| 2479 | 2026-05-22T21:29:18.903Z | Checking dtrace-parser v0.3.0 |
| 2480 | 2026-05-22T21:29:19.000Z | Checking phf_shared v0.13.1 |
| 2481 | 2026-05-22T21:29:19.053Z | Checking dof v0.4.0 |
| 2482 | 2026-05-22T21:29:19.124Z | Checking lazy_static v1.5.0 |
| 2483 | 2026-05-22T21:29:19.138Z | Checking zerocopy v0.7.35 |
| 2484 | 2026-05-22T21:29:19.195Z | Checking pin-project v1.1.11 |
| 2485 | 2026-05-22T21:29:19.213Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2486 | 2026-05-22T21:29:19.288Z | Checking signal-hook v0.3.18 |
| 2487 | 2026-05-22T21:29:19.303Z | Checking terminal_size v0.4.3 |
| 2488 | 2026-05-22T21:29:19.413Z | Checking futures-executor v0.3.32 |
| 2489 | 2026-05-22T21:29:19.476Z | Checking hex v0.4.3 |
| 2490 | 2026-05-22T21:29:19.554Z | Checking hkdf v0.12.4 |
| 2491 | 2026-05-22T21:29:19.568Z | Checking crypto-bigint v0.5.5 |
| 2492 | 2026-05-22T21:29:19.618Z | Checking thread-id v5.1.0 |
| 2493 | 2026-05-22T21:29:19.677Z | Checking encoding_rs v0.8.35 |
| 2494 | 2026-05-22T21:29:19.688Z | Checking either v1.15.0 |
| 2495 | 2026-05-22T21:29:19.700Z | Checking bumpalo v3.20.2 |
| 2496 | 2026-05-22T21:29:19.704Z | Checking winnow v0.7.14 |
| 2497 | 2026-05-22T21:29:19.804Z | Checking hyper-rustls v0.27.7 |
| 2498 | 2026-05-22T21:29:19.865Z | Checking hyper-tls v0.6.0 |
| 2499 | 2026-05-22T21:29:19.896Z | Checking winnow v0.5.40 |
| 2500 | 2026-05-22T21:29:20.012Z | Compiling rayon-core v1.13.0 |
| 2501 | 2026-05-22T21:29:20.030Z | Checking bitflags v1.3.2 |
| 2502 | 2026-05-22T21:29:20.042Z | Checking clap_lex v1.0.0 |
| 2503 | 2026-05-22T21:29:20.101Z | Checking libbz2-rs-sys v0.2.2 |
| 2504 | 2026-05-22T21:29:20.186Z | Checking foldhash v0.1.5 |
| 2505 | 2026-05-22T21:29:20.199Z | Checking managed v0.8.0 |
| 2506 | 2026-05-22T21:29:20.251Z | Checking foldhash v0.2.0 |
| 2507 | 2026-05-22T21:29:20.316Z | Checking strsim v0.11.1 |
| 2508 | 2026-05-22T21:29:20.379Z | Checking same-file v1.0.6 |
| 2509 | 2026-05-22T21:29:20.403Z | Checking mime v0.3.17 |
| 2510 | 2026-05-22T21:29:20.447Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2511 | 2026-05-22T21:29:20.475Z | Checking clap_builder v4.5.60 |
| 2512 | 2026-05-22T21:29:20.487Z | Checking bzip2 v0.6.1 |
| 2513 | 2026-05-22T21:29:20.499Z | Checking walkdir v2.5.0 |
| 2514 | 2026-05-22T21:29:20.576Z | Checking elliptic-curve v0.13.8 |
| 2515 | 2026-05-22T21:29:20.601Z | Checking reqwest v0.12.28 |
| 2516 | 2026-05-22T21:29:20.625Z | Checking hashbrown v0.16.1 |
| 2517 | 2026-05-22T21:29:20.647Z | Checking smoltcp v0.9.1 |
| 2518 | 2026-05-22T21:29:20.659Z | Checking hashbrown v0.15.5 |
| 2519 | 2026-05-22T21:29:20.874Z | Checking dof v0.3.0 |
| 2520 | 2026-05-22T21:29:20.907Z | Checking zopfli v0.8.3 |
| 2521 | 2026-05-22T21:29:21.036Z | Checking toml_edit v0.19.15 |
| 2522 | 2026-05-22T21:29:21.114Z | Checking usdt-impl v0.6.0 |
| 2523 | 2026-05-22T21:29:21.127Z | Checking futures v0.3.32 |
| 2524 | 2026-05-22T21:29:21.154Z | Checking signal-hook-mio v0.2.5 |
| 2525 | 2026-05-22T21:29:21.200Z | Checking bzip2 v0.4.4 |
| 2526 | 2026-05-22T21:29:21.230Z | Checking snafu v0.8.9 |
| 2527 | 2026-05-22T21:29:21.233Z | Checking num-bigint-dig v0.8.6 |
| 2528 | 2026-05-22T21:29:21.253Z | Checking phf v0.13.1 |
| 2529 | 2026-05-22T21:29:21.387Z | Checking cookie_store v0.22.1 |
| 2530 | 2026-05-22T21:29:21.399Z | Checking zstd v0.13.3 |
| 2531 | 2026-05-22T21:29:21.430Z | Checking postgres-types v0.2.12 |
| 2532 | 2026-05-22T21:29:21.454Z | Checking dtrace-parser v0.2.0 |
| 2533 | 2026-05-22T21:29:21.577Z | Checking crossbeam-deque v0.8.6 |
| 2534 | 2026-05-22T21:29:21.596Z | Checking rustls-platform-verifier v0.6.2 |
| 2535 | 2026-05-22T21:29:21.676Z | Checking globset v0.4.18 |
| 2536 | 2026-05-22T21:29:21.688Z | Checking regex v1.12.3 |
| 2537 | 2026-05-22T21:29:21.707Z | Checking ed25519 v2.2.3 |
| 2538 | 2026-05-22T21:29:21.731Z | Checking phf_shared v0.11.3 |
| 2539 | 2026-05-22T21:29:21.734Z | Checking olpc-cjson v0.1.4 |
| 2540 | 2026-05-22T21:29:21.755Z | Checking ref-cast v1.0.25 |
| 2541 | 2026-05-22T21:29:21.847Z | Checking curve25519-dalek v4.1.3 |
| 2542 | 2026-05-22T21:29:21.869Z | Checking strum v0.27.2 |
| 2543 | 2026-05-22T21:29:21.881Z | Checking hubpack v0.1.2 |
| 2544 | 2026-05-22T21:29:21.885Z | Checking memoffset v0.9.1 |
| 2545 | 2026-05-22T21:29:21.923Z | Checking rustix v0.38.44 |
| 2546 | 2026-05-22T21:29:21.952Z | Checking pkcs1 v0.7.5 |
| 2547 | 2026-05-22T21:29:21.966Z | Checking pem v3.0.6 |
| 2548 | 2026-05-22T21:29:21.978Z | Checking float-cmp v0.10.0 |
| 2549 | 2026-05-22T21:29:22.032Z | Checking serde_plain v1.0.2 |
| 2550 | 2026-05-22T21:29:22.045Z | Checking serde-big-array v0.5.1 |
| 2551 | 2026-05-22T21:29:22.064Z | Checking erased-serde v0.3.31 |
| 2552 | 2026-05-22T21:29:22.099Z | Checking rfc6979 v0.4.0 |
| 2553 | 2026-05-22T21:29:22.115Z | Checking thread-id v4.2.2 |
| 2554 | 2026-05-22T21:29:22.155Z | Checking memmap2 v0.9.10 |
| 2555 | 2026-05-22T21:29:22.168Z | Checking env_filter v1.0.0 |
| 2556 | 2026-05-22T21:29:22.172Z | Checking difflib v0.4.0 |
| 2557 | 2026-05-22T21:29:22.190Z | Checking unicode-segmentation v1.12.0 |
| 2558 | 2026-05-22T21:29:22.208Z | Checking fixedbitset v0.5.7 |
| 2559 | 2026-05-22T21:29:22.309Z | Checking toml_write v0.1.2 |
| 2560 | 2026-05-22T21:29:22.325Z | Checking normalize-line-endings v0.3.0 |
| 2561 | 2026-05-22T21:29:22.336Z | Checking fixedbitset v0.4.2 |
| 2562 | 2026-05-22T21:29:22.398Z | Checking predicates-core v1.0.10 |
| 2563 | 2026-05-22T21:29:22.411Z | Checking whoami v2.1.0 |
| 2564 | 2026-05-22T21:29:22.441Z | Checking new_debug_unreachable v1.0.6 |
| 2565 | 2026-05-22T21:29:22.472Z | Checking precomputed-hash v0.1.1 |
| 2566 | 2026-05-22T21:29:22.484Z | Checking typed-path v0.9.3 |
| 2567 | 2026-05-22T21:29:22.495Z | Checking jiff v0.2.21 |
| 2568 | 2026-05-22T21:29:22.507Z | Checking data-encoding v2.10.0 |
| 2569 | 2026-05-22T21:29:22.519Z | Checking keccak v0.1.6 |
| 2570 | 2026-05-22T21:29:22.552Z | Checking static_assertions v1.1.0 |
| 2571 | 2026-05-22T21:29:22.600Z | Checking tokio-postgres v0.7.16 |
| 2572 | 2026-05-22T21:29:22.616Z | Checking ed25519-dalek v2.2.0 |
| 2573 | 2026-05-22T21:29:22.628Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2574 | 2026-05-22T21:29:22.682Z | Checking sha3 v0.10.8 |
| 2575 | 2026-05-22T21:29:22.720Z | Checking crossterm v0.28.1 |
| 2576 | 2026-05-22T21:29:22.775Z | Checking hickory-proto v0.25.2 |
| 2577 | 2026-05-22T21:29:22.842Z | Checking string_cache v0.8.9 |
| 2578 | 2026-05-22T21:29:22.885Z | Checking predicates v3.1.4 |
| 2579 | 2026-05-22T21:29:23.006Z | Checking similar v2.7.0 |
| 2580 | 2026-05-22T21:29:23.178Z | Checking petgraph v0.6.5 |
| 2581 | 2026-05-22T21:29:23.247Z | Checking tough v0.22.0 |
| 2582 | 2026-05-22T21:29:23.384Z | Checking toml_edit v0.22.27 |
| 2583 | 2026-05-22T21:29:23.422Z | Checking slog v2.8.2 |
| 2584 | 2026-05-22T21:29:23.699Z | Checking petgraph v0.8.3 |
| 2585 | 2026-05-22T21:29:23.844Z | Checking env_logger v0.11.9 |
| 2586 | 2026-05-22T21:29:24.041Z | Checking usdt v0.6.0 |
| 2587 | 2026-05-22T21:29:24.208Z | Checking ecdsa v0.16.9 |
| 2588 | 2026-05-22T21:29:24.420Z | Checking usdt-impl v0.5.0 |
| 2589 | 2026-05-22T21:29:24.472Z | Checking rsa v0.9.10 |
| 2590 | 2026-05-22T21:29:24.539Z | Checking toml v0.7.8 |
| 2591 | 2026-05-22T21:29:24.694Z | Checking zip v4.6.1 |
| 2592 | 2026-05-22T21:29:24.707Z | Checking nix v0.31.2 |
| 2593 | 2026-05-22T21:29:24.934Z | Checking reqwest v0.13.2 |
| 2594 | 2026-05-22T21:29:25.210Z | Checking clap v4.5.60 |
| 2595 | 2026-05-22T21:29:25.230Z | Checking zip v0.6.6 |
| 2596 | 2026-05-22T21:29:25.249Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2597 | 2026-05-22T21:29:25.284Z | Checking itertools v0.13.0 |
| 2598 | 2026-05-22T21:29:25.296Z | Checking serde_with v3.17.0 |
| 2599 | 2026-05-22T21:29:25.534Z | Checking strum v0.26.3 |
| 2600 | 2026-05-22T21:29:25.550Z | Checking fs-err v3.3.0 |
| 2601 | 2026-05-22T21:29:25.567Z | Checking ahash v0.8.12 |
| 2602 | 2026-05-22T21:29:25.641Z | Checking object v0.37.3 |
| 2603 | 2026-05-22T21:29:25.683Z | Checking tokio-stream v0.1.18 |
| 2604 | 2026-05-22T21:29:25.753Z | Checking buf-list v1.1.2 |
| 2605 | 2026-05-22T21:29:25.756Z | Checking camino v1.2.2 |
| 2606 | 2026-05-22T21:29:25.777Z | Checking anyhow v1.0.102 |
| 2607 | 2026-05-22T21:29:25.843Z | Checking x509-cert v0.2.5 |
| 2608 | 2026-05-22T21:29:25.942Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2609 | 2026-05-22T21:29:25.967Z | Checking openapiv3 v2.2.0 |
| 2610 | 2026-05-22T21:29:25.996Z | Checking sha1 v0.10.6 |
| 2611 | 2026-05-22T21:29:26.062Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2612 | 2026-05-22T21:29:26.153Z | Checking lalrpop-util v0.19.12 |
| 2613 | 2026-05-22T21:29:26.204Z | Checking peg-runtime v0.8.5 |
| 2614 | 2026-05-22T21:29:26.258Z | Checking rayon v1.11.0 |
| 2615 | 2026-05-22T21:29:26.288Z | Checking sigpipe v0.1.3 |
| 2616 | 2026-05-22T21:29:26.311Z | Checking glob v0.3.3 |
| 2617 | 2026-05-22T21:29:27.808Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2618 | 2026-05-22T21:29:28.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.85s |
| 2619 | 2026-05-22T21:29:28.248Z | |
| 2620 | 2026-05-22T21:29:28.248Z | info: running `cargo check --bins` on internal-dns-types (77/276) |
| 2621 | 2026-05-22T21:29:28.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2622 | 2026-05-22T21:29:28.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2623 | 2026-05-22T21:29:28.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2624 | 2026-05-22T21:29:28.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2625 | 2026-05-22T21:29:28.849Z | |
| 2626 | 2026-05-22T21:29:28.849Z | info: running `cargo check --bins` on internal-dns-types-versions (78/276) |
| 2627 | 2026-05-22T21:29:29.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2628 | 2026-05-22T21:29:29.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2629 | 2026-05-22T21:29:29.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2630 | 2026-05-22T21:29:29.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2631 | 2026-05-22T21:29:29.443Z | |
| 2632 | 2026-05-22T21:29:29.443Z | info: running `cargo check --bins` on nexus-types-versions (79/276) |
| 2633 | 2026-05-22T21:29:29.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2634 | 2026-05-22T21:29:29.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2635 | 2026-05-22T21:29:29.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2636 | 2026-05-22T21:29:29.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2637 | 2026-05-22T21:29:30.046Z | |
| 2638 | 2026-05-22T21:29:30.046Z | info: running `cargo check --bins` on oxql-types (80/276) |
| 2639 | 2026-05-22T21:29:30.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2640 | 2026-05-22T21:29:30.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2641 | 2026-05-22T21:29:30.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2642 | 2026-05-22T21:29:30.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2643 | 2026-05-22T21:29:30.642Z | |
| 2644 | 2026-05-22T21:29:30.642Z | info: running `cargo check --bins` on oximeter-types (81/276) |
| 2645 | 2026-05-22T21:29:31.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2646 | 2026-05-22T21:29:31.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2647 | 2026-05-22T21:29:31.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2648 | 2026-05-22T21:29:31.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2649 | 2026-05-22T21:29:31.237Z | |
| 2650 | 2026-05-22T21:29:31.237Z | info: running `cargo check --bins` on oximeter-types-versions (82/276) |
| 2651 | 2026-05-22T21:29:31.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2652 | 2026-05-22T21:29:31.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2653 | 2026-05-22T21:29:31.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2654 | 2026-05-22T21:29:31.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2655 | 2026-05-22T21:29:31.832Z | |
| 2656 | 2026-05-22T21:29:31.832Z | info: running `cargo check --bins` on oximeter-macro-impl (83/276) |
| 2657 | 2026-05-22T21:29:32.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2658 | 2026-05-22T21:29:32.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2659 | 2026-05-22T21:29:32.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2660 | 2026-05-22T21:29:32.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2661 | 2026-05-22T21:29:32.410Z | |
| 2662 | 2026-05-22T21:29:32.411Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/276) |
| 2663 | 2026-05-22T21:29:32.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2664 | 2026-05-22T21:29:32.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2665 | 2026-05-22T21:29:33.098Z | Compiling structmeta-derive v0.3.0 |
| 2666 | 2026-05-22T21:29:33.214Z | Compiling rustls v0.22.4 |
| 2667 | 2026-05-22T21:29:33.225Z | Compiling multer v3.1.0 |
| 2668 | 2026-05-22T21:29:33.234Z | Compiling async-stream-impl v0.3.6 |
| 2669 | 2026-05-22T21:29:33.237Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2670 | 2026-05-22T21:29:33.256Z | Compiling dropshot v0.17.0 |
| 2671 | 2026-05-22T21:29:33.271Z | Compiling dropshot_endpoint v0.17.0 |
| 2672 | 2026-05-22T21:29:33.271Z | Compiling newtype-uuid-macros v0.1.0 |
| 2673 | 2026-05-22T21:29:33.388Z | Checking newtype-uuid v1.3.2 |
| 2674 | 2026-05-22T21:29:33.449Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2675 | 2026-05-22T21:29:33.517Z | Checking rustls-webpki v0.102.8 |
| 2676 | 2026-05-22T21:29:33.586Z | Checking daft v0.1.7 |
| 2677 | 2026-05-22T21:29:33.616Z | Checking thread_local v1.1.9 |
| 2678 | 2026-05-22T21:29:33.798Z | Checking match_cfg v0.1.0 |
| 2679 | 2026-05-22T21:29:33.813Z | Checking compression-core v0.4.31 |
| 2680 | 2026-05-22T21:29:33.828Z | Checking iddqd v0.4.1 |
| 2681 | 2026-05-22T21:29:33.848Z | Checking crossbeam-channel v0.5.15 |
| 2682 | 2026-05-22T21:29:33.863Z | Checking hostname v0.3.1 |
| 2683 | 2026-05-22T21:29:33.938Z | Checking compression-codecs v0.4.37 |
| 2684 | 2026-05-22T21:29:33.957Z | Checking slog-json v2.6.1 |
| 2685 | 2026-05-22T21:29:34.031Z | Checking serde_spanned v1.0.4 |
| 2686 | 2026-05-22T21:29:34.097Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2687 | 2026-05-22T21:29:34.110Z | Checking is-terminal v0.4.17 |
| 2688 | 2026-05-22T21:29:34.159Z | Checking take_mut v0.2.2 |
| 2689 | 2026-05-22T21:29:34.177Z | Checking debug-ignore v1.0.5 |
| 2690 | 2026-05-22T21:29:34.195Z | Checking term v1.2.1 |
| 2691 | 2026-05-22T21:29:34.262Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2692 | 2026-05-22T21:29:34.275Z | Checking slog-async v2.8.0 |
| 2693 | 2026-05-22T21:29:34.285Z | Compiling structmeta v0.3.0 |
| 2694 | 2026-05-22T21:29:34.299Z | Checking slog-bunyan v2.5.0 |
| 2695 | 2026-05-22T21:29:34.408Z | Checking async-compression v0.4.41 |
| 2696 | 2026-05-22T21:29:34.421Z | Checking slog-term v2.9.2 |
| 2697 | 2026-05-22T21:29:34.435Z | Checking toml v1.0.6+spec-1.1.0 |
| 2698 | 2026-05-22T21:29:34.448Z | Checking async-stream v0.3.6 |
| 2699 | 2026-05-22T21:29:34.491Z | Compiling derive-ex v0.1.8 |
| 2700 | 2026-05-22T21:29:34.573Z | Compiling parse-display-derive v0.10.0 |
| 2701 | 2026-05-22T21:29:34.646Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2702 | 2026-05-22T21:29:34.673Z | Checking progenitor-client v0.14.0 |
| 2703 | 2026-05-22T21:29:34.743Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2704 | 2026-05-22T21:29:34.756Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2705 | 2026-05-22T21:29:34.892Z | Checking waitgroup v0.1.2 |
| 2706 | 2026-05-22T21:29:34.905Z | Checking backon v1.6.0 |
| 2707 | 2026-05-22T21:29:34.993Z | Checking rustls-pemfile v2.2.0 |
| 2708 | 2026-05-22T21:29:35.036Z | Checking serde_path_to_error v0.1.20 |
| 2709 | 2026-05-22T21:29:35.041Z | Checking hostname v0.4.2 |
| 2710 | 2026-05-22T21:29:35.068Z | Checking instant v0.1.13 |
| 2711 | 2026-05-22T21:29:35.157Z | Checking backoff v0.4.0 |
| 2712 | 2026-05-22T21:29:35.309Z | Checking progenitor-extras v0.2.0 |
| 2713 | 2026-05-22T21:29:35.326Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2714 | 2026-05-22T21:29:35.339Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2715 | 2026-05-22T21:29:35.342Z | Checking tokio-rustls v0.25.0 |
| 2716 | 2026-05-22T21:29:35.539Z | Checking itertools v0.14.0 |
| 2717 | 2026-05-22T21:29:35.552Z | Checking progenitor-client v0.10.0 |
| 2718 | 2026-05-22T21:29:35.701Z | Checking regress v0.10.5 |
| 2719 | 2026-05-22T21:29:35.742Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2720 | 2026-05-22T21:29:35.976Z | Checking macaddr v1.0.1 |
| 2721 | 2026-05-22T21:29:36.151Z | Compiling test-strategy v0.4.5 |
| 2722 | 2026-05-22T21:29:36.220Z | Checking parse-display v0.10.0 |
| 2723 | 2026-05-22T21:29:37.276Z | Compiling prettyplease v0.2.37 |
| 2724 | 2026-05-22T21:29:37.609Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2725 | 2026-05-22T21:29:37.723Z | Checking num-rational v0.4.2 |
| 2726 | 2026-05-22T21:29:37.985Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2727 | 2026-05-22T21:29:38.226Z | Checking num-complex v0.4.6 |
| 2728 | 2026-05-22T21:29:38.845Z | Checking num v0.4.3 |
| 2729 | 2026-05-22T21:29:38.917Z | Compiling usdt-macro v0.5.0 |
| 2730 | 2026-05-22T21:29:38.930Z | Compiling usdt-attr-macro v0.5.0 |
| 2731 | 2026-05-22T21:29:39.045Z | Checking memmap v0.7.0 |
| 2732 | 2026-05-22T21:29:39.079Z | Compiling float-ord v0.3.2 |
| 2733 | 2026-05-22T21:29:39.181Z | Checking unicode-width v0.2.0 |
| 2734 | 2026-05-22T21:29:39.198Z | Compiling convert_case v0.4.0 |
| 2735 | 2026-05-22T21:29:39.434Z | Checking console v0.15.11 |
| 2736 | 2026-05-22T21:29:39.581Z | Compiling derive_more v0.99.20 |
| 2737 | 2026-05-22T21:29:39.651Z | Checking newline-converter v0.3.0 |
| 2738 | 2026-05-22T21:29:39.709Z | Checking usdt v0.5.0 |
| 2739 | 2026-05-22T21:29:39.725Z | Checking atomicwrites v0.4.4 |
| 2740 | 2026-05-22T21:29:39.759Z | Compiling toml v0.8.23 |
| 2741 | 2026-05-22T21:29:39.852Z | Compiling minimal-lexical v0.2.1 |
| 2742 | 2026-05-22T21:29:39.873Z | Checking linked-hash-map v0.5.6 |
| 2743 | 2026-05-22T21:29:40.044Z | Checking lru-cache v0.1.2 |
| 2744 | 2026-05-22T21:29:40.108Z | Compiling nom v7.1.3 |
| 2745 | 2026-05-22T21:29:40.164Z | Checking expectorate v1.2.0 |
| 2746 | 2026-05-22T21:29:40.717Z | Checking camino-tempfile v1.4.1 |
| 2747 | 2026-05-22T21:29:40.804Z | Checking hickory-proto v0.24.4 |
| 2748 | 2026-05-22T21:29:40.878Z | Checking phf_shared v0.12.1 |
| 2749 | 2026-05-22T21:29:41.020Z | Compiling slog-dtrace v0.3.0 |
| 2750 | 2026-05-22T21:29:41.151Z | Checking heck v0.5.0 |
| 2751 | 2026-05-22T21:29:41.213Z | Checking resolv-conf v0.7.6 |
| 2752 | 2026-05-22T21:29:41.278Z | Compiling chrono-tz v0.10.4 |
| 2753 | 2026-05-22T21:29:41.403Z | Compiling const_format_proc_macros v0.2.34 |
| 2754 | 2026-05-22T21:29:41.428Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2755 | 2026-05-22T21:29:41.525Z | Checking phf v0.12.1 |
| 2756 | 2026-05-22T21:29:41.574Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2757 | 2026-05-22T21:29:41.670Z | Checking tokio-dtrace v0.1.1 |
| 2758 | 2026-05-22T21:29:41.856Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2759 | 2026-05-22T21:29:41.899Z | Compiling derive-where v1.6.0 |
| 2760 | 2026-05-22T21:29:42.117Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2761 | 2026-05-22T21:29:42.376Z | Checking highway v1.3.0 |
| 2762 | 2026-05-22T21:29:42.568Z | Checking hickory-resolver v0.24.4 |
| 2763 | 2026-05-22T21:29:42.610Z | Checking const_format v0.2.35 |
| 2764 | 2026-05-22T21:29:42.842Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2765 | 2026-05-22T21:29:42.915Z | Checking oxide-tokio-rt v0.1.4 |
| 2766 | 2026-05-22T21:29:43.073Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2767 | 2026-05-22T21:29:43.275Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2768 | 2026-05-22T21:29:43.288Z | Checking qorb v0.4.1 |
| 2769 | 2026-05-22T21:29:43.322Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2770 | 2026-05-22T21:29:43.336Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2771 | 2026-05-22T21:29:43.425Z | Checking gethostname v0.5.0 |
| 2772 | 2026-05-22T21:29:43.476Z | Checking bcs v0.1.6 |
| 2773 | 2026-05-22T21:29:43.514Z | Checking termtree v0.5.1 |
| 2774 | 2026-05-22T21:29:46.744Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2775 | 2026-05-22T21:29:49.422Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2776 | 2026-05-22T21:29:51.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.12s |
| 2777 | 2026-05-22T21:29:51.713Z | |
| 2778 | 2026-05-22T21:29:51.713Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276) |
| 2779 | 2026-05-22T21:29:52.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2780 | 2026-05-22T21:29:52.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2781 | 2026-05-22T21:29:52.390Z | Compiling ar_archive_writer v0.5.1 |
| 2782 | 2026-05-22T21:29:52.393Z | Compiling stacker v0.1.23 |
| 2783 | 2026-05-22T21:29:52.501Z | Compiling cfg_aliases v0.1.1 |
| 2784 | 2026-05-22T21:29:52.513Z | Compiling convert_case v0.10.0 |
| 2785 | 2026-05-22T21:29:52.513Z | Checking unicode-width v0.1.14 |
| 2786 | 2026-05-22T21:29:52.528Z | Compiling proc-macro-error v1.0.4 |
| 2787 | 2026-05-22T21:29:52.540Z | Checking fd-lock v4.0.4 |
| 2788 | 2026-05-22T21:29:52.543Z | Checking nibble_vec v0.1.0 |
| 2789 | 2026-05-22T21:29:52.563Z | Compiling nix v0.28.0 |
| 2790 | 2026-05-22T21:29:52.650Z | Checking vte v0.14.1 |
| 2791 | 2026-05-22T21:29:52.668Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2792 | 2026-05-22T21:29:52.745Z | Checking bytecount v0.6.9 |
| 2793 | 2026-05-22T21:29:52.761Z | Checking endian-type v0.1.2 |
| 2794 | 2026-05-22T21:29:52.795Z | Checking strip-ansi-escapes v0.2.1 |
| 2795 | 2026-05-22T21:29:52.810Z | Compiling derive_more-impl v2.1.1 |
| 2796 | 2026-05-22T21:29:52.822Z | Compiling tabled_derive v0.7.0 |
| 2797 | 2026-05-22T21:29:52.843Z | Checking papergrid v0.11.0 |
| 2798 | 2026-05-22T21:29:52.883Z | Checking radix_trie v0.2.1 |
| 2799 | 2026-05-22T21:29:52.909Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2800 | 2026-05-22T21:29:53.060Z | Compiling peg-macros v0.8.5 |
| 2801 | 2026-05-22T21:29:53.085Z | Checking winnow v0.6.26 |
| 2802 | 2026-05-22T21:29:53.332Z | Compiling psm v0.1.30 |
| 2803 | 2026-05-22T21:29:53.367Z | Compiling sqlparser_derive v0.5.0 |
| 2804 | 2026-05-22T21:29:53.467Z | Checking unicode_categories v0.1.1 |
| 2805 | 2026-05-22T21:29:53.596Z | Checking derive_more v2.1.1 |
| 2806 | 2026-05-22T21:29:53.621Z | Checking home v0.5.12 |
| 2807 | 2026-05-22T21:29:53.720Z | Checking nu-ansi-term v0.50.3 |
| 2808 | 2026-05-22T21:29:53.770Z | Checking crossterm v0.29.0 |
| 2809 | 2026-05-22T21:29:53.852Z | Checking tabled v0.15.0 |
| 2810 | 2026-05-22T21:29:53.894Z | Checking rustyline v14.0.0 |
| 2811 | 2026-05-22T21:29:53.929Z | Checking reedline v0.40.0 |
| 2812 | 2026-05-22T21:29:54.162Z | Checking recursive v0.1.1 |
| 2813 | 2026-05-22T21:29:54.181Z | Checking display-error-chain v0.2.2 |
| 2814 | 2026-05-22T21:29:54.252Z | Checking sqlparser v0.61.0 |
| 2815 | 2026-05-22T21:29:54.274Z | Checking sqlformat v0.3.5 |
| 2816 | 2026-05-22T21:29:54.421Z | Checking peg v0.8.5 |
| 2817 | 2026-05-22T21:30:05.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.63s |
| 2818 | 2026-05-22T21:30:05.559Z | |
| 2819 | 2026-05-22T21:30:05.560Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276) |
| 2820 | 2026-05-22T21:30:06.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2821 | 2026-05-22T21:30:06.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2822 | 2026-05-22T21:30:06.237Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2823 | 2026-05-22T21:30:09.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s |
| 2824 | 2026-05-22T21:30:09.842Z | |
| 2825 | 2026-05-22T21:30:09.842Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276) |
| 2826 | 2026-05-22T21:30:10.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2827 | 2026-05-22T21:30:10.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2828 | 2026-05-22T21:30:10.516Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2829 | 2026-05-22T21:30:12.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s |
| 2830 | 2026-05-22T21:30:13.109Z | |
| 2831 | 2026-05-22T21:30:13.109Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276) |
| 2832 | 2026-05-22T21:30:13.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2833 | 2026-05-22T21:30:13.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2834 | 2026-05-22T21:30:13.783Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2835 | 2026-05-22T21:30:17.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
| 2836 | 2026-05-22T21:30:17.182Z | |
| 2837 | 2026-05-22T21:30:17.182Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276) |
| 2838 | 2026-05-22T21:30:17.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2839 | 2026-05-22T21:30:17.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2840 | 2026-05-22T21:30:17.860Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2841 | 2026-05-22T21:30:21.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s |
| 2842 | 2026-05-22T21:30:21.278Z | |
| 2843 | 2026-05-22T21:30:21.278Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276) |
| 2844 | 2026-05-22T21:30:21.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2845 | 2026-05-22T21:30:21.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2846 | 2026-05-22T21:30:21.955Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2847 | 2026-05-22T21:30:24.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 2848 | 2026-05-22T21:30:24.699Z | |
| 2849 | 2026-05-22T21:30:24.699Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276) |
| 2850 | 2026-05-22T21:30:25.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2851 | 2026-05-22T21:30:25.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2852 | 2026-05-22T21:30:25.381Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2853 | 2026-05-22T21:30:27.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 2854 | 2026-05-22T21:30:28.159Z | |
| 2855 | 2026-05-22T21:30:28.159Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276) |
| 2856 | 2026-05-22T21:30:28.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2857 | 2026-05-22T21:30:28.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2858 | 2026-05-22T21:30:28.839Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2859 | 2026-05-22T21:30:32.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
| 2860 | 2026-05-22T21:30:32.390Z | |
| 2861 | 2026-05-22T21:30:32.390Z | info: running `cargo check --bins` on oximeter (93/276) |
| 2862 | 2026-05-22T21:30:32.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2863 | 2026-05-22T21:30:32.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2864 | 2026-05-22T21:30:32.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2865 | 2026-05-22T21:30:32.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2866 | 2026-05-22T21:30:32.996Z | |
| 2867 | 2026-05-22T21:30:32.996Z | info: running `cargo check --bins` on oximeter-schema (94/276) |
| 2868 | 2026-05-22T21:30:33.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2869 | 2026-05-22T21:30:33.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2870 | 2026-05-22T21:30:33.642Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2871 | 2026-05-22T21:30:33.807Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2872 | 2026-05-22T21:30:33.823Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2873 | 2026-05-22T21:30:34.143Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2874 | 2026-05-22T21:30:37.027Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2875 | 2026-05-22T21:30:38.227Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2876 | 2026-05-22T21:30:38.391Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2877 | 2026-05-22T21:30:39.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s |
| 2878 | 2026-05-22T21:30:39.247Z | |
| 2879 | 2026-05-22T21:30:39.247Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/276) |
| 2880 | 2026-05-22T21:30:39.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2881 | 2026-05-22T21:30:39.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2882 | 2026-05-22T21:30:39.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2883 | 2026-05-22T21:30:39.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2884 | 2026-05-22T21:30:39.850Z | |
| 2885 | 2026-05-22T21:30:39.850Z | info: running `cargo check --bins` on oximeter-test-utils (96/276) |
| 2886 | 2026-05-22T21:30:40.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2887 | 2026-05-22T21:30:40.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2888 | 2026-05-22T21:30:40.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2889 | 2026-05-22T21:30:40.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2890 | 2026-05-22T21:30:40.498Z | |
| 2891 | 2026-05-22T21:30:40.498Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276) |
| 2892 | 2026-05-22T21:30:41.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2893 | 2026-05-22T21:30:41.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2894 | 2026-05-22T21:30:41.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2895 | 2026-05-22T21:30:41.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2896 | 2026-05-22T21:30:41.110Z | |
| 2897 | 2026-05-22T21:30:41.110Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276) |
| 2898 | 2026-05-22T21:30:41.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2899 | 2026-05-22T21:30:41.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2900 | 2026-05-22T21:30:41.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2901 | 2026-05-22T21:30:41.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2902 | 2026-05-22T21:30:41.726Z | |
| 2903 | 2026-05-22T21:30:41.726Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276) |
| 2904 | 2026-05-22T21:30:42.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2905 | 2026-05-22T21:30:42.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2906 | 2026-05-22T21:30:42.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2907 | 2026-05-22T21:30:42.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2908 | 2026-05-22T21:30:42.337Z | |
| 2909 | 2026-05-22T21:30:42.337Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276) |
| 2910 | 2026-05-22T21:30:42.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2911 | 2026-05-22T21:30:42.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2912 | 2026-05-22T21:30:42.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2913 | 2026-05-22T21:30:42.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2914 | 2026-05-22T21:30:42.949Z | |
| 2915 | 2026-05-22T21:30:42.949Z | info: running `cargo check --bins` on trust-quorum-types (101/276) |
| 2916 | 2026-05-22T21:30:43.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2917 | 2026-05-22T21:30:43.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2918 | 2026-05-22T21:30:43.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2919 | 2026-05-22T21:30:43.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2920 | 2026-05-22T21:30:43.545Z | |
| 2921 | 2026-05-22T21:30:43.545Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/276) |
| 2922 | 2026-05-22T21:30:44.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2923 | 2026-05-22T21:30:44.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2924 | 2026-05-22T21:30:44.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2925 | 2026-05-22T21:30:44.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2926 | 2026-05-22T21:30:44.156Z | |
| 2927 | 2026-05-22T21:30:44.156Z | info: running `cargo check --bins` on update-engine (103/276) |
| 2928 | 2026-05-22T21:30:44.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2929 | 2026-05-22T21:30:44.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2930 | 2026-05-22T21:30:44.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2931 | 2026-05-22T21:30:44.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2932 | 2026-05-22T21:30:44.750Z | |
| 2933 | 2026-05-22T21:30:44.750Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/276) |
| 2934 | 2026-05-22T21:30:45.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2935 | 2026-05-22T21:30:45.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2936 | 2026-05-22T21:30:45.476Z | Compiling crucible-workspace-hack v0.1.0 |
| 2937 | 2026-05-22T21:30:45.595Z | Checking secrecy v0.10.3 |
| 2938 | 2026-05-22T21:30:45.604Z | Compiling heapless v0.8.0 |
| 2939 | 2026-05-22T21:30:45.611Z | Compiling ingot-macros v0.1.1 |
| 2940 | 2026-05-22T21:30:45.618Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2941 | 2026-05-22T21:30:45.621Z | Checking hash32 v0.3.1 |
| 2942 | 2026-05-22T21:30:45.638Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2943 | 2026-05-22T21:30:45.638Z | Compiling smoltcp v0.11.0 |
| 2944 | 2026-05-22T21:30:45.698Z | Checking cobs v0.3.0 |
| 2945 | 2026-05-22T21:30:45.743Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2946 | 2026-05-22T21:30:45.844Z | Checking universal-hash v0.5.1 |
| 2947 | 2026-05-22T21:30:45.847Z | Checking half v2.7.1 |
| 2948 | 2026-05-22T21:30:45.868Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2949 | 2026-05-22T21:30:45.964Z | Checking ciborium-io v0.2.2 |
| 2950 | 2026-05-22T21:30:45.996Z | Checking opaque-debug v0.3.1 |
| 2951 | 2026-05-22T21:30:46.063Z | Checking postcard v1.1.3 |
| 2952 | 2026-05-22T21:30:46.063Z | Checking poly1305 v0.8.0 |
| 2953 | 2026-05-22T21:30:46.087Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2954 | 2026-05-22T21:30:46.104Z | Checking ciborium-ll v0.2.2 |
| 2955 | 2026-05-22T21:30:46.278Z | Compiling proc-macro-crate v3.4.0 |
| 2956 | 2026-05-22T21:30:46.317Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2957 | 2026-05-22T21:30:46.354Z | Checking password-hash v0.5.0 |
| 2958 | 2026-05-22T21:30:46.368Z | Checking chacha20 v0.9.1 |
| 2959 | 2026-05-22T21:30:46.556Z | Compiling proc-macro-crate v1.3.1 |
| 2960 | 2026-05-22T21:30:46.574Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2961 | 2026-05-22T21:30:46.590Z | Checking blake2 v0.10.6 |
| 2962 | 2026-05-22T21:30:46.636Z | Checking aead v0.5.2 |
| 2963 | 2026-05-22T21:30:46.784Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2964 | 2026-05-22T21:30:46.805Z | Compiling foreign-types-macros v0.2.3 |
| 2965 | 2026-05-22T21:30:46.825Z | Compiling num_enum_derive v0.7.5 |
| 2966 | 2026-05-22T21:30:46.828Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2967 | 2026-05-22T21:30:46.907Z | Checking thiserror-no-std v2.0.2 |
| 2968 | 2026-05-22T21:30:46.965Z | Checking foreign-types-shared v0.3.1 |
| 2969 | 2026-05-22T21:30:46.986Z | Checking cpufeatures v0.3.0 |
| 2970 | 2026-05-22T21:30:46.998Z | Checking vsss-rs v3.3.4 |
| 2971 | 2026-05-22T21:30:47.055Z | Checking chacha20 v0.10.0 |
| 2972 | 2026-05-22T21:30:47.058Z | Compiling num_enum_derive v0.5.11 |
| 2973 | 2026-05-22T21:30:47.081Z | Checking argon2 v0.5.3 |
| 2974 | 2026-05-22T21:30:47.269Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2975 | 2026-05-22T21:30:47.382Z | Checking foreign-types v0.5.0 |
| 2976 | 2026-05-22T21:30:47.412Z | Checking chacha20poly1305 v0.10.1 |
| 2977 | 2026-05-22T21:30:47.459Z | Checking ciborium v0.2.2 |
| 2978 | 2026-05-22T21:30:47.643Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2979 | 2026-05-22T21:30:47.665Z | Checking tabwriter v1.4.1 |
| 2980 | 2026-05-22T21:30:47.812Z | Checking byte-wrapper v0.1.0 |
| 2981 | 2026-05-22T21:30:47.851Z | Checking num_enum v0.7.5 |
| 2982 | 2026-05-22T21:30:47.874Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2983 | 2026-05-22T21:30:47.922Z | Checking cstr-argument v0.1.2 |
| 2984 | 2026-05-22T21:30:47.961Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2985 | 2026-05-22T21:30:48.018Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2986 | 2026-05-22T21:30:48.044Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2987 | 2026-05-22T21:30:48.074Z | Checking num_enum v0.5.11 |
| 2988 | 2026-05-22T21:30:48.087Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2989 | 2026-05-22T21:30:48.187Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2990 | 2026-05-22T21:30:48.214Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2991 | 2026-05-22T21:30:48.231Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2992 | 2026-05-22T21:30:48.288Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2993 | 2026-05-22T21:30:48.370Z | Checking rand v0.10.0 |
| 2994 | 2026-05-22T21:30:48.374Z | Checking ingot-types v0.1.2 |
| 2995 | 2026-05-22T21:30:48.396Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2996 | 2026-05-22T21:30:48.409Z | Checking indent_write v2.2.0 |
| 2997 | 2026-05-22T21:30:48.425Z | Checking colored v3.1.1 |
| 2998 | 2026-05-22T21:30:48.539Z | Compiling zone_cfg_derive v0.3.1 |
| 2999 | 2026-05-22T21:30:48.653Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3000 | 2026-05-22T21:30:48.748Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3001 | 2026-05-22T21:30:48.760Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3002 | 2026-05-22T21:30:48.773Z | Checking ingot v0.1.1 |
| 3003 | 2026-05-22T21:30:48.796Z | Checking itertools v0.12.1 |
| 3004 | 2026-05-22T21:30:48.840Z | Compiling num-derive v0.4.2 |
| 3005 | 2026-05-22T21:30:48.858Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3006 | 2026-05-22T21:30:48.921Z | Checking swrite v0.1.0 |
| 3007 | 2026-05-22T21:30:49.013Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3008 | 2026-05-22T21:30:49.057Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3009 | 2026-05-22T21:30:49.185Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3010 | 2026-05-22T21:30:49.204Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3011 | 2026-05-22T21:30:49.220Z | Checking dropshot-api-manager-types v0.7.1 |
| 3012 | 2026-05-22T21:30:49.293Z | Checking smf v0.2.3 |
| 3013 | 2026-05-22T21:30:49.319Z | Checking nanorand v0.7.0 |
| 3014 | 2026-05-22T21:30:49.388Z | Checking whoami v1.6.1 |
| 3015 | 2026-05-22T21:30:49.517Z | Checking flume v0.11.1 |
| 3016 | 2026-05-22T21:30:49.531Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3017 | 2026-05-22T21:30:49.762Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3018 | 2026-05-22T21:30:49.805Z | Checking zone v0.3.1 |
| 3019 | 2026-05-22T21:30:50.324Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3020 | 2026-05-22T21:30:51.272Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3021 | 2026-05-22T21:30:52.138Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3022 | 2026-05-22T21:30:55.189Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3023 | 2026-05-22T21:30:57.231Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3024 | 2026-05-22T21:30:58.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.57s |
| 3025 | 2026-05-22T21:30:58.528Z | |
| 3026 | 2026-05-22T21:30:58.528Z | info: running `cargo check --bins` on clickhouse-admin-api (105/276) |
| 3027 | 2026-05-22T21:30:59.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3028 | 2026-05-22T21:30:59.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3029 | 2026-05-22T21:30:59.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3030 | 2026-05-22T21:30:59.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3031 | 2026-05-22T21:30:59.136Z | |
| 3032 | 2026-05-22T21:30:59.136Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/276) |
| 3033 | 2026-05-22T21:30:59.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3034 | 2026-05-22T21:30:59.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3035 | 2026-05-22T21:30:59.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3036 | 2026-05-22T21:30:59.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3037 | 2026-05-22T21:30:59.746Z | |
| 3038 | 2026-05-22T21:30:59.746Z | info: running `cargo check --bins` on bootstrap-agent-client (107/276) |
| 3039 | 2026-05-22T21:31:00.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3040 | 2026-05-22T21:31:00.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3041 | 2026-05-22T21:31:00.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3042 | 2026-05-22T21:31:00.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3043 | 2026-05-22T21:31:00.361Z | |
| 3044 | 2026-05-22T21:31:00.361Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276) |
| 3045 | 2026-05-22T21:31:00.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3046 | 2026-05-22T21:31:00.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3047 | 2026-05-22T21:31:00.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3048 | 2026-05-22T21:31:00.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3049 | 2026-05-22T21:31:00.977Z | |
| 3050 | 2026-05-22T21:31:00.977Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276) |
| 3051 | 2026-05-22T21:31:01.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3052 | 2026-05-22T21:31:01.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3053 | 2026-05-22T21:31:01.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3054 | 2026-05-22T21:31:01.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3055 | 2026-05-22T21:31:01.586Z | |
| 3056 | 2026-05-22T21:31:01.586Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/276) |
| 3057 | 2026-05-22T21:31:02.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3058 | 2026-05-22T21:31:02.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3059 | 2026-05-22T21:31:02.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3060 | 2026-05-22T21:31:02.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3061 | 2026-05-22T21:31:02.199Z | |
| 3062 | 2026-05-22T21:31:02.199Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/276) |
| 3063 | 2026-05-22T21:31:02.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3064 | 2026-05-22T21:31:02.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3065 | 2026-05-22T21:31:02.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3066 | 2026-05-22T21:31:02.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3067 | 2026-05-22T21:31:02.813Z | |
| 3068 | 2026-05-22T21:31:02.814Z | info: running `cargo check --bins` on cockroach-admin-client (112/276) |
| 3069 | 2026-05-22T21:31:03.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3070 | 2026-05-22T21:31:03.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3071 | 2026-05-22T21:31:03.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3072 | 2026-05-22T21:31:03.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3073 | 2026-05-22T21:31:03.409Z | |
| 3074 | 2026-05-22T21:31:03.409Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/276) |
| 3075 | 2026-05-22T21:31:03.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3076 | 2026-05-22T21:31:03.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3077 | 2026-05-22T21:31:03.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3078 | 2026-05-22T21:31:03.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3079 | 2026-05-22T21:31:04.019Z | |
| 3080 | 2026-05-22T21:31:04.019Z | info: running `cargo check --bins` on dns-service-client (114/276) |
| 3081 | 2026-05-22T21:31:04.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3082 | 2026-05-22T21:31:04.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3083 | 2026-05-22T21:31:04.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3084 | 2026-05-22T21:31:04.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3085 | 2026-05-22T21:31:04.631Z | |
| 3086 | 2026-05-22T21:31:04.631Z | info: running `cargo check --bins` on installinator-client (115/276) |
| 3087 | 2026-05-22T21:31:05.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3088 | 2026-05-22T21:31:05.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3089 | 2026-05-22T21:31:05.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3090 | 2026-05-22T21:31:05.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3091 | 2026-05-22T21:31:05.241Z | |
| 3092 | 2026-05-22T21:31:05.241Z | info: running `cargo check --bins` on nexus-client (116/276) |
| 3093 | 2026-05-22T21:31:05.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3094 | 2026-05-22T21:31:05.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3095 | 2026-05-22T21:31:05.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3096 | 2026-05-22T21:31:05.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3097 | 2026-05-22T21:31:05.887Z | |
| 3098 | 2026-05-22T21:31:05.887Z | info: running `cargo check --bins` on nexus-lockstep-client (117/276) |
| 3099 | 2026-05-22T21:31:06.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3100 | 2026-05-22T21:31:06.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3101 | 2026-05-22T21:31:06.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3102 | 2026-05-22T21:31:06.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3103 | 2026-05-22T21:31:06.533Z | |
| 3104 | 2026-05-22T21:31:06.534Z | info: running `cargo check --bins` on ntp-admin-client (118/276) |
| 3105 | 2026-05-22T21:31:07.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3106 | 2026-05-22T21:31:07.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3107 | 2026-05-22T21:31:07.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3108 | 2026-05-22T21:31:07.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3109 | 2026-05-22T21:31:07.131Z | |
| 3110 | 2026-05-22T21:31:07.132Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/276) |
| 3111 | 2026-05-22T21:31:07.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3112 | 2026-05-22T21:31:07.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3113 | 2026-05-22T21:31:07.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3114 | 2026-05-22T21:31:07.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3115 | 2026-05-22T21:31:07.727Z | |
| 3116 | 2026-05-22T21:31:07.727Z | info: running `cargo check --bins` on oxide-client (120/276) |
| 3117 | 2026-05-22T21:31:08.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3118 | 2026-05-22T21:31:08.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3119 | 2026-05-22T21:31:08.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3120 | 2026-05-22T21:31:08.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3121 | 2026-05-22T21:31:08.326Z | |
| 3122 | 2026-05-22T21:31:08.326Z | info: running `cargo check --bins` on oximeter-client (121/276) |
| 3123 | 2026-05-22T21:31:08.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3124 | 2026-05-22T21:31:08.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3125 | 2026-05-22T21:31:08.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3126 | 2026-05-22T21:31:08.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3127 | 2026-05-22T21:31:08.934Z | |
| 3128 | 2026-05-22T21:31:08.934Z | info: running `cargo check --bins` on repo-depot-client (122/276) |
| 3129 | 2026-05-22T21:31:09.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3130 | 2026-05-22T21:31:09.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3131 | 2026-05-22T21:31:09.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3132 | 2026-05-22T21:31:09.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3133 | 2026-05-22T21:31:09.531Z | |
| 3134 | 2026-05-22T21:31:09.531Z | info: running `cargo check --bins` on sled-agent-client (123/276) |
| 3135 | 2026-05-22T21:31:10.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3136 | 2026-05-22T21:31:10.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3137 | 2026-05-22T21:31:10.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3138 | 2026-05-22T21:31:10.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3139 | 2026-05-22T21:31:10.148Z | |
| 3140 | 2026-05-22T21:31:10.148Z | info: running `cargo check --bins` on wicketd-client (124/276) |
| 3141 | 2026-05-22T21:31:10.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3142 | 2026-05-22T21:31:10.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3143 | 2026-05-22T21:31:10.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3144 | 2026-05-22T21:31:10.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3145 | 2026-05-22T21:31:10.781Z | |
| 3146 | 2026-05-22T21:31:10.781Z | info: running `cargo check --bins` on installinator-common (125/276) |
| 3147 | 2026-05-22T21:31:11.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3148 | 2026-05-22T21:31:11.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3149 | 2026-05-22T21:31:11.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3150 | 2026-05-22T21:31:11.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3151 | 2026-05-22T21:31:11.406Z | |
| 3152 | 2026-05-22T21:31:11.406Z | info: running `cargo check --bins` on installinator-common-versions (126/276) |
| 3153 | 2026-05-22T21:31:11.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3154 | 2026-05-22T21:31:11.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3155 | 2026-05-22T21:31:11.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3156 | 2026-05-22T21:31:11.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3157 | 2026-05-22T21:31:12.002Z | |
| 3158 | 2026-05-22T21:31:12.002Z | info: running `cargo check --bins` on wicket-common (127/276) |
| 3159 | 2026-05-22T21:31:12.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3160 | 2026-05-22T21:31:12.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3161 | 2026-05-22T21:31:12.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3162 | 2026-05-22T21:31:12.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3163 | 2026-05-22T21:31:12.619Z | |
| 3164 | 2026-05-22T21:31:12.619Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/276) |
| 3165 | 2026-05-22T21:31:13.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3166 | 2026-05-22T21:31:13.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3167 | 2026-05-22T21:31:13.315Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3168 | 2026-05-22T21:31:13.432Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3169 | 2026-05-22T21:31:13.440Z | Checking csv-core v0.1.13 |
| 3170 | 2026-05-22T21:31:13.447Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3171 | 2026-05-22T21:31:13.454Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3172 | 2026-05-22T21:31:13.457Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3173 | 2026-05-22T21:31:13.475Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3174 | 2026-05-22T21:31:13.487Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3175 | 2026-05-22T21:31:13.597Z | Checking csv v1.4.0 |
| 3176 | 2026-05-22T21:31:13.626Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3177 | 2026-05-22T21:31:13.641Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3178 | 2026-05-22T21:31:13.684Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3179 | 2026-05-22T21:31:13.698Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3180 | 2026-05-22T21:31:13.934Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3181 | 2026-05-22T21:31:14.296Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3182 | 2026-05-22T21:31:14.296Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3183 | 2026-05-22T21:31:14.638Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3184 | 2026-05-22T21:31:20.447Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3185 | 2026-05-22T21:31:20.977Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3186 | 2026-05-22T21:31:23.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.66s |
| 3187 | 2026-05-22T21:31:23.482Z | |
| 3188 | 2026-05-22T21:31:23.482Z | info: running `cargo check --bins` on cockroach-admin-api (129/276) |
| 3189 | 2026-05-22T21:31:23.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3190 | 2026-05-22T21:31:23.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3191 | 2026-05-22T21:31:23.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3192 | 2026-05-22T21:31:23.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3193 | 2026-05-22T21:31:24.079Z | |
| 3194 | 2026-05-22T21:31:24.079Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276) |
| 3195 | 2026-05-22T21:31:24.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3196 | 2026-05-22T21:31:24.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3197 | 2026-05-22T21:31:24.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3198 | 2026-05-22T21:31:24.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3199 | 2026-05-22T21:31:24.766Z | |
| 3200 | 2026-05-22T21:31:24.766Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276) |
| 3201 | 2026-05-22T21:31:25.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3202 | 2026-05-22T21:31:25.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3203 | 2026-05-22T21:31:25.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3204 | 2026-05-22T21:31:25.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3205 | 2026-05-22T21:31:25.452Z | |
| 3206 | 2026-05-22T21:31:25.452Z | info: running `cargo check --bins` on gateway-test-utils (132/276) |
| 3207 | 2026-05-22T21:31:26.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3208 | 2026-05-22T21:31:26.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3209 | 2026-05-22T21:31:26.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3210 | 2026-05-22T21:31:26.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3211 | 2026-05-22T21:31:26.111Z | |
| 3212 | 2026-05-22T21:31:26.111Z | info: running `cargo check --bins` on omicron-gateway (133/276) |
| 3213 | 2026-05-22T21:31:26.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3214 | 2026-05-22T21:31:26.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3215 | 2026-05-22T21:31:26.880Z | Compiling regress v0.11.1 |
| 3216 | 2026-05-22T21:31:27.017Z | Compiling unsafe-libyaml v0.2.11 |
| 3217 | 2026-05-22T21:31:27.029Z | Compiling semver v0.1.20 |
| 3218 | 2026-05-22T21:31:27.040Z | Compiling radium v0.7.0 |
| 3219 | 2026-05-22T21:31:27.054Z | Checking tap v1.0.1 |
| 3220 | 2026-05-22T21:31:27.054Z | Compiling maybe-uninit v2.0.0 |
| 3221 | 2026-05-22T21:31:27.081Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3222 | 2026-05-22T21:31:27.152Z | Checking wyz v0.5.1 |
| 3223 | 2026-05-22T21:31:27.303Z | Compiling rustc_version v0.1.7 |
| 3224 | 2026-05-22T21:31:27.330Z | Checking progenitor-client v0.13.0 |
| 3225 | 2026-05-22T21:31:27.395Z | Compiling zerocopy-derive v0.6.6 |
| 3226 | 2026-05-22T21:31:27.484Z | Compiling cancel-safe-futures v0.1.5 |
| 3227 | 2026-05-22T21:31:27.519Z | Compiling newtype_derive v0.1.6 |
| 3228 | 2026-05-22T21:31:27.564Z | Compiling serde_yaml v0.9.34+deprecated |
| 3229 | 2026-05-22T21:31:27.689Z | Checking crc-catalog v2.4.0 |
| 3230 | 2026-05-22T21:31:27.705Z | Compiling owo-colors v4.3.0 |
| 3231 | 2026-05-22T21:31:27.754Z | Compiling packed_struct v0.10.1 |
| 3232 | 2026-05-22T21:31:27.780Z | Checking funty v2.0.0 |
| 3233 | 2026-05-22T21:31:28.036Z | Checking crc v3.4.0 |
| 3234 | 2026-05-22T21:31:28.096Z | Checking bitvec v1.0.1 |
| 3235 | 2026-05-22T21:31:28.210Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3236 | 2026-05-22T21:31:28.225Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3237 | 2026-05-22T21:31:28.249Z | Checking zerocopy v0.6.6 |
| 3238 | 2026-05-22T21:31:28.428Z | Checking typify-impl v0.6.2 |
| 3239 | 2026-05-22T21:31:28.554Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3240 | 2026-05-22T21:31:28.554Z | Compiling packed_struct_codegen v0.10.1 |
| 3241 | 2026-05-22T21:31:28.752Z | Checking libsw-core v0.3.2 |
| 3242 | 2026-05-22T21:31:28.830Z | Compiling bitfield-macros v0.19.4 |
| 3243 | 2026-05-22T21:31:28.901Z | Compiling indexmap v1.9.3 |
| 3244 | 2026-05-22T21:31:29.026Z | Checking nodrop v0.1.14 |
| 3245 | 2026-05-22T21:31:29.119Z | Checking array-init v0.0.4 |
| 3246 | 2026-05-22T21:31:29.133Z | Checking libsw v3.5.0 |
| 3247 | 2026-05-22T21:31:29.285Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3248 | 2026-05-22T21:31:29.388Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3249 | 2026-05-22T21:31:29.417Z | Checking smallvec v0.6.14 |
| 3250 | 2026-05-22T21:31:29.536Z | Checking bitfield v0.19.4 |
| 3251 | 2026-05-22T21:31:29.565Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3252 | 2026-05-22T21:31:29.699Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3253 | 2026-05-22T21:31:29.802Z | Checking base64 v0.21.7 |
| 3254 | 2026-05-22T21:31:29.817Z | Checking tagptr v0.2.0 |
| 3255 | 2026-05-22T21:31:29.831Z | Checking unicode-linebreak v0.1.5 |
| 3256 | 2026-05-22T21:31:29.958Z | Checking linear-map v1.2.0 |
| 3257 | 2026-05-22T21:31:29.984Z | Checking smawk v0.3.2 |
| 3258 | 2026-05-22T21:31:30.036Z | Checking hashbrown v0.12.3 |
| 3259 | 2026-05-22T21:31:30.039Z | Checking ron v0.8.1 |
| 3260 | 2026-05-22T21:31:30.112Z | Checking textwrap v0.16.2 |
| 3261 | 2026-05-22T21:31:30.125Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3262 | 2026-05-22T21:31:30.209Z | Checking moka v0.12.13 |
| 3263 | 2026-05-22T21:31:30.238Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3264 | 2026-05-22T21:31:30.291Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3265 | 2026-05-22T21:31:30.320Z | Checking steno v0.4.1 |
| 3266 | 2026-05-22T21:31:30.568Z | Checking serde-hex v0.1.0 |
| 3267 | 2026-05-22T21:31:30.685Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3268 | 2026-05-22T21:31:30.764Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3269 | 2026-05-22T21:31:30.827Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3270 | 2026-05-22T21:31:30.923Z | Checking hashbrown v0.13.2 |
| 3271 | 2026-05-22T21:31:31.072Z | Checking humantime v2.3.0 |
| 3272 | 2026-05-22T21:31:31.258Z | Checking crc-any v2.5.0 |
| 3273 | 2026-05-22T21:31:31.302Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3274 | 2026-05-22T21:31:31.336Z | Checking object v0.30.4 |
| 3275 | 2026-05-22T21:31:31.389Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3276 | 2026-05-22T21:31:31.433Z | Checking hickory-resolver v0.25.2 |
| 3277 | 2026-05-22T21:31:31.484Z | Checking utf-8 v0.7.6 |
| 3278 | 2026-05-22T21:31:31.516Z | Checking half v1.8.3 |
| 3279 | 2026-05-22T21:31:31.551Z | Checking void v1.0.2 |
| 3280 | 2026-05-22T21:31:31.616Z | Checking path-slash v0.1.5 |
| 3281 | 2026-05-22T21:31:31.658Z | Checking lzss v0.8.2 |
| 3282 | 2026-05-22T21:31:31.710Z | Checking serde_cbor v0.11.2 |
| 3283 | 2026-05-22T21:31:31.724Z | Checking tungstenite v0.23.0 |
| 3284 | 2026-05-22T21:31:31.977Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3285 | 2026-05-22T21:31:32.049Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3286 | 2026-05-22T21:31:32.084Z | Checking nix v0.27.1 |
| 3287 | 2026-05-22T21:31:32.125Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3288 | 2026-05-22T21:31:32.140Z | Checking kstat-rs v0.2.4 |
| 3289 | 2026-05-22T21:31:32.143Z | Checking fxhash v0.2.1 |
| 3290 | 2026-05-22T21:31:32.269Z | Checking serde_bytes v0.11.19 |
| 3291 | 2026-05-22T21:31:32.283Z | Checking tokio-tungstenite v0.23.1 |
| 3292 | 2026-05-22T21:31:32.327Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3293 | 2026-05-22T21:31:32.442Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3294 | 2026-05-22T21:31:32.537Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3295 | 2026-05-22T21:31:32.553Z | Checking signal-hook-tokio v0.3.1 |
| 3296 | 2026-05-22T21:31:32.868Z | Compiling typify-macro v0.6.2 |
| 3297 | 2026-05-22T21:31:33.571Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3298 | 2026-05-22T21:31:33.997Z | Compiling typify v0.6.2 |
| 3299 | 2026-05-22T21:31:34.076Z | Compiling progenitor-impl v0.13.0 |
| 3300 | 2026-05-22T21:31:34.077Z | Compiling progenitor-impl v0.14.0 |
| 3301 | 2026-05-22T21:31:34.468Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3302 | 2026-05-22T21:31:34.792Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 3303 | 2026-05-22T21:31:35.664Z | Compiling progenitor-macro v0.14.0 |
| 3304 | 2026-05-22T21:31:35.678Z | Compiling progenitor-macro v0.13.0 |
| 3305 | 2026-05-22T21:31:38.236Z | Checking progenitor v0.13.0 |
| 3306 | 2026-05-22T21:31:38.239Z | Checking progenitor v0.14.0 |
| 3307 | 2026-05-22T21:31:38.366Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3308 | 2026-05-22T21:31:38.369Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3309 | 2026-05-22T21:31:41.358Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3310 | 2026-05-22T21:31:48.986Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3311 | 2026-05-22T21:31:55.228Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3312 | 2026-05-22T21:31:56.581Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3313 | 2026-05-22T21:31:57.083Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3314 | 2026-05-22T21:31:59.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.03s |
| 3315 | 2026-05-22T21:31:59.349Z | |
| 3316 | 2026-05-22T21:31:59.349Z | info: running `cargo check --bins` on gateway-api (134/276) |
| 3317 | 2026-05-22T21:31:59.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3318 | 2026-05-22T21:31:59.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3319 | 2026-05-22T21:31:59.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3320 | 2026-05-22T21:31:59.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3321 | 2026-05-22T21:31:59.954Z | |
| 3322 | 2026-05-22T21:31:59.954Z | info: running `cargo check --bins` on ipcc (135/276) |
| 3323 | 2026-05-22T21:32:00.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3324 | 2026-05-22T21:32:00.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3325 | 2026-05-22T21:32:00.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3326 | 2026-05-22T21:32:00.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3327 | 2026-05-22T21:32:00.554Z | |
| 3328 | 2026-05-22T21:32:00.554Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276) |
| 3329 | 2026-05-22T21:32:01.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3330 | 2026-05-22T21:32:01.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3331 | 2026-05-22T21:32:01.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3332 | 2026-05-22T21:32:01.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3333 | 2026-05-22T21:32:01.144Z | |
| 3334 | 2026-05-22T21:32:01.144Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276) |
| 3335 | 2026-05-22T21:32:01.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3336 | 2026-05-22T21:32:01.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3337 | 2026-05-22T21:32:01.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3338 | 2026-05-22T21:32:01.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3339 | 2026-05-22T21:32:01.751Z | |
| 3340 | 2026-05-22T21:32:01.751Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276) |
| 3341 | 2026-05-22T21:32:02.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3342 | 2026-05-22T21:32:02.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3343 | 2026-05-22T21:32:02.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3344 | 2026-05-22T21:32:02.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3345 | 2026-05-22T21:32:02.358Z | |
| 3346 | 2026-05-22T21:32:02.358Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276) |
| 3347 | 2026-05-22T21:32:02.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3348 | 2026-05-22T21:32:02.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3349 | 2026-05-22T21:32:02.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3350 | 2026-05-22T21:32:02.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3351 | 2026-05-22T21:32:02.961Z | |
| 3352 | 2026-05-22T21:32:02.961Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276) |
| 3353 | 2026-05-22T21:32:03.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2026-05-22T21:32:03.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2026-05-22T21:32:03.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3356 | 2026-05-22T21:32:03.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3357 | 2026-05-22T21:32:03.566Z | |
| 3358 | 2026-05-22T21:32:03.566Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276) |
| 3359 | 2026-05-22T21:32:04.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2026-05-22T21:32:04.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2026-05-22T21:32:04.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3362 | 2026-05-22T21:32:04.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3363 | 2026-05-22T21:32:04.167Z | |
| 3364 | 2026-05-22T21:32:04.167Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276) |
| 3365 | 2026-05-22T21:32:04.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2026-05-22T21:32:04.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2026-05-22T21:32:04.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3368 | 2026-05-22T21:32:04.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3369 | 2026-05-22T21:32:04.774Z | |
| 3370 | 2026-05-22T21:32:04.774Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276) |
| 3371 | 2026-05-22T21:32:05.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2026-05-22T21:32:05.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2026-05-22T21:32:05.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3374 | 2026-05-22T21:32:05.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3375 | 2026-05-22T21:32:05.382Z | |
| 3376 | 2026-05-22T21:32:05.382Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276) |
| 3377 | 2026-05-22T21:32:05.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-05-22T21:32:05.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-05-22T21:32:05.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-05-22T21:32:05.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3381 | 2026-05-22T21:32:05.983Z | |
| 3382 | 2026-05-22T21:32:05.984Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276) |
| 3383 | 2026-05-22T21:32:06.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-05-22T21:32:06.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-05-22T21:32:06.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-05-22T21:32:06.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3387 | 2026-05-22T21:32:06.590Z | |
| 3388 | 2026-05-22T21:32:06.590Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276) |
| 3389 | 2026-05-22T21:32:07.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-05-22T21:32:07.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-05-22T21:32:07.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-05-22T21:32:07.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3393 | 2026-05-22T21:32:07.199Z | |
| 3394 | 2026-05-22T21:32:07.199Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276) |
| 3395 | 2026-05-22T21:32:07.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-05-22T21:32:07.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-05-22T21:32:07.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-05-22T21:32:07.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3399 | 2026-05-22T21:32:07.812Z | |
| 3400 | 2026-05-22T21:32:07.812Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276) |
| 3401 | 2026-05-22T21:32:08.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-05-22T21:32:08.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-05-22T21:32:08.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-05-22T21:32:08.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3405 | 2026-05-22T21:32:08.424Z | |
| 3406 | 2026-05-22T21:32:08.424Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276) |
| 3407 | 2026-05-22T21:32:08.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-05-22T21:32:08.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-05-22T21:32:08.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-05-22T21:32:08.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3411 | 2026-05-22T21:32:09.032Z | |
| 3412 | 2026-05-22T21:32:09.033Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276) |
| 3413 | 2026-05-22T21:32:09.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-05-22T21:32:09.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-05-22T21:32:09.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-05-22T21:32:09.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3417 | 2026-05-22T21:32:09.637Z | |
| 3418 | 2026-05-22T21:32:09.637Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276) |
| 3419 | 2026-05-22T21:32:10.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-05-22T21:32:10.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-05-22T21:32:10.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-05-22T21:32:10.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3423 | 2026-05-22T21:32:10.247Z | |
| 3424 | 2026-05-22T21:32:10.247Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276) |
| 3425 | 2026-05-22T21:32:10.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-05-22T21:32:10.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-05-22T21:32:10.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-05-22T21:32:10.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3429 | 2026-05-22T21:32:10.856Z | |
| 3430 | 2026-05-22T21:32:10.856Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276) |
| 3431 | 2026-05-22T21:32:11.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-05-22T21:32:11.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-05-22T21:32:11.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-05-22T21:32:11.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3435 | 2026-05-22T21:32:11.464Z | |
| 3436 | 2026-05-22T21:32:11.464Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276) |
| 3437 | 2026-05-22T21:32:11.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-05-22T21:32:11.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-05-22T21:32:11.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-05-22T21:32:11.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3441 | 2026-05-22T21:32:12.077Z | |
| 3442 | 2026-05-22T21:32:12.077Z | info: running `cargo check --bins` on oximeter-producer (155/276) |
| 3443 | 2026-05-22T21:32:12.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-05-22T21:32:12.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-05-22T21:32:12.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-05-22T21:32:12.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3447 | 2026-05-22T21:32:12.725Z | |
| 3448 | 2026-05-22T21:32:12.725Z | info: running `cargo check --bins` on internal-dns-resolver (156/276) |
| 3449 | 2026-05-22T21:32:13.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-05-22T21:32:13.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-05-22T21:32:13.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-05-22T21:32:13.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3453 | 2026-05-22T21:32:13.339Z | |
| 3454 | 2026-05-22T21:32:13.339Z | info: running `cargo check --bins` on dns-server (157/276) |
| 3455 | 2026-05-22T21:32:13.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-05-22T21:32:13.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-05-22T21:32:13.996Z | Compiling parking_lot_core v0.8.6 |
| 3458 | 2026-05-22T21:32:13.996Z | Compiling atomicwrites v0.4.4 |
| 3459 | 2026-05-22T21:32:14.000Z | Compiling git-stub v1.0.0 |
| 3460 | 2026-05-22T21:32:14.000Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3461 | 2026-05-22T21:32:14.000Z | Checking prefix-trie v0.7.0 |
| 3462 | 2026-05-22T21:32:14.238Z | Compiling git-stub-vcs v0.1.0 |
| 3463 | 2026-05-22T21:32:14.387Z | Checking hickory-server v0.25.2 |
| 3464 | 2026-05-22T21:32:14.501Z | Checking parking_lot v0.11.2 |
| 3465 | 2026-05-22T21:32:14.514Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3466 | 2026-05-22T21:32:14.589Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3467 | 2026-05-22T21:32:14.589Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3468 | 2026-05-22T21:32:14.672Z | Checking sled v0.34.7 |
| 3469 | 2026-05-22T21:32:16.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 3470 | 2026-05-22T21:32:16.723Z | |
| 3471 | 2026-05-22T21:32:16.723Z | info: running `cargo check --bins` on dns-server-api (158/276) |
| 3472 | 2026-05-22T21:32:17.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3473 | 2026-05-22T21:32:17.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3474 | 2026-05-22T21:32:17.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3475 | 2026-05-22T21:32:17.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3476 | 2026-05-22T21:32:17.326Z | |
| 3477 | 2026-05-22T21:32:17.326Z | info: running `cargo check --bins` on oximeter-producer-api (159/276) |
| 3478 | 2026-05-22T21:32:17.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3479 | 2026-05-22T21:32:17.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3480 | 2026-05-22T21:32:17.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3481 | 2026-05-22T21:32:17.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3482 | 2026-05-22T21:32:17.937Z | |
| 3483 | 2026-05-22T21:32:17.937Z | info: running `cargo check --bins` on sp-sim (160/276) |
| 3484 | 2026-05-22T21:32:18.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3485 | 2026-05-22T21:32:18.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3486 | 2026-05-22T21:32:18.667Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3487 | 2026-05-22T21:32:20.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s |
| 3488 | 2026-05-22T21:32:20.636Z | |
| 3489 | 2026-05-22T21:32:20.636Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276) |
| 3490 | 2026-05-22T21:32:21.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3491 | 2026-05-22T21:32:21.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3492 | 2026-05-22T21:32:21.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3493 | 2026-05-22T21:32:21.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3494 | 2026-05-22T21:32:21.295Z | |
| 3495 | 2026-05-22T21:32:21.295Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276) |
| 3496 | 2026-05-22T21:32:21.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3497 | 2026-05-22T21:32:21.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3498 | 2026-05-22T21:32:21.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3499 | 2026-05-22T21:32:21.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3500 | 2026-05-22T21:32:21.959Z | |
| 3501 | 2026-05-22T21:32:21.959Z | info: running `cargo check --bins` on db-macros (163/276) |
| 3502 | 2026-05-22T21:32:22.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2026-05-22T21:32:22.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2026-05-22T21:32:22.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3505 | 2026-05-22T21:32:22.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3506 | 2026-05-22T21:32:22.549Z | |
| 3507 | 2026-05-22T21:32:22.549Z | info: running `cargo check --bins` on nexus-macros-common (164/276) |
| 3508 | 2026-05-22T21:32:23.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3509 | 2026-05-22T21:32:23.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3510 | 2026-05-22T21:32:23.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3511 | 2026-05-22T21:32:23.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3512 | 2026-05-22T21:32:23.145Z | |
| 3513 | 2026-05-22T21:32:23.145Z | info: running `cargo check --bins` on nexus-auth (165/276) |
| 3514 | 2026-05-22T21:32:23.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3515 | 2026-05-22T21:32:23.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3516 | 2026-05-22T21:32:23.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3517 | 2026-05-22T21:32:23.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3518 | 2026-05-22T21:32:23.807Z | |
| 3519 | 2026-05-22T21:32:23.807Z | info: running `cargo check --bins` on authz-macros (166/276) |
| 3520 | 2026-05-22T21:32:24.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3521 | 2026-05-22T21:32:24.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3522 | 2026-05-22T21:32:24.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3523 | 2026-05-22T21:32:24.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3524 | 2026-05-22T21:32:24.391Z | |
| 3525 | 2026-05-22T21:32:24.391Z | info: running `cargo check --bins` on nexus-db-fixed-data (167/276) |
| 3526 | 2026-05-22T21:32:24.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3527 | 2026-05-22T21:32:24.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3528 | 2026-05-22T21:32:24.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3529 | 2026-05-22T21:32:24.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3530 | 2026-05-22T21:32:25.036Z | |
| 3531 | 2026-05-22T21:32:25.036Z | info: running `cargo check --bins` on nexus-db-model (168/276) |
| 3532 | 2026-05-22T21:32:25.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3533 | 2026-05-22T21:32:25.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3534 | 2026-05-22T21:32:25.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3535 | 2026-05-22T21:32:25.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3536 | 2026-05-22T21:32:25.682Z | |
| 3537 | 2026-05-22T21:32:25.682Z | info: running `cargo check --bins` on nexus-db-schema (169/276) |
| 3538 | 2026-05-22T21:32:26.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2026-05-22T21:32:26.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2026-05-22T21:32:26.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2026-05-22T21:32:26.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3542 | 2026-05-22T21:32:26.271Z | |
| 3543 | 2026-05-22T21:32:26.271Z | info: running `cargo check --bins` on omicron-rpaths (170/276) |
| 3544 | 2026-05-22T21:32:26.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2026-05-22T21:32:26.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2026-05-22T21:32:26.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2026-05-22T21:32:26.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3548 | 2026-05-22T21:32:26.858Z | |
| 3549 | 2026-05-22T21:32:26.858Z | info: running `cargo check --bins` on nexus-defaults (171/276) |
| 3550 | 2026-05-22T21:32:27.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2026-05-22T21:32:27.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2026-05-22T21:32:27.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2026-05-22T21:32:27.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3554 | 2026-05-22T21:32:27.461Z | |
| 3555 | 2026-05-22T21:32:27.461Z | info: running `cargo check --bins` on omicron-cockroach-metrics (172/276) |
| 3556 | 2026-05-22T21:32:27.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2026-05-22T21:32:27.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2026-05-22T21:32:27.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2026-05-22T21:32:27.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3560 | 2026-05-22T21:32:28.056Z | |
| 3561 | 2026-05-22T21:32:28.056Z | info: running `cargo check --bins` on parallel-task-set (173/276) |
| 3562 | 2026-05-22T21:32:28.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2026-05-22T21:32:28.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2026-05-22T21:32:28.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2026-05-22T21:32:28.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3566 | 2026-05-22T21:32:28.642Z | |
| 3567 | 2026-05-22T21:32:28.642Z | info: running `cargo check --bins` on nexus-db-errors (174/276) |
| 3568 | 2026-05-22T21:32:29.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2026-05-22T21:32:29.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2026-05-22T21:32:29.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3571 | 2026-05-22T21:32:29.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3572 | 2026-05-22T21:32:29.289Z | |
| 3573 | 2026-05-22T21:32:29.289Z | info: running `cargo check --bins` on nexus-db-lookup (175/276) |
| 3574 | 2026-05-22T21:32:29.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3575 | 2026-05-22T21:32:29.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3576 | 2026-05-22T21:32:29.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3577 | 2026-05-22T21:32:29.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3578 | 2026-05-22T21:32:29.935Z | |
| 3579 | 2026-05-22T21:32:29.936Z | info: running `cargo check --bins` on nexus-inventory (176/276) |
| 3580 | 2026-05-22T21:32:30.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-05-22T21:32:30.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-05-22T21:32:30.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-05-22T21:32:30.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3584 | 2026-05-22T21:32:30.580Z | |
| 3585 | 2026-05-22T21:32:30.580Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276) |
| 3586 | 2026-05-22T21:32:31.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-05-22T21:32:31.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-05-22T21:32:31.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-05-22T21:32:31.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3590 | 2026-05-22T21:32:31.192Z | |
| 3591 | 2026-05-22T21:32:31.192Z | info: running `cargo check --bins --no-default-features` on sled-storage (178/276) |
| 3592 | 2026-05-22T21:32:31.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-05-22T21:32:31.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-05-22T21:32:31.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3595 | 2026-05-22T21:32:31.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3596 | 2026-05-22T21:32:31.809Z | |
| 3597 | 2026-05-22T21:32:31.809Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276) |
| 3598 | 2026-05-22T21:32:32.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-05-22T21:32:32.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-05-22T21:32:32.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-05-22T21:32:32.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3602 | 2026-05-22T21:32:32.425Z | |
| 3603 | 2026-05-22T21:32:32.425Z | info: running `cargo check --bins` on key-manager (180/276) |
| 3604 | 2026-05-22T21:32:32.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-05-22T21:32:32.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-05-22T21:32:32.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3607 | 2026-05-22T21:32:32.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3608 | 2026-05-22T21:32:33.024Z | |
| 3609 | 2026-05-22T21:32:33.024Z | info: running `cargo check --bins --no-default-features` on sled-hardware (181/276) |
| 3610 | 2026-05-22T21:32:33.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2026-05-22T21:32:33.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2026-05-22T21:32:33.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3613 | 2026-05-22T21:32:33.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3614 | 2026-05-22T21:32:33.641Z | |
| 3615 | 2026-05-22T21:32:33.641Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276) |
| 3616 | 2026-05-22T21:32:34.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3617 | 2026-05-22T21:32:34.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3618 | 2026-05-22T21:32:34.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3619 | 2026-05-22T21:32:34.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3620 | 2026-05-22T21:32:34.257Z | |
| 3621 | 2026-05-22T21:32:34.257Z | info: running `cargo check --bins` on typed-rng (183/276) |
| 3622 | 2026-05-22T21:32:34.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3623 | 2026-05-22T21:32:34.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3624 | 2026-05-22T21:32:34.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3625 | 2026-05-22T21:32:34.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3626 | 2026-05-22T21:32:34.844Z | |
| 3627 | 2026-05-22T21:32:34.845Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276) |
| 3628 | 2026-05-22T21:32:35.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3629 | 2026-05-22T21:32:35.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3630 | 2026-05-22T21:32:35.708Z | Compiling typify-impl v0.4.3 |
| 3631 | 2026-05-22T21:32:35.708Z | Compiling libefi-sys v0.1.0 |
| 3632 | 2026-05-22T21:32:35.851Z | Compiling bitfield-struct v0.6.2 |
| 3633 | 2026-05-22T21:32:35.859Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3634 | 2026-05-22T21:32:35.868Z | Compiling xshell-macros v0.2.7 |
| 3635 | 2026-05-22T21:32:35.880Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3636 | 2026-05-22T21:32:35.922Z | Compiling salty v0.3.0 |
| 3637 | 2026-05-22T21:32:35.925Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3638 | 2026-05-22T21:32:36.078Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3639 | 2026-05-22T21:32:36.201Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3640 | 2026-05-22T21:32:36.216Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3641 | 2026-05-22T21:32:36.229Z | Checking xshell v0.2.7 |
| 3642 | 2026-05-22T21:32:36.346Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3643 | 2026-05-22T21:32:36.443Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3644 | 2026-05-22T21:32:36.457Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3645 | 2026-05-22T21:32:36.528Z | Checking primeorder v0.13.6 |
| 3646 | 2026-05-22T21:32:36.609Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3647 | 2026-05-22T21:32:36.691Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3648 | 2026-05-22T21:32:36.733Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3649 | 2026-05-22T21:32:36.763Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3650 | 2026-05-22T21:32:36.805Z | Checking tungstenite v0.21.0 |
| 3651 | 2026-05-22T21:32:36.921Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3652 | 2026-05-22T21:32:36.986Z | Checking p384 v0.13.1 |
| 3653 | 2026-05-22T21:32:37.085Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3654 | 2026-05-22T21:32:37.115Z | Compiling proc-macro-error2 v2.0.1 |
| 3655 | 2026-05-22T21:32:37.391Z | Compiling num-derive v0.3.3 |
| 3656 | 2026-05-22T21:32:37.428Z | Compiling tabled_derive v0.11.0 |
| 3657 | 2026-05-22T21:32:37.553Z | Checking tokio-tungstenite v0.21.0 |
| 3658 | 2026-05-22T21:32:37.779Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3659 | 2026-05-22T21:32:37.832Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3660 | 2026-05-22T21:32:37.883Z | Checking papergrid v0.17.0 |
| 3661 | 2026-05-22T21:32:38.204Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3662 | 2026-05-22T21:32:38.260Z | Checking libscf-sys v1.1.0 |
| 3663 | 2026-05-22T21:32:38.391Z | Checking testing_table v0.3.0 |
| 3664 | 2026-05-22T21:32:38.468Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3665 | 2026-05-22T21:32:38.488Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3666 | 2026-05-22T21:32:38.567Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3667 | 2026-05-22T21:32:38.672Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3668 | 2026-05-22T21:32:38.850Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3669 | 2026-05-22T21:32:38.884Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3670 | 2026-05-22T21:32:38.954Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3671 | 2026-05-22T21:32:39.039Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3672 | 2026-05-22T21:32:39.053Z | Checking corncobs v0.1.4 |
| 3673 | 2026-05-22T21:32:39.076Z | Compiling unicase v2.9.0 |
| 3674 | 2026-05-22T21:32:39.192Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3675 | 2026-05-22T21:32:39.257Z | Checking tabled v0.20.0 |
| 3676 | 2026-05-22T21:32:39.271Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3677 | 2026-05-22T21:32:39.285Z | Compiling mime_guess v2.0.5 |
| 3678 | 2026-05-22T21:32:39.373Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3679 | 2026-05-22T21:32:39.449Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3680 | 2026-05-22T21:32:39.481Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3681 | 2026-05-22T21:32:39.654Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3682 | 2026-05-22T21:32:39.673Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3683 | 2026-05-22T21:32:39.783Z | Checking progenitor-client v0.11.2 |
| 3684 | 2026-05-22T21:32:39.821Z | Checking secrecy v0.8.0 |
| 3685 | 2026-05-22T21:32:39.946Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3686 | 2026-05-22T21:32:40.094Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3687 | 2026-05-22T21:32:40.234Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3688 | 2026-05-22T21:32:40.249Z | Compiling typify-macro v0.4.3 |
| 3689 | 2026-05-22T21:32:40.306Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3690 | 2026-05-22T21:32:40.362Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3691 | 2026-05-22T21:32:40.398Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3692 | 2026-05-22T21:32:40.577Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3693 | 2026-05-22T21:32:40.580Z | Checking filetime v0.2.27 |
| 3694 | 2026-05-22T21:32:40.727Z | Checking http-range v0.1.5 |
| 3695 | 2026-05-22T21:32:40.746Z | Checking crc8 v0.1.1 |
| 3696 | 2026-05-22T21:32:40.816Z | Checking xattr v1.6.1 |
| 3697 | 2026-05-22T21:32:40.859Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3698 | 2026-05-22T21:32:40.948Z | Checking tar v0.4.45 |
| 3699 | 2026-05-22T21:32:41.045Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3700 | 2026-05-22T21:32:41.262Z | Checking illumos-nvpair v0.3.0 |
| 3701 | 2026-05-22T21:32:41.338Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3702 | 2026-05-22T21:32:41.418Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3703 | 2026-05-22T21:32:41.478Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3704 | 2026-05-22T21:32:41.737Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3705 | 2026-05-22T21:32:41.754Z | Checking atty v0.2.14 |
| 3706 | 2026-05-22T21:32:41.810Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3707 | 2026-05-22T21:32:41.830Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3708 | 2026-05-22T21:32:41.849Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3709 | 2026-05-22T21:32:41.931Z | Compiling typify v0.4.3 |
| 3710 | 2026-05-22T21:32:42.157Z | Compiling progenitor-impl v0.11.2 |
| 3711 | 2026-05-22T21:32:42.311Z | Compiling progenitor-impl v0.10.0 |
| 3712 | 2026-05-22T21:32:42.533Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3713 | 2026-05-22T21:32:42.638Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3714 | 2026-05-22T21:32:42.890Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3715 | 2026-05-22T21:32:43.042Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3716 | 2026-05-22T21:32:43.483Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3717 | 2026-05-22T21:32:43.671Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3718 | 2026-05-22T21:32:43.857Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3719 | 2026-05-22T21:32:44.008Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3720 | 2026-05-22T21:32:44.036Z | Checking hyper-staticfile v0.10.1 |
| 3721 | 2026-05-22T21:32:44.073Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3722 | 2026-05-22T21:32:44.236Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3723 | 2026-05-22T21:32:44.328Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3724 | 2026-05-22T21:32:44.344Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3725 | 2026-05-22T21:32:44.607Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3726 | 2026-05-22T21:32:44.611Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3727 | 2026-05-22T21:32:44.694Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3728 | 2026-05-22T21:32:44.753Z | Compiling progenitor-macro v0.11.2 |
| 3729 | 2026-05-22T21:32:44.880Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3730 | 2026-05-22T21:32:44.913Z | Compiling progenitor-macro v0.10.0 |
| 3731 | 2026-05-22T21:32:47.402Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3732 | 2026-05-22T21:32:47.470Z | Checking progenitor v0.11.2 |
| 3733 | 2026-05-22T21:32:47.600Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3734 | 2026-05-22T21:32:47.762Z | Checking progenitor v0.10.0 |
| 3735 | 2026-05-22T21:32:47.888Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3736 | 2026-05-22T21:32:52.205Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3737 | 2026-05-22T21:33:02.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.14s |
| 3738 | 2026-05-22T21:33:03.201Z | |
| 3739 | 2026-05-22T21:33:03.201Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276) |
| 3740 | 2026-05-22T21:33:03.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3741 | 2026-05-22T21:33:03.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3742 | 2026-05-22T21:33:03.985Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3743 | 2026-05-22T21:33:14.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s |
| 3744 | 2026-05-22T21:33:14.799Z | |
| 3745 | 2026-05-22T21:33:14.799Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276) |
| 3746 | 2026-05-22T21:33:15.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3747 | 2026-05-22T21:33:15.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3748 | 2026-05-22T21:33:15.578Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3749 | 2026-05-22T21:33:26.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s |
| 3750 | 2026-05-22T21:33:26.403Z | |
| 3751 | 2026-05-22T21:33:26.403Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276) |
| 3752 | 2026-05-22T21:33:26.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3753 | 2026-05-22T21:33:26.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3754 | 2026-05-22T21:33:27.187Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3755 | 2026-05-22T21:33:37.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s |
| 3756 | 2026-05-22T21:33:38.017Z | |
| 3757 | 2026-05-22T21:33:38.017Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276) |
| 3758 | 2026-05-22T21:33:38.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3759 | 2026-05-22T21:33:38.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3760 | 2026-05-22T21:33:38.801Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3761 | 2026-05-22T21:33:49.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s |
| 3762 | 2026-05-22T21:33:49.590Z | |
| 3763 | 2026-05-22T21:33:49.590Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276) |
| 3764 | 2026-05-22T21:33:50.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3765 | 2026-05-22T21:33:50.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3766 | 2026-05-22T21:33:50.371Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3767 | 2026-05-22T21:34:01.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s |
| 3768 | 2026-05-22T21:34:01.222Z | |
| 3769 | 2026-05-22T21:34:01.222Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276) |
| 3770 | 2026-05-22T21:34:01.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3771 | 2026-05-22T21:34:01.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3772 | 2026-05-22T21:34:02.008Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3773 | 2026-05-22T21:34:12.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s |
| 3774 | 2026-05-22T21:34:12.825Z | |
| 3775 | 2026-05-22T21:34:12.826Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276) |
| 3776 | 2026-05-22T21:34:13.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3777 | 2026-05-22T21:34:13.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3778 | 2026-05-22T21:34:13.609Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3779 | 2026-05-22T21:34:24.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s |
| 3780 | 2026-05-22T21:34:24.386Z | |
| 3781 | 2026-05-22T21:34:24.386Z | info: running `cargo check --bins` on bootstrap-agent-api (192/276) |
| 3782 | 2026-05-22T21:34:24.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3783 | 2026-05-22T21:34:24.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3784 | 2026-05-22T21:34:24.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3785 | 2026-05-22T21:34:24.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3786 | 2026-05-22T21:34:25.002Z | |
| 3787 | 2026-05-22T21:34:25.002Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276) |
| 3788 | 2026-05-22T21:34:25.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3789 | 2026-05-22T21:34:25.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3790 | 2026-05-22T21:34:25.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3791 | 2026-05-22T21:34:25.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3792 | 2026-05-22T21:34:25.599Z | |
| 3793 | 2026-05-22T21:34:25.599Z | info: running `cargo check --bins` on range-requests (194/276) |
| 3794 | 2026-05-22T21:34:26.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3795 | 2026-05-22T21:34:26.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3796 | 2026-05-22T21:34:26.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3797 | 2026-05-22T21:34:26.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3798 | 2026-05-22T21:34:26.190Z | |
| 3799 | 2026-05-22T21:34:26.190Z | info: running `cargo check --bins` on repo-depot-api (195/276) |
| 3800 | 2026-05-22T21:34:26.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3801 | 2026-05-22T21:34:26.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3802 | 2026-05-22T21:34:26.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3803 | 2026-05-22T21:34:26.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3804 | 2026-05-22T21:34:26.782Z | |
| 3805 | 2026-05-22T21:34:26.782Z | info: running `cargo check --bins` on sled-agent-api (196/276) |
| 3806 | 2026-05-22T21:34:27.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3807 | 2026-05-22T21:34:27.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3808 | 2026-05-22T21:34:27.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3809 | 2026-05-22T21:34:27.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3810 | 2026-05-22T21:34:27.399Z | |
| 3811 | 2026-05-22T21:34:27.400Z | info: running `cargo check --bins` on sled-diagnostics (197/276) |
| 3812 | 2026-05-22T21:34:27.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3813 | 2026-05-22T21:34:27.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3814 | 2026-05-22T21:34:27.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3815 | 2026-05-22T21:34:27.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3816 | 2026-05-22T21:34:28.016Z | |
| 3817 | 2026-05-22T21:34:28.016Z | info: running `cargo check --bins` on zfs-test-harness (198/276) |
| 3818 | 2026-05-22T21:34:28.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3819 | 2026-05-22T21:34:28.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3820 | 2026-05-22T21:34:28.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3821 | 2026-05-22T21:34:28.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3822 | 2026-05-22T21:34:28.636Z | |
| 3823 | 2026-05-22T21:34:28.636Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276) |
| 3824 | 2026-05-22T21:34:29.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3825 | 2026-05-22T21:34:29.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3826 | 2026-05-22T21:34:29.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3827 | 2026-05-22T21:34:29.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3828 | 2026-05-22T21:34:29.263Z | |
| 3829 | 2026-05-22T21:34:29.263Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276) |
| 3830 | 2026-05-22T21:34:29.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3831 | 2026-05-22T21:34:29.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3832 | 2026-05-22T21:34:29.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3833 | 2026-05-22T21:34:29.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3834 | 2026-05-22T21:34:29.892Z | |
| 3835 | 2026-05-22T21:34:29.892Z | info: running `cargo check --bins` on sled-agent-early-networking (201/276) |
| 3836 | 2026-05-22T21:34:30.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3837 | 2026-05-22T21:34:30.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3838 | 2026-05-22T21:34:30.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3839 | 2026-05-22T21:34:30.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3840 | 2026-05-22T21:34:30.516Z | |
| 3841 | 2026-05-22T21:34:30.516Z | info: running `cargo check --bins` on sled-agent-health-monitor (202/276) |
| 3842 | 2026-05-22T21:34:31.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3843 | 2026-05-22T21:34:31.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3844 | 2026-05-22T21:34:31.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3845 | 2026-05-22T21:34:31.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3846 | 2026-05-22T21:34:31.136Z | |
| 3847 | 2026-05-22T21:34:31.136Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276) |
| 3848 | 2026-05-22T21:34:31.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3849 | 2026-05-22T21:34:31.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3850 | 2026-05-22T21:34:31.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3851 | 2026-05-22T21:34:31.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3852 | 2026-05-22T21:34:31.764Z | |
| 3853 | 2026-05-22T21:34:31.764Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276) |
| 3854 | 2026-05-22T21:34:32.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3855 | 2026-05-22T21:34:32.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3856 | 2026-05-22T21:34:32.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3857 | 2026-05-22T21:34:32.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3858 | 2026-05-22T21:34:32.388Z | |
| 3859 | 2026-05-22T21:34:32.388Z | info: running `cargo check --bins` on sled-agent-resolvable-files (205/276) |
| 3860 | 2026-05-22T21:34:32.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3861 | 2026-05-22T21:34:32.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3862 | 2026-05-22T21:34:32.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3863 | 2026-05-22T21:34:32.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3864 | 2026-05-22T21:34:33.006Z | |
| 3865 | 2026-05-22T21:34:33.006Z | info: running `cargo check --bins` on sled-agent-rack-setup (206/276) |
| 3866 | 2026-05-22T21:34:33.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3867 | 2026-05-22T21:34:33.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3868 | 2026-05-22T21:34:33.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3869 | 2026-05-22T21:34:33.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3870 | 2026-05-22T21:34:33.650Z | |
| 3871 | 2026-05-22T21:34:33.650Z | info: running `cargo check --bins` on trust-quorum (207/276) |
| 3872 | 2026-05-22T21:34:34.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3873 | 2026-05-22T21:34:34.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3874 | 2026-05-22T21:34:34.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3875 | 2026-05-22T21:34:34.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3876 | 2026-05-22T21:34:34.277Z | |
| 3877 | 2026-05-22T21:34:34.277Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276) |
| 3878 | 2026-05-22T21:34:34.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3879 | 2026-05-22T21:34:34.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3880 | 2026-05-22T21:34:34.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3881 | 2026-05-22T21:34:34.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3882 | 2026-05-22T21:34:34.910Z | |
| 3883 | 2026-05-22T21:34:34.910Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (209/276) |
| 3884 | 2026-05-22T21:34:35.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3885 | 2026-05-22T21:34:35.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3886 | 2026-05-22T21:34:35.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3887 | 2026-05-22T21:34:35.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3888 | 2026-05-22T21:34:35.564Z | |
| 3889 | 2026-05-22T21:34:35.564Z | info: running `cargo check --bins` on update-common (210/276) |
| 3890 | 2026-05-22T21:34:36.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3891 | 2026-05-22T21:34:36.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3892 | 2026-05-22T21:34:36.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3893 | 2026-05-22T21:34:36.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3894 | 2026-05-22T21:34:36.175Z | |
| 3895 | 2026-05-22T21:34:36.175Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276) |
| 3896 | 2026-05-22T21:34:36.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3897 | 2026-05-22T21:34:36.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3898 | 2026-05-22T21:34:36.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3899 | 2026-05-22T21:34:36.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3900 | 2026-05-22T21:34:36.828Z | |
| 3901 | 2026-05-22T21:34:36.828Z | info: running `cargo check --bins` on omicron-deployment-graph (212/276) |
| 3902 | 2026-05-22T21:34:37.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3903 | 2026-05-22T21:34:37.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3904 | 2026-05-22T21:34:37.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3905 | 2026-05-22T21:34:37.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3906 | 2026-05-22T21:34:37.414Z | |
| 3907 | 2026-05-22T21:34:37.414Z | info: running `cargo check --bins` on reconfigurator-cli (213/276) |
| 3908 | 2026-05-22T21:34:37.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3909 | 2026-05-22T21:34:37.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3910 | 2026-05-22T21:34:38.189Z | Compiling fs-err v2.11.0 |
| 3911 | 2026-05-22T21:34:38.192Z | Checking ignore v0.4.25 |
| 3912 | 2026-05-22T21:34:38.192Z | Checking arc-swap v1.8.2 |
| 3913 | 2026-05-22T21:34:38.321Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3914 | 2026-05-22T21:34:38.325Z | Checking predicates-tree v1.0.13 |
| 3915 | 2026-05-22T21:34:38.334Z | Checking parse-size v1.1.0 |
| 3916 | 2026-05-22T21:34:38.356Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3917 | 2026-05-22T21:34:38.360Z | Checking rand_seeder v0.4.0 |
| 3918 | 2026-05-22T21:34:38.421Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3919 | 2026-05-22T21:34:38.454Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3920 | 2026-05-22T21:34:38.522Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3921 | 2026-05-22T21:34:38.522Z | Checking slog-scope v4.4.1 |
| 3922 | 2026-05-22T21:34:38.577Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3923 | 2026-05-22T21:34:38.652Z | Compiling petname v2.0.2 |
| 3924 | 2026-05-22T21:34:38.665Z | Checking slog-stdlog v4.1.1 |
| 3925 | 2026-05-22T21:34:38.681Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3926 | 2026-05-22T21:34:38.695Z | Checking globwalk v0.9.1 |
| 3927 | 2026-05-22T21:34:38.777Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3928 | 2026-05-22T21:34:38.792Z | Checking slog-envlogger v2.2.0 |
| 3929 | 2026-05-22T21:34:38.873Z | Checking camino-tempfile-ext v0.3.3 |
| 3930 | 2026-05-22T21:34:38.937Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3931 | 2026-05-22T21:34:38.972Z | Checking sapling-renderdag v0.1.0 |
| 3932 | 2026-05-22T21:34:39.066Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3933 | 2026-05-22T21:34:39.137Z | Checking subprocess v0.2.15 |
| 3934 | 2026-05-22T21:34:39.205Z | Checking sync-ptr v0.1.4 |
| 3935 | 2026-05-22T21:34:39.293Z | Checking colored v2.2.0 |
| 3936 | 2026-05-22T21:34:39.323Z | Checking assert_matches v1.5.0 |
| 3937 | 2026-05-22T21:34:39.412Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3938 | 2026-05-22T21:34:39.567Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3939 | 2026-05-22T21:34:39.570Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3940 | 2026-05-22T21:34:40.246Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3941 | 2026-05-22T21:34:41.550Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3942 | 2026-05-22T21:34:43.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s |
| 3943 | 2026-05-22T21:34:43.922Z | |
| 3944 | 2026-05-22T21:34:43.922Z | info: running `cargo check --bins` on omicron-repl-utils (214/276) |
| 3945 | 2026-05-22T21:34:44.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3946 | 2026-05-22T21:34:44.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3947 | 2026-05-22T21:34:44.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3948 | 2026-05-22T21:34:44.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3949 | 2026-05-22T21:34:44.506Z | |
| 3950 | 2026-05-22T21:34:44.506Z | info: running `cargo check --bins` on transient-dns-server (215/276) |
| 3951 | 2026-05-22T21:34:45.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3952 | 2026-05-22T21:34:45.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3953 | 2026-05-22T21:34:45.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3954 | 2026-05-22T21:34:45.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3955 | 2026-05-22T21:34:45.113Z | |
| 3956 | 2026-05-22T21:34:45.113Z | info: running `cargo check --bins` on nexus-test-interface (216/276) |
| 3957 | 2026-05-22T21:34:45.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3958 | 2026-05-22T21:34:45.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3959 | 2026-05-22T21:34:45.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3960 | 2026-05-22T21:34:45.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3961 | 2026-05-22T21:34:45.768Z | |
| 3962 | 2026-05-22T21:34:45.768Z | info: running `cargo check --bins` on oximeter-collector (217/276) |
| 3963 | 2026-05-22T21:34:46.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3964 | 2026-05-22T21:34:46.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3965 | 2026-05-22T21:34:46.497Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3966 | 2026-05-22T21:34:46.497Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3967 | 2026-05-22T21:34:47.153Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3968 | 2026-05-22T21:34:48.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s |
| 3969 | 2026-05-22T21:34:48.932Z | |
| 3970 | 2026-05-22T21:34:48.932Z | info: running `cargo check --bins` on oximeter-api (218/276) |
| 3971 | 2026-05-22T21:34:49.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3972 | 2026-05-22T21:34:49.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3973 | 2026-05-22T21:34:49.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3974 | 2026-05-22T21:34:49.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3975 | 2026-05-22T21:34:49.526Z | |
| 3976 | 2026-05-22T21:34:49.526Z | info: running `cargo check --bins` on cert-dev (219/276) |
| 3977 | 2026-05-22T21:34:50.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-05-22T21:34:50.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-05-22T21:34:50.129Z | Checking yasna v0.5.2 |
| 3980 | 2026-05-22T21:34:50.532Z | Checking rcgen v0.12.1 |
| 3981 | 2026-05-22T21:34:50.782Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3982 | 2026-05-22T21:34:50.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 3983 | 2026-05-22T21:34:51.131Z | |
| 3984 | 2026-05-22T21:34:51.132Z | info: running `cargo check --bins` on clickana (220/276) |
| 3985 | 2026-05-22T21:34:51.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3986 | 2026-05-22T21:34:51.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3987 | 2026-05-22T21:34:51.784Z | Compiling darling_core v0.23.0 |
| 3988 | 2026-05-22T21:34:51.787Z | Compiling instability v0.3.11 |
| 3989 | 2026-05-22T21:34:51.787Z | Checking castaway v0.2.4 |
| 3990 | 2026-05-22T21:34:51.892Z | Compiling indoc v2.0.7 |
| 3991 | 2026-05-22T21:34:51.896Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3992 | 2026-05-22T21:34:51.920Z | Checking unicode-truncate v1.1.0 |
| 3993 | 2026-05-22T21:34:51.923Z | Checking lru v0.12.5 |
| 3994 | 2026-05-22T21:34:51.923Z | Checking cassowary v0.3.0 |
| 3995 | 2026-05-22T21:34:51.986Z | Checking compact_str v0.8.1 |
| 3996 | 2026-05-22T21:34:52.953Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3997 | 2026-05-22T21:34:53.138Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3998 | 2026-05-22T21:34:53.278Z | Compiling darling_macro v0.23.0 |
| 3999 | 2026-05-22T21:34:53.682Z | Compiling darling v0.23.0 |
| 4000 | 2026-05-22T21:34:54.285Z | Checking ratatui v0.29.0 |
| 4001 | 2026-05-22T21:34:55.320Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4002 | 2026-05-22T21:34:55.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s |
| 4003 | 2026-05-22T21:34:56.171Z | |
| 4004 | 2026-05-22T21:34:56.171Z | info: running `cargo check --bins` on clickhouse-cluster-dev (221/276) |
| 4005 | 2026-05-22T21:34:56.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4006 | 2026-05-22T21:34:56.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4007 | 2026-05-22T21:34:56.887Z | Checking headers-core v0.3.0 |
| 4008 | 2026-05-22T21:34:56.887Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4009 | 2026-05-22T21:34:57.085Z | Checking headers v0.4.1 |
| 4010 | 2026-05-22T21:34:57.450Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4011 | 2026-05-22T21:34:58.303Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4012 | 2026-05-22T21:34:58.807Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4013 | 2026-05-22T21:34:59.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s |
| 4014 | 2026-05-22T21:34:59.425Z | |
| 4015 | 2026-05-22T21:34:59.425Z | info: running `cargo check --bins` on ch-dev (222/276) |
| 4016 | 2026-05-22T21:34:59.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4017 | 2026-05-22T21:34:59.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4018 | 2026-05-22T21:35:00.144Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4019 | 2026-05-22T21:35:00.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4020 | 2026-05-22T21:35:01.091Z | |
| 4021 | 2026-05-22T21:35:01.091Z | info: running `cargo check --bins` on dev-tools-common (223/276) |
| 4022 | 2026-05-22T21:35:01.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4023 | 2026-05-22T21:35:01.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4024 | 2026-05-22T21:35:01.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4025 | 2026-05-22T21:35:01.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 4026 | 2026-05-22T21:35:01.563Z | |
| 4027 | 2026-05-22T21:35:01.563Z | info: running `cargo check --bins` on crdb-seed (224/276) |
| 4028 | 2026-05-22T21:35:02.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4029 | 2026-05-22T21:35:02.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4030 | 2026-05-22T21:35:02.277Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4031 | 2026-05-22T21:35:03.259Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4032 | 2026-05-22T21:35:03.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
| 4033 | 2026-05-22T21:35:03.805Z | |
| 4034 | 2026-05-22T21:35:03.805Z | info: running `cargo check --bins` on db-dev (225/276) |
| 4035 | 2026-05-22T21:35:04.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4036 | 2026-05-22T21:35:04.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4037 | 2026-05-22T21:35:04.523Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4038 | 2026-05-22T21:35:05.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4039 | 2026-05-22T21:35:05.498Z | |
| 4040 | 2026-05-22T21:35:05.498Z | info: running `cargo check --bins` on omicron-dev-lib (226/276) |
| 4041 | 2026-05-22T21:35:06.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4042 | 2026-05-22T21:35:06.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4043 | 2026-05-22T21:35:06.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4044 | 2026-05-22T21:35:06.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4045 | 2026-05-22T21:35:06.145Z | |
| 4046 | 2026-05-22T21:35:06.145Z | info: running `cargo check --bins` on xtask-downloader (227/276) |
| 4047 | 2026-05-22T21:35:06.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4048 | 2026-05-22T21:35:06.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4049 | 2026-05-22T21:35:06.761Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4050 | 2026-05-22T21:35:07.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4051 | 2026-05-22T21:35:07.626Z | |
| 4052 | 2026-05-22T21:35:07.627Z | info: running `cargo check --bins` on omicron-dropshot-apis (228/276) |
| 4053 | 2026-05-22T21:35:08.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4054 | 2026-05-22T21:35:08.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4055 | 2026-05-22T21:35:08.376Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4056 | 2026-05-22T21:35:08.376Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4057 | 2026-05-22T21:35:08.379Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4058 | 2026-05-22T21:35:08.379Z | Checking git-stub v1.0.0 |
| 4059 | 2026-05-22T21:35:08.379Z | Compiling trait-variant v0.1.2 |
| 4060 | 2026-05-22T21:35:08.379Z | Checking is_ci v1.2.0 |
| 4061 | 2026-05-22T21:35:08.516Z | Checking maplit v1.0.2 |
| 4062 | 2026-05-22T21:35:08.525Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4063 | 2026-05-22T21:35:08.580Z | Checking supports-color v3.0.2 |
| 4064 | 2026-05-22T21:35:08.627Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4065 | 2026-05-22T21:35:08.645Z | Checking git-stub-vcs v0.1.0 |
| 4066 | 2026-05-22T21:35:08.708Z | Checking drift v0.1.4 |
| 4067 | 2026-05-22T21:35:08.769Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4068 | 2026-05-22T21:35:08.833Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4069 | 2026-05-22T21:35:08.848Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4070 | 2026-05-22T21:35:09.004Z | Checking dropshot-api-manager v0.7.1 |
| 4071 | 2026-05-22T21:35:09.039Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4072 | 2026-05-22T21:35:09.056Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4073 | 2026-05-22T21:35:09.070Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4074 | 2026-05-22T21:35:09.219Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4075 | 2026-05-22T21:35:09.277Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4076 | 2026-05-22T21:35:09.453Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4077 | 2026-05-22T21:35:09.769Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4078 | 2026-05-22T21:35:14.661Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4079 | 2026-05-22T21:35:15.737Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4080 | 2026-05-22T21:35:16.301Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4081 | 2026-05-22T21:35:16.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s |
| 4082 | 2026-05-22T21:35:16.933Z | |
| 4083 | 2026-05-22T21:35:16.933Z | info: running `cargo check --bins` on installinator-api (229/276) |
| 4084 | 2026-05-22T21:35:17.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4085 | 2026-05-22T21:35:17.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4086 | 2026-05-22T21:35:17.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4087 | 2026-05-22T21:35:17.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4088 | 2026-05-22T21:35:17.540Z | |
| 4089 | 2026-05-22T21:35:17.540Z | info: running `cargo check --bins` on nexus-external-api (230/276) |
| 4090 | 2026-05-22T21:35:18.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4091 | 2026-05-22T21:35:18.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4092 | 2026-05-22T21:35:18.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4093 | 2026-05-22T21:35:18.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4094 | 2026-05-22T21:35:18.192Z | |
| 4095 | 2026-05-22T21:35:18.192Z | info: running `cargo check --bins` on nexus-internal-api (231/276) |
| 4096 | 2026-05-22T21:35:18.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4097 | 2026-05-22T21:35:18.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4098 | 2026-05-22T21:35:18.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4099 | 2026-05-22T21:35:18.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4100 | 2026-05-22T21:35:18.834Z | |
| 4101 | 2026-05-22T21:35:18.834Z | info: running `cargo check --bins` on nexus-lockstep-api (232/276) |
| 4102 | 2026-05-22T21:35:19.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4103 | 2026-05-22T21:35:19.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4104 | 2026-05-22T21:35:19.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4105 | 2026-05-22T21:35:19.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4106 | 2026-05-22T21:35:19.475Z | |
| 4107 | 2026-05-22T21:35:19.475Z | info: running `cargo check --bins` on ntp-admin-api (233/276) |
| 4108 | 2026-05-22T21:35:19.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4109 | 2026-05-22T21:35:19.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4110 | 2026-05-22T21:35:19.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4111 | 2026-05-22T21:35:19.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4112 | 2026-05-22T21:35:20.078Z | |
| 4113 | 2026-05-22T21:35:20.078Z | info: running `cargo check --bins` on ntp-admin-types-versions (234/276) |
| 4114 | 2026-05-22T21:35:20.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4115 | 2026-05-22T21:35:20.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4116 | 2026-05-22T21:35:20.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4117 | 2026-05-22T21:35:20.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4118 | 2026-05-22T21:35:20.672Z | |
| 4119 | 2026-05-22T21:35:20.672Z | info: running `cargo check --bins` on wicketd-api (235/276) |
| 4120 | 2026-05-22T21:35:21.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4121 | 2026-05-22T21:35:21.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4122 | 2026-05-22T21:35:21.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4123 | 2026-05-22T21:35:21.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4124 | 2026-05-22T21:35:21.292Z | |
| 4125 | 2026-05-22T21:35:21.292Z | info: running `cargo check --bins` on omicron-ls-apis (236/276) |
| 4126 | 2026-05-22T21:35:21.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4127 | 2026-05-22T21:35:21.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4128 | 2026-05-22T21:35:21.906Z | Checking typeid v1.0.3 |
| 4129 | 2026-05-22T21:35:22.020Z | Checking ordered-float v2.10.1 |
| 4130 | 2026-05-22T21:35:22.039Z | Checking unicode-xid v0.2.6 |
| 4131 | 2026-05-22T21:35:22.053Z | Checking cargo-platform v0.2.0 |
| 4132 | 2026-05-22T21:35:22.056Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4133 | 2026-05-22T21:35:22.087Z | Checking erased-serde v0.4.9 |
| 4134 | 2026-05-22T21:35:22.220Z | Checking serde-value v0.7.0 |
| 4135 | 2026-05-22T21:35:22.397Z | Checking serde-untagged v0.1.9 |
| 4136 | 2026-05-22T21:35:22.551Z | Checking cargo-util-schemas v0.8.2 |
| 4137 | 2026-05-22T21:35:23.220Z | Checking cargo_metadata v0.21.0 |
| 4138 | 2026-05-22T21:35:23.817Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4139 | 2026-05-22T21:35:24.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 4140 | 2026-05-22T21:35:24.674Z | |
| 4141 | 2026-05-22T21:35:24.674Z | info: running `cargo check --bins` on mgs-dev (237/276) |
| 4142 | 2026-05-22T21:35:25.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4143 | 2026-05-22T21:35:25.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4144 | 2026-05-22T21:35:25.414Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4145 | 2026-05-22T21:35:26.037Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4146 | 2026-05-22T21:35:26.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
| 4147 | 2026-05-22T21:35:26.752Z | |
| 4148 | 2026-05-22T21:35:26.752Z | info: running `cargo check --bins` on omicron-omdb (238/276) |
| 4149 | 2026-05-22T21:35:27.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4150 | 2026-05-22T21:35:27.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4151 | 2026-05-22T21:35:27.616Z | Compiling vergen-gitcl v1.0.8 |
| 4152 | 2026-05-22T21:35:27.617Z | Compiling dirs-sys-next v0.1.2 |
| 4153 | 2026-05-22T21:35:27.617Z | Compiling crunchy v0.2.4 |
| 4154 | 2026-05-22T21:35:27.617Z | Compiling diesel_derives v2.3.7 |
| 4155 | 2026-05-22T21:35:27.617Z | Compiling glob v0.3.3 |
| 4156 | 2026-05-22T21:35:27.617Z | Compiling dsl_auto_type v0.2.0 |
| 4157 | 2026-05-22T21:35:27.620Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4158 | 2026-05-22T21:35:27.620Z | Checking scheduled-thread-pool v0.2.7 |
| 4159 | 2026-05-22T21:35:27.892Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4160 | 2026-05-22T21:35:27.945Z | Compiling dirs-next v2.0.0 |
| 4161 | 2026-05-22T21:35:27.958Z | Compiling tiny-keccak v2.0.2 |
| 4162 | 2026-05-22T21:35:28.069Z | Compiling term v0.7.0 |
| 4163 | 2026-05-22T21:35:28.095Z | Checking r2d2 v0.8.10 |
| 4164 | 2026-05-22T21:35:28.135Z | Compiling bit-vec v0.6.3 |
| 4165 | 2026-05-22T21:35:28.170Z | Checking downcast-rs v2.0.2 |
| 4166 | 2026-05-22T21:35:28.184Z | Compiling clang-sys v1.8.1 |
| 4167 | 2026-05-22T21:35:28.281Z | Compiling itertools v0.10.5 |
| 4168 | 2026-05-22T21:35:28.352Z | Compiling ascii-canvas v3.0.0 |
| 4169 | 2026-05-22T21:35:28.554Z | Compiling bit-set v0.5.3 |
| 4170 | 2026-05-22T21:35:28.596Z | Compiling ena v0.14.4 |
| 4171 | 2026-05-22T21:35:28.613Z | Compiling libloading v0.8.9 |
| 4172 | 2026-05-22T21:35:28.636Z | Compiling bindgen v0.71.1 |
| 4173 | 2026-05-22T21:35:28.692Z | Compiling diff v0.1.13 |
| 4174 | 2026-05-22T21:35:28.722Z | Compiling regex-syntax v0.6.29 |
| 4175 | 2026-05-22T21:35:28.830Z | Compiling cexpr v0.6.0 |
| 4176 | 2026-05-22T21:35:28.958Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4177 | 2026-05-22T21:35:29.130Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4178 | 2026-05-22T21:35:29.146Z | Compiling rustc-hash v2.1.1 |
| 4179 | 2026-05-22T21:35:29.280Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4180 | 2026-05-22T21:35:29.315Z | Compiling libxml v0.3.3 |
| 4181 | 2026-05-22T21:35:29.342Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4182 | 2026-05-22T21:35:29.496Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4183 | 2026-05-22T21:35:29.563Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4184 | 2026-05-22T21:35:29.652Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4185 | 2026-05-22T21:35:29.754Z | Compiling strum_macros v0.24.3 |
| 4186 | 2026-05-22T21:35:29.868Z | Compiling indoc v1.0.9 |
| 4187 | 2026-05-22T21:35:30.302Z | Compiling lalrpop v0.19.12 |
| 4188 | 2026-05-22T21:35:30.764Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4189 | 2026-05-22T21:35:30.780Z | Checking derive_builder v0.20.2 |
| 4190 | 2026-05-22T21:35:30.894Z | Compiling oso-derive v0.27.3 |
| 4191 | 2026-05-22T21:35:30.952Z | Checking quick-xml v0.37.5 |
| 4192 | 2026-05-22T21:35:31.083Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4193 | 2026-05-22T21:35:31.383Z | Checking openssl-probe v0.1.6 |
| 4194 | 2026-05-22T21:35:31.527Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4195 | 2026-05-22T21:35:31.815Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4196 | 2026-05-22T21:35:32.009Z | Checking bb8 v0.8.6 |
| 4197 | 2026-05-22T21:35:32.272Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4198 | 2026-05-22T21:35:32.293Z | Checking nonempty v0.12.0 |
| 4199 | 2026-05-22T21:35:32.432Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4200 | 2026-05-22T21:35:32.456Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4201 | 2026-05-22T21:35:32.493Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4202 | 2026-05-22T21:35:32.607Z | Checking console v0.16.2 |
| 4203 | 2026-05-22T21:35:32.643Z | Checking unit-prefix v0.5.2 |
| 4204 | 2026-05-22T21:35:32.677Z | Checking support-bundle-viewer v0.1.2 |
| 4205 | 2026-05-22T21:35:32.774Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4206 | 2026-05-22T21:35:32.914Z | Checking indicatif v0.18.4 |
| 4207 | 2026-05-22T21:35:32.917Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4208 | 2026-05-22T21:35:33.066Z | Checking multimap v0.10.1 |
| 4209 | 2026-05-22T21:35:33.529Z | Checking diesel v2.3.7 |
| 4210 | 2026-05-22T21:35:35.427Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4211 | 2026-05-22T21:35:35.906Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4212 | 2026-05-22T21:35:35.948Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4213 | 2026-05-22T21:35:36.234Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4214 | 2026-05-22T21:35:37.028Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4215 | 2026-05-22T21:35:37.087Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4216 | 2026-05-22T21:35:37.619Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4217 | 2026-05-22T21:35:38.287Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4218 | 2026-05-22T21:35:40.335Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4219 | 2026-05-22T21:35:44.977Z | Compiling samael v0.0.19 |
| 4220 | 2026-05-22T21:35:49.574Z | Checking diesel-dtrace v0.5.0 |
| 4221 | 2026-05-22T21:35:49.807Z | Checking async-bb8-diesel v0.2.1 |
| 4222 | 2026-05-22T21:35:50.912Z | Compiling polar-core v0.27.3 |
| 4223 | 2026-05-22T21:35:55.309Z | Checking oso v0.27.3 |
| 4224 | 2026-05-22T21:36:31.123Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4225 | 2026-05-22T21:37:04.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s |
| 4226 | 2026-05-22T21:37:04.536Z | |
| 4227 | 2026-05-22T21:37:04.536Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276) |
| 4228 | 2026-05-22T21:37:05.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4229 | 2026-05-22T21:37:05.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4230 | 2026-05-22T21:37:05.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4231 | 2026-05-22T21:37:05.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4232 | 2026-05-22T21:37:05.199Z | |
| 4233 | 2026-05-22T21:37:05.199Z | info: running `cargo check --bins` on nexus-saga-recovery (240/276) |
| 4234 | 2026-05-22T21:37:05.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4235 | 2026-05-22T21:37:05.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4236 | 2026-05-22T21:37:05.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4237 | 2026-05-22T21:37:05.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4238 | 2026-05-22T21:37:05.858Z | |
| 4239 | 2026-05-22T21:37:05.858Z | info: running `cargo check --bins` on nexus-test-utils-macros (241/276) |
| 4240 | 2026-05-22T21:37:06.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4241 | 2026-05-22T21:37:06.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4242 | 2026-05-22T21:37:06.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4243 | 2026-05-22T21:37:06.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4244 | 2026-05-22T21:37:06.452Z | |
| 4245 | 2026-05-22T21:37:06.452Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (242/276) |
| 4246 | 2026-05-22T21:37:07.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4247 | 2026-05-22T21:37:07.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4248 | 2026-05-22T21:37:07.330Z | Compiling libz-sys v1.1.24 |
| 4249 | 2026-05-22T21:37:07.462Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4250 | 2026-05-22T21:37:07.474Z | Compiling vergen-git2 v1.0.7 |
| 4251 | 2026-05-22T21:37:07.507Z | Compiling rustls v0.21.12 |
| 4252 | 2026-05-22T21:37:07.510Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4253 | 2026-05-22T21:37:07.510Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4254 | 2026-05-22T21:37:07.513Z | Checking rustls-webpki v0.101.7 |
| 4255 | 2026-05-22T21:37:07.513Z | Checking sct v0.7.1 |
| 4256 | 2026-05-22T21:37:07.661Z | Compiling nix v0.29.0 |
| 4257 | 2026-05-22T21:37:07.680Z | Compiling dropshot v0.16.7 |
| 4258 | 2026-05-22T21:37:07.719Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4259 | 2026-05-22T21:37:07.767Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4260 | 2026-05-22T21:37:07.851Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4261 | 2026-05-22T21:37:07.933Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4262 | 2026-05-22T21:37:07.950Z | Checking toml v0.9.12+spec-1.1.0 |
| 4263 | 2026-05-22T21:37:08.020Z | Compiling dropshot_endpoint v0.16.7 |
| 4264 | 2026-05-22T21:37:08.146Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4265 | 2026-05-22T21:37:08.283Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4266 | 2026-05-22T21:37:08.497Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4267 | 2026-05-22T21:37:08.531Z | Checking rustls-pemfile v1.0.4 |
| 4268 | 2026-05-22T21:37:08.687Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4269 | 2026-05-22T21:37:08.879Z | Checking twox-hash v2.1.2 |
| 4270 | 2026-05-22T21:37:08.910Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4271 | 2026-05-22T21:37:09.177Z | Checking tokio-rustls v0.24.1 |
| 4272 | 2026-05-22T21:37:09.651Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4273 | 2026-05-22T21:37:09.795Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4274 | 2026-05-22T21:37:09.839Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4275 | 2026-05-22T21:37:10.333Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4276 | 2026-05-22T21:37:10.380Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4277 | 2026-05-22T21:37:10.499Z | Checking fatfs v0.3.6 |
| 4278 | 2026-05-22T21:37:10.519Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4279 | 2026-05-22T21:37:10.537Z | Compiling seq-macro v0.3.6 |
| 4280 | 2026-05-22T21:37:14.340Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4281 | 2026-05-22T21:37:14.466Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4282 | 2026-05-22T21:37:14.760Z | Compiling git2 v0.20.4 |
| 4283 | 2026-05-22T21:37:16.963Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4284 | 2026-05-22T21:38:02.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.46s |
| 4285 | 2026-05-22T21:38:03.138Z | |
| 4286 | 2026-05-22T21:38:03.138Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276) |
| 4287 | 2026-05-22T21:38:03.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4288 | 2026-05-22T21:38:03.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4289 | 2026-05-22T21:38:04.033Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4290 | 2026-05-22T21:38:42.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.19s |
| 4291 | 2026-05-22T21:38:42.561Z | |
| 4292 | 2026-05-22T21:38:42.561Z | info: running `cargo check --bins` on nexus-background-task-interface (244/276) |
| 4293 | 2026-05-22T21:38:43.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4294 | 2026-05-22T21:38:43.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4295 | 2026-05-22T21:38:43.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4296 | 2026-05-22T21:38:43.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4297 | 2026-05-22T21:38:43.157Z | |
| 4298 | 2026-05-22T21:38:43.157Z | info: running `cargo check --bins --no-default-features` on nexus-fm (245/276) |
| 4299 | 2026-05-22T21:38:43.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4300 | 2026-05-22T21:38:43.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4301 | 2026-05-22T21:38:43.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4302 | 2026-05-22T21:38:43.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4303 | 2026-05-22T21:38:43.803Z | |
| 4304 | 2026-05-22T21:38:43.803Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276) |
| 4305 | 2026-05-22T21:38:44.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4306 | 2026-05-22T21:38:44.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4307 | 2026-05-22T21:38:44.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4308 | 2026-05-22T21:38:44.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4309 | 2026-05-22T21:38:44.456Z | |
| 4310 | 2026-05-22T21:38:44.456Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (247/276) |
| 4311 | 2026-05-22T21:38:45.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4312 | 2026-05-22T21:38:45.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4313 | 2026-05-22T21:38:45.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4314 | 2026-05-22T21:38:45.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4315 | 2026-05-22T21:38:45.118Z | |
| 4316 | 2026-05-22T21:38:45.118Z | info: running `cargo check --bins` on nexus-mgs-updates (248/276) |
| 4317 | 2026-05-22T21:38:45.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4318 | 2026-05-22T21:38:45.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4319 | 2026-05-22T21:38:45.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4320 | 2026-05-22T21:38:45.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4321 | 2026-05-22T21:38:45.757Z | |
| 4322 | 2026-05-22T21:38:45.757Z | info: running `cargo check --bins` on nexus-networking (249/276) |
| 4323 | 2026-05-22T21:38:46.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4324 | 2026-05-22T21:38:46.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4325 | 2026-05-22T21:38:46.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4326 | 2026-05-22T21:38:46.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4327 | 2026-05-22T21:38:46.418Z | |
| 4328 | 2026-05-22T21:38:46.418Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (250/276) |
| 4329 | 2026-05-22T21:38:46.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4330 | 2026-05-22T21:38:46.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4331 | 2026-05-22T21:38:46.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4332 | 2026-05-22T21:38:46.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4333 | 2026-05-22T21:38:47.081Z | |
| 4334 | 2026-05-22T21:38:47.082Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276) |
| 4335 | 2026-05-22T21:38:47.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4336 | 2026-05-22T21:38:47.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4337 | 2026-05-22T21:38:47.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4338 | 2026-05-22T21:38:47.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4339 | 2026-05-22T21:38:47.748Z | |
| 4340 | 2026-05-22T21:38:47.748Z | info: running `cargo check --bins` on omicron-dev (252/276) |
| 4341 | 2026-05-22T21:38:48.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4342 | 2026-05-22T21:38:48.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4343 | 2026-05-22T21:38:48.652Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4344 | 2026-05-22T21:38:48.652Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4345 | 2026-05-22T21:38:48.841Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4346 | 2026-05-22T21:38:48.872Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4347 | 2026-05-22T21:38:48.892Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4348 | 2026-05-22T21:38:48.898Z | Checking yansi v1.0.1 |
| 4349 | 2026-05-22T21:38:48.898Z | Checking diff v0.1.13 |
| 4350 | 2026-05-22T21:38:48.909Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4351 | 2026-05-22T21:38:48.977Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4352 | 2026-05-22T21:38:49.171Z | Checking pretty_assertions v1.4.1 |
| 4353 | 2026-05-22T21:38:49.815Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4354 | 2026-05-22T21:38:49.952Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4355 | 2026-05-22T21:39:13.387Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4356 | 2026-05-22T21:39:13.390Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4357 | 2026-05-22T21:39:13.390Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4358 | 2026-05-22T21:39:13.390Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4359 | 2026-05-22T21:39:13.390Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4360 | 2026-05-22T21:39:13.390Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4361 | 2026-05-22T21:39:14.193Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4362 | 2026-05-22T21:39:15.287Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4363 | 2026-05-22T21:39:53.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 4364 | 2026-05-22T21:39:53.751Z | |
| 4365 | 2026-05-22T21:39:53.751Z | info: running `cargo check --bins` on omicron-pins (253/276) |
| 4366 | 2026-05-22T21:39:54.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4367 | 2026-05-22T21:39:54.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4368 | 2026-05-22T21:39:54.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4369 | 2026-05-22T21:39:54.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4370 | 2026-05-22T21:39:54.346Z | |
| 4371 | 2026-05-22T21:39:54.346Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276) |
| 4372 | 2026-05-22T21:39:54.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4373 | 2026-05-22T21:39:54.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4374 | 2026-05-22T21:39:55.117Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4375 | 2026-05-22T21:39:55.240Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4376 | 2026-05-22T21:39:55.243Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4377 | 2026-05-22T21:40:20.771Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4378 | 2026-05-22T21:40:21.161Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4379 | 2026-05-22T21:40:22.839Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4380 | 2026-05-22T21:40:23.291Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4381 | 2026-05-22T21:40:26.180Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4382 | 2026-05-22T21:40:48.746Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4383 | 2026-05-22T21:40:49.448Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4384 | 2026-05-22T21:40:51.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.72s |
| 4385 | 2026-05-22T21:40:51.283Z | |
| 4386 | 2026-05-22T21:40:51.283Z | info: running `cargo check --bins` on reconfigurator-sp-updater (255/276) |
| 4387 | 2026-05-22T21:40:51.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4388 | 2026-05-22T21:40:51.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4389 | 2026-05-22T21:40:51.999Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4390 | 2026-05-22T21:40:52.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4391 | 2026-05-22T21:40:52.885Z | |
| 4392 | 2026-05-22T21:40:52.885Z | info: running `cargo check --bins` on omicron-releng (256/276) |
| 4393 | 2026-05-22T21:40:53.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4394 | 2026-05-22T21:40:53.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4395 | 2026-05-22T21:40:53.536Z | Compiling blake3 v1.8.3 |
| 4396 | 2026-05-22T21:40:53.645Z | Checking arrayvec v0.7.6 |
| 4397 | 2026-05-22T21:40:53.647Z | Checking constant_time_eq v0.4.2 |
| 4398 | 2026-05-22T21:40:53.651Z | Checking arrayref v0.3.9 |
| 4399 | 2026-05-22T21:40:53.665Z | Checking topological-sort v0.2.2 |
| 4400 | 2026-05-22T21:40:53.668Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4401 | 2026-05-22T21:40:53.668Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4402 | 2026-05-22T21:40:53.668Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4403 | 2026-05-22T21:40:53.717Z | Checking shell-words v1.1.1 |
| 4404 | 2026-05-22T21:40:54.427Z | Checking omicron-zone-package v0.12.2 |
| 4405 | 2026-05-22T21:40:55.137Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4406 | 2026-05-22T21:40:56.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s |
| 4407 | 2026-05-22T21:40:56.210Z | |
| 4408 | 2026-05-22T21:40:56.210Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (257/276) |
| 4409 | 2026-05-22T21:40:56.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4410 | 2026-05-22T21:40:56.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4411 | 2026-05-22T21:40:56.855Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4412 | 2026-05-22T21:40:57.174Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4413 | 2026-05-22T21:40:57.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 4414 | 2026-05-22T21:40:57.767Z | |
| 4415 | 2026-05-22T21:40:57.767Z | info: running `cargo check --bins` on schema (258/276) |
| 4416 | 2026-05-22T21:40:58.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4417 | 2026-05-22T21:40:58.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4418 | 2026-05-22T21:40:58.491Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4419 | 2026-05-22T21:40:59.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4420 | 2026-05-22T21:40:59.378Z | |
| 4421 | 2026-05-22T21:40:59.378Z | info: running `cargo check --bins` on xtask (259/276) |
| 4422 | 2026-05-22T21:40:59.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4423 | 2026-05-22T21:40:59.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4424 | 2026-05-22T21:40:59.835Z | Checking libc v0.2.185 |
| 4425 | 2026-05-22T21:40:59.840Z | Checking serde v1.0.228 |
| 4426 | 2026-05-22T21:40:59.920Z | Checking zerofrom v0.1.6 |
| 4427 | 2026-05-22T21:40:59.925Z | Checking bitflags v2.11.0 |
| 4428 | 2026-05-22T21:40:59.930Z | Checking smallvec v1.15.1 |
| 4429 | 2026-05-22T21:40:59.935Z | Checking indexmap v2.14.0 |
| 4430 | 2026-05-22T21:40:59.945Z | Checking serde_json v1.0.149 |
| 4431 | 2026-05-22T21:40:59.950Z | Checking scroll v0.12.0 |
| 4432 | 2026-05-22T21:41:00.018Z | Checking yoke v0.8.1 |
| 4433 | 2026-05-22T21:41:00.076Z | Checking num-traits v0.2.19 |
| 4434 | 2026-05-22T21:41:00.203Z | Checking thiserror v1.0.69 |
| 4435 | 2026-05-22T21:41:00.203Z | Checking log v0.4.29 |
| 4436 | 2026-05-22T21:41:00.203Z | Checking zerovec v0.11.5 |
| 4437 | 2026-05-22T21:41:00.203Z | Checking zerotrie v0.2.3 |
| 4438 | 2026-05-22T21:41:00.206Z | Checking errno v0.3.14 |
| 4439 | 2026-05-22T21:41:00.301Z | Checking toml_datetime v0.6.11 |
| 4440 | 2026-05-22T21:41:00.314Z | Checking serde_spanned v0.6.9 |
| 4441 | 2026-05-22T21:41:00.317Z | Checking rustix v1.1.3 |
| 4442 | 2026-05-22T21:41:00.426Z | Checking percent-encoding v2.3.2 |
| 4443 | 2026-05-22T21:41:00.443Z | Checking goblin v0.8.2 |
| 4444 | 2026-05-22T21:41:00.454Z | Checking zerocopy v0.7.35 |
| 4445 | 2026-05-22T21:41:00.476Z | Checking toml_edit v0.22.27 |
| 4446 | 2026-05-22T21:41:00.539Z | Checking getrandom v0.4.1 |
| 4447 | 2026-05-22T21:41:00.568Z | Checking form_urlencoded v1.2.2 |
| 4448 | 2026-05-22T21:41:00.579Z | Checking ordered-float v2.10.1 |
| 4449 | 2026-05-22T21:41:00.605Z | Checking tinystr v0.8.2 |
| 4450 | 2026-05-22T21:41:00.665Z | Checking potential_utf v0.1.4 |
| 4451 | 2026-05-22T21:41:00.693Z | Checking thiserror v2.0.18 |
| 4452 | 2026-05-22T21:41:00.782Z | Checking icu_locale_core v2.1.1 |
| 4453 | 2026-05-22T21:41:00.792Z | Checking serde-value v0.7.0 |
| 4454 | 2026-05-22T21:41:00.795Z | Checking icu_collections v2.1.1 |
| 4455 | 2026-05-22T21:41:00.801Z | Checking syn v2.0.117 |
| 4456 | 2026-05-22T21:41:00.935Z | Checking dtrace-parser v0.2.0 |
| 4457 | 2026-05-22T21:41:01.013Z | Checking thread-id v4.2.2 |
| 4458 | 2026-05-22T21:41:01.093Z | Checking once_cell v1.21.3 |
| 4459 | 2026-05-22T21:41:01.106Z | Checking cargo-platform v0.2.0 |
| 4460 | 2026-05-22T21:41:01.121Z | Checking terminal_size v0.4.3 |
| 4461 | 2026-05-22T21:41:01.168Z | Checking memmap v0.7.0 |
| 4462 | 2026-05-22T21:41:01.231Z | Checking clap_builder v4.5.60 |
| 4463 | 2026-05-22T21:41:01.265Z | Checking tempfile v3.25.0 |
| 4464 | 2026-05-22T21:41:01.278Z | Checking textwrap v0.16.2 |
| 4465 | 2026-05-22T21:41:01.316Z | Checking fs-err v3.3.0 |
| 4466 | 2026-05-22T21:41:01.333Z | Checking icu_provider v2.1.1 |
| 4467 | 2026-05-22T21:41:01.451Z | Checking camino-tempfile v1.4.1 |
| 4468 | 2026-05-22T21:41:01.481Z | Checking tabled v0.15.0 |
| 4469 | 2026-05-22T21:41:01.491Z | Checking anyhow v1.0.102 |
| 4470 | 2026-05-22T21:41:01.560Z | Checking toml v0.8.23 |
| 4471 | 2026-05-22T21:41:01.571Z | Checking icu_normalizer v2.1.1 |
| 4472 | 2026-05-22T21:41:01.601Z | Checking icu_properties v2.1.2 |
| 4473 | 2026-05-22T21:41:01.683Z | Checking macaddr v1.0.1 |
| 4474 | 2026-05-22T21:41:01.860Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4475 | 2026-05-22T21:41:01.872Z | Checking cargo_toml v0.21.0 |
| 4476 | 2026-05-22T21:41:02.309Z | Checking dof v0.3.0 |
| 4477 | 2026-05-22T21:41:02.396Z | Checking idna_adapter v1.2.1 |
| 4478 | 2026-05-22T21:41:02.430Z | Checking clap v4.5.60 |
| 4479 | 2026-05-22T21:41:02.513Z | Checking idna v1.1.0 |
| 4480 | 2026-05-22T21:41:02.593Z | Checking usdt-impl v0.5.0 |
| 4481 | 2026-05-22T21:41:02.726Z | Checking url v2.5.8 |
| 4482 | 2026-05-22T21:41:02.839Z | Checking usdt v0.5.0 |
| 4483 | 2026-05-22T21:41:03.058Z | Checking cargo-util-schemas v0.8.2 |
| 4484 | 2026-05-22T21:41:03.739Z | Checking cargo_metadata v0.21.0 |
| 4485 | 2026-05-22T21:41:04.337Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4486 | 2026-05-22T21:41:04.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s |
| 4487 | 2026-05-22T21:41:04.871Z | |
| 4488 | 2026-05-22T21:41:04.871Z | info: running `cargo check --bins` on dnsadm (260/276) |
| 4489 | 2026-05-22T21:41:05.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4490 | 2026-05-22T21:41:05.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4491 | 2026-05-22T21:41:05.506Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4492 | 2026-05-22T21:41:05.985Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4493 | 2026-05-22T21:41:06.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
| 4494 | 2026-05-22T21:41:06.573Z | |
| 4495 | 2026-05-22T21:41:06.573Z | info: running `cargo check --bins` on end-to-end-tests (261/276) |
| 4496 | 2026-05-22T21:41:07.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4497 | 2026-05-22T21:41:07.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4498 | 2026-05-22T21:41:07.368Z | Checking polyval v0.6.2 |
| 4499 | 2026-05-22T21:41:07.492Z | Checking ctr v0.9.2 |
| 4500 | 2026-05-22T21:41:07.503Z | Checking ssh-encoding v0.2.0 |
| 4501 | 2026-05-22T21:41:07.503Z | Checking blowfish v0.9.1 |
| 4502 | 2026-05-22T21:41:07.523Z | Checking password-hash v0.4.2 |
| 4503 | 2026-05-22T21:41:07.539Z | Checking p256 v0.13.2 |
| 4504 | 2026-05-22T21:41:07.539Z | Checking p521 v0.13.3 |
| 4505 | 2026-05-22T21:41:07.567Z | Checking russh-cryptovec v0.7.3 |
| 4506 | 2026-05-22T21:41:07.634Z | Checking ghash v0.5.1 |
| 4507 | 2026-05-22T21:41:07.652Z | Checking bcrypt-pbkdf v0.10.0 |
| 4508 | 2026-05-22T21:41:07.652Z | Checking md5 v0.7.0 |
| 4509 | 2026-05-22T21:41:07.717Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4510 | 2026-05-22T21:41:07.732Z | Checking num-bigint v0.4.6 |
| 4511 | 2026-05-22T21:41:07.745Z | Checking pbkdf2 v0.11.0 |
| 4512 | 2026-05-22T21:41:07.788Z | Checking aes-gcm v0.10.3 |
| 4513 | 2026-05-22T21:41:07.805Z | Checking des v0.8.1 |
| 4514 | 2026-05-22T21:41:07.838Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4515 | 2026-05-22T21:41:07.864Z | Checking hex-literal v0.4.1 |
| 4516 | 2026-05-22T21:41:07.914Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4517 | 2026-05-22T21:41:07.932Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4518 | 2026-05-22T21:41:07.945Z | Checking ssh-cipher v0.2.0 |
| 4519 | 2026-05-22T21:41:07.965Z | Checking socket2 v0.5.10 |
| 4520 | 2026-05-22T21:41:07.970Z | Checking internet-checksum v0.2.1 |
| 4521 | 2026-05-22T21:41:08.107Z | Checking ssh-key v0.6.7 |
| 4522 | 2026-05-22T21:41:08.228Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4523 | 2026-05-22T21:41:08.727Z | Checking russh-keys v0.45.0 |
| 4524 | 2026-05-22T21:41:09.272Z | Checking russh v0.45.0 |
| 4525 | 2026-05-22T21:41:25.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.71s |
| 4526 | 2026-05-22T21:41:25.498Z | |
| 4527 | 2026-05-22T21:41:25.498Z | info: running `cargo check --bins` on gateway-cli (262/276) |
| 4528 | 2026-05-22T21:41:26.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4529 | 2026-05-22T21:41:26.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4530 | 2026-05-22T21:41:26.141Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4531 | 2026-05-22T21:41:26.250Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4532 | 2026-05-22T21:41:26.257Z | Checking termios v0.3.3 |
| 4533 | 2026-05-22T21:41:27.449Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4534 | 2026-05-22T21:41:27.599Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4535 | 2026-05-22T21:41:29.417Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4536 | 2026-05-22T21:41:29.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s |
| 4537 | 2026-05-22T21:41:30.577Z | |
| 4538 | 2026-05-22T21:41:30.577Z | info: running `cargo check --bins --no-default-features` on installinator (263/276) |
| 4539 | 2026-05-22T21:41:30.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4540 | 2026-05-22T21:41:30.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4541 | 2026-05-22T21:41:30.878Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4542 | 2026-05-22T21:41:30.991Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4543 | 2026-05-22T21:41:30.999Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4544 | 2026-05-22T21:41:31.005Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4545 | 2026-05-22T21:41:31.013Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4546 | 2026-05-22T21:41:31.020Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4547 | 2026-05-22T21:41:31.733Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4548 | 2026-05-22T21:41:32.063Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4549 | 2026-05-22T21:41:32.066Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4550 | 2026-05-22T21:41:32.706Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4551 | 2026-05-22T21:41:34.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
| 4552 | 2026-05-22T21:41:34.526Z | |
| 4553 | 2026-05-22T21:41:34.526Z | info: running `cargo check --bins` on internal-dns-cli (264/276) |
| 4554 | 2026-05-22T21:41:35.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4555 | 2026-05-22T21:41:35.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4556 | 2026-05-22T21:41:35.162Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4557 | 2026-05-22T21:41:35.610Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4558 | 2026-05-22T21:41:35.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4559 | 2026-05-22T21:41:36.157Z | |
| 4560 | 2026-05-22T21:41:36.157Z | info: running `cargo check --bins` on omicron-live-tests (265/276) |
| 4561 | 2026-05-22T21:41:36.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4562 | 2026-05-22T21:41:36.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4563 | 2026-05-22T21:41:36.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4564 | 2026-05-22T21:41:36.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4565 | 2026-05-22T21:41:36.711Z | |
| 4566 | 2026-05-22T21:41:36.711Z | info: running `cargo check --bins` on live-tests-macros (266/276) |
| 4567 | 2026-05-22T21:41:37.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4568 | 2026-05-22T21:41:37.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4569 | 2026-05-22T21:41:37.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4570 | 2026-05-22T21:41:37.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4571 | 2026-05-22T21:41:37.297Z | |
| 4572 | 2026-05-22T21:41:37.297Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276) |
| 4573 | 2026-05-22T21:41:37.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4574 | 2026-05-22T21:41:37.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4575 | 2026-05-22T21:41:38.046Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4576 | 2026-05-22T21:41:38.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 4577 | 2026-05-22T21:41:38.840Z | |
| 4578 | 2026-05-22T21:41:38.840Z | info: running `cargo check --bins` on omicron-ntp-admin (268/276) |
| 4579 | 2026-05-22T21:41:39.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4580 | 2026-05-22T21:41:39.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4581 | 2026-05-22T21:41:39.484Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4582 | 2026-05-22T21:41:39.489Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4583 | 2026-05-22T21:41:39.760Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4584 | 2026-05-22T21:41:39.760Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4585 | 2026-05-22T21:41:40.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
| 4586 | 2026-05-22T21:41:40.739Z | |
| 4587 | 2026-05-22T21:41:40.739Z | info: running `cargo check --bins` on ntp-admin-types (269/276) |
| 4588 | 2026-05-22T21:41:41.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4589 | 2026-05-22T21:41:41.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4590 | 2026-05-22T21:41:41.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4591 | 2026-05-22T21:41:41.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4592 | 2026-05-22T21:41:41.341Z | |
| 4593 | 2026-05-22T21:41:41.341Z | info: running `cargo check --bins` on omicron-package (270/276) |
| 4594 | 2026-05-22T21:41:41.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4595 | 2026-05-22T21:41:41.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4596 | 2026-05-22T21:41:42.006Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4597 | 2026-05-22T21:41:43.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
| 4598 | 2026-05-22T21:41:43.259Z | |
| 4599 | 2026-05-22T21:41:43.260Z | info: running `cargo check --bins` on tqdb (271/276) |
| 4600 | 2026-05-22T21:41:43.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4601 | 2026-05-22T21:41:43.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4602 | 2026-05-22T21:41:44.037Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4603 | 2026-05-22T21:41:44.387Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4604 | 2026-05-22T21:41:44.894Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4605 | 2026-05-22T21:41:44.898Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4606 | 2026-05-22T21:41:50.711Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4607 | 2026-05-22T21:41:50.719Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4608 | 2026-05-22T21:41:51.275Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4609 | 2026-05-22T21:41:51.275Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4610 | 2026-05-22T21:41:51.284Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4611 | 2026-05-22T21:41:51.285Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4612 | 2026-05-22T21:41:52.029Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4613 | 2026-05-22T21:41:56.860Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4614 | 2026-05-22T21:41:56.923Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4615 | 2026-05-22T21:41:56.923Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4616 | 2026-05-22T21:41:58.635Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4617 | 2026-05-22T21:42:04.955Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4618 | 2026-05-22T21:42:04.958Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4619 | 2026-05-22T21:42:04.958Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4620 | 2026-05-22T21:42:04.958Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4621 | 2026-05-22T21:42:06.433Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4622 | 2026-05-22T21:42:07.753Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4623 | 2026-05-22T21:42:08.424Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4624 | 2026-05-22T21:42:09.648Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4625 | 2026-05-22T21:42:10.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.93s |
| 4626 | 2026-05-22T21:42:10.405Z | |
| 4627 | 2026-05-22T21:42:10.405Z | info: running `cargo check --bins` on wicket-dbg (272/276) |
| 4628 | 2026-05-22T21:42:10.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4629 | 2026-05-22T21:42:10.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4630 | 2026-05-22T21:42:11.116Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4631 | 2026-05-22T21:42:11.116Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4632 | 2026-05-22T21:42:11.119Z | Checking rtoolbox v0.0.3 |
| 4633 | 2026-05-22T21:42:11.245Z | Checking tui-tree-widget v0.23.1 |
| 4634 | 2026-05-22T21:42:11.342Z | Checking rpassword v7.4.0 |
| 4635 | 2026-05-22T21:42:12.345Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4636 | 2026-05-22T21:42:15.266Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4637 | 2026-05-22T21:42:17.088Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4638 | 2026-05-22T21:42:17.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.57s |
| 4639 | 2026-05-22T21:42:18.183Z | |
| 4640 | 2026-05-22T21:42:18.183Z | info: running `cargo check --bins` on wicket (273/276) |
| 4641 | 2026-05-22T21:42:18.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4642 | 2026-05-22T21:42:18.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4643 | 2026-05-22T21:42:18.870Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4644 | 2026-05-22T21:42:19.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 4645 | 2026-05-22T21:42:19.436Z | |
| 4646 | 2026-05-22T21:42:19.436Z | info: running `cargo check --bins` on wicketd (274/276) |
| 4647 | 2026-05-22T21:42:19.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4648 | 2026-05-22T21:42:19.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4649 | 2026-05-22T21:42:20.153Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4650 | 2026-05-22T21:42:20.156Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4651 | 2026-05-22T21:42:20.157Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4652 | 2026-05-22T21:42:20.157Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4653 | 2026-05-22T21:42:21.135Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4654 | 2026-05-22T21:42:21.711Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4655 | 2026-05-22T21:42:24.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s |
| 4656 | 2026-05-22T21:42:24.841Z | |
| 4657 | 2026-05-22T21:42:24.841Z | info: running `cargo check --bins` on omicron-workspace-hack (275/276) |
| 4658 | 2026-05-22T21:42:25.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4659 | 2026-05-22T21:42:25.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4660 | 2026-05-22T21:42:25.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4661 | 2026-05-22T21:42:25.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4662 | 2026-05-22T21:42:25.420Z | |
| 4663 | 2026-05-22T21:42:25.421Z | info: running `cargo check --bins` on zone-setup (276/276) |
| 4664 | 2026-05-22T21:42:25.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4665 | 2026-05-22T21:42:25.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4666 | 2026-05-22T21:42:26.090Z | Checking uzers v0.12.2 |
| 4667 | 2026-05-22T21:42:26.358Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4668 | 2026-05-22T21:42:27.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
| 4669 | 2026-05-22T21:42:27.302Z | |
| 4670 | 2026-05-22T21:42:27.303Z | real 14:06.097152652 |
| 4671 | 2026-05-22T21:42:27.303Z | user 20:27.721944062 |
| 4672 | 2026-05-22T21:42:27.303Z | sys 4:15.370448853 |
| 4673 | 2026-05-22T21:42:27.303Z | trap 0.327239099 |
| 4674 | 2026-05-22T21:42:27.303Z | tflt 0.692846350 |
| 4675 | 2026-05-22T21:42:27.303Z | dflt 1.160734498 |
| 4676 | 2026-05-22T21:42:27.303Z | kflt 0.006082799 |
| 4677 | 2026-05-22T21:42:27.303Z | lock 1:16:14.418826216 |
| 4678 | 2026-05-22T21:42:27.303Z | slp 1:37:56.678422553 |
| 4679 | 2026-05-22T21:42:27.303Z | lat 56.313879367 |
| 4680 | 2026-05-22T21:42:27.303Z | stop 3:29.289891795 |
| 4681 | 2026-05-22T21:42:27.306Z | process exited: duration 981666 ms, exit code 0 |
| |
| 4682 | 2026-05-22T21:42:27.314Z | found 0 output files |