|
|
|
1 | 2025-01-28T22:20:02.676Z | job assigned to worker 01JJQFYQSHRGDW2D0B8ER50PTP [factory aws, i-05d00ac94847c25b6] (queued for 53 s) |
|
2 | 2025-01-28T22:20:10.738Z | starting task 0: "setup" |
3 | 2025-01-28T22:20:10.747Z | ++ uname -s |
4 | 2025-01-28T22:20:10.751Z | + kern=SunOS |
5 | 2025-01-28T22:20:10.751Z | + case "$kern" in |
6 | 2025-01-28T22:20:10.751Z | + groupadd -g 12345 build |
7 | 2025-01-28T22:20:10.754Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-28T22:20:12.760Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-28T22:20:12.862Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-28T22:20:12.865Z | + home_fs=zfs |
11 | 2025-01-28T22:20:12.865Z | + [[ zfs == autofs ]] |
12 | 2025-01-28T22:20:12.865Z | + mkdir -p /home/build |
13 | 2025-01-28T22:20:12.867Z | + chown build:build /home/build /work |
14 | 2025-01-28T22:20:14.869Z | + chmod 0700 /home/build /work |
15 | 2025-01-28T22:20:14.872Z | process exited: duration 4135 ms, exit code 0 |
|
16 | 2025-01-28T22:20:14.877Z | starting task 1: "rust-toolchain" |
17 | 2025-01-28T22:20:14.882Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-28T22:20:14.882Z | ' 1.84.0 |
19 | 2025-01-28T22:20:14.882Z | * toolchain channel = "1.84.0" |
20 | 2025-01-28T22:20:14.882Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-28T22:20:14.882Z | ' default |
22 | 2025-01-28T22:20:14.883Z | * toolchain profile = "default" |
23 | 2025-01-28T22:20:14.886Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-28T22:20:14.886Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-28T22:20:14.987Z | info: downloading installer |
26 | 2025-01-28T22:20:16.136Z | info: profile set to 'default' |
27 | 2025-01-28T22:20:16.136Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-28T22:20:16.139Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-28T22:20:16.296Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-28T22:20:16.296Z | info: downloading component 'cargo' |
31 | 2025-01-28T22:20:17.169Z | info: downloading component 'clippy' |
32 | 2025-01-28T22:20:17.503Z | info: downloading component 'rust-docs' |
33 | 2025-01-28T22:20:18.706Z | info: downloading component 'rust-std' |
34 | 2025-01-28T22:20:20.483Z | info: downloading component 'rustc' |
35 | 2025-01-28T22:20:27.280Z | info: downloading component 'rustfmt' |
36 | 2025-01-28T22:20:27.533Z | info: installing component 'cargo' |
37 | 2025-01-28T22:20:28.386Z | info: installing component 'clippy' |
38 | 2025-01-28T22:20:28.769Z | info: installing component 'rust-docs' |
39 | 2025-01-28T22:20:30.463Z | info: installing component 'rust-std' |
40 | 2025-01-28T22:20:32.175Z | info: installing component 'rustc' |
41 | 2025-01-28T22:20:38.230Z | info: installing component 'rustfmt' |
42 | 2025-01-28T22:20:38.564Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-28T22:20:38.564Z | |
44 | 2025-01-28T22:20:38.962Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-28T22:20:38.962Z | |
46 | 2025-01-28T22:20:38.965Z | |
47 | 2025-01-28T22:20:38.965Z | Rust is installed now. Great! |
48 | 2025-01-28T22:20:38.965Z | |
49 | 2025-01-28T22:20:38.965Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-28T22:20:38.965Z | environment variable. This has not been done automatically. |
51 | 2025-01-28T22:20:38.965Z | |
52 | 2025-01-28T22:20:38.965Z | To configure your current shell, you need to source |
53 | 2025-01-28T22:20:38.965Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-28T22:20:38.965Z | |
55 | 2025-01-28T22:20:38.965Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-28T22:20:38.965Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-28T22:20:38.965Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-28T22:20:39.043Z | + rustc --version |
59 | 2025-01-28T22:20:39.118Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-28T22:20:39.122Z | process exited: duration 24233 ms, exit code 0 |
|
61 | 2025-01-28T22:20:39.146Z | starting task 2: "authentication" |
62 | 2025-01-28T22:20:39.169Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2025-01-28T22:20:39.182Z | starting task 3: "clone repository" |
64 | 2025-01-28T22:20:39.186Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-28T22:20:39.189Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-28T22:20:39.225Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-28T22:20:47.373Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-28T22:20:47.373Z | + git fetch origin 567ca7f7404284ff7e907d2d9034b4dd51a6c194 |
69 | 2025-01-28T22:20:47.735Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-28T22:20:47.735Z | * branch 567ca7f7404284ff7e907d2d9034b4dd51a6c194 -> FETCH_HEAD |
71 | 2025-01-28T22:20:47.745Z | + [[ -n bump-console-288f1c1b ]] |
72 | 2025-01-28T22:20:47.748Z | ++ git branch --show-current |
73 | 2025-01-28T22:20:47.751Z | + current=main |
74 | 2025-01-28T22:20:47.751Z | + [[ main != bump-console-288f1c1b ]] |
75 | 2025-01-28T22:20:47.751Z | + git branch -f bump-console-288f1c1b 567ca7f7404284ff7e907d2d9034b4dd51a6c194 |
76 | 2025-01-28T22:20:47.754Z | + git checkout -f bump-console-288f1c1b |
77 | 2025-01-28T22:20:47.938Z | Switched to branch 'bump-console-288f1c1b' |
78 | 2025-01-28T22:20:47.940Z | + git reset --hard 567ca7f7404284ff7e907d2d9034b4dd51a6c194 |
79 | 2025-01-28T22:20:47.953Z | HEAD is now at 567ca7f74 Bump web console |
80 | 2025-01-28T22:20:47.956Z | process exited: duration 8772 ms, exit code 0 |
|
81 | 2025-01-28T22:20:47.961Z | starting task 4: "build" |
82 | 2025-01-28T22:20:47.968Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-28T22:20:47.968Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-28T22:20:47.968Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-28T22:20:47.968Z | + cargo --version |
86 | 2025-01-28T22:20:48.030Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-28T22:20:48.045Z | + rustc --version |
88 | 2025-01-28T22:20:48.096Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-28T22:20:48.099Z | + source ./env.sh |
90 | 2025-01-28T22:20:48.101Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2025-01-28T22:20:48.101Z | ++ set -o xtrace |
92 | 2025-01-28T22:20:48.107Z | ++++ dirname ./env.sh |
93 | 2025-01-28T22:20:48.107Z | +++ readlink -f . |
94 | 2025-01-28T22:20:48.110Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2025-01-28T22:20:48.110Z | ++ 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-28T22:20:48.110Z | ++ 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-28T22:20:48.110Z | ++ 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-28T22:20:48.110Z | ++ 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-28T22:20:48.110Z | ++ 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-28T22:20:48.110Z | ++ 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-28T22:20:48.110Z | ++ 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-28T22:20:48.110Z | ++ 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-28T22:20:48.111Z | ++ case $OLD_SHELL_OPTS in |
104 | 2025-01-28T22:20:48.111Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2025-01-28T22:20:48.111Z | + 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-28T22:20:48.111Z | + 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-28T22:20:48.111Z | + banner prerequisites |
108 | 2025-01-28T22:20:48.116Z | |
109 | 2025-01-28T22:20:48.116Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2025-01-28T22:20:48.116Z | # # # # # # # # # # # # # # # |
111 | 2025-01-28T22:20:48.116Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2025-01-28T22:20:48.116Z | ##### ##### # ##### # # # # # # # # # |
113 | 2025-01-28T22:20:48.116Z | # # # # # # # # # # # # # # # |
114 | 2025-01-28T22:20:48.116Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2025-01-28T22:20:48.116Z | |
116 | 2025-01-28T22:20:48.116Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2025-01-28T22:20:49.699Z | pkg list: illegal option -- F |
118 | 2025-01-28T22:20:49.699Z | Usage: |
119 | 2025-01-28T22:20:49.710Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-01-28T22:20:49.710Z | [pkg_fmri_pattern ...] |
121 | 2025-01-28T22:20:50.575Z | pkg list: illegal option -- F |
122 | 2025-01-28T22:20:50.575Z | Usage: |
123 | 2025-01-28T22:20:50.578Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
124 | 2025-01-28T22:20:50.578Z | [pkg_fmri_pattern ...] |
125 | 2025-01-28T22:20:58.137Z | Startup: Refreshing catalog 'helios-dev' ... Done |
126 | 2025-01-28T22:21:02.291Z | Startup: Caching catalogs ... Done |
127 | 2025-01-28T22:21:13.876Z | Planning: Solver setup ... Done (10.783s) |
128 | 2025-01-28T22:21:14.027Z | Planning: Running solver ... Done (0.150s) |
129 | 2025-01-28T22:21:14.141Z | Planning: Finding local manifests ... Done (0.006s) |
130 | 2025-01-28T22:21:14.153Z | Planning: Fetching manifests: 0/7 0% complete |
131 | 2025-01-28T22:21:14.396Z | Planning: Fetching manifests: 7/7 100% complete |
132 | 2025-01-28T22:21:14.504Z | Planning: Package planning ... Done (0.108s) |
133 | 2025-01-28T22:21:14.561Z | Planning: Merging actions ... Done (0.056s) |
134 | 2025-01-28T22:21:14.755Z | Planning: Checking for conflicting actions ... Done (0.195s) |
135 | 2025-01-28T22:21:16.748Z | Planning: Consolidating action changes ... Done (1.992s) |
136 | 2025-01-28T22:21:17.178Z | Planning: Evaluating mediators ... Done (0.430s) |
137 | 2025-01-28T22:21:17.261Z | Planning: Planning completed in 14.89 seconds |
138 | 2025-01-28T22:21:17.277Z | Packages to install: 4 |
139 | 2025-01-28T22:21:17.277Z | Packages to update: 3 |
140 | 2025-01-28T22:21:17.280Z | Mediators to change: 2 |
141 | 2025-01-28T22:21:17.280Z | Services to change: 1 |
142 | 2025-01-28T22:21:17.280Z | Estimated space available: 155.61 GB |
143 | 2025-01-28T22:21:17.281Z | Estimated space to be consumed: 1.64 GB |
144 | 2025-01-28T22:21:17.281Z | Create boot environment: No |
145 | 2025-01-28T22:21:17.281Z | Create backup boot environment: Yes |
146 | 2025-01-28T22:21:17.281Z | Rebuild boot archive: No |
147 | 2025-01-28T22:21:17.281Z | |
148 | 2025-01-28T22:21:17.281Z | Changed mediators: |
149 | 2025-01-28T22:21:17.281Z | mediator clang: |
150 | 2025-01-28T22:21:17.281Z | version: None -> 15 (system default) |
151 | 2025-01-28T22:21:17.281Z | |
152 | 2025-01-28T22:21:17.281Z | mediator llvm: |
153 | 2025-01-28T22:21:17.281Z | version: 14 (system default) -> 15 (system default) |
154 | 2025-01-28T22:21:17.281Z | |
155 | 2025-01-28T22:21:17.282Z | Changed packages: |
156 | 2025-01-28T22:21:17.282Z | helios-dev |
157 | 2025-01-28T22:21:17.282Z | developer/build-essential |
158 | 2025-01-28T22:21:17.282Z | None -> 11-2.0 |
159 | 2025-01-28T22:21:17.282Z | library/libxmlsec1 |
160 | 2025-01-28T22:21:17.282Z | None -> 1.2.35-2.0 |
161 | 2025-01-28T22:21:17.282Z | ooce/developer/clang-15 |
162 | 2025-01-28T22:21:17.282Z | None -> 15.0.7-2.0 |
163 | 2025-01-28T22:21:17.282Z | ooce/developer/llvm-15 |
164 | 2025-01-28T22:21:17.282Z | None -> 15.0.7-2.0 |
165 | 2025-01-28T22:21:17.282Z | package/pkg |
166 | 2025-01-28T22:21:17.282Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
167 | 2025-01-28T22:21:17.282Z | system/library/g++-runtime |
168 | 2025-01-28T22:21:17.282Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-28T22:21:17.282Z | system/library/gcc-runtime |
170 | 2025-01-28T22:21:17.282Z | 13-2.0 -> 14-2.0 |
171 | 2025-01-28T22:21:17.282Z | |
172 | 2025-01-28T22:21:17.282Z | Services: |
173 | 2025-01-28T22:21:17.282Z | restart_fmri: |
174 | 2025-01-28T22:21:17.282Z | svc:/system/update-man-index:default |
175 | 2025-01-28T22:21:17.282Z | |
176 | 2025-01-28T22:21:17.283Z | Editable files to change: |
177 | 2025-01-28T22:21:17.283Z | Update: |
178 | 2025-01-28T22:21:17.283Z | usr/share/lib/pkg/web/config.shtml |
179 | 2025-01-28T22:21:17.362Z | |
180 | 2025-01-28T22:21:17.362Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
181 | 2025-01-28T22:21:22.619Z | Download: 1198/4301 items 72.2/225.4MB 32% complete (16.0M/s) |
182 | 2025-01-28T22:21:27.682Z | Download: 2222/4301 items 119.2/225.4MB 52% complete (12.5M/s) |
183 | 2025-01-28T22:21:32.693Z | Download: 2507/4301 items 120.1/225.4MB 53% complete (4.8M/s) |
184 | 2025-01-28T22:21:37.696Z | Download: 3102/4301 items 135.3/225.4MB 60% complete (1.5M/s) |
185 | 2025-01-28T22:21:49.687Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (8.6M/s) |
186 | 2025-01-28T22:21:54.701Z | Download: 3623/4301 items 216.0/225.4MB 95% complete (2.8M/s) |
187 | 2025-01-28T22:22:03.837Z | Download: 4203/4301 items 220.6/225.4MB 97% complete (2.4M/s) |
188 | 2025-01-28T22:22:16.634Z | Download: 4204/4301 items 220.6/225.4MB 97% complete |
189 | 2025-01-28T22:22:18.748Z | Download: Completed 225.42 MB in 61.38 seconds (3.7M/s) |
190 | 2025-01-28T22:22:20.889Z | Actions: 1/5122 actions (Removing old actions) |
191 | 2025-01-28T22:22:20.910Z | Actions: 194/5122 actions (Installing new actions) |
192 | 2025-01-28T22:22:25.687Z | Actions: 4267/5122 actions (Updating modified actions) |
193 | 2025-01-28T22:22:26.041Z | Actions: Completed 5122 actions in 5.15 seconds. |
194 | 2025-01-28T22:22:26.450Z | Done (0.400s) |
195 | 2025-01-28T22:22:26.453Z | Done (0.002s) |
196 | 2025-01-28T22:22:27.029Z | Done (0.576s) |
197 | 2025-01-28T22:22:31.560Z | Done (4.298s) |
198 | 2025-01-28T22:22:31.645Z | Done (0.018s) |
199 | 2025-01-28T22:22:31.647Z | Done (0.000s) |
200 | 2025-01-28T22:22:31.820Z | Done (0.000s) |
201 | 2025-01-28T22:22:32.531Z | Planning: Evaluating mediator changes ... Done |
202 | 2025-01-28T22:22:32.694Z | Planning: Checking for conflicting actions ... Done |
203 | 2025-01-28T22:22:32.697Z | Planning: Consolidating action changes ... Done |
204 | 2025-01-28T22:22:32.964Z | Planning: Evaluating mediators ... Done |
205 | 2025-01-28T22:22:32.966Z | Planning: Planning completed in 0.43 seconds |
206 | 2025-01-28T22:22:33.005Z | Mediators to change: 2 |
207 | 2025-01-28T22:22:33.005Z | Create boot environment: No |
208 | 2025-01-28T22:22:33.005Z | Create backup boot environment: No |
209 | 2025-01-28T22:22:33.085Z | Done |
210 | 2025-01-28T22:22:33.085Z | Done |
211 | 2025-01-28T22:22:33.483Z | Done |
212 | 2025-01-28T22:22:37.207Z | Done |
213 | 2025-01-28T22:22:37.300Z | Done |
214 | 2025-01-28T22:22:37.302Z | Done |
215 | 2025-01-28T22:22:37.419Z | Done |
216 | 2025-01-28T22:22:38.037Z | Planning: Evaluating mediator changes ... Done |
217 | 2025-01-28T22:22:38.040Z | Planning: Merging actions ... Done |
218 | 2025-01-28T22:22:38.230Z | Planning: Checking for conflicting actions ... Done |
219 | 2025-01-28T22:22:38.234Z | Planning: Consolidating action changes ... Done |
220 | 2025-01-28T22:22:38.554Z | Planning: Evaluating mediators ... Done |
221 | 2025-01-28T22:22:38.563Z | Planning: Planning completed in 0.77 seconds |
222 | 2025-01-28T22:22:38.604Z | Packages to change: 1 |
223 | 2025-01-28T22:22:38.604Z | Mediators to change: 1 |
224 | 2025-01-28T22:22:38.610Z | Services to change: 1 |
225 | 2025-01-28T22:22:38.610Z | Create boot environment: No |
226 | 2025-01-28T22:22:38.610Z | Create backup boot environment: Yes |
227 | 2025-01-28T22:22:40.794Z | Actions: 1/6 actions (Updating modified actions) |
228 | 2025-01-28T22:22:40.796Z | Actions: Completed 6 actions in 0.00 seconds. |
229 | 2025-01-28T22:22:40.796Z | Done |
230 | 2025-01-28T22:22:40.796Z | Done |
231 | 2025-01-28T22:22:40.913Z | Done |
232 | 2025-01-28T22:22:44.653Z | Done |
233 | 2025-01-28T22:22:44.748Z | Done |
234 | 2025-01-28T22:22:44.753Z | Done |
235 | 2025-01-28T22:22:44.891Z | Done |
236 | 2025-01-28T22:22:45.326Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
237 | 2025-01-28T22:22:45.326Z | clang system 15 system |
238 | 2025-01-28T22:22:45.326Z | csh system system illumos |
239 | 2025-01-28T22:22:45.326Z | ctags system system illumos |
240 | 2025-01-28T22:22:45.326Z | gcc vendor 12 vendor |
241 | 2025-01-28T22:22:45.326Z | gcc system 10 system |
242 | 2025-01-28T22:22:45.326Z | gcc system 7 system |
243 | 2025-01-28T22:22:45.326Z | go system 1.20 system |
244 | 2025-01-28T22:22:45.326Z | go system 1.19 system |
245 | 2025-01-28T22:22:45.326Z | llvm system 15 system |
246 | 2025-01-28T22:22:45.326Z | llvm system 14 system |
247 | 2025-01-28T22:22:45.326Z | mariadb system 10.6 system |
248 | 2025-01-28T22:22:45.327Z | mta vendor vendor dma |
249 | 2025-01-28T22:22:45.327Z | openjdk system 17 system |
250 | 2025-01-28T22:22:45.327Z | openjdk system 11 system |
251 | 2025-01-28T22:22:45.327Z | openjdk system 1.8 system |
252 | 2025-01-28T22:22:45.327Z | openssl vendor 3 vendor |
253 | 2025-01-28T22:22:45.327Z | perl system 5.36 system |
254 | 2025-01-28T22:22:45.327Z | postgresql system 15 system |
255 | 2025-01-28T22:22:45.327Z | postgresql system 13 system |
256 | 2025-01-28T22:22:45.327Z | python vendor 3 vendor |
257 | 2025-01-28T22:22:45.327Z | python system 2 system |
258 | 2025-01-28T22:22:45.327Z | python3 system 3.11 system |
259 | 2025-01-28T22:22:45.327Z | ruby system 3.0 system |
260 | 2025-01-28T22:22:45.327Z | words vendor vendor american-english |
261 | 2025-01-28T22:22:45.327Z | words system system australian-english |
262 | 2025-01-28T22:22:45.327Z | words system system british-english |
263 | 2025-01-28T22:22:45.327Z | words system system canadian-english |
264 | 2025-01-28T22:22:45.327Z | words system system french |
265 | 2025-01-28T22:22:45.327Z | words system system italian |
266 | 2025-01-28T22:22:45.327Z | words system system ngerman |
267 | 2025-01-28T22:22:45.327Z | words system system ogerman |
268 | 2025-01-28T22:22:45.327Z | words system system spanish |
269 | 2025-01-28T22:22:45.667Z | PUBLISHER TYPE STATUS P LOCATION |
270 | 2025-01-28T22:22:45.667Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
271 | 2025-01-28T22:22:48.488Z | FMRI IFO |
272 | 2025-01-28T22:22:48.488Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
273 | 2025-01-28T22:22:48.488Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
274 | 2025-01-28T22:22:48.488Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
275 | 2025-01-28T22:22:48.488Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
276 | 2025-01-28T22:22:48.488Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
277 | 2025-01-28T22:22:48.488Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
278 | 2025-01-28T22:22:48.488Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
279 | 2025-01-28T22:22:48.488Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
280 | 2025-01-28T22:22:48.488Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
281 | 2025-01-28T22:22:48.488Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
282 | 2025-01-28T22:22:48.488Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
283 | 2025-01-28T22:22:48.488Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
284 | 2025-01-28T22:22:48.488Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
285 | 2025-01-28T22:22:48.488Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
286 | 2025-01-28T22:22:48.488Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
287 | 2025-01-28T22:22:49.262Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
288 | 2025-01-28T22:22:49.546Z | Updating crates.io index |
289 | 2025-01-28T22:22:49.579Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
290 | 2025-01-28T22:22:49.869Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
291 | 2025-01-28T22:22:50.700Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
292 | 2025-01-28T22:22:51.033Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
293 | 2025-01-28T22:22:51.313Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
294 | 2025-01-28T22:22:51.563Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
295 | 2025-01-28T22:22:52.645Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
296 | 2025-01-28T22:22:54.397Z | Updating git repository `https://github.com/oxidecomputer/opte` |
297 | 2025-01-28T22:22:55.139Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
298 | 2025-01-28T22:22:56.318Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
299 | 2025-01-28T22:22:56.651Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
300 | 2025-01-28T22:22:57.034Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
301 | 2025-01-28T22:22:57.770Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
302 | 2025-01-28T22:22:58.106Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
303 | 2025-01-28T22:22:58.495Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
304 | 2025-01-28T22:22:58.819Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
305 | 2025-01-28T22:22:59.136Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
306 | 2025-01-28T22:22:59.394Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
307 | 2025-01-28T22:22:59.828Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
308 | 2025-01-28T22:23:00.167Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
309 | 2025-01-28T22:23:00.432Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
310 | 2025-01-28T22:23:00.795Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
311 | 2025-01-28T22:23:01.219Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
312 | 2025-01-28T22:23:01.481Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
313 | 2025-01-28T22:23:02.036Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
314 | 2025-01-28T22:23:02.350Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
315 | 2025-01-28T22:23:02.724Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
316 | 2025-01-28T22:23:03.126Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
317 | 2025-01-28T22:23:03.442Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
318 | 2025-01-28T22:23:03.692Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
319 | 2025-01-28T22:23:03.939Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
320 | 2025-01-28T22:23:05.167Z | Downloading crates ... |
321 | 2025-01-28T22:23:05.253Z | Downloaded anstream v0.6.15 |
322 | 2025-01-28T22:23:05.263Z | Downloaded anyhow v1.0.95 |
323 | 2025-01-28T22:23:05.272Z | Downloaded autocfg v1.4.0 |
324 | 2025-01-28T22:23:05.352Z | Downloaded swrite v0.1.0 |
325 | 2025-01-28T22:23:05.355Z | Downloaded anstyle-query v1.1.1 |
326 | 2025-01-28T22:23:05.365Z | Downloaded typenum v1.17.0 |
327 | 2025-01-28T22:23:05.377Z | Downloaded textwrap v0.16.1 |
328 | 2025-01-28T22:23:05.381Z | Downloaded tabled v0.15.0 |
329 | 2025-01-28T22:23:05.397Z | Downloaded scroll_derive v0.12.0 |
330 | 2025-01-28T22:23:05.400Z | Downloaded thiserror v1.0.69 |
331 | 2025-01-28T22:23:05.403Z | Downloaded unicode-linebreak v0.1.5 |
332 | 2025-01-28T22:23:05.409Z | Downloaded strsim v0.11.1 |
333 | 2025-01-28T22:23:05.409Z | Downloaded block-buffer v0.10.4 |
334 | 2025-01-28T22:23:05.409Z | Downloaded serde_tokenstream v0.2.2 |
335 | 2025-01-28T22:23:05.413Z | Downloaded toml_datetime v0.6.8 |
336 | 2025-01-28T22:23:05.413Z | Downloaded tabled_derive v0.7.0 |
337 | 2025-01-28T22:23:05.413Z | Downloaded smawk v0.3.2 |
338 | 2025-01-28T22:23:05.413Z | Downloaded cpufeatures v0.2.14 |
339 | 2025-01-28T22:23:05.417Z | Downloaded anstyle v1.0.10 |
340 | 2025-01-28T22:23:05.419Z | Downloaded dtrace-parser v0.2.0 |
341 | 2025-01-28T22:23:05.428Z | Downloaded usdt v0.5.0 |
342 | 2025-01-28T22:23:05.430Z | Downloaded errno v0.3.9 |
343 | 2025-01-28T22:23:05.430Z | Downloaded clap_lex v0.7.4 |
344 | 2025-01-28T22:23:05.430Z | Downloaded cfg-if v1.0.0 |
345 | 2025-01-28T22:23:05.431Z | Downloaded terminal_size v0.4.0 |
346 | 2025-01-28T22:23:05.434Z | Downloaded sha2 v0.10.8 |
347 | 2025-01-28T22:23:05.434Z | Downloaded crypto-common v0.1.6 |
348 | 2025-01-28T22:23:05.437Z | Downloaded tempfile v3.13.0 |
349 | 2025-01-28T22:23:05.440Z | Downloaded pretty-hex v0.4.1 |
350 | 2025-01-28T22:23:05.440Z | Downloaded equivalent v1.0.1 |
351 | 2025-01-28T22:23:05.462Z | Downloaded usdt-attr-macro v0.5.0 |
352 | 2025-01-28T22:23:05.466Z | Downloaded itoa v1.0.11 |
353 | 2025-01-28T22:23:05.468Z | Downloaded is_terminal_polyfill v1.70.1 |
354 | 2025-01-28T22:23:05.468Z | Downloaded thread-id v4.2.2 |
355 | 2025-01-28T22:23:05.468Z | Downloaded plain v0.2.3 |
356 | 2025-01-28T22:23:05.472Z | Downloaded cargo-platform v0.1.8 |
357 | 2025-01-28T22:23:05.472Z | Downloaded digest v0.10.7 |
358 | 2025-01-28T22:23:05.476Z | Downloaded camino-tempfile v1.1.1 |
359 | 2025-01-28T22:23:05.479Z | Downloaded usdt-macro v0.5.0 |
360 | 2025-01-28T22:23:05.479Z | Downloaded pest_meta v2.7.14 |
361 | 2025-01-28T22:23:05.479Z | Downloaded thiserror-impl v1.0.69 |
362 | 2025-01-28T22:23:05.482Z | Downloaded serde_spanned v0.6.8 |
363 | 2025-01-28T22:23:05.482Z | Downloaded macaddr v1.0.1 |
364 | 2025-01-28T22:23:05.485Z | Downloaded clap v4.5.27 |
365 | 2025-01-28T22:23:05.489Z | Downloaded heck v0.5.0 |
366 | 2025-01-28T22:23:05.494Z | Downloaded byteorder v1.5.0 |
367 | 2025-01-28T22:23:05.494Z | Downloaded dof v0.3.0 |
368 | 2025-01-28T22:23:05.494Z | Downloaded anstyle-parse v0.2.5 |
369 | 2025-01-28T22:23:05.497Z | Downloaded colorchoice v1.0.2 |
370 | 2025-01-28T22:23:05.497Z | Downloaded bitflags v2.6.0 |
371 | 2025-01-28T22:23:05.501Z | Downloaded proc-macro-error-attr v1.0.4 |
372 | 2025-01-28T22:23:05.501Z | Downloaded pest_generator v2.7.14 |
373 | 2025-01-28T22:23:05.508Z | Downloaded generic-array v0.14.7 |
374 | 2025-01-28T22:23:05.509Z | Downloaded fastrand v2.1.1 |
375 | 2025-01-28T22:23:05.511Z | Downloaded semver v1.0.24 |
376 | 2025-01-28T22:23:05.512Z | Downloaded clap_derive v4.5.24 |
377 | 2025-01-28T22:23:05.512Z | Downloaded version_check v0.9.5 |
378 | 2025-01-28T22:23:05.512Z | Downloaded fs-err v2.11.0 |
379 | 2025-01-28T22:23:05.514Z | Downloaded fnv v1.0.7 |
380 | 2025-01-28T22:23:05.517Z | Downloaded bytecount v0.6.8 |
381 | 2025-01-28T22:23:05.519Z | Downloaded utf8parse v0.2.2 |
382 | 2025-01-28T22:23:05.519Z | Downloaded usdt-impl v0.5.0 |
383 | 2025-01-28T22:23:05.526Z | Downloaded toml v0.8.19 |
384 | 2025-01-28T22:23:05.529Z | Downloaded ucd-trie v0.1.7 |
385 | 2025-01-28T22:23:05.532Z | Downloaded cargo_toml v0.20.5 |
386 | 2025-01-28T22:23:05.532Z | Downloaded memmap v0.7.0 |
387 | 2025-01-28T22:23:05.534Z | Downloaded once_cell v1.20.2 |
388 | 2025-01-28T22:23:05.537Z | Downloaded camino v1.1.9 |
389 | 2025-01-28T22:23:05.537Z | Downloaded heck v0.4.1 |
390 | 2025-01-28T22:23:05.542Z | Downloaded cargo_metadata v0.18.1 |
391 | 2025-01-28T22:23:05.542Z | Downloaded proc-macro-error v1.0.4 |
392 | 2025-01-28T22:23:05.548Z | Downloaded zerocopy-derive v0.7.35 |
393 | 2025-01-28T22:23:05.552Z | Downloaded scroll v0.12.0 |
394 | 2025-01-28T22:23:05.556Z | Downloaded unicode-ident v1.0.14 |
395 | 2025-01-28T22:23:05.558Z | Downloaded log v0.4.22 |
396 | 2025-01-28T22:23:05.561Z | Downloaded ryu v1.0.18 |
397 | 2025-01-28T22:23:05.563Z | Downloaded quote v1.0.38 |
398 | 2025-01-28T22:23:05.569Z | Downloaded pest_derive v2.7.14 |
399 | 2025-01-28T22:23:05.589Z | Downloaded proc-macro2 v1.0.92 |
400 | 2025-01-28T22:23:05.591Z | Downloaded papergrid v0.11.0 |
401 | 2025-01-28T22:23:05.599Z | Downloaded serde v1.0.217 |
402 | 2025-01-28T22:23:05.604Z | Downloaded serde_derive v1.0.217 |
403 | 2025-01-28T22:23:05.607Z | Downloaded indexmap v2.7.1 |
404 | 2025-01-28T22:23:05.626Z | Downloaded toml_edit v0.22.22 |
405 | 2025-01-28T22:23:05.646Z | Downloaded memchr v2.7.4 |
406 | 2025-01-28T22:23:05.659Z | Downloaded hashbrown v0.15.1 |
407 | 2025-01-28T22:23:05.668Z | Downloaded pest v2.7.14 |
408 | 2025-01-28T22:23:05.687Z | Downloaded clap_builder v4.5.27 |
409 | 2025-01-28T22:23:05.697Z | Downloaded goblin v0.8.2 |
410 | 2025-01-28T22:23:05.703Z | Downloaded zerocopy v0.7.35 |
411 | 2025-01-28T22:23:05.717Z | Downloaded winnow v0.6.20 |
412 | 2025-01-28T22:23:05.725Z | Downloaded serde_json v1.0.135 |
413 | 2025-01-28T22:23:05.735Z | Downloaded syn v1.0.109 |
414 | 2025-01-28T22:23:05.745Z | Downloaded unicode-width v0.1.14 |
415 | 2025-01-28T22:23:05.750Z | Downloaded syn v2.0.96 |
416 | 2025-01-28T22:23:05.766Z | Downloaded rustix v0.38.37 |
417 | 2025-01-28T22:23:05.806Z | Downloaded libc v0.2.169 |
418 | 2025-01-28T22:23:06.120Z | Compiling proc-macro2 v1.0.92 |
419 | 2025-01-28T22:23:06.120Z | Compiling unicode-ident v1.0.14 |
420 | 2025-01-28T22:23:06.123Z | Compiling serde v1.0.217 |
421 | 2025-01-28T22:23:06.123Z | Compiling version_check v0.9.5 |
422 | 2025-01-28T22:23:06.123Z | Compiling thiserror v1.0.69 |
423 | 2025-01-28T22:23:06.123Z | Compiling memchr v2.7.4 |
424 | 2025-01-28T22:23:06.123Z | Compiling libc v0.2.169 |
425 | 2025-01-28T22:23:06.158Z | Compiling ucd-trie v0.1.7 |
426 | 2025-01-28T22:23:06.450Z | Compiling ryu v1.0.18 |
427 | 2025-01-28T22:23:06.805Z | Compiling itoa v1.0.11 |
428 | 2025-01-28T22:23:06.874Z | Compiling once_cell v1.20.2 |
429 | 2025-01-28T22:23:06.906Z | Compiling byteorder v1.5.0 |
430 | 2025-01-28T22:23:07.126Z | Compiling rustix v0.38.37 |
431 | 2025-01-28T22:23:07.252Z | Compiling serde_json v1.0.135 |
432 | 2025-01-28T22:23:07.440Z | Compiling bitflags v2.6.0 |
433 | 2025-01-28T22:23:07.626Z | Compiling proc-macro-error-attr v1.0.4 |
434 | 2025-01-28T22:23:07.705Z | Compiling usdt-impl v0.5.0 |
435 | 2025-01-28T22:23:07.812Z | Compiling syn v1.0.109 |
436 | 2025-01-28T22:23:07.908Z | Compiling proc-macro-error v1.0.4 |
437 | 2025-01-28T22:23:07.940Z | Compiling quote v1.0.38 |
438 | 2025-01-28T22:23:07.989Z | Compiling utf8parse v0.2.2 |
439 | 2025-01-28T22:23:08.180Z | Compiling errno v0.3.9 |
440 | 2025-01-28T22:23:08.198Z | Compiling camino v1.1.9 |
441 | 2025-01-28T22:23:08.231Z | Compiling hashbrown v0.15.1 |
442 | 2025-01-28T22:23:08.282Z | Compiling log v0.4.22 |
443 | 2025-01-28T22:23:08.381Z | Compiling syn v2.0.96 |
444 | 2025-01-28T22:23:08.481Z | Compiling thread-id v4.2.2 |
445 | 2025-01-28T22:23:08.596Z | Compiling plain v0.2.3 |
446 | 2025-01-28T22:23:08.624Z | Compiling equivalent v1.0.1 |
447 | 2025-01-28T22:23:08.777Z | Compiling anstyle-parse v0.2.5 |
448 | 2025-01-28T22:23:08.890Z | Compiling unicode-width v0.1.14 |
449 | 2025-01-28T22:23:09.138Z | Compiling is_terminal_polyfill v1.70.1 |
450 | 2025-01-28T22:23:09.192Z | Compiling colorchoice v1.0.2 |
451 | 2025-01-28T22:23:09.300Z | Compiling indexmap v2.7.1 |
452 | 2025-01-28T22:23:09.325Z | Compiling anstyle-query v1.1.1 |
453 | 2025-01-28T22:23:09.382Z | Compiling autocfg v1.4.0 |
454 | 2025-01-28T22:23:09.432Z | Compiling winnow v0.6.20 |
455 | 2025-01-28T22:23:09.463Z | Compiling anstyle v1.0.10 |
456 | 2025-01-28T22:23:09.492Z | Compiling pretty-hex v0.4.1 |
457 | 2025-01-28T22:23:09.736Z | Compiling semver v1.0.24 |
458 | 2025-01-28T22:23:09.978Z | Compiling anstream v0.6.15 |
459 | 2025-01-28T22:23:10.449Z | Compiling terminal_size v0.4.0 |
460 | 2025-01-28T22:23:10.526Z | Compiling fs-err v2.11.0 |
461 | 2025-01-28T22:23:10.727Z | Compiling bytecount v0.6.8 |
462 | 2025-01-28T22:23:10.770Z | Compiling heck v0.4.1 |
463 | 2025-01-28T22:23:10.813Z | Compiling fnv v1.0.7 |
464 | 2025-01-28T22:23:10.942Z | Compiling clap_lex v0.7.4 |
465 | 2025-01-28T22:23:10.983Z | Compiling strsim v0.11.1 |
466 | 2025-01-28T22:23:11.035Z | Compiling heck v0.5.0 |
467 | 2025-01-28T22:23:11.208Z | Compiling cfg-if v1.0.0 |
468 | 2025-01-28T22:23:11.244Z | Compiling fastrand v2.1.1 |
469 | 2025-01-28T22:23:11.322Z | Compiling anyhow v1.0.95 |
470 | 2025-01-28T22:23:11.529Z | Compiling clap_builder v4.5.27 |
471 | 2025-01-28T22:23:11.715Z | Compiling tempfile v3.13.0 |
472 | 2025-01-28T22:23:11.773Z | Compiling papergrid v0.11.0 |
473 | 2025-01-28T22:23:12.099Z | Compiling memmap v0.7.0 |
474 | 2025-01-28T22:23:12.289Z | Compiling smawk v0.3.2 |
475 | 2025-01-28T22:23:12.432Z | Compiling unicode-linebreak v0.1.5 |
476 | 2025-01-28T22:23:12.911Z | Compiling textwrap v0.16.1 |
477 | 2025-01-28T22:23:12.938Z | Compiling swrite v0.1.0 |
478 | 2025-01-28T22:23:13.647Z | Compiling tabled_derive v0.7.0 |
479 | 2025-01-28T22:23:15.200Z | Compiling tabled v0.15.0 |
480 | 2025-01-28T22:23:15.425Z | Compiling serde_derive v1.0.217 |
481 | 2025-01-28T22:23:15.425Z | Compiling thiserror-impl v1.0.69 |
482 | 2025-01-28T22:23:15.428Z | Compiling zerocopy-derive v0.7.35 |
483 | 2025-01-28T22:23:15.585Z | Compiling scroll_derive v0.12.0 |
484 | 2025-01-28T22:23:15.609Z | Compiling clap_derive v4.5.24 |
485 | 2025-01-28T22:23:16.885Z | Compiling scroll v0.12.0 |
486 | 2025-01-28T22:23:17.219Z | Compiling zerocopy v0.7.35 |
487 | 2025-01-28T22:23:17.418Z | Compiling goblin v0.8.2 |
488 | 2025-01-28T22:23:18.234Z | Compiling pest v2.7.14 |
489 | 2025-01-28T22:23:18.931Z | Compiling clap v4.5.27 |
490 | 2025-01-28T22:23:20.488Z | Compiling pest_meta v2.7.14 |
491 | 2025-01-28T22:23:21.420Z | Compiling pest_generator v2.7.14 |
492 | 2025-01-28T22:23:22.817Z | Compiling pest_derive v2.7.14 |
493 | 2025-01-28T22:23:23.488Z | Compiling dtrace-parser v0.2.0 |
494 | 2025-01-28T22:23:24.243Z | Compiling toml_datetime v0.6.8 |
495 | 2025-01-28T22:23:24.247Z | Compiling serde_spanned v0.6.8 |
496 | 2025-01-28T22:23:24.247Z | Compiling cargo-platform v0.1.8 |
497 | 2025-01-28T22:23:24.532Z | Compiling serde_tokenstream v0.2.2 |
498 | 2025-01-28T22:23:24.612Z | Compiling toml_edit v0.22.22 |
499 | 2025-01-28T22:23:24.759Z | Compiling macaddr v1.0.1 |
500 | 2025-01-28T22:23:24.919Z | Compiling camino-tempfile v1.1.1 |
501 | 2025-01-28T22:23:25.685Z | Compiling dof v0.3.0 |
502 | 2025-01-28T22:23:25.685Z | Compiling cargo_metadata v0.18.1 |
503 | 2025-01-28T22:23:27.231Z | Compiling usdt-attr-macro v0.5.0 |
504 | 2025-01-28T22:23:27.234Z | Compiling usdt-macro v0.5.0 |
505 | 2025-01-28T22:23:27.656Z | Compiling toml v0.8.19 |
506 | 2025-01-28T22:23:28.405Z | Compiling usdt v0.5.0 |
507 | 2025-01-28T22:23:28.470Z | Compiling cargo_toml v0.20.5 |
508 | 2025-01-28T22:23:31.153Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
509 | 2025-01-28T22:23:34.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.29s |
510 | 2025-01-28T22:23:34.614Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
511 | 2025-01-28T22:23:35.180Z | Downloading crates ... |
512 | 2025-01-28T22:23:35.292Z | Downloaded aead v0.5.2 |
513 | 2025-01-28T22:23:35.298Z | Downloaded assert_matches v1.5.0 |
514 | 2025-01-28T22:23:35.318Z | Downloaded ciborium-io v0.2.2 |
515 | 2025-01-28T22:23:35.325Z | Downloaded crunchy v0.2.2 |
516 | 2025-01-28T22:23:35.327Z | Downloaded crucible-workspace-hack v0.1.0 |
517 | 2025-01-28T22:23:35.330Z | Downloaded ascii-canvas v3.0.0 |
518 | 2025-01-28T22:23:35.332Z | Downloaded atomicwrites v0.4.4 |
519 | 2025-01-28T22:23:35.332Z | Downloaded async-stream-impl v0.3.6 |
520 | 2025-01-28T22:23:35.336Z | Downloaded cfg_aliases v0.2.1 |
521 | 2025-01-28T22:23:35.339Z | Downloaded hostname v0.3.1 |
522 | 2025-01-28T22:23:35.341Z | Downloaded hostname v0.4.0 |
523 | 2025-01-28T22:23:35.344Z | Downloaded hmac v0.12.1 |
524 | 2025-01-28T22:23:35.346Z | Downloaded atty v0.2.14 |
525 | 2025-01-28T22:23:35.346Z | Downloaded home v0.5.9 |
526 | 2025-01-28T22:23:35.348Z | Downloaded darling v0.20.10 |
527 | 2025-01-28T22:23:35.356Z | Downloaded cbc v0.1.2 |
528 | 2025-01-28T22:23:35.359Z | Downloaded ciborium-ll v0.2.2 |
529 | 2025-01-28T22:23:35.362Z | Downloaded bcrypt-pbkdf v0.10.0 |
530 | 2025-01-28T22:23:35.365Z | Downloaded convert_case v0.4.0 |
531 | 2025-01-28T22:23:35.367Z | Downloaded castaway v0.2.3 |
532 | 2025-01-28T22:23:35.367Z | Downloaded cobs v0.2.3 |
533 | 2025-01-28T22:23:35.369Z | Downloaded async-stream v0.3.6 |
534 | 2025-01-28T22:23:35.372Z | Downloaded base16ct v0.2.0 |
535 | 2025-01-28T22:23:35.375Z | Downloaded adler2 v2.0.0 |
536 | 2025-01-28T22:23:35.379Z | Downloaded cfg_aliases v0.1.1 |
537 | 2025-01-28T22:23:35.388Z | Downloaded addr2line v0.24.2 |
538 | 2025-01-28T22:23:35.392Z | Downloaded bitfield-struct v0.6.2 |
539 | 2025-01-28T22:23:35.394Z | Downloaded bit-vec v0.6.3 |
540 | 2025-01-28T22:23:35.397Z | Downloaded crossbeam-deque v0.8.5 |
541 | 2025-01-28T22:23:35.399Z | Downloaded constant_time_eq v0.3.1 |
542 | 2025-01-28T22:23:35.402Z | Downloaded bb8 v0.8.5 |
543 | 2025-01-28T22:23:35.402Z | Downloaded buf-list v1.0.3 |
544 | 2025-01-28T22:23:35.405Z | Downloaded blowfish v0.9.1 |
545 | 2025-01-28T22:23:35.407Z | Downloaded chacha20 v0.9.1 |
546 | 2025-01-28T22:23:35.407Z | Downloaded async-recursion v1.1.1 |
547 | 2025-01-28T22:23:35.410Z | Downloaded async-bb8-diesel v0.2.1 |
548 | 2025-01-28T22:23:35.413Z | Downloaded hubpack v0.1.2 |
549 | 2025-01-28T22:23:35.415Z | Downloaded cstr-argument v0.1.2 |
550 | 2025-01-28T22:23:35.418Z | Downloaded chrono-tz-build v0.4.0 |
551 | 2025-01-28T22:23:35.418Z | Downloaded bitfield v0.14.0 |
552 | 2025-01-28T22:23:35.421Z | Downloaded cassowary v0.3.0 |
553 | 2025-01-28T22:23:35.421Z | Downloaded array-init v0.0.4 |
554 | 2025-01-28T22:23:35.423Z | Downloaded bit-set v0.5.3 |
555 | 2025-01-28T22:23:35.423Z | Downloaded itertools v0.10.5 |
556 | 2025-01-28T22:23:35.431Z | Downloaded is-terminal v0.4.13 |
557 | 2025-01-28T22:23:35.434Z | Downloaded hyper-util v0.1.10 |
558 | 2025-01-28T22:23:35.436Z | Downloaded csv-core v0.1.11 |
559 | 2025-01-28T22:23:35.439Z | Downloaded hyper-rustls v0.27.3 |
560 | 2025-01-28T22:23:35.441Z | Downloaded ctr v0.9.2 |
561 | 2025-01-28T22:23:35.444Z | Downloaded cmake v0.1.51 |
562 | 2025-01-28T22:23:35.446Z | Downloaded curve25519-dalek-derive v0.1.1 |
563 | 2025-01-28T22:23:35.446Z | Downloaded atomic-waker v1.1.2 |
564 | 2025-01-28T22:23:35.449Z | Downloaded console v0.15.10 |
565 | 2025-01-28T22:23:35.451Z | Downloaded cexpr v0.6.0 |
566 | 2025-01-28T22:23:35.454Z | Downloaded block-padding v0.3.3 |
567 | 2025-01-28T22:23:35.454Z | Downloaded icu_normalizer_data v1.5.0 |
568 | 2025-01-28T22:23:35.456Z | Downloaded keccak v0.1.5 |
569 | 2025-01-28T22:23:35.459Z | Downloaded crc v3.2.1 |
570 | 2025-01-28T22:23:35.463Z | Downloaded inout v0.1.3 |
571 | 2025-01-28T22:23:35.463Z | Downloaded const_format_proc_macros v0.2.34 |
572 | 2025-01-28T22:23:35.472Z | Downloaded bitflags v1.3.2 |
573 | 2025-01-28T22:23:35.472Z | Downloaded http v1.2.0 |
574 | 2025-01-28T22:23:35.472Z | Downloaded icu_locid_transform v1.5.0 |
575 | 2025-01-28T22:23:35.475Z | Downloaded httpdate v1.0.3 |
576 | 2025-01-28T22:23:35.478Z | Downloaded icu_properties_data v1.5.0 |
577 | 2025-01-28T22:23:35.487Z | Downloaded is_ci v1.2.0 |
578 | 2025-01-28T22:23:35.490Z | Downloaded crossbeam-utils v0.8.20 |
579 | 2025-01-28T22:23:35.493Z | Downloaded match_cfg v0.1.0 |
580 | 2025-01-28T22:23:35.495Z | Downloaded ahash v0.8.11 |
581 | 2025-01-28T22:23:35.498Z | Downloaded lazy_static v1.5.0 |
582 | 2025-01-28T22:23:35.500Z | Downloaded lazycell v1.3.0 |
583 | 2025-01-28T22:23:35.503Z | Downloaded take_mut v0.2.2 |
584 | 2025-01-28T22:23:35.503Z | Downloaded http-body-util v0.1.2 |
585 | 2025-01-28T22:23:35.505Z | Downloaded kstat-rs v0.2.4 |
586 | 2025-01-28T22:23:35.505Z | Downloaded internet-checksum v0.2.1 |
587 | 2025-01-28T22:23:35.508Z | Downloaded instability v0.3.2 |
588 | 2025-01-28T22:23:35.508Z | Downloaded instant v0.1.13 |
589 | 2025-01-28T22:23:35.511Z | Downloaded radium v0.7.0 |
590 | 2025-01-28T22:23:35.511Z | Downloaded colored v2.1.0 |
591 | 2025-01-28T22:23:35.513Z | Downloaded indent_write v2.2.0 |
592 | 2025-01-28T22:23:35.516Z | Downloaded rustls-pemfile v1.0.4 |
593 | 2025-01-28T22:23:35.518Z | Downloaded managed v0.8.0 |
594 | 2025-01-28T22:23:35.518Z | Downloaded hickory-client v0.24.2 |
595 | 2025-01-28T22:23:35.522Z | Downloaded libsw v3.3.1 |
596 | 2025-01-28T22:23:35.525Z | Downloaded cookie v0.18.1 |
597 | 2025-01-28T22:23:35.528Z | Downloaded indoc v1.0.9 |
598 | 2025-01-28T22:23:35.530Z | Downloaded bcs v0.1.6 |
599 | 2025-01-28T22:23:35.533Z | Downloaded write16 v1.0.0 |
600 | 2025-01-28T22:23:35.535Z | Downloaded signal-hook-registry v1.4.2 |
601 | 2025-01-28T22:23:35.535Z | Downloaded signal-hook-mio v0.2.4 |
602 | 2025-01-28T22:23:35.538Z | Downloaded slog-stdlog v4.1.1 |
603 | 2025-01-28T22:23:35.541Z | Downloaded serde-hex v0.1.0 |
604 | 2025-01-28T22:23:35.542Z | Downloaded smf v0.2.3 |
605 | 2025-01-28T22:23:35.544Z | Downloaded sec1 v0.7.3 |
606 | 2025-01-28T22:23:35.544Z | Downloaded newtype_derive v0.1.6 |
607 | 2025-01-28T22:23:35.547Z | Downloaded md5 v0.7.0 |
608 | 2025-01-28T22:23:35.547Z | Downloaded newline-converter v0.3.0 |
609 | 2025-01-28T22:23:35.549Z | Downloaded new_debug_unreachable v1.0.6 |
610 | 2025-01-28T22:23:35.549Z | Downloaded mirai-annotations v1.12.0 |
611 | 2025-01-28T22:23:35.552Z | Downloaded hyper-staticfile v0.10.1 |
612 | 2025-01-28T22:23:35.552Z | Downloaded linked-hash-map v0.5.6 |
613 | 2025-01-28T22:23:35.554Z | Downloaded ipnetwork v0.20.0 |
614 | 2025-01-28T22:23:35.557Z | Downloaded allocator-api2 v0.2.18 |
615 | 2025-01-28T22:23:35.560Z | Downloaded mime v0.3.17 |
616 | 2025-01-28T22:23:35.560Z | Downloaded lru-cache v0.1.2 |
617 | 2025-01-28T22:23:35.562Z | Downloaded ssh-cipher v0.2.0 |
618 | 2025-01-28T22:23:35.565Z | Downloaded foreign-types-shared v0.1.1 |
619 | 2025-01-28T22:23:35.565Z | Downloaded clang-sys v1.8.1 |
620 | 2025-01-28T22:23:35.567Z | Downloaded cancel-safe-futures v0.1.5 |
621 | 2025-01-28T22:23:35.570Z | Downloaded thiserror-impl v2.0.11 |
622 | 2025-01-28T22:23:35.573Z | Downloaded tabwriter v1.4.0 |
623 | 2025-01-28T22:23:35.575Z | Downloaded string_cache v0.8.7 |
624 | 2025-01-28T22:23:35.575Z | Downloaded nanorand v0.7.0 |
625 | 2025-01-28T22:23:35.578Z | Downloaded jobserver v0.1.32 |
626 | 2025-01-28T22:23:35.580Z | Downloaded headers-core v0.3.0 |
627 | 2025-01-28T22:23:35.583Z | Downloaded memoffset v0.9.1 |
628 | 2025-01-28T22:23:35.583Z | Downloaded memmap2 v0.9.5 |
629 | 2025-01-28T22:23:35.586Z | Downloaded maybe-uninit v2.0.0 |
630 | 2025-01-28T22:23:35.586Z | Downloaded mockall v0.13.0 |
631 | 2025-01-28T22:23:35.588Z | Downloaded universal-hash v0.5.1 |
632 | 2025-01-28T22:23:35.592Z | Downloaded linear-map v1.2.0 |
633 | 2025-01-28T22:23:35.592Z | Downloaded blake2 v0.10.6 |
634 | 2025-01-28T22:23:35.594Z | Downloaded multimap v0.10.0 |
635 | 2025-01-28T22:23:35.594Z | Downloaded lock_api v0.4.12 |
636 | 2025-01-28T22:23:35.597Z | Downloaded russh-cryptovec v0.7.3 |
637 | 2025-01-28T22:23:35.599Z | Downloaded newtype-uuid v1.2.1 |
638 | 2025-01-28T22:23:35.599Z | Downloaded nibble_vec v0.1.0 |
639 | 2025-01-28T22:23:35.602Z | Downloaded chacha20poly1305 v0.10.1 |
640 | 2025-01-28T22:23:35.602Z | Downloaded ipnet v2.10.1 |
641 | 2025-01-28T22:23:35.605Z | Downloaded peg-runtime v0.8.3 |
642 | 2025-01-28T22:23:35.607Z | Downloaded serde_with_macros v3.11.0 |
643 | 2025-01-28T22:23:35.607Z | Downloaded oso-derive v0.27.3 |
644 | 2025-01-28T22:23:35.609Z | Downloaded icu_locid_transform_data v1.5.0 |
645 | 2025-01-28T22:23:35.609Z | Downloaded md-5 v0.10.6 |
646 | 2025-01-28T22:23:35.612Z | Downloaded maplit v1.0.2 |
647 | 2025-01-28T22:23:35.614Z | Downloaded wyz v0.5.1 |
648 | 2025-01-28T22:23:35.615Z | Downloaded writeable v0.5.5 |
649 | 2025-01-28T22:23:35.617Z | Downloaded spin v0.9.8 |
650 | 2025-01-28T22:23:35.619Z | Downloaded bytes v1.9.0 |
651 | 2025-01-28T22:23:35.623Z | Downloaded libefi-sys v0.1.0 |
652 | 2025-01-28T22:23:35.626Z | Downloaded base64 v0.21.7 |
653 | 2025-01-28T22:23:35.628Z | Downloaded arc-swap v1.7.1 |
654 | 2025-01-28T22:23:35.633Z | Downloaded foreign-types-macros v0.2.3 |
655 | 2025-01-28T22:23:35.635Z | Downloaded foreign-types v0.5.0 |
656 | 2025-01-28T22:23:35.635Z | Downloaded fd-lock v4.0.2 |
657 | 2025-01-28T22:23:35.638Z | Downloaded fallible-streaming-iterator v0.1.9 |
658 | 2025-01-28T22:23:35.640Z | Downloaded progenitor-client v0.9.1 |
659 | 2025-01-28T22:23:35.640Z | Downloaded strum_macros v0.26.4 |
660 | 2025-01-28T22:23:35.643Z | Downloaded lru v0.12.5 |
661 | 2025-01-28T22:23:35.646Z | Downloaded libloading v0.8.5 |
662 | 2025-01-28T22:23:35.648Z | Downloaded multer v3.1.0 |
663 | 2025-01-28T22:23:35.651Z | Downloaded normalize-line-endings v0.3.0 |
664 | 2025-01-28T22:23:35.651Z | Downloaded tinystr v0.7.6 |
665 | 2025-01-28T22:23:35.653Z | Downloaded ghash v0.5.1 |
666 | 2025-01-28T22:23:35.655Z | Downloaded futures-macro v0.3.31 |
667 | 2025-01-28T22:23:35.658Z | Downloaded primeorder v0.13.6 |
668 | 2025-01-28T22:23:35.658Z | Downloaded tokio-rustls v0.26.0 |
669 | 2025-01-28T22:23:35.661Z | Downloaded bumpalo v3.16.0 |
670 | 2025-01-28T22:23:35.663Z | Downloaded base64 v0.13.1 |
671 | 2025-01-28T22:23:35.668Z | Downloaded rand_xorshift v0.3.0 |
672 | 2025-01-28T22:23:35.670Z | Downloaded rand_seeder v0.3.0 |
673 | 2025-01-28T22:23:35.670Z | Downloaded pem v3.0.4 |
674 | 2025-01-28T22:23:35.673Z | Downloaded peg v0.8.4 |
675 | 2025-01-28T22:23:35.676Z | Downloaded toolchain_find v0.4.0 |
676 | 2025-01-28T22:23:35.678Z | Downloaded olpc-cjson v0.1.4 |
677 | 2025-01-28T22:23:35.678Z | Downloaded rustls-pemfile v2.2.0 |
678 | 2025-01-28T22:23:35.681Z | Downloaded pbkdf2 v0.12.2 |
679 | 2025-01-28T22:23:35.684Z | Downloaded packed_struct_codegen v0.10.1 |
680 | 2025-01-28T22:23:35.686Z | Downloaded indicatif v0.17.9 |
681 | 2025-01-28T22:23:35.700Z | Downloaded defmt v0.3.8 |
682 | 2025-01-28T22:23:35.703Z | Downloaded foreign-types v0.3.2 |
683 | 2025-01-28T22:23:35.705Z | Downloaded polyval v0.6.2 |
684 | 2025-01-28T22:23:35.705Z | Downloaded env_logger v0.10.2 |
685 | 2025-01-28T22:23:35.709Z | Downloaded foreign-types-shared v0.3.1 |
686 | 2025-01-28T22:23:35.711Z | Downloaded rustc-hash v2.0.0 |
687 | 2025-01-28T22:23:35.712Z | Downloaded rustc-hash v1.1.0 |
688 | 2025-01-28T22:23:35.714Z | Downloaded ena v0.14.3 |
689 | 2025-01-28T22:23:35.714Z | Downloaded thiserror v2.0.11 |
690 | 2025-01-28T22:23:35.720Z | Downloaded structmeta-derive v0.2.0 |
691 | 2025-01-28T22:23:35.723Z | Downloaded slog-dtrace v0.3.0 |
692 | 2025-01-28T22:23:35.723Z | Downloaded slog-bunyan v2.5.0 |
693 | 2025-01-28T22:23:35.730Z | Downloaded tokio-stream v0.1.16 |
694 | 2025-01-28T22:23:35.733Z | Downloaded rand_core v0.6.4 |
695 | 2025-01-28T22:23:35.734Z | Downloaded peg-macros v0.8.4 |
696 | 2025-01-28T22:23:35.736Z | Downloaded precomputed-hash v0.1.1 |
697 | 2025-01-28T22:23:35.738Z | Downloaded utf-8 v0.7.6 |
698 | 2025-01-28T22:23:35.741Z | Downloaded untrusted v0.9.0 |
699 | 2025-01-28T22:23:35.741Z | Downloaded untrusted v0.7.1 |
700 | 2025-01-28T22:23:35.741Z | Downloaded vergen v8.3.2 |
701 | 2025-01-28T22:23:35.744Z | Downloaded unarray v0.1.4 |
702 | 2025-01-28T22:23:35.747Z | Downloaded rustversion v1.0.17 |
703 | 2025-01-28T22:23:35.750Z | Downloaded fatfs v0.3.6 |
704 | 2025-01-28T22:23:35.753Z | Downloaded tracing-core v0.1.32 |
705 | 2025-01-28T22:23:35.757Z | Downloaded pretty-hex v0.2.1 |
706 | 2025-01-28T22:23:35.757Z | Downloaded tokio-macros v2.5.0 |
707 | 2025-01-28T22:23:35.760Z | Downloaded secrecy v0.8.0 |
708 | 2025-01-28T22:23:35.760Z | Downloaded rpassword v7.3.1 |
709 | 2025-01-28T22:23:35.760Z | Downloaded nu-ansi-term v0.50.1 |
710 | 2025-01-28T22:23:35.765Z | Downloaded signal-hook-tokio v0.3.1 |
711 | 2025-01-28T22:23:35.765Z | Downloaded dirs-sys-next v0.1.2 |
712 | 2025-01-28T22:23:35.768Z | Downloaded unicode-xid v0.2.6 |
713 | 2025-01-28T22:23:35.768Z | Downloaded unicode-truncate v1.1.0 |
714 | 2025-01-28T22:23:35.768Z | Downloaded sync_wrapper v1.0.1 |
715 | 2025-01-28T22:23:35.771Z | Downloaded zone_cfg_derive v0.3.0 |
716 | 2025-01-28T22:23:35.773Z | Downloaded futures-task v0.3.31 |
717 | 2025-01-28T22:23:35.773Z | Downloaded futures-sink v0.3.31 |
718 | 2025-01-28T22:23:35.773Z | Downloaded embedded-io v0.6.1 |
719 | 2025-01-28T22:23:35.777Z | Downloaded embedded-io v0.4.0 |
720 | 2025-01-28T22:23:35.779Z | Downloaded zone_cfg_derive v0.1.2 |
721 | 2025-01-28T22:23:35.780Z | Downloaded num v0.4.3 |
722 | 2025-01-28T22:23:35.780Z | Downloaded parking_lot v0.12.3 |
723 | 2025-01-28T22:23:35.783Z | Downloaded sync-ptr v0.1.1 |
724 | 2025-01-28T22:23:35.783Z | Downloaded either v1.13.0 |
725 | 2025-01-28T22:23:35.787Z | Downloaded progenitor-impl v0.8.0 |
726 | 2025-01-28T22:23:35.790Z | Downloaded dropshot_endpoint v0.12.0 |
727 | 2025-01-28T22:23:35.793Z | Downloaded diesel_derives v2.2.3 |
728 | 2025-01-28T22:23:35.795Z | Downloaded packed_struct v0.10.1 |
729 | 2025-01-28T22:23:35.798Z | Downloaded predicates-tree v1.0.11 |
730 | 2025-01-28T22:23:35.798Z | Downloaded progenitor v0.9.1 |
731 | 2025-01-28T22:23:35.802Z | Downloaded progenitor v0.8.0 |
732 | 2025-01-28T22:23:35.802Z | Downloaded predicates-core v1.0.8 |
733 | 2025-01-28T22:23:35.804Z | Downloaded predicates v3.1.2 |
734 | 2025-01-28T22:23:35.807Z | Downloaded semver v0.1.20 |
735 | 2025-01-28T22:23:35.807Z | Downloaded omicron-zone-package v0.12.0 |
736 | 2025-01-28T22:23:35.811Z | Downloaded phf_shared v0.11.2 |
737 | 2025-01-28T22:23:35.813Z | Downloaded backtrace v0.3.74 |
738 | 2025-01-28T22:23:35.817Z | Downloaded rustfmt-wrapper v0.2.1 |
739 | 2025-01-28T22:23:35.819Z | Downloaded proc-macro-crate v1.3.1 |
740 | 2025-01-28T22:23:35.819Z | Downloaded ppv-lite86 v0.2.20 |
741 | 2025-01-28T22:23:35.822Z | Downloaded sct v0.7.1 |
742 | 2025-01-28T22:23:35.826Z | Downloaded slog-envlogger v2.2.0 |
743 | 2025-01-28T22:23:35.829Z | Downloaded dunce v1.0.5 |
744 | 2025-01-28T22:23:35.829Z | Downloaded des v0.8.1 |
745 | 2025-01-28T22:23:35.832Z | Downloaded rand_chacha v0.3.1 |
746 | 2025-01-28T22:23:35.835Z | Downloaded utf8_iter v1.0.4 |
747 | 2025-01-28T22:23:35.835Z | Downloaded typify-macro v0.3.0 |
748 | 2025-01-28T22:23:35.835Z | Downloaded typify-macro v0.2.0 |
749 | 2025-01-28T22:23:35.838Z | Downloaded utf16_iter v1.0.5 |
750 | 2025-01-28T22:23:35.838Z | Downloaded synstructure v0.13.1 |
751 | 2025-01-28T22:23:35.838Z | Downloaded slog-scope v4.4.0 |
752 | 2025-01-28T22:23:35.841Z | Downloaded subtle v2.6.1 |
753 | 2025-01-28T22:23:35.843Z | Downloaded num-rational v0.4.2 |
754 | 2025-01-28T22:23:35.843Z | Downloaded path-slash v0.1.5 |
755 | 2025-01-28T22:23:35.846Z | Downloaded parse-size v1.1.0 |
756 | 2025-01-28T22:23:35.846Z | Downloaded num-conv v0.1.0 |
757 | 2025-01-28T22:23:35.846Z | Downloaded parking_lot_core v0.9.10 |
758 | 2025-01-28T22:23:35.849Z | Downloaded display-error-chain v0.2.2 |
759 | 2025-01-28T22:23:35.852Z | Downloaded pin-project-internal v1.1.6 |
760 | 2025-01-28T22:23:35.852Z | Downloaded minimal-lexical v0.2.1 |
761 | 2025-01-28T22:23:35.857Z | Downloaded parking_lot_core v0.8.6 |
762 | 2025-01-28T22:23:35.862Z | Downloaded sqlparser_derive v0.2.2 |
763 | 2025-01-28T22:23:35.865Z | Downloaded idna v1.0.3 |
764 | 2025-01-28T22:23:35.865Z | Downloaded futures-executor v0.3.31 |
765 | 2025-01-28T22:23:35.868Z | Downloaded yoke-derive v0.7.4 |
766 | 2025-01-28T22:23:35.868Z | Downloaded futures-core v0.3.31 |
767 | 2025-01-28T22:23:35.870Z | Downloaded fixedbitset v0.4.2 |
768 | 2025-01-28T22:23:35.870Z | Downloaded difflib v0.4.0 |
769 | 2025-01-28T22:23:35.873Z | Downloaded unicode_categories v0.1.1 |
770 | 2025-01-28T22:23:35.876Z | Downloaded headers v0.4.0 |
771 | 2025-01-28T22:23:35.880Z | Downloaded powerfmt v0.2.0 |
772 | 2025-01-28T22:23:35.882Z | Downloaded funty v2.0.0 |
773 | 2025-01-28T22:23:35.882Z | Downloaded fragile v2.0.0 |
774 | 2025-01-28T22:23:35.886Z | Downloaded filetime v0.2.25 |
775 | 2025-01-28T22:23:35.888Z | Downloaded percent-encoding v2.3.1 |
776 | 2025-01-28T22:23:35.888Z | Downloaded term v0.7.0 |
777 | 2025-01-28T22:23:35.891Z | Downloaded slog-json v2.6.1 |
778 | 2025-01-28T22:23:35.894Z | Downloaded rfc6979 v0.4.0 |
779 | 2025-01-28T22:23:35.897Z | Downloaded slog-term v2.9.1 |
780 | 2025-01-28T22:23:35.897Z | Downloaded steno v0.4.1 |
781 | 2025-01-28T22:23:35.901Z | Downloaded serde-big-array v0.5.1 |
782 | 2025-01-28T22:23:35.904Z | Downloaded num-traits v0.2.19 |
783 | 2025-01-28T22:23:35.907Z | Downloaded num-derive v0.4.2 |
784 | 2025-01-28T22:23:35.910Z | Downloaded sha1 v0.10.6 |
785 | 2025-01-28T22:23:35.913Z | Downloaded shlex v1.3.0 |
786 | 2025-01-28T22:23:35.913Z | Downloaded stable_deref_trait v1.2.0 |
787 | 2025-01-28T22:23:35.916Z | Downloaded ssh-encoding v0.2.0 |
788 | 2025-01-28T22:23:35.916Z | Downloaded shell-words v1.1.0 |
789 | 2025-01-28T22:23:35.918Z | Downloaded twox-hash v2.1.0 |
790 | 2025-01-28T22:23:35.921Z | Downloaded prettyplease v0.2.25 |
791 | 2025-01-28T22:23:35.923Z | Downloaded tinyvec_macros v0.1.1 |
792 | 2025-01-28T22:23:35.927Z | Downloaded num-iter v0.1.45 |
793 | 2025-01-28T22:23:35.927Z | Downloaded socket2 v0.5.7 |
794 | 2025-01-28T22:23:35.929Z | Downloaded vte_generate_state_changes v0.1.2 |
795 | 2025-01-28T22:23:35.929Z | Downloaded tokio-rustls v0.25.0 |
796 | 2025-01-28T22:23:35.932Z | Downloaded dirs-next v2.0.0 |
797 | 2025-01-28T22:23:35.932Z | Downloaded mio v1.0.2 |
798 | 2025-01-28T22:23:35.939Z | Downloaded strum v0.26.3 |
799 | 2025-01-28T22:23:35.941Z | Downloaded parse-display v0.10.0 |
800 | 2025-01-28T22:23:35.941Z | Downloaded hash32 v0.2.1 |
801 | 2025-01-28T22:23:35.944Z | Downloaded which v4.4.2 |
802 | 2025-01-28T22:23:35.947Z | Downloaded document-features v0.2.10 |
803 | 2025-01-28T22:23:35.947Z | Downloaded thread_local v1.1.8 |
804 | 2025-01-28T22:23:35.950Z | Downloaded darling_macro v0.20.10 |
805 | 2025-01-28T22:23:35.950Z | Downloaded thiserror-no-std v2.0.2 |
806 | 2025-01-28T22:23:35.952Z | Downloaded futures-channel v0.3.31 |
807 | 2025-01-28T22:23:35.955Z | Downloaded resolv-conf v0.7.0 |
808 | 2025-01-28T22:23:35.959Z | Downloaded uuid v1.12.0 |
809 | 2025-01-28T22:23:35.961Z | Downloaded hex-literal v0.4.1 |
810 | 2025-01-28T22:23:35.961Z | Downloaded num-integer v0.1.46 |
811 | 2025-01-28T22:23:35.964Z | Downloaded zopfli v0.8.1 |
812 | 2025-01-28T22:23:35.968Z | Downloaded aes-gcm v0.10.3 |
813 | 2025-01-28T22:23:35.971Z | Downloaded time-core v0.1.2 |
814 | 2025-01-28T22:23:35.973Z | Downloaded url v2.5.3 |
815 | 2025-01-28T22:23:35.977Z | Downloaded rusty-fork v0.3.0 |
816 | 2025-01-28T22:23:35.977Z | Downloaded scheduled-thread-pool v0.2.7 |
817 | 2025-01-28T22:23:35.980Z | Downloaded same-file v1.0.6 |
818 | 2025-01-28T22:23:35.980Z | Downloaded tokio-tungstenite v0.23.1 |
819 | 2025-01-28T22:23:35.982Z | Downloaded strum_macros v0.24.3 |
820 | 2025-01-28T22:23:35.985Z | Downloaded tokio-rustls v0.24.1 |
821 | 2025-01-28T22:23:35.988Z | Downloaded tokio-tungstenite v0.24.0 |
822 | 2025-01-28T22:23:35.992Z | Downloaded try-lock v0.2.5 |
823 | 2025-01-28T22:23:35.992Z | Downloaded libm v0.2.8 |
824 | 2025-01-28T22:23:35.999Z | Downloaded yoke v0.7.4 |
825 | 2025-01-28T22:23:36.002Z | Downloaded tiny-keccak v2.0.2 |
826 | 2025-01-28T22:23:36.005Z | Downloaded highway v1.2.0 |
827 | 2025-01-28T22:23:36.007Z | Downloaded futures-io v0.3.31 |
828 | 2025-01-28T22:23:36.011Z | Downloaded form_urlencoded v1.2.1 |
829 | 2025-01-28T22:23:36.011Z | Downloaded signal-hook v0.3.17 |
830 | 2025-01-28T22:23:36.013Z | Downloaded tokio-native-tls v0.3.1 |
831 | 2025-01-28T22:23:36.016Z | Downloaded ron v0.7.1 |
832 | 2025-01-28T22:23:36.021Z | Downloaded phf v0.11.2 |
833 | 2025-01-28T22:23:36.023Z | Downloaded derive_builder v0.20.2 |
834 | 2025-01-28T22:23:36.027Z | Downloaded openssl-probe v0.1.5 |
835 | 2025-01-28T22:23:36.030Z | Downloaded data-encoding v2.6.0 |
836 | 2025-01-28T22:23:36.030Z | Downloaded russh v0.45.0 |
837 | 2025-01-28T22:23:36.035Z | Downloaded itertools v0.12.1 |
838 | 2025-01-28T22:23:36.044Z | Downloaded quick-error v1.2.3 |
839 | 2025-01-28T22:23:36.047Z | Downloaded defmt-parser v0.3.4 |
840 | 2025-01-28T22:23:36.047Z | Downloaded smallvec v1.13.2 |
841 | 2025-01-28T22:23:36.049Z | Downloaded rustc_version v0.4.1 |
842 | 2025-01-28T22:23:36.052Z | Downloaded rustc_version v0.1.7 |
843 | 2025-01-28T22:23:36.052Z | Downloaded elliptic-curve v0.13.8 |
844 | 2025-01-28T22:23:36.056Z | Downloaded strip-ansi-escapes v0.2.0 |
845 | 2025-01-28T22:23:36.058Z | Downloaded static_assertions v1.1.0 |
846 | 2025-01-28T22:23:36.058Z | Downloaded toml v0.7.8 |
847 | 2025-01-28T22:23:36.062Z | Downloaded libxml v0.3.3 |
848 | 2025-01-28T22:23:36.069Z | Downloaded gethostname v0.5.0 |
849 | 2025-01-28T22:23:36.072Z | Downloaded ed25519 v2.2.3 |
850 | 2025-01-28T22:23:36.075Z | Downloaded derive_more v0.99.18 |
851 | 2025-01-28T22:23:36.079Z | Downloaded sigpipe v0.1.3 |
852 | 2025-01-28T22:23:36.079Z | Downloaded toml_edit v0.19.15 |
853 | 2025-01-28T22:23:36.097Z | Downloaded progenitor-client v0.8.0 |
854 | 2025-01-28T22:23:36.101Z | Downloaded blake3 v1.5.4 |
855 | 2025-01-28T22:23:36.106Z | Downloaded float-ord v0.3.2 |
856 | 2025-01-28T22:23:36.109Z | Downloaded postgres-types v0.2.8 |
857 | 2025-01-28T22:23:36.111Z | Downloaded unicode-segmentation v1.12.0 |
858 | 2025-01-28T22:23:36.115Z | Downloaded tower-service v0.3.3 |
859 | 2025-01-28T22:23:36.118Z | Downloaded slab v0.4.9 |
860 | 2025-01-28T22:23:36.118Z | Downloaded salsa20 v0.10.2 |
861 | 2025-01-28T22:23:36.122Z | Downloaded pin-utils v0.1.0 |
862 | 2025-01-28T22:23:36.122Z | Downloaded heck v0.3.3 |
863 | 2025-01-28T22:23:36.122Z | Downloaded postgres-protocol v0.6.7 |
864 | 2025-01-28T22:23:36.124Z | Downloaded num_threads v0.1.7 |
865 | 2025-01-28T22:23:36.128Z | Downloaded hyper v1.5.2 |
866 | 2025-01-28T22:23:36.133Z | Downloaded opaque-debug v0.3.1 |
867 | 2025-01-28T22:23:36.137Z | Downloaded waitgroup v0.1.2 |
868 | 2025-01-28T22:23:36.137Z | Downloaded termtree v0.4.1 |
869 | 2025-01-28T22:23:36.140Z | Downloaded num_enum_derive v0.5.11 |
870 | 2025-01-28T22:23:36.140Z | Downloaded flagset v0.4.6 |
871 | 2025-01-28T22:23:36.143Z | Downloaded vsss-rs v3.3.4 |
872 | 2025-01-28T22:23:36.143Z | Downloaded uzers v0.12.1 |
873 | 2025-01-28T22:23:36.145Z | Downloaded tinyvec v1.8.0 |
874 | 2025-01-28T22:23:36.149Z | Downloaded derive_builder_core v0.20.2 |
875 | 2025-01-28T22:23:36.152Z | Downloaded serde_with v3.11.0 |
876 | 2025-01-28T22:23:36.161Z | Downloaded signature v2.2.0 |
877 | 2025-01-28T22:23:36.166Z | Downloaded serde_urlencoded v0.7.1 |
878 | 2025-01-28T22:23:36.169Z | Downloaded group v0.13.0 |
879 | 2025-01-28T22:23:36.169Z | Downloaded ecdsa v0.16.9 |
880 | 2025-01-28T22:23:36.173Z | Downloaded nom v7.1.3 |
881 | 2025-01-28T22:23:36.176Z | Downloaded zerofrom v0.1.4 |
882 | 2025-01-28T22:23:36.179Z | Downloaded float-cmp v0.9.0 |
883 | 2025-01-28T22:23:36.179Z | Downloaded hex v0.4.3 |
884 | 2025-01-28T22:23:36.182Z | Downloaded zone v0.1.8 |
885 | 2025-01-28T22:23:36.183Z | Downloaded tokio-postgres v0.7.12 |
886 | 2025-01-28T22:23:36.186Z | Downloaded want v0.3.1 |
887 | 2025-01-28T22:23:36.189Z | Downloaded serde_path_to_error v0.1.16 |
888 | 2025-01-28T22:23:36.189Z | Downloaded ff v0.13.0 |
889 | 2025-01-28T22:23:36.192Z | Downloaded fallible-iterator v0.3.0 |
890 | 2025-01-28T22:23:36.195Z | Downloaded openssl-macros v0.1.1 |
891 | 2025-01-28T22:23:36.195Z | Downloaded phf_shared v0.10.0 |
892 | 2025-01-28T22:23:36.195Z | Downloaded dyn-clone v1.0.17 |
893 | 2025-01-28T22:23:36.198Z | Downloaded schemars v0.8.21 |
894 | 2025-01-28T22:23:36.208Z | Downloaded pkg-config v0.3.31 |
895 | 2025-01-28T22:23:36.210Z | Downloaded simd-adler32 v0.3.7 |
896 | 2025-01-28T22:23:36.213Z | Downloaded num-complex v0.4.6 |
897 | 2025-01-28T22:23:36.217Z | Downloaded num_enum v0.5.11 |
898 | 2025-01-28T22:23:36.219Z | Downloaded endian-type v0.1.2 |
899 | 2025-01-28T22:23:36.219Z | Downloaded zeroize_derive v1.4.2 |
900 | 2025-01-28T22:23:36.223Z | Downloaded tap v1.0.1 |
901 | 2025-01-28T22:23:36.223Z | Downloaded p256 v0.13.2 |
902 | 2025-01-28T22:23:36.226Z | Downloaded termcolor v1.4.1 |
903 | 2025-01-28T22:23:36.228Z | Downloaded fxhash v0.2.1 |
904 | 2025-01-28T22:23:36.228Z | Downloaded oso v0.27.3 |
905 | 2025-01-28T22:23:36.233Z | Downloaded darling_core v0.20.10 |
906 | 2025-01-28T22:23:36.236Z | Downloaded number_prefix v0.4.0 |
907 | 2025-01-28T22:23:36.238Z | Downloaded psl-types v2.0.11 |
908 | 2025-01-28T22:23:36.238Z | Downloaded structmeta v0.2.0 |
909 | 2025-01-28T22:23:36.241Z | Downloaded spki v0.7.3 |
910 | 2025-01-28T22:23:36.241Z | Downloaded hashbrown v0.13.2 |
911 | 2025-01-28T22:23:36.245Z | Downloaded progenitor-impl v0.9.1 |
912 | 2025-01-28T22:23:36.248Z | Downloaded hickory-server v0.24.2 |
913 | 2025-01-28T22:23:36.253Z | Downloaded phf_generator v0.11.2 |
914 | 2025-01-28T22:23:36.256Z | Downloaded sqlformat v0.2.6 |
915 | 2025-01-28T22:23:36.259Z | Downloaded postcard v1.0.10 |
916 | 2025-01-28T22:23:36.259Z | Downloaded poly1305 v0.8.0 |
917 | 2025-01-28T22:23:36.261Z | Downloaded termtree v0.5.1 |
918 | 2025-01-28T22:23:36.264Z | Downloaded termios v0.3.3 |
919 | 2025-01-28T22:23:36.267Z | Downloaded glob v0.3.2 |
920 | 2025-01-28T22:23:36.267Z | Downloaded vte v0.11.1 |
921 | 2025-01-28T22:23:36.270Z | Downloaded smallvec v0.6.14 |
922 | 2025-01-28T22:23:36.270Z | Downloaded slog v2.7.0 |
923 | 2025-01-28T22:23:36.274Z | Downloaded half v2.4.1 |
924 | 2025-01-28T22:23:36.276Z | Downloaded tungstenite v0.24.0 |
925 | 2025-01-28T22:23:36.279Z | Downloaded tls_codec v0.4.1 |
926 | 2025-01-28T22:23:36.282Z | Downloaded aws-lc-rs v1.10.0 |
927 | 2025-01-28T22:23:36.297Z | Downloaded progenitor-macro v0.9.1 |
928 | 2025-01-28T22:23:36.301Z | Downloaded quick-xml v0.33.0 |
929 | 2025-01-28T22:23:36.301Z | Downloaded enum-as-inner v0.6.1 |
930 | 2025-01-28T22:23:36.301Z | Downloaded chrono v0.4.39 |
931 | 2025-01-28T22:23:36.308Z | Downloaded serde_plain v1.0.2 |
932 | 2025-01-28T22:23:36.310Z | Downloaded rtoolbox v0.0.2 |
933 | 2025-01-28T22:23:36.310Z | Downloaded zone v0.3.0 |
934 | 2025-01-28T22:23:36.313Z | Downloaded zerofrom-derive v0.1.4 |
935 | 2025-01-28T22:23:36.313Z | Downloaded ref-cast v1.0.23 |
936 | 2025-01-28T22:23:36.316Z | Downloaded siphasher v0.3.11 |
937 | 2025-01-28T22:23:36.318Z | Downloaded serde_repr v0.1.19 |
938 | 2025-01-28T22:23:36.318Z | Downloaded deranged v0.3.11 |
939 | 2025-01-28T22:23:36.321Z | Downloaded p521 v0.13.3 |
940 | 2025-01-28T22:23:36.325Z | Downloaded topological-sort v0.2.2 |
941 | 2025-01-28T22:23:36.328Z | Downloaded samael v0.0.17 |
942 | 2025-01-28T22:23:36.331Z | Downloaded walkdir v2.5.0 |
943 | 2025-01-28T22:23:36.334Z | Downloaded bindgen v0.69.5 |
944 | 2025-01-28T22:23:36.341Z | Downloaded dsl_auto_type v0.1.2 |
945 | 2025-01-28T22:23:36.343Z | Downloaded ed25519-dalek v2.1.1 |
946 | 2025-01-28T22:23:36.346Z | Downloaded tracing v0.1.40 |
947 | 2025-01-28T22:23:36.350Z | Downloaded zerocopy-derive v0.8.10 |
948 | 2025-01-28T22:23:36.356Z | Downloaded flume v0.11.1 |
949 | 2025-01-28T22:23:36.360Z | Downloaded der v0.7.9 |
950 | 2025-01-28T22:23:36.366Z | Downloaded hickory-resolver v0.24.2 |
951 | 2025-01-28T22:23:36.370Z | Downloaded subprocess v0.2.9 |
952 | 2025-01-28T22:23:36.373Z | Downloaded snafu v0.8.5 |
953 | 2025-01-28T22:23:36.379Z | Downloaded zip v0.6.6 |
954 | 2025-01-28T22:23:36.383Z | Downloaded heapless v0.7.17 |
955 | 2025-01-28T22:23:36.387Z | Downloaded tar v0.4.42 |
956 | 2025-01-28T22:23:36.390Z | Downloaded dropshot_endpoint v0.15.1 |
957 | 2025-01-28T22:23:36.394Z | Downloaded reqwest v0.12.9 |
958 | 2025-01-28T22:23:36.403Z | Downloaded snafu-derive v0.8.5 |
959 | 2025-01-28T22:23:36.406Z | Downloaded futures-util v0.3.31 |
960 | 2025-01-28T22:23:36.416Z | Downloaded pkcs5 v0.7.1 |
961 | 2025-01-28T22:23:36.421Z | Downloaded rayon-core v1.12.1 |
962 | 2025-01-28T22:23:36.424Z | Downloaded expectorate v1.1.0 |
963 | 2025-01-28T22:23:36.427Z | Downloaded tokio-util v0.7.12 |
964 | 2025-01-28T22:23:36.433Z | Downloaded rustls-webpki v0.101.7 |
965 | 2025-01-28T22:23:36.449Z | Downloaded rustls-webpki v0.102.8 |
966 | 2025-01-28T22:23:36.466Z | Downloaded openssl-sys v0.9.103 |
967 | 2025-01-28T22:23:36.471Z | Downloaded flate2 v1.0.35 |
968 | 2025-01-28T22:23:36.477Z | Downloaded vcpkg v0.2.15 |
969 | 2025-01-28T22:23:36.516Z | Downloaded quinn-proto v0.11.8 |
970 | 2025-01-28T22:23:36.522Z | Downloaded bitvec v1.0.1 |
971 | 2025-01-28T22:23:36.538Z | Downloaded qorb v0.2.1 |
972 | 2025-01-28T22:23:36.542Z | Downloaded rustyline v14.0.0 |
973 | 2025-01-28T22:23:36.547Z | Downloaded zip v2.1.3 |
974 | 2025-01-28T22:23:36.551Z | Downloaded publicsuffix v2.3.0 |
975 | 2025-01-28T22:23:36.554Z | Downloaded num-bigint v0.4.6 |
976 | 2025-01-28T22:23:36.559Z | Downloaded rusqlite v0.32.1 |
977 | 2025-01-28T22:23:36.566Z | Downloaded zerovec v0.10.4 |
978 | 2025-01-28T22:23:36.572Z | Downloaded tough v0.19.0 |
979 | 2025-01-28T22:23:36.580Z | Downloaded lalrpop v0.19.12 |
980 | 2025-01-28T22:23:36.593Z | Downloaded time v0.3.36 |
981 | 2025-01-28T22:23:36.599Z | Downloaded curve25519-dalek v4.1.3 |
982 | 2025-01-28T22:23:36.608Z | Downloaded nix v0.27.1 |
983 | 2025-01-28T22:23:36.619Z | Downloaded hkdf v0.12.4 |
984 | 2025-01-28T22:23:36.622Z | Downloaded zerovec-derive v0.10.3 |
985 | 2025-01-28T22:23:36.624Z | Downloaded h2 v0.4.6 |
986 | 2025-01-28T22:23:36.630Z | Downloaded num-bigint-dig v0.8.4 |
987 | 2025-01-28T22:23:36.635Z | Downloaded wait-timeout v0.2.0 |
988 | 2025-01-28T22:23:36.638Z | Downloaded proptest v1.5.0 |
989 | 2025-01-28T22:23:36.647Z | Downloaded radix_trie v0.2.1 |
990 | 2025-01-28T22:23:36.654Z | Downloaded reedline v0.35.0 |
991 | 2025-01-28T22:23:36.660Z | Downloaded sqlparser v0.45.0 |
992 | 2025-01-28T22:23:36.666Z | Downloaded bstr v1.10.0 |
993 | 2025-01-28T22:23:36.678Z | Downloaded p384 v0.13.0 |
994 | 2025-01-28T22:23:36.684Z | Downloaded nix v0.28.0 |
995 | 2025-01-28T22:23:36.696Z | Downloaded regex-syntax v0.6.29 |
996 | 2025-01-28T22:23:36.704Z | Downloaded rayon v1.10.0 |
997 | 2025-01-28T22:23:36.714Z | Downloaded zerocopy v0.8.10 |
998 | 2025-01-28T22:23:36.738Z | Downloaded rustls v0.21.12 |
999 | 2025-01-28T22:23:36.749Z | Downloaded nix v0.29.0 |
1000 | 2025-01-28T22:23:36.762Z | Downloaded chrono-tz v0.10.1 |
1001 | 2025-01-28T22:23:36.770Z | Downloaded webpki-roots v0.26.6 |
1002 | 2025-01-28T22:23:36.773Z | Downloaded regex v1.11.1 |
1003 | 2025-01-28T22:23:36.787Z | Downloaded git2 v0.19.0 |
1004 | 2025-01-28T22:23:36.794Z | Downloaded object v0.30.4 |
1005 | 2025-01-28T22:23:36.804Z | Downloaded petname v2.0.2 |
1006 | 2025-01-28T22:23:36.810Z | Downloaded regress v0.10.1 |
1007 | 2025-01-28T22:23:36.820Z | Downloaded rustls v0.22.4 |
1008 | 2025-01-28T22:23:36.834Z | Downloaded openssl v0.10.66 |
1009 | 2025-01-28T22:23:36.843Z | Downloaded dropshot v0.12.0 |
1010 | 2025-01-28T22:23:36.864Z | Downloaded typify-impl v0.2.0 |
1011 | 2025-01-28T22:23:36.879Z | Downloaded sled v0.34.7 |
1012 | 2025-01-28T22:23:36.890Z | Downloaded regex-syntax v0.8.5 |
1013 | 2025-01-28T22:23:36.899Z | Downloaded rustls v0.23.19 |
1014 | 2025-01-28T22:23:36.911Z | Downloaded object v0.36.5 |
1015 | 2025-01-28T22:23:36.922Z | Downloaded ratatui v0.28.1 |
1016 | 2025-01-28T22:23:36.942Z | Downloaded gimli v0.31.1 |
1017 | 2025-01-28T22:23:36.951Z | Downloaded typify-impl v0.3.0 |
1018 | 2025-01-28T22:23:36.966Z | Downloaded regex-automata v0.4.8 |
1019 | 2025-01-28T22:23:36.985Z | Downloaded smoltcp v0.11.0 |
1020 | 2025-01-28T22:23:36.998Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1021 | 2025-01-28T22:23:37.009Z | Downloaded hickory-proto v0.24.2 |
1022 | 2025-01-28T22:23:37.024Z | Downloaded zerocopy-derive v0.6.6 |
1023 | 2025-01-28T22:23:37.034Z | Downloaded polar-core v0.27.3 |
1024 | 2025-01-28T22:23:37.042Z | Downloaded openapiv3 v2.0.0 |
1025 | 2025-01-28T22:23:37.055Z | Downloaded smoltcp v0.9.1 |
1026 | 2025-01-28T22:23:37.065Z | Downloaded regress v0.9.1 |
1027 | 2025-01-28T22:23:37.074Z | Downloaded diesel v2.2.6 |
1028 | 2025-01-28T22:23:37.092Z | Downloaded dropshot v0.15.1 |
1029 | 2025-01-28T22:23:37.113Z | Downloaded lzma-sys v0.1.20 |
1030 | 2025-01-28T22:23:37.141Z | Downloaded tokio v1.43.0 |
1031 | 2025-01-28T22:23:37.178Z | Downloaded salty v0.3.0 |
1032 | 2025-01-28T22:23:37.184Z | Downloaded csv v1.3.1 |
1033 | 2025-01-28T22:23:37.204Z | Downloaded petgraph v0.6.5 |
1034 | 2025-01-28T22:23:37.223Z | Downloaded unicode-width v0.2.0 |
1035 | 2025-01-28T22:23:37.226Z | Downloaded libz-sys v1.1.20 |
1036 | 2025-01-28T22:23:37.247Z | Downloaded rsa v0.9.6 |
1037 | 2025-01-28T22:23:37.251Z | Downloaded winnow v0.5.40 |
1038 | 2025-01-28T22:23:37.259Z | Downloaded similar v2.6.0 |
1039 | 2025-01-28T22:23:37.265Z | Downloaded globset v0.4.15 |
1040 | 2025-01-28T22:23:37.267Z | Downloaded sha3 v0.10.8 |
1041 | 2025-01-28T22:23:37.270Z | Downloaded quinn v0.11.5 |
1042 | 2025-01-28T22:23:37.274Z | Downloaded hashbrown v0.14.5 |
1043 | 2025-01-28T22:23:37.278Z | Downloaded structmeta-derive v0.3.0 |
1044 | 2025-01-28T22:23:37.281Z | Downloaded phf_codegen v0.11.2 |
1045 | 2025-01-28T22:23:37.281Z | Downloaded serde_derive_internals v0.29.1 |
1046 | 2025-01-28T22:23:37.283Z | Downloaded unicode-normalization v0.1.24 |
1047 | 2025-01-28T22:23:37.286Z | Downloaded portable-atomic v1.9.0 |
1048 | 2025-01-28T22:23:37.292Z | Downloaded pkcs1 v0.7.5 |
1049 | 2025-01-28T22:23:37.294Z | Downloaded parse-display-derive v0.10.0 |
1050 | 2025-01-28T22:23:37.297Z | Downloaded progenitor-macro v0.8.0 |
1051 | 2025-01-28T22:23:37.297Z | Downloaded tungstenite v0.21.0 |
1052 | 2025-01-28T22:23:37.301Z | Downloaded rustc-demangle v0.1.24 |
1053 | 2025-01-28T22:23:37.305Z | Downloaded rand v0.8.5 |
1054 | 2025-01-28T22:23:37.308Z | Downloaded parse-zoneinfo v0.3.1 |
1055 | 2025-01-28T22:23:37.308Z | Downloaded typed-path v0.9.3 |
1056 | 2025-01-28T22:23:37.313Z | Downloaded hashlink v0.9.1 |
1057 | 2025-01-28T22:23:37.315Z | Downloaded env_filter v0.1.2 |
1058 | 2025-01-28T22:23:37.318Z | Downloaded ssh-key v0.6.6 |
1059 | 2025-01-28T22:23:37.322Z | Downloaded serde_yaml v0.9.34+deprecated |
1060 | 2025-01-28T22:23:37.326Z | Downloaded hashbrown v0.12.3 |
1061 | 2025-01-28T22:23:37.330Z | Downloaded fallible-iterator v0.2.0 |
1062 | 2025-01-28T22:23:37.332Z | Downloaded time-macros v0.2.18 |
1063 | 2025-01-28T22:23:37.335Z | Downloaded pin-project-lite v0.2.14 |
1064 | 2025-01-28T22:23:37.338Z | Downloaded zeroize v1.8.1 |
1065 | 2025-01-28T22:23:37.343Z | Downloaded r2d2 v0.8.10 |
1066 | 2025-01-28T22:23:37.343Z | Downloaded quinn-udp v0.5.5 |
1067 | 2025-01-28T22:23:37.345Z | Downloaded itertools v0.13.0 |
1068 | 2025-01-28T22:23:37.350Z | Downloaded pkcs8 v0.10.2 |
1069 | 2025-01-28T22:23:37.352Z | Downloaded derive-where v1.2.7 |
1070 | 2025-01-28T22:23:37.355Z | Downloaded der_derive v0.7.3 |
1071 | 2025-01-28T22:23:37.358Z | Downloaded futures v0.3.31 |
1072 | 2025-01-28T22:23:37.362Z | Downloaded tui-tree-widget v0.22.0 |
1073 | 2025-01-28T22:23:37.365Z | Downloaded zerocopy v0.6.6 |
1074 | 2025-01-28T22:23:37.367Z | Downloaded owo-colors v4.1.0 |
1075 | 2025-01-28T22:23:37.370Z | Downloaded diff v0.1.13 |
1076 | 2025-01-28T22:23:37.374Z | Downloaded foldhash v0.1.3 |
1077 | 2025-01-28T22:23:37.377Z | Downloaded displaydoc v0.2.5 |
1078 | 2025-01-28T22:23:37.377Z | Downloaded yasna v0.5.2 |
1079 | 2025-01-28T22:23:37.379Z | Downloaded whoami v1.5.2 |
1080 | 2025-01-28T22:23:37.382Z | Downloaded pin-project v1.1.6 |
1081 | 2025-01-28T22:23:37.392Z | Downloaded aho-corasick v1.1.3 |
1082 | 2025-01-28T22:23:37.396Z | Downloaded ref-cast-impl v1.0.23 |
1083 | 2025-01-28T22:23:37.398Z | Downloaded pem-rfc7468 v0.7.0 |
1084 | 2025-01-28T22:23:37.398Z | Downloaded password-hash v0.5.0 |
1085 | 2025-01-28T22:23:37.401Z | Downloaded password-hash v0.4.2 |
1086 | 2025-01-28T22:23:37.403Z | Downloaded unicode-properties v0.1.3 |
1087 | 2025-01-28T22:23:37.405Z | Downloaded unicode-bidi v0.3.17 |
1088 | 2025-01-28T22:23:37.408Z | Downloaded fs_extra v1.3.0 |
1089 | 2025-01-28T22:23:37.408Z | Downloaded crossterm v0.28.1 |
1090 | 2025-01-28T22:23:37.414Z | Downloaded unsafe-libyaml v0.2.11 |
1091 | 2025-01-28T22:23:37.417Z | Downloaded env_logger v0.11.5 |
1092 | 2025-01-28T22:23:37.421Z | Downloaded x509-cert v0.2.5 |
1093 | 2025-01-28T22:23:37.426Z | Downloaded paste v1.0.15 |
1094 | 2025-01-28T22:23:37.429Z | Downloaded downcast v0.11.0 |
1095 | 2025-01-28T22:23:37.431Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1096 | 2025-01-28T22:23:37.431Z | Downloaded derive_builder_macro v0.20.2 |
1097 | 2025-01-28T22:23:37.431Z | Downloaded tungstenite v0.23.0 |
1098 | 2025-01-28T22:23:37.435Z | Downloaded encoding_rs v0.8.34 |
1099 | 2025-01-28T22:23:37.456Z | Downloaded test-strategy v0.3.1 |
1100 | 2025-01-28T22:23:37.459Z | Downloaded aes v0.8.4 |
1101 | 2025-01-28T22:23:37.462Z | Downloaded supports-color v3.0.1 |
1102 | 2025-01-28T22:23:37.464Z | Downloaded stringprep v0.1.5 |
1103 | 2025-01-28T22:23:37.467Z | Downloaded unicase v2.7.0 |
1104 | 2025-01-28T22:23:37.467Z | Downloaded tls_codec_derive v0.4.1 |
1105 | 2025-01-28T22:23:37.469Z | Downloaded thiserror-impl-no-std v2.0.2 |
1106 | 2025-01-28T22:23:37.469Z | Downloaded structmeta v0.3.0 |
1107 | 2025-01-28T22:23:37.469Z | Downloaded base64 v0.22.1 |
1108 | 2025-01-28T22:23:37.474Z | Downloaded icu_collections v1.5.0 |
1109 | 2025-01-28T22:23:37.478Z | Downloaded heapless v0.8.0 |
1110 | 2025-01-28T22:23:37.482Z | Downloaded crypto-bigint v0.5.5 |
1111 | 2025-01-28T22:23:37.488Z | Downloaded typify v0.3.0 |
1112 | 2025-01-28T22:23:37.492Z | Downloaded typify v0.2.0 |
1113 | 2025-01-28T22:23:37.495Z | Downloaded crossbeam-channel v0.5.13 |
1114 | 2025-01-28T22:23:37.499Z | Downloaded value-bag v1.9.0 |
1115 | 2025-01-28T22:23:37.501Z | Downloaded rustls-pki-types v1.10.0 |
1116 | 2025-01-28T22:23:37.504Z | Downloaded ron v0.8.1 |
1117 | 2025-01-28T22:23:37.509Z | Downloaded mockall_derive v0.13.0 |
1118 | 2025-01-28T22:23:37.512Z | Downloaded rcgen v0.12.1 |
1119 | 2025-01-28T22:23:37.514Z | Downloaded slog-async v2.8.0 |
1120 | 2025-01-28T22:23:37.516Z | Downloaded scrypt v0.11.0 |
1121 | 2025-01-28T22:23:37.516Z | Downloaded scopeguard v1.2.0 |
1122 | 2025-01-28T22:23:37.519Z | Downloaded schemars_derive v0.8.21 |
1123 | 2025-01-28T22:23:37.519Z | Downloaded parking_lot v0.11.2 |
1124 | 2025-01-28T22:23:37.522Z | Downloaded getrandom v0.2.15 |
1125 | 2025-01-28T22:23:37.525Z | Downloaded russh-keys v0.45.0 |
1126 | 2025-01-28T22:23:37.527Z | Downloaded miniz_oxide v0.8.0 |
1127 | 2025-01-28T22:23:37.529Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1128 | 2025-01-28T22:23:37.584Z | Downloaded cc v1.1.30 |
1129 | 2025-01-28T22:23:37.588Z | Downloaded litrs v0.4.1 |
1130 | 2025-01-28T22:23:37.590Z | Downloaded hash32 v0.3.1 |
1131 | 2025-01-28T22:23:37.592Z | Downloaded mime_guess v2.0.5 |
1132 | 2025-01-28T22:23:37.595Z | Downloaded icu_provider v1.5.0 |
1133 | 2025-01-28T22:23:37.597Z | Downloaded indexmap v1.9.3 |
1134 | 2025-01-28T22:23:37.600Z | Downloaded const_format v0.2.34 |
1135 | 2025-01-28T22:23:37.603Z | Downloaded compact_str v0.8.0 |
1136 | 2025-01-28T22:23:37.605Z | Downloaded pbkdf2 v0.11.0 |
1137 | 2025-01-28T22:23:37.608Z | Downloaded nodrop v0.1.14 |
1138 | 2025-01-28T22:23:37.610Z | Downloaded tracing-attributes v0.1.27 |
1139 | 2025-01-28T22:23:37.613Z | Downloaded tokio-tungstenite v0.21.0 |
1140 | 2025-01-28T22:23:37.613Z | Downloaded native-tls v0.2.12 |
1141 | 2025-01-28T22:23:37.616Z | Downloaded litemap v0.7.3 |
1142 | 2025-01-28T22:23:37.618Z | Downloaded icu_properties v1.5.1 |
1143 | 2025-01-28T22:23:37.621Z | Downloaded diesel-dtrace v0.4.2 |
1144 | 2025-01-28T22:23:37.621Z | Downloaded defmt-macros v0.3.9 |
1145 | 2025-01-28T22:23:37.624Z | Downloaded debug-ignore v1.0.5 |
1146 | 2025-01-28T22:23:37.626Z | Downloaded xz2 v0.1.7 |
1147 | 2025-01-28T22:23:37.629Z | Downloaded xattr v1.3.1 |
1148 | 2025-01-28T22:23:37.631Z | Downloaded strum_macros v0.25.3 |
1149 | 2025-01-28T22:23:37.632Z | Downloaded crc-any v2.5.0 |
1150 | 2025-01-28T22:23:37.635Z | Downloaded lockfree-object-pool v0.1.6 |
1151 | 2025-01-28T22:23:37.637Z | Downloaded lalrpop-util v0.19.12 |
1152 | 2025-01-28T22:23:37.637Z | Downloaded iana-time-zone v0.1.61 |
1153 | 2025-01-28T22:23:37.641Z | Downloaded httparse v1.9.5 |
1154 | 2025-01-28T22:23:37.643Z | Downloaded crossbeam-epoch v0.9.18 |
1155 | 2025-01-28T22:23:37.646Z | Downloaded const-oid v0.9.6 |
1156 | 2025-01-28T22:23:37.649Z | Downloaded backoff v0.4.0 |
1157 | 2025-01-28T22:23:37.649Z | Downloaded idna_adapter v1.2.0 |
1158 | 2025-01-28T22:23:37.652Z | Downloaded humantime v2.1.0 |
1159 | 2025-01-28T22:23:37.652Z | Downloaded hyper-tls v0.6.0 |
1160 | 2025-01-28T22:23:37.652Z | Downloaded impl-trait-for-tuples v0.2.2 |
1161 | 2025-01-28T22:23:37.655Z | Downloaded ciborium v0.2.2 |
1162 | 2025-01-28T22:23:37.657Z | Downloaded ident_case v1.0.1 |
1163 | 2025-01-28T22:23:37.657Z | Downloaded icu_provider_macros v1.5.0 |
1164 | 2025-01-28T22:23:37.660Z | Downloaded icu_normalizer v1.5.0 |
1165 | 2025-01-28T22:23:37.662Z | Downloaded crc32fast v1.4.2 |
1166 | 2025-01-28T22:23:37.664Z | Downloaded icu_locid v1.5.0 |
1167 | 2025-01-28T22:23:37.668Z | Downloaded cipher v0.4.4 |
1168 | 2025-01-28T22:23:37.670Z | Downloaded bzip2 v0.4.4 |
1169 | 2025-01-28T22:23:37.672Z | Downloaded hubpack_derive v0.1.1 |
1170 | 2025-01-28T22:23:37.673Z | Downloaded cookie_store v0.21.1 |
1171 | 2025-01-28T22:23:37.675Z | Downloaded base64ct v1.6.0 |
1172 | 2025-01-28T22:23:37.678Z | Downloaded async-trait v0.1.85 |
1173 | 2025-01-28T22:23:37.681Z | Downloaded argon2 v0.5.3 |
1174 | 2025-01-28T22:23:37.681Z | Downloaded http-range v0.1.5 |
1175 | 2025-01-28T22:23:37.684Z | Downloaded http-body v1.0.1 |
1176 | 2025-01-28T22:23:37.684Z | Downloaded arrayvec v0.7.6 |
1177 | 2025-01-28T22:23:37.687Z | Downloaded arrayref v0.3.9 |
1178 | 2025-01-28T22:23:37.687Z | Downloaded crc-catalog v2.4.0 |
1179 | 2025-01-28T22:23:37.924Z | Downloaded ring v0.17.8 |
1180 | 2025-01-28T22:23:38.042Z | Downloaded libsqlite3-sys v0.30.1 |
1181 | 2025-01-28T22:23:38.138Z | Downloaded aws-lc-sys v0.22.0 |
1182 | 2025-01-28T22:23:38.445Z | Compiling serde v1.0.217 |
1183 | 2025-01-28T22:23:38.449Z | Compiling lock_api v0.4.12 |
1184 | 2025-01-28T22:23:38.449Z | Compiling value-bag v1.9.0 |
1185 | 2025-01-28T22:23:38.450Z | Compiling scopeguard v1.2.0 |
1186 | 2025-01-28T22:23:38.450Z | Compiling typenum v1.17.0 |
1187 | 2025-01-28T22:23:38.611Z | Compiling generic-array v0.14.7 |
1188 | 2025-01-28T22:23:38.656Z | Compiling syn v2.0.96 |
1189 | 2025-01-28T22:23:38.672Z | Compiling getrandom v0.2.15 |
1190 | 2025-01-28T22:23:38.782Z | Compiling subtle v2.6.1 |
1191 | 2025-01-28T22:23:39.037Z | Compiling log v0.4.22 |
1192 | 2025-01-28T22:23:39.077Z | Compiling rand_core v0.6.4 |
1193 | 2025-01-28T22:23:39.120Z | Compiling shlex v1.3.0 |
1194 | 2025-01-28T22:23:39.157Z | Compiling jobserver v0.1.32 |
1195 | 2025-01-28T22:23:39.183Z | Compiling smallvec v1.13.2 |
1196 | 2025-01-28T22:23:39.511Z | Compiling cc v1.1.30 |
1197 | 2025-01-28T22:23:39.534Z | Compiling const-oid v0.9.6 |
1198 | 2025-01-28T22:23:39.571Z | Compiling pin-project-lite v0.2.14 |
1199 | 2025-01-28T22:23:39.591Z | Compiling rustix v0.38.37 |
1200 | 2025-01-28T22:23:39.709Z | Compiling spin v0.9.8 |
1201 | 2025-01-28T22:23:39.791Z | Compiling parking_lot_core v0.9.10 |
1202 | 2025-01-28T22:23:40.035Z | Compiling futures-core v0.3.31 |
1203 | 2025-01-28T22:23:40.175Z | Compiling signal-hook-registry v1.4.2 |
1204 | 2025-01-28T22:23:40.292Z | Compiling mio v1.0.2 |
1205 | 2025-01-28T22:23:40.538Z | Compiling aho-corasick v1.1.3 |
1206 | 2025-01-28T22:23:40.949Z | Compiling parking_lot v0.12.3 |
1207 | 2025-01-28T22:23:41.018Z | Compiling either v1.13.0 |
1208 | 2025-01-28T22:23:41.102Z | Compiling stable_deref_trait v1.2.0 |
1209 | 2025-01-28T22:23:41.230Z | Compiling regex-syntax v0.8.5 |
1210 | 2025-01-28T22:23:41.395Z | Compiling cpufeatures v0.2.14 |
1211 | 2025-01-28T22:23:41.434Z | Compiling glob v0.3.2 |
1212 | 2025-01-28T22:23:41.505Z | Compiling futures-sink v0.3.31 |
1213 | 2025-01-28T22:23:41.678Z | Compiling socket2 v0.5.7 |
1214 | 2025-01-28T22:23:41.817Z | Compiling slab v0.4.9 |
1215 | 2025-01-28T22:23:41.820Z | Compiling prettyplease v0.2.25 |
1216 | 2025-01-28T22:23:42.205Z | Compiling lazy_static v1.5.0 |
1217 | 2025-01-28T22:23:42.295Z | Compiling minimal-lexical v0.2.1 |
1218 | 2025-01-28T22:23:42.321Z | Compiling clang-sys v1.8.1 |
1219 | 2025-01-28T22:23:42.364Z | Compiling serde_json v1.0.135 |
1220 | 2025-01-28T22:23:42.722Z | Compiling nom v7.1.3 |
1221 | 2025-01-28T22:23:42.802Z | Compiling libloading v0.8.5 |
1222 | 2025-01-28T22:23:42.913Z | Compiling bindgen v0.69.5 |
1223 | 2025-01-28T22:23:43.074Z | Compiling home v0.5.9 |
1224 | 2025-01-28T22:23:43.332Z | Compiling futures-channel v0.3.31 |
1225 | 2025-01-28T22:23:43.490Z | Compiling itertools v0.12.1 |
1226 | 2025-01-28T22:23:43.778Z | Compiling libm v0.2.8 |
1227 | 2025-01-28T22:23:43.830Z | Compiling allocator-api2 v0.2.18 |
1228 | 2025-01-28T22:23:44.105Z | Compiling pin-utils v0.1.0 |
1229 | 2025-01-28T22:23:44.211Z | Compiling rustc-hash v1.1.0 |
1230 | 2025-01-28T22:23:44.379Z | Compiling futures-task v0.3.31 |
1231 | 2025-01-28T22:23:44.586Z | Compiling futures-io v0.3.31 |
1232 | 2025-01-28T22:23:44.692Z | Compiling lazycell v1.3.0 |
1233 | 2025-01-28T22:23:44.854Z | Compiling foldhash v0.1.3 |
1234 | 2025-01-28T22:23:44.927Z | Compiling cmake v0.1.51 |
1235 | 2025-01-28T22:23:45.177Z | Compiling regex-automata v0.4.8 |
1236 | 2025-01-28T22:23:45.449Z | Compiling hashbrown v0.15.1 |
1237 | 2025-01-28T22:23:45.851Z | Compiling cexpr v0.6.0 |
1238 | 2025-01-28T22:23:46.122Z | Compiling num-traits v0.2.19 |
1239 | 2025-01-28T22:23:46.380Z | Compiling synstructure v0.13.1 |
1240 | 2025-01-28T22:23:46.660Z | Compiling fs_extra v1.3.0 |
1241 | 2025-01-28T22:23:47.223Z | Compiling pkg-config v0.3.31 |
1242 | 2025-01-28T22:23:47.526Z | Compiling dunce v1.0.5 |
1243 | 2025-01-28T22:23:47.803Z | Compiling writeable v0.5.5 |
1244 | 2025-01-28T22:23:47.823Z | Compiling litemap v0.7.3 |
1245 | 2025-01-28T22:23:48.202Z | Compiling ring v0.17.8 |
1246 | 2025-01-28T22:23:48.331Z | Compiling paste v1.0.15 |
1247 | 2025-01-28T22:23:48.586Z | Compiling base64ct v1.6.0 |
1248 | 2025-01-28T22:23:49.074Z | Compiling pem-rfc7468 v0.7.0 |
1249 | 2025-01-28T22:23:49.147Z | Compiling aws-lc-rs v1.10.0 |
1250 | 2025-01-28T22:23:49.193Z | Compiling icu_locid_transform_data v1.5.0 |
1251 | 2025-01-28T22:23:49.311Z | Compiling flagset v0.4.6 |
1252 | 2025-01-28T22:23:49.532Z | Compiling httparse v1.9.5 |
1253 | 2025-01-28T22:23:49.702Z | Compiling tracing-core v0.1.32 |
1254 | 2025-01-28T22:23:50.268Z | Compiling percent-encoding v2.3.1 |
1255 | 2025-01-28T22:23:50.568Z | Compiling regex v1.11.1 |
1256 | 2025-01-28T22:23:50.588Z | Compiling icu_properties_data v1.5.0 |
1257 | 2025-01-28T22:23:50.645Z | Compiling crossbeam-utils v0.8.20 |
1258 | 2025-01-28T22:23:50.850Z | Compiling rustls-pki-types v1.10.0 |
1259 | 2025-01-28T22:23:51.156Z | Compiling utf8_iter v1.0.4 |
1260 | 2025-01-28T22:23:51.396Z | Compiling icu_normalizer_data v1.5.0 |
1261 | 2025-01-28T22:23:51.510Z | Compiling utf16_iter v1.0.5 |
1262 | 2025-01-28T22:23:51.531Z | Compiling num-conv v0.1.0 |
1263 | 2025-01-28T22:23:51.533Z | Compiling vcpkg v0.2.15 |
1264 | 2025-01-28T22:23:51.732Z | Compiling untrusted v0.9.0 |
1265 | 2025-01-28T22:23:51.779Z | Compiling time-core v0.1.2 |
1266 | 2025-01-28T22:23:51.799Z | Compiling serde_derive v1.0.217 |
1267 | 2025-01-28T22:23:51.819Z | Compiling zeroize_derive v1.4.2 |
1268 | 2025-01-28T22:23:51.909Z | Compiling zerocopy-derive v0.7.35 |
1269 | 2025-01-28T22:23:51.966Z | Compiling zerofrom-derive v0.1.4 |
1270 | 2025-01-28T22:23:53.224Z | Compiling zeroize v1.8.1 |
1271 | 2025-01-28T22:23:53.312Z | Compiling tokio-macros v2.5.0 |
1272 | 2025-01-28T22:23:53.829Z | Compiling yoke-derive v0.7.4 |
1273 | 2025-01-28T22:23:53.930Z | Compiling zerocopy v0.7.35 |
1274 | 2025-01-28T22:23:54.699Z | Compiling thiserror-impl v1.0.69 |
1275 | 2025-01-28T22:23:54.893Z | Compiling crypto-common v0.1.6 |
1276 | 2025-01-28T22:23:55.134Z | Compiling block-buffer v0.10.4 |
1277 | 2025-01-28T22:23:55.154Z | Compiling zerovec-derive v0.10.3 |
1278 | 2025-01-28T22:23:55.333Z | Compiling displaydoc v0.2.5 |
1279 | 2025-01-28T22:23:55.419Z | Compiling digest v0.10.7 |
1280 | 2025-01-28T22:23:55.584Z | Compiling zerofrom v0.1.4 |
1281 | 2025-01-28T22:23:55.840Z | Compiling hmac v0.12.1 |
1282 | 2025-01-28T22:23:55.897Z | Compiling futures-macro v0.3.31 |
1283 | 2025-01-28T22:23:56.077Z | Compiling block-padding v0.3.3 |
1284 | 2025-01-28T22:23:56.096Z | Compiling sha2 v0.10.8 |
1285 | 2025-01-28T22:23:56.335Z | Compiling inout v0.1.3 |
1286 | 2025-01-28T22:23:56.618Z | Compiling yoke v0.7.4 |
1287 | 2025-01-28T22:23:56.636Z | Compiling cipher v0.4.4 |
1288 | 2025-01-28T22:23:56.901Z | Compiling icu_provider_macros v1.5.0 |
1289 | 2025-01-28T22:23:56.982Z | Compiling ppv-lite86 v0.2.20 |
1290 | 2025-01-28T22:23:57.156Z | Compiling der_derive v0.7.3 |
1291 | 2025-01-28T22:23:57.609Z | Compiling zerovec v0.10.4 |
1292 | 2025-01-28T22:23:57.742Z | Compiling futures-util v0.3.31 |
1293 | 2025-01-28T22:23:57.769Z | Compiling rand_chacha v0.3.1 |
1294 | 2025-01-28T22:23:57.795Z | Compiling thiserror v1.0.69 |
1295 | 2025-01-28T22:23:57.945Z | Compiling tracing-attributes v0.1.27 |
1296 | 2025-01-28T22:23:57.966Z | Compiling pest v2.7.14 |
1297 | 2025-01-28T22:23:59.404Z | Compiling tinystr v0.7.6 |
1298 | 2025-01-28T22:23:59.605Z | Compiling der v0.7.9 |
1299 | 2025-01-28T22:23:59.627Z | Compiling icu_collections v1.5.0 |
1300 | 2025-01-28T22:23:59.779Z | Compiling icu_locid v1.5.0 |
1301 | 2025-01-28T22:24:00.035Z | Compiling rand v0.8.5 |
1302 | 2025-01-28T22:24:01.039Z | Compiling icu_provider v1.5.0 |
1303 | 2025-01-28T22:24:01.042Z | Compiling salsa20 v0.10.2 |
1304 | 2025-01-28T22:24:01.300Z | Compiling pbkdf2 v0.12.2 |
1305 | 2025-01-28T22:24:01.448Z | Compiling tracing v0.1.40 |
1306 | 2025-01-28T22:24:01.487Z | Compiling powerfmt v0.2.0 |
1307 | 2025-01-28T22:24:01.887Z | Compiling icu_locid_transform v1.5.0 |
1308 | 2025-01-28T22:24:01.957Z | Compiling spki v0.7.3 |
1309 | 2025-01-28T22:24:01.978Z | Compiling untrusted v0.7.1 |
1310 | 2025-01-28T22:24:01.998Z | Compiling write16 v1.0.0 |
1311 | 2025-01-28T22:24:02.121Z | Compiling mirai-annotations v1.12.0 |
1312 | 2025-01-28T22:24:02.144Z | Compiling deranged v0.3.11 |
1313 | 2025-01-28T22:24:02.184Z | Compiling scrypt v0.11.0 |
1314 | 2025-01-28T22:24:02.309Z | Compiling pest_meta v2.7.14 |
1315 | 2025-01-28T22:24:02.332Z | Compiling cbc v0.1.2 |
1316 | 2025-01-28T22:24:02.578Z | Compiling aes v0.8.4 |
1317 | 2025-01-28T22:24:02.707Z | Compiling openssl-sys v0.9.103 |
1318 | 2025-01-28T22:24:03.121Z | Compiling icu_properties v1.5.1 |
1319 | 2025-01-28T22:24:03.538Z | Compiling time-macros v0.2.18 |
1320 | 2025-01-28T22:24:03.769Z | Compiling scroll_derive v0.12.0 |
1321 | 2025-01-28T22:24:04.919Z | Compiling bitflags v2.6.0 |
1322 | 2025-01-28T22:24:05.226Z | Compiling bytes v1.9.0 |
1323 | 2025-01-28T22:24:05.509Z | Compiling indexmap v2.7.1 |
1324 | 2025-01-28T22:24:06.218Z | Compiling tokio v1.43.0 |
1325 | 2025-01-28T22:24:06.482Z | Compiling http v1.2.0 |
1326 | 2025-01-28T22:24:06.611Z | Compiling semver v1.0.24 |
1327 | 2025-01-28T22:24:06.736Z | Compiling icu_normalizer v1.5.0 |
1328 | 2025-01-28T22:24:06.867Z | Compiling atomic-waker v1.1.2 |
1329 | 2025-01-28T22:24:07.070Z | Compiling rustc_version v0.4.1 |
1330 | 2025-01-28T22:24:07.349Z | Compiling tinyvec_macros v0.1.1 |
1331 | 2025-01-28T22:24:07.457Z | Compiling num_threads v0.1.7 |
1332 | 2025-01-28T22:24:07.601Z | Compiling time v0.3.36 |
1333 | 2025-01-28T22:24:07.770Z | Compiling idna_adapter v1.2.0 |
1334 | 2025-01-28T22:24:07.795Z | Compiling tinyvec v1.8.0 |
1335 | 2025-01-28T22:24:07.992Z | Compiling http-body v1.0.1 |
1336 | 2025-01-28T22:24:08.242Z | Compiling scroll v0.12.0 |
1337 | 2025-01-28T22:24:08.370Z | Compiling pest_generator v2.7.14 |
1338 | 2025-01-28T22:24:08.489Z | Compiling pkcs5 v0.7.1 |
1339 | 2025-01-28T22:24:08.652Z | Compiling form_urlencoded v1.2.1 |
1340 | 2025-01-28T22:24:08.807Z | Compiling slog v2.7.0 |
1341 | 2025-01-28T22:24:08.987Z | Compiling which v4.4.2 |
1342 | 2025-01-28T22:24:09.237Z | Compiling try-lock v0.2.5 |
1343 | 2025-01-28T22:24:09.402Z | Compiling want v0.3.1 |
1344 | 2025-01-28T22:24:09.595Z | Compiling goblin v0.8.2 |
1345 | 2025-01-28T22:24:09.616Z | Compiling pkcs8 v0.10.2 |
1346 | 2025-01-28T22:24:09.689Z | Compiling idna v1.0.3 |
1347 | 2025-01-28T22:24:09.982Z | Compiling uuid v1.12.0 |
1348 | 2025-01-28T22:24:10.286Z | Compiling httpdate v1.0.3 |
1349 | 2025-01-28T22:24:10.314Z | Compiling pest_derive v2.7.14 |
1350 | 2025-01-28T22:24:10.721Z | Compiling iana-time-zone v0.1.61 |
1351 | 2025-01-28T22:24:11.122Z | Compiling chrono v0.4.39 |
1352 | 2025-01-28T22:24:11.144Z | Compiling dtrace-parser v0.2.0 |
1353 | 2025-01-28T22:24:11.538Z | Compiling serde_spanned v0.6.8 |
1354 | 2025-01-28T22:24:11.776Z | Compiling serde_tokenstream v0.2.2 |
1355 | 2025-01-28T22:24:12.109Z | Compiling toml_datetime v0.6.8 |
1356 | 2025-01-28T22:24:12.282Z | Compiling openssl v0.10.66 |
1357 | 2025-01-28T22:24:12.375Z | Compiling rustversion v1.0.17 |
1358 | 2025-01-28T22:24:12.606Z | Compiling match_cfg v0.1.0 |
1359 | 2025-01-28T22:24:12.688Z | Compiling base64 v0.22.1 |
1360 | 2025-01-28T22:24:12.716Z | Compiling foreign-types-shared v0.1.1 |
1361 | 2025-01-28T22:24:12.851Z | Compiling tower-service v0.3.3 |
1362 | 2025-01-28T22:24:12.985Z | Compiling adler2 v2.0.0 |
1363 | 2025-01-28T22:24:13.039Z | Compiling foreign-types v0.3.2 |
1364 | 2025-01-28T22:24:13.134Z | Compiling hostname v0.3.1 |
1365 | 2025-01-28T22:24:13.154Z | Compiling miniz_oxide v0.8.0 |
1366 | 2025-01-28T22:24:13.229Z | Compiling url v2.5.3 |
1367 | 2025-01-28T22:24:13.390Z | Compiling async-trait v0.1.85 |
1368 | 2025-01-28T22:24:14.424Z | Compiling tokio-util v0.7.12 |
1369 | 2025-01-28T22:24:14.601Z | Compiling openssl-macros v0.1.1 |
1370 | 2025-01-28T22:24:14.621Z | Compiling serde_derive_internals v0.29.1 |
1371 | 2025-01-28T22:24:15.095Z | Compiling dirs-sys-next v0.1.2 |
1372 | 2025-01-28T22:24:15.394Z | Compiling h2 v0.4.6 |
1373 | 2025-01-28T22:24:15.685Z | Compiling dof v0.3.0 |
1374 | 2025-01-28T22:24:15.704Z | Compiling schemars v0.8.21 |
1375 | 2025-01-28T22:24:15.899Z | Compiling rustls v0.23.19 |
1376 | 2025-01-28T22:24:16.040Z | Compiling syn v1.0.109 |
1377 | 2025-01-28T22:24:16.186Z | Compiling native-tls v0.2.12 |
1378 | 2025-01-28T22:24:16.539Z | Compiling usdt-impl v0.5.0 |
1379 | 2025-01-28T22:24:16.640Z | Compiling rustls v0.22.4 |
1380 | 2025-01-28T22:24:16.912Z | Compiling siphasher v0.3.11 |
1381 | 2025-01-28T22:24:16.934Z | Compiling data-encoding v2.6.0 |
1382 | 2025-01-28T22:24:17.301Z | Compiling schemars_derive v0.8.21 |
1383 | 2025-01-28T22:24:17.933Z | Compiling dirs-next v2.0.0 |
1384 | 2025-01-28T22:24:19.042Z | Compiling unicode-normalization v0.1.24 |
1385 | 2025-01-28T22:24:19.045Z | Compiling http-body-util v0.1.2 |
1386 | 2025-01-28T22:24:19.371Z | Compiling heapless v0.7.17 |
1387 | 2025-01-28T22:24:19.528Z | Compiling crossbeam-epoch v0.9.18 |
1388 | 2025-01-28T22:24:19.641Z | Compiling signature v2.2.0 |
1389 | 2025-01-28T22:24:19.781Z | Compiling sha1 v0.10.6 |
1390 | 2025-01-28T22:24:19.998Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1391 | 2025-01-28T22:24:20.149Z | Compiling thread_local v1.1.8 |
1392 | 2025-01-28T22:24:20.232Z | Compiling multer v3.1.0 |
1393 | 2025-01-28T22:24:20.253Z | Compiling encoding_rs v0.8.34 |
1394 | 2025-01-28T22:24:20.343Z | Compiling cookie v0.18.1 |
1395 | 2025-01-28T22:24:20.462Z | Compiling openssl-probe v0.1.5 |
1396 | 2025-01-28T22:24:20.552Z | Compiling slog-async v2.8.0 |
1397 | 2025-01-28T22:24:20.619Z | Compiling signal-hook v0.3.17 |
1398 | 2025-01-28T22:24:20.649Z | Compiling unicode-bidi v0.3.17 |
1399 | 2025-01-28T22:24:20.772Z | Compiling rayon-core v1.12.1 |
1400 | 2025-01-28T22:24:20.887Z | Compiling dyn-clone v1.0.17 |
1401 | 2025-01-28T22:24:21.025Z | Compiling ipnet v2.10.1 |
1402 | 2025-01-28T22:24:21.044Z | Compiling unicode-properties v0.1.3 |
1403 | 2025-01-28T22:24:21.096Z | Compiling mime v0.3.17 |
1404 | 2025-01-28T22:24:21.466Z | Compiling gimli v0.31.1 |
1405 | 2025-01-28T22:24:21.617Z | Compiling toml_edit v0.22.22 |
1406 | 2025-01-28T22:24:21.882Z | Compiling stringprep v0.1.5 |
1407 | 2025-01-28T22:24:22.996Z | Compiling hyper v1.5.2 |
1408 | 2025-01-28T22:24:25.564Z | Compiling hyper-util v0.1.10 |
1409 | 2025-01-28T22:24:25.582Z | Compiling addr2line v0.24.2 |
1410 | 2025-01-28T22:24:25.626Z | Compiling crossbeam-deque v0.8.5 |
1411 | 2025-01-28T22:24:26.035Z | Compiling usdt-attr-macro v0.5.0 |
1412 | 2025-01-28T22:24:26.191Z | Compiling usdt-macro v0.5.0 |
1413 | 2025-01-28T22:24:26.252Z | Compiling term v0.7.0 |
1414 | 2025-01-28T22:24:26.976Z | Compiling slog-json v2.6.1 |
1415 | 2025-01-28T22:24:27.357Z | Compiling serde_urlencoded v0.7.1 |
1416 | 2025-01-28T22:24:27.551Z | Compiling curve25519-dalek v4.1.3 |
1417 | 2025-01-28T22:24:27.573Z | Compiling crossbeam-channel v0.5.13 |
1418 | 2025-01-28T22:24:27.614Z | Compiling futures-executor v0.3.31 |
1419 | 2025-01-28T22:24:27.850Z | Compiling md-5 v0.10.6 |
1420 | 2025-01-28T22:24:28.117Z | Compiling async-stream-impl v0.3.6 |
1421 | 2025-01-28T22:24:28.150Z | Compiling enum-as-inner v0.6.1 |
1422 | 2025-01-28T22:24:28.225Z | Compiling rustls-pemfile v2.2.0 |
1423 | 2025-01-28T22:24:28.332Z | Compiling num-integer v0.1.46 |
1424 | 2025-01-28T22:24:28.572Z | Compiling hash32 v0.2.1 |
1425 | 2025-01-28T22:24:28.592Z | Compiling ff v0.13.0 |
1426 | 2025-01-28T22:24:28.816Z | Compiling is-terminal v0.4.13 |
1427 | 2025-01-28T22:24:28.936Z | Compiling dropshot v0.12.0 |
1428 | 2025-01-28T22:24:28.959Z | Compiling object v0.36.5 |
1429 | 2025-01-28T22:24:29.063Z | Compiling psl-types v2.0.11 |
1430 | 2025-01-28T22:24:29.089Z | Compiling quick-error v1.2.3 |
1431 | 2025-01-28T22:24:29.155Z | Compiling base16ct v0.2.0 |
1432 | 2025-01-28T22:24:29.219Z | Compiling linked-hash-map v0.5.6 |
1433 | 2025-01-28T22:24:29.251Z | Compiling portable-atomic v1.9.0 |
1434 | 2025-01-28T22:24:29.276Z | Compiling smoltcp v0.9.1 |
1435 | 2025-01-28T22:24:29.361Z | Compiling rustc-demangle v0.1.24 |
1436 | 2025-01-28T22:24:29.482Z | Compiling num-bigint-dig v0.8.4 |
1437 | 2025-01-28T22:24:29.549Z | Compiling utf-8 v0.7.6 |
1438 | 2025-01-28T22:24:29.792Z | Compiling litrs v0.4.1 |
1439 | 2025-01-28T22:24:29.919Z | Compiling fallible-iterator v0.2.0 |
1440 | 2025-01-28T22:24:29.940Z | Compiling anyhow v1.0.95 |
1441 | 2025-01-28T22:24:30.282Z | Compiling take_mut v0.2.2 |
1442 | 2025-01-28T22:24:30.498Z | Compiling tungstenite v0.24.0 |
1443 | 2025-01-28T22:24:30.588Z | Compiling postgres-protocol v0.6.7 |
1444 | 2025-01-28T22:24:30.954Z | Compiling lru-cache v0.1.2 |
1445 | 2025-01-28T22:24:30.985Z | Compiling document-features v0.2.10 |
1446 | 2025-01-28T22:24:31.162Z | Compiling sec1 v0.7.3 |
1447 | 2025-01-28T22:24:31.493Z | Compiling async-stream v0.3.6 |
1448 | 2025-01-28T22:24:31.701Z | Compiling publicsuffix v2.3.0 |
1449 | 2025-01-28T22:24:31.835Z | Compiling resolv-conf v0.7.0 |
1450 | 2025-01-28T22:24:31.870Z | Compiling hickory-proto v0.24.2 |
1451 | 2025-01-28T22:24:31.989Z | Compiling usdt v0.5.0 |
1452 | 2025-01-28T22:24:32.177Z | Compiling slog-term v2.9.1 |
1453 | 2025-01-28T22:24:32.565Z | Compiling num-iter v0.1.45 |
1454 | 2025-01-28T22:24:32.587Z | Compiling group v0.13.0 |
1455 | 2025-01-28T22:24:32.871Z | Compiling futures v0.3.31 |
1456 | 2025-01-28T22:24:32.908Z | Compiling slog-bunyan v2.5.0 |
1457 | 2025-01-28T22:24:33.488Z | Compiling camino v1.1.9 |
1458 | 2025-01-28T22:24:34.310Z | Compiling toml v0.8.19 |
1459 | 2025-01-28T22:24:34.361Z | Compiling tokio-native-tls v0.3.1 |
1460 | 2025-01-28T22:24:34.657Z | Compiling phf_shared v0.11.2 |
1461 | 2025-01-28T22:24:34.688Z | Compiling dropshot_endpoint v0.12.0 |
1462 | 2025-01-28T22:24:35.050Z | Compiling terminal_size v0.4.0 |
1463 | 2025-01-28T22:24:35.071Z | Compiling openapiv3 v2.0.0 |
1464 | 2025-01-28T22:24:35.277Z | Compiling waitgroup v0.1.2 |
1465 | 2025-01-28T22:24:35.519Z | Compiling backtrace v0.3.74 |
1466 | 2025-01-28T22:24:35.867Z | Compiling serde_path_to_error v0.1.16 |
1467 | 2025-01-28T22:24:36.074Z | Compiling hkdf v0.12.4 |
1468 | 2025-01-28T22:24:36.347Z | Compiling crypto-bigint v0.5.5 |
1469 | 2025-01-28T22:24:36.627Z | Compiling curve25519-dalek-derive v0.1.1 |
1470 | 2025-01-28T22:24:38.069Z | Compiling zerocopy-derive v0.6.6 |
1471 | 2025-01-28T22:24:38.584Z | Compiling webpki-roots v0.26.6 |
1472 | 2025-01-28T22:24:38.814Z | Compiling hostname v0.4.0 |
1473 | 2025-01-28T22:24:38.966Z | Compiling crc32fast v1.4.2 |
1474 | 2025-01-28T22:24:39.017Z | Compiling ahash v0.8.11 |
1475 | 2025-01-28T22:24:39.041Z | Compiling fs-err v2.11.0 |
1476 | 2025-01-28T22:24:39.303Z | Compiling newtype-uuid v1.2.1 |
1477 | 2025-01-28T22:24:39.329Z | Compiling hubpack_derive v0.1.1 |
1478 | 2025-01-28T22:24:39.349Z | Compiling winnow v0.5.40 |
1479 | 2025-01-28T22:24:39.369Z | Compiling bitflags v1.3.2 |
1480 | 2025-01-28T22:24:39.482Z | Compiling unicode-width v0.2.0 |
1481 | 2025-01-28T22:24:39.579Z | Compiling managed v0.8.0 |
1482 | 2025-01-28T22:24:40.038Z | Compiling debug-ignore v1.0.5 |
1483 | 2025-01-28T22:24:40.059Z | Compiling zerocopy v0.6.6 |
1484 | 2025-01-28T22:24:40.086Z | Compiling console v0.15.10 |
1485 | 2025-01-28T22:24:40.165Z | Compiling hubpack v0.1.2 |
1486 | 2025-01-28T22:24:40.601Z | Compiling clap_builder v4.5.27 |
1487 | 2025-01-28T22:24:40.918Z | Compiling strum_macros v0.25.3 |
1488 | 2025-01-28T22:24:41.156Z | Compiling elliptic-curve v0.13.8 |
1489 | 2025-01-28T22:24:41.459Z | Compiling flate2 v1.0.35 |
1490 | 2025-01-28T22:24:42.161Z | Compiling hickory-resolver v0.24.2 |
1491 | 2025-01-28T22:24:42.367Z | Compiling phf v0.11.2 |
1492 | 2025-01-28T22:24:42.641Z | Compiling toml_edit v0.19.15 |
1493 | 2025-01-28T22:24:42.842Z | Compiling hyper-tls v0.6.0 |
1494 | 2025-01-28T22:24:43.132Z | Compiling signal-hook-mio v0.2.4 |
1495 | 2025-01-28T22:24:43.257Z | Compiling rayon v1.10.0 |
1496 | 2025-01-28T22:24:43.317Z | Compiling cookie_store v0.21.1 |
1497 | 2025-01-28T22:24:44.687Z | Compiling bzip2 v0.4.4 |
1498 | 2025-01-28T22:24:45.132Z | Compiling tokio-tungstenite v0.24.0 |
1499 | 2025-01-28T22:24:45.692Z | Compiling postgres-types v0.2.8 |
1500 | 2025-01-28T22:24:47.650Z | Compiling ed25519 v2.2.3 |
1501 | 2025-01-28T22:24:48.011Z | Compiling phf_shared v0.10.0 |
1502 | 2025-01-28T22:24:48.247Z | Compiling tokio-stream v0.1.16 |
1503 | 2025-01-28T22:24:48.397Z | Compiling pkcs1 v0.7.5 |
1504 | 2025-01-28T22:24:48.661Z | Compiling serde-big-array v0.5.1 |
1505 | 2025-01-28T22:24:48.881Z | Compiling rfc6979 v0.4.0 |
1506 | 2025-01-28T22:24:49.091Z | Compiling derive-where v1.2.7 |
1507 | 2025-01-28T22:24:49.235Z | Compiling serde_repr v0.1.19 |
1508 | 2025-01-28T22:24:49.299Z | Compiling clap_derive v4.5.24 |
1509 | 2025-01-28T22:24:49.513Z | Compiling bstr v1.10.0 |
1510 | 2025-01-28T22:24:49.978Z | Compiling float-cmp v0.9.0 |
1511 | 2025-01-28T22:24:50.001Z | Compiling sync_wrapper v1.0.1 |
1512 | 2025-01-28T22:24:50.180Z | Compiling unicode-segmentation v1.12.0 |
1513 | 2025-01-28T22:24:50.212Z | Compiling fixedbitset v0.4.2 |
1514 | 2025-01-28T22:24:50.375Z | Compiling number_prefix v0.4.0 |
1515 | 2025-01-28T22:24:50.614Z | Compiling precomputed-hash v0.1.1 |
1516 | 2025-01-28T22:24:50.681Z | Compiling static_assertions v1.1.0 |
1517 | 2025-01-28T22:24:50.760Z | Compiling whoami v1.5.2 |
1518 | 2025-01-28T22:24:50.800Z | Compiling predicates-core v1.0.8 |
1519 | 2025-01-28T22:24:51.104Z | Compiling new_debug_unreachable v1.0.6 |
1520 | 2025-01-28T22:24:51.126Z | Compiling normalize-line-endings v0.3.0 |
1521 | 2025-01-28T22:24:51.146Z | Compiling difflib v0.4.0 |
1522 | 2025-01-28T22:24:51.213Z | Compiling bit-vec v0.6.3 |
1523 | 2025-01-28T22:24:51.269Z | Compiling string_cache v0.8.7 |
1524 | 2025-01-28T22:24:51.320Z | Compiling tokio-postgres v0.7.12 |
1525 | 2025-01-28T22:24:51.655Z | Compiling predicates v3.1.2 |
1526 | 2025-01-28T22:24:51.702Z | Compiling bit-set v0.5.3 |
1527 | 2025-01-28T22:24:52.009Z | Compiling similar v2.6.0 |
1528 | 2025-01-28T22:24:52.333Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1529 | 2025-01-28T22:24:52.541Z | Compiling indicatif v0.17.9 |
1530 | 2025-01-28T22:24:53.198Z | Compiling petgraph v0.6.5 |
1531 | 2025-01-28T22:24:53.965Z | Compiling clap v4.5.27 |
1532 | 2025-01-28T22:24:54.017Z | Compiling ecdsa v0.16.9 |
1533 | 2025-01-28T22:24:54.091Z | Compiling rsa v0.9.6 |
1534 | 2025-01-28T22:24:54.536Z | Compiling ed25519-dalek v2.1.1 |
1535 | 2025-01-28T22:24:54.845Z | Compiling toml v0.7.8 |
1536 | 2025-01-28T22:24:55.864Z | Compiling zip v0.6.6 |
1537 | 2025-01-28T22:24:56.386Z | Compiling crossterm v0.28.1 |
1538 | 2025-01-28T22:24:57.530Z | Compiling hex v0.4.3 |
1539 | 2025-01-28T22:24:57.636Z | Compiling x509-cert v0.2.5 |
1540 | 2025-01-28T22:24:57.681Z | Compiling itertools v0.10.5 |
1541 | 2025-01-28T22:24:58.102Z | Compiling lalrpop-util v0.19.12 |
1542 | 2025-01-28T22:24:58.487Z | Compiling peg-runtime v0.8.3 |
1543 | 2025-01-28T22:24:58.643Z | Compiling unicode-xid v0.2.6 |
1544 | 2025-01-28T22:24:58.734Z | Compiling strum_macros v0.26.4 |
1545 | 2025-01-28T22:24:58.845Z | Compiling xattr v1.3.1 |
1546 | 2025-01-28T22:24:59.071Z | Compiling filetime v0.2.25 |
1547 | 2025-01-28T22:24:59.385Z | Compiling tar v0.4.42 |
1548 | 2025-01-28T22:25:03.385Z | Compiling strum v0.26.3 |
1549 | 2025-01-28T22:25:06.627Z | Compiling aws-lc-sys v0.22.0 |
1550 | 2025-01-28T22:25:34.416Z | Compiling rustls-webpki v0.102.8 |
1551 | 2025-01-28T22:25:37.798Z | Compiling tokio-rustls v0.25.0 |
1552 | 2025-01-28T22:25:39.514Z | Compiling tokio-rustls v0.26.0 |
1553 | 2025-01-28T22:25:39.833Z | Compiling hyper-rustls v0.27.3 |
1554 | 2025-01-28T22:25:40.226Z | Compiling reqwest v0.12.9 |
1555 | 2025-01-28T22:25:41.543Z | Compiling qorb v0.2.1 |
1556 | 2025-01-28T22:25:44.728Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1557 | 2025-01-28T22:25:44.984Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1558 | 2025-01-28T22:25:49.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1559 | 2025-01-28T22:25:49.688Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1560 | 2025-01-28T22:25:49.744Z | Jan 28 22:25:49.091 INFO Starting download, target: Clickhouse |
1561 | 2025-01-28T22:25:49.744Z | Jan 28 22:25:49.091 INFO Starting download, target: Console |
1562 | 2025-01-28T22:25:49.744Z | Jan 28 22:25:49.091 INFO Starting download, target: Cockroach |
1563 | 2025-01-28T22:25:49.744Z | Jan 28 22:25:49.091 INFO Starting download, target: DendriteOpenapi |
1564 | 2025-01-28T22:25:49.744Z | Jan 28 22:25:49.091 INFO Starting download, target: DendriteStub |
1565 | 2025-01-28T22:25:49.744Z | Jan 28 22:25:49.091 INFO Starting download, target: MaghemiteMgd |
1566 | 2025-01-28T22:25:49.744Z | Jan 28 22:25:49.091 INFO Starting download, target: TransceiverControl |
1567 | 2025-01-28T22:25:49.749Z | Jan 28 22:25:49.092 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1568 | 2025-01-28T22:25:49.749Z | Jan 28 22:25:49.092 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1569 | 2025-01-28T22:25:49.749Z | Jan 28 22:25:49.092 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1570 | 2025-01-28T22:25:49.749Z | Jan 28 22:25:49.092 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1571 | 2025-01-28T22:25:49.749Z | Jan 28 22:25:49.092 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1572 | 2025-01-28T22:25:49.749Z | Jan 28 22:25:49.092 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1573 | 2025-01-28T22:25:49.749Z | Jan 28 22:25:49.092 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1574 | 2025-01-28T22:25:49.963Z | Jan 28 22:25:49.306 INFO Download complete, target: DendriteOpenapi |
1575 | 2025-01-28T22:25:50.157Z | Jan 28 22:25:49.500 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1576 | 2025-01-28T22:25:50.392Z | Jan 28 22:25:49.721 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1577 | 2025-01-28T22:25:50.512Z | Jan 28 22:25:49.855 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1578 | 2025-01-28T22:25:50.759Z | Jan 28 22:25:50.102 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1579 | 2025-01-28T22:25:50.800Z | Jan 28 22:25:50.142 INFO Download complete, target: Console |
1580 | 2025-01-28T22:25:50.854Z | Jan 28 22:25:50.200 INFO Download complete, target: TransceiverControl |
1581 | 2025-01-28T22:25:51.267Z | Jan 28 22:25:50.614 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1582 | 2025-01-28T22:25:51.267Z | Jan 28 22:25:50.614 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1583 | 2025-01-28T22:25:51.633Z | Jan 28 22:25:50.980 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1584 | 2025-01-28T22:25:53.407Z | Jan 28 22:25:52.753 INFO Download complete, target: DendriteStub |
1585 | 2025-01-28T22:25:53.627Z | Jan 28 22:25:52.973 INFO Download complete, target: MaghemiteMgd |
1586 | 2025-01-28T22:25:58.727Z | Jan 28 22:25:58.073 INFO Checking that binary works, target: Cockroach |
1587 | 2025-01-28T22:25:59.022Z | Jan 28 22:25:58.368 INFO Download complete, target: Cockroach |
1588 | 2025-01-28T22:26:04.173Z | Jan 28 22:26:03.513 INFO Checking that binary works, target: Clickhouse |
1589 | 2025-01-28T22:26:04.300Z | Jan 28 22:26:03.636 INFO Download complete, target: Clickhouse |
1590 | 2025-01-28T22:26:04.324Z | All builder prerequisites installed successfully, and PATH looks valid |
1591 | 2025-01-28T22:26:04.363Z | |
1592 | 2025-01-28T22:26:04.363Z | real 5:16.158048487 |
1593 | 2025-01-28T22:26:04.363Z | user 15:52.023439229 |
1594 | 2025-01-28T22:26:04.363Z | sys 2:06.050204246 |
1595 | 2025-01-28T22:26:04.363Z | trap 0.604817746 |
1596 | 2025-01-28T22:26:04.363Z | tflt 1.564667848 |
1597 | 2025-01-28T22:26:04.363Z | dflt 1.594457919 |
1598 | 2025-01-28T22:26:04.363Z | kflt 0.024551049 |
1599 | 2025-01-28T22:26:04.363Z | lock 25:32.502143681 |
1600 | 2025-01-28T22:26:04.363Z | slp 56:15.494634356 |
1601 | 2025-01-28T22:26:04.363Z | lat 1:00.078107715 |
1602 | 2025-01-28T22:26:04.363Z | stop 2:24.392040013 |
1603 | 2025-01-28T22:26:04.363Z | + banner hack-check |
1604 | 2025-01-28T22:26:04.363Z | |
1605 | 2025-01-28T22:26:04.363Z | # # ## #### # # #### # # ###### #### # # |
1606 | 2025-01-28T22:26:04.363Z | # # # # # # # # # # # # # # # # # |
1607 | 2025-01-28T22:26:04.363Z | ###### # # # #### ##### # ###### ##### # #### |
1608 | 2025-01-28T22:26:04.363Z | # # ###### # # # # # # # # # # |
1609 | 2025-01-28T22:26:04.363Z | # # # # # # # # # # # # # # # # # |
1610 | 2025-01-28T22:26:04.363Z | # # # # #### # # #### # # ###### #### # # |
1611 | 2025-01-28T22:26:04.364Z | |
1612 | 2025-01-28T22:26:04.364Z | + export CARGO_INCREMENTAL=0 |
1613 | 2025-01-28T22:26:04.364Z | + CARGO_INCREMENTAL=0 |
1614 | 2025-01-28T22:26:04.364Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1615 | 2025-01-28T22:26:04.859Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1616 | 2025-01-28T22:26:07.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s |
1617 | 2025-01-28T22:26:07.865Z | Running `target/debug/xtask check-features --ci` |
1618 | 2025-01-28T22:26:07.888Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1619 | 2025-01-28T22:26:07.891Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1620 | 2025-01-28T22:26:08.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1621 | 2025-01-28T22:26:08.348Z | Running `target/debug/xtask download cargo-hack` |
1622 | 2025-01-28T22:26:09.193Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1623 | 2025-01-28T22:26:09.576Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1624 | 2025-01-28T22:26:13.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s |
1625 | 2025-01-28T22:26:13.467Z | Running `target/debug/xtask-downloader cargo-hack` |
1626 | 2025-01-28T22:26:13.505Z | Jan 28 22:26:12.847 INFO Starting download, target: CargoHack |
1627 | 2025-01-28T22:26:13.509Z | Jan 28 22:26:12.848 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1628 | 2025-01-28T22:26:14.165Z | Jan 28 22:26:13.508 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1629 | 2025-01-28T22:26:14.261Z | Jan 28 22:26:13.603 INFO Download complete, target: CargoHack |
1630 | 2025-01-28T22:26:14.265Z | 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" |
1631 | 2025-01-28T22:26:14.280Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1632 | 2025-01-28T22:26:14.458Z | info: running `cargo check --bins` on api_identity (1/197) |
1633 | 2025-01-28T22:26:14.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1634 | 2025-01-28T22:26:14.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1635 | 2025-01-28T22:26:14.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1636 | 2025-01-28T22:26:15.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1637 | 2025-01-28T22:26:15.076Z | |
1638 | 2025-01-28T22:26:15.076Z | info: running `cargo check --bins` on bootstore (2/197) |
1639 | 2025-01-28T22:26:15.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1640 | 2025-01-28T22:26:15.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1641 | 2025-01-28T22:26:15.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1642 | 2025-01-28T22:26:15.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1643 | 2025-01-28T22:26:15.717Z | |
1644 | 2025-01-28T22:26:15.717Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/197) |
1645 | 2025-01-28T22:26:16.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1646 | 2025-01-28T22:26:16.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1647 | 2025-01-28T22:26:16.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1648 | 2025-01-28T22:26:16.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1649 | 2025-01-28T22:26:16.349Z | |
1650 | 2025-01-28T22:26:16.349Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197) |
1651 | 2025-01-28T22:26:16.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1652 | 2025-01-28T22:26:16.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1653 | 2025-01-28T22:26:16.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1654 | 2025-01-28T22:26:16.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1655 | 2025-01-28T22:26:16.974Z | |
1656 | 2025-01-28T22:26:16.974Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197) |
1657 | 2025-01-28T22:26:17.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1658 | 2025-01-28T22:26:17.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1659 | 2025-01-28T22:26:17.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1660 | 2025-01-28T22:26:17.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1661 | 2025-01-28T22:26:17.409Z | |
1662 | 2025-01-28T22:26:17.409Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197) |
1663 | 2025-01-28T22:26:17.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1664 | 2025-01-28T22:26:17.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1665 | 2025-01-28T22:26:17.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1666 | 2025-01-28T22:26:17.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1667 | 2025-01-28T22:26:17.851Z | |
1668 | 2025-01-28T22:26:17.851Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197) |
1669 | 2025-01-28T22:26:18.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1670 | 2025-01-28T22:26:18.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1671 | 2025-01-28T22:26:18.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1672 | 2025-01-28T22:26:18.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1673 | 2025-01-28T22:26:18.279Z | |
1674 | 2025-01-28T22:26:18.279Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197) |
1675 | 2025-01-28T22:26:18.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2025-01-28T22:26:18.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2025-01-28T22:26:18.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2025-01-28T22:26:18.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1679 | 2025-01-28T22:26:18.717Z | |
1680 | 2025-01-28T22:26:18.717Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197) |
1681 | 2025-01-28T22:26:19.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1682 | 2025-01-28T22:26:19.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1683 | 2025-01-28T22:26:19.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1684 | 2025-01-28T22:26:19.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1685 | 2025-01-28T22:26:19.142Z | |
1686 | 2025-01-28T22:26:19.142Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197) |
1687 | 2025-01-28T22:26:19.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2025-01-28T22:26:19.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2025-01-28T22:26:19.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1690 | 2025-01-28T22:26:19.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1691 | 2025-01-28T22:26:19.572Z | |
1692 | 2025-01-28T22:26:19.572Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197) |
1693 | 2025-01-28T22:26:19.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1694 | 2025-01-28T22:26:19.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1695 | 2025-01-28T22:26:19.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1696 | 2025-01-28T22:26:19.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1697 | 2025-01-28T22:26:19.999Z | |
1698 | 2025-01-28T22:26:19.999Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197) |
1699 | 2025-01-28T22:26:20.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1700 | 2025-01-28T22:26:20.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1701 | 2025-01-28T22:26:20.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1702 | 2025-01-28T22:26:20.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1703 | 2025-01-28T22:26:20.433Z | |
1704 | 2025-01-28T22:26:20.433Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197) |
1705 | 2025-01-28T22:26:20.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1706 | 2025-01-28T22:26:20.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1707 | 2025-01-28T22:26:20.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1708 | 2025-01-28T22:26:20.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1709 | 2025-01-28T22:26:20.863Z | |
1710 | 2025-01-28T22:26:20.863Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197) |
1711 | 2025-01-28T22:26:21.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1712 | 2025-01-28T22:26:21.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1713 | 2025-01-28T22:26:21.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1714 | 2025-01-28T22:26:21.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1715 | 2025-01-28T22:26:21.285Z | |
1716 | 2025-01-28T22:26:21.285Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197) |
1717 | 2025-01-28T22:26:21.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1718 | 2025-01-28T22:26:21.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1719 | 2025-01-28T22:26:21.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1720 | 2025-01-28T22:26:21.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1721 | 2025-01-28T22:26:21.712Z | |
1722 | 2025-01-28T22:26:21.712Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197) |
1723 | 2025-01-28T22:26:22.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1724 | 2025-01-28T22:26:22.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1725 | 2025-01-28T22:26:22.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1726 | 2025-01-28T22:26:22.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1727 | 2025-01-28T22:26:22.158Z | |
1728 | 2025-01-28T22:26:22.158Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197) |
1729 | 2025-01-28T22:26:22.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1730 | 2025-01-28T22:26:22.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1731 | 2025-01-28T22:26:22.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1732 | 2025-01-28T22:26:22.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1733 | 2025-01-28T22:26:22.593Z | |
1734 | 2025-01-28T22:26:22.593Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197) |
1735 | 2025-01-28T22:26:22.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1736 | 2025-01-28T22:26:22.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1737 | 2025-01-28T22:26:22.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1738 | 2025-01-28T22:26:22.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1739 | 2025-01-28T22:26:23.027Z | |
1740 | 2025-01-28T22:26:23.027Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197) |
1741 | 2025-01-28T22:26:23.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1742 | 2025-01-28T22:26:23.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1743 | 2025-01-28T22:26:23.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1744 | 2025-01-28T22:26:23.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1745 | 2025-01-28T22:26:23.461Z | |
1746 | 2025-01-28T22:26:23.461Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197) |
1747 | 2025-01-28T22:26:23.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1748 | 2025-01-28T22:26:23.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1749 | 2025-01-28T22:26:23.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1750 | 2025-01-28T22:26:23.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1751 | 2025-01-28T22:26:23.896Z | |
1752 | 2025-01-28T22:26:23.896Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197) |
1753 | 2025-01-28T22:26:24.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1754 | 2025-01-28T22:26:24.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1755 | 2025-01-28T22:26:24.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1756 | 2025-01-28T22:26:24.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1757 | 2025-01-28T22:26:24.336Z | |
1758 | 2025-01-28T22:26:24.337Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197) |
1759 | 2025-01-28T22:26:24.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1760 | 2025-01-28T22:26:24.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1761 | 2025-01-28T22:26:24.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1762 | 2025-01-28T22:26:24.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1763 | 2025-01-28T22:26:24.773Z | |
1764 | 2025-01-28T22:26:24.773Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197) |
1765 | 2025-01-28T22:26:25.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1766 | 2025-01-28T22:26:25.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1767 | 2025-01-28T22:26:25.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1768 | 2025-01-28T22:26:25.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1769 | 2025-01-28T22:26:25.221Z | |
1770 | 2025-01-28T22:26:25.221Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197) |
1771 | 2025-01-28T22:26:25.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1772 | 2025-01-28T22:26:25.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1773 | 2025-01-28T22:26:25.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1774 | 2025-01-28T22:26:25.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1775 | 2025-01-28T22:26:25.666Z | |
1776 | 2025-01-28T22:26:25.666Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197) |
1777 | 2025-01-28T22:26:26.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1778 | 2025-01-28T22:26:26.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1779 | 2025-01-28T22:26:26.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1780 | 2025-01-28T22:26:26.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1781 | 2025-01-28T22:26:26.103Z | |
1782 | 2025-01-28T22:26:26.103Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197) |
1783 | 2025-01-28T22:26:26.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1784 | 2025-01-28T22:26:26.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1785 | 2025-01-28T22:26:26.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1786 | 2025-01-28T22:26:26.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1787 | 2025-01-28T22:26:26.543Z | |
1788 | 2025-01-28T22:26:26.543Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197) |
1789 | 2025-01-28T22:26:26.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1790 | 2025-01-28T22:26:26.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1791 | 2025-01-28T22:26:26.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1792 | 2025-01-28T22:26:26.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1793 | 2025-01-28T22:26:26.979Z | |
1794 | 2025-01-28T22:26:26.979Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197) |
1795 | 2025-01-28T22:26:27.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1796 | 2025-01-28T22:26:27.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1797 | 2025-01-28T22:26:27.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1798 | 2025-01-28T22:26:27.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1799 | 2025-01-28T22:26:27.415Z | |
1800 | 2025-01-28T22:26:27.415Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197) |
1801 | 2025-01-28T22:26:27.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1802 | 2025-01-28T22:26:27.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1803 | 2025-01-28T22:26:27.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1804 | 2025-01-28T22:26:27.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1805 | 2025-01-28T22:26:27.854Z | |
1806 | 2025-01-28T22:26:27.855Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197) |
1807 | 2025-01-28T22:26:28.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1808 | 2025-01-28T22:26:28.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1809 | 2025-01-28T22:26:28.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1810 | 2025-01-28T22:26:28.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1811 | 2025-01-28T22:26:28.287Z | |
1812 | 2025-01-28T22:26:28.287Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197) |
1813 | 2025-01-28T22:26:28.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1814 | 2025-01-28T22:26:28.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1815 | 2025-01-28T22:26:28.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1816 | 2025-01-28T22:26:28.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1817 | 2025-01-28T22:26:28.711Z | |
1818 | 2025-01-28T22:26:28.711Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197) |
1819 | 2025-01-28T22:26:29.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1820 | 2025-01-28T22:26:29.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1821 | 2025-01-28T22:26:29.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1822 | 2025-01-28T22:26:29.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1823 | 2025-01-28T22:26:29.139Z | |
1824 | 2025-01-28T22:26:29.139Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197) |
1825 | 2025-01-28T22:26:29.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1826 | 2025-01-28T22:26:29.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1827 | 2025-01-28T22:26:29.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1828 | 2025-01-28T22:26:29.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1829 | 2025-01-28T22:26:29.580Z | |
1830 | 2025-01-28T22:26:29.580Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197) |
1831 | 2025-01-28T22:26:29.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1832 | 2025-01-28T22:26:29.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1833 | 2025-01-28T22:26:29.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1834 | 2025-01-28T22:26:29.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1835 | 2025-01-28T22:26:30.018Z | |
1836 | 2025-01-28T22:26:30.018Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197) |
1837 | 2025-01-28T22:26:30.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1838 | 2025-01-28T22:26:30.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1839 | 2025-01-28T22:26:30.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1840 | 2025-01-28T22:26:30.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1841 | 2025-01-28T22:26:30.446Z | |
1842 | 2025-01-28T22:26:30.446Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197) |
1843 | 2025-01-28T22:26:30.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1844 | 2025-01-28T22:26:30.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1845 | 2025-01-28T22:26:30.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1846 | 2025-01-28T22:26:30.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1847 | 2025-01-28T22:26:30.892Z | |
1848 | 2025-01-28T22:26:30.892Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197) |
1849 | 2025-01-28T22:26:31.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1850 | 2025-01-28T22:26:31.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1851 | 2025-01-28T22:26:31.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1852 | 2025-01-28T22:26:31.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1853 | 2025-01-28T22:26:31.330Z | |
1854 | 2025-01-28T22:26:31.330Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197) |
1855 | 2025-01-28T22:26:31.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1856 | 2025-01-28T22:26:31.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1857 | 2025-01-28T22:26:31.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1858 | 2025-01-28T22:26:31.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1859 | 2025-01-28T22:26:31.770Z | |
1860 | 2025-01-28T22:26:31.770Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197) |
1861 | 2025-01-28T22:26:32.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1862 | 2025-01-28T22:26:32.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1863 | 2025-01-28T22:26:32.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1864 | 2025-01-28T22:26:32.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1865 | 2025-01-28T22:26:32.207Z | |
1866 | 2025-01-28T22:26:32.207Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197) |
1867 | 2025-01-28T22:26:32.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1868 | 2025-01-28T22:26:32.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1869 | 2025-01-28T22:26:32.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1870 | 2025-01-28T22:26:32.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1871 | 2025-01-28T22:26:32.657Z | |
1872 | 2025-01-28T22:26:32.657Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197) |
1873 | 2025-01-28T22:26:33.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1874 | 2025-01-28T22:26:33.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1875 | 2025-01-28T22:26:33.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1876 | 2025-01-28T22:26:33.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1877 | 2025-01-28T22:26:33.115Z | |
1878 | 2025-01-28T22:26:33.115Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197) |
1879 | 2025-01-28T22:26:33.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1880 | 2025-01-28T22:26:33.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1881 | 2025-01-28T22:26:33.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1882 | 2025-01-28T22:26:33.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1883 | 2025-01-28T22:26:33.562Z | |
1884 | 2025-01-28T22:26:33.562Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197) |
1885 | 2025-01-28T22:26:33.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1886 | 2025-01-28T22:26:33.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1887 | 2025-01-28T22:26:33.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1888 | 2025-01-28T22:26:33.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1889 | 2025-01-28T22:26:34.006Z | |
1890 | 2025-01-28T22:26:34.006Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197) |
1891 | 2025-01-28T22:26:34.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1892 | 2025-01-28T22:26:34.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1893 | 2025-01-28T22:26:34.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1894 | 2025-01-28T22:26:34.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1895 | 2025-01-28T22:26:34.450Z | |
1896 | 2025-01-28T22:26:34.451Z | info: running `cargo check --bins` on sled-hardware-types (45/197) |
1897 | 2025-01-28T22:26:35.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1898 | 2025-01-28T22:26:35.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1899 | 2025-01-28T22:26:35.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1900 | 2025-01-28T22:26:35.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1901 | 2025-01-28T22:26:35.105Z | |
1902 | 2025-01-28T22:26:35.105Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/197) |
1903 | 2025-01-28T22:26:35.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1904 | 2025-01-28T22:26:35.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1905 | 2025-01-28T22:26:35.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1906 | 2025-01-28T22:26:35.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1907 | 2025-01-28T22:26:35.755Z | |
1908 | 2025-01-28T22:26:35.755Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197) |
1909 | 2025-01-28T22:26:36.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1910 | 2025-01-28T22:26:36.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1911 | 2025-01-28T22:26:36.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1912 | 2025-01-28T22:26:36.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1913 | 2025-01-28T22:26:36.430Z | |
1914 | 2025-01-28T22:26:36.430Z | info: running `cargo check --bins` on oxlog (48/197) |
1915 | 2025-01-28T22:26:36.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1916 | 2025-01-28T22:26:36.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1917 | 2025-01-28T22:26:37.065Z | Checking cfg-if v1.0.0 |
1918 | 2025-01-28T22:26:37.067Z | Checking libc v0.2.169 |
1919 | 2025-01-28T22:26:37.178Z | Checking serde v1.0.217 |
1920 | 2025-01-28T22:26:37.178Z | Checking zeroize v1.8.1 |
1921 | 2025-01-28T22:26:37.199Z | Checking memchr v2.7.4 |
1922 | 2025-01-28T22:26:37.211Z | Checking typenum v1.17.0 |
1923 | 2025-01-28T22:26:37.214Z | Checking subtle v2.6.1 |
1924 | 2025-01-28T22:26:37.214Z | Checking scopeguard v1.2.0 |
1925 | 2025-01-28T22:26:37.253Z | Checking value-bag v1.9.0 |
1926 | 2025-01-28T22:26:37.383Z | Checking lock_api v0.4.12 |
1927 | 2025-01-28T22:26:37.432Z | Checking smallvec v1.13.2 |
1928 | 2025-01-28T22:26:37.484Z | Checking const-oid v0.9.6 |
1929 | 2025-01-28T22:26:37.657Z | Checking log v0.4.22 |
1930 | 2025-01-28T22:26:37.751Z | Checking itoa v1.0.11 |
1931 | 2025-01-28T22:26:37.785Z | Checking pin-project-lite v0.2.14 |
1932 | 2025-01-28T22:26:37.925Z | Checking byteorder v1.5.0 |
1933 | 2025-01-28T22:26:37.981Z | Checking once_cell v1.20.2 |
1934 | 2025-01-28T22:26:38.040Z | Checking futures-core v0.3.31 |
1935 | 2025-01-28T22:26:38.159Z | Checking cpufeatures v0.2.14 |
1936 | 2025-01-28T22:26:38.181Z | Checking getrandom v0.2.15 |
1937 | 2025-01-28T22:26:38.238Z | Checking signal-hook-registry v1.4.2 |
1938 | 2025-01-28T22:26:38.261Z | Checking parking_lot_core v0.9.10 |
1939 | 2025-01-28T22:26:38.277Z | Checking mio v1.0.2 |
1940 | 2025-01-28T22:26:38.292Z | Checking generic-array v0.14.7 |
1941 | 2025-01-28T22:26:38.307Z | Checking stable_deref_trait v1.2.0 |
1942 | 2025-01-28T22:26:38.403Z | Checking rand_core v0.6.4 |
1943 | 2025-01-28T22:26:38.423Z | Checking futures-sink v0.3.31 |
1944 | 2025-01-28T22:26:38.480Z | Checking socket2 v0.5.7 |
1945 | 2025-01-28T22:26:38.565Z | Checking zerocopy v0.7.35 |
1946 | 2025-01-28T22:26:38.619Z | Checking parking_lot v0.12.3 |
1947 | 2025-01-28T22:26:38.718Z | Checking zerofrom v0.1.4 |
1948 | 2025-01-28T22:26:38.889Z | Checking spin v0.9.8 |
1949 | 2025-01-28T22:26:38.941Z | Checking yoke v0.7.4 |
1950 | 2025-01-28T22:26:38.955Z | Checking slab v0.4.9 |
1951 | 2025-01-28T22:26:38.972Z | Checking futures-channel v0.3.31 |
1952 | 2025-01-28T22:26:39.212Z | Checking pin-utils v0.1.0 |
1953 | 2025-01-28T22:26:39.225Z | Checking foldhash v0.1.3 |
1954 | 2025-01-28T22:26:39.279Z | Checking zerovec v0.10.4 |
1955 | 2025-01-28T22:26:39.301Z | Checking futures-io v0.3.31 |
1956 | 2025-01-28T22:26:39.304Z | Checking equivalent v1.0.1 |
1957 | 2025-01-28T22:26:39.344Z | Checking crypto-common v0.1.6 |
1958 | 2025-01-28T22:26:39.391Z | Checking block-buffer v0.10.4 |
1959 | 2025-01-28T22:26:39.414Z | Checking allocator-api2 v0.2.18 |
1960 | 2025-01-28T22:26:39.428Z | Checking futures-task v0.3.31 |
1961 | 2025-01-28T22:26:39.491Z | Checking block-padding v0.3.3 |
1962 | 2025-01-28T22:26:39.531Z | Checking ryu v1.0.18 |
1963 | 2025-01-28T22:26:39.609Z | Checking digest v0.10.7 |
1964 | 2025-01-28T22:26:39.657Z | Checking futures-util v0.3.31 |
1965 | 2025-01-28T22:26:39.704Z | Checking inout v0.1.3 |
1966 | 2025-01-28T22:26:39.762Z | Checking litemap v0.7.3 |
1967 | 2025-01-28T22:26:39.785Z | Checking fnv v1.0.7 |
1968 | 2025-01-28T22:26:39.920Z | Checking writeable v0.5.5 |
1969 | 2025-01-28T22:26:39.939Z | Checking cipher v0.4.4 |
1970 | 2025-01-28T22:26:39.963Z | Checking hmac v0.12.1 |
1971 | 2025-01-28T22:26:39.983Z | Checking hashbrown v0.15.1 |
1972 | 2025-01-28T22:26:40.103Z | Checking sha2 v0.10.8 |
1973 | 2025-01-28T22:26:40.193Z | Checking libm v0.2.8 |
1974 | 2025-01-28T22:26:40.248Z | Checking base64ct v1.6.0 |
1975 | 2025-01-28T22:26:40.318Z | Checking ppv-lite86 v0.2.20 |
1976 | 2025-01-28T22:26:40.649Z | Checking flagset v0.4.6 |
1977 | 2025-01-28T22:26:40.682Z | Checking pem-rfc7468 v0.7.0 |
1978 | 2025-01-28T22:26:40.801Z | Checking tinystr v0.7.6 |
1979 | 2025-01-28T22:26:40.855Z | Checking icu_locid_transform_data v1.5.0 |
1980 | 2025-01-28T22:26:40.953Z | Checking der v0.7.9 |
1981 | 2025-01-28T22:26:40.970Z | Checking icu_collections v1.5.0 |
1982 | 2025-01-28T22:26:41.018Z | Checking rand_chacha v0.3.1 |
1983 | 2025-01-28T22:26:41.036Z | Checking tracing-core v0.1.32 |
1984 | 2025-01-28T22:26:41.118Z | Checking num-traits v0.2.19 |
1985 | 2025-01-28T22:26:41.142Z | Checking icu_locid v1.5.0 |
1986 | 2025-01-28T22:26:41.403Z | Checking thiserror v1.0.69 |
1987 | 2025-01-28T22:26:41.555Z | Checking rustls-pki-types v1.10.0 |
1988 | 2025-01-28T22:26:41.606Z | Checking percent-encoding v2.3.1 |
1989 | 2025-01-28T22:26:41.650Z | Checking icu_properties_data v1.5.0 |
1990 | 2025-01-28T22:26:41.781Z | Checking bytes v1.9.0 |
1991 | 2025-01-28T22:26:41.813Z | Checking indexmap v2.7.1 |
1992 | 2025-01-28T22:26:41.878Z | Checking serde_json v1.0.135 |
1993 | 2025-01-28T22:26:42.126Z | Checking bitflags v2.6.0 |
1994 | 2025-01-28T22:26:42.143Z | Checking icu_provider v1.5.0 |
1995 | 2025-01-28T22:26:42.425Z | Checking tracing v0.1.40 |
1996 | 2025-01-28T22:26:42.552Z | Checking tokio v1.43.0 |
1997 | 2025-01-28T22:26:42.599Z | Checking http v1.2.0 |
1998 | 2025-01-28T22:26:42.696Z | Checking spki v0.7.3 |
1999 | 2025-01-28T22:26:42.756Z | Checking icu_locid_transform v1.5.0 |
2000 | 2025-01-28T22:26:42.792Z | Checking rand v0.8.5 |
2001 | 2025-01-28T22:26:42.982Z | Checking salsa20 v0.10.2 |
2002 | 2025-01-28T22:26:42.999Z | Checking pbkdf2 v0.12.2 |
2003 | 2025-01-28T22:26:43.170Z | Checking aws-lc-sys v0.22.0 |
2004 | 2025-01-28T22:26:43.218Z | Checking httparse v1.9.5 |
2005 | 2025-01-28T22:26:43.490Z | Checking untrusted v0.9.0 |
2006 | 2025-01-28T22:26:43.654Z | Checking write16 v1.0.0 |
2007 | 2025-01-28T22:26:43.674Z | Checking mirai-annotations v1.12.0 |
2008 | 2025-01-28T22:26:43.792Z | Checking powerfmt v0.2.0 |
2009 | 2025-01-28T22:26:43.809Z | Checking icu_properties v1.5.1 |
2010 | 2025-01-28T22:26:43.873Z | Checking icu_normalizer_data v1.5.0 |
2011 | 2025-01-28T22:26:43.897Z | Checking utf16_iter v1.0.5 |
2012 | 2025-01-28T22:26:43.969Z | Checking utf8_iter v1.0.4 |
2013 | 2025-01-28T22:26:44.016Z | Checking untrusted v0.7.1 |
2014 | 2025-01-28T22:26:44.035Z | Checking deranged v0.3.11 |
2015 | 2025-01-28T22:26:44.082Z | Checking ring v0.17.8 |
2016 | 2025-01-28T22:26:44.126Z | Checking scrypt v0.11.0 |
2017 | 2025-01-28T22:26:44.162Z | Checking cbc v0.1.2 |
2018 | 2025-01-28T22:26:44.166Z | Checking aes v0.8.4 |
2019 | 2025-01-28T22:26:44.343Z | Checking crossbeam-utils v0.8.20 |
2020 | 2025-01-28T22:26:44.369Z | Checking atomic-waker v1.1.2 |
2021 | 2025-01-28T22:26:44.526Z | Checking num-conv v0.1.0 |
2022 | 2025-01-28T22:26:44.785Z | Checking time-core v0.1.2 |
2023 | 2025-01-28T22:26:44.955Z | Checking num_threads v0.1.7 |
2024 | 2025-01-28T22:26:45.058Z | Checking tinyvec_macros v0.1.1 |
2025 | 2025-01-28T22:26:45.075Z | Checking pkcs5 v0.7.1 |
2026 | 2025-01-28T22:26:45.091Z | Checking http-body v1.0.1 |
2027 | 2025-01-28T22:26:45.148Z | Checking tinyvec v1.8.0 |
2028 | 2025-01-28T22:26:45.301Z | Checking form_urlencoded v1.2.1 |
2029 | 2025-01-28T22:26:45.340Z | Checking aws-lc-rs v1.10.0 |
2030 | 2025-01-28T22:26:45.357Z | Checking time v0.3.36 |
2031 | 2025-01-28T22:26:45.504Z | Checking try-lock v0.2.5 |
2032 | 2025-01-28T22:26:45.590Z | Checking pkcs8 v0.10.2 |
2033 | 2025-01-28T22:26:45.655Z | Checking want v0.3.1 |
2034 | 2025-01-28T22:26:45.865Z | Checking uuid v1.12.0 |
2035 | 2025-01-28T22:26:45.875Z | Checking httpdate v1.0.3 |
2036 | 2025-01-28T22:26:45.926Z | Checking unicode-ident v1.0.14 |
2037 | 2025-01-28T22:26:46.153Z | Checking proc-macro2 v1.0.92 |
2038 | 2025-01-28T22:26:46.180Z | Checking serde_spanned v0.6.8 |
2039 | 2025-01-28T22:26:46.348Z | Checking toml_datetime v0.6.8 |
2040 | 2025-01-28T22:26:46.489Z | Checking slog v2.7.0 |
2041 | 2025-01-28T22:26:46.490Z | Checking scroll v0.12.0 |
2042 | 2025-01-28T22:26:46.654Z | Checking ucd-trie v0.1.7 |
2043 | 2025-01-28T22:26:46.805Z | Checking plain v0.2.3 |
2044 | 2025-01-28T22:26:46.869Z | Checking foreign-types-shared v0.1.1 |
2045 | 2025-01-28T22:26:46.950Z | Checking base64 v0.22.1 |
2046 | 2025-01-28T22:26:46.966Z | Checking icu_normalizer v1.5.0 |
2047 | 2025-01-28T22:26:46.969Z | Checking iana-time-zone v0.1.61 |
2048 | 2025-01-28T22:26:46.969Z | Checking adler2 v2.0.0 |
2049 | 2025-01-28T22:26:46.981Z | Checking match_cfg v0.1.0 |
2050 | 2025-01-28T22:26:47.031Z | Checking rustls-webpki v0.102.8 |
2051 | 2025-01-28T22:26:47.102Z | Checking tower-service v0.3.3 |
2052 | 2025-01-28T22:26:47.134Z | Checking miniz_oxide v0.8.0 |
2053 | 2025-01-28T22:26:47.150Z | Checking chrono v0.4.39 |
2054 | 2025-01-28T22:26:47.230Z | Checking hostname v0.3.1 |
2055 | 2025-01-28T22:26:47.363Z | Checking foreign-types v0.3.2 |
2056 | 2025-01-28T22:26:47.408Z | Checking goblin v0.8.2 |
2057 | 2025-01-28T22:26:47.468Z | Checking pest v2.7.14 |
2058 | 2025-01-28T22:26:47.654Z | Checking quote v1.0.38 |
2059 | 2025-01-28T22:26:47.760Z | Checking idna_adapter v1.2.0 |
2060 | 2025-01-28T22:26:47.787Z | Checking openssl-sys v0.9.103 |
2061 | 2025-01-28T22:26:47.871Z | Checking dirs-sys-next v0.1.2 |
2062 | 2025-01-28T22:26:47.937Z | Checking idna v1.0.3 |
2063 | 2025-01-28T22:26:47.996Z | Checking errno v0.3.9 |
2064 | 2025-01-28T22:26:48.051Z | Checking aho-corasick v1.1.3 |
2065 | 2025-01-28T22:26:48.174Z | Compiling newtype-uuid v1.2.1 |
2066 | 2025-01-28T22:26:48.465Z | Checking url v2.5.3 |
2067 | 2025-01-28T22:26:48.483Z | Checking siphasher v0.3.11 |
2068 | 2025-01-28T22:26:48.786Z | Checking regex-syntax v0.8.5 |
2069 | 2025-01-28T22:26:48.944Z | Checking pretty-hex v0.4.1 |
2070 | 2025-01-28T22:26:49.090Z | Checking data-encoding v2.6.0 |
2071 | 2025-01-28T22:26:49.138Z | Checking openssl v0.10.66 |
2072 | 2025-01-28T22:26:49.311Z | Checking tokio-util v0.7.12 |
2073 | 2025-01-28T22:26:49.362Z | Checking rustix v0.38.37 |
2074 | 2025-01-28T22:26:49.621Z | Checking dirs-next v2.0.0 |
2075 | 2025-01-28T22:26:49.624Z | Checking syn v2.0.96 |
2076 | 2025-01-28T22:26:49.763Z | Checking unicode-normalization v0.1.24 |
2077 | 2025-01-28T22:26:50.050Z | Checking dtrace-parser v0.2.0 |
2078 | 2025-01-28T22:26:50.111Z | Checking h2 v0.4.6 |
2079 | 2025-01-28T22:26:50.519Z | Checking http-body-util v0.1.2 |
2080 | 2025-01-28T22:26:50.715Z | Checking crossbeam-epoch v0.9.18 |
2081 | 2025-01-28T22:26:50.957Z | Checking signature v2.2.0 |
2082 | 2025-01-28T22:26:51.126Z | Checking sha1 v0.10.6 |
2083 | 2025-01-28T22:26:51.172Z | Checking thread_local v1.1.8 |
2084 | 2025-01-28T22:26:51.399Z | Checking thread-id v4.2.2 |
2085 | 2025-01-28T22:26:51.449Z | Checking encoding_rs v0.8.34 |
2086 | 2025-01-28T22:26:51.520Z | Checking unicode-properties v0.1.3 |
2087 | 2025-01-28T22:26:51.896Z | Checking openssl-probe v0.1.5 |
2088 | 2025-01-28T22:26:52.065Z | Checking ipnet v2.10.1 |
2089 | 2025-01-28T22:26:52.083Z | Checking regex-automata v0.4.8 |
2090 | 2025-01-28T22:26:52.321Z | Checking dof v0.3.0 |
2091 | 2025-01-28T22:26:52.434Z | Checking either v1.13.0 |
2092 | 2025-01-28T22:26:52.550Z | Checking winnow v0.6.20 |
2093 | 2025-01-28T22:26:52.786Z | Checking unicode-bidi v0.3.17 |
2094 | 2025-01-28T22:26:52.911Z | Checking anstyle v1.0.10 |
2095 | 2025-01-28T22:26:53.272Z | Checking gimli v0.31.1 |
2096 | 2025-01-28T22:26:53.403Z | Checking utf8parse v0.2.2 |
2097 | 2025-01-28T22:26:53.574Z | Checking mime v0.3.17 |
2098 | 2025-01-28T22:26:53.807Z | Checking anstyle-parse v0.2.5 |
2099 | 2025-01-28T22:26:53.907Z | Checking stringprep v0.1.5 |
2100 | 2025-01-28T22:26:54.068Z | Checking crossbeam-deque v0.8.5 |
2101 | 2025-01-28T22:26:54.194Z | Checking term v0.7.0 |
2102 | 2025-01-28T22:26:54.284Z | Checking native-tls v0.2.12 |
2103 | 2025-01-28T22:26:54.412Z | Checking rustls v0.23.19 |
2104 | 2025-01-28T22:26:54.604Z | Checking rustls v0.22.4 |
2105 | 2025-01-28T22:26:54.606Z | Checking slog-json v2.6.1 |
2106 | 2025-01-28T22:26:54.872Z | Checking serde_urlencoded v0.7.1 |
2107 | 2025-01-28T22:26:55.279Z | Checking crossbeam-channel v0.5.13 |
2108 | 2025-01-28T22:26:55.333Z | Checking toml_edit v0.22.22 |
2109 | 2025-01-28T22:26:55.627Z | Checking usdt-impl v0.5.0 |
2110 | 2025-01-28T22:26:56.006Z | Checking futures-executor v0.3.31 |
2111 | 2025-01-28T22:26:56.181Z | Checking num-integer v0.1.46 |
2112 | 2025-01-28T22:26:56.234Z | Checking rustls-pemfile v2.2.0 |
2113 | 2025-01-28T22:26:56.275Z | Checking hyper v1.5.2 |
2114 | 2025-01-28T22:26:56.442Z | Checking md-5 v0.10.6 |
2115 | 2025-01-28T22:26:56.495Z | Checking ff v0.13.0 |
2116 | 2025-01-28T22:26:56.668Z | Checking hash32 v0.2.1 |
2117 | 2025-01-28T22:26:56.685Z | Checking memmap v0.7.0 |
2118 | 2025-01-28T22:26:56.722Z | Checking is-terminal v0.4.13 |
2119 | 2025-01-28T22:26:56.855Z | Checking object v0.36.5 |
2120 | 2025-01-28T22:26:56.883Z | Checking colorchoice v1.0.2 |
2121 | 2025-01-28T22:26:56.967Z | Checking fallible-iterator v0.2.0 |
2122 | 2025-01-28T22:26:57.041Z | Checking dyn-clone v1.0.17 |
2123 | 2025-01-28T22:26:57.044Z | Checking addr2line v0.24.2 |
2124 | 2025-01-28T22:26:57.212Z | Checking base16ct v0.2.0 |
2125 | 2025-01-28T22:26:57.432Z | Checking anstyle-query v1.1.1 |
2126 | 2025-01-28T22:26:57.558Z | Checking is_terminal_polyfill v1.70.1 |
2127 | 2025-01-28T22:26:57.576Z | Checking rustc-demangle v0.1.24 |
2128 | 2025-01-28T22:26:57.594Z | Checking linked-hash-map v0.5.6 |
2129 | 2025-01-28T22:26:57.689Z | Checking psl-types v2.0.11 |
2130 | 2025-01-28T22:26:57.871Z | Checking quick-error v1.2.3 |
2131 | 2025-01-28T22:26:57.893Z | Checking take_mut v0.2.2 |
2132 | 2025-01-28T22:26:57.908Z | Checking utf-8 v0.7.6 |
2133 | 2025-01-28T22:26:57.988Z | Checking tokio-rustls v0.25.0 |
2134 | 2025-01-28T22:26:58.009Z | Checking lru-cache v0.1.2 |
2135 | 2025-01-28T22:26:58.025Z | Checking resolv-conf v0.7.0 |
2136 | 2025-01-28T22:26:58.047Z | Checking slog-async v2.8.0 |
2137 | 2025-01-28T22:26:58.110Z | Checking tungstenite v0.24.0 |
2138 | 2025-01-28T22:26:58.178Z | Checking toml v0.8.19 |
2139 | 2025-01-28T22:26:58.217Z | Checking hyper-util v0.1.10 |
2140 | 2025-01-28T22:26:58.329Z | Checking publicsuffix v2.3.0 |
2141 | 2025-01-28T22:26:58.353Z | Checking anstream v0.6.15 |
2142 | 2025-01-28T22:26:58.356Z | Checking postgres-protocol v0.6.7 |
2143 | 2025-01-28T22:26:58.623Z | Checking sec1 v0.7.3 |
2144 | 2025-01-28T22:26:58.741Z | Checking schemars v0.8.21 |
2145 | 2025-01-28T22:26:58.883Z | Checking heapless v0.7.17 |
2146 | 2025-01-28T22:26:59.018Z | Checking usdt v0.5.0 |
2147 | 2025-01-28T22:26:59.032Z | Checking slog-term v2.9.1 |
2148 | 2025-01-28T22:26:59.054Z | Checking group v0.13.0 |
2149 | 2025-01-28T22:26:59.285Z | Checking num-iter v0.1.45 |
2150 | 2025-01-28T22:26:59.329Z | Checking futures v0.3.31 |
2151 | 2025-01-28T22:26:59.435Z | Checking slog-bunyan v2.5.0 |
2152 | 2025-01-28T22:26:59.472Z | Checking tokio-native-tls v0.3.1 |
2153 | 2025-01-28T22:26:59.525Z | Checking tokio-rustls v0.26.0 |
2154 | 2025-01-28T22:26:59.528Z | Checking rayon-core v1.12.1 |
2155 | 2025-01-28T22:26:59.606Z | Checking multer v3.1.0 |
2156 | 2025-01-28T22:26:59.718Z | Checking hickory-proto v0.24.2 |
2157 | 2025-01-28T22:26:59.769Z | Checking terminal_size v0.4.0 |
2158 | 2025-01-28T22:26:59.951Z | Checking phf_shared v0.11.2 |
2159 | 2025-01-28T22:27:00.004Z | Checking cookie v0.18.1 |
2160 | 2025-01-28T22:27:00.191Z | Checking async-stream v0.3.6 |
2161 | 2025-01-28T22:27:00.209Z | Checking bzip2-sys v0.1.11+1.0.8 |
2162 | 2025-01-28T22:27:00.212Z | Checking camino v1.1.9 |
2163 | 2025-01-28T22:27:00.212Z | Checking signal-hook v0.3.17 |
2164 | 2025-01-28T22:27:00.258Z | Checking waitgroup v0.1.2 |
2165 | 2025-01-28T22:27:00.336Z | Checking openapiv3 v2.0.0 |
2166 | 2025-01-28T22:27:00.400Z | Checking webpki-roots v0.26.6 |
2167 | 2025-01-28T22:27:00.419Z | Checking serde_path_to_error v0.1.16 |
2168 | 2025-01-28T22:27:00.446Z | Checking hkdf v0.12.4 |
2169 | 2025-01-28T22:27:00.537Z | Checking crypto-bigint v0.5.5 |
2170 | 2025-01-28T22:27:00.614Z | Checking lazy_static v1.5.0 |
2171 | 2025-01-28T22:27:00.675Z | Checking hostname v0.4.0 |
2172 | 2025-01-28T22:27:00.735Z | Checking crc32fast v1.4.2 |
2173 | 2025-01-28T22:27:00.752Z | Checking clap_lex v0.7.4 |
2174 | 2025-01-28T22:27:00.819Z | Checking debug-ignore v1.0.5 |
2175 | 2025-01-28T22:27:00.970Z | Checking bitflags v1.3.2 |
2176 | 2025-01-28T22:27:00.988Z | Checking unicode-width v0.2.0 |
2177 | 2025-01-28T22:27:00.991Z | Checking managed v0.8.0 |
2178 | 2025-01-28T22:27:01.020Z | Checking strsim v0.11.1 |
2179 | 2025-01-28T22:27:01.075Z | Checking winnow v0.5.40 |
2180 | 2025-01-28T22:27:01.295Z | Checking clap_builder v4.5.27 |
2181 | 2025-01-28T22:27:01.380Z | Checking smoltcp v0.9.1 |
2182 | 2025-01-28T22:27:01.494Z | Checking console v0.15.10 |
2183 | 2025-01-28T22:27:02.045Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2184 | 2025-01-28T22:27:02.342Z | Checking flate2 v1.0.35 |
2185 | 2025-01-28T22:27:02.860Z | Checking num-bigint-dig v0.8.4 |
2186 | 2025-01-28T22:27:02.886Z | Checking backtrace v0.3.74 |
2187 | 2025-01-28T22:27:02.985Z | Checking hyper-rustls v0.27.3 |
2188 | 2025-01-28T22:27:03.287Z | Checking elliptic-curve v0.13.8 |
2189 | 2025-01-28T22:27:03.318Z | Checking signal-hook-mio v0.2.4 |
2190 | 2025-01-28T22:27:03.461Z | Checking anyhow v1.0.95 |
2191 | 2025-01-28T22:27:03.482Z | Checking cookie_store v0.21.1 |
2192 | 2025-01-28T22:27:03.499Z | Checking dropshot v0.12.0 |
2193 | 2025-01-28T22:27:03.864Z | Checking bzip2 v0.4.4 |
2194 | 2025-01-28T22:27:03.907Z | Checking toml_edit v0.19.15 |
2195 | 2025-01-28T22:27:03.927Z | Checking rayon v1.10.0 |
2196 | 2025-01-28T22:27:04.153Z | Checking phf v0.11.2 |
2197 | 2025-01-28T22:27:04.194Z | Checking hyper-tls v0.6.0 |
2198 | 2025-01-28T22:27:04.253Z | Checking tokio-tungstenite v0.24.0 |
2199 | 2025-01-28T22:27:04.310Z | Checking hickory-resolver v0.24.2 |
2200 | 2025-01-28T22:27:04.408Z | Checking postgres-types v0.2.8 |
2201 | 2025-01-28T22:27:04.467Z | Checking regex v1.11.1 |
2202 | 2025-01-28T22:27:04.723Z | Checking bstr v1.10.0 |
2203 | 2025-01-28T22:27:04.823Z | Checking ed25519 v2.2.3 |
2204 | 2025-01-28T22:27:05.051Z | Checking tokio-stream v0.1.16 |
2205 | 2025-01-28T22:27:05.070Z | Checking phf_shared v0.10.0 |
2206 | 2025-01-28T22:27:05.132Z | Checking zerocopy v0.6.6 |
2207 | 2025-01-28T22:27:05.345Z | Checking curve25519-dalek v4.1.3 |
2208 | 2025-01-28T22:27:05.648Z | Checking hubpack v0.1.2 |
2209 | 2025-01-28T22:27:05.818Z | Checking portable-atomic v1.9.0 |
2210 | 2025-01-28T22:27:05.874Z | Checking pkcs1 v0.7.5 |
2211 | 2025-01-28T22:27:05.891Z | Checking float-cmp v0.9.0 |
2212 | 2025-01-28T22:27:05.937Z | Checking serde-big-array v0.5.1 |
2213 | 2025-01-28T22:27:06.094Z | Checking rfc6979 v0.4.0 |
2214 | 2025-01-28T22:27:06.146Z | Checking sync_wrapper v1.0.1 |
2215 | 2025-01-28T22:27:06.260Z | Checking predicates-core v1.0.8 |
2216 | 2025-01-28T22:27:06.275Z | Checking whoami v1.5.2 |
2217 | 2025-01-28T22:27:06.292Z | Checking normalize-line-endings v0.3.0 |
2218 | 2025-01-28T22:27:06.342Z | Checking fixedbitset v0.4.2 |
2219 | 2025-01-28T22:27:06.424Z | Checking static_assertions v1.1.0 |
2220 | 2025-01-28T22:27:06.448Z | Checking unicode-segmentation v1.12.0 |
2221 | 2025-01-28T22:27:06.525Z | Checking new_debug_unreachable v1.0.6 |
2222 | 2025-01-28T22:27:06.570Z | Checking bit-vec v0.6.3 |
2223 | 2025-01-28T22:27:06.607Z | Checking number_prefix v0.4.0 |
2224 | 2025-01-28T22:27:06.625Z | Checking precomputed-hash v0.1.1 |
2225 | 2025-01-28T22:27:06.754Z | Checking difflib v0.4.0 |
2226 | 2025-01-28T22:27:06.800Z | Checking minimal-lexical v0.2.1 |
2227 | 2025-01-28T22:27:06.863Z | Checking string_cache v0.8.7 |
2228 | 2025-01-28T22:27:06.885Z | Checking bit-set v0.5.3 |
2229 | 2025-01-28T22:27:06.959Z | Checking qorb v0.2.1 |
2230 | 2025-01-28T22:27:07.082Z | Checking predicates v3.1.2 |
2231 | 2025-01-28T22:27:07.129Z | Checking petgraph v0.6.5 |
2232 | 2025-01-28T22:27:07.146Z | Checking tokio-postgres v0.7.12 |
2233 | 2025-01-28T22:27:07.161Z | Checking similar v2.6.0 |
2234 | 2025-01-28T22:27:07.179Z | Checking nom v7.1.3 |
2235 | 2025-01-28T22:27:07.193Z | Checking ed25519-dalek v2.1.1 |
2236 | 2025-01-28T22:27:07.377Z | Checking indicatif v0.17.9 |
2237 | 2025-01-28T22:27:07.603Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2238 | 2025-01-28T22:27:07.698Z | Checking toml v0.7.8 |
2239 | 2025-01-28T22:27:07.966Z | Checking reqwest v0.12.9 |
2240 | 2025-01-28T22:27:08.099Z | Checking ecdsa v0.16.9 |
2241 | 2025-01-28T22:27:08.375Z | Checking rsa v0.9.6 |
2242 | 2025-01-28T22:27:08.813Z | Checking clap v4.5.27 |
2243 | 2025-01-28T22:27:08.932Z | Checking zip v0.6.6 |
2244 | 2025-01-28T22:27:09.337Z | Checking crossterm v0.28.1 |
2245 | 2025-01-28T22:27:09.534Z | Checking itertools v0.10.5 |
2246 | 2025-01-28T22:27:09.627Z | Checking itertools v0.12.1 |
2247 | 2025-01-28T22:27:09.792Z | Checking fs-err v2.11.0 |
2248 | 2025-01-28T22:27:09.809Z | Checking ahash v0.8.11 |
2249 | 2025-01-28T22:27:10.221Z | Checking x509-cert v0.2.5 |
2250 | 2025-01-28T22:27:10.265Z | Checking hex v0.4.3 |
2251 | 2025-01-28T22:27:10.306Z | Checking semver v1.0.24 |
2252 | 2025-01-28T22:27:10.328Z | Checking peg-runtime v0.8.3 |
2253 | 2025-01-28T22:27:10.570Z | Checking lalrpop-util v0.19.12 |
2254 | 2025-01-28T22:27:10.716Z | Checking sigpipe v0.1.3 |
2255 | 2025-01-28T22:27:12.004Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2256 | 2025-01-28T22:27:12.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.90s |
2257 | 2025-01-28T22:27:12.498Z | |
2258 | 2025-01-28T22:27:12.498Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197) |
2259 | 2025-01-28T22:27:13.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2260 | 2025-01-28T22:27:13.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2261 | 2025-01-28T22:27:13.177Z | Compiling hashbrown v0.14.5 |
2262 | 2025-01-28T22:27:13.300Z | Checking heck v0.5.0 |
2263 | 2025-01-28T22:27:13.313Z | Compiling unsafe-libyaml v0.2.11 |
2264 | 2025-01-28T22:27:13.328Z | Checking ipnetwork v0.20.0 |
2265 | 2025-01-28T22:27:13.343Z | Compiling ident_case v1.0.1 |
2266 | 2025-01-28T22:27:13.355Z | Checking progenitor-client v0.8.0 |
2267 | 2025-01-28T22:27:13.369Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2268 | 2025-01-28T22:27:13.469Z | Checking newtype-uuid v1.2.1 |
2269 | 2025-01-28T22:27:13.523Z | Compiling darling_core v0.20.10 |
2270 | 2025-01-28T22:27:13.678Z | Compiling proc-macro-crate v1.3.1 |
2271 | 2025-01-28T22:27:13.695Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2272 | 2025-01-28T22:27:13.730Z | Compiling structmeta-derive v0.3.0 |
2273 | 2025-01-28T22:27:13.745Z | Compiling thiserror v2.0.11 |
2274 | 2025-01-28T22:27:14.069Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2275 | 2025-01-28T22:27:14.308Z | Checking regress v0.10.1 |
2276 | 2025-01-28T22:27:14.415Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2277 | 2025-01-28T22:27:14.567Z | Compiling num_enum_derive v0.5.11 |
2278 | 2025-01-28T22:27:14.737Z | Compiling serde_yaml v0.9.34+deprecated |
2279 | 2025-01-28T22:27:15.200Z | Compiling lzma-sys v0.1.20 |
2280 | 2025-01-28T22:27:15.599Z | Compiling thiserror-impl v2.0.11 |
2281 | 2025-01-28T22:27:15.936Z | Compiling foreign-types-macros v0.2.3 |
2282 | 2025-01-28T22:27:16.390Z | Compiling structmeta v0.3.0 |
2283 | 2025-01-28T22:27:16.792Z | Compiling dropshot v0.15.1 |
2284 | 2025-01-28T22:27:16.877Z | Checking arc-swap v1.7.1 |
2285 | 2025-01-28T22:27:17.097Z | Checking foreign-types-shared v0.3.1 |
2286 | 2025-01-28T22:27:17.194Z | Checking num_enum v0.5.11 |
2287 | 2025-01-28T22:27:17.231Z | Checking foreign-types v0.5.0 |
2288 | 2025-01-28T22:27:17.323Z | Checking slog-scope v4.4.0 |
2289 | 2025-01-28T22:27:17.411Z | Compiling parse-display-derive v0.10.0 |
2290 | 2025-01-28T22:27:17.439Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2291 | 2025-01-28T22:27:17.509Z | Compiling proc-macro-error v1.0.4 |
2292 | 2025-01-28T22:27:17.829Z | Checking typify-impl v0.2.0 |
2293 | 2025-01-28T22:27:18.363Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2294 | 2025-01-28T22:27:18.448Z | Checking tungstenite v0.21.0 |
2295 | 2025-01-28T22:27:18.476Z | Compiling heck v0.3.3 |
2296 | 2025-01-28T22:27:18.890Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2297 | 2025-01-28T22:27:19.035Z | Compiling dropshot_endpoint v0.15.1 |
2298 | 2025-01-28T22:27:19.061Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2299 | 2025-01-28T22:27:19.416Z | Checking cstr-argument v0.1.2 |
2300 | 2025-01-28T22:27:19.590Z | Checking instant v0.1.13 |
2301 | 2025-01-28T22:27:19.703Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2302 | 2025-01-28T22:27:19.720Z | Checking pretty-hex v0.2.1 |
2303 | 2025-01-28T22:27:19.755Z | Compiling darling_macro v0.20.10 |
2304 | 2025-01-28T22:27:19.808Z | Checking fastrand v2.1.1 |
2305 | 2025-01-28T22:27:19.895Z | Checking base64 v0.21.7 |
2306 | 2025-01-28T22:27:20.116Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2307 | 2025-01-28T22:27:20.139Z | Checking tempfile v3.13.0 |
2308 | 2025-01-28T22:27:20.361Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2309 | 2025-01-28T22:27:20.378Z | Checking backoff v0.4.0 |
2310 | 2025-01-28T22:27:20.396Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2311 | 2025-01-28T22:27:20.482Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2312 | 2025-01-28T22:27:20.520Z | Checking tokio-tungstenite v0.21.0 |
2313 | 2025-01-28T22:27:20.551Z | Checking strum v0.26.3 |
2314 | 2025-01-28T22:27:20.653Z | Compiling darling v0.20.10 |
2315 | 2025-01-28T22:27:20.655Z | Compiling zone_cfg_derive v0.1.2 |
2316 | 2025-01-28T22:27:20.703Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2317 | 2025-01-28T22:27:20.789Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2318 | 2025-01-28T22:27:20.795Z | Compiling serde_with_macros v3.11.0 |
2319 | 2025-01-28T22:27:21.036Z | Checking slog-stdlog v4.1.1 |
2320 | 2025-01-28T22:27:21.225Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2321 | 2025-01-28T22:27:21.258Z | Checking regress v0.9.1 |
2322 | 2025-01-28T22:27:21.377Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2323 | 2025-01-28T22:27:21.418Z | Checking progenitor-client v0.9.1 |
2324 | 2025-01-28T22:27:21.441Z | Checking parse-display v0.10.0 |
2325 | 2025-01-28T22:27:21.650Z | Checking colored v2.1.0 |
2326 | 2025-01-28T22:27:21.683Z | Checking macaddr v1.0.1 |
2327 | 2025-01-28T22:27:21.794Z | Checking base64 v0.13.1 |
2328 | 2025-01-28T22:27:21.928Z | Checking unicode-width v0.1.14 |
2329 | 2025-01-28T22:27:21.964Z | Checking zone v0.1.8 |
2330 | 2025-01-28T22:27:22.208Z | Checking ron v0.7.1 |
2331 | 2025-01-28T22:27:22.444Z | Checking tabwriter v1.4.0 |
2332 | 2025-01-28T22:27:22.673Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2333 | 2025-01-28T22:27:22.696Z | Checking xz2 v0.1.7 |
2334 | 2025-01-28T22:27:22.981Z | Checking slog-envlogger v2.2.0 |
2335 | 2025-01-28T22:27:23.145Z | Checking xattr v1.3.1 |
2336 | 2025-01-28T22:27:23.214Z | Checking pem v3.0.4 |
2337 | 2025-01-28T22:27:23.287Z | Checking yasna v0.5.2 |
2338 | 2025-01-28T22:27:23.317Z | Checking serde_with v3.11.0 |
2339 | 2025-01-28T22:27:23.348Z | Checking headers-core v0.3.0 |
2340 | 2025-01-28T22:27:23.481Z | Checking smf v0.2.3 |
2341 | 2025-01-28T22:27:23.500Z | Checking filetime v0.2.25 |
2342 | 2025-01-28T22:27:23.728Z | Checking same-file v1.0.6 |
2343 | 2025-01-28T22:27:23.852Z | Checking tar v0.4.42 |
2344 | 2025-01-28T22:27:23.925Z | Checking walkdir v2.5.0 |
2345 | 2025-01-28T22:27:23.996Z | Checking headers v0.4.0 |
2346 | 2025-01-28T22:27:24.190Z | Checking rcgen v0.12.1 |
2347 | 2025-01-28T22:27:24.228Z | Checking camino-tempfile v1.1.1 |
2348 | 2025-01-28T22:27:24.528Z | Checking atomicwrites v0.4.4 |
2349 | 2025-01-28T22:27:24.699Z | Checking subprocess v0.2.9 |
2350 | 2025-01-28T22:27:27.373Z | Compiling typify-macro v0.2.0 |
2351 | 2025-01-28T22:27:28.915Z | Compiling typify v0.2.0 |
2352 | 2025-01-28T22:27:28.985Z | Compiling progenitor-impl v0.8.0 |
2353 | 2025-01-28T22:27:31.496Z | Compiling progenitor-macro v0.8.0 |
2354 | 2025-01-28T22:27:35.250Z | Checking progenitor v0.8.0 |
2355 | 2025-01-28T22:27:35.384Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2356 | 2025-01-28T22:27:35.386Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2357 | 2025-01-28T22:27:37.960Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2358 | 2025-01-28T22:27:38.256Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2359 | 2025-01-28T22:27:44.402Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2360 | 2025-01-28T22:27:45.919Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2361 | 2025-01-28T22:27:47.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.65s |
2362 | 2025-01-28T22:27:47.332Z | |
2363 | 2025-01-28T22:27:47.332Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197) |
2364 | 2025-01-28T22:27:47.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2365 | 2025-01-28T22:27:47.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2366 | 2025-01-28T22:27:48.010Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2367 | 2025-01-28T22:27:49.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
2368 | 2025-01-28T22:27:49.579Z | |
2369 | 2025-01-28T22:27:49.580Z | info: running `cargo check --bins` on nexus-config (51/197) |
2370 | 2025-01-28T22:27:50.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2371 | 2025-01-28T22:27:50.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2372 | 2025-01-28T22:27:50.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2373 | 2025-01-28T22:27:50.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2374 | 2025-01-28T22:27:50.218Z | |
2375 | 2025-01-28T22:27:50.218Z | info: running `cargo check --bins` on omicron-rpaths (52/197) |
2376 | 2025-01-28T22:27:50.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2377 | 2025-01-28T22:27:50.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2378 | 2025-01-28T22:27:50.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2379 | 2025-01-28T22:27:50.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2380 | 2025-01-28T22:27:50.838Z | |
2381 | 2025-01-28T22:27:50.838Z | info: running `cargo check --bins` on omicron-certificates (53/197) |
2382 | 2025-01-28T22:27:51.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2383 | 2025-01-28T22:27:51.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2384 | 2025-01-28T22:27:51.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2385 | 2025-01-28T22:27:51.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2386 | 2025-01-28T22:27:51.460Z | |
2387 | 2025-01-28T22:27:51.460Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/197) |
2388 | 2025-01-28T22:27:52.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2389 | 2025-01-28T22:27:52.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2390 | 2025-01-28T22:27:52.162Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2391 | 2025-01-28T22:27:52.262Z | Compiling ipnetwork v0.20.0 |
2392 | 2025-01-28T22:27:52.262Z | Compiling zerocopy v0.8.10 |
2393 | 2025-01-28T22:27:52.264Z | Compiling progenitor-client v0.8.0 |
2394 | 2025-01-28T22:27:52.264Z | Compiling itertools v0.13.0 |
2395 | 2025-01-28T22:27:52.264Z | Compiling zerocopy-derive v0.8.10 |
2396 | 2025-01-28T22:27:52.266Z | Compiling heapless v0.8.0 |
2397 | 2025-01-28T22:27:52.266Z | Compiling thiserror v2.0.11 |
2398 | 2025-01-28T22:27:52.453Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2399 | 2025-01-28T22:27:52.585Z | Checking hash32 v0.3.1 |
2400 | 2025-01-28T22:27:52.776Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2401 | 2025-01-28T22:27:52.809Z | Compiling progenitor v0.8.0 |
2402 | 2025-01-28T22:27:53.032Z | Compiling instant v0.1.13 |
2403 | 2025-01-28T22:27:53.049Z | Compiling smoltcp v0.11.0 |
2404 | 2025-01-28T22:27:53.145Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2405 | 2025-01-28T22:27:53.185Z | Compiling backoff v0.4.0 |
2406 | 2025-01-28T22:27:53.209Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2407 | 2025-01-28T22:27:53.449Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2408 | 2025-01-28T22:27:53.533Z | Compiling dropshot v0.15.1 |
2409 | 2025-01-28T22:27:53.776Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2410 | 2025-01-28T22:27:53.939Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2411 | 2025-01-28T22:27:54.041Z | Compiling serde_with v3.11.0 |
2412 | 2025-01-28T22:27:54.133Z | Compiling parse-display v0.10.0 |
2413 | 2025-01-28T22:27:54.246Z | Checking num-rational v0.4.2 |
2414 | 2025-01-28T22:27:54.717Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2415 | 2025-01-28T22:27:54.879Z | Compiling progenitor-client v0.9.1 |
2416 | 2025-01-28T22:27:55.170Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2417 | 2025-01-28T22:27:55.417Z | Compiling regress v0.9.1 |
2418 | 2025-01-28T22:27:56.528Z | Compiling phf_generator v0.11.2 |
2419 | 2025-01-28T22:27:56.735Z | Checking num-complex v0.4.6 |
2420 | 2025-01-28T22:27:57.600Z | Compiling macaddr v1.0.1 |
2421 | 2025-01-28T22:27:57.671Z | Checking cobs v0.2.3 |
2422 | 2025-01-28T22:27:57.869Z | Checking postcard v1.0.10 |
2423 | 2025-01-28T22:27:58.052Z | Checking num v0.4.3 |
2424 | 2025-01-28T22:27:58.165Z | Compiling phf_codegen v0.11.2 |
2425 | 2025-01-28T22:27:58.402Z | Compiling parse-zoneinfo v0.3.1 |
2426 | 2025-01-28T22:27:58.469Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2427 | 2025-01-28T22:27:58.786Z | Compiling float-ord v0.3.2 |
2428 | 2025-01-28T22:28:00.229Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2429 | 2025-01-28T22:28:00.267Z | Compiling convert_case v0.4.0 |
2430 | 2025-01-28T22:28:00.394Z | Compiling chrono-tz-build v0.4.0 |
2431 | 2025-01-28T22:28:00.933Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2432 | 2025-01-28T22:28:01.133Z | Compiling derive_more v0.99.18 |
2433 | 2025-01-28T22:28:01.310Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2434 | 2025-01-28T22:28:01.595Z | Compiling crucible-workspace-hack v0.1.0 |
2435 | 2025-01-28T22:28:01.598Z | Compiling chrono-tz v0.10.1 |
2436 | 2025-01-28T22:28:01.765Z | Checking newline-converter v0.3.0 |
2437 | 2025-01-28T22:28:01.892Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2438 | 2025-01-28T22:28:01.940Z | Checking prettyplease v0.2.25 |
2439 | 2025-01-28T22:28:02.283Z | Compiling slog-dtrace v0.3.0 |
2440 | 2025-01-28T22:28:02.558Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2441 | 2025-01-28T22:28:02.590Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2442 | 2025-01-28T22:28:02.833Z | Checking expectorate v1.1.0 |
2443 | 2025-01-28T22:28:03.167Z | Compiling zone_cfg_derive v0.3.0 |
2444 | 2025-01-28T22:28:03.525Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2445 | 2025-01-28T22:28:03.943Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2446 | 2025-01-28T22:28:04.542Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2447 | 2025-01-28T22:28:04.553Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2448 | 2025-01-28T22:28:04.571Z | Compiling const_format_proc_macros v0.2.34 |
2449 | 2025-01-28T22:28:04.870Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2450 | 2025-01-28T22:28:05.003Z | Compiling num-derive v0.4.2 |
2451 | 2025-01-28T22:28:05.062Z | Checking highway v1.2.0 |
2452 | 2025-01-28T22:28:05.512Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2453 | 2025-01-28T22:28:05.819Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2454 | 2025-01-28T22:28:05.889Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2455 | 2025-01-28T22:28:05.938Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
2456 | 2025-01-28T22:28:06.079Z | Checking zone v0.3.0 |
2457 | 2025-01-28T22:28:06.617Z | Checking const_format v0.2.34 |
2458 | 2025-01-28T22:28:06.918Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2459 | 2025-01-28T22:28:07.112Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2460 | 2025-01-28T22:28:07.207Z | Checking gethostname v0.5.0 |
2461 | 2025-01-28T22:28:07.333Z | Checking bcs v0.1.6 |
2462 | 2025-01-28T22:28:07.336Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
2463 | 2025-01-28T22:28:07.502Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2464 | 2025-01-28T22:28:07.751Z | Compiling async-recursion v1.1.1 |
2465 | 2025-01-28T22:28:07.786Z | Checking termtree v0.5.1 |
2466 | 2025-01-28T22:28:07.941Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2467 | 2025-01-28T22:28:07.959Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2468 | 2025-01-28T22:28:09.859Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2469 | 2025-01-28T22:28:14.431Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2470 | 2025-01-28T22:28:17.683Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2471 | 2025-01-28T22:28:20.264Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2472 | 2025-01-28T22:28:21.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.98s |
2473 | 2025-01-28T22:28:21.627Z | |
2474 | 2025-01-28T22:28:21.627Z | info: running `cargo check --bins` on clickhouse-admin-api (55/197) |
2475 | 2025-01-28T22:28:22.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2025-01-28T22:28:22.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2025-01-28T22:28:22.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2478 | 2025-01-28T22:28:22.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2479 | 2025-01-28T22:28:22.261Z | |
2480 | 2025-01-28T22:28:22.261Z | info: running `cargo check --bins` on clickhouse-admin-types (56/197) |
2481 | 2025-01-28T22:28:22.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2025-01-28T22:28:22.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2025-01-28T22:28:22.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2484 | 2025-01-28T22:28:22.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2485 | 2025-01-28T22:28:22.895Z | |
2486 | 2025-01-28T22:28:22.895Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/197) |
2487 | 2025-01-28T22:28:23.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2025-01-28T22:28:23.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2025-01-28T22:28:23.571Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2490 | 2025-01-28T22:28:24.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
2491 | 2025-01-28T22:28:24.395Z | |
2492 | 2025-01-28T22:28:24.395Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197) |
2493 | 2025-01-28T22:28:24.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2025-01-28T22:28:24.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2025-01-28T22:28:25.060Z | Compiling cfg_aliases v0.1.1 |
2496 | 2025-01-28T22:28:25.063Z | Compiling vte_generate_state_changes v0.1.2 |
2497 | 2025-01-28T22:28:25.063Z | Checking fd-lock v4.0.2 |
2498 | 2025-01-28T22:28:25.063Z | Checking nibble_vec v0.1.0 |
2499 | 2025-01-28T22:28:25.063Z | Checking bytecount v0.6.8 |
2500 | 2025-01-28T22:28:25.166Z | Checking endian-type v0.1.2 |
2501 | 2025-01-28T22:28:25.191Z | Compiling tabled_derive v0.7.0 |
2502 | 2025-01-28T22:28:25.218Z | Compiling peg-macros v0.8.4 |
2503 | 2025-01-28T22:28:25.260Z | Compiling nix v0.28.0 |
2504 | 2025-01-28T22:28:25.343Z | Checking papergrid v0.11.0 |
2505 | 2025-01-28T22:28:25.361Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2506 | 2025-01-28T22:28:25.375Z | Compiling sqlparser_derive v0.2.2 |
2507 | 2025-01-28T22:28:25.436Z | Checking radix_trie v0.2.1 |
2508 | 2025-01-28T22:28:25.739Z | Checking vte v0.11.1 |
2509 | 2025-01-28T22:28:25.836Z | Checking nu-ansi-term v0.50.1 |
2510 | 2025-01-28T22:28:26.228Z | Checking unicode_categories v0.1.1 |
2511 | 2025-01-28T22:28:26.395Z | Checking home v0.5.9 |
2512 | 2025-01-28T22:28:26.449Z | Checking sqlparser v0.45.0 |
2513 | 2025-01-28T22:28:26.533Z | Checking sqlformat v0.2.6 |
2514 | 2025-01-28T22:28:26.550Z | Checking display-error-chain v0.2.2 |
2515 | 2025-01-28T22:28:27.144Z | Checking strip-ansi-escapes v0.2.0 |
2516 | 2025-01-28T22:28:27.298Z | Checking reedline v0.35.0 |
2517 | 2025-01-28T22:28:27.357Z | Checking tabled v0.15.0 |
2518 | 2025-01-28T22:28:27.680Z | Checking peg v0.8.4 |
2519 | 2025-01-28T22:28:28.184Z | Checking rustyline v14.0.0 |
2520 | 2025-01-28T22:28:37.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.74s |
2521 | 2025-01-28T22:28:37.317Z | |
2522 | 2025-01-28T22:28:37.317Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197) |
2523 | 2025-01-28T22:28:37.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2025-01-28T22:28:37.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2025-01-28T22:28:38.017Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2526 | 2025-01-28T22:28:43.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s |
2527 | 2025-01-28T22:28:43.324Z | |
2528 | 2025-01-28T22:28:43.324Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197) |
2529 | 2025-01-28T22:28:43.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2025-01-28T22:28:43.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2025-01-28T22:28:44.003Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2532 | 2025-01-28T22:28:47.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s |
2533 | 2025-01-28T22:28:47.821Z | |
2534 | 2025-01-28T22:28:47.821Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197) |
2535 | 2025-01-28T22:28:48.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2025-01-28T22:28:48.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2025-01-28T22:28:48.496Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2538 | 2025-01-28T22:28:53.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s |
2539 | 2025-01-28T22:28:53.611Z | |
2540 | 2025-01-28T22:28:53.611Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197) |
2541 | 2025-01-28T22:28:54.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2025-01-28T22:28:54.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2025-01-28T22:28:54.287Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2544 | 2025-01-28T22:28:59.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s |
2545 | 2025-01-28T22:28:59.472Z | |
2546 | 2025-01-28T22:28:59.472Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197) |
2547 | 2025-01-28T22:29:00.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2025-01-28T22:29:00.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2025-01-28T22:29:00.151Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2550 | 2025-01-28T22:29:03.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s |
2551 | 2025-01-28T22:29:04.136Z | |
2552 | 2025-01-28T22:29:04.136Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197) |
2553 | 2025-01-28T22:29:04.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2025-01-28T22:29:04.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2025-01-28T22:29:04.813Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2556 | 2025-01-28T22:29:08.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
2557 | 2025-01-28T22:29:08.907Z | |
2558 | 2025-01-28T22:29:08.907Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197) |
2559 | 2025-01-28T22:29:09.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2025-01-28T22:29:09.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2025-01-28T22:29:09.600Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2562 | 2025-01-28T22:29:14.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.97s |
2563 | 2025-01-28T22:29:15.058Z | |
2564 | 2025-01-28T22:29:15.058Z | info: running `cargo check --bins` on oximeter (66/197) |
2565 | 2025-01-28T22:29:15.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2025-01-28T22:29:15.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2025-01-28T22:29:15.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2025-01-28T22:29:15.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2569 | 2025-01-28T22:29:15.695Z | |
2570 | 2025-01-28T22:29:15.695Z | info: running `cargo check --bins` on oximeter-macro-impl (67/197) |
2571 | 2025-01-28T22:29:16.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2025-01-28T22:29:16.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2025-01-28T22:29:16.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2574 | 2025-01-28T22:29:16.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2575 | 2025-01-28T22:29:16.322Z | |
2576 | 2025-01-28T22:29:16.322Z | info: running `cargo check --bins` on oximeter-schema (68/197) |
2577 | 2025-01-28T22:29:16.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2025-01-28T22:29:16.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2025-01-28T22:29:16.973Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2580 | 2025-01-28T22:29:19.080Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2581 | 2025-01-28T22:29:20.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.74s |
2582 | 2025-01-28T22:29:20.237Z | |
2583 | 2025-01-28T22:29:20.237Z | info: running `cargo check --bins` on oximeter-types (69/197) |
2584 | 2025-01-28T22:29:20.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2025-01-28T22:29:20.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2025-01-28T22:29:20.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2587 | 2025-01-28T22:29:20.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2588 | 2025-01-28T22:29:20.884Z | |
2589 | 2025-01-28T22:29:20.884Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/197) |
2590 | 2025-01-28T22:29:21.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2025-01-28T22:29:21.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2025-01-28T22:29:21.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2593 | 2025-01-28T22:29:21.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2594 | 2025-01-28T22:29:21.531Z | |
2595 | 2025-01-28T22:29:21.531Z | info: running `cargo check --bins` on oxql-types (71/197) |
2596 | 2025-01-28T22:29:22.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2025-01-28T22:29:22.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2025-01-28T22:29:22.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2599 | 2025-01-28T22:29:22.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2600 | 2025-01-28T22:29:22.160Z | |
2601 | 2025-01-28T22:29:22.161Z | info: running `cargo check --bins` on oximeter-test-utils (72/197) |
2602 | 2025-01-28T22:29:22.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2025-01-28T22:29:22.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2025-01-28T22:29:22.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2605 | 2025-01-28T22:29:22.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2606 | 2025-01-28T22:29:22.823Z | |
2607 | 2025-01-28T22:29:22.823Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/197) |
2608 | 2025-01-28T22:29:23.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2025-01-28T22:29:23.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2025-01-28T22:29:23.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2611 | 2025-01-28T22:29:23.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2612 | 2025-01-28T22:29:23.461Z | |
2613 | 2025-01-28T22:29:23.461Z | info: running `cargo check --bins` on bootstrap-agent-client (74/197) |
2614 | 2025-01-28T22:29:24.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2025-01-28T22:29:24.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2025-01-28T22:29:24.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2617 | 2025-01-28T22:29:24.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2618 | 2025-01-28T22:29:24.120Z | |
2619 | 2025-01-28T22:29:24.120Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197) |
2620 | 2025-01-28T22:29:24.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2025-01-28T22:29:24.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2025-01-28T22:29:24.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2623 | 2025-01-28T22:29:24.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2624 | 2025-01-28T22:29:24.771Z | |
2625 | 2025-01-28T22:29:24.771Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/197) |
2626 | 2025-01-28T22:29:25.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2025-01-28T22:29:25.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2025-01-28T22:29:25.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2629 | 2025-01-28T22:29:25.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2630 | 2025-01-28T22:29:25.398Z | |
2631 | 2025-01-28T22:29:25.398Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/197) |
2632 | 2025-01-28T22:29:25.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2025-01-28T22:29:25.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2025-01-28T22:29:25.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2635 | 2025-01-28T22:29:25.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2636 | 2025-01-28T22:29:26.046Z | |
2637 | 2025-01-28T22:29:26.046Z | info: running `cargo check --bins` on cockroach-admin-client (78/197) |
2638 | 2025-01-28T22:29:26.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2025-01-28T22:29:26.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2025-01-28T22:29:26.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2641 | 2025-01-28T22:29:26.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2642 | 2025-01-28T22:29:26.660Z | |
2643 | 2025-01-28T22:29:26.660Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/197) |
2644 | 2025-01-28T22:29:27.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2025-01-28T22:29:27.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2025-01-28T22:29:27.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2647 | 2025-01-28T22:29:27.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2648 | 2025-01-28T22:29:27.296Z | |
2649 | 2025-01-28T22:29:27.296Z | info: running `cargo check --bins` on dns-service-client (80/197) |
2650 | 2025-01-28T22:29:27.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2025-01-28T22:29:27.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2025-01-28T22:29:27.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2653 | 2025-01-28T22:29:27.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2654 | 2025-01-28T22:29:27.931Z | |
2655 | 2025-01-28T22:29:27.931Z | info: running `cargo check --bins` on internal-dns-types (81/197) |
2656 | 2025-01-28T22:29:28.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2025-01-28T22:29:28.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2025-01-28T22:29:28.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2659 | 2025-01-28T22:29:28.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2660 | 2025-01-28T22:29:28.563Z | |
2661 | 2025-01-28T22:29:28.563Z | info: running `cargo check --bins` on dpd-client (82/197) |
2662 | 2025-01-28T22:29:29.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2025-01-28T22:29:29.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2025-01-28T22:29:29.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2665 | 2025-01-28T22:29:29.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2666 | 2025-01-28T22:29:29.204Z | |
2667 | 2025-01-28T22:29:29.205Z | info: running `cargo check --bins` on gateway-client (83/197) |
2668 | 2025-01-28T22:29:29.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2025-01-28T22:29:29.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2025-01-28T22:29:29.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2671 | 2025-01-28T22:29:29.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2672 | 2025-01-28T22:29:29.814Z | |
2673 | 2025-01-28T22:29:29.814Z | info: running `cargo check --bins` on installinator-client (84/197) |
2674 | 2025-01-28T22:29:30.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2025-01-28T22:29:30.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2025-01-28T22:29:30.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2677 | 2025-01-28T22:29:30.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2678 | 2025-01-28T22:29:30.457Z | |
2679 | 2025-01-28T22:29:30.457Z | info: running `cargo check --bins` on installinator-common (85/197) |
2680 | 2025-01-28T22:29:31.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2025-01-28T22:29:31.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2025-01-28T22:29:31.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2683 | 2025-01-28T22:29:31.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2684 | 2025-01-28T22:29:31.120Z | |
2685 | 2025-01-28T22:29:31.120Z | info: running `cargo check --bins` on update-engine (86/197) |
2686 | 2025-01-28T22:29:31.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2025-01-28T22:29:31.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2025-01-28T22:29:31.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2689 | 2025-01-28T22:29:31.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2690 | 2025-01-28T22:29:31.738Z | |
2691 | 2025-01-28T22:29:31.739Z | info: running `cargo check --bins` on nexus-client (87/197) |
2692 | 2025-01-28T22:29:32.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2693 | 2025-01-28T22:29:32.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2694 | 2025-01-28T22:29:32.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2695 | 2025-01-28T22:29:32.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2696 | 2025-01-28T22:29:32.405Z | |
2697 | 2025-01-28T22:29:32.405Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/197) |
2698 | 2025-01-28T22:29:32.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2699 | 2025-01-28T22:29:32.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2700 | 2025-01-28T22:29:32.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2701 | 2025-01-28T22:29:32.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2702 | 2025-01-28T22:29:33.049Z | |
2703 | 2025-01-28T22:29:33.049Z | info: running `cargo check --bins` on omicron-passwords (89/197) |
2704 | 2025-01-28T22:29:33.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2705 | 2025-01-28T22:29:33.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2706 | 2025-01-28T22:29:33.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2707 | 2025-01-28T22:29:33.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2708 | 2025-01-28T22:29:33.668Z | |
2709 | 2025-01-28T22:29:33.668Z | info: running `cargo check --bins` on nexus-types (90/197) |
2710 | 2025-01-28T22:29:34.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2711 | 2025-01-28T22:29:34.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2712 | 2025-01-28T22:29:34.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2713 | 2025-01-28T22:29:34.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2714 | 2025-01-28T22:29:34.336Z | |
2715 | 2025-01-28T22:29:34.336Z | info: running `cargo check --bins` on oxide-client (91/197) |
2716 | 2025-01-28T22:29:34.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2717 | 2025-01-28T22:29:34.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2718 | 2025-01-28T22:29:34.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2719 | 2025-01-28T22:29:34.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2720 | 2025-01-28T22:29:34.947Z | |
2721 | 2025-01-28T22:29:34.947Z | info: running `cargo check --bins` on oximeter-client (92/197) |
2722 | 2025-01-28T22:29:35.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2723 | 2025-01-28T22:29:35.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2724 | 2025-01-28T22:29:35.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2725 | 2025-01-28T22:29:35.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2726 | 2025-01-28T22:29:35.586Z | |
2727 | 2025-01-28T22:29:35.586Z | info: running `cargo check --bins` on repo-depot-client (93/197) |
2728 | 2025-01-28T22:29:36.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2025-01-28T22:29:36.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2025-01-28T22:29:36.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2731 | 2025-01-28T22:29:36.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2732 | 2025-01-28T22:29:36.203Z | |
2733 | 2025-01-28T22:29:36.204Z | info: running `cargo check --bins` on sled-agent-client (94/197) |
2734 | 2025-01-28T22:29:36.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2025-01-28T22:29:36.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2025-01-28T22:29:36.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2737 | 2025-01-28T22:29:36.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2738 | 2025-01-28T22:29:36.863Z | |
2739 | 2025-01-28T22:29:36.863Z | info: running `cargo check --bins` on wicketd-client (95/197) |
2740 | 2025-01-28T22:29:37.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2741 | 2025-01-28T22:29:37.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2742 | 2025-01-28T22:29:37.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2743 | 2025-01-28T22:29:37.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2744 | 2025-01-28T22:29:37.526Z | |
2745 | 2025-01-28T22:29:37.526Z | info: running `cargo check --bins` on sled-agent-types (96/197) |
2746 | 2025-01-28T22:29:38.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2747 | 2025-01-28T22:29:38.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2748 | 2025-01-28T22:29:38.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2749 | 2025-01-28T22:29:38.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2750 | 2025-01-28T22:29:38.194Z | |
2751 | 2025-01-28T22:29:38.194Z | info: running `cargo check --bins` on wicket-common (97/197) |
2752 | 2025-01-28T22:29:38.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2025-01-28T22:29:38.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2025-01-28T22:29:38.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2755 | 2025-01-28T22:29:38.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2756 | 2025-01-28T22:29:38.847Z | |
2757 | 2025-01-28T22:29:38.847Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/197) |
2758 | 2025-01-28T22:29:39.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2759 | 2025-01-28T22:29:39.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2760 | 2025-01-28T22:29:39.521Z | Checking csv-core v0.1.11 |
2761 | 2025-01-28T22:29:39.521Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2762 | 2025-01-28T22:29:39.523Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2763 | 2025-01-28T22:29:39.524Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2764 | 2025-01-28T22:29:39.819Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2765 | 2025-01-28T22:29:39.821Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2766 | 2025-01-28T22:29:39.869Z | Checking csv v1.3.1 |
2767 | 2025-01-28T22:29:40.436Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2768 | 2025-01-28T22:29:40.807Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2769 | 2025-01-28T22:29:42.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s |
2770 | 2025-01-28T22:29:42.603Z | |
2771 | 2025-01-28T22:29:42.603Z | info: running `cargo check --bins` on cockroach-admin-api (99/197) |
2772 | 2025-01-28T22:29:43.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2773 | 2025-01-28T22:29:43.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2774 | 2025-01-28T22:29:43.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2775 | 2025-01-28T22:29:43.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2776 | 2025-01-28T22:29:43.235Z | |
2777 | 2025-01-28T22:29:43.235Z | info: running `cargo check --bins` on cockroach-admin-types (100/197) |
2778 | 2025-01-28T22:29:43.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2779 | 2025-01-28T22:29:43.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2780 | 2025-01-28T22:29:43.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2781 | 2025-01-28T22:29:43.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2782 | 2025-01-28T22:29:43.870Z | |
2783 | 2025-01-28T22:29:43.870Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197) |
2784 | 2025-01-28T22:29:44.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2785 | 2025-01-28T22:29:44.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2786 | 2025-01-28T22:29:44.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2787 | 2025-01-28T22:29:44.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2788 | 2025-01-28T22:29:44.610Z | |
2789 | 2025-01-28T22:29:44.610Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197) |
2790 | 2025-01-28T22:29:45.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2025-01-28T22:29:45.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2025-01-28T22:29:45.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2793 | 2025-01-28T22:29:45.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2794 | 2025-01-28T22:29:45.370Z | |
2795 | 2025-01-28T22:29:45.370Z | info: running `cargo check --bins` on dns-server (103/197) |
2796 | 2025-01-28T22:29:45.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2797 | 2025-01-28T22:29:45.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2798 | 2025-01-28T22:29:46.029Z | Compiling typify-impl v0.3.0 |
2799 | 2025-01-28T22:29:46.138Z | Compiling parking_lot_core v0.8.6 |
2800 | 2025-01-28T22:29:46.158Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2801 | 2025-01-28T22:29:46.161Z | Checking fxhash v0.2.1 |
2802 | 2025-01-28T22:29:46.161Z | Checking hickory-client v0.24.2 |
2803 | 2025-01-28T22:29:46.170Z | Checking hickory-server v0.24.2 |
2804 | 2025-01-28T22:29:46.899Z | Checking parking_lot v0.11.2 |
2805 | 2025-01-28T22:29:46.916Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2806 | 2025-01-28T22:29:47.248Z | Checking sled v0.34.7 |
2807 | 2025-01-28T22:29:51.668Z | Compiling typify-macro v0.3.0 |
2808 | 2025-01-28T22:29:53.215Z | Compiling typify v0.3.0 |
2809 | 2025-01-28T22:29:53.286Z | Compiling progenitor-impl v0.9.1 |
2810 | 2025-01-28T22:29:55.786Z | Compiling progenitor-macro v0.9.1 |
2811 | 2025-01-28T22:29:59.481Z | Checking progenitor v0.9.1 |
2812 | 2025-01-28T22:29:59.613Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2813 | 2025-01-28T22:30:00.079Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2814 | 2025-01-28T22:30:01.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.98s |
2815 | 2025-01-28T22:30:01.528Z | |
2816 | 2025-01-28T22:30:01.528Z | info: running `cargo check --bins` on dns-server-api (104/197) |
2817 | 2025-01-28T22:30:02.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2025-01-28T22:30:02.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2025-01-28T22:30:02.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2025-01-28T22:30:02.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2821 | 2025-01-28T22:30:02.159Z | |
2822 | 2025-01-28T22:30:02.159Z | info: running `cargo check --bins` on gateway-test-utils (105/197) |
2823 | 2025-01-28T22:30:02.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2025-01-28T22:30:02.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2025-01-28T22:30:02.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2025-01-28T22:30:02.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2827 | 2025-01-28T22:30:02.862Z | |
2828 | 2025-01-28T22:30:02.862Z | info: running `cargo check --bins` on gateway-types (106/197) |
2829 | 2025-01-28T22:30:03.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2025-01-28T22:30:03.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2025-01-28T22:30:03.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2025-01-28T22:30:03.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2833 | 2025-01-28T22:30:03.487Z | |
2834 | 2025-01-28T22:30:03.487Z | info: running `cargo check --bins` on ipcc (107/197) |
2835 | 2025-01-28T22:30:04.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2025-01-28T22:30:04.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2025-01-28T22:30:04.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2025-01-28T22:30:04.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2839 | 2025-01-28T22:30:04.153Z | |
2840 | 2025-01-28T22:30:04.153Z | info: running `cargo check --bins` on omicron-gateway (108/197) |
2841 | 2025-01-28T22:30:04.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2025-01-28T22:30:04.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2025-01-28T22:30:04.864Z | Compiling radium v0.7.0 |
2844 | 2025-01-28T22:30:04.864Z | Compiling semver v0.1.20 |
2845 | 2025-01-28T22:30:04.972Z | Checking tap v1.0.1 |
2846 | 2025-01-28T22:30:04.984Z | Compiling maybe-uninit v2.0.0 |
2847 | 2025-01-28T22:30:05.006Z | Checking password-hash v0.5.0 |
2848 | 2025-01-28T22:30:05.009Z | Checking blake2 v0.10.6 |
2849 | 2025-01-28T22:30:05.009Z | Compiling owo-colors v4.1.0 |
2850 | 2025-01-28T22:30:05.009Z | Compiling packed_struct v0.10.1 |
2851 | 2025-01-28T22:30:05.125Z | Checking wyz v0.5.1 |
2852 | 2025-01-28T22:30:05.327Z | Compiling rustc_version v0.1.7 |
2853 | 2025-01-28T22:30:05.422Z | Compiling cancel-safe-futures v0.1.5 |
2854 | 2025-01-28T22:30:05.461Z | Checking funty v2.0.0 |
2855 | 2025-01-28T22:30:05.489Z | Checking crc-catalog v2.4.0 |
2856 | 2025-01-28T22:30:05.505Z | Checking argon2 v0.5.3 |
2857 | 2025-01-28T22:30:05.617Z | Compiling packed_struct_codegen v0.10.1 |
2858 | 2025-01-28T22:30:05.639Z | Checking crc v3.2.1 |
2859 | 2025-01-28T22:30:05.658Z | Compiling indexmap v1.9.3 |
2860 | 2025-01-28T22:30:05.758Z | Checking half v2.4.1 |
2861 | 2025-01-28T22:30:05.774Z | Checking ciborium-io v0.2.2 |
2862 | 2025-01-28T22:30:05.777Z | Compiling newtype_derive v0.1.6 |
2863 | 2025-01-28T22:30:05.899Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2864 | 2025-01-28T22:30:05.945Z | Checking nodrop v0.1.14 |
2865 | 2025-01-28T22:30:06.099Z | Checking array-init v0.0.4 |
2866 | 2025-01-28T22:30:06.161Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2867 | 2025-01-28T22:30:06.208Z | Checking ciborium-ll v0.2.2 |
2868 | 2025-01-28T22:30:06.233Z | Checking smallvec v0.6.14 |
2869 | 2025-01-28T22:30:06.265Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2870 | 2025-01-28T22:30:06.268Z | Checking bitvec v1.0.1 |
2871 | 2025-01-28T22:30:06.496Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2872 | 2025-01-28T22:30:06.552Z | Checking libsw v3.3.1 |
2873 | 2025-01-28T22:30:06.600Z | Compiling memoffset v0.9.1 |
2874 | 2025-01-28T22:30:06.805Z | Checking bitfield v0.14.0 |
2875 | 2025-01-28T22:30:06.903Z | Checking indent_write v2.2.0 |
2876 | 2025-01-28T22:30:06.927Z | Checking swrite v0.1.0 |
2877 | 2025-01-28T22:30:06.988Z | Checking linear-map v1.2.0 |
2878 | 2025-01-28T22:30:07.059Z | Checking hashbrown v0.12.3 |
2879 | 2025-01-28T22:30:07.077Z | Checking termcolor v1.4.1 |
2880 | 2025-01-28T22:30:07.123Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2881 | 2025-01-28T22:30:07.291Z | Checking ron v0.8.1 |
2882 | 2025-01-28T22:30:07.447Z | Checking serde-hex v0.1.0 |
2883 | 2025-01-28T22:30:07.483Z | Checking env_logger v0.10.2 |
2884 | 2025-01-28T22:30:08.015Z | Checking ciborium v0.2.2 |
2885 | 2025-01-28T22:30:08.049Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2886 | 2025-01-28T22:30:08.100Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2887 | 2025-01-28T22:30:08.522Z | Checking steno v0.4.1 |
2888 | 2025-01-28T22:30:08.752Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2889 | 2025-01-28T22:30:08.787Z | Checking hashbrown v0.13.2 |
2890 | 2025-01-28T22:30:08.958Z | Checking humantime v2.1.0 |
2891 | 2025-01-28T22:30:09.031Z | Checking crc-any v2.5.0 |
2892 | 2025-01-28T22:30:09.279Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2893 | 2025-01-28T22:30:09.392Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2894 | 2025-01-28T22:30:09.662Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2895 | 2025-01-28T22:30:09.705Z | Checking object v0.30.4 |
2896 | 2025-01-28T22:30:09.952Z | Checking path-slash v0.1.5 |
2897 | 2025-01-28T22:30:10.049Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2898 | 2025-01-28T22:30:10.107Z | Checking nix v0.27.1 |
2899 | 2025-01-28T22:30:10.748Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2900 | 2025-01-28T22:30:10.990Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2901 | 2025-01-28T22:30:11.233Z | Checking tungstenite v0.23.0 |
2902 | 2025-01-28T22:30:11.296Z | Checking kstat-rs v0.2.4 |
2903 | 2025-01-28T22:30:11.340Z | Checking signal-hook-tokio v0.3.1 |
2904 | 2025-01-28T22:30:11.647Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2905 | 2025-01-28T22:30:12.120Z | Checking tokio-tungstenite v0.23.1 |
2906 | 2025-01-28T22:30:12.245Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2907 | 2025-01-28T22:30:12.334Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2908 | 2025-01-28T22:30:12.540Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2909 | 2025-01-28T22:30:19.519Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2910 | 2025-01-28T22:30:20.875Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2911 | 2025-01-28T22:30:22.804Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2912 | 2025-01-28T22:30:28.275Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2913 | 2025-01-28T22:30:28.945Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2914 | 2025-01-28T22:30:31.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.55s |
2915 | 2025-01-28T22:30:31.902Z | |
2916 | 2025-01-28T22:30:31.902Z | info: running `cargo check --bins` on gateway-api (109/197) |
2917 | 2025-01-28T22:30:32.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2918 | 2025-01-28T22:30:32.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2919 | 2025-01-28T22:30:32.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2920 | 2025-01-28T22:30:32.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2921 | 2025-01-28T22:30:32.534Z | |
2922 | 2025-01-28T22:30:32.534Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197) |
2923 | 2025-01-28T22:30:33.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2924 | 2025-01-28T22:30:33.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2925 | 2025-01-28T22:30:33.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2926 | 2025-01-28T22:30:33.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2927 | 2025-01-28T22:30:33.152Z | |
2928 | 2025-01-28T22:30:33.152Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197) |
2929 | 2025-01-28T22:30:33.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2930 | 2025-01-28T22:30:33.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2931 | 2025-01-28T22:30:33.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2932 | 2025-01-28T22:30:33.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2933 | 2025-01-28T22:30:33.790Z | |
2934 | 2025-01-28T22:30:33.790Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197) |
2935 | 2025-01-28T22:30:34.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2936 | 2025-01-28T22:30:34.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2937 | 2025-01-28T22:30:34.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2938 | 2025-01-28T22:30:34.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2939 | 2025-01-28T22:30:34.413Z | |
2940 | 2025-01-28T22:30:34.413Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197) |
2941 | 2025-01-28T22:30:34.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2942 | 2025-01-28T22:30:34.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2943 | 2025-01-28T22:30:34.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2944 | 2025-01-28T22:30:34.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2945 | 2025-01-28T22:30:35.054Z | |
2946 | 2025-01-28T22:30:35.054Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197) |
2947 | 2025-01-28T22:30:35.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2948 | 2025-01-28T22:30:35.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2949 | 2025-01-28T22:30:35.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2950 | 2025-01-28T22:30:35.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2951 | 2025-01-28T22:30:35.677Z | |
2952 | 2025-01-28T22:30:35.677Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197) |
2953 | 2025-01-28T22:30:36.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2954 | 2025-01-28T22:30:36.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2955 | 2025-01-28T22:30:36.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2956 | 2025-01-28T22:30:36.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2957 | 2025-01-28T22:30:36.311Z | |
2958 | 2025-01-28T22:30:36.311Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197) |
2959 | 2025-01-28T22:30:36.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2960 | 2025-01-28T22:30:36.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2961 | 2025-01-28T22:30:36.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2962 | 2025-01-28T22:30:36.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2963 | 2025-01-28T22:30:36.941Z | |
2964 | 2025-01-28T22:30:36.941Z | info: running `cargo check --bins` on oximeter-producer (117/197) |
2965 | 2025-01-28T22:30:37.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2966 | 2025-01-28T22:30:37.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2967 | 2025-01-28T22:30:37.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2968 | 2025-01-28T22:30:37.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2969 | 2025-01-28T22:30:37.597Z | |
2970 | 2025-01-28T22:30:37.597Z | info: running `cargo check --bins` on internal-dns-resolver (118/197) |
2971 | 2025-01-28T22:30:38.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2972 | 2025-01-28T22:30:38.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2973 | 2025-01-28T22:30:38.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2974 | 2025-01-28T22:30:38.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2975 | 2025-01-28T22:30:38.244Z | |
2976 | 2025-01-28T22:30:38.244Z | info: running `cargo check --bins` on sp-sim (119/197) |
2977 | 2025-01-28T22:30:38.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2978 | 2025-01-28T22:30:38.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2979 | 2025-01-28T22:30:38.886Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2980 | 2025-01-28T22:30:39.330Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2981 | 2025-01-28T22:30:41.034Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2982 | 2025-01-28T22:30:42.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s |
2983 | 2025-01-28T22:30:42.925Z | |
2984 | 2025-01-28T22:30:42.925Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197) |
2985 | 2025-01-28T22:30:43.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2986 | 2025-01-28T22:30:43.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2987 | 2025-01-28T22:30:43.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2988 | 2025-01-28T22:30:43.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2989 | 2025-01-28T22:30:43.608Z | |
2990 | 2025-01-28T22:30:43.608Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197) |
2991 | 2025-01-28T22:30:44.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2992 | 2025-01-28T22:30:44.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2993 | 2025-01-28T22:30:44.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2994 | 2025-01-28T22:30:44.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2995 | 2025-01-28T22:30:44.299Z | |
2996 | 2025-01-28T22:30:44.299Z | info: running `cargo check --bins` on db-macros (122/197) |
2997 | 2025-01-28T22:30:44.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2998 | 2025-01-28T22:30:44.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2999 | 2025-01-28T22:30:44.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3000 | 2025-01-28T22:30:44.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3001 | 2025-01-28T22:30:44.907Z | |
3002 | 2025-01-28T22:30:44.907Z | info: running `cargo check --bins` on nexus-macros-common (123/197) |
3003 | 2025-01-28T22:30:45.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3004 | 2025-01-28T22:30:45.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3005 | 2025-01-28T22:30:45.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3006 | 2025-01-28T22:30:45.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3007 | 2025-01-28T22:30:45.518Z | |
3008 | 2025-01-28T22:30:45.518Z | info: running `cargo check --bins` on nexus-auth (124/197) |
3009 | 2025-01-28T22:30:46.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3010 | 2025-01-28T22:30:46.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3011 | 2025-01-28T22:30:46.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3012 | 2025-01-28T22:30:46.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3013 | 2025-01-28T22:30:46.198Z | |
3014 | 2025-01-28T22:30:46.198Z | info: running `cargo check --bins` on authz-macros (125/197) |
3015 | 2025-01-28T22:30:46.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3016 | 2025-01-28T22:30:46.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3017 | 2025-01-28T22:30:46.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3018 | 2025-01-28T22:30:46.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3019 | 2025-01-28T22:30:46.820Z | |
3020 | 2025-01-28T22:30:46.820Z | info: running `cargo check --bins` on nexus-db-fixed-data (126/197) |
3021 | 2025-01-28T22:30:47.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3022 | 2025-01-28T22:30:47.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3023 | 2025-01-28T22:30:47.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3024 | 2025-01-28T22:30:47.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3025 | 2025-01-28T22:30:47.506Z | |
3026 | 2025-01-28T22:30:47.506Z | info: running `cargo check --bins` on nexus-db-model (127/197) |
3027 | 2025-01-28T22:30:48.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3028 | 2025-01-28T22:30:48.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3029 | 2025-01-28T22:30:48.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3030 | 2025-01-28T22:30:48.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3031 | 2025-01-28T22:30:48.176Z | |
3032 | 2025-01-28T22:30:48.176Z | info: running `cargo check --bins` on nexus-defaults (128/197) |
3033 | 2025-01-28T22:30:48.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3034 | 2025-01-28T22:30:48.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3035 | 2025-01-28T22:30:48.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3036 | 2025-01-28T22:30:48.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3037 | 2025-01-28T22:30:48.824Z | |
3038 | 2025-01-28T22:30:48.824Z | info: running `cargo check --bins` on nexus-inventory (129/197) |
3039 | 2025-01-28T22:30:49.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3040 | 2025-01-28T22:30:49.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3041 | 2025-01-28T22:30:49.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3042 | 2025-01-28T22:30:49.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3043 | 2025-01-28T22:30:49.494Z | |
3044 | 2025-01-28T22:30:49.494Z | info: running `cargo check --bins` on typed-rng (130/197) |
3045 | 2025-01-28T22:30:50.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3046 | 2025-01-28T22:30:50.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3047 | 2025-01-28T22:30:50.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3048 | 2025-01-28T22:30:50.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3049 | 2025-01-28T22:30:50.107Z | |
3050 | 2025-01-28T22:30:50.107Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197) |
3051 | 2025-01-28T22:30:50.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3052 | 2025-01-28T22:30:50.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3053 | 2025-01-28T22:30:50.868Z | Checking keccak v0.1.5 |
3054 | 2025-01-28T22:30:50.981Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
3055 | 2025-01-28T22:30:50.984Z | Checking secrecy v0.8.0 |
3056 | 2025-01-28T22:30:50.984Z | Compiling unicase v2.7.0 |
3057 | 2025-01-28T22:30:50.984Z | Compiling same-file v1.0.6 |
3058 | 2025-01-28T22:30:51.007Z | Compiling tempfile v3.13.0 |
3059 | 2025-01-28T22:30:51.044Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
3060 | 2025-01-28T22:30:51.046Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3061 | 2025-01-28T22:30:51.157Z | Compiling thiserror-impl-no-std v2.0.2 |
3062 | 2025-01-28T22:30:51.265Z | Compiling walkdir v2.5.0 |
3063 | 2025-01-28T22:30:51.285Z | Checking sha3 v0.10.8 |
3064 | 2025-01-28T22:30:51.319Z | Checking universal-hash v0.5.1 |
3065 | 2025-01-28T22:30:51.356Z | Compiling blake3 v1.5.4 |
3066 | 2025-01-28T22:30:51.501Z | Checking opaque-debug v0.3.1 |
3067 | 2025-01-28T22:30:51.520Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3068 | 2025-01-28T22:30:51.582Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
3069 | 2025-01-28T22:30:51.608Z | Checking poly1305 v0.8.0 |
3070 | 2025-01-28T22:30:51.675Z | Checking chacha20 v0.9.1 |
3071 | 2025-01-28T22:30:51.783Z | Checking aead v0.5.2 |
3072 | 2025-01-28T22:30:51.836Z | Compiling memmap2 v0.9.5 |
3073 | 2025-01-28T22:30:51.939Z | Compiling salty v0.3.0 |
3074 | 2025-01-28T22:30:52.017Z | Compiling libefi-sys v0.1.0 |
3075 | 2025-01-28T22:30:52.017Z | Compiling constant_time_eq v0.3.1 |
3076 | 2025-01-28T22:30:52.092Z | Compiling arrayref v0.3.9 |
3077 | 2025-01-28T22:30:52.208Z | Compiling arrayvec v0.7.6 |
3078 | 2025-01-28T22:30:52.226Z | Checking chacha20poly1305 v0.10.1 |
3079 | 2025-01-28T22:30:52.274Z | Compiling toolchain_find v0.4.0 |
3080 | 2025-01-28T22:30:52.378Z | Compiling camino-tempfile v1.1.1 |
3081 | 2025-01-28T22:30:52.413Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3082 | 2025-01-28T22:30:52.584Z | Compiling bitfield-struct v0.6.2 |
3083 | 2025-01-28T22:30:52.725Z | Compiling topological-sort v0.2.2 |
3084 | 2025-01-28T22:30:52.793Z | Compiling mime_guess v2.0.5 |
3085 | 2025-01-28T22:30:52.851Z | Compiling rustfmt-wrapper v0.2.1 |
3086 | 2025-01-28T22:30:53.344Z | Compiling omicron-zone-package v0.12.0 |
3087 | 2025-01-28T22:30:53.427Z | Compiling progenitor v0.9.1 |
3088 | 2025-01-28T22:30:53.492Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3089 | 2025-01-28T22:30:53.683Z | Checking primeorder v0.13.6 |
3090 | 2025-01-28T22:30:53.736Z | Checking env_filter v0.1.2 |
3091 | 2025-01-28T22:30:53.828Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3092 | 2025-01-28T22:30:53.895Z | Checking thiserror-no-std v2.0.2 |
3093 | 2025-01-28T22:30:53.960Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3094 | 2025-01-28T22:30:53.994Z | Checking env_logger v0.11.5 |
3095 | 2025-01-28T22:30:54.013Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3096 | 2025-01-28T22:30:54.031Z | Checking vsss-rs v3.3.4 |
3097 | 2025-01-28T22:30:54.103Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
3098 | 2025-01-28T22:30:54.130Z | Checking p384 v0.13.0 |
3099 | 2025-01-28T22:30:54.219Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3100 | 2025-01-28T22:30:54.463Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3101 | 2025-01-28T22:30:54.529Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3102 | 2025-01-28T22:30:54.576Z | Compiling zip v2.1.3 |
3103 | 2025-01-28T22:30:54.591Z | Checking lockfree-object-pool v0.1.6 |
3104 | 2025-01-28T22:30:54.760Z | Checking bumpalo v3.16.0 |
3105 | 2025-01-28T22:30:54.815Z | Checking http-range v0.1.5 |
3106 | 2025-01-28T22:30:54.877Z | Checking simd-adler32 v0.3.7 |
3107 | 2025-01-28T22:30:54.978Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3108 | 2025-01-28T22:30:55.084Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3109 | 2025-01-28T22:30:55.207Z | Checking zopfli v0.8.1 |
3110 | 2025-01-28T22:30:55.246Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3111 | 2025-01-28T22:30:55.542Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3112 | 2025-01-28T22:30:55.684Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3113 | 2025-01-28T22:30:55.866Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3114 | 2025-01-28T22:30:55.869Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3115 | 2025-01-28T22:30:56.057Z | Checking nanorand v0.7.0 |
3116 | 2025-01-28T22:30:56.301Z | Checking atty v0.2.14 |
3117 | 2025-01-28T22:30:56.404Z | Checking glob v0.3.2 |
3118 | 2025-01-28T22:30:56.424Z | Checking flume v0.11.1 |
3119 | 2025-01-28T22:30:56.442Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3120 | 2025-01-28T22:30:56.445Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377) |
3121 | 2025-01-28T22:30:56.737Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3122 | 2025-01-28T22:30:57.048Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3123 | 2025-01-28T22:30:57.681Z | Checking hyper-staticfile v0.10.1 |
3124 | 2025-01-28T22:30:57.809Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3125 | 2025-01-28T22:30:57.967Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3126 | 2025-01-28T22:30:58.200Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3127 | 2025-01-28T22:30:58.364Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3128 | 2025-01-28T22:30:58.466Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3129 | 2025-01-28T22:30:58.765Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
3130 | 2025-01-28T22:30:59.029Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3131 | 2025-01-28T22:30:59.200Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3132 | 2025-01-28T22:30:59.424Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3133 | 2025-01-28T22:30:59.497Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3134 | 2025-01-28T22:31:02.661Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3135 | 2025-01-28T22:31:02.663Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3136 | 2025-01-28T22:31:10.972Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3137 | 2025-01-28T22:31:24.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.09s |
3138 | 2025-01-28T22:31:24.390Z | |
3139 | 2025-01-28T22:31:24.390Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197) |
3140 | 2025-01-28T22:31:25.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3141 | 2025-01-28T22:31:25.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3142 | 2025-01-28T22:31:25.142Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3143 | 2025-01-28T22:31:38.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.38s |
3144 | 2025-01-28T22:31:38.977Z | |
3145 | 2025-01-28T22:31:38.977Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197) |
3146 | 2025-01-28T22:31:39.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3147 | 2025-01-28T22:31:39.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3148 | 2025-01-28T22:31:39.727Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3149 | 2025-01-28T22:31:53.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.27s |
3150 | 2025-01-28T22:31:53.457Z | |
3151 | 2025-01-28T22:31:53.457Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197) |
3152 | 2025-01-28T22:31:54.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3153 | 2025-01-28T22:31:54.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3154 | 2025-01-28T22:31:54.214Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3155 | 2025-01-28T22:32:07.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s |
3156 | 2025-01-28T22:32:07.964Z | |
3157 | 2025-01-28T22:32:07.964Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197) |
3158 | 2025-01-28T22:32:08.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3159 | 2025-01-28T22:32:08.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3160 | 2025-01-28T22:32:08.721Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3161 | 2025-01-28T22:32:22.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.23s |
3162 | 2025-01-28T22:32:22.398Z | |
3163 | 2025-01-28T22:32:22.398Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197) |
3164 | 2025-01-28T22:32:23.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3165 | 2025-01-28T22:32:23.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3166 | 2025-01-28T22:32:23.151Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3167 | 2025-01-28T22:32:36.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.19s |
3168 | 2025-01-28T22:32:36.799Z | |
3169 | 2025-01-28T22:32:36.799Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197) |
3170 | 2025-01-28T22:32:37.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3171 | 2025-01-28T22:32:37.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3172 | 2025-01-28T22:32:37.554Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3173 | 2025-01-28T22:32:51.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.35s |
3174 | 2025-01-28T22:32:51.350Z | |
3175 | 2025-01-28T22:32:51.350Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197) |
3176 | 2025-01-28T22:32:51.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3177 | 2025-01-28T22:32:51.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3178 | 2025-01-28T22:32:52.110Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3179 | 2025-01-28T22:33:05.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.22s |
3180 | 2025-01-28T22:33:05.773Z | |
3181 | 2025-01-28T22:33:05.773Z | info: running `cargo check --bins` on bootstrap-agent-api (139/197) |
3182 | 2025-01-28T22:33:06.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3183 | 2025-01-28T22:33:06.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3184 | 2025-01-28T22:33:06.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3185 | 2025-01-28T22:33:06.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3186 | 2025-01-28T22:33:06.451Z | |
3187 | 2025-01-28T22:33:06.451Z | info: running `cargo check --bins` on key-manager (140/197) |
3188 | 2025-01-28T22:33:06.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3189 | 2025-01-28T22:33:06.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3190 | 2025-01-28T22:33:06.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3191 | 2025-01-28T22:33:07.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3192 | 2025-01-28T22:33:07.076Z | |
3193 | 2025-01-28T22:33:07.076Z | info: running `cargo check --bins` on range-requests (141/197) |
3194 | 2025-01-28T22:33:07.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3195 | 2025-01-28T22:33:07.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3196 | 2025-01-28T22:33:07.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3197 | 2025-01-28T22:33:07.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3198 | 2025-01-28T22:33:07.714Z | |
3199 | 2025-01-28T22:33:07.714Z | info: running `cargo check --bins` on repo-depot-api (142/197) |
3200 | 2025-01-28T22:33:08.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3201 | 2025-01-28T22:33:08.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3202 | 2025-01-28T22:33:08.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3203 | 2025-01-28T22:33:08.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3204 | 2025-01-28T22:33:08.339Z | |
3205 | 2025-01-28T22:33:08.339Z | info: running `cargo check --bins` on sled-agent-api (143/197) |
3206 | 2025-01-28T22:33:08.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3207 | 2025-01-28T22:33:08.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3208 | 2025-01-28T22:33:08.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3209 | 2025-01-28T22:33:08.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3210 | 2025-01-28T22:33:09.007Z | |
3211 | 2025-01-28T22:33:09.007Z | info: running `cargo check --bins` on sled-diagnostics (144/197) |
3212 | 2025-01-28T22:33:09.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3213 | 2025-01-28T22:33:09.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3214 | 2025-01-28T22:33:09.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3215 | 2025-01-28T22:33:09.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3216 | 2025-01-28T22:33:09.616Z | |
3217 | 2025-01-28T22:33:09.616Z | info: running `cargo check --bins` on sled-hardware (145/197) |
3218 | 2025-01-28T22:33:10.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3219 | 2025-01-28T22:33:10.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3220 | 2025-01-28T22:33:10.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3221 | 2025-01-28T22:33:10.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3222 | 2025-01-28T22:33:10.273Z | |
3223 | 2025-01-28T22:33:10.273Z | info: running `cargo check --bins --no-default-features` on sled-storage (146/197) |
3224 | 2025-01-28T22:33:10.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3225 | 2025-01-28T22:33:10.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3226 | 2025-01-28T22:33:10.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3227 | 2025-01-28T22:33:10.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3228 | 2025-01-28T22:33:10.920Z | |
3229 | 2025-01-28T22:33:10.920Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197) |
3230 | 2025-01-28T22:33:11.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3231 | 2025-01-28T22:33:11.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3232 | 2025-01-28T22:33:11.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3233 | 2025-01-28T22:33:11.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3234 | 2025-01-28T22:33:11.594Z | |
3235 | 2025-01-28T22:33:11.594Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197) |
3236 | 2025-01-28T22:33:12.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3237 | 2025-01-28T22:33:12.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3238 | 2025-01-28T22:33:12.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3239 | 2025-01-28T22:33:12.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3240 | 2025-01-28T22:33:12.247Z | |
3241 | 2025-01-28T22:33:12.247Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (149/197) |
3242 | 2025-01-28T22:33:12.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3243 | 2025-01-28T22:33:12.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3244 | 2025-01-28T22:33:12.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3245 | 2025-01-28T22:33:12.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3246 | 2025-01-28T22:33:12.916Z | |
3247 | 2025-01-28T22:33:12.916Z | info: running `cargo check --bins` on nexus-test-interface (150/197) |
3248 | 2025-01-28T22:33:13.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3249 | 2025-01-28T22:33:13.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3250 | 2025-01-28T22:33:13.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3251 | 2025-01-28T22:33:13.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3252 | 2025-01-28T22:33:13.571Z | |
3253 | 2025-01-28T22:33:13.571Z | info: running `cargo check --bins` on oximeter-collector (151/197) |
3254 | 2025-01-28T22:33:14.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3255 | 2025-01-28T22:33:14.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3256 | 2025-01-28T22:33:14.268Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3257 | 2025-01-28T22:33:14.268Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3258 | 2025-01-28T22:33:15.136Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3259 | 2025-01-28T22:33:17.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s |
3260 | 2025-01-28T22:33:17.326Z | |
3261 | 2025-01-28T22:33:17.326Z | info: running `cargo check --bins` on oximeter-api (152/197) |
3262 | 2025-01-28T22:33:17.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3263 | 2025-01-28T22:33:17.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3264 | 2025-01-28T22:33:17.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3265 | 2025-01-28T22:33:17.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3266 | 2025-01-28T22:33:17.951Z | |
3267 | 2025-01-28T22:33:17.951Z | info: running `cargo check --bins` on cert-dev (153/197) |
3268 | 2025-01-28T22:33:18.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3269 | 2025-01-28T22:33:18.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3270 | 2025-01-28T22:33:18.573Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3271 | 2025-01-28T22:33:18.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3272 | 2025-01-28T22:33:19.021Z | |
3273 | 2025-01-28T22:33:19.021Z | info: running `cargo check --bins` on clickana (154/197) |
3274 | 2025-01-28T22:33:19.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3275 | 2025-01-28T22:33:19.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3276 | 2025-01-28T22:33:19.691Z | Checking castaway v0.2.3 |
3277 | 2025-01-28T22:33:19.693Z | Checking lru v0.12.5 |
3278 | 2025-01-28T22:33:19.693Z | Compiling instability v0.3.2 |
3279 | 2025-01-28T22:33:19.693Z | Checking unicode-truncate v1.1.0 |
3280 | 2025-01-28T22:33:19.693Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3281 | 2025-01-28T22:33:19.693Z | Checking cassowary v0.3.0 |
3282 | 2025-01-28T22:33:19.909Z | Checking compact_str v0.8.0 |
3283 | 2025-01-28T22:33:20.516Z | Checking ratatui v0.28.1 |
3284 | 2025-01-28T22:33:21.392Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3285 | 2025-01-28T22:33:22.383Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3286 | 2025-01-28T22:33:23.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
3287 | 2025-01-28T22:33:23.393Z | |
3288 | 2025-01-28T22:33:23.393Z | info: running `cargo check --bins` on clickhouse-cluster-dev (155/197) |
3289 | 2025-01-28T22:33:23.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3290 | 2025-01-28T22:33:23.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3291 | 2025-01-28T22:33:24.082Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3292 | 2025-01-28T22:33:24.085Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3293 | 2025-01-28T22:33:25.100Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3294 | 2025-01-28T22:33:25.586Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3295 | 2025-01-28T22:33:25.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s |
3296 | 2025-01-28T22:33:26.120Z | |
3297 | 2025-01-28T22:33:26.120Z | info: running `cargo check --bins` on ch-dev (156/197) |
3298 | 2025-01-28T22:33:26.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3299 | 2025-01-28T22:33:26.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3300 | 2025-01-28T22:33:26.788Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3301 | 2025-01-28T22:33:27.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3302 | 2025-01-28T22:33:27.677Z | |
3303 | 2025-01-28T22:33:27.677Z | info: running `cargo check --bins` on crdb-seed (157/197) |
3304 | 2025-01-28T22:33:28.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3305 | 2025-01-28T22:33:28.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3306 | 2025-01-28T22:33:28.341Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3307 | 2025-01-28T22:33:28.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3308 | 2025-01-28T22:33:28.877Z | |
3309 | 2025-01-28T22:33:28.877Z | info: running `cargo check --bins` on db-dev (158/197) |
3310 | 2025-01-28T22:33:29.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3311 | 2025-01-28T22:33:29.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3312 | 2025-01-28T22:33:29.541Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3313 | 2025-01-28T22:33:30.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3314 | 2025-01-28T22:33:30.465Z | |
3315 | 2025-01-28T22:33:30.465Z | info: running `cargo check --bins` on omicron-dev-lib (159/197) |
3316 | 2025-01-28T22:33:31.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3317 | 2025-01-28T22:33:31.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3318 | 2025-01-28T22:33:31.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3319 | 2025-01-28T22:33:31.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3320 | 2025-01-28T22:33:31.112Z | |
3321 | 2025-01-28T22:33:31.113Z | info: running `cargo check --bins` on xtask-downloader (160/197) |
3322 | 2025-01-28T22:33:31.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3323 | 2025-01-28T22:33:31.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3324 | 2025-01-28T22:33:31.728Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3325 | 2025-01-28T22:33:32.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3326 | 2025-01-28T22:33:32.766Z | |
3327 | 2025-01-28T22:33:32.766Z | info: running `cargo check --bins` on omicron-ls-apis (161/197) |
3328 | 2025-01-28T22:33:33.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3329 | 2025-01-28T22:33:33.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3330 | 2025-01-28T22:33:33.393Z | Checking cargo-platform v0.1.8 |
3331 | 2025-01-28T22:33:33.682Z | Checking cargo_metadata v0.18.1 |
3332 | 2025-01-28T22:33:34.624Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3333 | 2025-01-28T22:33:35.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s |
3334 | 2025-01-28T22:33:35.632Z | |
3335 | 2025-01-28T22:33:35.632Z | info: running `cargo check --bins` on mgs-dev (162/197) |
3336 | 2025-01-28T22:33:36.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3337 | 2025-01-28T22:33:36.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3338 | 2025-01-28T22:33:36.357Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3339 | 2025-01-28T22:33:37.799Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3340 | 2025-01-28T22:33:38.383Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3341 | 2025-01-28T22:33:38.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s |
3342 | 2025-01-28T22:33:39.108Z | |
3343 | 2025-01-28T22:33:39.108Z | info: running `cargo check --bins` on omicron-omdb (163/197) |
3344 | 2025-01-28T22:33:39.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3345 | 2025-01-28T22:33:39.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3346 | 2025-01-28T22:33:39.907Z | Compiling crunchy v0.2.2 |
3347 | 2025-01-28T22:33:39.907Z | Compiling tiny-keccak v2.0.2 |
3348 | 2025-01-28T22:33:39.910Z | Compiling dsl_auto_type v0.1.2 |
3349 | 2025-01-28T22:33:39.910Z | Checking scheduled-thread-pool v0.2.7 |
3350 | 2025-01-28T22:33:39.910Z | Compiling diesel_table_macro_syntax v0.2.0 |
3351 | 2025-01-28T22:33:39.910Z | Compiling ascii-canvas v3.0.0 |
3352 | 2025-01-28T22:33:40.025Z | Compiling ena v0.14.3 |
3353 | 2025-01-28T22:33:40.050Z | Compiling diff v0.1.13 |
3354 | 2025-01-28T22:33:40.264Z | Checking r2d2 v0.8.10 |
3355 | 2025-01-28T22:33:40.340Z | Compiling regex-syntax v0.6.29 |
3356 | 2025-01-28T22:33:40.473Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3357 | 2025-01-28T22:33:40.489Z | Compiling ref-cast v1.0.23 |
3358 | 2025-01-28T22:33:40.506Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3359 | 2025-01-28T22:33:40.581Z | Compiling derive_builder_core v0.20.2 |
3360 | 2025-01-28T22:33:40.647Z | Compiling libxml v0.3.3 |
3361 | 2025-01-28T22:33:40.683Z | Compiling ref-cast-impl v1.0.23 |
3362 | 2025-01-28T22:33:40.854Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3363 | 2025-01-28T22:33:41.065Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3364 | 2025-01-28T22:33:41.090Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3365 | 2025-01-28T22:33:41.299Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3366 | 2025-01-28T22:33:41.331Z | Compiling strum_macros v0.24.3 |
3367 | 2025-01-28T22:33:41.379Z | Compiling samael v0.0.17 |
3368 | 2025-01-28T22:33:41.403Z | Compiling diesel_derives v2.2.3 |
3369 | 2025-01-28T22:33:41.660Z | Compiling indoc v1.0.9 |
3370 | 2025-01-28T22:33:42.567Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3371 | 2025-01-28T22:33:42.755Z | Compiling derive_builder_macro v0.20.2 |
3372 | 2025-01-28T22:33:42.857Z | Compiling oso-derive v0.27.3 |
3373 | 2025-01-28T22:33:43.474Z | Compiling lalrpop v0.19.12 |
3374 | 2025-01-28T22:33:43.670Z | Checking derive_builder v0.20.2 |
3375 | 2025-01-28T22:33:43.845Z | Compiling impl-trait-for-tuples v0.2.2 |
3376 | 2025-01-28T22:33:43.869Z | Checking quick-xml v0.33.0 |
3377 | 2025-01-28T22:33:44.206Z | Compiling diesel-dtrace v0.4.2 |
3378 | 2025-01-28T22:33:44.501Z | Checking maplit v1.0.2 |
3379 | 2025-01-28T22:33:44.637Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3380 | 2025-01-28T22:33:44.663Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3381 | 2025-01-28T22:33:44.967Z | Checking bb8 v0.8.5 |
3382 | 2025-01-28T22:33:45.371Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3383 | 2025-01-28T22:33:45.449Z | Checking rand_seeder v0.3.0 |
3384 | 2025-01-28T22:33:45.710Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3385 | 2025-01-28T22:33:45.712Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3386 | 2025-01-28T22:33:45.744Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3387 | 2025-01-28T22:33:45.904Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3388 | 2025-01-28T22:33:46.190Z | Checking smawk v0.3.2 |
3389 | 2025-01-28T22:33:46.209Z | Checking unicode-linebreak v0.1.5 |
3390 | 2025-01-28T22:33:46.410Z | Checking is_ci v1.2.0 |
3391 | 2025-01-28T22:33:46.571Z | Checking supports-color v3.0.1 |
3392 | 2025-01-28T22:33:46.668Z | Checking textwrap v0.16.1 |
3393 | 2025-01-28T22:33:46.820Z | Checking multimap v0.10.0 |
3394 | 2025-01-28T22:33:47.528Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3395 | 2025-01-28T22:33:49.743Z | Checking diesel v2.2.6 |
3396 | 2025-01-28T22:34:14.116Z | Compiling polar-core v0.27.3 |
3397 | 2025-01-28T22:34:15.457Z | Checking async-bb8-diesel v0.2.1 |
3398 | 2025-01-28T22:34:21.377Z | Checking oso v0.27.3 |
3399 | 2025-01-28T22:35:25.669Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3400 | 2025-01-28T22:35:32.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 53s |
3401 | 2025-01-28T22:35:32.473Z | |
3402 | 2025-01-28T22:35:32.473Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197) |
3403 | 2025-01-28T22:35:33.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3404 | 2025-01-28T22:35:33.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3405 | 2025-01-28T22:35:33.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3406 | 2025-01-28T22:35:33.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3407 | 2025-01-28T22:35:33.147Z | |
3408 | 2025-01-28T22:35:33.147Z | info: running `cargo check --bins` on nexus-saga-recovery (165/197) |
3409 | 2025-01-28T22:35:33.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3410 | 2025-01-28T22:35:33.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3411 | 2025-01-28T22:35:33.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3412 | 2025-01-28T22:35:33.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3413 | 2025-01-28T22:35:33.824Z | |
3414 | 2025-01-28T22:35:33.824Z | info: running `cargo check --bins` on nexus-test-utils-macros (166/197) |
3415 | 2025-01-28T22:35:34.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3416 | 2025-01-28T22:35:34.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3417 | 2025-01-28T22:35:34.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3418 | 2025-01-28T22:35:34.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3419 | 2025-01-28T22:35:34.436Z | |
3420 | 2025-01-28T22:35:34.436Z | info: running `cargo check --bins` on omicron-nexus (167/197) |
3421 | 2025-01-28T22:35:35.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3422 | 2025-01-28T22:35:35.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3423 | 2025-01-28T22:35:35.264Z | Compiling libz-sys v1.1.20 |
3424 | 2025-01-28T22:35:35.267Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3425 | 2025-01-28T22:35:35.395Z | Compiling vergen v8.3.2 |
3426 | 2025-01-28T22:35:35.398Z | Compiling cargo-platform v0.1.8 |
3427 | 2025-01-28T22:35:35.398Z | Compiling pin-project-internal v1.1.6 |
3428 | 2025-01-28T22:35:35.436Z | Compiling libsqlite3-sys v0.30.1 |
3429 | 2025-01-28T22:35:35.436Z | Compiling snafu-derive v0.8.5 |
3430 | 2025-01-28T22:35:35.441Z | Compiling rustls v0.21.12 |
3431 | 2025-01-28T22:35:35.696Z | Compiling cfg_aliases v0.2.1 |
3432 | 2025-01-28T22:35:35.725Z | Compiling cargo_metadata v0.18.1 |
3433 | 2025-01-28T22:35:35.812Z | Compiling buf-list v1.0.3 |
3434 | 2025-01-28T22:35:35.897Z | Compiling nix v0.29.0 |
3435 | 2025-01-28T22:35:36.039Z | Checking globset v0.4.15 |
3436 | 2025-01-28T22:35:36.278Z | Checking olpc-cjson v0.1.4 |
3437 | 2025-01-28T22:35:36.500Z | Checking rustls-webpki v0.101.7 |
3438 | 2025-01-28T22:35:36.517Z | Checking sct v0.7.1 |
3439 | 2025-01-28T22:35:36.534Z | Checking serde_plain v1.0.2 |
3440 | 2025-01-28T22:35:36.713Z | Checking typed-path v0.9.3 |
3441 | 2025-01-28T22:35:37.122Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3442 | 2025-01-28T22:35:37.192Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3443 | 2025-01-28T22:35:37.418Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3444 | 2025-01-28T22:35:37.485Z | Checking hashlink v0.9.1 |
3445 | 2025-01-28T22:35:37.710Z | Checking fallible-iterator v0.3.0 |
3446 | 2025-01-28T22:35:38.011Z | Checking pin-project v1.1.6 |
3447 | 2025-01-28T22:35:38.062Z | Checking fallible-streaming-iterator v0.1.9 |
3448 | 2025-01-28T22:35:38.156Z | Checking parse-size v1.1.0 |
3449 | 2025-01-28T22:35:38.335Z | Checking rusqlite v0.32.1 |
3450 | 2025-01-28T22:35:38.411Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3451 | 2025-01-28T22:35:38.503Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3452 | 2025-01-28T22:35:38.864Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3453 | 2025-01-28T22:35:38.929Z | Checking rustls-pemfile v1.0.4 |
3454 | 2025-01-28T22:35:39.146Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3455 | 2025-01-28T22:35:39.390Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3456 | 2025-01-28T22:35:39.459Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3457 | 2025-01-28T22:35:39.557Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3458 | 2025-01-28T22:35:39.608Z | Checking twox-hash v2.1.0 |
3459 | 2025-01-28T22:35:39.714Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3460 | 2025-01-28T22:35:39.872Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3461 | 2025-01-28T22:35:40.027Z | Checking tokio-rustls v0.24.1 |
3462 | 2025-01-28T22:35:40.218Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3463 | 2025-01-28T22:35:40.261Z | Checking snafu v0.8.5 |
3464 | 2025-01-28T22:35:40.635Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3465 | 2025-01-28T22:35:40.687Z | Checking tough v0.19.0 |
3466 | 2025-01-28T22:35:41.126Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3467 | 2025-01-28T22:35:41.149Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
3468 | 2025-01-28T22:35:41.636Z | Checking fatfs v0.3.6 |
3469 | 2025-01-28T22:35:41.898Z | Checking assert_matches v1.5.0 |
3470 | 2025-01-28T22:35:44.637Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3471 | 2025-01-28T22:35:46.026Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3472 | 2025-01-28T22:35:48.091Z | Compiling git2 v0.19.0 |
3473 | 2025-01-28T22:35:52.262Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c) |
3474 | 2025-01-28T22:36:49.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
3475 | 2025-01-28T22:36:49.797Z | |
3476 | 2025-01-28T22:36:49.797Z | info: running `cargo check --bins` on nexus-external-api (168/197) |
3477 | 2025-01-28T22:36:50.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3478 | 2025-01-28T22:36:50.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3479 | 2025-01-28T22:36:50.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3480 | 2025-01-28T22:36:50.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3481 | 2025-01-28T22:36:50.485Z | |
3482 | 2025-01-28T22:36:50.485Z | info: running `cargo check --bins` on openapi-manager-types (169/197) |
3483 | 2025-01-28T22:36:51.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3484 | 2025-01-28T22:36:51.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3485 | 2025-01-28T22:36:51.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3486 | 2025-01-28T22:36:51.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3487 | 2025-01-28T22:36:51.086Z | |
3488 | 2025-01-28T22:36:51.086Z | info: running `cargo check --bins` on nexus-internal-api (170/197) |
3489 | 2025-01-28T22:36:51.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3490 | 2025-01-28T22:36:51.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3491 | 2025-01-28T22:36:51.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3492 | 2025-01-28T22:36:51.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3493 | 2025-01-28T22:36:51.739Z | |
3494 | 2025-01-28T22:36:51.739Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (171/197) |
3495 | 2025-01-28T22:36:52.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3496 | 2025-01-28T22:36:52.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3497 | 2025-01-28T22:36:52.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3498 | 2025-01-28T22:36:52.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3499 | 2025-01-28T22:36:52.436Z | |
3500 | 2025-01-28T22:36:52.436Z | info: running `cargo check --bins` on nexus-networking (172/197) |
3501 | 2025-01-28T22:36:53.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3502 | 2025-01-28T22:36:53.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3503 | 2025-01-28T22:36:53.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3504 | 2025-01-28T22:36:53.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3505 | 2025-01-28T22:36:53.114Z | |
3506 | 2025-01-28T22:36:53.114Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (173/197) |
3507 | 2025-01-28T22:36:53.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3508 | 2025-01-28T22:36:53.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3509 | 2025-01-28T22:36:53.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3510 | 2025-01-28T22:36:53.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3511 | 2025-01-28T22:36:53.806Z | |
3512 | 2025-01-28T22:36:53.806Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197) |
3513 | 2025-01-28T22:36:54.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3514 | 2025-01-28T22:36:54.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3515 | 2025-01-28T22:36:54.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3516 | 2025-01-28T22:36:54.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3517 | 2025-01-28T22:36:54.477Z | |
3518 | 2025-01-28T22:36:54.477Z | info: running `cargo check --bins` on update-common (175/197) |
3519 | 2025-01-28T22:36:55.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3520 | 2025-01-28T22:36:55.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3521 | 2025-01-28T22:36:55.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3522 | 2025-01-28T22:36:55.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3523 | 2025-01-28T22:36:55.133Z | |
3524 | 2025-01-28T22:36:55.133Z | info: running `cargo check --bins` on tufaceous-lib (176/197) |
3525 | 2025-01-28T22:36:55.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3526 | 2025-01-28T22:36:55.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3527 | 2025-01-28T22:36:55.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3528 | 2025-01-28T22:36:55.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3529 | 2025-01-28T22:36:55.804Z | |
3530 | 2025-01-28T22:36:55.804Z | info: running `cargo check --bins` on tufaceous (177/197) |
3531 | 2025-01-28T22:36:56.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3532 | 2025-01-28T22:36:56.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3533 | 2025-01-28T22:36:56.469Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3534 | 2025-01-28T22:36:57.625Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3535 | 2025-01-28T22:36:58.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s |
3536 | 2025-01-28T22:36:58.632Z | |
3537 | 2025-01-28T22:36:58.632Z | info: running `cargo check --bins` on omicron-dev (178/197) |
3538 | 2025-01-28T22:36:59.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3539 | 2025-01-28T22:36:59.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3540 | 2025-01-28T22:36:59.501Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3541 | 2025-01-28T22:36:59.503Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3542 | 2025-01-28T22:36:59.643Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3543 | 2025-01-28T22:36:59.649Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3544 | 2025-01-28T22:37:00.659Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3545 | 2025-01-28T22:37:28.165Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3546 | 2025-01-28T22:37:28.167Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3547 | 2025-01-28T22:37:28.168Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3548 | 2025-01-28T22:37:28.168Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3549 | 2025-01-28T22:37:28.168Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3550 | 2025-01-28T22:37:28.168Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3551 | 2025-01-28T22:37:28.986Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3552 | 2025-01-28T22:37:30.202Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3553 | 2025-01-28T22:38:11.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
3554 | 2025-01-28T22:38:11.589Z | |
3555 | 2025-01-28T22:38:11.589Z | info: running `cargo check --bins` on openapi-manager (179/197) |
3556 | 2025-01-28T22:38:12.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3557 | 2025-01-28T22:38:12.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3558 | 2025-01-28T22:38:12.314Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3559 | 2025-01-28T22:38:12.317Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3560 | 2025-01-28T22:38:12.317Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3561 | 2025-01-28T22:38:12.449Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3562 | 2025-01-28T22:38:12.451Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3563 | 2025-01-28T22:38:12.478Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3564 | 2025-01-28T22:38:12.481Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3565 | 2025-01-28T22:38:12.511Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3566 | 2025-01-28T22:38:12.648Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3567 | 2025-01-28T22:38:12.678Z | Checking heck v0.4.1 |
3568 | 2025-01-28T22:38:12.752Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3569 | 2025-01-28T22:38:12.901Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3570 | 2025-01-28T22:38:13.045Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3571 | 2025-01-28T22:38:13.332Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3572 | 2025-01-28T22:38:13.723Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3573 | 2025-01-28T22:38:13.876Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3574 | 2025-01-28T22:38:14.205Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3575 | 2025-01-28T22:38:15.157Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3576 | 2025-01-28T22:38:15.515Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3577 | 2025-01-28T22:38:16.092Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3578 | 2025-01-28T22:38:16.187Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3579 | 2025-01-28T22:38:17.870Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3580 | 2025-01-28T22:38:17.870Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3581 | 2025-01-28T22:38:19.506Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3582 | 2025-01-28T22:38:20.981Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3583 | 2025-01-28T22:38:26.415Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3584 | 2025-01-28T22:38:26.417Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3585 | 2025-01-28T22:38:27.647Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3586 | 2025-01-28T22:38:28.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.06s |
3587 | 2025-01-28T22:38:28.850Z | |
3588 | 2025-01-28T22:38:28.850Z | info: running `cargo check --bins` on installinator-api (180/197) |
3589 | 2025-01-28T22:38:29.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3590 | 2025-01-28T22:38:29.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3591 | 2025-01-28T22:38:29.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3592 | 2025-01-28T22:38:29.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3593 | 2025-01-28T22:38:29.517Z | |
3594 | 2025-01-28T22:38:29.517Z | info: running `cargo check --bins` on wicketd-api (181/197) |
3595 | 2025-01-28T22:38:30.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3596 | 2025-01-28T22:38:30.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3597 | 2025-01-28T22:38:30.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3598 | 2025-01-28T22:38:30.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3599 | 2025-01-28T22:38:30.196Z | |
3600 | 2025-01-28T22:38:30.196Z | info: running `cargo check --bins` on reconfigurator-cli (182/197) |
3601 | 2025-01-28T22:38:30.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3602 | 2025-01-28T22:38:30.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3603 | 2025-01-28T22:38:30.929Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3604 | 2025-01-28T22:38:30.929Z | Compiling petname v2.0.2 |
3605 | 2025-01-28T22:38:30.932Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3606 | 2025-01-28T22:38:30.932Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3607 | 2025-01-28T22:38:30.932Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3608 | 2025-01-28T22:38:30.932Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3609 | 2025-01-28T22:38:30.932Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3610 | 2025-01-28T22:38:31.070Z | Checking sync-ptr v0.1.1 |
3611 | 2025-01-28T22:38:36.319Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3612 | 2025-01-28T22:38:36.944Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3613 | 2025-01-28T22:38:38.097Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3614 | 2025-01-28T22:38:39.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.42s |
3615 | 2025-01-28T22:38:39.812Z | |
3616 | 2025-01-28T22:38:39.812Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197) |
3617 | 2025-01-28T22:38:40.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3618 | 2025-01-28T22:38:40.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3619 | 2025-01-28T22:38:40.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3620 | 2025-01-28T22:38:40.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3621 | 2025-01-28T22:38:40.490Z | |
3622 | 2025-01-28T22:38:40.490Z | info: running `cargo check --bins` on omicron-releng (184/197) |
3623 | 2025-01-28T22:38:41.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3624 | 2025-01-28T22:38:41.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3625 | 2025-01-28T22:38:41.168Z | Checking memmap2 v0.9.5 |
3626 | 2025-01-28T22:38:41.168Z | Checking arrayvec v0.7.6 |
3627 | 2025-01-28T22:38:41.170Z | Checking arrayref v0.3.9 |
3628 | 2025-01-28T22:38:41.170Z | Checking constant_time_eq v0.3.1 |
3629 | 2025-01-28T22:38:41.170Z | Checking topological-sort v0.2.2 |
3630 | 2025-01-28T22:38:41.275Z | Checking shell-words v1.1.0 |
3631 | 2025-01-28T22:38:41.562Z | Checking blake3 v1.5.4 |
3632 | 2025-01-28T22:38:41.915Z | Checking omicron-zone-package v0.12.0 |
3633 | 2025-01-28T22:38:43.079Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3634 | 2025-01-28T22:38:44.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s |
3635 | 2025-01-28T22:38:44.184Z | |
3636 | 2025-01-28T22:38:44.184Z | info: running `cargo check --bins` on xtask (185/197) |
3637 | 2025-01-28T22:38:44.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3638 | 2025-01-28T22:38:44.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3639 | 2025-01-28T22:38:44.624Z | Checking bitflags v2.6.0 |
3640 | 2025-01-28T22:38:44.627Z | Checking serde v1.0.217 |
3641 | 2025-01-28T22:38:44.704Z | Checking thiserror v1.0.69 |
3642 | 2025-01-28T22:38:44.722Z | Checking scroll v0.12.0 |
3643 | 2025-01-28T22:38:44.725Z | Checking log v0.4.22 |
3644 | 2025-01-28T22:38:44.731Z | Checking hashbrown v0.15.1 |
3645 | 2025-01-28T22:38:44.740Z | Checking zerocopy v0.7.35 |
3646 | 2025-01-28T22:38:44.764Z | Checking syn v2.0.96 |
3647 | 2025-01-28T22:38:44.828Z | Checking pest v2.7.14 |
3648 | 2025-01-28T22:38:44.959Z | Checking rustix v0.38.37 |
3649 | 2025-01-28T22:38:44.977Z | Checking once_cell v1.20.2 |
3650 | 2025-01-28T22:38:45.177Z | Checking goblin v0.8.2 |
3651 | 2025-01-28T22:38:45.255Z | Checking fs-err v2.11.0 |
3652 | 2025-01-28T22:38:45.548Z | Checking tabled v0.15.0 |
3653 | 2025-01-28T22:38:45.673Z | Checking indexmap v2.7.1 |
3654 | 2025-01-28T22:38:45.956Z | Checking anyhow v1.0.95 |
3655 | 2025-01-28T22:38:46.780Z | Checking terminal_size v0.4.0 |
3656 | 2025-01-28T22:38:46.783Z | Checking tempfile v3.13.0 |
3657 | 2025-01-28T22:38:46.969Z | Checking clap_builder v4.5.27 |
3658 | 2025-01-28T22:38:47.262Z | Checking dtrace-parser v0.2.0 |
3659 | 2025-01-28T22:38:48.646Z | Checking serde_json v1.0.135 |
3660 | 2025-01-28T22:38:48.646Z | Checking serde_spanned v0.6.8 |
3661 | 2025-01-28T22:38:48.650Z | Checking toml_datetime v0.6.8 |
3662 | 2025-01-28T22:38:48.650Z | Checking camino v1.1.9 |
3663 | 2025-01-28T22:38:48.650Z | Checking semver v1.0.24 |
3664 | 2025-01-28T22:38:48.736Z | Checking cargo-platform v0.1.8 |
3665 | 2025-01-28T22:38:48.886Z | Checking macaddr v1.0.1 |
3666 | 2025-01-28T22:38:48.959Z | Checking toml_edit v0.22.22 |
3667 | 2025-01-28T22:38:49.109Z | Checking clap v4.5.27 |
3668 | 2025-01-28T22:38:49.156Z | Checking camino-tempfile v1.1.1 |
3669 | 2025-01-28T22:38:49.808Z | Checking dof v0.3.0 |
3670 | 2025-01-28T22:38:49.808Z | Checking cargo_metadata v0.18.1 |
3671 | 2025-01-28T22:38:50.209Z | Checking usdt-impl v0.5.0 |
3672 | 2025-01-28T22:38:50.567Z | Checking usdt v0.5.0 |
3673 | 2025-01-28T22:38:50.770Z | Checking toml v0.8.19 |
3674 | 2025-01-28T22:38:51.210Z | Checking cargo_toml v0.20.5 |
3675 | 2025-01-28T22:38:52.395Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3676 | 2025-01-28T22:38:53.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.83s |
3677 | 2025-01-28T22:38:53.131Z | |
3678 | 2025-01-28T22:38:53.131Z | info: running `cargo check --bins` on end-to-end-tests (186/197) |
3679 | 2025-01-28T22:38:53.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3680 | 2025-01-28T22:38:53.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3681 | 2025-01-28T22:38:53.914Z | Checking polyval v0.6.2 |
3682 | 2025-01-28T22:38:54.030Z | Checking ctr v0.9.2 |
3683 | 2025-01-28T22:38:54.047Z | Checking ssh-encoding v0.2.0 |
3684 | 2025-01-28T22:38:54.047Z | Checking blowfish v0.9.1 |
3685 | 2025-01-28T22:38:54.071Z | Checking password-hash v0.4.2 |
3686 | 2025-01-28T22:38:54.087Z | Checking p521 v0.13.3 |
3687 | 2025-01-28T22:38:54.090Z | Checking p256 v0.13.2 |
3688 | 2025-01-28T22:38:54.119Z | Checking russh-cryptovec v0.7.3 |
3689 | 2025-01-28T22:38:54.249Z | Checking bcrypt-pbkdf v0.10.0 |
3690 | 2025-01-28T22:38:54.249Z | Checking ghash v0.5.1 |
3691 | 2025-01-28T22:38:54.285Z | Checking md5 v0.7.0 |
3692 | 2025-01-28T22:38:54.329Z | Checking num-bigint v0.4.6 |
3693 | 2025-01-28T22:38:54.360Z | Checking des v0.8.1 |
3694 | 2025-01-28T22:38:54.445Z | Checking aes-gcm v0.10.3 |
3695 | 2025-01-28T22:38:54.472Z | Checking pbkdf2 v0.11.0 |
3696 | 2025-01-28T22:38:54.518Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3697 | 2025-01-28T22:38:54.554Z | Checking hex-literal v0.4.1 |
3698 | 2025-01-28T22:38:54.573Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3699 | 2025-01-28T22:38:54.616Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3700 | 2025-01-28T22:38:54.692Z | Checking internet-checksum v0.2.1 |
3701 | 2025-01-28T22:38:54.711Z | Checking ssh-cipher v0.2.0 |
3702 | 2025-01-28T22:38:54.987Z | Checking ssh-key v0.6.6 |
3703 | 2025-01-28T22:38:55.189Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3704 | 2025-01-28T22:38:56.084Z | Checking russh-keys v0.45.0 |
3705 | 2025-01-28T22:38:56.962Z | Checking russh v0.45.0 |
3706 | 2025-01-28T22:39:14.456Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3707 | 2025-01-28T22:39:15.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.70s |
3708 | 2025-01-28T22:39:16.038Z | |
3709 | 2025-01-28T22:39:16.038Z | info: running `cargo check --bins` on gateway-cli (187/197) |
3710 | 2025-01-28T22:39:16.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3711 | 2025-01-28T22:39:16.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3712 | 2025-01-28T22:39:16.700Z | Checking termios v0.3.3 |
3713 | 2025-01-28T22:39:16.928Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3714 | 2025-01-28T22:39:17.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
3715 | 2025-01-28T22:39:17.920Z | |
3716 | 2025-01-28T22:39:17.920Z | info: running `cargo check --bins --no-default-features` on installinator (188/197) |
3717 | 2025-01-28T22:39:18.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3718 | 2025-01-28T22:39:18.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3719 | 2025-01-28T22:39:18.641Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3720 | 2025-01-28T22:39:18.644Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3721 | 2025-01-28T22:39:18.647Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3722 | 2025-01-28T22:39:18.647Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3723 | 2025-01-28T22:39:19.654Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3724 | 2025-01-28T22:39:20.917Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3725 | 2025-01-28T22:39:22.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s |
3726 | 2025-01-28T22:39:22.924Z | |
3727 | 2025-01-28T22:39:22.924Z | info: running `cargo check --bins` on internal-dns-cli (189/197) |
3728 | 2025-01-28T22:39:23.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3729 | 2025-01-28T22:39:23.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3730 | 2025-01-28T22:39:23.566Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3731 | 2025-01-28T22:39:24.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3732 | 2025-01-28T22:39:24.220Z | |
3733 | 2025-01-28T22:39:24.220Z | info: running `cargo check --bins` on omicron-live-tests (190/197) |
3734 | 2025-01-28T22:39:24.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3735 | 2025-01-28T22:39:24.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3736 | 2025-01-28T22:39:24.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3737 | 2025-01-28T22:39:24.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3738 | 2025-01-28T22:39:24.841Z | |
3739 | 2025-01-28T22:39:24.841Z | info: running `cargo check --bins` on live-tests-macros (191/197) |
3740 | 2025-01-28T22:39:25.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3741 | 2025-01-28T22:39:25.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3742 | 2025-01-28T22:39:25.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3743 | 2025-01-28T22:39:25.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3744 | 2025-01-28T22:39:25.473Z | |
3745 | 2025-01-28T22:39:25.473Z | info: running `cargo check --bins` on omicron-package (192/197) |
3746 | 2025-01-28T22:39:26.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3747 | 2025-01-28T22:39:26.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3748 | 2025-01-28T22:39:26.152Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3749 | 2025-01-28T22:39:27.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
3750 | 2025-01-28T22:39:27.710Z | |
3751 | 2025-01-28T22:39:27.710Z | info: running `cargo check --bins` on wicket-dbg (193/197) |
3752 | 2025-01-28T22:39:28.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3753 | 2025-01-28T22:39:28.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3754 | 2025-01-28T22:39:28.416Z | Checking rtoolbox v0.0.2 |
3755 | 2025-01-28T22:39:28.419Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3756 | 2025-01-28T22:39:28.419Z | Checking tui-tree-widget v0.22.0 |
3757 | 2025-01-28T22:39:28.651Z | Checking rpassword v7.3.1 |
3758 | 2025-01-28T22:39:32.582Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3759 | 2025-01-28T22:39:35.511Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3760 | 2025-01-28T22:39:36.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.98s |
3761 | 2025-01-28T22:39:36.890Z | |
3762 | 2025-01-28T22:39:36.890Z | info: running `cargo check --bins` on wicket (194/197) |
3763 | 2025-01-28T22:39:37.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3764 | 2025-01-28T22:39:37.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3765 | 2025-01-28T22:39:37.604Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3766 | 2025-01-28T22:39:38.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3767 | 2025-01-28T22:39:38.216Z | |
3768 | 2025-01-28T22:39:38.216Z | info: running `cargo check --bins` on wicketd (195/197) |
3769 | 2025-01-28T22:39:38.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3770 | 2025-01-28T22:39:38.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3771 | 2025-01-28T22:39:38.954Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3772 | 2025-01-28T22:39:38.954Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3773 | 2025-01-28T22:39:39.790Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3774 | 2025-01-28T22:39:43.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s |
3775 | 2025-01-28T22:39:43.892Z | |
3776 | 2025-01-28T22:39:43.892Z | info: running `cargo check --bins` on omicron-workspace-hack (196/197) |
3777 | 2025-01-28T22:39:44.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3778 | 2025-01-28T22:39:44.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3779 | 2025-01-28T22:39:44.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3780 | 2025-01-28T22:39:44.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3781 | 2025-01-28T22:39:44.525Z | |
3782 | 2025-01-28T22:39:44.525Z | info: running `cargo check --bins` on zone-setup (197/197) |
3783 | 2025-01-28T22:39:45.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3784 | 2025-01-28T22:39:45.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3785 | 2025-01-28T22:39:45.267Z | Checking uzers v0.12.1 |
3786 | 2025-01-28T22:39:45.622Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3787 | 2025-01-28T22:39:46.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s |
3788 | 2025-01-28T22:39:46.957Z | |
3789 | 2025-01-28T22:39:46.957Z | real 13:42.532530540 |
3790 | 2025-01-28T22:39:46.957Z | user 26:07.071978822 |
3791 | 2025-01-28T22:39:46.957Z | sys 4:17.810683074 |
3792 | 2025-01-28T22:39:46.957Z | trap 0.538251025 |
3793 | 2025-01-28T22:39:46.957Z | tflt 3.257595071 |
3794 | 2025-01-28T22:39:46.957Z | dflt 2.636709429 |
3795 | 2025-01-28T22:39:46.957Z | kflt 0.022163996 |
3796 | 2025-01-28T22:39:46.957Z | lock 46:10.917950485 |
3797 | 2025-01-28T22:39:46.957Z | slp 2:10:27.022978770 |
3798 | 2025-01-28T22:39:46.957Z | lat 1:07.098480592 |
3799 | 2025-01-28T22:39:46.957Z | stop 3:51.028125458 |
3800 | 2025-01-28T22:39:46.960Z | process exited: duration 1138848 ms, exit code 0 |
|
3801 | 2025-01-28T22:39:46.966Z | found 0 output files |