|
|
|
| 1 | 2025-01-17T13:50:48.487Z | job assigned to worker 01JHT8ECJZKJ954R5DHXW1YQ1D [factory aws, i-022620d78dacc7b50] (queued for 47 s) |
| |
| 2 | 2025-01-17T13:50:56.244Z | starting task 0: "setup" |
| 3 | 2025-01-17T13:50:56.253Z | ++ uname -s |
| 4 | 2025-01-17T13:50:56.255Z | + kern=SunOS |
| 5 | 2025-01-17T13:50:56.255Z | + case "$kern" in |
| 6 | 2025-01-17T13:50:56.255Z | + groupadd -g 12345 build |
| 7 | 2025-01-17T13:50:56.258Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2025-01-17T13:50:58.266Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2025-01-17T13:50:58.391Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2025-01-17T13:50:58.394Z | + home_fs=zfs |
| 11 | 2025-01-17T13:50:58.394Z | + [[ zfs == autofs ]] |
| 12 | 2025-01-17T13:50:58.394Z | + mkdir -p /home/build |
| 13 | 2025-01-17T13:50:58.397Z | + chown build:build /home/build /work |
| 14 | 2025-01-17T13:51:00.398Z | + chmod 0700 /home/build /work |
| 15 | 2025-01-17T13:51:00.401Z | process exited: duration 4158 ms, exit code 0 |
| |
| 16 | 2025-01-17T13:51:00.407Z | starting task 1: "rust-toolchain" |
| 17 | 2025-01-17T13:51:00.412Z | + printf ' * toolchain channel = "%s" |
| 18 | 2025-01-17T13:51:00.413Z | ' 1.84.0 |
| 19 | 2025-01-17T13:51:00.413Z | + printf ' * toolchain profile = "%s" |
| 20 | 2025-01-17T13:51:00.413Z | ' default |
| 21 | 2025-01-17T13:51:00.413Z | * toolchain channel = "1.84.0" |
| 22 | 2025-01-17T13:51:00.413Z | * toolchain profile = "default" |
| 23 | 2025-01-17T13:51:00.415Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2025-01-17T13:51:00.415Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
| 25 | 2025-01-17T13:51:00.531Z | info: downloading installer |
| 26 | 2025-01-17T13:51:01.610Z | info: profile set to 'default' |
| 27 | 2025-01-17T13:51:01.610Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2025-01-17T13:51:01.613Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
| 29 | 2025-01-17T13:51:01.737Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
| 30 | 2025-01-17T13:51:01.737Z | info: downloading component 'cargo' |
| 31 | 2025-01-17T13:51:02.382Z | info: downloading component 'clippy' |
| 32 | 2025-01-17T13:51:02.631Z | info: downloading component 'rust-docs' |
| 33 | 2025-01-17T13:51:03.512Z | info: downloading component 'rust-std' |
| 34 | 2025-01-17T13:51:04.824Z | info: downloading component 'rustc' |
| 35 | 2025-01-17T13:51:09.897Z | info: downloading component 'rustfmt' |
| 36 | 2025-01-17T13:51:10.100Z | info: installing component 'cargo' |
| 37 | 2025-01-17T13:51:10.923Z | info: installing component 'clippy' |
| 38 | 2025-01-17T13:51:11.301Z | info: installing component 'rust-docs' |
| 39 | 2025-01-17T13:51:12.979Z | info: installing component 'rust-std' |
| 40 | 2025-01-17T13:51:14.704Z | info: installing component 'rustc' |
| 41 | 2025-01-17T13:51:20.698Z | info: installing component 'rustfmt' |
| 42 | 2025-01-17T13:51:21.031Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
| 43 | 2025-01-17T13:51:21.032Z | |
| 44 | 2025-01-17T13:51:21.425Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 45 | 2025-01-17T13:51:21.425Z | |
| 46 | 2025-01-17T13:51:21.428Z | |
| 47 | 2025-01-17T13:51:21.428Z | Rust is installed now. Great! |
| 48 | 2025-01-17T13:51:21.428Z | |
| 49 | 2025-01-17T13:51:21.428Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2025-01-17T13:51:21.428Z | environment variable. This has not been done automatically. |
| 51 | 2025-01-17T13:51:21.428Z | |
| 52 | 2025-01-17T13:51:21.428Z | To configure your current shell, you need to source |
| 53 | 2025-01-17T13:51:21.428Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2025-01-17T13:51:21.428Z | |
| 55 | 2025-01-17T13:51:21.429Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2025-01-17T13:51:21.429Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2025-01-17T13:51:21.429Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2025-01-17T13:51:21.505Z | + rustc --version |
| 59 | 2025-01-17T13:51:21.570Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 60 | 2025-01-17T13:51:21.573Z | process exited: duration 21162 ms, exit code 0 |
| |
| 61 | 2025-01-17T13:51:21.580Z | starting task 2: "authentication" |
| 62 | 2025-01-17T13:51:21.600Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2025-01-17T13:51:21.607Z | starting task 3: "clone repository" |
| 64 | 2025-01-17T13:51:21.612Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2025-01-17T13:51:21.615Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2025-01-17T13:51:21.656Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2025-01-17T13:51:28.582Z | + cd /work/oxidecomputer/omicron |
| 68 | 2025-01-17T13:51:28.582Z | + git fetch origin 320c920d7af91114b20afaa41d260bb6ad4ec1ab |
| 69 | 2025-01-17T13:51:28.901Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2025-01-17T13:51:28.901Z | * branch 320c920d7af91114b20afaa41d260bb6ad4ec1ab -> FETCH_HEAD |
| 71 | 2025-01-17T13:51:28.912Z | + [[ -n john/reconfigurator-cli-blippy ]] |
| 72 | 2025-01-17T13:51:28.915Z | ++ git branch --show-current |
| 73 | 2025-01-17T13:51:28.918Z | + current=main |
| 74 | 2025-01-17T13:51:28.918Z | + [[ main != john/reconfigurator-cli-blippy ]] |
| 75 | 2025-01-17T13:51:28.918Z | + git branch -f john/reconfigurator-cli-blippy 320c920d7af91114b20afaa41d260bb6ad4ec1ab |
| 76 | 2025-01-17T13:51:28.920Z | + git checkout -f john/reconfigurator-cli-blippy |
| 77 | 2025-01-17T13:51:29.098Z | Switched to branch 'john/reconfigurator-cli-blippy' |
| 78 | 2025-01-17T13:51:29.101Z | + git reset --hard 320c920d7af91114b20afaa41d260bb6ad4ec1ab |
| 79 | 2025-01-17T13:51:29.114Z | HEAD is now at 320c920d7 Merge remote-tracking branch 'origin/main' into john/reconfigurator-cli-blippy |
| 80 | 2025-01-17T13:51:29.117Z | process exited: duration 7507 ms, exit code 0 |
| |
| 81 | 2025-01-17T13:51:29.123Z | starting task 4: "build" |
| 82 | 2025-01-17T13:51:29.128Z | + source .github/buildomat/ci-env.sh |
| 83 | 2025-01-17T13:51:29.128Z | ++ export CARGO_TERM_COLOR=always |
| 84 | 2025-01-17T13:51:29.128Z | ++ CARGO_TERM_COLOR=always |
| 85 | 2025-01-17T13:51:29.131Z | + cargo --version |
| 86 | 2025-01-17T13:51:29.187Z | cargo 1.84.0 (66221abde 2024-11-19) |
| 87 | 2025-01-17T13:51:29.189Z | + rustc --version |
| 88 | 2025-01-17T13:51:29.249Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 89 | 2025-01-17T13:51:29.253Z | + source ./env.sh |
| 90 | 2025-01-17T13:51:29.253Z | ++ OLD_SHELL_OPTS=ehxB |
| 91 | 2025-01-17T13:51:29.253Z | ++ set -o xtrace |
| 92 | 2025-01-17T13:51:29.255Z | ++++ dirname ./env.sh |
| 93 | 2025-01-17T13:51:29.258Z | +++ readlink -f . |
| 94 | 2025-01-17T13:51:29.261Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 95 | 2025-01-17T13:51:29.261Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 96 | 2025-01-17T13:51:29.261Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 97 | 2025-01-17T13:51:29.261Z | ++ 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 |
| 98 | 2025-01-17T13:51:29.261Z | ++ 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 |
| 99 | 2025-01-17T13:51:29.261Z | ++ 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 |
| 100 | 2025-01-17T13:51:29.261Z | ++ 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 |
| 101 | 2025-01-17T13:51:29.261Z | ++ 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 |
| 102 | 2025-01-17T13:51:29.261Z | ++ 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 |
| 103 | 2025-01-17T13:51:29.261Z | ++ case $OLD_SHELL_OPTS in |
| 104 | 2025-01-17T13:51:29.261Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 105 | 2025-01-17T13:51:29.261Z | + 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 |
| 106 | 2025-01-17T13:51:29.261Z | + 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 |
| 107 | 2025-01-17T13:51:29.261Z | + banner prerequisites |
| 108 | 2025-01-17T13:51:29.264Z | |
| 109 | 2025-01-17T13:51:29.264Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 110 | 2025-01-17T13:51:29.264Z | # # # # # # # # # # # # # # # |
| 111 | 2025-01-17T13:51:29.265Z | # # # # ##### # # ##### # # # # # #### # |
| 112 | 2025-01-17T13:51:29.265Z | ##### ##### # ##### # # # # # # # # # |
| 113 | 2025-01-17T13:51:29.265Z | # # # # # # # # # # # # # # # |
| 114 | 2025-01-17T13:51:29.265Z | # # # ###### # # ###### ### # #### # #### # |
| 115 | 2025-01-17T13:51:29.265Z | |
| 116 | 2025-01-17T13:51:29.265Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 117 | 2025-01-17T13:51:30.905Z | pkg list: illegal option -- F |
| 118 | 2025-01-17T13:51:30.905Z | Usage: |
| 119 | 2025-01-17T13:51:30.908Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 120 | 2025-01-17T13:51:30.908Z | [pkg_fmri_pattern ...] |
| 121 | 2025-01-17T13:51:31.743Z | pkg list: illegal option -- F |
| 122 | 2025-01-17T13:51:31.743Z | Usage: |
| 123 | 2025-01-17T13:51:31.746Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 124 | 2025-01-17T13:51:31.746Z | [pkg_fmri_pattern ...] |
| 125 | 2025-01-17T13:51:37.860Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 126 | 2025-01-17T13:51:41.910Z | Startup: Caching catalogs ... Done |
| 127 | 2025-01-17T13:51:52.979Z | Planning: Solver setup ... Done (10.253s) |
| 128 | 2025-01-17T13:51:53.127Z | Planning: Running solver ... Done (0.147s) |
| 129 | 2025-01-17T13:51:53.241Z | Planning: Finding local manifests ... Done (0.007s) |
| 130 | 2025-01-17T13:51:53.254Z | Planning: Fetching manifests: 0/7 0% complete |
| 131 | 2025-01-17T13:51:53.482Z | Planning: Fetching manifests: 7/7 100% complete |
| 132 | 2025-01-17T13:51:53.590Z | Planning: Package planning ... Done (0.109s) |
| 133 | 2025-01-17T13:51:53.647Z | Planning: Merging actions ... Done (0.057s) |
| 134 | 2025-01-17T13:51:53.845Z | Planning: Checking for conflicting actions ... Done (0.198s) |
| 135 | 2025-01-17T13:51:55.987Z | Planning: Consolidating action changes ... Done (2.142s) |
| 136 | 2025-01-17T13:51:56.421Z | Planning: Evaluating mediators ... Done (0.434s) |
| 137 | 2025-01-17T13:51:56.501Z | Planning: Planning completed in 14.49 seconds |
| 138 | 2025-01-17T13:51:56.517Z | Packages to install: 4 |
| 139 | 2025-01-17T13:51:56.517Z | Packages to update: 3 |
| 140 | 2025-01-17T13:51:56.520Z | Mediators to change: 2 |
| 141 | 2025-01-17T13:51:56.520Z | Services to change: 1 |
| 142 | 2025-01-17T13:51:56.520Z | Estimated space available: 155.61 GB |
| 143 | 2025-01-17T13:51:56.520Z | Estimated space to be consumed: 1.64 GB |
| 144 | 2025-01-17T13:51:56.520Z | Create boot environment: No |
| 145 | 2025-01-17T13:51:56.520Z | Create backup boot environment: Yes |
| 146 | 2025-01-17T13:51:56.520Z | Rebuild boot archive: No |
| 147 | 2025-01-17T13:51:56.520Z | |
| 148 | 2025-01-17T13:51:56.520Z | Changed mediators: |
| 149 | 2025-01-17T13:51:56.520Z | mediator clang: |
| 150 | 2025-01-17T13:51:56.520Z | version: None -> 15 (system default) |
| 151 | 2025-01-17T13:51:56.520Z | |
| 152 | 2025-01-17T13:51:56.521Z | mediator llvm: |
| 153 | 2025-01-17T13:51:56.521Z | version: 14 (system default) -> 15 (system default) |
| 154 | 2025-01-17T13:51:56.521Z | |
| 155 | 2025-01-17T13:51:56.521Z | Changed packages: |
| 156 | 2025-01-17T13:51:56.521Z | helios-dev |
| 157 | 2025-01-17T13:51:56.521Z | developer/build-essential |
| 158 | 2025-01-17T13:51:56.521Z | None -> 11-2.0 |
| 159 | 2025-01-17T13:51:56.521Z | library/libxmlsec1 |
| 160 | 2025-01-17T13:51:56.521Z | None -> 1.2.35-2.0 |
| 161 | 2025-01-17T13:51:56.521Z | ooce/developer/clang-15 |
| 162 | 2025-01-17T13:51:56.521Z | None -> 15.0.7-2.0 |
| 163 | 2025-01-17T13:51:56.521Z | ooce/developer/llvm-15 |
| 164 | 2025-01-17T13:51:56.521Z | None -> 15.0.7-2.0 |
| 165 | 2025-01-17T13:51:56.521Z | package/pkg |
| 166 | 2025-01-17T13:51:56.521Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 167 | 2025-01-17T13:51:56.521Z | system/library/g++-runtime |
| 168 | 2025-01-17T13:51:56.521Z | 13-2.0 -> 14-2.0 |
| 169 | 2025-01-17T13:51:56.521Z | system/library/gcc-runtime |
| 170 | 2025-01-17T13:51:56.521Z | 13-2.0 -> 14-2.0 |
| 171 | 2025-01-17T13:51:56.521Z | |
| 172 | 2025-01-17T13:51:56.521Z | Services: |
| 173 | 2025-01-17T13:51:56.521Z | restart_fmri: |
| 174 | 2025-01-17T13:51:56.522Z | svc:/system/update-man-index:default |
| 175 | 2025-01-17T13:51:56.522Z | |
| 176 | 2025-01-17T13:51:56.522Z | Editable files to change: |
| 177 | 2025-01-17T13:51:56.522Z | Update: |
| 178 | 2025-01-17T13:51:56.522Z | usr/share/lib/pkg/web/config.shtml |
| 179 | 2025-01-17T13:51:56.596Z | |
| 180 | 2025-01-17T13:51:56.597Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 181 | 2025-01-17T13:52:01.598Z | Download: 1198/4301 items 80.0/225.4MB 35% complete (16.1M/s) |
| 182 | 2025-01-17T13:52:06.840Z | Download: 2217/4301 items 119.2/225.4MB 52% complete (12.1M/s) |
| 183 | 2025-01-17T13:52:11.848Z | Download: 2702/4301 items 120.7/225.4MB 53% complete (4.0M/s) |
| 184 | 2025-01-17T13:52:16.849Z | Download: 3192/4301 items 167.1/225.4MB 74% complete (4.7M/s) |
| 185 | 2025-01-17T13:52:21.850Z | Download: 3897/4301 items 217.6/225.4MB 96% complete (9.7M/s) |
| 186 | 2025-01-17T13:52:26.853Z | Download: 4300/4301 items 225.3/225.4MB 99% complete (9.1M/s) |
| 187 | 2025-01-17T13:52:26.862Z | Download: Completed 225.42 MB in 30.26 seconds (7.5M/s) |
| 188 | 2025-01-17T13:52:28.879Z | Actions: 1/5122 actions (Removing old actions) |
| 189 | 2025-01-17T13:52:28.900Z | Actions: 194/5122 actions (Installing new actions) |
| 190 | 2025-01-17T13:52:33.646Z | Actions: 4267/5122 actions (Updating modified actions) |
| 191 | 2025-01-17T13:52:34.002Z | Actions: Completed 5122 actions in 5.12 seconds. |
| 192 | 2025-01-17T13:52:34.408Z | Done (0.397s) |
| 193 | 2025-01-17T13:52:34.410Z | Done (0.001s) |
| 194 | 2025-01-17T13:52:34.986Z | Done (0.577s) |
| 195 | 2025-01-17T13:52:39.433Z | Done (4.213s) |
| 196 | 2025-01-17T13:52:39.515Z | Done (0.017s) |
| 197 | 2025-01-17T13:52:39.518Z | Done (0.000s) |
| 198 | 2025-01-17T13:52:39.691Z | Done (0.000s) |
| 199 | 2025-01-17T13:52:40.386Z | Planning: Evaluating mediator changes ... Done |
| 200 | 2025-01-17T13:52:40.546Z | Planning: Checking for conflicting actions ... Done |
| 201 | 2025-01-17T13:52:40.550Z | Planning: Consolidating action changes ... Done |
| 202 | 2025-01-17T13:52:40.811Z | Planning: Evaluating mediators ... Done |
| 203 | 2025-01-17T13:52:40.814Z | Planning: Planning completed in 0.43 seconds |
| 204 | 2025-01-17T13:52:40.851Z | Mediators to change: 2 |
| 205 | 2025-01-17T13:52:40.851Z | Create boot environment: No |
| 206 | 2025-01-17T13:52:40.853Z | Create backup boot environment: No |
| 207 | 2025-01-17T13:52:40.931Z | Done |
| 208 | 2025-01-17T13:52:40.931Z | Done |
| 209 | 2025-01-17T13:52:41.328Z | Done |
| 210 | 2025-01-17T13:52:44.881Z | Done |
| 211 | 2025-01-17T13:52:44.970Z | Done |
| 212 | 2025-01-17T13:52:44.972Z | Done |
| 213 | 2025-01-17T13:52:45.106Z | Done |
| 214 | 2025-01-17T13:52:45.710Z | Planning: Evaluating mediator changes ... Done |
| 215 | 2025-01-17T13:52:45.713Z | Planning: Merging actions ... Done |
| 216 | 2025-01-17T13:52:45.899Z | Planning: Checking for conflicting actions ... Done |
| 217 | 2025-01-17T13:52:45.902Z | Planning: Consolidating action changes ... Done |
| 218 | 2025-01-17T13:52:46.160Z | Planning: Evaluating mediators ... Done |
| 219 | 2025-01-17T13:52:46.216Z | Planning: Planning completed in 0.74 seconds |
| 220 | 2025-01-17T13:52:46.258Z | Packages to change: 1 |
| 221 | 2025-01-17T13:52:46.258Z | Mediators to change: 1 |
| 222 | 2025-01-17T13:52:46.258Z | Services to change: 1 |
| 223 | 2025-01-17T13:52:46.258Z | Create boot environment: No |
| 224 | 2025-01-17T13:52:46.258Z | Create backup boot environment: Yes |
| 225 | 2025-01-17T13:52:48.480Z | Actions: 1/6 actions (Updating modified actions) |
| 226 | 2025-01-17T13:52:48.482Z | Actions: Completed 6 actions in 0.00 seconds. |
| 227 | 2025-01-17T13:52:48.484Z | Done |
| 228 | 2025-01-17T13:52:48.484Z | Done |
| 229 | 2025-01-17T13:52:48.599Z | Done |
| 230 | 2025-01-17T13:52:52.150Z | Done |
| 231 | 2025-01-17T13:52:52.228Z | Done |
| 232 | 2025-01-17T13:52:52.232Z | Done |
| 233 | 2025-01-17T13:52:52.384Z | Done |
| 234 | 2025-01-17T13:52:52.820Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 235 | 2025-01-17T13:52:52.820Z | clang system 15 system |
| 236 | 2025-01-17T13:52:52.820Z | csh system system illumos |
| 237 | 2025-01-17T13:52:52.820Z | ctags system system illumos |
| 238 | 2025-01-17T13:52:52.820Z | gcc vendor 12 vendor |
| 239 | 2025-01-17T13:52:52.820Z | gcc system 10 system |
| 240 | 2025-01-17T13:52:52.820Z | gcc system 7 system |
| 241 | 2025-01-17T13:52:52.820Z | go system 1.20 system |
| 242 | 2025-01-17T13:52:52.821Z | go system 1.19 system |
| 243 | 2025-01-17T13:52:52.821Z | llvm system 15 system |
| 244 | 2025-01-17T13:52:52.821Z | llvm system 14 system |
| 245 | 2025-01-17T13:52:52.821Z | mariadb system 10.6 system |
| 246 | 2025-01-17T13:52:52.821Z | mta vendor vendor dma |
| 247 | 2025-01-17T13:52:52.821Z | openjdk system 17 system |
| 248 | 2025-01-17T13:52:52.821Z | openjdk system 11 system |
| 249 | 2025-01-17T13:52:52.821Z | openjdk system 1.8 system |
| 250 | 2025-01-17T13:52:52.821Z | openssl vendor 3 vendor |
| 251 | 2025-01-17T13:52:52.821Z | perl system 5.36 system |
| 252 | 2025-01-17T13:52:52.821Z | postgresql system 15 system |
| 253 | 2025-01-17T13:52:52.821Z | postgresql system 13 system |
| 254 | 2025-01-17T13:52:52.821Z | python vendor 3 vendor |
| 255 | 2025-01-17T13:52:52.821Z | python system 2 system |
| 256 | 2025-01-17T13:52:52.821Z | python3 system 3.11 system |
| 257 | 2025-01-17T13:52:52.821Z | ruby system 3.0 system |
| 258 | 2025-01-17T13:52:52.821Z | words vendor vendor american-english |
| 259 | 2025-01-17T13:52:52.821Z | words system system australian-english |
| 260 | 2025-01-17T13:52:52.821Z | words system system british-english |
| 261 | 2025-01-17T13:52:52.822Z | words system system canadian-english |
| 262 | 2025-01-17T13:52:52.822Z | words system system french |
| 263 | 2025-01-17T13:52:52.822Z | words system system italian |
| 264 | 2025-01-17T13:52:52.822Z | words system system ngerman |
| 265 | 2025-01-17T13:52:52.822Z | words system system ogerman |
| 266 | 2025-01-17T13:52:52.822Z | words system system spanish |
| 267 | 2025-01-17T13:52:53.155Z | PUBLISHER TYPE STATUS P LOCATION |
| 268 | 2025-01-17T13:52:53.155Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 269 | 2025-01-17T13:52:55.950Z | FMRI IFO |
| 270 | 2025-01-17T13:52:55.950Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 271 | 2025-01-17T13:52:55.950Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 272 | 2025-01-17T13:52:55.950Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 273 | 2025-01-17T13:52:55.950Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 274 | 2025-01-17T13:52:55.950Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 275 | 2025-01-17T13:52:55.950Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 276 | 2025-01-17T13:52:55.950Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 277 | 2025-01-17T13:52:55.950Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 278 | 2025-01-17T13:52:55.950Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 279 | 2025-01-17T13:52:55.950Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 280 | 2025-01-17T13:52:55.950Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 281 | 2025-01-17T13:52:55.950Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 282 | 2025-01-17T13:52:55.950Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 283 | 2025-01-17T13:52:55.950Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 284 | 2025-01-17T13:52:55.950Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 285 | 2025-01-17T13:52:56.702Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 286 | 2025-01-17T13:52:57.005Z | Updating crates.io index |
| 287 | 2025-01-17T13:52:57.007Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
| 288 | 2025-01-17T13:52:57.395Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 289 | 2025-01-17T13:52:57.972Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 290 | 2025-01-17T13:52:58.238Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 291 | 2025-01-17T13:52:58.527Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 292 | 2025-01-17T13:52:58.825Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 293 | 2025-01-17T13:53:00.019Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 294 | 2025-01-17T13:53:01.700Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 295 | 2025-01-17T13:53:02.405Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 296 | 2025-01-17T13:53:03.361Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 297 | 2025-01-17T13:53:03.744Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 298 | 2025-01-17T13:53:03.971Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 299 | 2025-01-17T13:53:04.609Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 300 | 2025-01-17T13:53:05.006Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 301 | 2025-01-17T13:53:05.342Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 302 | 2025-01-17T13:53:05.634Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 303 | 2025-01-17T13:53:05.904Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 304 | 2025-01-17T13:53:06.194Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 305 | 2025-01-17T13:53:06.475Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 306 | 2025-01-17T13:53:06.791Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 307 | 2025-01-17T13:53:07.300Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 308 | 2025-01-17T13:53:07.534Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 309 | 2025-01-17T13:53:08.033Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 310 | 2025-01-17T13:53:08.363Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 311 | 2025-01-17T13:53:08.790Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 312 | 2025-01-17T13:53:09.233Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 313 | 2025-01-17T13:53:09.740Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 314 | 2025-01-17T13:53:09.984Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 315 | 2025-01-17T13:53:10.243Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 316 | 2025-01-17T13:53:11.467Z | Downloading crates ... |
| 317 | 2025-01-17T13:53:11.579Z | Downloaded anstyle-query v1.1.1 |
| 318 | 2025-01-17T13:53:11.582Z | Downloaded autocfg v1.4.0 |
| 319 | 2025-01-17T13:53:11.585Z | Downloaded anstyle-parse v0.2.5 |
| 320 | 2025-01-17T13:53:11.587Z | Downloaded byteorder v1.5.0 |
| 321 | 2025-01-17T13:53:11.590Z | Downloaded anstream v0.6.15 |
| 322 | 2025-01-17T13:53:11.592Z | Downloaded anstyle v1.0.10 |
| 323 | 2025-01-17T13:53:11.606Z | Downloaded swrite v0.1.0 |
| 324 | 2025-01-17T13:53:11.608Z | Downloaded dtrace-parser v0.2.0 |
| 325 | 2025-01-17T13:53:11.612Z | Downloaded equivalent v1.0.1 |
| 326 | 2025-01-17T13:53:11.621Z | Downloaded usdt-attr-macro v0.5.0 |
| 327 | 2025-01-17T13:53:11.624Z | Downloaded scroll_derive v0.12.0 |
| 328 | 2025-01-17T13:53:11.624Z | Downloaded usdt-macro v0.5.0 |
| 329 | 2025-01-17T13:53:11.633Z | Downloaded pretty-hex v0.4.1 |
| 330 | 2025-01-17T13:53:11.637Z | Downloaded bytecount v0.6.8 |
| 331 | 2025-01-17T13:53:11.640Z | Downloaded clap_lex v0.7.2 |
| 332 | 2025-01-17T13:53:11.642Z | Downloaded cfg-if v1.0.0 |
| 333 | 2025-01-17T13:53:11.642Z | Downloaded block-buffer v0.10.4 |
| 334 | 2025-01-17T13:53:11.642Z | Downloaded itoa v1.0.11 |
| 335 | 2025-01-17T13:53:11.645Z | Downloaded is_terminal_polyfill v1.70.1 |
| 336 | 2025-01-17T13:53:11.645Z | Downloaded fs-err v2.11.0 |
| 337 | 2025-01-17T13:53:11.647Z | Downloaded fnv v1.0.7 |
| 338 | 2025-01-17T13:53:11.647Z | Downloaded crypto-common v0.1.6 |
| 339 | 2025-01-17T13:53:11.647Z | Downloaded cargo-platform v0.1.8 |
| 340 | 2025-01-17T13:53:11.650Z | Downloaded macaddr v1.0.1 |
| 341 | 2025-01-17T13:53:11.650Z | Downloaded dof v0.3.0 |
| 342 | 2025-01-17T13:53:11.652Z | Downloaded digest v0.10.7 |
| 343 | 2025-01-17T13:53:11.652Z | Downloaded heck v0.5.0 |
| 344 | 2025-01-17T13:53:11.655Z | Downloaded heck v0.4.1 |
| 345 | 2025-01-17T13:53:11.655Z | Downloaded camino-tempfile v1.1.1 |
| 346 | 2025-01-17T13:53:11.658Z | Downloaded cpufeatures v0.2.14 |
| 347 | 2025-01-17T13:53:11.658Z | Downloaded smawk v0.3.2 |
| 348 | 2025-01-17T13:53:11.660Z | Downloaded plain v0.2.3 |
| 349 | 2025-01-17T13:53:11.660Z | Downloaded colorchoice v1.0.2 |
| 350 | 2025-01-17T13:53:11.666Z | Downloaded errno v0.3.9 |
| 351 | 2025-01-17T13:53:11.668Z | Downloaded memmap v0.7.0 |
| 352 | 2025-01-17T13:53:11.671Z | Downloaded thiserror-impl v1.0.69 |
| 353 | 2025-01-17T13:53:11.671Z | Downloaded strsim v0.11.1 |
| 354 | 2025-01-17T13:53:11.671Z | Downloaded cargo_metadata v0.18.1 |
| 355 | 2025-01-17T13:53:11.673Z | Downloaded tabled_derive v0.7.0 |
| 356 | 2025-01-17T13:53:11.673Z | Downloaded serde_tokenstream v0.2.2 |
| 357 | 2025-01-17T13:53:11.676Z | Downloaded utf8parse v0.2.2 |
| 358 | 2025-01-17T13:53:11.679Z | Downloaded usdt v0.5.0 |
| 359 | 2025-01-17T13:53:11.679Z | Downloaded toml_datetime v0.6.8 |
| 360 | 2025-01-17T13:53:11.681Z | Downloaded serde_spanned v0.6.8 |
| 361 | 2025-01-17T13:53:11.684Z | Downloaded unicode-linebreak v0.1.5 |
| 362 | 2025-01-17T13:53:11.684Z | Downloaded proc-macro-error-attr v1.0.4 |
| 363 | 2025-01-17T13:53:11.684Z | Downloaded thiserror v1.0.69 |
| 364 | 2025-01-17T13:53:11.688Z | Downloaded bitflags v2.6.0 |
| 365 | 2025-01-17T13:53:11.695Z | Downloaded version_check v0.9.5 |
| 366 | 2025-01-17T13:53:11.701Z | Downloaded fastrand v2.1.1 |
| 367 | 2025-01-17T13:53:11.704Z | Downloaded generic-array v0.14.7 |
| 368 | 2025-01-17T13:53:11.707Z | Downloaded clap_derive v4.5.18 |
| 369 | 2025-01-17T13:53:11.710Z | Downloaded tempfile v3.13.0 |
| 370 | 2025-01-17T13:53:11.713Z | Downloaded pest_generator v2.7.14 |
| 371 | 2025-01-17T13:53:11.716Z | Downloaded usdt-impl v0.5.0 |
| 372 | 2025-01-17T13:53:11.716Z | Downloaded thread-id v4.2.2 |
| 373 | 2025-01-17T13:53:11.718Z | Downloaded quote v1.0.38 |
| 374 | 2025-01-17T13:53:11.718Z | Downloaded pest_derive v2.7.14 |
| 375 | 2025-01-17T13:53:11.721Z | Downloaded proc-macro-error v1.0.4 |
| 376 | 2025-01-17T13:53:11.723Z | Downloaded once_cell v1.20.2 |
| 377 | 2025-01-17T13:53:11.728Z | Downloaded sha2 v0.10.8 |
| 378 | 2025-01-17T13:53:11.731Z | Downloaded scroll v0.12.0 |
| 379 | 2025-01-17T13:53:11.733Z | Downloaded terminal_size v0.4.0 |
| 380 | 2025-01-17T13:53:11.733Z | Downloaded cargo_toml v0.20.5 |
| 381 | 2025-01-17T13:53:11.737Z | Downloaded camino v1.1.9 |
| 382 | 2025-01-17T13:53:11.740Z | Downloaded anyhow v1.0.93 |
| 383 | 2025-01-17T13:53:11.746Z | Downloaded log v0.4.22 |
| 384 | 2025-01-17T13:53:11.749Z | Downloaded clap v4.5.21 |
| 385 | 2025-01-17T13:53:11.756Z | Downloaded ucd-trie v0.1.7 |
| 386 | 2025-01-17T13:53:11.758Z | Downloaded typenum v1.17.0 |
| 387 | 2025-01-17T13:53:11.761Z | Downloaded toml v0.8.19 |
| 388 | 2025-01-17T13:53:11.763Z | Downloaded pest_meta v2.7.14 |
| 389 | 2025-01-17T13:53:11.766Z | Downloaded semver v1.0.24 |
| 390 | 2025-01-17T13:53:11.768Z | Downloaded zerocopy-derive v0.7.35 |
| 391 | 2025-01-17T13:53:11.775Z | Downloaded proc-macro2 v1.0.92 |
| 392 | 2025-01-17T13:53:11.777Z | Downloaded papergrid v0.11.0 |
| 393 | 2025-01-17T13:53:11.781Z | Downloaded unicode-ident v1.0.14 |
| 394 | 2025-01-17T13:53:11.784Z | Downloaded ryu v1.0.18 |
| 395 | 2025-01-17T13:53:11.787Z | Downloaded textwrap v0.16.1 |
| 396 | 2025-01-17T13:53:11.789Z | Downloaded serde_derive v1.0.217 |
| 397 | 2025-01-17T13:53:11.794Z | Downloaded indexmap v2.7.0 |
| 398 | 2025-01-17T13:53:11.809Z | Downloaded serde v1.0.217 |
| 399 | 2025-01-17T13:53:11.812Z | Downloaded memchr v2.7.4 |
| 400 | 2025-01-17T13:53:11.830Z | Downloaded toml_edit v0.22.22 |
| 401 | 2025-01-17T13:53:11.850Z | Downloaded hashbrown v0.15.1 |
| 402 | 2025-01-17T13:53:11.869Z | Downloaded pest v2.7.14 |
| 403 | 2025-01-17T13:53:11.886Z | Downloaded serde_json v1.0.135 |
| 404 | 2025-01-17T13:53:11.893Z | Downloaded goblin v0.8.2 |
| 405 | 2025-01-17T13:53:11.899Z | Downloaded zerocopy v0.7.35 |
| 406 | 2025-01-17T13:53:11.913Z | Downloaded clap_builder v4.5.21 |
| 407 | 2025-01-17T13:53:11.919Z | Downloaded winnow v0.6.20 |
| 408 | 2025-01-17T13:53:11.927Z | Downloaded tabled v0.15.0 |
| 409 | 2025-01-17T13:53:11.941Z | Downloaded syn v1.0.109 |
| 410 | 2025-01-17T13:53:11.951Z | Downloaded unicode-width v0.1.14 |
| 411 | 2025-01-17T13:53:11.956Z | Downloaded syn v2.0.96 |
| 412 | 2025-01-17T13:53:11.975Z | Downloaded rustix v0.38.37 |
| 413 | 2025-01-17T13:53:12.007Z | Downloaded libc v0.2.169 |
| 414 | 2025-01-17T13:53:12.323Z | Compiling proc-macro2 v1.0.92 |
| 415 | 2025-01-17T13:53:12.323Z | Compiling unicode-ident v1.0.14 |
| 416 | 2025-01-17T13:53:12.326Z | Compiling serde v1.0.217 |
| 417 | 2025-01-17T13:53:12.326Z | Compiling version_check v0.9.5 |
| 418 | 2025-01-17T13:53:12.326Z | Compiling memchr v2.7.4 |
| 419 | 2025-01-17T13:53:12.326Z | Compiling thiserror v1.0.69 |
| 420 | 2025-01-17T13:53:12.326Z | Compiling libc v0.2.169 |
| 421 | 2025-01-17T13:53:12.360Z | Compiling ryu v1.0.18 |
| 422 | 2025-01-17T13:53:12.602Z | Compiling ucd-trie v0.1.7 |
| 423 | 2025-01-17T13:53:12.834Z | Compiling itoa v1.0.11 |
| 424 | 2025-01-17T13:53:13.085Z | Compiling once_cell v1.20.2 |
| 425 | 2025-01-17T13:53:13.137Z | Compiling byteorder v1.5.0 |
| 426 | 2025-01-17T13:53:13.189Z | Compiling rustix v0.38.37 |
| 427 | 2025-01-17T13:53:13.431Z | Compiling serde_json v1.0.135 |
| 428 | 2025-01-17T13:53:13.687Z | Compiling bitflags v2.6.0 |
| 429 | 2025-01-17T13:53:13.767Z | Compiling proc-macro-error-attr v1.0.4 |
| 430 | 2025-01-17T13:53:13.854Z | Compiling usdt-impl v0.5.0 |
| 431 | 2025-01-17T13:53:13.947Z | Compiling syn v1.0.109 |
| 432 | 2025-01-17T13:53:14.027Z | Compiling proc-macro-error v1.0.4 |
| 433 | 2025-01-17T13:53:14.100Z | Compiling hashbrown v0.15.1 |
| 434 | 2025-01-17T13:53:14.125Z | Compiling quote v1.0.38 |
| 435 | 2025-01-17T13:53:14.308Z | Compiling errno v0.3.9 |
| 436 | 2025-01-17T13:53:14.335Z | Compiling equivalent v1.0.1 |
| 437 | 2025-01-17T13:53:14.476Z | Compiling log v0.4.22 |
| 438 | 2025-01-17T13:53:14.507Z | Compiling syn v2.0.96 |
| 439 | 2025-01-17T13:53:14.636Z | Compiling utf8parse v0.2.2 |
| 440 | 2025-01-17T13:53:14.743Z | Compiling thread-id v4.2.2 |
| 441 | 2025-01-17T13:53:14.800Z | Compiling plain v0.2.3 |
| 442 | 2025-01-17T13:53:14.803Z | Compiling camino v1.1.9 |
| 443 | 2025-01-17T13:53:14.876Z | Compiling anstyle-parse v0.2.5 |
| 444 | 2025-01-17T13:53:15.107Z | Compiling indexmap v2.7.0 |
| 445 | 2025-01-17T13:53:15.196Z | Compiling semver v1.0.24 |
| 446 | 2025-01-17T13:53:15.495Z | Compiling unicode-width v0.1.14 |
| 447 | 2025-01-17T13:53:15.530Z | Compiling anstyle-query v1.1.1 |
| 448 | 2025-01-17T13:53:15.610Z | Compiling autocfg v1.4.0 |
| 449 | 2025-01-17T13:53:15.656Z | Compiling anstyle v1.0.10 |
| 450 | 2025-01-17T13:53:15.704Z | Compiling pretty-hex v0.4.1 |
| 451 | 2025-01-17T13:53:15.948Z | Compiling colorchoice v1.0.2 |
| 452 | 2025-01-17T13:53:16.022Z | Compiling is_terminal_polyfill v1.70.1 |
| 453 | 2025-01-17T13:53:16.048Z | Compiling winnow v0.6.20 |
| 454 | 2025-01-17T13:53:16.169Z | Compiling anstream v0.6.15 |
| 455 | 2025-01-17T13:53:16.370Z | Compiling heck v0.4.1 |
| 456 | 2025-01-17T13:53:16.427Z | Compiling terminal_size v0.4.0 |
| 457 | 2025-01-17T13:53:16.582Z | Compiling fs-err v2.11.0 |
| 458 | 2025-01-17T13:53:16.653Z | Compiling heck v0.5.0 |
| 459 | 2025-01-17T13:53:16.794Z | Compiling fastrand v2.1.1 |
| 460 | 2025-01-17T13:53:16.821Z | Compiling cfg-if v1.0.0 |
| 461 | 2025-01-17T13:53:16.864Z | Compiling clap_lex v0.7.2 |
| 462 | 2025-01-17T13:53:16.932Z | Compiling anyhow v1.0.93 |
| 463 | 2025-01-17T13:53:17.083Z | Compiling fnv v1.0.7 |
| 464 | 2025-01-17T13:53:17.149Z | Compiling bytecount v0.6.8 |
| 465 | 2025-01-17T13:53:17.304Z | Compiling strsim v0.11.1 |
| 466 | 2025-01-17T13:53:17.372Z | Compiling papergrid v0.11.0 |
| 467 | 2025-01-17T13:53:17.695Z | Compiling clap_builder v4.5.21 |
| 468 | 2025-01-17T13:53:17.964Z | Compiling tempfile v3.13.0 |
| 469 | 2025-01-17T13:53:18.121Z | Compiling memmap v0.7.0 |
| 470 | 2025-01-17T13:53:18.210Z | Compiling smawk v0.3.2 |
| 471 | 2025-01-17T13:53:18.448Z | Compiling unicode-linebreak v0.1.5 |
| 472 | 2025-01-17T13:53:18.960Z | Compiling textwrap v0.16.1 |
| 473 | 2025-01-17T13:53:19.241Z | Compiling swrite v0.1.0 |
| 474 | 2025-01-17T13:53:19.860Z | Compiling tabled_derive v0.7.0 |
| 475 | 2025-01-17T13:53:21.247Z | Compiling tabled v0.15.0 |
| 476 | 2025-01-17T13:53:21.357Z | Compiling serde_derive v1.0.217 |
| 477 | 2025-01-17T13:53:21.359Z | Compiling thiserror-impl v1.0.69 |
| 478 | 2025-01-17T13:53:21.359Z | Compiling zerocopy-derive v0.7.35 |
| 479 | 2025-01-17T13:53:21.359Z | Compiling scroll_derive v0.12.0 |
| 480 | 2025-01-17T13:53:21.359Z | Compiling clap_derive v4.5.18 |
| 481 | 2025-01-17T13:53:22.864Z | Compiling scroll v0.12.0 |
| 482 | 2025-01-17T13:53:23.297Z | Compiling zerocopy v0.7.35 |
| 483 | 2025-01-17T13:53:23.373Z | Compiling goblin v0.8.2 |
| 484 | 2025-01-17T13:53:24.242Z | Compiling pest v2.7.14 |
| 485 | 2025-01-17T13:53:24.768Z | Compiling clap v4.5.21 |
| 486 | 2025-01-17T13:53:26.345Z | Compiling pest_meta v2.7.14 |
| 487 | 2025-01-17T13:53:27.228Z | Compiling pest_generator v2.7.14 |
| 488 | 2025-01-17T13:53:28.655Z | Compiling pest_derive v2.7.14 |
| 489 | 2025-01-17T13:53:29.311Z | Compiling dtrace-parser v0.2.0 |
| 490 | 2025-01-17T13:53:30.075Z | Compiling serde_tokenstream v0.2.2 |
| 491 | 2025-01-17T13:53:30.147Z | Compiling toml_datetime v0.6.8 |
| 492 | 2025-01-17T13:53:30.150Z | Compiling serde_spanned v0.6.8 |
| 493 | 2025-01-17T13:53:30.258Z | Compiling cargo-platform v0.1.8 |
| 494 | 2025-01-17T13:53:30.476Z | Compiling toml_edit v0.22.22 |
| 495 | 2025-01-17T13:53:30.642Z | Compiling macaddr v1.0.1 |
| 496 | 2025-01-17T13:53:30.752Z | Compiling camino-tempfile v1.1.1 |
| 497 | 2025-01-17T13:53:31.479Z | Compiling dof v0.3.0 |
| 498 | 2025-01-17T13:53:31.506Z | Compiling cargo_metadata v0.18.1 |
| 499 | 2025-01-17T13:53:32.893Z | Compiling usdt-attr-macro v0.5.0 |
| 500 | 2025-01-17T13:53:32.896Z | Compiling usdt-macro v0.5.0 |
| 501 | 2025-01-17T13:53:33.349Z | Compiling toml v0.8.19 |
| 502 | 2025-01-17T13:53:34.023Z | Compiling usdt v0.5.0 |
| 503 | 2025-01-17T13:53:34.153Z | Compiling cargo_toml v0.20.5 |
| 504 | 2025-01-17T13:53:36.774Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 505 | 2025-01-17T13:53:39.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.39s |
| 506 | 2025-01-17T13:53:40.150Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 507 | 2025-01-17T13:53:40.659Z | Downloading crates ... |
| 508 | 2025-01-17T13:53:40.771Z | Downloaded aead v0.5.2 |
| 509 | 2025-01-17T13:53:40.778Z | Downloaded adler2 v2.0.0 |
| 510 | 2025-01-17T13:53:40.781Z | Downloaded addr2line v0.24.2 |
| 511 | 2025-01-17T13:53:40.784Z | Downloaded assert_matches v1.5.0 |
| 512 | 2025-01-17T13:53:40.787Z | Downloaded atomicwrites v0.4.4 |
| 513 | 2025-01-17T13:53:40.789Z | Downloaded atty v0.2.14 |
| 514 | 2025-01-17T13:53:40.796Z | Downloaded darling v0.20.10 |
| 515 | 2025-01-17T13:53:40.800Z | Downloaded hex-literal v0.4.1 |
| 516 | 2025-01-17T13:53:40.804Z | Downloaded http-body v1.0.1 |
| 517 | 2025-01-17T13:53:40.804Z | Downloaded cfg_aliases v0.1.1 |
| 518 | 2025-01-17T13:53:40.810Z | Downloaded http-range v0.1.5 |
| 519 | 2025-01-17T13:53:40.813Z | Downloaded ciborium-io v0.2.2 |
| 520 | 2025-01-17T13:53:40.816Z | Downloaded async-stream-impl v0.3.6 |
| 521 | 2025-01-17T13:53:40.819Z | Downloaded ident_case v1.0.1 |
| 522 | 2025-01-17T13:53:40.822Z | Downloaded instant v0.1.13 |
| 523 | 2025-01-17T13:53:40.824Z | Downloaded match_cfg v0.1.0 |
| 524 | 2025-01-17T13:53:40.824Z | Downloaded ascii-canvas v3.0.0 |
| 525 | 2025-01-17T13:53:40.827Z | Downloaded crucible-workspace-hack v0.1.0 |
| 526 | 2025-01-17T13:53:40.829Z | Downloaded is_ci v1.2.0 |
| 527 | 2025-01-17T13:53:40.832Z | Downloaded async-stream v0.3.6 |
| 528 | 2025-01-17T13:53:40.834Z | Downloaded async-recursion v1.1.1 |
| 529 | 2025-01-17T13:53:40.837Z | Downloaded crunchy v0.2.2 |
| 530 | 2025-01-17T13:53:40.839Z | Downloaded icu_provider_macros v1.5.0 |
| 531 | 2025-01-17T13:53:40.839Z | Downloaded hubpack_derive v0.1.1 |
| 532 | 2025-01-17T13:53:40.842Z | Downloaded progenitor-client v0.8.0 |
| 533 | 2025-01-17T13:53:40.842Z | Downloaded headers-core v0.3.0 |
| 534 | 2025-01-17T13:53:40.842Z | Downloaded base16ct v0.2.0 |
| 535 | 2025-01-17T13:53:40.848Z | Downloaded mirai-annotations v1.12.0 |
| 536 | 2025-01-17T13:53:40.851Z | Downloaded bitfield v0.14.0 |
| 537 | 2025-01-17T13:53:40.851Z | Downloaded bit-vec v0.6.3 |
| 538 | 2025-01-17T13:53:40.853Z | Downloaded arrayref v0.3.9 |
| 539 | 2025-01-17T13:53:40.856Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 540 | 2025-01-17T13:53:40.856Z | Downloaded atomic-waker v1.1.2 |
| 541 | 2025-01-17T13:53:40.858Z | Downloaded array-init v0.0.4 |
| 542 | 2025-01-17T13:53:40.860Z | Downloaded md5 v0.7.0 |
| 543 | 2025-01-17T13:53:40.860Z | Downloaded const_format_proc_macros v0.2.33 |
| 544 | 2025-01-17T13:53:40.862Z | Downloaded crc-catalog v2.4.0 |
| 545 | 2025-01-17T13:53:40.862Z | Downloaded constant_time_eq v0.3.1 |
| 546 | 2025-01-17T13:53:40.865Z | Downloaded httpdate v1.0.3 |
| 547 | 2025-01-17T13:53:40.865Z | Downloaded hostname v0.4.0 |
| 548 | 2025-01-17T13:53:40.867Z | Downloaded hubpack v0.1.2 |
| 549 | 2025-01-17T13:53:40.870Z | Downloaded hostname v0.3.1 |
| 550 | 2025-01-17T13:53:40.870Z | Downloaded cipher v0.4.4 |
| 551 | 2025-01-17T13:53:40.872Z | Downloaded lazycell v1.3.0 |
| 552 | 2025-01-17T13:53:40.875Z | Downloaded hyper-tls v0.6.0 |
| 553 | 2025-01-17T13:53:40.875Z | Downloaded kstat-rs v0.2.4 |
| 554 | 2025-01-17T13:53:40.877Z | Downloaded crossbeam-deque v0.8.5 |
| 555 | 2025-01-17T13:53:40.878Z | Downloaded cexpr v0.6.0 |
| 556 | 2025-01-17T13:53:40.880Z | Downloaded libsw v3.3.1 |
| 557 | 2025-01-17T13:53:40.883Z | Downloaded linked-hash-map v0.5.6 |
| 558 | 2025-01-17T13:53:40.883Z | Downloaded linear-map v1.2.0 |
| 559 | 2025-01-17T13:53:40.885Z | Downloaded is-terminal v0.4.13 |
| 560 | 2025-01-17T13:53:40.888Z | Downloaded convert_case v0.4.0 |
| 561 | 2025-01-17T13:53:40.888Z | Downloaded blowfish v0.9.1 |
| 562 | 2025-01-17T13:53:40.890Z | Downloaded mime v0.3.17 |
| 563 | 2025-01-17T13:53:40.891Z | Downloaded internet-checksum v0.2.1 |
| 564 | 2025-01-17T13:53:40.893Z | Downloaded inout v0.1.3 |
| 565 | 2025-01-17T13:53:40.893Z | Downloaded castaway v0.2.3 |
| 566 | 2025-01-17T13:53:40.896Z | Downloaded progenitor-client v0.9.1 |
| 567 | 2025-01-17T13:53:40.896Z | Downloaded ctr v0.9.2 |
| 568 | 2025-01-17T13:53:40.900Z | Downloaded managed v0.8.0 |
| 569 | 2025-01-17T13:53:40.900Z | Downloaded keccak v0.1.5 |
| 570 | 2025-01-17T13:53:40.900Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 571 | 2025-01-17T13:53:40.902Z | Downloaded mockall v0.13.0 |
| 572 | 2025-01-17T13:53:40.902Z | Downloaded argon2 v0.5.3 |
| 573 | 2025-01-17T13:53:40.905Z | Downloaded lru v0.12.5 |
| 574 | 2025-01-17T13:53:40.907Z | Downloaded lazy_static v1.5.0 |
| 575 | 2025-01-17T13:53:40.910Z | Downloaded instability v0.3.2 |
| 576 | 2025-01-17T13:53:40.910Z | Downloaded lru-cache v0.1.2 |
| 577 | 2025-01-17T13:53:40.912Z | Downloaded maybe-uninit v2.0.0 |
| 578 | 2025-01-17T13:53:40.913Z | Downloaded cbc v0.1.2 |
| 579 | 2025-01-17T13:53:40.915Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 580 | 2025-01-17T13:53:40.918Z | Downloaded maplit v1.0.2 |
| 581 | 2025-01-17T13:53:40.918Z | Downloaded lockfree-object-pool v0.1.6 |
| 582 | 2025-01-17T13:53:40.920Z | Downloaded same-file v1.0.6 |
| 583 | 2025-01-17T13:53:40.923Z | Downloaded backoff v0.4.0 |
| 584 | 2025-01-17T13:53:40.926Z | Downloaded time-core v0.1.2 |
| 585 | 2025-01-17T13:53:40.926Z | Downloaded memoffset v0.9.1 |
| 586 | 2025-01-17T13:53:40.928Z | Downloaded indent_write v2.2.0 |
| 587 | 2025-01-17T13:53:40.928Z | Downloaded http-body-util v0.1.2 |
| 588 | 2025-01-17T13:53:40.931Z | Downloaded ciborium-ll v0.2.2 |
| 589 | 2025-01-17T13:53:40.931Z | Downloaded base64ct v1.6.0 |
| 590 | 2025-01-17T13:53:40.934Z | Downloaded async-trait v0.1.83 |
| 591 | 2025-01-17T13:53:40.937Z | Downloaded ref-cast-impl v1.0.23 |
| 592 | 2025-01-17T13:53:40.939Z | Downloaded bcs v0.1.6 |
| 593 | 2025-01-17T13:53:40.942Z | Downloaded hickory-client v0.24.1 |
| 594 | 2025-01-17T13:53:40.945Z | Downloaded md-5 v0.10.6 |
| 595 | 2025-01-17T13:53:40.947Z | Downloaded libloading v0.8.5 |
| 596 | 2025-01-17T13:53:40.950Z | Downloaded ipnetwork v0.20.0 |
| 597 | 2025-01-17T13:53:40.950Z | Downloaded ipnet v2.10.1 |
| 598 | 2025-01-17T13:53:40.953Z | Downloaded hyper-staticfile v0.10.1 |
| 599 | 2025-01-17T13:53:40.955Z | Downloaded idna_adapter v1.2.0 |
| 600 | 2025-01-17T13:53:40.955Z | Downloaded hyper-rustls v0.27.3 |
| 601 | 2025-01-17T13:53:40.959Z | Downloaded cookie_store v0.21.0 |
| 602 | 2025-01-17T13:53:40.961Z | Downloaded termtree v0.4.1 |
| 603 | 2025-01-17T13:53:40.961Z | Downloaded lock_api v0.4.12 |
| 604 | 2025-01-17T13:53:40.964Z | Downloaded libefi-sys v0.1.0 |
| 605 | 2025-01-17T13:53:40.964Z | Downloaded httparse v1.9.5 |
| 606 | 2025-01-17T13:53:40.967Z | Downloaded highway v1.2.0 |
| 607 | 2025-01-17T13:53:40.969Z | Downloaded rand_core v0.6.4 |
| 608 | 2025-01-17T13:53:40.972Z | Downloaded mime_guess v2.0.5 |
| 609 | 2025-01-17T13:53:40.974Z | Downloaded bzip2 v0.4.4 |
| 610 | 2025-01-17T13:53:40.977Z | Downloaded crc32fast v1.4.2 |
| 611 | 2025-01-17T13:53:40.977Z | Downloaded r2d2 v0.8.10 |
| 612 | 2025-01-17T13:53:40.979Z | Downloaded quick-error v1.2.3 |
| 613 | 2025-01-17T13:53:40.982Z | Downloaded downcast v0.11.0 |
| 614 | 2025-01-17T13:53:40.982Z | Downloaded csv-core v0.1.11 |
| 615 | 2025-01-17T13:53:40.985Z | Downloaded darling_macro v0.20.10 |
| 616 | 2025-01-17T13:53:40.985Z | Downloaded want v0.3.1 |
| 617 | 2025-01-17T13:53:40.985Z | Downloaded waitgroup v0.1.2 |
| 618 | 2025-01-17T13:53:40.987Z | Downloaded vte_generate_state_changes v0.1.2 |
| 619 | 2025-01-17T13:53:40.987Z | Downloaded ahash v0.8.11 |
| 620 | 2025-01-17T13:53:40.991Z | Downloaded console v0.15.8 |
| 621 | 2025-01-17T13:53:40.994Z | Downloaded simd-adler32 v0.3.7 |
| 622 | 2025-01-17T13:53:40.996Z | Downloaded serde_urlencoded v0.7.1 |
| 623 | 2025-01-17T13:53:40.996Z | Downloaded scheduled-thread-pool v0.2.7 |
| 624 | 2025-01-17T13:53:40.999Z | Downloaded slog-scope v4.4.0 |
| 625 | 2025-01-17T13:53:40.999Z | Downloaded blake2 v0.10.6 |
| 626 | 2025-01-17T13:53:41.001Z | Downloaded jobserver v0.1.32 |
| 627 | 2025-01-17T13:53:41.004Z | Downloaded cookie v0.18.1 |
| 628 | 2025-01-17T13:53:41.006Z | Downloaded clang-sys v1.8.1 |
| 629 | 2025-01-17T13:53:41.009Z | Downloaded hmac v0.12.1 |
| 630 | 2025-01-17T13:53:41.011Z | Downloaded icu_normalizer_data v1.5.0 |
| 631 | 2025-01-17T13:53:41.014Z | Downloaded crc-any v2.5.0 |
| 632 | 2025-01-17T13:53:41.017Z | Downloaded litemap v0.7.3 |
| 633 | 2025-01-17T13:53:41.019Z | Downloaded icu_locid_transform_data v1.5.0 |
| 634 | 2025-01-17T13:53:41.022Z | Downloaded icu_provider v1.5.0 |
| 635 | 2025-01-17T13:53:41.024Z | Downloaded oso-derive v0.27.3 |
| 636 | 2025-01-17T13:53:41.027Z | Downloaded structmeta-derive v0.3.0 |
| 637 | 2025-01-17T13:53:41.027Z | Downloaded structmeta-derive v0.2.0 |
| 638 | 2025-01-17T13:53:41.029Z | Downloaded arc-swap v1.7.1 |
| 639 | 2025-01-17T13:53:41.032Z | Downloaded num-derive v0.4.2 |
| 640 | 2025-01-17T13:53:41.034Z | Downloaded tokio-native-tls v0.3.1 |
| 641 | 2025-01-17T13:53:41.037Z | Downloaded http v1.2.0 |
| 642 | 2025-01-17T13:53:41.039Z | Downloaded crossbeam-epoch v0.9.18 |
| 643 | 2025-01-17T13:53:41.042Z | Downloaded zerofrom v0.1.4 |
| 644 | 2025-01-17T13:53:41.045Z | Downloaded typify v0.2.0 |
| 645 | 2025-01-17T13:53:41.047Z | Downloaded zone v0.3.0 |
| 646 | 2025-01-17T13:53:41.048Z | Downloaded unicode-truncate v1.1.0 |
| 647 | 2025-01-17T13:53:41.051Z | Downloaded futures-task v0.3.31 |
| 648 | 2025-01-17T13:53:41.051Z | Downloaded wait-timeout v0.2.0 |
| 649 | 2025-01-17T13:53:41.054Z | Downloaded filetime v0.2.25 |
| 650 | 2025-01-17T13:53:41.054Z | Downloaded heck v0.3.3 |
| 651 | 2025-01-17T13:53:41.056Z | Downloaded either v1.13.0 |
| 652 | 2025-01-17T13:53:41.059Z | Downloaded rpassword v7.3.1 |
| 653 | 2025-01-17T13:53:41.059Z | Downloaded fallible-iterator v0.2.0 |
| 654 | 2025-01-17T13:53:41.062Z | Downloaded deranged v0.3.11 |
| 655 | 2025-01-17T13:53:41.062Z | Downloaded ff v0.13.0 |
| 656 | 2025-01-17T13:53:41.064Z | Downloaded sqlparser_derive v0.2.2 |
| 657 | 2025-01-17T13:53:41.064Z | Downloaded mockall_derive v0.13.0 |
| 658 | 2025-01-17T13:53:41.067Z | Downloaded static_assertions v1.1.0 |
| 659 | 2025-01-17T13:53:41.069Z | Downloaded base64 v0.13.1 |
| 660 | 2025-01-17T13:53:41.072Z | Downloaded time-macros v0.2.18 |
| 661 | 2025-01-17T13:53:41.074Z | Downloaded async-bb8-diesel v0.2.1 |
| 662 | 2025-01-17T13:53:41.077Z | Downloaded allocator-api2 v0.2.18 |
| 663 | 2025-01-17T13:53:41.079Z | Downloaded chacha20poly1305 v0.10.1 |
| 664 | 2025-01-17T13:53:41.082Z | Downloaded futures-sink v0.3.31 |
| 665 | 2025-01-17T13:53:41.085Z | Downloaded futures-macro v0.3.31 |
| 666 | 2025-01-17T13:53:41.085Z | Downloaded icu_properties v1.5.1 |
| 667 | 2025-01-17T13:53:41.089Z | Downloaded strum v0.26.3 |
| 668 | 2025-01-17T13:53:41.092Z | Downloaded futures-io v0.3.31 |
| 669 | 2025-01-17T13:53:41.093Z | Downloaded icu_locid v1.5.0 |
| 670 | 2025-01-17T13:53:41.095Z | Downloaded try-lock v0.2.5 |
| 671 | 2025-01-17T13:53:41.095Z | Downloaded tokio-macros v2.5.0 |
| 672 | 2025-01-17T13:53:41.098Z | Downloaded smallvec v1.13.2 |
| 673 | 2025-01-17T13:53:41.100Z | Downloaded packed_struct v0.10.1 |
| 674 | 2025-01-17T13:53:41.100Z | Downloaded pkg-config v0.3.31 |
| 675 | 2025-01-17T13:53:41.103Z | Downloaded indicatif v0.17.9 |
| 676 | 2025-01-17T13:53:41.106Z | Downloaded tokio-tungstenite v0.24.0 |
| 677 | 2025-01-17T13:53:41.110Z | Downloaded compact_str v0.8.0 |
| 678 | 2025-01-17T13:53:41.112Z | Downloaded foreign-types-shared v0.3.1 |
| 679 | 2025-01-17T13:53:41.115Z | Downloaded foreign-types v0.3.2 |
| 680 | 2025-01-17T13:53:41.115Z | Downloaded derive_builder_macro v0.20.2 |
| 681 | 2025-01-17T13:53:41.118Z | Downloaded foreign-types-shared v0.1.1 |
| 682 | 2025-01-17T13:53:41.118Z | Downloaded zone_cfg_derive v0.1.2 |
| 683 | 2025-01-17T13:53:41.118Z | Downloaded walkdir v2.5.0 |
| 684 | 2025-01-17T13:53:41.120Z | Downloaded num_enum_derive v0.5.11 |
| 685 | 2025-01-17T13:53:41.120Z | Downloaded rfc6979 v0.4.0 |
| 686 | 2025-01-17T13:53:41.123Z | Downloaded resolv-conf v0.7.0 |
| 687 | 2025-01-17T13:53:41.126Z | Downloaded rtoolbox v0.0.2 |
| 688 | 2025-01-17T13:53:41.126Z | Downloaded nu-ansi-term v0.50.1 |
| 689 | 2025-01-17T13:53:41.128Z | Downloaded scrypt v0.11.0 |
| 690 | 2025-01-17T13:53:41.131Z | Downloaded fs_extra v1.3.0 |
| 691 | 2025-01-17T13:53:41.133Z | Downloaded base64 v0.22.1 |
| 692 | 2025-01-17T13:53:41.136Z | Downloaded num_threads v0.1.7 |
| 693 | 2025-01-17T13:53:41.139Z | Downloaded rustls-pki-types v1.10.0 |
| 694 | 2025-01-17T13:53:41.144Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 695 | 2025-01-17T13:53:41.144Z | Downloaded slog-envlogger v2.2.0 |
| 696 | 2025-01-17T13:53:41.144Z | Downloaded num_enum v0.5.11 |
| 697 | 2025-01-17T13:53:41.149Z | Downloaded rayon-core v1.12.1 |
| 698 | 2025-01-17T13:53:41.152Z | Downloaded strum_macros v0.25.3 |
| 699 | 2025-01-17T13:53:41.155Z | Downloaded icu_collections v1.5.0 |
| 700 | 2025-01-17T13:53:41.161Z | Downloaded psl-types v2.0.11 |
| 701 | 2025-01-17T13:53:41.163Z | Downloaded path-slash v0.1.5 |
| 702 | 2025-01-17T13:53:41.163Z | Downloaded phf_shared v0.10.0 |
| 703 | 2025-01-17T13:53:41.166Z | Downloaded hickory-server v0.24.1 |
| 704 | 2025-01-17T13:53:41.170Z | Downloaded pretty-hex v0.2.1 |
| 705 | 2025-01-17T13:53:41.172Z | Downloaded utf8_iter v1.0.4 |
| 706 | 2025-01-17T13:53:41.172Z | Downloaded crypto-bigint v0.5.5 |
| 707 | 2025-01-17T13:53:41.179Z | Downloaded unicode-properties v0.1.3 |
| 708 | 2025-01-17T13:53:41.181Z | Downloaded rand_chacha v0.3.1 |
| 709 | 2025-01-17T13:53:41.184Z | Downloaded pkcs1 v0.7.5 |
| 710 | 2025-01-17T13:53:41.187Z | Downloaded fragile v2.0.0 |
| 711 | 2025-01-17T13:53:41.189Z | Downloaded form_urlencoded v1.2.1 |
| 712 | 2025-01-17T13:53:41.189Z | Downloaded difflib v0.4.0 |
| 713 | 2025-01-17T13:53:41.189Z | Downloaded debug-ignore v1.0.5 |
| 714 | 2025-01-17T13:53:41.192Z | Downloaded xz2 v0.1.7 |
| 715 | 2025-01-17T13:53:41.195Z | Downloaded ron v0.7.1 |
| 716 | 2025-01-17T13:53:41.198Z | Downloaded crossbeam-channel v0.5.13 |
| 717 | 2025-01-17T13:53:41.203Z | Downloaded foreign-types v0.5.0 |
| 718 | 2025-01-17T13:53:41.205Z | Downloaded env_filter v0.1.2 |
| 719 | 2025-01-17T13:53:41.209Z | Downloaded futures-core v0.3.31 |
| 720 | 2025-01-17T13:53:41.209Z | Downloaded snafu-derive v0.8.5 |
| 721 | 2025-01-17T13:53:41.210Z | Downloaded sha1 v0.10.6 |
| 722 | 2025-01-17T13:53:41.212Z | Downloaded parse-display v0.10.0 |
| 723 | 2025-01-17T13:53:41.212Z | Downloaded tinystr v0.7.6 |
| 724 | 2025-01-17T13:53:41.224Z | Downloaded fxhash v0.2.1 |
| 725 | 2025-01-17T13:53:41.227Z | Downloaded zeroize_derive v1.4.2 |
| 726 | 2025-01-17T13:53:41.227Z | Downloaded write16 v1.0.0 |
| 727 | 2025-01-17T13:53:41.229Z | Downloaded rustc_version v0.4.1 |
| 728 | 2025-01-17T13:53:41.229Z | Downloaded packed_struct_codegen v0.10.1 |
| 729 | 2025-01-17T13:53:41.232Z | Downloaded funty v2.0.0 |
| 730 | 2025-01-17T13:53:41.232Z | Downloaded toml v0.7.8 |
| 731 | 2025-01-17T13:53:41.234Z | Downloaded number_prefix v0.4.0 |
| 732 | 2025-01-17T13:53:41.237Z | Downloaded dunce v1.0.5 |
| 733 | 2025-01-17T13:53:41.237Z | Downloaded smallvec v0.6.14 |
| 734 | 2025-01-17T13:53:41.240Z | Downloaded serde_repr v0.1.19 |
| 735 | 2025-01-17T13:53:41.242Z | Downloaded ssh-cipher v0.2.0 |
| 736 | 2025-01-17T13:53:41.242Z | Downloaded radium v0.7.0 |
| 737 | 2025-01-17T13:53:41.245Z | Downloaded predicates-tree v1.0.11 |
| 738 | 2025-01-17T13:53:41.245Z | Downloaded predicates-core v1.0.8 |
| 739 | 2025-01-17T13:53:41.247Z | Downloaded phf_shared v0.11.2 |
| 740 | 2025-01-17T13:53:41.247Z | Downloaded tokio-tungstenite v0.23.1 |
| 741 | 2025-01-17T13:53:41.250Z | Downloaded sqlformat v0.2.6 |
| 742 | 2025-01-17T13:53:41.253Z | Downloaded spki v0.7.3 |
| 743 | 2025-01-17T13:53:41.255Z | Downloaded peg-runtime v0.8.3 |
| 744 | 2025-01-17T13:53:41.255Z | Downloaded serde_plain v1.0.2 |
| 745 | 2025-01-17T13:53:41.259Z | Downloaded serde_path_to_error v0.1.16 |
| 746 | 2025-01-17T13:53:41.259Z | Downloaded paste v1.0.15 |
| 747 | 2025-01-17T13:53:41.261Z | Downloaded num-rational v0.4.2 |
| 748 | 2025-01-17T13:53:41.267Z | Downloaded sec1 v0.7.3 |
| 749 | 2025-01-17T13:53:41.270Z | Downloaded yasna v0.5.2 |
| 750 | 2025-01-17T13:53:41.270Z | Downloaded pkcs5 v0.7.1 |
| 751 | 2025-01-17T13:53:41.273Z | Downloaded elliptic-curve v0.13.8 |
| 752 | 2025-01-17T13:53:41.275Z | Downloaded signal-hook-tokio v0.3.1 |
| 753 | 2025-01-17T13:53:41.278Z | Downloaded nodrop v0.1.14 |
| 754 | 2025-01-17T13:53:41.278Z | Downloaded zerofrom-derive v0.1.4 |
| 755 | 2025-01-17T13:53:41.278Z | Downloaded unicase v2.7.0 |
| 756 | 2025-01-17T13:53:41.280Z | Downloaded russh-cryptovec v0.7.3 |
| 757 | 2025-01-17T13:53:41.280Z | Downloaded zeroize v1.8.1 |
| 758 | 2025-01-17T13:53:41.283Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 759 | 2025-01-17T13:53:41.283Z | Downloaded dirs-sys-next v0.1.2 |
| 760 | 2025-01-17T13:53:41.285Z | Downloaded futures-channel v0.3.31 |
| 761 | 2025-01-17T13:53:41.288Z | Downloaded serde_with_macros v3.11.0 |
| 762 | 2025-01-17T13:53:41.288Z | Downloaded enum-as-inner v0.6.1 |
| 763 | 2025-01-17T13:53:41.291Z | Downloaded unarray v0.1.4 |
| 764 | 2025-01-17T13:53:41.294Z | Downloaded gethostname v0.5.0 |
| 765 | 2025-01-17T13:53:41.294Z | Downloaded strum_macros v0.26.4 |
| 766 | 2025-01-17T13:53:41.296Z | Downloaded minimal-lexical v0.2.1 |
| 767 | 2025-01-17T13:53:41.300Z | Downloaded sct v0.7.1 |
| 768 | 2025-01-17T13:53:41.303Z | Downloaded peg v0.8.4 |
| 769 | 2025-01-17T13:53:41.310Z | Downloaded yoke-derive v0.7.4 |
| 770 | 2025-01-17T13:53:41.310Z | Downloaded dyn-clone v1.0.17 |
| 771 | 2025-01-17T13:53:41.313Z | Downloaded ed25519-dalek v2.1.1 |
| 772 | 2025-01-17T13:53:41.316Z | Downloaded tokio-rustls v0.26.0 |
| 773 | 2025-01-17T13:53:41.318Z | Downloaded tokio-rustls v0.24.1 |
| 774 | 2025-01-17T13:53:41.318Z | Downloaded thiserror v2.0.11 |
| 775 | 2025-01-17T13:53:41.324Z | Downloaded pem-rfc7468 v0.7.0 |
| 776 | 2025-01-17T13:53:41.327Z | Downloaded pem v3.0.4 |
| 777 | 2025-01-17T13:53:41.329Z | Downloaded multimap v0.10.0 |
| 778 | 2025-01-17T13:53:41.329Z | Downloaded progenitor v0.9.1 |
| 779 | 2025-01-17T13:53:41.332Z | Downloaded quinn-udp v0.5.5 |
| 780 | 2025-01-17T13:53:41.335Z | Downloaded password-hash v0.5.0 |
| 781 | 2025-01-17T13:53:41.335Z | Downloaded progenitor v0.8.0 |
| 782 | 2025-01-17T13:53:41.337Z | Downloaded num-conv v0.1.0 |
| 783 | 2025-01-17T13:53:41.337Z | Downloaded normalize-line-endings v0.3.0 |
| 784 | 2025-01-17T13:53:41.340Z | Downloaded tracing-attributes v0.1.27 |
| 785 | 2025-01-17T13:53:41.343Z | Downloaded precomputed-hash v0.1.1 |
| 786 | 2025-01-17T13:53:41.343Z | Downloaded heapless v0.8.0 |
| 787 | 2025-01-17T13:53:41.345Z | Downloaded ssh-encoding v0.2.0 |
| 788 | 2025-01-17T13:53:41.348Z | Downloaded dropshot_endpoint v0.12.0 |
| 789 | 2025-01-17T13:53:41.351Z | Downloaded thread_local v1.1.8 |
| 790 | 2025-01-17T13:53:41.353Z | Downloaded stable_deref_trait v1.2.0 |
| 791 | 2025-01-17T13:53:41.353Z | Downloaded toml_edit v0.19.15 |
| 792 | 2025-01-17T13:53:41.370Z | Downloaded num-traits v0.2.19 |
| 793 | 2025-01-17T13:53:41.374Z | Downloaded twox-hash v1.6.3 |
| 794 | 2025-01-17T13:53:41.376Z | Downloaded topological-sort v0.2.2 |
| 795 | 2025-01-17T13:53:41.376Z | Downloaded tls_codec_derive v0.4.1 |
| 796 | 2025-01-17T13:53:41.381Z | Downloaded derive_more v0.99.18 |
| 797 | 2025-01-17T13:53:41.383Z | Downloaded ecdsa v0.16.9 |
| 798 | 2025-01-17T13:53:41.386Z | Downloaded pin-project v1.1.6 |
| 799 | 2025-01-17T13:53:41.396Z | Downloaded ena v0.14.3 |
| 800 | 2025-01-17T13:53:41.399Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 801 | 2025-01-17T13:53:41.399Z | Downloaded embedded-io v0.4.0 |
| 802 | 2025-01-17T13:53:41.402Z | Downloaded ed25519 v2.2.3 |
| 803 | 2025-01-17T13:53:41.406Z | Downloaded dsl_auto_type v0.1.2 |
| 804 | 2025-01-17T13:53:41.406Z | Downloaded typify-macro v0.2.0 |
| 805 | 2025-01-17T13:53:41.409Z | Downloaded peg-macros v0.8.4 |
| 806 | 2025-01-17T13:53:41.409Z | Downloaded parking_lot_core v0.8.6 |
| 807 | 2025-01-17T13:53:41.412Z | Downloaded aes v0.8.4 |
| 808 | 2025-01-17T13:53:41.415Z | Downloaded tokio-rustls v0.25.0 |
| 809 | 2025-01-17T13:53:41.417Z | Downloaded new_debug_unreachable v1.0.6 |
| 810 | 2025-01-17T13:53:41.417Z | Downloaded float-ord v0.3.2 |
| 811 | 2025-01-17T13:53:41.417Z | Downloaded num v0.4.3 |
| 812 | 2025-01-17T13:53:41.420Z | Downloaded rustls-pemfile v2.2.0 |
| 813 | 2025-01-17T13:53:41.423Z | Downloaded rsa v0.9.6 |
| 814 | 2025-01-17T13:53:41.426Z | Downloaded shlex v1.3.0 |
| 815 | 2025-01-17T13:53:41.429Z | Downloaded ref-cast v1.0.23 |
| 816 | 2025-01-17T13:53:41.431Z | Downloaded fatfs v0.3.6 |
| 817 | 2025-01-17T13:53:41.434Z | Downloaded rcgen v0.12.1 |
| 818 | 2025-01-17T13:53:41.436Z | Downloaded itertools v0.10.5 |
| 819 | 2025-01-17T13:53:41.443Z | Downloaded universal-hash v0.5.1 |
| 820 | 2025-01-17T13:53:41.446Z | Downloaded des v0.8.1 |
| 821 | 2025-01-17T13:53:41.446Z | Downloaded multer v3.1.0 |
| 822 | 2025-01-17T13:53:41.448Z | Downloaded string_cache v0.8.7 |
| 823 | 2025-01-17T13:53:41.451Z | Downloaded parking_lot v0.12.3 |
| 824 | 2025-01-17T13:53:41.454Z | Downloaded libxml v0.3.3 |
| 825 | 2025-01-17T13:53:41.458Z | Downloaded typed-path v0.9.3 |
| 826 | 2025-01-17T13:53:41.464Z | Downloaded tinyvec_macros v0.1.1 |
| 827 | 2025-01-17T13:53:41.467Z | Downloaded dhcproto-macros v0.1.0 |
| 828 | 2025-01-17T13:53:41.467Z | Downloaded which v4.4.2 |
| 829 | 2025-01-17T13:53:41.470Z | Downloaded aes-gcm v0.10.3 |
| 830 | 2025-01-17T13:53:41.472Z | Downloaded openssl-probe v0.1.5 |
| 831 | 2025-01-17T13:53:41.475Z | Downloaded openssl-macros v0.1.1 |
| 832 | 2025-01-17T13:53:41.475Z | Downloaded zone v0.1.8 |
| 833 | 2025-01-17T13:53:41.475Z | Downloaded hashlink v0.9.1 |
| 834 | 2025-01-17T13:53:41.477Z | Downloaded itertools v0.12.1 |
| 835 | 2025-01-17T13:53:41.484Z | Downloaded flagset v0.4.6 |
| 836 | 2025-01-17T13:53:41.487Z | Downloaded defmt v0.3.8 |
| 837 | 2025-01-17T13:53:41.489Z | Downloaded sync-ptr v0.1.1 |
| 838 | 2025-01-17T13:53:41.492Z | Downloaded predicates v3.1.2 |
| 839 | 2025-01-17T13:53:41.494Z | Downloaded float-cmp v0.9.0 |
| 840 | 2025-01-17T13:53:41.494Z | Downloaded spin v0.9.8 |
| 841 | 2025-01-17T13:53:41.497Z | Downloaded phf_generator v0.11.2 |
| 842 | 2025-01-17T13:53:41.499Z | Downloaded phf_codegen v0.11.2 |
| 843 | 2025-01-17T13:53:41.499Z | Downloaded serde_derive_internals v0.29.1 |
| 844 | 2025-01-17T13:53:41.502Z | Downloaded num-integer v0.1.46 |
| 845 | 2025-01-17T13:53:41.505Z | Downloaded unicode-bidi v0.3.17 |
| 846 | 2025-01-17T13:53:41.508Z | Downloaded tokio-util v0.7.12 |
| 847 | 2025-01-17T13:53:41.512Z | Downloaded powerfmt v0.2.0 |
| 848 | 2025-01-17T13:53:41.515Z | Downloaded rustc_version v0.1.7 |
| 849 | 2025-01-17T13:53:41.515Z | Downloaded dhcproto v0.12.0 |
| 850 | 2025-01-17T13:53:41.518Z | Downloaded idna v1.0.3 |
| 851 | 2025-01-17T13:53:41.522Z | Downloaded zerocopy v0.6.6 |
| 852 | 2025-01-17T13:53:41.524Z | Downloaded newline-converter v0.3.0 |
| 853 | 2025-01-17T13:53:41.527Z | Downloaded half v2.4.1 |
| 854 | 2025-01-17T13:53:41.529Z | Downloaded newtype_derive v0.1.6 |
| 855 | 2025-01-17T13:53:41.532Z | Downloaded slog-json v2.6.1 |
| 856 | 2025-01-17T13:53:41.532Z | Downloaded defmt-parser v0.3.4 |
| 857 | 2025-01-17T13:53:41.534Z | Downloaded xattr v1.3.1 |
| 858 | 2025-01-17T13:53:41.537Z | Downloaded untrusted v0.7.1 |
| 859 | 2025-01-17T13:53:41.537Z | Downloaded slog-stdlog v4.1.1 |
| 860 | 2025-01-17T13:53:41.540Z | Downloaded slog-dtrace v0.3.0 |
| 861 | 2025-01-17T13:53:41.540Z | Downloaded tiny-keccak v2.0.2 |
| 862 | 2025-01-17T13:53:41.542Z | Downloaded opaque-debug v0.3.1 |
| 863 | 2025-01-17T13:53:41.545Z | Downloaded tls_codec v0.4.1 |
| 864 | 2025-01-17T13:53:41.545Z | Downloaded fallible-iterator v0.3.0 |
| 865 | 2025-01-17T13:53:41.548Z | Downloaded ghash v0.5.1 |
| 866 | 2025-01-17T13:53:41.548Z | Downloaded dropshot_endpoint v0.15.1 |
| 867 | 2025-01-17T13:53:41.551Z | Downloaded progenitor-macro v0.8.0 |
| 868 | 2025-01-17T13:53:41.553Z | Downloaded hyper v1.5.2 |
| 869 | 2025-01-17T13:53:41.559Z | Downloaded endian-type v0.1.2 |
| 870 | 2025-01-17T13:53:41.561Z | Downloaded crossterm v0.28.1 |
| 871 | 2025-01-17T13:53:41.566Z | Downloaded nanorand v0.7.0 |
| 872 | 2025-01-17T13:53:41.569Z | Downloaded supports-color v3.0.1 |
| 873 | 2025-01-17T13:53:41.572Z | Downloaded subtle v2.6.1 |
| 874 | 2025-01-17T13:53:41.572Z | Downloaded rand_xorshift v0.3.0 |
| 875 | 2025-01-17T13:53:41.575Z | Downloaded rustyline v14.0.0 |
| 876 | 2025-01-17T13:53:41.578Z | Downloaded signal-hook v0.3.17 |
| 877 | 2025-01-17T13:53:41.581Z | Downloaded itertools v0.13.0 |
| 878 | 2025-01-17T13:53:41.588Z | Downloaded parse-size v1.1.0 |
| 879 | 2025-01-17T13:53:41.591Z | Downloaded zone_cfg_derive v0.3.0 |
| 880 | 2025-01-17T13:53:41.591Z | Downloaded rustfmt-wrapper v0.2.1 |
| 881 | 2025-01-17T13:53:41.593Z | Downloaded rustc-demangle v0.1.24 |
| 882 | 2025-01-17T13:53:41.593Z | Downloaded subprocess v0.2.9 |
| 883 | 2025-01-17T13:53:41.596Z | Downloaded socket2 v0.5.7 |
| 884 | 2025-01-17T13:53:41.599Z | Downloaded tungstenite v0.23.0 |
| 885 | 2025-01-17T13:53:41.602Z | Downloaded aho-corasick v1.1.3 |
| 886 | 2025-01-17T13:53:41.608Z | Downloaded take_mut v0.2.2 |
| 887 | 2025-01-17T13:53:41.610Z | Downloaded unicode-normalization v0.1.24 |
| 888 | 2025-01-17T13:53:41.613Z | Downloaded sigpipe v0.1.3 |
| 889 | 2025-01-17T13:53:41.616Z | Downloaded poly1305 v0.8.0 |
| 890 | 2025-01-17T13:53:41.616Z | Downloaded derive_builder_core v0.20.2 |
| 891 | 2025-01-17T13:53:41.619Z | Downloaded diff v0.1.13 |
| 892 | 2025-01-17T13:53:41.622Z | Downloaded native-tls v0.2.12 |
| 893 | 2025-01-17T13:53:41.624Z | Downloaded quinn v0.11.5 |
| 894 | 2025-01-17T13:53:41.627Z | Downloaded slog-term v2.9.1 |
| 895 | 2025-01-17T13:53:41.630Z | Downloaded newtype-uuid v1.2.1 |
| 896 | 2025-01-17T13:53:41.632Z | Downloaded flate2 v1.0.34 |
| 897 | 2025-01-17T13:53:41.636Z | Downloaded serde-big-array v0.5.1 |
| 898 | 2025-01-17T13:53:41.639Z | Downloaded enum-as-inner v0.5.1 |
| 899 | 2025-01-17T13:53:41.639Z | Downloaded hex v0.4.3 |
| 900 | 2025-01-17T13:53:41.642Z | Downloaded slog-bunyan v2.5.0 |
| 901 | 2025-01-17T13:53:41.642Z | Downloaded slog-async v2.8.0 |
| 902 | 2025-01-17T13:53:41.644Z | Downloaded slab v0.4.9 |
| 903 | 2025-01-17T13:53:41.647Z | Downloaded siphasher v0.3.11 |
| 904 | 2025-01-17T13:53:41.647Z | Downloaded rusqlite v0.32.1 |
| 905 | 2025-01-17T13:53:41.653Z | Downloaded sync_wrapper v1.0.1 |
| 906 | 2025-01-17T13:53:41.655Z | Downloaded value-bag v1.9.0 |
| 907 | 2025-01-17T13:53:41.658Z | Downloaded thiserror-no-std v2.0.2 |
| 908 | 2025-01-17T13:53:41.660Z | Downloaded progenitor-impl v0.9.1 |
| 909 | 2025-01-17T13:53:41.663Z | Downloaded uzers v0.12.1 |
| 910 | 2025-01-17T13:53:41.665Z | Downloaded russh-keys v0.45.0 |
| 911 | 2025-01-17T13:53:41.668Z | Downloaded polyval v0.6.2 |
| 912 | 2025-01-17T13:53:41.670Z | Downloaded pin-project-internal v1.1.6 |
| 913 | 2025-01-17T13:53:41.673Z | Downloaded snafu v0.8.5 |
| 914 | 2025-01-17T13:53:41.677Z | Downloaded display-error-chain v0.2.2 |
| 915 | 2025-01-17T13:53:41.679Z | Downloaded dirs-next v2.0.0 |
| 916 | 2025-01-17T13:53:41.679Z | Downloaded zerovec-derive v0.10.3 |
| 917 | 2025-01-17T13:53:41.682Z | Downloaded tap v1.0.1 |
| 918 | 2025-01-17T13:53:41.682Z | Downloaded serde-hex v0.1.0 |
| 919 | 2025-01-17T13:53:41.684Z | Downloaded fd-lock v4.0.2 |
| 920 | 2025-01-17T13:53:41.687Z | Downloaded vte v0.11.1 |
| 921 | 2025-01-17T13:53:41.690Z | Downloaded whoami v1.5.2 |
| 922 | 2025-01-17T13:53:41.690Z | Downloaded tokio-tungstenite v0.21.0 |
| 923 | 2025-01-17T13:53:41.692Z | Downloaded tower-service v0.3.3 |
| 924 | 2025-01-17T13:53:41.695Z | Downloaded unsafe-libyaml v0.2.11 |
| 925 | 2025-01-17T13:53:41.698Z | Downloaded num-bigint-dig v0.8.4 |
| 926 | 2025-01-17T13:53:41.701Z | Downloaded omicron-zone-package v0.12.0 |
| 927 | 2025-01-17T13:53:41.704Z | Downloaded pbkdf2 v0.11.0 |
| 928 | 2025-01-17T13:53:41.707Z | Downloaded vergen v8.3.2 |
| 929 | 2025-01-17T13:53:41.709Z | Downloaded toolchain_find v0.4.0 |
| 930 | 2025-01-17T13:53:41.712Z | Downloaded wyz v0.5.1 |
| 931 | 2025-01-17T13:53:41.712Z | Downloaded secrecy v0.8.0 |
| 932 | 2025-01-17T13:53:41.715Z | Downloaded salsa20 v0.10.2 |
| 933 | 2025-01-17T13:53:41.715Z | Downloaded tabwriter v1.4.0 |
| 934 | 2025-01-17T13:53:41.717Z | Downloaded synstructure v0.13.1 |
| 935 | 2025-01-17T13:53:41.717Z | Downloaded phf v0.11.2 |
| 936 | 2025-01-17T13:53:41.720Z | Downloaded oso v0.27.3 |
| 937 | 2025-01-17T13:53:41.722Z | Downloaded flume v0.11.1 |
| 938 | 2025-01-17T13:53:41.725Z | Downloaded hkdf v0.12.4 |
| 939 | 2025-01-17T13:53:41.728Z | Downloaded termios v0.3.3 |
| 940 | 2025-01-17T13:53:41.731Z | Downloaded termcolor v1.4.1 |
| 941 | 2025-01-17T13:53:41.733Z | Downloaded schemars_derive v0.8.21 |
| 942 | 2025-01-17T13:53:41.733Z | Downloaded env_logger v0.10.2 |
| 943 | 2025-01-17T13:53:41.736Z | Downloaded glob v0.3.1 |
| 944 | 2025-01-17T13:53:41.738Z | Downloaded primeorder v0.13.6 |
| 945 | 2025-01-17T13:53:41.738Z | Downloaded pbkdf2 v0.12.2 |
| 946 | 2025-01-17T13:53:41.741Z | Downloaded defmt-macros v0.3.9 |
| 947 | 2025-01-17T13:53:41.743Z | Downloaded steno v0.4.1 |
| 948 | 2025-01-17T13:53:41.746Z | Downloaded olpc-cjson v0.1.4 |
| 949 | 2025-01-17T13:53:41.755Z | Downloaded diesel-dtrace v0.4.2 |
| 950 | 2025-01-17T13:53:41.757Z | Downloaded postgres-types v0.2.8 |
| 951 | 2025-01-17T13:53:41.760Z | Downloaded postgres-protocol v0.6.7 |
| 952 | 2025-01-17T13:53:41.760Z | Downloaded group v0.13.0 |
| 953 | 2025-01-17T13:53:41.760Z | Downloaded term v0.7.0 |
| 954 | 2025-01-17T13:53:41.760Z | Downloaded postcard v1.0.10 |
| 955 | 2025-01-17T13:53:41.762Z | Downloaded similar v2.6.0 |
| 956 | 2025-01-17T13:53:41.765Z | Downloaded hash32 v0.2.1 |
| 957 | 2025-01-17T13:53:41.768Z | Downloaded data-encoding v2.6.0 |
| 958 | 2025-01-17T13:53:41.768Z | Downloaded diesel_derives v2.2.3 |
| 959 | 2025-01-17T13:53:41.771Z | Downloaded num-bigint v0.4.6 |
| 960 | 2025-01-17T13:53:41.776Z | Downloaded typify-macro v0.3.0 |
| 961 | 2025-01-17T13:53:41.779Z | Downloaded tui-tree-widget v0.22.0 |
| 962 | 2025-01-17T13:53:41.779Z | Downloaded unicode-xid v0.2.6 |
| 963 | 2025-01-17T13:53:41.782Z | Downloaded progenitor-macro v0.9.1 |
| 964 | 2025-01-17T13:53:41.782Z | Downloaded password-hash v0.4.2 |
| 965 | 2025-01-17T13:53:41.785Z | Downloaded russh v0.45.0 |
| 966 | 2025-01-17T13:53:41.788Z | Downloaded zerovec v0.10.4 |
| 967 | 2025-01-17T13:53:41.793Z | Downloaded nibble_vec v0.1.0 |
| 968 | 2025-01-17T13:53:41.796Z | Downloaded env_logger v0.11.5 |
| 969 | 2025-01-17T13:53:41.799Z | Downloaded hash32 v0.3.1 |
| 970 | 2025-01-17T13:53:41.799Z | Downloaded zopfli v0.8.1 |
| 971 | 2025-01-17T13:53:41.802Z | Downloaded progenitor-impl v0.8.0 |
| 972 | 2025-01-17T13:53:41.804Z | Downloaded hashbrown v0.13.2 |
| 973 | 2025-01-17T13:53:41.807Z | Downloaded thiserror-impl v2.0.11 |
| 974 | 2025-01-17T13:53:41.810Z | Downloaded bitvec v1.0.1 |
| 975 | 2025-01-17T13:53:41.824Z | Downloaded parking_lot_core v0.9.10 |
| 976 | 2025-01-17T13:53:41.827Z | Downloaded globset v0.4.15 |
| 977 | 2025-01-17T13:53:41.828Z | Downloaded bindgen v0.69.5 |
| 978 | 2025-01-17T13:53:41.835Z | Downloaded ssh-key v0.6.6 |
| 979 | 2025-01-17T13:53:41.841Z | Downloaded lalrpop v0.19.12 |
| 980 | 2025-01-17T13:53:41.853Z | Downloaded proc-macro-crate v1.3.1 |
| 981 | 2025-01-17T13:53:41.856Z | Downloaded parking_lot v0.11.2 |
| 982 | 2025-01-17T13:53:41.859Z | Downloaded test-strategy v0.3.1 |
| 983 | 2025-01-17T13:53:41.859Z | Downloaded qorb v0.2.1 |
| 984 | 2025-01-17T13:53:41.863Z | Downloaded prettyplease v0.2.25 |
| 985 | 2025-01-17T13:53:41.866Z | Downloaded blake3 v1.5.4 |
| 986 | 2025-01-17T13:53:41.875Z | Downloaded x509-cert v0.2.5 |
| 987 | 2025-01-17T13:53:41.881Z | Downloaded uuid v1.12.0 |
| 988 | 2025-01-17T13:53:41.884Z | Downloaded icu_properties_data v1.5.0 |
| 989 | 2025-01-17T13:53:41.894Z | Downloaded openssl-sys v0.9.103 |
| 990 | 2025-01-17T13:53:41.899Z | Downloaded quinn-proto v0.11.8 |
| 991 | 2025-01-17T13:53:41.905Z | Downloaded tough v0.19.0 |
| 992 | 2025-01-17T13:53:41.913Z | Downloaded darling_core v0.20.10 |
| 993 | 2025-01-17T13:53:41.918Z | Downloaded unicode_categories v0.1.1 |
| 994 | 2025-01-17T13:53:41.921Z | Downloaded chrono v0.4.38 |
| 995 | 2025-01-17T13:53:41.927Z | Downloaded zip v2.1.3 |
| 996 | 2025-01-17T13:53:41.931Z | Downloaded hashbrown v0.14.5 |
| 997 | 2025-01-17T13:53:41.936Z | Downloaded h2 v0.4.6 |
| 998 | 2025-01-17T13:53:41.943Z | Downloaded headers v0.4.0 |
| 999 | 2025-01-17T13:53:41.948Z | Downloaded winnow v0.5.40 |
| 1000 | 2025-01-17T13:53:41.957Z | Downloaded zip v0.6.6 |
| 1001 | 2025-01-17T13:53:41.961Z | Downloaded rand v0.8.5 |
| 1002 | 2025-01-17T13:53:41.965Z | Downloaded idna v0.2.3 |
| 1003 | 2025-01-17T13:53:41.971Z | Downloaded expectorate v1.1.0 |
| 1004 | 2025-01-17T13:53:41.974Z | Downloaded sqlparser v0.45.0 |
| 1005 | 2025-01-17T13:53:41.979Z | Downloaded rayon v1.10.0 |
| 1006 | 2025-01-17T13:53:41.988Z | Downloaded tungstenite v0.21.0 |
| 1007 | 2025-01-17T13:53:41.991Z | Downloaded hashbrown v0.12.3 |
| 1008 | 2025-01-17T13:53:41.996Z | Downloaded quick-xml v0.33.0 |
| 1009 | 2025-01-17T13:53:42.002Z | Downloaded tracing v0.1.40 |
| 1010 | 2025-01-17T13:53:42.006Z | Downloaded smoltcp v0.9.1 |
| 1011 | 2025-01-17T13:53:42.017Z | Downloaded publicsuffix v2.2.3 |
| 1012 | 2025-01-17T13:53:42.020Z | Downloaded reqwest v0.12.9 |
| 1013 | 2025-01-17T13:53:42.028Z | Downloaded time v0.3.36 |
| 1014 | 2025-01-17T13:53:42.035Z | Downloaded unicode-width v0.2.0 |
| 1015 | 2025-01-17T13:53:42.041Z | Downloaded nom v7.1.3 |
| 1016 | 2025-01-17T13:53:42.046Z | Downloaded rustls-webpki v0.102.8 |
| 1017 | 2025-01-17T13:53:42.064Z | Downloaded p384 v0.13.0 |
| 1018 | 2025-01-17T13:53:42.070Z | Downloaded curve25519-dalek v4.1.3 |
| 1019 | 2025-01-17T13:53:42.079Z | Downloaded portable-atomic v1.9.0 |
| 1020 | 2025-01-17T13:53:42.086Z | Downloaded nix v0.27.1 |
| 1021 | 2025-01-17T13:53:42.096Z | Downloaded git2 v0.19.0 |
| 1022 | 2025-01-17T13:53:42.105Z | Downloaded zerocopy v0.8.10 |
| 1023 | 2025-01-17T13:53:42.128Z | Downloaded polar-core v0.27.3 |
| 1024 | 2025-01-17T13:53:42.136Z | Downloaded dropshot v0.12.0 |
| 1025 | 2025-01-17T13:53:42.156Z | Downloaded salty v0.3.0 |
| 1026 | 2025-01-17T13:53:42.162Z | Downloaded hickory-proto v0.24.1 |
| 1027 | 2025-01-17T13:53:42.179Z | Downloaded webpki-roots v0.26.6 |
| 1028 | 2025-01-17T13:53:42.182Z | Downloaded object v0.30.4 |
| 1029 | 2025-01-17T13:53:42.192Z | Downloaded openssl v0.10.66 |
| 1030 | 2025-01-17T13:53:42.201Z | Downloaded regex v1.11.1 |
| 1031 | 2025-01-17T13:53:42.213Z | Downloaded vcpkg v0.2.15 |
| 1032 | 2025-01-17T13:53:42.251Z | Downloaded rustls v0.21.12 |
| 1033 | 2025-01-17T13:53:42.262Z | Downloaded proptest v1.5.0 |
| 1034 | 2025-01-17T13:53:42.291Z | Downloaded regress v0.10.1 |
| 1035 | 2025-01-17T13:53:42.304Z | Downloaded openapiv3 v2.0.0 |
| 1036 | 2025-01-17T13:53:42.320Z | Downloaded petname v2.0.2 |
| 1037 | 2025-01-17T13:53:42.327Z | Downloaded rustls v0.23.19 |
| 1038 | 2025-01-17T13:53:42.341Z | Downloaded gimli v0.31.1 |
| 1039 | 2025-01-17T13:53:42.350Z | Downloaded nix v0.29.0 |
| 1040 | 2025-01-17T13:53:42.363Z | Downloaded regex-syntax v0.6.29 |
| 1041 | 2025-01-17T13:53:42.370Z | Downloaded sled v0.34.7 |
| 1042 | 2025-01-17T13:53:42.381Z | Downloaded diesel v2.2.6 |
| 1043 | 2025-01-17T13:53:42.399Z | Downloaded regex-syntax v0.8.5 |
| 1044 | 2025-01-17T13:53:42.406Z | Downloaded object v0.36.5 |
| 1045 | 2025-01-17T13:53:42.417Z | Downloaded bstr v1.10.0 |
| 1046 | 2025-01-17T13:53:42.427Z | Downloaded nix v0.28.0 |
| 1047 | 2025-01-17T13:53:42.439Z | Downloaded rustls v0.22.4 |
| 1048 | 2025-01-17T13:53:42.451Z | Downloaded smoltcp v0.11.0 |
| 1049 | 2025-01-17T13:53:42.464Z | Downloaded regex-automata v0.4.8 |
| 1050 | 2025-01-17T13:53:42.480Z | Downloaded dropshot v0.15.1 |
| 1051 | 2025-01-17T13:53:42.502Z | Downloaded chrono-tz v0.10.0 |
| 1052 | 2025-01-17T13:53:42.509Z | Downloaded typify-impl v0.3.0 |
| 1053 | 2025-01-17T13:53:42.525Z | Downloaded typify-impl v0.2.0 |
| 1054 | 2025-01-17T13:53:42.538Z | Downloaded lzma-sys v0.1.20 |
| 1055 | 2025-01-17T13:53:42.569Z | Downloaded trust-dns-proto v0.22.0 |
| 1056 | 2025-01-17T13:53:42.580Z | Downloaded radix_trie v0.2.1 |
| 1057 | 2025-01-17T13:53:42.585Z | Downloaded regress v0.9.1 |
| 1058 | 2025-01-17T13:53:42.593Z | Downloaded ratatui v0.28.1 |
| 1059 | 2025-01-17T13:53:42.612Z | Downloaded zerocopy-derive v0.6.6 |
| 1060 | 2025-01-17T13:53:42.621Z | Downloaded libz-sys v1.1.20 |
| 1061 | 2025-01-17T13:53:42.641Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1062 | 2025-01-17T13:53:42.652Z | Downloaded reedline v0.35.0 |
| 1063 | 2025-01-17T13:53:42.659Z | Downloaded idna v0.3.0 |
| 1064 | 2025-01-17T13:53:42.664Z | Downloaded idna v0.5.0 |
| 1065 | 2025-01-17T13:53:42.671Z | Downloaded idna v0.4.0 |
| 1066 | 2025-01-17T13:53:42.676Z | Downloaded schemars v0.8.21 |
| 1067 | 2025-01-17T13:53:42.687Z | Downloaded samael v0.0.17 |
| 1068 | 2025-01-17T13:53:42.692Z | Downloaded tokio-postgres v0.7.12 |
| 1069 | 2025-01-17T13:53:42.696Z | Downloaded petgraph v0.6.5 |
| 1070 | 2025-01-17T13:53:42.718Z | Downloaded parse-zoneinfo v0.3.1 |
| 1071 | 2025-01-17T13:53:42.720Z | Downloaded rustls-webpki v0.101.7 |
| 1072 | 2025-01-17T13:53:42.728Z | Downloaded futures-util v0.3.31 |
| 1073 | 2025-01-17T13:53:42.741Z | Downloaded aws-lc-rs v1.10.0 |
| 1074 | 2025-01-17T13:53:42.749Z | Downloaded tokio v1.43.0 |
| 1075 | 2025-01-17T13:53:42.788Z | Downloaded parse-display-derive v0.10.0 |
| 1076 | 2025-01-17T13:53:42.790Z | Downloaded sha3 v0.10.8 |
| 1077 | 2025-01-17T13:53:42.793Z | Downloaded csv v1.3.0 |
| 1078 | 2025-01-17T13:53:42.812Z | Downloaded yoke v0.7.4 |
| 1079 | 2025-01-17T13:53:42.815Z | Downloaded serde_with v3.11.0 |
| 1080 | 2025-01-17T13:53:42.823Z | Downloaded getrandom v0.2.15 |
| 1081 | 2025-01-17T13:53:42.826Z | Downloaded foldhash v0.1.3 |
| 1082 | 2025-01-17T13:53:42.828Z | Downloaded displaydoc v0.2.5 |
| 1083 | 2025-01-17T13:53:42.831Z | Downloaded rusty-fork v0.3.0 |
| 1084 | 2025-01-17T13:53:42.831Z | Downloaded tokio-stream v0.1.16 |
| 1085 | 2025-01-17T13:53:42.835Z | Downloaded p521 v0.13.3 |
| 1086 | 2025-01-17T13:53:42.838Z | Downloaded tungstenite v0.24.0 |
| 1087 | 2025-01-17T13:53:42.842Z | Downloaded rustversion v1.0.17 |
| 1088 | 2025-01-17T13:53:42.844Z | Downloaded futures-executor v0.3.31 |
| 1089 | 2025-01-17T13:53:42.847Z | Downloaded writeable v0.5.5 |
| 1090 | 2025-01-17T13:53:42.850Z | Downloaded ppv-lite86 v0.2.20 |
| 1091 | 2025-01-17T13:53:42.850Z | Downloaded num-complex v0.4.6 |
| 1092 | 2025-01-17T13:53:42.852Z | Downloaded tar v0.4.42 |
| 1093 | 2025-01-17T13:53:42.852Z | Downloaded futures v0.3.31 |
| 1094 | 2025-01-17T13:53:42.857Z | Downloaded unicode-segmentation v1.12.0 |
| 1095 | 2025-01-17T13:53:42.860Z | Downloaded vsss-rs v3.3.4 |
| 1096 | 2025-01-17T13:53:42.863Z | Downloaded typify v0.3.0 |
| 1097 | 2025-01-17T13:53:42.867Z | Downloaded tinyvec v1.8.0 |
| 1098 | 2025-01-17T13:53:42.869Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1099 | 2025-01-17T13:53:42.873Z | Downloaded libm v0.2.8 |
| 1100 | 2025-01-17T13:53:42.880Z | Downloaded url v2.5.3 |
| 1101 | 2025-01-17T13:53:42.883Z | Downloaded tracing-core v0.1.32 |
| 1102 | 2025-01-17T13:53:42.885Z | Downloaded der v0.7.9 |
| 1103 | 2025-01-17T13:53:42.892Z | Downloaded signature v2.2.0 |
| 1104 | 2025-01-17T13:53:42.894Z | Downloaded signal-hook-registry v1.4.2 |
| 1105 | 2025-01-17T13:53:42.897Z | Downloaded signal-hook-mio v0.2.4 |
| 1106 | 2025-01-17T13:53:42.897Z | Downloaded scopeguard v1.2.0 |
| 1107 | 2025-01-17T13:53:42.897Z | Downloaded ron v0.8.1 |
| 1108 | 2025-01-17T13:53:42.903Z | Downloaded rustls-pemfile v1.0.4 |
| 1109 | 2025-01-17T13:53:42.906Z | Downloaded heapless v0.7.17 |
| 1110 | 2025-01-17T13:53:42.908Z | Downloaded zerocopy-derive v0.8.10 |
| 1111 | 2025-01-17T13:53:42.914Z | Downloaded hickory-resolver v0.24.1 |
| 1112 | 2025-01-17T13:53:42.919Z | Downloaded p256 v0.13.2 |
| 1113 | 2025-01-17T13:53:42.922Z | Downloaded mio v1.0.2 |
| 1114 | 2025-01-17T13:53:42.928Z | Downloaded num-iter v0.1.45 |
| 1115 | 2025-01-17T13:53:42.931Z | Downloaded foreign-types-macros v0.2.3 |
| 1116 | 2025-01-17T13:53:42.931Z | Downloaded embedded-io v0.6.1 |
| 1117 | 2025-01-17T13:53:42.934Z | Downloaded pkcs8 v0.10.2 |
| 1118 | 2025-01-17T13:53:42.936Z | Downloaded derive-where v1.2.7 |
| 1119 | 2025-01-17T13:53:42.939Z | Downloaded pin-project-lite v0.2.14 |
| 1120 | 2025-01-17T13:53:42.943Z | Downloaded owo-colors v4.1.0 |
| 1121 | 2025-01-17T13:53:42.946Z | Downloaded const_format v0.2.33 |
| 1122 | 2025-01-17T13:53:42.951Z | Downloaded utf16_iter v1.0.5 |
| 1123 | 2025-01-17T13:53:42.953Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1124 | 2025-01-17T13:53:43.010Z | Downloaded encoding_rs v0.8.34 |
| 1125 | 2025-01-17T13:53:43.031Z | Downloaded utf-8 v0.7.6 |
| 1126 | 2025-01-17T13:53:43.033Z | Downloaded untrusted v0.9.0 |
| 1127 | 2025-01-17T13:53:43.033Z | Downloaded strum_macros v0.24.3 |
| 1128 | 2025-01-17T13:53:43.036Z | Downloaded stringprep v0.1.5 |
| 1129 | 2025-01-17T13:53:43.039Z | Downloaded hyper-util v0.1.10 |
| 1130 | 2025-01-17T13:53:43.041Z | Downloaded slog v2.7.0 |
| 1131 | 2025-01-17T13:53:43.044Z | Downloaded cc v1.1.30 |
| 1132 | 2025-01-17T13:53:43.047Z | Downloaded bumpalo v3.16.0 |
| 1133 | 2025-01-17T13:53:43.049Z | Downloaded cancel-safe-futures v0.1.5 |
| 1134 | 2025-01-17T13:53:43.055Z | Downloaded bytes v1.9.0 |
| 1135 | 2025-01-17T13:53:43.059Z | Downloaded backtrace v0.3.74 |
| 1136 | 2025-01-17T13:53:43.062Z | Downloaded der_derive v0.7.3 |
| 1137 | 2025-01-17T13:53:43.064Z | Downloaded rand_seeder v0.3.0 |
| 1138 | 2025-01-17T13:53:43.064Z | Downloaded fixedbitset v0.4.2 |
| 1139 | 2025-01-17T13:53:43.067Z | Downloaded derive_builder v0.20.2 |
| 1140 | 2025-01-17T13:53:43.070Z | Downloaded pin-utils v0.1.0 |
| 1141 | 2025-01-17T13:53:43.072Z | Downloaded percent-encoding v2.3.1 |
| 1142 | 2025-01-17T13:53:43.072Z | Downloaded base64 v0.21.7 |
| 1143 | 2025-01-17T13:53:43.075Z | Downloaded const-oid v0.9.6 |
| 1144 | 2025-01-17T13:53:43.078Z | Downloaded crossbeam-utils v0.8.20 |
| 1145 | 2025-01-17T13:53:43.081Z | Downloaded miniz_oxide v0.8.0 |
| 1146 | 2025-01-17T13:53:43.083Z | Downloaded structmeta v0.3.0 |
| 1147 | 2025-01-17T13:53:43.086Z | Downloaded structmeta v0.2.0 |
| 1148 | 2025-01-17T13:53:43.086Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1149 | 2025-01-17T13:53:43.086Z | Downloaded smf v0.2.3 |
| 1150 | 2025-01-17T13:53:43.089Z | Downloaded memmap2 v0.9.5 |
| 1151 | 2025-01-17T13:53:43.089Z | Downloaded indexmap v1.9.3 |
| 1152 | 2025-01-17T13:53:43.091Z | Downloaded icu_normalizer v1.5.0 |
| 1153 | 2025-01-17T13:53:43.094Z | Downloaded icu_locid_transform v1.5.0 |
| 1154 | 2025-01-17T13:53:43.097Z | Downloaded iana-time-zone v0.1.61 |
| 1155 | 2025-01-17T13:53:43.100Z | Downloaded shell-words v1.1.0 |
| 1156 | 2025-01-17T13:53:43.103Z | Downloaded semver v0.1.20 |
| 1157 | 2025-01-17T13:53:43.103Z | Downloaded rustc-hash v2.0.0 |
| 1158 | 2025-01-17T13:53:43.105Z | Downloaded rustc-hash v1.1.0 |
| 1159 | 2025-01-17T13:53:43.105Z | Downloaded ciborium v0.2.2 |
| 1160 | 2025-01-17T13:53:43.108Z | Downloaded chrono-tz-build v0.4.0 |
| 1161 | 2025-01-17T13:53:43.108Z | Downloaded arrayvec v0.7.6 |
| 1162 | 2025-01-17T13:53:43.111Z | Downloaded lalrpop-util v0.19.12 |
| 1163 | 2025-01-17T13:53:43.113Z | Downloaded indoc v1.0.9 |
| 1164 | 2025-01-17T13:53:43.116Z | Downloaded humantime v2.1.0 |
| 1165 | 2025-01-17T13:53:43.116Z | Downloaded bitflags v1.3.2 |
| 1166 | 2025-01-17T13:53:43.119Z | Downloaded cstr-argument v0.1.2 |
| 1167 | 2025-01-17T13:53:43.122Z | Downloaded cassowary v0.3.0 |
| 1168 | 2025-01-17T13:53:43.122Z | Downloaded crc v3.2.1 |
| 1169 | 2025-01-17T13:53:43.125Z | Downloaded chacha20 v0.9.1 |
| 1170 | 2025-01-17T13:53:43.127Z | Downloaded block-padding v0.3.3 |
| 1171 | 2025-01-17T13:53:43.127Z | Downloaded buf-list v1.0.3 |
| 1172 | 2025-01-17T13:53:43.130Z | Downloaded bitfield-struct v0.6.2 |
| 1173 | 2025-01-17T13:53:43.130Z | Downloaded bb8 v0.8.5 |
| 1174 | 2025-01-17T13:53:43.133Z | Downloaded home v0.5.9 |
| 1175 | 2025-01-17T13:53:43.133Z | Downloaded cobs v0.2.3 |
| 1176 | 2025-01-17T13:53:43.135Z | Downloaded cfg_aliases v0.2.1 |
| 1177 | 2025-01-17T13:53:43.137Z | Downloaded colored v2.1.0 |
| 1178 | 2025-01-17T13:53:43.140Z | Downloaded cmake v0.1.51 |
| 1179 | 2025-01-17T13:53:43.140Z | Downloaded bit-set v0.5.3 |
| 1180 | 2025-01-17T13:53:43.140Z | Downloaded matches v0.1.10 |
| 1181 | 2025-01-17T13:53:43.298Z | Downloaded libsqlite3-sys v0.30.1 |
| 1182 | 2025-01-17T13:53:43.491Z | Downloaded ring v0.17.8 |
| 1183 | 2025-01-17T13:53:43.810Z | Downloaded aws-lc-sys v0.22.0 |
| 1184 | 2025-01-17T13:53:44.135Z | Compiling serde v1.0.217 |
| 1185 | 2025-01-17T13:53:44.137Z | Compiling lock_api v0.4.12 |
| 1186 | 2025-01-17T13:53:44.137Z | Compiling scopeguard v1.2.0 |
| 1187 | 2025-01-17T13:53:44.138Z | Compiling value-bag v1.9.0 |
| 1188 | 2025-01-17T13:53:44.138Z | Compiling typenum v1.17.0 |
| 1189 | 2025-01-17T13:53:44.138Z | Compiling generic-array v0.14.7 |
| 1190 | 2025-01-17T13:53:44.334Z | Compiling syn v2.0.96 |
| 1191 | 2025-01-17T13:53:44.350Z | Compiling getrandom v0.2.15 |
| 1192 | 2025-01-17T13:53:44.470Z | Compiling subtle v2.6.1 |
| 1193 | 2025-01-17T13:53:44.639Z | Compiling rand_core v0.6.4 |
| 1194 | 2025-01-17T13:53:44.770Z | Compiling log v0.4.22 |
| 1195 | 2025-01-17T13:53:44.843Z | Compiling shlex v1.3.0 |
| 1196 | 2025-01-17T13:53:44.866Z | Compiling jobserver v0.1.32 |
| 1197 | 2025-01-17T13:53:44.890Z | Compiling smallvec v1.13.2 |
| 1198 | 2025-01-17T13:53:45.103Z | Compiling const-oid v0.9.6 |
| 1199 | 2025-01-17T13:53:45.163Z | Compiling spin v0.9.8 |
| 1200 | 2025-01-17T13:53:45.200Z | Compiling pin-project-lite v0.2.14 |
| 1201 | 2025-01-17T13:53:45.258Z | Compiling cc v1.1.30 |
| 1202 | 2025-01-17T13:53:45.327Z | Compiling rustix v0.38.37 |
| 1203 | 2025-01-17T13:53:45.517Z | Compiling parking_lot_core v0.9.10 |
| 1204 | 2025-01-17T13:53:45.555Z | Compiling futures-core v0.3.31 |
| 1205 | 2025-01-17T13:53:45.671Z | Compiling signal-hook-registry v1.4.2 |
| 1206 | 2025-01-17T13:53:45.802Z | Compiling mio v1.0.2 |
| 1207 | 2025-01-17T13:53:46.109Z | Compiling aho-corasick v1.1.3 |
| 1208 | 2025-01-17T13:53:46.358Z | Compiling cpufeatures v0.2.14 |
| 1209 | 2025-01-17T13:53:46.464Z | Compiling parking_lot v0.12.3 |
| 1210 | 2025-01-17T13:53:46.565Z | Compiling regex-syntax v0.8.5 |
| 1211 | 2025-01-17T13:53:46.585Z | Compiling either v1.13.0 |
| 1212 | 2025-01-17T13:53:46.815Z | Compiling lazy_static v1.5.0 |
| 1213 | 2025-01-17T13:53:46.954Z | Compiling futures-sink v0.3.31 |
| 1214 | 2025-01-17T13:53:46.974Z | Compiling glob v0.3.1 |
| 1215 | 2025-01-17T13:53:47.119Z | Compiling stable_deref_trait v1.2.0 |
| 1216 | 2025-01-17T13:53:47.142Z | Compiling socket2 v0.5.7 |
| 1217 | 2025-01-17T13:53:47.229Z | Compiling slab v0.4.9 |
| 1218 | 2025-01-17T13:53:47.279Z | Compiling prettyplease v0.2.25 |
| 1219 | 2025-01-17T13:53:47.671Z | Compiling serde_json v1.0.135 |
| 1220 | 2025-01-17T13:53:47.771Z | Compiling minimal-lexical v0.2.1 |
| 1221 | 2025-01-17T13:53:47.946Z | Compiling clang-sys v1.8.1 |
| 1222 | 2025-01-17T13:53:48.161Z | Compiling libloading v0.8.5 |
| 1223 | 2025-01-17T13:53:48.288Z | Compiling nom v7.1.3 |
| 1224 | 2025-01-17T13:53:48.321Z | Compiling home v0.5.9 |
| 1225 | 2025-01-17T13:53:48.527Z | Compiling bindgen v0.69.5 |
| 1226 | 2025-01-17T13:53:48.578Z | Compiling futures-channel v0.3.31 |
| 1227 | 2025-01-17T13:53:49.002Z | Compiling itertools v0.12.1 |
| 1228 | 2025-01-17T13:53:49.027Z | Compiling futures-io v0.3.31 |
| 1229 | 2025-01-17T13:53:49.312Z | Compiling foldhash v0.1.3 |
| 1230 | 2025-01-17T13:53:49.391Z | Compiling allocator-api2 v0.2.18 |
| 1231 | 2025-01-17T13:53:49.630Z | Compiling futures-task v0.3.31 |
| 1232 | 2025-01-17T13:53:49.913Z | Compiling pin-utils v0.1.0 |
| 1233 | 2025-01-17T13:53:50.029Z | Compiling rustc-hash v1.1.0 |
| 1234 | 2025-01-17T13:53:50.176Z | Compiling lazycell v1.3.0 |
| 1235 | 2025-01-17T13:53:50.198Z | Compiling libm v0.2.8 |
| 1236 | 2025-01-17T13:53:50.338Z | Compiling regex-automata v0.4.8 |
| 1237 | 2025-01-17T13:53:50.525Z | Compiling hashbrown v0.15.1 |
| 1238 | 2025-01-17T13:53:50.964Z | Compiling cmake v0.1.51 |
| 1239 | 2025-01-17T13:53:51.664Z | Compiling synstructure v0.13.1 |
| 1240 | 2025-01-17T13:53:51.825Z | Compiling cexpr v0.6.0 |
| 1241 | 2025-01-17T13:53:51.954Z | Compiling num-traits v0.2.19 |
| 1242 | 2025-01-17T13:53:52.246Z | Compiling pkg-config v0.3.31 |
| 1243 | 2025-01-17T13:53:52.831Z | Compiling dunce v1.0.5 |
| 1244 | 2025-01-17T13:53:52.973Z | Compiling fs_extra v1.3.0 |
| 1245 | 2025-01-17T13:53:53.082Z | Compiling tinyvec_macros v0.1.1 |
| 1246 | 2025-01-17T13:53:53.185Z | Compiling tinyvec v1.8.0 |
| 1247 | 2025-01-17T13:53:53.577Z | Compiling ring v0.17.8 |
| 1248 | 2025-01-17T13:53:53.727Z | Compiling unicode-bidi v0.3.17 |
| 1249 | 2025-01-17T13:53:54.608Z | Compiling unicode-normalization v0.1.24 |
| 1250 | 2025-01-17T13:53:54.628Z | Compiling base64ct v1.6.0 |
| 1251 | 2025-01-17T13:53:54.851Z | Compiling paste v1.0.15 |
| 1252 | 2025-01-17T13:53:54.943Z | Compiling writeable v0.5.5 |
| 1253 | 2025-01-17T13:53:55.183Z | Compiling litemap v0.7.3 |
| 1254 | 2025-01-17T13:53:55.398Z | Compiling pem-rfc7468 v0.7.0 |
| 1255 | 2025-01-17T13:53:55.554Z | Compiling regex v1.11.1 |
| 1256 | 2025-01-17T13:53:55.674Z | Compiling httparse v1.9.5 |
| 1257 | 2025-01-17T13:53:56.072Z | Compiling flagset v0.4.6 |
| 1258 | 2025-01-17T13:53:56.119Z | Compiling aws-lc-rs v1.10.0 |
| 1259 | 2025-01-17T13:53:56.404Z | Compiling tracing-core v0.1.32 |
| 1260 | 2025-01-17T13:53:56.475Z | Compiling percent-encoding v2.3.1 |
| 1261 | 2025-01-17T13:53:56.500Z | Compiling rustls-pki-types v1.10.0 |
| 1262 | 2025-01-17T13:53:56.769Z | Compiling icu_locid_transform_data v1.5.0 |
| 1263 | 2025-01-17T13:53:56.876Z | Compiling crossbeam-utils v0.8.20 |
| 1264 | 2025-01-17T13:53:57.121Z | Compiling serde_derive v1.0.217 |
| 1265 | 2025-01-17T13:53:57.349Z | Compiling zeroize_derive v1.4.2 |
| 1266 | 2025-01-17T13:53:57.403Z | Compiling zerocopy-derive v0.7.35 |
| 1267 | 2025-01-17T13:53:57.433Z | Compiling tokio-macros v2.5.0 |
| 1268 | 2025-01-17T13:53:57.546Z | Compiling zerofrom-derive v0.1.4 |
| 1269 | 2025-01-17T13:53:58.761Z | Compiling zeroize v1.8.1 |
| 1270 | 2025-01-17T13:53:58.928Z | Compiling thiserror-impl v1.0.69 |
| 1271 | 2025-01-17T13:53:59.310Z | Compiling yoke-derive v0.7.4 |
| 1272 | 2025-01-17T13:53:59.335Z | Compiling zerocopy v0.7.35 |
| 1273 | 2025-01-17T13:54:00.327Z | Compiling crypto-common v0.1.6 |
| 1274 | 2025-01-17T13:54:00.554Z | Compiling block-buffer v0.10.4 |
| 1275 | 2025-01-17T13:54:00.664Z | Compiling zerovec-derive v0.10.3 |
| 1276 | 2025-01-17T13:54:00.812Z | Compiling digest v0.10.7 |
| 1277 | 2025-01-17T13:54:01.019Z | Compiling zerofrom v0.1.4 |
| 1278 | 2025-01-17T13:54:01.130Z | Compiling futures-macro v0.3.31 |
| 1279 | 2025-01-17T13:54:01.247Z | Compiling hmac v0.12.1 |
| 1280 | 2025-01-17T13:54:01.272Z | Compiling block-padding v0.3.3 |
| 1281 | 2025-01-17T13:54:01.343Z | Compiling displaydoc v0.2.5 |
| 1282 | 2025-01-17T13:54:01.480Z | Compiling inout v0.1.3 |
| 1283 | 2025-01-17T13:54:01.517Z | Compiling sha2 v0.10.8 |
| 1284 | 2025-01-17T13:54:01.758Z | Compiling cipher v0.4.4 |
| 1285 | 2025-01-17T13:54:01.840Z | Compiling thiserror v1.0.69 |
| 1286 | 2025-01-17T13:54:01.860Z | Compiling yoke v0.7.4 |
| 1287 | 2025-01-17T13:54:01.994Z | Compiling ppv-lite86 v0.2.20 |
| 1288 | 2025-01-17T13:54:02.225Z | Compiling der_derive v0.7.3 |
| 1289 | 2025-01-17T13:54:02.247Z | Compiling icu_provider_macros v1.5.0 |
| 1290 | 2025-01-17T13:54:02.824Z | Compiling rand_chacha v0.3.1 |
| 1291 | 2025-01-17T13:54:02.872Z | Compiling tracing-attributes v0.1.27 |
| 1292 | 2025-01-17T13:54:02.980Z | Compiling futures-util v0.3.31 |
| 1293 | 2025-01-17T13:54:03.117Z | Compiling zerovec v0.10.4 |
| 1294 | 2025-01-17T13:54:03.358Z | Compiling rand v0.8.5 |
| 1295 | 2025-01-17T13:54:04.602Z | Compiling der v0.7.9 |
| 1296 | 2025-01-17T13:54:05.109Z | Compiling tinystr v0.7.6 |
| 1297 | 2025-01-17T13:54:05.130Z | Compiling icu_collections v1.5.0 |
| 1298 | 2025-01-17T13:54:05.157Z | Compiling salsa20 v0.10.2 |
| 1299 | 2025-01-17T13:54:05.366Z | Compiling pest v2.7.14 |
| 1300 | 2025-01-17T13:54:05.391Z | Compiling pbkdf2 v0.12.2 |
| 1301 | 2025-01-17T13:54:05.485Z | Compiling icu_locid v1.5.0 |
| 1302 | 2025-01-17T13:54:06.101Z | Compiling tracing v0.1.40 |
| 1303 | 2025-01-17T13:54:06.278Z | Compiling time-core v0.1.2 |
| 1304 | 2025-01-17T13:54:06.403Z | Compiling powerfmt v0.2.0 |
| 1305 | 2025-01-17T13:54:06.466Z | Compiling num-conv v0.1.0 |
| 1306 | 2025-01-17T13:54:06.566Z | Compiling spki v0.7.3 |
| 1307 | 2025-01-17T13:54:06.758Z | Compiling icu_provider v1.5.0 |
| 1308 | 2025-01-17T13:54:06.792Z | Compiling untrusted v0.9.0 |
| 1309 | 2025-01-17T13:54:06.907Z | Compiling icu_properties_data v1.5.0 |
| 1310 | 2025-01-17T13:54:06.971Z | Compiling vcpkg v0.2.15 |
| 1311 | 2025-01-17T13:54:07.176Z | Compiling untrusted v0.7.1 |
| 1312 | 2025-01-17T13:54:07.409Z | Compiling mirai-annotations v1.12.0 |
| 1313 | 2025-01-17T13:54:07.582Z | Compiling icu_locid_transform v1.5.0 |
| 1314 | 2025-01-17T13:54:07.621Z | Compiling time-macros v0.2.18 |
| 1315 | 2025-01-17T13:54:07.743Z | Compiling deranged v0.3.11 |
| 1316 | 2025-01-17T13:54:08.240Z | Compiling pest_meta v2.7.14 |
| 1317 | 2025-01-17T13:54:08.843Z | Compiling openssl-sys v0.9.103 |
| 1318 | 2025-01-17T13:54:09.180Z | Compiling icu_properties v1.5.1 |
| 1319 | 2025-01-17T13:54:09.559Z | Compiling scrypt v0.11.0 |
| 1320 | 2025-01-17T13:54:09.868Z | Compiling bitflags v2.6.0 |
| 1321 | 2025-01-17T13:54:09.920Z | Compiling bytes v1.9.0 |
| 1322 | 2025-01-17T13:54:10.105Z | Compiling indexmap v2.7.0 |
| 1323 | 2025-01-17T13:54:10.631Z | Compiling semver v1.0.24 |
| 1324 | 2025-01-17T13:54:10.929Z | Compiling tokio v1.43.0 |
| 1325 | 2025-01-17T13:54:11.148Z | Compiling http v1.2.0 |
| 1326 | 2025-01-17T13:54:11.321Z | Compiling rustc_version v0.4.1 |
| 1327 | 2025-01-17T13:54:11.381Z | Compiling cbc v0.1.2 |
| 1328 | 2025-01-17T13:54:11.631Z | Compiling aes v0.8.4 |
| 1329 | 2025-01-17T13:54:11.991Z | Compiling scroll_derive v0.12.0 |
| 1330 | 2025-01-17T13:54:12.608Z | Compiling write16 v1.0.0 |
| 1331 | 2025-01-17T13:54:12.761Z | Compiling num_threads v0.1.7 |
| 1332 | 2025-01-17T13:54:12.903Z | Compiling icu_normalizer_data v1.5.0 |
| 1333 | 2025-01-17T13:54:12.988Z | Compiling utf8_iter v1.0.4 |
| 1334 | 2025-01-17T13:54:13.014Z | Compiling utf16_iter v1.0.5 |
| 1335 | 2025-01-17T13:54:13.232Z | Compiling atomic-waker v1.1.2 |
| 1336 | 2025-01-17T13:54:13.253Z | Compiling icu_normalizer v1.5.0 |
| 1337 | 2025-01-17T13:54:13.381Z | Compiling time v0.3.36 |
| 1338 | 2025-01-17T13:54:13.413Z | Compiling scroll v0.12.0 |
| 1339 | 2025-01-17T13:54:13.433Z | Compiling http-body v1.0.1 |
| 1340 | 2025-01-17T13:54:13.678Z | Compiling pkcs5 v0.7.1 |
| 1341 | 2025-01-17T13:54:13.788Z | Compiling which v4.4.2 |
| 1342 | 2025-01-17T13:54:14.052Z | Compiling pest_generator v2.7.14 |
| 1343 | 2025-01-17T13:54:14.493Z | Compiling form_urlencoded v1.2.1 |
| 1344 | 2025-01-17T13:54:14.794Z | Compiling try-lock v0.2.5 |
| 1345 | 2025-01-17T13:54:14.820Z | Compiling slog v2.7.0 |
| 1346 | 2025-01-17T13:54:14.923Z | Compiling goblin v0.8.2 |
| 1347 | 2025-01-17T13:54:14.955Z | Compiling want v0.3.1 |
| 1348 | 2025-01-17T13:54:14.998Z | Compiling pkcs8 v0.10.2 |
| 1349 | 2025-01-17T13:54:15.247Z | Compiling idna_adapter v1.2.0 |
| 1350 | 2025-01-17T13:54:15.379Z | Compiling uuid v1.12.0 |
| 1351 | 2025-01-17T13:54:15.479Z | Compiling httpdate v1.0.3 |
| 1352 | 2025-01-17T13:54:15.657Z | Compiling iana-time-zone v0.1.61 |
| 1353 | 2025-01-17T13:54:15.855Z | Compiling pest_derive v2.7.14 |
| 1354 | 2025-01-17T13:54:15.920Z | Compiling chrono v0.4.38 |
| 1355 | 2025-01-17T13:54:16.059Z | Compiling idna v1.0.3 |
| 1356 | 2025-01-17T13:54:16.642Z | Compiling dtrace-parser v0.2.0 |
| 1357 | 2025-01-17T13:54:17.619Z | Compiling serde_spanned v0.6.8 |
| 1358 | 2025-01-17T13:54:17.622Z | Compiling serde_tokenstream v0.2.2 |
| 1359 | 2025-01-17T13:54:17.888Z | Compiling toml_datetime v0.6.8 |
| 1360 | 2025-01-17T13:54:18.064Z | Compiling adler2 v2.0.0 |
| 1361 | 2025-01-17T13:54:18.184Z | Compiling match_cfg v0.1.0 |
| 1362 | 2025-01-17T13:54:18.288Z | Compiling openssl v0.10.66 |
| 1363 | 2025-01-17T13:54:18.308Z | Compiling tower-service v0.3.3 |
| 1364 | 2025-01-17T13:54:18.331Z | Compiling base64 v0.22.1 |
| 1365 | 2025-01-17T13:54:18.450Z | Compiling rustversion v1.0.17 |
| 1366 | 2025-01-17T13:54:18.570Z | Compiling foreign-types-shared v0.1.1 |
| 1367 | 2025-01-17T13:54:18.701Z | Compiling foreign-types v0.3.2 |
| 1368 | 2025-01-17T13:54:18.752Z | Compiling hostname v0.3.1 |
| 1369 | 2025-01-17T13:54:18.812Z | Compiling miniz_oxide v0.8.0 |
| 1370 | 2025-01-17T13:54:18.970Z | Compiling tokio-util v0.7.12 |
| 1371 | 2025-01-17T13:54:18.996Z | Compiling url v2.5.3 |
| 1372 | 2025-01-17T13:54:19.310Z | Compiling openssl-macros v0.1.1 |
| 1373 | 2025-01-17T13:54:20.026Z | Compiling h2 v0.4.6 |
| 1374 | 2025-01-17T13:54:20.194Z | Compiling async-trait v0.1.83 |
| 1375 | 2025-01-17T13:54:20.218Z | Compiling serde_derive_internals v0.29.1 |
| 1376 | 2025-01-17T13:54:20.389Z | Compiling dirs-sys-next v0.1.2 |
| 1377 | 2025-01-17T13:54:20.760Z | Compiling dof v0.3.0 |
| 1378 | 2025-01-17T13:54:20.940Z | Compiling rustls v0.22.4 |
| 1379 | 2025-01-17T13:54:21.215Z | Compiling rustls v0.23.19 |
| 1380 | 2025-01-17T13:54:21.501Z | Compiling usdt-impl v0.5.0 |
| 1381 | 2025-01-17T13:54:22.561Z | Compiling data-encoding v2.6.0 |
| 1382 | 2025-01-17T13:54:22.583Z | Compiling siphasher v0.3.11 |
| 1383 | 2025-01-17T13:54:22.586Z | Compiling syn v1.0.109 |
| 1384 | 2025-01-17T13:54:22.913Z | Compiling native-tls v0.2.12 |
| 1385 | 2025-01-17T13:54:22.964Z | Compiling schemars v0.8.21 |
| 1386 | 2025-01-17T13:54:23.279Z | Compiling schemars_derive v0.8.21 |
| 1387 | 2025-01-17T13:54:23.350Z | Compiling dirs-next v2.0.0 |
| 1388 | 2025-01-17T13:54:24.204Z | Compiling http-body-util v0.1.2 |
| 1389 | 2025-01-17T13:54:24.317Z | Compiling heapless v0.7.17 |
| 1390 | 2025-01-17T13:54:24.602Z | Compiling crossbeam-epoch v0.9.18 |
| 1391 | 2025-01-17T13:54:24.659Z | Compiling signature v2.2.0 |
| 1392 | 2025-01-17T13:54:24.745Z | Compiling sha1 v0.10.6 |
| 1393 | 2025-01-17T13:54:24.825Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1394 | 2025-01-17T13:54:24.943Z | Compiling thread_local v1.1.8 |
| 1395 | 2025-01-17T13:54:25.160Z | Compiling cookie v0.18.1 |
| 1396 | 2025-01-17T13:54:25.249Z | Compiling encoding_rs v0.8.34 |
| 1397 | 2025-01-17T13:54:25.303Z | Compiling multer v3.1.0 |
| 1398 | 2025-01-17T13:54:25.415Z | Compiling rayon-core v1.12.1 |
| 1399 | 2025-01-17T13:54:25.452Z | Compiling dyn-clone v1.0.17 |
| 1400 | 2025-01-17T13:54:25.580Z | Compiling slog-async v2.8.0 |
| 1401 | 2025-01-17T13:54:25.676Z | Compiling unicode-properties v0.1.3 |
| 1402 | 2025-01-17T13:54:25.698Z | Compiling signal-hook v0.3.17 |
| 1403 | 2025-01-17T13:54:25.972Z | Compiling openssl-probe v0.1.5 |
| 1404 | 2025-01-17T13:54:26.048Z | Compiling mime v0.3.17 |
| 1405 | 2025-01-17T13:54:26.122Z | Compiling gimli v0.31.1 |
| 1406 | 2025-01-17T13:54:26.196Z | Compiling ipnet v2.10.1 |
| 1407 | 2025-01-17T13:54:26.288Z | Compiling toml_edit v0.22.22 |
| 1408 | 2025-01-17T13:54:27.274Z | Compiling hyper v1.5.2 |
| 1409 | 2025-01-17T13:54:29.934Z | Compiling hyper-util v0.1.10 |
| 1410 | 2025-01-17T13:54:30.004Z | Compiling stringprep v0.1.5 |
| 1411 | 2025-01-17T13:54:30.925Z | Compiling addr2line v0.24.2 |
| 1412 | 2025-01-17T13:54:30.999Z | Compiling crossbeam-deque v0.8.5 |
| 1413 | 2025-01-17T13:54:31.063Z | Compiling usdt-macro v0.5.0 |
| 1414 | 2025-01-17T13:54:31.090Z | Compiling usdt-attr-macro v0.5.0 |
| 1415 | 2025-01-17T13:54:31.321Z | Compiling term v0.7.0 |
| 1416 | 2025-01-17T13:54:31.711Z | Compiling slog-json v2.6.1 |
| 1417 | 2025-01-17T13:54:32.050Z | Compiling serde_urlencoded v0.7.1 |
| 1418 | 2025-01-17T13:54:32.436Z | Compiling curve25519-dalek v4.1.3 |
| 1419 | 2025-01-17T13:54:32.527Z | Compiling crossbeam-channel v0.5.13 |
| 1420 | 2025-01-17T13:54:32.598Z | Compiling futures-executor v0.3.31 |
| 1421 | 2025-01-17T13:54:32.619Z | Compiling enum-as-inner v0.6.1 |
| 1422 | 2025-01-17T13:54:32.781Z | Compiling md-5 v0.10.6 |
| 1423 | 2025-01-17T13:54:33.076Z | Compiling async-stream-impl v0.3.6 |
| 1424 | 2025-01-17T13:54:33.095Z | Compiling rustls-pemfile v2.2.0 |
| 1425 | 2025-01-17T13:54:33.116Z | Compiling num-integer v0.1.46 |
| 1426 | 2025-01-17T13:54:33.434Z | Compiling idna v0.3.0 |
| 1427 | 2025-01-17T13:54:33.539Z | Compiling idna v0.4.0 |
| 1428 | 2025-01-17T13:54:33.623Z | Compiling hash32 v0.2.1 |
| 1429 | 2025-01-17T13:54:33.791Z | Compiling ff v0.13.0 |
| 1430 | 2025-01-17T13:54:33.842Z | Compiling is-terminal v0.4.13 |
| 1431 | 2025-01-17T13:54:33.979Z | Compiling object v0.36.5 |
| 1432 | 2025-01-17T13:54:33.981Z | Compiling dropshot v0.12.0 |
| 1433 | 2025-01-17T13:54:34.016Z | Compiling num-bigint-dig v0.8.4 |
| 1434 | 2025-01-17T13:54:34.290Z | Compiling quick-error v1.2.3 |
| 1435 | 2025-01-17T13:54:34.321Z | Compiling smoltcp v0.9.1 |
| 1436 | 2025-01-17T13:54:34.363Z | Compiling psl-types v2.0.11 |
| 1437 | 2025-01-17T13:54:34.438Z | Compiling base16ct v0.2.0 |
| 1438 | 2025-01-17T13:54:34.568Z | Compiling anyhow v1.0.93 |
| 1439 | 2025-01-17T13:54:34.767Z | Compiling linked-hash-map v0.5.6 |
| 1440 | 2025-01-17T13:54:34.955Z | Compiling fallible-iterator v0.2.0 |
| 1441 | 2025-01-17T13:54:34.958Z | Compiling utf-8 v0.7.6 |
| 1442 | 2025-01-17T13:54:35.010Z | Compiling rustc-demangle v0.1.24 |
| 1443 | 2025-01-17T13:54:35.076Z | Compiling portable-atomic v1.9.0 |
| 1444 | 2025-01-17T13:54:35.144Z | Compiling take_mut v0.2.2 |
| 1445 | 2025-01-17T13:54:35.318Z | Compiling tungstenite v0.24.0 |
| 1446 | 2025-01-17T13:54:35.616Z | Compiling postgres-protocol v0.6.7 |
| 1447 | 2025-01-17T13:54:36.131Z | Compiling lru-cache v0.1.2 |
| 1448 | 2025-01-17T13:54:36.326Z | Compiling sec1 v0.7.3 |
| 1449 | 2025-01-17T13:54:36.329Z | Compiling publicsuffix v2.2.3 |
| 1450 | 2025-01-17T13:54:36.367Z | Compiling hickory-proto v0.24.1 |
| 1451 | 2025-01-17T13:54:36.599Z | Compiling resolv-conf v0.7.0 |
| 1452 | 2025-01-17T13:54:36.810Z | Compiling async-stream v0.3.6 |
| 1453 | 2025-01-17T13:54:37.014Z | Compiling usdt v0.5.0 |
| 1454 | 2025-01-17T13:54:37.103Z | Compiling group v0.13.0 |
| 1455 | 2025-01-17T13:54:37.327Z | Compiling slog-term v2.9.1 |
| 1456 | 2025-01-17T13:54:37.449Z | Compiling num-iter v0.1.45 |
| 1457 | 2025-01-17T13:54:37.648Z | Compiling futures v0.3.31 |
| 1458 | 2025-01-17T13:54:37.668Z | Compiling slog-bunyan v2.5.0 |
| 1459 | 2025-01-17T13:54:38.971Z | Compiling camino v1.1.9 |
| 1460 | 2025-01-17T13:54:39.392Z | Compiling tokio-native-tls v0.3.1 |
| 1461 | 2025-01-17T13:54:39.417Z | Compiling toml v0.8.19 |
| 1462 | 2025-01-17T13:54:39.468Z | Compiling phf_shared v0.11.2 |
| 1463 | 2025-01-17T13:54:39.677Z | Compiling dropshot_endpoint v0.12.0 |
| 1464 | 2025-01-17T13:54:39.812Z | Compiling terminal_size v0.4.0 |
| 1465 | 2025-01-17T13:54:39.832Z | Compiling waitgroup v0.1.2 |
| 1466 | 2025-01-17T13:54:40.048Z | Compiling openapiv3 v2.0.0 |
| 1467 | 2025-01-17T13:54:40.051Z | Compiling serde_path_to_error v0.1.16 |
| 1468 | 2025-01-17T13:54:40.827Z | Compiling backtrace v0.3.74 |
| 1469 | 2025-01-17T13:54:40.892Z | Compiling hkdf v0.12.4 |
| 1470 | 2025-01-17T13:54:40.972Z | Compiling crypto-bigint v0.5.5 |
| 1471 | 2025-01-17T13:54:41.165Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1472 | 2025-01-17T13:54:42.658Z | Compiling zerocopy-derive v0.6.6 |
| 1473 | 2025-01-17T13:54:43.834Z | Compiling webpki-roots v0.26.6 |
| 1474 | 2025-01-17T13:54:43.877Z | Compiling idna v0.5.0 |
| 1475 | 2025-01-17T13:54:44.039Z | Compiling hostname v0.4.0 |
| 1476 | 2025-01-17T13:54:44.042Z | Compiling hubpack_derive v0.1.1 |
| 1477 | 2025-01-17T13:54:44.073Z | Compiling fs-err v2.11.0 |
| 1478 | 2025-01-17T13:54:44.247Z | Compiling crc32fast v1.4.2 |
| 1479 | 2025-01-17T13:54:44.373Z | Compiling ahash v0.8.11 |
| 1480 | 2025-01-17T13:54:44.596Z | Compiling managed v0.8.0 |
| 1481 | 2025-01-17T13:54:44.619Z | Compiling bitflags v1.3.2 |
| 1482 | 2025-01-17T13:54:44.708Z | Compiling debug-ignore v1.0.5 |
| 1483 | 2025-01-17T13:54:44.736Z | Compiling winnow v0.5.40 |
| 1484 | 2025-01-17T13:54:44.859Z | Compiling newtype-uuid v1.2.1 |
| 1485 | 2025-01-17T13:54:44.880Z | Compiling console v0.15.8 |
| 1486 | 2025-01-17T13:54:45.174Z | Compiling hubpack v0.1.2 |
| 1487 | 2025-01-17T13:54:45.375Z | Compiling cookie_store v0.21.0 |
| 1488 | 2025-01-17T13:54:45.524Z | Compiling clap_builder v4.5.21 |
| 1489 | 2025-01-17T13:54:45.686Z | Compiling zerocopy v0.6.6 |
| 1490 | 2025-01-17T13:54:46.241Z | Compiling strum_macros v0.25.3 |
| 1491 | 2025-01-17T13:54:46.422Z | Compiling flate2 v1.0.34 |
| 1492 | 2025-01-17T13:54:46.894Z | Compiling elliptic-curve v0.13.8 |
| 1493 | 2025-01-17T13:54:46.969Z | Compiling hickory-resolver v0.24.1 |
| 1494 | 2025-01-17T13:54:47.744Z | Compiling phf v0.11.2 |
| 1495 | 2025-01-17T13:54:48.034Z | Compiling toml_edit v0.19.15 |
| 1496 | 2025-01-17T13:54:48.127Z | Compiling hyper-tls v0.6.0 |
| 1497 | 2025-01-17T13:54:48.221Z | Compiling signal-hook-mio v0.2.4 |
| 1498 | 2025-01-17T13:54:48.399Z | Compiling rayon v1.10.0 |
| 1499 | 2025-01-17T13:54:48.523Z | Compiling bzip2 v0.4.4 |
| 1500 | 2025-01-17T13:54:49.979Z | Compiling tokio-tungstenite v0.24.0 |
| 1501 | 2025-01-17T13:54:50.510Z | Compiling postgres-types v0.2.8 |
| 1502 | 2025-01-17T13:54:52.656Z | Compiling ed25519 v2.2.3 |
| 1503 | 2025-01-17T13:54:52.844Z | Compiling phf_shared v0.10.0 |
| 1504 | 2025-01-17T13:54:53.128Z | Compiling tokio-stream v0.1.16 |
| 1505 | 2025-01-17T13:54:53.236Z | Compiling pkcs1 v0.7.5 |
| 1506 | 2025-01-17T13:54:53.847Z | Compiling serde-big-array v0.5.1 |
| 1507 | 2025-01-17T13:54:54.041Z | Compiling clap_derive v4.5.18 |
| 1508 | 2025-01-17T13:54:54.084Z | Compiling rfc6979 v0.4.0 |
| 1509 | 2025-01-17T13:54:54.116Z | Compiling serde_repr v0.1.19 |
| 1510 | 2025-01-17T13:54:54.281Z | Compiling derive-where v1.2.7 |
| 1511 | 2025-01-17T13:54:54.510Z | Compiling float-cmp v0.9.0 |
| 1512 | 2025-01-17T13:54:54.749Z | Compiling bstr v1.10.0 |
| 1513 | 2025-01-17T13:54:54.974Z | Compiling sync_wrapper v1.0.1 |
| 1514 | 2025-01-17T13:54:55.133Z | Compiling fixedbitset v0.4.2 |
| 1515 | 2025-01-17T13:54:55.211Z | Compiling number_prefix v0.4.0 |
| 1516 | 2025-01-17T13:54:55.233Z | Compiling difflib v0.4.0 |
| 1517 | 2025-01-17T13:54:55.462Z | Compiling new_debug_unreachable v1.0.6 |
| 1518 | 2025-01-17T13:54:55.591Z | Compiling predicates-core v1.0.8 |
| 1519 | 2025-01-17T13:54:55.613Z | Compiling unicode-width v0.2.0 |
| 1520 | 2025-01-17T13:54:55.917Z | Compiling precomputed-hash v0.1.1 |
| 1521 | 2025-01-17T13:54:56.049Z | Compiling unicode-segmentation v1.12.0 |
| 1522 | 2025-01-17T13:54:56.161Z | Compiling normalize-line-endings v0.3.0 |
| 1523 | 2025-01-17T13:54:56.263Z | Compiling static_assertions v1.1.0 |
| 1524 | 2025-01-17T13:54:56.304Z | Compiling whoami v1.5.2 |
| 1525 | 2025-01-17T13:54:56.372Z | Compiling bit-vec v0.6.3 |
| 1526 | 2025-01-17T13:54:56.622Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1527 | 2025-01-17T13:54:56.776Z | Compiling similar v2.6.0 |
| 1528 | 2025-01-17T13:54:56.866Z | Compiling bit-set v0.5.3 |
| 1529 | 2025-01-17T13:54:56.890Z | Compiling tokio-postgres v0.7.12 |
| 1530 | 2025-01-17T13:54:57.148Z | Compiling predicates v3.1.2 |
| 1531 | 2025-01-17T13:54:57.443Z | Compiling indicatif v0.17.9 |
| 1532 | 2025-01-17T13:54:58.577Z | Compiling clap v4.5.21 |
| 1533 | 2025-01-17T13:54:58.650Z | Compiling string_cache v0.8.7 |
| 1534 | 2025-01-17T13:54:58.706Z | Compiling petgraph v0.6.5 |
| 1535 | 2025-01-17T13:54:58.959Z | Compiling ecdsa v0.16.9 |
| 1536 | 2025-01-17T13:54:59.081Z | Compiling rsa v0.9.6 |
| 1537 | 2025-01-17T13:54:59.491Z | Compiling ed25519-dalek v2.1.1 |
| 1538 | 2025-01-17T13:54:59.784Z | Compiling toml v0.7.8 |
| 1539 | 2025-01-17T13:55:00.798Z | Compiling zip v0.6.6 |
| 1540 | 2025-01-17T13:55:01.318Z | Compiling crossterm v0.28.1 |
| 1541 | 2025-01-17T13:55:02.555Z | Compiling hex v0.4.3 |
| 1542 | 2025-01-17T13:55:02.804Z | Compiling x509-cert v0.2.5 |
| 1543 | 2025-01-17T13:55:02.889Z | Compiling itertools v0.10.5 |
| 1544 | 2025-01-17T13:55:02.892Z | Compiling peg-runtime v0.8.3 |
| 1545 | 2025-01-17T13:55:02.931Z | Compiling lalrpop-util v0.19.12 |
| 1546 | 2025-01-17T13:55:03.101Z | Compiling unicode-xid v0.2.6 |
| 1547 | 2025-01-17T13:55:03.287Z | Compiling strum_macros v0.26.4 |
| 1548 | 2025-01-17T13:55:03.309Z | Compiling xattr v1.3.1 |
| 1549 | 2025-01-17T13:55:03.488Z | Compiling filetime v0.2.25 |
| 1550 | 2025-01-17T13:55:03.814Z | Compiling tar v0.4.42 |
| 1551 | 2025-01-17T13:55:07.893Z | Compiling strum v0.26.3 |
| 1552 | 2025-01-17T13:55:11.289Z | Compiling aws-lc-sys v0.22.0 |
| 1553 | 2025-01-17T13:55:38.357Z | Compiling rustls-webpki v0.102.8 |
| 1554 | 2025-01-17T13:55:41.474Z | Compiling tokio-rustls v0.25.0 |
| 1555 | 2025-01-17T13:55:43.151Z | Compiling tokio-rustls v0.26.0 |
| 1556 | 2025-01-17T13:55:43.442Z | Compiling hyper-rustls v0.27.3 |
| 1557 | 2025-01-17T13:55:43.764Z | Compiling reqwest v0.12.9 |
| 1558 | 2025-01-17T13:55:45.129Z | Compiling qorb v0.2.1 |
| 1559 | 2025-01-17T13:55:48.193Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1560 | 2025-01-17T13:55:48.434Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1561 | 2025-01-17T13:55:52.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
| 1562 | 2025-01-17T13:55:52.965Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1563 | 2025-01-17T13:55:53.014Z | Jan 17 13:55:51.098 INFO Starting download, target: Cockroach |
| 1564 | 2025-01-17T13:55:53.014Z | Jan 17 13:55:51.099 INFO Starting download, target: Clickhouse |
| 1565 | 2025-01-17T13:55:53.017Z | Jan 17 13:55:51.099 INFO Starting download, target: Console |
| 1566 | 2025-01-17T13:55:53.017Z | Jan 17 13:55:51.099 INFO Starting download, target: DendriteOpenapi |
| 1567 | 2025-01-17T13:55:53.017Z | Jan 17 13:55:51.099 INFO Starting download, target: DendriteStub |
| 1568 | 2025-01-17T13:55:53.017Z | Jan 17 13:55:51.099 INFO Starting download, target: MaghemiteMgd |
| 1569 | 2025-01-17T13:55:53.017Z | Jan 17 13:55:51.099 INFO Starting download, target: TransceiverControl |
| 1570 | 2025-01-17T13:55:53.017Z | Jan 17 13:55:51.100 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
| 1571 | 2025-01-17T13:55:53.017Z | Jan 17 13:55:51.100 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1572 | 2025-01-17T13:55:53.017Z | Jan 17 13:55:51.100 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1573 | 2025-01-17T13:55:53.017Z | Jan 17 13:55:51.100 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1574 | 2025-01-17T13:55:53.017Z | Jan 17 13:55:51.100 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1575 | 2025-01-17T13:55:53.017Z | Jan 17 13:55:51.100 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1576 | 2025-01-17T13:55:53.017Z | Jan 17 13:55:51.100 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1577 | 2025-01-17T13:55:53.229Z | Jan 17 13:55:51.311 INFO Download complete, target: DendriteOpenapi |
| 1578 | 2025-01-17T13:55:53.345Z | Jan 17 13:55:51.420 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1579 | 2025-01-17T13:55:53.676Z | Jan 17 13:55:51.743 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1580 | 2025-01-17T13:55:53.836Z | Jan 17 13:55:51.919 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1581 | 2025-01-17T13:55:53.841Z | Jan 17 13:55:51.925 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1582 | 2025-01-17T13:55:53.974Z | Jan 17 13:55:52.057 INFO Download complete, target: Console |
| 1583 | 2025-01-17T13:55:54.037Z | Jan 17 13:55:52.120 INFO Download complete, target: TransceiverControl |
| 1584 | 2025-01-17T13:55:54.722Z | Jan 17 13:55:52.807 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1585 | 2025-01-17T13:55:54.722Z | Jan 17 13:55:52.807 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1586 | 2025-01-17T13:55:55.880Z | Jan 17 13:55:53.964 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1587 | 2025-01-17T13:55:56.789Z | Jan 17 13:55:54.873 INFO Download complete, target: MaghemiteMgd |
| 1588 | 2025-01-17T13:55:56.789Z | Jan 17 13:55:54.873 INFO Download complete, target: DendriteStub |
| 1589 | 2025-01-17T13:56:02.092Z | Jan 17 13:56:00.176 INFO Checking that binary works, target: Cockroach |
| 1590 | 2025-01-17T13:56:02.247Z | Jan 17 13:56:00.331 INFO Download complete, target: Cockroach |
| 1591 | 2025-01-17T13:56:08.071Z | Jan 17 13:56:06.154 INFO Checking that binary works, target: Clickhouse |
| 1592 | 2025-01-17T13:56:08.186Z | Jan 17 13:56:06.269 INFO Download complete, target: Clickhouse |
| 1593 | 2025-01-17T13:56:08.208Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1594 | 2025-01-17T13:56:08.211Z | |
| 1595 | 2025-01-17T13:56:08.211Z | real 4:38.908827530 |
| 1596 | 2025-01-17T13:56:08.211Z | user 15:40.597188535 |
| 1597 | 2025-01-17T13:56:08.211Z | sys 2:02.599109651 |
| 1598 | 2025-01-17T13:56:08.211Z | trap 0.559665553 |
| 1599 | 2025-01-17T13:56:08.211Z | tflt 1.592868330 |
| 1600 | 2025-01-17T13:56:08.211Z | dflt 1.715078495 |
| 1601 | 2025-01-17T13:56:08.211Z | kflt 0.023458014 |
| 1602 | 2025-01-17T13:56:08.211Z | lock 25:19.459602888 |
| 1603 | 2025-01-17T13:56:08.211Z | slp 54:30.464370120 |
| 1604 | 2025-01-17T13:56:08.212Z | lat 57.887368280 |
| 1605 | 2025-01-17T13:56:08.212Z | stop 2:28.013362491 |
| 1606 | 2025-01-17T13:56:08.212Z | + banner hack-check |
| 1607 | 2025-01-17T13:56:08.214Z | |
| 1608 | 2025-01-17T13:56:08.215Z | # # ## #### # # #### # # ###### #### # # |
| 1609 | 2025-01-17T13:56:08.215Z | # # # # # # # # # # # # # # # # # |
| 1610 | 2025-01-17T13:56:08.215Z | ###### # # # #### ##### # ###### ##### # #### |
| 1611 | 2025-01-17T13:56:08.215Z | # # ###### # # # # # # # # # # |
| 1612 | 2025-01-17T13:56:08.215Z | # # # # # # # # # # # # # # # # # |
| 1613 | 2025-01-17T13:56:08.215Z | # # # # #### # # #### # # ###### #### # # |
| 1614 | 2025-01-17T13:56:08.215Z | |
| 1615 | 2025-01-17T13:56:08.215Z | + export CARGO_INCREMENTAL=0 |
| 1616 | 2025-01-17T13:56:08.215Z | + CARGO_INCREMENTAL=0 |
| 1617 | 2025-01-17T13:56:08.215Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1618 | 2025-01-17T13:56:08.731Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1619 | 2025-01-17T13:56:11.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 1620 | 2025-01-17T13:56:11.551Z | Running `target/debug/xtask check-features --ci` |
| 1621 | 2025-01-17T13:56:11.572Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1622 | 2025-01-17T13:56:11.572Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1623 | 2025-01-17T13:56:12.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1624 | 2025-01-17T13:56:12.046Z | Running `target/debug/xtask download cargo-hack` |
| 1625 | 2025-01-17T13:56:12.842Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1626 | 2025-01-17T13:56:13.209Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1627 | 2025-01-17T13:56:16.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s |
| 1628 | 2025-01-17T13:56:17.054Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1629 | 2025-01-17T13:56:17.119Z | Jan 17 13:56:15.127 INFO Starting download, target: CargoHack |
| 1630 | 2025-01-17T13:56:17.120Z | Jan 17 13:56:15.128 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1631 | 2025-01-17T13:56:17.752Z | Jan 17 13:56:15.809 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1632 | 2025-01-17T13:56:17.827Z | Jan 17 13:56:15.899 INFO Download complete, target: CargoHack |
| 1633 | 2025-01-17T13:56:17.847Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1634 | 2025-01-17T13:56:17.872Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1635 | 2025-01-17T13:56:18.012Z | info: running `cargo check --bins` on api_identity (1/197) |
| 1636 | 2025-01-17T13:56:18.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1637 | 2025-01-17T13:56:18.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1638 | 2025-01-17T13:56:18.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1639 | 2025-01-17T13:56:18.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1640 | 2025-01-17T13:56:18.601Z | |
| 1641 | 2025-01-17T13:56:18.601Z | info: running `cargo check --bins` on bootstore (2/197) |
| 1642 | 2025-01-17T13:56:19.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1643 | 2025-01-17T13:56:19.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1644 | 2025-01-17T13:56:19.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1645 | 2025-01-17T13:56:19.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1646 | 2025-01-17T13:56:19.213Z | |
| 1647 | 2025-01-17T13:56:19.213Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/197) |
| 1648 | 2025-01-17T13:56:19.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1649 | 2025-01-17T13:56:19.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1650 | 2025-01-17T13:56:19.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1651 | 2025-01-17T13:56:19.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1652 | 2025-01-17T13:56:19.801Z | |
| 1653 | 2025-01-17T13:56:19.801Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197) |
| 1654 | 2025-01-17T13:56:20.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1655 | 2025-01-17T13:56:20.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1656 | 2025-01-17T13:56:20.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1657 | 2025-01-17T13:56:20.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1658 | 2025-01-17T13:56:20.395Z | |
| 1659 | 2025-01-17T13:56:20.397Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197) |
| 1660 | 2025-01-17T13:56:20.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1661 | 2025-01-17T13:56:20.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1662 | 2025-01-17T13:56:20.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1663 | 2025-01-17T13:56:20.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1664 | 2025-01-17T13:56:20.806Z | |
| 1665 | 2025-01-17T13:56:20.806Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197) |
| 1666 | 2025-01-17T13:56:21.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1667 | 2025-01-17T13:56:21.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1668 | 2025-01-17T13:56:21.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1669 | 2025-01-17T13:56:21.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1670 | 2025-01-17T13:56:21.228Z | |
| 1671 | 2025-01-17T13:56:21.228Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197) |
| 1672 | 2025-01-17T13:56:21.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1673 | 2025-01-17T13:56:21.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1674 | 2025-01-17T13:56:21.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1675 | 2025-01-17T13:56:21.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1676 | 2025-01-17T13:56:21.642Z | |
| 1677 | 2025-01-17T13:56:21.642Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197) |
| 1678 | 2025-01-17T13:56:22.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1679 | 2025-01-17T13:56:22.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1680 | 2025-01-17T13:56:22.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1681 | 2025-01-17T13:56:22.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1682 | 2025-01-17T13:56:22.063Z | |
| 1683 | 2025-01-17T13:56:22.063Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197) |
| 1684 | 2025-01-17T13:56:22.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1685 | 2025-01-17T13:56:22.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1686 | 2025-01-17T13:56:22.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1687 | 2025-01-17T13:56:22.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1688 | 2025-01-17T13:56:22.473Z | |
| 1689 | 2025-01-17T13:56:22.473Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197) |
| 1690 | 2025-01-17T13:56:22.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1691 | 2025-01-17T13:56:22.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1692 | 2025-01-17T13:56:22.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1693 | 2025-01-17T13:56:22.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1694 | 2025-01-17T13:56:22.886Z | |
| 1695 | 2025-01-17T13:56:22.886Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197) |
| 1696 | 2025-01-17T13:56:23.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1697 | 2025-01-17T13:56:23.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1698 | 2025-01-17T13:56:23.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1699 | 2025-01-17T13:56:23.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1700 | 2025-01-17T13:56:23.293Z | |
| 1701 | 2025-01-17T13:56:23.293Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197) |
| 1702 | 2025-01-17T13:56:23.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1703 | 2025-01-17T13:56:23.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1704 | 2025-01-17T13:56:23.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1705 | 2025-01-17T13:56:23.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1706 | 2025-01-17T13:56:23.703Z | |
| 1707 | 2025-01-17T13:56:23.703Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197) |
| 1708 | 2025-01-17T13:56:24.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1709 | 2025-01-17T13:56:24.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1710 | 2025-01-17T13:56:24.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1711 | 2025-01-17T13:56:24.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1712 | 2025-01-17T13:56:24.117Z | |
| 1713 | 2025-01-17T13:56:24.117Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197) |
| 1714 | 2025-01-17T13:56:24.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1715 | 2025-01-17T13:56:24.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1716 | 2025-01-17T13:56:24.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1717 | 2025-01-17T13:56:24.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1718 | 2025-01-17T13:56:24.524Z | |
| 1719 | 2025-01-17T13:56:24.524Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197) |
| 1720 | 2025-01-17T13:56:24.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1721 | 2025-01-17T13:56:24.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1722 | 2025-01-17T13:56:24.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1723 | 2025-01-17T13:56:24.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1724 | 2025-01-17T13:56:24.932Z | |
| 1725 | 2025-01-17T13:56:24.932Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197) |
| 1726 | 2025-01-17T13:56:25.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1727 | 2025-01-17T13:56:25.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1728 | 2025-01-17T13:56:25.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1729 | 2025-01-17T13:56:25.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1730 | 2025-01-17T13:56:25.344Z | |
| 1731 | 2025-01-17T13:56:25.344Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197) |
| 1732 | 2025-01-17T13:56:25.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1733 | 2025-01-17T13:56:25.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1734 | 2025-01-17T13:56:25.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1735 | 2025-01-17T13:56:25.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1736 | 2025-01-17T13:56:25.758Z | |
| 1737 | 2025-01-17T13:56:25.759Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197) |
| 1738 | 2025-01-17T13:56:26.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1739 | 2025-01-17T13:56:26.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1740 | 2025-01-17T13:56:26.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1741 | 2025-01-17T13:56:26.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1742 | 2025-01-17T13:56:26.175Z | |
| 1743 | 2025-01-17T13:56:26.175Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197) |
| 1744 | 2025-01-17T13:56:26.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1745 | 2025-01-17T13:56:26.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1746 | 2025-01-17T13:56:26.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1747 | 2025-01-17T13:56:26.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1748 | 2025-01-17T13:56:26.593Z | |
| 1749 | 2025-01-17T13:56:26.593Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197) |
| 1750 | 2025-01-17T13:56:26.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1751 | 2025-01-17T13:56:26.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1752 | 2025-01-17T13:56:26.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1753 | 2025-01-17T13:56:26.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1754 | 2025-01-17T13:56:27.014Z | |
| 1755 | 2025-01-17T13:56:27.014Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197) |
| 1756 | 2025-01-17T13:56:27.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1757 | 2025-01-17T13:56:27.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1758 | 2025-01-17T13:56:27.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1759 | 2025-01-17T13:56:27.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1760 | 2025-01-17T13:56:27.427Z | |
| 1761 | 2025-01-17T13:56:27.427Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197) |
| 1762 | 2025-01-17T13:56:27.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1763 | 2025-01-17T13:56:27.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1764 | 2025-01-17T13:56:27.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1765 | 2025-01-17T13:56:27.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1766 | 2025-01-17T13:56:27.843Z | |
| 1767 | 2025-01-17T13:56:27.843Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197) |
| 1768 | 2025-01-17T13:56:28.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1769 | 2025-01-17T13:56:28.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1770 | 2025-01-17T13:56:28.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1771 | 2025-01-17T13:56:28.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1772 | 2025-01-17T13:56:28.262Z | |
| 1773 | 2025-01-17T13:56:28.262Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197) |
| 1774 | 2025-01-17T13:56:28.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1775 | 2025-01-17T13:56:28.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1776 | 2025-01-17T13:56:28.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1777 | 2025-01-17T13:56:28.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1778 | 2025-01-17T13:56:28.678Z | |
| 1779 | 2025-01-17T13:56:28.678Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197) |
| 1780 | 2025-01-17T13:56:29.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1781 | 2025-01-17T13:56:29.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1782 | 2025-01-17T13:56:29.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1783 | 2025-01-17T13:56:29.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1784 | 2025-01-17T13:56:29.093Z | |
| 1785 | 2025-01-17T13:56:29.093Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197) |
| 1786 | 2025-01-17T13:56:29.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1787 | 2025-01-17T13:56:29.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1788 | 2025-01-17T13:56:29.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1789 | 2025-01-17T13:56:29.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1790 | 2025-01-17T13:56:29.509Z | |
| 1791 | 2025-01-17T13:56:29.509Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197) |
| 1792 | 2025-01-17T13:56:29.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1793 | 2025-01-17T13:56:29.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1794 | 2025-01-17T13:56:29.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1795 | 2025-01-17T13:56:29.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1796 | 2025-01-17T13:56:29.925Z | |
| 1797 | 2025-01-17T13:56:29.925Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197) |
| 1798 | 2025-01-17T13:56:30.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1799 | 2025-01-17T13:56:30.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1800 | 2025-01-17T13:56:30.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1801 | 2025-01-17T13:56:30.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1802 | 2025-01-17T13:56:30.335Z | |
| 1803 | 2025-01-17T13:56:30.335Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197) |
| 1804 | 2025-01-17T13:56:30.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1805 | 2025-01-17T13:56:30.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1806 | 2025-01-17T13:56:30.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1807 | 2025-01-17T13:56:30.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1808 | 2025-01-17T13:56:30.745Z | |
| 1809 | 2025-01-17T13:56:30.745Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197) |
| 1810 | 2025-01-17T13:56:31.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1811 | 2025-01-17T13:56:31.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1812 | 2025-01-17T13:56:31.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1813 | 2025-01-17T13:56:31.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1814 | 2025-01-17T13:56:31.157Z | |
| 1815 | 2025-01-17T13:56:31.157Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197) |
| 1816 | 2025-01-17T13:56:31.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1817 | 2025-01-17T13:56:31.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1818 | 2025-01-17T13:56:31.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1819 | 2025-01-17T13:56:31.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1820 | 2025-01-17T13:56:31.571Z | |
| 1821 | 2025-01-17T13:56:31.571Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197) |
| 1822 | 2025-01-17T13:56:31.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1823 | 2025-01-17T13:56:31.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1824 | 2025-01-17T13:56:31.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1825 | 2025-01-17T13:56:31.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1826 | 2025-01-17T13:56:31.984Z | |
| 1827 | 2025-01-17T13:56:31.984Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197) |
| 1828 | 2025-01-17T13:56:32.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1829 | 2025-01-17T13:56:32.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1830 | 2025-01-17T13:56:32.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1831 | 2025-01-17T13:56:32.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1832 | 2025-01-17T13:56:32.395Z | |
| 1833 | 2025-01-17T13:56:32.395Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197) |
| 1834 | 2025-01-17T13:56:32.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1835 | 2025-01-17T13:56:32.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1836 | 2025-01-17T13:56:32.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1837 | 2025-01-17T13:56:32.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1838 | 2025-01-17T13:56:32.809Z | |
| 1839 | 2025-01-17T13:56:32.809Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197) |
| 1840 | 2025-01-17T13:56:33.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1841 | 2025-01-17T13:56:33.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1842 | 2025-01-17T13:56:33.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1843 | 2025-01-17T13:56:33.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1844 | 2025-01-17T13:56:33.220Z | |
| 1845 | 2025-01-17T13:56:33.220Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197) |
| 1846 | 2025-01-17T13:56:33.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1847 | 2025-01-17T13:56:33.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1848 | 2025-01-17T13:56:33.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1849 | 2025-01-17T13:56:33.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1850 | 2025-01-17T13:56:33.637Z | |
| 1851 | 2025-01-17T13:56:33.637Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197) |
| 1852 | 2025-01-17T13:56:34.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1853 | 2025-01-17T13:56:34.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1854 | 2025-01-17T13:56:34.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1855 | 2025-01-17T13:56:34.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1856 | 2025-01-17T13:56:34.053Z | |
| 1857 | 2025-01-17T13:56:34.053Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197) |
| 1858 | 2025-01-17T13:56:34.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1859 | 2025-01-17T13:56:34.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1860 | 2025-01-17T13:56:34.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1861 | 2025-01-17T13:56:34.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1862 | 2025-01-17T13:56:34.474Z | |
| 1863 | 2025-01-17T13:56:34.474Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197) |
| 1864 | 2025-01-17T13:56:34.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1865 | 2025-01-17T13:56:34.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1866 | 2025-01-17T13:56:34.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1867 | 2025-01-17T13:56:34.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1868 | 2025-01-17T13:56:34.898Z | |
| 1869 | 2025-01-17T13:56:34.898Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197) |
| 1870 | 2025-01-17T13:56:35.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1871 | 2025-01-17T13:56:35.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1872 | 2025-01-17T13:56:35.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1873 | 2025-01-17T13:56:35.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1874 | 2025-01-17T13:56:35.310Z | |
| 1875 | 2025-01-17T13:56:35.312Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197) |
| 1876 | 2025-01-17T13:56:35.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1877 | 2025-01-17T13:56:35.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1878 | 2025-01-17T13:56:35.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1879 | 2025-01-17T13:56:35.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1880 | 2025-01-17T13:56:35.728Z | |
| 1881 | 2025-01-17T13:56:35.728Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197) |
| 1882 | 2025-01-17T13:56:36.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1883 | 2025-01-17T13:56:36.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1884 | 2025-01-17T13:56:36.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1885 | 2025-01-17T13:56:36.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1886 | 2025-01-17T13:56:36.145Z | |
| 1887 | 2025-01-17T13:56:36.145Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197) |
| 1888 | 2025-01-17T13:56:36.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1889 | 2025-01-17T13:56:36.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1890 | 2025-01-17T13:56:36.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1891 | 2025-01-17T13:56:36.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1892 | 2025-01-17T13:56:36.566Z | |
| 1893 | 2025-01-17T13:56:36.566Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197) |
| 1894 | 2025-01-17T13:56:36.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1895 | 2025-01-17T13:56:36.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1896 | 2025-01-17T13:56:36.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1897 | 2025-01-17T13:56:36.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1898 | 2025-01-17T13:56:36.992Z | |
| 1899 | 2025-01-17T13:56:36.993Z | info: running `cargo check --bins` on sled-hardware-types (45/197) |
| 1900 | 2025-01-17T13:56:37.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1901 | 2025-01-17T13:56:37.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1902 | 2025-01-17T13:56:37.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1903 | 2025-01-17T13:56:37.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1904 | 2025-01-17T13:56:37.613Z | |
| 1905 | 2025-01-17T13:56:37.613Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/197) |
| 1906 | 2025-01-17T13:56:38.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1907 | 2025-01-17T13:56:38.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1908 | 2025-01-17T13:56:38.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1909 | 2025-01-17T13:56:38.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1910 | 2025-01-17T13:56:38.225Z | |
| 1911 | 2025-01-17T13:56:38.225Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197) |
| 1912 | 2025-01-17T13:56:38.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1913 | 2025-01-17T13:56:38.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1914 | 2025-01-17T13:56:38.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1915 | 2025-01-17T13:56:38.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1916 | 2025-01-17T13:56:38.848Z | |
| 1917 | 2025-01-17T13:56:38.848Z | info: running `cargo check --bins` on oxlog (48/197) |
| 1918 | 2025-01-17T13:56:39.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1919 | 2025-01-17T13:56:39.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1920 | 2025-01-17T13:56:39.448Z | Checking cfg-if v1.0.0 |
| 1921 | 2025-01-17T13:56:39.450Z | Checking libc v0.2.169 |
| 1922 | 2025-01-17T13:56:39.558Z | Checking serde v1.0.217 |
| 1923 | 2025-01-17T13:56:39.560Z | Checking zeroize v1.8.1 |
| 1924 | 2025-01-17T13:56:39.575Z | Checking memchr v2.7.4 |
| 1925 | 2025-01-17T13:56:39.578Z | Checking typenum v1.17.0 |
| 1926 | 2025-01-17T13:56:39.587Z | Checking scopeguard v1.2.0 |
| 1927 | 2025-01-17T13:56:39.611Z | Checking subtle v2.6.1 |
| 1928 | 2025-01-17T13:56:39.624Z | Checking value-bag v1.9.0 |
| 1929 | 2025-01-17T13:56:39.731Z | Checking lock_api v0.4.12 |
| 1930 | 2025-01-17T13:56:39.805Z | Checking itoa v1.0.11 |
| 1931 | 2025-01-17T13:56:39.862Z | Checking smallvec v1.13.2 |
| 1932 | 2025-01-17T13:56:39.995Z | Checking log v0.4.22 |
| 1933 | 2025-01-17T13:56:40.028Z | Checking const-oid v0.9.6 |
| 1934 | 2025-01-17T13:56:40.109Z | Checking pin-project-lite v0.2.14 |
| 1935 | 2025-01-17T13:56:40.205Z | Checking byteorder v1.5.0 |
| 1936 | 2025-01-17T13:56:40.266Z | Checking futures-core v0.3.31 |
| 1937 | 2025-01-17T13:56:40.398Z | Checking once_cell v1.20.2 |
| 1938 | 2025-01-17T13:56:40.442Z | Checking cpufeatures v0.2.14 |
| 1939 | 2025-01-17T13:56:40.458Z | Checking futures-sink v0.3.31 |
| 1940 | 2025-01-17T13:56:40.533Z | Checking getrandom v0.2.15 |
| 1941 | 2025-01-17T13:56:40.548Z | Checking parking_lot_core v0.9.10 |
| 1942 | 2025-01-17T13:56:40.594Z | Checking signal-hook-registry v1.4.2 |
| 1943 | 2025-01-17T13:56:40.609Z | Checking mio v1.0.2 |
| 1944 | 2025-01-17T13:56:40.642Z | Checking generic-array v0.14.7 |
| 1945 | 2025-01-17T13:56:40.681Z | Checking stable_deref_trait v1.2.0 |
| 1946 | 2025-01-17T13:56:40.767Z | Checking rand_core v0.6.4 |
| 1947 | 2025-01-17T13:56:40.785Z | Checking socket2 v0.5.7 |
| 1948 | 2025-01-17T13:56:40.840Z | Checking spin v0.9.8 |
| 1949 | 2025-01-17T13:56:40.862Z | Checking parking_lot v0.12.3 |
| 1950 | 2025-01-17T13:56:41.074Z | Checking zerocopy v0.7.35 |
| 1951 | 2025-01-17T13:56:41.161Z | Checking slab v0.4.9 |
| 1952 | 2025-01-17T13:56:41.187Z | Checking zerofrom v0.1.4 |
| 1953 | 2025-01-17T13:56:41.205Z | Checking futures-channel v0.3.31 |
| 1954 | 2025-01-17T13:56:41.250Z | Checking futures-task v0.3.31 |
| 1955 | 2025-01-17T13:56:41.388Z | Checking yoke v0.7.4 |
| 1956 | 2025-01-17T13:56:41.415Z | Checking foldhash v0.1.3 |
| 1957 | 2025-01-17T13:56:41.495Z | Checking futures-io v0.3.31 |
| 1958 | 2025-01-17T13:56:41.566Z | Checking pin-utils v0.1.0 |
| 1959 | 2025-01-17T13:56:41.633Z | Checking allocator-api2 v0.2.18 |
| 1960 | 2025-01-17T13:56:41.659Z | Checking equivalent v1.0.1 |
| 1961 | 2025-01-17T13:56:41.672Z | Checking futures-util v0.3.31 |
| 1962 | 2025-01-17T13:56:41.691Z | Checking crypto-common v0.1.6 |
| 1963 | 2025-01-17T13:56:41.706Z | Checking block-buffer v0.10.4 |
| 1964 | 2025-01-17T13:56:41.769Z | Checking zerovec v0.10.4 |
| 1965 | 2025-01-17T13:56:41.865Z | Checking block-padding v0.3.3 |
| 1966 | 2025-01-17T13:56:41.926Z | Checking ryu v1.0.18 |
| 1967 | 2025-01-17T13:56:41.965Z | Checking digest v0.10.7 |
| 1968 | 2025-01-17T13:56:42.054Z | Checking tinyvec_macros v0.1.1 |
| 1969 | 2025-01-17T13:56:42.148Z | Checking tinyvec v1.8.0 |
| 1970 | 2025-01-17T13:56:42.175Z | Checking inout v0.1.3 |
| 1971 | 2025-01-17T13:56:42.258Z | Checking hashbrown v0.15.1 |
| 1972 | 2025-01-17T13:56:42.316Z | Checking fnv v1.0.7 |
| 1973 | 2025-01-17T13:56:42.332Z | Checking hmac v0.12.1 |
| 1974 | 2025-01-17T13:56:42.405Z | Checking cipher v0.4.4 |
| 1975 | 2025-01-17T13:56:42.452Z | Checking sha2 v0.10.8 |
| 1976 | 2025-01-17T13:56:42.538Z | Checking libm v0.2.8 |
| 1977 | 2025-01-17T13:56:42.811Z | Checking base64ct v1.6.0 |
| 1978 | 2025-01-17T13:56:42.980Z | Checking writeable v0.5.5 |
| 1979 | 2025-01-17T13:56:43.244Z | Checking unicode-bidi v0.3.17 |
| 1980 | 2025-01-17T13:56:43.259Z | Checking litemap v0.7.3 |
| 1981 | 2025-01-17T13:56:43.273Z | Checking tinystr v0.7.6 |
| 1982 | 2025-01-17T13:56:43.306Z | Checking pem-rfc7468 v0.7.0 |
| 1983 | 2025-01-17T13:56:43.457Z | Checking unicode-normalization v0.1.24 |
| 1984 | 2025-01-17T13:56:43.460Z | Checking num-traits v0.2.19 |
| 1985 | 2025-01-17T13:56:43.576Z | Checking ppv-lite86 v0.2.20 |
| 1986 | 2025-01-17T13:56:43.590Z | Checking icu_locid v1.5.0 |
| 1987 | 2025-01-17T13:56:43.604Z | Checking flagset v0.4.6 |
| 1988 | 2025-01-17T13:56:43.816Z | Checking der v0.7.9 |
| 1989 | 2025-01-17T13:56:43.841Z | Checking tracing-core v0.1.32 |
| 1990 | 2025-01-17T13:56:43.965Z | Checking bytes v1.9.0 |
| 1991 | 2025-01-17T13:56:44.222Z | Checking indexmap v2.7.0 |
| 1992 | 2025-01-17T13:56:44.377Z | Checking serde_json v1.0.135 |
| 1993 | 2025-01-17T13:56:44.508Z | Checking rand_chacha v0.3.1 |
| 1994 | 2025-01-17T13:56:44.556Z | Checking icu_provider v1.5.0 |
| 1995 | 2025-01-17T13:56:44.746Z | Checking tokio v1.43.0 |
| 1996 | 2025-01-17T13:56:44.879Z | Checking http v1.2.0 |
| 1997 | 2025-01-17T13:56:44.906Z | Checking bitflags v2.6.0 |
| 1998 | 2025-01-17T13:56:45.147Z | Checking thiserror v1.0.69 |
| 1999 | 2025-01-17T13:56:45.208Z | Checking percent-encoding v2.3.1 |
| 2000 | 2025-01-17T13:56:45.281Z | Checking rustls-pki-types v1.10.0 |
| 2001 | 2025-01-17T13:56:45.394Z | Checking icu_locid_transform_data v1.5.0 |
| 2002 | 2025-01-17T13:56:45.435Z | Checking rand v0.8.5 |
| 2003 | 2025-01-17T13:56:45.457Z | Checking spki v0.7.3 |
| 2004 | 2025-01-17T13:56:45.492Z | Checking icu_locid_transform v1.5.0 |
| 2005 | 2025-01-17T13:56:45.723Z | Checking tracing v0.1.40 |
| 2006 | 2025-01-17T13:56:45.824Z | Checking icu_collections v1.5.0 |
| 2007 | 2025-01-17T13:56:46.022Z | Checking salsa20 v0.10.2 |
| 2008 | 2025-01-17T13:56:46.086Z | Checking pbkdf2 v0.12.2 |
| 2009 | 2025-01-17T13:56:46.153Z | Checking aws-lc-sys v0.22.0 |
| 2010 | 2025-01-17T13:56:46.196Z | Checking httparse v1.9.5 |
| 2011 | 2025-01-17T13:56:46.235Z | Checking powerfmt v0.2.0 |
| 2012 | 2025-01-17T13:56:46.248Z | Checking untrusted v0.9.0 |
| 2013 | 2025-01-17T13:56:46.415Z | Checking icu_properties_data v1.5.0 |
| 2014 | 2025-01-17T13:56:46.418Z | Checking untrusted v0.7.1 |
| 2015 | 2025-01-17T13:56:46.442Z | Checking mirai-annotations v1.12.0 |
| 2016 | 2025-01-17T13:56:46.497Z | Checking deranged v0.3.11 |
| 2017 | 2025-01-17T13:56:46.586Z | Checking ring v0.17.8 |
| 2018 | 2025-01-17T13:56:46.610Z | Checking scrypt v0.11.0 |
| 2019 | 2025-01-17T13:56:46.628Z | Checking cbc v0.1.2 |
| 2020 | 2025-01-17T13:56:46.654Z | Checking aes v0.8.4 |
| 2021 | 2025-01-17T13:56:46.671Z | Checking icu_properties v1.5.1 |
| 2022 | 2025-01-17T13:56:46.830Z | Checking crossbeam-utils v0.8.20 |
| 2023 | 2025-01-17T13:56:46.846Z | Checking utf16_iter v1.0.5 |
| 2024 | 2025-01-17T13:56:47.024Z | Checking atomic-waker v1.1.2 |
| 2025 | 2025-01-17T13:56:47.170Z | Checking num-conv v0.1.0 |
| 2026 | 2025-01-17T13:56:47.414Z | Checking time-core v0.1.2 |
| 2027 | 2025-01-17T13:56:47.522Z | Checking icu_normalizer_data v1.5.0 |
| 2028 | 2025-01-17T13:56:47.549Z | Checking num_threads v0.1.7 |
| 2029 | 2025-01-17T13:56:47.564Z | Checking utf8_iter v1.0.4 |
| 2030 | 2025-01-17T13:56:47.629Z | Checking write16 v1.0.0 |
| 2031 | 2025-01-17T13:56:47.673Z | Checking pkcs5 v0.7.1 |
| 2032 | 2025-01-17T13:56:47.764Z | Checking http-body v1.0.1 |
| 2033 | 2025-01-17T13:56:47.782Z | Checking form_urlencoded v1.2.1 |
| 2034 | 2025-01-17T13:56:47.796Z | Checking time v0.3.36 |
| 2035 | 2025-01-17T13:56:47.969Z | Checking try-lock v0.2.5 |
| 2036 | 2025-01-17T13:56:47.987Z | Checking uuid v1.12.0 |
| 2037 | 2025-01-17T13:56:48.112Z | Checking want v0.3.1 |
| 2038 | 2025-01-17T13:56:48.173Z | Checking pkcs8 v0.10.2 |
| 2039 | 2025-01-17T13:56:48.249Z | Checking aws-lc-rs v1.10.0 |
| 2040 | 2025-01-17T13:56:48.284Z | Checking httpdate v1.0.3 |
| 2041 | 2025-01-17T13:56:48.340Z | Checking unicode-ident v1.0.14 |
| 2042 | 2025-01-17T13:56:48.473Z | Checking serde_spanned v0.6.8 |
| 2043 | 2025-01-17T13:56:48.524Z | Checking proc-macro2 v1.0.92 |
| 2044 | 2025-01-17T13:56:48.543Z | Checking toml_datetime v0.6.8 |
| 2045 | 2025-01-17T13:56:48.582Z | Checking slog v2.7.0 |
| 2046 | 2025-01-17T13:56:48.652Z | Checking scroll v0.12.0 |
| 2047 | 2025-01-17T13:56:48.837Z | Checking tower-service v0.3.3 |
| 2048 | 2025-01-17T13:56:48.971Z | Checking plain v0.2.3 |
| 2049 | 2025-01-17T13:56:49.027Z | Checking foreign-types-shared v0.1.1 |
| 2050 | 2025-01-17T13:56:49.126Z | Checking iana-time-zone v0.1.61 |
| 2051 | 2025-01-17T13:56:49.141Z | Checking base64 v0.22.1 |
| 2052 | 2025-01-17T13:56:49.155Z | Checking match_cfg v0.1.0 |
| 2053 | 2025-01-17T13:56:49.183Z | Checking adler2 v2.0.0 |
| 2054 | 2025-01-17T13:56:49.250Z | Checking ucd-trie v0.1.7 |
| 2055 | 2025-01-17T13:56:49.289Z | Checking chrono v0.4.38 |
| 2056 | 2025-01-17T13:56:49.337Z | Checking miniz_oxide v0.8.0 |
| 2057 | 2025-01-17T13:56:49.457Z | Checking pest v2.7.14 |
| 2058 | 2025-01-17T13:56:49.624Z | Checking hostname v0.3.1 |
| 2059 | 2025-01-17T13:56:49.768Z | Checking quote v1.0.38 |
| 2060 | 2025-01-17T13:56:49.839Z | Checking icu_normalizer v1.5.0 |
| 2061 | 2025-01-17T13:56:49.925Z | Checking rustls-webpki v0.102.8 |
| 2062 | 2025-01-17T13:56:50.021Z | Checking foreign-types v0.3.2 |
| 2063 | 2025-01-17T13:56:50.086Z | Checking goblin v0.8.2 |
| 2064 | 2025-01-17T13:56:50.116Z | Checking openssl-sys v0.9.103 |
| 2065 | 2025-01-17T13:56:50.133Z | Checking dirs-sys-next v0.1.2 |
| 2066 | 2025-01-17T13:56:50.309Z | Checking errno v0.3.9 |
| 2067 | 2025-01-17T13:56:50.488Z | Checking aho-corasick v1.1.3 |
| 2068 | 2025-01-17T13:56:50.618Z | Checking idna_adapter v1.2.0 |
| 2069 | 2025-01-17T13:56:50.668Z | Compiling newtype-uuid v1.2.1 |
| 2070 | 2025-01-17T13:56:50.825Z | Checking idna v1.0.3 |
| 2071 | 2025-01-17T13:56:50.934Z | Checking siphasher v0.3.11 |
| 2072 | 2025-01-17T13:56:51.146Z | Checking pretty-hex v0.4.1 |
| 2073 | 2025-01-17T13:56:51.227Z | Checking data-encoding v2.6.0 |
| 2074 | 2025-01-17T13:56:51.289Z | Checking url v2.5.3 |
| 2075 | 2025-01-17T13:56:51.307Z | Checking regex-syntax v0.8.5 |
| 2076 | 2025-01-17T13:56:51.337Z | Checking openssl v0.10.66 |
| 2077 | 2025-01-17T13:56:51.431Z | Checking tokio-util v0.7.12 |
| 2078 | 2025-01-17T13:56:51.823Z | Checking rustix v0.38.37 |
| 2079 | 2025-01-17T13:56:52.046Z | Checking dtrace-parser v0.2.0 |
| 2080 | 2025-01-17T13:56:52.063Z | Checking dirs-next v2.0.0 |
| 2081 | 2025-01-17T13:56:52.094Z | Checking syn v2.0.96 |
| 2082 | 2025-01-17T13:56:52.199Z | Checking http-body-util v0.1.2 |
| 2083 | 2025-01-17T13:56:52.313Z | Checking h2 v0.4.6 |
| 2084 | 2025-01-17T13:56:52.496Z | Checking crossbeam-epoch v0.9.18 |
| 2085 | 2025-01-17T13:56:52.636Z | Checking sha1 v0.10.6 |
| 2086 | 2025-01-17T13:56:52.907Z | Checking signature v2.2.0 |
| 2087 | 2025-01-17T13:56:52.940Z | Checking lazy_static v1.5.0 |
| 2088 | 2025-01-17T13:56:53.063Z | Checking thread_local v1.1.8 |
| 2089 | 2025-01-17T13:56:53.114Z | Checking thread-id v4.2.2 |
| 2090 | 2025-01-17T13:56:53.237Z | Checking encoding_rs v0.8.34 |
| 2091 | 2025-01-17T13:56:53.323Z | Checking winnow v0.6.20 |
| 2092 | 2025-01-17T13:56:54.567Z | Checking regex-automata v0.4.8 |
| 2093 | 2025-01-17T13:56:54.806Z | Checking dof v0.3.0 |
| 2094 | 2025-01-17T13:56:55.022Z | Checking unicode-properties v0.1.3 |
| 2095 | 2025-01-17T13:56:55.368Z | Checking gimli v0.31.1 |
| 2096 | 2025-01-17T13:56:55.403Z | Checking mime v0.3.17 |
| 2097 | 2025-01-17T13:56:55.648Z | Checking utf8parse v0.2.2 |
| 2098 | 2025-01-17T13:56:55.727Z | Checking either v1.13.0 |
| 2099 | 2025-01-17T13:56:55.795Z | Checking ipnet v2.10.1 |
| 2100 | 2025-01-17T13:56:55.915Z | Checking anstyle v1.0.10 |
| 2101 | 2025-01-17T13:56:56.086Z | Checking openssl-probe v0.1.5 |
| 2102 | 2025-01-17T13:56:56.254Z | Checking toml_edit v0.22.22 |
| 2103 | 2025-01-17T13:56:56.257Z | Checking anstyle-parse v0.2.5 |
| 2104 | 2025-01-17T13:56:56.290Z | Checking stringprep v0.1.5 |
| 2105 | 2025-01-17T13:56:56.327Z | Checking native-tls v0.2.12 |
| 2106 | 2025-01-17T13:56:56.525Z | Checking crossbeam-deque v0.8.5 |
| 2107 | 2025-01-17T13:56:56.569Z | Checking term v0.7.0 |
| 2108 | 2025-01-17T13:56:56.626Z | Checking rustls v0.23.19 |
| 2109 | 2025-01-17T13:56:56.869Z | Checking rustls v0.22.4 |
| 2110 | 2025-01-17T13:56:57.008Z | Checking slog-json v2.6.1 |
| 2111 | 2025-01-17T13:56:57.279Z | Checking serde_urlencoded v0.7.1 |
| 2112 | 2025-01-17T13:56:57.688Z | Checking crossbeam-channel v0.5.13 |
| 2113 | 2025-01-17T13:56:58.154Z | Checking usdt-impl v0.5.0 |
| 2114 | 2025-01-17T13:56:58.413Z | Checking futures-executor v0.3.31 |
| 2115 | 2025-01-17T13:56:58.449Z | Checking hyper v1.5.2 |
| 2116 | 2025-01-17T13:56:58.649Z | Checking rustls-pemfile v2.2.0 |
| 2117 | 2025-01-17T13:56:58.719Z | Checking num-integer v0.1.46 |
| 2118 | 2025-01-17T13:56:58.770Z | Checking idna v0.4.0 |
| 2119 | 2025-01-17T13:56:58.845Z | Checking idna v0.3.0 |
| 2120 | 2025-01-17T13:56:58.869Z | Checking md-5 v0.10.6 |
| 2121 | 2025-01-17T13:56:59.109Z | Checking ff v0.13.0 |
| 2122 | 2025-01-17T13:56:59.140Z | Checking addr2line v0.24.2 |
| 2123 | 2025-01-17T13:56:59.201Z | Checking hash32 v0.2.1 |
| 2124 | 2025-01-17T13:56:59.318Z | Checking memmap v0.7.0 |
| 2125 | 2025-01-17T13:56:59.474Z | Checking is-terminal v0.4.13 |
| 2126 | 2025-01-17T13:56:59.539Z | Checking object v0.36.5 |
| 2127 | 2025-01-17T13:56:59.594Z | Checking quick-error v1.2.3 |
| 2128 | 2025-01-17T13:56:59.614Z | Checking psl-types v2.0.11 |
| 2129 | 2025-01-17T13:56:59.683Z | Checking utf-8 v0.7.6 |
| 2130 | 2025-01-17T13:56:59.707Z | Checking fallible-iterator v0.2.0 |
| 2131 | 2025-01-17T13:56:59.739Z | Checking rustc-demangle v0.1.24 |
| 2132 | 2025-01-17T13:56:59.792Z | Checking is_terminal_polyfill v1.70.1 |
| 2133 | 2025-01-17T13:56:59.878Z | Checking linked-hash-map v0.5.6 |
| 2134 | 2025-01-17T13:56:59.917Z | Checking colorchoice v1.0.2 |
| 2135 | 2025-01-17T13:57:00.075Z | Checking take_mut v0.2.2 |
| 2136 | 2025-01-17T13:57:00.137Z | Checking base16ct v0.2.0 |
| 2137 | 2025-01-17T13:57:00.171Z | Checking anstyle-query v1.1.1 |
| 2138 | 2025-01-17T13:57:00.188Z | Checking dyn-clone v1.0.17 |
| 2139 | 2025-01-17T13:57:00.217Z | Checking slog-async v2.8.0 |
| 2140 | 2025-01-17T13:57:00.269Z | Checking postgres-protocol v0.6.7 |
| 2141 | 2025-01-17T13:57:00.299Z | Checking anstream v0.6.15 |
| 2142 | 2025-01-17T13:57:00.327Z | Checking schemars v0.8.21 |
| 2143 | 2025-01-17T13:57:00.330Z | Checking sec1 v0.7.3 |
| 2144 | 2025-01-17T13:57:00.370Z | Checking hyper-util v0.1.10 |
| 2145 | 2025-01-17T13:57:00.497Z | Checking lru-cache v0.1.2 |
| 2146 | 2025-01-17T13:57:00.664Z | Checking tokio-rustls v0.25.0 |
| 2147 | 2025-01-17T13:57:00.690Z | Checking tungstenite v0.24.0 |
| 2148 | 2025-01-17T13:57:00.702Z | Checking publicsuffix v2.2.3 |
| 2149 | 2025-01-17T13:57:00.901Z | Checking resolv-conf v0.7.0 |
| 2150 | 2025-01-17T13:57:00.931Z | Checking hickory-proto v0.24.1 |
| 2151 | 2025-01-17T13:57:01.010Z | Checking slog-term v2.9.1 |
| 2152 | 2025-01-17T13:57:01.265Z | Checking usdt v0.5.0 |
| 2153 | 2025-01-17T13:57:01.508Z | Checking heapless v0.7.17 |
| 2154 | 2025-01-17T13:57:01.511Z | Checking group v0.13.0 |
| 2155 | 2025-01-17T13:57:01.553Z | Checking num-iter v0.1.45 |
| 2156 | 2025-01-17T13:57:01.729Z | Checking toml v0.8.19 |
| 2157 | 2025-01-17T13:57:01.747Z | Checking tokio-rustls v0.26.0 |
| 2158 | 2025-01-17T13:57:01.774Z | Checking futures v0.3.31 |
| 2159 | 2025-01-17T13:57:01.847Z | Checking slog-bunyan v2.5.0 |
| 2160 | 2025-01-17T13:57:01.882Z | Checking rayon-core v1.12.1 |
| 2161 | 2025-01-17T13:57:02.010Z | Checking tokio-native-tls v0.3.1 |
| 2162 | 2025-01-17T13:57:02.133Z | Checking multer v3.1.0 |
| 2163 | 2025-01-17T13:57:02.252Z | Checking terminal_size v0.4.0 |
| 2164 | 2025-01-17T13:57:02.412Z | Checking phf_shared v0.11.2 |
| 2165 | 2025-01-17T13:57:02.430Z | Checking cookie v0.18.1 |
| 2166 | 2025-01-17T13:57:02.444Z | Checking async-stream v0.3.6 |
| 2167 | 2025-01-17T13:57:02.499Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 2168 | 2025-01-17T13:57:02.514Z | Checking signal-hook v0.3.17 |
| 2169 | 2025-01-17T13:57:02.563Z | Checking camino v1.1.9 |
| 2170 | 2025-01-17T13:57:02.624Z | Checking waitgroup v0.1.2 |
| 2171 | 2025-01-17T13:57:02.639Z | Checking openapiv3 v2.0.0 |
| 2172 | 2025-01-17T13:57:02.686Z | Checking webpki-roots v0.26.6 |
| 2173 | 2025-01-17T13:57:02.774Z | Checking idna v0.5.0 |
| 2174 | 2025-01-17T13:57:02.838Z | Checking serde_path_to_error v0.1.16 |
| 2175 | 2025-01-17T13:57:02.854Z | Checking hkdf v0.12.4 |
| 2176 | 2025-01-17T13:57:02.893Z | Checking crypto-bigint v0.5.5 |
| 2177 | 2025-01-17T13:57:03.054Z | Checking hostname v0.4.0 |
| 2178 | 2025-01-17T13:57:03.103Z | Checking crc32fast v1.4.2 |
| 2179 | 2025-01-17T13:57:03.193Z | Checking clap_lex v0.7.2 |
| 2180 | 2025-01-17T13:57:03.354Z | Checking managed v0.8.0 |
| 2181 | 2025-01-17T13:57:03.408Z | Checking strsim v0.11.1 |
| 2182 | 2025-01-17T13:57:03.441Z | Checking winnow v0.5.40 |
| 2183 | 2025-01-17T13:57:03.699Z | Checking bitflags v1.3.2 |
| 2184 | 2025-01-17T13:57:03.702Z | Checking debug-ignore v1.0.5 |
| 2185 | 2025-01-17T13:57:03.717Z | Checking unicode-width v0.1.14 |
| 2186 | 2025-01-17T13:57:03.794Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2187 | 2025-01-17T13:57:03.853Z | Checking smoltcp v0.9.1 |
| 2188 | 2025-01-17T13:57:04.088Z | Checking cookie_store v0.21.0 |
| 2189 | 2025-01-17T13:57:04.211Z | Checking console v0.15.8 |
| 2190 | 2025-01-17T13:57:04.773Z | Checking clap_builder v4.5.21 |
| 2191 | 2025-01-17T13:57:04.775Z | Checking flate2 v1.0.34 |
| 2192 | 2025-01-17T13:57:05.226Z | Checking hyper-rustls v0.27.3 |
| 2193 | 2025-01-17T13:57:05.358Z | Checking signal-hook-mio v0.2.4 |
| 2194 | 2025-01-17T13:57:05.361Z | Checking backtrace v0.3.74 |
| 2195 | 2025-01-17T13:57:05.495Z | Checking hickory-resolver v0.24.1 |
| 2196 | 2025-01-17T13:57:05.523Z | Checking phf v0.11.2 |
| 2197 | 2025-01-17T13:57:05.568Z | Checking bzip2 v0.4.4 |
| 2198 | 2025-01-17T13:57:05.586Z | Checking elliptic-curve v0.13.8 |
| 2199 | 2025-01-17T13:57:05.771Z | Checking dropshot v0.12.0 |
| 2200 | 2025-01-17T13:57:05.795Z | Checking rayon v1.10.0 |
| 2201 | 2025-01-17T13:57:05.866Z | Checking hyper-tls v0.6.0 |
| 2202 | 2025-01-17T13:57:05.894Z | Checking anyhow v1.0.93 |
| 2203 | 2025-01-17T13:57:06.120Z | Checking toml_edit v0.19.15 |
| 2204 | 2025-01-17T13:57:06.138Z | Checking num-bigint-dig v0.8.4 |
| 2205 | 2025-01-17T13:57:06.190Z | Checking tokio-tungstenite v0.24.0 |
| 2206 | 2025-01-17T13:57:06.259Z | Checking postgres-types v0.2.8 |
| 2207 | 2025-01-17T13:57:06.642Z | Checking bstr v1.10.0 |
| 2208 | 2025-01-17T13:57:06.918Z | Checking regex v1.11.1 |
| 2209 | 2025-01-17T13:57:07.067Z | Checking ed25519 v2.2.3 |
| 2210 | 2025-01-17T13:57:07.378Z | Checking tokio-stream v0.1.16 |
| 2211 | 2025-01-17T13:57:07.514Z | Checking phf_shared v0.10.0 |
| 2212 | 2025-01-17T13:57:07.531Z | Checking zerocopy v0.6.6 |
| 2213 | 2025-01-17T13:57:07.693Z | Checking curve25519-dalek v4.1.3 |
| 2214 | 2025-01-17T13:57:07.744Z | Checking hubpack v0.1.2 |
| 2215 | 2025-01-17T13:57:08.032Z | Checking portable-atomic v1.9.0 |
| 2216 | 2025-01-17T13:57:08.084Z | Checking pkcs1 v0.7.5 |
| 2217 | 2025-01-17T13:57:08.150Z | Checking float-cmp v0.9.0 |
| 2218 | 2025-01-17T13:57:08.180Z | Checking serde-big-array v0.5.1 |
| 2219 | 2025-01-17T13:57:08.351Z | Checking rfc6979 v0.4.0 |
| 2220 | 2025-01-17T13:57:08.393Z | Checking sync_wrapper v1.0.1 |
| 2221 | 2025-01-17T13:57:08.471Z | Checking unicode-width v0.2.0 |
| 2222 | 2025-01-17T13:57:08.528Z | Checking whoami v1.5.2 |
| 2223 | 2025-01-17T13:57:08.544Z | Checking number_prefix v0.4.0 |
| 2224 | 2025-01-17T13:57:08.547Z | Checking bit-vec v0.6.3 |
| 2225 | 2025-01-17T13:57:08.745Z | Checking normalize-line-endings v0.3.0 |
| 2226 | 2025-01-17T13:57:08.832Z | Checking predicates-core v1.0.8 |
| 2227 | 2025-01-17T13:57:08.854Z | Checking fixedbitset v0.4.2 |
| 2228 | 2025-01-17T13:57:08.871Z | Checking difflib v0.4.0 |
| 2229 | 2025-01-17T13:57:08.939Z | Checking precomputed-hash v0.1.1 |
| 2230 | 2025-01-17T13:57:09.004Z | Checking new_debug_unreachable v1.0.6 |
| 2231 | 2025-01-17T13:57:09.021Z | Checking static_assertions v1.1.0 |
| 2232 | 2025-01-17T13:57:09.053Z | Checking unicode-segmentation v1.12.0 |
| 2233 | 2025-01-17T13:57:09.099Z | Checking minimal-lexical v0.2.1 |
| 2234 | 2025-01-17T13:57:09.116Z | Checking petgraph v0.6.5 |
| 2235 | 2025-01-17T13:57:09.118Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2236 | 2025-01-17T13:57:09.156Z | Checking qorb v0.2.1 |
| 2237 | 2025-01-17T13:57:09.171Z | Checking predicates v3.1.2 |
| 2238 | 2025-01-17T13:57:09.291Z | Checking indicatif v0.17.9 |
| 2239 | 2025-01-17T13:57:09.472Z | Checking nom v7.1.3 |
| 2240 | 2025-01-17T13:57:09.475Z | Checking ed25519-dalek v2.1.1 |
| 2241 | 2025-01-17T13:57:09.723Z | Checking similar v2.6.0 |
| 2242 | 2025-01-17T13:57:09.776Z | Checking string_cache v0.8.7 |
| 2243 | 2025-01-17T13:57:09.877Z | Checking bit-set v0.5.3 |
| 2244 | 2025-01-17T13:57:10.031Z | Checking tokio-postgres v0.7.12 |
| 2245 | 2025-01-17T13:57:10.063Z | Checking toml v0.7.8 |
| 2246 | 2025-01-17T13:57:10.115Z | Checking reqwest v0.12.9 |
| 2247 | 2025-01-17T13:57:10.503Z | Checking ecdsa v0.16.9 |
| 2248 | 2025-01-17T13:57:10.724Z | Checking rsa v0.9.6 |
| 2249 | 2025-01-17T13:57:11.212Z | Checking clap v4.5.21 |
| 2250 | 2025-01-17T13:57:11.332Z | Checking zip v0.6.6 |
| 2251 | 2025-01-17T13:57:11.568Z | Checking crossterm v0.28.1 |
| 2252 | 2025-01-17T13:57:11.769Z | Checking itertools v0.12.1 |
| 2253 | 2025-01-17T13:57:11.889Z | Checking itertools v0.10.5 |
| 2254 | 2025-01-17T13:57:12.011Z | Checking ahash v0.8.11 |
| 2255 | 2025-01-17T13:57:12.082Z | Checking fs-err v2.11.0 |
| 2256 | 2025-01-17T13:57:12.324Z | Checking x509-cert v0.2.5 |
| 2257 | 2025-01-17T13:57:12.479Z | Checking hex v0.4.3 |
| 2258 | 2025-01-17T13:57:12.614Z | Checking semver v1.0.24 |
| 2259 | 2025-01-17T13:57:12.882Z | Checking lalrpop-util v0.19.12 |
| 2260 | 2025-01-17T13:57:12.970Z | Checking peg-runtime v0.8.3 |
| 2261 | 2025-01-17T13:57:13.008Z | Checking sigpipe v0.1.3 |
| 2262 | 2025-01-17T13:57:13.823Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2263 | 2025-01-17T13:57:14.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.28s |
| 2264 | 2025-01-17T13:57:14.303Z | |
| 2265 | 2025-01-17T13:57:14.303Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197) |
| 2266 | 2025-01-17T13:57:14.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2267 | 2025-01-17T13:57:14.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2268 | 2025-01-17T13:57:14.941Z | Compiling hashbrown v0.14.5 |
| 2269 | 2025-01-17T13:57:15.063Z | Checking heck v0.5.0 |
| 2270 | 2025-01-17T13:57:15.075Z | Compiling unsafe-libyaml v0.2.11 |
| 2271 | 2025-01-17T13:57:15.090Z | Checking ipnetwork v0.20.0 |
| 2272 | 2025-01-17T13:57:15.103Z | Compiling ident_case v1.0.1 |
| 2273 | 2025-01-17T13:57:15.118Z | Checking progenitor-client v0.8.0 |
| 2274 | 2025-01-17T13:57:15.134Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2275 | 2025-01-17T13:57:15.223Z | Checking newtype-uuid v1.2.1 |
| 2276 | 2025-01-17T13:57:15.274Z | Compiling darling_core v0.20.10 |
| 2277 | 2025-01-17T13:57:15.416Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2278 | 2025-01-17T13:57:15.433Z | Compiling proc-macro-crate v1.3.1 |
| 2279 | 2025-01-17T13:57:15.468Z | Compiling structmeta-derive v0.3.0 |
| 2280 | 2025-01-17T13:57:15.488Z | Compiling thiserror v2.0.11 |
| 2281 | 2025-01-17T13:57:15.756Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2282 | 2025-01-17T13:57:16.026Z | Checking regress v0.10.1 |
| 2283 | 2025-01-17T13:57:16.152Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2284 | 2025-01-17T13:57:16.334Z | Compiling serde_yaml v0.9.34+deprecated |
| 2285 | 2025-01-17T13:57:16.421Z | Compiling num_enum_derive v0.5.11 |
| 2286 | 2025-01-17T13:57:16.961Z | Compiling lzma-sys v0.1.20 |
| 2287 | 2025-01-17T13:57:17.366Z | Compiling foreign-types-macros v0.2.3 |
| 2288 | 2025-01-17T13:57:17.668Z | Compiling thiserror-impl v2.0.11 |
| 2289 | 2025-01-17T13:57:18.165Z | Compiling structmeta v0.3.0 |
| 2290 | 2025-01-17T13:57:18.554Z | Compiling dropshot v0.15.1 |
| 2291 | 2025-01-17T13:57:18.597Z | Checking foreign-types-shared v0.3.1 |
| 2292 | 2025-01-17T13:57:18.713Z | Checking arc-swap v1.7.1 |
| 2293 | 2025-01-17T13:57:18.739Z | Checking num_enum v0.5.11 |
| 2294 | 2025-01-17T13:57:18.888Z | Checking foreign-types v0.5.0 |
| 2295 | 2025-01-17T13:57:18.915Z | Compiling parse-display-derive v0.10.0 |
| 2296 | 2025-01-17T13:57:19.029Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2297 | 2025-01-17T13:57:19.126Z | Checking slog-scope v4.4.0 |
| 2298 | 2025-01-17T13:57:19.334Z | Compiling proc-macro-error v1.0.4 |
| 2299 | 2025-01-17T13:57:19.487Z | Checking typify-impl v0.2.0 |
| 2300 | 2025-01-17T13:57:19.954Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2301 | 2025-01-17T13:57:20.038Z | Checking tungstenite v0.21.0 |
| 2302 | 2025-01-17T13:57:20.071Z | Compiling heck v0.3.3 |
| 2303 | 2025-01-17T13:57:20.434Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2304 | 2025-01-17T13:57:20.803Z | Compiling dropshot_endpoint v0.15.1 |
| 2305 | 2025-01-17T13:57:20.904Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2306 | 2025-01-17T13:57:21.038Z | Checking cstr-argument v0.1.2 |
| 2307 | 2025-01-17T13:57:21.215Z | Checking instant v0.1.13 |
| 2308 | 2025-01-17T13:57:21.232Z | Checking base64 v0.21.7 |
| 2309 | 2025-01-17T13:57:21.328Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2310 | 2025-01-17T13:57:21.331Z | Compiling darling_macro v0.20.10 |
| 2311 | 2025-01-17T13:57:21.598Z | Checking pretty-hex v0.2.1 |
| 2312 | 2025-01-17T13:57:21.622Z | Checking fastrand v2.1.1 |
| 2313 | 2025-01-17T13:57:21.832Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2314 | 2025-01-17T13:57:21.910Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2315 | 2025-01-17T13:57:21.959Z | Checking tempfile v3.13.0 |
| 2316 | 2025-01-17T13:57:21.974Z | Checking backoff v0.4.0 |
| 2317 | 2025-01-17T13:57:22.055Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2318 | 2025-01-17T13:57:22.113Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2319 | 2025-01-17T13:57:22.252Z | Checking tokio-tungstenite v0.21.0 |
| 2320 | 2025-01-17T13:57:22.277Z | Compiling darling v0.20.10 |
| 2321 | 2025-01-17T13:57:22.280Z | Checking strum v0.26.3 |
| 2322 | 2025-01-17T13:57:22.308Z | Compiling zone_cfg_derive v0.1.2 |
| 2323 | 2025-01-17T13:57:22.354Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2324 | 2025-01-17T13:57:22.390Z | Compiling serde_with_macros v3.11.0 |
| 2325 | 2025-01-17T13:57:22.460Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2326 | 2025-01-17T13:57:22.741Z | Checking slog-stdlog v4.1.1 |
| 2327 | 2025-01-17T13:57:22.861Z | Checking parse-display v0.10.0 |
| 2328 | 2025-01-17T13:57:22.920Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2329 | 2025-01-17T13:57:22.948Z | Checking regress v0.9.1 |
| 2330 | 2025-01-17T13:57:23.046Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2331 | 2025-01-17T13:57:23.079Z | Checking progenitor-client v0.9.1 |
| 2332 | 2025-01-17T13:57:23.097Z | Checking colored v2.1.0 |
| 2333 | 2025-01-17T13:57:23.339Z | Checking macaddr v1.0.1 |
| 2334 | 2025-01-17T13:57:23.364Z | Checking base64 v0.13.1 |
| 2335 | 2025-01-17T13:57:23.662Z | Checking zone v0.1.8 |
| 2336 | 2025-01-17T13:57:23.665Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2337 | 2025-01-17T13:57:23.743Z | Checking ron v0.7.1 |
| 2338 | 2025-01-17T13:57:24.160Z | Checking xz2 v0.1.7 |
| 2339 | 2025-01-17T13:57:24.310Z | Checking slog-envlogger v2.2.0 |
| 2340 | 2025-01-17T13:57:24.446Z | Checking tabwriter v1.4.0 |
| 2341 | 2025-01-17T13:57:24.527Z | Checking xattr v1.3.1 |
| 2342 | 2025-01-17T13:57:24.671Z | Checking pem v3.0.4 |
| 2343 | 2025-01-17T13:57:24.726Z | Checking yasna v0.5.2 |
| 2344 | 2025-01-17T13:57:24.835Z | Checking headers-core v0.3.0 |
| 2345 | 2025-01-17T13:57:24.925Z | Checking serde_with v3.11.0 |
| 2346 | 2025-01-17T13:57:24.942Z | Checking smf v0.2.3 |
| 2347 | 2025-01-17T13:57:24.986Z | Checking filetime v0.2.25 |
| 2348 | 2025-01-17T13:57:25.210Z | Checking same-file v1.0.6 |
| 2349 | 2025-01-17T13:57:25.342Z | Checking tar v0.4.42 |
| 2350 | 2025-01-17T13:57:25.378Z | Checking headers v0.4.0 |
| 2351 | 2025-01-17T13:57:25.394Z | Checking walkdir v2.5.0 |
| 2352 | 2025-01-17T13:57:25.573Z | Checking rcgen v0.12.1 |
| 2353 | 2025-01-17T13:57:25.678Z | Checking atomicwrites v0.4.4 |
| 2354 | 2025-01-17T13:57:25.880Z | Checking camino-tempfile v1.1.1 |
| 2355 | 2025-01-17T13:57:26.164Z | Checking subprocess v0.2.9 |
| 2356 | 2025-01-17T13:57:28.925Z | Compiling typify-macro v0.2.0 |
| 2357 | 2025-01-17T13:57:30.390Z | Compiling typify v0.2.0 |
| 2358 | 2025-01-17T13:57:30.457Z | Compiling progenitor-impl v0.8.0 |
| 2359 | 2025-01-17T13:57:32.811Z | Compiling progenitor-macro v0.8.0 |
| 2360 | 2025-01-17T13:57:36.371Z | Checking progenitor v0.8.0 |
| 2361 | 2025-01-17T13:57:36.495Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2362 | 2025-01-17T13:57:36.495Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2363 | 2025-01-17T13:57:38.948Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2364 | 2025-01-17T13:57:39.270Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2365 | 2025-01-17T13:57:45.075Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2366 | 2025-01-17T13:57:46.496Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2367 | 2025-01-17T13:57:47.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.35s |
| 2368 | 2025-01-17T13:57:47.837Z | |
| 2369 | 2025-01-17T13:57:47.837Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197) |
| 2370 | 2025-01-17T13:57:48.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2371 | 2025-01-17T13:57:48.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2372 | 2025-01-17T13:57:48.481Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2373 | 2025-01-17T13:57:49.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
| 2374 | 2025-01-17T13:57:49.999Z | |
| 2375 | 2025-01-17T13:57:49.999Z | info: running `cargo check --bins` on nexus-config (51/197) |
| 2376 | 2025-01-17T13:57:50.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2377 | 2025-01-17T13:57:50.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2378 | 2025-01-17T13:57:50.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2379 | 2025-01-17T13:57:50.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2380 | 2025-01-17T13:57:50.603Z | |
| 2381 | 2025-01-17T13:57:50.603Z | info: running `cargo check --bins` on omicron-rpaths (52/197) |
| 2382 | 2025-01-17T13:57:51.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2383 | 2025-01-17T13:57:51.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2384 | 2025-01-17T13:57:51.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2385 | 2025-01-17T13:57:51.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2386 | 2025-01-17T13:57:51.199Z | |
| 2387 | 2025-01-17T13:57:51.199Z | info: running `cargo check --bins` on omicron-certificates (53/197) |
| 2388 | 2025-01-17T13:57:51.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2389 | 2025-01-17T13:57:51.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2390 | 2025-01-17T13:57:51.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2391 | 2025-01-17T13:57:51.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2392 | 2025-01-17T13:57:51.802Z | |
| 2393 | 2025-01-17T13:57:51.802Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/197) |
| 2394 | 2025-01-17T13:57:52.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2395 | 2025-01-17T13:57:52.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2396 | 2025-01-17T13:57:52.454Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2397 | 2025-01-17T13:57:52.570Z | Compiling ipnetwork v0.20.0 |
| 2398 | 2025-01-17T13:57:52.572Z | Compiling zerocopy v0.8.10 |
| 2399 | 2025-01-17T13:57:52.572Z | Compiling progenitor-client v0.8.0 |
| 2400 | 2025-01-17T13:57:52.572Z | Compiling itertools v0.13.0 |
| 2401 | 2025-01-17T13:57:52.572Z | Compiling zerocopy-derive v0.8.10 |
| 2402 | 2025-01-17T13:57:52.573Z | Compiling heapless v0.8.0 |
| 2403 | 2025-01-17T13:57:52.573Z | Compiling thiserror v2.0.11 |
| 2404 | 2025-01-17T13:57:52.737Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2405 | 2025-01-17T13:57:52.869Z | Checking hash32 v0.3.1 |
| 2406 | 2025-01-17T13:57:53.018Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2407 | 2025-01-17T13:57:53.054Z | Compiling progenitor v0.8.0 |
| 2408 | 2025-01-17T13:57:53.270Z | Compiling instant v0.1.13 |
| 2409 | 2025-01-17T13:57:53.314Z | Compiling smoltcp v0.11.0 |
| 2410 | 2025-01-17T13:57:53.401Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2411 | 2025-01-17T13:57:53.434Z | Compiling backoff v0.4.0 |
| 2412 | 2025-01-17T13:57:53.458Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2413 | 2025-01-17T13:57:53.695Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2414 | 2025-01-17T13:57:53.756Z | Compiling dropshot v0.15.1 |
| 2415 | 2025-01-17T13:57:53.929Z | Compiling serde_with v3.11.0 |
| 2416 | 2025-01-17T13:57:54.223Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2417 | 2025-01-17T13:57:54.289Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2418 | 2025-01-17T13:57:54.477Z | Compiling parse-display v0.10.0 |
| 2419 | 2025-01-17T13:57:54.679Z | Checking num-rational v0.4.2 |
| 2420 | 2025-01-17T13:57:55.038Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2421 | 2025-01-17T13:57:55.196Z | Compiling progenitor-client v0.9.1 |
| 2422 | 2025-01-17T13:57:55.452Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2423 | 2025-01-17T13:57:55.711Z | Compiling regress v0.9.1 |
| 2424 | 2025-01-17T13:57:56.955Z | Compiling phf_generator v0.11.2 |
| 2425 | 2025-01-17T13:57:57.166Z | Checking num-complex v0.4.6 |
| 2426 | 2025-01-17T13:57:57.941Z | Compiling macaddr v1.0.1 |
| 2427 | 2025-01-17T13:57:57.999Z | Checking cobs v0.2.3 |
| 2428 | 2025-01-17T13:57:58.203Z | Checking postcard v1.0.10 |
| 2429 | 2025-01-17T13:57:58.291Z | Compiling num v0.4.3 |
| 2430 | 2025-01-17T13:57:58.397Z | Compiling phf_codegen v0.11.2 |
| 2431 | 2025-01-17T13:57:58.611Z | Compiling parse-zoneinfo v0.3.1 |
| 2432 | 2025-01-17T13:57:58.756Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2433 | 2025-01-17T13:57:59.062Z | Compiling convert_case v0.4.0 |
| 2434 | 2025-01-17T13:58:00.345Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2435 | 2025-01-17T13:58:00.484Z | Compiling float-ord v0.3.2 |
| 2436 | 2025-01-17T13:58:00.668Z | Compiling derive_more v0.99.18 |
| 2437 | 2025-01-17T13:58:00.685Z | Compiling chrono-tz-build v0.4.0 |
| 2438 | 2025-01-17T13:58:01.194Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2439 | 2025-01-17T13:58:01.390Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2440 | 2025-01-17T13:58:01.685Z | Compiling crucible-workspace-hack v0.1.0 |
| 2441 | 2025-01-17T13:58:01.883Z | Compiling chrono-tz v0.10.0 |
| 2442 | 2025-01-17T13:58:02.031Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2443 | 2025-01-17T13:58:02.034Z | Checking newline-converter v0.3.0 |
| 2444 | 2025-01-17T13:58:02.197Z | Checking prettyplease v0.2.25 |
| 2445 | 2025-01-17T13:58:02.573Z | Compiling slog-dtrace v0.3.0 |
| 2446 | 2025-01-17T13:58:02.687Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2447 | 2025-01-17T13:58:02.885Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2448 | 2025-01-17T13:58:03.255Z | Checking expectorate v1.1.0 |
| 2449 | 2025-01-17T13:58:03.425Z | Compiling zone_cfg_derive v0.3.0 |
| 2450 | 2025-01-17T13:58:03.539Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2451 | 2025-01-17T13:58:04.238Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2452 | 2025-01-17T13:58:04.575Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2453 | 2025-01-17T13:58:04.727Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2454 | 2025-01-17T13:58:04.775Z | Compiling const_format_proc_macros v0.2.33 |
| 2455 | 2025-01-17T13:58:04.914Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2456 | 2025-01-17T13:58:04.933Z | Compiling num-derive v0.4.2 |
| 2457 | 2025-01-17T13:58:05.291Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2458 | 2025-01-17T13:58:05.582Z | Checking highway v1.2.0 |
| 2459 | 2025-01-17T13:58:05.968Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2460 | 2025-01-17T13:58:06.012Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2461 | 2025-01-17T13:58:06.049Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2462 | 2025-01-17T13:58:06.218Z | Checking zone v0.3.0 |
| 2463 | 2025-01-17T13:58:06.806Z | Checking const_format v0.2.33 |
| 2464 | 2025-01-17T13:58:06.887Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2465 | 2025-01-17T13:58:06.962Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2466 | 2025-01-17T13:58:07.110Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2467 | 2025-01-17T13:58:07.443Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2468 | 2025-01-17T13:58:07.530Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2469 | 2025-01-17T13:58:07.665Z | Checking gethostname v0.5.0 |
| 2470 | 2025-01-17T13:58:07.741Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2471 | 2025-01-17T13:58:07.789Z | Checking bcs v0.1.6 |
| 2472 | 2025-01-17T13:58:07.927Z | Compiling async-recursion v1.1.1 |
| 2473 | 2025-01-17T13:58:09.432Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2474 | 2025-01-17T13:58:14.486Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2475 | 2025-01-17T13:58:17.786Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2476 | 2025-01-17T13:58:20.169Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2477 | 2025-01-17T13:58:21.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.47s |
| 2478 | 2025-01-17T13:58:21.459Z | |
| 2479 | 2025-01-17T13:58:21.459Z | info: running `cargo check --bins` on clickhouse-admin-api (55/197) |
| 2480 | 2025-01-17T13:58:22.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2481 | 2025-01-17T13:58:22.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2482 | 2025-01-17T13:58:22.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2483 | 2025-01-17T13:58:22.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2484 | 2025-01-17T13:58:22.105Z | |
| 2485 | 2025-01-17T13:58:22.105Z | info: running `cargo check --bins` on clickhouse-admin-types (56/197) |
| 2486 | 2025-01-17T13:58:22.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2487 | 2025-01-17T13:58:22.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2488 | 2025-01-17T13:58:22.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2489 | 2025-01-17T13:58:22.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2490 | 2025-01-17T13:58:22.723Z | |
| 2491 | 2025-01-17T13:58:22.723Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/197) |
| 2492 | 2025-01-17T13:58:23.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2493 | 2025-01-17T13:58:23.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2494 | 2025-01-17T13:58:23.362Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2495 | 2025-01-17T13:58:23.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
| 2496 | 2025-01-17T13:58:24.157Z | |
| 2497 | 2025-01-17T13:58:24.157Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197) |
| 2498 | 2025-01-17T13:58:24.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2499 | 2025-01-17T13:58:24.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2500 | 2025-01-17T13:58:24.805Z | Compiling cfg_aliases v0.1.1 |
| 2501 | 2025-01-17T13:58:24.809Z | Compiling vte_generate_state_changes v0.1.2 |
| 2502 | 2025-01-17T13:58:24.809Z | Checking fd-lock v4.0.2 |
| 2503 | 2025-01-17T13:58:24.809Z | Checking nibble_vec v0.1.0 |
| 2504 | 2025-01-17T13:58:24.809Z | Checking endian-type v0.1.2 |
| 2505 | 2025-01-17T13:58:24.810Z | Checking bytecount v0.6.8 |
| 2506 | 2025-01-17T13:58:24.810Z | Compiling tabled_derive v0.7.0 |
| 2507 | 2025-01-17T13:58:24.949Z | Compiling peg-macros v0.8.4 |
| 2508 | 2025-01-17T13:58:24.999Z | Compiling nix v0.28.0 |
| 2509 | 2025-01-17T13:58:25.068Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2510 | 2025-01-17T13:58:25.096Z | Checking papergrid v0.11.0 |
| 2511 | 2025-01-17T13:58:25.114Z | Compiling sqlparser_derive v0.2.2 |
| 2512 | 2025-01-17T13:58:25.138Z | Checking radix_trie v0.2.1 |
| 2513 | 2025-01-17T13:58:25.474Z | Checking vte v0.11.1 |
| 2514 | 2025-01-17T13:58:25.523Z | Checking nu-ansi-term v0.50.1 |
| 2515 | 2025-01-17T13:58:25.928Z | Checking unicode_categories v0.1.1 |
| 2516 | 2025-01-17T13:58:26.070Z | Checking home v0.5.9 |
| 2517 | 2025-01-17T13:58:26.159Z | Checking sqlparser v0.45.0 |
| 2518 | 2025-01-17T13:58:26.219Z | Checking sqlformat v0.2.6 |
| 2519 | 2025-01-17T13:58:26.264Z | Checking display-error-chain v0.2.2 |
| 2520 | 2025-01-17T13:58:26.897Z | Checking strip-ansi-escapes v0.2.0 |
| 2521 | 2025-01-17T13:58:27.046Z | Checking reedline v0.35.0 |
| 2522 | 2025-01-17T13:58:27.050Z | Checking tabled v0.15.0 |
| 2523 | 2025-01-17T13:58:27.513Z | Checking peg v0.8.4 |
| 2524 | 2025-01-17T13:58:27.860Z | Checking rustyline v14.0.0 |
| 2525 | 2025-01-17T13:58:36.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.90s |
| 2526 | 2025-01-17T13:58:36.232Z | |
| 2527 | 2025-01-17T13:58:36.233Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197) |
| 2528 | 2025-01-17T13:58:36.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2529 | 2025-01-17T13:58:36.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2530 | 2025-01-17T13:58:36.877Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2531 | 2025-01-17T13:58:41.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s |
| 2532 | 2025-01-17T13:58:41.703Z | |
| 2533 | 2025-01-17T13:58:41.703Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197) |
| 2534 | 2025-01-17T13:58:42.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2535 | 2025-01-17T13:58:42.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2536 | 2025-01-17T13:58:42.355Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2537 | 2025-01-17T13:58:45.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
| 2538 | 2025-01-17T13:58:45.926Z | |
| 2539 | 2025-01-17T13:58:45.926Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197) |
| 2540 | 2025-01-17T13:58:46.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2541 | 2025-01-17T13:58:46.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2542 | 2025-01-17T13:58:46.563Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2543 | 2025-01-17T13:58:50.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.96s |
| 2544 | 2025-01-17T13:58:51.074Z | |
| 2545 | 2025-01-17T13:58:51.074Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197) |
| 2546 | 2025-01-17T13:58:51.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2547 | 2025-01-17T13:58:51.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2548 | 2025-01-17T13:58:51.712Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2549 | 2025-01-17T13:58:56.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.02s |
| 2550 | 2025-01-17T13:58:56.280Z | |
| 2551 | 2025-01-17T13:58:56.280Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197) |
| 2552 | 2025-01-17T13:58:56.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2553 | 2025-01-17T13:58:56.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2554 | 2025-01-17T13:58:56.931Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2555 | 2025-01-17T13:59:00.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s |
| 2556 | 2025-01-17T13:59:00.715Z | |
| 2557 | 2025-01-17T13:59:00.715Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197) |
| 2558 | 2025-01-17T13:59:01.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2559 | 2025-01-17T13:59:01.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2560 | 2025-01-17T13:59:01.366Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2561 | 2025-01-17T13:59:05.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s |
| 2562 | 2025-01-17T13:59:05.224Z | |
| 2563 | 2025-01-17T13:59:05.224Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197) |
| 2564 | 2025-01-17T13:59:05.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2565 | 2025-01-17T13:59:05.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2566 | 2025-01-17T13:59:05.870Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2567 | 2025-01-17T13:59:10.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s |
| 2568 | 2025-01-17T13:59:10.610Z | |
| 2569 | 2025-01-17T13:59:10.610Z | info: running `cargo check --bins` on oximeter (66/197) |
| 2570 | 2025-01-17T13:59:11.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2571 | 2025-01-17T13:59:11.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2572 | 2025-01-17T13:59:11.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2573 | 2025-01-17T13:59:11.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2574 | 2025-01-17T13:59:11.224Z | |
| 2575 | 2025-01-17T13:59:11.224Z | info: running `cargo check --bins` on oximeter-macro-impl (67/197) |
| 2576 | 2025-01-17T13:59:11.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2577 | 2025-01-17T13:59:11.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2578 | 2025-01-17T13:59:11.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2579 | 2025-01-17T13:59:11.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2580 | 2025-01-17T13:59:11.816Z | |
| 2581 | 2025-01-17T13:59:11.816Z | info: running `cargo check --bins` on oximeter-schema (68/197) |
| 2582 | 2025-01-17T13:59:12.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2583 | 2025-01-17T13:59:12.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2584 | 2025-01-17T13:59:12.437Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2585 | 2025-01-17T13:59:14.419Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2586 | 2025-01-17T13:59:15.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s |
| 2587 | 2025-01-17T13:59:15.497Z | |
| 2588 | 2025-01-17T13:59:15.497Z | info: running `cargo check --bins` on oximeter-types (69/197) |
| 2589 | 2025-01-17T13:59:16.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2590 | 2025-01-17T13:59:16.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2591 | 2025-01-17T13:59:16.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2592 | 2025-01-17T13:59:16.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2593 | 2025-01-17T13:59:16.110Z | |
| 2594 | 2025-01-17T13:59:16.110Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/197) |
| 2595 | 2025-01-17T13:59:16.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2596 | 2025-01-17T13:59:16.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2597 | 2025-01-17T13:59:16.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2598 | 2025-01-17T13:59:16.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2599 | 2025-01-17T13:59:16.733Z | |
| 2600 | 2025-01-17T13:59:16.733Z | info: running `cargo check --bins` on oxql-types (71/197) |
| 2601 | 2025-01-17T13:59:17.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2602 | 2025-01-17T13:59:17.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2603 | 2025-01-17T13:59:17.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2604 | 2025-01-17T13:59:17.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2605 | 2025-01-17T13:59:17.348Z | |
| 2606 | 2025-01-17T13:59:17.348Z | info: running `cargo check --bins` on oximeter-test-utils (72/197) |
| 2607 | 2025-01-17T13:59:17.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2608 | 2025-01-17T13:59:17.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2609 | 2025-01-17T13:59:17.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2610 | 2025-01-17T13:59:17.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2611 | 2025-01-17T13:59:17.969Z | |
| 2612 | 2025-01-17T13:59:17.969Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/197) |
| 2613 | 2025-01-17T13:59:18.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2614 | 2025-01-17T13:59:18.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2615 | 2025-01-17T13:59:18.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2616 | 2025-01-17T13:59:18.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2617 | 2025-01-17T13:59:18.574Z | |
| 2618 | 2025-01-17T13:59:18.574Z | info: running `cargo check --bins` on bootstrap-agent-client (74/197) |
| 2619 | 2025-01-17T13:59:19.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2620 | 2025-01-17T13:59:19.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2621 | 2025-01-17T13:59:19.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2622 | 2025-01-17T13:59:19.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2623 | 2025-01-17T13:59:19.188Z | |
| 2624 | 2025-01-17T13:59:19.188Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197) |
| 2625 | 2025-01-17T13:59:19.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2626 | 2025-01-17T13:59:19.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2627 | 2025-01-17T13:59:19.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2628 | 2025-01-17T13:59:19.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2629 | 2025-01-17T13:59:19.795Z | |
| 2630 | 2025-01-17T13:59:19.795Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/197) |
| 2631 | 2025-01-17T13:59:20.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2632 | 2025-01-17T13:59:20.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2633 | 2025-01-17T13:59:20.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2634 | 2025-01-17T13:59:20.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2635 | 2025-01-17T13:59:20.399Z | |
| 2636 | 2025-01-17T13:59:20.399Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/197) |
| 2637 | 2025-01-17T13:59:20.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2638 | 2025-01-17T13:59:20.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2639 | 2025-01-17T13:59:20.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2640 | 2025-01-17T13:59:20.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2641 | 2025-01-17T13:59:21.003Z | |
| 2642 | 2025-01-17T13:59:21.003Z | info: running `cargo check --bins` on cockroach-admin-client (78/197) |
| 2643 | 2025-01-17T13:59:21.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2644 | 2025-01-17T13:59:21.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2645 | 2025-01-17T13:59:21.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2646 | 2025-01-17T13:59:21.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2647 | 2025-01-17T13:59:21.589Z | |
| 2648 | 2025-01-17T13:59:21.589Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/197) |
| 2649 | 2025-01-17T13:59:22.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2650 | 2025-01-17T13:59:22.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2651 | 2025-01-17T13:59:22.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2652 | 2025-01-17T13:59:22.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2653 | 2025-01-17T13:59:22.204Z | |
| 2654 | 2025-01-17T13:59:22.204Z | info: running `cargo check --bins` on dns-service-client (80/197) |
| 2655 | 2025-01-17T13:59:22.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2656 | 2025-01-17T13:59:22.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2657 | 2025-01-17T13:59:22.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2658 | 2025-01-17T13:59:22.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2659 | 2025-01-17T13:59:22.806Z | |
| 2660 | 2025-01-17T13:59:22.806Z | info: running `cargo check --bins` on internal-dns-types (81/197) |
| 2661 | 2025-01-17T13:59:23.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2662 | 2025-01-17T13:59:23.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2663 | 2025-01-17T13:59:23.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2664 | 2025-01-17T13:59:23.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2665 | 2025-01-17T13:59:23.406Z | |
| 2666 | 2025-01-17T13:59:23.406Z | info: running `cargo check --bins` on dpd-client (82/197) |
| 2667 | 2025-01-17T13:59:23.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2668 | 2025-01-17T13:59:23.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2669 | 2025-01-17T13:59:23.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2670 | 2025-01-17T13:59:23.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2671 | 2025-01-17T13:59:23.999Z | |
| 2672 | 2025-01-17T13:59:24.000Z | info: running `cargo check --bins` on gateway-client (83/197) |
| 2673 | 2025-01-17T13:59:24.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2674 | 2025-01-17T13:59:24.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2675 | 2025-01-17T13:59:24.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2676 | 2025-01-17T13:59:24.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2677 | 2025-01-17T13:59:24.591Z | |
| 2678 | 2025-01-17T13:59:24.591Z | info: running `cargo check --bins` on installinator-client (84/197) |
| 2679 | 2025-01-17T13:59:25.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2680 | 2025-01-17T13:59:25.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2681 | 2025-01-17T13:59:25.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2682 | 2025-01-17T13:59:25.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2683 | 2025-01-17T13:59:25.211Z | |
| 2684 | 2025-01-17T13:59:25.211Z | info: running `cargo check --bins` on installinator-common (85/197) |
| 2685 | 2025-01-17T13:59:25.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2686 | 2025-01-17T13:59:25.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2687 | 2025-01-17T13:59:25.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2688 | 2025-01-17T13:59:25.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2689 | 2025-01-17T13:59:25.824Z | |
| 2690 | 2025-01-17T13:59:25.824Z | info: running `cargo check --bins` on update-engine (86/197) |
| 2691 | 2025-01-17T13:59:26.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2692 | 2025-01-17T13:59:26.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2693 | 2025-01-17T13:59:26.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2694 | 2025-01-17T13:59:26.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2695 | 2025-01-17T13:59:26.410Z | |
| 2696 | 2025-01-17T13:59:26.410Z | info: running `cargo check --bins` on nexus-client (87/197) |
| 2697 | 2025-01-17T13:59:26.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2698 | 2025-01-17T13:59:26.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2699 | 2025-01-17T13:59:26.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2700 | 2025-01-17T13:59:26.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2701 | 2025-01-17T13:59:27.038Z | |
| 2702 | 2025-01-17T13:59:27.038Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/197) |
| 2703 | 2025-01-17T13:59:27.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2704 | 2025-01-17T13:59:27.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2705 | 2025-01-17T13:59:27.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2706 | 2025-01-17T13:59:27.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2707 | 2025-01-17T13:59:27.651Z | |
| 2708 | 2025-01-17T13:59:27.651Z | info: running `cargo check --bins` on omicron-passwords (89/197) |
| 2709 | 2025-01-17T13:59:28.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2710 | 2025-01-17T13:59:28.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2711 | 2025-01-17T13:59:28.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2712 | 2025-01-17T13:59:28.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2713 | 2025-01-17T13:59:28.242Z | |
| 2714 | 2025-01-17T13:59:28.242Z | info: running `cargo check --bins` on nexus-types (90/197) |
| 2715 | 2025-01-17T13:59:28.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2716 | 2025-01-17T13:59:28.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2717 | 2025-01-17T13:59:28.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2718 | 2025-01-17T13:59:28.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2719 | 2025-01-17T13:59:28.869Z | |
| 2720 | 2025-01-17T13:59:28.870Z | info: running `cargo check --bins` on oxide-client (91/197) |
| 2721 | 2025-01-17T13:59:29.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2722 | 2025-01-17T13:59:29.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2723 | 2025-01-17T13:59:29.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2724 | 2025-01-17T13:59:29.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2725 | 2025-01-17T13:59:29.456Z | |
| 2726 | 2025-01-17T13:59:29.456Z | info: running `cargo check --bins` on oximeter-client (92/197) |
| 2727 | 2025-01-17T13:59:29.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2728 | 2025-01-17T13:59:29.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2729 | 2025-01-17T13:59:29.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2730 | 2025-01-17T13:59:29.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2731 | 2025-01-17T13:59:30.057Z | |
| 2732 | 2025-01-17T13:59:30.057Z | info: running `cargo check --bins` on repo-depot-client (93/197) |
| 2733 | 2025-01-17T13:59:30.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2734 | 2025-01-17T13:59:30.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2735 | 2025-01-17T13:59:30.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2736 | 2025-01-17T13:59:30.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2737 | 2025-01-17T13:59:30.651Z | |
| 2738 | 2025-01-17T13:59:30.651Z | info: running `cargo check --bins` on sled-agent-client (94/197) |
| 2739 | 2025-01-17T13:59:31.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2740 | 2025-01-17T13:59:31.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2741 | 2025-01-17T13:59:31.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2742 | 2025-01-17T13:59:31.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2743 | 2025-01-17T13:59:31.279Z | |
| 2744 | 2025-01-17T13:59:31.279Z | info: running `cargo check --bins` on wicketd-client (95/197) |
| 2745 | 2025-01-17T13:59:31.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2746 | 2025-01-17T13:59:31.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2747 | 2025-01-17T13:59:31.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2748 | 2025-01-17T13:59:31.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2749 | 2025-01-17T13:59:31.924Z | |
| 2750 | 2025-01-17T13:59:31.924Z | info: running `cargo check --bins` on sled-agent-types (96/197) |
| 2751 | 2025-01-17T13:59:32.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2752 | 2025-01-17T13:59:32.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2753 | 2025-01-17T13:59:32.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2754 | 2025-01-17T13:59:32.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2755 | 2025-01-17T13:59:32.562Z | |
| 2756 | 2025-01-17T13:59:32.562Z | info: running `cargo check --bins` on wicket-common (97/197) |
| 2757 | 2025-01-17T13:59:33.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2758 | 2025-01-17T13:59:33.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2759 | 2025-01-17T13:59:33.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2760 | 2025-01-17T13:59:33.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2761 | 2025-01-17T13:59:33.195Z | |
| 2762 | 2025-01-17T13:59:33.195Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/197) |
| 2763 | 2025-01-17T13:59:33.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2764 | 2025-01-17T13:59:33.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2765 | 2025-01-17T13:59:33.839Z | Checking csv-core v0.1.11 |
| 2766 | 2025-01-17T13:59:33.839Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2767 | 2025-01-17T13:59:33.841Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2768 | 2025-01-17T13:59:33.951Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2769 | 2025-01-17T13:59:34.127Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2770 | 2025-01-17T13:59:34.140Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2771 | 2025-01-17T13:59:34.153Z | Checking csv v1.3.0 |
| 2772 | 2025-01-17T13:59:34.687Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2773 | 2025-01-17T13:59:35.028Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2774 | 2025-01-17T13:59:36.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s |
| 2775 | 2025-01-17T13:59:36.759Z | |
| 2776 | 2025-01-17T13:59:36.759Z | info: running `cargo check --bins` on cockroach-admin-api (99/197) |
| 2777 | 2025-01-17T13:59:37.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2778 | 2025-01-17T13:59:37.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2779 | 2025-01-17T13:59:37.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2780 | 2025-01-17T13:59:37.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2781 | 2025-01-17T13:59:37.366Z | |
| 2782 | 2025-01-17T13:59:37.366Z | info: running `cargo check --bins` on cockroach-admin-types (100/197) |
| 2783 | 2025-01-17T13:59:37.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2784 | 2025-01-17T13:59:37.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2785 | 2025-01-17T13:59:37.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2786 | 2025-01-17T13:59:37.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2787 | 2025-01-17T13:59:37.974Z | |
| 2788 | 2025-01-17T13:59:37.974Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197) |
| 2789 | 2025-01-17T13:59:38.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2790 | 2025-01-17T13:59:38.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2791 | 2025-01-17T13:59:38.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2792 | 2025-01-17T13:59:38.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2793 | 2025-01-17T13:59:38.687Z | |
| 2794 | 2025-01-17T13:59:38.687Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197) |
| 2795 | 2025-01-17T13:59:39.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2796 | 2025-01-17T13:59:39.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2797 | 2025-01-17T13:59:39.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2798 | 2025-01-17T13:59:39.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2799 | 2025-01-17T13:59:39.397Z | |
| 2800 | 2025-01-17T13:59:39.397Z | info: running `cargo check --bins` on dns-server (103/197) |
| 2801 | 2025-01-17T13:59:39.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2802 | 2025-01-17T13:59:39.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2803 | 2025-01-17T13:59:40.028Z | Compiling typify-impl v0.3.0 |
| 2804 | 2025-01-17T13:59:40.137Z | Compiling parking_lot_core v0.8.6 |
| 2805 | 2025-01-17T13:59:40.147Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2806 | 2025-01-17T13:59:40.156Z | Checking fxhash v0.2.1 |
| 2807 | 2025-01-17T13:59:40.169Z | Checking hickory-client v0.24.1 |
| 2808 | 2025-01-17T13:59:40.181Z | Checking hickory-server v0.24.1 |
| 2809 | 2025-01-17T13:59:40.790Z | Checking parking_lot v0.11.2 |
| 2810 | 2025-01-17T13:59:40.858Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2811 | 2025-01-17T13:59:41.113Z | Checking sled v0.34.7 |
| 2812 | 2025-01-17T13:59:45.521Z | Compiling typify-macro v0.3.0 |
| 2813 | 2025-01-17T13:59:47.026Z | Compiling typify v0.3.0 |
| 2814 | 2025-01-17T13:59:47.096Z | Compiling progenitor-impl v0.9.1 |
| 2815 | 2025-01-17T13:59:49.467Z | Compiling progenitor-macro v0.9.1 |
| 2816 | 2025-01-17T13:59:53.069Z | Checking progenitor v0.9.1 |
| 2817 | 2025-01-17T13:59:53.197Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2818 | 2025-01-17T13:59:53.640Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2819 | 2025-01-17T13:59:54.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.47s |
| 2820 | 2025-01-17T13:59:55.042Z | |
| 2821 | 2025-01-17T13:59:55.042Z | info: running `cargo check --bins` on dns-server-api (104/197) |
| 2822 | 2025-01-17T13:59:55.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2823 | 2025-01-17T13:59:55.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2824 | 2025-01-17T13:59:55.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2825 | 2025-01-17T13:59:55.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2826 | 2025-01-17T13:59:55.654Z | |
| 2827 | 2025-01-17T13:59:55.654Z | info: running `cargo check --bins` on gateway-test-utils (105/197) |
| 2828 | 2025-01-17T13:59:56.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2025-01-17T13:59:56.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2025-01-17T13:59:56.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2831 | 2025-01-17T13:59:56.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2832 | 2025-01-17T13:59:56.313Z | |
| 2833 | 2025-01-17T13:59:56.313Z | info: running `cargo check --bins` on gateway-types (106/197) |
| 2834 | 2025-01-17T13:59:56.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2025-01-17T13:59:56.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2025-01-17T13:59:56.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2837 | 2025-01-17T13:59:56.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2838 | 2025-01-17T13:59:56.934Z | |
| 2839 | 2025-01-17T13:59:56.934Z | info: running `cargo check --bins` on ipcc (107/197) |
| 2840 | 2025-01-17T13:59:57.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2025-01-17T13:59:57.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2025-01-17T13:59:57.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2843 | 2025-01-17T13:59:57.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2844 | 2025-01-17T13:59:57.539Z | |
| 2845 | 2025-01-17T13:59:57.539Z | info: running `cargo check --bins` on omicron-gateway (108/197) |
| 2846 | 2025-01-17T13:59:58.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2025-01-17T13:59:58.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2025-01-17T13:59:58.224Z | Compiling semver v0.1.20 |
| 2849 | 2025-01-17T13:59:58.224Z | Compiling radium v0.7.0 |
| 2850 | 2025-01-17T13:59:58.341Z | Checking tap v1.0.1 |
| 2851 | 2025-01-17T13:59:58.344Z | Compiling maybe-uninit v2.0.0 |
| 2852 | 2025-01-17T13:59:58.363Z | Checking password-hash v0.5.0 |
| 2853 | 2025-01-17T13:59:58.366Z | Checking blake2 v0.10.6 |
| 2854 | 2025-01-17T13:59:58.366Z | Compiling cancel-safe-futures v0.1.5 |
| 2855 | 2025-01-17T13:59:58.366Z | Compiling owo-colors v4.1.0 |
| 2856 | 2025-01-17T13:59:58.468Z | Checking wyz v0.5.1 |
| 2857 | 2025-01-17T13:59:58.677Z | Compiling rustc_version v0.1.7 |
| 2858 | 2025-01-17T13:59:58.713Z | Checking crc-catalog v2.4.0 |
| 2859 | 2025-01-17T13:59:58.779Z | Compiling packed_struct v0.10.1 |
| 2860 | 2025-01-17T13:59:58.804Z | Checking funty v2.0.0 |
| 2861 | 2025-01-17T13:59:58.838Z | Checking argon2 v0.5.3 |
| 2862 | 2025-01-17T13:59:58.869Z | Checking crc v3.2.1 |
| 2863 | 2025-01-17T13:59:58.925Z | Compiling packed_struct_codegen v0.10.1 |
| 2864 | 2025-01-17T13:59:58.982Z | Compiling indexmap v1.9.3 |
| 2865 | 2025-01-17T13:59:59.093Z | Compiling newtype_derive v0.1.6 |
| 2866 | 2025-01-17T13:59:59.115Z | Checking half v2.4.1 |
| 2867 | 2025-01-17T13:59:59.239Z | Checking nodrop v0.1.14 |
| 2868 | 2025-01-17T13:59:59.289Z | Checking ciborium-io v0.2.2 |
| 2869 | 2025-01-17T13:59:59.303Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2870 | 2025-01-17T13:59:59.375Z | Checking array-init v0.0.4 |
| 2871 | 2025-01-17T13:59:59.445Z | Checking smallvec v0.6.14 |
| 2872 | 2025-01-17T13:59:59.482Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2873 | 2025-01-17T13:59:59.541Z | Checking ciborium-ll v0.2.2 |
| 2874 | 2025-01-17T13:59:59.574Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2875 | 2025-01-17T13:59:59.592Z | Checking bitvec v1.0.1 |
| 2876 | 2025-01-17T13:59:59.784Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2877 | 2025-01-17T13:59:59.818Z | Checking libsw v3.3.1 |
| 2878 | 2025-01-17T14:00:00.067Z | Compiling memoffset v0.9.1 |
| 2879 | 2025-01-17T14:00:00.215Z | Checking hashbrown v0.12.3 |
| 2880 | 2025-01-17T14:00:00.234Z | Checking swrite v0.1.0 |
| 2881 | 2025-01-17T14:00:00.251Z | Checking linear-map v1.2.0 |
| 2882 | 2025-01-17T14:00:00.369Z | Checking bitfield v0.14.0 |
| 2883 | 2025-01-17T14:00:00.371Z | Checking indent_write v2.2.0 |
| 2884 | 2025-01-17T14:00:00.549Z | Checking termcolor v1.4.1 |
| 2885 | 2025-01-17T14:00:00.588Z | Checking ron v0.8.1 |
| 2886 | 2025-01-17T14:00:00.782Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2887 | 2025-01-17T14:00:00.801Z | Checking serde-hex v0.1.0 |
| 2888 | 2025-01-17T14:00:00.945Z | Checking env_logger v0.10.2 |
| 2889 | 2025-01-17T14:00:01.089Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2890 | 2025-01-17T14:00:01.358Z | Checking ciborium v0.2.2 |
| 2891 | 2025-01-17T14:00:01.581Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2892 | 2025-01-17T14:00:01.780Z | Checking steno v0.4.1 |
| 2893 | 2025-01-17T14:00:01.798Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2894 | 2025-01-17T14:00:02.066Z | Checking hashbrown v0.13.2 |
| 2895 | 2025-01-17T14:00:02.263Z | Checking crc-any v2.5.0 |
| 2896 | 2025-01-17T14:00:02.298Z | Checking humantime v2.1.0 |
| 2897 | 2025-01-17T14:00:02.602Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2898 | 2025-01-17T14:00:02.657Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2899 | 2025-01-17T14:00:02.967Z | Checking object v0.30.4 |
| 2900 | 2025-01-17T14:00:03.062Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2901 | 2025-01-17T14:00:03.163Z | Checking path-slash v0.1.5 |
| 2902 | 2025-01-17T14:00:03.321Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2903 | 2025-01-17T14:00:03.444Z | Checking nix v0.27.1 |
| 2904 | 2025-01-17T14:00:03.917Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2905 | 2025-01-17T14:00:03.935Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2906 | 2025-01-17T14:00:04.204Z | Checking tungstenite v0.23.0 |
| 2907 | 2025-01-17T14:00:04.617Z | Checking kstat-rs v0.2.4 |
| 2908 | 2025-01-17T14:00:04.638Z | Checking signal-hook-tokio v0.3.1 |
| 2909 | 2025-01-17T14:00:04.964Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2910 | 2025-01-17T14:00:05.069Z | Checking tokio-tungstenite v0.23.1 |
| 2911 | 2025-01-17T14:00:05.475Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2912 | 2025-01-17T14:00:05.621Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2913 | 2025-01-17T14:00:05.969Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2914 | 2025-01-17T14:00:12.448Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2915 | 2025-01-17T14:00:13.764Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2916 | 2025-01-17T14:00:15.560Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2917 | 2025-01-17T14:00:20.774Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2918 | 2025-01-17T14:00:21.417Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2919 | 2025-01-17T14:00:24.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.50s |
| 2920 | 2025-01-17T14:00:24.232Z | |
| 2921 | 2025-01-17T14:00:24.232Z | info: running `cargo check --bins` on gateway-api (109/197) |
| 2922 | 2025-01-17T14:00:24.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2923 | 2025-01-17T14:00:24.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2924 | 2025-01-17T14:00:24.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2925 | 2025-01-17T14:00:24.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2926 | 2025-01-17T14:00:24.842Z | |
| 2927 | 2025-01-17T14:00:24.842Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197) |
| 2928 | 2025-01-17T14:00:25.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2929 | 2025-01-17T14:00:25.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2930 | 2025-01-17T14:00:25.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2931 | 2025-01-17T14:00:25.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2932 | 2025-01-17T14:00:25.425Z | |
| 2933 | 2025-01-17T14:00:25.426Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197) |
| 2934 | 2025-01-17T14:00:25.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2935 | 2025-01-17T14:00:25.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2936 | 2025-01-17T14:00:25.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2937 | 2025-01-17T14:00:25.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2938 | 2025-01-17T14:00:26.032Z | |
| 2939 | 2025-01-17T14:00:26.032Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197) |
| 2940 | 2025-01-17T14:00:26.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2941 | 2025-01-17T14:00:26.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2942 | 2025-01-17T14:00:26.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2943 | 2025-01-17T14:00:26.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2944 | 2025-01-17T14:00:26.647Z | |
| 2945 | 2025-01-17T14:00:26.647Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197) |
| 2946 | 2025-01-17T14:00:27.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2947 | 2025-01-17T14:00:27.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2948 | 2025-01-17T14:00:27.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2949 | 2025-01-17T14:00:27.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2950 | 2025-01-17T14:00:27.264Z | |
| 2951 | 2025-01-17T14:00:27.264Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197) |
| 2952 | 2025-01-17T14:00:27.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2953 | 2025-01-17T14:00:27.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2954 | 2025-01-17T14:00:27.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2955 | 2025-01-17T14:00:27.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2956 | 2025-01-17T14:00:27.871Z | |
| 2957 | 2025-01-17T14:00:27.871Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197) |
| 2958 | 2025-01-17T14:00:28.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2959 | 2025-01-17T14:00:28.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2960 | 2025-01-17T14:00:28.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2961 | 2025-01-17T14:00:28.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2962 | 2025-01-17T14:00:28.475Z | |
| 2963 | 2025-01-17T14:00:28.475Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197) |
| 2964 | 2025-01-17T14:00:28.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2965 | 2025-01-17T14:00:29.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2966 | 2025-01-17T14:00:29.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2967 | 2025-01-17T14:00:29.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2968 | 2025-01-17T14:00:29.076Z | |
| 2969 | 2025-01-17T14:00:29.076Z | info: running `cargo check --bins` on oximeter-producer (117/197) |
| 2970 | 2025-01-17T14:00:29.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2971 | 2025-01-17T14:00:29.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2972 | 2025-01-17T14:00:29.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2973 | 2025-01-17T14:00:29.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2974 | 2025-01-17T14:00:29.706Z | |
| 2975 | 2025-01-17T14:00:29.706Z | info: running `cargo check --bins` on internal-dns-resolver (118/197) |
| 2976 | 2025-01-17T14:00:30.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2977 | 2025-01-17T14:00:30.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2978 | 2025-01-17T14:00:30.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2979 | 2025-01-17T14:00:30.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2980 | 2025-01-17T14:00:30.314Z | |
| 2981 | 2025-01-17T14:00:30.314Z | info: running `cargo check --bins` on sp-sim (119/197) |
| 2982 | 2025-01-17T14:00:30.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2983 | 2025-01-17T14:00:30.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2984 | 2025-01-17T14:00:30.934Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2985 | 2025-01-17T14:00:31.372Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2986 | 2025-01-17T14:00:32.998Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2987 | 2025-01-17T14:00:34.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
| 2988 | 2025-01-17T14:00:34.761Z | |
| 2989 | 2025-01-17T14:00:34.761Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197) |
| 2990 | 2025-01-17T14:00:35.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2991 | 2025-01-17T14:00:35.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2992 | 2025-01-17T14:00:35.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2993 | 2025-01-17T14:00:35.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2994 | 2025-01-17T14:00:35.419Z | |
| 2995 | 2025-01-17T14:00:35.419Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197) |
| 2996 | 2025-01-17T14:00:35.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2997 | 2025-01-17T14:00:36.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2998 | 2025-01-17T14:00:36.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2999 | 2025-01-17T14:00:36.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3000 | 2025-01-17T14:00:36.412Z | |
| 3001 | 2025-01-17T14:00:36.412Z | info: running `cargo check --bins` on db-macros (122/197) |
| 3002 | 2025-01-17T14:00:36.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3003 | 2025-01-17T14:00:36.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3004 | 2025-01-17T14:00:36.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3005 | 2025-01-17T14:00:36.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3006 | 2025-01-17T14:00:36.670Z | |
| 3007 | 2025-01-17T14:00:36.670Z | info: running `cargo check --bins` on nexus-macros-common (123/197) |
| 3008 | 2025-01-17T14:00:37.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3009 | 2025-01-17T14:00:37.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3010 | 2025-01-17T14:00:37.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3011 | 2025-01-17T14:00:37.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3012 | 2025-01-17T14:00:37.260Z | |
| 3013 | 2025-01-17T14:00:37.260Z | info: running `cargo check --bins` on nexus-auth (124/197) |
| 3014 | 2025-01-17T14:00:37.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3015 | 2025-01-17T14:00:37.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3016 | 2025-01-17T14:00:37.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3017 | 2025-01-17T14:00:37.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3018 | 2025-01-17T14:00:37.913Z | |
| 3019 | 2025-01-17T14:00:37.913Z | info: running `cargo check --bins` on authz-macros (125/197) |
| 3020 | 2025-01-17T14:00:38.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3021 | 2025-01-17T14:00:38.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3022 | 2025-01-17T14:00:38.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3023 | 2025-01-17T14:00:38.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3024 | 2025-01-17T14:00:38.496Z | |
| 3025 | 2025-01-17T14:00:38.496Z | info: running `cargo check --bins` on nexus-db-fixed-data (126/197) |
| 3026 | 2025-01-17T14:00:39.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3027 | 2025-01-17T14:00:39.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3028 | 2025-01-17T14:00:39.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3029 | 2025-01-17T14:00:39.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3030 | 2025-01-17T14:00:39.139Z | |
| 3031 | 2025-01-17T14:00:39.139Z | info: running `cargo check --bins` on nexus-db-model (127/197) |
| 3032 | 2025-01-17T14:00:39.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3033 | 2025-01-17T14:00:39.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3034 | 2025-01-17T14:00:39.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3035 | 2025-01-17T14:00:39.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3036 | 2025-01-17T14:00:39.782Z | |
| 3037 | 2025-01-17T14:00:39.782Z | info: running `cargo check --bins` on nexus-defaults (128/197) |
| 3038 | 2025-01-17T14:00:40.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3039 | 2025-01-17T14:00:40.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3040 | 2025-01-17T14:00:40.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3041 | 2025-01-17T14:00:40.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3042 | 2025-01-17T14:00:40.394Z | |
| 3043 | 2025-01-17T14:00:40.394Z | info: running `cargo check --bins` on nexus-inventory (129/197) |
| 3044 | 2025-01-17T14:00:40.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2025-01-17T14:00:40.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2025-01-17T14:00:40.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2025-01-17T14:00:40.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3048 | 2025-01-17T14:00:41.035Z | |
| 3049 | 2025-01-17T14:00:41.036Z | info: running `cargo check --bins` on typed-rng (130/197) |
| 3050 | 2025-01-17T14:00:41.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2025-01-17T14:00:41.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2025-01-17T14:00:41.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3053 | 2025-01-17T14:00:41.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3054 | 2025-01-17T14:00:41.616Z | |
| 3055 | 2025-01-17T14:00:41.616Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197) |
| 3056 | 2025-01-17T14:00:42.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3057 | 2025-01-17T14:00:42.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3058 | 2025-01-17T14:00:42.329Z | Checking keccak v0.1.5 |
| 3059 | 2025-01-17T14:00:42.440Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 3060 | 2025-01-17T14:00:42.443Z | Checking secrecy v0.8.0 |
| 3061 | 2025-01-17T14:00:42.443Z | Compiling unicase v2.7.0 |
| 3062 | 2025-01-17T14:00:42.458Z | Compiling same-file v1.0.6 |
| 3063 | 2025-01-17T14:00:42.467Z | Compiling tempfile v3.13.0 |
| 3064 | 2025-01-17T14:00:42.480Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 3065 | 2025-01-17T14:00:42.483Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3066 | 2025-01-17T14:00:42.625Z | Compiling walkdir v2.5.0 |
| 3067 | 2025-01-17T14:00:42.717Z | Checking sha3 v0.10.8 |
| 3068 | 2025-01-17T14:00:42.720Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3069 | 2025-01-17T14:00:42.802Z | Checking universal-hash v0.5.1 |
| 3070 | 2025-01-17T14:00:42.821Z | Compiling blake3 v1.5.4 |
| 3071 | 2025-01-17T14:00:42.970Z | Checking opaque-debug v0.3.1 |
| 3072 | 2025-01-17T14:00:42.992Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 3073 | 2025-01-17T14:00:42.995Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3074 | 2025-01-17T14:00:43.070Z | Checking poly1305 v0.8.0 |
| 3075 | 2025-01-17T14:00:43.100Z | Checking chacha20 v0.9.1 |
| 3076 | 2025-01-17T14:00:43.233Z | Checking aead v0.5.2 |
| 3077 | 2025-01-17T14:00:43.258Z | Compiling memmap2 v0.9.5 |
| 3078 | 2025-01-17T14:00:43.312Z | Compiling libefi-sys v0.1.0 |
| 3079 | 2025-01-17T14:00:43.433Z | Compiling arrayvec v0.7.6 |
| 3080 | 2025-01-17T14:00:43.454Z | Compiling constant_time_eq v0.3.1 |
| 3081 | 2025-01-17T14:00:43.553Z | Compiling salty v0.3.0 |
| 3082 | 2025-01-17T14:00:43.598Z | Compiling arrayref v0.3.9 |
| 3083 | 2025-01-17T14:00:43.666Z | Checking chacha20poly1305 v0.10.1 |
| 3084 | 2025-01-17T14:00:43.736Z | Compiling toolchain_find v0.4.0 |
| 3085 | 2025-01-17T14:00:43.778Z | Compiling camino-tempfile v1.1.1 |
| 3086 | 2025-01-17T14:00:43.845Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3087 | 2025-01-17T14:00:43.934Z | Compiling bitfield-struct v0.6.2 |
| 3088 | 2025-01-17T14:00:44.068Z | Compiling topological-sort v0.2.2 |
| 3089 | 2025-01-17T14:00:44.200Z | Compiling mime_guess v2.0.5 |
| 3090 | 2025-01-17T14:00:44.288Z | Compiling rustfmt-wrapper v0.2.1 |
| 3091 | 2025-01-17T14:00:44.720Z | Compiling omicron-zone-package v0.12.0 |
| 3092 | 2025-01-17T14:00:44.868Z | Compiling progenitor v0.9.1 |
| 3093 | 2025-01-17T14:00:44.887Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3094 | 2025-01-17T14:00:45.097Z | Checking primeorder v0.13.6 |
| 3095 | 2025-01-17T14:00:45.186Z | Checking env_filter v0.1.2 |
| 3096 | 2025-01-17T14:00:45.205Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3097 | 2025-01-17T14:00:45.279Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3098 | 2025-01-17T14:00:45.388Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3099 | 2025-01-17T14:00:45.433Z | Checking env_logger v0.11.5 |
| 3100 | 2025-01-17T14:00:45.452Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 3101 | 2025-01-17T14:00:45.511Z | Checking thiserror-no-std v2.0.2 |
| 3102 | 2025-01-17T14:00:45.528Z | Checking p384 v0.13.0 |
| 3103 | 2025-01-17T14:00:45.555Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3104 | 2025-01-17T14:00:45.628Z | Checking vsss-rs v3.3.4 |
| 3105 | 2025-01-17T14:00:45.791Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 3106 | 2025-01-17T14:00:45.827Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3107 | 2025-01-17T14:00:45.960Z | Checking bumpalo v3.16.0 |
| 3108 | 2025-01-17T14:00:46.018Z | Checking http-range v0.1.5 |
| 3109 | 2025-01-17T14:00:46.091Z | Checking lockfree-object-pool v0.1.6 |
| 3110 | 2025-01-17T14:00:46.218Z | Checking simd-adler32 v0.3.7 |
| 3111 | 2025-01-17T14:00:46.263Z | Compiling zip v2.1.3 |
| 3112 | 2025-01-17T14:00:46.290Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3113 | 2025-01-17T14:00:46.544Z | Checking zopfli v0.8.1 |
| 3114 | 2025-01-17T14:00:46.598Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3115 | 2025-01-17T14:00:46.644Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3116 | 2025-01-17T14:00:46.964Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3117 | 2025-01-17T14:00:47.206Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3118 | 2025-01-17T14:00:47.241Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 3119 | 2025-01-17T14:00:47.262Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3120 | 2025-01-17T14:00:47.607Z | Checking nanorand v0.7.0 |
| 3121 | 2025-01-17T14:00:47.653Z | Checking atty v0.2.14 |
| 3122 | 2025-01-17T14:00:47.710Z | Checking glob v0.3.1 |
| 3123 | 2025-01-17T14:00:47.783Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 3124 | 2025-01-17T14:00:47.802Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3125 | 2025-01-17T14:00:47.961Z | Checking flume v0.11.1 |
| 3126 | 2025-01-17T14:00:48.029Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3127 | 2025-01-17T14:00:48.432Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3128 | 2025-01-17T14:00:49.025Z | Checking hyper-staticfile v0.10.1 |
| 3129 | 2025-01-17T14:00:49.101Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3130 | 2025-01-17T14:00:49.455Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3131 | 2025-01-17T14:00:49.526Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3132 | 2025-01-17T14:00:49.788Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3133 | 2025-01-17T14:00:49.825Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 3134 | 2025-01-17T14:00:49.967Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3135 | 2025-01-17T14:00:50.459Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3136 | 2025-01-17T14:00:50.510Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3137 | 2025-01-17T14:00:50.632Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3138 | 2025-01-17T14:00:51.024Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3139 | 2025-01-17T14:00:53.888Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3140 | 2025-01-17T14:00:53.888Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3141 | 2025-01-17T14:01:01.873Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3142 | 2025-01-17T14:01:14.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.06s |
| 3143 | 2025-01-17T14:01:14.870Z | |
| 3144 | 2025-01-17T14:01:14.870Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197) |
| 3145 | 2025-01-17T14:01:15.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3146 | 2025-01-17T14:01:15.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3147 | 2025-01-17T14:01:15.588Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3148 | 2025-01-17T14:01:28.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s |
| 3149 | 2025-01-17T14:01:28.752Z | |
| 3150 | 2025-01-17T14:01:28.753Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197) |
| 3151 | 2025-01-17T14:01:29.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3152 | 2025-01-17T14:01:29.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3153 | 2025-01-17T14:01:29.475Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3154 | 2025-01-17T14:01:42.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s |
| 3155 | 2025-01-17T14:01:42.638Z | |
| 3156 | 2025-01-17T14:01:42.638Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197) |
| 3157 | 2025-01-17T14:01:43.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3158 | 2025-01-17T14:01:43.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3159 | 2025-01-17T14:01:43.359Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3160 | 2025-01-17T14:01:56.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s |
| 3161 | 2025-01-17T14:01:56.359Z | |
| 3162 | 2025-01-17T14:01:56.359Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197) |
| 3163 | 2025-01-17T14:01:56.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3164 | 2025-01-17T14:01:56.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3165 | 2025-01-17T14:01:57.078Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3166 | 2025-01-17T14:02:10.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s |
| 3167 | 2025-01-17T14:02:10.234Z | |
| 3168 | 2025-01-17T14:02:10.234Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197) |
| 3169 | 2025-01-17T14:02:10.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3170 | 2025-01-17T14:02:10.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3171 | 2025-01-17T14:02:10.951Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3172 | 2025-01-17T14:02:23.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s |
| 3173 | 2025-01-17T14:02:24.148Z | |
| 3174 | 2025-01-17T14:02:24.148Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197) |
| 3175 | 2025-01-17T14:02:24.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3176 | 2025-01-17T14:02:24.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3177 | 2025-01-17T14:02:24.869Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3178 | 2025-01-17T14:02:37.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s |
| 3179 | 2025-01-17T14:02:38.137Z | |
| 3180 | 2025-01-17T14:02:38.137Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197) |
| 3181 | 2025-01-17T14:02:38.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3182 | 2025-01-17T14:02:38.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3183 | 2025-01-17T14:02:38.856Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3184 | 2025-01-17T14:02:51.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.71s |
| 3185 | 2025-01-17T14:02:52.047Z | |
| 3186 | 2025-01-17T14:02:52.047Z | info: running `cargo check --bins` on bootstrap-agent-api (139/197) |
| 3187 | 2025-01-17T14:02:52.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3188 | 2025-01-17T14:02:52.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3189 | 2025-01-17T14:02:52.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3190 | 2025-01-17T14:02:52.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3191 | 2025-01-17T14:02:52.676Z | |
| 3192 | 2025-01-17T14:02:52.676Z | info: running `cargo check --bins` on key-manager (140/197) |
| 3193 | 2025-01-17T14:02:53.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3194 | 2025-01-17T14:02:53.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3195 | 2025-01-17T14:02:53.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3196 | 2025-01-17T14:02:53.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3197 | 2025-01-17T14:02:53.280Z | |
| 3198 | 2025-01-17T14:02:53.280Z | info: running `cargo check --bins` on range-requests (141/197) |
| 3199 | 2025-01-17T14:02:53.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3200 | 2025-01-17T14:02:53.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3201 | 2025-01-17T14:02:53.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3202 | 2025-01-17T14:02:53.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3203 | 2025-01-17T14:02:53.865Z | |
| 3204 | 2025-01-17T14:02:53.865Z | info: running `cargo check --bins` on repo-depot-api (142/197) |
| 3205 | 2025-01-17T14:02:54.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3206 | 2025-01-17T14:02:54.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3207 | 2025-01-17T14:02:54.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3208 | 2025-01-17T14:02:54.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3209 | 2025-01-17T14:02:54.467Z | |
| 3210 | 2025-01-17T14:02:54.467Z | info: running `cargo check --bins` on sled-agent-api (143/197) |
| 3211 | 2025-01-17T14:02:55.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3212 | 2025-01-17T14:02:55.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3213 | 2025-01-17T14:02:55.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3214 | 2025-01-17T14:02:55.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3215 | 2025-01-17T14:02:55.102Z | |
| 3216 | 2025-01-17T14:02:55.102Z | info: running `cargo check --bins` on sled-diagnostics (144/197) |
| 3217 | 2025-01-17T14:02:55.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3218 | 2025-01-17T14:02:55.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3219 | 2025-01-17T14:02:55.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3220 | 2025-01-17T14:02:55.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3221 | 2025-01-17T14:02:55.685Z | |
| 3222 | 2025-01-17T14:02:55.685Z | info: running `cargo check --bins` on sled-hardware (145/197) |
| 3223 | 2025-01-17T14:02:56.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3224 | 2025-01-17T14:02:56.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3225 | 2025-01-17T14:02:56.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3226 | 2025-01-17T14:02:56.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3227 | 2025-01-17T14:02:56.301Z | |
| 3228 | 2025-01-17T14:02:56.301Z | info: running `cargo check --bins --no-default-features` on sled-storage (146/197) |
| 3229 | 2025-01-17T14:02:56.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3230 | 2025-01-17T14:02:56.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3231 | 2025-01-17T14:02:56.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3232 | 2025-01-17T14:02:56.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3233 | 2025-01-17T14:02:56.923Z | |
| 3234 | 2025-01-17T14:02:56.923Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197) |
| 3235 | 2025-01-17T14:02:57.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3236 | 2025-01-17T14:02:57.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3237 | 2025-01-17T14:02:57.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3238 | 2025-01-17T14:02:57.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3239 | 2025-01-17T14:02:57.555Z | |
| 3240 | 2025-01-17T14:02:57.555Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197) |
| 3241 | 2025-01-17T14:02:58.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3242 | 2025-01-17T14:02:58.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3243 | 2025-01-17T14:02:58.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3244 | 2025-01-17T14:02:58.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3245 | 2025-01-17T14:02:58.193Z | |
| 3246 | 2025-01-17T14:02:58.194Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (149/197) |
| 3247 | 2025-01-17T14:02:58.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3248 | 2025-01-17T14:02:58.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3249 | 2025-01-17T14:02:58.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3250 | 2025-01-17T14:02:58.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3251 | 2025-01-17T14:02:58.833Z | |
| 3252 | 2025-01-17T14:02:58.833Z | info: running `cargo check --bins` on nexus-test-interface (150/197) |
| 3253 | 2025-01-17T14:02:59.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3254 | 2025-01-17T14:02:59.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3255 | 2025-01-17T14:02:59.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3256 | 2025-01-17T14:02:59.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3257 | 2025-01-17T14:02:59.462Z | |
| 3258 | 2025-01-17T14:02:59.462Z | info: running `cargo check --bins` on oximeter-collector (151/197) |
| 3259 | 2025-01-17T14:03:00.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3260 | 2025-01-17T14:03:00.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3261 | 2025-01-17T14:03:00.139Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3262 | 2025-01-17T14:03:00.139Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3263 | 2025-01-17T14:03:00.985Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3264 | 2025-01-17T14:03:02.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s |
| 3265 | 2025-01-17T14:03:03.064Z | |
| 3266 | 2025-01-17T14:03:03.064Z | info: running `cargo check --bins` on oximeter-api (152/197) |
| 3267 | 2025-01-17T14:03:03.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3268 | 2025-01-17T14:03:03.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3269 | 2025-01-17T14:03:03.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3270 | 2025-01-17T14:03:03.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3271 | 2025-01-17T14:03:03.672Z | |
| 3272 | 2025-01-17T14:03:03.672Z | info: running `cargo check --bins` on cert-dev (153/197) |
| 3273 | 2025-01-17T14:03:04.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3274 | 2025-01-17T14:03:04.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3275 | 2025-01-17T14:03:04.267Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3276 | 2025-01-17T14:03:04.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 3277 | 2025-01-17T14:03:04.699Z | |
| 3278 | 2025-01-17T14:03:04.699Z | info: running `cargo check --bins` on clickana (154/197) |
| 3279 | 2025-01-17T14:03:05.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3280 | 2025-01-17T14:03:05.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3281 | 2025-01-17T14:03:05.334Z | Checking castaway v0.2.3 |
| 3282 | 2025-01-17T14:03:05.334Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3283 | 2025-01-17T14:03:05.337Z | Checking unicode-truncate v1.1.0 |
| 3284 | 2025-01-17T14:03:05.337Z | Checking lru v0.12.5 |
| 3285 | 2025-01-17T14:03:05.337Z | Compiling instability v0.3.2 |
| 3286 | 2025-01-17T14:03:05.337Z | Checking cassowary v0.3.0 |
| 3287 | 2025-01-17T14:03:05.553Z | Checking compact_str v0.8.0 |
| 3288 | 2025-01-17T14:03:06.155Z | Checking ratatui v0.28.1 |
| 3289 | 2025-01-17T14:03:06.978Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3290 | 2025-01-17T14:03:07.958Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3291 | 2025-01-17T14:03:08.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
| 3292 | 2025-01-17T14:03:08.929Z | |
| 3293 | 2025-01-17T14:03:08.930Z | info: running `cargo check --bins` on clickhouse-cluster-dev (155/197) |
| 3294 | 2025-01-17T14:03:09.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3295 | 2025-01-17T14:03:09.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3296 | 2025-01-17T14:03:09.593Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3297 | 2025-01-17T14:03:09.593Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3298 | 2025-01-17T14:03:10.552Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3299 | 2025-01-17T14:03:10.996Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3300 | 2025-01-17T14:03:11.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s |
| 3301 | 2025-01-17T14:03:11.524Z | |
| 3302 | 2025-01-17T14:03:11.524Z | info: running `cargo check --bins` on ch-dev (156/197) |
| 3303 | 2025-01-17T14:03:12.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3304 | 2025-01-17T14:03:12.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3305 | 2025-01-17T14:03:12.161Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3306 | 2025-01-17T14:03:12.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 3307 | 2025-01-17T14:03:13.025Z | |
| 3308 | 2025-01-17T14:03:13.026Z | info: running `cargo check --bins` on crdb-seed (157/197) |
| 3309 | 2025-01-17T14:03:13.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3310 | 2025-01-17T14:03:13.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3311 | 2025-01-17T14:03:13.651Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3312 | 2025-01-17T14:03:13.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3313 | 2025-01-17T14:03:14.163Z | |
| 3314 | 2025-01-17T14:03:14.163Z | info: running `cargo check --bins` on db-dev (158/197) |
| 3315 | 2025-01-17T14:03:14.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3316 | 2025-01-17T14:03:14.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3317 | 2025-01-17T14:03:14.796Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3318 | 2025-01-17T14:03:15.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 3319 | 2025-01-17T14:03:15.672Z | |
| 3320 | 2025-01-17T14:03:15.672Z | info: running `cargo check --bins` on omicron-dev-lib (159/197) |
| 3321 | 2025-01-17T14:03:16.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3322 | 2025-01-17T14:03:16.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3323 | 2025-01-17T14:03:16.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3324 | 2025-01-17T14:03:16.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3325 | 2025-01-17T14:03:16.288Z | |
| 3326 | 2025-01-17T14:03:16.288Z | info: running `cargo check --bins` on xtask-downloader (160/197) |
| 3327 | 2025-01-17T14:03:16.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3328 | 2025-01-17T14:03:16.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3329 | 2025-01-17T14:03:16.881Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3330 | 2025-01-17T14:03:17.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 3331 | 2025-01-17T14:03:17.889Z | |
| 3332 | 2025-01-17T14:03:17.889Z | info: running `cargo check --bins` on omicron-ls-apis (161/197) |
| 3333 | 2025-01-17T14:03:18.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3334 | 2025-01-17T14:03:18.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3335 | 2025-01-17T14:03:18.477Z | Checking cargo-platform v0.1.8 |
| 3336 | 2025-01-17T14:03:18.747Z | Checking cargo_metadata v0.18.1 |
| 3337 | 2025-01-17T14:03:19.640Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3338 | 2025-01-17T14:03:20.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
| 3339 | 2025-01-17T14:03:20.606Z | |
| 3340 | 2025-01-17T14:03:20.606Z | info: running `cargo check --bins` on mgs-dev (162/197) |
| 3341 | 2025-01-17T14:03:21.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3342 | 2025-01-17T14:03:21.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3343 | 2025-01-17T14:03:21.294Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3344 | 2025-01-17T14:03:22.662Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3345 | 2025-01-17T14:03:23.208Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3346 | 2025-01-17T14:03:23.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s |
| 3347 | 2025-01-17T14:03:23.912Z | |
| 3348 | 2025-01-17T14:03:23.912Z | info: running `cargo check --bins` on omicron-omdb (163/197) |
| 3349 | 2025-01-17T14:03:24.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3350 | 2025-01-17T14:03:24.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3351 | 2025-01-17T14:03:24.667Z | Compiling crunchy v0.2.2 |
| 3352 | 2025-01-17T14:03:24.667Z | Compiling tiny-keccak v2.0.2 |
| 3353 | 2025-01-17T14:03:24.670Z | Compiling dsl_auto_type v0.1.2 |
| 3354 | 2025-01-17T14:03:24.670Z | Checking scheduled-thread-pool v0.2.7 |
| 3355 | 2025-01-17T14:03:24.782Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3356 | 2025-01-17T14:03:24.812Z | Compiling ascii-canvas v3.0.0 |
| 3357 | 2025-01-17T14:03:24.827Z | Compiling ena v0.14.3 |
| 3358 | 2025-01-17T14:03:24.830Z | Compiling diff v0.1.13 |
| 3359 | 2025-01-17T14:03:24.981Z | Checking r2d2 v0.8.10 |
| 3360 | 2025-01-17T14:03:25.081Z | Compiling regex-syntax v0.6.29 |
| 3361 | 2025-01-17T14:03:25.216Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3362 | 2025-01-17T14:03:25.239Z | Compiling ref-cast v1.0.23 |
| 3363 | 2025-01-17T14:03:25.303Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3364 | 2025-01-17T14:03:25.303Z | Compiling derive_builder_core v0.20.2 |
| 3365 | 2025-01-17T14:03:25.389Z | Compiling libxml v0.3.3 |
| 3366 | 2025-01-17T14:03:25.457Z | Compiling ref-cast-impl v1.0.23 |
| 3367 | 2025-01-17T14:03:25.596Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3368 | 2025-01-17T14:03:25.810Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3369 | 2025-01-17T14:03:25.836Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3370 | 2025-01-17T14:03:26.051Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3371 | 2025-01-17T14:03:26.111Z | Compiling strum_macros v0.24.3 |
| 3372 | 2025-01-17T14:03:26.131Z | Compiling diesel_derives v2.2.3 |
| 3373 | 2025-01-17T14:03:26.133Z | Compiling samael v0.0.17 |
| 3374 | 2025-01-17T14:03:26.404Z | Compiling indoc v1.0.9 |
| 3375 | 2025-01-17T14:03:27.341Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3376 | 2025-01-17T14:03:27.541Z | Compiling derive_builder_macro v0.20.2 |
| 3377 | 2025-01-17T14:03:27.644Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3378 | 2025-01-17T14:03:28.146Z | Compiling oso-derive v0.27.3 |
| 3379 | 2025-01-17T14:03:28.400Z | Compiling lalrpop v0.19.12 |
| 3380 | 2025-01-17T14:03:29.051Z | Checking derive_builder v0.20.2 |
| 3381 | 2025-01-17T14:03:29.142Z | Checking quick-xml v0.33.0 |
| 3382 | 2025-01-17T14:03:29.213Z | Compiling diesel-dtrace v0.4.2 |
| 3383 | 2025-01-17T14:03:29.352Z | Checking maplit v1.0.2 |
| 3384 | 2025-01-17T14:03:29.508Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3385 | 2025-01-17T14:03:29.599Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3386 | 2025-01-17T14:03:29.894Z | Checking bb8 v0.8.5 |
| 3387 | 2025-01-17T14:03:29.948Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3388 | 2025-01-17T14:03:30.250Z | Checking rand_seeder v0.3.0 |
| 3389 | 2025-01-17T14:03:30.399Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3390 | 2025-01-17T14:03:30.425Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3391 | 2025-01-17T14:03:30.506Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3392 | 2025-01-17T14:03:30.701Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3393 | 2025-01-17T14:03:30.988Z | Checking smawk v0.3.2 |
| 3394 | 2025-01-17T14:03:30.988Z | Checking unicode-linebreak v0.1.5 |
| 3395 | 2025-01-17T14:03:31.204Z | Checking is_ci v1.2.0 |
| 3396 | 2025-01-17T14:03:31.357Z | Checking supports-color v3.0.1 |
| 3397 | 2025-01-17T14:03:31.451Z | Checking textwrap v0.16.1 |
| 3398 | 2025-01-17T14:03:31.591Z | Checking multimap v0.10.0 |
| 3399 | 2025-01-17T14:03:32.249Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3400 | 2025-01-17T14:03:34.191Z | Checking diesel v2.2.6 |
| 3401 | 2025-01-17T14:03:58.443Z | Compiling polar-core v0.27.3 |
| 3402 | 2025-01-17T14:03:59.153Z | Checking async-bb8-diesel v0.2.1 |
| 3403 | 2025-01-17T14:04:05.653Z | Checking oso v0.27.3 |
| 3404 | 2025-01-17T14:05:04.867Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3405 | 2025-01-17T14:05:10.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s |
| 3406 | 2025-01-17T14:05:11.074Z | |
| 3407 | 2025-01-17T14:05:11.074Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197) |
| 3408 | 2025-01-17T14:05:11.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3409 | 2025-01-17T14:05:11.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3410 | 2025-01-17T14:05:11.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3411 | 2025-01-17T14:05:11.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3412 | 2025-01-17T14:05:11.723Z | |
| 3413 | 2025-01-17T14:05:11.723Z | info: running `cargo check --bins` on nexus-saga-recovery (165/197) |
| 3414 | 2025-01-17T14:05:12.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3415 | 2025-01-17T14:05:12.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3416 | 2025-01-17T14:05:12.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3417 | 2025-01-17T14:05:12.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3418 | 2025-01-17T14:05:12.373Z | |
| 3419 | 2025-01-17T14:05:12.373Z | info: running `cargo check --bins` on nexus-test-utils-macros (166/197) |
| 3420 | 2025-01-17T14:05:12.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3421 | 2025-01-17T14:05:12.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3422 | 2025-01-17T14:05:12.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3423 | 2025-01-17T14:05:12.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3424 | 2025-01-17T14:05:12.962Z | |
| 3425 | 2025-01-17T14:05:12.963Z | info: running `cargo check --bins` on omicron-nexus (167/197) |
| 3426 | 2025-01-17T14:05:13.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3427 | 2025-01-17T14:05:13.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3428 | 2025-01-17T14:05:13.739Z | Compiling libz-sys v1.1.20 |
| 3429 | 2025-01-17T14:05:13.742Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3430 | 2025-01-17T14:05:13.867Z | Compiling vergen v8.3.2 |
| 3431 | 2025-01-17T14:05:13.870Z | Compiling cargo-platform v0.1.8 |
| 3432 | 2025-01-17T14:05:13.870Z | Compiling pin-project-internal v1.1.6 |
| 3433 | 2025-01-17T14:05:13.900Z | Compiling libsqlite3-sys v0.30.1 |
| 3434 | 2025-01-17T14:05:13.903Z | Compiling snafu-derive v0.8.5 |
| 3435 | 2025-01-17T14:05:13.903Z | Compiling rustls v0.21.12 |
| 3436 | 2025-01-17T14:05:14.177Z | Compiling cargo_metadata v0.18.1 |
| 3437 | 2025-01-17T14:05:14.202Z | Compiling cfg_aliases v0.2.1 |
| 3438 | 2025-01-17T14:05:14.311Z | Compiling buf-list v1.0.3 |
| 3439 | 2025-01-17T14:05:14.360Z | Compiling nix v0.29.0 |
| 3440 | 2025-01-17T14:05:14.457Z | Checking globset v0.4.15 |
| 3441 | 2025-01-17T14:05:14.582Z | Checking rustls-webpki v0.101.7 |
| 3442 | 2025-01-17T14:05:15.005Z | Checking olpc-cjson v0.1.4 |
| 3443 | 2025-01-17T14:05:15.072Z | Checking sct v0.7.1 |
| 3444 | 2025-01-17T14:05:15.229Z | Checking serde_plain v1.0.2 |
| 3445 | 2025-01-17T14:05:15.232Z | Checking typed-path v0.9.3 |
| 3446 | 2025-01-17T14:05:15.611Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3447 | 2025-01-17T14:05:15.841Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3448 | 2025-01-17T14:05:15.901Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3449 | 2025-01-17T14:05:16.126Z | Checking hashlink v0.9.1 |
| 3450 | 2025-01-17T14:05:16.175Z | Checking fallible-iterator v0.3.0 |
| 3451 | 2025-01-17T14:05:16.560Z | Checking pin-project v1.1.6 |
| 3452 | 2025-01-17T14:05:16.639Z | Checking parse-size v1.1.0 |
| 3453 | 2025-01-17T14:05:16.698Z | Checking fallible-streaming-iterator v0.1.9 |
| 3454 | 2025-01-17T14:05:16.891Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3455 | 2025-01-17T14:05:16.917Z | Checking rusqlite v0.32.1 |
| 3456 | 2025-01-17T14:05:17.030Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3457 | 2025-01-17T14:05:17.214Z | Checking rustls-pemfile v1.0.4 |
| 3458 | 2025-01-17T14:05:17.311Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3459 | 2025-01-17T14:05:17.416Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3460 | 2025-01-17T14:05:17.836Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3461 | 2025-01-17T14:05:17.886Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3462 | 2025-01-17T14:05:17.947Z | Checking twox-hash v1.6.3 |
| 3463 | 2025-01-17T14:05:18.015Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3464 | 2025-01-17T14:05:18.147Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3465 | 2025-01-17T14:05:18.288Z | Checking tokio-rustls v0.24.1 |
| 3466 | 2025-01-17T14:05:18.625Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3467 | 2025-01-17T14:05:18.763Z | Checking snafu v0.8.5 |
| 3468 | 2025-01-17T14:05:19.047Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3469 | 2025-01-17T14:05:19.073Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 3470 | 2025-01-17T14:05:19.187Z | Checking tough v0.19.0 |
| 3471 | 2025-01-17T14:05:19.241Z | Checking fatfs v0.3.6 |
| 3472 | 2025-01-17T14:05:19.816Z | Checking assert_matches v1.5.0 |
| 3473 | 2025-01-17T14:05:23.131Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3474 | 2025-01-17T14:05:24.388Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3475 | 2025-01-17T14:05:25.810Z | Compiling git2 v0.19.0 |
| 3476 | 2025-01-17T14:05:29.811Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 3477 | 2025-01-17T14:06:24.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
| 3478 | 2025-01-17T14:06:24.227Z | |
| 3479 | 2025-01-17T14:06:24.227Z | info: running `cargo check --bins` on nexus-external-api (168/197) |
| 3480 | 2025-01-17T14:06:24.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3481 | 2025-01-17T14:06:24.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3482 | 2025-01-17T14:06:24.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3483 | 2025-01-17T14:06:24.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3484 | 2025-01-17T14:06:24.895Z | |
| 3485 | 2025-01-17T14:06:24.895Z | info: running `cargo check --bins` on openapi-manager-types (169/197) |
| 3486 | 2025-01-17T14:06:25.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3487 | 2025-01-17T14:06:25.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3488 | 2025-01-17T14:06:25.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3489 | 2025-01-17T14:06:25.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3490 | 2025-01-17T14:06:25.495Z | |
| 3491 | 2025-01-17T14:06:25.495Z | info: running `cargo check --bins` on nexus-internal-api (170/197) |
| 3492 | 2025-01-17T14:06:26.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3493 | 2025-01-17T14:06:26.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3494 | 2025-01-17T14:06:26.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3495 | 2025-01-17T14:06:26.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3496 | 2025-01-17T14:06:26.126Z | |
| 3497 | 2025-01-17T14:06:26.126Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (171/197) |
| 3498 | 2025-01-17T14:06:26.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3499 | 2025-01-17T14:06:26.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3500 | 2025-01-17T14:06:26.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3501 | 2025-01-17T14:06:26.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3502 | 2025-01-17T14:06:26.779Z | |
| 3503 | 2025-01-17T14:06:26.779Z | info: running `cargo check --bins` on nexus-networking (172/197) |
| 3504 | 2025-01-17T14:06:27.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3505 | 2025-01-17T14:06:27.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3506 | 2025-01-17T14:06:27.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3507 | 2025-01-17T14:06:27.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3508 | 2025-01-17T14:06:27.429Z | |
| 3509 | 2025-01-17T14:06:27.429Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (173/197) |
| 3510 | 2025-01-17T14:06:27.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3511 | 2025-01-17T14:06:27.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3512 | 2025-01-17T14:06:27.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3513 | 2025-01-17T14:06:28.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3514 | 2025-01-17T14:06:28.078Z | |
| 3515 | 2025-01-17T14:06:28.078Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197) |
| 3516 | 2025-01-17T14:06:28.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3517 | 2025-01-17T14:06:28.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3518 | 2025-01-17T14:06:28.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3519 | 2025-01-17T14:06:28.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3520 | 2025-01-17T14:06:28.726Z | |
| 3521 | 2025-01-17T14:06:28.726Z | info: running `cargo check --bins` on update-common (175/197) |
| 3522 | 2025-01-17T14:06:29.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3523 | 2025-01-17T14:06:29.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3524 | 2025-01-17T14:06:29.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3525 | 2025-01-17T14:06:29.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3526 | 2025-01-17T14:06:29.351Z | |
| 3527 | 2025-01-17T14:06:29.351Z | info: running `cargo check --bins` on tufaceous-lib (176/197) |
| 3528 | 2025-01-17T14:06:29.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3529 | 2025-01-17T14:06:29.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3530 | 2025-01-17T14:06:29.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3531 | 2025-01-17T14:06:29.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3532 | 2025-01-17T14:06:29.976Z | |
| 3533 | 2025-01-17T14:06:29.976Z | info: running `cargo check --bins` on tufaceous (177/197) |
| 3534 | 2025-01-17T14:06:30.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3535 | 2025-01-17T14:06:30.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3536 | 2025-01-17T14:06:30.640Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3537 | 2025-01-17T14:06:31.731Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3538 | 2025-01-17T14:06:32.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
| 3539 | 2025-01-17T14:06:32.681Z | |
| 3540 | 2025-01-17T14:06:32.681Z | info: running `cargo check --bins` on omicron-dev (178/197) |
| 3541 | 2025-01-17T14:06:33.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3542 | 2025-01-17T14:06:33.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3543 | 2025-01-17T14:06:33.502Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3544 | 2025-01-17T14:06:33.504Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3545 | 2025-01-17T14:06:33.644Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3546 | 2025-01-17T14:06:33.648Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3547 | 2025-01-17T14:06:34.590Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3548 | 2025-01-17T14:07:00.320Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3549 | 2025-01-17T14:07:00.323Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3550 | 2025-01-17T14:07:00.323Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3551 | 2025-01-17T14:07:00.323Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3552 | 2025-01-17T14:07:00.323Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3553 | 2025-01-17T14:07:00.323Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3554 | 2025-01-17T14:07:01.249Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3555 | 2025-01-17T14:07:02.491Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3556 | 2025-01-17T14:07:40.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 3557 | 2025-01-17T14:07:40.729Z | |
| 3558 | 2025-01-17T14:07:40.729Z | info: running `cargo check --bins` on openapi-manager (179/197) |
| 3559 | 2025-01-17T14:07:41.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3560 | 2025-01-17T14:07:41.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3561 | 2025-01-17T14:07:41.413Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3562 | 2025-01-17T14:07:41.416Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3563 | 2025-01-17T14:07:41.416Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3564 | 2025-01-17T14:07:41.537Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3565 | 2025-01-17T14:07:41.541Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3566 | 2025-01-17T14:07:41.560Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3567 | 2025-01-17T14:07:41.563Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 3568 | 2025-01-17T14:07:41.573Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3569 | 2025-01-17T14:07:41.704Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3570 | 2025-01-17T14:07:41.769Z | Checking heck v0.4.1 |
| 3571 | 2025-01-17T14:07:41.864Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3572 | 2025-01-17T14:07:41.983Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3573 | 2025-01-17T14:07:42.143Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3574 | 2025-01-17T14:07:42.367Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3575 | 2025-01-17T14:07:42.829Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3576 | 2025-01-17T14:07:42.872Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3577 | 2025-01-17T14:07:43.285Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3578 | 2025-01-17T14:07:44.307Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3579 | 2025-01-17T14:07:44.565Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3580 | 2025-01-17T14:07:45.161Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3581 | 2025-01-17T14:07:45.260Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3582 | 2025-01-17T14:07:46.892Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3583 | 2025-01-17T14:07:46.892Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3584 | 2025-01-17T14:07:48.311Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3585 | 2025-01-17T14:07:49.708Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3586 | 2025-01-17T14:07:55.045Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3587 | 2025-01-17T14:07:55.045Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3588 | 2025-01-17T14:07:56.208Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3589 | 2025-01-17T14:07:57.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.44s |
| 3590 | 2025-01-17T14:07:57.362Z | |
| 3591 | 2025-01-17T14:07:57.363Z | info: running `cargo check --bins` on installinator-api (180/197) |
| 3592 | 2025-01-17T14:07:57.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2025-01-17T14:07:57.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2025-01-17T14:07:57.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3595 | 2025-01-17T14:07:57.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3596 | 2025-01-17T14:07:57.981Z | |
| 3597 | 2025-01-17T14:07:57.981Z | info: running `cargo check --bins` on wicketd-api (181/197) |
| 3598 | 2025-01-17T14:07:58.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2025-01-17T14:07:58.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2025-01-17T14:07:58.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2025-01-17T14:07:58.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3602 | 2025-01-17T14:07:58.619Z | |
| 3603 | 2025-01-17T14:07:58.619Z | info: running `cargo check --bins` on reconfigurator-cli (182/197) |
| 3604 | 2025-01-17T14:07:59.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2025-01-17T14:07:59.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2025-01-17T14:07:59.288Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3607 | 2025-01-17T14:07:59.289Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3608 | 2025-01-17T14:07:59.291Z | Compiling petname v2.0.2 |
| 3609 | 2025-01-17T14:07:59.291Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3610 | 2025-01-17T14:07:59.291Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3611 | 2025-01-17T14:07:59.394Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3612 | 2025-01-17T14:07:59.412Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3613 | 2025-01-17T14:07:59.445Z | Checking sync-ptr v0.1.1 |
| 3614 | 2025-01-17T14:08:04.506Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3615 | 2025-01-17T14:08:05.100Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3616 | 2025-01-17T14:08:06.212Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3617 | 2025-01-17T14:08:07.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.07s |
| 3618 | 2025-01-17T14:08:07.880Z | |
| 3619 | 2025-01-17T14:08:07.881Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197) |
| 3620 | 2025-01-17T14:08:08.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3621 | 2025-01-17T14:08:08.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3622 | 2025-01-17T14:08:08.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3623 | 2025-01-17T14:08:08.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3624 | 2025-01-17T14:08:08.523Z | |
| 3625 | 2025-01-17T14:08:08.523Z | info: running `cargo check --bins` on omicron-releng (184/197) |
| 3626 | 2025-01-17T14:08:09.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3627 | 2025-01-17T14:08:09.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3628 | 2025-01-17T14:08:09.167Z | Checking memmap2 v0.9.5 |
| 3629 | 2025-01-17T14:08:09.167Z | Checking arrayvec v0.7.6 |
| 3630 | 2025-01-17T14:08:09.170Z | Checking constant_time_eq v0.3.1 |
| 3631 | 2025-01-17T14:08:09.170Z | Checking arrayref v0.3.9 |
| 3632 | 2025-01-17T14:08:09.170Z | Checking topological-sort v0.2.2 |
| 3633 | 2025-01-17T14:08:09.170Z | Checking shell-words v1.1.0 |
| 3634 | 2025-01-17T14:08:09.515Z | Checking blake3 v1.5.4 |
| 3635 | 2025-01-17T14:08:09.836Z | Checking omicron-zone-package v0.12.0 |
| 3636 | 2025-01-17T14:08:10.939Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3637 | 2025-01-17T14:08:11.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s |
| 3638 | 2025-01-17T14:08:11.996Z | |
| 3639 | 2025-01-17T14:08:11.996Z | info: running `cargo check --bins` on xtask (185/197) |
| 3640 | 2025-01-17T14:08:12.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3641 | 2025-01-17T14:08:12.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3642 | 2025-01-17T14:08:12.417Z | Checking bitflags v2.6.0 |
| 3643 | 2025-01-17T14:08:12.419Z | Checking serde v1.0.217 |
| 3644 | 2025-01-17T14:08:12.496Z | Checking thiserror v1.0.69 |
| 3645 | 2025-01-17T14:08:12.507Z | Checking scroll v0.12.0 |
| 3646 | 2025-01-17T14:08:12.510Z | Checking hashbrown v0.15.1 |
| 3647 | 2025-01-17T14:08:12.516Z | Checking log v0.4.22 |
| 3648 | 2025-01-17T14:08:12.519Z | Checking zerocopy v0.7.35 |
| 3649 | 2025-01-17T14:08:12.547Z | Checking syn v2.0.96 |
| 3650 | 2025-01-17T14:08:12.603Z | Checking pest v2.7.14 |
| 3651 | 2025-01-17T14:08:12.741Z | Checking rustix v0.38.37 |
| 3652 | 2025-01-17T14:08:12.774Z | Checking once_cell v1.20.2 |
| 3653 | 2025-01-17T14:08:12.937Z | Checking goblin v0.8.2 |
| 3654 | 2025-01-17T14:08:13.046Z | Checking fs-err v2.11.0 |
| 3655 | 2025-01-17T14:08:13.340Z | Checking tabled v0.15.0 |
| 3656 | 2025-01-17T14:08:13.454Z | Checking indexmap v2.7.0 |
| 3657 | 2025-01-17T14:08:13.704Z | Checking anyhow v1.0.93 |
| 3658 | 2025-01-17T14:08:14.583Z | Checking terminal_size v0.4.0 |
| 3659 | 2025-01-17T14:08:14.585Z | Checking tempfile v3.13.0 |
| 3660 | 2025-01-17T14:08:14.767Z | Checking clap_builder v4.5.21 |
| 3661 | 2025-01-17T14:08:15.080Z | Checking dtrace-parser v0.2.0 |
| 3662 | 2025-01-17T14:08:16.325Z | Checking serde_json v1.0.135 |
| 3663 | 2025-01-17T14:08:16.325Z | Checking toml_datetime v0.6.8 |
| 3664 | 2025-01-17T14:08:16.328Z | Checking serde_spanned v0.6.8 |
| 3665 | 2025-01-17T14:08:16.328Z | Checking camino v1.1.9 |
| 3666 | 2025-01-17T14:08:16.328Z | Checking semver v1.0.24 |
| 3667 | 2025-01-17T14:08:16.540Z | Checking cargo-platform v0.1.8 |
| 3668 | 2025-01-17T14:08:16.644Z | Checking toml_edit v0.22.22 |
| 3669 | 2025-01-17T14:08:16.685Z | Checking macaddr v1.0.1 |
| 3670 | 2025-01-17T14:08:16.821Z | Checking camino-tempfile v1.1.1 |
| 3671 | 2025-01-17T14:08:17.211Z | Checking clap v4.5.21 |
| 3672 | 2025-01-17T14:08:17.519Z | Checking dof v0.3.0 |
| 3673 | 2025-01-17T14:08:17.521Z | Checking cargo_metadata v0.18.1 |
| 3674 | 2025-01-17T14:08:17.906Z | Checking usdt-impl v0.5.0 |
| 3675 | 2025-01-17T14:08:18.261Z | Checking usdt v0.5.0 |
| 3676 | 2025-01-17T14:08:18.371Z | Checking toml v0.8.19 |
| 3677 | 2025-01-17T14:08:18.794Z | Checking cargo_toml v0.20.5 |
| 3678 | 2025-01-17T14:08:19.899Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3679 | 2025-01-17T14:08:20.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.51s |
| 3680 | 2025-01-17T14:08:20.616Z | |
| 3681 | 2025-01-17T14:08:20.616Z | info: running `cargo check --bins` on end-to-end-tests (186/197) |
| 3682 | 2025-01-17T14:08:21.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3683 | 2025-01-17T14:08:21.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3684 | 2025-01-17T14:08:21.351Z | Checking polyval v0.6.2 |
| 3685 | 2025-01-17T14:08:21.465Z | Checking ctr v0.9.2 |
| 3686 | 2025-01-17T14:08:21.477Z | Checking ssh-encoding v0.2.0 |
| 3687 | 2025-01-17T14:08:21.481Z | Checking blowfish v0.9.1 |
| 3688 | 2025-01-17T14:08:21.503Z | Checking password-hash v0.4.2 |
| 3689 | 2025-01-17T14:08:21.506Z | Checking matches v0.1.10 |
| 3690 | 2025-01-17T14:08:21.534Z | Checking p521 v0.13.3 |
| 3691 | 2025-01-17T14:08:21.534Z | Checking p256 v0.13.2 |
| 3692 | 2025-01-17T14:08:21.596Z | Checking idna v0.2.3 |
| 3693 | 2025-01-17T14:08:21.697Z | Checking bcrypt-pbkdf v0.10.0 |
| 3694 | 2025-01-17T14:08:21.700Z | Checking ghash v0.5.1 |
| 3695 | 2025-01-17T14:08:21.734Z | Compiling enum-as-inner v0.5.1 |
| 3696 | 2025-01-17T14:08:21.801Z | Checking russh-cryptovec v0.7.3 |
| 3697 | 2025-01-17T14:08:21.859Z | Checking aes-gcm v0.10.3 |
| 3698 | 2025-01-17T14:08:21.918Z | Checking pbkdf2 v0.11.0 |
| 3699 | 2025-01-17T14:08:21.970Z | Checking md5 v0.7.0 |
| 3700 | 2025-01-17T14:08:21.991Z | Checking num-bigint v0.4.6 |
| 3701 | 2025-01-17T14:08:22.022Z | Checking des v0.8.1 |
| 3702 | 2025-01-17T14:08:22.090Z | Checking ssh-cipher v0.2.0 |
| 3703 | 2025-01-17T14:08:22.211Z | Compiling dhcproto-macros v0.1.0 |
| 3704 | 2025-01-17T14:08:22.241Z | Checking hex-literal v0.4.1 |
| 3705 | 2025-01-17T14:08:22.289Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3706 | 2025-01-17T14:08:22.368Z | Checking ssh-key v0.6.6 |
| 3707 | 2025-01-17T14:08:22.388Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3708 | 2025-01-17T14:08:22.442Z | Checking internet-checksum v0.2.1 |
| 3709 | 2025-01-17T14:08:22.667Z | Checking trust-dns-proto v0.22.0 |
| 3710 | 2025-01-17T14:08:23.578Z | Checking russh-keys v0.45.0 |
| 3711 | 2025-01-17T14:08:24.436Z | Checking russh v0.45.0 |
| 3712 | 2025-01-17T14:08:25.088Z | Checking dhcproto v0.12.0 |
| 3713 | 2025-01-17T14:08:41.294Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3714 | 2025-01-17T14:08:42.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.98s |
| 3715 | 2025-01-17T14:08:42.799Z | |
| 3716 | 2025-01-17T14:08:42.799Z | info: running `cargo check --bins` on gateway-cli (187/197) |
| 3717 | 2025-01-17T14:08:43.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3718 | 2025-01-17T14:08:43.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3719 | 2025-01-17T14:08:43.423Z | Checking termios v0.3.3 |
| 3720 | 2025-01-17T14:08:43.639Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3721 | 2025-01-17T14:08:44.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
| 3722 | 2025-01-17T14:08:44.585Z | |
| 3723 | 2025-01-17T14:08:44.585Z | info: running `cargo check --bins --no-default-features` on installinator (188/197) |
| 3724 | 2025-01-17T14:08:45.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3725 | 2025-01-17T14:08:45.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3726 | 2025-01-17T14:08:45.269Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3727 | 2025-01-17T14:08:45.269Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3728 | 2025-01-17T14:08:45.272Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3729 | 2025-01-17T14:08:45.272Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3730 | 2025-01-17T14:08:46.253Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3731 | 2025-01-17T14:08:47.444Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3732 | 2025-01-17T14:08:49.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s |
| 3733 | 2025-01-17T14:08:49.353Z | |
| 3734 | 2025-01-17T14:08:49.353Z | info: running `cargo check --bins` on internal-dns-cli (189/197) |
| 3735 | 2025-01-17T14:08:49.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3736 | 2025-01-17T14:08:49.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3737 | 2025-01-17T14:08:49.965Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3738 | 2025-01-17T14:08:50.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3739 | 2025-01-17T14:08:50.599Z | |
| 3740 | 2025-01-17T14:08:50.600Z | info: running `cargo check --bins` on omicron-live-tests (190/197) |
| 3741 | 2025-01-17T14:08:51.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3742 | 2025-01-17T14:08:51.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3743 | 2025-01-17T14:08:51.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3744 | 2025-01-17T14:08:51.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3745 | 2025-01-17T14:08:51.190Z | |
| 3746 | 2025-01-17T14:08:51.190Z | info: running `cargo check --bins` on live-tests-macros (191/197) |
| 3747 | 2025-01-17T14:08:51.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3748 | 2025-01-17T14:08:51.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3749 | 2025-01-17T14:08:51.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3750 | 2025-01-17T14:08:51.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3751 | 2025-01-17T14:08:51.776Z | |
| 3752 | 2025-01-17T14:08:51.776Z | info: running `cargo check --bins` on omicron-package (192/197) |
| 3753 | 2025-01-17T14:08:52.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3754 | 2025-01-17T14:08:52.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3755 | 2025-01-17T14:08:52.417Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3756 | 2025-01-17T14:08:53.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s |
| 3757 | 2025-01-17T14:08:53.919Z | |
| 3758 | 2025-01-17T14:08:53.920Z | info: running `cargo check --bins` on wicket-dbg (193/197) |
| 3759 | 2025-01-17T14:08:54.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3760 | 2025-01-17T14:08:54.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3761 | 2025-01-17T14:08:54.602Z | Checking rtoolbox v0.0.2 |
| 3762 | 2025-01-17T14:08:54.605Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3763 | 2025-01-17T14:08:54.605Z | Checking tui-tree-widget v0.22.0 |
| 3764 | 2025-01-17T14:08:54.835Z | Checking rpassword v7.3.1 |
| 3765 | 2025-01-17T14:08:58.509Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3766 | 2025-01-17T14:09:01.285Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3767 | 2025-01-17T14:09:02.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.48s |
| 3768 | 2025-01-17T14:09:02.591Z | |
| 3769 | 2025-01-17T14:09:02.591Z | info: running `cargo check --bins` on wicket (194/197) |
| 3770 | 2025-01-17T14:09:03.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3771 | 2025-01-17T14:09:03.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3772 | 2025-01-17T14:09:03.277Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3773 | 2025-01-17T14:09:03.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3774 | 2025-01-17T14:09:03.863Z | |
| 3775 | 2025-01-17T14:09:03.863Z | info: running `cargo check --bins` on wicketd (195/197) |
| 3776 | 2025-01-17T14:09:04.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3777 | 2025-01-17T14:09:04.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3778 | 2025-01-17T14:09:04.566Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3779 | 2025-01-17T14:09:04.566Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3780 | 2025-01-17T14:09:05.370Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3781 | 2025-01-17T14:09:09.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s |
| 3782 | 2025-01-17T14:09:09.233Z | |
| 3783 | 2025-01-17T14:09:09.233Z | info: running `cargo check --bins` on omicron-workspace-hack (196/197) |
| 3784 | 2025-01-17T14:09:09.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3785 | 2025-01-17T14:09:09.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3786 | 2025-01-17T14:09:09.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3787 | 2025-01-17T14:09:09.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3788 | 2025-01-17T14:09:09.824Z | |
| 3789 | 2025-01-17T14:09:09.825Z | info: running `cargo check --bins` on zone-setup (197/197) |
| 3790 | 2025-01-17T14:09:10.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3791 | 2025-01-17T14:09:10.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3792 | 2025-01-17T14:09:10.536Z | Checking uzers v0.12.1 |
| 3793 | 2025-01-17T14:09:10.875Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3794 | 2025-01-17T14:09:11.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s |
| 3795 | 2025-01-17T14:09:12.161Z | |
| 3796 | 2025-01-17T14:09:12.161Z | real 13:03.852037410 |
| 3797 | 2025-01-17T14:09:12.161Z | user 25:24.164864351 |
| 3798 | 2025-01-17T14:09:12.161Z | sys 4:08.329421905 |
| 3799 | 2025-01-17T14:09:12.161Z | trap 0.497803564 |
| 3800 | 2025-01-17T14:09:12.161Z | tflt 3.174609051 |
| 3801 | 2025-01-17T14:09:12.164Z | dflt 2.575738902 |
| 3802 | 2025-01-17T14:09:12.164Z | kflt 0.001073545 |
| 3803 | 2025-01-17T14:09:12.164Z | lock 44:40.037351896 |
| 3804 | 2025-01-17T14:09:12.164Z | slp 2:05:43.150158012 |
| 3805 | 2025-01-17T14:09:12.164Z | lat 1:06.697356517 |
| 3806 | 2025-01-17T14:09:12.164Z | stop 3:47.800764750 |
| 3807 | 2025-01-17T14:09:12.164Z | process exited: duration 1062910 ms, exit code 0 |
| |
| 3808 | 2025-01-17T14:09:12.171Z | found 0 output files |