|
|
|
| 1 | 2026-05-15T22:24:27.110Z | job assigned to worker 01KRPVT39G3ACZNJD29S1S2PKC [factory aws, i-0f00d08c414c5a989] (queued for 49 s) |
| |
| 2 | 2026-05-15T22:24:33.877Z | starting task 0: "setup" |
| 3 | 2026-05-15T22:24:33.881Z | ++ uname -s |
| 4 | 2026-05-15T22:24:33.884Z | + kern=SunOS |
| 5 | 2026-05-15T22:24:33.884Z | + build_user=build |
| 6 | 2026-05-15T22:24:33.884Z | + build_uid=12345 |
| 7 | 2026-05-15T22:24:33.884Z | + work_dir=/work |
| 8 | 2026-05-15T22:24:33.884Z | + input_dir=/input |
| 9 | 2026-05-15T22:24:33.884Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-15T22:24:33.884Z | + case "$kern" in |
| 11 | 2026-05-15T22:24:33.884Z | + groupadd -g 12345 build |
| 12 | 2026-05-15T22:24:33.895Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-15T22:24:35.902Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-15T22:24:35.979Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-15T22:24:35.982Z | + home_fs=zfs |
| 16 | 2026-05-15T22:24:35.982Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-15T22:24:35.982Z | + mkdir -p /home/build |
| 18 | 2026-05-15T22:24:35.982Z | + chown build:build /home/build /work |
| 19 | 2026-05-15T22:24:37.983Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-15T22:24:37.986Z | process exited: duration 4110 ms, exit code 0 |
| |
| 21 | 2026-05-15T22:24:37.992Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-15T22:24:37.996Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-15T22:24:37.996Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-15T22:24:37.996Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-05-15T22:24:37.996Z | * rust toolchain profile = "default" |
| 26 | 2026-05-15T22:24:37.996Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-15T22:24:37.996Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-15T22:24:37.999Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-15T22:24:37.999Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-15T22:24:38.087Z | info: downloading installer |
| 31 | 2026-05-15T22:24:39.455Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-15T22:24:39.456Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-15T22:24:39.456Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-15T22:24:39.456Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-15T22:24:39.466Z | info: profile set to default |
| 36 | 2026-05-15T22:24:39.466Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-15T22:24:39.470Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-15T22:24:39.609Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-15T22:24:39.612Z | info: downloading 6 components |
| 40 | 2026-05-15T22:24:55.801Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-15T22:24:55.801Z | |
| 42 | 2026-05-15T22:24:55.827Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-15T22:24:55.827Z | |
| 44 | 2026-05-15T22:24:55.827Z | |
| 45 | 2026-05-15T22:24:55.827Z | Rust is installed now. Great! |
| 46 | 2026-05-15T22:24:55.827Z | |
| 47 | 2026-05-15T22:24:55.827Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-15T22:24:55.827Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-15T22:24:55.827Z | |
| 50 | 2026-05-15T22:24:55.827Z | To configure your current shell, you need to source |
| 51 | 2026-05-15T22:24:55.827Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-15T22:24:55.827Z | |
| 53 | 2026-05-15T22:24:55.827Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-15T22:24:55.827Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-15T22:24:55.827Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-15T22:24:55.827Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-15T22:24:55.827Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-15T22:24:55.827Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-15T22:24:55.828Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-15T22:24:55.831Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-15T22:24:55.831Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-15T22:24:55.916Z | + rustup --version |
| 63 | 2026-05-15T22:24:55.925Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-15T22:24:55.928Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-15T22:24:55.947Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-15T22:24:55.950Z | + cargo --version |
| 67 | 2026-05-15T22:24:55.962Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-15T22:24:55.965Z | + rustc --version |
| 69 | 2026-05-15T22:24:55.983Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-15T22:24:55.985Z | process exited: duration 17993 ms, exit code 0 |
| |
| 71 | 2026-05-15T22:24:55.991Z | starting task 2: "authentication" |
| 72 | 2026-05-15T22:24:56.007Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-15T22:24:56.013Z | starting task 3: "clone repository" |
| 74 | 2026-05-15T22:24:56.016Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-15T22:24:56.019Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-15T22:24:56.047Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-15T22:25:07.416Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-15T22:25:07.416Z | + git fetch origin cff032043984e5432c21d9feb88be38ec26761fc |
| 79 | 2026-05-15T22:25:07.693Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-15T22:25:07.693Z | * branch cff032043984e5432c21d9feb88be38ec26761fc -> FETCH_HEAD |
| 81 | 2026-05-15T22:25:07.705Z | + [[ -n add-fmd-inventory-db ]] |
| 82 | 2026-05-15T22:25:07.709Z | ++ git branch --show-current |
| 83 | 2026-05-15T22:25:07.709Z | + current=main |
| 84 | 2026-05-15T22:25:07.709Z | + [[ main != add-fmd-inventory-db ]] |
| 85 | 2026-05-15T22:25:07.709Z | + git branch -f add-fmd-inventory-db cff032043984e5432c21d9feb88be38ec26761fc |
| 86 | 2026-05-15T22:25:07.712Z | + git checkout -f add-fmd-inventory-db |
| 87 | 2026-05-15T22:25:07.949Z | Switched to branch 'add-fmd-inventory-db' |
| 88 | 2026-05-15T22:25:07.951Z | + git reset --hard cff032043984e5432c21d9feb88be38ec26761fc |
| 89 | 2026-05-15T22:25:07.964Z | HEAD is now at cff032043 merge |
| 90 | 2026-05-15T22:25:07.967Z | process exited: duration 11952 ms, exit code 0 |
| |
| 91 | 2026-05-15T22:25:07.973Z | starting task 4: "build" |
| 92 | 2026-05-15T22:25:07.976Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-15T22:25:07.979Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-15T22:25:07.979Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-15T22:25:07.979Z | + cargo --version |
| 96 | 2026-05-15T22:25:07.986Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-15T22:25:07.989Z | + rustc --version |
| 98 | 2026-05-15T22:25:08.008Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-15T22:25:08.012Z | + source ./env.sh |
| 100 | 2026-05-15T22:25:08.012Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-15T22:25:08.012Z | ++ set -o xtrace |
| 102 | 2026-05-15T22:25:08.012Z | ++++ dirname ./env.sh |
| 103 | 2026-05-15T22:25:08.025Z | +++ readlink -f . |
| 104 | 2026-05-15T22:25:08.028Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-15T22:25:08.028Z | ++ 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-15T22:25:08.028Z | ++ 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-15T22:25:08.028Z | ++ 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-15T22:25:08.028Z | ++ 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-15T22:25:08.028Z | ++ 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-15T22:25:08.028Z | ++ 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-15T22:25:08.028Z | ++ 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-15T22:25:08.028Z | ++ 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-15T22:25:08.029Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-05-15T22:25:08.029Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-05-15T22:25:08.029Z | + 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-15T22:25:08.029Z | + 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-15T22:25:08.029Z | + banner prerequisites |
| 118 | 2026-05-15T22:25:08.033Z | |
| 119 | 2026-05-15T22:25:08.033Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-15T22:25:08.033Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-15T22:25:08.033Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-15T22:25:08.033Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-15T22:25:08.033Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-15T22:25:08.034Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-15T22:25:08.034Z | |
| 126 | 2026-05-15T22:25:08.034Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-15T22:25:09.976Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-15T22:25:10.032Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-15T22:25:10.239Z | Planning: Solver setup ... Done (0.174s) |
| 130 | 2026-05-15T22:25:10.254Z | Planning: Running solver ... Done (0.016s) |
| 131 | 2026-05-15T22:25:10.268Z | Planning: Finding local manifests ... Done (0.012s) |
| 132 | 2026-05-15T22:25:10.280Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-15T22:25:10.298Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-15T22:25:10.312Z | Planning: Package planning ... Done (0.014s) |
| 135 | 2026-05-15T22:25:10.315Z | Planning: Merging actions ... Done (0.001s) |
| 136 | 2026-05-15T22:25:10.505Z | Planning: Checking for conflicting actions ... Done (0.191s) |
| 137 | 2026-05-15T22:25:10.508Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-15T22:25:11.676Z | Planning: Evaluating mediators ... Done (1.170s) |
| 139 | 2026-05-15T22:25:11.679Z | Planning: Planning completed in 1.63 seconds |
| 140 | 2026-05-15T22:25:11.685Z | Packages to install: 2 |
| 141 | 2026-05-15T22:25:11.688Z | Estimated space available: 156.07 GB |
| 142 | 2026-05-15T22:25:11.688Z | Estimated space to be consumed: 19.74 MB |
| 143 | 2026-05-15T22:25:11.688Z | Create boot environment: No |
| 144 | 2026-05-15T22:25:11.688Z | Create backup boot environment: No |
| 145 | 2026-05-15T22:25:11.688Z | Rebuild boot archive: No |
| 146 | 2026-05-15T22:25:11.688Z | |
| 147 | 2026-05-15T22:25:11.688Z | Changed packages: |
| 148 | 2026-05-15T22:25:11.688Z | helios |
| 149 | 2026-05-15T22:25:11.688Z | developer/build-essential |
| 150 | 2026-05-15T22:25:11.688Z | None -> 11-3.0 |
| 151 | 2026-05-15T22:25:11.688Z | library/libxmlsec1 |
| 152 | 2026-05-15T22:25:11.688Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-15T22:25:11.732Z | |
| 154 | 2026-05-15T22:25:11.732Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-15T22:25:12.446Z | Download: Completed 1.28 MB in 0.71 seconds (1.8M/s) |
| 156 | 2026-05-15T22:25:12.528Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-15T22:25:12.576Z | Actions: Completed 268 actions in 0.05 seconds. |
| 158 | 2026-05-15T22:25:12.583Z | Finalize: Updating package state database ... Done (0.006s) |
| 159 | 2026-05-15T22:25:12.585Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-15T22:25:12.598Z | Finalize: Updating image state ... Done (0.016s) |
| 161 | 2026-05-15T22:25:15.157Z | Finalize: Creating fast lookup database ... Done (2.538s) |
| 162 | 2026-05-15T22:25:15.225Z | Finalize: Reading search index ... Done (0.012s) |
| 163 | 2026-05-15T22:25:15.229Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-15T22:25:15.332Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-15T22:25:15.625Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-15T22:25:15.728Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-15T22:25:15.731Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-15T22:25:15.890Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-15T22:25:15.892Z | Planning: Planning completed in 0.27 seconds |
| 170 | 2026-05-15T22:25:15.912Z | Mediators to change: 2 |
| 171 | 2026-05-15T22:25:15.912Z | Create boot environment: No |
| 172 | 2026-05-15T22:25:15.912Z | Create backup boot environment: No |
| 173 | 2026-05-15T22:25:15.985Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-15T22:25:15.985Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-15T22:25:15.994Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-15T22:25:17.937Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-15T22:25:17.996Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-15T22:25:17.999Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-15T22:25:18.083Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-15T22:25:18.365Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-15T22:25:18.469Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-15T22:25:18.472Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-15T22:25:18.628Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-15T22:25:18.631Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-05-15T22:25:18.650Z | Mediators to change: 1 |
| 186 | 2026-05-15T22:25:18.650Z | Create boot environment: No |
| 187 | 2026-05-15T22:25:18.650Z | Create backup boot environment: No |
| 188 | 2026-05-15T22:25:18.714Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-15T22:25:18.714Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-15T22:25:18.723Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-15T22:25:20.653Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-15T22:25:20.710Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-15T22:25:20.715Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-15T22:25:20.802Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-15T22:25:21.108Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-15T22:25:21.108Z | apache system 2.4 system |
| 197 | 2026-05-15T22:25:21.108Z | clang system 15 system |
| 198 | 2026-05-15T22:25:21.108Z | csh system system illumos |
| 199 | 2026-05-15T22:25:21.108Z | ctags system system illumos |
| 200 | 2026-05-15T22:25:21.108Z | file vendor vendor darwinsys |
| 201 | 2026-05-15T22:25:21.108Z | file system system illumos |
| 202 | 2026-05-15T22:25:21.108Z | gcc vendor 14 vendor |
| 203 | 2026-05-15T22:25:21.108Z | gcc system 13 system |
| 204 | 2026-05-15T22:25:21.108Z | gcc system 10 system |
| 205 | 2026-05-15T22:25:21.108Z | go system 1.25 system |
| 206 | 2026-05-15T22:25:21.108Z | llvm system 15 system |
| 207 | 2026-05-15T22:25:21.108Z | mariadb system 11.4 system |
| 208 | 2026-05-15T22:25:21.108Z | mta vendor vendor dma |
| 209 | 2026-05-15T22:25:21.108Z | openjdk system 17 system |
| 210 | 2026-05-15T22:25:21.108Z | openjdk system 11 system |
| 211 | 2026-05-15T22:25:21.108Z | openssl vendor 3 vendor |
| 212 | 2026-05-15T22:25:21.108Z | perl system 5.40 system |
| 213 | 2026-05-15T22:25:21.108Z | postgresql system 18 system |
| 214 | 2026-05-15T22:25:21.108Z | postgresql system 17 system |
| 215 | 2026-05-15T22:25:21.108Z | python vendor 3 vendor |
| 216 | 2026-05-15T22:25:21.108Z | python system 2 system |
| 217 | 2026-05-15T22:25:21.108Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-15T22:25:21.109Z | ruby system 3.4 system |
| 219 | 2026-05-15T22:25:21.109Z | ruby system 3.0 system |
| 220 | 2026-05-15T22:25:21.109Z | words vendor vendor american-english |
| 221 | 2026-05-15T22:25:21.109Z | words system system australian-english |
| 222 | 2026-05-15T22:25:21.109Z | words system system british-english |
| 223 | 2026-05-15T22:25:21.109Z | words system system canadian-english |
| 224 | 2026-05-15T22:25:21.109Z | words system system french |
| 225 | 2026-05-15T22:25:21.109Z | words system system italian |
| 226 | 2026-05-15T22:25:21.109Z | words system system ngerman |
| 227 | 2026-05-15T22:25:21.109Z | words system system ogerman |
| 228 | 2026-05-15T22:25:21.109Z | words system system spanish |
| 229 | 2026-05-15T22:25:21.356Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-15T22:25:21.356Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-15T22:25:21.620Z | FMRI IFO |
| 232 | 2026-05-15T22:25:21.620Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-15T22:25:21.620Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-15T22:25:21.620Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-15T22:25:21.620Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-15T22:25:21.620Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-15T22:25:21.620Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-15T22:25:21.620Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-15T22:25:21.620Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-15T22:25:21.620Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-15T22:25:21.848Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-15T22:25:22.114Z | Updating crates.io index |
| 243 | 2026-05-15T22:25:22.153Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-15T22:25:23.019Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-15T22:25:23.461Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-15T22:25:24.251Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-15T22:25:24.862Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-15T22:25:25.400Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-15T22:25:26.692Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-15T22:25:27.661Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-15T22:25:27.897Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-15T22:25:28.899Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-15T22:25:29.286Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-15T22:25:29.848Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-15T22:25:30.223Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-15T22:25:31.188Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-15T22:25:31.634Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-05-15T22:25:31.948Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-05-15T22:25:32.268Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-05-15T22:25:32.614Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-05-15T22:25:32.993Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-05-15T22:25:33.211Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-05-15T22:25:33.425Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-05-15T22:25:33.689Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-05-15T22:25:34.082Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-05-15T22:25:34.614Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 267 | 2026-05-15T22:25:34.987Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 268 | 2026-05-15T22:25:35.454Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 269 | 2026-05-15T22:25:35.971Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 270 | 2026-05-15T22:25:37.200Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 271 | 2026-05-15T22:25:37.821Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 272 | 2026-05-15T22:25:38.325Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-05-15T22:25:38.749Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 274 | 2026-05-15T22:25:39.232Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 275 | 2026-05-15T22:25:39.551Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 276 | 2026-05-15T22:25:39.891Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 277 | 2026-05-15T22:25:40.391Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 278 | 2026-05-15T22:25:40.765Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 279 | 2026-05-15T22:25:41.007Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 280 | 2026-05-15T22:25:41.257Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 281 | 2026-05-15T22:25:41.699Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 282 | 2026-05-15T22:25:54.482Z | Downloading crates ... |
| 283 | 2026-05-15T22:25:54.534Z | Downloaded colorchoice v1.0.4 |
| 284 | 2026-05-15T22:25:54.543Z | Downloaded zerofrom v0.1.6 |
| 285 | 2026-05-15T22:25:54.547Z | Downloaded yoke-derive v0.8.1 |
| 286 | 2026-05-15T22:25:54.547Z | Downloaded form_urlencoded v1.2.2 |
| 287 | 2026-05-15T22:25:54.547Z | Downloaded toml_datetime v0.6.11 |
| 288 | 2026-05-15T22:25:54.550Z | Downloaded utf8_iter v1.0.4 |
| 289 | 2026-05-15T22:25:54.554Z | Downloaded zmij v1.0.21 |
| 290 | 2026-05-15T22:25:54.554Z | Downloaded thiserror v1.0.69 |
| 291 | 2026-05-15T22:25:54.558Z | Downloaded pretty-hex v0.4.1 |
| 292 | 2026-05-15T22:25:54.558Z | Downloaded crypto-common v0.1.7 |
| 293 | 2026-05-15T22:25:54.558Z | Downloaded dtrace-parser v0.2.0 |
| 294 | 2026-05-15T22:25:54.561Z | Downloaded dof v0.3.0 |
| 295 | 2026-05-15T22:25:54.561Z | Downloaded textwrap v0.16.2 |
| 296 | 2026-05-15T22:25:54.564Z | Downloaded cargo-platform v0.2.0 |
| 297 | 2026-05-15T22:25:54.564Z | Downloaded clap_lex v1.0.0 |
| 298 | 2026-05-15T22:25:54.567Z | Downloaded usdt-attr-macro v0.5.0 |
| 299 | 2026-05-15T22:25:54.567Z | Downloaded unicode-xid v0.2.6 |
| 300 | 2026-05-15T22:25:54.570Z | Downloaded byteorder v1.5.0 |
| 301 | 2026-05-15T22:25:54.570Z | Downloaded zerofrom-derive v0.1.6 |
| 302 | 2026-05-15T22:25:54.570Z | Downloaded version_check v0.9.5 |
| 303 | 2026-05-15T22:25:54.573Z | Downloaded equivalent v1.0.2 |
| 304 | 2026-05-15T22:25:54.573Z | Downloaded utf8parse v0.2.2 |
| 305 | 2026-05-15T22:25:54.573Z | Downloaded displaydoc v0.2.5 |
| 306 | 2026-05-15T22:25:54.575Z | Downloaded usdt v0.5.0 |
| 307 | 2026-05-15T22:25:54.577Z | Downloaded cpufeatures v0.2.17 |
| 308 | 2026-05-15T22:25:54.577Z | Downloaded cfg-if v1.0.4 |
| 309 | 2026-05-15T22:25:54.580Z | Downloaded typeid v1.0.3 |
| 310 | 2026-05-15T22:25:54.580Z | Downloaded serde_spanned v0.6.9 |
| 311 | 2026-05-15T22:25:54.580Z | Downloaded plain v0.2.3 |
| 312 | 2026-05-15T22:25:54.583Z | Downloaded semver v1.0.28 |
| 313 | 2026-05-15T22:25:54.586Z | Downloaded anstream v0.6.21 |
| 314 | 2026-05-15T22:25:54.586Z | Downloaded digest v0.10.7 |
| 315 | 2026-05-15T22:25:54.589Z | Downloaded cargo_metadata v0.21.0 |
| 316 | 2026-05-15T22:25:54.589Z | Downloaded unicode-linebreak v0.1.5 |
| 317 | 2026-05-15T22:25:54.589Z | Downloaded clap_derive v4.5.55 |
| 318 | 2026-05-15T22:25:54.591Z | Downloaded memmap v0.7.0 |
| 319 | 2026-05-15T22:25:54.591Z | Downloaded anstyle-query v1.1.5 |
| 320 | 2026-05-15T22:25:54.594Z | Downloaded zerovec-derive v0.11.2 |
| 321 | 2026-05-15T22:25:54.594Z | Downloaded macaddr v1.0.1 |
| 322 | 2026-05-15T22:25:54.597Z | Downloaded thiserror v2.0.18 |
| 323 | 2026-05-15T22:25:54.599Z | Downloaded zerocopy-derive v0.7.35 |
| 324 | 2026-05-15T22:25:54.602Z | Downloaded thiserror-impl v2.0.18 |
| 325 | 2026-05-15T22:25:54.602Z | Downloaded ucd-trie v0.1.7 |
| 326 | 2026-05-15T22:25:54.602Z | Downloaded toml v0.8.23 |
| 327 | 2026-05-15T22:25:54.605Z | Downloaded ordered-float v2.10.1 |
| 328 | 2026-05-15T22:25:54.605Z | Downloaded fnv v1.0.7 |
| 329 | 2026-05-15T22:25:54.607Z | Downloaded usdt-macro v0.5.0 |
| 330 | 2026-05-15T22:25:54.607Z | Downloaded heck v0.5.0 |
| 331 | 2026-05-15T22:25:54.607Z | Downloaded toml_write v0.1.2 |
| 332 | 2026-05-15T22:25:54.610Z | Downloaded thread-id v4.2.2 |
| 333 | 2026-05-15T22:25:54.610Z | Downloaded tabled_derive v0.7.0 |
| 334 | 2026-05-15T22:25:54.610Z | Downloaded scroll_derive v0.12.1 |
| 335 | 2026-05-15T22:25:54.612Z | Downloaded proc-macro-error-attr v1.0.4 |
| 336 | 2026-05-15T22:25:54.612Z | Downloaded usdt-impl v0.5.0 |
| 337 | 2026-05-15T22:25:54.613Z | Downloaded writeable v0.6.2 |
| 338 | 2026-05-15T22:25:54.615Z | Downloaded toml_edit v0.22.27 |
| 339 | 2026-05-15T22:25:54.618Z | Downloaded strsim v0.11.1 |
| 340 | 2026-05-15T22:25:54.618Z | Downloaded unicode-ident v1.0.24 |
| 341 | 2026-05-15T22:25:54.618Z | Downloaded generic-array v0.14.7 |
| 342 | 2026-05-15T22:25:54.621Z | Downloaded thiserror-impl v1.0.69 |
| 343 | 2026-05-15T22:25:54.621Z | Downloaded yoke v0.8.1 |
| 344 | 2026-05-15T22:25:54.624Z | Downloaded tinystr v0.8.2 |
| 345 | 2026-05-15T22:25:54.626Z | Downloaded idna_adapter v1.2.1 |
| 346 | 2026-05-15T22:25:54.629Z | Downloaded cargo_toml v0.21.0 |
| 347 | 2026-05-15T22:25:54.629Z | Downloaded anstyle v1.0.13 |
| 348 | 2026-05-15T22:25:54.631Z | Downloaded camino v1.2.2 |
| 349 | 2026-05-15T22:25:54.632Z | Downloaded autocfg v1.5.0 |
| 350 | 2026-05-15T22:25:54.634Z | Downloaded typenum v1.19.0 |
| 351 | 2026-05-15T22:25:54.638Z | Downloaded zerovec v0.11.5 |
| 352 | 2026-05-15T22:25:54.640Z | Downloaded zerotrie v0.2.3 |
| 353 | 2026-05-15T22:25:54.643Z | Downloaded terminal_size v0.4.3 |
| 354 | 2026-05-15T22:25:54.645Z | Downloaded is_terminal_polyfill v1.70.2 |
| 355 | 2026-05-15T22:25:54.645Z | Downloaded block-buffer v0.10.4 |
| 356 | 2026-05-15T22:25:54.645Z | Downloaded percent-encoding v2.3.2 |
| 357 | 2026-05-15T22:25:54.645Z | Downloaded url v2.5.8 |
| 358 | 2026-05-15T22:25:54.648Z | Downloaded stable_deref_trait v1.2.1 |
| 359 | 2026-05-15T22:25:54.648Z | Downloaded potential_utf v0.1.4 |
| 360 | 2026-05-15T22:25:54.648Z | Downloaded errno v0.3.14 |
| 361 | 2026-05-15T22:25:54.650Z | Downloaded smawk v0.3.2 |
| 362 | 2026-05-15T22:25:54.650Z | Downloaded heck v0.4.1 |
| 363 | 2026-05-15T22:25:54.650Z | Downloaded fastrand v2.3.0 |
| 364 | 2026-05-15T22:25:54.653Z | Downloaded serde-value v0.7.0 |
| 365 | 2026-05-15T22:25:54.657Z | Downloaded swrite v0.1.0 |
| 366 | 2026-05-15T22:25:54.659Z | Downloaded zerocopy v0.7.35 |
| 367 | 2026-05-15T22:25:54.665Z | Downloaded serde-untagged v0.1.9 |
| 368 | 2026-05-15T22:25:54.668Z | Downloaded itoa v1.0.17 |
| 369 | 2026-05-15T22:25:54.668Z | Downloaded sha2 v0.10.9 |
| 370 | 2026-05-15T22:25:54.671Z | Downloaded winnow v0.7.14 |
| 371 | 2026-05-15T22:25:54.674Z | Downloaded bytecount v0.6.9 |
| 372 | 2026-05-15T22:25:54.676Z | Downloaded anstyle-parse v0.2.7 |
| 373 | 2026-05-15T22:25:54.676Z | Downloaded unicode-width v0.2.0 |
| 374 | 2026-05-15T22:25:54.679Z | Downloaded unicode-width v0.1.14 |
| 375 | 2026-05-15T22:25:54.682Z | Downloaded serde_tokenstream v0.2.3 |
| 376 | 2026-05-15T22:25:54.684Z | Downloaded proc-macro-error v1.0.4 |
| 377 | 2026-05-15T22:25:54.684Z | Downloaded cargo-util-schemas v0.8.2 |
| 378 | 2026-05-15T22:25:54.687Z | Downloaded clap v4.5.60 |
| 379 | 2026-05-15T22:25:54.690Z | Downloaded pest_meta v2.8.6 |
| 380 | 2026-05-15T22:25:54.692Z | Downloaded anyhow v1.0.102 |
| 381 | 2026-05-15T22:25:54.695Z | Downloaded synstructure v0.13.2 |
| 382 | 2026-05-15T22:25:54.695Z | Downloaded quote v1.0.45 |
| 383 | 2026-05-15T22:25:54.695Z | Downloaded fs-err v3.3.0 |
| 384 | 2026-05-15T22:25:54.697Z | Downloaded erased-serde v0.4.9 |
| 385 | 2026-05-15T22:25:54.701Z | Downloaded pest_derive v2.8.6 |
| 386 | 2026-05-15T22:25:54.703Z | Downloaded litemap v0.8.1 |
| 387 | 2026-05-15T22:25:54.703Z | Downloaded scroll v0.12.0 |
| 388 | 2026-05-15T22:25:54.707Z | Downloaded smallvec v1.15.1 |
| 389 | 2026-05-15T22:25:54.710Z | Downloaded tempfile v3.25.0 |
| 390 | 2026-05-15T22:25:54.719Z | Downloaded log v0.4.29 |
| 391 | 2026-05-15T22:25:54.721Z | Downloaded icu_collections v2.1.1 |
| 392 | 2026-05-15T22:25:54.724Z | Downloaded bitflags v2.11.0 |
| 393 | 2026-05-15T22:25:54.726Z | Downloaded camino-tempfile v1.4.1 |
| 394 | 2026-05-15T22:25:54.730Z | Downloaded serde_derive v1.0.228 |
| 395 | 2026-05-15T22:25:54.736Z | Downloaded icu_provider v2.1.1 |
| 396 | 2026-05-15T22:25:54.738Z | Downloaded serde_core v1.0.228 |
| 397 | 2026-05-15T22:25:54.740Z | Downloaded proc-macro2 v1.0.106 |
| 398 | 2026-05-15T22:25:54.740Z | Downloaded once_cell v1.21.3 |
| 399 | 2026-05-15T22:25:54.744Z | Downloaded icu_properties v2.1.2 |
| 400 | 2026-05-15T22:25:54.754Z | Downloaded icu_locale_core v2.1.1 |
| 401 | 2026-05-15T22:25:54.757Z | Downloaded pest_generator v2.8.6 |
| 402 | 2026-05-15T22:25:54.760Z | Downloaded num-traits v0.2.19 |
| 403 | 2026-05-15T22:25:54.760Z | Downloaded getrandom v0.4.1 |
| 404 | 2026-05-15T22:25:54.769Z | Downloaded papergrid v0.11.0 |
| 405 | 2026-05-15T22:25:54.773Z | Downloaded icu_normalizer v2.1.1 |
| 406 | 2026-05-15T22:25:54.776Z | Downloaded serde v1.0.228 |
| 407 | 2026-05-15T22:25:54.784Z | Downloaded icu_normalizer_data v2.1.1 |
| 408 | 2026-05-15T22:25:54.793Z | Downloaded indexmap v2.14.0 |
| 409 | 2026-05-15T22:25:54.804Z | Downloaded memchr v2.8.0 |
| 410 | 2026-05-15T22:25:54.827Z | Downloaded clap_builder v4.5.60 |
| 411 | 2026-05-15T22:25:54.830Z | Downloaded pest v2.8.6 |
| 412 | 2026-05-15T22:25:54.833Z | Downloaded serde_json v1.0.149 |
| 413 | 2026-05-15T22:25:54.837Z | Downloaded idna v1.1.0 |
| 414 | 2026-05-15T22:25:54.840Z | Downloaded tabled v0.15.0 |
| 415 | 2026-05-15T22:25:54.848Z | Downloaded hashbrown v0.17.0 |
| 416 | 2026-05-15T22:25:54.851Z | Downloaded icu_properties_data v2.1.2 |
| 417 | 2026-05-15T22:25:54.855Z | Downloaded goblin v0.8.2 |
| 418 | 2026-05-15T22:25:54.864Z | Downloaded syn v1.0.109 |
| 419 | 2026-05-15T22:25:54.874Z | Downloaded syn v2.0.117 |
| 420 | 2026-05-15T22:25:54.887Z | Downloaded rustix v1.1.3 |
| 421 | 2026-05-15T22:25:54.914Z | Downloaded libc v0.2.185 |
| 422 | 2026-05-15T22:25:54.982Z | Compiling proc-macro2 v1.0.106 |
| 423 | 2026-05-15T22:25:54.982Z | Compiling unicode-ident v1.0.24 |
| 424 | 2026-05-15T22:25:54.982Z | Compiling quote v1.0.45 |
| 425 | 2026-05-15T22:25:54.982Z | Compiling serde_core v1.0.228 |
| 426 | 2026-05-15T22:25:54.982Z | Compiling libc v0.2.185 |
| 427 | 2026-05-15T22:25:54.982Z | Compiling version_check v0.9.5 |
| 428 | 2026-05-15T22:25:54.985Z | Compiling serde v1.0.228 |
| 429 | 2026-05-15T22:25:54.985Z | Compiling stable_deref_trait v1.2.1 |
| 430 | 2026-05-15T22:25:55.280Z | Compiling memchr v2.8.0 |
| 431 | 2026-05-15T22:25:55.299Z | Compiling zmij v1.0.21 |
| 432 | 2026-05-15T22:25:55.522Z | Compiling autocfg v1.5.0 |
| 433 | 2026-05-15T22:25:55.649Z | Compiling ucd-trie v0.1.7 |
| 434 | 2026-05-15T22:25:55.903Z | Compiling itoa v1.0.17 |
| 435 | 2026-05-15T22:25:55.943Z | Compiling thiserror v1.0.69 |
| 436 | 2026-05-15T22:25:55.984Z | Compiling pest v2.8.6 |
| 437 | 2026-05-15T22:25:56.018Z | Compiling writeable v0.6.2 |
| 438 | 2026-05-15T22:25:56.076Z | Compiling litemap v0.8.1 |
| 439 | 2026-05-15T22:25:56.106Z | Compiling rustix v1.1.3 |
| 440 | 2026-05-15T22:25:56.273Z | Compiling icu_normalizer_data v2.1.1 |
| 441 | 2026-05-15T22:25:56.461Z | Compiling icu_properties_data v2.1.2 |
| 442 | 2026-05-15T22:25:56.471Z | Compiling byteorder v1.5.0 |
| 443 | 2026-05-15T22:25:56.637Z | Compiling syn v2.0.117 |
| 444 | 2026-05-15T22:25:56.684Z | Compiling errno v0.3.14 |
| 445 | 2026-05-15T22:25:56.719Z | Compiling bitflags v2.11.0 |
| 446 | 2026-05-15T22:25:56.733Z | Compiling serde_json v1.0.149 |
| 447 | 2026-05-15T22:25:56.963Z | Compiling num-traits v0.2.19 |
| 448 | 2026-05-15T22:25:56.980Z | Compiling hashbrown v0.17.0 |
| 449 | 2026-05-15T22:25:57.129Z | Compiling pest_meta v2.8.6 |
| 450 | 2026-05-15T22:25:57.168Z | Compiling typeid v1.0.3 |
| 451 | 2026-05-15T22:25:57.259Z | Compiling smallvec v1.15.1 |
| 452 | 2026-05-15T22:25:57.417Z | Compiling equivalent v1.0.2 |
| 453 | 2026-05-15T22:25:57.502Z | Compiling indexmap v2.14.0 |
| 454 | 2026-05-15T22:25:57.560Z | Compiling thread-id v4.2.2 |
| 455 | 2026-05-15T22:25:57.586Z | Compiling proc-macro-error-attr v1.0.4 |
| 456 | 2026-05-15T22:25:57.630Z | Compiling usdt-impl v0.5.0 |
| 457 | 2026-05-15T22:25:57.699Z | Compiling winnow v0.7.14 |
| 458 | 2026-05-15T22:25:57.766Z | Compiling toml_write v0.1.2 |
| 459 | 2026-05-15T22:25:57.912Z | Compiling erased-serde v0.4.9 |
| 460 | 2026-05-15T22:25:57.953Z | Compiling syn v1.0.109 |
| 461 | 2026-05-15T22:25:58.292Z | Compiling proc-macro-error v1.0.4 |
| 462 | 2026-05-15T22:25:58.330Z | Compiling utf8_iter v1.0.4 |
| 463 | 2026-05-15T22:25:58.473Z | Compiling log v0.4.29 |
| 464 | 2026-05-15T22:25:58.476Z | Compiling thiserror v2.0.18 |
| 465 | 2026-05-15T22:25:58.655Z | Compiling camino v1.2.2 |
| 466 | 2026-05-15T22:25:58.715Z | Compiling plain v0.2.3 |
| 467 | 2026-05-15T22:25:58.731Z | Compiling percent-encoding v2.3.2 |
| 468 | 2026-05-15T22:25:58.814Z | Compiling getrandom v0.4.1 |
| 469 | 2026-05-15T22:25:58.829Z | Compiling utf8parse v0.2.2 |
| 470 | 2026-05-15T22:25:58.925Z | Compiling anstyle-parse v0.2.7 |
| 471 | 2026-05-15T22:25:58.941Z | Compiling form_urlencoded v1.2.2 |
| 472 | 2026-05-15T22:25:59.013Z | Compiling ordered-float v2.10.1 |
| 473 | 2026-05-15T22:25:59.150Z | Compiling synstructure v0.13.2 |
| 474 | 2026-05-15T22:25:59.153Z | Compiling pest_generator v2.8.6 |
| 475 | 2026-05-15T22:25:59.202Z | Compiling terminal_size v0.4.3 |
| 476 | 2026-05-15T22:25:59.341Z | Compiling anstyle-query v1.1.5 |
| 477 | 2026-05-15T22:25:59.453Z | Compiling is_terminal_polyfill v1.70.2 |
| 478 | 2026-05-15T22:25:59.470Z | Compiling anstyle v1.0.13 |
| 479 | 2026-05-15T22:25:59.535Z | Compiling pretty-hex v0.4.1 |
| 480 | 2026-05-15T22:25:59.562Z | Compiling colorchoice v1.0.4 |
| 481 | 2026-05-15T22:25:59.565Z | Compiling cfg-if v1.0.4 |
| 482 | 2026-05-15T22:25:59.652Z | Compiling anstream v0.6.21 |
| 483 | 2026-05-15T22:25:59.678Z | Compiling serde-untagged v0.1.9 |
| 484 | 2026-05-15T22:25:59.809Z | Compiling semver v1.0.28 |
| 485 | 2026-05-15T22:25:59.875Z | Compiling fs-err v3.3.0 |
| 486 | 2026-05-15T22:25:59.913Z | Compiling fnv v1.0.7 |
| 487 | 2026-05-15T22:25:59.949Z | Compiling once_cell v1.21.3 |
| 488 | 2026-05-15T22:26:00.013Z | Compiling strsim v0.11.1 |
| 489 | 2026-05-15T22:26:00.057Z | Compiling unicode-xid v0.2.6 |
| 490 | 2026-05-15T22:26:00.131Z | Compiling unicode-width v0.1.14 |
| 491 | 2026-05-15T22:26:00.143Z | Compiling clap_lex v1.0.0 |
| 492 | 2026-05-15T22:26:00.161Z | Compiling bytecount v0.6.9 |
| 493 | 2026-05-15T22:26:00.176Z | Compiling fastrand v2.3.0 |
| 494 | 2026-05-15T22:26:00.359Z | Compiling anyhow v1.0.102 |
| 495 | 2026-05-15T22:26:00.362Z | Compiling heck v0.5.0 |
| 496 | 2026-05-15T22:26:00.391Z | Compiling heck v0.4.1 |
| 497 | 2026-05-15T22:26:00.430Z | Compiling tempfile v3.25.0 |
| 498 | 2026-05-15T22:26:00.587Z | Compiling papergrid v0.11.0 |
| 499 | 2026-05-15T22:26:00.602Z | Compiling clap_builder v4.5.60 |
| 500 | 2026-05-15T22:26:00.715Z | Compiling memmap v0.7.0 |
| 501 | 2026-05-15T22:26:00.798Z | Compiling smawk v0.3.2 |
| 502 | 2026-05-15T22:26:00.894Z | Compiling serde_derive v1.0.228 |
| 503 | 2026-05-15T22:26:00.926Z | Compiling zerofrom-derive v0.1.6 |
| 504 | 2026-05-15T22:26:00.942Z | Compiling yoke-derive v0.8.1 |
| 505 | 2026-05-15T22:26:00.956Z | Compiling zerovec-derive v0.11.2 |
| 506 | 2026-05-15T22:26:01.167Z | Compiling displaydoc v0.2.5 |
| 507 | 2026-05-15T22:26:01.903Z | Compiling thiserror-impl v1.0.69 |
| 508 | 2026-05-15T22:26:02.039Z | Compiling zerocopy-derive v0.7.35 |
| 509 | 2026-05-15T22:26:02.056Z | Compiling pest_derive v2.8.6 |
| 510 | 2026-05-15T22:26:02.080Z | Compiling scroll_derive v0.12.1 |
| 511 | 2026-05-15T22:26:02.295Z | Compiling zerofrom v0.1.6 |
| 512 | 2026-05-15T22:26:02.425Z | Compiling yoke v0.8.1 |
| 513 | 2026-05-15T22:26:02.468Z | Compiling thiserror-impl v2.0.18 |
| 514 | 2026-05-15T22:26:02.616Z | Compiling zerovec v0.11.5 |
| 515 | 2026-05-15T22:26:02.726Z | Compiling zerotrie v0.2.3 |
| 516 | 2026-05-15T22:26:02.887Z | Compiling zerocopy v0.7.35 |
| 517 | 2026-05-15T22:26:03.024Z | Compiling scroll v0.12.0 |
| 518 | 2026-05-15T22:26:03.118Z | Compiling tinystr v0.8.2 |
| 519 | 2026-05-15T22:26:03.240Z | Compiling potential_utf v0.1.4 |
| 520 | 2026-05-15T22:26:03.288Z | Compiling icu_locale_core v2.1.1 |
| 521 | 2026-05-15T22:26:03.320Z | Compiling dtrace-parser v0.2.0 |
| 522 | 2026-05-15T22:26:03.406Z | Compiling icu_collections v2.1.1 |
| 523 | 2026-05-15T22:26:03.433Z | Compiling goblin v0.8.2 |
| 524 | 2026-05-15T22:26:03.631Z | Compiling tabled_derive v0.7.0 |
| 525 | 2026-05-15T22:26:03.756Z | Compiling clap_derive v4.5.55 |
| 526 | 2026-05-15T22:26:03.984Z | Compiling icu_provider v2.1.1 |
| 527 | 2026-05-15T22:26:04.052Z | Compiling unicode-width v0.2.0 |
| 528 | 2026-05-15T22:26:04.158Z | Compiling unicode-linebreak v0.1.5 |
| 529 | 2026-05-15T22:26:04.275Z | Compiling toml_datetime v0.6.11 |
| 530 | 2026-05-15T22:26:04.294Z | Compiling serde_spanned v0.6.9 |
| 531 | 2026-05-15T22:26:04.310Z | Compiling icu_properties v2.1.2 |
| 532 | 2026-05-15T22:26:04.325Z | Compiling icu_normalizer v2.1.1 |
| 533 | 2026-05-15T22:26:04.397Z | Compiling dof v0.3.0 |
| 534 | 2026-05-15T22:26:04.441Z | Compiling toml_edit v0.22.27 |
| 535 | 2026-05-15T22:26:04.525Z | Compiling serde_tokenstream v0.2.3 |
| 536 | 2026-05-15T22:26:04.542Z | Compiling serde-value v0.7.0 |
| 537 | 2026-05-15T22:26:04.836Z | Compiling cargo-platform v0.2.0 |
| 538 | 2026-05-15T22:26:04.854Z | Compiling tabled v0.15.0 |
| 539 | 2026-05-15T22:26:04.891Z | Compiling textwrap v0.16.2 |
| 540 | 2026-05-15T22:26:05.107Z | Compiling macaddr v1.0.1 |
| 541 | 2026-05-15T22:26:05.330Z | Compiling idna_adapter v1.2.1 |
| 542 | 2026-05-15T22:26:05.401Z | Compiling usdt-macro v0.5.0 |
| 543 | 2026-05-15T22:26:05.467Z | Compiling idna v1.1.0 |
| 544 | 2026-05-15T22:26:05.470Z | Compiling usdt-attr-macro v0.5.0 |
| 545 | 2026-05-15T22:26:05.692Z | Compiling clap v4.5.60 |
| 546 | 2026-05-15T22:26:05.819Z | Compiling url v2.5.8 |
| 547 | 2026-05-15T22:26:06.040Z | Compiling toml v0.8.23 |
| 548 | 2026-05-15T22:26:06.193Z | Compiling camino-tempfile v1.4.1 |
| 549 | 2026-05-15T22:26:06.405Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 550 | 2026-05-15T22:26:06.425Z | Compiling cargo-util-schemas v0.8.2 |
| 551 | 2026-05-15T22:26:06.595Z | Compiling usdt v0.5.0 |
| 552 | 2026-05-15T22:26:06.671Z | Compiling cargo_toml v0.21.0 |
| 553 | 2026-05-15T22:26:06.687Z | Compiling swrite v0.1.0 |
| 554 | 2026-05-15T22:26:07.330Z | Compiling cargo_metadata v0.21.0 |
| 555 | 2026-05-15T22:26:08.240Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 556 | 2026-05-15T22:26:10.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.58s |
| 557 | 2026-05-15T22:26:10.528Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 558 | 2026-05-15T22:26:11.091Z | Downloading crates ... |
| 559 | 2026-05-15T22:26:11.183Z | Downloaded ascii-canvas v3.0.0 |
| 560 | 2026-05-15T22:26:11.186Z | Downloaded array-init v0.0.4 |
| 561 | 2026-05-15T22:26:11.189Z | Downloaded adler2 v2.0.1 |
| 562 | 2026-05-15T22:26:11.193Z | Downloaded atomic-waker v1.1.2 |
| 563 | 2026-05-15T22:26:11.199Z | Downloaded arrayref v0.3.9 |
| 564 | 2026-05-15T22:26:11.202Z | Downloaded ciborium-ll v0.2.2 |
| 565 | 2026-05-15T22:26:11.207Z | Downloaded assert_matches v1.5.0 |
| 566 | 2026-05-15T22:26:11.210Z | Downloaded async-stream-impl v0.3.6 |
| 567 | 2026-05-15T22:26:11.210Z | Downloaded ed25519 v2.2.3 |
| 568 | 2026-05-15T22:26:11.210Z | Downloaded cbc v0.1.2 |
| 569 | 2026-05-15T22:26:11.214Z | Downloaded cmake v0.1.57 |
| 570 | 2026-05-15T22:26:11.214Z | Downloaded arrayvec v0.7.6 |
| 571 | 2026-05-15T22:26:11.218Z | Downloaded const_format_proc_macros v0.2.34 |
| 572 | 2026-05-15T22:26:11.218Z | Downloaded bitflags v1.3.2 |
| 573 | 2026-05-15T22:26:11.218Z | Downloaded derive-where v1.6.0 |
| 574 | 2026-05-15T22:26:11.221Z | Downloaded byte-wrapper v0.1.0 |
| 575 | 2026-05-15T22:26:11.221Z | Downloaded cassowary v0.3.0 |
| 576 | 2026-05-15T22:26:11.224Z | Downloaded diff v0.1.13 |
| 577 | 2026-05-15T22:26:11.224Z | Downloaded bzip2 v0.6.1 |
| 578 | 2026-05-15T22:26:11.227Z | Downloaded ahash v0.8.12 |
| 579 | 2026-05-15T22:26:11.227Z | Downloaded cookie_store v0.22.1 |
| 580 | 2026-05-15T22:26:11.230Z | Downloaded compression-codecs v0.4.37 |
| 581 | 2026-05-15T22:26:11.232Z | Downloaded foreign-types v0.3.2 |
| 582 | 2026-05-15T22:26:11.232Z | Downloaded darling v0.20.11 |
| 583 | 2026-05-15T22:26:11.235Z | Downloaded bit-set v0.8.0 |
| 584 | 2026-05-15T22:26:11.235Z | Downloaded ctr v0.9.2 |
| 585 | 2026-05-15T22:26:11.238Z | Downloaded foreign-types-macros v0.2.3 |
| 586 | 2026-05-15T22:26:11.241Z | Downloaded bit-vec v0.6.3 |
| 587 | 2026-05-15T22:26:11.241Z | Downloaded aead v0.5.2 |
| 588 | 2026-05-15T22:26:11.243Z | Downloaded block-padding v0.3.3 |
| 589 | 2026-05-15T22:26:11.243Z | Downloaded bit-set v0.5.3 |
| 590 | 2026-05-15T22:26:11.247Z | Downloaded atomicwrites v0.4.4 |
| 591 | 2026-05-15T22:26:11.249Z | Downloaded cfg_aliases v0.1.1 |
| 592 | 2026-05-15T22:26:11.253Z | Downloaded derive_builder_macro v0.20.2 |
| 593 | 2026-05-15T22:26:11.253Z | Downloaded darling_macro v0.21.3 |
| 594 | 2026-05-15T22:26:11.256Z | Downloaded ciborium-io v0.2.2 |
| 595 | 2026-05-15T22:26:11.256Z | Downloaded castaway v0.2.4 |
| 596 | 2026-05-15T22:26:11.256Z | Downloaded convert_case v0.4.0 |
| 597 | 2026-05-15T22:26:11.256Z | Downloaded bb8 v0.8.6 |
| 598 | 2026-05-15T22:26:11.256Z | Downloaded daft-derive v0.1.5 |
| 599 | 2026-05-15T22:26:11.261Z | Downloaded csv-core v0.1.13 |
| 600 | 2026-05-15T22:26:11.264Z | Downloaded dunce v1.0.5 |
| 601 | 2026-05-15T22:26:11.264Z | Downloaded darling_macro v0.23.0 |
| 602 | 2026-05-15T22:26:11.264Z | Downloaded defmt-parser v1.0.0 |
| 603 | 2026-05-15T22:26:11.264Z | Downloaded backoff v0.4.0 |
| 604 | 2026-05-15T22:26:11.267Z | Downloaded crossterm v0.28.1 |
| 605 | 2026-05-15T22:26:11.271Z | Downloaded display-error-chain v0.2.2 |
| 606 | 2026-05-15T22:26:11.271Z | Downloaded bit-vec v0.8.0 |
| 607 | 2026-05-15T22:26:11.271Z | Downloaded deranged v0.5.8 |
| 608 | 2026-05-15T22:26:11.276Z | Downloaded fd-lock v4.0.4 |
| 609 | 2026-05-15T22:26:11.276Z | Downloaded crc v3.4.0 |
| 610 | 2026-05-15T22:26:11.279Z | Downloaded float-cmp v0.10.0 |
| 611 | 2026-05-15T22:26:11.279Z | Downloaded difflib v0.4.0 |
| 612 | 2026-05-15T22:26:11.279Z | Downloaded compression-core v0.4.31 |
| 613 | 2026-05-15T22:26:11.279Z | Downloaded cobs v0.3.0 |
| 614 | 2026-05-15T22:26:11.283Z | Downloaded base16ct v0.2.0 |
| 615 | 2026-05-15T22:26:11.286Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 616 | 2026-05-15T22:26:11.286Z | Downloaded async-stream v0.3.6 |
| 617 | 2026-05-15T22:26:11.286Z | Downloaded dirs-sys-next v0.1.2 |
| 618 | 2026-05-15T22:26:11.286Z | Downloaded debug-ignore v1.0.5 |
| 619 | 2026-05-15T22:26:11.289Z | Downloaded darling_macro v0.20.11 |
| 620 | 2026-05-15T22:26:11.293Z | Downloaded atty v0.2.14 |
| 621 | 2026-05-15T22:26:11.296Z | Downloaded dyn-clone v1.0.20 |
| 622 | 2026-05-15T22:26:11.296Z | Downloaded crucible-workspace-hack v0.1.0 |
| 623 | 2026-05-15T22:26:11.296Z | Downloaded document-features v0.2.12 |
| 624 | 2026-05-15T22:26:11.297Z | Downloaded dirs-next v2.0.0 |
| 625 | 2026-05-15T22:26:11.297Z | Downloaded drift v0.1.4 |
| 626 | 2026-05-15T22:26:11.300Z | Downloaded foreign-types-shared v0.3.1 |
| 627 | 2026-05-15T22:26:11.305Z | Downloaded darling_core v0.23.0 |
| 628 | 2026-05-15T22:26:11.305Z | Downloaded critical-section v1.2.0 |
| 629 | 2026-05-15T22:26:11.308Z | Downloaded cfg_aliases v0.2.1 |
| 630 | 2026-05-15T22:26:11.308Z | Downloaded bitfield-struct v0.6.2 |
| 631 | 2026-05-15T22:26:11.308Z | Downloaded bitfield v0.19.4 |
| 632 | 2026-05-15T22:26:11.310Z | Downloaded enum-as-inner v0.6.1 |
| 633 | 2026-05-15T22:26:11.310Z | Downloaded blowfish v0.9.1 |
| 634 | 2026-05-15T22:26:11.310Z | Downloaded cargo-platform v0.1.9 |
| 635 | 2026-05-15T22:26:11.313Z | Downloaded crc-catalog v2.4.0 |
| 636 | 2026-05-15T22:26:11.313Z | Downloaded bitfield-macros v0.19.4 |
| 637 | 2026-05-15T22:26:11.313Z | Downloaded defmt v0.3.100 |
| 638 | 2026-05-15T22:26:11.313Z | Downloaded cstr-argument v0.1.2 |
| 639 | 2026-05-15T22:26:11.316Z | Downloaded crc8 v0.1.1 |
| 640 | 2026-05-15T22:26:11.319Z | Downloaded funty v2.0.0 |
| 641 | 2026-05-15T22:26:11.319Z | Downloaded env_filter v1.0.0 |
| 642 | 2026-05-15T22:26:11.321Z | Downloaded futures-macro v0.3.32 |
| 643 | 2026-05-15T22:26:11.321Z | Downloaded futures-core v0.3.32 |
| 644 | 2026-05-15T22:26:11.321Z | Downloaded foreign-types v0.5.0 |
| 645 | 2026-05-15T22:26:11.324Z | Downloaded embedded-io v0.4.0 |
| 646 | 2026-05-15T22:26:11.324Z | Downloaded embedded-io v0.6.1 |
| 647 | 2026-05-15T22:26:11.327Z | Downloaded base64ct v1.8.3 |
| 648 | 2026-05-15T22:26:11.327Z | Downloaded dtrace-parser v0.3.0 |
| 649 | 2026-05-15T22:26:11.330Z | Downloaded fxhash v0.2.1 |
| 650 | 2026-05-15T22:26:11.330Z | Downloaded foreign-types-shared v0.1.1 |
| 651 | 2026-05-15T22:26:11.330Z | Downloaded fixedbitset v0.4.2 |
| 652 | 2026-05-15T22:26:11.330Z | Downloaded dsl_auto_type v0.2.0 |
| 653 | 2026-05-15T22:26:11.334Z | Downloaded ghash v0.5.1 |
| 654 | 2026-05-15T22:26:11.334Z | Downloaded gethostname v0.5.0 |
| 655 | 2026-05-15T22:26:11.334Z | Downloaded futures-sink v0.3.32 |
| 656 | 2026-05-15T22:26:11.337Z | Downloaded dof v0.4.0 |
| 657 | 2026-05-15T22:26:11.337Z | Downloaded cexpr v0.6.0 |
| 658 | 2026-05-15T22:26:11.337Z | Downloaded globwalk v0.9.1 |
| 659 | 2026-05-15T22:26:11.337Z | Downloaded float-ord v0.3.2 |
| 660 | 2026-05-15T22:26:11.340Z | Downloaded git-stub v1.0.0 |
| 661 | 2026-05-15T22:26:11.341Z | Downloaded endian-type v0.1.2 |
| 662 | 2026-05-15T22:26:11.341Z | Downloaded downcast-rs v2.0.2 |
| 663 | 2026-05-15T22:26:11.341Z | Downloaded crunchy v0.2.4 |
| 664 | 2026-05-15T22:26:11.343Z | Downloaded ar_archive_writer v0.5.1 |
| 665 | 2026-05-15T22:26:11.346Z | Downloaded flagset v0.4.7 |
| 666 | 2026-05-15T22:26:11.346Z | Downloaded constant_time_eq v0.4.2 |
| 667 | 2026-05-15T22:26:11.349Z | Downloaded bcs v0.1.6 |
| 668 | 2026-05-15T22:26:11.349Z | Downloaded async-trait v0.1.89 |
| 669 | 2026-05-15T22:26:11.352Z | Downloaded defmt v1.0.1 |
| 670 | 2026-05-15T22:26:11.352Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 671 | 2026-05-15T22:26:11.355Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 672 | 2026-05-15T22:26:11.355Z | Downloaded cargo_metadata v0.19.2 |
| 673 | 2026-05-15T22:26:11.356Z | Downloaded derive_builder_core v0.20.2 |
| 674 | 2026-05-15T22:26:11.360Z | Downloaded chacha20 v0.9.1 |
| 675 | 2026-05-15T22:26:11.360Z | Downloaded camino-tempfile-ext v0.3.3 |
| 676 | 2026-05-15T22:26:11.362Z | Downloaded async-recursion v1.1.1 |
| 677 | 2026-05-15T22:26:11.362Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 678 | 2026-05-15T22:26:11.362Z | Downloaded buf-list v1.1.2 |
| 679 | 2026-05-15T22:26:11.367Z | Downloaded fs_extra v1.3.0 |
| 680 | 2026-05-15T22:26:11.369Z | Downloaded futures-task v0.3.32 |
| 681 | 2026-05-15T22:26:11.370Z | Downloaded derive_builder v0.20.2 |
| 682 | 2026-05-15T22:26:11.373Z | Downloaded fs-err v2.11.0 |
| 683 | 2026-05-15T22:26:11.376Z | Downloaded ecdsa v0.16.9 |
| 684 | 2026-05-15T22:26:11.376Z | Downloaded data-encoding v2.10.0 |
| 685 | 2026-05-15T22:26:11.379Z | Downloaded hash32 v0.2.1 |
| 686 | 2026-05-15T22:26:11.379Z | Downloaded futures-executor v0.3.32 |
| 687 | 2026-05-15T22:26:11.382Z | Downloaded console v0.15.11 |
| 688 | 2026-05-15T22:26:11.382Z | Downloaded hash32 v0.3.1 |
| 689 | 2026-05-15T22:26:11.382Z | Downloaded ciborium v0.2.2 |
| 690 | 2026-05-15T22:26:11.385Z | Downloaded darling_core v0.20.11 |
| 691 | 2026-05-15T22:26:11.388Z | Downloaded hostname v0.3.1 |
| 692 | 2026-05-15T22:26:11.391Z | Downloaded home v0.5.12 |
| 693 | 2026-05-15T22:26:11.391Z | Downloaded hex-literal v0.4.1 |
| 694 | 2026-05-15T22:26:11.391Z | Downloaded convert_case v0.10.0 |
| 695 | 2026-05-15T22:26:11.391Z | Downloaded backon v1.6.0 |
| 696 | 2026-05-15T22:26:11.394Z | Downloaded httpdate v1.0.3 |
| 697 | 2026-05-15T22:26:11.394Z | Downloaded diesel-dtrace v0.5.0 |
| 698 | 2026-05-15T22:26:11.397Z | Downloaded http-body v1.0.1 |
| 699 | 2026-05-15T22:26:11.397Z | Downloaded daft v0.1.5 |
| 700 | 2026-05-15T22:26:11.400Z | Downloaded futures-io v0.3.32 |
| 701 | 2026-05-15T22:26:11.400Z | Downloaded crypto-bigint v0.5.5 |
| 702 | 2026-05-15T22:26:11.405Z | Downloaded group v0.13.0 |
| 703 | 2026-05-15T22:26:11.408Z | Downloaded ena v0.14.4 |
| 704 | 2026-05-15T22:26:11.408Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 705 | 2026-05-15T22:26:11.408Z | Downloaded ident_case v1.0.1 |
| 706 | 2026-05-15T22:26:11.408Z | Downloaded indent_write v2.2.0 |
| 707 | 2026-05-15T22:26:11.411Z | Downloaded indoc v1.0.9 |
| 708 | 2026-05-15T22:26:11.412Z | Downloaded cpufeatures v0.3.0 |
| 709 | 2026-05-15T22:26:11.412Z | Downloaded http-range v0.1.5 |
| 710 | 2026-05-15T22:26:11.414Z | Downloaded bzip2 v0.4.4 |
| 711 | 2026-05-15T22:26:11.414Z | Downloaded console v0.16.2 |
| 712 | 2026-05-15T22:26:11.414Z | Downloaded colored v3.1.1 |
| 713 | 2026-05-15T22:26:11.417Z | Downloaded chacha20 v0.10.0 |
| 714 | 2026-05-15T22:26:11.420Z | Downloaded illumos-nvpair v0.3.0 |
| 715 | 2026-05-15T22:26:11.420Z | Downloaded hubpack_derive v0.1.1 |
| 716 | 2026-05-15T22:26:11.420Z | Downloaded hubpack v0.1.2 |
| 717 | 2026-05-15T22:26:11.420Z | Downloaded async-bb8-diesel v0.2.1 |
| 718 | 2026-05-15T22:26:11.424Z | Downloaded filetime v0.2.27 |
| 719 | 2026-05-15T22:26:11.424Z | Downloaded der_derive v0.7.3 |
| 720 | 2026-05-15T22:26:11.427Z | Downloaded crossbeam-epoch v0.9.18 |
| 721 | 2026-05-15T22:26:11.427Z | Downloaded const-oid v0.9.6 |
| 722 | 2026-05-15T22:26:11.427Z | Downloaded erased-serde v0.3.31 |
| 723 | 2026-05-15T22:26:11.430Z | Downloaded instability v0.3.11 |
| 724 | 2026-05-15T22:26:11.430Z | Downloaded inout v0.1.4 |
| 725 | 2026-05-15T22:26:11.430Z | Downloaded find-msvc-tools v0.1.9 |
| 726 | 2026-05-15T22:26:11.433Z | Downloaded env_logger v0.11.9 |
| 727 | 2026-05-15T22:26:11.433Z | Downloaded is-terminal v0.4.17 |
| 728 | 2026-05-15T22:26:11.436Z | Downloaded internet-checksum v0.2.1 |
| 729 | 2026-05-15T22:26:11.436Z | Downloaded darling v0.23.0 |
| 730 | 2026-05-15T22:26:11.439Z | Downloaded fixedbitset v0.5.7 |
| 731 | 2026-05-15T22:26:11.439Z | Downloaded instant v0.1.13 |
| 732 | 2026-05-15T22:26:11.443Z | Downloaded ff v0.13.1 |
| 733 | 2026-05-15T22:26:11.443Z | Downloaded cookie v0.18.1 |
| 734 | 2026-05-15T22:26:11.443Z | Downloaded blake2 v0.10.6 |
| 735 | 2026-05-15T22:26:11.446Z | Downloaded crossbeam-deque v0.8.6 |
| 736 | 2026-05-15T22:26:11.446Z | Downloaded hostname v0.4.2 |
| 737 | 2026-05-15T22:26:11.446Z | Downloaded highway v1.3.0 |
| 738 | 2026-05-15T22:26:11.451Z | Downloaded glob v0.3.3 |
| 739 | 2026-05-15T22:26:11.451Z | Downloaded derive-ex v0.1.8 |
| 740 | 2026-05-15T22:26:11.451Z | Downloaded aes v0.8.4 |
| 741 | 2026-05-15T22:26:11.453Z | Downloaded globset v0.4.18 |
| 742 | 2026-05-15T22:26:11.454Z | Downloaded git-stub-vcs v0.1.0 |
| 743 | 2026-05-15T22:26:11.454Z | Downloaded cancel-safe-futures v0.1.5 |
| 744 | 2026-05-15T22:26:11.456Z | Downloaded lazy_static v1.5.0 |
| 745 | 2026-05-15T22:26:11.456Z | Downloaded is_ci v1.2.0 |
| 746 | 2026-05-15T22:26:11.459Z | Downloaded hex v0.4.3 |
| 747 | 2026-05-15T22:26:11.459Z | Downloaded headers-core v0.3.0 |
| 748 | 2026-05-15T22:26:11.459Z | Downloaded corncobs v0.1.4 |
| 749 | 2026-05-15T22:26:11.463Z | Downloaded crc32fast v1.5.0 |
| 750 | 2026-05-15T22:26:11.463Z | Downloaded lalrpop-util v0.19.12 |
| 751 | 2026-05-15T22:26:11.463Z | Downloaded cipher v0.4.4 |
| 752 | 2026-05-15T22:26:11.466Z | Downloaded linked-hash-map v0.5.6 |
| 753 | 2026-05-15T22:26:11.466Z | Downloaded kstat-rs v0.2.4 |
| 754 | 2026-05-15T22:26:11.466Z | Downloaded keccak v0.1.6 |
| 755 | 2026-05-15T22:26:11.466Z | Downloaded argon2 v0.5.3 |
| 756 | 2026-05-15T22:26:11.470Z | Downloaded getrandom v0.2.17 |
| 757 | 2026-05-15T22:26:11.473Z | Downloaded lru v0.12.5 |
| 758 | 2026-05-15T22:26:11.473Z | Downloaded md5 v0.7.0 |
| 759 | 2026-05-15T22:26:11.473Z | Downloaded managed v0.8.0 |
| 760 | 2026-05-15T22:26:11.473Z | Downloaded half v1.8.3 |
| 761 | 2026-05-15T22:26:11.476Z | Downloaded lzss v0.8.2 |
| 762 | 2026-05-15T22:26:11.480Z | Downloaded memoffset v0.9.1 |
| 763 | 2026-05-15T22:26:11.480Z | Downloaded either v1.15.0 |
| 764 | 2026-05-15T22:26:11.482Z | Downloaded des v0.8.1 |
| 765 | 2026-05-15T22:26:11.483Z | Downloaded darling v0.21.3 |
| 766 | 2026-05-15T22:26:11.485Z | Downloaded foldhash v0.2.0 |
| 767 | 2026-05-15T22:26:11.488Z | Downloaded foldhash v0.1.5 |
| 768 | 2026-05-15T22:26:11.488Z | Downloaded hyper-tls v0.6.0 |
| 769 | 2026-05-15T22:26:11.491Z | Downloaded hyper-staticfile v0.10.1 |
| 770 | 2026-05-15T22:26:11.491Z | Downloaded humantime v2.3.0 |
| 771 | 2026-05-15T22:26:11.491Z | Downloaded http-body-util v0.1.3 |
| 772 | 2026-05-15T22:26:11.495Z | Downloaded indoc v2.0.7 |
| 773 | 2026-05-15T22:26:11.496Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 774 | 2026-05-15T22:26:11.498Z | Downloaded fallible-iterator v0.2.0 |
| 775 | 2026-05-15T22:26:11.498Z | Downloaded colored v2.2.0 |
| 776 | 2026-05-15T22:26:11.498Z | Downloaded new_debug_unreachable v1.0.6 |
| 777 | 2026-05-15T22:26:11.503Z | Downloaded mime v0.3.17 |
| 778 | 2026-05-15T22:26:11.503Z | Downloaded md-5 v0.10.6 |
| 779 | 2026-05-15T22:26:11.503Z | Downloaded ipnet v2.11.0 |
| 780 | 2026-05-15T22:26:11.508Z | Downloaded lru-slab v0.1.2 |
| 781 | 2026-05-15T22:26:11.508Z | Downloaded lru-cache v0.1.2 |
| 782 | 2026-05-15T22:26:11.508Z | Downloaded defmt-macros v1.0.1 |
| 783 | 2026-05-15T22:26:11.508Z | Downloaded crc-any v2.5.0 |
| 784 | 2026-05-15T22:26:11.511Z | Downloaded chacha20poly1305 v0.10.1 |
| 785 | 2026-05-15T22:26:11.511Z | Downloaded crossbeam-utils v0.8.21 |
| 786 | 2026-05-15T22:26:11.511Z | Downloaded clang-sys v1.8.1 |
| 787 | 2026-05-15T22:26:11.511Z | Downloaded newline-converter v0.3.0 |
| 788 | 2026-05-15T22:26:11.514Z | Downloaded normalize-line-endings v0.3.0 |
| 789 | 2026-05-15T22:26:11.517Z | Downloaded ingot v0.1.1 |
| 790 | 2026-05-15T22:26:11.521Z | Downloaded num-conv v0.2.0 |
| 791 | 2026-05-15T22:26:11.521Z | Downloaded hmac v0.12.1 |
| 792 | 2026-05-15T22:26:11.524Z | Downloaded multimap v0.10.1 |
| 793 | 2026-05-15T22:26:11.524Z | Downloaded maybe-uninit v2.0.0 |
| 794 | 2026-05-15T22:26:11.524Z | Downloaded match_cfg v0.1.0 |
| 795 | 2026-05-15T22:26:11.524Z | Downloaded nibble_vec v0.1.0 |
| 796 | 2026-05-15T22:26:11.524Z | Downloaded newtype_derive v0.1.6 |
| 797 | 2026-05-15T22:26:11.527Z | Downloaded jobserver v0.1.34 |
| 798 | 2026-05-15T22:26:11.527Z | Downloaded newtype-uuid-macros v0.1.0 |
| 799 | 2026-05-15T22:26:11.527Z | Downloaded futures-channel v0.3.32 |
| 800 | 2026-05-15T22:26:11.530Z | Downloaded libloading v0.8.9 |
| 801 | 2026-05-15T22:26:11.530Z | Downloaded libefi-sys v0.1.0 |
| 802 | 2026-05-15T22:26:11.533Z | Downloaded nonempty v0.12.0 |
| 803 | 2026-05-15T22:26:11.533Z | Downloaded futures v0.3.32 |
| 804 | 2026-05-15T22:26:11.536Z | Downloaded linear-map v1.2.0 |
| 805 | 2026-05-15T22:26:11.540Z | Downloaded num-derive v0.4.2 |
| 806 | 2026-05-15T22:26:11.542Z | Downloaded iana-time-zone v0.1.65 |
| 807 | 2026-05-15T22:26:11.542Z | Downloaded olpc-cjson v0.1.4 |
| 808 | 2026-05-15T22:26:11.545Z | Downloaded ipnetwork v0.21.1 |
| 809 | 2026-05-15T22:26:11.545Z | Downloaded nodrop v0.1.14 |
| 810 | 2026-05-15T22:26:11.545Z | Downloaded openssl-probe v0.1.6 |
| 811 | 2026-05-15T22:26:11.554Z | Downloaded num_enum_derive v0.5.11 |
| 812 | 2026-05-15T22:26:11.554Z | Downloaded libscf-sys v1.1.0 |
| 813 | 2026-05-15T22:26:11.554Z | Downloaded num-derive v0.3.3 |
| 814 | 2026-05-15T22:26:11.555Z | Downloaded bytes v1.11.1 |
| 815 | 2026-05-15T22:26:11.555Z | Downloaded base64 v0.22.1 |
| 816 | 2026-05-15T22:26:11.555Z | Downloaded opaque-debug v0.3.1 |
| 817 | 2026-05-15T22:26:11.558Z | Downloaded allocator-api2 v0.2.21 |
| 818 | 2026-05-15T22:26:11.558Z | Downloaded num_threads v0.1.7 |
| 819 | 2026-05-15T22:26:11.558Z | Downloaded half v2.7.1 |
| 820 | 2026-05-15T22:26:11.561Z | Downloaded const_format v0.2.35 |
| 821 | 2026-05-15T22:26:11.563Z | Downloaded ingot-types v0.1.2 |
| 822 | 2026-05-15T22:26:11.563Z | Downloaded native-tls v0.2.18 |
| 823 | 2026-05-15T22:26:11.564Z | Downloaded nanorand v0.7.0 |
| 824 | 2026-05-15T22:26:11.566Z | Downloaded derive_more v0.99.20 |
| 825 | 2026-05-15T22:26:11.569Z | Downloaded lock_api v0.4.14 |
| 826 | 2026-05-15T22:26:11.569Z | Downloaded fatfs v0.3.6 |
| 827 | 2026-05-15T22:26:11.572Z | Downloaded httparse v1.10.1 |
| 828 | 2026-05-15T22:26:11.574Z | Downloaded num-iter v0.1.45 |
| 829 | 2026-05-15T22:26:11.574Z | Downloaded num v0.4.3 |
| 830 | 2026-05-15T22:26:11.579Z | Downloaded newtype-uuid v1.3.2 |
| 831 | 2026-05-15T22:26:11.579Z | Downloaded maplit v1.0.2 |
| 832 | 2026-05-15T22:26:11.581Z | Downloaded libsw-core v0.3.2 |
| 833 | 2026-05-15T22:26:11.581Z | Downloaded openssl-macros v0.1.1 |
| 834 | 2026-05-15T22:26:11.581Z | Downloaded hyper-rustls v0.27.7 |
| 835 | 2026-05-15T22:26:11.584Z | Downloaded parse-display v0.10.0 |
| 836 | 2026-05-15T22:26:11.584Z | Downloaded parse-size v1.1.0 |
| 837 | 2026-05-15T22:26:11.584Z | Downloaded elliptic-curve v0.13.8 |
| 838 | 2026-05-15T22:26:11.604Z | Downloaded pbkdf2 v0.11.0 |
| 839 | 2026-05-15T22:26:11.607Z | Downloaded aes-gcm v0.10.3 |
| 840 | 2026-05-15T22:26:11.609Z | Downloaded packed_struct_codegen v0.10.1 |
| 841 | 2026-05-15T22:26:11.609Z | Downloaded oso-derive v0.27.3 |
| 842 | 2026-05-15T22:26:11.609Z | Downloaded mime_guess v2.0.5 |
| 843 | 2026-05-15T22:26:11.612Z | Downloaded ingot-macros v0.1.1 |
| 844 | 2026-05-15T22:26:11.612Z | Downloaded openssl-probe v0.2.1 |
| 845 | 2026-05-15T22:26:11.612Z | Downloaded num-integer v0.1.46 |
| 846 | 2026-05-15T22:26:11.617Z | Downloaded num-complex v0.4.6 |
| 847 | 2026-05-15T22:26:11.617Z | Downloaded libsw v3.5.0 |
| 848 | 2026-05-15T22:26:11.621Z | Downloaded getrandom v0.3.4 |
| 849 | 2026-05-15T22:26:11.621Z | Downloaded pin-utils v0.1.0 |
| 850 | 2026-05-15T22:26:11.621Z | Downloaded phf_shared v0.12.1 |
| 851 | 2026-05-15T22:26:11.621Z | Downloaded phf_shared v0.11.3 |
| 852 | 2026-05-15T22:26:11.621Z | Downloaded dropshot_endpoint v0.17.0 |
| 853 | 2026-05-15T22:26:11.624Z | Downloaded base64 v0.21.7 |
| 854 | 2026-05-15T22:26:11.629Z | Downloaded dropshot_endpoint v0.16.7 |
| 855 | 2026-05-15T22:26:11.632Z | Downloaded compact_str v0.8.1 |
| 856 | 2026-05-15T22:26:11.632Z | Downloaded nu-ansi-term v0.50.3 |
| 857 | 2026-05-15T22:26:11.632Z | Downloaded pbkdf2 v0.12.2 |
| 858 | 2026-05-15T22:26:11.634Z | Downloaded oxnet v0.1.4 |
| 859 | 2026-05-15T22:26:11.634Z | Downloaded num_enum_derive v0.7.5 |
| 860 | 2026-05-15T22:26:11.637Z | Downloaded num-rational v0.4.2 |
| 861 | 2026-05-15T22:26:11.637Z | Downloaded indexmap v1.9.3 |
| 862 | 2026-05-15T22:26:11.641Z | Downloaded phf_shared v0.13.1 |
| 863 | 2026-05-15T22:26:11.641Z | Downloaded predicates-tree v1.0.13 |
| 864 | 2026-05-15T22:26:11.643Z | Downloaded peg-runtime v0.8.5 |
| 865 | 2026-05-15T22:26:11.643Z | Downloaded arc-swap v1.8.2 |
| 866 | 2026-05-15T22:26:11.648Z | Downloaded powerfmt v0.2.0 |
| 867 | 2026-05-15T22:26:11.653Z | Downloaded proc-macro-crate v1.3.1 |
| 868 | 2026-05-15T22:26:11.656Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 869 | 2026-05-15T22:26:11.656Z | Downloaded proc-macro-crate v3.4.0 |
| 870 | 2026-05-15T22:26:11.659Z | Downloaded ignore v0.4.25 |
| 871 | 2026-05-15T22:26:11.659Z | Downloaded darling_core v0.21.3 |
| 872 | 2026-05-15T22:26:11.662Z | Downloaded progenitor-client v0.11.2 |
| 873 | 2026-05-15T22:26:11.664Z | Downloaded num_enum v0.7.5 |
| 874 | 2026-05-15T22:26:11.667Z | Downloaded predicates-core v1.0.10 |
| 875 | 2026-05-15T22:26:11.667Z | Downloaded precomputed-hash v0.1.1 |
| 876 | 2026-05-15T22:26:11.667Z | Downloaded oxide-tokio-rt v0.1.4 |
| 877 | 2026-05-15T22:26:11.670Z | Downloaded paste v1.0.15 |
| 878 | 2026-05-15T22:26:11.670Z | Downloaded password-hash v0.5.0 |
| 879 | 2026-05-15T22:26:11.673Z | Downloaded password-hash v0.4.2 |
| 880 | 2026-05-15T22:26:11.673Z | Downloaded parse-display-derive v0.10.0 |
| 881 | 2026-05-15T22:26:11.673Z | Downloaded flume v0.11.1 |
| 882 | 2026-05-15T22:26:11.676Z | Downloaded psl-types v2.0.11 |
| 883 | 2026-05-15T22:26:11.676Z | Downloaded progenitor-client v0.14.0 |
| 884 | 2026-05-15T22:26:11.680Z | Downloaded progenitor-client v0.10.0 |
| 885 | 2026-05-15T22:26:11.680Z | Downloaded peg v0.8.5 |
| 886 | 2026-05-15T22:26:11.683Z | Downloaded cc v1.2.56 |
| 887 | 2026-05-15T22:26:11.683Z | Downloaded phf v0.13.1 |
| 888 | 2026-05-15T22:26:11.683Z | Downloaded phf v0.12.1 |
| 889 | 2026-05-15T22:26:11.686Z | Downloaded path-slash v0.1.5 |
| 890 | 2026-05-15T22:26:11.686Z | Downloaded packed_struct v0.10.1 |
| 891 | 2026-05-15T22:26:11.686Z | Downloaded multer v3.1.0 |
| 892 | 2026-05-15T22:26:11.688Z | Downloaded quick-error v1.2.3 |
| 893 | 2026-05-15T22:26:11.688Z | Downloaded radium v0.7.0 |
| 894 | 2026-05-15T22:26:11.688Z | Downloaded litrs v1.0.0 |
| 895 | 2026-05-15T22:26:11.693Z | Downloaded progenitor-macro v0.11.2 |
| 896 | 2026-05-15T22:26:11.696Z | Downloaded pem-rfc7468 v0.7.0 |
| 897 | 2026-05-15T22:26:11.696Z | Downloaded poly1305 v0.8.0 |
| 898 | 2026-05-15T22:26:11.699Z | Downloaded heapless v0.8.0 |
| 899 | 2026-05-15T22:26:11.703Z | Downloaded heapless v0.7.17 |
| 900 | 2026-05-15T22:26:11.703Z | Downloaded memmap2 v0.9.10 |
| 901 | 2026-05-15T22:26:11.706Z | Downloaded pkg-config v0.3.32 |
| 902 | 2026-05-15T22:26:11.709Z | Downloaded pem v3.0.6 |
| 903 | 2026-05-15T22:26:11.709Z | Downloaded num_enum v0.5.11 |
| 904 | 2026-05-15T22:26:11.712Z | Downloaded rand_xorshift v0.4.0 |
| 905 | 2026-05-15T22:26:11.712Z | Downloaded primeorder v0.13.6 |
| 906 | 2026-05-15T22:26:11.716Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 907 | 2026-05-15T22:26:11.718Z | Downloaded pin-project-lite v0.2.17 |
| 908 | 2026-05-15T22:26:11.719Z | Downloaded recursive v0.1.1 |
| 909 | 2026-05-15T22:26:11.721Z | Downloaded pin-project-internal v1.1.11 |
| 910 | 2026-05-15T22:26:11.724Z | Downloaded rand_chacha v0.3.1 |
| 911 | 2026-05-15T22:26:11.724Z | Downloaded ed25519-dalek v2.2.0 |
| 912 | 2026-05-15T22:26:11.727Z | Downloaded ppv-lite86 v0.2.21 |
| 913 | 2026-05-15T22:26:11.727Z | Downloaded predicates v3.1.4 |
| 914 | 2026-05-15T22:26:11.729Z | Downloaded progenitor v0.11.2 |
| 915 | 2026-05-15T22:26:11.729Z | Downloaded progenitor v0.10.0 |
| 916 | 2026-05-15T22:26:11.734Z | Downloaded ref-cast-impl v1.0.25 |
| 917 | 2026-05-15T22:26:11.734Z | Downloaded progenitor-macro v0.10.0 |
| 918 | 2026-05-15T22:26:11.734Z | Downloaded progenitor-extras v0.2.0 |
| 919 | 2026-05-15T22:26:11.737Z | Downloaded progenitor-client v0.13.0 |
| 920 | 2026-05-15T22:26:11.737Z | Downloaded proc-macro-error2 v2.0.1 |
| 921 | 2026-05-15T22:26:11.737Z | Downloaded ref-cast v1.0.25 |
| 922 | 2026-05-15T22:26:11.739Z | Downloaded omicron-zone-package v0.12.2 |
| 923 | 2026-05-15T22:26:11.742Z | Downloaded postgres-protocol v0.6.10 |
| 924 | 2026-05-15T22:26:11.742Z | Downloaded async-compression v0.4.41 |
| 925 | 2026-05-15T22:26:11.745Z | Downloaded parking_lot_core v0.9.12 |
| 926 | 2026-05-15T22:26:11.748Z | Downloaded flate2 v1.1.9 |
| 927 | 2026-05-15T22:26:11.751Z | Downloaded progenitor-macro v0.13.0 |
| 928 | 2026-05-15T22:26:11.754Z | Downloaded owo-colors v4.3.0 |
| 929 | 2026-05-15T22:26:11.754Z | Downloaded indicatif v0.18.4 |
| 930 | 2026-05-15T22:26:11.759Z | Downloaded pkcs8 v0.10.2 |
| 931 | 2026-05-15T22:26:11.759Z | Downloaded polyval v0.6.2 |
| 932 | 2026-05-15T22:26:11.764Z | Downloaded hickory-resolver v0.25.2 |
| 933 | 2026-05-15T22:26:11.764Z | Downloaded r2d2 v0.8.10 |
| 934 | 2026-05-15T22:26:11.764Z | Downloaded rtoolbox v0.0.3 |
| 935 | 2026-05-15T22:26:11.764Z | Downloaded psm v0.1.30 |
| 936 | 2026-05-15T22:26:11.767Z | Downloaded miniz_oxide v0.8.9 |
| 937 | 2026-05-15T22:26:11.767Z | Downloaded progenitor-macro v0.14.0 |
| 938 | 2026-05-15T22:26:11.767Z | Downloaded progenitor v0.14.0 |
| 939 | 2026-05-15T22:26:11.769Z | Downloaded oso v0.27.3 |
| 940 | 2026-05-15T22:26:11.769Z | Downloaded rfc6979 v0.4.0 |
| 941 | 2026-05-15T22:26:11.773Z | Downloaded postgres-types v0.2.12 |
| 942 | 2026-05-15T22:26:11.773Z | Downloaded parking_lot v0.11.2 |
| 943 | 2026-05-15T22:26:11.776Z | Downloaded progenitor v0.13.0 |
| 944 | 2026-05-15T22:26:11.776Z | Downloaded parking_lot_core v0.8.6 |
| 945 | 2026-05-15T22:26:11.776Z | Downloaded russh-cryptovec v0.7.3 |
| 946 | 2026-05-15T22:26:11.776Z | Downloaded parking_lot v0.12.5 |
| 947 | 2026-05-15T22:26:11.779Z | Downloaded rustc-hash v2.1.1 |
| 948 | 2026-05-15T22:26:11.785Z | Downloaded hickory-resolver v0.24.4 |
| 949 | 2026-05-15T22:26:11.788Z | Downloaded hashbrown v0.13.2 |
| 950 | 2026-05-15T22:26:11.791Z | Downloaded libbz2-rs-sys v0.2.2 |
| 951 | 2026-05-15T22:26:11.794Z | Downloaded bumpalo v3.20.2 |
| 952 | 2026-05-15T22:26:11.797Z | Downloaded peg-macros v0.8.5 |
| 953 | 2026-05-15T22:26:11.799Z | Downloaded papergrid v0.17.0 |
| 954 | 2026-05-15T22:26:11.802Z | Downloaded postcard v1.1.3 |
| 955 | 2026-05-15T22:26:11.802Z | Downloaded rustc_version v0.1.7 |
| 956 | 2026-05-15T22:26:11.805Z | Downloaded sapling-renderdag v0.1.0 |
| 957 | 2026-05-15T22:26:11.805Z | Downloaded salsa20 v0.10.2 |
| 958 | 2026-05-15T22:26:11.808Z | Downloaded same-file v1.0.6 |
| 959 | 2026-05-15T22:26:11.811Z | Downloaded rustc_version v0.4.1 |
| 960 | 2026-05-15T22:26:11.815Z | Downloaded rand_core v0.9.5 |
| 961 | 2026-05-15T22:26:11.815Z | Downloaded diesel_derives v2.3.7 |
| 962 | 2026-05-15T22:26:11.818Z | Downloaded derive_more v2.1.1 |
| 963 | 2026-05-15T22:26:11.824Z | Downloaded openssl-sys v0.9.115 |
| 964 | 2026-05-15T22:26:11.827Z | Downloaded dropshot-api-manager v0.7.1 |
| 965 | 2026-05-15T22:26:11.830Z | Downloaded resolv-conf v0.7.6 |
| 966 | 2026-05-15T22:26:11.830Z | Downloaded secrecy v0.8.0 |
| 967 | 2026-05-15T22:26:11.833Z | Downloaded scrypt v0.11.0 |
| 968 | 2026-05-15T22:26:11.833Z | Downloaded derive_more-impl v2.1.1 |
| 969 | 2026-05-15T22:26:11.836Z | Downloaded rand_seeder v0.4.0 |
| 970 | 2026-05-15T22:26:11.836Z | Downloaded serde_plain v1.0.2 |
| 971 | 2026-05-15T22:26:11.838Z | Downloaded serde_urlencoded v0.7.1 |
| 972 | 2026-05-15T22:26:11.838Z | Downloaded serde_spanned v1.0.4 |
| 973 | 2026-05-15T22:26:11.838Z | Downloaded serde_repr v0.1.20 |
| 974 | 2026-05-15T22:26:11.841Z | Downloaded rand_core v0.6.4 |
| 975 | 2026-05-15T22:26:11.841Z | Downloaded crossbeam-channel v0.5.15 |
| 976 | 2026-05-15T22:26:11.844Z | Downloaded scroll_derive v0.13.1 |
| 977 | 2026-05-15T22:26:11.844Z | Downloaded scopeguard v1.2.0 |
| 978 | 2026-05-15T22:26:11.844Z | Downloaded der v0.7.10 |
| 979 | 2026-05-15T22:26:11.848Z | Downloaded prefix-trie v0.7.0 |
| 980 | 2026-05-15T22:26:11.851Z | Downloaded hashbrown v0.12.3 |
| 981 | 2026-05-15T22:26:11.853Z | Downloaded p256 v0.13.2 |
| 982 | 2026-05-15T22:26:11.862Z | Downloaded rustls-pemfile v1.0.4 |
| 983 | 2026-05-15T22:26:11.865Z | Downloaded shell-words v1.1.1 |
| 984 | 2026-05-15T22:26:11.865Z | Downloaded secrecy v0.10.3 |
| 985 | 2026-05-15T22:26:11.865Z | Downloaded signal-hook-mio v0.2.5 |
| 986 | 2026-05-15T22:26:11.868Z | Downloaded serde_bytes v0.11.19 |
| 987 | 2026-05-15T22:26:11.868Z | Downloaded serde-big-array v0.5.1 |
| 988 | 2026-05-15T22:26:11.868Z | Downloaded seq-macro v0.3.6 |
| 989 | 2026-05-15T22:26:11.871Z | Downloaded minimal-lexical v0.2.1 |
| 990 | 2026-05-15T22:26:11.874Z | Downloaded headers v0.4.1 |
| 991 | 2026-05-15T22:26:11.877Z | Downloaded crossterm v0.29.0 |
| 992 | 2026-05-15T22:26:11.887Z | Downloaded pkcs1 v0.7.5 |
| 993 | 2026-05-15T22:26:11.890Z | Downloaded pin-project v1.1.11 |
| 994 | 2026-05-15T22:26:11.895Z | Downloaded rustls-pemfile v2.2.0 |
| 995 | 2026-05-15T22:26:11.898Z | Downloaded sha1 v0.10.6 |
| 996 | 2026-05-15T22:26:11.898Z | Downloaded progenitor-impl v0.11.2 |
| 997 | 2026-05-15T22:26:11.901Z | Downloaded progenitor-impl v0.10.0 |
| 998 | 2026-05-15T22:26:11.901Z | Downloaded slog-bunyan v2.5.0 |
| 999 | 2026-05-15T22:26:11.904Z | Downloaded http v1.4.0 |
| 1000 | 2026-05-15T22:26:11.904Z | Downloaded signal-hook-tokio v0.3.1 |
| 1001 | 2026-05-15T22:26:11.906Z | Downloaded quinn-udp v0.5.14 |
| 1002 | 2026-05-15T22:26:11.906Z | Downloaded pkcs5 v0.7.1 |
| 1003 | 2026-05-15T22:26:11.909Z | Downloaded blake3 v1.8.3 |
| 1004 | 2026-05-15T22:26:11.912Z | Downloaded sigpipe v0.1.3 |
| 1005 | 2026-05-15T22:26:11.915Z | Downloaded signature v2.2.0 |
| 1006 | 2026-05-15T22:26:11.915Z | Downloaded serde_path_to_error v0.1.20 |
| 1007 | 2026-05-15T22:26:11.915Z | Downloaded serde_derive_internals v0.29.1 |
| 1008 | 2026-05-15T22:26:11.918Z | Downloaded scroll v0.13.0 |
| 1009 | 2026-05-15T22:26:11.918Z | Downloaded slog-envlogger v2.2.0 |
| 1010 | 2026-05-15T22:26:11.918Z | Downloaded rusty-fork v0.3.1 |
| 1011 | 2026-05-15T22:26:11.921Z | Downloaded rustversion v1.0.22 |
| 1012 | 2026-05-15T22:26:11.921Z | Downloaded rand_chacha v0.9.0 |
| 1013 | 2026-05-15T22:26:11.923Z | Downloaded rand_core v0.10.0 |
| 1014 | 2026-05-15T22:26:11.923Z | Downloaded progenitor-impl v0.14.0 |
| 1015 | 2026-05-15T22:26:11.926Z | Downloaded jiff-static v0.2.21 |
| 1016 | 2026-05-15T22:26:11.929Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1017 | 2026-05-15T22:26:11.929Z | Downloaded schemars_derive v0.8.22 |
| 1018 | 2026-05-15T22:26:11.932Z | Downloaded pretty_assertions v1.4.1 |
| 1019 | 2026-05-15T22:26:11.939Z | Downloaded progenitor-impl v0.13.0 |
| 1020 | 2026-05-15T22:26:11.941Z | Downloaded sct v0.7.1 |
| 1021 | 2026-05-15T22:26:11.944Z | Downloaded sqlparser_derive v0.5.0 |
| 1022 | 2026-05-15T22:26:11.950Z | Downloaded serde-hex v0.1.0 |
| 1023 | 2026-05-15T22:26:11.952Z | Downloaded semver v0.1.20 |
| 1024 | 2026-05-15T22:26:11.952Z | Downloaded sec1 v0.7.3 |
| 1025 | 2026-05-15T22:26:11.957Z | Downloaded ssh-cipher v0.2.0 |
| 1026 | 2026-05-15T22:26:11.960Z | Downloaded rustls-native-certs v0.8.3 |
| 1027 | 2026-05-15T22:26:11.962Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1028 | 2026-05-15T22:26:11.963Z | Downloaded ssh-encoding v0.2.0 |
| 1029 | 2026-05-15T22:26:11.965Z | Downloaded strum v0.26.3 |
| 1030 | 2026-05-15T22:26:11.965Z | Downloaded structmeta-derive v0.3.0 |
| 1031 | 2026-05-15T22:26:11.965Z | Downloaded expectorate v1.2.0 |
| 1032 | 2026-05-15T22:26:11.969Z | Downloaded strum v0.27.2 |
| 1033 | 2026-05-15T22:26:11.970Z | Downloaded signal-hook-registry v1.4.8 |
| 1034 | 2026-05-15T22:26:11.972Z | Downloaded slog-async v2.8.0 |
| 1035 | 2026-05-15T22:26:11.975Z | Downloaded russh-keys v0.45.0 |
| 1036 | 2026-05-15T22:26:11.978Z | Downloaded rustls-pki-types v1.14.0 |
| 1037 | 2026-05-15T22:26:11.980Z | Downloaded structmeta v0.3.0 |
| 1038 | 2026-05-15T22:26:11.980Z | Downloaded supports-color v3.0.2 |
| 1039 | 2026-05-15T22:26:11.983Z | Downloaded slog-json v2.6.1 |
| 1040 | 2026-05-15T22:26:11.983Z | Downloaded sync_wrapper v1.0.2 |
| 1041 | 2026-05-15T22:26:11.986Z | Downloaded subtle v2.6.1 |
| 1042 | 2026-05-15T22:26:11.988Z | Downloaded slab v0.4.12 |
| 1043 | 2026-05-15T22:26:11.988Z | Downloaded simd-adler32 v0.3.8 |
| 1044 | 2026-05-15T22:26:11.991Z | Downloaded shlex v1.3.0 |
| 1045 | 2026-05-15T22:26:11.994Z | Downloaded snafu-derive v0.8.9 |
| 1046 | 2026-05-15T22:26:11.994Z | Downloaded tagptr v0.2.0 |
| 1047 | 2026-05-15T22:26:11.996Z | Downloaded slog-stdlog v4.1.1 |
| 1048 | 2026-05-15T22:26:11.996Z | Downloaded tabwriter v1.4.1 |
| 1049 | 2026-05-15T22:26:11.996Z | Downloaded tabled_derive v0.11.0 |
| 1050 | 2026-05-15T22:26:11.999Z | Downloaded slog-dtrace v0.3.0 |
| 1051 | 2026-05-15T22:26:11.999Z | Downloaded sync-ptr v0.1.4 |
| 1052 | 2026-05-15T22:26:11.999Z | Downloaded siphasher v1.0.2 |
| 1053 | 2026-05-15T22:26:12.002Z | Downloaded testing_table v0.3.0 |
| 1054 | 2026-05-15T22:26:12.002Z | Downloaded smf v0.2.3 |
| 1055 | 2026-05-15T22:26:12.002Z | Downloaded smallvec v0.6.14 |
| 1056 | 2026-05-15T22:26:12.005Z | Downloaded take_mut v0.2.2 |
| 1057 | 2026-05-15T22:26:12.009Z | Downloaded hashbrown v0.16.1 |
| 1058 | 2026-05-15T22:26:12.012Z | Downloaded hashbrown v0.15.5 |
| 1059 | 2026-05-15T22:26:12.015Z | Downloaded slog-term v2.9.2 |
| 1060 | 2026-05-15T22:26:12.018Z | Downloaded ron v0.8.1 |
| 1061 | 2026-05-15T22:26:12.021Z | Downloaded termtree v0.5.1 |
| 1062 | 2026-05-15T22:26:12.023Z | Downloaded serde_with_macros v3.17.0 |
| 1063 | 2026-05-15T22:26:12.023Z | Downloaded stacker v0.1.23 |
| 1064 | 2026-05-15T22:26:12.026Z | Downloaded thread-id v5.1.0 |
| 1065 | 2026-05-15T22:26:12.026Z | Downloaded rayon-core v1.13.0 |
| 1066 | 2026-05-15T22:26:12.029Z | Downloaded string_cache v0.8.9 |
| 1067 | 2026-05-15T22:26:12.029Z | Downloaded slog-scope v4.4.1 |
| 1068 | 2026-05-15T22:26:12.035Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1069 | 2026-05-15T22:26:12.038Z | Downloaded sqlformat v0.3.5 |
| 1070 | 2026-05-15T22:26:12.038Z | Downloaded spki v0.7.3 |
| 1071 | 2026-05-15T22:26:12.041Z | Downloaded time-core v0.1.8 |
| 1072 | 2026-05-15T22:26:12.041Z | Downloaded tinyvec_macros v0.1.1 |
| 1073 | 2026-05-15T22:26:12.043Z | Downloaded strum_macros v0.24.3 |
| 1074 | 2026-05-15T22:26:12.044Z | Downloaded static_assertions v1.1.0 |
| 1075 | 2026-05-15T22:26:12.046Z | Downloaded tokio-macros v2.7.0 |
| 1076 | 2026-05-15T22:26:12.046Z | Downloaded mio v1.2.0 |
| 1077 | 2026-05-15T22:26:12.049Z | Downloaded stringprep v0.1.5 |
| 1078 | 2026-05-15T22:26:12.052Z | Downloaded ryu v1.0.23 |
| 1079 | 2026-05-15T22:26:12.054Z | Downloaded hickory-server v0.25.2 |
| 1080 | 2026-05-15T22:26:12.057Z | Downloaded itertools v0.10.5 |
| 1081 | 2026-05-15T22:26:12.060Z | Downloaded support-bundle-viewer v0.1.2 |
| 1082 | 2026-05-15T22:26:12.062Z | Downloaded serde_cbor v0.11.2 |
| 1083 | 2026-05-15T22:26:12.065Z | Downloaded iddqd v0.3.18 |
| 1084 | 2026-05-15T22:26:12.068Z | Downloaded strum_macros v0.26.4 |
| 1085 | 2026-05-15T22:26:12.070Z | Downloaded thiserror-no-std v2.0.2 |
| 1086 | 2026-05-15T22:26:12.073Z | Downloaded termios v0.3.3 |
| 1087 | 2026-05-15T22:26:12.076Z | Downloaded thread_local v1.1.9 |
| 1088 | 2026-05-15T22:26:12.079Z | Downloaded aho-corasick v1.1.4 |
| 1089 | 2026-05-15T22:26:12.081Z | Downloaded rcgen v0.12.1 |
| 1090 | 2026-05-15T22:26:12.084Z | Downloaded tap v1.0.1 |
| 1091 | 2026-05-15T22:26:12.087Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1092 | 2026-05-15T22:26:12.089Z | Downloaded topological-sort v0.2.2 |
| 1093 | 2026-05-15T22:26:12.092Z | Downloaded tower-service v0.3.3 |
| 1094 | 2026-05-15T22:26:12.106Z | Downloaded tiny-keccak v2.0.2 |
| 1095 | 2026-05-15T22:26:12.110Z | Downloaded itertools v0.13.0 |
| 1096 | 2026-05-15T22:26:12.113Z | Downloaded tower-layer v0.3.3 |
| 1097 | 2026-05-15T22:26:12.115Z | Downloaded iri-string v0.7.10 |
| 1098 | 2026-05-15T22:26:12.119Z | Downloaded publicsuffix v2.3.0 |
| 1099 | 2026-05-15T22:26:12.121Z | Downloaded prettyplease v0.2.37 |
| 1100 | 2026-05-15T22:26:12.124Z | Downloaded time-macros v0.2.27 |
| 1101 | 2026-05-15T22:26:12.127Z | Downloaded unarray v0.1.4 |
| 1102 | 2026-05-15T22:26:12.129Z | Downloaded similar v2.7.0 |
| 1103 | 2026-05-15T22:26:12.133Z | Downloaded try-lock v0.2.5 |
| 1104 | 2026-05-15T22:26:12.133Z | Downloaded trait-variant v0.1.2 |
| 1105 | 2026-05-15T22:26:12.133Z | Downloaded typify-macro v0.4.3 |
| 1106 | 2026-05-15T22:26:12.135Z | Downloaded strum_macros v0.27.2 |
| 1107 | 2026-05-15T22:26:12.138Z | Downloaded slog v2.8.2 |
| 1108 | 2026-05-15T22:26:12.140Z | Downloaded num-bigint-dig v0.8.6 |
| 1109 | 2026-05-15T22:26:12.144Z | Downloaded typify-macro v0.6.2 |
| 1110 | 2026-05-15T22:26:12.144Z | Downloaded tokio-tungstenite v0.23.1 |
| 1111 | 2026-05-15T22:26:12.147Z | Downloaded tokio-native-tls v0.3.1 |
| 1112 | 2026-05-15T22:26:12.147Z | Downloaded unit-prefix v0.5.2 |
| 1113 | 2026-05-15T22:26:12.147Z | Downloaded tokio-dtrace v0.1.1 |
| 1114 | 2026-05-15T22:26:12.147Z | Downloaded tls_codec v0.4.2 |
| 1115 | 2026-05-15T22:26:12.150Z | Downloaded nom v7.1.3 |
| 1116 | 2026-05-15T22:26:12.152Z | Downloaded socket2 v0.6.3 |
| 1117 | 2026-05-15T22:26:12.155Z | Downloaded num-bigint v0.4.6 |
| 1118 | 2026-05-15T22:26:12.158Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1119 | 2026-05-15T22:26:12.158Z | Downloaded unicode-truncate v1.1.0 |
| 1120 | 2026-05-15T22:26:12.160Z | Downloaded usdt v0.6.0 |
| 1121 | 2026-05-15T22:26:12.160Z | Downloaded untrusted v0.7.1 |
| 1122 | 2026-05-15T22:26:12.161Z | Downloaded socket2 v0.5.10 |
| 1123 | 2026-05-15T22:26:12.163Z | Downloaded tokio-rustls v0.25.0 |
| 1124 | 2026-05-15T22:26:12.163Z | Downloaded quinn v0.11.9 |
| 1125 | 2026-05-15T22:26:12.166Z | Downloaded signal-hook v0.3.18 |
| 1126 | 2026-05-15T22:26:12.169Z | Downloaded rand v0.9.2 |
| 1127 | 2026-05-15T22:26:12.172Z | Downloaded libxml v0.3.3 |
| 1128 | 2026-05-15T22:26:12.175Z | Downloaded usdt-macro v0.6.0 |
| 1129 | 2026-05-15T22:26:12.175Z | Downloaded usdt-attr-macro v0.6.0 |
| 1130 | 2026-05-15T22:26:12.175Z | Downloaded universal-hash v0.5.1 |
| 1131 | 2026-05-15T22:26:12.178Z | Downloaded term v1.2.1 |
| 1132 | 2026-05-15T22:26:12.178Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1133 | 2026-05-15T22:26:12.181Z | Downloaded tokio-tungstenite v0.21.0 |
| 1134 | 2026-05-15T22:26:12.181Z | Downloaded wait-timeout v0.2.1 |
| 1135 | 2026-05-15T22:26:12.183Z | Downloaded schemars v0.8.22 |
| 1136 | 2026-05-15T22:26:12.188Z | Downloaded waitgroup v0.1.2 |
| 1137 | 2026-05-15T22:26:12.191Z | Downloaded untrusted v0.9.0 |
| 1138 | 2026-05-15T22:26:12.191Z | Downloaded rand v0.8.6 |
| 1139 | 2026-05-15T22:26:12.194Z | Downloaded hyper-util v0.1.20 |
| 1140 | 2026-05-15T22:26:12.196Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1141 | 2026-05-15T22:26:12.199Z | Downloaded term v0.7.0 |
| 1142 | 2026-05-15T22:26:12.202Z | Downloaded want v0.3.1 |
| 1143 | 2026-05-15T22:26:12.202Z | Downloaded spin v0.9.8 |
| 1144 | 2026-05-15T22:26:12.202Z | Downloaded void v1.0.2 |
| 1145 | 2026-05-15T22:26:12.205Z | Downloaded tokio-rustls v0.26.4 |
| 1146 | 2026-05-15T22:26:12.205Z | Downloaded qorb v0.4.1 |
| 1147 | 2026-05-15T22:26:12.208Z | Downloaded unicase v2.9.0 |
| 1148 | 2026-05-15T22:26:12.208Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1149 | 2026-05-15T22:26:12.210Z | Downloaded subprocess v0.2.15 |
| 1150 | 2026-05-15T22:26:12.214Z | Downloaded tui-tree-widget v0.23.1 |
| 1151 | 2026-05-15T22:26:12.217Z | Downloaded xattr v1.6.1 |
| 1152 | 2026-05-15T22:26:12.217Z | Downloaded xshell-macros v0.2.7 |
| 1153 | 2026-05-15T22:26:12.217Z | Downloaded h2 v0.4.13 |
| 1154 | 2026-05-15T22:26:12.221Z | Downloaded schemars v0.9.0 |
| 1155 | 2026-05-15T22:26:12.228Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1156 | 2026-05-15T22:26:12.231Z | Downloaded futures-util v0.3.32 |
| 1157 | 2026-05-15T22:26:12.237Z | Downloaded rsa v0.9.10 |
| 1158 | 2026-05-15T22:26:12.240Z | Downloaded itertools v0.12.1 |
| 1159 | 2026-05-15T22:26:12.245Z | Downloaded zone_cfg_derive v0.3.1 |
| 1160 | 2026-05-15T22:26:12.248Z | Downloaded tokio-rustls v0.24.1 |
| 1161 | 2026-05-15T22:26:12.248Z | Downloaded tracing-attributes v0.1.31 |
| 1162 | 2026-05-15T22:26:12.250Z | Downloaded tls_codec_derive v0.4.2 |
| 1163 | 2026-05-15T22:26:12.250Z | Downloaded zone v0.3.1 |
| 1164 | 2026-05-15T22:26:12.253Z | Downloaded vergen-lib v0.1.6 |
| 1165 | 2026-05-15T22:26:12.256Z | Downloaded itertools v0.14.0 |
| 1166 | 2026-05-15T22:26:12.261Z | Downloaded utf-8 v0.7.6 |
| 1167 | 2026-05-15T22:26:12.264Z | Downloaded usdt-impl v0.6.0 |
| 1168 | 2026-05-15T22:26:12.266Z | Downloaded tinyvec v1.10.0 |
| 1169 | 2026-05-15T22:26:12.269Z | Downloaded twox-hash v2.1.2 |
| 1170 | 2026-05-15T22:26:12.271Z | Downloaded rand v0.10.0 |
| 1171 | 2026-05-15T22:26:12.274Z | Downloaded wyz v0.5.1 |
| 1172 | 2026-05-15T22:26:12.274Z | Downloaded libm v0.2.16 |
| 1173 | 2026-05-15T22:26:12.278Z | Downloaded whoami v2.1.0 |
| 1174 | 2026-05-15T22:26:12.281Z | Downloaded snafu v0.8.9 |
| 1175 | 2026-05-15T22:26:12.284Z | Downloaded xshell v0.2.7 |
| 1176 | 2026-05-15T22:26:12.286Z | Downloaded whoami v1.6.1 |
| 1177 | 2026-05-15T22:26:12.286Z | Downloaded vsss-rs v3.3.4 |
| 1178 | 2026-05-15T22:26:12.289Z | Downloaded vergen-git2 v1.0.7 |
| 1179 | 2026-05-15T22:26:12.289Z | Downloaded zeroize_derive v1.4.3 |
| 1180 | 2026-05-15T22:26:12.292Z | Downloaded vergen-gitcl v1.0.8 |
| 1181 | 2026-05-15T22:26:12.292Z | Downloaded test-strategy v0.4.5 |
| 1182 | 2026-05-15T22:26:12.295Z | Downloaded walkdir v2.5.0 |
| 1183 | 2026-05-15T22:26:12.295Z | Downloaded p521 v0.13.3 |
| 1184 | 2026-05-15T22:26:12.297Z | Downloaded schemars v1.2.1 |
| 1185 | 2026-05-15T22:26:12.305Z | Downloaded rustls-webpki v0.103.9 |
| 1186 | 2026-05-15T22:26:12.308Z | Downloaded russh v0.45.0 |
| 1187 | 2026-05-15T22:26:12.310Z | Downloaded zstd v0.13.3 |
| 1188 | 2026-05-15T22:26:12.313Z | Downloaded zstd-safe v7.2.4 |
| 1189 | 2026-05-15T22:26:12.316Z | Downloaded aws-lc-rs v1.16.3 |
| 1190 | 2026-05-15T22:26:12.319Z | Downloaded zeroize v1.8.2 |
| 1191 | 2026-05-15T22:26:12.322Z | Downloaded samael v0.0.19 |
| 1192 | 2026-05-15T22:26:12.324Z | Downloaded tungstenite v0.23.0 |
| 1193 | 2026-05-15T22:26:12.327Z | Downloaded tracing-core v0.1.36 |
| 1194 | 2026-05-15T22:26:12.330Z | Downloaded hkdf v0.12.4 |
| 1195 | 2026-05-15T22:26:12.336Z | Downloaded hyper v1.8.1 |
| 1196 | 2026-05-15T22:26:12.340Z | Downloaded unicode-properties v0.1.4 |
| 1197 | 2026-05-15T22:26:12.343Z | Downloaded toml v0.7.8 |
| 1198 | 2026-05-15T22:26:12.346Z | Downloaded unsafe-libyaml v0.2.11 |
| 1199 | 2026-05-15T22:26:12.349Z | Downloaded vergen v9.0.6 |
| 1200 | 2026-05-15T22:26:12.349Z | Downloaded uzers v0.12.2 |
| 1201 | 2026-05-15T22:26:12.351Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1202 | 2026-05-15T22:26:12.351Z | Downloaded zerocopy v0.6.6 |
| 1203 | 2026-05-15T22:26:12.354Z | Downloaded rpassword v7.4.0 |
| 1204 | 2026-05-15T22:26:12.357Z | Downloaded tar v0.4.45 |
| 1205 | 2026-05-15T22:26:12.361Z | Downloaded uuid v1.23.0 |
| 1206 | 2026-05-15T22:26:12.366Z | Downloaded vte v0.14.1 |
| 1207 | 2026-05-15T22:26:12.368Z | Downloaded steno v0.4.1 |
| 1208 | 2026-05-15T22:26:12.371Z | Downloaded reedline v0.40.0 |
| 1209 | 2026-05-15T22:26:12.375Z | Downloaded typify v0.6.2 |
| 1210 | 2026-05-15T22:26:12.378Z | Downloaded unicode-bidi v0.3.18 |
| 1211 | 2026-05-15T22:26:12.381Z | Downloaded typify v0.4.3 |
| 1212 | 2026-05-15T22:26:12.386Z | Downloaded tungstenite v0.21.0 |
| 1213 | 2026-05-15T22:26:12.395Z | Downloaded bindgen v0.71.1 |
| 1214 | 2026-05-15T22:26:12.400Z | Downloaded tokio-stream v0.1.18 |
| 1215 | 2026-05-15T22:26:12.405Z | Downloaded yasna v0.5.2 |
| 1216 | 2026-05-15T22:26:12.411Z | Downloaded zopfli v0.8.3 |
| 1217 | 2026-05-15T22:26:12.415Z | Downloaded ssh-key v0.6.7 |
| 1218 | 2026-05-15T22:26:12.418Z | Downloaded rustyline v14.0.0 |
| 1219 | 2026-05-15T22:26:12.421Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1220 | 2026-05-15T22:26:12.423Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1221 | 2026-05-15T22:26:12.426Z | Downloaded unicode_categories v0.1.1 |
| 1222 | 2026-05-15T22:26:12.434Z | Downloaded chrono v0.4.44 |
| 1223 | 2026-05-15T22:26:12.438Z | Downloaded yansi v1.0.1 |
| 1224 | 2026-05-15T22:26:12.455Z | Downloaded tokio-postgres v0.7.16 |
| 1225 | 2026-05-15T22:26:12.465Z | Downloaded bitvec v1.0.1 |
| 1226 | 2026-05-15T22:26:12.469Z | Downloaded goblin v0.10.5 |
| 1227 | 2026-05-15T22:26:12.474Z | Downloaded portable-atomic v1.13.1 |
| 1228 | 2026-05-15T22:26:12.478Z | Downloaded toml_edit v0.19.15 |
| 1229 | 2026-05-15T22:26:12.490Z | Downloaded zerocopy-derive v0.8.40 |
| 1230 | 2026-05-15T22:26:12.495Z | Downloaded p384 v0.13.1 |
| 1231 | 2026-05-15T22:26:12.502Z | Downloaded x509-cert v0.2.5 |
| 1232 | 2026-05-15T22:26:12.508Z | Downloaded rayon v1.11.0 |
| 1233 | 2026-05-15T22:26:12.515Z | Downloaded tower v0.5.3 |
| 1234 | 2026-05-15T22:26:12.522Z | Downloaded typed-path v0.9.3 |
| 1235 | 2026-05-15T22:26:12.525Z | Downloaded rustls-webpki v0.101.7 |
| 1236 | 2026-05-15T22:26:12.534Z | Downloaded tough v0.22.0 |
| 1237 | 2026-05-15T22:26:12.539Z | Downloaded regex v1.12.3 |
| 1238 | 2026-05-15T22:26:12.543Z | Downloaded reqwest v0.13.2 |
| 1239 | 2026-05-15T22:26:12.547Z | Downloaded reqwest v0.12.28 |
| 1240 | 2026-05-15T22:26:12.550Z | Downloaded unicode-segmentation v1.12.0 |
| 1241 | 2026-05-15T22:26:12.552Z | Downloaded rustls-webpki v0.102.8 |
| 1242 | 2026-05-15T22:26:12.563Z | Downloaded unicode-normalization v0.1.25 |
| 1243 | 2026-05-15T22:26:12.566Z | Downloaded proptest v1.10.0 |
| 1244 | 2026-05-15T22:26:12.578Z | Downloaded zip v0.6.6 |
| 1245 | 2026-05-15T22:26:12.582Z | Downloaded serde_with v3.17.0 |
| 1246 | 2026-05-15T22:26:12.608Z | Downloaded lalrpop v0.19.12 |
| 1247 | 2026-05-15T22:26:12.616Z | Downloaded winnow v0.5.40 |
| 1248 | 2026-05-15T22:26:12.621Z | Downloaded quick-xml v0.37.5 |
| 1249 | 2026-05-15T22:26:12.625Z | Downloaded nix v0.27.1 |
| 1250 | 2026-05-15T22:26:12.631Z | Downloaded salty v0.3.0 |
| 1251 | 2026-05-15T22:26:12.636Z | Downloaded bstr v1.12.1 |
| 1252 | 2026-05-15T22:26:12.641Z | Downloaded moka v0.12.13 |
| 1253 | 2026-05-15T22:26:12.646Z | Downloaded nix v0.28.0 |
| 1254 | 2026-05-15T22:26:12.653Z | Downloaded polar-core v0.27.3 |
| 1255 | 2026-05-15T22:26:12.658Z | Downloaded curve25519-dalek v4.1.3 |
| 1256 | 2026-05-15T22:26:12.665Z | Downloaded nix v0.29.0 |
| 1257 | 2026-05-15T22:26:12.671Z | Downloaded zip v4.6.1 |
| 1258 | 2026-05-15T22:26:12.673Z | Downloaded tokio-util v0.7.18 |
| 1259 | 2026-05-15T22:26:12.678Z | Downloaded tower-http v0.6.8 |
| 1260 | 2026-05-15T22:26:12.682Z | Downloaded nix v0.31.2 |
| 1261 | 2026-05-15T22:26:12.690Z | Downloaded rustls v0.21.12 |
| 1262 | 2026-05-15T22:26:12.697Z | Downloaded hickory-proto v0.24.4 |
| 1263 | 2026-05-15T22:26:12.706Z | Downloaded vcpkg v0.2.15 |
| 1264 | 2026-05-15T22:26:12.729Z | Downloaded zlib-rs v0.6.2 |
| 1265 | 2026-05-15T22:26:12.732Z | Downloaded openapiv3 v2.2.0 |
| 1266 | 2026-05-15T22:26:12.739Z | Downloaded object v0.30.4 |
| 1267 | 2026-05-15T22:26:12.745Z | Downloaded regress v0.11.1 |
| 1268 | 2026-05-15T22:26:12.750Z | Downloaded webpki-roots v1.0.6 |
| 1269 | 2026-05-15T22:26:12.753Z | Downloaded rustls v0.22.4 |
| 1270 | 2026-05-15T22:26:12.760Z | Downloaded petname v2.0.2 |
| 1271 | 2026-05-15T22:26:12.764Z | Downloaded winnow v0.6.26 |
| 1272 | 2026-05-15T22:26:12.769Z | Downloaded git2 v0.20.4 |
| 1273 | 2026-05-15T22:26:12.775Z | Downloaded radix_trie v0.2.1 |
| 1274 | 2026-05-15T22:26:12.780Z | Downloaded quinn-proto v0.11.13 |
| 1275 | 2026-05-15T22:26:12.824Z | Downloaded sled v0.34.7 |
| 1276 | 2026-05-15T22:26:12.834Z | Downloaded ratatui v0.29.0 |
| 1277 | 2026-05-15T22:26:12.846Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1278 | 2026-05-15T22:26:12.871Z | Downloaded smoltcp v0.9.1 |
| 1279 | 2026-05-15T22:26:12.878Z | Downloaded regex-automata v0.4.14 |
| 1280 | 2026-05-15T22:26:12.887Z | Downloaded chrono-tz v0.10.4 |
| 1281 | 2026-05-15T22:26:12.899Z | Downloaded tabled v0.20.0 |
| 1282 | 2026-05-15T22:26:12.908Z | Downloaded time v0.3.47 |
| 1283 | 2026-05-15T22:26:12.915Z | Downloaded jiff v0.2.21 |
| 1284 | 2026-05-15T22:26:12.926Z | Downloaded dropshot v0.17.0 |
| 1285 | 2026-05-15T22:26:12.939Z | Downloaded dropshot v0.16.7 |
| 1286 | 2026-05-15T22:26:12.952Z | Downloaded object v0.37.3 |
| 1287 | 2026-05-15T22:26:12.958Z | Downloaded openssl v0.10.79 |
| 1288 | 2026-05-15T22:26:12.972Z | Downloaded regex-syntax v0.6.29 |
| 1289 | 2026-05-15T22:26:12.981Z | Downloaded smoltcp v0.11.0 |
| 1290 | 2026-05-15T22:26:12.989Z | Downloaded zerocopy v0.8.40 |
| 1291 | 2026-05-15T22:26:12.997Z | Downloaded regress v0.10.5 |
| 1292 | 2026-05-15T22:26:13.005Z | Downloaded hickory-proto v0.25.2 |
| 1293 | 2026-05-15T22:26:13.016Z | Downloaded regex-syntax v0.8.10 |
| 1294 | 2026-05-15T22:26:13.025Z | Downloaded diesel v2.3.7 |
| 1295 | 2026-05-15T22:26:13.037Z | Downloaded rustix v0.38.44 |
| 1296 | 2026-05-15T22:26:13.050Z | Downloaded rustls v0.23.37 |
| 1297 | 2026-05-15T22:26:13.106Z | Downloaded ring v0.17.14 |
| 1298 | 2026-05-15T22:26:13.130Z | Downloaded sqlparser v0.61.0 |
| 1299 | 2026-05-15T22:26:13.153Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1300 | 2026-05-15T22:26:13.184Z | Downloaded typify-impl v0.6.2 |
| 1301 | 2026-05-15T22:26:13.201Z | Downloaded typify-impl v0.4.3 |
| 1302 | 2026-05-15T22:26:13.211Z | Downloaded tracing v0.1.44 |
| 1303 | 2026-05-15T22:26:13.233Z | Downloaded zerocopy-derive v0.6.6 |
| 1304 | 2026-05-15T22:26:13.278Z | Downloaded petgraph v0.6.5 |
| 1305 | 2026-05-15T22:26:13.327Z | Downloaded csv v1.4.0 |
| 1306 | 2026-05-15T22:26:13.360Z | Downloaded libz-sys v1.1.24 |
| 1307 | 2026-05-15T22:26:13.373Z | Downloaded petgraph v0.8.3 |
| 1308 | 2026-05-15T22:26:13.387Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1309 | 2026-05-15T22:26:13.396Z | Downloaded sha3 v0.10.8 |
| 1310 | 2026-05-15T22:26:13.404Z | Downloaded tokio v1.52.1 |
| 1311 | 2026-05-15T22:26:13.436Z | Downloaded encoding_rs v0.8.35 |
| 1312 | 2026-05-15T22:26:13.696Z | Downloaded aws-lc-sys v0.40.0 |
| 1313 | 2026-05-15T22:26:13.944Z | Compiling libc v0.2.185 |
| 1314 | 2026-05-15T22:26:13.947Z | Compiling serde v1.0.228 |
| 1315 | 2026-05-15T22:26:13.947Z | Compiling log v0.4.29 |
| 1316 | 2026-05-15T22:26:13.947Z | Compiling shlex v1.3.0 |
| 1317 | 2026-05-15T22:26:14.097Z | Compiling find-msvc-tools v0.1.9 |
| 1318 | 2026-05-15T22:26:14.113Z | Compiling syn v2.0.117 |
| 1319 | 2026-05-15T22:26:14.116Z | Compiling smallvec v1.15.1 |
| 1320 | 2026-05-15T22:26:14.116Z | Compiling typenum v1.19.0 |
| 1321 | 2026-05-15T22:26:14.334Z | Compiling generic-array v0.14.7 |
| 1322 | 2026-05-15T22:26:14.337Z | Compiling subtle v2.6.1 |
| 1323 | 2026-05-15T22:26:14.337Z | Compiling scopeguard v1.2.0 |
| 1324 | 2026-05-15T22:26:14.402Z | Compiling const-oid v0.9.6 |
| 1325 | 2026-05-15T22:26:14.465Z | Compiling lock_api v0.4.14 |
| 1326 | 2026-05-15T22:26:14.508Z | Compiling serde_json v1.0.149 |
| 1327 | 2026-05-15T22:26:14.537Z | Compiling zerocopy v0.8.40 |
| 1328 | 2026-05-15T22:26:14.580Z | Compiling pin-project-lite v0.2.17 |
| 1329 | 2026-05-15T22:26:14.682Z | Compiling parking_lot_core v0.9.12 |
| 1330 | 2026-05-15T22:26:14.708Z | Compiling portable-atomic v1.13.1 |
| 1331 | 2026-05-15T22:26:14.950Z | Compiling pkg-config v0.3.32 |
| 1332 | 2026-05-15T22:26:14.982Z | Compiling getrandom v0.2.17 |
| 1333 | 2026-05-15T22:26:15.044Z | Compiling jobserver v0.1.34 |
| 1334 | 2026-05-15T22:26:15.057Z | Compiling errno v0.3.14 |
| 1335 | 2026-05-15T22:26:15.165Z | Compiling rand_core v0.6.4 |
| 1336 | 2026-05-15T22:26:15.223Z | Compiling signal-hook-registry v1.4.8 |
| 1337 | 2026-05-15T22:26:15.259Z | Compiling cc v1.2.56 |
| 1338 | 2026-05-15T22:26:15.413Z | Compiling bitflags v2.11.0 |
| 1339 | 2026-05-15T22:26:15.444Z | Compiling critical-section v1.2.0 |
| 1340 | 2026-05-15T22:26:15.492Z | Compiling futures-core v0.3.32 |
| 1341 | 2026-05-15T22:26:15.505Z | Compiling libm v0.2.16 |
| 1342 | 2026-05-15T22:26:15.555Z | Compiling parking_lot v0.12.5 |
| 1343 | 2026-05-15T22:26:15.648Z | Compiling mio v1.2.0 |
| 1344 | 2026-05-15T22:26:15.652Z | Compiling num-traits v0.2.19 |
| 1345 | 2026-05-15T22:26:15.907Z | Compiling once_cell v1.21.3 |
| 1346 | 2026-05-15T22:26:15.999Z | Compiling percent-encoding v2.3.2 |
| 1347 | 2026-05-15T22:26:16.048Z | Compiling socket2 v0.6.3 |
| 1348 | 2026-05-15T22:26:16.144Z | Compiling futures-sink v0.3.32 |
| 1349 | 2026-05-15T22:26:16.160Z | Compiling slab v0.4.12 |
| 1350 | 2026-05-15T22:26:16.198Z | Compiling cpufeatures v0.2.17 |
| 1351 | 2026-05-15T22:26:16.224Z | Compiling futures-io v0.3.32 |
| 1352 | 2026-05-15T22:26:16.261Z | Compiling futures-channel v0.3.32 |
| 1353 | 2026-05-15T22:26:16.284Z | Compiling futures-task v0.3.32 |
| 1354 | 2026-05-15T22:26:16.349Z | Compiling getrandom v0.4.1 |
| 1355 | 2026-05-15T22:26:16.388Z | Compiling rand_core v0.10.0 |
| 1356 | 2026-05-15T22:26:16.463Z | Compiling indexmap v2.14.0 |
| 1357 | 2026-05-15T22:26:16.478Z | Compiling rustversion v1.0.22 |
| 1358 | 2026-05-15T22:26:16.493Z | Compiling getrandom v0.3.4 |
| 1359 | 2026-05-15T22:26:16.567Z | Compiling form_urlencoded v1.2.2 |
| 1360 | 2026-05-15T22:26:16.887Z | Compiling cmake v0.1.57 |
| 1361 | 2026-05-15T22:26:16.943Z | Compiling dunce v1.0.5 |
| 1362 | 2026-05-15T22:26:17.022Z | Compiling synstructure v0.13.2 |
| 1363 | 2026-05-15T22:26:17.052Z | Compiling fs_extra v1.3.0 |
| 1364 | 2026-05-15T22:26:17.145Z | Compiling base64ct v1.8.3 |
| 1365 | 2026-05-15T22:26:17.310Z | Compiling ident_case v1.0.1 |
| 1366 | 2026-05-15T22:26:17.335Z | Compiling aws-lc-sys v0.40.0 |
| 1367 | 2026-05-15T22:26:17.356Z | Compiling iana-time-zone v0.1.65 |
| 1368 | 2026-05-15T22:26:17.445Z | Compiling pem-rfc7468 v0.7.0 |
| 1369 | 2026-05-15T22:26:17.459Z | Compiling regex-syntax v0.8.10 |
| 1370 | 2026-05-15T22:26:17.496Z | Compiling rustix v1.1.3 |
| 1371 | 2026-05-15T22:26:17.573Z | Compiling flagset v0.4.7 |
| 1372 | 2026-05-15T22:26:17.649Z | Compiling rand_core v0.9.5 |
| 1373 | 2026-05-15T22:26:17.674Z | Compiling ring v0.17.14 |
| 1374 | 2026-05-15T22:26:17.724Z | Compiling vcpkg v0.2.15 |
| 1375 | 2026-05-15T22:26:17.773Z | Compiling aws-lc-rs v1.16.3 |
| 1376 | 2026-05-15T22:26:17.946Z | Compiling uuid v1.23.0 |
| 1377 | 2026-05-15T22:26:18.068Z | Compiling rustc_version v0.4.1 |
| 1378 | 2026-05-15T22:26:18.414Z | Compiling tracing-core v0.1.36 |
| 1379 | 2026-05-15T22:26:18.477Z | Compiling openssl-sys v0.9.115 |
| 1380 | 2026-05-15T22:26:18.658Z | Compiling base64 v0.22.1 |
| 1381 | 2026-05-15T22:26:18.767Z | Compiling serde_derive v1.0.228 |
| 1382 | 2026-05-15T22:26:18.967Z | Compiling zeroize_derive v1.4.3 |
| 1383 | 2026-05-15T22:26:18.997Z | Compiling zerofrom-derive v0.1.6 |
| 1384 | 2026-05-15T22:26:19.010Z | Compiling yoke-derive v0.8.1 |
| 1385 | 2026-05-15T22:26:19.289Z | Compiling zerocopy-derive v0.8.40 |
| 1386 | 2026-05-15T22:26:19.620Z | Compiling zeroize v1.8.2 |
| 1387 | 2026-05-15T22:26:19.850Z | Compiling zerovec-derive v0.11.2 |
| 1388 | 2026-05-15T22:26:20.176Z | Compiling displaydoc v0.2.5 |
| 1389 | 2026-05-15T22:26:20.381Z | Compiling crypto-common v0.1.7 |
| 1390 | 2026-05-15T22:26:20.410Z | Compiling zerofrom v0.1.6 |
| 1391 | 2026-05-15T22:26:20.535Z | Compiling yoke v0.8.1 |
| 1392 | 2026-05-15T22:26:20.550Z | Compiling block-buffer v0.10.4 |
| 1393 | 2026-05-15T22:26:20.730Z | Compiling digest v0.10.7 |
| 1394 | 2026-05-15T22:26:20.799Z | Compiling tokio-macros v2.7.0 |
| 1395 | 2026-05-15T22:26:20.941Z | Compiling zerotrie v0.2.3 |
| 1396 | 2026-05-15T22:26:20.988Z | Compiling zerovec v0.11.5 |
| 1397 | 2026-05-15T22:26:21.018Z | Compiling futures-macro v0.3.32 |
| 1398 | 2026-05-15T22:26:21.249Z | Compiling hmac v0.12.1 |
| 1399 | 2026-05-15T22:26:21.415Z | Compiling block-padding v0.3.3 |
| 1400 | 2026-05-15T22:26:21.496Z | Compiling tinystr v0.8.2 |
| 1401 | 2026-05-15T22:26:21.533Z | Compiling potential_utf v0.1.4 |
| 1402 | 2026-05-15T22:26:21.580Z | Compiling inout v0.1.4 |
| 1403 | 2026-05-15T22:26:21.699Z | Compiling icu_locale_core v2.1.1 |
| 1404 | 2026-05-15T22:26:21.702Z | Compiling icu_collections v2.1.1 |
| 1405 | 2026-05-15T22:26:21.764Z | Compiling cipher v0.4.4 |
| 1406 | 2026-05-15T22:26:21.819Z | Compiling futures-util v0.3.32 |
| 1407 | 2026-05-15T22:26:22.026Z | Compiling sha2 v0.10.9 |
| 1408 | 2026-05-15T22:26:22.183Z | Compiling bytes v1.11.1 |
| 1409 | 2026-05-15T22:26:22.261Z | Compiling der_derive v0.7.3 |
| 1410 | 2026-05-15T22:26:22.593Z | Compiling icu_provider v2.1.1 |
| 1411 | 2026-05-15T22:26:22.783Z | Compiling tokio v1.52.1 |
| 1412 | 2026-05-15T22:26:22.891Z | Compiling icu_properties v2.1.2 |
| 1413 | 2026-05-15T22:26:23.187Z | Compiling icu_normalizer v2.1.1 |
| 1414 | 2026-05-15T22:26:23.326Z | Compiling der v0.7.10 |
| 1415 | 2026-05-15T22:26:23.383Z | Compiling http v1.4.0 |
| 1416 | 2026-05-15T22:26:23.687Z | Compiling ppv-lite86 v0.2.21 |
| 1417 | 2026-05-15T22:26:23.729Z | Compiling idna_adapter v1.2.1 |
| 1418 | 2026-05-15T22:26:23.875Z | Compiling idna v1.1.0 |
| 1419 | 2026-05-15T22:26:23.956Z | Compiling chrono v0.4.44 |
| 1420 | 2026-05-15T22:26:24.011Z | Compiling salsa20 v0.10.2 |
| 1421 | 2026-05-15T22:26:24.031Z | Compiling pbkdf2 v0.12.2 |
| 1422 | 2026-05-15T22:26:24.153Z | Compiling spki v0.7.3 |
| 1423 | 2026-05-15T22:26:24.153Z | Compiling rustls-pki-types v1.14.0 |
| 1424 | 2026-05-15T22:26:24.276Z | Compiling url v2.5.8 |
| 1425 | 2026-05-15T22:26:24.364Z | Compiling tracing-attributes v0.1.31 |
| 1426 | 2026-05-15T22:26:24.513Z | Compiling thiserror-impl v2.0.18 |
| 1427 | 2026-05-15T22:26:24.528Z | Compiling scrypt v0.11.0 |
| 1428 | 2026-05-15T22:26:24.608Z | Compiling http-body v1.0.1 |
| 1429 | 2026-05-15T22:26:24.767Z | Compiling rand_chacha v0.9.0 |
| 1430 | 2026-05-15T22:26:24.781Z | Compiling cbc v0.1.2 |
| 1431 | 2026-05-15T22:26:24.936Z | Compiling aes v0.8.4 |
| 1432 | 2026-05-15T22:26:25.135Z | Compiling openssl-probe v0.2.1 |
| 1433 | 2026-05-15T22:26:25.314Z | Compiling untrusted v0.9.0 |
| 1434 | 2026-05-15T22:26:25.317Z | Compiling untrusted v0.7.1 |
| 1435 | 2026-05-15T22:26:25.442Z | Compiling tinyvec_macros v0.1.1 |
| 1436 | 2026-05-15T22:26:25.456Z | Compiling httparse v1.10.1 |
| 1437 | 2026-05-15T22:26:25.517Z | Compiling tinyvec v1.10.0 |
| 1438 | 2026-05-15T22:26:25.647Z | Compiling tracing v0.1.44 |
| 1439 | 2026-05-15T22:26:25.815Z | Compiling thiserror v2.0.18 |
| 1440 | 2026-05-15T22:26:25.878Z | Compiling pkcs5 v0.7.1 |
| 1441 | 2026-05-15T22:26:25.897Z | Compiling pest_generator v2.8.6 |
| 1442 | 2026-05-15T22:26:25.928Z | Compiling rand v0.9.2 |
| 1443 | 2026-05-15T22:26:25.968Z | Compiling serde_derive_internals v0.29.1 |
| 1444 | 2026-05-15T22:26:26.037Z | Compiling aho-corasick v1.1.4 |
| 1445 | 2026-05-15T22:26:26.367Z | Compiling try-lock v0.2.5 |
| 1446 | 2026-05-15T22:26:26.486Z | Compiling tokio-util v0.7.18 |
| 1447 | 2026-05-15T22:26:26.600Z | Compiling dyn-clone v1.0.20 |
| 1448 | 2026-05-15T22:26:26.718Z | Compiling rustls v0.23.37 |
| 1449 | 2026-05-15T22:26:26.746Z | Compiling schemars v0.8.22 |
| 1450 | 2026-05-15T22:26:26.860Z | Compiling tower-service v0.3.3 |
| 1451 | 2026-05-15T22:26:26.893Z | Compiling atomic-waker v1.1.2 |
| 1452 | 2026-05-15T22:26:26.952Z | Compiling tower-layer v0.3.3 |
| 1453 | 2026-05-15T22:26:26.983Z | Compiling schemars_derive v0.8.22 |
| 1454 | 2026-05-15T22:26:27.026Z | Compiling regex-automata v0.4.14 |
| 1455 | 2026-05-15T22:26:27.121Z | Compiling pest_derive v2.8.6 |
| 1456 | 2026-05-15T22:26:27.290Z | Compiling h2 v0.4.13 |
| 1457 | 2026-05-15T22:26:27.524Z | Compiling want v0.3.1 |
| 1458 | 2026-05-15T22:26:27.543Z | Compiling pkcs8 v0.10.2 |
| 1459 | 2026-05-15T22:26:27.717Z | Compiling ipnet v2.11.0 |
| 1460 | 2026-05-15T22:26:27.855Z | Compiling scroll_derive v0.13.1 |
| 1461 | 2026-05-15T22:26:27.994Z | Compiling darling_core v0.20.11 |
| 1462 | 2026-05-15T22:26:28.209Z | Compiling pin-utils v0.1.0 |
| 1463 | 2026-05-15T22:26:28.212Z | Compiling httpdate v1.0.3 |
| 1464 | 2026-05-15T22:26:28.291Z | Compiling foreign-types-shared v0.1.1 |
| 1465 | 2026-05-15T22:26:28.376Z | Compiling openssl v0.10.79 |
| 1466 | 2026-05-15T22:26:28.391Z | Compiling foreign-types v0.3.2 |
| 1467 | 2026-05-15T22:26:28.442Z | Compiling tempfile v3.25.0 |
| 1468 | 2026-05-15T22:26:28.630Z | Compiling unicode-normalization v0.1.25 |
| 1469 | 2026-05-15T22:26:28.652Z | Compiling scroll v0.13.0 |
| 1470 | 2026-05-15T22:26:28.923Z | Compiling openssl-macros v0.1.1 |
| 1471 | 2026-05-15T22:26:29.087Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1472 | 2026-05-15T22:26:29.232Z | Compiling spin v0.9.8 |
| 1473 | 2026-05-15T22:26:29.319Z | Compiling num-conv v0.2.0 |
| 1474 | 2026-05-15T22:26:29.446Z | Compiling time-core v0.1.8 |
| 1475 | 2026-05-15T22:26:29.474Z | Compiling crc32fast v1.5.0 |
| 1476 | 2026-05-15T22:26:29.476Z | Compiling powerfmt v0.2.0 |
| 1477 | 2026-05-15T22:26:29.600Z | Compiling native-tls v0.2.18 |
| 1478 | 2026-05-15T22:26:29.679Z | Compiling deranged v0.5.8 |
| 1479 | 2026-05-15T22:26:29.740Z | Compiling time-macros v0.2.27 |
| 1480 | 2026-05-15T22:26:30.237Z | Compiling darling_macro v0.20.11 |
| 1481 | 2026-05-15T22:26:30.639Z | Compiling hyper v1.8.1 |
| 1482 | 2026-05-15T22:26:30.698Z | Compiling darling v0.20.11 |
| 1483 | 2026-05-15T22:26:30.811Z | Compiling goblin v0.10.5 |
| 1484 | 2026-05-15T22:26:30.826Z | Compiling rustls-native-certs v0.8.3 |
| 1485 | 2026-05-15T22:26:31.077Z | Compiling sync_wrapper v1.0.2 |
| 1486 | 2026-05-15T22:26:31.125Z | Compiling wait-timeout v0.2.1 |
| 1487 | 2026-05-15T22:26:31.191Z | Compiling bit-vec v0.8.0 |
| 1488 | 2026-05-15T22:26:31.238Z | Compiling quick-error v1.2.3 |
| 1489 | 2026-05-15T22:26:31.357Z | Compiling usdt-impl v0.6.0 |
| 1490 | 2026-05-15T22:26:31.403Z | Compiling crossbeam-utils v0.8.21 |
| 1491 | 2026-05-15T22:26:31.425Z | Compiling simd-adler32 v0.3.8 |
| 1492 | 2026-05-15T22:26:31.562Z | Compiling syn v1.0.109 |
| 1493 | 2026-05-15T22:26:31.672Z | Compiling num_threads v0.1.7 |
| 1494 | 2026-05-15T22:26:31.692Z | Compiling siphasher v1.0.2 |
| 1495 | 2026-05-15T22:26:31.777Z | Compiling hyper-util v0.1.20 |
| 1496 | 2026-05-15T22:26:31.869Z | Compiling unicode-segmentation v1.12.0 |
| 1497 | 2026-05-15T22:26:31.936Z | Compiling time v0.3.47 |
| 1498 | 2026-05-15T22:26:32.302Z | Compiling bit-set v0.8.0 |
| 1499 | 2026-05-15T22:26:32.471Z | Compiling rusty-fork v0.3.1 |
| 1500 | 2026-05-15T22:26:32.565Z | Compiling tower v0.5.3 |
| 1501 | 2026-05-15T22:26:32.790Z | Compiling derive_builder_core v0.20.2 |
| 1502 | 2026-05-15T22:26:33.040Z | Compiling dtrace-parser v0.3.0 |
| 1503 | 2026-05-15T22:26:33.059Z | Compiling http-body-util v0.1.3 |
| 1504 | 2026-05-15T22:26:33.304Z | Compiling webpki-roots v1.0.6 |
| 1505 | 2026-05-15T22:26:33.431Z | Compiling signature v2.2.0 |
| 1506 | 2026-05-15T22:26:33.471Z | Compiling scroll_derive v0.12.1 |
| 1507 | 2026-05-15T22:26:33.488Z | Compiling dof v0.4.0 |
| 1508 | 2026-05-15T22:26:33.615Z | Compiling thiserror-impl v1.0.69 |
| 1509 | 2026-05-15T22:26:33.653Z | Compiling heapless v0.7.17 |
| 1510 | 2026-05-15T22:26:33.782Z | Compiling rand_xorshift v0.4.0 |
| 1511 | 2026-05-15T22:26:33.895Z | Compiling slog v2.8.2 |
| 1512 | 2026-05-15T22:26:33.947Z | Compiling darling_core v0.21.3 |
| 1513 | 2026-05-15T22:26:34.084Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1514 | 2026-05-15T22:26:34.130Z | Compiling thread-id v5.1.0 |
| 1515 | 2026-05-15T22:26:34.221Z | Compiling cookie v0.18.1 |
| 1516 | 2026-05-15T22:26:34.353Z | Compiling adler2 v2.0.1 |
| 1517 | 2026-05-15T22:26:34.409Z | Compiling unicode-bidi v0.3.18 |
| 1518 | 2026-05-15T22:26:34.491Z | Compiling allocator-api2 v0.2.21 |
| 1519 | 2026-05-15T22:26:34.644Z | Compiling anyhow v1.0.102 |
| 1520 | 2026-05-15T22:26:34.814Z | Compiling zstd-safe v7.2.4 |
| 1521 | 2026-05-15T22:26:34.849Z | Compiling signal-hook v0.3.18 |
| 1522 | 2026-05-15T22:26:34.940Z | Compiling unarray v0.1.4 |
| 1523 | 2026-05-15T22:26:34.954Z | Compiling iri-string v0.7.10 |
| 1524 | 2026-05-15T22:26:35.006Z | Compiling paste v1.0.15 |
| 1525 | 2026-05-15T22:26:35.021Z | Compiling ryu v1.0.23 |
| 1526 | 2026-05-15T22:26:35.021Z | Compiling unicode-properties v0.1.4 |
| 1527 | 2026-05-15T22:26:35.050Z | Compiling proptest v1.10.0 |
| 1528 | 2026-05-15T22:26:35.214Z | Compiling stringprep v0.1.5 |
| 1529 | 2026-05-15T22:26:35.232Z | Compiling serde_urlencoded v0.7.1 |
| 1530 | 2026-05-15T22:26:35.474Z | Compiling thiserror v1.0.69 |
| 1531 | 2026-05-15T22:26:35.572Z | Compiling miniz_oxide v0.8.9 |
| 1532 | 2026-05-15T22:26:36.181Z | Compiling tower-http v0.6.8 |
| 1533 | 2026-05-15T22:26:36.288Z | Compiling scroll v0.12.0 |
| 1534 | 2026-05-15T22:26:36.448Z | Compiling derive_builder_macro v0.20.2 |
| 1535 | 2026-05-15T22:26:36.462Z | Compiling tokio-native-tls v0.3.1 |
| 1536 | 2026-05-15T22:26:36.488Z | Compiling darling_macro v0.21.3 |
| 1537 | 2026-05-15T22:26:36.581Z | Compiling heck v0.4.1 |
| 1538 | 2026-05-15T22:26:36.629Z | Compiling ipnetwork v0.21.1 |
| 1539 | 2026-05-15T22:26:36.811Z | Compiling bstr v1.12.1 |
| 1540 | 2026-05-15T22:26:36.901Z | Compiling rand_chacha v0.3.1 |
| 1541 | 2026-05-15T22:26:36.961Z | Compiling serde_spanned v0.6.9 |
| 1542 | 2026-05-15T22:26:37.032Z | Compiling toml_datetime v0.6.11 |
| 1543 | 2026-05-15T22:26:37.047Z | Compiling erased-serde v0.3.31 |
| 1544 | 2026-05-15T22:26:37.106Z | Compiling serde_tokenstream v0.2.3 |
| 1545 | 2026-05-15T22:26:37.293Z | Compiling md-5 v0.10.6 |
| 1546 | 2026-05-15T22:26:37.425Z | Compiling pin-project-internal v1.1.11 |
| 1547 | 2026-05-15T22:26:37.463Z | Compiling async-trait v0.1.89 |
| 1548 | 2026-05-15T22:26:37.477Z | Compiling zerocopy-derive v0.7.35 |
| 1549 | 2026-05-15T22:26:37.521Z | Compiling curve25519-dalek v4.1.3 |
| 1550 | 2026-05-15T22:26:37.685Z | Compiling vergen-lib v0.1.6 |
| 1551 | 2026-05-15T22:26:37.858Z | Compiling num-integer v0.1.46 |
| 1552 | 2026-05-15T22:26:37.873Z | Compiling hash32 v0.2.1 |
| 1553 | 2026-05-15T22:26:38.073Z | Compiling ff v0.13.1 |
| 1554 | 2026-05-15T22:26:38.184Z | Compiling memoffset v0.9.1 |
| 1555 | 2026-05-15T22:26:38.223Z | Compiling num-bigint-dig v0.8.6 |
| 1556 | 2026-05-15T22:26:38.319Z | Compiling psl-types v2.0.11 |
| 1557 | 2026-05-15T22:26:38.385Z | Compiling rustix v0.38.44 |
| 1558 | 2026-05-15T22:26:38.416Z | Compiling base16ct v0.2.0 |
| 1559 | 2026-05-15T22:26:38.455Z | Compiling ref-cast v1.0.25 |
| 1560 | 2026-05-15T22:26:38.470Z | Compiling litrs v1.0.0 |
| 1561 | 2026-05-15T22:26:38.513Z | Compiling smoltcp v0.9.1 |
| 1562 | 2026-05-15T22:26:38.601Z | Compiling cfg_aliases v0.2.1 |
| 1563 | 2026-05-15T22:26:38.684Z | Compiling zlib-rs v0.6.2 |
| 1564 | 2026-05-15T22:26:38.733Z | Compiling fallible-iterator v0.2.0 |
| 1565 | 2026-05-15T22:26:38.880Z | Compiling nix v0.31.2 |
| 1566 | 2026-05-15T22:26:38.912Z | Compiling sec1 v0.7.3 |
| 1567 | 2026-05-15T22:26:38.972Z | Compiling document-features v0.2.12 |
| 1568 | 2026-05-15T22:26:39.048Z | Compiling postgres-protocol v0.6.10 |
| 1569 | 2026-05-15T22:26:39.196Z | Compiling pin-project v1.1.11 |
| 1570 | 2026-05-15T22:26:39.242Z | Compiling publicsuffix v2.3.0 |
| 1571 | 2026-05-15T22:26:39.422Z | Compiling zerocopy v0.7.35 |
| 1572 | 2026-05-15T22:26:39.436Z | Compiling group v0.13.0 |
| 1573 | 2026-05-15T22:26:39.558Z | Compiling num-iter v0.1.45 |
| 1574 | 2026-05-15T22:26:39.715Z | Compiling newtype-uuid v1.3.2 |
| 1575 | 2026-05-15T22:26:39.974Z | Compiling rand v0.8.6 |
| 1576 | 2026-05-15T22:26:40.050Z | Compiling darling v0.21.3 |
| 1577 | 2026-05-15T22:26:40.066Z | Compiling derive_builder v0.20.2 |
| 1578 | 2026-05-15T22:26:40.069Z | Compiling oxnet v0.1.4 |
| 1579 | 2026-05-15T22:26:40.138Z | Compiling snafu-derive v0.8.9 |
| 1580 | 2026-05-15T22:26:40.419Z | Compiling hyper-tls v0.6.0 |
| 1581 | 2026-05-15T22:26:40.435Z | Compiling hubpack_derive v0.1.1 |
| 1582 | 2026-05-15T22:26:40.467Z | Compiling goblin v0.8.2 |
| 1583 | 2026-05-15T22:26:41.210Z | Compiling phf_shared v0.13.1 |
| 1584 | 2026-05-15T22:26:41.350Z | Compiling lazy_static v1.5.0 |
| 1585 | 2026-05-15T22:26:41.455Z | Compiling regex v1.12.3 |
| 1586 | 2026-05-15T22:26:41.458Z | Compiling strum_macros v0.27.2 |
| 1587 | 2026-05-15T22:26:41.705Z | Compiling flate2 v1.1.9 |
| 1588 | 2026-05-15T22:26:41.906Z | Compiling futures-executor v0.3.32 |
| 1589 | 2026-05-15T22:26:41.921Z | Compiling hex v0.4.3 |
| 1590 | 2026-05-15T22:26:42.046Z | Compiling cargo-platform v0.1.9 |
| 1591 | 2026-05-15T22:26:42.126Z | Compiling hkdf v0.12.4 |
| 1592 | 2026-05-15T22:26:42.173Z | Compiling crypto-bigint v0.5.5 |
| 1593 | 2026-05-15T22:26:42.190Z | Compiling terminal_size v0.4.3 |
| 1594 | 2026-05-15T22:26:42.292Z | Compiling ref-cast-impl v1.0.25 |
| 1595 | 2026-05-15T22:26:42.305Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1596 | 2026-05-15T22:26:42.334Z | Compiling daft-derive v0.1.5 |
| 1597 | 2026-05-15T22:26:42.824Z | Compiling vergen v9.0.6 |
| 1598 | 2026-05-15T22:26:42.941Z | Compiling fs-err v3.3.0 |
| 1599 | 2026-05-15T22:26:43.016Z | Compiling ahash v0.8.12 |
| 1600 | 2026-05-15T22:26:43.043Z | Compiling encoding_rs v0.8.35 |
| 1601 | 2026-05-15T22:26:43.136Z | Compiling foldhash v0.2.0 |
| 1602 | 2026-05-15T22:26:43.221Z | Compiling mime v0.3.17 |
| 1603 | 2026-05-15T22:26:43.370Z | Compiling libbz2-rs-sys v0.2.2 |
| 1604 | 2026-05-15T22:26:43.413Z | Compiling winnow v0.5.40 |
| 1605 | 2026-05-15T22:26:43.488Z | Compiling bumpalo v3.20.2 |
| 1606 | 2026-05-15T22:26:43.750Z | Compiling object v0.37.3 |
| 1607 | 2026-05-15T22:26:43.987Z | Compiling same-file v1.0.6 |
| 1608 | 2026-05-15T22:26:44.022Z | Compiling managed v0.8.0 |
| 1609 | 2026-05-15T22:26:44.056Z | Compiling foldhash v0.1.5 |
| 1610 | 2026-05-15T22:26:44.156Z | Compiling bitflags v1.3.2 |
| 1611 | 2026-05-15T22:26:44.235Z | Compiling hashbrown v0.15.5 |
| 1612 | 2026-05-15T22:26:44.263Z | Compiling walkdir v2.5.0 |
| 1613 | 2026-05-15T22:26:44.277Z | Compiling clap_builder v4.5.60 |
| 1614 | 2026-05-15T22:26:44.579Z | Compiling bzip2 v0.6.1 |
| 1615 | 2026-05-15T22:26:44.596Z | Compiling zopfli v0.8.3 |
| 1616 | 2026-05-15T22:26:44.785Z | Compiling toml_edit v0.19.15 |
| 1617 | 2026-05-15T22:26:44.800Z | Compiling strum v0.27.2 |
| 1618 | 2026-05-15T22:26:44.822Z | Compiling hashbrown v0.16.1 |
| 1619 | 2026-05-15T22:26:45.019Z | Compiling elliptic-curve v0.13.8 |
| 1620 | 2026-05-15T22:26:45.094Z | Compiling daft v0.1.5 |
| 1621 | 2026-05-15T22:26:45.403Z | Compiling dof v0.3.0 |
| 1622 | 2026-05-15T22:26:45.417Z | Compiling cargo_metadata v0.19.2 |
| 1623 | 2026-05-15T22:26:45.483Z | Compiling futures v0.3.32 |
| 1624 | 2026-05-15T22:26:45.572Z | Compiling snafu v0.8.9 |
| 1625 | 2026-05-15T22:26:46.016Z | Compiling phf v0.13.1 |
| 1626 | 2026-05-15T22:26:46.148Z | Compiling cookie_store v0.22.1 |
| 1627 | 2026-05-15T22:26:46.187Z | Compiling signal-hook-mio v0.2.5 |
| 1628 | 2026-05-15T22:26:46.690Z | Compiling hubpack v0.1.2 |
| 1629 | 2026-05-15T22:26:46.785Z | Compiling bzip2 v0.4.4 |
| 1630 | 2026-05-15T22:26:46.802Z | Compiling zstd v0.13.3 |
| 1631 | 2026-05-15T22:26:46.921Z | Compiling serde_with_macros v3.17.0 |
| 1632 | 2026-05-15T22:26:47.074Z | Compiling postgres-types v0.2.12 |
| 1633 | 2026-05-15T22:26:47.281Z | Compiling usdt-macro v0.6.0 |
| 1634 | 2026-05-15T22:26:47.434Z | Compiling usdt-attr-macro v0.6.0 |
| 1635 | 2026-05-15T22:26:47.629Z | Compiling globset v0.4.18 |
| 1636 | 2026-05-15T22:26:48.044Z | Compiling dtrace-parser v0.2.0 |
| 1637 | 2026-05-15T22:26:48.059Z | Compiling ed25519 v2.2.3 |
| 1638 | 2026-05-15T22:26:48.210Z | Compiling phf_shared v0.11.3 |
| 1639 | 2026-05-15T22:26:48.225Z | Compiling olpc-cjson v0.1.4 |
| 1640 | 2026-05-15T22:26:48.308Z | Compiling pkcs1 v0.7.5 |
| 1641 | 2026-05-15T22:26:48.320Z | Compiling clap_derive v4.5.55 |
| 1642 | 2026-05-15T22:26:48.388Z | Compiling enum-as-inner v0.6.1 |
| 1643 | 2026-05-15T22:26:48.403Z | Compiling strum_macros v0.26.4 |
| 1644 | 2026-05-15T22:26:48.709Z | Compiling serde_plain v1.0.2 |
| 1645 | 2026-05-15T22:26:48.784Z | Compiling serde-big-array v0.5.1 |
| 1646 | 2026-05-15T22:26:48.890Z | Compiling rfc6979 v0.4.0 |
| 1647 | 2026-05-15T22:26:48.912Z | Compiling pem v3.0.6 |
| 1648 | 2026-05-15T22:26:48.936Z | Compiling serde_repr v0.1.20 |
| 1649 | 2026-05-15T22:26:48.959Z | Compiling async-recursion v1.1.1 |
| 1650 | 2026-05-15T22:26:49.019Z | Compiling float-cmp v0.10.0 |
| 1651 | 2026-05-15T22:26:49.176Z | Compiling memmap2 v0.9.10 |
| 1652 | 2026-05-15T22:26:49.242Z | Compiling thread-id v4.2.2 |
| 1653 | 2026-05-15T22:26:49.338Z | Compiling env_filter v1.0.0 |
| 1654 | 2026-05-15T22:26:49.401Z | Compiling whoami v2.1.0 |
| 1655 | 2026-05-15T22:26:49.466Z | Compiling predicates-core v1.0.10 |
| 1656 | 2026-05-15T22:26:49.600Z | Compiling difflib v0.4.0 |
| 1657 | 2026-05-15T22:26:49.643Z | Compiling data-encoding v2.10.0 |
| 1658 | 2026-05-15T22:26:49.656Z | Compiling fixedbitset v0.4.2 |
| 1659 | 2026-05-15T22:26:49.776Z | Compiling either v1.15.0 |
| 1660 | 2026-05-15T22:26:49.875Z | Compiling new_debug_unreachable v1.0.6 |
| 1661 | 2026-05-15T22:26:49.957Z | Compiling precomputed-hash v0.1.1 |
| 1662 | 2026-05-15T22:26:49.993Z | Compiling static_assertions v1.1.0 |
| 1663 | 2026-05-15T22:26:50.054Z | Compiling rustc-hash v2.1.1 |
| 1664 | 2026-05-15T22:26:50.070Z | Compiling jiff v0.2.21 |
| 1665 | 2026-05-15T22:26:50.083Z | Compiling typed-path v0.9.3 |
| 1666 | 2026-05-15T22:26:50.131Z | Compiling keccak v0.1.6 |
| 1667 | 2026-05-15T22:26:50.158Z | Compiling normalize-line-endings v0.3.0 |
| 1668 | 2026-05-15T22:26:50.183Z | Compiling fixedbitset v0.5.7 |
| 1669 | 2026-05-15T22:26:50.262Z | Compiling predicates v3.1.4 |
| 1670 | 2026-05-15T22:26:50.335Z | Compiling sha3 v0.10.8 |
| 1671 | 2026-05-15T22:26:50.496Z | Compiling petgraph v0.8.3 |
| 1672 | 2026-05-15T22:26:50.830Z | Compiling iddqd v0.3.18 |
| 1673 | 2026-05-15T22:26:50.954Z | Compiling strum v0.26.3 |
| 1674 | 2026-05-15T22:26:50.986Z | Compiling toml_edit v0.22.27 |
| 1675 | 2026-05-15T22:26:51.100Z | Compiling clap v4.5.60 |
| 1676 | 2026-05-15T22:26:51.194Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1677 | 2026-05-15T22:26:51.342Z | Compiling string_cache v0.8.9 |
| 1678 | 2026-05-15T22:26:51.587Z | Compiling itertools v0.13.0 |
| 1679 | 2026-05-15T22:26:51.620Z | Compiling hickory-proto v0.25.2 |
| 1680 | 2026-05-15T22:26:51.982Z | Compiling petgraph v0.6.5 |
| 1681 | 2026-05-15T22:26:52.497Z | Compiling tokio-postgres v0.7.16 |
| 1682 | 2026-05-15T22:26:52.832Z | Compiling zip v4.6.1 |
| 1683 | 2026-05-15T22:26:53.466Z | Compiling env_logger v0.11.9 |
| 1684 | 2026-05-15T22:26:53.701Z | Compiling usdt v0.6.0 |
| 1685 | 2026-05-15T22:26:53.789Z | Compiling usdt-impl v0.5.0 |
| 1686 | 2026-05-15T22:26:53.816Z | Compiling ecdsa v0.16.9 |
| 1687 | 2026-05-15T22:26:53.960Z | Compiling rsa v0.9.10 |
| 1688 | 2026-05-15T22:26:53.983Z | Compiling ed25519-dalek v2.2.0 |
| 1689 | 2026-05-15T22:26:54.193Z | Compiling serde_with v3.17.0 |
| 1690 | 2026-05-15T22:26:54.268Z | Compiling crossterm v0.28.1 |
| 1691 | 2026-05-15T22:26:54.645Z | Compiling zip v0.6.6 |
| 1692 | 2026-05-15T22:26:55.096Z | Compiling toml v0.7.8 |
| 1693 | 2026-05-15T22:26:55.702Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1694 | 2026-05-15T22:26:55.787Z | Compiling similar v2.7.0 |
| 1695 | 2026-05-15T22:26:55.837Z | Compiling crossbeam-epoch v0.9.18 |
| 1696 | 2026-05-15T22:26:55.873Z | Compiling tokio-stream v0.1.18 |
| 1697 | 2026-05-15T22:26:56.180Z | Compiling buf-list v1.1.2 |
| 1698 | 2026-05-15T22:26:56.295Z | Compiling x509-cert v0.2.5 |
| 1699 | 2026-05-15T22:26:56.347Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1700 | 2026-05-15T22:26:56.370Z | Compiling openapiv3 v2.2.0 |
| 1701 | 2026-05-15T22:26:56.466Z | Compiling sha1 v0.10.6 |
| 1702 | 2026-05-15T22:26:56.660Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1703 | 2026-05-15T22:26:56.683Z | Compiling lalrpop-util v0.19.12 |
| 1704 | 2026-05-15T22:26:56.698Z | Compiling peg-runtime v0.8.5 |
| 1705 | 2026-05-15T22:26:56.878Z | Compiling thread_local v1.1.9 |
| 1706 | 2026-05-15T22:26:56.952Z | Compiling slog-async v2.8.0 |
| 1707 | 2026-05-15T22:26:56.980Z | Compiling crossbeam-channel v0.5.15 |
| 1708 | 2026-05-15T22:26:57.133Z | Compiling is-terminal v0.4.17 |
| 1709 | 2026-05-15T22:26:57.239Z | Compiling filetime v0.2.27 |
| 1710 | 2026-05-15T22:26:57.277Z | Compiling xattr v1.6.1 |
| 1711 | 2026-05-15T22:26:57.317Z | Compiling take_mut v0.2.2 |
| 1712 | 2026-05-15T22:26:57.419Z | Compiling term v1.2.1 |
| 1713 | 2026-05-15T22:26:57.436Z | Compiling tar v0.4.45 |
| 1714 | 2026-05-15T22:26:57.892Z | Compiling slog-term v2.9.2 |
| 1715 | 2026-05-15T22:27:07.450Z | Compiling rustls-webpki v0.103.9 |
| 1716 | 2026-05-15T22:27:10.260Z | Compiling tokio-rustls v0.26.4 |
| 1717 | 2026-05-15T22:27:10.260Z | Compiling rustls-platform-verifier v0.6.2 |
| 1718 | 2026-05-15T22:27:10.465Z | Compiling hyper-rustls v0.27.7 |
| 1719 | 2026-05-15T22:27:10.669Z | Compiling reqwest v0.12.28 |
| 1720 | 2026-05-15T22:27:10.686Z | Compiling reqwest v0.13.2 |
| 1721 | 2026-05-15T22:27:11.954Z | Compiling tough v0.22.0 |
| 1722 | 2026-05-15T22:27:14.478Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1723 | 2026-05-15T22:27:14.693Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1724 | 2026-05-15T22:27:17.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1725 | 2026-05-15T22:27:17.647Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1726 | 2026-05-15T22:27:17.772Z | May 15 22:27:16.807 INFO Starting download, target: Cockroach |
| 1727 | 2026-05-15T22:27:17.772Z | May 15 22:27:16.807 INFO Starting download, target: DendriteStub |
| 1728 | 2026-05-15T22:27:17.772Z | May 15 22:27:16.807 INFO Starting download, target: Console |
| 1729 | 2026-05-15T22:27:17.866Z | May 15 22:27:16.807 INFO Starting download, target: Clickhouse |
| 1730 | 2026-05-15T22:27:17.866Z | May 15 22:27:16.807 INFO Starting download, target: MaghemiteMgd |
| 1731 | 2026-05-15T22:27:17.866Z | May 15 22:27:16.807 INFO Starting download, target: TransceiverControl |
| 1732 | 2026-05-15T22:27:17.866Z | May 15 22:27:16.807 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1733 | 2026-05-15T22:27:17.866Z | May 15 22:27:16.807 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1734 | 2026-05-15T22:27:17.866Z | May 15 22:27:16.807 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1735 | 2026-05-15T22:27:17.866Z | May 15 22:27:16.807 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1736 | 2026-05-15T22:27:17.866Z | May 15 22:27:16.808 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1737 | 2026-05-15T22:27:17.866Z | May 15 22:27:16.808 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1738 | 2026-05-15T22:27:18.677Z | May 15 22:27:17.766 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1739 | 2026-05-15T22:27:18.742Z | May 15 22:27:17.801 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1740 | 2026-05-15T22:27:18.870Z | May 15 22:27:17.973 INFO Download complete, target: TransceiverControl |
| 1741 | 2026-05-15T22:27:18.980Z | May 15 22:27:18.030 INFO Download complete, target: Console |
| 1742 | 2026-05-15T22:27:19.491Z | May 15 22:27:18.553 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1743 | 2026-05-15T22:27:20.850Z | May 15 22:27:19.936 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1744 | 2026-05-15T22:27:20.936Z | May 15 22:27:20.054 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1745 | 2026-05-15T22:27:21.494Z | May 15 22:27:20.619 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1746 | 2026-05-15T22:27:21.494Z | May 15 22:27:20.620 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1747 | 2026-05-15T22:27:23.120Z | May 15 22:27:22.243 INFO Download complete, target: DendriteStub |
| 1748 | 2026-05-15T22:27:23.283Z | May 15 22:27:22.404 INFO Download complete, target: MaghemiteMgd |
| 1749 | 2026-05-15T22:27:26.031Z | May 15 22:27:25.156 INFO Checking that binary works, target: Cockroach |
| 1750 | 2026-05-15T22:27:26.077Z | May 15 22:27:25.203 INFO Checking that binary works, target: Clickhouse |
| 1751 | 2026-05-15T22:27:26.196Z | May 15 22:27:25.321 INFO Download complete, target: Cockroach |
| 1752 | 2026-05-15T22:27:26.220Z | May 15 22:27:25.345 INFO Download complete, target: Clickhouse |
| 1753 | 2026-05-15T22:27:26.233Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1754 | 2026-05-15T22:27:26.236Z | |
| 1755 | 2026-05-15T22:27:26.236Z | real 2:18.189322853 |
| 1756 | 2026-05-15T22:27:26.236Z | user 6:52.667048156 |
| 1757 | 2026-05-15T22:27:26.236Z | sys 1:23.639728253 |
| 1758 | 2026-05-15T22:27:26.236Z | trap 0.222195570 |
| 1759 | 2026-05-15T22:27:26.236Z | tflt 1.075558614 |
| 1760 | 2026-05-15T22:27:26.236Z | dflt 1.014839985 |
| 1761 | 2026-05-15T22:27:26.236Z | kflt 0.039415384 |
| 1762 | 2026-05-15T22:27:26.236Z | lock 21:18.732726470 |
| 1763 | 2026-05-15T22:27:26.236Z | slp 21:31.380578271 |
| 1764 | 2026-05-15T22:27:26.236Z | lat 42.359633625 |
| 1765 | 2026-05-15T22:27:26.236Z | stop 1:53.516184071 |
| 1766 | 2026-05-15T22:27:26.236Z | + banner hack-check |
| 1767 | 2026-05-15T22:27:26.236Z | |
| 1768 | 2026-05-15T22:27:26.236Z | # # ## #### # # #### # # ###### #### # # |
| 1769 | 2026-05-15T22:27:26.236Z | # # # # # # # # # # # # # # # # # |
| 1770 | 2026-05-15T22:27:26.236Z | ###### # # # #### ##### # ###### ##### # #### |
| 1771 | 2026-05-15T22:27:26.236Z | # # ###### # # # # # # # # # # |
| 1772 | 2026-05-15T22:27:26.236Z | # # # # # # # # # # # # # # # # # |
| 1773 | 2026-05-15T22:27:26.236Z | # # # # #### # # #### # # ###### #### # # |
| 1774 | 2026-05-15T22:27:26.236Z | |
| 1775 | 2026-05-15T22:27:26.236Z | + export CARGO_INCREMENTAL=0 |
| 1776 | 2026-05-15T22:27:26.236Z | + CARGO_INCREMENTAL=0 |
| 1777 | 2026-05-15T22:27:26.236Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1778 | 2026-05-15T22:27:26.762Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1779 | 2026-05-15T22:27:26.976Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1780 | 2026-05-15T22:27:28.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
| 1781 | 2026-05-15T22:27:28.900Z | Running `target/debug/xtask check-features --ci` |
| 1782 | 2026-05-15T22:27:28.927Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1783 | 2026-05-15T22:27:28.932Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1784 | 2026-05-15T22:27:29.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1785 | 2026-05-15T22:27:29.435Z | Running `target/debug/xtask download cargo-hack` |
| 1786 | 2026-05-15T22:27:30.228Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1787 | 2026-05-15T22:27:30.525Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1788 | 2026-05-15T22:27:32.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s |
| 1789 | 2026-05-15T22:27:33.122Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1790 | 2026-05-15T22:27:33.169Z | May 15 22:27:32.295 INFO Starting download, target: CargoHack |
| 1791 | 2026-05-15T22:27:33.172Z | May 15 22:27:32.295 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1792 | 2026-05-15T22:27:33.580Z | May 15 22:27:32.706 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1793 | 2026-05-15T22:27:33.629Z | May 15 22:27:32.755 INFO Download complete, target: CargoHack |
| 1794 | 2026-05-15T22:27:33.632Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1795 | 2026-05-15T22:27:33.645Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1796 | 2026-05-15T22:27:33.800Z | info: running `cargo check --bins` on api_identity (1/276) |
| 1797 | 2026-05-15T22:27:34.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1798 | 2026-05-15T22:27:34.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1799 | 2026-05-15T22:27:34.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1800 | 2026-05-15T22:27:34.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1801 | 2026-05-15T22:27:34.387Z | |
| 1802 | 2026-05-15T22:27:34.387Z | info: running `cargo check --bins` on bootstore (2/276) |
| 1803 | 2026-05-15T22:27:34.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1804 | 2026-05-15T22:27:34.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1805 | 2026-05-15T22:27:34.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1806 | 2026-05-15T22:27:34.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1807 | 2026-05-15T22:27:34.964Z | |
| 1808 | 2026-05-15T22:27:34.964Z | info: running `cargo check --bins` on omicron-ledger (3/276) |
| 1809 | 2026-05-15T22:27:35.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1810 | 2026-05-15T22:27:35.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1811 | 2026-05-15T22:27:35.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1812 | 2026-05-15T22:27:35.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1813 | 2026-05-15T22:27:35.543Z | |
| 1814 | 2026-05-15T22:27:35.543Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276) |
| 1815 | 2026-05-15T22:27:36.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1816 | 2026-05-15T22:27:36.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1817 | 2026-05-15T22:27:36.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1818 | 2026-05-15T22:27:36.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1819 | 2026-05-15T22:27:36.121Z | |
| 1820 | 2026-05-15T22:27:36.121Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276) |
| 1821 | 2026-05-15T22:27:36.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1822 | 2026-05-15T22:27:36.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1823 | 2026-05-15T22:27:36.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1824 | 2026-05-15T22:27:36.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1825 | 2026-05-15T22:27:36.700Z | |
| 1826 | 2026-05-15T22:27:36.700Z | info: running `cargo check --bins` on omicron-certificates (6/276) |
| 1827 | 2026-05-15T22:27:37.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1828 | 2026-05-15T22:27:37.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1829 | 2026-05-15T22:27:37.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1830 | 2026-05-15T22:27:37.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1831 | 2026-05-15T22:27:37.289Z | |
| 1832 | 2026-05-15T22:27:37.289Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/276) |
| 1833 | 2026-05-15T22:27:37.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1834 | 2026-05-15T22:27:37.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1835 | 2026-05-15T22:27:37.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1836 | 2026-05-15T22:27:37.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1837 | 2026-05-15T22:27:37.888Z | |
| 1838 | 2026-05-15T22:27:37.888Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276) |
| 1839 | 2026-05-15T22:27:38.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1840 | 2026-05-15T22:27:38.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1841 | 2026-05-15T22:27:38.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1842 | 2026-05-15T22:27:38.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1843 | 2026-05-15T22:27:38.472Z | |
| 1844 | 2026-05-15T22:27:38.472Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276) |
| 1845 | 2026-05-15T22:27:38.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1846 | 2026-05-15T22:27:38.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1847 | 2026-05-15T22:27:38.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1848 | 2026-05-15T22:27:38.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1849 | 2026-05-15T22:27:38.935Z | |
| 1850 | 2026-05-15T22:27:38.935Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276) |
| 1851 | 2026-05-15T22:27:39.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1852 | 2026-05-15T22:27:39.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1853 | 2026-05-15T22:27:39.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1854 | 2026-05-15T22:27:39.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1855 | 2026-05-15T22:27:39.392Z | |
| 1856 | 2026-05-15T22:27:39.392Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276) |
| 1857 | 2026-05-15T22:27:39.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1858 | 2026-05-15T22:27:39.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1859 | 2026-05-15T22:27:39.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1860 | 2026-05-15T22:27:39.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1861 | 2026-05-15T22:27:39.849Z | |
| 1862 | 2026-05-15T22:27:39.849Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276) |
| 1863 | 2026-05-15T22:27:40.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1864 | 2026-05-15T22:27:40.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1865 | 2026-05-15T22:27:40.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1866 | 2026-05-15T22:27:40.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1867 | 2026-05-15T22:27:40.311Z | |
| 1868 | 2026-05-15T22:27:40.311Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276) |
| 1869 | 2026-05-15T22:27:40.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1870 | 2026-05-15T22:27:40.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1871 | 2026-05-15T22:27:40.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1872 | 2026-05-15T22:27:40.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1873 | 2026-05-15T22:27:40.774Z | |
| 1874 | 2026-05-15T22:27:40.774Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276) |
| 1875 | 2026-05-15T22:27:41.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1876 | 2026-05-15T22:27:41.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1877 | 2026-05-15T22:27:41.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1878 | 2026-05-15T22:27:41.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1879 | 2026-05-15T22:27:41.233Z | |
| 1880 | 2026-05-15T22:27:41.233Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276) |
| 1881 | 2026-05-15T22:27:41.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1882 | 2026-05-15T22:27:41.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1883 | 2026-05-15T22:27:41.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1884 | 2026-05-15T22:27:41.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1885 | 2026-05-15T22:27:41.692Z | |
| 1886 | 2026-05-15T22:27:41.692Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276) |
| 1887 | 2026-05-15T22:27:42.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1888 | 2026-05-15T22:27:42.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1889 | 2026-05-15T22:27:42.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1890 | 2026-05-15T22:27:42.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1891 | 2026-05-15T22:27:42.153Z | |
| 1892 | 2026-05-15T22:27:42.153Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276) |
| 1893 | 2026-05-15T22:27:42.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1894 | 2026-05-15T22:27:42.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1895 | 2026-05-15T22:27:42.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1896 | 2026-05-15T22:27:42.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1897 | 2026-05-15T22:27:42.615Z | |
| 1898 | 2026-05-15T22:27:42.615Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276) |
| 1899 | 2026-05-15T22:27:43.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1900 | 2026-05-15T22:27:43.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1901 | 2026-05-15T22:27:43.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1902 | 2026-05-15T22:27:43.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1903 | 2026-05-15T22:27:43.077Z | |
| 1904 | 2026-05-15T22:27:43.077Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276) |
| 1905 | 2026-05-15T22:27:43.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1906 | 2026-05-15T22:27:43.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1907 | 2026-05-15T22:27:43.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1908 | 2026-05-15T22:27:43.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1909 | 2026-05-15T22:27:43.535Z | |
| 1910 | 2026-05-15T22:27:43.535Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276) |
| 1911 | 2026-05-15T22:27:43.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1912 | 2026-05-15T22:27:43.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1913 | 2026-05-15T22:27:43.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1914 | 2026-05-15T22:27:43.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1915 | 2026-05-15T22:27:43.998Z | |
| 1916 | 2026-05-15T22:27:43.998Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276) |
| 1917 | 2026-05-15T22:27:44.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1918 | 2026-05-15T22:27:44.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1919 | 2026-05-15T22:27:44.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1920 | 2026-05-15T22:27:44.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1921 | 2026-05-15T22:27:44.460Z | |
| 1922 | 2026-05-15T22:27:44.460Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276) |
| 1923 | 2026-05-15T22:27:44.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1924 | 2026-05-15T22:27:44.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1925 | 2026-05-15T22:27:44.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1926 | 2026-05-15T22:27:44.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1927 | 2026-05-15T22:27:44.923Z | |
| 1928 | 2026-05-15T22:27:44.923Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276) |
| 1929 | 2026-05-15T22:27:45.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1930 | 2026-05-15T22:27:45.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1931 | 2026-05-15T22:27:45.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1932 | 2026-05-15T22:27:45.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1933 | 2026-05-15T22:27:45.387Z | |
| 1934 | 2026-05-15T22:27:45.387Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276) |
| 1935 | 2026-05-15T22:27:45.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1936 | 2026-05-15T22:27:45.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1937 | 2026-05-15T22:27:45.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1938 | 2026-05-15T22:27:45.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1939 | 2026-05-15T22:27:45.849Z | |
| 1940 | 2026-05-15T22:27:45.849Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276) |
| 1941 | 2026-05-15T22:27:46.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1942 | 2026-05-15T22:27:46.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1943 | 2026-05-15T22:27:46.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1944 | 2026-05-15T22:27:46.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1945 | 2026-05-15T22:27:46.313Z | |
| 1946 | 2026-05-15T22:27:46.313Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276) |
| 1947 | 2026-05-15T22:27:46.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1948 | 2026-05-15T22:27:46.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1949 | 2026-05-15T22:27:46.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1950 | 2026-05-15T22:27:46.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1951 | 2026-05-15T22:27:46.777Z | |
| 1952 | 2026-05-15T22:27:46.777Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276) |
| 1953 | 2026-05-15T22:27:47.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1954 | 2026-05-15T22:27:47.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1955 | 2026-05-15T22:27:47.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1956 | 2026-05-15T22:27:47.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1957 | 2026-05-15T22:27:47.246Z | |
| 1958 | 2026-05-15T22:27:47.246Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276) |
| 1959 | 2026-05-15T22:27:47.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1960 | 2026-05-15T22:27:47.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1961 | 2026-05-15T22:27:47.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1962 | 2026-05-15T22:27:47.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1963 | 2026-05-15T22:27:47.709Z | |
| 1964 | 2026-05-15T22:27:47.710Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276) |
| 1965 | 2026-05-15T22:27:48.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1966 | 2026-05-15T22:27:48.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1967 | 2026-05-15T22:27:48.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1968 | 2026-05-15T22:27:48.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1969 | 2026-05-15T22:27:48.173Z | |
| 1970 | 2026-05-15T22:27:48.173Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276) |
| 1971 | 2026-05-15T22:27:48.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1972 | 2026-05-15T22:27:48.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1973 | 2026-05-15T22:27:48.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1974 | 2026-05-15T22:27:48.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1975 | 2026-05-15T22:27:48.635Z | |
| 1976 | 2026-05-15T22:27:48.635Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276) |
| 1977 | 2026-05-15T22:27:49.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1978 | 2026-05-15T22:27:49.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1979 | 2026-05-15T22:27:49.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1980 | 2026-05-15T22:27:49.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1981 | 2026-05-15T22:27:49.096Z | |
| 1982 | 2026-05-15T22:27:49.097Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276) |
| 1983 | 2026-05-15T22:27:49.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1984 | 2026-05-15T22:27:49.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1985 | 2026-05-15T22:27:49.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1986 | 2026-05-15T22:27:49.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1987 | 2026-05-15T22:27:49.558Z | |
| 1988 | 2026-05-15T22:27:49.558Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276) |
| 1989 | 2026-05-15T22:27:49.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1990 | 2026-05-15T22:27:49.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1991 | 2026-05-15T22:27:49.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1992 | 2026-05-15T22:27:49.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1993 | 2026-05-15T22:27:50.019Z | |
| 1994 | 2026-05-15T22:27:50.019Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276) |
| 1995 | 2026-05-15T22:27:50.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1996 | 2026-05-15T22:27:50.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1997 | 2026-05-15T22:27:50.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1998 | 2026-05-15T22:27:50.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1999 | 2026-05-15T22:27:50.479Z | |
| 2000 | 2026-05-15T22:27:50.479Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276) |
| 2001 | 2026-05-15T22:27:50.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2002 | 2026-05-15T22:27:50.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2003 | 2026-05-15T22:27:50.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2004 | 2026-05-15T22:27:50.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2005 | 2026-05-15T22:27:50.939Z | |
| 2006 | 2026-05-15T22:27:50.939Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276) |
| 2007 | 2026-05-15T22:27:51.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2008 | 2026-05-15T22:27:51.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2009 | 2026-05-15T22:27:51.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2010 | 2026-05-15T22:27:51.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2011 | 2026-05-15T22:27:51.400Z | |
| 2012 | 2026-05-15T22:27:51.400Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276) |
| 2013 | 2026-05-15T22:27:51.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2014 | 2026-05-15T22:27:51.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2015 | 2026-05-15T22:27:51.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2016 | 2026-05-15T22:27:51.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2017 | 2026-05-15T22:27:51.861Z | |
| 2018 | 2026-05-15T22:27:51.861Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276) |
| 2019 | 2026-05-15T22:27:52.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2020 | 2026-05-15T22:27:52.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2021 | 2026-05-15T22:27:52.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2022 | 2026-05-15T22:27:52.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2023 | 2026-05-15T22:27:52.322Z | |
| 2024 | 2026-05-15T22:27:52.322Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276) |
| 2025 | 2026-05-15T22:27:52.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2026 | 2026-05-15T22:27:52.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2027 | 2026-05-15T22:27:52.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2028 | 2026-05-15T22:27:52.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2029 | 2026-05-15T22:27:52.784Z | |
| 2030 | 2026-05-15T22:27:52.784Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276) |
| 2031 | 2026-05-15T22:27:53.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2032 | 2026-05-15T22:27:53.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2033 | 2026-05-15T22:27:53.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2034 | 2026-05-15T22:27:53.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2035 | 2026-05-15T22:27:53.247Z | |
| 2036 | 2026-05-15T22:27:53.247Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276) |
| 2037 | 2026-05-15T22:27:53.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2038 | 2026-05-15T22:27:53.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2039 | 2026-05-15T22:27:53.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2040 | 2026-05-15T22:27:53.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2041 | 2026-05-15T22:27:53.709Z | |
| 2042 | 2026-05-15T22:27:53.709Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276) |
| 2043 | 2026-05-15T22:27:54.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2044 | 2026-05-15T22:27:54.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2045 | 2026-05-15T22:27:54.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2046 | 2026-05-15T22:27:54.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2047 | 2026-05-15T22:27:54.175Z | |
| 2048 | 2026-05-15T22:27:54.175Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276) |
| 2049 | 2026-05-15T22:27:54.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2050 | 2026-05-15T22:27:54.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2051 | 2026-05-15T22:27:54.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2052 | 2026-05-15T22:27:54.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2053 | 2026-05-15T22:27:54.638Z | |
| 2054 | 2026-05-15T22:27:54.638Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276) |
| 2055 | 2026-05-15T22:27:55.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2056 | 2026-05-15T22:27:55.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2057 | 2026-05-15T22:27:55.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2058 | 2026-05-15T22:27:55.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2059 | 2026-05-15T22:27:55.105Z | |
| 2060 | 2026-05-15T22:27:55.105Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276) |
| 2061 | 2026-05-15T22:27:55.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2062 | 2026-05-15T22:27:55.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2063 | 2026-05-15T22:27:55.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2064 | 2026-05-15T22:27:55.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2065 | 2026-05-15T22:27:55.573Z | |
| 2066 | 2026-05-15T22:27:55.573Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276) |
| 2067 | 2026-05-15T22:27:55.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2068 | 2026-05-15T22:27:55.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2069 | 2026-05-15T22:27:55.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2070 | 2026-05-15T22:27:55.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2071 | 2026-05-15T22:27:56.040Z | |
| 2072 | 2026-05-15T22:27:56.040Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276) |
| 2073 | 2026-05-15T22:27:56.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2074 | 2026-05-15T22:27:56.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2075 | 2026-05-15T22:27:56.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2076 | 2026-05-15T22:27:56.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2077 | 2026-05-15T22:27:56.506Z | |
| 2078 | 2026-05-15T22:27:56.506Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276) |
| 2079 | 2026-05-15T22:27:56.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2080 | 2026-05-15T22:27:56.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2081 | 2026-05-15T22:27:56.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2082 | 2026-05-15T22:27:56.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2083 | 2026-05-15T22:27:56.972Z | |
| 2084 | 2026-05-15T22:27:56.972Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276) |
| 2085 | 2026-05-15T22:27:57.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2086 | 2026-05-15T22:27:57.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2087 | 2026-05-15T22:27:57.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2088 | 2026-05-15T22:27:57.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2089 | 2026-05-15T22:27:57.601Z | |
| 2090 | 2026-05-15T22:27:57.601Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276) |
| 2091 | 2026-05-15T22:27:58.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2092 | 2026-05-15T22:27:58.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2093 | 2026-05-15T22:27:58.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2094 | 2026-05-15T22:27:58.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2095 | 2026-05-15T22:27:58.235Z | |
| 2096 | 2026-05-15T22:27:58.235Z | info: running `cargo check --bins` on nexus-config (51/276) |
| 2097 | 2026-05-15T22:27:58.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2098 | 2026-05-15T22:27:58.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2099 | 2026-05-15T22:27:58.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2100 | 2026-05-15T22:27:58.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2101 | 2026-05-15T22:27:58.854Z | |
| 2102 | 2026-05-15T22:27:58.854Z | info: running `cargo check --bins` on nexus-types (52/276) |
| 2103 | 2026-05-15T22:27:59.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2104 | 2026-05-15T22:27:59.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2105 | 2026-05-15T22:27:59.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2106 | 2026-05-15T22:27:59.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2107 | 2026-05-15T22:27:59.475Z | |
| 2108 | 2026-05-15T22:27:59.475Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276) |
| 2109 | 2026-05-15T22:27:59.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2110 | 2026-05-15T22:27:59.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2111 | 2026-05-15T22:27:59.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2112 | 2026-05-15T22:27:59.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2113 | 2026-05-15T22:28:00.074Z | |
| 2114 | 2026-05-15T22:28:00.074Z | info: running `cargo check --bins` on omicron-passwords (54/276) |
| 2115 | 2026-05-15T22:28:00.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2116 | 2026-05-15T22:28:00.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2117 | 2026-05-15T22:28:00.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2118 | 2026-05-15T22:28:00.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2119 | 2026-05-15T22:28:00.653Z | |
| 2120 | 2026-05-15T22:28:00.653Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/276) |
| 2121 | 2026-05-15T22:28:01.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2122 | 2026-05-15T22:28:01.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2123 | 2026-05-15T22:28:01.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2124 | 2026-05-15T22:28:01.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2125 | 2026-05-15T22:28:01.248Z | |
| 2126 | 2026-05-15T22:28:01.248Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276) |
| 2127 | 2026-05-15T22:28:01.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2128 | 2026-05-15T22:28:01.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2129 | 2026-05-15T22:28:01.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2130 | 2026-05-15T22:28:01.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2131 | 2026-05-15T22:28:01.846Z | |
| 2132 | 2026-05-15T22:28:01.847Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276) |
| 2133 | 2026-05-15T22:28:02.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2134 | 2026-05-15T22:28:02.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2135 | 2026-05-15T22:28:02.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2136 | 2026-05-15T22:28:02.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2137 | 2026-05-15T22:28:02.445Z | |
| 2138 | 2026-05-15T22:28:02.445Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276) |
| 2139 | 2026-05-15T22:28:02.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2140 | 2026-05-15T22:28:02.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2141 | 2026-05-15T22:28:02.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2142 | 2026-05-15T22:28:02.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2143 | 2026-05-15T22:28:03.044Z | |
| 2144 | 2026-05-15T22:28:03.044Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276) |
| 2145 | 2026-05-15T22:28:03.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2146 | 2026-05-15T22:28:03.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2147 | 2026-05-15T22:28:03.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2148 | 2026-05-15T22:28:03.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2149 | 2026-05-15T22:28:03.623Z | |
| 2150 | 2026-05-15T22:28:03.623Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276) |
| 2151 | 2026-05-15T22:28:04.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2152 | 2026-05-15T22:28:04.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2153 | 2026-05-15T22:28:04.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2154 | 2026-05-15T22:28:04.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2155 | 2026-05-15T22:28:04.198Z | |
| 2156 | 2026-05-15T22:28:04.198Z | info: running `cargo check --bins --no-default-features` on gfss (61/276) |
| 2157 | 2026-05-15T22:28:04.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2158 | 2026-05-15T22:28:04.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2159 | 2026-05-15T22:28:04.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2160 | 2026-05-15T22:28:04.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2161 | 2026-05-15T22:28:04.775Z | |
| 2162 | 2026-05-15T22:28:04.775Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276) |
| 2163 | 2026-05-15T22:28:05.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2164 | 2026-05-15T22:28:05.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2165 | 2026-05-15T22:28:05.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2166 | 2026-05-15T22:28:05.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2167 | 2026-05-15T22:28:05.352Z | |
| 2168 | 2026-05-15T22:28:05.352Z | info: running `cargo check --bins` on clickhouse-admin-types (63/276) |
| 2169 | 2026-05-15T22:28:05.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2170 | 2026-05-15T22:28:05.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2171 | 2026-05-15T22:28:05.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2172 | 2026-05-15T22:28:05.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2173 | 2026-05-15T22:28:05.945Z | |
| 2174 | 2026-05-15T22:28:05.945Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/276) |
| 2175 | 2026-05-15T22:28:06.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2176 | 2026-05-15T22:28:06.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2177 | 2026-05-15T22:28:06.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2178 | 2026-05-15T22:28:06.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2179 | 2026-05-15T22:28:06.532Z | |
| 2180 | 2026-05-15T22:28:06.532Z | info: running `cargo check --bins` on cockroach-admin-types (65/276) |
| 2181 | 2026-05-15T22:28:07.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2182 | 2026-05-15T22:28:07.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2183 | 2026-05-15T22:28:07.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2184 | 2026-05-15T22:28:07.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2185 | 2026-05-15T22:28:07.111Z | |
| 2186 | 2026-05-15T22:28:07.111Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/276) |
| 2187 | 2026-05-15T22:28:07.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2188 | 2026-05-15T22:28:07.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2189 | 2026-05-15T22:28:07.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2190 | 2026-05-15T22:28:07.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2191 | 2026-05-15T22:28:07.691Z | |
| 2192 | 2026-05-15T22:28:07.691Z | info: running `cargo check --bins` on ereport-types (67/276) |
| 2193 | 2026-05-15T22:28:08.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2194 | 2026-05-15T22:28:08.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2195 | 2026-05-15T22:28:08.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2196 | 2026-05-15T22:28:08.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2197 | 2026-05-15T22:28:08.276Z | |
| 2198 | 2026-05-15T22:28:08.276Z | info: running `cargo check --bins` on gateway-client (68/276) |
| 2199 | 2026-05-15T22:28:08.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2200 | 2026-05-15T22:28:08.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2201 | 2026-05-15T22:28:08.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2202 | 2026-05-15T22:28:08.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2203 | 2026-05-15T22:28:08.860Z | |
| 2204 | 2026-05-15T22:28:08.860Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/276) |
| 2205 | 2026-05-15T22:28:09.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2206 | 2026-05-15T22:28:09.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2207 | 2026-05-15T22:28:09.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2208 | 2026-05-15T22:28:09.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2209 | 2026-05-15T22:28:09.447Z | |
| 2210 | 2026-05-15T22:28:09.447Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276) |
| 2211 | 2026-05-15T22:28:09.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2212 | 2026-05-15T22:28:09.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2213 | 2026-05-15T22:28:09.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2214 | 2026-05-15T22:28:09.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2215 | 2026-05-15T22:28:10.043Z | |
| 2216 | 2026-05-15T22:28:10.044Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276) |
| 2217 | 2026-05-15T22:28:10.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2218 | 2026-05-15T22:28:10.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2219 | 2026-05-15T22:28:10.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2220 | 2026-05-15T22:28:10.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2221 | 2026-05-15T22:28:10.620Z | |
| 2222 | 2026-05-15T22:28:10.620Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276) |
| 2223 | 2026-05-15T22:28:11.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2224 | 2026-05-15T22:28:11.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2225 | 2026-05-15T22:28:11.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2226 | 2026-05-15T22:28:11.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2227 | 2026-05-15T22:28:11.208Z | |
| 2228 | 2026-05-15T22:28:11.208Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/276) |
| 2229 | 2026-05-15T22:28:11.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2230 | 2026-05-15T22:28:11.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2231 | 2026-05-15T22:28:11.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2232 | 2026-05-15T22:28:11.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2233 | 2026-05-15T22:28:11.821Z | |
| 2234 | 2026-05-15T22:28:11.821Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276) |
| 2235 | 2026-05-15T22:28:12.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2236 | 2026-05-15T22:28:12.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2237 | 2026-05-15T22:28:12.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2238 | 2026-05-15T22:28:12.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2239 | 2026-05-15T22:28:12.426Z | |
| 2240 | 2026-05-15T22:28:12.426Z | info: running `cargo check --bins` on key-manager-types (75/276) |
| 2241 | 2026-05-15T22:28:12.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2242 | 2026-05-15T22:28:12.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2243 | 2026-05-15T22:28:12.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2244 | 2026-05-15T22:28:12.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2245 | 2026-05-15T22:28:13.000Z | |
| 2246 | 2026-05-15T22:28:13.000Z | info: running `cargo check --bins` on oxlog (76/276) |
| 2247 | 2026-05-15T22:28:13.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2248 | 2026-05-15T22:28:13.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2249 | 2026-05-15T22:28:13.607Z | Checking cfg-if v1.0.4 |
| 2250 | 2026-05-15T22:28:13.610Z | Checking libc v0.2.185 |
| 2251 | 2026-05-15T22:28:13.610Z | Checking serde_core v1.0.228 |
| 2252 | 2026-05-15T22:28:13.724Z | Checking zeroize v1.8.2 |
| 2253 | 2026-05-15T22:28:13.731Z | Checking memchr v2.8.0 |
| 2254 | 2026-05-15T22:28:13.740Z | Checking log v0.4.29 |
| 2255 | 2026-05-15T22:28:13.749Z | Checking smallvec v1.15.1 |
| 2256 | 2026-05-15T22:28:13.760Z | Checking typenum v1.19.0 |
| 2257 | 2026-05-15T22:28:13.760Z | Checking subtle v2.6.1 |
| 2258 | 2026-05-15T22:28:13.858Z | Checking itoa v1.0.17 |
| 2259 | 2026-05-15T22:28:13.892Z | Checking scopeguard v1.2.0 |
| 2260 | 2026-05-15T22:28:13.904Z | Checking stable_deref_trait v1.2.1 |
| 2261 | 2026-05-15T22:28:13.917Z | Checking const-oid v0.9.6 |
| 2262 | 2026-05-15T22:28:13.974Z | Checking zerofrom v0.1.6 |
| 2263 | 2026-05-15T22:28:13.988Z | Checking lock_api v0.4.14 |
| 2264 | 2026-05-15T22:28:14.002Z | Checking pin-project-lite v0.2.17 |
| 2265 | 2026-05-15T22:28:14.083Z | Checking yoke v0.8.1 |
| 2266 | 2026-05-15T22:28:14.097Z | Checking portable-atomic v1.13.1 |
| 2267 | 2026-05-15T22:28:14.108Z | Checking futures-core v0.3.32 |
| 2268 | 2026-05-15T22:28:14.111Z | Checking getrandom v0.2.17 |
| 2269 | 2026-05-15T22:28:14.175Z | Checking errno v0.3.14 |
| 2270 | 2026-05-15T22:28:14.240Z | Checking zerovec v0.11.5 |
| 2271 | 2026-05-15T22:28:14.253Z | Checking parking_lot_core v0.9.12 |
| 2272 | 2026-05-15T22:28:14.274Z | Checking generic-array v0.14.7 |
| 2273 | 2026-05-15T22:28:14.286Z | Checking rand_core v0.6.4 |
| 2274 | 2026-05-15T22:28:14.289Z | Checking signal-hook-registry v1.4.8 |
| 2275 | 2026-05-15T22:28:14.427Z | Checking critical-section v1.2.0 |
| 2276 | 2026-05-15T22:28:14.446Z | Checking parking_lot v0.12.5 |
| 2277 | 2026-05-15T22:28:14.459Z | Checking mio v1.2.0 |
| 2278 | 2026-05-15T22:28:14.485Z | Checking zerocopy v0.8.40 |
| 2279 | 2026-05-15T22:28:14.520Z | Checking once_cell v1.21.3 |
| 2280 | 2026-05-15T22:28:14.587Z | Checking zmij v1.0.21 |
| 2281 | 2026-05-15T22:28:14.622Z | Checking socket2 v0.6.3 |
| 2282 | 2026-05-15T22:28:14.661Z | Checking tinystr v0.8.2 |
| 2283 | 2026-05-15T22:28:14.686Z | Checking libm v0.2.16 |
| 2284 | 2026-05-15T22:28:14.702Z | Checking crypto-common v0.1.7 |
| 2285 | 2026-05-15T22:28:14.723Z | Checking block-buffer v0.10.4 |
| 2286 | 2026-05-15T22:28:14.787Z | Checking litemap v0.8.1 |
| 2287 | 2026-05-15T22:28:14.817Z | Checking percent-encoding v2.3.2 |
| 2288 | 2026-05-15T22:28:14.830Z | Checking writeable v0.6.2 |
| 2289 | 2026-05-15T22:28:14.853Z | Checking digest v0.10.7 |
| 2290 | 2026-05-15T22:28:14.855Z | Checking equivalent v1.0.2 |
| 2291 | 2026-05-15T22:28:14.942Z | Checking potential_utf v0.1.4 |
| 2292 | 2026-05-15T22:28:14.955Z | Checking zerotrie v0.2.3 |
| 2293 | 2026-05-15T22:28:14.968Z | Checking futures-sink v0.3.32 |
| 2294 | 2026-05-15T22:28:14.980Z | Checking icu_locale_core v2.1.1 |
| 2295 | 2026-05-15T22:28:15.043Z | Checking futures-task v0.3.32 |
| 2296 | 2026-05-15T22:28:15.058Z | Checking futures-channel v0.3.32 |
| 2297 | 2026-05-15T22:28:15.070Z | Checking icu_collections v2.1.1 |
| 2298 | 2026-05-15T22:28:15.186Z | Checking cpufeatures v0.2.17 |
| 2299 | 2026-05-15T22:28:15.189Z | Checking serde v1.0.228 |
| 2300 | 2026-05-15T22:28:15.189Z | Checking bitflags v2.11.0 |
| 2301 | 2026-05-15T22:28:15.238Z | Checking serde_json v1.0.149 |
| 2302 | 2026-05-15T22:28:15.252Z | Checking futures-io v0.3.32 |
| 2303 | 2026-05-15T22:28:15.355Z | Checking slab v0.4.12 |
| 2304 | 2026-05-15T22:28:15.368Z | Checking hmac v0.12.1 |
| 2305 | 2026-05-15T22:28:15.371Z | Checking icu_normalizer_data v2.1.1 |
| 2306 | 2026-05-15T22:28:15.380Z | Checking num-traits v0.2.19 |
| 2307 | 2026-05-15T22:28:15.449Z | Checking icu_properties_data v2.1.2 |
| 2308 | 2026-05-15T22:28:15.491Z | Checking rand_core v0.10.0 |
| 2309 | 2026-05-15T22:28:15.505Z | Checking futures-util v0.3.32 |
| 2310 | 2026-05-15T22:28:15.520Z | Checking icu_provider v2.1.1 |
| 2311 | 2026-05-15T22:28:15.569Z | Checking hashbrown v0.17.0 |
| 2312 | 2026-05-15T22:28:15.583Z | Checking bytes v1.11.1 |
| 2313 | 2026-05-15T22:28:15.630Z | Checking getrandom v0.4.1 |
| 2314 | 2026-05-15T22:28:15.744Z | Checking icu_normalizer v2.1.1 |
| 2315 | 2026-05-15T22:28:15.764Z | Checking icu_properties v2.1.2 |
| 2316 | 2026-05-15T22:28:15.889Z | Checking block-padding v0.3.3 |
| 2317 | 2026-05-15T22:28:15.903Z | Checking utf8_iter v1.0.4 |
| 2318 | 2026-05-15T22:28:16.000Z | Checking tokio v1.52.1 |
| 2319 | 2026-05-15T22:28:16.012Z | Checking inout v0.1.4 |
| 2320 | 2026-05-15T22:28:16.024Z | Checking indexmap v2.14.0 |
| 2321 | 2026-05-15T22:28:16.038Z | Checking sha2 v0.10.9 |
| 2322 | 2026-05-15T22:28:16.041Z | Checking form_urlencoded v1.2.2 |
| 2323 | 2026-05-15T22:28:16.142Z | Checking cipher v0.4.4 |
| 2324 | 2026-05-15T22:28:16.170Z | Checking getrandom v0.3.4 |
| 2325 | 2026-05-15T22:28:16.302Z | Checking base64ct v1.8.3 |
| 2326 | 2026-05-15T22:28:16.315Z | Checking byteorder v1.5.0 |
| 2327 | 2026-05-15T22:28:16.341Z | Checking fnv v1.0.7 |
| 2328 | 2026-05-15T22:28:16.443Z | Checking flagset v0.4.7 |
| 2329 | 2026-05-15T22:28:16.508Z | Checking rand_core v0.9.5 |
| 2330 | 2026-05-15T22:28:16.526Z | Checking pem-rfc7468 v0.7.0 |
| 2331 | 2026-05-15T22:28:16.549Z | Checking http v1.4.0 |
| 2332 | 2026-05-15T22:28:16.562Z | Checking regex-syntax v0.8.10 |
| 2333 | 2026-05-15T22:28:16.575Z | Checking idna_adapter v1.2.1 |
| 2334 | 2026-05-15T22:28:16.669Z | Checking der v0.7.10 |
| 2335 | 2026-05-15T22:28:16.684Z | Checking salsa20 v0.10.2 |
| 2336 | 2026-05-15T22:28:16.695Z | Checking idna v1.1.0 |
| 2337 | 2026-05-15T22:28:16.809Z | Checking uuid v1.23.0 |
| 2338 | 2026-05-15T22:28:16.930Z | Checking url v2.5.8 |
| 2339 | 2026-05-15T22:28:17.106Z | Checking pbkdf2 v0.12.2 |
| 2340 | 2026-05-15T22:28:17.118Z | Checking rustix v1.1.3 |
| 2341 | 2026-05-15T22:28:17.195Z | Checking ppv-lite86 v0.2.21 |
| 2342 | 2026-05-15T22:28:17.211Z | Checking tracing-core v0.1.36 |
| 2343 | 2026-05-15T22:28:17.367Z | Checking rustls-pki-types v1.14.0 |
| 2344 | 2026-05-15T22:28:17.378Z | Checking spki v0.7.3 |
| 2345 | 2026-05-15T22:28:17.391Z | Checking iana-time-zone v0.1.65 |
| 2346 | 2026-05-15T22:28:17.478Z | Checking base64 v0.22.1 |
| 2347 | 2026-05-15T22:28:17.491Z | Checking chrono v0.4.44 |
| 2348 | 2026-05-15T22:28:17.510Z | Checking tracing v0.1.44 |
| 2349 | 2026-05-15T22:28:17.535Z | Checking rand_chacha v0.9.0 |
| 2350 | 2026-05-15T22:28:17.640Z | Checking scrypt v0.11.0 |
| 2351 | 2026-05-15T22:28:17.704Z | Checking http-body v1.0.1 |
| 2352 | 2026-05-15T22:28:17.715Z | Checking cbc v0.1.2 |
| 2353 | 2026-05-15T22:28:17.725Z | Checking aes v0.8.4 |
| 2354 | 2026-05-15T22:28:17.775Z | Checking aws-lc-sys v0.40.0 |
| 2355 | 2026-05-15T22:28:17.830Z | Checking untrusted v0.9.0 |
| 2356 | 2026-05-15T22:28:17.833Z | Checking tinyvec_macros v0.1.1 |
| 2357 | 2026-05-15T22:28:17.854Z | Checking openssl-probe v0.2.1 |
| 2358 | 2026-05-15T22:28:17.894Z | Checking untrusted v0.7.1 |
| 2359 | 2026-05-15T22:28:17.940Z | Checking tinyvec v1.10.0 |
| 2360 | 2026-05-15T22:28:17.953Z | Checking ring v0.17.14 |
| 2361 | 2026-05-15T22:28:17.965Z | Checking rand v0.9.2 |
| 2362 | 2026-05-15T22:28:18.001Z | Checking tower-layer v0.3.3 |
| 2363 | 2026-05-15T22:28:18.103Z | Checking pkcs5 v0.7.1 |
| 2364 | 2026-05-15T22:28:18.148Z | Checking tower-service v0.3.3 |
| 2365 | 2026-05-15T22:28:18.232Z | Checking try-lock v0.2.5 |
| 2366 | 2026-05-15T22:28:18.261Z | Checking atomic-waker v1.1.2 |
| 2367 | 2026-05-15T22:28:18.278Z | Checking aws-lc-rs v1.16.3 |
| 2368 | 2026-05-15T22:28:18.325Z | Checking want v0.3.1 |
| 2369 | 2026-05-15T22:28:18.340Z | Checking ipnet v2.11.0 |
| 2370 | 2026-05-15T22:28:18.353Z | Checking httparse v1.10.1 |
| 2371 | 2026-05-15T22:28:18.367Z | Checking pkcs8 v0.10.2 |
| 2372 | 2026-05-15T22:28:18.433Z | Checking aho-corasick v1.1.4 |
| 2373 | 2026-05-15T22:28:18.446Z | Checking dyn-clone v1.0.20 |
| 2374 | 2026-05-15T22:28:18.536Z | Checking httpdate v1.0.3 |
| 2375 | 2026-05-15T22:28:18.550Z | Checking plain v0.2.3 |
| 2376 | 2026-05-15T22:28:18.563Z | Checking pin-utils v0.1.0 |
| 2377 | 2026-05-15T22:28:18.597Z | Checking fastrand v2.3.0 |
| 2378 | 2026-05-15T22:28:18.631Z | Checking foreign-types-shared v0.1.1 |
| 2379 | 2026-05-15T22:28:18.646Z | Checking unicode-normalization v0.1.25 |
| 2380 | 2026-05-15T22:28:18.681Z | Checking semver v1.0.28 |
| 2381 | 2026-05-15T22:28:18.706Z | Checking foreign-types v0.3.2 |
| 2382 | 2026-05-15T22:28:18.771Z | Checking openssl-sys v0.9.115 |
| 2383 | 2026-05-15T22:28:18.774Z | Checking tempfile v3.25.0 |
| 2384 | 2026-05-15T22:28:18.885Z | Checking spin v0.9.8 |
| 2385 | 2026-05-15T22:28:18.962Z | Checking unicode-ident v1.0.24 |
| 2386 | 2026-05-15T22:28:18.978Z | Checking ucd-trie v0.1.7 |
| 2387 | 2026-05-15T22:28:19.034Z | Checking schemars v0.8.22 |
| 2388 | 2026-05-15T22:28:19.059Z | Checking rustls-native-certs v0.8.3 |
| 2389 | 2026-05-15T22:28:19.072Z | Checking proc-macro2 v1.0.106 |
| 2390 | 2026-05-15T22:28:19.097Z | Checking regex-automata v0.4.14 |
| 2391 | 2026-05-15T22:28:19.110Z | Checking pest v2.8.6 |
| 2392 | 2026-05-15T22:28:19.113Z | Checking rustls-webpki v0.103.9 |
| 2393 | 2026-05-15T22:28:19.152Z | Checking openssl v0.10.79 |
| 2394 | 2026-05-15T22:28:19.184Z | Checking thiserror v2.0.18 |
| 2395 | 2026-05-15T22:28:19.230Z | Checking tokio-util v0.7.18 |
| 2396 | 2026-05-15T22:28:19.278Z | Checking sync_wrapper v1.0.2 |
| 2397 | 2026-05-15T22:28:19.372Z | Checking wait-timeout v0.2.1 |
| 2398 | 2026-05-15T22:28:19.387Z | Checking siphasher v1.0.2 |
| 2399 | 2026-05-15T22:28:19.490Z | Checking pretty-hex v0.4.1 |
| 2400 | 2026-05-15T22:28:19.527Z | Checking rustls v0.23.37 |
| 2401 | 2026-05-15T22:28:19.539Z | Checking quick-error v1.2.3 |
| 2402 | 2026-05-15T22:28:19.598Z | Checking simd-adler32 v0.3.8 |
| 2403 | 2026-05-15T22:28:19.632Z | Checking anstyle v1.0.13 |
| 2404 | 2026-05-15T22:28:19.656Z | Checking utf8parse v0.2.2 |
| 2405 | 2026-05-15T22:28:19.754Z | Checking powerfmt v0.2.0 |
| 2406 | 2026-05-15T22:28:19.767Z | Checking bit-vec v0.8.0 |
| 2407 | 2026-05-15T22:28:19.808Z | Checking anstyle-parse v0.2.7 |
| 2408 | 2026-05-15T22:28:19.821Z | Checking h2 v0.4.13 |
| 2409 | 2026-05-15T22:28:19.900Z | Checking deranged v0.5.8 |
| 2410 | 2026-05-15T22:28:19.951Z | Checking bit-set v0.8.0 |
| 2411 | 2026-05-15T22:28:19.964Z | Checking rusty-fork v0.3.1 |
| 2412 | 2026-05-15T22:28:20.095Z | Checking tower v0.5.3 |
| 2413 | 2026-05-15T22:28:20.124Z | Checking quote v1.0.45 |
| 2414 | 2026-05-15T22:28:20.141Z | Compiling newtype-uuid v1.3.2 |
| 2415 | 2026-05-15T22:28:20.290Z | Checking http-body-util v0.1.3 |
| 2416 | 2026-05-15T22:28:20.315Z | Checking crossbeam-utils v0.8.21 |
| 2417 | 2026-05-15T22:28:20.469Z | Checking webpki-roots v1.0.6 |
| 2418 | 2026-05-15T22:28:20.500Z | Checking rand_xorshift v0.4.0 |
| 2419 | 2026-05-15T22:28:20.582Z | Checking crc32fast v1.5.0 |
| 2420 | 2026-05-15T22:28:20.623Z | Checking scroll v0.13.0 |
| 2421 | 2026-05-15T22:28:20.639Z | Checking signature v2.2.0 |
| 2422 | 2026-05-15T22:28:20.715Z | Checking colorchoice v1.0.4 |
| 2423 | 2026-05-15T22:28:20.763Z | Checking anstyle-query v1.1.5 |
| 2424 | 2026-05-15T22:28:20.804Z | Checking time-core v0.1.8 |
| 2425 | 2026-05-15T22:28:20.815Z | Checking is_terminal_polyfill v1.70.2 |
| 2426 | 2026-05-15T22:28:20.834Z | Checking num-conv v0.2.0 |
| 2427 | 2026-05-15T22:28:20.848Z | Checking adler2 v2.0.1 |
| 2428 | 2026-05-15T22:28:20.882Z | Checking unicode-bidi v0.3.18 |
| 2429 | 2026-05-15T22:28:20.895Z | Checking unicode-properties v0.1.4 |
| 2430 | 2026-05-15T22:28:20.936Z | Checking iri-string v0.7.10 |
| 2431 | 2026-05-15T22:28:20.949Z | Checking allocator-api2 v0.2.21 |
| 2432 | 2026-05-15T22:28:20.951Z | Checking unarray v0.1.4 |
| 2433 | 2026-05-15T22:28:21.061Z | Checking ryu v1.0.23 |
| 2434 | 2026-05-15T22:28:21.075Z | Checking num_threads v0.1.7 |
| 2435 | 2026-05-15T22:28:21.121Z | Checking native-tls v0.2.18 |
| 2436 | 2026-05-15T22:28:21.161Z | Checking time v0.3.47 |
| 2437 | 2026-05-15T22:28:21.168Z | Checking stringprep v0.1.5 |
| 2438 | 2026-05-15T22:28:21.188Z | Checking serde_urlencoded v0.7.1 |
| 2439 | 2026-05-15T22:28:21.224Z | Checking proptest v1.10.0 |
| 2440 | 2026-05-15T22:28:21.290Z | Checking tokio-native-tls v0.3.1 |
| 2441 | 2026-05-15T22:28:21.309Z | Checking miniz_oxide v0.8.9 |
| 2442 | 2026-05-15T22:28:21.386Z | Checking anstream v0.6.21 |
| 2443 | 2026-05-15T22:28:21.442Z | Checking bstr v1.12.1 |
| 2444 | 2026-05-15T22:28:21.581Z | Checking goblin v0.10.5 |
| 2445 | 2026-05-15T22:28:21.654Z | Checking crossbeam-epoch v0.9.18 |
| 2446 | 2026-05-15T22:28:21.832Z | Checking syn v2.0.117 |
| 2447 | 2026-05-15T22:28:21.852Z | Checking tokio-rustls v0.26.4 |
| 2448 | 2026-05-15T22:28:21.873Z | Compiling daft v0.1.5 |
| 2449 | 2026-05-15T22:28:21.928Z | Checking tower-http v0.6.8 |
| 2450 | 2026-05-15T22:28:22.074Z | Checking ipnetwork v0.21.1 |
| 2451 | 2026-05-15T22:28:22.141Z | Checking rand_chacha v0.3.1 |
| 2452 | 2026-05-15T22:28:22.193Z | Checking scroll v0.12.0 |
| 2453 | 2026-05-15T22:28:22.254Z | Checking thiserror v1.0.69 |
| 2454 | 2026-05-15T22:28:22.280Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2455 | 2026-05-15T22:28:22.345Z | Checking hash32 v0.2.1 |
| 2456 | 2026-05-15T22:28:22.345Z | Checking num-integer v0.1.46 |
| 2457 | 2026-05-15T22:28:22.386Z | Checking toml_datetime v0.6.11 |
| 2458 | 2026-05-15T22:28:22.413Z | Checking serde_spanned v0.6.9 |
| 2459 | 2026-05-15T22:28:22.460Z | Checking hyper v1.8.1 |
| 2460 | 2026-05-15T22:28:22.502Z | Checking md-5 v0.10.6 |
| 2461 | 2026-05-15T22:28:22.538Z | Checking ff v0.13.1 |
| 2462 | 2026-05-15T22:28:22.559Z | Checking base16ct v0.2.0 |
| 2463 | 2026-05-15T22:28:22.573Z | Checking zlib-rs v0.6.2 |
| 2464 | 2026-05-15T22:28:22.632Z | Checking psl-types v2.0.11 |
| 2465 | 2026-05-15T22:28:22.655Z | Checking fallible-iterator v0.2.0 |
| 2466 | 2026-05-15T22:28:22.681Z | Checking sec1 v0.7.3 |
| 2467 | 2026-05-15T22:28:22.742Z | Checking publicsuffix v2.3.0 |
| 2468 | 2026-05-15T22:28:22.877Z | Checking group v0.13.0 |
| 2469 | 2026-05-15T22:28:22.899Z | Compiling iddqd v0.3.18 |
| 2470 | 2026-05-15T22:28:22.925Z | Checking postgres-protocol v0.6.10 |
| 2471 | 2026-05-15T22:28:23.016Z | Checking num-iter v0.1.45 |
| 2472 | 2026-05-15T22:28:23.119Z | Checking heapless v0.7.17 |
| 2473 | 2026-05-15T22:28:23.132Z | Checking goblin v0.8.2 |
| 2474 | 2026-05-15T22:28:23.248Z | Checking zstd-safe v7.2.4 |
| 2475 | 2026-05-15T22:28:23.358Z | Checking hyper-util v0.1.20 |
| 2476 | 2026-05-15T22:28:23.410Z | Checking rand v0.8.6 |
| 2477 | 2026-05-15T22:28:23.458Z | Checking flate2 v1.1.9 |
| 2478 | 2026-05-15T22:28:23.524Z | Checking oxnet v0.1.4 |
| 2479 | 2026-05-15T22:28:23.746Z | Checking cookie v0.18.1 |
| 2480 | 2026-05-15T22:28:23.761Z | Checking dtrace-parser v0.3.0 |
| 2481 | 2026-05-15T22:28:23.907Z | Checking dof v0.4.0 |
| 2482 | 2026-05-15T22:28:23.922Z | Checking phf_shared v0.13.1 |
| 2483 | 2026-05-15T22:28:23.978Z | Checking lazy_static v1.5.0 |
| 2484 | 2026-05-15T22:28:23.993Z | Checking zerocopy v0.7.35 |
| 2485 | 2026-05-15T22:28:24.026Z | Checking pin-project v1.1.11 |
| 2486 | 2026-05-15T22:28:24.059Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2487 | 2026-05-15T22:28:24.095Z | Checking signal-hook v0.3.18 |
| 2488 | 2026-05-15T22:28:24.117Z | Checking terminal_size v0.4.3 |
| 2489 | 2026-05-15T22:28:24.121Z | Checking futures-executor v0.3.32 |
| 2490 | 2026-05-15T22:28:24.138Z | Checking hex v0.4.3 |
| 2491 | 2026-05-15T22:28:24.213Z | Checking hkdf v0.12.4 |
| 2492 | 2026-05-15T22:28:24.262Z | Checking crypto-bigint v0.5.5 |
| 2493 | 2026-05-15T22:28:24.279Z | Checking thread-id v5.1.0 |
| 2494 | 2026-05-15T22:28:24.339Z | Checking encoding_rs v0.8.35 |
| 2495 | 2026-05-15T22:28:24.353Z | Checking managed v0.8.0 |
| 2496 | 2026-05-15T22:28:24.353Z | Checking mime v0.3.17 |
| 2497 | 2026-05-15T22:28:24.466Z | Checking bitflags v1.3.2 |
| 2498 | 2026-05-15T22:28:24.520Z | Checking foldhash v0.2.0 |
| 2499 | 2026-05-15T22:28:24.531Z | Checking clap_lex v1.0.0 |
| 2500 | 2026-05-15T22:28:24.533Z | Checking winnow v0.5.40 |
| 2501 | 2026-05-15T22:28:24.553Z | Checking winnow v0.7.14 |
| 2502 | 2026-05-15T22:28:24.586Z | Checking hyper-rustls v0.27.7 |
| 2503 | 2026-05-15T22:28:24.666Z | Checking hyper-tls v0.6.0 |
| 2504 | 2026-05-15T22:28:24.678Z | Checking either v1.15.0 |
| 2505 | 2026-05-15T22:28:24.791Z | Checking strsim v0.11.1 |
| 2506 | 2026-05-15T22:28:24.832Z | Checking same-file v1.0.6 |
| 2507 | 2026-05-15T22:28:24.859Z | Checking foldhash v0.1.5 |
| 2508 | 2026-05-15T22:28:24.944Z | Checking bumpalo v3.20.2 |
| 2509 | 2026-05-15T22:28:24.956Z | Compiling rayon-core v1.13.0 |
| 2510 | 2026-05-15T22:28:24.985Z | Checking libbz2-rs-sys v0.2.2 |
| 2511 | 2026-05-15T22:28:25.016Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2512 | 2026-05-15T22:28:25.137Z | Checking zopfli v0.8.3 |
| 2513 | 2026-05-15T22:28:25.149Z | Checking dof v0.3.0 |
| 2514 | 2026-05-15T22:28:25.152Z | Checking elliptic-curve v0.13.8 |
| 2515 | 2026-05-15T22:28:25.193Z | Checking hashbrown v0.15.5 |
| 2516 | 2026-05-15T22:28:25.270Z | Checking reqwest v0.12.28 |
| 2517 | 2026-05-15T22:28:25.371Z | Checking bzip2 v0.6.1 |
| 2518 | 2026-05-15T22:28:25.420Z | Checking clap_builder v4.5.60 |
| 2519 | 2026-05-15T22:28:25.454Z | Checking walkdir v2.5.0 |
| 2520 | 2026-05-15T22:28:25.457Z | Checking hashbrown v0.16.1 |
| 2521 | 2026-05-15T22:28:25.526Z | Checking smoltcp v0.9.1 |
| 2522 | 2026-05-15T22:28:25.614Z | Checking usdt-impl v0.6.0 |
| 2523 | 2026-05-15T22:28:25.652Z | Checking signal-hook-mio v0.2.5 |
| 2524 | 2026-05-15T22:28:25.669Z | Checking toml_edit v0.19.15 |
| 2525 | 2026-05-15T22:28:25.699Z | Checking futures v0.3.32 |
| 2526 | 2026-05-15T22:28:25.749Z | Checking bzip2 v0.4.4 |
| 2527 | 2026-05-15T22:28:25.772Z | Checking snafu v0.8.9 |
| 2528 | 2026-05-15T22:28:25.886Z | Checking phf v0.13.1 |
| 2529 | 2026-05-15T22:28:25.905Z | Checking num-bigint-dig v0.8.6 |
| 2530 | 2026-05-15T22:28:25.950Z | Checking cookie_store v0.22.1 |
| 2531 | 2026-05-15T22:28:26.019Z | Checking zstd v0.13.3 |
| 2532 | 2026-05-15T22:28:26.096Z | Checking postgres-types v0.2.12 |
| 2533 | 2026-05-15T22:28:26.110Z | Checking dtrace-parser v0.2.0 |
| 2534 | 2026-05-15T22:28:26.200Z | Checking crossbeam-deque v0.8.6 |
| 2535 | 2026-05-15T22:28:26.237Z | Checking rustls-platform-verifier v0.6.2 |
| 2536 | 2026-05-15T22:28:26.272Z | Checking globset v0.4.18 |
| 2537 | 2026-05-15T22:28:26.332Z | Checking regex v1.12.3 |
| 2538 | 2026-05-15T22:28:26.375Z | Checking ed25519 v2.2.3 |
| 2539 | 2026-05-15T22:28:26.379Z | Checking phf_shared v0.11.3 |
| 2540 | 2026-05-15T22:28:26.393Z | Checking olpc-cjson v0.1.4 |
| 2541 | 2026-05-15T22:28:26.517Z | Checking ref-cast v1.0.25 |
| 2542 | 2026-05-15T22:28:26.523Z | Checking curve25519-dalek v4.1.3 |
| 2543 | 2026-05-15T22:28:26.523Z | Checking strum v0.27.2 |
| 2544 | 2026-05-15T22:28:26.550Z | Checking hubpack v0.1.2 |
| 2545 | 2026-05-15T22:28:26.604Z | Checking memoffset v0.9.1 |
| 2546 | 2026-05-15T22:28:26.617Z | Checking rustix v0.38.44 |
| 2547 | 2026-05-15T22:28:26.641Z | Checking pkcs1 v0.7.5 |
| 2548 | 2026-05-15T22:28:26.646Z | Checking pem v3.0.6 |
| 2549 | 2026-05-15T22:28:26.675Z | Checking float-cmp v0.10.0 |
| 2550 | 2026-05-15T22:28:26.680Z | Checking serde-big-array v0.5.1 |
| 2551 | 2026-05-15T22:28:26.701Z | Checking erased-serde v0.3.31 |
| 2552 | 2026-05-15T22:28:26.711Z | Checking serde_plain v1.0.2 |
| 2553 | 2026-05-15T22:28:26.784Z | Checking rfc6979 v0.4.0 |
| 2554 | 2026-05-15T22:28:26.801Z | Checking memmap2 v0.9.10 |
| 2555 | 2026-05-15T22:28:26.804Z | Checking thread-id v4.2.2 |
| 2556 | 2026-05-15T22:28:26.829Z | Checking env_filter v1.0.0 |
| 2557 | 2026-05-15T22:28:26.845Z | Checking fixedbitset v0.4.2 |
| 2558 | 2026-05-15T22:28:26.886Z | Checking fixedbitset v0.5.7 |
| 2559 | 2026-05-15T22:28:26.901Z | Checking toml_write v0.1.2 |
| 2560 | 2026-05-15T22:28:26.955Z | Checking difflib v0.4.0 |
| 2561 | 2026-05-15T22:28:26.968Z | Checking rustc-hash v2.1.1 |
| 2562 | 2026-05-15T22:28:26.979Z | Checking data-encoding v2.10.0 |
| 2563 | 2026-05-15T22:28:27.053Z | Checking normalize-line-endings v0.3.0 |
| 2564 | 2026-05-15T22:28:27.070Z | Checking keccak v0.1.6 |
| 2565 | 2026-05-15T22:28:27.074Z | Checking unicode-segmentation v1.12.0 |
| 2566 | 2026-05-15T22:28:27.074Z | Checking precomputed-hash v0.1.1 |
| 2567 | 2026-05-15T22:28:27.118Z | Checking whoami v2.1.0 |
| 2568 | 2026-05-15T22:28:27.143Z | Checking jiff v0.2.21 |
| 2569 | 2026-05-15T22:28:27.172Z | Checking predicates-core v1.0.10 |
| 2570 | 2026-05-15T22:28:27.239Z | Checking static_assertions v1.1.0 |
| 2571 | 2026-05-15T22:28:27.243Z | Checking new_debug_unreachable v1.0.6 |
| 2572 | 2026-05-15T22:28:27.285Z | Checking typed-path v0.9.3 |
| 2573 | 2026-05-15T22:28:27.298Z | Checking ed25519-dalek v2.2.0 |
| 2574 | 2026-05-15T22:28:27.309Z | Checking string_cache v0.8.9 |
| 2575 | 2026-05-15T22:28:27.312Z | Checking tokio-postgres v0.7.16 |
| 2576 | 2026-05-15T22:28:27.334Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2577 | 2026-05-15T22:28:27.376Z | Checking similar v2.7.0 |
| 2578 | 2026-05-15T22:28:27.395Z | Checking crossterm v0.28.1 |
| 2579 | 2026-05-15T22:28:27.464Z | Checking predicates v3.1.4 |
| 2580 | 2026-05-15T22:28:27.514Z | Checking sha3 v0.10.8 |
| 2581 | 2026-05-15T22:28:27.710Z | Checking hickory-proto v0.25.2 |
| 2582 | 2026-05-15T22:28:27.747Z | Checking slog v2.8.2 |
| 2583 | 2026-05-15T22:28:28.015Z | Checking petgraph v0.8.3 |
| 2584 | 2026-05-15T22:28:28.037Z | Checking tough v0.22.0 |
| 2585 | 2026-05-15T22:28:28.081Z | Checking toml_edit v0.22.27 |
| 2586 | 2026-05-15T22:28:28.558Z | Checking petgraph v0.6.5 |
| 2587 | 2026-05-15T22:28:28.604Z | Checking env_logger v0.11.9 |
| 2588 | 2026-05-15T22:28:28.792Z | Checking usdt v0.6.0 |
| 2589 | 2026-05-15T22:28:28.956Z | Checking ecdsa v0.16.9 |
| 2590 | 2026-05-15T22:28:29.163Z | Checking usdt-impl v0.5.0 |
| 2591 | 2026-05-15T22:28:29.291Z | Checking rsa v0.9.10 |
| 2592 | 2026-05-15T22:28:29.355Z | Checking zip v4.6.1 |
| 2593 | 2026-05-15T22:28:29.435Z | Checking toml v0.7.8 |
| 2594 | 2026-05-15T22:28:29.583Z | Checking nix v0.31.2 |
| 2595 | 2026-05-15T22:28:29.586Z | Checking clap v4.5.60 |
| 2596 | 2026-05-15T22:28:29.671Z | Checking reqwest v0.13.2 |
| 2597 | 2026-05-15T22:28:29.750Z | Checking zip v0.6.6 |
| 2598 | 2026-05-15T22:28:29.791Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2599 | 2026-05-15T22:28:29.935Z | Checking itertools v0.13.0 |
| 2600 | 2026-05-15T22:28:30.043Z | Checking serde_with v3.17.0 |
| 2601 | 2026-05-15T22:28:30.055Z | Checking strum v0.26.3 |
| 2602 | 2026-05-15T22:28:30.067Z | Checking fs-err v3.3.0 |
| 2603 | 2026-05-15T22:28:30.113Z | Checking ahash v0.8.12 |
| 2604 | 2026-05-15T22:28:30.162Z | Checking object v0.37.3 |
| 2605 | 2026-05-15T22:28:30.305Z | Checking tokio-stream v0.1.18 |
| 2606 | 2026-05-15T22:28:30.355Z | Checking buf-list v1.1.2 |
| 2607 | 2026-05-15T22:28:30.474Z | Checking anyhow v1.0.102 |
| 2608 | 2026-05-15T22:28:30.497Z | Checking camino v1.2.2 |
| 2609 | 2026-05-15T22:28:30.530Z | Checking x509-cert v0.2.5 |
| 2610 | 2026-05-15T22:28:30.565Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2611 | 2026-05-15T22:28:30.663Z | Checking openapiv3 v2.2.0 |
| 2612 | 2026-05-15T22:28:30.682Z | Checking sha1 v0.10.6 |
| 2613 | 2026-05-15T22:28:30.742Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2614 | 2026-05-15T22:28:30.819Z | Checking peg-runtime v0.8.5 |
| 2615 | 2026-05-15T22:28:30.837Z | Checking lalrpop-util v0.19.12 |
| 2616 | 2026-05-15T22:28:30.935Z | Checking rayon v1.11.0 |
| 2617 | 2026-05-15T22:28:30.949Z | Checking sigpipe v0.1.3 |
| 2618 | 2026-05-15T22:28:30.961Z | Checking glob v0.3.3 |
| 2619 | 2026-05-15T22:28:32.345Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2620 | 2026-05-15T22:28:32.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.61s |
| 2621 | 2026-05-15T22:28:32.778Z | |
| 2622 | 2026-05-15T22:28:32.778Z | info: running `cargo check --bins` on internal-dns-types (77/276) |
| 2623 | 2026-05-15T22:28:33.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2624 | 2026-05-15T22:28:33.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2625 | 2026-05-15T22:28:33.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2626 | 2026-05-15T22:28:33.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2627 | 2026-05-15T22:28:33.377Z | |
| 2628 | 2026-05-15T22:28:33.377Z | info: running `cargo check --bins` on internal-dns-types-versions (78/276) |
| 2629 | 2026-05-15T22:28:33.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2630 | 2026-05-15T22:28:33.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2631 | 2026-05-15T22:28:33.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2632 | 2026-05-15T22:28:33.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2633 | 2026-05-15T22:28:33.967Z | |
| 2634 | 2026-05-15T22:28:33.967Z | info: running `cargo check --bins` on nexus-types-versions (79/276) |
| 2635 | 2026-05-15T22:28:34.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2636 | 2026-05-15T22:28:34.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2637 | 2026-05-15T22:28:34.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2638 | 2026-05-15T22:28:34.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2639 | 2026-05-15T22:28:34.572Z | |
| 2640 | 2026-05-15T22:28:34.572Z | info: running `cargo check --bins` on oxql-types (80/276) |
| 2641 | 2026-05-15T22:28:35.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2642 | 2026-05-15T22:28:35.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2643 | 2026-05-15T22:28:35.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2644 | 2026-05-15T22:28:35.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2645 | 2026-05-15T22:28:35.168Z | |
| 2646 | 2026-05-15T22:28:35.168Z | info: running `cargo check --bins` on oximeter-types (81/276) |
| 2647 | 2026-05-15T22:28:35.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2648 | 2026-05-15T22:28:35.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2649 | 2026-05-15T22:28:35.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2650 | 2026-05-15T22:28:35.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2651 | 2026-05-15T22:28:35.763Z | |
| 2652 | 2026-05-15T22:28:35.763Z | info: running `cargo check --bins` on oximeter-types-versions (82/276) |
| 2653 | 2026-05-15T22:28:36.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2654 | 2026-05-15T22:28:36.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2655 | 2026-05-15T22:28:36.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2656 | 2026-05-15T22:28:36.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2657 | 2026-05-15T22:28:36.353Z | |
| 2658 | 2026-05-15T22:28:36.353Z | info: running `cargo check --bins` on oximeter-macro-impl (83/276) |
| 2659 | 2026-05-15T22:28:36.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2660 | 2026-05-15T22:28:36.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2661 | 2026-05-15T22:28:36.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2662 | 2026-05-15T22:28:36.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2663 | 2026-05-15T22:28:36.931Z | |
| 2664 | 2026-05-15T22:28:36.931Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/276) |
| 2665 | 2026-05-15T22:28:37.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2666 | 2026-05-15T22:28:37.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2667 | 2026-05-15T22:28:37.615Z | Compiling structmeta-derive v0.3.0 |
| 2668 | 2026-05-15T22:28:37.731Z | Compiling rustls v0.22.4 |
| 2669 | 2026-05-15T22:28:37.740Z | Compiling multer v3.1.0 |
| 2670 | 2026-05-15T22:28:37.749Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2671 | 2026-05-15T22:28:37.749Z | Compiling async-stream-impl v0.3.6 |
| 2672 | 2026-05-15T22:28:37.770Z | Compiling dropshot v0.17.0 |
| 2673 | 2026-05-15T22:28:37.785Z | Compiling newtype-uuid-macros v0.1.0 |
| 2674 | 2026-05-15T22:28:37.785Z | Compiling dropshot_endpoint v0.17.0 |
| 2675 | 2026-05-15T22:28:37.918Z | Checking newtype-uuid v1.3.2 |
| 2676 | 2026-05-15T22:28:37.976Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2677 | 2026-05-15T22:28:38.021Z | Checking rustls-webpki v0.102.8 |
| 2678 | 2026-05-15T22:28:38.109Z | Checking daft v0.1.5 |
| 2679 | 2026-05-15T22:28:38.123Z | Checking thread_local v1.1.9 |
| 2680 | 2026-05-15T22:28:38.287Z | Checking match_cfg v0.1.0 |
| 2681 | 2026-05-15T22:28:38.335Z | Checking compression-core v0.4.31 |
| 2682 | 2026-05-15T22:28:38.348Z | Checking iddqd v0.3.18 |
| 2683 | 2026-05-15T22:28:38.360Z | Checking hostname v0.3.1 |
| 2684 | 2026-05-15T22:28:38.398Z | Checking crossbeam-channel v0.5.15 |
| 2685 | 2026-05-15T22:28:38.450Z | Checking slog-json v2.6.1 |
| 2686 | 2026-05-15T22:28:38.463Z | Checking compression-codecs v0.4.37 |
| 2687 | 2026-05-15T22:28:38.540Z | Checking is-terminal v0.4.17 |
| 2688 | 2026-05-15T22:28:38.601Z | Checking serde_spanned v1.0.4 |
| 2689 | 2026-05-15T22:28:38.620Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2690 | 2026-05-15T22:28:38.634Z | Checking take_mut v0.2.2 |
| 2691 | 2026-05-15T22:28:38.724Z | Checking debug-ignore v1.0.5 |
| 2692 | 2026-05-15T22:28:38.738Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2693 | 2026-05-15T22:28:38.738Z | Checking term v1.2.1 |
| 2694 | 2026-05-15T22:28:38.808Z | Compiling structmeta v0.3.0 |
| 2695 | 2026-05-15T22:28:38.821Z | Checking slog-async v2.8.0 |
| 2696 | 2026-05-15T22:28:38.824Z | Checking async-compression v0.4.41 |
| 2697 | 2026-05-15T22:28:38.922Z | Checking toml v1.0.6+spec-1.1.0 |
| 2698 | 2026-05-15T22:28:38.952Z | Checking slog-term v2.9.2 |
| 2699 | 2026-05-15T22:28:38.989Z | Checking slog-bunyan v2.5.0 |
| 2700 | 2026-05-15T22:28:39.016Z | Compiling derive-ex v0.1.8 |
| 2701 | 2026-05-15T22:28:39.073Z | Compiling parse-display-derive v0.10.0 |
| 2702 | 2026-05-15T22:28:39.099Z | Checking async-stream v0.3.6 |
| 2703 | 2026-05-15T22:28:39.190Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2704 | 2026-05-15T22:28:39.203Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2705 | 2026-05-15T22:28:39.221Z | Checking progenitor-client v0.14.0 |
| 2706 | 2026-05-15T22:28:39.261Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2707 | 2026-05-15T22:28:39.396Z | Checking waitgroup v0.1.2 |
| 2708 | 2026-05-15T22:28:39.442Z | Checking backon v1.6.0 |
| 2709 | 2026-05-15T22:28:39.489Z | Checking rustls-pemfile v2.2.0 |
| 2710 | 2026-05-15T22:28:39.523Z | Checking serde_path_to_error v0.1.20 |
| 2711 | 2026-05-15T22:28:39.535Z | Checking hostname v0.4.2 |
| 2712 | 2026-05-15T22:28:39.601Z | Checking instant v0.1.13 |
| 2713 | 2026-05-15T22:28:39.685Z | Checking backoff v0.4.0 |
| 2714 | 2026-05-15T22:28:39.786Z | Checking progenitor-extras v0.2.0 |
| 2715 | 2026-05-15T22:28:39.824Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2716 | 2026-05-15T22:28:39.829Z | Checking tokio-rustls v0.25.0 |
| 2717 | 2026-05-15T22:28:39.854Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2718 | 2026-05-15T22:28:40.031Z | Checking itertools v0.14.0 |
| 2719 | 2026-05-15T22:28:40.056Z | Checking progenitor-client v0.10.0 |
| 2720 | 2026-05-15T22:28:40.220Z | Checking regress v0.10.5 |
| 2721 | 2026-05-15T22:28:40.247Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2722 | 2026-05-15T22:28:40.474Z | Checking macaddr v1.0.1 |
| 2723 | 2026-05-15T22:28:40.669Z | Compiling test-strategy v0.4.5 |
| 2724 | 2026-05-15T22:28:40.718Z | Checking parse-display v0.10.0 |
| 2725 | 2026-05-15T22:28:41.789Z | Compiling prettyplease v0.2.37 |
| 2726 | 2026-05-15T22:28:42.122Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2727 | 2026-05-15T22:28:42.239Z | Checking num-rational v0.4.2 |
| 2728 | 2026-05-15T22:28:42.484Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2729 | 2026-05-15T22:28:42.721Z | Checking num-complex v0.4.6 |
| 2730 | 2026-05-15T22:28:43.309Z | Checking num v0.4.3 |
| 2731 | 2026-05-15T22:28:43.402Z | Compiling usdt-attr-macro v0.5.0 |
| 2732 | 2026-05-15T22:28:43.434Z | Compiling usdt-macro v0.5.0 |
| 2733 | 2026-05-15T22:28:43.462Z | Checking memmap v0.7.0 |
| 2734 | 2026-05-15T22:28:43.531Z | Compiling float-ord v0.3.2 |
| 2735 | 2026-05-15T22:28:43.613Z | Checking unicode-width v0.2.0 |
| 2736 | 2026-05-15T22:28:43.649Z | Compiling convert_case v0.4.0 |
| 2737 | 2026-05-15T22:28:43.860Z | Checking console v0.15.11 |
| 2738 | 2026-05-15T22:28:44.024Z | Compiling derive_more v0.99.20 |
| 2739 | 2026-05-15T22:28:44.138Z | Checking newline-converter v0.3.0 |
| 2740 | 2026-05-15T22:28:44.156Z | Checking atomicwrites v0.4.4 |
| 2741 | 2026-05-15T22:28:44.175Z | Checking usdt v0.5.0 |
| 2742 | 2026-05-15T22:28:44.247Z | Compiling toml v0.8.23 |
| 2743 | 2026-05-15T22:28:44.292Z | Checking linked-hash-map v0.5.6 |
| 2744 | 2026-05-15T22:28:44.346Z | Compiling minimal-lexical v0.2.1 |
| 2745 | 2026-05-15T22:28:44.452Z | Checking lru-cache v0.1.2 |
| 2746 | 2026-05-15T22:28:44.569Z | Compiling nom v7.1.3 |
| 2747 | 2026-05-15T22:28:44.592Z | Checking expectorate v1.2.0 |
| 2748 | 2026-05-15T22:28:45.182Z | Checking camino-tempfile v1.4.1 |
| 2749 | 2026-05-15T22:28:45.236Z | Checking hickory-proto v0.24.4 |
| 2750 | 2026-05-15T22:28:45.345Z | Checking phf_shared v0.12.1 |
| 2751 | 2026-05-15T22:28:45.484Z | Compiling slog-dtrace v0.3.0 |
| 2752 | 2026-05-15T22:28:45.649Z | Checking heck v0.5.0 |
| 2753 | 2026-05-15T22:28:45.673Z | Checking resolv-conf v0.7.6 |
| 2754 | 2026-05-15T22:28:45.775Z | Compiling chrono-tz v0.10.4 |
| 2755 | 2026-05-15T22:28:45.853Z | Compiling const_format_proc_macros v0.2.34 |
| 2756 | 2026-05-15T22:28:45.900Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2757 | 2026-05-15T22:28:46.021Z | Checking phf v0.12.1 |
| 2758 | 2026-05-15T22:28:46.086Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2759 | 2026-05-15T22:28:46.160Z | Checking tokio-dtrace v0.1.1 |
| 2760 | 2026-05-15T22:28:46.342Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2761 | 2026-05-15T22:28:46.363Z | Compiling derive-where v1.6.0 |
| 2762 | 2026-05-15T22:28:46.559Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2763 | 2026-05-15T22:28:46.655Z | Checking highway v1.3.0 |
| 2764 | 2026-05-15T22:28:46.882Z | Checking const_format v0.2.35 |
| 2765 | 2026-05-15T22:28:47.024Z | Checking hickory-resolver v0.24.4 |
| 2766 | 2026-05-15T22:28:47.111Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2767 | 2026-05-15T22:28:47.411Z | Checking oxide-tokio-rt v0.1.4 |
| 2768 | 2026-05-15T22:28:47.610Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2769 | 2026-05-15T22:28:47.678Z | Checking gethostname v0.5.0 |
| 2770 | 2026-05-15T22:28:47.729Z | Checking qorb v0.4.1 |
| 2771 | 2026-05-15T22:28:47.754Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2772 | 2026-05-15T22:28:47.768Z | Checking bcs v0.1.6 |
| 2773 | 2026-05-15T22:28:47.798Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2774 | 2026-05-15T22:28:47.813Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2775 | 2026-05-15T22:28:47.945Z | Checking termtree v0.5.1 |
| 2776 | 2026-05-15T22:28:51.289Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2777 | 2026-05-15T22:28:53.977Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2778 | 2026-05-15T22:28:56.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.14s |
| 2779 | 2026-05-15T22:28:56.255Z | |
| 2780 | 2026-05-15T22:28:56.255Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276) |
| 2781 | 2026-05-15T22:28:56.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2782 | 2026-05-15T22:28:56.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2783 | 2026-05-15T22:28:56.926Z | Compiling ar_archive_writer v0.5.1 |
| 2784 | 2026-05-15T22:28:56.929Z | Compiling stacker v0.1.23 |
| 2785 | 2026-05-15T22:28:57.037Z | Compiling cfg_aliases v0.1.1 |
| 2786 | 2026-05-15T22:28:57.051Z | Compiling convert_case v0.10.0 |
| 2787 | 2026-05-15T22:28:57.052Z | Checking unicode-width v0.1.14 |
| 2788 | 2026-05-15T22:28:57.067Z | Compiling proc-macro-error v1.0.4 |
| 2789 | 2026-05-15T22:28:57.078Z | Checking fd-lock v4.0.4 |
| 2790 | 2026-05-15T22:28:57.081Z | Checking nibble_vec v0.1.0 |
| 2791 | 2026-05-15T22:28:57.100Z | Compiling nix v0.28.0 |
| 2792 | 2026-05-15T22:28:57.189Z | Checking vte v0.14.1 |
| 2793 | 2026-05-15T22:28:57.202Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2794 | 2026-05-15T22:28:57.286Z | Checking bytecount v0.6.9 |
| 2795 | 2026-05-15T22:28:57.299Z | Checking endian-type v0.1.2 |
| 2796 | 2026-05-15T22:28:57.333Z | Checking strip-ansi-escapes v0.2.1 |
| 2797 | 2026-05-15T22:28:57.345Z | Compiling derive_more-impl v2.1.1 |
| 2798 | 2026-05-15T22:28:57.358Z | Compiling tabled_derive v0.7.0 |
| 2799 | 2026-05-15T22:28:57.381Z | Checking papergrid v0.11.0 |
| 2800 | 2026-05-15T22:28:57.417Z | Checking radix_trie v0.2.1 |
| 2801 | 2026-05-15T22:28:57.440Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2802 | 2026-05-15T22:28:57.583Z | Compiling peg-macros v0.8.5 |
| 2803 | 2026-05-15T22:28:57.615Z | Checking winnow v0.6.26 |
| 2804 | 2026-05-15T22:28:57.857Z | Compiling psm v0.1.30 |
| 2805 | 2026-05-15T22:28:57.892Z | Compiling sqlparser_derive v0.5.0 |
| 2806 | 2026-05-15T22:28:57.971Z | Checking home v0.5.12 |
| 2807 | 2026-05-15T22:28:58.076Z | Checking unicode_categories v0.1.1 |
| 2808 | 2026-05-15T22:28:58.156Z | Checking derive_more v2.1.1 |
| 2809 | 2026-05-15T22:28:58.273Z | Checking nu-ansi-term v0.50.3 |
| 2810 | 2026-05-15T22:28:58.288Z | Checking crossterm v0.29.0 |
| 2811 | 2026-05-15T22:28:58.332Z | Checking tabled v0.15.0 |
| 2812 | 2026-05-15T22:28:58.427Z | Checking rustyline v14.0.0 |
| 2813 | 2026-05-15T22:28:58.484Z | Checking reedline v0.40.0 |
| 2814 | 2026-05-15T22:28:58.669Z | Checking recursive v0.1.1 |
| 2815 | 2026-05-15T22:28:58.702Z | Checking display-error-chain v0.2.2 |
| 2816 | 2026-05-15T22:28:58.759Z | Checking sqlparser v0.61.0 |
| 2817 | 2026-05-15T22:28:58.772Z | Checking sqlformat v0.3.5 |
| 2818 | 2026-05-15T22:28:58.957Z | Checking peg v0.8.5 |
| 2819 | 2026-05-15T22:29:09.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s |
| 2820 | 2026-05-15T22:29:10.021Z | |
| 2821 | 2026-05-15T22:29:10.021Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276) |
| 2822 | 2026-05-15T22:29:10.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2823 | 2026-05-15T22:29:10.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2824 | 2026-05-15T22:29:10.694Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2825 | 2026-05-15T22:29:14.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
| 2826 | 2026-05-15T22:29:14.293Z | |
| 2827 | 2026-05-15T22:29:14.293Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276) |
| 2828 | 2026-05-15T22:29:14.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2026-05-15T22:29:14.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2026-05-15T22:29:14.965Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2831 | 2026-05-15T22:29:17.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s |
| 2832 | 2026-05-15T22:29:17.554Z | |
| 2833 | 2026-05-15T22:29:17.554Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276) |
| 2834 | 2026-05-15T22:29:18.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2026-05-15T22:29:18.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2026-05-15T22:29:18.223Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2837 | 2026-05-15T22:29:21.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s |
| 2838 | 2026-05-15T22:29:21.615Z | |
| 2839 | 2026-05-15T22:29:21.615Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276) |
| 2840 | 2026-05-15T22:29:22.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2026-05-15T22:29:22.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2026-05-15T22:29:22.285Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2843 | 2026-05-15T22:29:25.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
| 2844 | 2026-05-15T22:29:25.702Z | |
| 2845 | 2026-05-15T22:29:25.702Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276) |
| 2846 | 2026-05-15T22:29:26.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2026-05-15T22:29:26.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2026-05-15T22:29:26.443Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2849 | 2026-05-15T22:29:28.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 2850 | 2026-05-15T22:29:29.110Z | |
| 2851 | 2026-05-15T22:29:29.110Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276) |
| 2852 | 2026-05-15T22:29:29.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2026-05-15T22:29:29.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2026-05-15T22:29:29.783Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2855 | 2026-05-15T22:29:32.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
| 2856 | 2026-05-15T22:29:32.556Z | |
| 2857 | 2026-05-15T22:29:32.556Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276) |
| 2858 | 2026-05-15T22:29:33.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2859 | 2026-05-15T22:29:33.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2860 | 2026-05-15T22:29:33.230Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2861 | 2026-05-15T22:29:36.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
| 2862 | 2026-05-15T22:29:36.807Z | |
| 2863 | 2026-05-15T22:29:36.807Z | info: running `cargo check --bins` on oximeter (93/276) |
| 2864 | 2026-05-15T22:29:37.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2865 | 2026-05-15T22:29:37.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2866 | 2026-05-15T22:29:37.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2867 | 2026-05-15T22:29:37.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2868 | 2026-05-15T22:29:37.404Z | |
| 2869 | 2026-05-15T22:29:37.404Z | info: running `cargo check --bins` on oximeter-schema (94/276) |
| 2870 | 2026-05-15T22:29:37.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2871 | 2026-05-15T22:29:37.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2872 | 2026-05-15T22:29:38.033Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2873 | 2026-05-15T22:29:38.195Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2874 | 2026-05-15T22:29:38.211Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2875 | 2026-05-15T22:29:38.529Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2876 | 2026-05-15T22:29:41.385Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2877 | 2026-05-15T22:29:42.593Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2878 | 2026-05-15T22:29:42.754Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2879 | 2026-05-15T22:29:43.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.00s |
| 2880 | 2026-05-15T22:29:43.594Z | |
| 2881 | 2026-05-15T22:29:43.594Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/276) |
| 2882 | 2026-05-15T22:29:44.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2883 | 2026-05-15T22:29:44.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2884 | 2026-05-15T22:29:44.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2885 | 2026-05-15T22:29:44.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2886 | 2026-05-15T22:29:44.184Z | |
| 2887 | 2026-05-15T22:29:44.184Z | info: running `cargo check --bins` on oximeter-test-utils (96/276) |
| 2888 | 2026-05-15T22:29:44.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2889 | 2026-05-15T22:29:44.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2890 | 2026-05-15T22:29:44.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2891 | 2026-05-15T22:29:44.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2892 | 2026-05-15T22:29:44.816Z | |
| 2893 | 2026-05-15T22:29:44.816Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276) |
| 2894 | 2026-05-15T22:29:45.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2895 | 2026-05-15T22:29:45.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2896 | 2026-05-15T22:29:45.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2897 | 2026-05-15T22:29:45.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2898 | 2026-05-15T22:29:45.411Z | |
| 2899 | 2026-05-15T22:29:45.411Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276) |
| 2900 | 2026-05-15T22:29:45.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2901 | 2026-05-15T22:29:45.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2902 | 2026-05-15T22:29:45.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2903 | 2026-05-15T22:29:45.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2904 | 2026-05-15T22:29:46.006Z | |
| 2905 | 2026-05-15T22:29:46.006Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276) |
| 2906 | 2026-05-15T22:29:46.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2907 | 2026-05-15T22:29:46.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2908 | 2026-05-15T22:29:46.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2909 | 2026-05-15T22:29:46.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2910 | 2026-05-15T22:29:46.606Z | |
| 2911 | 2026-05-15T22:29:46.606Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276) |
| 2912 | 2026-05-15T22:29:47.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2913 | 2026-05-15T22:29:47.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2914 | 2026-05-15T22:29:47.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2915 | 2026-05-15T22:29:47.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2916 | 2026-05-15T22:29:47.208Z | |
| 2917 | 2026-05-15T22:29:47.208Z | info: running `cargo check --bins` on trust-quorum-types (101/276) |
| 2918 | 2026-05-15T22:29:47.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2919 | 2026-05-15T22:29:47.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2920 | 2026-05-15T22:29:47.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2921 | 2026-05-15T22:29:47.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2922 | 2026-05-15T22:29:47.791Z | |
| 2923 | 2026-05-15T22:29:47.791Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/276) |
| 2924 | 2026-05-15T22:29:48.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2925 | 2026-05-15T22:29:48.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2926 | 2026-05-15T22:29:48.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2927 | 2026-05-15T22:29:48.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2928 | 2026-05-15T22:29:48.394Z | |
| 2929 | 2026-05-15T22:29:48.394Z | info: running `cargo check --bins` on update-engine (103/276) |
| 2930 | 2026-05-15T22:29:48.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2931 | 2026-05-15T22:29:48.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2932 | 2026-05-15T22:29:48.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2933 | 2026-05-15T22:29:48.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2934 | 2026-05-15T22:29:48.979Z | |
| 2935 | 2026-05-15T22:29:48.979Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/276) |
| 2936 | 2026-05-15T22:29:49.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2937 | 2026-05-15T22:29:49.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2938 | 2026-05-15T22:29:49.693Z | Compiling crucible-workspace-hack v0.1.0 |
| 2939 | 2026-05-15T22:29:49.810Z | Checking secrecy v0.10.3 |
| 2940 | 2026-05-15T22:29:49.818Z | Compiling heapless v0.8.0 |
| 2941 | 2026-05-15T22:29:49.826Z | Compiling ingot-macros v0.1.1 |
| 2942 | 2026-05-15T22:29:49.832Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2943 | 2026-05-15T22:29:49.835Z | Checking hash32 v0.3.1 |
| 2944 | 2026-05-15T22:29:49.853Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2945 | 2026-05-15T22:29:49.856Z | Compiling smoltcp v0.11.0 |
| 2946 | 2026-05-15T22:29:49.911Z | Checking cobs v0.3.0 |
| 2947 | 2026-05-15T22:29:49.956Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2948 | 2026-05-15T22:29:50.046Z | Checking universal-hash v0.5.1 |
| 2949 | 2026-05-15T22:29:50.070Z | Checking half v2.7.1 |
| 2950 | 2026-05-15T22:29:50.094Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2951 | 2026-05-15T22:29:50.175Z | Checking opaque-debug v0.3.1 |
| 2952 | 2026-05-15T22:29:50.208Z | Checking ciborium-io v0.2.2 |
| 2953 | 2026-05-15T22:29:50.241Z | Checking poly1305 v0.8.0 |
| 2954 | 2026-05-15T22:29:50.285Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2955 | 2026-05-15T22:29:50.298Z | Checking postcard v1.1.3 |
| 2956 | 2026-05-15T22:29:50.322Z | Checking ciborium-ll v0.2.2 |
| 2957 | 2026-05-15T22:29:50.489Z | Compiling proc-macro-crate v3.4.0 |
| 2958 | 2026-05-15T22:29:50.507Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2959 | 2026-05-15T22:29:50.573Z | Checking password-hash v0.5.0 |
| 2960 | 2026-05-15T22:29:50.577Z | Checking chacha20 v0.9.1 |
| 2961 | 2026-05-15T22:29:50.761Z | Compiling proc-macro-crate v1.3.1 |
| 2962 | 2026-05-15T22:29:50.791Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2963 | 2026-05-15T22:29:50.824Z | Checking blake2 v0.10.6 |
| 2964 | 2026-05-15T22:29:50.877Z | Checking aead v0.5.2 |
| 2965 | 2026-05-15T22:29:51.017Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2966 | 2026-05-15T22:29:51.031Z | Compiling foreign-types-macros v0.2.3 |
| 2967 | 2026-05-15T22:29:51.043Z | Compiling num_enum_derive v0.7.5 |
| 2968 | 2026-05-15T22:29:51.056Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2969 | 2026-05-15T22:29:51.102Z | Checking thiserror-no-std v2.0.2 |
| 2970 | 2026-05-15T22:29:51.180Z | Checking cpufeatures v0.3.0 |
| 2971 | 2026-05-15T22:29:51.193Z | Checking foreign-types-shared v0.3.1 |
| 2972 | 2026-05-15T22:29:51.215Z | Checking vsss-rs v3.3.4 |
| 2973 | 2026-05-15T22:29:51.252Z | Checking chacha20 v0.10.0 |
| 2974 | 2026-05-15T22:29:51.277Z | Compiling num_enum_derive v0.5.11 |
| 2975 | 2026-05-15T22:29:51.291Z | Checking argon2 v0.5.3 |
| 2976 | 2026-05-15T22:29:51.466Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2977 | 2026-05-15T22:29:51.599Z | Checking foreign-types v0.5.0 |
| 2978 | 2026-05-15T22:29:51.622Z | Checking chacha20poly1305 v0.10.1 |
| 2979 | 2026-05-15T22:29:51.675Z | Checking ciborium v0.2.2 |
| 2980 | 2026-05-15T22:29:51.848Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2981 | 2026-05-15T22:29:51.896Z | Checking tabwriter v1.4.1 |
| 2982 | 2026-05-15T22:29:52.038Z | Checking byte-wrapper v0.1.0 |
| 2983 | 2026-05-15T22:29:52.061Z | Checking num_enum v0.7.5 |
| 2984 | 2026-05-15T22:29:52.087Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2985 | 2026-05-15T22:29:52.129Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2986 | 2026-05-15T22:29:52.171Z | Checking cstr-argument v0.1.2 |
| 2987 | 2026-05-15T22:29:52.241Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2988 | 2026-05-15T22:29:52.277Z | Checking num_enum v0.5.11 |
| 2989 | 2026-05-15T22:29:52.290Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2990 | 2026-05-15T22:29:52.304Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2991 | 2026-05-15T22:29:52.388Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2992 | 2026-05-15T22:29:52.439Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2993 | 2026-05-15T22:29:52.455Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2994 | 2026-05-15T22:29:52.501Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2995 | 2026-05-15T22:29:52.560Z | Checking rand v0.10.0 |
| 2996 | 2026-05-15T22:29:52.592Z | Checking ingot-types v0.1.2 |
| 2997 | 2026-05-15T22:29:52.605Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2998 | 2026-05-15T22:29:52.607Z | Checking colored v3.1.1 |
| 2999 | 2026-05-15T22:29:52.648Z | Checking indent_write v2.2.0 |
| 3000 | 2026-05-15T22:29:52.776Z | Compiling zone_cfg_derive v0.3.1 |
| 3001 | 2026-05-15T22:29:52.810Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3002 | 2026-05-15T22:29:52.898Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3003 | 2026-05-15T22:29:52.912Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3004 | 2026-05-15T22:29:52.939Z | Checking ingot v0.1.1 |
| 3005 | 2026-05-15T22:29:52.978Z | Checking itertools v0.12.1 |
| 3006 | 2026-05-15T22:29:52.992Z | Compiling num-derive v0.4.2 |
| 3007 | 2026-05-15T22:29:53.007Z | Checking swrite v0.1.0 |
| 3008 | 2026-05-15T22:29:53.074Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3009 | 2026-05-15T22:29:53.094Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3010 | 2026-05-15T22:29:53.252Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3011 | 2026-05-15T22:29:53.407Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3012 | 2026-05-15T22:29:53.433Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3013 | 2026-05-15T22:29:53.470Z | Checking dropshot-api-manager-types v0.7.1 |
| 3014 | 2026-05-15T22:29:53.473Z | Checking smf v0.2.3 |
| 3015 | 2026-05-15T22:29:53.515Z | Checking nanorand v0.7.0 |
| 3016 | 2026-05-15T22:29:53.634Z | Checking whoami v1.6.1 |
| 3017 | 2026-05-15T22:29:53.710Z | Checking flume v0.11.1 |
| 3018 | 2026-05-15T22:29:53.713Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3019 | 2026-05-15T22:29:53.932Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3020 | 2026-05-15T22:29:54.027Z | Checking zone v0.3.1 |
| 3021 | 2026-05-15T22:29:54.512Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3022 | 2026-05-15T22:29:55.462Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3023 | 2026-05-15T22:29:56.324Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3024 | 2026-05-15T22:29:59.470Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3025 | 2026-05-15T22:30:01.478Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3026 | 2026-05-15T22:30:02.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s |
| 3027 | 2026-05-15T22:30:02.760Z | |
| 3028 | 2026-05-15T22:30:02.760Z | info: running `cargo check --bins` on clickhouse-admin-api (105/276) |
| 3029 | 2026-05-15T22:30:03.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3030 | 2026-05-15T22:30:03.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3031 | 2026-05-15T22:30:03.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3032 | 2026-05-15T22:30:03.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3033 | 2026-05-15T22:30:03.366Z | |
| 3034 | 2026-05-15T22:30:03.366Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/276) |
| 3035 | 2026-05-15T22:30:03.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3036 | 2026-05-15T22:30:03.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3037 | 2026-05-15T22:30:03.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3038 | 2026-05-15T22:30:03.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3039 | 2026-05-15T22:30:03.969Z | |
| 3040 | 2026-05-15T22:30:03.969Z | info: running `cargo check --bins` on bootstrap-agent-client (107/276) |
| 3041 | 2026-05-15T22:30:04.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3042 | 2026-05-15T22:30:04.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3043 | 2026-05-15T22:30:04.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3044 | 2026-05-15T22:30:04.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3045 | 2026-05-15T22:30:04.570Z | |
| 3046 | 2026-05-15T22:30:04.570Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276) |
| 3047 | 2026-05-15T22:30:05.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3048 | 2026-05-15T22:30:05.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3049 | 2026-05-15T22:30:05.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3050 | 2026-05-15T22:30:05.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3051 | 2026-05-15T22:30:05.172Z | |
| 3052 | 2026-05-15T22:30:05.172Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276) |
| 3053 | 2026-05-15T22:30:05.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3054 | 2026-05-15T22:30:05.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3055 | 2026-05-15T22:30:05.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3056 | 2026-05-15T22:30:05.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3057 | 2026-05-15T22:30:05.774Z | |
| 3058 | 2026-05-15T22:30:05.774Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/276) |
| 3059 | 2026-05-15T22:30:06.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3060 | 2026-05-15T22:30:06.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3061 | 2026-05-15T22:30:06.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3062 | 2026-05-15T22:30:06.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3063 | 2026-05-15T22:30:06.371Z | |
| 3064 | 2026-05-15T22:30:06.371Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/276) |
| 3065 | 2026-05-15T22:30:06.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3066 | 2026-05-15T22:30:06.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3067 | 2026-05-15T22:30:06.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3068 | 2026-05-15T22:30:06.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3069 | 2026-05-15T22:30:06.970Z | |
| 3070 | 2026-05-15T22:30:06.970Z | info: running `cargo check --bins` on cockroach-admin-client (112/276) |
| 3071 | 2026-05-15T22:30:07.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3072 | 2026-05-15T22:30:07.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3073 | 2026-05-15T22:30:07.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3074 | 2026-05-15T22:30:07.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3075 | 2026-05-15T22:30:07.555Z | |
| 3076 | 2026-05-15T22:30:07.555Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/276) |
| 3077 | 2026-05-15T22:30:08.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3078 | 2026-05-15T22:30:08.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3079 | 2026-05-15T22:30:08.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3080 | 2026-05-15T22:30:08.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3081 | 2026-05-15T22:30:08.157Z | |
| 3082 | 2026-05-15T22:30:08.157Z | info: running `cargo check --bins` on dns-service-client (114/276) |
| 3083 | 2026-05-15T22:30:08.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3084 | 2026-05-15T22:30:08.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3085 | 2026-05-15T22:30:08.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3086 | 2026-05-15T22:30:08.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3087 | 2026-05-15T22:30:08.751Z | |
| 3088 | 2026-05-15T22:30:08.751Z | info: running `cargo check --bins` on installinator-client (115/276) |
| 3089 | 2026-05-15T22:30:09.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3090 | 2026-05-15T22:30:09.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3091 | 2026-05-15T22:30:09.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3092 | 2026-05-15T22:30:09.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3093 | 2026-05-15T22:30:09.356Z | |
| 3094 | 2026-05-15T22:30:09.356Z | info: running `cargo check --bins` on nexus-client (116/276) |
| 3095 | 2026-05-15T22:30:09.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3096 | 2026-05-15T22:30:09.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3097 | 2026-05-15T22:30:09.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3098 | 2026-05-15T22:30:09.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3099 | 2026-05-15T22:30:09.998Z | |
| 3100 | 2026-05-15T22:30:09.998Z | info: running `cargo check --bins` on nexus-lockstep-client (117/276) |
| 3101 | 2026-05-15T22:30:10.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3102 | 2026-05-15T22:30:10.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3103 | 2026-05-15T22:30:10.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3104 | 2026-05-15T22:30:10.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3105 | 2026-05-15T22:30:10.634Z | |
| 3106 | 2026-05-15T22:30:10.634Z | info: running `cargo check --bins` on ntp-admin-client (118/276) |
| 3107 | 2026-05-15T22:30:11.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3108 | 2026-05-15T22:30:11.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3109 | 2026-05-15T22:30:11.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3110 | 2026-05-15T22:30:11.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3111 | 2026-05-15T22:30:11.224Z | |
| 3112 | 2026-05-15T22:30:11.224Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/276) |
| 3113 | 2026-05-15T22:30:11.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3114 | 2026-05-15T22:30:11.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3115 | 2026-05-15T22:30:11.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3116 | 2026-05-15T22:30:11.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3117 | 2026-05-15T22:30:11.813Z | |
| 3118 | 2026-05-15T22:30:11.813Z | info: running `cargo check --bins` on oxide-client (120/276) |
| 3119 | 2026-05-15T22:30:12.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3120 | 2026-05-15T22:30:12.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3121 | 2026-05-15T22:30:12.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3122 | 2026-05-15T22:30:12.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3123 | 2026-05-15T22:30:12.403Z | |
| 3124 | 2026-05-15T22:30:12.403Z | info: running `cargo check --bins` on oximeter-client (121/276) |
| 3125 | 2026-05-15T22:30:12.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3126 | 2026-05-15T22:30:12.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3127 | 2026-05-15T22:30:12.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3128 | 2026-05-15T22:30:12.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3129 | 2026-05-15T22:30:13.011Z | |
| 3130 | 2026-05-15T22:30:13.011Z | info: running `cargo check --bins` on repo-depot-client (122/276) |
| 3131 | 2026-05-15T22:30:13.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3132 | 2026-05-15T22:30:13.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3133 | 2026-05-15T22:30:13.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3134 | 2026-05-15T22:30:13.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3135 | 2026-05-15T22:30:13.602Z | |
| 3136 | 2026-05-15T22:30:13.602Z | info: running `cargo check --bins` on sled-agent-client (123/276) |
| 3137 | 2026-05-15T22:30:14.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3138 | 2026-05-15T22:30:14.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3139 | 2026-05-15T22:30:14.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3140 | 2026-05-15T22:30:14.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3141 | 2026-05-15T22:30:14.217Z | |
| 3142 | 2026-05-15T22:30:14.217Z | info: running `cargo check --bins` on wicketd-client (124/276) |
| 3143 | 2026-05-15T22:30:14.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3144 | 2026-05-15T22:30:14.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3145 | 2026-05-15T22:30:14.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3146 | 2026-05-15T22:30:14.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3147 | 2026-05-15T22:30:14.841Z | |
| 3148 | 2026-05-15T22:30:14.841Z | info: running `cargo check --bins` on installinator-common (125/276) |
| 3149 | 2026-05-15T22:30:15.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3150 | 2026-05-15T22:30:15.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3151 | 2026-05-15T22:30:15.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3152 | 2026-05-15T22:30:15.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3153 | 2026-05-15T22:30:15.454Z | |
| 3154 | 2026-05-15T22:30:15.454Z | info: running `cargo check --bins` on installinator-common-versions (126/276) |
| 3155 | 2026-05-15T22:30:15.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3156 | 2026-05-15T22:30:15.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3157 | 2026-05-15T22:30:15.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3158 | 2026-05-15T22:30:15.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3159 | 2026-05-15T22:30:16.041Z | |
| 3160 | 2026-05-15T22:30:16.041Z | info: running `cargo check --bins` on wicket-common (127/276) |
| 3161 | 2026-05-15T22:30:16.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3162 | 2026-05-15T22:30:16.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3163 | 2026-05-15T22:30:16.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3164 | 2026-05-15T22:30:16.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3165 | 2026-05-15T22:30:16.649Z | |
| 3166 | 2026-05-15T22:30:16.649Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/276) |
| 3167 | 2026-05-15T22:30:17.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3168 | 2026-05-15T22:30:17.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3169 | 2026-05-15T22:30:17.339Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3170 | 2026-05-15T22:30:17.455Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3171 | 2026-05-15T22:30:17.462Z | Checking csv-core v0.1.13 |
| 3172 | 2026-05-15T22:30:17.470Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3173 | 2026-05-15T22:30:17.477Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3174 | 2026-05-15T22:30:17.479Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3175 | 2026-05-15T22:30:17.497Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3176 | 2026-05-15T22:30:17.509Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3177 | 2026-05-15T22:30:17.614Z | Checking csv v1.4.0 |
| 3178 | 2026-05-15T22:30:17.647Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3179 | 2026-05-15T22:30:17.661Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3180 | 2026-05-15T22:30:17.687Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3181 | 2026-05-15T22:30:17.716Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3182 | 2026-05-15T22:30:17.946Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3183 | 2026-05-15T22:30:18.310Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3184 | 2026-05-15T22:30:18.313Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3185 | 2026-05-15T22:30:18.650Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3186 | 2026-05-15T22:30:24.525Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3187 | 2026-05-15T22:30:25.056Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3188 | 2026-05-15T22:30:27.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.72s |
| 3189 | 2026-05-15T22:30:27.565Z | |
| 3190 | 2026-05-15T22:30:27.565Z | info: running `cargo check --bins` on cockroach-admin-api (129/276) |
| 3191 | 2026-05-15T22:30:28.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3192 | 2026-05-15T22:30:28.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3193 | 2026-05-15T22:30:28.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3194 | 2026-05-15T22:30:28.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3195 | 2026-05-15T22:30:28.165Z | |
| 3196 | 2026-05-15T22:30:28.165Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276) |
| 3197 | 2026-05-15T22:30:28.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3198 | 2026-05-15T22:30:28.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3199 | 2026-05-15T22:30:28.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3200 | 2026-05-15T22:30:28.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3201 | 2026-05-15T22:30:28.848Z | |
| 3202 | 2026-05-15T22:30:28.848Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276) |
| 3203 | 2026-05-15T22:30:29.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3204 | 2026-05-15T22:30:29.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3205 | 2026-05-15T22:30:29.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3206 | 2026-05-15T22:30:29.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3207 | 2026-05-15T22:30:29.528Z | |
| 3208 | 2026-05-15T22:30:29.528Z | info: running `cargo check --bins` on gateway-test-utils (132/276) |
| 3209 | 2026-05-15T22:30:30.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3210 | 2026-05-15T22:30:30.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3211 | 2026-05-15T22:30:30.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3212 | 2026-05-15T22:30:30.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3213 | 2026-05-15T22:30:30.180Z | |
| 3214 | 2026-05-15T22:30:30.180Z | info: running `cargo check --bins` on omicron-gateway (133/276) |
| 3215 | 2026-05-15T22:30:30.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3216 | 2026-05-15T22:30:30.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3217 | 2026-05-15T22:30:30.941Z | Compiling regress v0.11.1 |
| 3218 | 2026-05-15T22:30:31.078Z | Compiling unsafe-libyaml v0.2.11 |
| 3219 | 2026-05-15T22:30:31.093Z | Compiling semver v0.1.20 |
| 3220 | 2026-05-15T22:30:31.097Z | Compiling radium v0.7.0 |
| 3221 | 2026-05-15T22:30:31.117Z | Compiling maybe-uninit v2.0.0 |
| 3222 | 2026-05-15T22:30:31.117Z | Checking tap v1.0.1 |
| 3223 | 2026-05-15T22:30:31.144Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3224 | 2026-05-15T22:30:31.232Z | Checking wyz v0.5.1 |
| 3225 | 2026-05-15T22:30:31.358Z | Compiling rustc_version v0.1.7 |
| 3226 | 2026-05-15T22:30:31.405Z | Checking progenitor-client v0.13.0 |
| 3227 | 2026-05-15T22:30:31.430Z | Compiling zerocopy-derive v0.6.6 |
| 3228 | 2026-05-15T22:30:31.543Z | Compiling cancel-safe-futures v0.1.5 |
| 3229 | 2026-05-15T22:30:31.591Z | Compiling serde_yaml v0.9.34+deprecated |
| 3230 | 2026-05-15T22:30:31.632Z | Compiling newtype_derive v0.1.6 |
| 3231 | 2026-05-15T22:30:31.779Z | Checking funty v2.0.0 |
| 3232 | 2026-05-15T22:30:31.793Z | Compiling owo-colors v4.3.0 |
| 3233 | 2026-05-15T22:30:31.818Z | Compiling packed_struct v0.10.1 |
| 3234 | 2026-05-15T22:30:32.067Z | Checking crc-catalog v2.4.0 |
| 3235 | 2026-05-15T22:30:32.098Z | Checking bitvec v1.0.1 |
| 3236 | 2026-05-15T22:30:32.158Z | Checking crc v3.4.0 |
| 3237 | 2026-05-15T22:30:32.257Z | Checking zerocopy v0.6.6 |
| 3238 | 2026-05-15T22:30:32.328Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3239 | 2026-05-15T22:30:32.346Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3240 | 2026-05-15T22:30:32.492Z | Checking typify-impl v0.6.2 |
| 3241 | 2026-05-15T22:30:32.546Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3242 | 2026-05-15T22:30:32.676Z | Compiling packed_struct_codegen v0.10.1 |
| 3243 | 2026-05-15T22:30:32.794Z | Checking libsw-core v0.3.2 |
| 3244 | 2026-05-15T22:30:32.852Z | Compiling bitfield-macros v0.19.4 |
| 3245 | 2026-05-15T22:30:32.941Z | Compiling indexmap v1.9.3 |
| 3246 | 2026-05-15T22:30:33.033Z | Checking nodrop v0.1.14 |
| 3247 | 2026-05-15T22:30:33.125Z | Checking array-init v0.0.4 |
| 3248 | 2026-05-15T22:30:33.170Z | Checking libsw v3.5.0 |
| 3249 | 2026-05-15T22:30:33.319Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3250 | 2026-05-15T22:30:33.411Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3251 | 2026-05-15T22:30:33.428Z | Checking smallvec v0.6.14 |
| 3252 | 2026-05-15T22:30:33.570Z | Checking bitfield v0.19.4 |
| 3253 | 2026-05-15T22:30:33.592Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3254 | 2026-05-15T22:30:33.734Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3255 | 2026-05-15T22:30:33.836Z | Checking unicode-linebreak v0.1.5 |
| 3256 | 2026-05-15T22:30:33.853Z | Checking base64 v0.21.7 |
| 3257 | 2026-05-15T22:30:33.869Z | Checking hashbrown v0.12.3 |
| 3258 | 2026-05-15T22:30:34.015Z | Checking linear-map v1.2.0 |
| 3259 | 2026-05-15T22:30:34.048Z | Checking tagptr v0.2.0 |
| 3260 | 2026-05-15T22:30:34.090Z | Checking smawk v0.3.2 |
| 3261 | 2026-05-15T22:30:34.181Z | Checking ron v0.8.1 |
| 3262 | 2026-05-15T22:30:34.195Z | Checking moka v0.12.13 |
| 3263 | 2026-05-15T22:30:34.215Z | Checking textwrap v0.16.2 |
| 3264 | 2026-05-15T22:30:34.269Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3265 | 2026-05-15T22:30:34.283Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3266 | 2026-05-15T22:30:34.423Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3267 | 2026-05-15T22:30:34.440Z | Checking steno v0.4.1 |
| 3268 | 2026-05-15T22:30:34.603Z | Checking serde-hex v0.1.0 |
| 3269 | 2026-05-15T22:30:34.684Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3270 | 2026-05-15T22:30:34.812Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3271 | 2026-05-15T22:30:34.827Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3272 | 2026-05-15T22:30:34.842Z | Checking hashbrown v0.13.2 |
| 3273 | 2026-05-15T22:30:35.213Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3274 | 2026-05-15T22:30:35.251Z | Checking crc-any v2.5.0 |
| 3275 | 2026-05-15T22:30:35.368Z | Checking humantime v2.3.0 |
| 3276 | 2026-05-15T22:30:35.416Z | Checking object v0.30.4 |
| 3277 | 2026-05-15T22:30:35.430Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3278 | 2026-05-15T22:30:35.443Z | Checking hickory-resolver v0.25.2 |
| 3279 | 2026-05-15T22:30:35.538Z | Checking path-slash v0.1.5 |
| 3280 | 2026-05-15T22:30:35.552Z | Checking half v1.8.3 |
| 3281 | 2026-05-15T22:30:35.585Z | Checking void v1.0.2 |
| 3282 | 2026-05-15T22:30:35.641Z | Checking utf-8 v0.7.6 |
| 3283 | 2026-05-15T22:30:35.690Z | Checking lzss v0.8.2 |
| 3284 | 2026-05-15T22:30:35.742Z | Checking serde_cbor v0.11.2 |
| 3285 | 2026-05-15T22:30:35.775Z | Checking tungstenite v0.23.0 |
| 3286 | 2026-05-15T22:30:36.008Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3287 | 2026-05-15T22:30:36.086Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3288 | 2026-05-15T22:30:36.110Z | Checking nix v0.27.1 |
| 3289 | 2026-05-15T22:30:36.139Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3290 | 2026-05-15T22:30:36.164Z | Checking kstat-rs v0.2.4 |
| 3291 | 2026-05-15T22:30:36.182Z | Checking fxhash v0.2.1 |
| 3292 | 2026-05-15T22:30:36.298Z | Checking serde_bytes v0.11.19 |
| 3293 | 2026-05-15T22:30:36.315Z | Checking tokio-tungstenite v0.23.1 |
| 3294 | 2026-05-15T22:30:36.346Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3295 | 2026-05-15T22:30:36.470Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3296 | 2026-05-15T22:30:36.560Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3297 | 2026-05-15T22:30:36.574Z | Checking signal-hook-tokio v0.3.1 |
| 3298 | 2026-05-15T22:30:36.908Z | Compiling typify-macro v0.6.2 |
| 3299 | 2026-05-15T22:30:37.711Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3300 | 2026-05-15T22:30:38.036Z | Compiling typify v0.6.2 |
| 3301 | 2026-05-15T22:30:38.114Z | Compiling progenitor-impl v0.13.0 |
| 3302 | 2026-05-15T22:30:38.114Z | Compiling progenitor-impl v0.14.0 |
| 3303 | 2026-05-15T22:30:38.617Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3304 | 2026-05-15T22:30:38.948Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 3305 | 2026-05-15T22:30:39.697Z | Compiling progenitor-macro v0.13.0 |
| 3306 | 2026-05-15T22:30:39.727Z | Compiling progenitor-macro v0.14.0 |
| 3307 | 2026-05-15T22:30:42.272Z | Checking progenitor v0.14.0 |
| 3308 | 2026-05-15T22:30:42.275Z | Checking progenitor v0.13.0 |
| 3309 | 2026-05-15T22:30:42.395Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3310 | 2026-05-15T22:30:42.398Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3311 | 2026-05-15T22:30:45.404Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3312 | 2026-05-15T22:30:52.962Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3313 | 2026-05-15T22:30:59.179Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3314 | 2026-05-15T22:31:00.532Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3315 | 2026-05-15T22:31:01.036Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3316 | 2026-05-15T22:31:03.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.91s |
| 3317 | 2026-05-15T22:31:03.296Z | |
| 3318 | 2026-05-15T22:31:03.296Z | info: running `cargo check --bins` on gateway-api (134/276) |
| 3319 | 2026-05-15T22:31:03.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3320 | 2026-05-15T22:31:03.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3321 | 2026-05-15T22:31:03.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3322 | 2026-05-15T22:31:03.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3323 | 2026-05-15T22:31:03.896Z | |
| 3324 | 2026-05-15T22:31:03.896Z | info: running `cargo check --bins` on ipcc (135/276) |
| 3325 | 2026-05-15T22:31:04.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3326 | 2026-05-15T22:31:04.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3327 | 2026-05-15T22:31:04.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3328 | 2026-05-15T22:31:04.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3329 | 2026-05-15T22:31:04.496Z | |
| 3330 | 2026-05-15T22:31:04.496Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276) |
| 3331 | 2026-05-15T22:31:04.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3332 | 2026-05-15T22:31:04.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3333 | 2026-05-15T22:31:04.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3334 | 2026-05-15T22:31:04.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3335 | 2026-05-15T22:31:05.077Z | |
| 3336 | 2026-05-15T22:31:05.077Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276) |
| 3337 | 2026-05-15T22:31:05.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3338 | 2026-05-15T22:31:05.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3339 | 2026-05-15T22:31:05.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3340 | 2026-05-15T22:31:05.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3341 | 2026-05-15T22:31:05.686Z | |
| 3342 | 2026-05-15T22:31:05.686Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276) |
| 3343 | 2026-05-15T22:31:06.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3344 | 2026-05-15T22:31:06.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3345 | 2026-05-15T22:31:06.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3346 | 2026-05-15T22:31:06.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3347 | 2026-05-15T22:31:06.296Z | |
| 3348 | 2026-05-15T22:31:06.296Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276) |
| 3349 | 2026-05-15T22:31:06.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3350 | 2026-05-15T22:31:06.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3351 | 2026-05-15T22:31:06.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3352 | 2026-05-15T22:31:06.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3353 | 2026-05-15T22:31:06.899Z | |
| 3354 | 2026-05-15T22:31:06.899Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276) |
| 3355 | 2026-05-15T22:31:07.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3356 | 2026-05-15T22:31:07.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3357 | 2026-05-15T22:31:07.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3358 | 2026-05-15T22:31:07.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3359 | 2026-05-15T22:31:07.506Z | |
| 3360 | 2026-05-15T22:31:07.506Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276) |
| 3361 | 2026-05-15T22:31:08.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3362 | 2026-05-15T22:31:08.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3363 | 2026-05-15T22:31:08.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3364 | 2026-05-15T22:31:08.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3365 | 2026-05-15T22:31:08.115Z | |
| 3366 | 2026-05-15T22:31:08.115Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276) |
| 3367 | 2026-05-15T22:31:08.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3368 | 2026-05-15T22:31:08.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3369 | 2026-05-15T22:31:08.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3370 | 2026-05-15T22:31:08.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3371 | 2026-05-15T22:31:08.722Z | |
| 3372 | 2026-05-15T22:31:08.722Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276) |
| 3373 | 2026-05-15T22:31:09.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3374 | 2026-05-15T22:31:09.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3375 | 2026-05-15T22:31:09.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3376 | 2026-05-15T22:31:09.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3377 | 2026-05-15T22:31:09.329Z | |
| 3378 | 2026-05-15T22:31:09.329Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276) |
| 3379 | 2026-05-15T22:31:09.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3380 | 2026-05-15T22:31:09.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3381 | 2026-05-15T22:31:09.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3382 | 2026-05-15T22:31:09.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3383 | 2026-05-15T22:31:09.935Z | |
| 3384 | 2026-05-15T22:31:09.935Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276) |
| 3385 | 2026-05-15T22:31:10.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3386 | 2026-05-15T22:31:10.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3387 | 2026-05-15T22:31:10.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3388 | 2026-05-15T22:31:10.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3389 | 2026-05-15T22:31:10.545Z | |
| 3390 | 2026-05-15T22:31:10.545Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276) |
| 3391 | 2026-05-15T22:31:11.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3392 | 2026-05-15T22:31:11.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3393 | 2026-05-15T22:31:11.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3394 | 2026-05-15T22:31:11.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3395 | 2026-05-15T22:31:11.158Z | |
| 3396 | 2026-05-15T22:31:11.158Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276) |
| 3397 | 2026-05-15T22:31:11.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3398 | 2026-05-15T22:31:11.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3399 | 2026-05-15T22:31:11.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3400 | 2026-05-15T22:31:11.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3401 | 2026-05-15T22:31:11.766Z | |
| 3402 | 2026-05-15T22:31:11.766Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276) |
| 3403 | 2026-05-15T22:31:12.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3404 | 2026-05-15T22:31:12.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3405 | 2026-05-15T22:31:12.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3406 | 2026-05-15T22:31:12.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3407 | 2026-05-15T22:31:12.362Z | |
| 3408 | 2026-05-15T22:31:12.362Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276) |
| 3409 | 2026-05-15T22:31:12.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3410 | 2026-05-15T22:31:12.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3411 | 2026-05-15T22:31:12.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3412 | 2026-05-15T22:31:12.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3413 | 2026-05-15T22:31:12.967Z | |
| 3414 | 2026-05-15T22:31:12.967Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276) |
| 3415 | 2026-05-15T22:31:13.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3416 | 2026-05-15T22:31:13.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3417 | 2026-05-15T22:31:13.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3418 | 2026-05-15T22:31:13.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3419 | 2026-05-15T22:31:13.578Z | |
| 3420 | 2026-05-15T22:31:13.578Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276) |
| 3421 | 2026-05-15T22:31:14.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3422 | 2026-05-15T22:31:14.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3423 | 2026-05-15T22:31:14.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3424 | 2026-05-15T22:31:14.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3425 | 2026-05-15T22:31:14.191Z | |
| 3426 | 2026-05-15T22:31:14.191Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276) |
| 3427 | 2026-05-15T22:31:14.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3428 | 2026-05-15T22:31:14.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3429 | 2026-05-15T22:31:14.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3430 | 2026-05-15T22:31:14.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3431 | 2026-05-15T22:31:14.796Z | |
| 3432 | 2026-05-15T22:31:14.796Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276) |
| 3433 | 2026-05-15T22:31:15.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3434 | 2026-05-15T22:31:15.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3435 | 2026-05-15T22:31:15.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3436 | 2026-05-15T22:31:15.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3437 | 2026-05-15T22:31:15.399Z | |
| 3438 | 2026-05-15T22:31:15.399Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276) |
| 3439 | 2026-05-15T22:31:15.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3440 | 2026-05-15T22:31:15.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3441 | 2026-05-15T22:31:15.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3442 | 2026-05-15T22:31:15.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3443 | 2026-05-15T22:31:16.006Z | |
| 3444 | 2026-05-15T22:31:16.006Z | info: running `cargo check --bins` on oximeter-producer (155/276) |
| 3445 | 2026-05-15T22:31:16.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3446 | 2026-05-15T22:31:16.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3447 | 2026-05-15T22:31:16.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3448 | 2026-05-15T22:31:16.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3449 | 2026-05-15T22:31:16.652Z | |
| 3450 | 2026-05-15T22:31:16.652Z | info: running `cargo check --bins` on internal-dns-resolver (156/276) |
| 3451 | 2026-05-15T22:31:17.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3452 | 2026-05-15T22:31:17.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3453 | 2026-05-15T22:31:17.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3454 | 2026-05-15T22:31:17.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3455 | 2026-05-15T22:31:17.266Z | |
| 3456 | 2026-05-15T22:31:17.266Z | info: running `cargo check --bins` on dns-server (157/276) |
| 3457 | 2026-05-15T22:31:17.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3458 | 2026-05-15T22:31:17.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3459 | 2026-05-15T22:31:17.927Z | Compiling parking_lot_core v0.8.6 |
| 3460 | 2026-05-15T22:31:17.927Z | Compiling atomicwrites v0.4.4 |
| 3461 | 2026-05-15T22:31:17.927Z | Compiling git-stub v1.0.0 |
| 3462 | 2026-05-15T22:31:17.930Z | Checking prefix-trie v0.7.0 |
| 3463 | 2026-05-15T22:31:17.930Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3464 | 2026-05-15T22:31:18.165Z | Compiling git-stub-vcs v0.1.0 |
| 3465 | 2026-05-15T22:31:18.324Z | Checking hickory-server v0.25.2 |
| 3466 | 2026-05-15T22:31:18.436Z | Checking parking_lot v0.11.2 |
| 3467 | 2026-05-15T22:31:18.438Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3468 | 2026-05-15T22:31:18.532Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3469 | 2026-05-15T22:31:18.532Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3470 | 2026-05-15T22:31:18.605Z | Checking sled v0.34.7 |
| 3471 | 2026-05-15T22:31:20.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 3472 | 2026-05-15T22:31:20.682Z | |
| 3473 | 2026-05-15T22:31:20.682Z | info: running `cargo check --bins` on dns-server-api (158/276) |
| 3474 | 2026-05-15T22:31:21.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3475 | 2026-05-15T22:31:21.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3476 | 2026-05-15T22:31:21.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3477 | 2026-05-15T22:31:21.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3478 | 2026-05-15T22:31:21.285Z | |
| 3479 | 2026-05-15T22:31:21.285Z | info: running `cargo check --bins` on oximeter-producer-api (159/276) |
| 3480 | 2026-05-15T22:31:21.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3481 | 2026-05-15T22:31:21.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3482 | 2026-05-15T22:31:21.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3483 | 2026-05-15T22:31:21.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3484 | 2026-05-15T22:31:21.893Z | |
| 3485 | 2026-05-15T22:31:21.893Z | info: running `cargo check --bins` on sp-sim (160/276) |
| 3486 | 2026-05-15T22:31:22.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3487 | 2026-05-15T22:31:22.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3488 | 2026-05-15T22:31:22.620Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3489 | 2026-05-15T22:31:24.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s |
| 3490 | 2026-05-15T22:31:24.590Z | |
| 3491 | 2026-05-15T22:31:24.591Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276) |
| 3492 | 2026-05-15T22:31:25.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3493 | 2026-05-15T22:31:25.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3494 | 2026-05-15T22:31:25.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3495 | 2026-05-15T22:31:25.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3496 | 2026-05-15T22:31:25.246Z | |
| 3497 | 2026-05-15T22:31:25.246Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276) |
| 3498 | 2026-05-15T22:31:25.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3499 | 2026-05-15T22:31:25.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3500 | 2026-05-15T22:31:25.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3501 | 2026-05-15T22:31:25.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3502 | 2026-05-15T22:31:25.906Z | |
| 3503 | 2026-05-15T22:31:25.906Z | info: running `cargo check --bins` on db-macros (163/276) |
| 3504 | 2026-05-15T22:31:26.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3505 | 2026-05-15T22:31:26.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3506 | 2026-05-15T22:31:26.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3507 | 2026-05-15T22:31:26.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3508 | 2026-05-15T22:31:26.497Z | |
| 3509 | 2026-05-15T22:31:26.497Z | info: running `cargo check --bins` on nexus-macros-common (164/276) |
| 3510 | 2026-05-15T22:31:26.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3511 | 2026-05-15T22:31:26.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3512 | 2026-05-15T22:31:26.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3513 | 2026-05-15T22:31:26.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3514 | 2026-05-15T22:31:27.089Z | |
| 3515 | 2026-05-15T22:31:27.089Z | info: running `cargo check --bins` on nexus-auth (165/276) |
| 3516 | 2026-05-15T22:31:27.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3517 | 2026-05-15T22:31:27.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3518 | 2026-05-15T22:31:27.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3519 | 2026-05-15T22:31:27.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3520 | 2026-05-15T22:31:27.735Z | |
| 3521 | 2026-05-15T22:31:27.735Z | info: running `cargo check --bins` on authz-macros (166/276) |
| 3522 | 2026-05-15T22:31:28.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3523 | 2026-05-15T22:31:28.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3524 | 2026-05-15T22:31:28.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3525 | 2026-05-15T22:31:28.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3526 | 2026-05-15T22:31:28.329Z | |
| 3527 | 2026-05-15T22:31:28.329Z | info: running `cargo check --bins` on nexus-db-fixed-data (167/276) |
| 3528 | 2026-05-15T22:31:28.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3529 | 2026-05-15T22:31:28.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3530 | 2026-05-15T22:31:28.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3531 | 2026-05-15T22:31:28.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3532 | 2026-05-15T22:31:28.981Z | |
| 3533 | 2026-05-15T22:31:28.981Z | info: running `cargo check --bins` on nexus-db-model (168/276) |
| 3534 | 2026-05-15T22:31:29.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3535 | 2026-05-15T22:31:29.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3536 | 2026-05-15T22:31:29.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3537 | 2026-05-15T22:31:29.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3538 | 2026-05-15T22:31:29.631Z | |
| 3539 | 2026-05-15T22:31:29.631Z | info: running `cargo check --bins` on nexus-db-schema (169/276) |
| 3540 | 2026-05-15T22:31:30.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3541 | 2026-05-15T22:31:30.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3542 | 2026-05-15T22:31:30.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3543 | 2026-05-15T22:31:30.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3544 | 2026-05-15T22:31:30.232Z | |
| 3545 | 2026-05-15T22:31:30.232Z | info: running `cargo check --bins` on omicron-rpaths (170/276) |
| 3546 | 2026-05-15T22:31:30.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3547 | 2026-05-15T22:31:30.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3548 | 2026-05-15T22:31:30.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3549 | 2026-05-15T22:31:30.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3550 | 2026-05-15T22:31:30.826Z | |
| 3551 | 2026-05-15T22:31:30.826Z | info: running `cargo check --bins` on nexus-defaults (171/276) |
| 3552 | 2026-05-15T22:31:31.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3553 | 2026-05-15T22:31:31.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3554 | 2026-05-15T22:31:31.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3555 | 2026-05-15T22:31:31.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3556 | 2026-05-15T22:31:31.436Z | |
| 3557 | 2026-05-15T22:31:31.436Z | info: running `cargo check --bins` on omicron-cockroach-metrics (172/276) |
| 3558 | 2026-05-15T22:31:31.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3559 | 2026-05-15T22:31:31.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3560 | 2026-05-15T22:31:31.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3561 | 2026-05-15T22:31:31.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3562 | 2026-05-15T22:31:32.033Z | |
| 3563 | 2026-05-15T22:31:32.033Z | info: running `cargo check --bins` on parallel-task-set (173/276) |
| 3564 | 2026-05-15T22:31:32.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3565 | 2026-05-15T22:31:32.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3566 | 2026-05-15T22:31:32.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3567 | 2026-05-15T22:31:32.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3568 | 2026-05-15T22:31:32.620Z | |
| 3569 | 2026-05-15T22:31:32.620Z | info: running `cargo check --bins` on nexus-db-errors (174/276) |
| 3570 | 2026-05-15T22:31:33.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3571 | 2026-05-15T22:31:33.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3572 | 2026-05-15T22:31:33.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3573 | 2026-05-15T22:31:33.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3574 | 2026-05-15T22:31:33.270Z | |
| 3575 | 2026-05-15T22:31:33.270Z | info: running `cargo check --bins` on nexus-db-lookup (175/276) |
| 3576 | 2026-05-15T22:31:33.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3577 | 2026-05-15T22:31:33.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3578 | 2026-05-15T22:31:33.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3579 | 2026-05-15T22:31:33.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3580 | 2026-05-15T22:31:33.925Z | |
| 3581 | 2026-05-15T22:31:33.925Z | info: running `cargo check --bins` on nexus-inventory (176/276) |
| 3582 | 2026-05-15T22:31:34.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3583 | 2026-05-15T22:31:34.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3584 | 2026-05-15T22:31:34.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3585 | 2026-05-15T22:31:34.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3586 | 2026-05-15T22:31:34.570Z | |
| 3587 | 2026-05-15T22:31:34.570Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276) |
| 3588 | 2026-05-15T22:31:35.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3589 | 2026-05-15T22:31:35.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3590 | 2026-05-15T22:31:35.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3591 | 2026-05-15T22:31:35.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3592 | 2026-05-15T22:31:35.201Z | |
| 3593 | 2026-05-15T22:31:35.201Z | info: running `cargo check --bins --no-default-features` on sled-storage (178/276) |
| 3594 | 2026-05-15T22:31:35.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3595 | 2026-05-15T22:31:35.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3596 | 2026-05-15T22:31:35.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3597 | 2026-05-15T22:31:35.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3598 | 2026-05-15T22:31:35.831Z | |
| 3599 | 2026-05-15T22:31:35.831Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276) |
| 3600 | 2026-05-15T22:31:36.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3601 | 2026-05-15T22:31:36.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3602 | 2026-05-15T22:31:36.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3603 | 2026-05-15T22:31:36.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3604 | 2026-05-15T22:31:36.458Z | |
| 3605 | 2026-05-15T22:31:36.459Z | info: running `cargo check --bins` on key-manager (180/276) |
| 3606 | 2026-05-15T22:31:36.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3607 | 2026-05-15T22:31:36.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3608 | 2026-05-15T22:31:36.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3609 | 2026-05-15T22:31:36.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3610 | 2026-05-15T22:31:37.074Z | |
| 3611 | 2026-05-15T22:31:37.074Z | info: running `cargo check --bins --no-default-features` on sled-hardware (181/276) |
| 3612 | 2026-05-15T22:31:37.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3613 | 2026-05-15T22:31:37.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3614 | 2026-05-15T22:31:37.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3615 | 2026-05-15T22:31:37.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3616 | 2026-05-15T22:31:37.705Z | |
| 3617 | 2026-05-15T22:31:37.705Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276) |
| 3618 | 2026-05-15T22:31:38.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3619 | 2026-05-15T22:31:38.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3620 | 2026-05-15T22:31:38.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3621 | 2026-05-15T22:31:38.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3622 | 2026-05-15T22:31:38.332Z | |
| 3623 | 2026-05-15T22:31:38.332Z | info: running `cargo check --bins` on typed-rng (183/276) |
| 3624 | 2026-05-15T22:31:38.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3625 | 2026-05-15T22:31:38.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3626 | 2026-05-15T22:31:38.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3627 | 2026-05-15T22:31:38.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3628 | 2026-05-15T22:31:38.923Z | |
| 3629 | 2026-05-15T22:31:38.923Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276) |
| 3630 | 2026-05-15T22:31:39.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3631 | 2026-05-15T22:31:39.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3632 | 2026-05-15T22:31:39.794Z | Compiling typify-impl v0.4.3 |
| 3633 | 2026-05-15T22:31:39.797Z | Compiling libefi-sys v0.1.0 |
| 3634 | 2026-05-15T22:31:39.943Z | Compiling bitfield-struct v0.6.2 |
| 3635 | 2026-05-15T22:31:39.952Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3636 | 2026-05-15T22:31:39.962Z | Compiling xshell-macros v0.2.7 |
| 3637 | 2026-05-15T22:31:39.974Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3638 | 2026-05-15T22:31:40.015Z | Compiling salty v0.3.0 |
| 3639 | 2026-05-15T22:31:40.018Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3640 | 2026-05-15T22:31:40.173Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3641 | 2026-05-15T22:31:40.295Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3642 | 2026-05-15T22:31:40.310Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3643 | 2026-05-15T22:31:40.325Z | Checking xshell v0.2.7 |
| 3644 | 2026-05-15T22:31:40.435Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3645 | 2026-05-15T22:31:40.539Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3646 | 2026-05-15T22:31:40.539Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3647 | 2026-05-15T22:31:40.621Z | Checking primeorder v0.13.6 |
| 3648 | 2026-05-15T22:31:40.716Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3649 | 2026-05-15T22:31:40.772Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3650 | 2026-05-15T22:31:40.830Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3651 | 2026-05-15T22:31:40.855Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3652 | 2026-05-15T22:31:41.003Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3653 | 2026-05-15T22:31:41.059Z | Checking tungstenite v0.21.0 |
| 3654 | 2026-05-15T22:31:41.079Z | Checking p384 v0.13.1 |
| 3655 | 2026-05-15T22:31:41.171Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3656 | 2026-05-15T22:31:41.218Z | Compiling proc-macro-error2 v2.0.1 |
| 3657 | 2026-05-15T22:31:41.492Z | Compiling num-derive v0.3.3 |
| 3658 | 2026-05-15T22:31:41.526Z | Compiling tabled_derive v0.11.0 |
| 3659 | 2026-05-15T22:31:41.801Z | Checking tokio-tungstenite v0.21.0 |
| 3660 | 2026-05-15T22:31:41.841Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3661 | 2026-05-15T22:31:41.954Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3662 | 2026-05-15T22:31:42.075Z | Checking papergrid v0.17.0 |
| 3663 | 2026-05-15T22:31:42.233Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3664 | 2026-05-15T22:31:42.358Z | Checking libscf-sys v1.1.0 |
| 3665 | 2026-05-15T22:31:42.489Z | Checking testing_table v0.3.0 |
| 3666 | 2026-05-15T22:31:42.519Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3667 | 2026-05-15T22:31:42.584Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3668 | 2026-05-15T22:31:42.681Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3669 | 2026-05-15T22:31:42.828Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3670 | 2026-05-15T22:31:42.844Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3671 | 2026-05-15T22:31:42.985Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3672 | 2026-05-15T22:31:43.038Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3673 | 2026-05-15T22:31:43.041Z | Compiling unicase v2.9.0 |
| 3674 | 2026-05-15T22:31:43.101Z | Checking corncobs v0.1.4 |
| 3675 | 2026-05-15T22:31:43.263Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3676 | 2026-05-15T22:31:43.294Z | Compiling mime_guess v2.0.5 |
| 3677 | 2026-05-15T22:31:43.309Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3678 | 2026-05-15T22:31:43.345Z | Checking tabled v0.20.0 |
| 3679 | 2026-05-15T22:31:43.496Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3680 | 2026-05-15T22:31:43.502Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3681 | 2026-05-15T22:31:43.570Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3682 | 2026-05-15T22:31:43.694Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3683 | 2026-05-15T22:31:43.725Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3684 | 2026-05-15T22:31:43.725Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3685 | 2026-05-15T22:31:43.829Z | Checking progenitor-client v0.11.2 |
| 3686 | 2026-05-15T22:31:43.906Z | Checking secrecy v0.8.0 |
| 3687 | 2026-05-15T22:31:44.037Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3688 | 2026-05-15T22:31:44.338Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3689 | 2026-05-15T22:31:44.362Z | Compiling typify-macro v0.4.3 |
| 3690 | 2026-05-15T22:31:44.365Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3691 | 2026-05-15T22:31:44.396Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3692 | 2026-05-15T22:31:44.420Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3693 | 2026-05-15T22:31:44.600Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3694 | 2026-05-15T22:31:44.634Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3695 | 2026-05-15T22:31:44.663Z | Checking filetime v0.2.27 |
| 3696 | 2026-05-15T22:31:44.802Z | Checking http-range v0.1.5 |
| 3697 | 2026-05-15T22:31:44.932Z | Checking crc8 v0.1.1 |
| 3698 | 2026-05-15T22:31:44.994Z | Checking xattr v1.6.1 |
| 3699 | 2026-05-15T22:31:45.055Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3700 | 2026-05-15T22:31:45.128Z | Checking tar v0.4.45 |
| 3701 | 2026-05-15T22:31:45.636Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3702 | 2026-05-15T22:31:45.662Z | Checking illumos-nvpair v0.3.0 |
| 3703 | 2026-05-15T22:31:45.662Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3704 | 2026-05-15T22:31:45.662Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3705 | 2026-05-15T22:31:45.662Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3706 | 2026-05-15T22:31:45.870Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3707 | 2026-05-15T22:31:45.893Z | Checking atty v0.2.14 |
| 3708 | 2026-05-15T22:31:45.906Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3709 | 2026-05-15T22:31:45.923Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3710 | 2026-05-15T22:31:45.982Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3711 | 2026-05-15T22:31:46.054Z | Compiling typify v0.4.3 |
| 3712 | 2026-05-15T22:31:46.246Z | Compiling progenitor-impl v0.11.2 |
| 3713 | 2026-05-15T22:31:47.511Z | Compiling progenitor-impl v0.10.0 |
| 3714 | 2026-05-15T22:31:47.511Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3715 | 2026-05-15T22:31:47.511Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3716 | 2026-05-15T22:31:47.511Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3717 | 2026-05-15T22:31:47.511Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3718 | 2026-05-15T22:31:47.535Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3719 | 2026-05-15T22:31:47.802Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3720 | 2026-05-15T22:31:47.805Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3721 | 2026-05-15T22:31:47.989Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3722 | 2026-05-15T22:31:48.025Z | Checking hyper-staticfile v0.10.1 |
| 3723 | 2026-05-15T22:31:48.233Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3724 | 2026-05-15T22:31:48.256Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3725 | 2026-05-15T22:31:48.346Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3726 | 2026-05-15T22:31:48.502Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3727 | 2026-05-15T22:31:48.635Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3728 | 2026-05-15T22:31:48.723Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3729 | 2026-05-15T22:31:48.777Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3730 | 2026-05-15T22:31:48.863Z | Compiling progenitor-macro v0.11.2 |
| 3731 | 2026-05-15T22:31:48.905Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3732 | 2026-05-15T22:31:49.081Z | Compiling progenitor-macro v0.10.0 |
| 3733 | 2026-05-15T22:31:51.569Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3734 | 2026-05-15T22:31:51.593Z | Checking progenitor v0.11.2 |
| 3735 | 2026-05-15T22:31:51.713Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3736 | 2026-05-15T22:31:53.282Z | Checking progenitor v0.10.0 |
| 3737 | 2026-05-15T22:31:53.337Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3738 | 2026-05-15T22:31:56.318Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3739 | 2026-05-15T22:32:07.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.25s |
| 3740 | 2026-05-15T22:32:07.397Z | |
| 3741 | 2026-05-15T22:32:07.397Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276) |
| 3742 | 2026-05-15T22:32:07.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3743 | 2026-05-15T22:32:07.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3744 | 2026-05-15T22:32:08.190Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3745 | 2026-05-15T22:32:18.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s |
| 3746 | 2026-05-15T22:32:19.037Z | |
| 3747 | 2026-05-15T22:32:19.037Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276) |
| 3748 | 2026-05-15T22:32:19.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3749 | 2026-05-15T22:32:19.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3750 | 2026-05-15T22:32:19.827Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3751 | 2026-05-15T22:32:30.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s |
| 3752 | 2026-05-15T22:32:30.690Z | |
| 3753 | 2026-05-15T22:32:30.690Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276) |
| 3754 | 2026-05-15T22:32:31.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3755 | 2026-05-15T22:32:31.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3756 | 2026-05-15T22:32:31.477Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3757 | 2026-05-15T22:32:42.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s |
| 3758 | 2026-05-15T22:32:42.418Z | |
| 3759 | 2026-05-15T22:32:42.418Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276) |
| 3760 | 2026-05-15T22:32:42.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3761 | 2026-05-15T22:32:42.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3762 | 2026-05-15T22:32:43.205Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3763 | 2026-05-15T22:32:53.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s |
| 3764 | 2026-05-15T22:32:54.053Z | |
| 3765 | 2026-05-15T22:32:54.053Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276) |
| 3766 | 2026-05-15T22:32:54.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3767 | 2026-05-15T22:32:54.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3768 | 2026-05-15T22:32:54.839Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3769 | 2026-05-15T22:33:05.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s |
| 3770 | 2026-05-15T22:33:05.718Z | |
| 3771 | 2026-05-15T22:33:05.718Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276) |
| 3772 | 2026-05-15T22:33:06.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3773 | 2026-05-15T22:33:06.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3774 | 2026-05-15T22:33:06.505Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3775 | 2026-05-15T22:33:17.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s |
| 3776 | 2026-05-15T22:33:17.394Z | |
| 3777 | 2026-05-15T22:33:17.394Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276) |
| 3778 | 2026-05-15T22:33:17.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3779 | 2026-05-15T22:33:17.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3780 | 2026-05-15T22:33:18.177Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3781 | 2026-05-15T22:33:28.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s |
| 3782 | 2026-05-15T22:33:29.016Z | |
| 3783 | 2026-05-15T22:33:29.016Z | info: running `cargo check --bins` on bootstrap-agent-api (192/276) |
| 3784 | 2026-05-15T22:33:29.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3785 | 2026-05-15T22:33:29.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3786 | 2026-05-15T22:33:29.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3787 | 2026-05-15T22:33:29.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3788 | 2026-05-15T22:33:29.619Z | |
| 3789 | 2026-05-15T22:33:29.619Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276) |
| 3790 | 2026-05-15T22:33:30.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3791 | 2026-05-15T22:33:30.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3792 | 2026-05-15T22:33:30.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3793 | 2026-05-15T22:33:30.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3794 | 2026-05-15T22:33:30.227Z | |
| 3795 | 2026-05-15T22:33:30.227Z | info: running `cargo check --bins` on range-requests (194/276) |
| 3796 | 2026-05-15T22:33:30.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3797 | 2026-05-15T22:33:30.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3798 | 2026-05-15T22:33:30.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3799 | 2026-05-15T22:33:30.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3800 | 2026-05-15T22:33:30.821Z | |
| 3801 | 2026-05-15T22:33:30.821Z | info: running `cargo check --bins` on repo-depot-api (195/276) |
| 3802 | 2026-05-15T22:33:31.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2026-05-15T22:33:31.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2026-05-15T22:33:31.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3805 | 2026-05-15T22:33:31.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3806 | 2026-05-15T22:33:31.415Z | |
| 3807 | 2026-05-15T22:33:31.415Z | info: running `cargo check --bins` on sled-agent-api (196/276) |
| 3808 | 2026-05-15T22:33:31.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3809 | 2026-05-15T22:33:31.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3810 | 2026-05-15T22:33:31.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3811 | 2026-05-15T22:33:31.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3812 | 2026-05-15T22:33:32.030Z | |
| 3813 | 2026-05-15T22:33:32.030Z | info: running `cargo check --bins` on sled-diagnostics (197/276) |
| 3814 | 2026-05-15T22:33:32.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3815 | 2026-05-15T22:33:32.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3816 | 2026-05-15T22:33:32.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3817 | 2026-05-15T22:33:32.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3818 | 2026-05-15T22:33:32.647Z | |
| 3819 | 2026-05-15T22:33:32.647Z | info: running `cargo check --bins` on zfs-test-harness (198/276) |
| 3820 | 2026-05-15T22:33:33.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3821 | 2026-05-15T22:33:33.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3822 | 2026-05-15T22:33:33.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3823 | 2026-05-15T22:33:33.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3824 | 2026-05-15T22:33:33.271Z | |
| 3825 | 2026-05-15T22:33:33.271Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276) |
| 3826 | 2026-05-15T22:33:33.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3827 | 2026-05-15T22:33:33.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3828 | 2026-05-15T22:33:33.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3829 | 2026-05-15T22:33:33.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3830 | 2026-05-15T22:33:33.887Z | |
| 3831 | 2026-05-15T22:33:33.887Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276) |
| 3832 | 2026-05-15T22:33:34.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3833 | 2026-05-15T22:33:34.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3834 | 2026-05-15T22:33:34.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3835 | 2026-05-15T22:33:34.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3836 | 2026-05-15T22:33:34.509Z | |
| 3837 | 2026-05-15T22:33:34.509Z | info: running `cargo check --bins` on sled-agent-early-networking (201/276) |
| 3838 | 2026-05-15T22:33:35.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3839 | 2026-05-15T22:33:35.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3840 | 2026-05-15T22:33:35.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3841 | 2026-05-15T22:33:35.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3842 | 2026-05-15T22:33:35.133Z | |
| 3843 | 2026-05-15T22:33:35.133Z | info: running `cargo check --bins` on sled-agent-health-monitor (202/276) |
| 3844 | 2026-05-15T22:33:35.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3845 | 2026-05-15T22:33:35.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3846 | 2026-05-15T22:33:35.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3847 | 2026-05-15T22:33:35.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3848 | 2026-05-15T22:33:35.755Z | |
| 3849 | 2026-05-15T22:33:35.756Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276) |
| 3850 | 2026-05-15T22:33:36.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3851 | 2026-05-15T22:33:36.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3852 | 2026-05-15T22:33:36.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3853 | 2026-05-15T22:33:36.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3854 | 2026-05-15T22:33:36.381Z | |
| 3855 | 2026-05-15T22:33:36.381Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276) |
| 3856 | 2026-05-15T22:33:36.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3857 | 2026-05-15T22:33:36.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3858 | 2026-05-15T22:33:36.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3859 | 2026-05-15T22:33:36.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3860 | 2026-05-15T22:33:37.009Z | |
| 3861 | 2026-05-15T22:33:37.009Z | info: running `cargo check --bins` on sled-agent-resolvable-files (205/276) |
| 3862 | 2026-05-15T22:33:37.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3863 | 2026-05-15T22:33:37.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3864 | 2026-05-15T22:33:37.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3865 | 2026-05-15T22:33:37.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3866 | 2026-05-15T22:33:37.633Z | |
| 3867 | 2026-05-15T22:33:37.633Z | info: running `cargo check --bins` on sled-agent-rack-setup (206/276) |
| 3868 | 2026-05-15T22:33:38.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3869 | 2026-05-15T22:33:38.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3870 | 2026-05-15T22:33:38.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3871 | 2026-05-15T22:33:38.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3872 | 2026-05-15T22:33:38.277Z | |
| 3873 | 2026-05-15T22:33:38.277Z | info: running `cargo check --bins` on trust-quorum (207/276) |
| 3874 | 2026-05-15T22:33:38.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3875 | 2026-05-15T22:33:38.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3876 | 2026-05-15T22:33:38.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3877 | 2026-05-15T22:33:38.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3878 | 2026-05-15T22:33:38.897Z | |
| 3879 | 2026-05-15T22:33:38.897Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276) |
| 3880 | 2026-05-15T22:33:39.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3881 | 2026-05-15T22:33:39.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3882 | 2026-05-15T22:33:39.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3883 | 2026-05-15T22:33:39.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3884 | 2026-05-15T22:33:39.533Z | |
| 3885 | 2026-05-15T22:33:39.533Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (209/276) |
| 3886 | 2026-05-15T22:33:40.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3887 | 2026-05-15T22:33:40.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3888 | 2026-05-15T22:33:40.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3889 | 2026-05-15T22:33:40.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3890 | 2026-05-15T22:33:40.178Z | |
| 3891 | 2026-05-15T22:33:40.178Z | info: running `cargo check --bins` on update-common (210/276) |
| 3892 | 2026-05-15T22:33:40.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3893 | 2026-05-15T22:33:40.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3894 | 2026-05-15T22:33:40.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3895 | 2026-05-15T22:33:40.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3896 | 2026-05-15T22:33:40.783Z | |
| 3897 | 2026-05-15T22:33:40.783Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276) |
| 3898 | 2026-05-15T22:33:41.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3899 | 2026-05-15T22:33:41.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3900 | 2026-05-15T22:33:41.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3901 | 2026-05-15T22:33:41.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3902 | 2026-05-15T22:33:41.436Z | |
| 3903 | 2026-05-15T22:33:41.436Z | info: running `cargo check --bins` on omicron-deployment-graph (212/276) |
| 3904 | 2026-05-15T22:33:41.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3905 | 2026-05-15T22:33:41.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3906 | 2026-05-15T22:33:41.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3907 | 2026-05-15T22:33:41.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3908 | 2026-05-15T22:33:42.020Z | |
| 3909 | 2026-05-15T22:33:42.020Z | info: running `cargo check --bins` on reconfigurator-cli (213/276) |
| 3910 | 2026-05-15T22:33:42.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3911 | 2026-05-15T22:33:42.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3912 | 2026-05-15T22:33:42.793Z | Compiling fs-err v2.11.0 |
| 3913 | 2026-05-15T22:33:42.793Z | Checking ignore v0.4.25 |
| 3914 | 2026-05-15T22:33:42.796Z | Checking arc-swap v1.8.2 |
| 3915 | 2026-05-15T22:33:42.797Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3916 | 2026-05-15T22:33:42.915Z | Checking predicates-tree v1.0.13 |
| 3917 | 2026-05-15T22:33:42.931Z | Checking parse-size v1.1.0 |
| 3918 | 2026-05-15T22:33:42.963Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3919 | 2026-05-15T22:33:42.975Z | Checking rand_seeder v0.4.0 |
| 3920 | 2026-05-15T22:33:43.026Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3921 | 2026-05-15T22:33:43.059Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3922 | 2026-05-15T22:33:43.111Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3923 | 2026-05-15T22:33:43.125Z | Checking slog-scope v4.4.1 |
| 3924 | 2026-05-15T22:33:43.166Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3925 | 2026-05-15T22:33:43.251Z | Checking slog-stdlog v4.1.1 |
| 3926 | 2026-05-15T22:33:43.267Z | Compiling petname v2.0.2 |
| 3927 | 2026-05-15T22:33:43.283Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3928 | 2026-05-15T22:33:43.307Z | Checking globwalk v0.9.1 |
| 3929 | 2026-05-15T22:33:43.346Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3930 | 2026-05-15T22:33:43.368Z | Checking slog-envlogger v2.2.0 |
| 3931 | 2026-05-15T22:33:43.485Z | Checking camino-tempfile-ext v0.3.3 |
| 3932 | 2026-05-15T22:33:43.513Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3933 | 2026-05-15T22:33:43.559Z | Checking sapling-renderdag v0.1.0 |
| 3934 | 2026-05-15T22:33:43.674Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3935 | 2026-05-15T22:33:43.697Z | Checking subprocess v0.2.15 |
| 3936 | 2026-05-15T22:33:43.798Z | Checking sync-ptr v0.1.4 |
| 3937 | 2026-05-15T22:33:43.906Z | Checking colored v2.2.0 |
| 3938 | 2026-05-15T22:33:43.919Z | Checking assert_matches v1.5.0 |
| 3939 | 2026-05-15T22:33:43.968Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3940 | 2026-05-15T22:33:44.137Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3941 | 2026-05-15T22:33:44.137Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3942 | 2026-05-15T22:33:44.839Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3943 | 2026-05-15T22:33:46.147Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3944 | 2026-05-15T22:33:48.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s |
| 3945 | 2026-05-15T22:33:48.549Z | |
| 3946 | 2026-05-15T22:33:48.549Z | info: running `cargo check --bins` on omicron-repl-utils (214/276) |
| 3947 | 2026-05-15T22:33:49.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-05-15T22:33:49.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-05-15T22:33:49.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2026-05-15T22:33:49.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3951 | 2026-05-15T22:33:49.138Z | |
| 3952 | 2026-05-15T22:33:49.138Z | info: running `cargo check --bins` on transient-dns-server (215/276) |
| 3953 | 2026-05-15T22:33:49.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-05-15T22:33:49.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-05-15T22:33:49.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-05-15T22:33:49.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3957 | 2026-05-15T22:33:49.754Z | |
| 3958 | 2026-05-15T22:33:49.754Z | info: running `cargo check --bins` on nexus-test-interface (216/276) |
| 3959 | 2026-05-15T22:33:50.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-05-15T22:33:50.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-05-15T22:33:50.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3962 | 2026-05-15T22:33:50.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3963 | 2026-05-15T22:33:50.406Z | |
| 3964 | 2026-05-15T22:33:50.406Z | info: running `cargo check --bins` on oximeter-collector (217/276) |
| 3965 | 2026-05-15T22:33:50.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-05-15T22:33:50.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-05-15T22:33:51.124Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3968 | 2026-05-15T22:33:51.124Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3969 | 2026-05-15T22:33:51.764Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3970 | 2026-05-15T22:33:53.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s |
| 3971 | 2026-05-15T22:33:53.547Z | |
| 3972 | 2026-05-15T22:33:53.547Z | info: running `cargo check --bins` on oximeter-api (218/276) |
| 3973 | 2026-05-15T22:33:54.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3974 | 2026-05-15T22:33:54.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3975 | 2026-05-15T22:33:54.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3976 | 2026-05-15T22:33:54.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3977 | 2026-05-15T22:33:54.160Z | |
| 3978 | 2026-05-15T22:33:54.160Z | info: running `cargo check --bins` on cert-dev (219/276) |
| 3979 | 2026-05-15T22:33:54.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3980 | 2026-05-15T22:33:54.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3981 | 2026-05-15T22:33:54.772Z | Checking yasna v0.5.2 |
| 3982 | 2026-05-15T22:33:55.171Z | Checking rcgen v0.12.1 |
| 3983 | 2026-05-15T22:33:55.414Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3984 | 2026-05-15T22:33:55.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 3985 | 2026-05-15T22:33:55.764Z | |
| 3986 | 2026-05-15T22:33:55.764Z | info: running `cargo check --bins` on clickana (220/276) |
| 3987 | 2026-05-15T22:33:56.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3988 | 2026-05-15T22:33:56.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3989 | 2026-05-15T22:33:56.418Z | Compiling darling_core v0.23.0 |
| 3990 | 2026-05-15T22:33:56.421Z | Compiling instability v0.3.11 |
| 3991 | 2026-05-15T22:33:56.527Z | Checking castaway v0.2.4 |
| 3992 | 2026-05-15T22:33:56.535Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3993 | 2026-05-15T22:33:56.547Z | Compiling indoc v2.0.7 |
| 3994 | 2026-05-15T22:33:56.554Z | Checking unicode-truncate v1.1.0 |
| 3995 | 2026-05-15T22:33:56.557Z | Checking lru v0.12.5 |
| 3996 | 2026-05-15T22:33:56.557Z | Checking cassowary v0.3.0 |
| 3997 | 2026-05-15T22:33:56.621Z | Checking compact_str v0.8.1 |
| 3998 | 2026-05-15T22:33:57.582Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3999 | 2026-05-15T22:33:57.772Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4000 | 2026-05-15T22:33:57.938Z | Compiling darling_macro v0.23.0 |
| 4001 | 2026-05-15T22:33:58.338Z | Compiling darling v0.23.0 |
| 4002 | 2026-05-15T22:33:58.936Z | Checking ratatui v0.29.0 |
| 4003 | 2026-05-15T22:33:59.974Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4004 | 2026-05-15T22:34:00.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s |
| 4005 | 2026-05-15T22:34:00.813Z | |
| 4006 | 2026-05-15T22:34:00.813Z | info: running `cargo check --bins` on clickhouse-cluster-dev (221/276) |
| 4007 | 2026-05-15T22:34:01.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2026-05-15T22:34:01.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2026-05-15T22:34:01.541Z | Checking headers-core v0.3.0 |
| 4010 | 2026-05-15T22:34:01.544Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4011 | 2026-05-15T22:34:01.735Z | Checking headers v0.4.1 |
| 4012 | 2026-05-15T22:34:02.096Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4013 | 2026-05-15T22:34:02.936Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4014 | 2026-05-15T22:34:03.430Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4015 | 2026-05-15T22:34:03.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s |
| 4016 | 2026-05-15T22:34:04.049Z | |
| 4017 | 2026-05-15T22:34:04.049Z | info: running `cargo check --bins` on ch-dev (222/276) |
| 4018 | 2026-05-15T22:34:04.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4019 | 2026-05-15T22:34:04.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4020 | 2026-05-15T22:34:04.776Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4021 | 2026-05-15T22:34:05.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4022 | 2026-05-15T22:34:05.736Z | |
| 4023 | 2026-05-15T22:34:05.737Z | info: running `cargo check --bins` on dev-tools-common (223/276) |
| 4024 | 2026-05-15T22:34:06.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4025 | 2026-05-15T22:34:06.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4026 | 2026-05-15T22:34:06.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4027 | 2026-05-15T22:34:06.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 4028 | 2026-05-15T22:34:06.209Z | |
| 4029 | 2026-05-15T22:34:06.209Z | info: running `cargo check --bins` on crdb-seed (224/276) |
| 4030 | 2026-05-15T22:34:06.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4031 | 2026-05-15T22:34:06.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4032 | 2026-05-15T22:34:06.928Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4033 | 2026-05-15T22:34:07.903Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4034 | 2026-05-15T22:34:08.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
| 4035 | 2026-05-15T22:34:08.451Z | |
| 4036 | 2026-05-15T22:34:08.451Z | info: running `cargo check --bins` on db-dev (225/276) |
| 4037 | 2026-05-15T22:34:08.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4038 | 2026-05-15T22:34:08.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4039 | 2026-05-15T22:34:09.174Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4040 | 2026-05-15T22:34:09.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4041 | 2026-05-15T22:34:10.119Z | |
| 4042 | 2026-05-15T22:34:10.119Z | info: running `cargo check --bins` on omicron-dev-lib (226/276) |
| 4043 | 2026-05-15T22:34:10.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4044 | 2026-05-15T22:34:10.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4045 | 2026-05-15T22:34:10.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4046 | 2026-05-15T22:34:10.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4047 | 2026-05-15T22:34:10.766Z | |
| 4048 | 2026-05-15T22:34:10.766Z | info: running `cargo check --bins` on xtask-downloader (227/276) |
| 4049 | 2026-05-15T22:34:11.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4050 | 2026-05-15T22:34:11.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4051 | 2026-05-15T22:34:11.379Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4052 | 2026-05-15T22:34:12.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4053 | 2026-05-15T22:34:12.228Z | |
| 4054 | 2026-05-15T22:34:12.228Z | info: running `cargo check --bins` on omicron-dropshot-apis (228/276) |
| 4055 | 2026-05-15T22:34:12.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4056 | 2026-05-15T22:34:12.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4057 | 2026-05-15T22:34:12.989Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4058 | 2026-05-15T22:34:12.989Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4059 | 2026-05-15T22:34:12.992Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4060 | 2026-05-15T22:34:12.992Z | Checking git-stub v1.0.0 |
| 4061 | 2026-05-15T22:34:12.992Z | Compiling trait-variant v0.1.2 |
| 4062 | 2026-05-15T22:34:12.992Z | Checking is_ci v1.2.0 |
| 4063 | 2026-05-15T22:34:12.992Z | Checking maplit v1.0.2 |
| 4064 | 2026-05-15T22:34:13.139Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4065 | 2026-05-15T22:34:13.191Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4066 | 2026-05-15T22:34:13.204Z | Checking supports-color v3.0.2 |
| 4067 | 2026-05-15T22:34:13.274Z | Checking git-stub-vcs v0.1.0 |
| 4068 | 2026-05-15T22:34:13.322Z | Checking drift v0.1.4 |
| 4069 | 2026-05-15T22:34:13.336Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4070 | 2026-05-15T22:34:13.395Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4071 | 2026-05-15T22:34:13.464Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4072 | 2026-05-15T22:34:14.749Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4073 | 2026-05-15T22:34:14.774Z | Checking dropshot-api-manager v0.7.1 |
| 4074 | 2026-05-15T22:34:14.774Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 4075 | 2026-05-15T22:34:14.774Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4076 | 2026-05-15T22:34:14.774Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4077 | 2026-05-15T22:34:14.778Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4078 | 2026-05-15T22:34:14.778Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4079 | 2026-05-15T22:34:14.778Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4080 | 2026-05-15T22:34:19.314Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4081 | 2026-05-15T22:34:20.397Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4082 | 2026-05-15T22:34:20.969Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4083 | 2026-05-15T22:34:21.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s |
| 4084 | 2026-05-15T22:34:21.606Z | |
| 4085 | 2026-05-15T22:34:21.606Z | info: running `cargo check --bins` on installinator-api (229/276) |
| 4086 | 2026-05-15T22:34:22.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4087 | 2026-05-15T22:34:22.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4088 | 2026-05-15T22:34:22.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4089 | 2026-05-15T22:34:22.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4090 | 2026-05-15T22:34:22.215Z | |
| 4091 | 2026-05-15T22:34:22.215Z | info: running `cargo check --bins` on nexus-external-api (230/276) |
| 4092 | 2026-05-15T22:34:22.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4093 | 2026-05-15T22:34:22.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4094 | 2026-05-15T22:34:22.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4095 | 2026-05-15T22:34:22.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4096 | 2026-05-15T22:34:22.856Z | |
| 4097 | 2026-05-15T22:34:22.856Z | info: running `cargo check --bins` on nexus-internal-api (231/276) |
| 4098 | 2026-05-15T22:34:23.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4099 | 2026-05-15T22:34:23.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4100 | 2026-05-15T22:34:23.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4101 | 2026-05-15T22:34:23.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4102 | 2026-05-15T22:34:23.504Z | |
| 4103 | 2026-05-15T22:34:23.504Z | info: running `cargo check --bins` on nexus-lockstep-api (232/276) |
| 4104 | 2026-05-15T22:34:24.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4105 | 2026-05-15T22:34:24.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4106 | 2026-05-15T22:34:24.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4107 | 2026-05-15T22:34:24.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4108 | 2026-05-15T22:34:24.150Z | |
| 4109 | 2026-05-15T22:34:24.150Z | info: running `cargo check --bins` on ntp-admin-api (233/276) |
| 4110 | 2026-05-15T22:34:24.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4111 | 2026-05-15T22:34:24.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4112 | 2026-05-15T22:34:24.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4113 | 2026-05-15T22:34:24.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4114 | 2026-05-15T22:34:24.757Z | |
| 4115 | 2026-05-15T22:34:24.757Z | info: running `cargo check --bins` on ntp-admin-types-versions (234/276) |
| 4116 | 2026-05-15T22:34:25.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4117 | 2026-05-15T22:34:25.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4118 | 2026-05-15T22:34:25.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4119 | 2026-05-15T22:34:25.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4120 | 2026-05-15T22:34:25.350Z | |
| 4121 | 2026-05-15T22:34:25.350Z | info: running `cargo check --bins` on wicketd-api (235/276) |
| 4122 | 2026-05-15T22:34:25.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4123 | 2026-05-15T22:34:25.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4124 | 2026-05-15T22:34:25.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4125 | 2026-05-15T22:34:25.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4126 | 2026-05-15T22:34:25.967Z | |
| 4127 | 2026-05-15T22:34:25.968Z | info: running `cargo check --bins` on omicron-ls-apis (236/276) |
| 4128 | 2026-05-15T22:34:26.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4129 | 2026-05-15T22:34:26.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4130 | 2026-05-15T22:34:26.584Z | Checking typeid v1.0.3 |
| 4131 | 2026-05-15T22:34:26.697Z | Checking ordered-float v2.10.1 |
| 4132 | 2026-05-15T22:34:26.716Z | Checking unicode-xid v0.2.6 |
| 4133 | 2026-05-15T22:34:26.729Z | Checking cargo-platform v0.2.0 |
| 4134 | 2026-05-15T22:34:26.738Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4135 | 2026-05-15T22:34:26.763Z | Checking erased-serde v0.4.9 |
| 4136 | 2026-05-15T22:34:26.896Z | Checking serde-value v0.7.0 |
| 4137 | 2026-05-15T22:34:27.069Z | Checking serde-untagged v0.1.9 |
| 4138 | 2026-05-15T22:34:27.219Z | Checking cargo-util-schemas v0.8.2 |
| 4139 | 2026-05-15T22:34:27.898Z | Checking cargo_metadata v0.21.0 |
| 4140 | 2026-05-15T22:34:28.494Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4141 | 2026-05-15T22:34:29.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 4142 | 2026-05-15T22:34:29.367Z | |
| 4143 | 2026-05-15T22:34:29.367Z | info: running `cargo check --bins` on mgs-dev (237/276) |
| 4144 | 2026-05-15T22:34:29.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4145 | 2026-05-15T22:34:29.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4146 | 2026-05-15T22:34:30.098Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4147 | 2026-05-15T22:34:30.720Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4148 | 2026-05-15T22:34:31.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 4149 | 2026-05-15T22:34:31.434Z | |
| 4150 | 2026-05-15T22:34:31.434Z | info: running `cargo check --bins` on omicron-omdb (238/276) |
| 4151 | 2026-05-15T22:34:31.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4152 | 2026-05-15T22:34:32.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4153 | 2026-05-15T22:34:32.291Z | Compiling vergen-gitcl v1.0.8 |
| 4154 | 2026-05-15T22:34:32.291Z | Compiling dirs-sys-next v0.1.2 |
| 4155 | 2026-05-15T22:34:32.291Z | Compiling crunchy v0.2.4 |
| 4156 | 2026-05-15T22:34:32.291Z | Compiling glob v0.3.3 |
| 4157 | 2026-05-15T22:34:32.291Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4158 | 2026-05-15T22:34:32.292Z | Compiling diesel_derives v2.3.7 |
| 4159 | 2026-05-15T22:34:32.292Z | Compiling dsl_auto_type v0.2.0 |
| 4160 | 2026-05-15T22:34:32.292Z | Checking scheduled-thread-pool v0.2.7 |
| 4161 | 2026-05-15T22:34:32.602Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4162 | 2026-05-15T22:34:32.620Z | Compiling tiny-keccak v2.0.2 |
| 4163 | 2026-05-15T22:34:32.673Z | Compiling dirs-next v2.0.0 |
| 4164 | 2026-05-15T22:34:32.786Z | Compiling clang-sys v1.8.1 |
| 4165 | 2026-05-15T22:34:32.802Z | Compiling term v0.7.0 |
| 4166 | 2026-05-15T22:34:32.829Z | Checking r2d2 v0.8.10 |
| 4167 | 2026-05-15T22:34:32.846Z | Checking downcast-rs v2.0.2 |
| 4168 | 2026-05-15T22:34:32.846Z | Compiling bit-vec v0.6.3 |
| 4169 | 2026-05-15T22:34:33.007Z | Compiling itertools v0.10.5 |
| 4170 | 2026-05-15T22:34:33.072Z | Compiling bit-set v0.5.3 |
| 4171 | 2026-05-15T22:34:33.155Z | Compiling ascii-canvas v3.0.0 |
| 4172 | 2026-05-15T22:34:33.243Z | Compiling ena v0.14.4 |
| 4173 | 2026-05-15T22:34:33.337Z | Compiling libloading v0.8.9 |
| 4174 | 2026-05-15T22:34:33.356Z | Compiling diff v0.1.13 |
| 4175 | 2026-05-15T22:34:33.356Z | Compiling regex-syntax v0.6.29 |
| 4176 | 2026-05-15T22:34:33.396Z | Compiling bindgen v0.71.1 |
| 4177 | 2026-05-15T22:34:33.451Z | Compiling cexpr v0.6.0 |
| 4178 | 2026-05-15T22:34:33.616Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4179 | 2026-05-15T22:34:33.804Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4180 | 2026-05-15T22:34:33.866Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4181 | 2026-05-15T22:34:33.955Z | Compiling libxml v0.3.3 |
| 4182 | 2026-05-15T22:34:34.066Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4183 | 2026-05-15T22:34:34.123Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4184 | 2026-05-15T22:34:34.200Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4185 | 2026-05-15T22:34:34.378Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4186 | 2026-05-15T22:34:34.394Z | Compiling strum_macros v0.24.3 |
| 4187 | 2026-05-15T22:34:34.438Z | Compiling indoc v1.0.9 |
| 4188 | 2026-05-15T22:34:34.664Z | Compiling lalrpop v0.19.12 |
| 4189 | 2026-05-15T22:34:35.431Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4190 | 2026-05-15T22:34:35.431Z | Checking derive_builder v0.20.2 |
| 4191 | 2026-05-15T22:34:35.562Z | Compiling oso-derive v0.27.3 |
| 4192 | 2026-05-15T22:34:35.621Z | Checking quick-xml v0.37.5 |
| 4193 | 2026-05-15T22:34:35.727Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4194 | 2026-05-15T22:34:36.057Z | Checking openssl-probe v0.1.6 |
| 4195 | 2026-05-15T22:34:36.198Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4196 | 2026-05-15T22:34:36.505Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4197 | 2026-05-15T22:34:36.697Z | Checking bb8 v0.8.6 |
| 4198 | 2026-05-15T22:34:36.944Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4199 | 2026-05-15T22:34:36.984Z | Checking nonempty v0.12.0 |
| 4200 | 2026-05-15T22:34:37.153Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4201 | 2026-05-15T22:34:37.168Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4202 | 2026-05-15T22:34:37.184Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4203 | 2026-05-15T22:34:37.248Z | Checking console v0.16.2 |
| 4204 | 2026-05-15T22:34:37.374Z | Checking unit-prefix v0.5.2 |
| 4205 | 2026-05-15T22:34:37.389Z | Checking support-bundle-viewer v0.1.2 |
| 4206 | 2026-05-15T22:34:37.509Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4207 | 2026-05-15T22:34:37.552Z | Checking indicatif v0.18.4 |
| 4208 | 2026-05-15T22:34:37.632Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4209 | 2026-05-15T22:34:37.743Z | Checking multimap v0.10.1 |
| 4210 | 2026-05-15T22:34:38.308Z | Checking diesel v2.3.7 |
| 4211 | 2026-05-15T22:34:40.123Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4212 | 2026-05-15T22:34:40.787Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4213 | 2026-05-15T22:34:40.871Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4214 | 2026-05-15T22:34:41.347Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4215 | 2026-05-15T22:34:41.823Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4216 | 2026-05-15T22:34:42.442Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4217 | 2026-05-15T22:34:42.514Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4218 | 2026-05-15T22:34:43.163Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4219 | 2026-05-15T22:34:45.183Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4220 | 2026-05-15T22:34:50.329Z | Compiling samael v0.0.19 |
| 4221 | 2026-05-15T22:34:54.109Z | Checking async-bb8-diesel v0.2.1 |
| 4222 | 2026-05-15T22:34:54.423Z | Checking diesel-dtrace v0.5.0 |
| 4223 | 2026-05-15T22:34:55.031Z | Compiling polar-core v0.27.3 |
| 4224 | 2026-05-15T22:34:59.435Z | Checking oso v0.27.3 |
| 4225 | 2026-05-15T22:35:36.437Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4226 | 2026-05-15T22:36:09.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s |
| 4227 | 2026-05-15T22:36:10.187Z | |
| 4228 | 2026-05-15T22:36:10.187Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276) |
| 4229 | 2026-05-15T22:36:10.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4230 | 2026-05-15T22:36:10.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4231 | 2026-05-15T22:36:10.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4232 | 2026-05-15T22:36:10.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4233 | 2026-05-15T22:36:10.860Z | |
| 4234 | 2026-05-15T22:36:10.860Z | info: running `cargo check --bins` on nexus-saga-recovery (240/276) |
| 4235 | 2026-05-15T22:36:11.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4236 | 2026-05-15T22:36:11.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4237 | 2026-05-15T22:36:11.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4238 | 2026-05-15T22:36:11.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4239 | 2026-05-15T22:36:11.528Z | |
| 4240 | 2026-05-15T22:36:11.528Z | info: running `cargo check --bins` on nexus-test-utils-macros (241/276) |
| 4241 | 2026-05-15T22:36:12.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4242 | 2026-05-15T22:36:12.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4243 | 2026-05-15T22:36:12.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4244 | 2026-05-15T22:36:12.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4245 | 2026-05-15T22:36:12.127Z | |
| 4246 | 2026-05-15T22:36:12.127Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (242/276) |
| 4247 | 2026-05-15T22:36:12.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4248 | 2026-05-15T22:36:12.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4249 | 2026-05-15T22:36:13.005Z | Compiling libz-sys v1.1.24 |
| 4250 | 2026-05-15T22:36:13.138Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4251 | 2026-05-15T22:36:13.166Z | Compiling vergen-git2 v1.0.7 |
| 4252 | 2026-05-15T22:36:13.175Z | Compiling rustls v0.21.12 |
| 4253 | 2026-05-15T22:36:13.178Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4254 | 2026-05-15T22:36:13.178Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4255 | 2026-05-15T22:36:13.178Z | Checking sct v0.7.1 |
| 4256 | 2026-05-15T22:36:13.178Z | Checking rustls-webpki v0.101.7 |
| 4257 | 2026-05-15T22:36:13.348Z | Compiling nix v0.29.0 |
| 4258 | 2026-05-15T22:36:13.390Z | Compiling dropshot v0.16.7 |
| 4259 | 2026-05-15T22:36:13.447Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4260 | 2026-05-15T22:36:13.489Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4261 | 2026-05-15T22:36:13.511Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4262 | 2026-05-15T22:36:13.666Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4263 | 2026-05-15T22:36:13.683Z | Checking toml v0.9.12+spec-1.1.0 |
| 4264 | 2026-05-15T22:36:13.697Z | Compiling dropshot_endpoint v0.16.7 |
| 4265 | 2026-05-15T22:36:13.803Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4266 | 2026-05-15T22:36:13.979Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4267 | 2026-05-15T22:36:14.164Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4268 | 2026-05-15T22:36:14.250Z | Checking rustls-pemfile v1.0.4 |
| 4269 | 2026-05-15T22:36:14.390Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4270 | 2026-05-15T22:36:14.581Z | Checking twox-hash v2.1.2 |
| 4271 | 2026-05-15T22:36:14.599Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4272 | 2026-05-15T22:36:14.792Z | Checking tokio-rustls v0.24.1 |
| 4273 | 2026-05-15T22:36:15.327Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4274 | 2026-05-15T22:36:15.391Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4275 | 2026-05-15T22:36:15.596Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4276 | 2026-05-15T22:36:16.079Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4277 | 2026-05-15T22:36:16.097Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4278 | 2026-05-15T22:36:16.141Z | Checking fatfs v0.3.6 |
| 4279 | 2026-05-15T22:36:16.224Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4280 | 2026-05-15T22:36:16.241Z | Compiling seq-macro v0.3.6 |
| 4281 | 2026-05-15T22:36:20.048Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4282 | 2026-05-15T22:36:20.171Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4283 | 2026-05-15T22:36:20.402Z | Compiling git2 v0.20.4 |
| 4284 | 2026-05-15T22:36:22.599Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4285 | 2026-05-15T22:37:08.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.61s |
| 4286 | 2026-05-15T22:37:08.967Z | |
| 4287 | 2026-05-15T22:37:08.967Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276) |
| 4288 | 2026-05-15T22:37:09.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4289 | 2026-05-15T22:37:09.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4290 | 2026-05-15T22:37:09.890Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4291 | 2026-05-15T22:37:48.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.40s |
| 4292 | 2026-05-15T22:37:48.602Z | |
| 4293 | 2026-05-15T22:37:48.603Z | info: running `cargo check --bins` on nexus-background-task-interface (244/276) |
| 4294 | 2026-05-15T22:37:49.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4295 | 2026-05-15T22:37:49.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4296 | 2026-05-15T22:37:49.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4297 | 2026-05-15T22:37:49.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4298 | 2026-05-15T22:37:49.193Z | |
| 4299 | 2026-05-15T22:37:49.193Z | info: running `cargo check --bins --no-default-features` on nexus-fm (245/276) |
| 4300 | 2026-05-15T22:37:49.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4301 | 2026-05-15T22:37:49.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4302 | 2026-05-15T22:37:49.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4303 | 2026-05-15T22:37:49.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4304 | 2026-05-15T22:37:49.838Z | |
| 4305 | 2026-05-15T22:37:49.838Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276) |
| 4306 | 2026-05-15T22:37:50.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4307 | 2026-05-15T22:37:50.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4308 | 2026-05-15T22:37:50.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4309 | 2026-05-15T22:37:50.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4310 | 2026-05-15T22:37:50.507Z | |
| 4311 | 2026-05-15T22:37:50.507Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (247/276) |
| 4312 | 2026-05-15T22:37:51.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4313 | 2026-05-15T22:37:51.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4314 | 2026-05-15T22:37:51.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4315 | 2026-05-15T22:37:51.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4316 | 2026-05-15T22:37:51.171Z | |
| 4317 | 2026-05-15T22:37:51.171Z | info: running `cargo check --bins` on nexus-mgs-updates (248/276) |
| 4318 | 2026-05-15T22:37:51.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4319 | 2026-05-15T22:37:51.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4320 | 2026-05-15T22:37:51.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4321 | 2026-05-15T22:37:51.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4322 | 2026-05-15T22:37:51.818Z | |
| 4323 | 2026-05-15T22:37:51.818Z | info: running `cargo check --bins` on nexus-networking (249/276) |
| 4324 | 2026-05-15T22:37:52.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4325 | 2026-05-15T22:37:52.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4326 | 2026-05-15T22:37:52.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4327 | 2026-05-15T22:37:52.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4328 | 2026-05-15T22:37:52.482Z | |
| 4329 | 2026-05-15T22:37:52.483Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (250/276) |
| 4330 | 2026-05-15T22:37:53.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4331 | 2026-05-15T22:37:53.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4332 | 2026-05-15T22:37:53.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4333 | 2026-05-15T22:37:53.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4334 | 2026-05-15T22:37:53.148Z | |
| 4335 | 2026-05-15T22:37:53.148Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276) |
| 4336 | 2026-05-15T22:37:53.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4337 | 2026-05-15T22:37:54.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4338 | 2026-05-15T22:37:54.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4339 | 2026-05-15T22:37:54.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4340 | 2026-05-15T22:37:54.731Z | |
| 4341 | 2026-05-15T22:37:54.731Z | info: running `cargo check --bins` on omicron-dev (252/276) |
| 4342 | 2026-05-15T22:37:54.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4343 | 2026-05-15T22:37:54.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4344 | 2026-05-15T22:37:54.737Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4345 | 2026-05-15T22:37:54.737Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4346 | 2026-05-15T22:37:54.908Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4347 | 2026-05-15T22:37:54.938Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4348 | 2026-05-15T22:37:54.960Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4349 | 2026-05-15T22:37:54.964Z | Checking diff v0.1.13 |
| 4350 | 2026-05-15T22:37:54.964Z | Checking yansi v1.0.1 |
| 4351 | 2026-05-15T22:37:55.003Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4352 | 2026-05-15T22:37:55.049Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4353 | 2026-05-15T22:37:55.219Z | Checking pretty_assertions v1.4.1 |
| 4354 | 2026-05-15T22:37:55.906Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4355 | 2026-05-15T22:37:56.014Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4356 | 2026-05-15T22:38:19.930Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4357 | 2026-05-15T22:38:19.935Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4358 | 2026-05-15T22:38:19.935Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4359 | 2026-05-15T22:38:19.935Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4360 | 2026-05-15T22:38:19.935Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4361 | 2026-05-15T22:38:19.935Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4362 | 2026-05-15T22:38:20.763Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4363 | 2026-05-15T22:38:21.861Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4364 | 2026-05-15T22:39:00.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 4365 | 2026-05-15T22:39:00.391Z | |
| 4366 | 2026-05-15T22:39:00.391Z | info: running `cargo check --bins` on omicron-pins (253/276) |
| 4367 | 2026-05-15T22:39:00.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4368 | 2026-05-15T22:39:00.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4369 | 2026-05-15T22:39:00.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4370 | 2026-05-15T22:39:00.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4371 | 2026-05-15T22:39:00.989Z | |
| 4372 | 2026-05-15T22:39:00.989Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276) |
| 4373 | 2026-05-15T22:39:01.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4374 | 2026-05-15T22:39:01.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4375 | 2026-05-15T22:39:01.759Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4376 | 2026-05-15T22:39:01.883Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4377 | 2026-05-15T22:39:01.886Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4378 | 2026-05-15T22:39:27.755Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4379 | 2026-05-15T22:39:28.147Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4380 | 2026-05-15T22:39:29.867Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4381 | 2026-05-15T22:39:30.329Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4382 | 2026-05-15T22:39:33.223Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4383 | 2026-05-15T22:39:55.821Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4384 | 2026-05-15T22:39:56.520Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4385 | 2026-05-15T22:39:58.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.15s |
| 4386 | 2026-05-15T22:39:58.363Z | |
| 4387 | 2026-05-15T22:39:58.363Z | info: running `cargo check --bins` on reconfigurator-sp-updater (255/276) |
| 4388 | 2026-05-15T22:39:58.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4389 | 2026-05-15T22:39:58.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4390 | 2026-05-15T22:39:59.092Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4391 | 2026-05-15T22:39:59.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4392 | 2026-05-15T22:39:59.983Z | |
| 4393 | 2026-05-15T22:39:59.983Z | info: running `cargo check --bins` on omicron-releng (256/276) |
| 4394 | 2026-05-15T22:40:00.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4395 | 2026-05-15T22:40:00.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4396 | 2026-05-15T22:40:00.635Z | Compiling blake3 v1.8.3 |
| 4397 | 2026-05-15T22:40:00.746Z | Checking constant_time_eq v0.4.2 |
| 4398 | 2026-05-15T22:40:00.746Z | Checking arrayref v0.3.9 |
| 4399 | 2026-05-15T22:40:00.749Z | Checking arrayvec v0.7.6 |
| 4400 | 2026-05-15T22:40:00.767Z | Checking topological-sort v0.2.2 |
| 4401 | 2026-05-15T22:40:00.770Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4402 | 2026-05-15T22:40:00.770Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4403 | 2026-05-15T22:40:00.770Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4404 | 2026-05-15T22:40:00.810Z | Checking shell-words v1.1.1 |
| 4405 | 2026-05-15T22:40:01.529Z | Checking omicron-zone-package v0.12.2 |
| 4406 | 2026-05-15T22:40:02.239Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4407 | 2026-05-15T22:40:03.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s |
| 4408 | 2026-05-15T22:40:03.260Z | |
| 4409 | 2026-05-15T22:40:03.260Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (257/276) |
| 4410 | 2026-05-15T22:40:03.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4411 | 2026-05-15T22:40:03.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4412 | 2026-05-15T22:40:03.903Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4413 | 2026-05-15T22:40:04.222Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4414 | 2026-05-15T22:40:04.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 4415 | 2026-05-15T22:40:04.810Z | |
| 4416 | 2026-05-15T22:40:04.810Z | info: running `cargo check --bins` on schema (258/276) |
| 4417 | 2026-05-15T22:40:05.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4418 | 2026-05-15T22:40:05.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4419 | 2026-05-15T22:40:05.540Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4420 | 2026-05-15T22:40:06.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4421 | 2026-05-15T22:40:06.444Z | |
| 4422 | 2026-05-15T22:40:06.444Z | info: running `cargo check --bins` on xtask (259/276) |
| 4423 | 2026-05-15T22:40:06.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4424 | 2026-05-15T22:40:06.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4425 | 2026-05-15T22:40:06.895Z | Checking libc v0.2.185 |
| 4426 | 2026-05-15T22:40:06.976Z | Checking serde v1.0.228 |
| 4427 | 2026-05-15T22:40:06.981Z | Checking zerofrom v0.1.6 |
| 4428 | 2026-05-15T22:40:06.986Z | Checking bitflags v2.11.0 |
| 4429 | 2026-05-15T22:40:06.991Z | Checking smallvec v1.15.1 |
| 4430 | 2026-05-15T22:40:06.994Z | Checking indexmap v2.14.0 |
| 4431 | 2026-05-15T22:40:07.008Z | Checking serde_json v1.0.149 |
| 4432 | 2026-05-15T22:40:07.010Z | Checking scroll v0.12.0 |
| 4433 | 2026-05-15T22:40:07.078Z | Checking yoke v0.8.1 |
| 4434 | 2026-05-15T22:40:07.128Z | Checking num-traits v0.2.19 |
| 4435 | 2026-05-15T22:40:07.162Z | Checking thiserror v1.0.69 |
| 4436 | 2026-05-15T22:40:07.234Z | Checking percent-encoding v2.3.2 |
| 4437 | 2026-05-15T22:40:07.244Z | Checking zerovec v0.11.5 |
| 4438 | 2026-05-15T22:40:07.256Z | Checking zerotrie v0.2.3 |
| 4439 | 2026-05-15T22:40:07.268Z | Checking errno v0.3.14 |
| 4440 | 2026-05-15T22:40:07.355Z | Checking serde_spanned v0.6.9 |
| 4441 | 2026-05-15T22:40:07.371Z | Checking toml_datetime v0.6.11 |
| 4442 | 2026-05-15T22:40:07.381Z | Checking rustix v1.1.3 |
| 4443 | 2026-05-15T22:40:07.479Z | Checking log v0.4.29 |
| 4444 | 2026-05-15T22:40:07.497Z | Checking zerocopy v0.7.35 |
| 4445 | 2026-05-15T22:40:07.509Z | Checking form_urlencoded v1.2.2 |
| 4446 | 2026-05-15T22:40:07.544Z | Checking toml_edit v0.22.27 |
| 4447 | 2026-05-15T22:40:07.603Z | Checking getrandom v0.4.1 |
| 4448 | 2026-05-15T22:40:07.625Z | Checking goblin v0.8.2 |
| 4449 | 2026-05-15T22:40:07.636Z | Checking thiserror v2.0.18 |
| 4450 | 2026-05-15T22:40:07.647Z | Checking ordered-float v2.10.1 |
| 4451 | 2026-05-15T22:40:07.669Z | Checking tinystr v0.8.2 |
| 4452 | 2026-05-15T22:40:07.729Z | Checking potential_utf v0.1.4 |
| 4453 | 2026-05-15T22:40:07.743Z | Checking syn v2.0.117 |
| 4454 | 2026-05-15T22:40:07.837Z | Checking icu_locale_core v2.1.1 |
| 4455 | 2026-05-15T22:40:07.858Z | Checking serde-value v0.7.0 |
| 4456 | 2026-05-15T22:40:07.858Z | Checking icu_collections v2.1.1 |
| 4457 | 2026-05-15T22:40:07.976Z | Checking dtrace-parser v0.2.0 |
| 4458 | 2026-05-15T22:40:08.064Z | Checking thread-id v4.2.2 |
| 4459 | 2026-05-15T22:40:08.143Z | Checking once_cell v1.21.3 |
| 4460 | 2026-05-15T22:40:08.177Z | Checking cargo-platform v0.2.0 |
| 4461 | 2026-05-15T22:40:08.189Z | Checking terminal_size v0.4.3 |
| 4462 | 2026-05-15T22:40:08.212Z | Checking memmap v0.7.0 |
| 4463 | 2026-05-15T22:40:08.300Z | Checking clap_builder v4.5.60 |
| 4464 | 2026-05-15T22:40:08.332Z | Checking textwrap v0.16.2 |
| 4465 | 2026-05-15T22:40:08.332Z | Checking tempfile v3.25.0 |
| 4466 | 2026-05-15T22:40:08.354Z | Checking fs-err v3.3.0 |
| 4467 | 2026-05-15T22:40:08.387Z | Checking icu_provider v2.1.1 |
| 4468 | 2026-05-15T22:40:08.521Z | Checking tabled v0.15.0 |
| 4469 | 2026-05-15T22:40:08.524Z | Checking camino-tempfile v1.4.1 |
| 4470 | 2026-05-15T22:40:08.543Z | Checking anyhow v1.0.102 |
| 4471 | 2026-05-15T22:40:08.619Z | Checking icu_properties v2.1.2 |
| 4472 | 2026-05-15T22:40:08.629Z | Checking icu_normalizer v2.1.1 |
| 4473 | 2026-05-15T22:40:08.688Z | Checking toml v0.8.23 |
| 4474 | 2026-05-15T22:40:08.737Z | Checking macaddr v1.0.1 |
| 4475 | 2026-05-15T22:40:08.915Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4476 | 2026-05-15T22:40:08.998Z | Checking cargo_toml v0.21.0 |
| 4477 | 2026-05-15T22:40:09.420Z | Checking idna_adapter v1.2.1 |
| 4478 | 2026-05-15T22:40:09.480Z | Checking dof v0.3.0 |
| 4479 | 2026-05-15T22:40:09.484Z | Checking clap v4.5.60 |
| 4480 | 2026-05-15T22:40:09.532Z | Checking idna v1.1.0 |
| 4481 | 2026-05-15T22:40:09.740Z | Checking usdt-impl v0.5.0 |
| 4482 | 2026-05-15T22:40:09.750Z | Checking url v2.5.8 |
| 4483 | 2026-05-15T22:40:09.982Z | Checking usdt v0.5.0 |
| 4484 | 2026-05-15T22:40:10.084Z | Checking cargo-util-schemas v0.8.2 |
| 4485 | 2026-05-15T22:40:10.766Z | Checking cargo_metadata v0.21.0 |
| 4486 | 2026-05-15T22:40:11.379Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4487 | 2026-05-15T22:40:11.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s |
| 4488 | 2026-05-15T22:40:11.916Z | |
| 4489 | 2026-05-15T22:40:11.916Z | info: running `cargo check --bins` on dnsadm (260/276) |
| 4490 | 2026-05-15T22:40:12.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4491 | 2026-05-15T22:40:12.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4492 | 2026-05-15T22:40:12.561Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4493 | 2026-05-15T22:40:13.037Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4494 | 2026-05-15T22:40:13.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 4495 | 2026-05-15T22:40:13.613Z | |
| 4496 | 2026-05-15T22:40:13.613Z | info: running `cargo check --bins` on end-to-end-tests (261/276) |
| 4497 | 2026-05-15T22:40:14.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4498 | 2026-05-15T22:40:14.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4499 | 2026-05-15T22:40:14.415Z | Checking polyval v0.6.2 |
| 4500 | 2026-05-15T22:40:14.540Z | Checking ctr v0.9.2 |
| 4501 | 2026-05-15T22:40:14.550Z | Checking ssh-encoding v0.2.0 |
| 4502 | 2026-05-15T22:40:14.550Z | Checking blowfish v0.9.1 |
| 4503 | 2026-05-15T22:40:14.571Z | Checking password-hash v0.4.2 |
| 4504 | 2026-05-15T22:40:14.586Z | Checking p521 v0.13.3 |
| 4505 | 2026-05-15T22:40:14.589Z | Checking p256 v0.13.2 |
| 4506 | 2026-05-15T22:40:14.614Z | Checking russh-cryptovec v0.7.3 |
| 4507 | 2026-05-15T22:40:14.679Z | Checking ghash v0.5.1 |
| 4508 | 2026-05-15T22:40:14.693Z | Checking bcrypt-pbkdf v0.10.0 |
| 4509 | 2026-05-15T22:40:14.696Z | Checking md5 v0.7.0 |
| 4510 | 2026-05-15T22:40:14.723Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4511 | 2026-05-15T22:40:14.740Z | Checking num-bigint v0.4.6 |
| 4512 | 2026-05-15T22:40:14.792Z | Checking aes-gcm v0.10.3 |
| 4513 | 2026-05-15T22:40:14.792Z | Checking pbkdf2 v0.11.0 |
| 4514 | 2026-05-15T22:40:14.825Z | Checking des v0.8.1 |
| 4515 | 2026-05-15T22:40:14.848Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4516 | 2026-05-15T22:40:14.867Z | Checking hex-literal v0.4.1 |
| 4517 | 2026-05-15T22:40:14.923Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4518 | 2026-05-15T22:40:14.945Z | Checking ssh-cipher v0.2.0 |
| 4519 | 2026-05-15T22:40:14.963Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4520 | 2026-05-15T22:40:14.977Z | Checking socket2 v0.5.10 |
| 4521 | 2026-05-15T22:40:14.980Z | Checking internet-checksum v0.2.1 |
| 4522 | 2026-05-15T22:40:15.106Z | Checking ssh-key v0.6.7 |
| 4523 | 2026-05-15T22:40:15.238Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4524 | 2026-05-15T22:40:15.728Z | Checking russh-keys v0.45.0 |
| 4525 | 2026-05-15T22:40:16.274Z | Checking russh v0.45.0 |
| 4526 | 2026-05-15T22:40:32.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.18s |
| 4527 | 2026-05-15T22:40:33.007Z | |
| 4528 | 2026-05-15T22:40:33.007Z | info: running `cargo check --bins` on gateway-cli (262/276) |
| 4529 | 2026-05-15T22:40:33.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4530 | 2026-05-15T22:40:33.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4531 | 2026-05-15T22:40:33.647Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4532 | 2026-05-15T22:40:33.756Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4533 | 2026-05-15T22:40:33.763Z | Checking termios v0.3.3 |
| 4534 | 2026-05-15T22:40:34.961Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4535 | 2026-05-15T22:40:35.111Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4536 | 2026-05-15T22:40:36.935Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4537 | 2026-05-15T22:40:37.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s |
| 4538 | 2026-05-15T22:40:37.688Z | |
| 4539 | 2026-05-15T22:40:37.688Z | info: running `cargo check --bins --no-default-features` on installinator (263/276) |
| 4540 | 2026-05-15T22:40:38.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4541 | 2026-05-15T22:40:38.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4542 | 2026-05-15T22:40:38.397Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4543 | 2026-05-15T22:40:38.403Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4544 | 2026-05-15T22:40:38.520Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4545 | 2026-05-15T22:40:38.528Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4546 | 2026-05-15T22:40:38.533Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4547 | 2026-05-15T22:40:38.543Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4548 | 2026-05-15T22:40:39.254Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4549 | 2026-05-15T22:40:39.607Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4550 | 2026-05-15T22:40:39.612Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4551 | 2026-05-15T22:40:40.245Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4552 | 2026-05-15T22:40:41.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s |
| 4553 | 2026-05-15T22:40:42.077Z | |
| 4554 | 2026-05-15T22:40:42.077Z | info: running `cargo check --bins` on internal-dns-cli (264/276) |
| 4555 | 2026-05-15T22:40:42.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4556 | 2026-05-15T22:40:42.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4557 | 2026-05-15T22:40:42.712Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4558 | 2026-05-15T22:40:43.161Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4559 | 2026-05-15T22:40:43.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4560 | 2026-05-15T22:40:43.685Z | |
| 4561 | 2026-05-15T22:40:43.685Z | info: running `cargo check --bins` on omicron-live-tests (265/276) |
| 4562 | 2026-05-15T22:40:44.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4563 | 2026-05-15T22:40:44.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4564 | 2026-05-15T22:40:44.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4565 | 2026-05-15T22:40:44.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4566 | 2026-05-15T22:40:44.280Z | |
| 4567 | 2026-05-15T22:40:44.280Z | info: running `cargo check --bins` on live-tests-macros (266/276) |
| 4568 | 2026-05-15T22:40:44.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4569 | 2026-05-15T22:40:44.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4570 | 2026-05-15T22:40:44.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4571 | 2026-05-15T22:40:44.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4572 | 2026-05-15T22:40:44.865Z | |
| 4573 | 2026-05-15T22:40:44.865Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276) |
| 4574 | 2026-05-15T22:40:45.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4575 | 2026-05-15T22:40:45.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4576 | 2026-05-15T22:40:45.613Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4577 | 2026-05-15T22:40:46.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4578 | 2026-05-15T22:40:46.415Z | |
| 4579 | 2026-05-15T22:40:46.415Z | info: running `cargo check --bins` on omicron-ntp-admin (268/276) |
| 4580 | 2026-05-15T22:40:46.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4581 | 2026-05-15T22:40:46.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4582 | 2026-05-15T22:40:47.069Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4583 | 2026-05-15T22:40:47.075Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4584 | 2026-05-15T22:40:47.346Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4585 | 2026-05-15T22:40:47.351Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4586 | 2026-05-15T22:40:48.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
| 4587 | 2026-05-15T22:40:48.327Z | |
| 4588 | 2026-05-15T22:40:48.327Z | info: running `cargo check --bins` on ntp-admin-types (269/276) |
| 4589 | 2026-05-15T22:40:48.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4590 | 2026-05-15T22:40:48.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4591 | 2026-05-15T22:40:48.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4592 | 2026-05-15T22:40:48.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4593 | 2026-05-15T22:40:48.916Z | |
| 4594 | 2026-05-15T22:40:48.916Z | info: running `cargo check --bins` on omicron-package (270/276) |
| 4595 | 2026-05-15T22:40:49.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4596 | 2026-05-15T22:40:49.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4597 | 2026-05-15T22:40:49.594Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4598 | 2026-05-15T22:40:50.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
| 4599 | 2026-05-15T22:40:50.861Z | |
| 4600 | 2026-05-15T22:40:50.861Z | info: running `cargo check --bins` on tqdb (271/276) |
| 4601 | 2026-05-15T22:40:51.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4602 | 2026-05-15T22:40:51.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4603 | 2026-05-15T22:40:51.640Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4604 | 2026-05-15T22:40:51.994Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4605 | 2026-05-15T22:40:52.505Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4606 | 2026-05-15T22:40:52.508Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4607 | 2026-05-15T22:40:58.346Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4608 | 2026-05-15T22:40:58.354Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4609 | 2026-05-15T22:40:58.918Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4610 | 2026-05-15T22:40:58.925Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4611 | 2026-05-15T22:40:58.925Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4612 | 2026-05-15T22:40:58.925Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4613 | 2026-05-15T22:41:03.211Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4614 | 2026-05-15T22:41:03.229Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4615 | 2026-05-15T22:41:03.229Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4616 | 2026-05-15T22:41:03.229Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4617 | 2026-05-15T22:41:06.246Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4618 | 2026-05-15T22:41:12.523Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4619 | 2026-05-15T22:41:12.527Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4620 | 2026-05-15T22:41:12.527Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4621 | 2026-05-15T22:41:12.527Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4622 | 2026-05-15T22:41:14.032Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4623 | 2026-05-15T22:41:15.358Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4624 | 2026-05-15T22:41:16.035Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4625 | 2026-05-15T22:41:17.292Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4626 | 2026-05-15T22:41:17.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.97s |
| 4627 | 2026-05-15T22:41:18.049Z | |
| 4628 | 2026-05-15T22:41:18.049Z | info: running `cargo check --bins` on wicket-dbg (272/276) |
| 4629 | 2026-05-15T22:41:18.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4630 | 2026-05-15T22:41:18.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4631 | 2026-05-15T22:41:18.762Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4632 | 2026-05-15T22:41:18.762Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4633 | 2026-05-15T22:41:18.765Z | Checking rtoolbox v0.0.3 |
| 4634 | 2026-05-15T22:41:18.896Z | Checking tui-tree-widget v0.23.1 |
| 4635 | 2026-05-15T22:41:18.995Z | Checking rpassword v7.4.0 |
| 4636 | 2026-05-15T22:41:20.007Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4637 | 2026-05-15T22:41:23.099Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4638 | 2026-05-15T22:41:24.916Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4639 | 2026-05-15T22:41:25.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.76s |
| 4640 | 2026-05-15T22:41:26.010Z | |
| 4641 | 2026-05-15T22:41:26.010Z | info: running `cargo check --bins` on wicket (273/276) |
| 4642 | 2026-05-15T22:41:26.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4643 | 2026-05-15T22:41:26.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4644 | 2026-05-15T22:41:26.703Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4645 | 2026-05-15T22:41:27.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 4646 | 2026-05-15T22:41:27.261Z | |
| 4647 | 2026-05-15T22:41:27.261Z | info: running `cargo check --bins` on wicketd (274/276) |
| 4648 | 2026-05-15T22:41:27.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4649 | 2026-05-15T22:41:27.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4650 | 2026-05-15T22:41:27.980Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4651 | 2026-05-15T22:41:27.983Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4652 | 2026-05-15T22:41:27.983Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4653 | 2026-05-15T22:41:27.983Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4654 | 2026-05-15T22:41:28.967Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4655 | 2026-05-15T22:41:29.541Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4656 | 2026-05-15T22:41:32.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s |
| 4657 | 2026-05-15T22:41:32.679Z | |
| 4658 | 2026-05-15T22:41:32.679Z | info: running `cargo check --bins` on omicron-workspace-hack (275/276) |
| 4659 | 2026-05-15T22:41:33.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4660 | 2026-05-15T22:41:33.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4661 | 2026-05-15T22:41:33.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4662 | 2026-05-15T22:41:33.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4663 | 2026-05-15T22:41:33.269Z | |
| 4664 | 2026-05-15T22:41:33.269Z | info: running `cargo check --bins` on zone-setup (276/276) |
| 4665 | 2026-05-15T22:41:33.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4666 | 2026-05-15T22:41:33.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4667 | 2026-05-15T22:41:33.938Z | Checking uzers v0.12.2 |
| 4668 | 2026-05-15T22:41:34.211Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4669 | 2026-05-15T22:41:34.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
| 4670 | 2026-05-15T22:41:35.184Z | |
| 4671 | 2026-05-15T22:41:35.184Z | real 14:08.942308714 |
| 4672 | 2026-05-15T22:41:35.184Z | user 20:32.472395594 |
| 4673 | 2026-05-15T22:41:35.184Z | sys 4:13.216470702 |
| 4674 | 2026-05-15T22:41:35.184Z | trap 0.321635967 |
| 4675 | 2026-05-15T22:41:35.184Z | tflt 1.458032298 |
| 4676 | 2026-05-15T22:41:35.184Z | dflt 1.527114175 |
| 4677 | 2026-05-15T22:41:35.184Z | kflt 0.035384102 |
| 4678 | 2026-05-15T22:41:35.184Z | lock 1:16:39.427878742 |
| 4679 | 2026-05-15T22:41:35.184Z | slp 1:38:09.662220778 |
| 4680 | 2026-05-15T22:41:35.184Z | lat 59.978563630 |
| 4681 | 2026-05-15T22:41:35.184Z | stop 3:36.453705388 |
| 4682 | 2026-05-15T22:41:35.187Z | process exited: duration 987207 ms, exit code 0 |
| |
| 4683 | 2026-05-15T22:41:35.194Z | found 0 output files |