|
|
|
| 1 | 2026-06-05T19:37:17.951Z | job assigned to worker 01KTCMK5PB9NDF0E8EJR6BJTDJ [factory aws, i-019bcb0120c3b194a] (queued for 43 s) |
| |
| 2 | 2026-06-05T19:37:24.518Z | starting task 0: "setup" |
| 3 | 2026-06-05T19:37:24.523Z | ++ uname -s |
| 4 | 2026-06-05T19:37:24.526Z | + kern=SunOS |
| 5 | 2026-06-05T19:37:24.526Z | + build_user=build |
| 6 | 2026-06-05T19:37:24.526Z | + build_uid=12345 |
| 7 | 2026-06-05T19:37:24.526Z | + work_dir=/work |
| 8 | 2026-06-05T19:37:24.526Z | + input_dir=/input |
| 9 | 2026-06-05T19:37:24.526Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-05T19:37:24.526Z | + case "$kern" in |
| 11 | 2026-06-05T19:37:24.526Z | + groupadd -g 12345 build |
| 12 | 2026-06-05T19:37:24.526Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-05T19:37:26.533Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-05T19:37:26.639Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-05T19:37:26.645Z | + home_fs=zfs |
| 16 | 2026-06-05T19:37:26.645Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-05T19:37:26.645Z | + mkdir -p /home/build |
| 18 | 2026-06-05T19:37:26.645Z | + chown build:build /home/build /work |
| 19 | 2026-06-05T19:37:28.642Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-05T19:37:28.646Z | process exited: duration 4129 ms, exit code 0 |
| |
| 21 | 2026-06-05T19:37:28.652Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-05T19:37:28.656Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-05T19:37:28.656Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-06-05T19:37:28.656Z | * rust toolchain profile = "default" |
| 25 | 2026-06-05T19:37:28.656Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-05T19:37:28.656Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-05T19:37:28.656Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-05T19:37:28.659Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-05T19:37:28.659Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-05T19:37:28.750Z | info: downloading installer |
| 31 | 2026-06-05T19:37:30.067Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-05T19:37:30.067Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-05T19:37:30.067Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-05T19:37:30.067Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-05T19:37:30.080Z | info: profile set to default |
| 36 | 2026-06-05T19:37:30.080Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-05T19:37:30.083Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-05T19:37:30.218Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-05T19:37:30.221Z | info: downloading 6 components |
| 40 | 2026-06-05T19:37:44.484Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-05T19:37:44.485Z | |
| 42 | 2026-06-05T19:37:44.514Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-05T19:37:44.514Z | |
| 44 | 2026-06-05T19:37:44.518Z | |
| 45 | 2026-06-05T19:37:44.518Z | Rust is installed now. Great! |
| 46 | 2026-06-05T19:37:44.518Z | |
| 47 | 2026-06-05T19:37:44.518Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-05T19:37:44.518Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-05T19:37:44.518Z | |
| 50 | 2026-06-05T19:37:44.518Z | To configure your current shell, you need to source |
| 51 | 2026-06-05T19:37:44.518Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-05T19:37:44.518Z | |
| 53 | 2026-06-05T19:37:44.519Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-05T19:37:44.519Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-05T19:37:44.519Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-05T19:37:44.519Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-05T19:37:44.519Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-05T19:37:44.519Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-05T19:37:44.519Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-05T19:37:44.519Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-05T19:37:44.519Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-05T19:37:44.602Z | + rustup --version |
| 63 | 2026-06-05T19:37:44.610Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-05T19:37:44.613Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-05T19:37:44.631Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-05T19:37:44.634Z | + cargo --version |
| 67 | 2026-06-05T19:37:44.647Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-05T19:37:44.650Z | + rustc --version |
| 69 | 2026-06-05T19:37:44.669Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-05T19:37:44.673Z | process exited: duration 16019 ms, exit code 0 |
| |
| 71 | 2026-06-05T19:37:44.679Z | starting task 2: "authentication" |
| 72 | 2026-06-05T19:37:44.695Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-05T19:37:44.701Z | starting task 3: "clone repository" |
| 74 | 2026-06-05T19:37:44.704Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-05T19:37:44.707Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-05T19:37:44.746Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-05T19:37:55.951Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-05T19:37:55.951Z | + git fetch origin e17f0421878f9b511930b1b1ab9eef7a8ed454c1 |
| 79 | 2026-06-05T19:37:56.236Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-05T19:37:56.237Z | * branch e17f0421878f9b511930b1b1ab9eef7a8ed454c1 -> FETCH_HEAD |
| 81 | 2026-06-05T19:37:56.248Z | + [[ -n '' ]] |
| 82 | 2026-06-05T19:37:56.248Z | + git reset --hard e17f0421878f9b511930b1b1ab9eef7a8ed454c1 |
| 83 | 2026-06-05T19:37:56.484Z | HEAD is now at e17f04218 Bump web console (jumbo frames types) |
| 84 | 2026-06-05T19:37:56.487Z | process exited: duration 11784 ms, exit code 0 |
| |
| 85 | 2026-06-05T19:37:56.493Z | starting task 4: "build" |
| 86 | 2026-06-05T19:37:56.497Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-06-05T19:37:56.497Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-06-05T19:37:56.501Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-06-05T19:37:56.501Z | + cargo --version |
| 90 | 2026-06-05T19:37:56.508Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 91 | 2026-06-05T19:37:56.511Z | + rustc --version |
| 92 | 2026-06-05T19:37:56.531Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 93 | 2026-06-05T19:37:56.535Z | + source ./env.sh |
| 94 | 2026-06-05T19:37:56.535Z | ++ OLD_SHELL_OPTS=ehxB |
| 95 | 2026-06-05T19:37:56.535Z | ++ set -o xtrace |
| 96 | 2026-06-05T19:37:56.538Z | ++++ dirname ./env.sh |
| 97 | 2026-06-05T19:37:56.538Z | +++ readlink -f . |
| 98 | 2026-06-05T19:37:56.541Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 99 | 2026-06-05T19:37:56.541Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-06-05T19:37:56.541Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-06-05T19:37:56.541Z | ++ 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 |
| 102 | 2026-06-05T19:37:56.541Z | ++ 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 |
| 103 | 2026-06-05T19:37:56.541Z | ++ 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 |
| 104 | 2026-06-05T19:37:56.541Z | ++ 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 |
| 105 | 2026-06-05T19:37:56.541Z | ++ 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 |
| 106 | 2026-06-05T19:37:56.541Z | ++ 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 |
| 107 | 2026-06-05T19:37:56.541Z | ++ case $OLD_SHELL_OPTS in |
| 108 | 2026-06-05T19:37:56.541Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 109 | 2026-06-05T19:37:56.541Z | + 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 |
| 110 | 2026-06-05T19:37:56.541Z | + 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 |
| 111 | 2026-06-05T19:37:56.541Z | + banner prerequisites |
| 112 | 2026-06-05T19:37:56.544Z | |
| 113 | 2026-06-05T19:37:56.544Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 114 | 2026-06-05T19:37:56.544Z | # # # # # # # # # # # # # # # |
| 115 | 2026-06-05T19:37:56.545Z | # # # # ##### # # ##### # # # # # #### # |
| 116 | 2026-06-05T19:37:56.545Z | ##### ##### # ##### # # # # # # # # # |
| 117 | 2026-06-05T19:37:56.545Z | # # # # # # # # # # # # # # # |
| 118 | 2026-06-05T19:37:56.545Z | # # # ###### # # ###### ### # #### # #### # |
| 119 | 2026-06-05T19:37:56.545Z | |
| 120 | 2026-06-05T19:37:56.545Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 121 | 2026-06-05T19:37:58.039Z | Startup: Refreshing catalog 'helios' ... Done |
| 122 | 2026-06-05T19:37:58.129Z | Startup: Caching catalogs ... Done |
| 123 | 2026-06-05T19:37:58.459Z | Planning: Solver setup ... Done (0.283s) |
| 124 | 2026-06-05T19:37:58.477Z | Planning: Running solver ... Done (0.021s) |
| 125 | 2026-06-05T19:37:58.485Z | Planning: Finding local manifests ... Done (0.004s) |
| 126 | 2026-06-05T19:37:58.495Z | Planning: Fetching manifests: 0/2 0% complete |
| 127 | 2026-06-05T19:37:58.515Z | Planning: Fetching manifests: 2/2 100% complete |
| 128 | 2026-06-05T19:37:58.529Z | Planning: Package planning ... Done (0.014s) |
| 129 | 2026-06-05T19:37:58.533Z | Planning: Merging actions ... Done (0.001s) |
| 130 | 2026-06-05T19:37:58.720Z | Planning: Checking for conflicting actions ... Done (0.190s) |
| 131 | 2026-06-05T19:37:58.723Z | Planning: Consolidating action changes ... Done (0.001s) |
| 132 | 2026-06-05T19:37:59.521Z | Planning: Evaluating mediators ... Done (0.799s) |
| 133 | 2026-06-05T19:37:59.521Z | Planning: Planning completed in 1.37 seconds |
| 134 | 2026-06-05T19:37:59.530Z | Packages to install: 2 |
| 135 | 2026-06-05T19:37:59.530Z | Estimated space available: 156.07 GB |
| 136 | 2026-06-05T19:37:59.533Z | Estimated space to be consumed: 25.33 MB |
| 137 | 2026-06-05T19:37:59.533Z | Create boot environment: No |
| 138 | 2026-06-05T19:37:59.533Z | Create backup boot environment: No |
| 139 | 2026-06-05T19:37:59.533Z | Rebuild boot archive: No |
| 140 | 2026-06-05T19:37:59.533Z | |
| 141 | 2026-06-05T19:37:59.533Z | Changed packages: |
| 142 | 2026-06-05T19:37:59.533Z | helios |
| 143 | 2026-06-05T19:37:59.533Z | developer/build-essential |
| 144 | 2026-06-05T19:37:59.533Z | None -> 11-3.0 |
| 145 | 2026-06-05T19:37:59.533Z | library/libxmlsec1 |
| 146 | 2026-06-05T19:37:59.533Z | None -> 1.2.35-3.0 |
| 147 | 2026-06-05T19:37:59.554Z | |
| 148 | 2026-06-05T19:37:59.554Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 149 | 2026-06-05T19:38:00.042Z | Download: Completed 1.28 MB in 0.49 seconds (2.6M/s) |
| 150 | 2026-06-05T19:38:00.116Z | Actions: 1/268 actions (Installing new actions) |
| 151 | 2026-06-05T19:38:00.156Z | Actions: Completed 268 actions in 0.04 seconds. |
| 152 | 2026-06-05T19:38:00.164Z | Finalize: Updating package state database ... Done (0.008s) |
| 153 | 2026-06-05T19:38:00.164Z | Finalize: Updating package cache ... Done (0.000s) |
| 154 | 2026-06-05T19:38:00.186Z | Finalize: Updating image state ... Done (0.022s) |
| 155 | 2026-06-05T19:38:02.598Z | Finalize: Creating fast lookup database ... Done (2.390s) |
| 156 | 2026-06-05T19:38:02.668Z | Finalize: Reading search index ... Done (0.013s) |
| 157 | 2026-06-05T19:38:02.671Z | Finalize: Updating search index ... Done (0.000s) |
| 158 | 2026-06-05T19:38:02.761Z | Finalize: Updating package cache ... Done (0.000s) |
| 159 | 2026-06-05T19:38:03.061Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-06-05T19:38:03.167Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-06-05T19:38:03.170Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-06-05T19:38:03.328Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-06-05T19:38:03.332Z | Planning: Planning completed in 0.27 seconds |
| 164 | 2026-06-05T19:38:03.349Z | Mediators to change: 2 |
| 165 | 2026-06-05T19:38:03.349Z | Create boot environment: No |
| 166 | 2026-06-05T19:38:03.349Z | Create backup boot environment: No |
| 167 | 2026-06-05T19:38:03.400Z | Finalize: Updating package state database ... Done |
| 168 | 2026-06-05T19:38:03.400Z | Finalize: Updating package cache ... Done |
| 169 | 2026-06-05T19:38:03.411Z | Finalize: Updating image state ... Done |
| 170 | 2026-06-05T19:38:05.372Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-06-05T19:38:05.438Z | Finalize: Reading search index ... Done |
| 172 | 2026-06-05T19:38:05.441Z | Finalize: Updating search index ... Done |
| 173 | 2026-06-05T19:38:05.527Z | Finalize: Updating package cache ... Done |
| 174 | 2026-06-05T19:38:05.816Z | Planning: Evaluating mediator changes ... Done |
| 175 | 2026-06-05T19:38:05.923Z | Planning: Checking for conflicting actions ... Done |
| 176 | 2026-06-05T19:38:05.926Z | Planning: Consolidating action changes ... Done |
| 177 | 2026-06-05T19:38:06.078Z | Planning: Evaluating mediators ... Done |
| 178 | 2026-06-05T19:38:06.082Z | Planning: Planning completed in 0.26 seconds |
| 179 | 2026-06-05T19:38:06.103Z | Mediators to change: 1 |
| 180 | 2026-06-05T19:38:06.103Z | Create boot environment: No |
| 181 | 2026-06-05T19:38:06.103Z | Create backup boot environment: No |
| 182 | 2026-06-05T19:38:06.142Z | Finalize: Updating package state database ... Done |
| 183 | 2026-06-05T19:38:06.142Z | Finalize: Updating package cache ... Done |
| 184 | 2026-06-05T19:38:06.153Z | Finalize: Updating image state ... Done |
| 185 | 2026-06-05T19:38:08.106Z | Finalize: Creating fast lookup database ... Done |
| 186 | 2026-06-05T19:38:08.170Z | Finalize: Reading search index ... Done |
| 187 | 2026-06-05T19:38:08.174Z | Finalize: Updating search index ... Done |
| 188 | 2026-06-05T19:38:08.223Z | Finalize: Updating package cache ... Done |
| 189 | 2026-06-05T19:38:08.534Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 190 | 2026-06-05T19:38:08.534Z | apache system 2.4 system |
| 191 | 2026-06-05T19:38:08.535Z | clang system 15 system |
| 192 | 2026-06-05T19:38:08.535Z | csh system system illumos |
| 193 | 2026-06-05T19:38:08.535Z | ctags system system illumos |
| 194 | 2026-06-05T19:38:08.535Z | file vendor vendor darwinsys |
| 195 | 2026-06-05T19:38:08.535Z | file system system illumos |
| 196 | 2026-06-05T19:38:08.535Z | gcc vendor 14 vendor |
| 197 | 2026-06-05T19:38:08.535Z | gcc system 13 system |
| 198 | 2026-06-05T19:38:08.535Z | gcc system 10 system |
| 199 | 2026-06-05T19:38:08.535Z | go system 1.25 system |
| 200 | 2026-06-05T19:38:08.535Z | llvm system 15 system |
| 201 | 2026-06-05T19:38:08.535Z | mariadb system 11.4 system |
| 202 | 2026-06-05T19:38:08.535Z | mta vendor vendor dma |
| 203 | 2026-06-05T19:38:08.535Z | openjdk system 17 system |
| 204 | 2026-06-05T19:38:08.535Z | openjdk system 11 system |
| 205 | 2026-06-05T19:38:08.536Z | openssl vendor 3 vendor |
| 206 | 2026-06-05T19:38:08.536Z | perl system 5.40 system |
| 207 | 2026-06-05T19:38:08.536Z | postgresql system 18 system |
| 208 | 2026-06-05T19:38:08.536Z | postgresql system 17 system |
| 209 | 2026-06-05T19:38:08.536Z | python vendor 3 vendor |
| 210 | 2026-06-05T19:38:08.536Z | python system 2 system |
| 211 | 2026-06-05T19:38:08.536Z | python3 vendor 3.13 vendor |
| 212 | 2026-06-05T19:38:08.536Z | ruby system 3.4 system |
| 213 | 2026-06-05T19:38:08.536Z | ruby system 3.0 system |
| 214 | 2026-06-05T19:38:08.536Z | words vendor vendor american-english |
| 215 | 2026-06-05T19:38:08.536Z | words system system australian-english |
| 216 | 2026-06-05T19:38:08.536Z | words system system british-english |
| 217 | 2026-06-05T19:38:08.537Z | words system system canadian-english |
| 218 | 2026-06-05T19:38:08.537Z | words system system french |
| 219 | 2026-06-05T19:38:08.537Z | words system system italian |
| 220 | 2026-06-05T19:38:08.537Z | words system system ngerman |
| 221 | 2026-06-05T19:38:08.537Z | words system system ogerman |
| 222 | 2026-06-05T19:38:08.537Z | words system system spanish |
| 223 | 2026-06-05T19:38:08.788Z | PUBLISHER TYPE STATUS P LOCATION |
| 224 | 2026-06-05T19:38:08.788Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 225 | 2026-06-05T19:38:09.075Z | FMRI IFO |
| 226 | 2026-06-05T19:38:09.075Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 227 | 2026-06-05T19:38:09.075Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 228 | 2026-06-05T19:38:09.075Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 229 | 2026-06-05T19:38:09.076Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 230 | 2026-06-05T19:38:09.076Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 231 | 2026-06-05T19:38:09.076Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 232 | 2026-06-05T19:38:09.076Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 233 | 2026-06-05T19:38:09.076Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 234 | 2026-06-05T19:38:09.076Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 235 | 2026-06-05T19:38:09.330Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 236 | 2026-06-05T19:38:09.590Z | Updating crates.io index |
| 237 | 2026-06-05T19:38:09.593Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 238 | 2026-06-05T19:38:09.865Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 239 | 2026-06-05T19:38:10.700Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 240 | 2026-06-05T19:38:11.137Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 241 | 2026-06-05T19:38:12.260Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 242 | 2026-06-05T19:38:12.734Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 243 | 2026-06-05T19:38:14.380Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 244 | 2026-06-05T19:38:15.237Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 245 | 2026-06-05T19:38:15.626Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 246 | 2026-06-05T19:38:16.602Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 247 | 2026-06-05T19:38:17.186Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 248 | 2026-06-05T19:38:17.529Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 249 | 2026-06-05T19:38:17.806Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 250 | 2026-06-05T19:38:18.806Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 251 | 2026-06-05T19:38:19.301Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 252 | 2026-06-05T19:38:19.507Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-06-05T19:38:19.859Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 254 | 2026-06-05T19:38:20.321Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 255 | 2026-06-05T19:38:20.784Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 256 | 2026-06-05T19:38:21.002Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 257 | 2026-06-05T19:38:21.208Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 258 | 2026-06-05T19:38:21.465Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-06-05T19:38:21.864Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 260 | 2026-06-05T19:38:22.240Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 261 | 2026-06-05T19:38:22.631Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 262 | 2026-06-05T19:38:23.121Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 263 | 2026-06-05T19:38:23.558Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 264 | 2026-06-05T19:38:23.858Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 265 | 2026-06-05T19:38:24.121Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 266 | 2026-06-05T19:38:25.573Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 267 | 2026-06-05T19:38:25.981Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 268 | 2026-06-05T19:38:26.444Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 269 | 2026-06-05T19:38:26.923Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 270 | 2026-06-05T19:38:27.255Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 271 | 2026-06-05T19:38:27.515Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 272 | 2026-06-05T19:38:27.951Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 273 | 2026-06-05T19:38:28.617Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 274 | 2026-06-05T19:38:28.846Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 275 | 2026-06-05T19:38:29.115Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 276 | 2026-06-05T19:38:29.356Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 277 | 2026-06-05T19:38:29.769Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 278 | 2026-06-05T19:38:41.673Z | Downloading crates ... |
| 279 | 2026-06-05T19:38:41.726Z | Downloaded cargo-platform v0.2.0 |
| 280 | 2026-06-05T19:38:41.729Z | Downloaded anstream v1.0.0 |
| 281 | 2026-06-05T19:38:41.729Z | Downloaded camino v1.2.2 |
| 282 | 2026-06-05T19:38:41.733Z | Downloaded bitflags v2.11.0 |
| 283 | 2026-06-05T19:38:41.736Z | Downloaded autocfg v1.5.0 |
| 284 | 2026-06-05T19:38:41.739Z | Downloaded anstyle-query v1.1.5 |
| 285 | 2026-06-05T19:38:41.739Z | Downloaded scroll_derive v0.12.1 |
| 286 | 2026-06-05T19:38:41.739Z | Downloaded displaydoc v0.2.5 |
| 287 | 2026-06-05T19:38:41.742Z | Downloaded bytecount v0.6.9 |
| 288 | 2026-06-05T19:38:41.745Z | Downloaded serde_core v1.0.228 |
| 289 | 2026-06-05T19:38:41.745Z | Downloaded cargo_toml v0.21.0 |
| 290 | 2026-06-05T19:38:41.748Z | Downloaded equivalent v1.0.2 |
| 291 | 2026-06-05T19:38:41.751Z | Downloaded usdt-attr-macro v0.5.0 |
| 292 | 2026-06-05T19:38:41.751Z | Downloaded camino-tempfile v1.4.1 |
| 293 | 2026-06-05T19:38:41.751Z | Downloaded serde-value v0.7.0 |
| 294 | 2026-06-05T19:38:41.751Z | Downloaded byteorder v1.5.0 |
| 295 | 2026-06-05T19:38:41.754Z | Downloaded fastrand v2.3.0 |
| 296 | 2026-06-05T19:38:41.757Z | Downloaded getrandom v0.4.1 |
| 297 | 2026-06-05T19:38:41.761Z | Downloaded version_check v0.9.5 |
| 298 | 2026-06-05T19:38:41.761Z | Downloaded macaddr v1.0.1 |
| 299 | 2026-06-05T19:38:41.761Z | Downloaded dtrace-parser v0.2.0 |
| 300 | 2026-06-05T19:38:41.764Z | Downloaded unicode-xid v0.2.6 |
| 301 | 2026-06-05T19:38:41.767Z | Downloaded yoke-derive v0.8.1 |
| 302 | 2026-06-05T19:38:41.772Z | Downloaded zerovec-derive v0.11.2 |
| 303 | 2026-06-05T19:38:41.776Z | Downloaded utf8_iter v1.0.4 |
| 304 | 2026-06-05T19:38:41.776Z | Downloaded smawk v0.3.2 |
| 305 | 2026-06-05T19:38:41.776Z | Downloaded crypto-common v0.1.7 |
| 306 | 2026-06-05T19:38:41.776Z | Downloaded toml_datetime v0.6.11 |
| 307 | 2026-06-05T19:38:41.778Z | Downloaded thiserror-impl v1.0.69 |
| 308 | 2026-06-05T19:38:41.778Z | Downloaded usdt-macro v0.5.0 |
| 309 | 2026-06-05T19:38:41.778Z | Downloaded pretty-hex v0.4.1 |
| 310 | 2026-06-05T19:38:41.778Z | Downloaded litemap v0.8.1 |
| 311 | 2026-06-05T19:38:41.781Z | Downloaded zerofrom-derive v0.1.6 |
| 312 | 2026-06-05T19:38:41.781Z | Downloaded typeid v1.0.3 |
| 313 | 2026-06-05T19:38:41.781Z | Downloaded quote v1.0.45 |
| 314 | 2026-06-05T19:38:41.785Z | Downloaded dof v0.3.0 |
| 315 | 2026-06-05T19:38:41.787Z | Downloaded thread-id v4.2.2 |
| 316 | 2026-06-05T19:38:41.788Z | Downloaded usdt v0.5.0 |
| 317 | 2026-06-05T19:38:41.792Z | Downloaded utf8parse v0.2.2 |
| 318 | 2026-06-05T19:38:41.792Z | Downloaded terminal_size v0.4.3 |
| 319 | 2026-06-05T19:38:41.792Z | Downloaded toml_write v0.1.2 |
| 320 | 2026-06-05T19:38:41.795Z | Downloaded stable_deref_trait v1.2.1 |
| 321 | 2026-06-05T19:38:41.795Z | Downloaded sha2 v0.10.9 |
| 322 | 2026-06-05T19:38:41.796Z | Downloaded yoke v0.8.1 |
| 323 | 2026-06-05T19:38:41.798Z | Downloaded tinystr v0.8.2 |
| 324 | 2026-06-05T19:38:41.798Z | Downloaded writeable v0.6.2 |
| 325 | 2026-06-05T19:38:41.801Z | Downloaded zerofrom v0.1.6 |
| 326 | 2026-06-05T19:38:41.801Z | Downloaded pest_derive v2.8.6 |
| 327 | 2026-06-05T19:38:41.801Z | Downloaded clap v4.6.1 |
| 328 | 2026-06-05T19:38:41.806Z | Downloaded unicode-linebreak v0.1.5 |
| 329 | 2026-06-05T19:38:41.809Z | Downloaded errno v0.3.14 |
| 330 | 2026-06-05T19:38:41.809Z | Downloaded zmij v1.0.21 |
| 331 | 2026-06-05T19:38:41.809Z | Downloaded thiserror-impl v2.0.18 |
| 332 | 2026-06-05T19:38:41.812Z | Downloaded ordered-float v2.10.1 |
| 333 | 2026-06-05T19:38:41.812Z | Downloaded url v2.5.8 |
| 334 | 2026-06-05T19:38:41.812Z | Downloaded thiserror v1.0.69 |
| 335 | 2026-06-05T19:38:41.815Z | Downloaded idna_adapter v1.2.1 |
| 336 | 2026-06-05T19:38:41.815Z | Downloaded thiserror v2.0.18 |
| 337 | 2026-06-05T19:38:41.818Z | Downloaded zerocopy-derive v0.7.35 |
| 338 | 2026-06-05T19:38:41.821Z | Downloaded is_terminal_polyfill v1.70.2 |
| 339 | 2026-06-05T19:38:41.821Z | Downloaded ucd-trie v0.1.7 |
| 340 | 2026-06-05T19:38:41.824Z | Downloaded tabled_derive v0.7.0 |
| 341 | 2026-06-05T19:38:41.824Z | Downloaded serde_spanned v0.6.9 |
| 342 | 2026-06-05T19:38:41.824Z | Downloaded clap_lex v1.0.0 |
| 343 | 2026-06-05T19:38:41.824Z | Downloaded plain v0.2.3 |
| 344 | 2026-06-05T19:38:41.827Z | Downloaded block-buffer v0.10.4 |
| 345 | 2026-06-05T19:38:41.827Z | Downloaded heck v0.5.0 |
| 346 | 2026-06-05T19:38:41.827Z | Downloaded serde_tokenstream v0.2.3 |
| 347 | 2026-06-05T19:38:41.827Z | Downloaded usdt-impl v0.5.0 |
| 348 | 2026-06-05T19:38:41.827Z | Downloaded anstyle-parse v1.0.0 |
| 349 | 2026-06-05T19:38:41.830Z | Downloaded unicode-ident v1.0.24 |
| 350 | 2026-06-05T19:38:41.830Z | Downloaded toml v0.8.23 |
| 351 | 2026-06-05T19:38:41.833Z | Downloaded textwrap v0.16.2 |
| 352 | 2026-06-05T19:38:41.833Z | Downloaded strsim v0.11.1 |
| 353 | 2026-06-05T19:38:41.833Z | Downloaded itoa v1.0.17 |
| 354 | 2026-06-05T19:38:41.836Z | Downloaded fnv v1.0.7 |
| 355 | 2026-06-05T19:38:41.836Z | Downloaded typenum v1.19.0 |
| 356 | 2026-06-05T19:38:41.836Z | Downloaded zerotrie v0.2.3 |
| 357 | 2026-06-05T19:38:41.839Z | Downloaded form_urlencoded v1.2.2 |
| 358 | 2026-06-05T19:38:41.839Z | Downloaded swrite v0.1.0 |
| 359 | 2026-06-05T19:38:41.841Z | Downloaded cfg-if v1.0.4 |
| 360 | 2026-06-05T19:38:41.841Z | Downloaded toml_edit v0.22.27 |
| 361 | 2026-06-05T19:38:41.844Z | Downloaded heck v0.4.1 |
| 362 | 2026-06-05T19:38:41.847Z | Downloaded erased-serde v0.4.9 |
| 363 | 2026-06-05T19:38:41.850Z | Downloaded cargo-util-schemas v0.8.2 |
| 364 | 2026-06-05T19:38:41.852Z | Downloaded percent-encoding v2.3.2 |
| 365 | 2026-06-05T19:38:41.855Z | Downloaded num-traits v0.2.19 |
| 366 | 2026-06-05T19:38:41.855Z | Downloaded memmap v0.7.0 |
| 367 | 2026-06-05T19:38:41.860Z | Downloaded zerovec v0.11.5 |
| 368 | 2026-06-05T19:38:41.863Z | Downloaded generic-array v0.14.7 |
| 369 | 2026-06-05T19:38:41.866Z | Downloaded fs-err v3.3.0 |
| 370 | 2026-06-05T19:38:41.869Z | Downloaded zerocopy v0.7.35 |
| 371 | 2026-06-05T19:38:41.876Z | Downloaded proc-macro-error-attr v1.0.4 |
| 372 | 2026-06-05T19:38:41.878Z | Downloaded winnow v0.7.14 |
| 373 | 2026-06-05T19:38:41.881Z | Downloaded scroll v0.12.0 |
| 374 | 2026-06-05T19:38:41.884Z | Downloaded proc-macro-error v1.0.4 |
| 375 | 2026-06-05T19:38:41.884Z | Downloaded cpufeatures v0.2.17 |
| 376 | 2026-06-05T19:38:41.887Z | Downloaded unicode-width v0.2.0 |
| 377 | 2026-06-05T19:38:41.890Z | Downloaded synstructure v0.13.2 |
| 378 | 2026-06-05T19:38:41.890Z | Downloaded serde-untagged v0.1.9 |
| 379 | 2026-06-05T19:38:41.890Z | Downloaded unicode-width v0.1.14 |
| 380 | 2026-06-05T19:38:41.893Z | Downloaded icu_provider v2.1.1 |
| 381 | 2026-06-05T19:38:41.895Z | Downloaded colorchoice v1.0.4 |
| 382 | 2026-06-05T19:38:41.895Z | Downloaded digest v0.10.7 |
| 383 | 2026-06-05T19:38:41.898Z | Downloaded smallvec v1.15.1 |
| 384 | 2026-06-05T19:38:41.898Z | Downloaded anstyle v1.0.14 |
| 385 | 2026-06-05T19:38:41.898Z | Downloaded potential_utf v0.1.4 |
| 386 | 2026-06-05T19:38:41.907Z | Downloaded cargo_metadata v0.21.0 |
| 387 | 2026-06-05T19:38:41.911Z | Downloaded semver v1.0.28 |
| 388 | 2026-06-05T19:38:41.914Z | Downloaded once_cell v1.21.3 |
| 389 | 2026-06-05T19:38:41.922Z | Downloaded tempfile v3.25.0 |
| 390 | 2026-06-05T19:38:41.925Z | Downloaded log v0.4.29 |
| 391 | 2026-06-05T19:38:41.928Z | Downloaded clap_derive v4.6.1 |
| 392 | 2026-06-05T19:38:41.928Z | Downloaded papergrid v0.11.0 |
| 393 | 2026-06-05T19:38:41.931Z | Downloaded pest_generator v2.8.6 |
| 394 | 2026-06-05T19:38:41.933Z | Downloaded icu_properties v2.1.2 |
| 395 | 2026-06-05T19:38:41.936Z | Downloaded serde_derive v1.0.228 |
| 396 | 2026-06-05T19:38:41.942Z | Downloaded anyhow v1.0.102 |
| 397 | 2026-06-05T19:38:41.948Z | Downloaded indexmap v2.14.0 |
| 398 | 2026-06-05T19:38:41.953Z | Downloaded icu_normalizer_data v2.1.1 |
| 399 | 2026-06-05T19:38:41.957Z | Downloaded pest_meta v2.8.6 |
| 400 | 2026-06-05T19:38:41.961Z | Downloaded icu_locale_core v2.1.1 |
| 401 | 2026-06-05T19:38:41.964Z | Downloaded icu_normalizer v2.1.1 |
| 402 | 2026-06-05T19:38:41.970Z | Downloaded proc-macro2 v1.0.106 |
| 403 | 2026-06-05T19:38:41.973Z | Downloaded serde v1.0.228 |
| 404 | 2026-06-05T19:38:41.988Z | Downloaded memchr v2.8.0 |
| 405 | 2026-06-05T19:38:41.992Z | Downloaded icu_collections v2.1.1 |
| 406 | 2026-06-05T19:38:41.999Z | Downloaded icu_properties_data v2.1.2 |
| 407 | 2026-06-05T19:38:42.007Z | Downloaded pest v2.8.6 |
| 408 | 2026-06-05T19:38:42.011Z | Downloaded hashbrown v0.17.0 |
| 409 | 2026-06-05T19:38:42.025Z | Downloaded idna v1.1.0 |
| 410 | 2026-06-05T19:38:42.030Z | Downloaded clap_builder v4.6.0 |
| 411 | 2026-06-05T19:38:42.033Z | Downloaded serde_json v1.0.149 |
| 412 | 2026-06-05T19:38:42.045Z | Downloaded goblin v0.8.2 |
| 413 | 2026-06-05T19:38:42.052Z | Downloaded tabled v0.15.0 |
| 414 | 2026-06-05T19:38:42.062Z | Downloaded syn v1.0.109 |
| 415 | 2026-06-05T19:38:42.074Z | Downloaded syn v2.0.117 |
| 416 | 2026-06-05T19:38:42.089Z | Downloaded rustix v1.1.3 |
| 417 | 2026-06-05T19:38:42.118Z | Downloaded libc v0.2.185 |
| 418 | 2026-06-05T19:38:42.185Z | Compiling proc-macro2 v1.0.106 |
| 419 | 2026-06-05T19:38:42.186Z | Compiling quote v1.0.45 |
| 420 | 2026-06-05T19:38:42.186Z | Compiling unicode-ident v1.0.24 |
| 421 | 2026-06-05T19:38:42.186Z | Compiling serde_core v1.0.228 |
| 422 | 2026-06-05T19:38:42.190Z | Compiling libc v0.2.185 |
| 423 | 2026-06-05T19:38:42.190Z | Compiling version_check v0.9.5 |
| 424 | 2026-06-05T19:38:42.190Z | Compiling stable_deref_trait v1.2.1 |
| 425 | 2026-06-05T19:38:42.190Z | Compiling memchr v2.8.0 |
| 426 | 2026-06-05T19:38:42.499Z | Compiling serde v1.0.228 |
| 427 | 2026-06-05T19:38:42.515Z | Compiling zmij v1.0.21 |
| 428 | 2026-06-05T19:38:42.756Z | Compiling itoa v1.0.17 |
| 429 | 2026-06-05T19:38:42.896Z | Compiling ucd-trie v0.1.7 |
| 430 | 2026-06-05T19:38:42.936Z | Compiling thiserror v1.0.69 |
| 431 | 2026-06-05T19:38:43.040Z | Compiling autocfg v1.5.0 |
| 432 | 2026-06-05T19:38:43.121Z | Compiling pest v2.8.6 |
| 433 | 2026-06-05T19:38:43.149Z | Compiling writeable v0.6.2 |
| 434 | 2026-06-05T19:38:43.164Z | Compiling litemap v0.8.1 |
| 435 | 2026-06-05T19:38:43.459Z | Compiling icu_properties_data v2.1.2 |
| 436 | 2026-06-05T19:38:43.490Z | Compiling icu_normalizer_data v2.1.1 |
| 437 | 2026-06-05T19:38:43.644Z | Compiling syn v2.0.117 |
| 438 | 2026-06-05T19:38:43.663Z | Compiling rustix v1.1.3 |
| 439 | 2026-06-05T19:38:43.680Z | Compiling byteorder v1.5.0 |
| 440 | 2026-06-05T19:38:43.749Z | Compiling errno v0.3.14 |
| 441 | 2026-06-05T19:38:43.764Z | Compiling serde_json v1.0.149 |
| 442 | 2026-06-05T19:38:43.917Z | Compiling bitflags v2.11.0 |
| 443 | 2026-06-05T19:38:44.065Z | Compiling num-traits v0.2.19 |
| 444 | 2026-06-05T19:38:44.143Z | Compiling equivalent v1.0.2 |
| 445 | 2026-06-05T19:38:44.232Z | Compiling pest_meta v2.8.6 |
| 446 | 2026-06-05T19:38:44.252Z | Compiling hashbrown v0.17.0 |
| 447 | 2026-06-05T19:38:44.281Z | Compiling typeid v1.0.3 |
| 448 | 2026-06-05T19:38:44.413Z | Compiling smallvec v1.15.1 |
| 449 | 2026-06-05T19:38:44.659Z | Compiling thread-id v4.2.2 |
| 450 | 2026-06-05T19:38:44.700Z | Compiling usdt-impl v0.5.0 |
| 451 | 2026-06-05T19:38:44.741Z | Compiling proc-macro-error-attr v1.0.4 |
| 452 | 2026-06-05T19:38:44.802Z | Compiling indexmap v2.14.0 |
| 453 | 2026-06-05T19:38:44.830Z | Compiling winnow v0.7.14 |
| 454 | 2026-06-05T19:38:44.905Z | Compiling erased-serde v0.4.9 |
| 455 | 2026-06-05T19:38:44.925Z | Compiling syn v1.0.109 |
| 456 | 2026-06-05T19:38:45.169Z | Compiling toml_write v0.1.2 |
| 457 | 2026-06-05T19:38:45.465Z | Compiling proc-macro-error v1.0.4 |
| 458 | 2026-06-05T19:38:45.528Z | Compiling plain v0.2.3 |
| 459 | 2026-06-05T19:38:45.639Z | Compiling utf8_iter v1.0.4 |
| 460 | 2026-06-05T19:38:45.655Z | Compiling log v0.4.29 |
| 461 | 2026-06-05T19:38:45.788Z | Compiling getrandom v0.4.1 |
| 462 | 2026-06-05T19:38:45.837Z | Compiling percent-encoding v2.3.2 |
| 463 | 2026-06-05T19:38:45.864Z | Compiling thiserror v2.0.18 |
| 464 | 2026-06-05T19:38:45.990Z | Compiling utf8parse v0.2.2 |
| 465 | 2026-06-05T19:38:46.040Z | Compiling camino v1.2.2 |
| 466 | 2026-06-05T19:38:46.105Z | Compiling anstyle-parse v1.0.0 |
| 467 | 2026-06-05T19:38:46.122Z | Compiling form_urlencoded v1.2.2 |
| 468 | 2026-06-05T19:38:46.157Z | Compiling ordered-float v2.10.1 |
| 469 | 2026-06-05T19:38:46.279Z | Compiling synstructure v0.13.2 |
| 470 | 2026-06-05T19:38:46.295Z | Compiling pest_generator v2.8.6 |
| 471 | 2026-06-05T19:38:46.415Z | Compiling terminal_size v0.4.3 |
| 472 | 2026-06-05T19:38:46.568Z | Compiling cfg-if v1.0.4 |
| 473 | 2026-06-05T19:38:46.646Z | Compiling anstyle-query v1.1.5 |
| 474 | 2026-06-05T19:38:46.673Z | Compiling is_terminal_polyfill v1.70.2 |
| 475 | 2026-06-05T19:38:46.760Z | Compiling anstyle v1.0.14 |
| 476 | 2026-06-05T19:38:46.777Z | Compiling colorchoice v1.0.4 |
| 477 | 2026-06-05T19:38:46.792Z | Compiling pretty-hex v0.4.1 |
| 478 | 2026-06-05T19:38:46.851Z | Compiling serde-untagged v0.1.9 |
| 479 | 2026-06-05T19:38:46.926Z | Compiling anstream v1.0.0 |
| 480 | 2026-06-05T19:38:46.980Z | Compiling semver v1.0.28 |
| 481 | 2026-06-05T19:38:47.060Z | Compiling fs-err v3.3.0 |
| 482 | 2026-06-05T19:38:47.094Z | Compiling heck v0.4.1 |
| 483 | 2026-06-05T19:38:47.226Z | Compiling bytecount v0.6.9 |
| 484 | 2026-06-05T19:38:47.250Z | Compiling fnv v1.0.7 |
| 485 | 2026-06-05T19:38:47.300Z | Compiling strsim v0.11.1 |
| 486 | 2026-06-05T19:38:47.320Z | Compiling clap_lex v1.0.0 |
| 487 | 2026-06-05T19:38:47.338Z | Compiling once_cell v1.21.3 |
| 488 | 2026-06-05T19:38:47.354Z | Compiling heck v0.5.0 |
| 489 | 2026-06-05T19:38:47.368Z | Compiling anyhow v1.0.102 |
| 490 | 2026-06-05T19:38:47.545Z | Compiling fastrand v2.3.0 |
| 491 | 2026-06-05T19:38:47.585Z | Compiling unicode-width v0.1.14 |
| 492 | 2026-06-05T19:38:47.650Z | Compiling unicode-xid v0.2.6 |
| 493 | 2026-06-05T19:38:47.778Z | Compiling tempfile v3.25.0 |
| 494 | 2026-06-05T19:38:47.815Z | Compiling papergrid v0.11.0 |
| 495 | 2026-06-05T19:38:47.846Z | Compiling clap_builder v4.6.0 |
| 496 | 2026-06-05T19:38:47.879Z | Compiling memmap v0.7.0 |
| 497 | 2026-06-05T19:38:47.908Z | Compiling serde_derive v1.0.228 |
| 498 | 2026-06-05T19:38:47.957Z | Compiling zerofrom-derive v0.1.6 |
| 499 | 2026-06-05T19:38:48.058Z | Compiling yoke-derive v0.8.1 |
| 500 | 2026-06-05T19:38:48.150Z | Compiling zerovec-derive v0.11.2 |
| 501 | 2026-06-05T19:38:48.472Z | Compiling displaydoc v0.2.5 |
| 502 | 2026-06-05T19:38:49.209Z | Compiling thiserror-impl v1.0.69 |
| 503 | 2026-06-05T19:38:49.256Z | Compiling zerocopy-derive v0.7.35 |
| 504 | 2026-06-05T19:38:49.271Z | Compiling pest_derive v2.8.6 |
| 505 | 2026-06-05T19:38:49.306Z | Compiling scroll_derive v0.12.1 |
| 506 | 2026-06-05T19:38:49.394Z | Compiling zerofrom v0.1.6 |
| 507 | 2026-06-05T19:38:49.526Z | Compiling yoke v0.8.1 |
| 508 | 2026-06-05T19:38:49.690Z | Compiling thiserror-impl v2.0.18 |
| 509 | 2026-06-05T19:38:49.725Z | Compiling zerovec v0.11.5 |
| 510 | 2026-06-05T19:38:49.957Z | Compiling zerotrie v0.2.3 |
| 511 | 2026-06-05T19:38:50.114Z | Compiling zerocopy v0.7.35 |
| 512 | 2026-06-05T19:38:50.233Z | Compiling tinystr v0.8.2 |
| 513 | 2026-06-05T19:38:50.256Z | Compiling potential_utf v0.1.4 |
| 514 | 2026-06-05T19:38:50.428Z | Compiling icu_locale_core v2.1.1 |
| 515 | 2026-06-05T19:38:50.449Z | Compiling icu_collections v2.1.1 |
| 516 | 2026-06-05T19:38:50.572Z | Compiling dtrace-parser v0.2.0 |
| 517 | 2026-06-05T19:38:50.662Z | Compiling scroll v0.12.0 |
| 518 | 2026-06-05T19:38:50.927Z | Compiling goblin v0.8.2 |
| 519 | 2026-06-05T19:38:50.944Z | Compiling tabled_derive v0.7.0 |
| 520 | 2026-06-05T19:38:50.944Z | Compiling clap_derive v4.6.1 |
| 521 | 2026-06-05T19:38:51.109Z | Compiling icu_provider v2.1.1 |
| 522 | 2026-06-05T19:38:51.300Z | Compiling serde_spanned v0.6.9 |
| 523 | 2026-06-05T19:38:51.320Z | Compiling toml_datetime v0.6.11 |
| 524 | 2026-06-05T19:38:51.359Z | Compiling icu_normalizer v2.1.1 |
| 525 | 2026-06-05T19:38:51.391Z | Compiling icu_properties v2.1.2 |
| 526 | 2026-06-05T19:38:51.409Z | Compiling dof v0.3.0 |
| 527 | 2026-06-05T19:38:51.443Z | Compiling serde_tokenstream v0.2.3 |
| 528 | 2026-06-05T19:38:51.585Z | Compiling toml_edit v0.22.27 |
| 529 | 2026-06-05T19:38:51.853Z | Compiling serde-value v0.7.0 |
| 530 | 2026-06-05T19:38:51.921Z | Compiling cargo-platform v0.2.0 |
| 531 | 2026-06-05T19:38:52.000Z | Compiling unicode-width v0.2.0 |
| 532 | 2026-06-05T19:38:52.208Z | Compiling unicode-linebreak v0.1.5 |
| 533 | 2026-06-05T19:38:52.268Z | Compiling smawk v0.3.2 |
| 534 | 2026-06-05T19:38:52.268Z | Compiling tabled v0.15.0 |
| 535 | 2026-06-05T19:38:52.317Z | Compiling idna_adapter v1.2.1 |
| 536 | 2026-06-05T19:38:52.390Z | Compiling usdt-macro v0.5.0 |
| 537 | 2026-06-05T19:38:52.496Z | Compiling usdt-attr-macro v0.5.0 |
| 538 | 2026-06-05T19:38:52.527Z | Compiling idna v1.1.0 |
| 539 | 2026-06-05T19:38:52.563Z | Compiling textwrap v0.16.2 |
| 540 | 2026-06-05T19:38:52.698Z | Compiling clap v4.6.1 |
| 541 | 2026-06-05T19:38:52.768Z | Compiling url v2.5.8 |
| 542 | 2026-06-05T19:38:52.967Z | Compiling macaddr v1.0.1 |
| 543 | 2026-06-05T19:38:52.982Z | Compiling toml v0.8.23 |
| 544 | 2026-06-05T19:38:53.061Z | Compiling camino-tempfile v1.4.1 |
| 545 | 2026-06-05T19:38:53.438Z | Compiling cargo-util-schemas v0.8.2 |
| 546 | 2026-06-05T19:38:53.654Z | Compiling cargo_toml v0.21.0 |
| 547 | 2026-06-05T19:38:53.705Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 548 | 2026-06-05T19:38:53.951Z | Compiling usdt v0.5.0 |
| 549 | 2026-06-05T19:38:53.976Z | Compiling swrite v0.1.0 |
| 550 | 2026-06-05T19:38:54.385Z | Compiling cargo_metadata v0.21.0 |
| 551 | 2026-06-05T19:38:55.329Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 552 | 2026-06-05T19:38:57.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.20s |
| 553 | 2026-06-05T19:38:57.606Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 554 | 2026-06-05T19:38:58.164Z | Downloading crates ... |
| 555 | 2026-06-05T19:38:58.259Z | Downloaded adler2 v2.0.1 |
| 556 | 2026-06-05T19:38:58.270Z | Downloaded bumpalo v3.20.2 |
| 557 | 2026-06-05T19:38:58.273Z | Downloaded crc-catalog v2.4.0 |
| 558 | 2026-06-05T19:38:58.278Z | Downloaded crossbeam-utils v0.8.21 |
| 559 | 2026-06-05T19:38:58.281Z | Downloaded crucible-workspace-hack v0.1.0 |
| 560 | 2026-06-05T19:38:58.281Z | Downloaded crossbeam-deque v0.8.6 |
| 561 | 2026-06-05T19:38:58.287Z | Downloaded assert_matches v1.5.0 |
| 562 | 2026-06-05T19:38:58.291Z | Downloaded cassowary v0.3.0 |
| 563 | 2026-06-05T19:38:58.294Z | Downloaded async-stream v0.3.6 |
| 564 | 2026-06-05T19:38:58.294Z | Downloaded cfg_aliases v0.1.1 |
| 565 | 2026-06-05T19:38:58.301Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 566 | 2026-06-05T19:38:58.306Z | Downloaded darling_macro v0.21.3 |
| 567 | 2026-06-05T19:38:58.306Z | Downloaded bit-set v0.5.3 |
| 568 | 2026-06-05T19:38:58.306Z | Downloaded async-stream-impl v0.3.6 |
| 569 | 2026-06-05T19:38:58.306Z | Downloaded atty v0.2.14 |
| 570 | 2026-06-05T19:38:58.306Z | Downloaded crc8 v0.1.1 |
| 571 | 2026-06-05T19:38:58.310Z | Downloaded dirs-sys-next v0.1.2 |
| 572 | 2026-06-05T19:38:58.310Z | Downloaded float-cmp v0.10.0 |
| 573 | 2026-06-05T19:38:58.310Z | Downloaded debug-ignore v1.0.5 |
| 574 | 2026-06-05T19:38:58.310Z | Downloaded cmake v0.1.57 |
| 575 | 2026-06-05T19:38:58.314Z | Downloaded display-error-chain v0.2.2 |
| 576 | 2026-06-05T19:38:58.317Z | Downloaded float-ord v0.3.2 |
| 577 | 2026-06-05T19:38:58.317Z | Downloaded fixedbitset v0.4.2 |
| 578 | 2026-06-05T19:38:58.317Z | Downloaded base64 v0.22.1 |
| 579 | 2026-06-05T19:38:58.320Z | Downloaded bcs v0.1.6 |
| 580 | 2026-06-05T19:38:58.321Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 581 | 2026-06-05T19:38:58.323Z | Downloaded dtrace-parser v0.3.0 |
| 582 | 2026-06-05T19:38:58.323Z | Downloaded flagset v0.4.7 |
| 583 | 2026-06-05T19:38:58.324Z | Downloaded dsl_auto_type v0.2.0 |
| 584 | 2026-06-05T19:38:58.324Z | Downloaded base64ct v1.8.3 |
| 585 | 2026-06-05T19:38:58.327Z | Downloaded defmt v0.3.100 |
| 586 | 2026-06-05T19:38:58.327Z | Downloaded downcast-rs v2.0.2 |
| 587 | 2026-06-05T19:38:58.327Z | Downloaded async-trait v0.1.89 |
| 588 | 2026-06-05T19:38:58.330Z | Downloaded bzip2 v0.6.1 |
| 589 | 2026-06-05T19:38:58.332Z | Downloaded crunchy v0.2.4 |
| 590 | 2026-06-05T19:38:58.332Z | Downloaded async-recursion v1.1.1 |
| 591 | 2026-06-05T19:38:58.335Z | Downloaded async-bb8-diesel v0.2.1 |
| 592 | 2026-06-05T19:38:58.335Z | Downloaded bb8 v0.8.6 |
| 593 | 2026-06-05T19:38:58.335Z | Downloaded castaway v0.2.4 |
| 594 | 2026-06-05T19:38:58.338Z | Downloaded darling_macro v0.20.11 |
| 595 | 2026-06-05T19:38:58.338Z | Downloaded fd-lock v4.0.4 |
| 596 | 2026-06-05T19:38:58.341Z | Downloaded derive_builder_macro v0.20.2 |
| 597 | 2026-06-05T19:38:58.341Z | Downloaded env_filter v1.0.0 |
| 598 | 2026-06-05T19:38:58.341Z | Downloaded document-features v0.2.12 |
| 599 | 2026-06-05T19:38:58.344Z | Downloaded colored v2.2.0 |
| 600 | 2026-06-05T19:38:58.344Z | Downloaded atomicwrites v0.4.4 |
| 601 | 2026-06-05T19:38:58.344Z | Downloaded darling_macro v0.13.4 |
| 602 | 2026-06-05T19:38:58.347Z | Downloaded endian-type v0.1.2 |
| 603 | 2026-06-05T19:38:58.347Z | Downloaded embedded-io v0.6.1 |
| 604 | 2026-06-05T19:38:58.347Z | Downloaded bitfield-struct v0.6.2 |
| 605 | 2026-06-05T19:38:58.350Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 606 | 2026-06-05T19:38:58.350Z | Downloaded dof v0.4.0 |
| 607 | 2026-06-05T19:38:58.350Z | Downloaded atomic-waker v1.1.2 |
| 608 | 2026-06-05T19:38:58.350Z | Downloaded defmt-parser v1.0.0 |
| 609 | 2026-06-05T19:38:58.353Z | Downloaded cexpr v0.6.0 |
| 610 | 2026-06-05T19:38:58.353Z | Downloaded base64 v0.21.7 |
| 611 | 2026-06-05T19:38:58.356Z | Downloaded embedded-io v0.4.0 |
| 612 | 2026-06-05T19:38:58.356Z | Downloaded dyn-clone v1.0.20 |
| 613 | 2026-06-05T19:38:58.358Z | Downloaded chacha20 v0.10.0 |
| 614 | 2026-06-05T19:38:58.363Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 615 | 2026-06-05T19:38:58.363Z | Downloaded dunce v1.0.5 |
| 616 | 2026-06-05T19:38:58.363Z | Downloaded crc v3.4.0 |
| 617 | 2026-06-05T19:38:58.363Z | Downloaded bitfield-macros v0.19.4 |
| 618 | 2026-06-05T19:38:58.363Z | Downloaded difflib v0.4.0 |
| 619 | 2026-06-05T19:38:58.366Z | Downloaded darling_macro v0.23.0 |
| 620 | 2026-06-05T19:38:58.366Z | Downloaded ciborium-io v0.2.2 |
| 621 | 2026-06-05T19:38:58.366Z | Downloaded enum-as-inner v0.6.1 |
| 622 | 2026-06-05T19:38:58.368Z | Downloaded array-init v0.0.4 |
| 623 | 2026-06-05T19:38:58.369Z | Downloaded aead v0.5.2 |
| 624 | 2026-06-05T19:38:58.372Z | Downloaded cstr-argument v0.1.2 |
| 625 | 2026-06-05T19:38:58.373Z | Downloaded cargo-platform v0.3.2 |
| 626 | 2026-06-05T19:38:58.373Z | Downloaded block-padding v0.3.3 |
| 627 | 2026-06-05T19:38:58.373Z | Downloaded cpufeatures v0.3.0 |
| 628 | 2026-06-05T19:38:58.376Z | Downloaded foreign-types v0.5.0 |
| 629 | 2026-06-05T19:38:58.376Z | Downloaded foreign-types-macros v0.2.3 |
| 630 | 2026-06-05T19:38:58.376Z | Downloaded futures-core v0.3.32 |
| 631 | 2026-06-05T19:38:58.378Z | Downloaded convert_case v0.4.0 |
| 632 | 2026-06-05T19:38:58.381Z | Downloaded futures-task v0.3.32 |
| 633 | 2026-06-05T19:38:58.381Z | Downloaded futures-sink v0.3.32 |
| 634 | 2026-06-05T19:38:58.384Z | Downloaded funty v2.0.0 |
| 635 | 2026-06-05T19:38:58.387Z | Downloaded ascii-canvas v3.0.0 |
| 636 | 2026-06-05T19:38:58.390Z | Downloaded critical-section v1.2.0 |
| 637 | 2026-06-05T19:38:58.390Z | Downloaded env_logger v0.11.9 |
| 638 | 2026-06-05T19:38:58.393Z | Downloaded der_derive v0.7.3 |
| 639 | 2026-06-05T19:38:58.396Z | Downloaded ecdsa v0.16.9 |
| 640 | 2026-06-05T19:38:58.398Z | Downloaded filetime v0.2.27 |
| 641 | 2026-06-05T19:38:58.398Z | Downloaded ed25519 v2.2.3 |
| 642 | 2026-06-05T19:38:58.401Z | Downloaded backoff v0.4.0 |
| 643 | 2026-06-05T19:38:58.401Z | Downloaded defmt v1.0.1 |
| 644 | 2026-06-05T19:38:58.404Z | Downloaded find-msvc-tools v0.1.9 |
| 645 | 2026-06-05T19:38:58.408Z | Downloaded ena v0.14.4 |
| 646 | 2026-06-05T19:38:58.408Z | Downloaded cipher v0.4.4 |
| 647 | 2026-06-05T19:38:58.408Z | Downloaded ciborium-ll v0.2.2 |
| 648 | 2026-06-05T19:38:58.408Z | Downloaded cfg_aliases v0.2.1 |
| 649 | 2026-06-05T19:38:58.411Z | Downloaded chacha20 v0.9.1 |
| 650 | 2026-06-05T19:38:58.411Z | Downloaded ff v0.13.1 |
| 651 | 2026-06-05T19:38:58.411Z | Downloaded erased-serde v0.3.31 |
| 652 | 2026-06-05T19:38:58.414Z | Downloaded dirs-next v2.0.0 |
| 653 | 2026-06-05T19:38:58.414Z | Downloaded compression-core v0.4.31 |
| 654 | 2026-06-05T19:38:58.414Z | Downloaded foreign-types-shared v0.3.1 |
| 655 | 2026-06-05T19:38:58.417Z | Downloaded foreign-types-shared v0.1.1 |
| 656 | 2026-06-05T19:38:58.417Z | Downloaded cobs v0.3.0 |
| 657 | 2026-06-05T19:38:58.417Z | Downloaded arrayref v0.3.9 |
| 658 | 2026-06-05T19:38:58.417Z | Downloaded deranged v0.5.8 |
| 659 | 2026-06-05T19:38:58.420Z | Downloaded data-encoding v2.10.0 |
| 660 | 2026-06-05T19:38:58.420Z | Downloaded csv-core v0.1.13 |
| 661 | 2026-06-05T19:38:58.420Z | Downloaded daft v0.1.7 |
| 662 | 2026-06-05T19:38:58.423Z | Downloaded futures-io v0.3.32 |
| 663 | 2026-06-05T19:38:58.423Z | Downloaded bit-set v0.8.0 |
| 664 | 2026-06-05T19:38:58.423Z | Downloaded base16ct v0.2.0 |
| 665 | 2026-06-05T19:38:58.426Z | Downloaded ctr v0.9.2 |
| 666 | 2026-06-05T19:38:58.426Z | Downloaded ghash v0.5.1 |
| 667 | 2026-06-05T19:38:58.429Z | Downloaded futures-macro v0.3.32 |
| 668 | 2026-06-05T19:38:58.429Z | Downloaded globwalk v0.9.1 |
| 669 | 2026-06-05T19:38:58.429Z | Downloaded gethostname v0.5.0 |
| 670 | 2026-06-05T19:38:58.432Z | Downloaded git-stub v1.0.0 |
| 671 | 2026-06-05T19:38:58.432Z | Downloaded fxhash v0.2.1 |
| 672 | 2026-06-05T19:38:58.435Z | Downloaded daft-derive v0.1.7 |
| 673 | 2026-06-05T19:38:58.438Z | Downloaded foreign-types v0.3.2 |
| 674 | 2026-06-05T19:38:58.438Z | Downloaded foldhash v0.2.0 |
| 675 | 2026-06-05T19:38:58.438Z | Downloaded globset v0.4.18 |
| 676 | 2026-06-05T19:38:58.441Z | Downloaded convert_case v0.10.0 |
| 677 | 2026-06-05T19:38:58.441Z | Downloaded diesel-dtrace v0.5.0 |
| 678 | 2026-06-05T19:38:58.441Z | Downloaded headers-core v0.3.0 |
| 679 | 2026-06-05T19:38:58.444Z | Downloaded hex-literal v0.4.1 |
| 680 | 2026-06-05T19:38:58.444Z | Downloaded arrayvec v0.7.6 |
| 681 | 2026-06-05T19:38:58.444Z | Downloaded cargo_metadata v0.23.1 |
| 682 | 2026-06-05T19:38:58.447Z | Downloaded darling v0.13.4 |
| 683 | 2026-06-05T19:38:58.447Z | Downloaded hostname v0.4.2 |
| 684 | 2026-06-05T19:38:58.450Z | Downloaded hostname v0.3.1 |
| 685 | 2026-06-05T19:38:58.450Z | Downloaded hubpack_derive v0.1.1 |
| 686 | 2026-06-05T19:38:58.453Z | Downloaded http-range v0.1.5 |
| 687 | 2026-06-05T19:38:58.453Z | Downloaded http-body v1.0.1 |
| 688 | 2026-06-05T19:38:58.453Z | Downloaded bitflags v1.3.2 |
| 689 | 2026-06-05T19:38:58.456Z | Downloaded corncobs v0.1.4 |
| 690 | 2026-06-05T19:38:58.456Z | Downloaded ident_case v1.0.1 |
| 691 | 2026-06-05T19:38:58.458Z | Downloaded compression-codecs v0.4.37 |
| 692 | 2026-06-05T19:38:58.462Z | Downloaded hash32 v0.3.1 |
| 693 | 2026-06-05T19:38:58.462Z | Downloaded hash32 v0.2.1 |
| 694 | 2026-06-05T19:38:58.462Z | Downloaded cookie v0.18.1 |
| 695 | 2026-06-05T19:38:58.466Z | Downloaded console v0.16.2 |
| 696 | 2026-06-05T19:38:58.466Z | Downloaded diff v0.1.13 |
| 697 | 2026-06-05T19:38:58.466Z | Downloaded bit-vec v0.6.3 |
| 698 | 2026-06-05T19:38:58.470Z | Downloaded ciborium v0.2.2 |
| 699 | 2026-06-05T19:38:58.470Z | Downloaded defmt-macros v1.0.1 |
| 700 | 2026-06-05T19:38:58.473Z | Downloaded home v0.5.12 |
| 701 | 2026-06-05T19:38:58.473Z | Downloaded derive_builder v0.20.2 |
| 702 | 2026-06-05T19:38:58.476Z | Downloaded hex v0.4.3 |
| 703 | 2026-06-05T19:38:58.476Z | Downloaded hyper-tls v0.6.0 |
| 704 | 2026-06-05T19:38:58.476Z | Downloaded hubpack v0.1.2 |
| 705 | 2026-06-05T19:38:58.479Z | Downloaded fixedbitset v0.5.7 |
| 706 | 2026-06-05T19:38:58.479Z | Downloaded des v0.8.1 |
| 707 | 2026-06-05T19:38:58.479Z | Downloaded httpdate v1.0.3 |
| 708 | 2026-06-05T19:38:58.482Z | Downloaded darling v0.20.11 |
| 709 | 2026-06-05T19:38:58.484Z | Downloaded fs-err v2.11.0 |
| 710 | 2026-06-05T19:38:58.484Z | Downloaded crc32fast v1.5.0 |
| 711 | 2026-06-05T19:38:58.489Z | Downloaded foldhash v0.1.5 |
| 712 | 2026-06-05T19:38:58.489Z | Downloaded either v1.15.0 |
| 713 | 2026-06-05T19:38:58.491Z | Downloaded illumos-nvpair v0.3.0 |
| 714 | 2026-06-05T19:38:58.491Z | Downloaded darling v0.21.3 |
| 715 | 2026-06-05T19:38:58.491Z | Downloaded git-stub-vcs v0.1.0 |
| 716 | 2026-06-05T19:38:58.494Z | Downloaded futures-executor v0.3.32 |
| 717 | 2026-06-05T19:38:58.494Z | Downloaded fs_extra v1.3.0 |
| 718 | 2026-06-05T19:38:58.497Z | Downloaded buf-list v1.1.2 |
| 719 | 2026-06-05T19:38:58.497Z | Downloaded indoc v1.0.9 |
| 720 | 2026-06-05T19:38:58.500Z | Downloaded indent_write v2.2.0 |
| 721 | 2026-06-05T19:38:58.500Z | Downloaded is_ci v1.2.0 |
| 722 | 2026-06-05T19:38:58.500Z | Downloaded is-terminal v0.4.17 |
| 723 | 2026-06-05T19:38:58.503Z | Downloaded instant v0.1.13 |
| 724 | 2026-06-05T19:38:58.503Z | Downloaded inout v0.1.4 |
| 725 | 2026-06-05T19:38:58.503Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 726 | 2026-06-05T19:38:58.506Z | Downloaded fallible-iterator v0.2.0 |
| 727 | 2026-06-05T19:38:58.506Z | Downloaded darling v0.23.0 |
| 728 | 2026-06-05T19:38:58.509Z | Downloaded bzip2 v0.4.4 |
| 729 | 2026-06-05T19:38:58.509Z | Downloaded blowfish v0.9.1 |
| 730 | 2026-06-05T19:38:58.511Z | Downloaded constant_time_eq v0.4.2 |
| 731 | 2026-06-05T19:38:58.512Z | Downloaded console v0.15.11 |
| 732 | 2026-06-05T19:38:58.514Z | Downloaded colored v3.1.1 |
| 733 | 2026-06-05T19:38:58.517Z | Downloaded cancel-safe-futures v0.1.5 |
| 734 | 2026-06-05T19:38:58.517Z | Downloaded backon v1.6.0 |
| 735 | 2026-06-05T19:38:58.521Z | Downloaded internet-checksum v0.2.1 |
| 736 | 2026-06-05T19:38:58.521Z | Downloaded instability v0.3.11 |
| 737 | 2026-06-05T19:38:58.521Z | Downloaded argon2 v0.5.3 |
| 738 | 2026-06-05T19:38:58.521Z | Downloaded derive-ex v0.1.8 |
| 739 | 2026-06-05T19:38:58.525Z | Downloaded group v0.13.0 |
| 740 | 2026-06-05T19:38:58.525Z | Downloaded derive_builder_core v0.20.2 |
| 741 | 2026-06-05T19:38:58.528Z | Downloaded keccak v0.1.6 |
| 742 | 2026-06-05T19:38:58.528Z | Downloaded kstat-rs v0.2.4 |
| 743 | 2026-06-05T19:38:58.528Z | Downloaded clang-sys v1.8.1 |
| 744 | 2026-06-05T19:38:58.528Z | Downloaded lru v0.12.5 |
| 745 | 2026-06-05T19:38:58.530Z | Downloaded anstream v0.6.21 |
| 746 | 2026-06-05T19:38:58.531Z | Downloaded lazy_static v1.5.0 |
| 747 | 2026-06-05T19:38:58.533Z | Downloaded crossbeam-epoch v0.9.18 |
| 748 | 2026-06-05T19:38:58.533Z | Downloaded http-body-util v0.1.3 |
| 749 | 2026-06-05T19:38:58.536Z | Downloaded lalrpop-util v0.19.12 |
| 750 | 2026-06-05T19:38:58.536Z | Downloaded byte-wrapper v0.1.0 |
| 751 | 2026-06-05T19:38:58.536Z | Downloaded bitfield v0.19.4 |
| 752 | 2026-06-05T19:38:58.539Z | Downloaded cbc v0.1.2 |
| 753 | 2026-06-05T19:38:58.539Z | Downloaded const_format_proc_macros v0.2.34 |
| 754 | 2026-06-05T19:38:58.542Z | Downloaded humantime v2.3.0 |
| 755 | 2026-06-05T19:38:58.542Z | Downloaded anstyle-parse v0.2.7 |
| 756 | 2026-06-05T19:38:58.545Z | Downloaded lru-slab v0.1.2 |
| 757 | 2026-06-05T19:38:58.545Z | Downloaded libscf-sys v1.1.0 |
| 758 | 2026-06-05T19:38:58.548Z | Downloaded dropshot_endpoint v0.17.0 |
| 759 | 2026-06-05T19:38:58.548Z | Downloaded derive-where v1.6.0 |
| 760 | 2026-06-05T19:38:58.551Z | Downloaded elliptic-curve v0.13.8 |
| 761 | 2026-06-05T19:38:58.553Z | Downloaded futures-channel v0.3.32 |
| 762 | 2026-06-05T19:38:58.556Z | Downloaded fatfs v0.3.6 |
| 763 | 2026-06-05T19:38:58.556Z | Downloaded derive_more v0.99.20 |
| 764 | 2026-06-05T19:38:58.560Z | Downloaded maybe-uninit v2.0.0 |
| 765 | 2026-06-05T19:38:58.560Z | Downloaded match_cfg v0.1.0 |
| 766 | 2026-06-05T19:38:58.562Z | Downloaded memoffset v0.9.1 |
| 767 | 2026-06-05T19:38:58.562Z | Downloaded md5 v0.7.0 |
| 768 | 2026-06-05T19:38:58.563Z | Downloaded new_debug_unreachable v1.0.6 |
| 769 | 2026-06-05T19:38:58.563Z | Downloaded lru-cache v0.1.2 |
| 770 | 2026-06-05T19:38:58.566Z | Downloaded maplit v1.0.2 |
| 771 | 2026-06-05T19:38:58.566Z | Downloaded managed v0.8.0 |
| 772 | 2026-06-05T19:38:58.566Z | Downloaded lzss v0.8.2 |
| 773 | 2026-06-05T19:38:58.570Z | Downloaded newtype_derive v0.1.6 |
| 774 | 2026-06-05T19:38:58.570Z | Downloaded multimap v0.10.1 |
| 775 | 2026-06-05T19:38:58.570Z | Downloaded getrandom v0.2.17 |
| 776 | 2026-06-05T19:38:58.573Z | Downloaded linked-hash-map v0.5.6 |
| 777 | 2026-06-05T19:38:58.573Z | Downloaded half v1.8.3 |
| 778 | 2026-06-05T19:38:58.573Z | Downloaded md-5 v0.10.6 |
| 779 | 2026-06-05T19:38:58.575Z | Downloaded crossbeam-channel v0.5.15 |
| 780 | 2026-06-05T19:38:58.578Z | Downloaded newline-converter v0.3.0 |
| 781 | 2026-06-05T19:38:58.578Z | Downloaded cookie_store v0.22.1 |
| 782 | 2026-06-05T19:38:58.582Z | Downloaded normalize-line-endings v0.3.0 |
| 783 | 2026-06-05T19:38:58.582Z | Downloaded nibble_vec v0.1.0 |
| 784 | 2026-06-05T19:38:58.582Z | Downloaded const-oid v0.9.6 |
| 785 | 2026-06-05T19:38:58.582Z | Downloaded hyper-staticfile v0.10.1 |
| 786 | 2026-06-05T19:38:58.585Z | Downloaded futures v0.3.32 |
| 787 | 2026-06-05T19:38:58.588Z | Downloaded num v0.4.3 |
| 788 | 2026-06-05T19:38:58.588Z | Downloaded nodrop v0.1.14 |
| 789 | 2026-06-05T19:38:58.588Z | Downloaded newtype-uuid-macros v0.1.0 |
| 790 | 2026-06-05T19:38:58.591Z | Downloaded crc-any v2.5.0 |
| 791 | 2026-06-05T19:38:58.591Z | Downloaded camino-tempfile-ext v0.3.3 |
| 792 | 2026-06-05T19:38:58.591Z | Downloaded bit-vec v0.8.0 |
| 793 | 2026-06-05T19:38:58.593Z | Downloaded drift v0.2.0 |
| 794 | 2026-06-05T19:38:58.598Z | Downloaded num-iter v0.1.45 |
| 795 | 2026-06-05T19:38:58.601Z | Downloaded ipnetwork v0.21.1 |
| 796 | 2026-06-05T19:38:58.601Z | Downloaded jobserver v0.1.34 |
| 797 | 2026-06-05T19:38:58.604Z | Downloaded num_enum_derive v0.5.11 |
| 798 | 2026-06-05T19:38:58.604Z | Downloaded num-derive v0.4.2 |
| 799 | 2026-06-05T19:38:58.604Z | Downloaded num-derive v0.3.3 |
| 800 | 2026-06-05T19:38:58.607Z | Downloaded openssl-macros v0.1.1 |
| 801 | 2026-06-05T19:38:58.607Z | Downloaded olpc-cjson v0.1.4 |
| 802 | 2026-06-05T19:38:58.607Z | Downloaded num-conv v0.2.0 |
| 803 | 2026-06-05T19:38:58.607Z | Downloaded ipnet v2.11.0 |
| 804 | 2026-06-05T19:38:58.610Z | Downloaded oso-derive v0.27.3 |
| 805 | 2026-06-05T19:38:58.610Z | Downloaded libsw-core v0.3.2 |
| 806 | 2026-06-05T19:38:58.612Z | Downloaded libefi-sys v0.1.0 |
| 807 | 2026-06-05T19:38:58.612Z | Downloaded linear-map v1.2.0 |
| 808 | 2026-06-05T19:38:58.612Z | Downloaded highway v1.3.0 |
| 809 | 2026-06-05T19:38:58.615Z | Downloaded hmac v0.12.1 |
| 810 | 2026-06-05T19:38:58.615Z | Downloaded iana-time-zone v0.1.65 |
| 811 | 2026-06-05T19:38:58.618Z | Downloaded openssl-probe v0.2.1 |
| 812 | 2026-06-05T19:38:58.621Z | Downloaded openssl-probe v0.1.6 |
| 813 | 2026-06-05T19:38:58.621Z | Downloaded libsw v3.5.0 |
| 814 | 2026-06-05T19:38:58.621Z | Downloaded cc v1.2.56 |
| 815 | 2026-06-05T19:38:58.624Z | Downloaded darling_core v0.21.3 |
| 816 | 2026-06-05T19:38:58.628Z | Downloaded opaque-debug v0.3.1 |
| 817 | 2026-06-05T19:38:58.628Z | Downloaded darling_core v0.13.4 |
| 818 | 2026-06-05T19:38:58.631Z | Downloaded glob v0.3.3 |
| 819 | 2026-06-05T19:38:58.631Z | Downloaded mime v0.3.17 |
| 820 | 2026-06-05T19:38:58.631Z | Downloaded lock_api v0.4.14 |
| 821 | 2026-06-05T19:38:58.634Z | Downloaded multer v3.1.0 |
| 822 | 2026-06-05T19:38:58.634Z | Downloaded getrandom v0.3.4 |
| 823 | 2026-06-05T19:38:58.637Z | Downloaded num_threads v0.1.7 |
| 824 | 2026-06-05T19:38:58.637Z | Downloaded hyper-rustls v0.27.7 |
| 825 | 2026-06-05T19:38:58.640Z | Downloaded mime_guess v2.0.5 |
| 826 | 2026-06-05T19:38:58.643Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 827 | 2026-06-05T19:38:58.643Z | Downloaded half v2.7.1 |
| 828 | 2026-06-05T19:38:58.647Z | Downloaded nonempty v0.12.0 |
| 829 | 2026-06-05T19:38:58.647Z | Downloaded packed_struct_codegen v0.10.1 |
| 830 | 2026-06-05T19:38:58.650Z | Downloaded flume v0.11.1 |
| 831 | 2026-06-05T19:38:58.650Z | Downloaded newtype-uuid v1.3.2 |
| 832 | 2026-06-05T19:38:58.650Z | Downloaded bytes v1.11.1 |
| 833 | 2026-06-05T19:38:58.654Z | Downloaded phf_shared v0.11.3 |
| 834 | 2026-06-05T19:38:58.656Z | Downloaded peg-runtime v0.8.5 |
| 835 | 2026-06-05T19:38:58.657Z | Downloaded pbkdf2 v0.11.0 |
| 836 | 2026-06-05T19:38:58.657Z | Downloaded path-slash v0.1.5 |
| 837 | 2026-06-05T19:38:58.660Z | Downloaded parse-size v1.1.0 |
| 838 | 2026-06-05T19:38:58.660Z | Downloaded native-tls v0.2.18 |
| 839 | 2026-06-05T19:38:58.660Z | Downloaded parse-display v0.10.0 |
| 840 | 2026-06-05T19:38:58.662Z | Downloaded chacha20poly1305 v0.10.1 |
| 841 | 2026-06-05T19:38:58.662Z | Downloaded allocator-api2 v0.2.21 |
| 842 | 2026-06-05T19:38:58.666Z | Downloaded ingot-macros v0.1.1 |
| 843 | 2026-06-05T19:38:58.666Z | Downloaded ingot-types v0.1.2 |
| 844 | 2026-06-05T19:38:58.666Z | Downloaded ingot v0.1.1 |
| 845 | 2026-06-05T19:38:58.670Z | Downloaded indoc v2.0.7 |
| 846 | 2026-06-05T19:38:58.670Z | Downloaded num_enum v0.5.11 |
| 847 | 2026-06-05T19:38:58.673Z | Downloaded num_enum v0.7.6 |
| 848 | 2026-06-05T19:38:58.692Z | Downloaded pbkdf2 v0.12.2 |
| 849 | 2026-06-05T19:38:58.695Z | Downloaded darling_core v0.23.0 |
| 850 | 2026-06-05T19:38:58.695Z | Downloaded darling_core v0.20.11 |
| 851 | 2026-06-05T19:38:58.698Z | Downloaded crypto-bigint v0.5.5 |
| 852 | 2026-06-05T19:38:58.700Z | Downloaded pin-utils v0.1.0 |
| 853 | 2026-06-05T19:38:58.705Z | Downloaded flate2 v1.1.9 |
| 854 | 2026-06-05T19:38:58.707Z | Downloaded memmap2 v0.9.10 |
| 855 | 2026-06-05T19:38:58.707Z | Downloaded const_format v0.2.35 |
| 856 | 2026-06-05T19:38:58.710Z | Downloaded indexmap v1.9.3 |
| 857 | 2026-06-05T19:38:58.713Z | Downloaded precomputed-hash v0.1.1 |
| 858 | 2026-06-05T19:38:58.713Z | Downloaded oxnet v0.1.5 |
| 859 | 2026-06-05T19:38:58.716Z | Downloaded nanorand v0.7.0 |
| 860 | 2026-06-05T19:38:58.716Z | Downloaded derive_more v2.1.1 |
| 861 | 2026-06-05T19:38:58.722Z | Downloaded progenitor-client v0.14.0 |
| 862 | 2026-06-05T19:38:58.725Z | Downloaded progenitor-client v0.11.2 |
| 863 | 2026-06-05T19:38:58.725Z | Downloaded arc-swap v1.8.2 |
| 864 | 2026-06-05T19:38:58.728Z | Downloaded progenitor-client v0.10.0 |
| 865 | 2026-06-05T19:38:58.728Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 866 | 2026-06-05T19:38:58.728Z | Downloaded proc-macro-crate v3.4.0 |
| 867 | 2026-06-05T19:38:58.731Z | Downloaded proc-macro-crate v1.3.1 |
| 868 | 2026-06-05T19:38:58.731Z | Downloaded predicates-tree v1.0.13 |
| 869 | 2026-06-05T19:38:58.731Z | Downloaded predicates-core v1.0.10 |
| 870 | 2026-06-05T19:38:58.734Z | Downloaded parking_lot_core v0.8.6 |
| 871 | 2026-06-05T19:38:58.734Z | Downloaded oxide-tokio-rt v0.1.4 |
| 872 | 2026-06-05T19:38:58.734Z | Downloaded headers v0.4.1 |
| 873 | 2026-06-05T19:38:58.739Z | Downloaded heapless v0.8.0 |
| 874 | 2026-06-05T19:38:58.741Z | Downloaded packed_struct v0.10.1 |
| 875 | 2026-06-05T19:38:58.741Z | Downloaded progenitor-macro v0.13.0 |
| 876 | 2026-06-05T19:38:58.741Z | Downloaded compact_str v0.8.1 |
| 877 | 2026-06-05T19:38:58.744Z | Downloaded der v0.7.10 |
| 878 | 2026-06-05T19:38:58.747Z | Downloaded num-rational v0.4.2 |
| 879 | 2026-06-05T19:38:58.750Z | Downloaded phf_shared v0.13.1 |
| 880 | 2026-06-05T19:38:58.750Z | Downloaded peg v0.8.5 |
| 881 | 2026-06-05T19:38:58.754Z | Downloaded pkcs8 v0.10.2 |
| 882 | 2026-06-05T19:38:58.754Z | Downloaded phf_shared v0.12.1 |
| 883 | 2026-06-05T19:38:58.757Z | Downloaded progenitor-macro v0.11.2 |
| 884 | 2026-06-05T19:38:58.757Z | Downloaded quick-error v1.2.3 |
| 885 | 2026-06-05T19:38:58.757Z | Downloaded radium v0.7.0 |
| 886 | 2026-06-05T19:38:58.757Z | Downloaded progenitor-macro v0.14.0 |
| 887 | 2026-06-05T19:38:58.760Z | Downloaded peg-macros v0.8.5 |
| 888 | 2026-06-05T19:38:58.760Z | Downloaded pem v3.0.6 |
| 889 | 2026-06-05T19:38:58.760Z | Downloaded paste v1.0.15 |
| 890 | 2026-06-05T19:38:58.763Z | Downloaded password-hash v0.5.0 |
| 891 | 2026-06-05T19:38:58.763Z | Downloaded pkg-config v0.3.32 |
| 892 | 2026-06-05T19:38:58.766Z | Downloaded pem-rfc7468 v0.7.0 |
| 893 | 2026-06-05T19:38:58.766Z | Downloaded diesel_derives v2.3.7 |
| 894 | 2026-06-05T19:38:58.769Z | Downloaded pin-project-internal v1.1.11 |
| 895 | 2026-06-05T19:38:58.771Z | Downloaded num_enum_derive v0.7.6 |
| 896 | 2026-06-05T19:38:58.771Z | Downloaded expectorate v1.2.0 |
| 897 | 2026-06-05T19:38:58.774Z | Downloaded poly1305 v0.8.0 |
| 898 | 2026-06-05T19:38:58.774Z | Downloaded litrs v1.0.0 |
| 899 | 2026-06-05T19:38:58.777Z | Downloaded rand_chacha v0.3.1 |
| 900 | 2026-06-05T19:38:58.777Z | Downloaded ed25519-dalek v2.2.0 |
| 901 | 2026-06-05T19:38:58.780Z | Downloaded derive_more-impl v2.1.1 |
| 902 | 2026-06-05T19:38:58.783Z | Downloaded ref-cast-impl v1.0.25 |
| 903 | 2026-06-05T19:38:58.786Z | Downloaded ref-cast v1.0.25 |
| 904 | 2026-06-05T19:38:58.786Z | Downloaded ignore v0.4.25 |
| 905 | 2026-06-05T19:38:58.789Z | Downloaded powerfmt v0.2.0 |
| 906 | 2026-06-05T19:38:58.789Z | Downloaded polyval v0.6.2 |
| 907 | 2026-06-05T19:38:58.791Z | Downloaded recursive v0.1.1 |
| 908 | 2026-06-05T19:38:58.792Z | Downloaded proc-macro-error2 v2.0.1 |
| 909 | 2026-06-05T19:38:58.794Z | Downloaded predicates v3.1.4 |
| 910 | 2026-06-05T19:38:58.794Z | Downloaded async-compression v0.4.41 |
| 911 | 2026-06-05T19:38:58.798Z | Downloaded ppv-lite86 v0.2.21 |
| 912 | 2026-06-05T19:38:58.802Z | Downloaded password-hash v0.4.2 |
| 913 | 2026-06-05T19:38:58.802Z | Downloaded parking_lot v0.12.5 |
| 914 | 2026-06-05T19:38:58.802Z | Downloaded progenitor v0.14.0 |
| 915 | 2026-06-05T19:38:58.806Z | Downloaded progenitor-client v0.13.0 |
| 916 | 2026-06-05T19:38:58.806Z | Downloaded parking_lot v0.11.2 |
| 917 | 2026-06-05T19:38:58.806Z | Downloaded rfc6979 v0.4.0 |
| 918 | 2026-06-05T19:38:58.809Z | Downloaded progenitor v0.13.0 |
| 919 | 2026-06-05T19:38:58.810Z | Downloaded progenitor v0.11.2 |
| 920 | 2026-06-05T19:38:58.810Z | Downloaded progenitor-extras v0.2.0 |
| 921 | 2026-06-05T19:38:58.810Z | Downloaded primeorder v0.13.6 |
| 922 | 2026-06-05T19:38:58.813Z | Downloaded owo-colors v4.3.0 |
| 923 | 2026-06-05T19:38:58.813Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 924 | 2026-06-05T19:38:58.813Z | Downloaded rand_xorshift v0.4.0 |
| 925 | 2026-06-05T19:38:58.813Z | Downloaded ar_archive_writer v0.5.1 |
| 926 | 2026-06-05T19:38:58.816Z | Downloaded parse-display-derive v0.10.0 |
| 927 | 2026-06-05T19:38:58.816Z | Downloaded hickory-resolver v0.24.4 |
| 928 | 2026-06-05T19:38:58.819Z | Downloaded hickory-resolver v0.25.2 |
| 929 | 2026-06-05T19:38:58.822Z | Downloaded phf v0.13.1 |
| 930 | 2026-06-05T19:38:58.822Z | Downloaded psl-types v2.0.11 |
| 931 | 2026-06-05T19:38:58.825Z | Downloaded libbz2-rs-sys v0.2.2 |
| 932 | 2026-06-05T19:38:58.825Z | Downloaded phf v0.12.1 |
| 933 | 2026-06-05T19:38:58.825Z | Downloaded num-complex v0.4.6 |
| 934 | 2026-06-05T19:38:58.829Z | Downloaded psm v0.1.30 |
| 935 | 2026-06-05T19:38:58.829Z | Downloaded pkcs1 v0.7.5 |
| 936 | 2026-06-05T19:38:58.832Z | Downloaded russh-cryptovec v0.7.3 |
| 937 | 2026-06-05T19:38:58.832Z | Downloaded r2d2 v0.8.10 |
| 938 | 2026-06-05T19:38:58.832Z | Downloaded rtoolbox v0.0.3 |
| 939 | 2026-06-05T19:38:58.832Z | Downloaded num-integer v0.1.46 |
| 940 | 2026-06-05T19:38:58.834Z | Downloaded nu-ansi-term v0.50.3 |
| 941 | 2026-06-05T19:38:58.834Z | Downloaded libloading v0.8.9 |
| 942 | 2026-06-05T19:38:58.837Z | Downloaded httparse v1.10.1 |
| 943 | 2026-06-05T19:38:58.837Z | Downloaded blake2 v0.10.6 |
| 944 | 2026-06-05T19:38:58.841Z | Downloaded rand_seeder v0.4.0 |
| 945 | 2026-06-05T19:38:58.841Z | Downloaded ahash v0.8.12 |
| 946 | 2026-06-05T19:38:58.845Z | Downloaded pin-project-lite v0.2.17 |
| 947 | 2026-06-05T19:38:58.848Z | Downloaded rustc-hash v2.1.1 |
| 948 | 2026-06-05T19:38:58.848Z | Downloaded postcard v1.1.3 |
| 949 | 2026-06-05T19:38:58.851Z | Downloaded rustc_version v0.4.1 |
| 950 | 2026-06-05T19:38:58.851Z | Downloaded rustc_version v0.1.7 |
| 951 | 2026-06-05T19:38:58.851Z | Downloaded rand_core v0.6.4 |
| 952 | 2026-06-05T19:38:58.851Z | Downloaded rand_chacha v0.9.0 |
| 953 | 2026-06-05T19:38:58.856Z | Downloaded rand_core v0.9.5 |
| 954 | 2026-06-05T19:38:58.859Z | Downloaded postgres-protocol v0.6.10 |
| 955 | 2026-06-05T19:38:58.862Z | Downloaded oso v0.27.3 |
| 956 | 2026-06-05T19:38:58.862Z | Downloaded miniz_oxide v0.8.9 |
| 957 | 2026-06-05T19:38:58.865Z | Downloaded rand_core v0.10.0 |
| 958 | 2026-06-05T19:38:58.865Z | Downloaded postgres-types v0.2.12 |
| 959 | 2026-06-05T19:38:58.867Z | Downloaded indicatif v0.18.4 |
| 960 | 2026-06-05T19:38:58.870Z | Downloaded same-file v1.0.6 |
| 961 | 2026-06-05T19:38:58.870Z | Downloaded sapling-renderdag v0.1.0 |
| 962 | 2026-06-05T19:38:58.870Z | Downloaded salsa20 v0.10.2 |
| 963 | 2026-06-05T19:38:58.873Z | Downloaded crossterm v0.28.1 |
| 964 | 2026-06-05T19:38:58.876Z | Downloaded scroll_derive v0.13.1 |
| 965 | 2026-06-05T19:38:58.879Z | Downloaded scopeguard v1.2.0 |
| 966 | 2026-06-05T19:38:58.879Z | Downloaded semver v0.1.20 |
| 967 | 2026-06-05T19:38:58.885Z | Downloaded scrypt v0.11.0 |
| 968 | 2026-06-05T19:38:58.887Z | Downloaded secrecy v0.10.3 |
| 969 | 2026-06-05T19:38:58.887Z | Downloaded papergrid v0.17.0 |
| 970 | 2026-06-05T19:38:58.887Z | Downloaded serde-big-array v0.5.1 |
| 971 | 2026-06-05T19:38:58.887Z | Downloaded scheduled-thread-pool v0.2.7 |
| 972 | 2026-06-05T19:38:58.890Z | Downloaded resolv-conf v0.7.6 |
| 973 | 2026-06-05T19:38:58.890Z | Downloaded parking_lot_core v0.9.12 |
| 974 | 2026-06-05T19:38:58.893Z | Downloaded secrecy v0.8.0 |
| 975 | 2026-06-05T19:38:58.893Z | Downloaded jiff-static v0.2.21 |
| 976 | 2026-06-05T19:38:58.896Z | Downloaded pin-project v1.1.11 |
| 977 | 2026-06-05T19:38:58.901Z | Downloaded quinn-udp v0.5.14 |
| 978 | 2026-06-05T19:38:58.904Z | Downloaded serde_repr v0.1.20 |
| 979 | 2026-06-05T19:38:58.904Z | Downloaded omicron-zone-package v0.12.2 |
| 980 | 2026-06-05T19:38:58.907Z | Downloaded serde_spanned v1.0.4 |
| 981 | 2026-06-05T19:38:58.910Z | Downloaded pkcs5 v0.7.1 |
| 982 | 2026-06-05T19:38:58.913Z | Downloaded aws-lc-rs v1.16.3 |
| 983 | 2026-06-05T19:38:58.916Z | Downloaded sha1 v0.10.6 |
| 984 | 2026-06-05T19:38:58.919Z | Downloaded http v1.4.0 |
| 985 | 2026-06-05T19:38:58.922Z | Downloaded rustls-pemfile v2.2.0 |
| 986 | 2026-06-05T19:38:58.922Z | Downloaded sigpipe v0.1.3 |
| 987 | 2026-06-05T19:38:58.922Z | Downloaded signal-hook-tokio v0.3.1 |
| 988 | 2026-06-05T19:38:58.925Z | Downloaded p256 v0.13.2 |
| 989 | 2026-06-05T19:38:58.925Z | Downloaded signal-hook-mio v0.2.5 |
| 990 | 2026-06-05T19:38:58.928Z | Downloaded shell-words v1.1.1 |
| 991 | 2026-06-05T19:38:58.928Z | Downloaded serde_plain v1.0.2 |
| 992 | 2026-06-05T19:38:58.928Z | Downloaded signature v2.2.0 |
| 993 | 2026-06-05T19:38:58.928Z | Downloaded serde_bytes v0.11.19 |
| 994 | 2026-06-05T19:38:58.930Z | Downloaded heapless v0.7.17 |
| 995 | 2026-06-05T19:38:58.933Z | Downloaded rusty-fork v0.3.1 |
| 996 | 2026-06-05T19:38:58.933Z | Downloaded siphasher v1.0.2 |
| 997 | 2026-06-05T19:38:58.936Z | Downloaded openssl-sys v0.9.115 |
| 998 | 2026-06-05T19:38:58.939Z | Downloaded slog-envlogger v2.2.0 |
| 999 | 2026-06-05T19:38:58.942Z | Downloaded schemars_derive v0.8.22 |
| 1000 | 2026-06-05T19:38:58.945Z | Downloaded slog-bunyan v2.5.0 |
| 1001 | 2026-06-05T19:38:58.948Z | Downloaded prefix-trie v0.7.0 |
| 1002 | 2026-06-05T19:38:58.951Z | Downloaded seq-macro v0.3.6 |
| 1003 | 2026-06-05T19:38:58.954Z | Downloaded scroll v0.13.0 |
| 1004 | 2026-06-05T19:38:58.954Z | Downloaded sct v0.7.1 |
| 1005 | 2026-06-05T19:38:58.958Z | Downloaded hashbrown v0.13.2 |
| 1006 | 2026-06-05T19:38:58.963Z | Downloaded hickory-server v0.25.2 |
| 1007 | 2026-06-05T19:38:58.966Z | Downloaded progenitor-impl v0.11.2 |
| 1008 | 2026-06-05T19:38:58.968Z | Downloaded serde-hex v0.1.0 |
| 1009 | 2026-06-05T19:38:58.974Z | Downloaded serde_path_to_error v0.1.20 |
| 1010 | 2026-06-05T19:38:58.977Z | Downloaded rustls-pemfile v1.0.4 |
| 1011 | 2026-06-05T19:38:58.977Z | Downloaded dropshot-api-manager v0.7.2 |
| 1012 | 2026-06-05T19:38:58.980Z | Downloaded ssh-encoding v0.2.0 |
| 1013 | 2026-06-05T19:38:58.985Z | Downloaded serde_derive_internals v0.29.1 |
| 1014 | 2026-06-05T19:38:58.992Z | Downloaded serde_urlencoded v0.7.1 |
| 1015 | 2026-06-05T19:38:58.995Z | Downloaded sqlparser_derive v0.5.0 |
| 1016 | 2026-06-05T19:38:58.995Z | Downloaded ssh-cipher v0.2.0 |
| 1017 | 2026-06-05T19:38:59.031Z | Downloaded shlex v1.3.0 |
| 1018 | 2026-06-05T19:38:59.034Z | Downloaded serde_with_macros v1.5.2 |
| 1019 | 2026-06-05T19:38:59.034Z | Downloaded hashbrown v0.12.3 |
| 1020 | 2026-06-05T19:38:59.034Z | Downloaded signal-hook-registry v1.4.8 |
| 1021 | 2026-06-05T19:38:59.034Z | Downloaded rustversion v1.0.22 |
| 1022 | 2026-06-05T19:38:59.034Z | Downloaded structmeta v0.3.0 |
| 1023 | 2026-06-05T19:38:59.034Z | Downloaded rustls-native-certs v0.8.3 |
| 1024 | 2026-06-05T19:38:59.034Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1025 | 2026-06-05T19:38:59.034Z | Downloaded strum v0.26.3 |
| 1026 | 2026-06-05T19:38:59.034Z | Downloaded structmeta-derive v0.3.0 |
| 1027 | 2026-06-05T19:38:59.034Z | Downloaded russh-keys v0.45.0 |
| 1028 | 2026-06-05T19:38:59.034Z | Downloaded slog-json v2.6.1 |
| 1029 | 2026-06-05T19:38:59.034Z | Downloaded simd-adler32 v0.3.8 |
| 1030 | 2026-06-05T19:38:59.034Z | Downloaded rcgen v0.12.1 |
| 1031 | 2026-06-05T19:38:59.035Z | Downloaded prettyplease v0.2.37 |
| 1032 | 2026-06-05T19:38:59.035Z | Downloaded rustls-pki-types v1.14.0 |
| 1033 | 2026-06-05T19:38:59.035Z | Downloaded smf v0.2.3 |
| 1034 | 2026-06-05T19:38:59.035Z | Downloaded minimal-lexical v0.2.1 |
| 1035 | 2026-06-05T19:38:59.035Z | Downloaded tap v1.0.1 |
| 1036 | 2026-06-05T19:38:59.035Z | Downloaded sync_wrapper v1.0.2 |
| 1037 | 2026-06-05T19:38:59.035Z | Downloaded tabled_derive v0.11.0 |
| 1038 | 2026-06-05T19:38:59.035Z | Downloaded tagptr v0.2.0 |
| 1039 | 2026-06-05T19:38:59.035Z | Downloaded supports-color v3.0.2 |
| 1040 | 2026-06-05T19:38:59.035Z | Downloaded slog-scope v4.4.1 |
| 1041 | 2026-06-05T19:38:59.035Z | Downloaded subtle v2.6.1 |
| 1042 | 2026-06-05T19:38:59.035Z | Downloaded strum v0.27.2 |
| 1043 | 2026-06-05T19:38:59.038Z | Downloaded slog-dtrace v0.3.0 |
| 1044 | 2026-06-05T19:38:59.038Z | Downloaded slab v0.4.12 |
| 1045 | 2026-06-05T19:38:59.038Z | Downloaded slog-async v2.8.0 |
| 1046 | 2026-06-05T19:38:59.038Z | Downloaded progenitor-impl v0.14.0 |
| 1047 | 2026-06-05T19:38:59.041Z | Downloaded progenitor-impl v0.13.0 |
| 1048 | 2026-06-05T19:38:59.041Z | Downloaded snafu-derive v0.8.9 |
| 1049 | 2026-06-05T19:38:59.044Z | Downloaded tabwriter v1.4.1 |
| 1050 | 2026-06-05T19:38:59.046Z | Downloaded termtree v0.5.1 |
| 1051 | 2026-06-05T19:38:59.047Z | Downloaded take_mut v0.2.2 |
| 1052 | 2026-06-05T19:38:59.049Z | Downloaded spki v0.7.3 |
| 1053 | 2026-06-05T19:38:59.052Z | Downloaded smallvec v0.6.14 |
| 1054 | 2026-06-05T19:38:59.052Z | Downloaded sec1 v0.7.3 |
| 1055 | 2026-06-05T19:38:59.052Z | Downloaded slog-stdlog v4.1.1 |
| 1056 | 2026-06-05T19:38:59.055Z | Downloaded serde_cbor v0.11.2 |
| 1057 | 2026-06-05T19:38:59.055Z | Downloaded itertools v0.10.5 |
| 1058 | 2026-06-05T19:38:59.059Z | Downloaded crossterm v0.29.0 |
| 1059 | 2026-06-05T19:38:59.063Z | Downloaded ron v0.8.1 |
| 1060 | 2026-06-05T19:38:59.067Z | Downloaded time-core v0.1.8 |
| 1061 | 2026-06-05T19:38:59.070Z | Downloaded thread-id v5.1.0 |
| 1062 | 2026-06-05T19:38:59.070Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1063 | 2026-06-05T19:38:59.073Z | Downloaded testing_table v0.3.0 |
| 1064 | 2026-06-05T19:38:59.073Z | Downloaded serde_with_macros v3.17.0 |
| 1065 | 2026-06-05T19:38:59.075Z | Downloaded strsim v0.10.0 |
| 1066 | 2026-06-05T19:38:59.075Z | Downloaded string_cache v0.8.9 |
| 1067 | 2026-06-05T19:38:59.075Z | Downloaded static_assertions v1.1.0 |
| 1068 | 2026-06-05T19:38:59.078Z | Downloaded stacker v0.1.23 |
| 1069 | 2026-06-05T19:38:59.081Z | Downloaded tinyvec_macros v0.1.1 |
| 1070 | 2026-06-05T19:38:59.081Z | Downloaded stringprep v0.1.5 |
| 1071 | 2026-06-05T19:38:59.081Z | Downloaded rayon-core v1.13.0 |
| 1072 | 2026-06-05T19:38:59.084Z | Downloaded strum_macros v0.24.3 |
| 1073 | 2026-06-05T19:38:59.088Z | Downloaded pretty_assertions v1.4.1 |
| 1074 | 2026-06-05T19:38:59.091Z | Downloaded ryu v1.0.23 |
| 1075 | 2026-06-05T19:38:59.093Z | Downloaded tokio-macros v2.7.0 |
| 1076 | 2026-06-05T19:38:59.093Z | Downloaded sync-ptr v0.1.4 |
| 1077 | 2026-06-05T19:38:59.096Z | Downloaded support-bundle-viewer v0.1.2 |
| 1078 | 2026-06-05T19:38:59.099Z | Downloaded aes-gcm v0.10.3 |
| 1079 | 2026-06-05T19:38:59.102Z | Downloaded strum_macros v0.26.4 |
| 1080 | 2026-06-05T19:38:59.104Z | Downloaded aes v0.8.4 |
| 1081 | 2026-06-05T19:38:59.107Z | Downloaded quinn v0.11.9 |
| 1082 | 2026-06-05T19:38:59.110Z | Downloaded qorb v0.4.1 |
| 1083 | 2026-06-05T19:38:59.113Z | Downloaded nom v7.1.3 |
| 1084 | 2026-06-05T19:38:59.116Z | Downloaded termios v0.3.3 |
| 1085 | 2026-06-05T19:38:59.119Z | Downloaded slog-term v2.9.2 |
| 1086 | 2026-06-05T19:38:59.128Z | Downloaded tower-service v0.3.3 |
| 1087 | 2026-06-05T19:38:59.131Z | Downloaded num-bigint v0.4.6 |
| 1088 | 2026-06-05T19:38:59.134Z | Downloaded thiserror-no-std v2.0.2 |
| 1089 | 2026-06-05T19:38:59.135Z | Downloaded spin v0.9.8 |
| 1090 | 2026-06-05T19:38:59.137Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1091 | 2026-06-05T19:38:59.140Z | Downloaded libxml v0.3.3 |
| 1092 | 2026-06-05T19:38:59.143Z | Downloaded tower-layer v0.3.3 |
| 1093 | 2026-06-05T19:38:59.143Z | Downloaded hyper-util v0.1.20 |
| 1094 | 2026-06-05T19:38:59.147Z | Downloaded tiny-keccak v2.0.2 |
| 1095 | 2026-06-05T19:38:59.149Z | Downloaded time-macros v0.2.27 |
| 1096 | 2026-06-05T19:38:59.152Z | Downloaded try-lock v0.2.5 |
| 1097 | 2026-06-05T19:38:59.152Z | Downloaded similar v2.7.0 |
| 1098 | 2026-06-05T19:38:59.155Z | Downloaded trait-variant v0.1.2 |
| 1099 | 2026-06-05T19:38:59.155Z | Downloaded thread_local v1.1.9 |
| 1100 | 2026-06-05T19:38:59.158Z | Downloaded rand v0.8.6 |
| 1101 | 2026-06-05T19:38:59.161Z | Downloaded typify-macro v0.6.2 |
| 1102 | 2026-06-05T19:38:59.161Z | Downloaded slog v2.8.2 |
| 1103 | 2026-06-05T19:38:59.164Z | Downloaded tls_codec v0.4.2 |
| 1104 | 2026-06-05T19:38:59.164Z | Downloaded topological-sort v0.2.2 |
| 1105 | 2026-06-05T19:38:59.167Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1106 | 2026-06-05T19:38:59.172Z | Downloaded schemars v0.9.0 |
| 1107 | 2026-06-05T19:38:59.179Z | Downloaded unicode-truncate v1.1.0 |
| 1108 | 2026-06-05T19:38:59.185Z | Downloaded unarray v0.1.4 |
| 1109 | 2026-06-05T19:38:59.185Z | Downloaded usdt-macro v0.6.0 |
| 1110 | 2026-06-05T19:38:59.185Z | Downloaded usdt-attr-macro v0.6.0 |
| 1111 | 2026-06-05T19:38:59.185Z | Downloaded usdt v0.6.0 |
| 1112 | 2026-06-05T19:38:59.185Z | Downloaded universal-hash v0.5.1 |
| 1113 | 2026-06-05T19:38:59.185Z | Downloaded unit-prefix v0.5.2 |
| 1114 | 2026-06-05T19:38:59.188Z | Downloaded publicsuffix v2.3.0 |
| 1115 | 2026-06-05T19:38:59.188Z | Downloaded tokio-native-tls v0.3.1 |
| 1116 | 2026-06-05T19:38:59.188Z | Downloaded signal-hook v0.3.18 |
| 1117 | 2026-06-05T19:38:59.191Z | Downloaded itertools v0.13.0 |
| 1118 | 2026-06-05T19:38:59.194Z | Downloaded rsa v0.9.10 |
| 1119 | 2026-06-05T19:38:59.197Z | Downloaded tokio-tungstenite v0.23.1 |
| 1120 | 2026-06-05T19:38:59.200Z | Downloaded mio v1.2.0 |
| 1121 | 2026-06-05T19:38:59.203Z | Downloaded hashbrown v0.16.1 |
| 1122 | 2026-06-05T19:38:59.206Z | Downloaded iri-string v0.7.10 |
| 1123 | 2026-06-05T19:38:59.210Z | Downloaded utf-8 v0.7.6 |
| 1124 | 2026-06-05T19:38:59.213Z | Downloaded aho-corasick v1.1.4 |
| 1125 | 2026-06-05T19:38:59.215Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1126 | 2026-06-05T19:38:59.215Z | Downloaded tokio-tungstenite v0.21.0 |
| 1127 | 2026-06-05T19:38:59.218Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1128 | 2026-06-05T19:38:59.218Z | Downloaded socket2 v0.6.3 |
| 1129 | 2026-06-05T19:38:59.221Z | Downloaded itertools v0.12.1 |
| 1130 | 2026-06-05T19:38:59.224Z | Downloaded sqlformat v0.3.5 |
| 1131 | 2026-06-05T19:38:59.226Z | Downloaded term v0.7.0 |
| 1132 | 2026-06-05T19:38:59.229Z | Downloaded num-bigint-dig v0.8.6 |
| 1133 | 2026-06-05T19:38:59.232Z | Downloaded waitgroup v0.1.2 |
| 1134 | 2026-06-05T19:38:59.232Z | Downloaded wait-timeout v0.2.1 |
| 1135 | 2026-06-05T19:38:59.232Z | Downloaded untrusted v0.7.1 |
| 1136 | 2026-06-05T19:38:59.235Z | Downloaded hashbrown v0.15.5 |
| 1137 | 2026-06-05T19:38:59.239Z | Downloaded rand v0.9.2 |
| 1138 | 2026-06-05T19:38:59.239Z | Downloaded tui-tree-widget v0.23.1 |
| 1139 | 2026-06-05T19:38:59.241Z | Downloaded strum_macros v0.27.2 |
| 1140 | 2026-06-05T19:38:59.242Z | Downloaded typify-macro v0.4.3 |
| 1141 | 2026-06-05T19:38:59.242Z | Downloaded tokio-dtrace v0.1.1 |
| 1142 | 2026-06-05T19:38:59.242Z | Downloaded tls_codec_derive v0.4.2 |
| 1143 | 2026-06-05T19:38:59.244Z | Downloaded schemars v0.8.22 |
| 1144 | 2026-06-05T19:38:59.250Z | Downloaded want v0.3.1 |
| 1145 | 2026-06-05T19:38:59.253Z | Downloaded void v1.0.2 |
| 1146 | 2026-06-05T19:38:59.253Z | Downloaded subprocess v0.2.15 |
| 1147 | 2026-06-05T19:38:59.256Z | Downloaded usdt-impl v0.6.0 |
| 1148 | 2026-06-05T19:38:59.256Z | Downloaded rustls-webpki v0.103.9 |
| 1149 | 2026-06-05T19:38:59.261Z | Downloaded tokio-rustls v0.24.1 |
| 1150 | 2026-06-05T19:38:59.261Z | Downloaded untrusted v0.9.0 |
| 1151 | 2026-06-05T19:38:59.264Z | Downloaded unicase v2.9.0 |
| 1152 | 2026-06-05T19:38:59.264Z | Downloaded xattr v1.6.1 |
| 1153 | 2026-06-05T19:38:59.268Z | Downloaded xshell-macros v0.2.7 |
| 1154 | 2026-06-05T19:38:59.271Z | Downloaded snafu v0.8.9 |
| 1155 | 2026-06-05T19:38:59.274Z | Downloaded tokio-rustls v0.26.4 |
| 1156 | 2026-06-05T19:38:59.277Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1157 | 2026-06-05T19:38:59.277Z | Downloaded term v1.2.1 |
| 1158 | 2026-06-05T19:38:59.279Z | Downloaded samael v0.0.19 |
| 1159 | 2026-06-05T19:38:59.282Z | Downloaded zeroize_derive v1.4.3 |
| 1160 | 2026-06-05T19:38:59.287Z | Downloaded tokio-stream v0.1.18 |
| 1161 | 2026-06-05T19:38:59.290Z | Downloaded itertools v0.14.0 |
| 1162 | 2026-06-05T19:38:59.295Z | Downloaded test-strategy v0.4.5 |
| 1163 | 2026-06-05T19:38:59.298Z | Downloaded nom v8.0.0 |
| 1164 | 2026-06-05T19:38:59.301Z | Downloaded socket2 v0.5.10 |
| 1165 | 2026-06-05T19:38:59.301Z | Downloaded hkdf v0.12.4 |
| 1166 | 2026-06-05T19:38:59.306Z | Downloaded uzers v0.12.2 |
| 1167 | 2026-06-05T19:38:59.306Z | Downloaded zone_cfg_derive v0.3.1 |
| 1168 | 2026-06-05T19:38:59.310Z | Downloaded vergen-lib v0.1.6 |
| 1169 | 2026-06-05T19:38:59.310Z | Downloaded vergen-gitcl v1.0.8 |
| 1170 | 2026-06-05T19:38:59.313Z | Downloaded libm v0.2.16 |
| 1171 | 2026-06-05T19:38:59.317Z | Downloaded whoami v1.6.1 |
| 1172 | 2026-06-05T19:38:59.320Z | Downloaded twox-hash v2.1.2 |
| 1173 | 2026-06-05T19:38:59.320Z | Downloaded p521 v0.13.3 |
| 1174 | 2026-06-05T19:38:59.324Z | Downloaded vergen-lib v9.1.0 |
| 1175 | 2026-06-05T19:38:59.327Z | Downloaded futures-util v0.3.32 |
| 1176 | 2026-06-05T19:38:59.330Z | Downloaded wyz v0.5.1 |
| 1177 | 2026-06-05T19:38:59.333Z | Downloaded hyper v1.8.1 |
| 1178 | 2026-06-05T19:38:59.337Z | Downloaded tokio-rustls v0.25.0 |
| 1179 | 2026-06-05T19:38:59.337Z | Downloaded h2 v0.4.13 |
| 1180 | 2026-06-05T19:38:59.339Z | Downloaded whoami v2.1.0 |
| 1181 | 2026-06-05T19:38:59.342Z | Downloaded unicode-properties v0.1.4 |
| 1182 | 2026-06-05T19:38:59.342Z | Downloaded tracing-attributes v0.1.31 |
| 1183 | 2026-06-05T19:38:59.345Z | Downloaded tar v0.4.45 |
| 1184 | 2026-06-05T19:38:59.345Z | Downloaded vergen v9.1.0 |
| 1185 | 2026-06-05T19:38:59.348Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1186 | 2026-06-05T19:38:59.348Z | Downloaded toml v0.7.8 |
| 1187 | 2026-06-05T19:38:59.351Z | Downloaded schemars v1.2.1 |
| 1188 | 2026-06-05T19:38:59.358Z | Downloaded zstd v0.13.3 |
| 1189 | 2026-06-05T19:38:59.361Z | Downloaded zeroize v1.8.2 |
| 1190 | 2026-06-05T19:38:59.364Z | Downloaded zstd-safe v7.2.4 |
| 1191 | 2026-06-05T19:38:59.364Z | Downloaded blake3 v1.8.3 |
| 1192 | 2026-06-05T19:38:59.369Z | Downloaded russh v0.45.0 |
| 1193 | 2026-06-05T19:38:59.372Z | Downloaded walkdir v2.5.0 |
| 1194 | 2026-06-05T19:38:59.374Z | Downloaded vsss-rs v3.3.4 |
| 1195 | 2026-06-05T19:38:59.375Z | Downloaded tinyvec v1.10.0 |
| 1196 | 2026-06-05T19:38:59.377Z | Downloaded rand v0.10.0 |
| 1197 | 2026-06-05T19:38:59.380Z | Downloaded tracing-core v0.1.36 |
| 1198 | 2026-06-05T19:38:59.381Z | Downloaded iddqd v0.4.2 |
| 1199 | 2026-06-05T19:38:59.385Z | Downloaded vergen-git2 v9.1.0 |
| 1200 | 2026-06-05T19:38:59.387Z | Downloaded typify v0.4.3 |
| 1201 | 2026-06-05T19:38:59.390Z | Downloaded unsafe-libyaml v0.2.11 |
| 1202 | 2026-06-05T19:38:59.390Z | Downloaded typify v0.6.2 |
| 1203 | 2026-06-05T19:38:59.394Z | Downloaded zerocopy v0.6.6 |
| 1204 | 2026-06-05T19:38:59.396Z | Downloaded yasna v0.5.2 |
| 1205 | 2026-06-05T19:38:59.396Z | Downloaded unicode-bidi v0.3.18 |
| 1206 | 2026-06-05T19:38:59.396Z | Downloaded tungstenite v0.21.0 |
| 1207 | 2026-06-05T19:38:59.399Z | Downloaded xshell v0.2.7 |
| 1208 | 2026-06-05T19:38:59.403Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1209 | 2026-06-05T19:38:59.414Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1210 | 2026-06-05T19:38:59.423Z | Downloaded zone v0.3.1 |
| 1211 | 2026-06-05T19:38:59.426Z | Downloaded serde_with v1.14.0 |
| 1212 | 2026-06-05T19:38:59.429Z | Downloaded steno v0.4.1 |
| 1213 | 2026-06-05T19:38:59.431Z | Downloaded vte v0.14.1 |
| 1214 | 2026-06-05T19:38:59.431Z | Downloaded rustyline v14.0.0 |
| 1215 | 2026-06-05T19:38:59.435Z | Downloaded tungstenite v0.23.0 |
| 1216 | 2026-06-05T19:38:59.439Z | Downloaded reedline v0.40.0 |
| 1217 | 2026-06-05T19:38:59.442Z | Downloaded tokio-postgres v0.7.16 |
| 1218 | 2026-06-05T19:38:59.470Z | Downloaded uuid v1.23.0 |
| 1219 | 2026-06-05T19:38:59.473Z | Downloaded zopfli v0.8.3 |
| 1220 | 2026-06-05T19:38:59.476Z | Downloaded rpassword v7.4.0 |
| 1221 | 2026-06-05T19:38:59.479Z | Downloaded regex v1.12.3 |
| 1222 | 2026-06-05T19:38:59.482Z | Downloaded reqwest v0.12.28 |
| 1223 | 2026-06-05T19:38:59.486Z | Downloaded git2 v0.20.4 |
| 1224 | 2026-06-05T19:38:59.491Z | Downloaded toml_edit v0.19.15 |
| 1225 | 2026-06-05T19:38:59.500Z | Downloaded zip v0.6.6 |
| 1226 | 2026-06-05T19:38:59.504Z | Downloaded unicode_categories v0.1.1 |
| 1227 | 2026-06-05T19:38:59.506Z | Downloaded chrono v0.4.44 |
| 1228 | 2026-06-05T19:38:59.515Z | Downloaded p384 v0.13.1 |
| 1229 | 2026-06-05T19:38:59.526Z | Downloaded ssh-key v0.6.7 |
| 1230 | 2026-06-05T19:38:59.529Z | Downloaded rayon v1.11.0 |
| 1231 | 2026-06-05T19:38:59.536Z | Downloaded bitvec v1.0.1 |
| 1232 | 2026-06-05T19:38:59.544Z | Downloaded yansi v1.0.1 |
| 1233 | 2026-06-05T19:38:59.548Z | Downloaded bindgen v0.71.1 |
| 1234 | 2026-06-05T19:38:59.550Z | Downloaded tower v0.5.3 |
| 1235 | 2026-06-05T19:38:59.555Z | Downloaded lalrpop v0.19.12 |
| 1236 | 2026-06-05T19:38:59.560Z | Downloaded typed-path v0.9.3 |
| 1237 | 2026-06-05T19:38:59.563Z | Downloaded x509-cert v0.2.5 |
| 1238 | 2026-06-05T19:38:59.567Z | Downloaded unicode-segmentation v1.12.0 |
| 1239 | 2026-06-05T19:38:59.570Z | Downloaded reqwest v0.13.2 |
| 1240 | 2026-06-05T19:38:59.572Z | Downloaded portable-atomic v1.13.1 |
| 1241 | 2026-06-05T19:38:59.576Z | Downloaded zerocopy-derive v0.8.40 |
| 1242 | 2026-06-05T19:38:59.581Z | Downloaded salty v0.3.0 |
| 1243 | 2026-06-05T19:38:59.585Z | Downloaded moka v0.12.13 |
| 1244 | 2026-06-05T19:38:59.589Z | Downloaded goblin v0.10.5 |
| 1245 | 2026-06-05T19:38:59.594Z | Downloaded rustls-webpki v0.101.7 |
| 1246 | 2026-06-05T19:38:59.601Z | Downloaded unicode-normalization v0.1.25 |
| 1247 | 2026-06-05T19:38:59.604Z | Downloaded quick-xml v0.37.5 |
| 1248 | 2026-06-05T19:38:59.608Z | Downloaded proptest v1.10.0 |
| 1249 | 2026-06-05T19:38:59.612Z | Downloaded tokio-util v0.7.18 |
| 1250 | 2026-06-05T19:38:59.616Z | Downloaded petname v2.0.2 |
| 1251 | 2026-06-05T19:38:59.625Z | Downloaded tough v0.22.0 |
| 1252 | 2026-06-05T19:38:59.630Z | Downloaded tower-http v0.6.8 |
| 1253 | 2026-06-05T19:38:59.640Z | Downloaded serde_with v3.17.0 |
| 1254 | 2026-06-05T19:38:59.647Z | Downloaded rustls-webpki v0.102.8 |
| 1255 | 2026-06-05T19:38:59.657Z | Downloaded zip v4.6.1 |
| 1256 | 2026-06-05T19:38:59.660Z | Downloaded nix v0.27.1 |
| 1257 | 2026-06-05T19:38:59.669Z | Downloaded object v0.30.4 |
| 1258 | 2026-06-05T19:38:59.674Z | Downloaded radix_trie v0.2.1 |
| 1259 | 2026-06-05T19:38:59.677Z | Downloaded quinn-proto v0.11.13 |
| 1260 | 2026-06-05T19:38:59.684Z | Downloaded polar-core v0.27.3 |
| 1261 | 2026-06-05T19:38:59.705Z | Downloaded bstr v1.12.1 |
| 1262 | 2026-06-05T19:38:59.710Z | Downloaded winnow v0.5.40 |
| 1263 | 2026-06-05T19:38:59.716Z | Downloaded curve25519-dalek v4.1.3 |
| 1264 | 2026-06-05T19:38:59.744Z | Downloaded smoltcp v0.9.1 |
| 1265 | 2026-06-05T19:38:59.750Z | Downloaded nix v0.28.0 |
| 1266 | 2026-06-05T19:38:59.757Z | Downloaded openssl v0.10.79 |
| 1267 | 2026-06-05T19:38:59.761Z | Downloaded regex-syntax v0.6.29 |
| 1268 | 2026-06-05T19:38:59.765Z | Downloaded hickory-proto v0.24.4 |
| 1269 | 2026-06-05T19:38:59.774Z | Downloaded winnow v0.6.26 |
| 1270 | 2026-06-05T19:38:59.778Z | Downloaded webpki-roots v1.0.6 |
| 1271 | 2026-06-05T19:38:59.781Z | Downloaded object v0.37.3 |
| 1272 | 2026-06-05T19:38:59.800Z | Downloaded smoltcp v0.11.0 |
| 1273 | 2026-06-05T19:38:59.807Z | Downloaded regex-syntax v0.8.10 |
| 1274 | 2026-06-05T19:38:59.811Z | Downloaded time v0.3.47 |
| 1275 | 2026-06-05T19:38:59.818Z | Downloaded tabled v0.20.0 |
| 1276 | 2026-06-05T19:38:59.827Z | Downloaded zlib-rs v0.6.2 |
| 1277 | 2026-06-05T19:38:59.830Z | Downloaded vcpkg v0.2.15 |
| 1278 | 2026-06-05T19:38:59.852Z | Downloaded rustix v0.38.44 |
| 1279 | 2026-06-05T19:38:59.865Z | Downloaded hickory-proto v0.25.2 |
| 1280 | 2026-06-05T19:38:59.874Z | Downloaded dropshot v0.17.0 |
| 1281 | 2026-06-05T19:38:59.887Z | Downloaded zerocopy v0.8.40 |
| 1282 | 2026-06-05T19:38:59.892Z | Downloaded nix v0.31.2 |
| 1283 | 2026-06-05T19:38:59.899Z | Downloaded rustls v0.22.4 |
| 1284 | 2026-06-05T19:38:59.907Z | Downloaded regress v0.11.1 |
| 1285 | 2026-06-05T19:38:59.912Z | Downloaded openapiv3 v2.2.0 |
| 1286 | 2026-06-05T19:38:59.919Z | Downloaded rustls v0.23.37 |
| 1287 | 2026-06-05T19:38:59.926Z | Downloaded diesel v2.3.7 |
| 1288 | 2026-06-05T19:38:59.938Z | Downloaded tracing v0.1.44 |
| 1289 | 2026-06-05T19:38:59.950Z | Downloaded regress v0.10.5 |
| 1290 | 2026-06-05T19:38:59.955Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1291 | 2026-06-05T19:38:59.963Z | Downloaded rustls v0.21.12 |
| 1292 | 2026-06-05T19:38:59.982Z | Downloaded sqlparser v0.61.0 |
| 1293 | 2026-06-05T19:38:59.987Z | Downloaded regex-automata v0.4.14 |
| 1294 | 2026-06-05T19:39:00.006Z | Downloaded petgraph v0.6.5 |
| 1295 | 2026-06-05T19:39:00.017Z | Downloaded sled v0.34.7 |
| 1296 | 2026-06-05T19:39:00.023Z | Downloaded jiff v0.2.21 |
| 1297 | 2026-06-05T19:39:00.034Z | Downloaded typify-impl v0.6.2 |
| 1298 | 2026-06-05T19:39:00.042Z | Downloaded typify-impl v0.4.3 |
| 1299 | 2026-06-05T19:39:00.051Z | Downloaded ratatui v0.29.0 |
| 1300 | 2026-06-05T19:39:00.062Z | Downloaded petgraph v0.8.3 |
| 1301 | 2026-06-05T19:39:00.076Z | Downloaded chrono-tz v0.10.4 |
| 1302 | 2026-06-05T19:39:00.086Z | Downloaded zerocopy-derive v0.6.6 |
| 1303 | 2026-06-05T19:39:00.091Z | Downloaded libz-sys v1.1.24 |
| 1304 | 2026-06-05T19:39:00.166Z | Downloaded csv v1.4.0 |
| 1305 | 2026-06-05T19:39:00.177Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1306 | 2026-06-05T19:39:00.188Z | Downloaded sha3 v0.10.8 |
| 1307 | 2026-06-05T19:39:00.210Z | Downloaded tokio v1.52.1 |
| 1308 | 2026-06-05T19:39:00.233Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1309 | 2026-06-05T19:39:00.288Z | Downloaded encoding_rs v0.8.35 |
| 1310 | 2026-06-05T19:39:00.302Z | Downloaded ring v0.17.14 |
| 1311 | 2026-06-05T19:39:00.728Z | Downloaded aws-lc-sys v0.40.0 |
| 1312 | 2026-06-05T19:39:00.976Z | Compiling libc v0.2.185 |
| 1313 | 2026-06-05T19:39:00.977Z | Compiling serde v1.0.228 |
| 1314 | 2026-06-05T19:39:00.981Z | Compiling log v0.4.29 |
| 1315 | 2026-06-05T19:39:00.981Z | Compiling find-msvc-tools v0.1.9 |
| 1316 | 2026-06-05T19:39:00.981Z | Compiling shlex v1.3.0 |
| 1317 | 2026-06-05T19:39:00.981Z | Compiling syn v2.0.117 |
| 1318 | 2026-06-05T19:39:00.981Z | Compiling smallvec v1.15.1 |
| 1319 | 2026-06-05T19:39:00.981Z | Compiling typenum v1.19.0 |
| 1320 | 2026-06-05T19:39:01.297Z | Compiling generic-array v0.14.7 |
| 1321 | 2026-06-05T19:39:01.322Z | Compiling subtle v2.6.1 |
| 1322 | 2026-06-05T19:39:01.362Z | Compiling scopeguard v1.2.0 |
| 1323 | 2026-06-05T19:39:01.390Z | Compiling const-oid v0.9.6 |
| 1324 | 2026-06-05T19:39:01.445Z | Compiling lock_api v0.4.14 |
| 1325 | 2026-06-05T19:39:01.462Z | Compiling serde_json v1.0.149 |
| 1326 | 2026-06-05T19:39:01.501Z | Compiling zerocopy v0.8.40 |
| 1327 | 2026-06-05T19:39:01.541Z | Compiling pin-project-lite v0.2.17 |
| 1328 | 2026-06-05T19:39:01.629Z | Compiling portable-atomic v1.13.1 |
| 1329 | 2026-06-05T19:39:01.665Z | Compiling parking_lot_core v0.9.12 |
| 1330 | 2026-06-05T19:39:01.917Z | Compiling pkg-config v0.3.32 |
| 1331 | 2026-06-05T19:39:01.931Z | Compiling bitflags v2.11.0 |
| 1332 | 2026-06-05T19:39:02.025Z | Compiling getrandom v0.2.17 |
| 1333 | 2026-06-05T19:39:02.075Z | Compiling jobserver v0.1.34 |
| 1334 | 2026-06-05T19:39:02.088Z | Compiling errno v0.3.14 |
| 1335 | 2026-06-05T19:39:02.148Z | Compiling rand_core v0.6.4 |
| 1336 | 2026-06-05T19:39:02.240Z | Compiling signal-hook-registry v1.4.8 |
| 1337 | 2026-06-05T19:39:02.414Z | Compiling cc v1.2.56 |
| 1338 | 2026-06-05T19:39:02.441Z | Compiling futures-core v0.3.32 |
| 1339 | 2026-06-05T19:39:02.455Z | Compiling critical-section v1.2.0 |
| 1340 | 2026-06-05T19:39:02.494Z | Compiling libm v0.2.16 |
| 1341 | 2026-06-05T19:39:02.519Z | Compiling parking_lot v0.12.5 |
| 1342 | 2026-06-05T19:39:02.555Z | Compiling once_cell v1.21.3 |
| 1343 | 2026-06-05T19:39:02.585Z | Compiling mio v1.2.0 |
| 1344 | 2026-06-05T19:39:02.648Z | Compiling num-traits v0.2.19 |
| 1345 | 2026-06-05T19:39:02.760Z | Compiling percent-encoding v2.3.2 |
| 1346 | 2026-06-05T19:39:02.799Z | Compiling socket2 v0.6.3 |
| 1347 | 2026-06-05T19:39:02.876Z | Compiling futures-sink v0.3.32 |
| 1348 | 2026-06-05T19:39:02.940Z | Compiling futures-task v0.3.32 |
| 1349 | 2026-06-05T19:39:02.978Z | Compiling futures-channel v0.3.32 |
| 1350 | 2026-06-05T19:39:02.991Z | Compiling cpufeatures v0.2.17 |
| 1351 | 2026-06-05T19:39:03.043Z | Compiling slab v0.4.12 |
| 1352 | 2026-06-05T19:39:03.060Z | Compiling getrandom v0.4.1 |
| 1353 | 2026-06-05T19:39:03.104Z | Compiling futures-io v0.3.32 |
| 1354 | 2026-06-05T19:39:03.184Z | Compiling rand_core v0.10.0 |
| 1355 | 2026-06-05T19:39:03.216Z | Compiling indexmap v2.14.0 |
| 1356 | 2026-06-05T19:39:03.332Z | Compiling getrandom v0.3.4 |
| 1357 | 2026-06-05T19:39:03.386Z | Compiling rustversion v1.0.22 |
| 1358 | 2026-06-05T19:39:03.413Z | Compiling cmake v0.1.57 |
| 1359 | 2026-06-05T19:39:03.811Z | Compiling form_urlencoded v1.2.2 |
| 1360 | 2026-06-05T19:39:03.864Z | Compiling dunce v1.0.5 |
| 1361 | 2026-06-05T19:39:03.926Z | Compiling fs_extra v1.3.0 |
| 1362 | 2026-06-05T19:39:03.996Z | Compiling base64ct v1.8.3 |
| 1363 | 2026-06-05T19:39:04.072Z | Compiling synstructure v0.13.2 |
| 1364 | 2026-06-05T19:39:04.097Z | Compiling ident_case v1.0.1 |
| 1365 | 2026-06-05T19:39:04.200Z | Compiling aws-lc-sys v0.40.0 |
| 1366 | 2026-06-05T19:39:04.229Z | Compiling pem-rfc7468 v0.7.0 |
| 1367 | 2026-06-05T19:39:04.295Z | Compiling rustix v1.1.3 |
| 1368 | 2026-06-05T19:39:04.352Z | Compiling regex-syntax v0.8.10 |
| 1369 | 2026-06-05T19:39:04.383Z | Compiling iana-time-zone v0.1.65 |
| 1370 | 2026-06-05T19:39:04.540Z | Compiling flagset v0.4.7 |
| 1371 | 2026-06-05T19:39:04.544Z | Compiling rand_core v0.9.5 |
| 1372 | 2026-06-05T19:39:04.587Z | Compiling ring v0.17.14 |
| 1373 | 2026-06-05T19:39:04.672Z | Compiling vcpkg v0.2.15 |
| 1374 | 2026-06-05T19:39:04.697Z | Compiling aws-lc-rs v1.16.3 |
| 1375 | 2026-06-05T19:39:04.830Z | Compiling uuid v1.23.0 |
| 1376 | 2026-06-05T19:39:04.983Z | Compiling rustc_version v0.4.1 |
| 1377 | 2026-06-05T19:39:05.322Z | Compiling tracing-core v0.1.36 |
| 1378 | 2026-06-05T19:39:05.422Z | Compiling openssl-sys v0.9.115 |
| 1379 | 2026-06-05T19:39:05.551Z | Compiling base64 v0.22.1 |
| 1380 | 2026-06-05T19:39:05.785Z | Compiling serde_derive v1.0.228 |
| 1381 | 2026-06-05T19:39:05.884Z | Compiling zeroize_derive v1.4.3 |
| 1382 | 2026-06-05T19:39:05.888Z | Compiling zerofrom-derive v0.1.6 |
| 1383 | 2026-06-05T19:39:05.947Z | Compiling yoke-derive v0.8.1 |
| 1384 | 2026-06-05T19:39:06.058Z | Compiling zerovec-derive v0.11.2 |
| 1385 | 2026-06-05T19:39:06.524Z | Compiling zeroize v1.8.2 |
| 1386 | 2026-06-05T19:39:06.742Z | Compiling zerocopy-derive v0.8.40 |
| 1387 | 2026-06-05T19:39:07.120Z | Compiling displaydoc v0.2.5 |
| 1388 | 2026-06-05T19:39:07.190Z | Compiling tokio-macros v2.7.0 |
| 1389 | 2026-06-05T19:39:07.301Z | Compiling crypto-common v0.1.7 |
| 1390 | 2026-06-05T19:39:07.317Z | Compiling zerofrom v0.1.6 |
| 1391 | 2026-06-05T19:39:07.445Z | Compiling yoke v0.8.1 |
| 1392 | 2026-06-05T19:39:07.459Z | Compiling block-buffer v0.10.4 |
| 1393 | 2026-06-05T19:39:07.619Z | Compiling zerovec v0.11.5 |
| 1394 | 2026-06-05T19:39:07.633Z | Compiling digest v0.10.7 |
| 1395 | 2026-06-05T19:39:07.853Z | Compiling zerotrie v0.2.3 |
| 1396 | 2026-06-05T19:39:07.876Z | Compiling futures-macro v0.3.32 |
| 1397 | 2026-06-05T19:39:07.902Z | Compiling hmac v0.12.1 |
| 1398 | 2026-06-05T19:39:08.053Z | Compiling tinystr v0.8.2 |
| 1399 | 2026-06-05T19:39:08.114Z | Compiling potential_utf v0.1.4 |
| 1400 | 2026-06-05T19:39:08.140Z | Compiling block-padding v0.3.3 |
| 1401 | 2026-06-05T19:39:08.294Z | Compiling icu_locale_core v2.1.1 |
| 1402 | 2026-06-05T19:39:08.309Z | Compiling icu_collections v2.1.1 |
| 1403 | 2026-06-05T19:39:08.344Z | Compiling inout v0.1.4 |
| 1404 | 2026-06-05T19:39:08.509Z | Compiling cipher v0.4.4 |
| 1405 | 2026-06-05T19:39:08.701Z | Compiling futures-util v0.3.32 |
| 1406 | 2026-06-05T19:39:08.765Z | Compiling sha2 v0.10.9 |
| 1407 | 2026-06-05T19:39:08.779Z | Compiling der_derive v0.7.3 |
| 1408 | 2026-06-05T19:39:09.180Z | Compiling icu_provider v2.1.1 |
| 1409 | 2026-06-05T19:39:09.285Z | Compiling bytes v1.11.1 |
| 1410 | 2026-06-05T19:39:09.312Z | Compiling chrono v0.4.44 |
| 1411 | 2026-06-05T19:39:09.482Z | Compiling icu_normalizer v2.1.1 |
| 1412 | 2026-06-05T19:39:09.739Z | Compiling icu_properties v2.1.2 |
| 1413 | 2026-06-05T19:39:09.899Z | Compiling tokio v1.52.1 |
| 1414 | 2026-06-05T19:39:10.023Z | Compiling http v1.4.0 |
| 1415 | 2026-06-05T19:39:10.146Z | Compiling der v0.7.10 |
| 1416 | 2026-06-05T19:39:10.670Z | Compiling idna_adapter v1.2.1 |
| 1417 | 2026-06-05T19:39:10.807Z | Compiling idna v1.1.0 |
| 1418 | 2026-06-05T19:39:10.821Z | Compiling salsa20 v0.10.2 |
| 1419 | 2026-06-05T19:39:10.891Z | Compiling pbkdf2 v0.12.2 |
| 1420 | 2026-06-05T19:39:10.912Z | Compiling rustls-pki-types v1.14.0 |
| 1421 | 2026-06-05T19:39:10.951Z | Compiling spki v0.7.3 |
| 1422 | 2026-06-05T19:39:11.002Z | Compiling ppv-lite86 v0.2.21 |
| 1423 | 2026-06-05T19:39:11.151Z | Compiling url v2.5.8 |
| 1424 | 2026-06-05T19:39:11.169Z | Compiling tracing-attributes v0.1.31 |
| 1425 | 2026-06-05T19:39:11.314Z | Compiling thiserror-impl v2.0.18 |
| 1426 | 2026-06-05T19:39:11.329Z | Compiling rand_chacha v0.9.0 |
| 1427 | 2026-06-05T19:39:11.347Z | Compiling scrypt v0.11.0 |
| 1428 | 2026-06-05T19:39:11.447Z | Compiling http-body v1.0.1 |
| 1429 | 2026-06-05T19:39:11.588Z | Compiling aes v0.8.4 |
| 1430 | 2026-06-05T19:39:11.602Z | Compiling cbc v0.1.2 |
| 1431 | 2026-06-05T19:39:11.814Z | Compiling httparse v1.10.1 |
| 1432 | 2026-06-05T19:39:11.922Z | Compiling untrusted v0.7.1 |
| 1433 | 2026-06-05T19:39:12.007Z | Compiling openssl-probe v0.2.1 |
| 1434 | 2026-06-05T19:39:12.044Z | Compiling untrusted v0.9.0 |
| 1435 | 2026-06-05T19:39:12.143Z | Compiling tinyvec_macros v0.1.1 |
| 1436 | 2026-06-05T19:39:12.210Z | Compiling tinyvec v1.10.0 |
| 1437 | 2026-06-05T19:39:12.224Z | Compiling pkcs5 v0.7.1 |
| 1438 | 2026-06-05T19:39:12.445Z | Compiling tracing v0.1.44 |
| 1439 | 2026-06-05T19:39:12.549Z | Compiling pest_generator v2.8.6 |
| 1440 | 2026-06-05T19:39:12.612Z | Compiling thiserror v2.0.18 |
| 1441 | 2026-06-05T19:39:12.626Z | Compiling rand v0.9.2 |
| 1442 | 2026-06-05T19:39:12.682Z | Compiling serde_derive_internals v0.29.1 |
| 1443 | 2026-06-05T19:39:12.705Z | Compiling aho-corasick v1.1.4 |
| 1444 | 2026-06-05T19:39:12.720Z | Compiling dyn-clone v1.0.20 |
| 1445 | 2026-06-05T19:39:12.856Z | Compiling atomic-waker v1.1.2 |
| 1446 | 2026-06-05T19:39:12.978Z | Compiling tower-service v0.3.3 |
| 1447 | 2026-06-05T19:39:13.072Z | Compiling rustls v0.23.37 |
| 1448 | 2026-06-05T19:39:13.223Z | Compiling schemars v0.8.22 |
| 1449 | 2026-06-05T19:39:13.265Z | Compiling try-lock v0.2.5 |
| 1450 | 2026-06-05T19:39:13.376Z | Compiling tower-layer v0.3.3 |
| 1451 | 2026-06-05T19:39:13.437Z | Compiling want v0.3.1 |
| 1452 | 2026-06-05T19:39:13.469Z | Compiling pest_derive v2.8.6 |
| 1453 | 2026-06-05T19:39:13.534Z | Compiling regex-automata v0.4.14 |
| 1454 | 2026-06-05T19:39:13.601Z | Compiling tokio-util v0.7.18 |
| 1455 | 2026-06-05T19:39:13.613Z | Compiling schemars_derive v0.8.22 |
| 1456 | 2026-06-05T19:39:13.883Z | Compiling pkcs8 v0.10.2 |
| 1457 | 2026-06-05T19:39:14.195Z | Compiling ipnet v2.11.0 |
| 1458 | 2026-06-05T19:39:14.251Z | Compiling scroll_derive v0.13.1 |
| 1459 | 2026-06-05T19:39:14.414Z | Compiling h2 v0.4.13 |
| 1460 | 2026-06-05T19:39:14.632Z | Compiling darling_core v0.20.11 |
| 1461 | 2026-06-05T19:39:14.690Z | Compiling httpdate v1.0.3 |
| 1462 | 2026-06-05T19:39:14.850Z | Compiling openssl v0.10.79 |
| 1463 | 2026-06-05T19:39:14.910Z | Compiling pin-utils v0.1.0 |
| 1464 | 2026-06-05T19:39:14.983Z | Compiling foreign-types-shared v0.1.1 |
| 1465 | 2026-06-05T19:39:15.038Z | Compiling scroll v0.13.0 |
| 1466 | 2026-06-05T19:39:15.068Z | Compiling foreign-types v0.3.2 |
| 1467 | 2026-06-05T19:39:15.099Z | Compiling tempfile v3.25.0 |
| 1468 | 2026-06-05T19:39:15.297Z | Compiling unicode-normalization v0.1.25 |
| 1469 | 2026-06-05T19:39:15.545Z | Compiling openssl-macros v0.1.1 |
| 1470 | 2026-06-05T19:39:15.741Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1471 | 2026-06-05T19:39:15.870Z | Compiling spin v0.9.8 |
| 1472 | 2026-06-05T19:39:15.928Z | Compiling native-tls v0.2.18 |
| 1473 | 2026-06-05T19:39:16.068Z | Compiling time-core v0.1.8 |
| 1474 | 2026-06-05T19:39:16.120Z | Compiling crc32fast v1.5.0 |
| 1475 | 2026-06-05T19:39:16.134Z | Compiling powerfmt v0.2.0 |
| 1476 | 2026-06-05T19:39:16.212Z | Compiling num-conv v0.2.0 |
| 1477 | 2026-06-05T19:39:16.337Z | Compiling deranged v0.5.8 |
| 1478 | 2026-06-05T19:39:16.354Z | Compiling time-macros v0.2.27 |
| 1479 | 2026-06-05T19:39:16.883Z | Compiling darling_macro v0.20.11 |
| 1480 | 2026-06-05T19:39:17.292Z | Compiling hyper v1.8.1 |
| 1481 | 2026-06-05T19:39:17.371Z | Compiling darling v0.20.11 |
| 1482 | 2026-06-05T19:39:17.383Z | Compiling goblin v0.10.5 |
| 1483 | 2026-06-05T19:39:17.448Z | Compiling rustls-native-certs v0.8.3 |
| 1484 | 2026-06-05T19:39:17.565Z | Compiling sync_wrapper v1.0.2 |
| 1485 | 2026-06-05T19:39:17.671Z | Compiling wait-timeout v0.2.1 |
| 1486 | 2026-06-05T19:39:17.734Z | Compiling crossbeam-utils v0.8.21 |
| 1487 | 2026-06-05T19:39:17.927Z | Compiling unicode-segmentation v1.12.0 |
| 1488 | 2026-06-05T19:39:18.016Z | Compiling num_threads v0.1.7 |
| 1489 | 2026-06-05T19:39:18.115Z | Compiling usdt-impl v0.6.0 |
| 1490 | 2026-06-05T19:39:18.317Z | Compiling syn v1.0.109 |
| 1491 | 2026-06-05T19:39:18.330Z | Compiling quick-error v1.2.3 |
| 1492 | 2026-06-05T19:39:18.354Z | Compiling hyper-util v0.1.20 |
| 1493 | 2026-06-05T19:39:18.433Z | Compiling siphasher v1.0.2 |
| 1494 | 2026-06-05T19:39:18.617Z | Compiling simd-adler32 v0.3.8 |
| 1495 | 2026-06-05T19:39:18.617Z | Compiling bit-vec v0.8.0 |
| 1496 | 2026-06-05T19:39:18.859Z | Compiling bit-set v0.8.0 |
| 1497 | 2026-06-05T19:39:18.931Z | Compiling rusty-fork v0.3.1 |
| 1498 | 2026-06-05T19:39:19.038Z | Compiling time v0.3.47 |
| 1499 | 2026-06-05T19:39:19.205Z | Compiling tower v0.5.3 |
| 1500 | 2026-06-05T19:39:19.249Z | Compiling derive_builder_core v0.20.2 |
| 1501 | 2026-06-05T19:39:19.601Z | Compiling dtrace-parser v0.3.0 |
| 1502 | 2026-06-05T19:39:19.673Z | Compiling http-body-util v0.1.3 |
| 1503 | 2026-06-05T19:39:19.920Z | Compiling webpki-roots v1.0.6 |
| 1504 | 2026-06-05T19:39:20.042Z | Compiling signature v2.2.0 |
| 1505 | 2026-06-05T19:39:20.072Z | Compiling scroll_derive v0.12.1 |
| 1506 | 2026-06-05T19:39:20.121Z | Compiling dof v0.4.0 |
| 1507 | 2026-06-05T19:39:20.219Z | Compiling thiserror-impl v1.0.69 |
| 1508 | 2026-06-05T19:39:20.338Z | Compiling heapless v0.7.17 |
| 1509 | 2026-06-05T19:39:20.574Z | Compiling rand_xorshift v0.4.0 |
| 1510 | 2026-06-05T19:39:20.616Z | Compiling slog v2.8.2 |
| 1511 | 2026-06-05T19:39:20.713Z | Compiling darling_core v0.21.3 |
| 1512 | 2026-06-05T19:39:20.729Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1513 | 2026-06-05T19:39:20.793Z | Compiling thread-id v5.1.0 |
| 1514 | 2026-06-05T19:39:20.877Z | Compiling cookie v0.18.1 |
| 1515 | 2026-06-05T19:39:20.993Z | Compiling paste v1.0.15 |
| 1516 | 2026-06-05T19:39:21.054Z | Compiling signal-hook v0.3.18 |
| 1517 | 2026-06-05T19:39:21.218Z | Compiling adler2 v2.0.1 |
| 1518 | 2026-06-05T19:39:21.251Z | Compiling unicode-properties v0.1.4 |
| 1519 | 2026-06-05T19:39:21.265Z | Compiling allocator-api2 v0.2.21 |
| 1520 | 2026-06-05T19:39:21.349Z | Compiling unarray v0.1.4 |
| 1521 | 2026-06-05T19:39:21.432Z | Compiling unicode-bidi v0.3.18 |
| 1522 | 2026-06-05T19:39:21.455Z | Compiling anyhow v1.0.102 |
| 1523 | 2026-06-05T19:39:21.458Z | Compiling zstd-safe v7.2.4 |
| 1524 | 2026-06-05T19:39:21.579Z | Compiling ryu v1.0.23 |
| 1525 | 2026-06-05T19:39:21.619Z | Compiling iri-string v0.7.10 |
| 1526 | 2026-06-05T19:39:21.654Z | Compiling proptest v1.10.0 |
| 1527 | 2026-06-05T19:39:21.750Z | Compiling stringprep v0.1.5 |
| 1528 | 2026-06-05T19:39:21.944Z | Compiling serde_urlencoded v0.7.1 |
| 1529 | 2026-06-05T19:39:21.972Z | Compiling thiserror v1.0.69 |
| 1530 | 2026-06-05T19:39:22.071Z | Compiling miniz_oxide v0.8.9 |
| 1531 | 2026-06-05T19:39:22.676Z | Compiling scroll v0.12.0 |
| 1532 | 2026-06-05T19:39:22.828Z | Compiling tower-http v0.6.8 |
| 1533 | 2026-06-05T19:39:22.972Z | Compiling derive_builder_macro v0.20.2 |
| 1534 | 2026-06-05T19:39:23.028Z | Compiling tokio-native-tls v0.3.1 |
| 1535 | 2026-06-05T19:39:23.172Z | Compiling darling_macro v0.21.3 |
| 1536 | 2026-06-05T19:39:23.209Z | Compiling heck v0.4.1 |
| 1537 | 2026-06-05T19:39:23.218Z | Compiling ipnetwork v0.21.1 |
| 1538 | 2026-06-05T19:39:23.425Z | Compiling bstr v1.12.1 |
| 1539 | 2026-06-05T19:39:23.453Z | Compiling rand_chacha v0.3.1 |
| 1540 | 2026-06-05T19:39:23.525Z | Compiling toml_datetime v0.6.11 |
| 1541 | 2026-06-05T19:39:23.649Z | Compiling serde_tokenstream v0.2.3 |
| 1542 | 2026-06-05T19:39:23.689Z | Compiling erased-serde v0.3.31 |
| 1543 | 2026-06-05T19:39:23.783Z | Compiling serde_spanned v0.6.9 |
| 1544 | 2026-06-05T19:39:23.928Z | Compiling md-5 v0.10.6 |
| 1545 | 2026-06-05T19:39:23.958Z | Compiling async-trait v0.1.89 |
| 1546 | 2026-06-05T19:39:24.073Z | Compiling pin-project-internal v1.1.11 |
| 1547 | 2026-06-05T19:39:24.092Z | Compiling zerocopy-derive v0.7.35 |
| 1548 | 2026-06-05T19:39:24.174Z | Compiling curve25519-dalek v4.1.3 |
| 1549 | 2026-06-05T19:39:24.257Z | Compiling vergen-lib v9.1.0 |
| 1550 | 2026-06-05T19:39:24.439Z | Compiling num-integer v0.1.46 |
| 1551 | 2026-06-05T19:39:24.510Z | Compiling hash32 v0.2.1 |
| 1552 | 2026-06-05T19:39:24.700Z | Compiling ff v0.13.1 |
| 1553 | 2026-06-05T19:39:24.757Z | Compiling memoffset v0.9.1 |
| 1554 | 2026-06-05T19:39:24.864Z | Compiling encoding_rs v0.8.35 |
| 1555 | 2026-06-05T19:39:24.949Z | Compiling base16ct v0.2.0 |
| 1556 | 2026-06-05T19:39:24.964Z | Compiling ref-cast v1.0.25 |
| 1557 | 2026-06-05T19:39:24.983Z | Compiling num-bigint-dig v0.8.6 |
| 1558 | 2026-06-05T19:39:25.122Z | Compiling mime v0.3.17 |
| 1559 | 2026-06-05T19:39:25.168Z | Compiling cfg_aliases v0.2.1 |
| 1560 | 2026-06-05T19:39:25.181Z | Compiling zlib-rs v0.6.2 |
| 1561 | 2026-06-05T19:39:25.242Z | Compiling psl-types v2.0.11 |
| 1562 | 2026-06-05T19:39:25.255Z | Compiling litrs v1.0.0 |
| 1563 | 2026-06-05T19:39:25.364Z | Compiling smoltcp v0.9.1 |
| 1564 | 2026-06-05T19:39:25.378Z | Compiling fallible-iterator v0.2.0 |
| 1565 | 2026-06-05T19:39:25.680Z | Compiling rustix v0.38.44 |
| 1566 | 2026-06-05T19:39:25.713Z | Compiling postgres-protocol v0.6.10 |
| 1567 | 2026-06-05T19:39:25.765Z | Compiling document-features v0.2.12 |
| 1568 | 2026-06-05T19:39:26.114Z | Compiling publicsuffix v2.3.0 |
| 1569 | 2026-06-05T19:39:26.282Z | Compiling nix v0.31.2 |
| 1570 | 2026-06-05T19:39:26.304Z | Compiling pin-project v1.1.11 |
| 1571 | 2026-06-05T19:39:26.337Z | Compiling sec1 v0.7.3 |
| 1572 | 2026-06-05T19:39:26.354Z | Compiling zerocopy v0.7.35 |
| 1573 | 2026-06-05T19:39:26.498Z | Compiling group v0.13.0 |
| 1574 | 2026-06-05T19:39:26.607Z | Compiling num-iter v0.1.45 |
| 1575 | 2026-06-05T19:39:26.754Z | Compiling newtype-uuid v1.3.2 |
| 1576 | 2026-06-05T19:39:26.885Z | Compiling darling v0.21.3 |
| 1577 | 2026-06-05T19:39:26.966Z | Compiling hubpack_derive v0.1.1 |
| 1578 | 2026-06-05T19:39:26.969Z | Compiling rand v0.8.6 |
| 1579 | 2026-06-05T19:39:27.074Z | Compiling oxnet v0.1.5 |
| 1580 | 2026-06-05T19:39:27.094Z | Compiling derive_builder v0.20.2 |
| 1581 | 2026-06-05T19:39:27.112Z | Compiling snafu-derive v0.8.9 |
| 1582 | 2026-06-05T19:39:27.217Z | Compiling hyper-tls v0.6.0 |
| 1583 | 2026-06-05T19:39:27.463Z | Compiling goblin v0.8.2 |
| 1584 | 2026-06-05T19:39:28.063Z | Compiling flate2 v1.1.9 |
| 1585 | 2026-06-05T19:39:28.111Z | Compiling phf_shared v0.13.1 |
| 1586 | 2026-06-05T19:39:28.399Z | Compiling lazy_static v1.5.0 |
| 1587 | 2026-06-05T19:39:28.414Z | Compiling regex v1.12.3 |
| 1588 | 2026-06-05T19:39:28.481Z | Compiling anstyle-parse v0.2.7 |
| 1589 | 2026-06-05T19:39:28.495Z | Compiling strum_macros v0.27.2 |
| 1590 | 2026-06-05T19:39:28.509Z | Compiling futures-executor v0.3.32 |
| 1591 | 2026-06-05T19:39:28.665Z | Compiling hex v0.4.3 |
| 1592 | 2026-06-05T19:39:28.766Z | Compiling hkdf v0.12.4 |
| 1593 | 2026-06-05T19:39:28.846Z | Compiling crypto-bigint v0.5.5 |
| 1594 | 2026-06-05T19:39:28.929Z | Compiling terminal_size v0.4.3 |
| 1595 | 2026-06-05T19:39:28.943Z | Compiling daft-derive v0.1.7 |
| 1596 | 2026-06-05T19:39:29.006Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1597 | 2026-06-05T19:39:29.065Z | Compiling ref-cast-impl v1.0.25 |
| 1598 | 2026-06-05T19:39:29.607Z | Compiling vergen v9.1.0 |
| 1599 | 2026-06-05T19:39:29.653Z | Compiling fs-err v3.3.0 |
| 1600 | 2026-06-05T19:39:29.668Z | Compiling cargo-platform v0.3.2 |
| 1601 | 2026-06-05T19:39:29.783Z | Compiling ahash v0.8.12 |
| 1602 | 2026-06-05T19:39:29.840Z | Compiling bumpalo v3.20.2 |
| 1603 | 2026-06-05T19:39:29.940Z | Compiling same-file v1.0.6 |
| 1604 | 2026-06-05T19:39:29.980Z | Compiling foldhash v0.2.0 |
| 1605 | 2026-06-05T19:39:30.091Z | Compiling foldhash v0.1.5 |
| 1606 | 2026-06-05T19:39:30.105Z | Compiling bitflags v1.3.2 |
| 1607 | 2026-06-05T19:39:30.182Z | Compiling object v0.37.3 |
| 1608 | 2026-06-05T19:39:30.198Z | Compiling managed v0.8.0 |
| 1609 | 2026-06-05T19:39:30.313Z | Compiling winnow v0.5.40 |
| 1610 | 2026-06-05T19:39:30.416Z | Compiling libbz2-rs-sys v0.2.2 |
| 1611 | 2026-06-05T19:39:30.445Z | Compiling strum v0.27.2 |
| 1612 | 2026-06-05T19:39:30.574Z | Compiling hashbrown v0.15.5 |
| 1613 | 2026-06-05T19:39:30.961Z | Compiling bzip2 v0.6.1 |
| 1614 | 2026-06-05T19:39:30.984Z | Compiling hashbrown v0.16.1 |
| 1615 | 2026-06-05T19:39:31.089Z | Compiling walkdir v2.5.0 |
| 1616 | 2026-06-05T19:39:31.120Z | Compiling zopfli v0.8.3 |
| 1617 | 2026-06-05T19:39:31.207Z | Compiling clap_builder v4.6.0 |
| 1618 | 2026-06-05T19:39:31.385Z | Compiling cargo_metadata v0.23.1 |
| 1619 | 2026-06-05T19:39:31.400Z | Compiling elliptic-curve v0.13.8 |
| 1620 | 2026-06-05T19:39:31.557Z | Compiling toml_edit v0.19.15 |
| 1621 | 2026-06-05T19:39:31.701Z | Compiling dof v0.3.0 |
| 1622 | 2026-06-05T19:39:31.771Z | Compiling daft v0.1.7 |
| 1623 | 2026-06-05T19:39:32.146Z | Compiling snafu v0.8.9 |
| 1624 | 2026-06-05T19:39:32.398Z | Compiling futures v0.3.32 |
| 1625 | 2026-06-05T19:39:32.481Z | Compiling anstream v0.6.21 |
| 1626 | 2026-06-05T19:39:32.569Z | Compiling phf v0.13.1 |
| 1627 | 2026-06-05T19:39:32.735Z | Compiling signal-hook-mio v0.2.5 |
| 1628 | 2026-06-05T19:39:32.774Z | Compiling cookie_store v0.22.1 |
| 1629 | 2026-06-05T19:39:32.846Z | Compiling zstd v0.13.3 |
| 1630 | 2026-06-05T19:39:33.069Z | Compiling bzip2 v0.4.4 |
| 1631 | 2026-06-05T19:39:33.108Z | Compiling hubpack v0.1.2 |
| 1632 | 2026-06-05T19:39:33.309Z | Compiling serde_with_macros v3.17.0 |
| 1633 | 2026-06-05T19:39:33.467Z | Compiling postgres-types v0.2.12 |
| 1634 | 2026-06-05T19:39:34.027Z | Compiling usdt-macro v0.6.0 |
| 1635 | 2026-06-05T19:39:34.176Z | Compiling usdt-attr-macro v0.6.0 |
| 1636 | 2026-06-05T19:39:34.199Z | Compiling globset v0.4.18 |
| 1637 | 2026-06-05T19:39:34.441Z | Compiling dtrace-parser v0.2.0 |
| 1638 | 2026-06-05T19:39:34.558Z | Compiling ed25519 v2.2.3 |
| 1639 | 2026-06-05T19:39:34.760Z | Compiling phf_shared v0.11.3 |
| 1640 | 2026-06-05T19:39:34.799Z | Compiling olpc-cjson v0.1.4 |
| 1641 | 2026-06-05T19:39:34.875Z | Compiling pkcs1 v0.7.5 |
| 1642 | 2026-06-05T19:39:34.941Z | Compiling enum-as-inner v0.6.1 |
| 1643 | 2026-06-05T19:39:34.955Z | Compiling clap_derive v4.6.1 |
| 1644 | 2026-06-05T19:39:34.958Z | Compiling strum_macros v0.26.4 |
| 1645 | 2026-06-05T19:39:35.186Z | Compiling serde-big-array v0.5.1 |
| 1646 | 2026-06-05T19:39:35.264Z | Compiling serde_plain v1.0.2 |
| 1647 | 2026-06-05T19:39:35.326Z | Compiling rfc6979 v0.4.0 |
| 1648 | 2026-06-05T19:39:35.428Z | Compiling pem v3.0.6 |
| 1649 | 2026-06-05T19:39:35.449Z | Compiling async-recursion v1.1.1 |
| 1650 | 2026-06-05T19:39:35.449Z | Compiling serde_repr v0.1.20 |
| 1651 | 2026-06-05T19:39:35.475Z | Compiling float-cmp v0.10.0 |
| 1652 | 2026-06-05T19:39:35.620Z | Compiling memmap2 v0.9.10 |
| 1653 | 2026-06-05T19:39:35.745Z | Compiling thread-id v4.2.2 |
| 1654 | 2026-06-05T19:39:35.829Z | Compiling env_filter v1.0.0 |
| 1655 | 2026-06-05T19:39:35.832Z | Compiling predicates-core v1.0.10 |
| 1656 | 2026-06-05T19:39:35.988Z | Compiling static_assertions v1.1.0 |
| 1657 | 2026-06-05T19:39:36.013Z | Compiling either v1.15.0 |
| 1658 | 2026-06-05T19:39:36.062Z | Compiling data-encoding v2.10.0 |
| 1659 | 2026-06-05T19:39:36.089Z | Compiling fixedbitset v0.5.7 |
| 1660 | 2026-06-05T19:39:36.137Z | Compiling keccak v0.1.6 |
| 1661 | 2026-06-05T19:39:36.219Z | Compiling jiff v0.2.21 |
| 1662 | 2026-06-05T19:39:36.378Z | Compiling precomputed-hash v0.1.1 |
| 1663 | 2026-06-05T19:39:36.466Z | Compiling fixedbitset v0.4.2 |
| 1664 | 2026-06-05T19:39:36.686Z | Compiling typed-path v0.9.3 |
| 1665 | 2026-06-05T19:39:36.691Z | Compiling whoami v2.1.0 |
| 1666 | 2026-06-05T19:39:36.691Z | Compiling difflib v0.4.0 |
| 1667 | 2026-06-05T19:39:36.750Z | Compiling new_debug_unreachable v1.0.6 |
| 1668 | 2026-06-05T19:39:36.823Z | Compiling normalize-line-endings v0.3.0 |
| 1669 | 2026-06-05T19:39:36.930Z | Compiling tokio-postgres v0.7.16 |
| 1670 | 2026-06-05T19:39:36.961Z | Compiling predicates v3.1.4 |
| 1671 | 2026-06-05T19:39:37.063Z | Compiling string_cache v0.8.9 |
| 1672 | 2026-06-05T19:39:37.267Z | Compiling toml_edit v0.22.27 |
| 1673 | 2026-06-05T19:39:37.353Z | Compiling clap v4.6.1 |
| 1674 | 2026-06-05T19:39:37.363Z | Compiling strum v0.26.3 |
| 1675 | 2026-06-05T19:39:37.501Z | Compiling petgraph v0.6.5 |
| 1676 | 2026-06-05T19:39:37.584Z | Compiling hickory-proto v0.25.2 |
| 1677 | 2026-06-05T19:39:37.915Z | Compiling sha3 v0.10.8 |
| 1678 | 2026-06-05T19:39:38.111Z | Compiling petgraph v0.8.3 |
| 1679 | 2026-06-05T19:39:38.382Z | Compiling itertools v0.13.0 |
| 1680 | 2026-06-05T19:39:39.021Z | Compiling zip v4.6.1 |
| 1681 | 2026-06-05T19:39:39.182Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1682 | 2026-06-05T19:39:39.619Z | Compiling env_logger v0.11.9 |
| 1683 | 2026-06-05T19:39:39.966Z | Compiling usdt-impl v0.5.0 |
| 1684 | 2026-06-05T19:39:39.982Z | Compiling usdt v0.6.0 |
| 1685 | 2026-06-05T19:39:40.018Z | Compiling ecdsa v0.16.9 |
| 1686 | 2026-06-05T19:39:40.077Z | Compiling rsa v0.9.10 |
| 1687 | 2026-06-05T19:39:40.240Z | Compiling ed25519-dalek v2.2.0 |
| 1688 | 2026-06-05T19:39:40.405Z | Compiling serde_with v3.17.0 |
| 1689 | 2026-06-05T19:39:40.419Z | Compiling crossterm v0.28.1 |
| 1690 | 2026-06-05T19:39:40.886Z | Compiling zip v0.6.6 |
| 1691 | 2026-06-05T19:39:41.706Z | Compiling toml v0.7.8 |
| 1692 | 2026-06-05T19:39:41.859Z | Compiling iddqd v0.4.2 |
| 1693 | 2026-06-05T19:39:42.270Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1694 | 2026-06-05T19:39:42.301Z | Compiling similar v2.7.0 |
| 1695 | 2026-06-05T19:39:42.305Z | Compiling crossbeam-epoch v0.9.18 |
| 1696 | 2026-06-05T19:39:42.412Z | Compiling tokio-stream v0.1.18 |
| 1697 | 2026-06-05T19:39:42.640Z | Compiling buf-list v1.1.2 |
| 1698 | 2026-06-05T19:39:42.873Z | Compiling x509-cert v0.2.5 |
| 1699 | 2026-06-05T19:39:42.889Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1700 | 2026-06-05T19:39:42.913Z | Compiling openapiv3 v2.2.0 |
| 1701 | 2026-06-05T19:39:43.142Z | Compiling sha1 v0.10.6 |
| 1702 | 2026-06-05T19:39:43.157Z | Compiling peg-runtime v0.8.5 |
| 1703 | 2026-06-05T19:39:43.190Z | Compiling lalrpop-util v0.19.12 |
| 1704 | 2026-06-05T19:39:43.386Z | Compiling thread_local v1.1.9 |
| 1705 | 2026-06-05T19:39:43.407Z | Compiling slog-async v2.8.0 |
| 1706 | 2026-06-05T19:39:43.412Z | Compiling crossbeam-channel v0.5.15 |
| 1707 | 2026-06-05T19:39:43.483Z | Compiling filetime v0.2.27 |
| 1708 | 2026-06-05T19:39:43.643Z | Compiling is-terminal v0.4.17 |
| 1709 | 2026-06-05T19:39:43.660Z | Compiling take_mut v0.2.2 |
| 1710 | 2026-06-05T19:39:43.722Z | Compiling xattr v1.6.1 |
| 1711 | 2026-06-05T19:39:43.739Z | Compiling term v1.2.1 |
| 1712 | 2026-06-05T19:39:43.867Z | Compiling tar v0.4.45 |
| 1713 | 2026-06-05T19:39:44.230Z | Compiling slog-term v2.9.2 |
| 1714 | 2026-06-05T19:39:53.916Z | Compiling rustls-webpki v0.103.9 |
| 1715 | 2026-06-05T19:39:56.709Z | Compiling tokio-rustls v0.26.4 |
| 1716 | 2026-06-05T19:39:56.709Z | Compiling rustls-platform-verifier v0.6.2 |
| 1717 | 2026-06-05T19:39:56.921Z | Compiling hyper-rustls v0.27.7 |
| 1718 | 2026-06-05T19:39:57.111Z | Compiling reqwest v0.12.28 |
| 1719 | 2026-06-05T19:39:57.175Z | Compiling reqwest v0.13.2 |
| 1720 | 2026-06-05T19:39:58.372Z | Compiling tough v0.22.0 |
| 1721 | 2026-06-05T19:40:00.934Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1722 | 2026-06-05T19:40:01.101Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1723 | 2026-06-05T19:40:03.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1724 | 2026-06-05T19:40:04.085Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1725 | 2026-06-05T19:40:04.142Z | Jun 05 19:40:02.909 INFO Starting download, target: Console |
| 1726 | 2026-06-05T19:40:04.142Z | Jun 05 19:40:02.910 INFO Starting download, target: Cockroach |
| 1727 | 2026-06-05T19:40:04.142Z | Jun 05 19:40:02.910 INFO Starting download, target: Clickhouse |
| 1728 | 2026-06-05T19:40:04.142Z | Jun 05 19:40:02.910 INFO Starting download, target: DendriteStub |
| 1729 | 2026-06-05T19:40:04.145Z | Jun 05 19:40:02.910 INFO Starting download, target: MaghemiteMgd |
| 1730 | 2026-06-05T19:40:04.145Z | Jun 05 19:40:02.910 INFO Starting download, target: TransceiverControl |
| 1731 | 2026-06-05T19:40:04.145Z | Jun 05 19:40:02.910 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1732 | 2026-06-05T19:40:04.145Z | Jun 05 19:40:02.910 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1733 | 2026-06-05T19:40:04.145Z | Jun 05 19:40:02.910 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1734 | 2026-06-05T19:40:04.145Z | Jun 05 19:40:02.910 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1735 | 2026-06-05T19:40:04.145Z | Jun 05 19:40:02.910 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1736 | 2026-06-05T19:40:04.145Z | Jun 05 19:40:02.910 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1737 | 2026-06-05T19:40:04.704Z | Jun 05 19:40:03.473 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1738 | 2026-06-05T19:40:04.923Z | Jun 05 19:40:03.687 INFO Download complete, target: TransceiverControl |
| 1739 | 2026-06-05T19:40:05.080Z | Jun 05 19:40:03.842 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1740 | 2026-06-05T19:40:05.319Z | Jun 05 19:40:04.080 INFO Download complete, target: Console |
| 1741 | 2026-06-05T19:40:05.866Z | Jun 05 19:40:04.624 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1742 | 2026-06-05T19:40:05.902Z | Jun 05 19:40:04.665 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1743 | 2026-06-05T19:40:05.933Z | Jun 05 19:40:04.691 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1744 | 2026-06-05T19:40:06.307Z | Jun 05 19:40:05.076 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1745 | 2026-06-05T19:40:06.307Z | Jun 05 19:40:05.076 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1746 | 2026-06-05T19:40:08.292Z | Jun 05 19:40:07.058 INFO Download complete, target: MaghemiteMgd |
| 1747 | 2026-06-05T19:40:08.335Z | Jun 05 19:40:07.096 INFO Download complete, target: DendriteStub |
| 1748 | 2026-06-05T19:40:10.994Z | Jun 05 19:40:09.762 INFO Checking that binary works, target: Cockroach |
| 1749 | 2026-06-05T19:40:11.117Z | Jun 05 19:40:09.886 INFO Download complete, target: Cockroach |
| 1750 | 2026-06-05T19:40:12.680Z | Jun 05 19:40:11.448 INFO Checking that binary works, target: Clickhouse |
| 1751 | 2026-06-05T19:40:12.778Z | Jun 05 19:40:11.547 INFO Download complete, target: Clickhouse |
| 1752 | 2026-06-05T19:40:12.795Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1753 | 2026-06-05T19:40:12.799Z | |
| 1754 | 2026-06-05T19:40:12.799Z | real 2:16.249666588 |
| 1755 | 2026-06-05T19:40:12.799Z | user 6:55.968704780 |
| 1756 | 2026-06-05T19:40:12.799Z | sys 1:21.706216424 |
| 1757 | 2026-06-05T19:40:12.799Z | trap 0.233249120 |
| 1758 | 2026-06-05T19:40:12.799Z | tflt 0.720331619 |
| 1759 | 2026-06-05T19:40:12.799Z | dflt 0.602403705 |
| 1760 | 2026-06-05T19:40:12.799Z | kflt 0.028526448 |
| 1761 | 2026-06-05T19:40:12.799Z | lock 21:38.029441161 |
| 1762 | 2026-06-05T19:40:12.799Z | slp 21:14.048910526 |
| 1763 | 2026-06-05T19:40:12.799Z | lat 43.332612757 |
| 1764 | 2026-06-05T19:40:12.799Z | stop 1:57.297764928 |
| 1765 | 2026-06-05T19:40:12.799Z | + banner hack-check |
| 1766 | 2026-06-05T19:40:12.799Z | |
| 1767 | 2026-06-05T19:40:12.799Z | # # ## #### # # #### # # ###### #### # # |
| 1768 | 2026-06-05T19:40:12.799Z | # # # # # # # # # # # # # # # # # |
| 1769 | 2026-06-05T19:40:12.800Z | ###### # # # #### ##### # ###### ##### # #### |
| 1770 | 2026-06-05T19:40:12.800Z | # # ###### # # # # # # # # # # |
| 1771 | 2026-06-05T19:40:12.800Z | # # # # # # # # # # # # # # # # # |
| 1772 | 2026-06-05T19:40:12.800Z | # # # # #### # # #### # # ###### #### # # |
| 1773 | 2026-06-05T19:40:12.800Z | |
| 1774 | 2026-06-05T19:40:12.800Z | + export CARGO_INCREMENTAL=0 |
| 1775 | 2026-06-05T19:40:12.800Z | + CARGO_INCREMENTAL=0 |
| 1776 | 2026-06-05T19:40:12.800Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1777 | 2026-06-05T19:40:13.343Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1778 | 2026-06-05T19:40:13.563Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1779 | 2026-06-05T19:40:15.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
| 1780 | 2026-06-05T19:40:15.476Z | Running `target/debug/xtask check-features --ci` |
| 1781 | 2026-06-05T19:40:15.504Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1782 | 2026-06-05T19:40:15.504Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1783 | 2026-06-05T19:40:15.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1784 | 2026-06-05T19:40:16.015Z | Running `target/debug/xtask download cargo-hack` |
| 1785 | 2026-06-05T19:40:16.803Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1786 | 2026-06-05T19:40:17.113Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1787 | 2026-06-05T19:40:19.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s |
| 1788 | 2026-06-05T19:40:19.779Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1789 | 2026-06-05T19:40:19.817Z | Jun 05 19:40:18.585 INFO Starting download, target: CargoHack |
| 1790 | 2026-06-05T19:40:19.822Z | Jun 05 19:40:18.586 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1791 | 2026-06-05T19:40:20.180Z | Jun 05 19:40:18.948 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1792 | 2026-06-05T19:40:20.232Z | Jun 05 19:40:18.999 INFO Download complete, target: CargoHack |
| 1793 | 2026-06-05T19:40:20.235Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1794 | 2026-06-05T19:40:20.247Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1795 | 2026-06-05T19:40:20.402Z | info: running `cargo check --bins` on api_identity (1/295) |
| 1796 | 2026-06-05T19:40:20.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1797 | 2026-06-05T19:40:20.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1798 | 2026-06-05T19:40:20.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1799 | 2026-06-05T19:40:20.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1800 | 2026-06-05T19:40:20.991Z | |
| 1801 | 2026-06-05T19:40:20.991Z | info: running `cargo check --bins` on bootstore (2/295) |
| 1802 | 2026-06-05T19:40:21.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1803 | 2026-06-05T19:40:21.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1804 | 2026-06-05T19:40:21.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1805 | 2026-06-05T19:40:21.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1806 | 2026-06-05T19:40:21.581Z | |
| 1807 | 2026-06-05T19:40:21.581Z | info: running `cargo check --bins` on omicron-ledger (3/295) |
| 1808 | 2026-06-05T19:40:22.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1809 | 2026-06-05T19:40:22.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1810 | 2026-06-05T19:40:22.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1811 | 2026-06-05T19:40:22.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1812 | 2026-06-05T19:40:22.167Z | |
| 1813 | 2026-06-05T19:40:22.167Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295) |
| 1814 | 2026-06-05T19:40:22.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1815 | 2026-06-05T19:40:22.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1816 | 2026-06-05T19:40:22.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1817 | 2026-06-05T19:40:22.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1818 | 2026-06-05T19:40:22.759Z | |
| 1819 | 2026-06-05T19:40:22.759Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295) |
| 1820 | 2026-06-05T19:40:23.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1821 | 2026-06-05T19:40:23.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1822 | 2026-06-05T19:40:23.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1823 | 2026-06-05T19:40:23.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1824 | 2026-06-05T19:40:23.352Z | |
| 1825 | 2026-06-05T19:40:23.352Z | info: running `cargo check --bins` on omicron-certificates (6/295) |
| 1826 | 2026-06-05T19:40:23.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1827 | 2026-06-05T19:40:23.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1828 | 2026-06-05T19:40:23.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1829 | 2026-06-05T19:40:23.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1830 | 2026-06-05T19:40:23.949Z | |
| 1831 | 2026-06-05T19:40:23.949Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/295) |
| 1832 | 2026-06-05T19:40:24.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1833 | 2026-06-05T19:40:24.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1834 | 2026-06-05T19:40:24.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1835 | 2026-06-05T19:40:24.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1836 | 2026-06-05T19:40:24.548Z | |
| 1837 | 2026-06-05T19:40:24.548Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295) |
| 1838 | 2026-06-05T19:40:25.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1839 | 2026-06-05T19:40:25.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1840 | 2026-06-05T19:40:25.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1841 | 2026-06-05T19:40:25.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1842 | 2026-06-05T19:40:25.137Z | |
| 1843 | 2026-06-05T19:40:25.138Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295) |
| 1844 | 2026-06-05T19:40:25.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1845 | 2026-06-05T19:40:25.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1846 | 2026-06-05T19:40:25.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1847 | 2026-06-05T19:40:25.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1848 | 2026-06-05T19:40:25.606Z | |
| 1849 | 2026-06-05T19:40:25.607Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295) |
| 1850 | 2026-06-05T19:40:26.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1851 | 2026-06-05T19:40:26.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1852 | 2026-06-05T19:40:26.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1853 | 2026-06-05T19:40:26.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1854 | 2026-06-05T19:40:26.076Z | |
| 1855 | 2026-06-05T19:40:26.076Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295) |
| 1856 | 2026-06-05T19:40:26.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1857 | 2026-06-05T19:40:26.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1858 | 2026-06-05T19:40:26.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1859 | 2026-06-05T19:40:26.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1860 | 2026-06-05T19:40:26.547Z | |
| 1861 | 2026-06-05T19:40:26.547Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295) |
| 1862 | 2026-06-05T19:40:26.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1863 | 2026-06-05T19:40:26.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1864 | 2026-06-05T19:40:26.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1865 | 2026-06-05T19:40:26.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1866 | 2026-06-05T19:40:27.017Z | |
| 1867 | 2026-06-05T19:40:27.017Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295) |
| 1868 | 2026-06-05T19:40:27.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1869 | 2026-06-05T19:40:27.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1870 | 2026-06-05T19:40:27.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1871 | 2026-06-05T19:40:27.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1872 | 2026-06-05T19:40:27.489Z | |
| 1873 | 2026-06-05T19:40:27.490Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295) |
| 1874 | 2026-06-05T19:40:27.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1875 | 2026-06-05T19:40:27.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1876 | 2026-06-05T19:40:27.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1877 | 2026-06-05T19:40:27.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1878 | 2026-06-05T19:40:27.963Z | |
| 1879 | 2026-06-05T19:40:27.963Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295) |
| 1880 | 2026-06-05T19:40:28.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1881 | 2026-06-05T19:40:28.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1882 | 2026-06-05T19:40:28.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1883 | 2026-06-05T19:40:28.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1884 | 2026-06-05T19:40:28.437Z | |
| 1885 | 2026-06-05T19:40:28.437Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295) |
| 1886 | 2026-06-05T19:40:28.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1887 | 2026-06-05T19:40:28.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1888 | 2026-06-05T19:40:28.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1889 | 2026-06-05T19:40:28.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1890 | 2026-06-05T19:40:28.909Z | |
| 1891 | 2026-06-05T19:40:28.909Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295) |
| 1892 | 2026-06-05T19:40:29.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2026-06-05T19:40:29.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2026-06-05T19:40:29.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2026-06-05T19:40:29.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1896 | 2026-06-05T19:40:29.380Z | |
| 1897 | 2026-06-05T19:40:29.380Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295) |
| 1898 | 2026-06-05T19:40:29.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2026-06-05T19:40:29.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2026-06-05T19:40:29.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2026-06-05T19:40:29.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1902 | 2026-06-05T19:40:29.854Z | |
| 1903 | 2026-06-05T19:40:29.854Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295) |
| 1904 | 2026-06-05T19:40:30.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2026-06-05T19:40:30.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2026-06-05T19:40:30.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2026-06-05T19:40:30.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1908 | 2026-06-05T19:40:30.329Z | |
| 1909 | 2026-06-05T19:40:30.329Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295) |
| 1910 | 2026-06-05T19:40:30.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2026-06-05T19:40:30.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2026-06-05T19:40:30.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2026-06-05T19:40:30.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1914 | 2026-06-05T19:40:30.805Z | |
| 1915 | 2026-06-05T19:40:30.805Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295) |
| 1916 | 2026-06-05T19:40:31.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2026-06-05T19:40:31.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2026-06-05T19:40:31.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2026-06-05T19:40:31.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1920 | 2026-06-05T19:40:31.280Z | |
| 1921 | 2026-06-05T19:40:31.280Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295) |
| 1922 | 2026-06-05T19:40:31.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2026-06-05T19:40:31.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2026-06-05T19:40:31.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2026-06-05T19:40:31.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1926 | 2026-06-05T19:40:31.751Z | |
| 1927 | 2026-06-05T19:40:31.751Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295) |
| 1928 | 2026-06-05T19:40:32.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2026-06-05T19:40:32.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2026-06-05T19:40:32.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2026-06-05T19:40:32.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1932 | 2026-06-05T19:40:32.227Z | |
| 1933 | 2026-06-05T19:40:32.227Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295) |
| 1934 | 2026-06-05T19:40:32.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2026-06-05T19:40:32.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2026-06-05T19:40:32.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2026-06-05T19:40:32.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1938 | 2026-06-05T19:40:32.701Z | |
| 1939 | 2026-06-05T19:40:32.702Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295) |
| 1940 | 2026-06-05T19:40:33.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2026-06-05T19:40:33.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2026-06-05T19:40:33.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2026-06-05T19:40:33.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1944 | 2026-06-05T19:40:33.172Z | |
| 1945 | 2026-06-05T19:40:33.172Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295) |
| 1946 | 2026-06-05T19:40:33.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2026-06-05T19:40:33.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2026-06-05T19:40:33.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2026-06-05T19:40:33.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1950 | 2026-06-05T19:40:33.645Z | |
| 1951 | 2026-06-05T19:40:33.645Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295) |
| 1952 | 2026-06-05T19:40:34.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2026-06-05T19:40:34.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2026-06-05T19:40:34.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2026-06-05T19:40:34.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1956 | 2026-06-05T19:40:34.120Z | |
| 1957 | 2026-06-05T19:40:34.120Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295) |
| 1958 | 2026-06-05T19:40:34.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2026-06-05T19:40:34.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2026-06-05T19:40:34.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2026-06-05T19:40:34.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1962 | 2026-06-05T19:40:34.594Z | |
| 1963 | 2026-06-05T19:40:34.594Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295) |
| 1964 | 2026-06-05T19:40:35.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2026-06-05T19:40:35.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2026-06-05T19:40:35.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1967 | 2026-06-05T19:40:35.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1968 | 2026-06-05T19:40:35.068Z | |
| 1969 | 2026-06-05T19:40:35.068Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295) |
| 1970 | 2026-06-05T19:40:35.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1971 | 2026-06-05T19:40:35.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1972 | 2026-06-05T19:40:35.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1973 | 2026-06-05T19:40:35.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1974 | 2026-06-05T19:40:35.540Z | |
| 1975 | 2026-06-05T19:40:35.541Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295) |
| 1976 | 2026-06-05T19:40:35.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2026-06-05T19:40:35.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2026-06-05T19:40:35.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1979 | 2026-06-05T19:40:35.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1980 | 2026-06-05T19:40:36.011Z | |
| 1981 | 2026-06-05T19:40:36.011Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295) |
| 1982 | 2026-06-05T19:40:36.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1983 | 2026-06-05T19:40:36.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1984 | 2026-06-05T19:40:36.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1985 | 2026-06-05T19:40:36.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1986 | 2026-06-05T19:40:36.482Z | |
| 1987 | 2026-06-05T19:40:36.482Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295) |
| 1988 | 2026-06-05T19:40:36.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1989 | 2026-06-05T19:40:36.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1990 | 2026-06-05T19:40:36.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1991 | 2026-06-05T19:40:36.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1992 | 2026-06-05T19:40:36.953Z | |
| 1993 | 2026-06-05T19:40:36.953Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295) |
| 1994 | 2026-06-05T19:40:37.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1995 | 2026-06-05T19:40:37.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1996 | 2026-06-05T19:40:37.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1997 | 2026-06-05T19:40:37.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1998 | 2026-06-05T19:40:37.426Z | |
| 1999 | 2026-06-05T19:40:37.426Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295) |
| 2000 | 2026-06-05T19:40:37.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2001 | 2026-06-05T19:40:37.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2002 | 2026-06-05T19:40:37.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2003 | 2026-06-05T19:40:37.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2004 | 2026-06-05T19:40:37.901Z | |
| 2005 | 2026-06-05T19:40:37.901Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295) |
| 2006 | 2026-06-05T19:40:38.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2007 | 2026-06-05T19:40:38.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2008 | 2026-06-05T19:40:38.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2009 | 2026-06-05T19:40:38.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2010 | 2026-06-05T19:40:38.380Z | |
| 2011 | 2026-06-05T19:40:38.380Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295) |
| 2012 | 2026-06-05T19:40:38.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2013 | 2026-06-05T19:40:38.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2014 | 2026-06-05T19:40:38.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2015 | 2026-06-05T19:40:38.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2016 | 2026-06-05T19:40:38.861Z | |
| 2017 | 2026-06-05T19:40:38.861Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295) |
| 2018 | 2026-06-05T19:40:39.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2019 | 2026-06-05T19:40:39.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2020 | 2026-06-05T19:40:39.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2021 | 2026-06-05T19:40:39.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2022 | 2026-06-05T19:40:39.334Z | |
| 2023 | 2026-06-05T19:40:39.334Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295) |
| 2024 | 2026-06-05T19:40:39.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2026-06-05T19:40:39.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2026-06-05T19:40:39.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2027 | 2026-06-05T19:40:39.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2028 | 2026-06-05T19:40:39.811Z | |
| 2029 | 2026-06-05T19:40:39.811Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295) |
| 2030 | 2026-06-05T19:40:40.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2031 | 2026-06-05T19:40:40.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2032 | 2026-06-05T19:40:40.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2033 | 2026-06-05T19:40:40.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2034 | 2026-06-05T19:40:40.291Z | |
| 2035 | 2026-06-05T19:40:40.291Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295) |
| 2036 | 2026-06-05T19:40:40.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2037 | 2026-06-05T19:40:40.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2038 | 2026-06-05T19:40:40.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2039 | 2026-06-05T19:40:40.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2040 | 2026-06-05T19:40:40.770Z | |
| 2041 | 2026-06-05T19:40:40.770Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295) |
| 2042 | 2026-06-05T19:40:41.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2043 | 2026-06-05T19:40:41.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2044 | 2026-06-05T19:40:41.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2045 | 2026-06-05T19:40:41.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2046 | 2026-06-05T19:40:41.246Z | |
| 2047 | 2026-06-05T19:40:41.246Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295) |
| 2048 | 2026-06-05T19:40:41.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2049 | 2026-06-05T19:40:41.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2050 | 2026-06-05T19:40:41.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2051 | 2026-06-05T19:40:41.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2052 | 2026-06-05T19:40:41.727Z | |
| 2053 | 2026-06-05T19:40:41.727Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295) |
| 2054 | 2026-06-05T19:40:42.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2055 | 2026-06-05T19:40:42.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2056 | 2026-06-05T19:40:42.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2057 | 2026-06-05T19:40:42.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2058 | 2026-06-05T19:40:42.194Z | |
| 2059 | 2026-06-05T19:40:42.194Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295) |
| 2060 | 2026-06-05T19:40:42.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2061 | 2026-06-05T19:40:42.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2062 | 2026-06-05T19:40:42.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2063 | 2026-06-05T19:40:42.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2064 | 2026-06-05T19:40:42.670Z | |
| 2065 | 2026-06-05T19:40:42.670Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295) |
| 2066 | 2026-06-05T19:40:43.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2067 | 2026-06-05T19:40:43.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2068 | 2026-06-05T19:40:43.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2069 | 2026-06-05T19:40:43.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2070 | 2026-06-05T19:40:43.147Z | |
| 2071 | 2026-06-05T19:40:43.147Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295) |
| 2072 | 2026-06-05T19:40:43.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2073 | 2026-06-05T19:40:43.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2074 | 2026-06-05T19:40:43.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2075 | 2026-06-05T19:40:43.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2076 | 2026-06-05T19:40:43.629Z | |
| 2077 | 2026-06-05T19:40:43.629Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295) |
| 2078 | 2026-06-05T19:40:44.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2079 | 2026-06-05T19:40:44.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2080 | 2026-06-05T19:40:44.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2081 | 2026-06-05T19:40:44.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2082 | 2026-06-05T19:40:44.110Z | |
| 2083 | 2026-06-05T19:40:44.110Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295) |
| 2084 | 2026-06-05T19:40:44.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2085 | 2026-06-05T19:40:44.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2086 | 2026-06-05T19:40:44.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2087 | 2026-06-05T19:40:44.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2088 | 2026-06-05T19:40:44.763Z | |
| 2089 | 2026-06-05T19:40:44.763Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295) |
| 2090 | 2026-06-05T19:40:45.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2091 | 2026-06-05T19:40:45.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2092 | 2026-06-05T19:40:45.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2093 | 2026-06-05T19:40:45.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2094 | 2026-06-05T19:40:45.409Z | |
| 2095 | 2026-06-05T19:40:45.409Z | info: running `cargo check --bins` on nexus-config (51/295) |
| 2096 | 2026-06-05T19:40:45.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2097 | 2026-06-05T19:40:45.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2098 | 2026-06-05T19:40:45.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2099 | 2026-06-05T19:40:45.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2100 | 2026-06-05T19:40:46.054Z | |
| 2101 | 2026-06-05T19:40:46.054Z | info: running `cargo check --bins` on nexus-types (52/295) |
| 2102 | 2026-06-05T19:40:46.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2103 | 2026-06-05T19:40:46.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2104 | 2026-06-05T19:40:46.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2105 | 2026-06-05T19:40:46.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2106 | 2026-06-05T19:40:46.694Z | |
| 2107 | 2026-06-05T19:40:46.694Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295) |
| 2108 | 2026-06-05T19:40:47.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2109 | 2026-06-05T19:40:47.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2110 | 2026-06-05T19:40:47.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2111 | 2026-06-05T19:40:47.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2112 | 2026-06-05T19:40:47.309Z | |
| 2113 | 2026-06-05T19:40:47.309Z | info: running `cargo check --bins` on omicron-passwords (54/295) |
| 2114 | 2026-06-05T19:40:47.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2115 | 2026-06-05T19:40:47.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2116 | 2026-06-05T19:40:47.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2117 | 2026-06-05T19:40:47.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2118 | 2026-06-05T19:40:47.907Z | |
| 2119 | 2026-06-05T19:40:47.908Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/295) |
| 2120 | 2026-06-05T19:40:48.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2121 | 2026-06-05T19:40:48.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2122 | 2026-06-05T19:40:48.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2123 | 2026-06-05T19:40:48.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2124 | 2026-06-05T19:40:48.528Z | |
| 2125 | 2026-06-05T19:40:48.528Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295) |
| 2126 | 2026-06-05T19:40:49.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2127 | 2026-06-05T19:40:49.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2128 | 2026-06-05T19:40:49.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2129 | 2026-06-05T19:40:49.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2130 | 2026-06-05T19:40:49.149Z | |
| 2131 | 2026-06-05T19:40:49.149Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295) |
| 2132 | 2026-06-05T19:40:49.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2133 | 2026-06-05T19:40:49.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2134 | 2026-06-05T19:40:49.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2135 | 2026-06-05T19:40:49.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2136 | 2026-06-05T19:40:49.760Z | |
| 2137 | 2026-06-05T19:40:49.761Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295) |
| 2138 | 2026-06-05T19:40:50.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2139 | 2026-06-05T19:40:50.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2140 | 2026-06-05T19:40:50.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2141 | 2026-06-05T19:40:50.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2142 | 2026-06-05T19:40:50.377Z | |
| 2143 | 2026-06-05T19:40:50.377Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295) |
| 2144 | 2026-06-05T19:40:50.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2145 | 2026-06-05T19:40:50.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2146 | 2026-06-05T19:40:50.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2147 | 2026-06-05T19:40:50.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2148 | 2026-06-05T19:40:50.977Z | |
| 2149 | 2026-06-05T19:40:50.977Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295) |
| 2150 | 2026-06-05T19:40:51.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2151 | 2026-06-05T19:40:51.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2152 | 2026-06-05T19:40:51.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2153 | 2026-06-05T19:40:51.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2154 | 2026-06-05T19:40:51.578Z | |
| 2155 | 2026-06-05T19:40:51.578Z | info: running `cargo check --bins --no-default-features` on gfss (61/295) |
| 2156 | 2026-06-05T19:40:52.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2157 | 2026-06-05T19:40:52.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2158 | 2026-06-05T19:40:52.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2159 | 2026-06-05T19:40:52.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2160 | 2026-06-05T19:40:52.174Z | |
| 2161 | 2026-06-05T19:40:52.174Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295) |
| 2162 | 2026-06-05T19:40:52.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2163 | 2026-06-05T19:40:52.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2164 | 2026-06-05T19:40:52.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2165 | 2026-06-05T19:40:52.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2166 | 2026-06-05T19:40:52.771Z | |
| 2167 | 2026-06-05T19:40:52.771Z | info: running `cargo check --bins` on clickhouse-admin-types (63/295) |
| 2168 | 2026-06-05T19:40:53.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2169 | 2026-06-05T19:40:53.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2170 | 2026-06-05T19:40:53.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2171 | 2026-06-05T19:40:53.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2172 | 2026-06-05T19:40:53.387Z | |
| 2173 | 2026-06-05T19:40:53.387Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/295) |
| 2174 | 2026-06-05T19:40:53.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2175 | 2026-06-05T19:40:53.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2176 | 2026-06-05T19:40:53.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2177 | 2026-06-05T19:40:53.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2178 | 2026-06-05T19:40:53.998Z | |
| 2179 | 2026-06-05T19:40:53.998Z | info: running `cargo check --bins` on cockroach-admin-types (65/295) |
| 2180 | 2026-06-05T19:40:54.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2181 | 2026-06-05T19:40:54.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2182 | 2026-06-05T19:40:54.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2183 | 2026-06-05T19:40:54.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2184 | 2026-06-05T19:40:54.593Z | |
| 2185 | 2026-06-05T19:40:54.593Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/295) |
| 2186 | 2026-06-05T19:40:55.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2187 | 2026-06-05T19:40:55.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2188 | 2026-06-05T19:40:55.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2189 | 2026-06-05T19:40:55.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2190 | 2026-06-05T19:40:55.191Z | |
| 2191 | 2026-06-05T19:40:55.191Z | info: running `cargo check --bins` on ereport-types (67/295) |
| 2192 | 2026-06-05T19:40:55.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2193 | 2026-06-05T19:40:55.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2194 | 2026-06-05T19:40:55.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2195 | 2026-06-05T19:40:55.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2196 | 2026-06-05T19:40:55.794Z | |
| 2197 | 2026-06-05T19:40:55.794Z | info: running `cargo check --bins` on gateway-client (68/295) |
| 2198 | 2026-06-05T19:40:56.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2199 | 2026-06-05T19:40:56.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2200 | 2026-06-05T19:40:56.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2201 | 2026-06-05T19:40:56.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2202 | 2026-06-05T19:40:56.396Z | |
| 2203 | 2026-06-05T19:40:56.396Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/295) |
| 2204 | 2026-06-05T19:40:56.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2205 | 2026-06-05T19:40:56.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2206 | 2026-06-05T19:40:56.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2207 | 2026-06-05T19:40:56.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2208 | 2026-06-05T19:40:57.002Z | |
| 2209 | 2026-06-05T19:40:57.002Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295) |
| 2210 | 2026-06-05T19:40:57.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2211 | 2026-06-05T19:40:57.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2212 | 2026-06-05T19:40:57.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2213 | 2026-06-05T19:40:57.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2214 | 2026-06-05T19:40:57.609Z | |
| 2215 | 2026-06-05T19:40:57.609Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295) |
| 2216 | 2026-06-05T19:40:58.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2217 | 2026-06-05T19:40:58.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2218 | 2026-06-05T19:40:58.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2219 | 2026-06-05T19:40:58.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2220 | 2026-06-05T19:40:58.215Z | |
| 2221 | 2026-06-05T19:40:58.216Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295) |
| 2222 | 2026-06-05T19:40:58.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2223 | 2026-06-05T19:40:58.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2224 | 2026-06-05T19:40:58.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2225 | 2026-06-05T19:40:58.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2226 | 2026-06-05T19:40:58.817Z | |
| 2227 | 2026-06-05T19:40:58.817Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/295) |
| 2228 | 2026-06-05T19:40:59.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2229 | 2026-06-05T19:40:59.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2230 | 2026-06-05T19:40:59.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2231 | 2026-06-05T19:40:59.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2232 | 2026-06-05T19:40:59.449Z | |
| 2233 | 2026-06-05T19:40:59.449Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295) |
| 2234 | 2026-06-05T19:40:59.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2235 | 2026-06-05T19:40:59.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2236 | 2026-06-05T19:40:59.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2237 | 2026-06-05T19:40:59.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2238 | 2026-06-05T19:41:00.080Z | |
| 2239 | 2026-06-05T19:41:00.080Z | info: running `cargo check --bins` on key-manager-types (75/295) |
| 2240 | 2026-06-05T19:41:00.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2241 | 2026-06-05T19:41:00.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2242 | 2026-06-05T19:41:00.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2243 | 2026-06-05T19:41:00.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2244 | 2026-06-05T19:41:00.674Z | |
| 2245 | 2026-06-05T19:41:00.674Z | info: running `cargo check --bins` on oxlog (76/295) |
| 2246 | 2026-06-05T19:41:01.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2247 | 2026-06-05T19:41:01.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2248 | 2026-06-05T19:41:01.295Z | Checking cfg-if v1.0.4 |
| 2249 | 2026-06-05T19:41:01.298Z | Checking libc v0.2.185 |
| 2250 | 2026-06-05T19:41:01.298Z | Checking serde_core v1.0.228 |
| 2251 | 2026-06-05T19:41:01.413Z | Checking zeroize v1.8.2 |
| 2252 | 2026-06-05T19:41:01.421Z | Checking memchr v2.8.0 |
| 2253 | 2026-06-05T19:41:01.429Z | Checking log v0.4.29 |
| 2254 | 2026-06-05T19:41:01.439Z | Checking smallvec v1.15.1 |
| 2255 | 2026-06-05T19:41:01.451Z | Checking typenum v1.19.0 |
| 2256 | 2026-06-05T19:41:01.451Z | Checking subtle v2.6.1 |
| 2257 | 2026-06-05T19:41:01.551Z | Checking itoa v1.0.17 |
| 2258 | 2026-06-05T19:41:01.588Z | Checking scopeguard v1.2.0 |
| 2259 | 2026-06-05T19:41:01.606Z | Checking stable_deref_trait v1.2.1 |
| 2260 | 2026-06-05T19:41:01.619Z | Checking const-oid v0.9.6 |
| 2261 | 2026-06-05T19:41:01.678Z | Checking zerofrom v0.1.6 |
| 2262 | 2026-06-05T19:41:01.691Z | Checking lock_api v0.4.14 |
| 2263 | 2026-06-05T19:41:01.704Z | Checking pin-project-lite v0.2.17 |
| 2264 | 2026-06-05T19:41:01.791Z | Checking yoke v0.8.1 |
| 2265 | 2026-06-05T19:41:01.810Z | Checking getrandom v0.2.17 |
| 2266 | 2026-06-05T19:41:01.810Z | Checking errno v0.3.14 |
| 2267 | 2026-06-05T19:41:01.831Z | Checking parking_lot_core v0.9.12 |
| 2268 | 2026-06-05T19:41:01.890Z | Checking portable-atomic v1.13.1 |
| 2269 | 2026-06-05T19:41:01.929Z | Checking signal-hook-registry v1.4.8 |
| 2270 | 2026-06-05T19:41:01.948Z | Checking rand_core v0.6.4 |
| 2271 | 2026-06-05T19:41:01.959Z | Checking zerovec v0.11.5 |
| 2272 | 2026-06-05T19:41:01.972Z | Checking generic-array v0.14.7 |
| 2273 | 2026-06-05T19:41:02.006Z | Checking critical-section v1.2.0 |
| 2274 | 2026-06-05T19:41:02.082Z | Checking futures-core v0.3.32 |
| 2275 | 2026-06-05T19:41:02.102Z | Checking parking_lot v0.12.5 |
| 2276 | 2026-06-05T19:41:02.116Z | Checking mio v1.2.0 |
| 2277 | 2026-06-05T19:41:02.201Z | Checking zerocopy v0.8.40 |
| 2278 | 2026-06-05T19:41:02.278Z | Checking once_cell v1.21.3 |
| 2279 | 2026-06-05T19:41:02.291Z | Checking zmij v1.0.21 |
| 2280 | 2026-06-05T19:41:02.305Z | Checking socket2 v0.6.3 |
| 2281 | 2026-06-05T19:41:02.380Z | Checking tinystr v0.8.2 |
| 2282 | 2026-06-05T19:41:02.393Z | Checking libm v0.2.16 |
| 2283 | 2026-06-05T19:41:02.403Z | Checking crypto-common v0.1.7 |
| 2284 | 2026-06-05T19:41:02.449Z | Checking block-buffer v0.10.4 |
| 2285 | 2026-06-05T19:41:02.493Z | Checking writeable v0.6.2 |
| 2286 | 2026-06-05T19:41:02.520Z | Checking percent-encoding v2.3.2 |
| 2287 | 2026-06-05T19:41:02.539Z | Checking equivalent v1.0.2 |
| 2288 | 2026-06-05T19:41:02.551Z | Checking litemap v0.8.1 |
| 2289 | 2026-06-05T19:41:02.582Z | Checking digest v0.10.7 |
| 2290 | 2026-06-05T19:41:02.620Z | Checking potential_utf v0.1.4 |
| 2291 | 2026-06-05T19:41:02.649Z | Checking zerotrie v0.2.3 |
| 2292 | 2026-06-05T19:41:02.662Z | Checking futures-sink v0.3.32 |
| 2293 | 2026-06-05T19:41:02.717Z | Checking icu_locale_core v2.1.1 |
| 2294 | 2026-06-05T19:41:02.746Z | Checking icu_collections v2.1.1 |
| 2295 | 2026-06-05T19:41:02.759Z | Checking futures-channel v0.3.32 |
| 2296 | 2026-06-05T19:41:02.774Z | Checking cpufeatures v0.2.17 |
| 2297 | 2026-06-05T19:41:02.843Z | Checking futures-io v0.3.32 |
| 2298 | 2026-06-05T19:41:02.869Z | Checking serde v1.0.228 |
| 2299 | 2026-06-05T19:41:02.885Z | Checking bitflags v2.11.0 |
| 2300 | 2026-06-05T19:41:02.947Z | Checking serde_json v1.0.149 |
| 2301 | 2026-06-05T19:41:02.960Z | Checking slab v0.4.12 |
| 2302 | 2026-06-05T19:41:03.049Z | Checking futures-task v0.3.32 |
| 2303 | 2026-06-05T19:41:03.060Z | Checking hmac v0.12.1 |
| 2304 | 2026-06-05T19:41:03.076Z | Checking num-traits v0.2.19 |
| 2305 | 2026-06-05T19:41:03.114Z | Checking icu_normalizer_data v2.1.1 |
| 2306 | 2026-06-05T19:41:03.179Z | Checking futures-util v0.3.32 |
| 2307 | 2026-06-05T19:41:03.182Z | Checking icu_properties_data v2.1.2 |
| 2308 | 2026-06-05T19:41:03.207Z | Checking hashbrown v0.17.0 |
| 2309 | 2026-06-05T19:41:03.274Z | Checking bytes v1.11.1 |
| 2310 | 2026-06-05T19:41:03.288Z | Checking icu_provider v2.1.1 |
| 2311 | 2026-06-05T19:41:03.322Z | Checking rand_core v0.10.0 |
| 2312 | 2026-06-05T19:41:03.464Z | Checking getrandom v0.4.1 |
| 2313 | 2026-06-05T19:41:03.529Z | Checking icu_normalizer v2.1.1 |
| 2314 | 2026-06-05T19:41:03.608Z | Checking icu_properties v2.1.2 |
| 2315 | 2026-06-05T19:41:03.622Z | Checking block-padding v0.3.3 |
| 2316 | 2026-06-05T19:41:03.636Z | Checking utf8_iter v1.0.4 |
| 2317 | 2026-06-05T19:41:03.672Z | Checking indexmap v2.14.0 |
| 2318 | 2026-06-05T19:41:03.705Z | Checking tokio v1.52.1 |
| 2319 | 2026-06-05T19:41:03.749Z | Checking inout v0.1.4 |
| 2320 | 2026-06-05T19:41:03.762Z | Checking sha2 v0.10.9 |
| 2321 | 2026-06-05T19:41:03.823Z | Checking form_urlencoded v1.2.2 |
| 2322 | 2026-06-05T19:41:03.885Z | Checking cipher v0.4.4 |
| 2323 | 2026-06-05T19:41:03.950Z | Checking getrandom v0.3.4 |
| 2324 | 2026-06-05T19:41:04.031Z | Checking fnv v1.0.7 |
| 2325 | 2026-06-05T19:41:04.087Z | Checking byteorder v1.5.0 |
| 2326 | 2026-06-05T19:41:04.091Z | Checking base64ct v1.8.3 |
| 2327 | 2026-06-05T19:41:04.126Z | Checking flagset v0.4.7 |
| 2328 | 2026-06-05T19:41:04.227Z | Checking rand_core v0.9.5 |
| 2329 | 2026-06-05T19:41:04.251Z | Checking http v1.4.0 |
| 2330 | 2026-06-05T19:41:04.288Z | Checking regex-syntax v0.8.10 |
| 2331 | 2026-06-05T19:41:04.334Z | Checking pem-rfc7468 v0.7.0 |
| 2332 | 2026-06-05T19:41:04.404Z | Checking salsa20 v0.10.2 |
| 2333 | 2026-06-05T19:41:04.418Z | Checking idna_adapter v1.2.1 |
| 2334 | 2026-06-05T19:41:04.492Z | Checking der v0.7.10 |
| 2335 | 2026-06-05T19:41:04.534Z | Checking idna v1.1.0 |
| 2336 | 2026-06-05T19:41:04.534Z | Checking uuid v1.23.0 |
| 2337 | 2026-06-05T19:41:04.791Z | Checking url v2.5.8 |
| 2338 | 2026-06-05T19:41:04.806Z | Checking pbkdf2 v0.12.2 |
| 2339 | 2026-06-05T19:41:04.843Z | Checking rustix v1.1.3 |
| 2340 | 2026-06-05T19:41:04.916Z | Checking tracing-core v0.1.36 |
| 2341 | 2026-06-05T19:41:04.963Z | Checking ppv-lite86 v0.2.21 |
| 2342 | 2026-06-05T19:41:05.080Z | Checking rustls-pki-types v1.14.0 |
| 2343 | 2026-06-05T19:41:05.215Z | Checking iana-time-zone v0.1.65 |
| 2344 | 2026-06-05T19:41:05.234Z | Checking base64 v0.22.1 |
| 2345 | 2026-06-05T19:41:05.237Z | Checking spki v0.7.3 |
| 2346 | 2026-06-05T19:41:05.261Z | Checking rand_chacha v0.9.0 |
| 2347 | 2026-06-05T19:41:05.317Z | Checking chrono v0.4.44 |
| 2348 | 2026-06-05T19:41:05.367Z | Checking tracing v0.1.44 |
| 2349 | 2026-06-05T19:41:05.405Z | Checking scrypt v0.11.0 |
| 2350 | 2026-06-05T19:41:05.452Z | Checking http-body v1.0.1 |
| 2351 | 2026-06-05T19:41:05.470Z | Checking cbc v0.1.2 |
| 2352 | 2026-06-05T19:41:05.543Z | Checking aes v0.8.4 |
| 2353 | 2026-06-05T19:41:05.569Z | Checking aws-lc-sys v0.40.0 |
| 2354 | 2026-06-05T19:41:05.583Z | Checking tinyvec_macros v0.1.1 |
| 2355 | 2026-06-05T19:41:05.595Z | Checking untrusted v0.7.1 |
| 2356 | 2026-06-05T19:41:05.609Z | Checking untrusted v0.9.0 |
| 2357 | 2026-06-05T19:41:05.644Z | Checking openssl-probe v0.2.1 |
| 2358 | 2026-06-05T19:41:05.675Z | Checking tinyvec v1.10.0 |
| 2359 | 2026-06-05T19:41:05.705Z | Checking rand v0.9.2 |
| 2360 | 2026-06-05T19:41:05.719Z | Checking ring v0.17.14 |
| 2361 | 2026-06-05T19:41:05.749Z | Checking try-lock v0.2.5 |
| 2362 | 2026-06-05T19:41:05.845Z | Checking atomic-waker v1.1.2 |
| 2363 | 2026-06-05T19:41:05.924Z | Checking pkcs5 v0.7.1 |
| 2364 | 2026-06-05T19:41:05.943Z | Checking tower-layer v0.3.3 |
| 2365 | 2026-06-05T19:41:05.980Z | Checking tower-service v0.3.3 |
| 2366 | 2026-06-05T19:41:06.068Z | Checking aws-lc-rs v1.16.3 |
| 2367 | 2026-06-05T19:41:06.068Z | Checking want v0.3.1 |
| 2368 | 2026-06-05T19:41:06.094Z | Checking ipnet v2.11.0 |
| 2369 | 2026-06-05T19:41:06.162Z | Checking httparse v1.10.1 |
| 2370 | 2026-06-05T19:41:06.176Z | Checking pkcs8 v0.10.2 |
| 2371 | 2026-06-05T19:41:06.189Z | Checking aho-corasick v1.1.4 |
| 2372 | 2026-06-05T19:41:06.204Z | Checking plain v0.2.3 |
| 2373 | 2026-06-05T19:41:06.308Z | Checking utf8parse v0.2.2 |
| 2374 | 2026-06-05T19:41:06.348Z | Checking fastrand v2.3.0 |
| 2375 | 2026-06-05T19:41:06.348Z | Checking pin-utils v0.1.0 |
| 2376 | 2026-06-05T19:41:06.374Z | Checking foreign-types-shared v0.1.1 |
| 2377 | 2026-06-05T19:41:06.406Z | Checking dyn-clone v1.0.20 |
| 2378 | 2026-06-05T19:41:06.418Z | Checking httpdate v1.0.3 |
| 2379 | 2026-06-05T19:41:06.450Z | Checking foreign-types v0.3.2 |
| 2380 | 2026-06-05T19:41:06.509Z | Checking unicode-normalization v0.1.25 |
| 2381 | 2026-06-05T19:41:06.527Z | Checking semver v1.0.28 |
| 2382 | 2026-06-05T19:41:06.537Z | Checking tempfile v3.25.0 |
| 2383 | 2026-06-05T19:41:06.557Z | Checking openssl-sys v0.9.115 |
| 2384 | 2026-06-05T19:41:06.700Z | Checking spin v0.9.8 |
| 2385 | 2026-06-05T19:41:06.727Z | Checking ucd-trie v0.1.7 |
| 2386 | 2026-06-05T19:41:06.727Z | Checking anstyle v1.0.14 |
| 2387 | 2026-06-05T19:41:06.863Z | Checking regex-automata v0.4.14 |
| 2388 | 2026-06-05T19:41:06.874Z | Checking unicode-ident v1.0.24 |
| 2389 | 2026-06-05T19:41:06.887Z | Checking pest v2.8.6 |
| 2390 | 2026-06-05T19:41:06.909Z | Checking schemars v0.8.22 |
| 2391 | 2026-06-05T19:41:06.924Z | Checking rustls-native-certs v0.8.3 |
| 2392 | 2026-06-05T19:41:06.927Z | Checking rustls-webpki v0.103.9 |
| 2393 | 2026-06-05T19:41:06.949Z | Checking tokio-util v0.7.18 |
| 2394 | 2026-06-05T19:41:06.960Z | Checking openssl v0.10.79 |
| 2395 | 2026-06-05T19:41:06.973Z | Checking proc-macro2 v1.0.106 |
| 2396 | 2026-06-05T19:41:07.046Z | Checking thiserror v2.0.18 |
| 2397 | 2026-06-05T19:41:07.146Z | Checking sync_wrapper v1.0.2 |
| 2398 | 2026-06-05T19:41:07.248Z | Checking wait-timeout v0.2.1 |
| 2399 | 2026-06-05T19:41:07.278Z | Checking siphasher v1.0.2 |
| 2400 | 2026-06-05T19:41:07.359Z | Checking rustls v0.23.37 |
| 2401 | 2026-06-05T19:41:07.372Z | Checking bit-vec v0.8.0 |
| 2402 | 2026-06-05T19:41:07.433Z | Checking anstyle-query v1.1.5 |
| 2403 | 2026-06-05T19:41:07.524Z | Checking quick-error v1.2.3 |
| 2404 | 2026-06-05T19:41:07.539Z | Checking powerfmt v0.2.0 |
| 2405 | 2026-06-05T19:41:07.553Z | Checking h2 v0.4.13 |
| 2406 | 2026-06-05T19:41:07.564Z | Checking is_terminal_polyfill v1.70.2 |
| 2407 | 2026-06-05T19:41:07.622Z | Checking colorchoice v1.0.4 |
| 2408 | 2026-06-05T19:41:07.647Z | Checking simd-adler32 v0.3.8 |
| 2409 | 2026-06-05T19:41:07.685Z | Checking pretty-hex v0.4.1 |
| 2410 | 2026-06-05T19:41:07.718Z | Checking deranged v0.5.8 |
| 2411 | 2026-06-05T19:41:07.801Z | Checking rusty-fork v0.3.1 |
| 2412 | 2026-06-05T19:41:07.815Z | Checking bit-set v0.8.0 |
| 2413 | 2026-06-05T19:41:07.939Z | Checking quote v1.0.45 |
| 2414 | 2026-06-05T19:41:07.956Z | Checking tower v0.5.3 |
| 2415 | 2026-06-05T19:41:07.970Z | Compiling newtype-uuid v1.3.2 |
| 2416 | 2026-06-05T19:41:08.105Z | Checking http-body-util v0.1.3 |
| 2417 | 2026-06-05T19:41:08.146Z | Checking crossbeam-utils v0.8.21 |
| 2418 | 2026-06-05T19:41:08.343Z | Checking webpki-roots v1.0.6 |
| 2419 | 2026-06-05T19:41:08.357Z | Checking rand_xorshift v0.4.0 |
| 2420 | 2026-06-05T19:41:08.461Z | Checking crc32fast v1.5.0 |
| 2421 | 2026-06-05T19:41:08.476Z | Checking scroll v0.13.0 |
| 2422 | 2026-06-05T19:41:08.506Z | Checking signature v2.2.0 |
| 2423 | 2026-06-05T19:41:08.603Z | Checking time-core v0.1.8 |
| 2424 | 2026-06-05T19:41:08.631Z | Checking num_threads v0.1.7 |
| 2425 | 2026-06-05T19:41:08.643Z | Checking num-conv v0.2.0 |
| 2426 | 2026-06-05T19:41:08.686Z | Checking adler2 v2.0.1 |
| 2427 | 2026-06-05T19:41:08.708Z | Checking ryu v1.0.23 |
| 2428 | 2026-06-05T19:41:08.719Z | Checking allocator-api2 v0.2.21 |
| 2429 | 2026-06-05T19:41:08.740Z | Checking unicode-properties v0.1.4 |
| 2430 | 2026-06-05T19:41:08.754Z | Checking unarray v0.1.4 |
| 2431 | 2026-06-05T19:41:08.795Z | Checking iri-string v0.7.10 |
| 2432 | 2026-06-05T19:41:08.843Z | Checking unicode-bidi v0.3.18 |
| 2433 | 2026-06-05T19:41:08.856Z | Checking proptest v1.10.0 |
| 2434 | 2026-06-05T19:41:08.925Z | Checking serde_urlencoded v0.7.1 |
| 2435 | 2026-06-05T19:41:08.987Z | Checking native-tls v0.2.18 |
| 2436 | 2026-06-05T19:41:09.000Z | Checking miniz_oxide v0.8.9 |
| 2437 | 2026-06-05T19:41:09.125Z | Checking time v0.3.47 |
| 2438 | 2026-06-05T19:41:09.139Z | Checking stringprep v0.1.5 |
| 2439 | 2026-06-05T19:41:09.162Z | Checking tokio-native-tls v0.3.1 |
| 2440 | 2026-06-05T19:41:09.287Z | Checking goblin v0.10.5 |
| 2441 | 2026-06-05T19:41:09.321Z | Checking bstr v1.12.1 |
| 2442 | 2026-06-05T19:41:09.349Z | Checking crossbeam-epoch v0.9.18 |
| 2443 | 2026-06-05T19:41:09.570Z | Checking syn v2.0.117 |
| 2444 | 2026-06-05T19:41:09.705Z | Compiling daft v0.1.7 |
| 2445 | 2026-06-05T19:41:09.723Z | Checking tokio-rustls v0.26.4 |
| 2446 | 2026-06-05T19:41:09.822Z | Checking tower-http v0.6.8 |
| 2447 | 2026-06-05T19:41:09.954Z | Checking ipnetwork v0.21.1 |
| 2448 | 2026-06-05T19:41:09.979Z | Checking anstyle-parse v1.0.0 |
| 2449 | 2026-06-05T19:41:10.096Z | Checking rand_chacha v0.3.1 |
| 2450 | 2026-06-05T19:41:10.128Z | Checking scroll v0.12.0 |
| 2451 | 2026-06-05T19:41:10.170Z | Checking thiserror v1.0.69 |
| 2452 | 2026-06-05T19:41:10.263Z | Checking hash32 v0.2.1 |
| 2453 | 2026-06-05T19:41:10.266Z | Checking hyper v1.8.1 |
| 2454 | 2026-06-05T19:41:10.278Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2455 | 2026-06-05T19:41:10.301Z | Checking num-integer v0.1.46 |
| 2456 | 2026-06-05T19:41:10.354Z | Checking serde_spanned v0.6.9 |
| 2457 | 2026-06-05T19:41:10.396Z | Checking toml_datetime v0.6.11 |
| 2458 | 2026-06-05T19:41:10.417Z | Checking md-5 v0.10.6 |
| 2459 | 2026-06-05T19:41:10.479Z | Checking ff v0.13.1 |
| 2460 | 2026-06-05T19:41:10.520Z | Checking encoding_rs v0.8.35 |
| 2461 | 2026-06-05T19:41:10.555Z | Checking mime v0.3.17 |
| 2462 | 2026-06-05T19:41:10.577Z | Checking psl-types v2.0.11 |
| 2463 | 2026-06-05T19:41:10.604Z | Checking zlib-rs v0.6.2 |
| 2464 | 2026-06-05T19:41:10.618Z | Checking base16ct v0.2.0 |
| 2465 | 2026-06-05T19:41:10.687Z | Checking fallible-iterator v0.2.0 |
| 2466 | 2026-06-05T19:41:10.724Z | Checking publicsuffix v2.3.0 |
| 2467 | 2026-06-05T19:41:10.739Z | Checking sec1 v0.7.3 |
| 2468 | 2026-06-05T19:41:10.944Z | Checking group v0.13.0 |
| 2469 | 2026-06-05T19:41:10.957Z | Checking postgres-protocol v0.6.10 |
| 2470 | 2026-06-05T19:41:11.035Z | Checking num-iter v0.1.45 |
| 2471 | 2026-06-05T19:41:11.089Z | Checking heapless v0.7.17 |
| 2472 | 2026-06-05T19:41:11.148Z | Checking zstd-safe v7.2.4 |
| 2473 | 2026-06-05T19:41:11.180Z | Checking hyper-util v0.1.20 |
| 2474 | 2026-06-05T19:41:11.267Z | Checking goblin v0.8.2 |
| 2475 | 2026-06-05T19:41:11.312Z | Checking rand v0.8.6 |
| 2476 | 2026-06-05T19:41:11.443Z | Checking cookie v0.18.1 |
| 2477 | 2026-06-05T19:41:11.469Z | Checking flate2 v1.1.9 |
| 2478 | 2026-06-05T19:41:11.495Z | Checking oxnet v0.1.5 |
| 2479 | 2026-06-05T19:41:11.605Z | Checking dof v0.4.0 |
| 2480 | 2026-06-05T19:41:11.670Z | Checking anstream v1.0.0 |
| 2481 | 2026-06-05T19:41:11.733Z | Compiling iddqd v0.4.2 |
| 2482 | 2026-06-05T19:41:11.761Z | Checking dtrace-parser v0.3.0 |
| 2483 | 2026-06-05T19:41:11.820Z | Checking phf_shared v0.13.1 |
| 2484 | 2026-06-05T19:41:11.837Z | Checking lazy_static v1.5.0 |
| 2485 | 2026-06-05T19:41:11.867Z | Checking anstyle-parse v0.2.7 |
| 2486 | 2026-06-05T19:41:11.920Z | Checking zerocopy v0.7.35 |
| 2487 | 2026-06-05T19:41:11.989Z | Checking pin-project v1.1.11 |
| 2488 | 2026-06-05T19:41:12.012Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2489 | 2026-06-05T19:41:12.015Z | Checking signal-hook v0.3.18 |
| 2490 | 2026-06-05T19:41:12.080Z | Checking terminal_size v0.4.3 |
| 2491 | 2026-06-05T19:41:12.097Z | Checking futures-executor v0.3.32 |
| 2492 | 2026-06-05T19:41:12.193Z | Checking hex v0.4.3 |
| 2493 | 2026-06-05T19:41:12.206Z | Checking hkdf v0.12.4 |
| 2494 | 2026-06-05T19:41:12.235Z | Checking crypto-bigint v0.5.5 |
| 2495 | 2026-06-05T19:41:12.248Z | Checking thread-id v5.1.0 |
| 2496 | 2026-06-05T19:41:12.326Z | Checking foldhash v0.1.5 |
| 2497 | 2026-06-05T19:41:12.338Z | Checking same-file v1.0.6 |
| 2498 | 2026-06-05T19:41:12.398Z | Checking bitflags v1.3.2 |
| 2499 | 2026-06-05T19:41:12.411Z | Checking either v1.15.0 |
| 2500 | 2026-06-05T19:41:12.428Z | Checking hyper-rustls v0.27.7 |
| 2501 | 2026-06-05T19:41:12.447Z | Checking hyper-tls v0.6.0 |
| 2502 | 2026-06-05T19:41:12.460Z | Checking libbz2-rs-sys v0.2.2 |
| 2503 | 2026-06-05T19:41:12.472Z | Checking strsim v0.11.1 |
| 2504 | 2026-06-05T19:41:12.589Z | Checking foldhash v0.2.0 |
| 2505 | 2026-06-05T19:41:12.611Z | Checking winnow v0.5.40 |
| 2506 | 2026-06-05T19:41:12.625Z | Compiling rayon-core v1.13.0 |
| 2507 | 2026-06-05T19:41:12.638Z | Checking managed v0.8.0 |
| 2508 | 2026-06-05T19:41:12.794Z | Checking bumpalo v3.20.2 |
| 2509 | 2026-06-05T19:41:12.801Z | Checking winnow v0.7.14 |
| 2510 | 2026-06-05T19:41:12.818Z | Checking clap_lex v1.0.0 |
| 2511 | 2026-06-05T19:41:12.846Z | Checking bzip2 v0.6.1 |
| 2512 | 2026-06-05T19:41:12.935Z | Checking zopfli v0.8.3 |
| 2513 | 2026-06-05T19:41:12.969Z | Checking clap_builder v4.6.0 |
| 2514 | 2026-06-05T19:41:12.996Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2515 | 2026-06-05T19:41:13.006Z | Checking smoltcp v0.9.1 |
| 2516 | 2026-06-05T19:41:13.137Z | Checking elliptic-curve v0.13.8 |
| 2517 | 2026-06-05T19:41:13.159Z | Checking dof v0.3.0 |
| 2518 | 2026-06-05T19:41:13.216Z | Checking hashbrown v0.16.1 |
| 2519 | 2026-06-05T19:41:13.287Z | Checking reqwest v0.12.28 |
| 2520 | 2026-06-05T19:41:13.460Z | Checking hashbrown v0.15.5 |
| 2521 | 2026-06-05T19:41:13.463Z | Checking walkdir v2.5.0 |
| 2522 | 2026-06-05T19:41:13.634Z | Checking usdt-impl v0.6.0 |
| 2523 | 2026-06-05T19:41:13.661Z | Checking futures v0.3.32 |
| 2524 | 2026-06-05T19:41:13.722Z | Checking signal-hook-mio v0.2.5 |
| 2525 | 2026-06-05T19:41:13.739Z | Checking bzip2 v0.4.4 |
| 2526 | 2026-06-05T19:41:13.787Z | Checking toml_edit v0.19.15 |
| 2527 | 2026-06-05T19:41:13.825Z | Checking snafu v0.8.9 |
| 2528 | 2026-06-05T19:41:13.898Z | Checking anstream v0.6.21 |
| 2529 | 2026-06-05T19:41:13.917Z | Checking phf v0.13.1 |
| 2530 | 2026-06-05T19:41:13.930Z | Checking num-bigint-dig v0.8.6 |
| 2531 | 2026-06-05T19:41:14.060Z | Checking cookie_store v0.22.1 |
| 2532 | 2026-06-05T19:41:14.072Z | Checking zstd v0.13.3 |
| 2533 | 2026-06-05T19:41:14.092Z | Checking postgres-types v0.2.12 |
| 2534 | 2026-06-05T19:41:14.128Z | Checking dtrace-parser v0.2.0 |
| 2535 | 2026-06-05T19:41:14.214Z | Checking rustls-platform-verifier v0.6.2 |
| 2536 | 2026-06-05T19:41:14.228Z | Checking globset v0.4.18 |
| 2537 | 2026-06-05T19:41:14.254Z | Checking crossbeam-deque v0.8.6 |
| 2538 | 2026-06-05T19:41:14.352Z | Checking regex v1.12.3 |
| 2539 | 2026-06-05T19:41:14.365Z | Checking ed25519 v2.2.3 |
| 2540 | 2026-06-05T19:41:14.383Z | Checking phf_shared v0.11.3 |
| 2541 | 2026-06-05T19:41:14.396Z | Checking olpc-cjson v0.1.4 |
| 2542 | 2026-06-05T19:41:14.427Z | Checking ref-cast v1.0.25 |
| 2543 | 2026-06-05T19:41:14.479Z | Checking curve25519-dalek v4.1.3 |
| 2544 | 2026-06-05T19:41:14.523Z | Checking strum v0.27.2 |
| 2545 | 2026-06-05T19:41:14.523Z | Checking hubpack v0.1.2 |
| 2546 | 2026-06-05T19:41:14.523Z | Checking memoffset v0.9.1 |
| 2547 | 2026-06-05T19:41:14.557Z | Checking rustix v0.38.44 |
| 2548 | 2026-06-05T19:41:14.621Z | Checking pkcs1 v0.7.5 |
| 2549 | 2026-06-05T19:41:14.634Z | Checking pem v3.0.6 |
| 2550 | 2026-06-05T19:41:14.647Z | Checking float-cmp v0.10.0 |
| 2551 | 2026-06-05T19:41:14.681Z | Checking serde-big-array v0.5.1 |
| 2552 | 2026-06-05T19:41:14.729Z | Checking serde_plain v1.0.2 |
| 2553 | 2026-06-05T19:41:14.770Z | Checking erased-serde v0.3.31 |
| 2554 | 2026-06-05T19:41:14.784Z | Checking rfc6979 v0.4.0 |
| 2555 | 2026-06-05T19:41:14.811Z | Checking memmap2 v0.9.10 |
| 2556 | 2026-06-05T19:41:14.824Z | Checking thread-id v4.2.2 |
| 2557 | 2026-06-05T19:41:14.826Z | Checking env_filter v1.0.0 |
| 2558 | 2026-06-05T19:41:14.870Z | Checking precomputed-hash v0.1.1 |
| 2559 | 2026-06-05T19:41:14.892Z | Checking new_debug_unreachable v1.0.6 |
| 2560 | 2026-06-05T19:41:14.905Z | Checking fixedbitset v0.5.7 |
| 2561 | 2026-06-05T19:41:14.950Z | Checking unicode-segmentation v1.12.0 |
| 2562 | 2026-06-05T19:41:14.962Z | Checking typed-path v0.9.3 |
| 2563 | 2026-06-05T19:41:14.965Z | Checking toml_write v0.1.2 |
| 2564 | 2026-06-05T19:41:14.985Z | Checking fixedbitset v0.4.2 |
| 2565 | 2026-06-05T19:41:15.091Z | Checking normalize-line-endings v0.3.0 |
| 2566 | 2026-06-05T19:41:15.130Z | Checking keccak v0.1.6 |
| 2567 | 2026-06-05T19:41:15.130Z | Checking difflib v0.4.0 |
| 2568 | 2026-06-05T19:41:15.156Z | Checking data-encoding v2.10.0 |
| 2569 | 2026-06-05T19:41:15.179Z | Checking whoami v2.1.0 |
| 2570 | 2026-06-05T19:41:15.243Z | Checking jiff v0.2.21 |
| 2571 | 2026-06-05T19:41:15.262Z | Checking static_assertions v1.1.0 |
| 2572 | 2026-06-05T19:41:15.295Z | Checking predicates-core v1.0.10 |
| 2573 | 2026-06-05T19:41:15.316Z | Checking sha3 v0.10.8 |
| 2574 | 2026-06-05T19:41:15.329Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2575 | 2026-06-05T19:41:15.349Z | Checking crossterm v0.28.1 |
| 2576 | 2026-06-05T19:41:15.370Z | Checking tokio-postgres v0.7.16 |
| 2577 | 2026-06-05T19:41:15.414Z | Checking predicates v3.1.4 |
| 2578 | 2026-06-05T19:41:15.427Z | Checking hickory-proto v0.25.2 |
| 2579 | 2026-06-05T19:41:15.513Z | Checking similar v2.7.0 |
| 2580 | 2026-06-05T19:41:15.711Z | Checking ed25519-dalek v2.2.0 |
| 2581 | 2026-06-05T19:41:15.728Z | Checking tough v0.22.0 |
| 2582 | 2026-06-05T19:41:15.894Z | Checking slog v2.8.2 |
| 2583 | 2026-06-05T19:41:15.940Z | Checking toml_edit v0.22.27 |
| 2584 | 2026-06-05T19:41:16.047Z | Checking petgraph v0.6.5 |
| 2585 | 2026-06-05T19:41:16.157Z | Checking petgraph v0.8.3 |
| 2586 | 2026-06-05T19:41:16.623Z | Checking env_logger v0.11.9 |
| 2587 | 2026-06-05T19:41:16.816Z | Checking usdt v0.6.0 |
| 2588 | 2026-06-05T19:41:16.984Z | Checking string_cache v0.8.9 |
| 2589 | 2026-06-05T19:41:16.998Z | Checking usdt-impl v0.5.0 |
| 2590 | 2026-06-05T19:41:17.153Z | Checking ecdsa v0.16.9 |
| 2591 | 2026-06-05T19:41:17.298Z | Checking rsa v0.9.10 |
| 2592 | 2026-06-05T19:41:17.303Z | Checking toml v0.7.8 |
| 2593 | 2026-06-05T19:41:17.454Z | Checking zip v4.6.1 |
| 2594 | 2026-06-05T19:41:17.489Z | Checking nix v0.31.2 |
| 2595 | 2026-06-05T19:41:17.702Z | Checking reqwest v0.13.2 |
| 2596 | 2026-06-05T19:41:17.740Z | Checking clap v4.6.1 |
| 2597 | 2026-06-05T19:41:17.743Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2598 | 2026-06-05T19:41:17.820Z | Checking zip v0.6.6 |
| 2599 | 2026-06-05T19:41:17.945Z | Checking itertools v0.13.0 |
| 2600 | 2026-06-05T19:41:18.023Z | Checking serde_with v3.17.0 |
| 2601 | 2026-06-05T19:41:18.084Z | Checking strum v0.26.3 |
| 2602 | 2026-06-05T19:41:18.144Z | Checking fs-err v3.3.0 |
| 2603 | 2026-06-05T19:41:18.168Z | Checking ahash v0.8.12 |
| 2604 | 2026-06-05T19:41:18.191Z | Checking object v0.37.3 |
| 2605 | 2026-06-05T19:41:18.378Z | Checking tokio-stream v0.1.18 |
| 2606 | 2026-06-05T19:41:18.462Z | Checking buf-list v1.1.2 |
| 2607 | 2026-06-05T19:41:18.488Z | Checking anyhow v1.0.102 |
| 2608 | 2026-06-05T19:41:18.553Z | Checking camino v1.2.2 |
| 2609 | 2026-06-05T19:41:18.573Z | Checking x509-cert v0.2.5 |
| 2610 | 2026-06-05T19:41:18.647Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2611 | 2026-06-05T19:41:18.691Z | Checking openapiv3 v2.2.0 |
| 2612 | 2026-06-05T19:41:18.766Z | Checking sha1 v0.10.6 |
| 2613 | 2026-06-05T19:41:18.802Z | Checking peg-runtime v0.8.5 |
| 2614 | 2026-06-05T19:41:18.908Z | Checking lalrpop-util v0.19.12 |
| 2615 | 2026-06-05T19:41:18.926Z | Checking rayon v1.11.0 |
| 2616 | 2026-06-05T19:41:18.940Z | Checking sigpipe v0.1.3 |
| 2617 | 2026-06-05T19:41:18.993Z | Checking glob v0.3.3 |
| 2618 | 2026-06-05T19:41:20.418Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2619 | 2026-06-05T19:41:20.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.01s |
| 2620 | 2026-06-05T19:41:20.864Z | |
| 2621 | 2026-06-05T19:41:20.864Z | info: running `cargo check --bins` on internal-dns-types (77/295) |
| 2622 | 2026-06-05T19:41:21.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2623 | 2026-06-05T19:41:21.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2624 | 2026-06-05T19:41:21.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2625 | 2026-06-05T19:41:21.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2626 | 2026-06-05T19:41:21.475Z | |
| 2627 | 2026-06-05T19:41:21.475Z | info: running `cargo check --bins` on internal-dns-types-versions (78/295) |
| 2628 | 2026-06-05T19:41:21.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2629 | 2026-06-05T19:41:21.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2630 | 2026-06-05T19:41:21.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2631 | 2026-06-05T19:41:21.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2632 | 2026-06-05T19:41:22.083Z | |
| 2633 | 2026-06-05T19:41:22.083Z | info: running `cargo check --bins` on nexus-types-versions (79/295) |
| 2634 | 2026-06-05T19:41:22.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2635 | 2026-06-05T19:41:22.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2636 | 2026-06-05T19:41:22.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2637 | 2026-06-05T19:41:22.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2638 | 2026-06-05T19:41:22.709Z | |
| 2639 | 2026-06-05T19:41:22.709Z | info: running `cargo check --bins` on oxql-types (80/295) |
| 2640 | 2026-06-05T19:41:23.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2641 | 2026-06-05T19:41:23.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2642 | 2026-06-05T19:41:23.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2643 | 2026-06-05T19:41:23.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2644 | 2026-06-05T19:41:23.313Z | |
| 2645 | 2026-06-05T19:41:23.313Z | info: running `cargo check --bins` on oximeter-types (81/295) |
| 2646 | 2026-06-05T19:41:23.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2647 | 2026-06-05T19:41:23.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2648 | 2026-06-05T19:41:23.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2649 | 2026-06-05T19:41:23.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2650 | 2026-06-05T19:41:23.918Z | |
| 2651 | 2026-06-05T19:41:23.918Z | info: running `cargo check --bins` on oximeter-types-versions (82/295) |
| 2652 | 2026-06-05T19:41:24.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2653 | 2026-06-05T19:41:24.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2654 | 2026-06-05T19:41:24.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2655 | 2026-06-05T19:41:24.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2656 | 2026-06-05T19:41:24.528Z | |
| 2657 | 2026-06-05T19:41:24.528Z | info: running `cargo check --bins` on oximeter-macro-impl (83/295) |
| 2658 | 2026-06-05T19:41:25.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2659 | 2026-06-05T19:41:25.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2660 | 2026-06-05T19:41:25.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2661 | 2026-06-05T19:41:25.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2662 | 2026-06-05T19:41:25.118Z | |
| 2663 | 2026-06-05T19:41:25.118Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/295) |
| 2664 | 2026-06-05T19:41:25.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2665 | 2026-06-05T19:41:25.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2666 | 2026-06-05T19:41:25.813Z | Compiling structmeta-derive v0.3.0 |
| 2667 | 2026-06-05T19:41:25.931Z | Compiling rustls v0.22.4 |
| 2668 | 2026-06-05T19:41:25.943Z | Compiling multer v3.1.0 |
| 2669 | 2026-06-05T19:41:25.953Z | Compiling async-stream-impl v0.3.6 |
| 2670 | 2026-06-05T19:41:25.956Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2671 | 2026-06-05T19:41:25.976Z | Compiling dropshot v0.17.0 |
| 2672 | 2026-06-05T19:41:25.991Z | Compiling dropshot_endpoint v0.17.0 |
| 2673 | 2026-06-05T19:41:25.991Z | Compiling newtype-uuid-macros v0.1.0 |
| 2674 | 2026-06-05T19:41:26.111Z | Checking newtype-uuid v1.3.2 |
| 2675 | 2026-06-05T19:41:26.196Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2676 | 2026-06-05T19:41:26.235Z | Checking rustls-webpki v0.102.8 |
| 2677 | 2026-06-05T19:41:26.320Z | Checking daft v0.1.7 |
| 2678 | 2026-06-05T19:41:26.338Z | Checking thread_local v1.1.9 |
| 2679 | 2026-06-05T19:41:26.501Z | Checking compression-core v0.4.31 |
| 2680 | 2026-06-05T19:41:26.526Z | Checking match_cfg v0.1.0 |
| 2681 | 2026-06-05T19:41:26.557Z | Checking iddqd v0.4.2 |
| 2682 | 2026-06-05T19:41:26.593Z | Checking hostname v0.3.1 |
| 2683 | 2026-06-05T19:41:26.622Z | Checking compression-codecs v0.4.37 |
| 2684 | 2026-06-05T19:41:26.638Z | Checking crossbeam-channel v0.5.15 |
| 2685 | 2026-06-05T19:41:26.687Z | Checking slog-json v2.6.1 |
| 2686 | 2026-06-05T19:41:26.737Z | Checking serde_spanned v1.0.4 |
| 2687 | 2026-06-05T19:41:26.785Z | Checking is-terminal v0.4.17 |
| 2688 | 2026-06-05T19:41:26.840Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2689 | 2026-06-05T19:41:26.866Z | Checking term v1.2.1 |
| 2690 | 2026-06-05T19:41:26.880Z | Checking debug-ignore v1.0.5 |
| 2691 | 2026-06-05T19:41:26.963Z | Checking take_mut v0.2.2 |
| 2692 | 2026-06-05T19:41:26.977Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2693 | 2026-06-05T19:41:26.979Z | Compiling structmeta v0.3.0 |
| 2694 | 2026-06-05T19:41:27.034Z | Checking slog-bunyan v2.5.0 |
| 2695 | 2026-06-05T19:41:27.066Z | Checking slog-async v2.8.0 |
| 2696 | 2026-06-05T19:41:27.082Z | Checking slog-term v2.9.2 |
| 2697 | 2026-06-05T19:41:27.143Z | Checking async-compression v0.4.41 |
| 2698 | 2026-06-05T19:41:27.232Z | Checking toml v1.0.6+spec-1.1.0 |
| 2699 | 2026-06-05T19:41:27.235Z | Compiling derive-ex v0.1.8 |
| 2700 | 2026-06-05T19:41:27.235Z | Compiling parse-display-derive v0.10.0 |
| 2701 | 2026-06-05T19:41:27.339Z | Checking async-stream v0.3.6 |
| 2702 | 2026-06-05T19:41:27.386Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2703 | 2026-06-05T19:41:27.457Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2704 | 2026-06-05T19:41:27.470Z | Checking progenitor-client v0.14.0 |
| 2705 | 2026-06-05T19:41:27.491Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2706 | 2026-06-05T19:41:27.631Z | Checking waitgroup v0.1.2 |
| 2707 | 2026-06-05T19:41:27.696Z | Checking backon v1.6.0 |
| 2708 | 2026-06-05T19:41:27.727Z | Checking rustls-pemfile v2.2.0 |
| 2709 | 2026-06-05T19:41:27.730Z | Checking serde_path_to_error v0.1.20 |
| 2710 | 2026-06-05T19:41:27.766Z | Checking hostname v0.4.2 |
| 2711 | 2026-06-05T19:41:27.855Z | Checking instant v0.1.13 |
| 2712 | 2026-06-05T19:41:27.941Z | Checking backoff v0.4.0 |
| 2713 | 2026-06-05T19:41:28.037Z | Checking progenitor-extras v0.2.0 |
| 2714 | 2026-06-05T19:41:28.040Z | Checking tokio-rustls v0.25.0 |
| 2715 | 2026-06-05T19:41:28.074Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2716 | 2026-06-05T19:41:28.126Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2717 | 2026-06-05T19:41:28.298Z | Checking itertools v0.14.0 |
| 2718 | 2026-06-05T19:41:28.313Z | Checking progenitor-client v0.10.0 |
| 2719 | 2026-06-05T19:41:28.523Z | Checking regress v0.10.5 |
| 2720 | 2026-06-05T19:41:28.536Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2721 | 2026-06-05T19:41:28.759Z | Checking macaddr v1.0.1 |
| 2722 | 2026-06-05T19:41:28.861Z | Compiling test-strategy v0.4.5 |
| 2723 | 2026-06-05T19:41:28.907Z | Checking parse-display v0.10.0 |
| 2724 | 2026-06-05T19:41:29.051Z | Checking humantime v2.3.0 |
| 2725 | 2026-06-05T19:41:30.117Z | Compiling prettyplease v0.2.37 |
| 2726 | 2026-06-05T19:41:30.340Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2727 | 2026-06-05T19:41:30.572Z | Checking num-rational v0.4.2 |
| 2728 | 2026-06-05T19:41:30.709Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2729 | 2026-06-05T19:41:31.084Z | Checking num-complex v0.4.6 |
| 2730 | 2026-06-05T19:41:31.685Z | Checking num v0.4.3 |
| 2731 | 2026-06-05T19:41:31.799Z | Compiling usdt-attr-macro v0.5.0 |
| 2732 | 2026-06-05T19:41:31.813Z | Compiling usdt-macro v0.5.0 |
| 2733 | 2026-06-05T19:41:31.829Z | Checking memmap v0.7.0 |
| 2734 | 2026-06-05T19:41:31.841Z | Checking float-ord v0.3.2 |
| 2735 | 2026-06-05T19:41:31.942Z | Checking unicode-width v0.2.0 |
| 2736 | 2026-06-05T19:41:31.957Z | Compiling convert_case v0.4.0 |
| 2737 | 2026-06-05T19:41:32.193Z | Checking console v0.15.11 |
| 2738 | 2026-06-05T19:41:32.327Z | Compiling derive_more v0.99.20 |
| 2739 | 2026-06-05T19:41:32.474Z | Checking newline-converter v0.3.0 |
| 2740 | 2026-06-05T19:41:32.527Z | Checking atomicwrites v0.4.4 |
| 2741 | 2026-06-05T19:41:32.566Z | Checking usdt v0.5.0 |
| 2742 | 2026-06-05T19:41:32.585Z | Compiling toml v0.8.23 |
| 2743 | 2026-06-05T19:41:32.658Z | Compiling minimal-lexical v0.2.1 |
| 2744 | 2026-06-05T19:41:32.732Z | Checking linked-hash-map v0.5.6 |
| 2745 | 2026-06-05T19:41:32.902Z | Checking lru-cache v0.1.2 |
| 2746 | 2026-06-05T19:41:32.918Z | Compiling nom v7.1.3 |
| 2747 | 2026-06-05T19:41:33.117Z | Checking expectorate v1.2.0 |
| 2748 | 2026-06-05T19:41:33.601Z | Checking camino-tempfile v1.4.1 |
| 2749 | 2026-06-05T19:41:33.765Z | Checking hickory-proto v0.24.4 |
| 2750 | 2026-06-05T19:41:33.767Z | Checking phf_shared v0.12.1 |
| 2751 | 2026-06-05T19:41:33.921Z | Compiling slog-dtrace v0.3.0 |
| 2752 | 2026-06-05T19:41:33.972Z | Checking heck v0.5.0 |
| 2753 | 2026-06-05T19:41:34.104Z | Compiling chrono-tz v0.10.4 |
| 2754 | 2026-06-05T19:41:34.120Z | Checking resolv-conf v0.7.6 |
| 2755 | 2026-06-05T19:41:34.291Z | Compiling const_format_proc_macros v0.2.34 |
| 2756 | 2026-06-05T19:41:34.305Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2757 | 2026-06-05T19:41:34.319Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2758 | 2026-06-05T19:41:34.398Z | Checking phf v0.12.1 |
| 2759 | 2026-06-05T19:41:34.540Z | Checking tokio-dtrace v0.1.1 |
| 2760 | 2026-06-05T19:41:34.725Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2761 | 2026-06-05T19:41:34.776Z | Compiling derive-where v1.6.0 |
| 2762 | 2026-06-05T19:41:34.917Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2763 | 2026-06-05T19:41:35.101Z | Checking highway v1.3.0 |
| 2764 | 2026-06-05T19:41:35.333Z | Checking const_format v0.2.35 |
| 2765 | 2026-06-05T19:41:35.541Z | Checking hickory-resolver v0.24.4 |
| 2766 | 2026-06-05T19:41:35.562Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2767 | 2026-06-05T19:41:35.697Z | Checking oxide-tokio-rt v0.1.4 |
| 2768 | 2026-06-05T19:41:35.840Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2769 | 2026-06-05T19:41:36.089Z | Checking gethostname v0.5.0 |
| 2770 | 2026-06-05T19:41:36.103Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2771 | 2026-06-05T19:41:36.180Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2772 | 2026-06-05T19:41:36.264Z | Checking bcs v0.1.6 |
| 2773 | 2026-06-05T19:41:36.267Z | Checking qorb v0.4.1 |
| 2774 | 2026-06-05T19:41:36.416Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2775 | 2026-06-05T19:41:36.498Z | Checking termtree v0.5.1 |
| 2776 | 2026-06-05T19:41:39.551Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2777 | 2026-06-05T19:41:42.284Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2778 | 2026-06-05T19:41:44.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.33s |
| 2779 | 2026-06-05T19:41:44.634Z | |
| 2780 | 2026-06-05T19:41:44.634Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295) |
| 2781 | 2026-06-05T19:41:45.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2782 | 2026-06-05T19:41:45.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2783 | 2026-06-05T19:41:45.332Z | Compiling ar_archive_writer v0.5.1 |
| 2784 | 2026-06-05T19:41:45.444Z | Compiling stacker v0.1.23 |
| 2785 | 2026-06-05T19:41:45.454Z | Compiling cfg_aliases v0.1.1 |
| 2786 | 2026-06-05T19:41:45.465Z | Compiling convert_case v0.10.0 |
| 2787 | 2026-06-05T19:41:45.465Z | Checking unicode-width v0.1.14 |
| 2788 | 2026-06-05T19:41:45.481Z | Compiling proc-macro-error v1.0.4 |
| 2789 | 2026-06-05T19:41:45.492Z | Checking fd-lock v4.0.4 |
| 2790 | 2026-06-05T19:41:45.495Z | Checking nibble_vec v0.1.0 |
| 2791 | 2026-06-05T19:41:45.515Z | Compiling nix v0.28.0 |
| 2792 | 2026-06-05T19:41:45.603Z | Checking vte v0.14.1 |
| 2793 | 2026-06-05T19:41:45.620Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2794 | 2026-06-05T19:41:45.717Z | Checking bytecount v0.6.9 |
| 2795 | 2026-06-05T19:41:45.721Z | Checking endian-type v0.1.2 |
| 2796 | 2026-06-05T19:41:45.758Z | Checking strip-ansi-escapes v0.2.1 |
| 2797 | 2026-06-05T19:41:45.770Z | Compiling derive_more-impl v2.1.1 |
| 2798 | 2026-06-05T19:41:45.770Z | Compiling tabled_derive v0.7.0 |
| 2799 | 2026-06-05T19:41:45.840Z | Checking papergrid v0.11.0 |
| 2800 | 2026-06-05T19:41:45.866Z | Checking radix_trie v0.2.1 |
| 2801 | 2026-06-05T19:41:45.889Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2802 | 2026-06-05T19:41:46.015Z | Compiling peg-macros v0.8.5 |
| 2803 | 2026-06-05T19:41:46.070Z | Checking winnow v0.6.26 |
| 2804 | 2026-06-05T19:41:46.261Z | Compiling psm v0.1.30 |
| 2805 | 2026-06-05T19:41:46.355Z | Compiling sqlparser_derive v0.5.0 |
| 2806 | 2026-06-05T19:41:46.457Z | Checking unicode_categories v0.1.1 |
| 2807 | 2026-06-05T19:41:46.576Z | Checking derive_more v2.1.1 |
| 2808 | 2026-06-05T19:41:46.610Z | Checking home v0.5.12 |
| 2809 | 2026-06-05T19:41:46.653Z | Checking nu-ansi-term v0.50.3 |
| 2810 | 2026-06-05T19:41:46.716Z | Checking tabled v0.15.0 |
| 2811 | 2026-06-05T19:41:46.729Z | Checking crossterm v0.29.0 |
| 2812 | 2026-06-05T19:41:46.800Z | Checking rustyline v14.0.0 |
| 2813 | 2026-06-05T19:41:46.859Z | Checking reedline v0.40.0 |
| 2814 | 2026-06-05T19:41:47.036Z | Checking recursive v0.1.1 |
| 2815 | 2026-06-05T19:41:47.122Z | Checking display-error-chain v0.2.2 |
| 2816 | 2026-06-05T19:41:47.136Z | Checking sqlparser v0.61.0 |
| 2817 | 2026-06-05T19:41:47.199Z | Checking sqlformat v0.3.5 |
| 2818 | 2026-06-05T19:41:47.362Z | Checking peg v0.8.5 |
| 2819 | 2026-06-05T19:41:58.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s |
| 2820 | 2026-06-05T19:41:58.436Z | |
| 2821 | 2026-06-05T19:41:58.436Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295) |
| 2822 | 2026-06-05T19:41:58.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2823 | 2026-06-05T19:41:58.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2824 | 2026-06-05T19:41:59.117Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2825 | 2026-06-05T19:42:02.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s |
| 2826 | 2026-06-05T19:42:02.734Z | |
| 2827 | 2026-06-05T19:42:02.734Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295) |
| 2828 | 2026-06-05T19:42:03.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2026-06-05T19:42:03.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2026-06-05T19:42:03.419Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2831 | 2026-06-05T19:42:05.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s |
| 2832 | 2026-06-05T19:42:06.064Z | |
| 2833 | 2026-06-05T19:42:06.064Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295) |
| 2834 | 2026-06-05T19:42:06.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2026-06-05T19:42:06.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2026-06-05T19:42:06.732Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2837 | 2026-06-05T19:42:09.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
| 2838 | 2026-06-05T19:42:10.168Z | |
| 2839 | 2026-06-05T19:42:10.168Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295) |
| 2840 | 2026-06-05T19:42:10.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2026-06-05T19:42:10.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2026-06-05T19:42:10.849Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2843 | 2026-06-05T19:42:14.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s |
| 2844 | 2026-06-05T19:42:14.310Z | |
| 2845 | 2026-06-05T19:42:14.310Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295) |
| 2846 | 2026-06-05T19:42:14.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2026-06-05T19:42:14.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2026-06-05T19:42:14.989Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2849 | 2026-06-05T19:42:17.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
| 2850 | 2026-06-05T19:42:17.760Z | |
| 2851 | 2026-06-05T19:42:17.760Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295) |
| 2852 | 2026-06-05T19:42:18.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2026-06-05T19:42:18.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2026-06-05T19:42:18.442Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2855 | 2026-06-05T19:42:21.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s |
| 2856 | 2026-06-05T19:42:21.238Z | |
| 2857 | 2026-06-05T19:42:21.238Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295) |
| 2858 | 2026-06-05T19:42:21.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2859 | 2026-06-05T19:42:21.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2860 | 2026-06-05T19:42:21.907Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2861 | 2026-06-05T19:42:25.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s |
| 2862 | 2026-06-05T19:42:25.486Z | |
| 2863 | 2026-06-05T19:42:25.487Z | info: running `cargo check --bins` on oximeter (93/295) |
| 2864 | 2026-06-05T19:42:25.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2865 | 2026-06-05T19:42:25.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2866 | 2026-06-05T19:42:25.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2867 | 2026-06-05T19:42:25.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2868 | 2026-06-05T19:42:26.084Z | |
| 2869 | 2026-06-05T19:42:26.084Z | info: running `cargo check --bins` on oximeter-schema (94/295) |
| 2870 | 2026-06-05T19:42:26.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2871 | 2026-06-05T19:42:26.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2872 | 2026-06-05T19:42:26.723Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2873 | 2026-06-05T19:42:26.887Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2874 | 2026-06-05T19:42:26.887Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2875 | 2026-06-05T19:42:27.223Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2876 | 2026-06-05T19:42:30.089Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2877 | 2026-06-05T19:42:31.293Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2878 | 2026-06-05T19:42:31.504Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2879 | 2026-06-05T19:42:32.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s |
| 2880 | 2026-06-05T19:42:32.367Z | |
| 2881 | 2026-06-05T19:42:32.367Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/295) |
| 2882 | 2026-06-05T19:42:32.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2883 | 2026-06-05T19:42:32.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2884 | 2026-06-05T19:42:32.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2885 | 2026-06-05T19:42:32.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2886 | 2026-06-05T19:42:32.968Z | |
| 2887 | 2026-06-05T19:42:32.968Z | info: running `cargo check --bins` on oximeter-test-utils (96/295) |
| 2888 | 2026-06-05T19:42:33.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2889 | 2026-06-05T19:42:33.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2890 | 2026-06-05T19:42:33.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2891 | 2026-06-05T19:42:33.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2892 | 2026-06-05T19:42:33.612Z | |
| 2893 | 2026-06-05T19:42:33.612Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295) |
| 2894 | 2026-06-05T19:42:34.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2895 | 2026-06-05T19:42:34.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2896 | 2026-06-05T19:42:34.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2897 | 2026-06-05T19:42:34.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2898 | 2026-06-05T19:42:34.214Z | |
| 2899 | 2026-06-05T19:42:34.214Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295) |
| 2900 | 2026-06-05T19:42:34.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2901 | 2026-06-05T19:42:34.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2902 | 2026-06-05T19:42:34.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2903 | 2026-06-05T19:42:34.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2904 | 2026-06-05T19:42:34.821Z | |
| 2905 | 2026-06-05T19:42:34.821Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295) |
| 2906 | 2026-06-05T19:42:35.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2907 | 2026-06-05T19:42:35.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2908 | 2026-06-05T19:42:35.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2909 | 2026-06-05T19:42:35.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2910 | 2026-06-05T19:42:35.426Z | |
| 2911 | 2026-06-05T19:42:35.426Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295) |
| 2912 | 2026-06-05T19:42:35.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2913 | 2026-06-05T19:42:35.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2914 | 2026-06-05T19:42:35.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2915 | 2026-06-05T19:42:35.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2916 | 2026-06-05T19:42:36.032Z | |
| 2917 | 2026-06-05T19:42:36.032Z | info: running `cargo check --bins` on trust-quorum-types (101/295) |
| 2918 | 2026-06-05T19:42:36.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2919 | 2026-06-05T19:42:36.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2920 | 2026-06-05T19:42:36.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2921 | 2026-06-05T19:42:36.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2922 | 2026-06-05T19:42:36.621Z | |
| 2923 | 2026-06-05T19:42:36.621Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/295) |
| 2924 | 2026-06-05T19:42:37.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2925 | 2026-06-05T19:42:37.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2926 | 2026-06-05T19:42:37.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2927 | 2026-06-05T19:42:37.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2928 | 2026-06-05T19:42:37.229Z | |
| 2929 | 2026-06-05T19:42:37.229Z | info: running `cargo check --bins` on update-engine (103/295) |
| 2930 | 2026-06-05T19:42:37.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2931 | 2026-06-05T19:42:37.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2932 | 2026-06-05T19:42:37.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2933 | 2026-06-05T19:42:37.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2934 | 2026-06-05T19:42:37.819Z | |
| 2935 | 2026-06-05T19:42:37.819Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/295) |
| 2936 | 2026-06-05T19:42:38.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2937 | 2026-06-05T19:42:38.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2938 | 2026-06-05T19:42:38.541Z | Compiling crucible-workspace-hack v0.1.0 |
| 2939 | 2026-06-05T19:42:38.659Z | Checking secrecy v0.10.3 |
| 2940 | 2026-06-05T19:42:38.667Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2941 | 2026-06-05T19:42:38.667Z | Compiling heapless v0.8.0 |
| 2942 | 2026-06-05T19:42:38.680Z | Compiling ingot-macros v0.1.1 |
| 2943 | 2026-06-05T19:42:38.690Z | Checking hash32 v0.3.1 |
| 2944 | 2026-06-05T19:42:38.701Z | Compiling smoltcp v0.11.0 |
| 2945 | 2026-06-05T19:42:38.701Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2946 | 2026-06-05T19:42:38.761Z | Checking cobs v0.3.0 |
| 2947 | 2026-06-05T19:42:38.810Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2948 | 2026-06-05T19:42:38.894Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2949 | 2026-06-05T19:42:38.915Z | Checking universal-hash v0.5.1 |
| 2950 | 2026-06-05T19:42:38.918Z | Checking half v2.7.1 |
| 2951 | 2026-06-05T19:42:38.964Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2952 | 2026-06-05T19:42:39.034Z | Checking opaque-debug v0.3.1 |
| 2953 | 2026-06-05T19:42:39.067Z | Checking ciborium-io v0.2.2 |
| 2954 | 2026-06-05T19:42:39.105Z | Checking poly1305 v0.8.0 |
| 2955 | 2026-06-05T19:42:39.155Z | Checking postcard v1.1.3 |
| 2956 | 2026-06-05T19:42:39.172Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2957 | 2026-06-05T19:42:39.190Z | Checking ciborium-ll v0.2.2 |
| 2958 | 2026-06-05T19:42:39.363Z | Compiling proc-macro-crate v3.4.0 |
| 2959 | 2026-06-05T19:42:39.367Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2960 | 2026-06-05T19:42:39.440Z | Checking password-hash v0.5.0 |
| 2961 | 2026-06-05T19:42:39.573Z | Checking chacha20 v0.9.1 |
| 2962 | 2026-06-05T19:42:39.638Z | Compiling proc-macro-crate v1.3.1 |
| 2963 | 2026-06-05T19:42:39.668Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2964 | 2026-06-05T19:42:39.767Z | Checking blake2 v0.10.6 |
| 2965 | 2026-06-05T19:42:39.858Z | Checking aead v0.5.2 |
| 2966 | 2026-06-05T19:42:39.904Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2967 | 2026-06-05T19:42:39.917Z | Compiling num_enum_derive v0.7.6 |
| 2968 | 2026-06-05T19:42:40.002Z | Compiling foreign-types-macros v0.2.3 |
| 2969 | 2026-06-05T19:42:40.016Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2970 | 2026-06-05T19:42:40.049Z | Checking foreign-types-shared v0.3.1 |
| 2971 | 2026-06-05T19:42:40.065Z | Checking thiserror-no-std v2.0.2 |
| 2972 | 2026-06-05T19:42:40.109Z | Checking cpufeatures v0.3.0 |
| 2973 | 2026-06-05T19:42:40.139Z | Compiling num_enum_derive v0.5.11 |
| 2974 | 2026-06-05T19:42:40.153Z | Checking vsss-rs v3.3.4 |
| 2975 | 2026-06-05T19:42:40.183Z | Checking chacha20 v0.10.0 |
| 2976 | 2026-06-05T19:42:40.249Z | Checking argon2 v0.5.3 |
| 2977 | 2026-06-05T19:42:40.398Z | Checking chacha20poly1305 v0.10.1 |
| 2978 | 2026-06-05T19:42:40.529Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2979 | 2026-06-05T19:42:40.589Z | Checking ciborium v0.2.2 |
| 2980 | 2026-06-05T19:42:40.602Z | Checking foreign-types v0.5.0 |
| 2981 | 2026-06-05T19:42:40.783Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2982 | 2026-06-05T19:42:40.799Z | Checking tabwriter v1.4.1 |
| 2983 | 2026-06-05T19:42:40.941Z | Checking num_enum v0.7.6 |
| 2984 | 2026-06-05T19:42:40.955Z | Checking byte-wrapper v0.1.0 |
| 2985 | 2026-06-05T19:42:41.004Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2986 | 2026-06-05T19:42:41.056Z | Checking cstr-argument v0.1.2 |
| 2987 | 2026-06-05T19:42:41.071Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2988 | 2026-06-05T19:42:41.158Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2989 | 2026-06-05T19:42:41.171Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2990 | 2026-06-05T19:42:41.185Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2991 | 2026-06-05T19:42:41.248Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2992 | 2026-06-05T19:42:41.362Z | Checking num_enum v0.5.11 |
| 2993 | 2026-06-05T19:42:41.379Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2994 | 2026-06-05T19:42:41.428Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2995 | 2026-06-05T19:42:41.472Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2996 | 2026-06-05T19:42:41.485Z | Checking ingot-types v0.1.2 |
| 2997 | 2026-06-05T19:42:41.515Z | Checking rand v0.10.0 |
| 2998 | 2026-06-05T19:42:41.535Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2999 | 2026-06-05T19:42:41.549Z | Checking indent_write v2.2.0 |
| 3000 | 2026-06-05T19:42:41.674Z | Checking colored v3.1.1 |
| 3001 | 2026-06-05T19:42:41.689Z | Compiling zone_cfg_derive v0.3.1 |
| 3002 | 2026-06-05T19:42:41.791Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3003 | 2026-06-05T19:42:41.835Z | Checking ingot v0.1.1 |
| 3004 | 2026-06-05T19:42:41.850Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3005 | 2026-06-05T19:42:41.870Z | Checking itertools v0.12.1 |
| 3006 | 2026-06-05T19:42:41.964Z | Compiling num-derive v0.4.2 |
| 3007 | 2026-06-05T19:42:41.982Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3008 | 2026-06-05T19:42:42.018Z | Checking swrite v0.1.0 |
| 3009 | 2026-06-05T19:42:42.079Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3010 | 2026-06-05T19:42:42.108Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3011 | 2026-06-05T19:42:42.280Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3012 | 2026-06-05T19:42:42.326Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3013 | 2026-06-05T19:42:42.362Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3014 | 2026-06-05T19:42:42.436Z | Checking dropshot-api-manager-types v0.7.2 |
| 3015 | 2026-06-05T19:42:42.451Z | Checking smf v0.2.3 |
| 3016 | 2026-06-05T19:42:42.465Z | Checking nanorand v0.7.0 |
| 3017 | 2026-06-05T19:42:42.603Z | Checking whoami v1.6.1 |
| 3018 | 2026-06-05T19:42:42.654Z | Checking flume v0.11.1 |
| 3019 | 2026-06-05T19:42:42.680Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3020 | 2026-06-05T19:42:42.876Z | Checking zone v0.3.1 |
| 3021 | 2026-06-05T19:42:42.891Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3022 | 2026-06-05T19:42:43.434Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3023 | 2026-06-05T19:42:44.413Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3024 | 2026-06-05T19:42:45.305Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3025 | 2026-06-05T19:42:48.452Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3026 | 2026-06-05T19:42:50.506Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3027 | 2026-06-05T19:42:51.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s |
| 3028 | 2026-06-05T19:42:51.807Z | |
| 3029 | 2026-06-05T19:42:51.807Z | info: running `cargo check --bins` on clickhouse-admin-api (105/295) |
| 3030 | 2026-06-05T19:42:52.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3031 | 2026-06-05T19:42:52.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3032 | 2026-06-05T19:42:52.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3033 | 2026-06-05T19:42:52.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3034 | 2026-06-05T19:42:52.407Z | |
| 3035 | 2026-06-05T19:42:52.407Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/295) |
| 3036 | 2026-06-05T19:42:52.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3037 | 2026-06-05T19:42:52.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3038 | 2026-06-05T19:42:52.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3039 | 2026-06-05T19:42:52.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3040 | 2026-06-05T19:42:53.010Z | |
| 3041 | 2026-06-05T19:42:53.010Z | info: running `cargo check --bins` on bootstrap-agent-client (107/295) |
| 3042 | 2026-06-05T19:42:53.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3043 | 2026-06-05T19:42:53.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3044 | 2026-06-05T19:42:53.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3045 | 2026-06-05T19:42:53.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3046 | 2026-06-05T19:42:53.625Z | |
| 3047 | 2026-06-05T19:42:53.625Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295) |
| 3048 | 2026-06-05T19:42:54.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3049 | 2026-06-05T19:42:54.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3050 | 2026-06-05T19:42:54.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3051 | 2026-06-05T19:42:54.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3052 | 2026-06-05T19:42:54.227Z | |
| 3053 | 2026-06-05T19:42:54.227Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295) |
| 3054 | 2026-06-05T19:42:54.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3055 | 2026-06-05T19:42:54.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3056 | 2026-06-05T19:42:54.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3057 | 2026-06-05T19:42:54.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3058 | 2026-06-05T19:42:54.831Z | |
| 3059 | 2026-06-05T19:42:54.831Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/295) |
| 3060 | 2026-06-05T19:42:55.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3061 | 2026-06-05T19:42:55.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3062 | 2026-06-05T19:42:55.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3063 | 2026-06-05T19:42:55.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3064 | 2026-06-05T19:42:55.436Z | |
| 3065 | 2026-06-05T19:42:55.436Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/295) |
| 3066 | 2026-06-05T19:42:55.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3067 | 2026-06-05T19:42:55.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3068 | 2026-06-05T19:42:55.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3069 | 2026-06-05T19:42:55.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3070 | 2026-06-05T19:42:56.040Z | |
| 3071 | 2026-06-05T19:42:56.040Z | info: running `cargo check --bins` on cockroach-admin-client (112/295) |
| 3072 | 2026-06-05T19:42:56.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3073 | 2026-06-05T19:42:56.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3074 | 2026-06-05T19:42:56.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3075 | 2026-06-05T19:42:56.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3076 | 2026-06-05T19:42:56.635Z | |
| 3077 | 2026-06-05T19:42:56.635Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/295) |
| 3078 | 2026-06-05T19:42:57.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3079 | 2026-06-05T19:42:57.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3080 | 2026-06-05T19:42:57.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3081 | 2026-06-05T19:42:57.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3082 | 2026-06-05T19:42:57.236Z | |
| 3083 | 2026-06-05T19:42:57.236Z | info: running `cargo check --bins` on dns-service-client (114/295) |
| 3084 | 2026-06-05T19:42:57.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3085 | 2026-06-05T19:42:57.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3086 | 2026-06-05T19:42:57.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3087 | 2026-06-05T19:42:57.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3088 | 2026-06-05T19:42:57.842Z | |
| 3089 | 2026-06-05T19:42:57.842Z | info: running `cargo check --bins` on installinator-client (115/295) |
| 3090 | 2026-06-05T19:42:58.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3091 | 2026-06-05T19:42:58.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3092 | 2026-06-05T19:42:58.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3093 | 2026-06-05T19:42:58.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3094 | 2026-06-05T19:42:58.448Z | |
| 3095 | 2026-06-05T19:42:58.448Z | info: running `cargo check --bins` on nexus-client (116/295) |
| 3096 | 2026-06-05T19:42:58.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3097 | 2026-06-05T19:42:58.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3098 | 2026-06-05T19:42:58.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3099 | 2026-06-05T19:42:58.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3100 | 2026-06-05T19:42:59.085Z | |
| 3101 | 2026-06-05T19:42:59.086Z | info: running `cargo check --bins` on nexus-lockstep-client (117/295) |
| 3102 | 2026-06-05T19:42:59.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3103 | 2026-06-05T19:42:59.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3104 | 2026-06-05T19:42:59.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3105 | 2026-06-05T19:42:59.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3106 | 2026-06-05T19:42:59.723Z | |
| 3107 | 2026-06-05T19:42:59.723Z | info: running `cargo check --bins` on ntp-admin-client (118/295) |
| 3108 | 2026-06-05T19:43:00.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3109 | 2026-06-05T19:43:00.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3110 | 2026-06-05T19:43:00.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3111 | 2026-06-05T19:43:00.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3112 | 2026-06-05T19:43:00.313Z | |
| 3113 | 2026-06-05T19:43:00.313Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/295) |
| 3114 | 2026-06-05T19:43:00.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3115 | 2026-06-05T19:43:00.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3116 | 2026-06-05T19:43:00.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3117 | 2026-06-05T19:43:00.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3118 | 2026-06-05T19:43:00.901Z | |
| 3119 | 2026-06-05T19:43:00.901Z | info: running `cargo check --bins` on oxide-client (120/295) |
| 3120 | 2026-06-05T19:43:01.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3121 | 2026-06-05T19:43:01.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3122 | 2026-06-05T19:43:01.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3123 | 2026-06-05T19:43:01.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3124 | 2026-06-05T19:43:01.495Z | |
| 3125 | 2026-06-05T19:43:01.495Z | info: running `cargo check --bins` on oximeter-client (121/295) |
| 3126 | 2026-06-05T19:43:02.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3127 | 2026-06-05T19:43:02.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3128 | 2026-06-05T19:43:02.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3129 | 2026-06-05T19:43:02.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3130 | 2026-06-05T19:43:02.099Z | |
| 3131 | 2026-06-05T19:43:02.099Z | info: running `cargo check --bins` on repo-depot-client (122/295) |
| 3132 | 2026-06-05T19:43:02.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3133 | 2026-06-05T19:43:02.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3134 | 2026-06-05T19:43:02.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3135 | 2026-06-05T19:43:02.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3136 | 2026-06-05T19:43:02.688Z | |
| 3137 | 2026-06-05T19:43:02.688Z | info: running `cargo check --bins` on sled-agent-client (123/295) |
| 3138 | 2026-06-05T19:43:03.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3139 | 2026-06-05T19:43:03.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3140 | 2026-06-05T19:43:03.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3141 | 2026-06-05T19:43:03.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3142 | 2026-06-05T19:43:03.300Z | |
| 3143 | 2026-06-05T19:43:03.300Z | info: running `cargo check --bins` on wicketd-client (124/295) |
| 3144 | 2026-06-05T19:43:03.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3145 | 2026-06-05T19:43:03.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3146 | 2026-06-05T19:43:03.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3147 | 2026-06-05T19:43:03.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3148 | 2026-06-05T19:43:03.923Z | |
| 3149 | 2026-06-05T19:43:03.923Z | info: running `cargo check --bins` on installinator-common (125/295) |
| 3150 | 2026-06-05T19:43:04.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3151 | 2026-06-05T19:43:04.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3152 | 2026-06-05T19:43:04.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3153 | 2026-06-05T19:43:04.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3154 | 2026-06-05T19:43:04.543Z | |
| 3155 | 2026-06-05T19:43:04.543Z | info: running `cargo check --bins` on installinator-common-versions (126/295) |
| 3156 | 2026-06-05T19:43:05.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3157 | 2026-06-05T19:43:05.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3158 | 2026-06-05T19:43:05.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3159 | 2026-06-05T19:43:05.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3160 | 2026-06-05T19:43:05.128Z | |
| 3161 | 2026-06-05T19:43:05.128Z | info: running `cargo check --bins` on wicket-common (127/295) |
| 3162 | 2026-06-05T19:43:05.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3163 | 2026-06-05T19:43:05.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3164 | 2026-06-05T19:43:05.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3165 | 2026-06-05T19:43:05.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3166 | 2026-06-05T19:43:05.743Z | |
| 3167 | 2026-06-05T19:43:05.743Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/295) |
| 3168 | 2026-06-05T19:43:06.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3169 | 2026-06-05T19:43:06.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3170 | 2026-06-05T19:43:06.437Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3171 | 2026-06-05T19:43:06.579Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3172 | 2026-06-05T19:43:06.583Z | Checking csv-core v0.1.13 |
| 3173 | 2026-06-05T19:43:06.583Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3174 | 2026-06-05T19:43:06.583Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3175 | 2026-06-05T19:43:06.583Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3176 | 2026-06-05T19:43:06.596Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3177 | 2026-06-05T19:43:06.607Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3178 | 2026-06-05T19:43:06.716Z | Checking csv v1.4.0 |
| 3179 | 2026-06-05T19:43:06.749Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3180 | 2026-06-05T19:43:06.752Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3181 | 2026-06-05T19:43:06.791Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3182 | 2026-06-05T19:43:06.820Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3183 | 2026-06-05T19:43:07.055Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3184 | 2026-06-05T19:43:07.418Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3185 | 2026-06-05T19:43:07.421Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3186 | 2026-06-05T19:43:07.759Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3187 | 2026-06-05T19:43:13.671Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3188 | 2026-06-05T19:43:14.204Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3189 | 2026-06-05T19:43:16.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.80s |
| 3190 | 2026-06-05T19:43:16.744Z | |
| 3191 | 2026-06-05T19:43:16.744Z | info: running `cargo check --bins` on cockroach-admin-api (129/295) |
| 3192 | 2026-06-05T19:43:17.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3193 | 2026-06-05T19:43:17.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3194 | 2026-06-05T19:43:17.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3195 | 2026-06-05T19:43:17.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3196 | 2026-06-05T19:43:17.345Z | |
| 3197 | 2026-06-05T19:43:17.345Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295) |
| 3198 | 2026-06-05T19:43:17.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3199 | 2026-06-05T19:43:17.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3200 | 2026-06-05T19:43:17.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3201 | 2026-06-05T19:43:17.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3202 | 2026-06-05T19:43:18.031Z | |
| 3203 | 2026-06-05T19:43:18.031Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295) |
| 3204 | 2026-06-05T19:43:18.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3205 | 2026-06-05T19:43:18.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3206 | 2026-06-05T19:43:18.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3207 | 2026-06-05T19:43:18.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3208 | 2026-06-05T19:43:18.718Z | |
| 3209 | 2026-06-05T19:43:18.718Z | info: running `cargo check --bins` on gateway-test-utils (132/295) |
| 3210 | 2026-06-05T19:43:19.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3211 | 2026-06-05T19:43:19.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3212 | 2026-06-05T19:43:19.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3213 | 2026-06-05T19:43:19.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3214 | 2026-06-05T19:43:19.366Z | |
| 3215 | 2026-06-05T19:43:19.366Z | info: running `cargo check --bins` on omicron-gateway (133/295) |
| 3216 | 2026-06-05T19:43:19.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3217 | 2026-06-05T19:43:19.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3218 | 2026-06-05T19:43:20.125Z | Compiling regress v0.11.1 |
| 3219 | 2026-06-05T19:43:20.271Z | Compiling unsafe-libyaml v0.2.11 |
| 3220 | 2026-06-05T19:43:20.281Z | Compiling radium v0.7.0 |
| 3221 | 2026-06-05T19:43:20.284Z | Compiling semver v0.1.20 |
| 3222 | 2026-06-05T19:43:20.303Z | Checking nom v8.0.0 |
| 3223 | 2026-06-05T19:43:20.306Z | Checking tap v1.0.1 |
| 3224 | 2026-06-05T19:43:20.306Z | Compiling maybe-uninit v2.0.0 |
| 3225 | 2026-06-05T19:43:20.416Z | Checking wyz v0.5.1 |
| 3226 | 2026-06-05T19:43:20.541Z | Compiling rustc_version v0.1.7 |
| 3227 | 2026-06-05T19:43:20.607Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3228 | 2026-06-05T19:43:20.665Z | Compiling zerocopy-derive v0.6.6 |
| 3229 | 2026-06-05T19:43:20.731Z | Checking funty v2.0.0 |
| 3230 | 2026-06-05T19:43:20.759Z | Compiling newtype_derive v0.1.6 |
| 3231 | 2026-06-05T19:43:20.950Z | Compiling serde_yaml v0.9.34+deprecated |
| 3232 | 2026-06-05T19:43:20.994Z | Compiling cancel-safe-futures v0.1.5 |
| 3233 | 2026-06-05T19:43:21.047Z | Checking crc-catalog v2.4.0 |
| 3234 | 2026-06-05T19:43:21.142Z | Compiling packed_struct v0.10.1 |
| 3235 | 2026-06-05T19:43:21.202Z | Compiling owo-colors v4.3.0 |
| 3236 | 2026-06-05T19:43:21.445Z | Checking crc v3.4.0 |
| 3237 | 2026-06-05T19:43:21.503Z | Checking zerocopy v0.6.6 |
| 3238 | 2026-06-05T19:43:21.570Z | Checking bitvec v1.0.1 |
| 3239 | 2026-06-05T19:43:21.707Z | Checking typify-impl v0.6.2 |
| 3240 | 2026-06-05T19:43:21.799Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3241 | 2026-06-05T19:43:22.119Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3242 | 2026-06-05T19:43:22.203Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3243 | 2026-06-05T19:43:22.342Z | Compiling packed_struct_codegen v0.10.1 |
| 3244 | 2026-06-05T19:43:22.393Z | Checking libsw-core v0.3.2 |
| 3245 | 2026-06-05T19:43:22.464Z | Compiling bitfield-macros v0.19.4 |
| 3246 | 2026-06-05T19:43:22.535Z | Compiling indexmap v1.9.3 |
| 3247 | 2026-06-05T19:43:22.733Z | Checking nodrop v0.1.14 |
| 3248 | 2026-06-05T19:43:22.830Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3249 | 2026-06-05T19:43:22.859Z | Checking array-init v0.0.4 |
| 3250 | 2026-06-05T19:43:22.894Z | Checking libsw v3.5.0 |
| 3251 | 2026-06-05T19:43:22.908Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3252 | 2026-06-05T19:43:23.047Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3253 | 2026-06-05T19:43:23.160Z | Checking smallvec v0.6.14 |
| 3254 | 2026-06-05T19:43:23.177Z | Checking bitfield v0.19.4 |
| 3255 | 2026-06-05T19:43:23.258Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3256 | 2026-06-05T19:43:23.444Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3257 | 2026-06-05T19:43:23.459Z | Checking hashbrown v0.12.3 |
| 3258 | 2026-06-05T19:43:23.574Z | Checking linear-map v1.2.0 |
| 3259 | 2026-06-05T19:43:23.643Z | Checking smawk v0.3.2 |
| 3260 | 2026-06-05T19:43:23.683Z | Checking base64 v0.21.7 |
| 3261 | 2026-06-05T19:43:23.746Z | Checking unicode-linebreak v0.1.5 |
| 3262 | 2026-06-05T19:43:23.778Z | Checking tagptr v0.2.0 |
| 3263 | 2026-06-05T19:43:23.923Z | Checking moka v0.12.13 |
| 3264 | 2026-06-05T19:43:23.927Z | Checking ron v0.8.1 |
| 3265 | 2026-06-05T19:43:23.956Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3266 | 2026-06-05T19:43:23.969Z | Checking textwrap v0.16.2 |
| 3267 | 2026-06-05T19:43:24.184Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3268 | 2026-06-05T19:43:24.198Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3269 | 2026-06-05T19:43:24.360Z | Checking serde-hex v0.1.0 |
| 3270 | 2026-06-05T19:43:24.444Z | Checking steno v0.4.1 |
| 3271 | 2026-06-05T19:43:24.518Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3272 | 2026-06-05T19:43:24.551Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3273 | 2026-06-05T19:43:24.713Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3274 | 2026-06-05T19:43:24.991Z | Checking hashbrown v0.13.2 |
| 3275 | 2026-06-05T19:43:25.221Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3276 | 2026-06-05T19:43:25.295Z | Checking crc-any v2.5.0 |
| 3277 | 2026-06-05T19:43:25.429Z | Checking object v0.30.4 |
| 3278 | 2026-06-05T19:43:25.443Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3279 | 2026-06-05T19:43:25.458Z | Checking hickory-resolver v0.25.2 |
| 3280 | 2026-06-05T19:43:25.475Z | Checking utf-8 v0.7.6 |
| 3281 | 2026-06-05T19:43:25.544Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3282 | 2026-06-05T19:43:25.603Z | Checking void v1.0.2 |
| 3283 | 2026-06-05T19:43:25.617Z | Checking half v1.8.3 |
| 3284 | 2026-06-05T19:43:25.647Z | Checking path-slash v0.1.5 |
| 3285 | 2026-06-05T19:43:25.710Z | Checking lzss v0.8.2 |
| 3286 | 2026-06-05T19:43:25.753Z | Checking tungstenite v0.23.0 |
| 3287 | 2026-06-05T19:43:25.814Z | Checking serde_cbor v0.11.2 |
| 3288 | 2026-06-05T19:43:25.895Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3289 | 2026-06-05T19:43:25.971Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3290 | 2026-06-05T19:43:26.056Z | Checking nix v0.27.1 |
| 3291 | 2026-06-05T19:43:26.160Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3292 | 2026-06-05T19:43:26.174Z | Checking kstat-rs v0.2.4 |
| 3293 | 2026-06-05T19:43:26.190Z | Checking fxhash v0.2.1 |
| 3294 | 2026-06-05T19:43:26.205Z | Checking serde_bytes v0.11.19 |
| 3295 | 2026-06-05T19:43:26.277Z | Compiling typify-macro v0.6.2 |
| 3296 | 2026-06-05T19:43:26.305Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3297 | 2026-06-05T19:43:26.356Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3298 | 2026-06-05T19:43:26.375Z | Checking tokio-tungstenite v0.23.1 |
| 3299 | 2026-06-05T19:43:26.560Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3300 | 2026-06-05T19:43:26.575Z | Checking signal-hook-tokio v0.3.1 |
| 3301 | 2026-06-05T19:43:27.491Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3302 | 2026-06-05T19:43:27.507Z | Compiling typify v0.6.2 |
| 3303 | 2026-06-05T19:43:27.578Z | Compiling progenitor-impl v0.14.0 |
| 3304 | 2026-06-05T19:43:28.389Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3305 | 2026-06-05T19:43:28.693Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3306 | 2026-06-05T19:43:29.044Z | Compiling progenitor-macro v0.14.0 |
| 3307 | 2026-06-05T19:43:31.359Z | Checking progenitor v0.14.0 |
| 3308 | 2026-06-05T19:43:31.483Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3309 | 2026-06-05T19:43:31.486Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3310 | 2026-06-05T19:43:34.116Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3311 | 2026-06-05T19:43:41.897Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3312 | 2026-06-05T19:43:48.326Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3313 | 2026-06-05T19:43:49.691Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3314 | 2026-06-05T19:43:50.193Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3315 | 2026-06-05T19:43:52.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.92s |
| 3316 | 2026-06-05T19:43:52.488Z | |
| 3317 | 2026-06-05T19:43:52.488Z | info: running `cargo check --bins` on gateway-api (134/295) |
| 3318 | 2026-06-05T19:43:52.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3319 | 2026-06-05T19:43:53.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3320 | 2026-06-05T19:43:53.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3321 | 2026-06-05T19:43:53.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3322 | 2026-06-05T19:43:53.091Z | |
| 3323 | 2026-06-05T19:43:53.091Z | info: running `cargo check --bins` on ipcc (135/295) |
| 3324 | 2026-06-05T19:43:53.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3325 | 2026-06-05T19:43:53.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3326 | 2026-06-05T19:43:53.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3327 | 2026-06-05T19:43:53.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3328 | 2026-06-05T19:43:53.696Z | |
| 3329 | 2026-06-05T19:43:53.696Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295) |
| 3330 | 2026-06-05T19:43:54.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3331 | 2026-06-05T19:43:54.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3332 | 2026-06-05T19:43:54.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3333 | 2026-06-05T19:43:54.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3334 | 2026-06-05T19:43:54.280Z | |
| 3335 | 2026-06-05T19:43:54.280Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295) |
| 3336 | 2026-06-05T19:43:54.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3337 | 2026-06-05T19:43:54.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3338 | 2026-06-05T19:43:54.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3339 | 2026-06-05T19:43:54.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3340 | 2026-06-05T19:43:54.906Z | |
| 3341 | 2026-06-05T19:43:54.906Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295) |
| 3342 | 2026-06-05T19:43:55.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3343 | 2026-06-05T19:43:55.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3344 | 2026-06-05T19:43:55.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3345 | 2026-06-05T19:43:55.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3346 | 2026-06-05T19:43:55.509Z | |
| 3347 | 2026-06-05T19:43:55.509Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295) |
| 3348 | 2026-06-05T19:43:56.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3349 | 2026-06-05T19:43:56.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3350 | 2026-06-05T19:43:56.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3351 | 2026-06-05T19:43:56.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3352 | 2026-06-05T19:43:56.114Z | |
| 3353 | 2026-06-05T19:43:56.114Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295) |
| 3354 | 2026-06-05T19:43:56.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3355 | 2026-06-05T19:43:56.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3356 | 2026-06-05T19:43:56.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3357 | 2026-06-05T19:43:56.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3358 | 2026-06-05T19:43:56.715Z | |
| 3359 | 2026-06-05T19:43:56.715Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295) |
| 3360 | 2026-06-05T19:43:57.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3361 | 2026-06-05T19:43:57.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3362 | 2026-06-05T19:43:57.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3363 | 2026-06-05T19:43:57.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3364 | 2026-06-05T19:43:57.334Z | |
| 3365 | 2026-06-05T19:43:57.334Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295) |
| 3366 | 2026-06-05T19:43:57.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3367 | 2026-06-05T19:43:57.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3368 | 2026-06-05T19:43:57.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3369 | 2026-06-05T19:43:57.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3370 | 2026-06-05T19:43:57.936Z | |
| 3371 | 2026-06-05T19:43:57.937Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295) |
| 3372 | 2026-06-05T19:43:58.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3373 | 2026-06-05T19:43:58.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3374 | 2026-06-05T19:43:58.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3375 | 2026-06-05T19:43:58.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3376 | 2026-06-05T19:43:58.536Z | |
| 3377 | 2026-06-05T19:43:58.536Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295) |
| 3378 | 2026-06-05T19:43:59.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3379 | 2026-06-05T19:43:59.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3380 | 2026-06-05T19:43:59.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3381 | 2026-06-05T19:43:59.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3382 | 2026-06-05T19:43:59.133Z | |
| 3383 | 2026-06-05T19:43:59.133Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295) |
| 3384 | 2026-06-05T19:43:59.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3385 | 2026-06-05T19:43:59.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3386 | 2026-06-05T19:43:59.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3387 | 2026-06-05T19:43:59.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3388 | 2026-06-05T19:43:59.730Z | |
| 3389 | 2026-06-05T19:43:59.730Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295) |
| 3390 | 2026-06-05T19:44:00.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3391 | 2026-06-05T19:44:00.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3392 | 2026-06-05T19:44:00.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3393 | 2026-06-05T19:44:00.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3394 | 2026-06-05T19:44:00.332Z | |
| 3395 | 2026-06-05T19:44:00.332Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295) |
| 3396 | 2026-06-05T19:44:00.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3397 | 2026-06-05T19:44:00.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3398 | 2026-06-05T19:44:00.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3399 | 2026-06-05T19:44:00.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3400 | 2026-06-05T19:44:00.957Z | |
| 3401 | 2026-06-05T19:44:00.957Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295) |
| 3402 | 2026-06-05T19:44:01.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3403 | 2026-06-05T19:44:01.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3404 | 2026-06-05T19:44:01.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3405 | 2026-06-05T19:44:01.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3406 | 2026-06-05T19:44:01.549Z | |
| 3407 | 2026-06-05T19:44:01.550Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295) |
| 3408 | 2026-06-05T19:44:02.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3409 | 2026-06-05T19:44:02.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3410 | 2026-06-05T19:44:02.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3411 | 2026-06-05T19:44:02.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3412 | 2026-06-05T19:44:02.169Z | |
| 3413 | 2026-06-05T19:44:02.169Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295) |
| 3414 | 2026-06-05T19:44:02.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3415 | 2026-06-05T19:44:02.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3416 | 2026-06-05T19:44:02.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3417 | 2026-06-05T19:44:02.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3418 | 2026-06-05T19:44:02.790Z | |
| 3419 | 2026-06-05T19:44:02.790Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295) |
| 3420 | 2026-06-05T19:44:03.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3421 | 2026-06-05T19:44:03.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3422 | 2026-06-05T19:44:03.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3423 | 2026-06-05T19:44:03.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3424 | 2026-06-05T19:44:03.420Z | |
| 3425 | 2026-06-05T19:44:03.420Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295) |
| 3426 | 2026-06-05T19:44:03.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3427 | 2026-06-05T19:44:04.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3428 | 2026-06-05T19:44:04.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3429 | 2026-06-05T19:44:04.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3430 | 2026-06-05T19:44:04.035Z | |
| 3431 | 2026-06-05T19:44:04.035Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295) |
| 3432 | 2026-06-05T19:44:04.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3433 | 2026-06-05T19:44:04.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3434 | 2026-06-05T19:44:04.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3435 | 2026-06-05T19:44:04.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3436 | 2026-06-05T19:44:04.724Z | |
| 3437 | 2026-06-05T19:44:04.724Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295) |
| 3438 | 2026-06-05T19:44:05.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3439 | 2026-06-05T19:44:05.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3440 | 2026-06-05T19:44:05.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3441 | 2026-06-05T19:44:05.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3442 | 2026-06-05T19:44:05.269Z | |
| 3443 | 2026-06-05T19:44:05.269Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295) |
| 3444 | 2026-06-05T19:44:05.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3445 | 2026-06-05T19:44:05.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3446 | 2026-06-05T19:44:05.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3447 | 2026-06-05T19:44:05.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3448 | 2026-06-05T19:44:05.889Z | |
| 3449 | 2026-06-05T19:44:05.889Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295) |
| 3450 | 2026-06-05T19:44:06.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3451 | 2026-06-05T19:44:06.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3452 | 2026-06-05T19:44:06.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3453 | 2026-06-05T19:44:06.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3454 | 2026-06-05T19:44:06.515Z | |
| 3455 | 2026-06-05T19:44:06.516Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295) |
| 3456 | 2026-06-05T19:44:07.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3457 | 2026-06-05T19:44:07.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3458 | 2026-06-05T19:44:07.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3459 | 2026-06-05T19:44:07.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3460 | 2026-06-05T19:44:07.137Z | |
| 3461 | 2026-06-05T19:44:07.137Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295) |
| 3462 | 2026-06-05T19:44:07.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3463 | 2026-06-05T19:44:07.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3464 | 2026-06-05T19:44:07.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3465 | 2026-06-05T19:44:07.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3466 | 2026-06-05T19:44:07.740Z | |
| 3467 | 2026-06-05T19:44:07.740Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295) |
| 3468 | 2026-06-05T19:44:08.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3469 | 2026-06-05T19:44:08.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3470 | 2026-06-05T19:44:08.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3471 | 2026-06-05T19:44:08.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3472 | 2026-06-05T19:44:08.344Z | |
| 3473 | 2026-06-05T19:44:08.344Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295) |
| 3474 | 2026-06-05T19:44:08.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3475 | 2026-06-05T19:44:08.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3476 | 2026-06-05T19:44:08.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3477 | 2026-06-05T19:44:08.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3478 | 2026-06-05T19:44:08.946Z | |
| 3479 | 2026-06-05T19:44:08.946Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295) |
| 3480 | 2026-06-05T19:44:09.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3481 | 2026-06-05T19:44:09.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3482 | 2026-06-05T19:44:09.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3483 | 2026-06-05T19:44:09.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3484 | 2026-06-05T19:44:09.551Z | |
| 3485 | 2026-06-05T19:44:09.551Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295) |
| 3486 | 2026-06-05T19:44:10.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3487 | 2026-06-05T19:44:10.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3488 | 2026-06-05T19:44:10.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3489 | 2026-06-05T19:44:10.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3490 | 2026-06-05T19:44:10.152Z | |
| 3491 | 2026-06-05T19:44:10.152Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295) |
| 3492 | 2026-06-05T19:44:10.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3493 | 2026-06-05T19:44:10.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3494 | 2026-06-05T19:44:10.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3495 | 2026-06-05T19:44:10.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3496 | 2026-06-05T19:44:10.753Z | |
| 3497 | 2026-06-05T19:44:10.754Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295) |
| 3498 | 2026-06-05T19:44:11.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3499 | 2026-06-05T19:44:11.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3500 | 2026-06-05T19:44:11.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3501 | 2026-06-05T19:44:11.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3502 | 2026-06-05T19:44:11.355Z | |
| 3503 | 2026-06-05T19:44:11.355Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295) |
| 3504 | 2026-06-05T19:44:11.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3505 | 2026-06-05T19:44:11.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3506 | 2026-06-05T19:44:11.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3507 | 2026-06-05T19:44:11.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3508 | 2026-06-05T19:44:11.953Z | |
| 3509 | 2026-06-05T19:44:11.953Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295) |
| 3510 | 2026-06-05T19:44:12.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3511 | 2026-06-05T19:44:12.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3512 | 2026-06-05T19:44:12.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3513 | 2026-06-05T19:44:12.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3514 | 2026-06-05T19:44:12.573Z | |
| 3515 | 2026-06-05T19:44:12.573Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295) |
| 3516 | 2026-06-05T19:44:13.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3517 | 2026-06-05T19:44:13.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3518 | 2026-06-05T19:44:13.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3519 | 2026-06-05T19:44:13.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3520 | 2026-06-05T19:44:13.191Z | |
| 3521 | 2026-06-05T19:44:13.191Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295) |
| 3522 | 2026-06-05T19:44:13.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3523 | 2026-06-05T19:44:13.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3524 | 2026-06-05T19:44:13.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3525 | 2026-06-05T19:44:13.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3526 | 2026-06-05T19:44:13.814Z | |
| 3527 | 2026-06-05T19:44:13.815Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295) |
| 3528 | 2026-06-05T19:44:14.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3529 | 2026-06-05T19:44:14.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3530 | 2026-06-05T19:44:14.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3531 | 2026-06-05T19:44:14.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3532 | 2026-06-05T19:44:14.449Z | |
| 3533 | 2026-06-05T19:44:14.449Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295) |
| 3534 | 2026-06-05T19:44:14.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3535 | 2026-06-05T19:44:14.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3536 | 2026-06-05T19:44:14.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3537 | 2026-06-05T19:44:14.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3538 | 2026-06-05T19:44:15.070Z | |
| 3539 | 2026-06-05T19:44:15.070Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295) |
| 3540 | 2026-06-05T19:44:15.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3541 | 2026-06-05T19:44:15.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3542 | 2026-06-05T19:44:15.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3543 | 2026-06-05T19:44:15.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3544 | 2026-06-05T19:44:15.694Z | |
| 3545 | 2026-06-05T19:44:15.694Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295) |
| 3546 | 2026-06-05T19:44:16.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3547 | 2026-06-05T19:44:16.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3548 | 2026-06-05T19:44:16.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3549 | 2026-06-05T19:44:16.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3550 | 2026-06-05T19:44:16.325Z | |
| 3551 | 2026-06-05T19:44:16.325Z | info: running `cargo check --bins` on oximeter-producer (173/295) |
| 3552 | 2026-06-05T19:44:16.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3553 | 2026-06-05T19:44:16.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3554 | 2026-06-05T19:44:16.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3555 | 2026-06-05T19:44:16.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3556 | 2026-06-05T19:44:16.971Z | |
| 3557 | 2026-06-05T19:44:16.971Z | info: running `cargo check --bins` on internal-dns-resolver (174/295) |
| 3558 | 2026-06-05T19:44:17.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3559 | 2026-06-05T19:44:17.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3560 | 2026-06-05T19:44:17.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3561 | 2026-06-05T19:44:17.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3562 | 2026-06-05T19:44:17.590Z | |
| 3563 | 2026-06-05T19:44:17.590Z | info: running `cargo check --bins` on dns-server (175/295) |
| 3564 | 2026-06-05T19:44:18.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3565 | 2026-06-05T19:44:18.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3566 | 2026-06-05T19:44:18.255Z | Compiling parking_lot_core v0.8.6 |
| 3567 | 2026-06-05T19:44:18.255Z | Compiling atomicwrites v0.4.4 |
| 3568 | 2026-06-05T19:44:18.262Z | Compiling git-stub v1.0.0 |
| 3569 | 2026-06-05T19:44:18.263Z | Checking prefix-trie v0.7.0 |
| 3570 | 2026-06-05T19:44:18.372Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3571 | 2026-06-05T19:44:18.494Z | Compiling git-stub-vcs v0.1.0 |
| 3572 | 2026-06-05T19:44:18.658Z | Checking hickory-server v0.25.2 |
| 3573 | 2026-06-05T19:44:18.769Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3574 | 2026-06-05T19:44:18.784Z | Checking parking_lot v0.11.2 |
| 3575 | 2026-06-05T19:44:18.854Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3576 | 2026-06-05T19:44:18.854Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3577 | 2026-06-05T19:44:18.950Z | Checking sled v0.34.7 |
| 3578 | 2026-06-05T19:44:20.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
| 3579 | 2026-06-05T19:44:21.028Z | |
| 3580 | 2026-06-05T19:44:21.028Z | info: running `cargo check --bins` on dns-server-api (176/295) |
| 3581 | 2026-06-05T19:44:21.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3582 | 2026-06-05T19:44:21.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3583 | 2026-06-05T19:44:21.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3584 | 2026-06-05T19:44:21.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3585 | 2026-06-05T19:44:21.644Z | |
| 3586 | 2026-06-05T19:44:21.645Z | info: running `cargo check --bins` on oximeter-producer-api (177/295) |
| 3587 | 2026-06-05T19:44:22.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3588 | 2026-06-05T19:44:22.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3589 | 2026-06-05T19:44:22.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3590 | 2026-06-05T19:44:22.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3591 | 2026-06-05T19:44:22.235Z | |
| 3592 | 2026-06-05T19:44:22.235Z | info: running `cargo check --bins` on sp-sim (178/295) |
| 3593 | 2026-06-05T19:44:22.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3594 | 2026-06-05T19:44:22.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3595 | 2026-06-05T19:44:22.974Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3596 | 2026-06-05T19:44:24.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s |
| 3597 | 2026-06-05T19:44:24.916Z | |
| 3598 | 2026-06-05T19:44:24.916Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295) |
| 3599 | 2026-06-05T19:44:25.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3600 | 2026-06-05T19:44:25.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3601 | 2026-06-05T19:44:25.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3602 | 2026-06-05T19:44:25.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3603 | 2026-06-05T19:44:25.624Z | |
| 3604 | 2026-06-05T19:44:25.624Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295) |
| 3605 | 2026-06-05T19:44:26.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3606 | 2026-06-05T19:44:26.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3607 | 2026-06-05T19:44:26.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3608 | 2026-06-05T19:44:26.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3609 | 2026-06-05T19:44:26.240Z | |
| 3610 | 2026-06-05T19:44:26.240Z | info: running `cargo check --bins` on db-macros (181/295) |
| 3611 | 2026-06-05T19:44:26.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3612 | 2026-06-05T19:44:26.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3613 | 2026-06-05T19:44:26.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3614 | 2026-06-05T19:44:26.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3615 | 2026-06-05T19:44:26.823Z | |
| 3616 | 2026-06-05T19:44:26.823Z | info: running `cargo check --bins` on nexus-macros-common (182/295) |
| 3617 | 2026-06-05T19:44:27.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3618 | 2026-06-05T19:44:27.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3619 | 2026-06-05T19:44:27.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3620 | 2026-06-05T19:44:27.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3621 | 2026-06-05T19:44:27.409Z | |
| 3622 | 2026-06-05T19:44:27.409Z | info: running `cargo check --bins` on nexus-auth (183/295) |
| 3623 | 2026-06-05T19:44:27.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3624 | 2026-06-05T19:44:27.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3625 | 2026-06-05T19:44:27.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3626 | 2026-06-05T19:44:27.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3627 | 2026-06-05T19:44:28.059Z | |
| 3628 | 2026-06-05T19:44:28.059Z | info: running `cargo check --bins` on authz-macros (184/295) |
| 3629 | 2026-06-05T19:44:28.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3630 | 2026-06-05T19:44:28.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3631 | 2026-06-05T19:44:28.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3632 | 2026-06-05T19:44:28.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3633 | 2026-06-05T19:44:28.654Z | |
| 3634 | 2026-06-05T19:44:28.654Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/295) |
| 3635 | 2026-06-05T19:44:29.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3636 | 2026-06-05T19:44:29.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3637 | 2026-06-05T19:44:29.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3638 | 2026-06-05T19:44:29.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3639 | 2026-06-05T19:44:29.292Z | |
| 3640 | 2026-06-05T19:44:29.292Z | info: running `cargo check --bins` on nexus-db-model (186/295) |
| 3641 | 2026-06-05T19:44:29.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3642 | 2026-06-05T19:44:29.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3643 | 2026-06-05T19:44:29.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3644 | 2026-06-05T19:44:29.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3645 | 2026-06-05T19:44:29.935Z | |
| 3646 | 2026-06-05T19:44:29.935Z | info: running `cargo check --bins` on nexus-db-schema (187/295) |
| 3647 | 2026-06-05T19:44:30.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3648 | 2026-06-05T19:44:30.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3649 | 2026-06-05T19:44:30.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3650 | 2026-06-05T19:44:30.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3651 | 2026-06-05T19:44:30.528Z | |
| 3652 | 2026-06-05T19:44:30.528Z | info: running `cargo check --bins` on omicron-rpaths (188/295) |
| 3653 | 2026-06-05T19:44:31.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3654 | 2026-06-05T19:44:31.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3655 | 2026-06-05T19:44:31.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3656 | 2026-06-05T19:44:31.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3657 | 2026-06-05T19:44:31.114Z | |
| 3658 | 2026-06-05T19:44:31.114Z | info: running `cargo check --bins` on nexus-defaults (189/295) |
| 3659 | 2026-06-05T19:44:31.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3660 | 2026-06-05T19:44:31.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3661 | 2026-06-05T19:44:31.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3662 | 2026-06-05T19:44:31.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3663 | 2026-06-05T19:44:31.719Z | |
| 3664 | 2026-06-05T19:44:31.719Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/295) |
| 3665 | 2026-06-05T19:44:32.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3666 | 2026-06-05T19:44:32.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3667 | 2026-06-05T19:44:32.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3668 | 2026-06-05T19:44:32.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3669 | 2026-06-05T19:44:32.312Z | |
| 3670 | 2026-06-05T19:44:32.312Z | info: running `cargo check --bins` on parallel-task-set (191/295) |
| 3671 | 2026-06-05T19:44:32.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3672 | 2026-06-05T19:44:32.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3673 | 2026-06-05T19:44:32.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3674 | 2026-06-05T19:44:32.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3675 | 2026-06-05T19:44:32.901Z | |
| 3676 | 2026-06-05T19:44:32.901Z | info: running `cargo check --bins` on nexus-db-errors (192/295) |
| 3677 | 2026-06-05T19:44:33.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3678 | 2026-06-05T19:44:33.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3679 | 2026-06-05T19:44:33.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3680 | 2026-06-05T19:44:33.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3681 | 2026-06-05T19:44:33.719Z | |
| 3682 | 2026-06-05T19:44:33.720Z | info: running `cargo check --bins` on nexus-db-lookup (193/295) |
| 3683 | 2026-06-05T19:44:34.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3684 | 2026-06-05T19:44:34.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3685 | 2026-06-05T19:44:34.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3686 | 2026-06-05T19:44:34.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3687 | 2026-06-05T19:44:34.210Z | |
| 3688 | 2026-06-05T19:44:34.210Z | info: running `cargo check --bins` on nexus-inventory (194/295) |
| 3689 | 2026-06-05T19:44:38.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3690 | 2026-06-05T19:44:38.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3691 | 2026-06-05T19:44:38.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3692 | 2026-06-05T19:44:38.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3693 | 2026-06-05T19:44:38.613Z | |
| 3694 | 2026-06-05T19:44:38.613Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295) |
| 3695 | 2026-06-05T19:44:38.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3696 | 2026-06-05T19:44:38.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3697 | 2026-06-05T19:44:38.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3698 | 2026-06-05T19:44:38.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3699 | 2026-06-05T19:44:38.613Z | |
| 3700 | 2026-06-05T19:44:38.613Z | info: running `cargo check --bins --no-default-features` on sled-storage (196/295) |
| 3701 | 2026-06-05T19:44:38.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3702 | 2026-06-05T19:44:38.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3703 | 2026-06-05T19:44:38.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3704 | 2026-06-05T19:44:38.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3705 | 2026-06-05T19:44:38.614Z | |
| 3706 | 2026-06-05T19:44:38.614Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295) |
| 3707 | 2026-06-05T19:44:38.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3708 | 2026-06-05T19:44:38.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3709 | 2026-06-05T19:44:38.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3710 | 2026-06-05T19:44:38.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3711 | 2026-06-05T19:44:38.615Z | |
| 3712 | 2026-06-05T19:44:38.615Z | info: running `cargo check --bins` on key-manager (198/295) |
| 3713 | 2026-06-05T19:44:38.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3714 | 2026-06-05T19:44:38.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3715 | 2026-06-05T19:44:38.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3716 | 2026-06-05T19:44:38.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3717 | 2026-06-05T19:44:38.615Z | |
| 3718 | 2026-06-05T19:44:38.615Z | info: running `cargo check --bins --no-default-features` on sled-hardware (199/295) |
| 3719 | 2026-06-05T19:44:38.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3720 | 2026-06-05T19:44:38.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3721 | 2026-06-05T19:44:38.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3722 | 2026-06-05T19:44:38.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3723 | 2026-06-05T19:44:38.615Z | |
| 3724 | 2026-06-05T19:44:38.615Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295) |
| 3725 | 2026-06-05T19:44:38.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3726 | 2026-06-05T19:44:38.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3727 | 2026-06-05T19:44:38.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3728 | 2026-06-05T19:44:38.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3729 | 2026-06-05T19:44:38.642Z | |
| 3730 | 2026-06-05T19:44:38.642Z | info: running `cargo check --bins` on typed-rng (201/295) |
| 3731 | 2026-06-05T19:44:39.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3732 | 2026-06-05T19:44:39.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3733 | 2026-06-05T19:44:39.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3734 | 2026-06-05T19:44:39.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3735 | 2026-06-05T19:44:39.168Z | |
| 3736 | 2026-06-05T19:44:39.168Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295) |
| 3737 | 2026-06-05T19:44:39.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3738 | 2026-06-05T19:44:39.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3739 | 2026-06-05T19:44:40.030Z | Compiling libefi-sys v0.1.0 |
| 3740 | 2026-06-05T19:44:40.033Z | Compiling bitfield-struct v0.6.2 |
| 3741 | 2026-06-05T19:44:40.178Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3742 | 2026-06-05T19:44:40.186Z | Compiling xshell-macros v0.2.7 |
| 3743 | 2026-06-05T19:44:40.195Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3744 | 2026-06-05T19:44:40.209Z | Compiling typify-impl v0.4.3 |
| 3745 | 2026-06-05T19:44:40.212Z | Compiling salty v0.3.0 |
| 3746 | 2026-06-05T19:44:40.250Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3747 | 2026-06-05T19:44:40.253Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3748 | 2026-06-05T19:44:40.431Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3749 | 2026-06-05T19:44:40.519Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3750 | 2026-06-05T19:44:40.550Z | Checking xshell v0.2.7 |
| 3751 | 2026-06-05T19:44:40.550Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3752 | 2026-06-05T19:44:40.736Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3753 | 2026-06-05T19:44:40.750Z | Checking primeorder v0.13.6 |
| 3754 | 2026-06-05T19:44:40.792Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3755 | 2026-06-05T19:44:40.796Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3756 | 2026-06-05T19:44:40.904Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3757 | 2026-06-05T19:44:40.955Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3758 | 2026-06-05T19:44:40.990Z | Checking p384 v0.13.1 |
| 3759 | 2026-06-05T19:44:41.031Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3760 | 2026-06-05T19:44:41.150Z | Checking tungstenite v0.21.0 |
| 3761 | 2026-06-05T19:44:41.185Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3762 | 2026-06-05T19:44:41.200Z | Compiling proc-macro-error2 v2.0.1 |
| 3763 | 2026-06-05T19:44:41.268Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3764 | 2026-06-05T19:44:41.588Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3765 | 2026-06-05T19:44:41.731Z | Compiling num-derive v0.3.3 |
| 3766 | 2026-06-05T19:44:41.839Z | Checking tokio-tungstenite v0.21.0 |
| 3767 | 2026-06-05T19:44:41.965Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3768 | 2026-06-05T19:44:42.120Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3769 | 2026-06-05T19:44:42.140Z | Compiling tabled_derive v0.11.0 |
| 3770 | 2026-06-05T19:44:42.397Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3771 | 2026-06-05T19:44:42.477Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3772 | 2026-06-05T19:44:42.627Z | Checking libscf-sys v1.1.0 |
| 3773 | 2026-06-05T19:44:42.762Z | Checking papergrid v0.17.0 |
| 3774 | 2026-06-05T19:44:42.781Z | Checking testing_table v0.3.0 |
| 3775 | 2026-06-05T19:44:42.817Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3776 | 2026-06-05T19:44:42.881Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3777 | 2026-06-05T19:44:43.158Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3778 | 2026-06-05T19:44:43.297Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3779 | 2026-06-05T19:44:43.313Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3780 | 2026-06-05T19:44:43.446Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3781 | 2026-06-05T19:44:43.468Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3782 | 2026-06-05T19:44:43.527Z | Checking corncobs v0.1.4 |
| 3783 | 2026-06-05T19:44:43.578Z | Compiling unicase v2.9.0 |
| 3784 | 2026-06-05T19:44:43.649Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3785 | 2026-06-05T19:44:43.664Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3786 | 2026-06-05T19:44:43.732Z | Checking tabled v0.20.0 |
| 3787 | 2026-06-05T19:44:43.789Z | Compiling mime_guess v2.0.5 |
| 3788 | 2026-06-05T19:44:43.884Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3789 | 2026-06-05T19:44:43.931Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3790 | 2026-06-05T19:44:43.948Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3791 | 2026-06-05T19:44:43.978Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3792 | 2026-06-05T19:44:44.005Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3793 | 2026-06-05T19:44:44.135Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3794 | 2026-06-05T19:44:44.215Z | Checking progenitor-client v0.11.2 |
| 3795 | 2026-06-05T19:44:44.328Z | Checking secrecy v0.8.0 |
| 3796 | 2026-06-05T19:44:44.454Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3797 | 2026-06-05T19:44:44.654Z | Compiling typify-macro v0.4.3 |
| 3798 | 2026-06-05T19:44:44.702Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3799 | 2026-06-05T19:44:44.738Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3800 | 2026-06-05T19:44:44.828Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3801 | 2026-06-05T19:44:44.847Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3802 | 2026-06-05T19:44:44.974Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3803 | 2026-06-05T19:44:45.028Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3804 | 2026-06-05T19:44:45.122Z | Checking filetime v0.2.27 |
| 3805 | 2026-06-05T19:44:45.196Z | Checking http-range v0.1.5 |
| 3806 | 2026-06-05T19:44:45.275Z | Checking crc8 v0.1.1 |
| 3807 | 2026-06-05T19:44:45.378Z | Checking xattr v1.6.1 |
| 3808 | 2026-06-05T19:44:45.438Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3809 | 2026-06-05T19:44:45.517Z | Checking tar v0.4.45 |
| 3810 | 2026-06-05T19:44:45.629Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3811 | 2026-06-05T19:44:45.798Z | Checking illumos-nvpair v0.3.0 |
| 3812 | 2026-06-05T19:44:45.896Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3813 | 2026-06-05T19:44:45.961Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3814 | 2026-06-05T19:44:45.979Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3815 | 2026-06-05T19:44:46.294Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3816 | 2026-06-05T19:44:46.312Z | Checking atty v0.2.14 |
| 3817 | 2026-06-05T19:44:46.372Z | Compiling typify v0.4.3 |
| 3818 | 2026-06-05T19:44:46.492Z | Compiling progenitor-impl v0.11.2 |
| 3819 | 2026-06-05T19:44:46.543Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3820 | 2026-06-05T19:44:46.574Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3821 | 2026-06-05T19:44:46.642Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3822 | 2026-06-05T19:44:46.908Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3823 | 2026-06-05T19:44:46.969Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3824 | 2026-06-05T19:44:46.976Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3825 | 2026-06-05T19:44:47.219Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3826 | 2026-06-05T19:44:47.327Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3827 | 2026-06-05T19:44:47.404Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3828 | 2026-06-05T19:44:47.423Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3829 | 2026-06-05T19:44:47.504Z | Checking hyper-staticfile v0.10.1 |
| 3830 | 2026-06-05T19:44:47.647Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3831 | 2026-06-05T19:44:47.793Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3832 | 2026-06-05T19:44:47.860Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3833 | 2026-06-05T19:44:47.907Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3834 | 2026-06-05T19:44:48.113Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3835 | 2026-06-05T19:44:48.158Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3836 | 2026-06-05T19:44:48.459Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3837 | 2026-06-05T19:44:48.517Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3838 | 2026-06-05T19:44:48.620Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3839 | 2026-06-05T19:44:48.738Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3840 | 2026-06-05T19:44:49.176Z | Compiling progenitor-macro v0.11.2 |
| 3841 | 2026-06-05T19:44:51.595Z | Checking progenitor v0.11.2 |
| 3842 | 2026-06-05T19:44:51.732Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3843 | 2026-06-05T19:44:51.960Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3844 | 2026-06-05T19:44:56.404Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3845 | 2026-06-05T19:45:07.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.11s |
| 3846 | 2026-06-05T19:45:07.501Z | |
| 3847 | 2026-06-05T19:45:07.501Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295) |
| 3848 | 2026-06-05T19:45:08.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3849 | 2026-06-05T19:45:08.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3850 | 2026-06-05T19:45:08.289Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3851 | 2026-06-05T19:45:18.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s |
| 3852 | 2026-06-05T19:45:19.104Z | |
| 3853 | 2026-06-05T19:45:19.104Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295) |
| 3854 | 2026-06-05T19:45:19.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3855 | 2026-06-05T19:45:19.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3856 | 2026-06-05T19:45:19.892Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3857 | 2026-06-05T19:45:30.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s |
| 3858 | 2026-06-05T19:45:30.737Z | |
| 3859 | 2026-06-05T19:45:30.737Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295) |
| 3860 | 2026-06-05T19:45:31.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3861 | 2026-06-05T19:45:31.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3862 | 2026-06-05T19:45:31.525Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3863 | 2026-06-05T19:45:42.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s |
| 3864 | 2026-06-05T19:45:42.389Z | |
| 3865 | 2026-06-05T19:45:42.389Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295) |
| 3866 | 2026-06-05T19:45:42.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3867 | 2026-06-05T19:45:42.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3868 | 2026-06-05T19:45:43.181Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3869 | 2026-06-05T19:45:53.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s |
| 3870 | 2026-06-05T19:45:54.016Z | |
| 3871 | 2026-06-05T19:45:54.016Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295) |
| 3872 | 2026-06-05T19:45:54.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3873 | 2026-06-05T19:45:54.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3874 | 2026-06-05T19:45:54.806Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3875 | 2026-06-05T19:46:05.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s |
| 3876 | 2026-06-05T19:46:05.683Z | |
| 3877 | 2026-06-05T19:46:05.683Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295) |
| 3878 | 2026-06-05T19:46:06.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3879 | 2026-06-05T19:46:06.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3880 | 2026-06-05T19:46:06.477Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3881 | 2026-06-05T19:46:17.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s |
| 3882 | 2026-06-05T19:46:17.322Z | |
| 3883 | 2026-06-05T19:46:17.323Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295) |
| 3884 | 2026-06-05T19:46:17.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3885 | 2026-06-05T19:46:17.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3886 | 2026-06-05T19:46:18.115Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3887 | 2026-06-05T19:46:28.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s |
| 3888 | 2026-06-05T19:46:28.978Z | |
| 3889 | 2026-06-05T19:46:28.978Z | info: running `cargo check --bins` on bootstrap-agent-api (210/295) |
| 3890 | 2026-06-05T19:46:29.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3891 | 2026-06-05T19:46:29.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3892 | 2026-06-05T19:46:29.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3893 | 2026-06-05T19:46:29.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3894 | 2026-06-05T19:46:29.587Z | |
| 3895 | 2026-06-05T19:46:29.587Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295) |
| 3896 | 2026-06-05T19:46:30.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3897 | 2026-06-05T19:46:30.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3898 | 2026-06-05T19:46:30.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3899 | 2026-06-05T19:46:30.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3900 | 2026-06-05T19:46:30.204Z | |
| 3901 | 2026-06-05T19:46:30.204Z | info: running `cargo check --bins` on range-requests (212/295) |
| 3902 | 2026-06-05T19:46:30.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3903 | 2026-06-05T19:46:30.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3904 | 2026-06-05T19:46:30.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3905 | 2026-06-05T19:46:30.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3906 | 2026-06-05T19:46:30.808Z | |
| 3907 | 2026-06-05T19:46:30.808Z | info: running `cargo check --bins` on repo-depot-api (213/295) |
| 3908 | 2026-06-05T19:46:31.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3909 | 2026-06-05T19:46:31.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3910 | 2026-06-05T19:46:31.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3911 | 2026-06-05T19:46:31.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3912 | 2026-06-05T19:46:31.415Z | |
| 3913 | 2026-06-05T19:46:31.415Z | info: running `cargo check --bins` on sled-agent-api (214/295) |
| 3914 | 2026-06-05T19:46:31.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3915 | 2026-06-05T19:46:31.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3916 | 2026-06-05T19:46:31.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3917 | 2026-06-05T19:46:31.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3918 | 2026-06-05T19:46:32.044Z | |
| 3919 | 2026-06-05T19:46:32.044Z | info: running `cargo check --bins` on sled-diagnostics (215/295) |
| 3920 | 2026-06-05T19:46:32.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3921 | 2026-06-05T19:46:32.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3922 | 2026-06-05T19:46:32.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3923 | 2026-06-05T19:46:32.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3924 | 2026-06-05T19:46:32.673Z | |
| 3925 | 2026-06-05T19:46:32.673Z | info: running `cargo check --bins` on zfs-test-harness (216/295) |
| 3926 | 2026-06-05T19:46:33.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3927 | 2026-06-05T19:46:33.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3928 | 2026-06-05T19:46:33.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3929 | 2026-06-05T19:46:33.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3930 | 2026-06-05T19:46:33.296Z | |
| 3931 | 2026-06-05T19:46:33.296Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295) |
| 3932 | 2026-06-05T19:46:33.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3933 | 2026-06-05T19:46:33.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3934 | 2026-06-05T19:46:33.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3935 | 2026-06-05T19:46:33.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3936 | 2026-06-05T19:46:33.930Z | |
| 3937 | 2026-06-05T19:46:33.930Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295) |
| 3938 | 2026-06-05T19:46:34.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3939 | 2026-06-05T19:46:34.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3940 | 2026-06-05T19:46:34.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3941 | 2026-06-05T19:46:34.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3942 | 2026-06-05T19:46:34.554Z | |
| 3943 | 2026-06-05T19:46:34.554Z | info: running `cargo check --bins` on sled-agent-early-networking (219/295) |
| 3944 | 2026-06-05T19:46:35.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3945 | 2026-06-05T19:46:35.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3946 | 2026-06-05T19:46:35.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3947 | 2026-06-05T19:46:35.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3948 | 2026-06-05T19:46:35.179Z | |
| 3949 | 2026-06-05T19:46:35.179Z | info: running `cargo check --bins` on sled-agent-health-monitor (220/295) |
| 3950 | 2026-06-05T19:46:35.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3951 | 2026-06-05T19:46:35.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3952 | 2026-06-05T19:46:35.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3953 | 2026-06-05T19:46:35.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3954 | 2026-06-05T19:46:35.797Z | |
| 3955 | 2026-06-05T19:46:35.797Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295) |
| 3956 | 2026-06-05T19:46:36.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3957 | 2026-06-05T19:46:36.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3958 | 2026-06-05T19:46:36.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3959 | 2026-06-05T19:46:36.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3960 | 2026-06-05T19:46:36.429Z | |
| 3961 | 2026-06-05T19:46:36.429Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295) |
| 3962 | 2026-06-05T19:46:36.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3963 | 2026-06-05T19:46:36.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3964 | 2026-06-05T19:46:36.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3965 | 2026-06-05T19:46:36.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3966 | 2026-06-05T19:46:37.063Z | |
| 3967 | 2026-06-05T19:46:37.063Z | info: running `cargo check --bins` on sled-agent-resolvable-files (223/295) |
| 3968 | 2026-06-05T19:46:37.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3969 | 2026-06-05T19:46:37.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3970 | 2026-06-05T19:46:37.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3971 | 2026-06-05T19:46:37.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3972 | 2026-06-05T19:46:37.694Z | |
| 3973 | 2026-06-05T19:46:37.694Z | info: running `cargo check --bins` on sled-agent-rack-setup (224/295) |
| 3974 | 2026-06-05T19:46:38.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3975 | 2026-06-05T19:46:38.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3976 | 2026-06-05T19:46:38.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3977 | 2026-06-05T19:46:38.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3978 | 2026-06-05T19:46:38.348Z | |
| 3979 | 2026-06-05T19:46:38.348Z | info: running `cargo check --bins` on trust-quorum (225/295) |
| 3980 | 2026-06-05T19:46:38.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3981 | 2026-06-05T19:46:38.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3982 | 2026-06-05T19:46:38.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3983 | 2026-06-05T19:46:38.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3984 | 2026-06-05T19:46:38.980Z | |
| 3985 | 2026-06-05T19:46:38.980Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295) |
| 3986 | 2026-06-05T19:46:39.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3987 | 2026-06-05T19:46:39.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3988 | 2026-06-05T19:46:39.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3989 | 2026-06-05T19:46:39.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3990 | 2026-06-05T19:46:39.631Z | |
| 3991 | 2026-06-05T19:46:39.631Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (227/295) |
| 3992 | 2026-06-05T19:46:40.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3993 | 2026-06-05T19:46:40.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3994 | 2026-06-05T19:46:40.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3995 | 2026-06-05T19:46:40.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3996 | 2026-06-05T19:46:40.283Z | |
| 3997 | 2026-06-05T19:46:40.283Z | info: running `cargo check --bins` on update-common (228/295) |
| 3998 | 2026-06-05T19:46:40.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3999 | 2026-06-05T19:46:40.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4000 | 2026-06-05T19:46:40.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4001 | 2026-06-05T19:46:40.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4002 | 2026-06-05T19:46:40.897Z | |
| 4003 | 2026-06-05T19:46:40.897Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295) |
| 4004 | 2026-06-05T19:46:41.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4005 | 2026-06-05T19:46:41.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4006 | 2026-06-05T19:46:41.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4007 | 2026-06-05T19:46:41.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4008 | 2026-06-05T19:46:41.559Z | |
| 4009 | 2026-06-05T19:46:41.559Z | info: running `cargo check --bins` on omicron-deployment-graph (230/295) |
| 4010 | 2026-06-05T19:46:42.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4011 | 2026-06-05T19:46:42.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4012 | 2026-06-05T19:46:42.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4013 | 2026-06-05T19:46:42.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4014 | 2026-06-05T19:46:42.153Z | |
| 4015 | 2026-06-05T19:46:42.153Z | info: running `cargo check --bins` on reconfigurator-cli (231/295) |
| 4016 | 2026-06-05T19:46:42.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4017 | 2026-06-05T19:46:42.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4018 | 2026-06-05T19:46:42.937Z | Compiling fs-err v2.11.0 |
| 4019 | 2026-06-05T19:46:42.940Z | Checking ignore v0.4.25 |
| 4020 | 2026-06-05T19:46:42.940Z | Checking arc-swap v1.8.2 |
| 4021 | 2026-06-05T19:46:43.072Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4022 | 2026-06-05T19:46:43.072Z | Checking predicates-tree v1.0.13 |
| 4023 | 2026-06-05T19:46:43.079Z | Checking parse-size v1.1.0 |
| 4024 | 2026-06-05T19:46:43.126Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4025 | 2026-06-05T19:46:43.132Z | Checking rand_seeder v0.4.0 |
| 4026 | 2026-06-05T19:46:43.180Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4027 | 2026-06-05T19:46:43.206Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4028 | 2026-06-05T19:46:43.258Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4029 | 2026-06-05T19:46:43.272Z | Checking slog-scope v4.4.1 |
| 4030 | 2026-06-05T19:46:43.308Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4031 | 2026-06-05T19:46:43.394Z | Compiling petname v2.0.2 |
| 4032 | 2026-06-05T19:46:43.408Z | Checking slog-stdlog v4.1.1 |
| 4033 | 2026-06-05T19:46:43.425Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4034 | 2026-06-05T19:46:43.450Z | Checking globwalk v0.9.1 |
| 4035 | 2026-06-05T19:46:43.498Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4036 | 2026-06-05T19:46:43.528Z | Checking slog-envlogger v2.2.0 |
| 4037 | 2026-06-05T19:46:43.632Z | Checking camino-tempfile-ext v0.3.3 |
| 4038 | 2026-06-05T19:46:43.676Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4039 | 2026-06-05T19:46:43.707Z | Checking sapling-renderdag v0.1.0 |
| 4040 | 2026-06-05T19:46:43.825Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4041 | 2026-06-05T19:46:43.880Z | Checking subprocess v0.2.15 |
| 4042 | 2026-06-05T19:46:43.944Z | Checking sync-ptr v0.1.4 |
| 4043 | 2026-06-05T19:46:44.030Z | Checking colored v2.2.0 |
| 4044 | 2026-06-05T19:46:44.062Z | Checking assert_matches v1.5.0 |
| 4045 | 2026-06-05T19:46:44.161Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4046 | 2026-06-05T19:46:44.309Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4047 | 2026-06-05T19:46:44.313Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4048 | 2026-06-05T19:46:44.962Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4049 | 2026-06-05T19:46:46.272Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4050 | 2026-06-05T19:46:48.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s |
| 4051 | 2026-06-05T19:46:48.653Z | |
| 4052 | 2026-06-05T19:46:48.653Z | info: running `cargo check --bins` on omicron-repl-utils (232/295) |
| 4053 | 2026-06-05T19:46:49.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4054 | 2026-06-05T19:46:49.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4055 | 2026-06-05T19:46:49.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4056 | 2026-06-05T19:46:49.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4057 | 2026-06-05T19:46:49.249Z | |
| 4058 | 2026-06-05T19:46:49.249Z | info: running `cargo check --bins` on transient-dns-server (233/295) |
| 4059 | 2026-06-05T19:46:49.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4060 | 2026-06-05T19:46:49.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4061 | 2026-06-05T19:46:49.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4062 | 2026-06-05T19:46:49.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4063 | 2026-06-05T19:46:49.869Z | |
| 4064 | 2026-06-05T19:46:49.869Z | info: running `cargo check --bins` on nexus-test-interface (234/295) |
| 4065 | 2026-06-05T19:46:50.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4066 | 2026-06-05T19:46:50.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4067 | 2026-06-05T19:46:50.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4068 | 2026-06-05T19:46:50.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4069 | 2026-06-05T19:46:50.538Z | |
| 4070 | 2026-06-05T19:46:50.538Z | info: running `cargo check --bins` on oximeter-collector (235/295) |
| 4071 | 2026-06-05T19:46:51.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4072 | 2026-06-05T19:46:51.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4073 | 2026-06-05T19:46:51.272Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4074 | 2026-06-05T19:46:51.275Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4075 | 2026-06-05T19:46:51.926Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4076 | 2026-06-05T19:46:53.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s |
| 4077 | 2026-06-05T19:46:53.688Z | |
| 4078 | 2026-06-05T19:46:53.688Z | info: running `cargo check --bins` on oximeter-api (236/295) |
| 4079 | 2026-06-05T19:46:54.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4080 | 2026-06-05T19:46:54.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4081 | 2026-06-05T19:46:54.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4082 | 2026-06-05T19:46:54.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4083 | 2026-06-05T19:46:54.296Z | |
| 4084 | 2026-06-05T19:46:54.296Z | info: running `cargo check --bins` on cert-dev (237/295) |
| 4085 | 2026-06-05T19:46:54.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4086 | 2026-06-05T19:46:54.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4087 | 2026-06-05T19:46:54.908Z | Checking yasna v0.5.2 |
| 4088 | 2026-06-05T19:46:55.313Z | Checking rcgen v0.12.1 |
| 4089 | 2026-06-05T19:46:55.566Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4090 | 2026-06-05T19:46:55.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4091 | 2026-06-05T19:46:55.934Z | |
| 4092 | 2026-06-05T19:46:55.934Z | info: running `cargo check --bins` on clickana (238/295) |
| 4093 | 2026-06-05T19:46:56.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4094 | 2026-06-05T19:46:56.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4095 | 2026-06-05T19:46:56.587Z | Compiling darling_core v0.23.0 |
| 4096 | 2026-06-05T19:46:56.590Z | Compiling instability v0.3.11 |
| 4097 | 2026-06-05T19:46:56.697Z | Checking castaway v0.2.4 |
| 4098 | 2026-06-05T19:46:56.708Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4099 | 2026-06-05T19:46:56.711Z | Compiling indoc v2.0.7 |
| 4100 | 2026-06-05T19:46:56.722Z | Checking unicode-truncate v1.1.0 |
| 4101 | 2026-06-05T19:46:56.725Z | Checking lru v0.12.5 |
| 4102 | 2026-06-05T19:46:56.725Z | Checking cassowary v0.3.0 |
| 4103 | 2026-06-05T19:46:56.788Z | Checking compact_str v0.8.1 |
| 4104 | 2026-06-05T19:46:58.003Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4105 | 2026-06-05T19:46:58.121Z | Compiling darling_macro v0.23.0 |
| 4106 | 2026-06-05T19:46:58.181Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4107 | 2026-06-05T19:46:58.530Z | Compiling darling v0.23.0 |
| 4108 | 2026-06-05T19:46:59.153Z | Checking ratatui v0.29.0 |
| 4109 | 2026-06-05T19:47:00.205Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4110 | 2026-06-05T19:47:00.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s |
| 4111 | 2026-06-05T19:47:01.058Z | |
| 4112 | 2026-06-05T19:47:01.058Z | info: running `cargo check --bins` on clickhouse-cluster-dev (239/295) |
| 4113 | 2026-06-05T19:47:01.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4114 | 2026-06-05T19:47:01.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4115 | 2026-06-05T19:47:01.780Z | Checking headers-core v0.3.0 |
| 4116 | 2026-06-05T19:47:01.783Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4117 | 2026-06-05T19:47:01.980Z | Checking headers v0.4.1 |
| 4118 | 2026-06-05T19:47:02.350Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4119 | 2026-06-05T19:47:03.190Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4120 | 2026-06-05T19:47:03.687Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4121 | 2026-06-05T19:47:04.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s |
| 4122 | 2026-06-05T19:47:04.295Z | |
| 4123 | 2026-06-05T19:47:04.295Z | info: running `cargo check --bins` on ch-dev (240/295) |
| 4124 | 2026-06-05T19:47:04.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4125 | 2026-06-05T19:47:04.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4126 | 2026-06-05T19:47:05.011Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4127 | 2026-06-05T19:47:05.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4128 | 2026-06-05T19:47:05.989Z | |
| 4129 | 2026-06-05T19:47:05.989Z | info: running `cargo check --bins` on dev-tools-common (241/295) |
| 4130 | 2026-06-05T19:47:06.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4131 | 2026-06-05T19:47:06.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4132 | 2026-06-05T19:47:06.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4133 | 2026-06-05T19:47:06.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 4134 | 2026-06-05T19:47:06.463Z | |
| 4135 | 2026-06-05T19:47:06.463Z | info: running `cargo check --bins` on crdb-seed (242/295) |
| 4136 | 2026-06-05T19:47:06.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4137 | 2026-06-05T19:47:06.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4138 | 2026-06-05T19:47:07.156Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4139 | 2026-06-05T19:47:08.140Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4140 | 2026-06-05T19:47:08.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
| 4141 | 2026-06-05T19:47:08.686Z | |
| 4142 | 2026-06-05T19:47:08.686Z | info: running `cargo check --bins` on db-dev (243/295) |
| 4143 | 2026-06-05T19:47:09.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4144 | 2026-06-05T19:47:09.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4145 | 2026-06-05T19:47:09.412Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4146 | 2026-06-05T19:47:10.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4147 | 2026-06-05T19:47:10.375Z | |
| 4148 | 2026-06-05T19:47:10.375Z | info: running `cargo check --bins` on omicron-dev-lib (244/295) |
| 4149 | 2026-06-05T19:47:10.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4150 | 2026-06-05T19:47:10.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4151 | 2026-06-05T19:47:10.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4152 | 2026-06-05T19:47:10.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4153 | 2026-06-05T19:47:11.021Z | |
| 4154 | 2026-06-05T19:47:11.021Z | info: running `cargo check --bins` on xtask-downloader (245/295) |
| 4155 | 2026-06-05T19:47:11.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4156 | 2026-06-05T19:47:11.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4157 | 2026-06-05T19:47:11.637Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4158 | 2026-06-05T19:47:12.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
| 4159 | 2026-06-05T19:47:12.509Z | |
| 4160 | 2026-06-05T19:47:12.509Z | info: running `cargo check --bins` on omicron-dropshot-apis (246/295) |
| 4161 | 2026-06-05T19:47:13.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4162 | 2026-06-05T19:47:13.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4163 | 2026-06-05T19:47:13.268Z | Compiling progenitor-impl v0.13.0 |
| 4164 | 2026-06-05T19:47:13.387Z | Checking progenitor-client v0.13.0 |
| 4165 | 2026-06-05T19:47:13.390Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4166 | 2026-06-05T19:47:13.391Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4167 | 2026-06-05T19:47:13.409Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4168 | 2026-06-05T19:47:13.431Z | Checking git-stub v1.0.0 |
| 4169 | 2026-06-05T19:47:13.434Z | Compiling trait-variant v0.1.2 |
| 4170 | 2026-06-05T19:47:13.581Z | Checking maplit v1.0.2 |
| 4171 | 2026-06-05T19:47:13.620Z | Checking is_ci v1.2.0 |
| 4172 | 2026-06-05T19:47:13.644Z | Checking git-stub-vcs v0.1.0 |
| 4173 | 2026-06-05T19:47:13.665Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4174 | 2026-06-05T19:47:13.718Z | Checking supports-color v3.0.2 |
| 4175 | 2026-06-05T19:47:13.841Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4176 | 2026-06-05T19:47:13.863Z | Checking drift v0.2.0 |
| 4177 | 2026-06-05T19:47:13.964Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4178 | 2026-06-05T19:47:14.061Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4179 | 2026-06-05T19:47:14.129Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4180 | 2026-06-05T19:47:14.220Z | Checking dropshot-api-manager v0.7.2 |
| 4181 | 2026-06-05T19:47:14.248Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4182 | 2026-06-05T19:47:14.277Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4183 | 2026-06-05T19:47:14.361Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4184 | 2026-06-05T19:47:14.531Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4185 | 2026-06-05T19:47:14.723Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4186 | 2026-06-05T19:47:14.753Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4187 | 2026-06-05T19:47:15.256Z | Compiling progenitor-macro v0.13.0 |
| 4188 | 2026-06-05T19:47:17.631Z | Checking progenitor v0.13.0 |
| 4189 | 2026-06-05T19:47:17.748Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4190 | 2026-06-05T19:47:22.890Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4191 | 2026-06-05T19:47:23.989Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4192 | 2026-06-05T19:47:24.554Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4193 | 2026-06-05T19:47:24.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.47s |
| 4194 | 2026-06-05T19:47:25.178Z | |
| 4195 | 2026-06-05T19:47:25.178Z | info: running `cargo check --bins` on installinator-api (247/295) |
| 4196 | 2026-06-05T19:47:25.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4197 | 2026-06-05T19:47:25.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4198 | 2026-06-05T19:47:25.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4199 | 2026-06-05T19:47:25.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4200 | 2026-06-05T19:47:25.778Z | |
| 4201 | 2026-06-05T19:47:25.778Z | info: running `cargo check --bins` on nexus-external-api (248/295) |
| 4202 | 2026-06-05T19:47:26.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4203 | 2026-06-05T19:47:26.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4204 | 2026-06-05T19:47:26.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4205 | 2026-06-05T19:47:26.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4206 | 2026-06-05T19:47:26.422Z | |
| 4207 | 2026-06-05T19:47:26.422Z | info: running `cargo check --bins` on nexus-internal-api (249/295) |
| 4208 | 2026-06-05T19:47:26.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4209 | 2026-06-05T19:47:26.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4210 | 2026-06-05T19:47:26.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4211 | 2026-06-05T19:47:26.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4212 | 2026-06-05T19:47:27.064Z | |
| 4213 | 2026-06-05T19:47:27.064Z | info: running `cargo check --bins` on nexus-lockstep-api (250/295) |
| 4214 | 2026-06-05T19:47:27.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4215 | 2026-06-05T19:47:27.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4216 | 2026-06-05T19:47:27.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4217 | 2026-06-05T19:47:27.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4218 | 2026-06-05T19:47:27.707Z | |
| 4219 | 2026-06-05T19:47:27.707Z | info: running `cargo check --bins` on ntp-admin-api (251/295) |
| 4220 | 2026-06-05T19:47:28.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4221 | 2026-06-05T19:47:28.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4222 | 2026-06-05T19:47:28.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4223 | 2026-06-05T19:47:28.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4224 | 2026-06-05T19:47:28.312Z | |
| 4225 | 2026-06-05T19:47:28.312Z | info: running `cargo check --bins` on ntp-admin-types-versions (252/295) |
| 4226 | 2026-06-05T19:47:28.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4227 | 2026-06-05T19:47:28.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4228 | 2026-06-05T19:47:28.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4229 | 2026-06-05T19:47:28.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4230 | 2026-06-05T19:47:28.907Z | |
| 4231 | 2026-06-05T19:47:28.907Z | info: running `cargo check --bins` on wicketd-api (253/295) |
| 4232 | 2026-06-05T19:47:29.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4233 | 2026-06-05T19:47:29.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4234 | 2026-06-05T19:47:29.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4235 | 2026-06-05T19:47:29.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4236 | 2026-06-05T19:47:29.527Z | |
| 4237 | 2026-06-05T19:47:29.527Z | info: running `cargo check --bins` on omicron-ls-apis (254/295) |
| 4238 | 2026-06-05T19:47:30.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4239 | 2026-06-05T19:47:30.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4240 | 2026-06-05T19:47:30.144Z | Checking typeid v1.0.3 |
| 4241 | 2026-06-05T19:47:30.257Z | Checking ordered-float v2.10.1 |
| 4242 | 2026-06-05T19:47:30.277Z | Checking unicode-xid v0.2.6 |
| 4243 | 2026-06-05T19:47:30.292Z | Checking cargo-platform v0.2.0 |
| 4244 | 2026-06-05T19:47:30.299Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4245 | 2026-06-05T19:47:30.326Z | Checking erased-serde v0.4.9 |
| 4246 | 2026-06-05T19:47:30.467Z | Checking serde-value v0.7.0 |
| 4247 | 2026-06-05T19:47:30.640Z | Checking serde-untagged v0.1.9 |
| 4248 | 2026-06-05T19:47:30.796Z | Checking cargo-util-schemas v0.8.2 |
| 4249 | 2026-06-05T19:47:31.480Z | Checking cargo_metadata v0.21.0 |
| 4250 | 2026-06-05T19:47:32.078Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4251 | 2026-06-05T19:47:32.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s |
| 4252 | 2026-06-05T19:47:32.996Z | |
| 4253 | 2026-06-05T19:47:32.996Z | info: running `cargo check --bins` on mgs-dev (255/295) |
| 4254 | 2026-06-05T19:47:33.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4255 | 2026-06-05T19:47:33.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4256 | 2026-06-05T19:47:33.741Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4257 | 2026-06-05T19:47:34.359Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4258 | 2026-06-05T19:47:34.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 4259 | 2026-06-05T19:47:35.065Z | |
| 4260 | 2026-06-05T19:47:35.065Z | info: running `cargo check --bins` on omicron-omdb (256/295) |
| 4261 | 2026-06-05T19:47:35.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4262 | 2026-06-05T19:47:35.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4263 | 2026-06-05T19:47:36.017Z | Compiling vergen-lib v0.1.6 |
| 4264 | 2026-06-05T19:47:36.017Z | Compiling vergen-gitcl v1.0.8 |
| 4265 | 2026-06-05T19:47:36.017Z | Compiling dirs-sys-next v0.1.2 |
| 4266 | 2026-06-05T19:47:36.017Z | Compiling crunchy v0.2.4 |
| 4267 | 2026-06-05T19:47:36.020Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4268 | 2026-06-05T19:47:36.020Z | Compiling diesel_derives v2.3.7 |
| 4269 | 2026-06-05T19:47:36.020Z | Compiling glob v0.3.3 |
| 4270 | 2026-06-05T19:47:36.221Z | Compiling dsl_auto_type v0.2.0 |
| 4271 | 2026-06-05T19:47:36.384Z | Compiling dirs-next v2.0.0 |
| 4272 | 2026-06-05T19:47:36.401Z | Checking scheduled-thread-pool v0.2.7 |
| 4273 | 2026-06-05T19:47:36.452Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4274 | 2026-06-05T19:47:36.468Z | Compiling tiny-keccak v2.0.2 |
| 4275 | 2026-06-05T19:47:36.527Z | Compiling term v0.7.0 |
| 4276 | 2026-06-05T19:47:36.547Z | Checking r2d2 v0.8.10 |
| 4277 | 2026-06-05T19:47:36.616Z | Compiling clang-sys v1.8.1 |
| 4278 | 2026-06-05T19:47:36.743Z | Checking downcast-rs v2.0.2 |
| 4279 | 2026-06-05T19:47:36.798Z | Compiling bit-vec v0.6.3 |
| 4280 | 2026-06-05T19:47:36.842Z | Compiling ascii-canvas v3.0.0 |
| 4281 | 2026-06-05T19:47:36.996Z | Compiling bit-set v0.5.3 |
| 4282 | 2026-06-05T19:47:37.022Z | Compiling itertools v0.10.5 |
| 4283 | 2026-06-05T19:47:37.080Z | Compiling ena v0.14.4 |
| 4284 | 2026-06-05T19:47:37.097Z | Compiling libloading v0.8.9 |
| 4285 | 2026-06-05T19:47:37.154Z | Compiling bindgen v0.71.1 |
| 4286 | 2026-06-05T19:47:37.222Z | Compiling regex-syntax v0.6.29 |
| 4287 | 2026-06-05T19:47:37.237Z | Compiling diff v0.1.13 |
| 4288 | 2026-06-05T19:47:37.309Z | Compiling cexpr v0.6.0 |
| 4289 | 2026-06-05T19:47:37.500Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4290 | 2026-06-05T19:47:37.594Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4291 | 2026-06-05T19:47:37.691Z | Compiling rustc-hash v2.1.1 |
| 4292 | 2026-06-05T19:47:37.777Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4293 | 2026-06-05T19:47:37.830Z | Compiling libxml v0.3.3 |
| 4294 | 2026-06-05T19:47:37.980Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4295 | 2026-06-05T19:47:38.085Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4296 | 2026-06-05T19:47:38.102Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4297 | 2026-06-05T19:47:38.383Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4298 | 2026-06-05T19:47:38.386Z | Compiling strum_macros v0.24.3 |
| 4299 | 2026-06-05T19:47:38.425Z | Compiling indoc v1.0.9 |
| 4300 | 2026-06-05T19:47:38.596Z | Compiling lalrpop v0.19.12 |
| 4301 | 2026-06-05T19:47:39.347Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4302 | 2026-06-05T19:47:39.540Z | Checking derive_builder v0.20.2 |
| 4303 | 2026-06-05T19:47:39.667Z | Compiling oso-derive v0.27.3 |
| 4304 | 2026-06-05T19:47:39.755Z | Checking quick-xml v0.37.5 |
| 4305 | 2026-06-05T19:47:39.896Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4306 | 2026-06-05T19:47:40.171Z | Checking openssl-probe v0.1.6 |
| 4307 | 2026-06-05T19:47:40.318Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4308 | 2026-06-05T19:47:40.639Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4309 | 2026-06-05T19:47:40.838Z | Checking bb8 v0.8.6 |
| 4310 | 2026-06-05T19:47:41.006Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4311 | 2026-06-05T19:47:41.051Z | Compiling libz-sys v1.1.24 |
| 4312 | 2026-06-05T19:47:41.125Z | Checking nonempty v0.12.0 |
| 4313 | 2026-06-05T19:47:41.224Z | Compiling strsim v0.10.0 |
| 4314 | 2026-06-05T19:47:41.295Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4315 | 2026-06-05T19:47:41.458Z | Compiling darling_core v0.13.4 |
| 4316 | 2026-06-05T19:47:41.558Z | Compiling vergen-git2 v9.1.0 |
| 4317 | 2026-06-05T19:47:41.624Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4318 | 2026-06-05T19:47:41.782Z | Compiling base64 v0.21.7 |
| 4319 | 2026-06-05T19:47:41.816Z | Compiling rustls v0.21.12 |
| 4320 | 2026-06-05T19:47:42.056Z | Compiling ron v0.8.1 |
| 4321 | 2026-06-05T19:47:42.114Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4322 | 2026-06-05T19:47:42.162Z | Checking diesel v2.3.7 |
| 4323 | 2026-06-05T19:47:43.028Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4324 | 2026-06-05T19:47:43.068Z | Checking sct v0.7.1 |
| 4325 | 2026-06-05T19:47:43.213Z | Checking rustls-webpki v0.101.7 |
| 4326 | 2026-06-05T19:47:43.289Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4327 | 2026-06-05T19:47:43.357Z | Compiling darling_macro v0.13.4 |
| 4328 | 2026-06-05T19:47:43.839Z | Compiling darling v0.13.4 |
| 4329 | 2026-06-05T19:47:43.936Z | Compiling serde_with_macros v1.5.2 |
| 4330 | 2026-06-05T19:47:44.104Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4331 | 2026-06-05T19:47:44.799Z | Compiling serde_with v1.14.0 |
| 4332 | 2026-06-05T19:47:44.910Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4333 | 2026-06-05T19:47:45.791Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4334 | 2026-06-05T19:47:45.933Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4335 | 2026-06-05T19:47:46.674Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4336 | 2026-06-05T19:47:47.328Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4337 | 2026-06-05T19:47:47.356Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4338 | 2026-06-05T19:47:47.463Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4339 | 2026-06-05T19:47:47.522Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4340 | 2026-06-05T19:47:47.549Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4341 | 2026-06-05T19:47:47.653Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4342 | 2026-06-05T19:47:47.830Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4343 | 2026-06-05T19:47:47.869Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4344 | 2026-06-05T19:47:47.887Z | Checking tokio-rustls v0.24.1 |
| 4345 | 2026-06-05T19:47:48.092Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4346 | 2026-06-05T19:47:48.646Z | Checking rustls-pemfile v1.0.4 |
| 4347 | 2026-06-05T19:47:48.735Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4348 | 2026-06-05T19:47:48.798Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4349 | 2026-06-05T19:47:48.964Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4350 | 2026-06-05T19:47:48.990Z | Checking twox-hash v2.1.2 |
| 4351 | 2026-06-05T19:47:49.301Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4352 | 2026-06-05T19:47:49.320Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4353 | 2026-06-05T19:47:49.369Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4354 | 2026-06-05T19:47:49.691Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4355 | 2026-06-05T19:47:49.851Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4356 | 2026-06-05T19:47:51.034Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4357 | 2026-06-05T19:47:51.137Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4358 | 2026-06-05T19:47:51.328Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4359 | 2026-06-05T19:47:51.705Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4360 | 2026-06-05T19:47:51.984Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4361 | 2026-06-05T19:47:52.245Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4362 | 2026-06-05T19:47:52.499Z | Checking console v0.16.2 |
| 4363 | 2026-06-05T19:47:52.816Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4364 | 2026-06-05T19:47:52.971Z | Checking fatfs v0.3.6 |
| 4365 | 2026-06-05T19:47:53.229Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4366 | 2026-06-05T19:47:53.452Z | Compiling seq-macro v0.3.6 |
| 4367 | 2026-06-05T19:47:53.962Z | Checking unit-prefix v0.5.2 |
| 4368 | 2026-06-05T19:47:54.103Z | Checking indicatif v0.18.4 |
| 4369 | 2026-06-05T19:47:54.153Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4370 | 2026-06-05T19:47:54.492Z | Checking support-bundle-viewer v0.1.2 |
| 4371 | 2026-06-05T19:47:54.571Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4372 | 2026-06-05T19:47:54.741Z | Checking multimap v0.10.1 |
| 4373 | 2026-06-05T19:48:00.622Z | Checking diesel-dtrace v0.5.0 |
| 4374 | 2026-06-05T19:48:00.877Z | Checking async-bb8-diesel v0.2.1 |
| 4375 | 2026-06-05T19:48:03.627Z | Compiling samael v0.0.19 |
| 4376 | 2026-06-05T19:48:09.063Z | Compiling git2 v0.20.4 |
| 4377 | 2026-06-05T19:48:10.134Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4378 | 2026-06-05T19:48:10.672Z | Compiling polar-core v0.27.3 |
| 4379 | 2026-06-05T19:48:11.491Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4380 | 2026-06-05T19:48:15.197Z | Checking oso v0.27.3 |
| 4381 | 2026-06-05T19:48:42.861Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4382 | 2026-06-05T19:49:53.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
| 4383 | 2026-06-05T19:49:53.422Z | |
| 4384 | 2026-06-05T19:49:53.422Z | info: running `cargo check --bins` on nexus-networking (257/295) |
| 4385 | 2026-06-05T19:49:54.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4386 | 2026-06-05T19:49:54.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4387 | 2026-06-05T19:49:54.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4388 | 2026-06-05T19:49:54.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 4389 | 2026-06-05T19:49:54.130Z | |
| 4390 | 2026-06-05T19:49:54.130Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295) |
| 4391 | 2026-06-05T19:49:54.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4392 | 2026-06-05T19:49:54.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4393 | 2026-06-05T19:49:54.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4394 | 2026-06-05T19:49:54.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4395 | 2026-06-05T19:49:54.789Z | |
| 4396 | 2026-06-05T19:49:54.789Z | info: running `cargo check --bins` on nexus-saga-recovery (259/295) |
| 4397 | 2026-06-05T19:49:55.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4398 | 2026-06-05T19:49:55.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4399 | 2026-06-05T19:49:55.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4400 | 2026-06-05T19:49:55.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4401 | 2026-06-05T19:49:55.498Z | |
| 4402 | 2026-06-05T19:49:55.498Z | info: running `cargo check --bins` on nexus-test-utils-macros (260/295) |
| 4403 | 2026-06-05T19:49:55.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4404 | 2026-06-05T19:49:55.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4405 | 2026-06-05T19:49:55.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4406 | 2026-06-05T19:49:55.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4407 | 2026-06-05T19:49:56.099Z | |
| 4408 | 2026-06-05T19:49:56.099Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (261/295) |
| 4409 | 2026-06-05T19:49:56.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4410 | 2026-06-05T19:49:56.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4411 | 2026-06-05T19:49:56.896Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4412 | 2026-06-05T19:49:57.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
| 4413 | 2026-06-05T19:49:57.883Z | |
| 4414 | 2026-06-05T19:49:57.883Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295) |
| 4415 | 2026-06-05T19:49:59.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4416 | 2026-06-05T19:49:59.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4417 | 2026-06-05T19:49:59.063Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4418 | 2026-06-05T19:50:35.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.19s |
| 4419 | 2026-06-05T19:50:35.309Z | |
| 4420 | 2026-06-05T19:50:35.309Z | info: running `cargo check --bins` on nexus-background-task-interface (263/295) |
| 4421 | 2026-06-05T19:50:35.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4422 | 2026-06-05T19:50:35.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4423 | 2026-06-05T19:50:35.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4424 | 2026-06-05T19:50:35.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4425 | 2026-06-05T19:50:35.907Z | |
| 4426 | 2026-06-05T19:50:35.908Z | info: running `cargo check --bins --no-default-features` on nexus-fm (264/295) |
| 4427 | 2026-06-05T19:50:36.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4428 | 2026-06-05T19:50:36.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4429 | 2026-06-05T19:50:36.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4430 | 2026-06-05T19:50:36.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4431 | 2026-06-05T19:50:36.554Z | |
| 4432 | 2026-06-05T19:50:36.554Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295) |
| 4433 | 2026-06-05T19:50:37.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4434 | 2026-06-05T19:50:37.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4435 | 2026-06-05T19:50:37.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4436 | 2026-06-05T19:50:37.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4437 | 2026-06-05T19:50:37.225Z | |
| 4438 | 2026-06-05T19:50:37.225Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (266/295) |
| 4439 | 2026-06-05T19:50:37.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4440 | 2026-06-05T19:50:37.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4441 | 2026-06-05T19:50:37.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4442 | 2026-06-05T19:50:37.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4443 | 2026-06-05T19:50:37.893Z | |
| 4444 | 2026-06-05T19:50:37.893Z | info: running `cargo check --bins` on nexus-mgs-updates (267/295) |
| 4445 | 2026-06-05T19:50:38.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4446 | 2026-06-05T19:50:38.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4447 | 2026-06-05T19:50:38.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4448 | 2026-06-05T19:50:38.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4449 | 2026-06-05T19:50:38.543Z | |
| 4450 | 2026-06-05T19:50:38.544Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (268/295) |
| 4451 | 2026-06-05T19:50:39.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4452 | 2026-06-05T19:50:39.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4453 | 2026-06-05T19:50:39.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4454 | 2026-06-05T19:50:39.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4455 | 2026-06-05T19:50:39.200Z | |
| 4456 | 2026-06-05T19:50:39.200Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295) |
| 4457 | 2026-06-05T19:50:39.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4458 | 2026-06-05T19:50:39.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4459 | 2026-06-05T19:50:39.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4460 | 2026-06-05T19:50:39.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4461 | 2026-06-05T19:50:39.856Z | |
| 4462 | 2026-06-05T19:50:39.856Z | info: running `cargo check --bins` on support-bundle-collection (270/295) |
| 4463 | 2026-06-05T19:50:40.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4464 | 2026-06-05T19:50:40.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4465 | 2026-06-05T19:50:40.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4466 | 2026-06-05T19:50:40.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4467 | 2026-06-05T19:50:40.512Z | |
| 4468 | 2026-06-05T19:50:40.512Z | info: running `cargo check --bins` on omicron-dev (271/295) |
| 4469 | 2026-06-05T19:50:41.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4470 | 2026-06-05T19:50:41.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4471 | 2026-06-05T19:50:41.417Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4472 | 2026-06-05T19:50:41.423Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4473 | 2026-06-05T19:50:41.612Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4474 | 2026-06-05T19:50:41.642Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4475 | 2026-06-05T19:50:41.661Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4476 | 2026-06-05T19:50:41.665Z | Checking yansi v1.0.1 |
| 4477 | 2026-06-05T19:50:41.665Z | Checking diff v0.1.13 |
| 4478 | 2026-06-05T19:50:41.705Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4479 | 2026-06-05T19:50:41.745Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4480 | 2026-06-05T19:50:41.923Z | Checking pretty_assertions v1.4.1 |
| 4481 | 2026-06-05T19:50:42.560Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4482 | 2026-06-05T19:50:42.708Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4483 | 2026-06-05T19:51:06.327Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4484 | 2026-06-05T19:51:06.330Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4485 | 2026-06-05T19:51:06.330Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4486 | 2026-06-05T19:51:06.330Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4487 | 2026-06-05T19:51:06.330Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4488 | 2026-06-05T19:51:06.330Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4489 | 2026-06-05T19:51:07.142Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4490 | 2026-06-05T19:51:07.142Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4491 | 2026-06-05T19:51:08.328Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4492 | 2026-06-05T19:51:44.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 4493 | 2026-06-05T19:51:44.869Z | |
| 4494 | 2026-06-05T19:51:44.869Z | info: running `cargo check --bins` on omicron-pins (272/295) |
| 4495 | 2026-06-05T19:51:45.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4496 | 2026-06-05T19:51:45.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4497 | 2026-06-05T19:51:45.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4498 | 2026-06-05T19:51:45.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4499 | 2026-06-05T19:51:45.465Z | |
| 4500 | 2026-06-05T19:51:45.465Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295) |
| 4501 | 2026-06-05T19:51:46.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4502 | 2026-06-05T19:51:46.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4503 | 2026-06-05T19:51:46.245Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4504 | 2026-06-05T19:51:46.370Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4505 | 2026-06-05T19:51:46.373Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4506 | 2026-06-05T19:52:12.243Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4507 | 2026-06-05T19:52:12.579Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4508 | 2026-06-05T19:52:14.268Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4509 | 2026-06-05T19:52:14.713Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4510 | 2026-06-05T19:52:17.635Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4511 | 2026-06-05T19:52:40.335Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4512 | 2026-06-05T19:52:41.027Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4513 | 2026-06-05T19:52:42.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.18s |
| 4514 | 2026-06-05T19:52:42.866Z | |
| 4515 | 2026-06-05T19:52:42.866Z | info: running `cargo check --bins` on reconfigurator-sp-updater (274/295) |
| 4516 | 2026-06-05T19:52:43.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4517 | 2026-06-05T19:52:43.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4518 | 2026-06-05T19:52:43.587Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4519 | 2026-06-05T19:52:44.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4520 | 2026-06-05T19:52:44.476Z | |
| 4521 | 2026-06-05T19:52:44.476Z | info: running `cargo check --bins` on omicron-releng (275/295) |
| 4522 | 2026-06-05T19:52:44.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4523 | 2026-06-05T19:52:45.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4524 | 2026-06-05T19:52:45.132Z | Compiling blake3 v1.8.3 |
| 4525 | 2026-06-05T19:52:45.242Z | Checking constant_time_eq v0.4.2 |
| 4526 | 2026-06-05T19:52:45.242Z | Checking arrayvec v0.7.6 |
| 4527 | 2026-06-05T19:52:45.246Z | Checking arrayref v0.3.9 |
| 4528 | 2026-06-05T19:52:45.268Z | Checking topological-sort v0.2.2 |
| 4529 | 2026-06-05T19:52:45.271Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4530 | 2026-06-05T19:52:45.271Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4531 | 2026-06-05T19:52:45.271Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4532 | 2026-06-05T19:52:45.321Z | Checking shell-words v1.1.1 |
| 4533 | 2026-06-05T19:52:46.134Z | Checking omicron-zone-package v0.12.2 |
| 4534 | 2026-06-05T19:52:46.856Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4535 | 2026-06-05T19:52:47.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s |
| 4536 | 2026-06-05T19:52:47.902Z | |
| 4537 | 2026-06-05T19:52:47.902Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (276/295) |
| 4538 | 2026-06-05T19:52:48.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4539 | 2026-06-05T19:52:48.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4540 | 2026-06-05T19:52:48.555Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4541 | 2026-06-05T19:52:48.881Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4542 | 2026-06-05T19:52:49.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 4543 | 2026-06-05T19:52:49.479Z | |
| 4544 | 2026-06-05T19:52:49.479Z | info: running `cargo check --bins` on schema (277/295) |
| 4545 | 2026-06-05T19:52:50.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4546 | 2026-06-05T19:52:50.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4547 | 2026-06-05T19:52:50.215Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4548 | 2026-06-05T19:52:50.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4549 | 2026-06-05T19:52:51.118Z | |
| 4550 | 2026-06-05T19:52:51.118Z | info: running `cargo check --bins` on xtask (278/295) |
| 4551 | 2026-06-05T19:52:51.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4552 | 2026-06-05T19:52:51.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4553 | 2026-06-05T19:52:51.575Z | Checking libc v0.2.185 |
| 4554 | 2026-06-05T19:52:51.656Z | Checking serde v1.0.228 |
| 4555 | 2026-06-05T19:52:51.661Z | Checking zerofrom v0.1.6 |
| 4556 | 2026-06-05T19:52:51.665Z | Checking bitflags v2.11.0 |
| 4557 | 2026-06-05T19:52:51.671Z | Checking smallvec v1.15.1 |
| 4558 | 2026-06-05T19:52:51.677Z | Checking indexmap v2.14.0 |
| 4559 | 2026-06-05T19:52:51.686Z | Checking serde_json v1.0.149 |
| 4560 | 2026-06-05T19:52:51.689Z | Checking num-traits v0.2.19 |
| 4561 | 2026-06-05T19:52:51.759Z | Checking yoke v0.8.1 |
| 4562 | 2026-06-05T19:52:51.807Z | Checking scroll v0.12.0 |
| 4563 | 2026-06-05T19:52:51.843Z | Checking thiserror v1.0.69 |
| 4564 | 2026-06-05T19:52:51.925Z | Checking zerovec v0.11.5 |
| 4565 | 2026-06-05T19:52:51.944Z | Checking zerotrie v0.2.3 |
| 4566 | 2026-06-05T19:52:51.954Z | Checking errno v0.3.14 |
| 4567 | 2026-06-05T19:52:52.029Z | Checking log v0.4.29 |
| 4568 | 2026-06-05T19:52:52.043Z | Checking toml_datetime v0.6.11 |
| 4569 | 2026-06-05T19:52:52.070Z | Checking rustix v1.1.3 |
| 4570 | 2026-06-05T19:52:52.178Z | Checking serde_spanned v0.6.9 |
| 4571 | 2026-06-05T19:52:52.187Z | Checking percent-encoding v2.3.2 |
| 4572 | 2026-06-05T19:52:52.212Z | Checking zerocopy v0.7.35 |
| 4573 | 2026-06-05T19:52:52.224Z | Checking ordered-float v2.10.1 |
| 4574 | 2026-06-05T19:52:52.233Z | Checking goblin v0.8.2 |
| 4575 | 2026-06-05T19:52:52.293Z | Checking getrandom v0.4.1 |
| 4576 | 2026-06-05T19:52:52.312Z | Checking toml_edit v0.22.27 |
| 4577 | 2026-06-05T19:52:52.329Z | Checking form_urlencoded v1.2.2 |
| 4578 | 2026-06-05T19:52:52.358Z | Checking tinystr v0.8.2 |
| 4579 | 2026-06-05T19:52:52.432Z | Checking potential_utf v0.1.4 |
| 4580 | 2026-06-05T19:52:52.449Z | Checking thiserror v2.0.18 |
| 4581 | 2026-06-05T19:52:52.460Z | Checking serde-value v0.7.0 |
| 4582 | 2026-06-05T19:52:52.544Z | Checking icu_locale_core v2.1.1 |
| 4583 | 2026-06-05T19:52:52.554Z | Checking syn v2.0.117 |
| 4584 | 2026-06-05T19:52:52.564Z | Checking icu_collections v2.1.1 |
| 4585 | 2026-06-05T19:52:52.665Z | Checking dtrace-parser v0.2.0 |
| 4586 | 2026-06-05T19:52:52.698Z | Checking thread-id v4.2.2 |
| 4587 | 2026-06-05T19:52:52.783Z | Checking once_cell v1.21.3 |
| 4588 | 2026-06-05T19:52:52.878Z | Checking cargo-platform v0.2.0 |
| 4589 | 2026-06-05T19:52:52.886Z | Checking terminal_size v0.4.3 |
| 4590 | 2026-06-05T19:52:52.900Z | Checking memmap v0.7.0 |
| 4591 | 2026-06-05T19:52:52.955Z | Checking tempfile v3.25.0 |
| 4592 | 2026-06-05T19:52:52.992Z | Checking clap_builder v4.6.0 |
| 4593 | 2026-06-05T19:52:53.026Z | Checking textwrap v0.16.2 |
| 4594 | 2026-06-05T19:52:53.046Z | Checking fs-err v3.3.0 |
| 4595 | 2026-06-05T19:52:53.108Z | Checking icu_provider v2.1.1 |
| 4596 | 2026-06-05T19:52:53.148Z | Checking camino-tempfile v1.4.1 |
| 4597 | 2026-06-05T19:52:53.225Z | Checking tabled v0.15.0 |
| 4598 | 2026-06-05T19:52:53.236Z | Checking anyhow v1.0.102 |
| 4599 | 2026-06-05T19:52:53.302Z | Checking macaddr v1.0.1 |
| 4600 | 2026-06-05T19:52:53.342Z | Checking icu_normalizer v2.1.1 |
| 4601 | 2026-06-05T19:52:53.418Z | Checking icu_properties v2.1.2 |
| 4602 | 2026-06-05T19:52:53.432Z | Checking toml v0.8.23 |
| 4603 | 2026-06-05T19:52:53.481Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4604 | 2026-06-05T19:52:53.754Z | Checking cargo_toml v0.21.0 |
| 4605 | 2026-06-05T19:52:54.121Z | Checking dof v0.3.0 |
| 4606 | 2026-06-05T19:52:54.185Z | Checking clap v4.6.1 |
| 4607 | 2026-06-05T19:52:54.229Z | Checking idna_adapter v1.2.1 |
| 4608 | 2026-06-05T19:52:54.346Z | Checking idna v1.1.0 |
| 4609 | 2026-06-05T19:52:54.371Z | Checking usdt-impl v0.5.0 |
| 4610 | 2026-06-05T19:52:54.580Z | Checking url v2.5.8 |
| 4611 | 2026-06-05T19:52:54.621Z | Checking usdt v0.5.0 |
| 4612 | 2026-06-05T19:52:54.904Z | Checking cargo-util-schemas v0.8.2 |
| 4613 | 2026-06-05T19:52:55.590Z | Checking cargo_metadata v0.21.0 |
| 4614 | 2026-06-05T19:52:56.192Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4615 | 2026-06-05T19:52:56.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s |
| 4616 | 2026-06-05T19:52:56.739Z | |
| 4617 | 2026-06-05T19:52:56.739Z | info: running `cargo check --bins` on dnsadm (279/295) |
| 4618 | 2026-06-05T19:52:57.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4619 | 2026-06-05T19:52:57.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4620 | 2026-06-05T19:52:57.396Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4621 | 2026-06-05T19:52:57.879Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4622 | 2026-06-05T19:52:58.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 4623 | 2026-06-05T19:52:58.460Z | |
| 4624 | 2026-06-05T19:52:58.460Z | info: running `cargo check --bins` on end-to-end-tests (280/295) |
| 4625 | 2026-06-05T19:52:59.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4626 | 2026-06-05T19:52:59.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4627 | 2026-06-05T19:52:59.261Z | Checking polyval v0.6.2 |
| 4628 | 2026-06-05T19:52:59.387Z | Checking ctr v0.9.2 |
| 4629 | 2026-06-05T19:52:59.397Z | Checking ssh-encoding v0.2.0 |
| 4630 | 2026-06-05T19:52:59.397Z | Checking blowfish v0.9.1 |
| 4631 | 2026-06-05T19:52:59.418Z | Checking password-hash v0.4.2 |
| 4632 | 2026-06-05T19:52:59.435Z | Checking p521 v0.13.3 |
| 4633 | 2026-06-05T19:52:59.438Z | Checking p256 v0.13.2 |
| 4634 | 2026-06-05T19:52:59.459Z | Checking russh-cryptovec v0.7.3 |
| 4635 | 2026-06-05T19:52:59.530Z | Checking ghash v0.5.1 |
| 4636 | 2026-06-05T19:52:59.541Z | Checking bcrypt-pbkdf v0.10.0 |
| 4637 | 2026-06-05T19:52:59.544Z | Checking md5 v0.7.0 |
| 4638 | 2026-06-05T19:52:59.574Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4639 | 2026-06-05T19:52:59.590Z | Checking num-bigint v0.4.6 |
| 4640 | 2026-06-05T19:52:59.647Z | Checking aes-gcm v0.10.3 |
| 4641 | 2026-06-05T19:52:59.647Z | Checking pbkdf2 v0.11.0 |
| 4642 | 2026-06-05T19:52:59.685Z | Checking des v0.8.1 |
| 4643 | 2026-06-05T19:52:59.703Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4644 | 2026-06-05T19:52:59.703Z | Checking hex-literal v0.4.1 |
| 4645 | 2026-06-05T19:52:59.777Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4646 | 2026-06-05T19:52:59.807Z | Checking ssh-cipher v0.2.0 |
| 4647 | 2026-06-05T19:52:59.822Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4648 | 2026-06-05T19:52:59.822Z | Checking socket2 v0.5.10 |
| 4649 | 2026-06-05T19:52:59.849Z | Checking internet-checksum v0.2.1 |
| 4650 | 2026-06-05T19:52:59.975Z | Checking ssh-key v0.6.7 |
| 4651 | 2026-06-05T19:53:00.098Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4652 | 2026-06-05T19:53:00.594Z | Checking russh-keys v0.45.0 |
| 4653 | 2026-06-05T19:53:01.142Z | Checking russh v0.45.0 |
| 4654 | 2026-06-05T19:53:17.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.95s |
| 4655 | 2026-06-05T19:53:17.629Z | |
| 4656 | 2026-06-05T19:53:17.629Z | info: running `cargo check --bins` on gateway-cli (281/295) |
| 4657 | 2026-06-05T19:53:18.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4658 | 2026-06-05T19:53:18.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4659 | 2026-06-05T19:53:18.278Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4660 | 2026-06-05T19:53:18.389Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4661 | 2026-06-05T19:53:18.399Z | Checking termios v0.3.3 |
| 4662 | 2026-06-05T19:53:19.640Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4663 | 2026-06-05T19:53:19.773Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4664 | 2026-06-05T19:53:21.629Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4665 | 2026-06-05T19:53:22.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s |
| 4666 | 2026-06-05T19:53:22.384Z | |
| 4667 | 2026-06-05T19:53:22.384Z | info: running `cargo check --bins --no-default-features` on installinator (282/295) |
| 4668 | 2026-06-05T19:53:22.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4669 | 2026-06-05T19:53:22.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4670 | 2026-06-05T19:53:23.094Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4671 | 2026-06-05T19:53:23.098Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4672 | 2026-06-05T19:53:23.098Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4673 | 2026-06-05T19:53:23.098Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4674 | 2026-06-05T19:53:23.222Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4675 | 2026-06-05T19:53:23.239Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4676 | 2026-06-05T19:53:23.958Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4677 | 2026-06-05T19:53:24.305Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4678 | 2026-06-05T19:53:24.308Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4679 | 2026-06-05T19:53:24.952Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4680 | 2026-06-05T19:53:26.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s |
| 4681 | 2026-06-05T19:53:26.799Z | |
| 4682 | 2026-06-05T19:53:26.799Z | info: running `cargo check --bins` on internal-dns-cli (283/295) |
| 4683 | 2026-06-05T19:53:27.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4684 | 2026-06-05T19:53:27.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4685 | 2026-06-05T19:53:27.410Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4686 | 2026-06-05T19:53:27.863Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4687 | 2026-06-05T19:53:28.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4688 | 2026-06-05T19:53:28.370Z | |
| 4689 | 2026-06-05T19:53:28.370Z | info: running `cargo check --bins` on omicron-live-tests (284/295) |
| 4690 | 2026-06-05T19:53:28.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4691 | 2026-06-05T19:53:28.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4692 | 2026-06-05T19:53:28.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4693 | 2026-06-05T19:53:28.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4694 | 2026-06-05T19:53:28.963Z | |
| 4695 | 2026-06-05T19:53:28.963Z | info: running `cargo check --bins` on live-tests-macros (285/295) |
| 4696 | 2026-06-05T19:53:29.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4697 | 2026-06-05T19:53:29.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4698 | 2026-06-05T19:53:29.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4699 | 2026-06-05T19:53:29.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4700 | 2026-06-05T19:53:29.562Z | |
| 4701 | 2026-06-05T19:53:29.562Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295) |
| 4702 | 2026-06-05T19:53:30.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4703 | 2026-06-05T19:53:30.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4704 | 2026-06-05T19:53:30.340Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4705 | 2026-06-05T19:53:30.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4706 | 2026-06-05T19:53:31.142Z | |
| 4707 | 2026-06-05T19:53:31.142Z | info: running `cargo check --bins` on omicron-ntp-admin (287/295) |
| 4708 | 2026-06-05T19:53:31.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4709 | 2026-06-05T19:53:31.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4710 | 2026-06-05T19:53:31.802Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4711 | 2026-06-05T19:53:31.805Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4712 | 2026-06-05T19:53:32.082Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4713 | 2026-06-05T19:53:32.083Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4714 | 2026-06-05T19:53:33.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 4715 | 2026-06-05T19:53:33.717Z | |
| 4716 | 2026-06-05T19:53:33.717Z | info: running `cargo check --bins` on ntp-admin-types (288/295) |
| 4717 | 2026-06-05T19:53:33.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4718 | 2026-06-05T19:53:33.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4719 | 2026-06-05T19:53:33.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4720 | 2026-06-05T19:53:33.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4721 | 2026-06-05T19:53:33.718Z | |
| 4722 | 2026-06-05T19:53:33.718Z | info: running `cargo check --bins` on omicron-package (289/295) |
| 4723 | 2026-06-05T19:53:34.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4724 | 2026-06-05T19:53:34.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4725 | 2026-06-05T19:53:34.370Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4726 | 2026-06-05T19:53:35.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
| 4727 | 2026-06-05T19:53:35.652Z | |
| 4728 | 2026-06-05T19:53:35.652Z | info: running `cargo check --bins` on tqdb (290/295) |
| 4729 | 2026-06-05T19:53:36.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4730 | 2026-06-05T19:53:36.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4731 | 2026-06-05T19:53:36.440Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4732 | 2026-06-05T19:53:36.797Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4733 | 2026-06-05T19:53:37.312Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4734 | 2026-06-05T19:53:37.315Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4735 | 2026-06-05T19:53:43.241Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4736 | 2026-06-05T19:53:43.244Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4737 | 2026-06-05T19:53:43.819Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4738 | 2026-06-05T19:53:43.822Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4739 | 2026-06-05T19:53:43.822Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4740 | 2026-06-05T19:53:43.822Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4741 | 2026-06-05T19:53:44.606Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4742 | 2026-06-05T19:53:45.572Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4743 | 2026-06-05T19:53:46.345Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4744 | 2026-06-05T19:53:46.966Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4745 | 2026-06-05T19:53:51.386Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4746 | 2026-06-05T19:53:57.778Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4747 | 2026-06-05T19:53:57.855Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4748 | 2026-06-05T19:53:57.855Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4749 | 2026-06-05T19:53:57.855Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4750 | 2026-06-05T19:53:59.195Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4751 | 2026-06-05T19:54:00.522Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4752 | 2026-06-05T19:54:01.180Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4753 | 2026-06-05T19:54:02.402Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4754 | 2026-06-05T19:54:02.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.28s |
| 4755 | 2026-06-05T19:54:03.149Z | |
| 4756 | 2026-06-05T19:54:03.149Z | info: running `cargo check --bins` on wicket-dbg (291/295) |
| 4757 | 2026-06-05T19:54:03.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4758 | 2026-06-05T19:54:03.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4759 | 2026-06-05T19:54:03.872Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4760 | 2026-06-05T19:54:03.872Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4761 | 2026-06-05T19:54:03.872Z | Checking rtoolbox v0.0.3 |
| 4762 | 2026-06-05T19:54:04.004Z | Checking tui-tree-widget v0.23.1 |
| 4763 | 2026-06-05T19:54:04.103Z | Checking rpassword v7.4.0 |
| 4764 | 2026-06-05T19:54:05.115Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4765 | 2026-06-05T19:54:08.085Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4766 | 2026-06-05T19:54:09.934Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4767 | 2026-06-05T19:54:10.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.69s |
| 4768 | 2026-06-05T19:54:11.047Z | |
| 4769 | 2026-06-05T19:54:11.047Z | info: running `cargo check --bins` on wicket (292/295) |
| 4770 | 2026-06-05T19:54:11.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4771 | 2026-06-05T19:54:11.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4772 | 2026-06-05T19:54:11.758Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4773 | 2026-06-05T19:54:12.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 4774 | 2026-06-05T19:54:12.314Z | |
| 4775 | 2026-06-05T19:54:12.314Z | info: running `cargo check --bins` on wicketd (293/295) |
| 4776 | 2026-06-05T19:54:12.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4777 | 2026-06-05T19:54:12.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4778 | 2026-06-05T19:54:13.039Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4779 | 2026-06-05T19:54:13.042Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4780 | 2026-06-05T19:54:13.042Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4781 | 2026-06-05T19:54:13.042Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4782 | 2026-06-05T19:54:14.053Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4783 | 2026-06-05T19:54:14.634Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4784 | 2026-06-05T19:54:17.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s |
| 4785 | 2026-06-05T19:54:17.794Z | |
| 4786 | 2026-06-05T19:54:17.795Z | info: running `cargo check --bins` on omicron-workspace-hack (294/295) |
| 4787 | 2026-06-05T19:54:18.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4788 | 2026-06-05T19:54:18.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4789 | 2026-06-05T19:54:18.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4790 | 2026-06-05T19:54:18.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4791 | 2026-06-05T19:54:18.385Z | |
| 4792 | 2026-06-05T19:54:18.385Z | info: running `cargo check --bins` on zone-setup (295/295) |
| 4793 | 2026-06-05T19:54:18.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4794 | 2026-06-05T19:54:18.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4795 | 2026-06-05T19:54:19.060Z | Checking uzers v0.12.2 |
| 4796 | 2026-06-05T19:54:19.337Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4797 | 2026-06-05T19:54:20.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 4798 | 2026-06-05T19:54:20.301Z | |
| 4799 | 2026-06-05T19:54:20.301Z | real 14:07.492346829 |
| 4800 | 2026-06-05T19:54:20.301Z | user 21:08.779197113 |
| 4801 | 2026-06-05T19:54:20.302Z | sys 4:23.342319131 |
| 4802 | 2026-06-05T19:54:20.302Z | trap 0.321585526 |
| 4803 | 2026-06-05T19:54:20.302Z | tflt 0.788887278 |
| 4804 | 2026-06-05T19:54:20.302Z | dflt 1.340575536 |
| 4805 | 2026-06-05T19:54:20.302Z | kflt 0.005863862 |
| 4806 | 2026-06-05T19:54:20.302Z | lock 1:18:36.513787346 |
| 4807 | 2026-06-05T19:54:20.302Z | slp 1:41:14.493680744 |
| 4808 | 2026-06-05T19:54:20.302Z | lat 1:05.743173907 |
| 4809 | 2026-06-05T19:54:20.302Z | stop 3:54.210328744 |
| 4810 | 2026-06-05T19:54:20.305Z | process exited: duration 983798 ms, exit code 0 |
| |
| 4811 | 2026-06-05T19:54:20.311Z | found 0 output files |